*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2002-02-25 Jason Rumney <jasonr@gnu.org>
2
3 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
4
5 2002-02-25 Andre Spiegel <spiegel@gnu.org>
6
7 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
8 consistent with the others that take a backend name as a symbol.
9
10 * vc-{cvs,rcs,sccs}.el: Update callers to the above.
11
12 2002-02-25 Kim F. Storm <no-spam@cua.dk>
13
14 * comint.el (comint-replace-by-expanded-filename): Do nothing if
15 comint-match-partial-filename returns nil.
16
17 * shell.el (shell-pcomplete-setup-done): New variable.
18 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
19 (shell-pcomplete-reverse): Ditto.
20
21 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
22
23 * ps-print.el (ps-print-printer): Added `lpr' customize group
24 member.
25
26 2002-02-25 Juanma Barranquero <lektu@terra.es>
27
28 * subr.el (save-match-data): Doc fix.
29
30 * ielm.el (ielm-prompt): Allow customization; make it read-only.
31
32 2002-02-25 Kim F. Storm <storm@cua.dk>
33
34 * shell.el (shell-mode-map): Add "Complete" header so completion
35 menu is shown on the menu bar in shell mode.
36
37 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
38
39 * ielm.el (ielm-match-data): New var.
40 (inferior-emacs-lisp-mode): Make it buffer-local.
41 (ielm-eval-input): Use it to preserve match-data between inputs.
42
43 2002-02-24 Juanma Barranquero <lektu@terra.es>
44
45 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
46
47 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
48
49 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
50 `custom-buffer' customize group.
51
52 2002-02-23 Kim F. Storm <storm@cua.dk>
53
54 * help.el (where-is): Use remap-command.
55
56 * help-fns.el (describe-function-1): Use remap-command.
57
58 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
59 change (no longer accept a symbol for the KEY argument).
60
61 2002-02-23 Colin Walters <walters@debian.org>
62
63 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
64 * calc/calcalg2.el (math-solve-get-sign): Ditto.
65
66 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
67 in generated function.
68
69 * ibuf-ext.el (ibuffer-old-time): Change to hours.
70 (ibuffer-mark-old-buffers): Handle it.
71
72 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
73 (toplevel): Bind them.
74 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
75 not necessary now that we use pcomplete.
76
77 * comint.el: Document how use new pcomplete completion facility.
78
79 2002-02-23 Richard M. Stallman <rms@gnu.org>
80
81 * mail/rmailsum.el (rmail-summary-output): Properly advance
82 to next message, by calling rmail-summary-goto-msg.
83
84 * net/browse-url.el (browse-url-galeon): Specify --existing
85 for an existing window. Use --noraise rather than --no-raise.
86 Don't use -x.
87
88 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
89
90 * progmodes/etags.el (find-tag-noselect, find-tag)
91 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
92 Fix a typo in doc strings.
93
94 2002-02-20 Deepak Goel <deego@glue.umd.edu>
95
96 * play/snake.el (snake-velocity-queue, snake-update-velocity)
97 (snake-final-x-velocity, snake-final-y-velocity):
98 New variable and functions. Store user's keypresses
99 into a queue and pop from the queue each subsequent turn.
100 (snake-update-game, snake-move-left)
101 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
102 (snake-start-game): Use that queue.
103 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
104 (snake-use-color-flag): Likewise.
105 (snake-mode): Rename uses of those variables.
106
107 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
108
109 Support for ICCCM Extended Segments in X selections:
110
111 * international/mule-conf.el (ctext-no-compositions): New coding
112 system.
113 (compount-text-no-extensions): Renamed from compound-text.
114 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
115 compound-text-no-extensions.
116 (compound-text): Redefined using post-read and pre-write conversions.
117
118 * international/mule.el (non-standard-icccm-encodings-alist)
119 (non-standard-designations-alist): New variables.
120 (ctext-post-read-conversion, ctext-pre-write-conversion):
121 New functions.
122
123 2002-02-21 Andre Spiegel <spiegel@gnu.org>
124
125 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
126
127 * vc.el (vc-default-init-version): Update documentation to
128 indicate that the backend can override the default init version.
129 (vc-register): Use the backend init-version function, if it
130 exists, to determine the initial version of a file.
131 (vc-diff-switches-list): Don't symbol-quote backend, since it's
132 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
133
134 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
135 not version-controlled. This is necessary, e.g., if the file has
136 just been reverted, and thus was previously under version control
137 but isn't any longer.
138 (vc-find-file-hook): Likewise.
139
140 2002-02-21 Andre Spiegel <spiegel@gnu.org>
141
142 Patch by Martin.Lorentzson@telia.com.
143
144 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
145 (vc-cvs-sticky-tag-display): New variable.
146 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
147 (vc-cvs-checkin): If the input revision is a valid symbolic tag
148 name, we create it as a branch, commit and switch to it.
149 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
150 (vc-cvs-valid-symbolic-tag-name-p): New function.
151 (vc-cvs-parse-sticky-tag): New function.
152 (vc-cvs-parse-entry): Added parsing of sticky tags.
153
154 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
155
156 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
157 nil, and then explicitly set the standard-value to t.
158
159 2002-02-20 Sam Steingold <sds@gnu.org>
160
161 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
162 since it is used in the menu bar.
163
164 2002-02-20 Richard M. Stallman <rms@gnu.org>
165
166 * simple.el (shell-command-on-region): Display the exit status
167 when a command fails.
168
169 * subr.el (add-hook): Doc fix.
170
171 * frame.el (other-frame): Doc fix.
172
173 * simple.el (yank): Clear `field' property.
174
175 2002-02-20 Tom Tromey <tromey@cachet>
176
177 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
178 natural paragraph boundaries. Don't fail at beginning of buffer.
179
180 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
181
182 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
183 call the argument "arg" to match plain next-line and
184 previous-line. From Kevin Ryde <user42@zip.com.au>.
185
186 2002-02-19 Sam Steingold <sds@gnu.org>
187
188 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
189 scroll amounts for different modifiers now.
190 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
191 format properly.
192 (mouse-wheel-mode): Ditto.
193
194 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
195
196 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
197 around function body.
198
199 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
200 sense of the comparison, to match the doc strings of functions
201 that use this macro.
202
203 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
204
205 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
206
207 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
208 * menu-bar.el (menu-bar-mode): Ditto.
209
210 2002-02-18 Andreas Schwab <schwab@suse.de>
211
212 * replace.el (query-replace-regexp-eval): Doc fix.
213
214 2002-02-18 Colin Walters <walters@verbum.org>
215
216 * calc/calcalg2.el (math-solve-get-int): Convert return value from
217 `math-get-from-counter' to a string before calling `concat' on it.
218
219 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
220 (calc-public-autoloads): Obsolete; remove.
221 (calc-private-autoloads): Ditto.
222 (calc-add-autoloads): Ditto.
223
224 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
225 for body.
226
227 2002-02-17 Jason Rumney <jasonr@gnu.org>
228
229 * w32-win.el (x-option-alist, x-long-option-alist)
230 (x-switch-definitions): Remove, use command-line-x-option-alist
231 instead to be consistent with X.
232 (x-handle-initial-switch): New function.
233
234 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
235
236 * faces.el (mode-line-inactive, header-line): Add the :inherit
237 attribute for the tty case.
238
239 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
240
241 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
242 invoked from Rmail with full headers displayed.
243
244 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
245
246 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
247 when repeated.
248 * textmodes/paragraphs.el (mark-paragraph): Ditto.
249
250 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
251
252 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
253 (menu-bar-tools-menu): Removed speedbar.
254
255 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
256 and `flyspell-mode' entries.
257
258 * textmodes/flyspell.el (flyspell): Add to ispell group.
259
260 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
261
262 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
263 repeated.
264 (mark-defun): Mark more if repeated.
265
266 2002-02-17 Colin Walters <walters@verbum.org>
267
268 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
269
270 * ibuffer.el (ibuffer-truncate-lines): New option.
271 (ibuffer-mode): Use it.
272
273 2002-02-17 Kim F. Storm <storm@cua.dk>
274
275 * cus-start.el: Add mouse-highlight.
276
277 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
278
279 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
280
281 * cus-start.el: Add automatic-hscroll-margin and
282 automatic-hscroll-step.
283
284 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
285
286 * cus-start.el (x-autoselect-window): Allow customization.
287
288 * eshell/em-alias.el (eshell-alias-initialize): Do not use
289 make-local-hook.
290
291 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
292
293 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
294
295 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
296
297 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
298
299 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
300
301 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
302
303 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
304
305 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
306
307 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
308
309 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
310
311 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
312
313 * eshell/esh-io.el (eshell-io-initialize): Likewise.
314
315 * eshell/esh-mode.el (eshell-mode): Likewise.
316
317 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
318
319 * eshell/esh-var.el (eshell-var-initialize): Likewise.
320
321 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
322
323 * progmodes/idlwave.el (idlwave-mode): Likewise.
324
325 * textmodes/reftex-sel.el (reftex-select-label-mode)
326 (reftex-select-bib-mode): Likewise.
327
328 2002-02-16 John Wiegley <johnw@gnu.org>
329
330 * eshell/em-hist.el (eshell-hist-initialize): When in the
331 minibuffer, use the global value of `eshell-history-ring', and
332 never save it to disk, or ask to save it to disk. This allows
333 users of session.el to control whether its global state should be
334 persisted or not.
335 (eshell-add-command-to-history): Don't write Eshell's history out
336 to disk, let the governing mode control that upon exit.
337
338 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
339
340 * eshell/eshell.el (eshell-command): Before reading from the
341 minibuffer, add eshell-add-command-to-history to
342 minibuffer-exit-hook, and remove it after read-from-minibuffer
343 returns.
344
345 * eshell/em-hist.el (eshell-add-input-to-history): New function,
346 with most of the code from eshell-add-to-history.
347 (eshell-add-command-to-history): New function, to record in
348 eshell-history the commands run via eshell-command.
349 (eshell-add-to-history): Call eshell-add-command-to-history to do
350 most of the work.
351
352 2002-02-16 John Wiegley <johnw@gnu.org>
353
354 * eshell/esh-ext.el (eshell-external-command): Added a fix for
355 XEmacs' new dired.el, which adds a global entry in the
356 `file-name-handler-alist'.
357
358 2002-02-16 John Wiegley <johnw@gnu.org>
359
360 * align.el (align-region): Added a missing name argument.
361
362 2002-02-16 John Wiegley <johnw@gnu.org>
363
364 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
365 after the #! of a shell interpretor specification.
366
367 2002-02-15 Richard M. Stallman <rms@gnu.org>
368
369 * help.el (describe-key-briefly): Make output in INSERT case
370 look just like what is displayed in the normal case.
371
372 2002-02-15 Andreas Schwab <schwab@suse.de>
373
374 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
375 non-letter after specials.
376
377 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
378
379 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
380
381 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
382
383 * simple.el (mark-word): Mark more if repeated.
384 * textmodes/paragraphs.el (mark-paragraph): Ditto.
385 (mark-end-of-sentence): Ditto.
386
387 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
388
389 * wid-edit.el (widgetp): Made it more robust.
390
391 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
392
393 * facemenu.el (describe-text-done): New function.
394 (describe-text-mode-map): New variable.
395 (describe-text-mode-hook): New option.
396 (describe-text-mode): New function.
397 (describe-text-widget): New function.
398 (describe-text-sexp): New function.
399 (describe-text-properties): New function.
400 (describe-text-category): New command.
401 (describe-text-at): New command.
402 (facemenu-menu): Replace `list-text-properties-at' with
403 `describe-text-at' in the menu.
404
405 * wid-edit.el (widgetp): New function.
406 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
407 Autoloaded.
408
409 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
410
411 * wid-browse.el: Removed version and x-url keywords.
412
413 2002-02-13 Kim F. Storm <storm@cua.dk>
414
415 * cus-start.el (mode-line-in-non-selected-windows):
416 Allow customization.
417
418 2002-02-13 Richard M. Stallman <rms@gnu.org>
419
420 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
421 Tell bibtex-parse-keys to output no progress messages.
422
423 * international/mule-diag.el (list-input-methods):
424 Use help-input-method, not describe-input-method, for button type.
425
426 * register.el (describe-register-1): Access register contents here.
427
428 * textmodes/text-mode.el (text-mode-hook-identify):
429 Restore previous definition. Add to text-mode-hook again.
430
431 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
432 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
433 to avoid needing sendmail.el at run time.
434
435 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
436 Initialization moved up too.
437 (mode-line-modes): Use :propertize.
438 (mode-line-mode-menu-keymap): Var deleted.
439 (mode-line-copied-mode-name): Var deleted.
440 (mode-line-mode-name): Function deleted.
441 (mode-line-mode-menu): Each item now shows its mode line lighter.
442 (minor-mode-alist): Don't call propertize here.
443
444 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
445
446 * progmodes/pascal.el (pascal-imenu-generic-expression):
447 Add menu-title and fix parentheses.
448
449 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
450
451 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
452 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
453
454 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
455
456 * menu-bar.el (menu-bar-options-save): Only save
457 `current-language-environment' and `default-input-method' when
458 marked as customized.
459
460 * international/mule-cmds.el
461 (setup-specified-language-environment):
462 Mark `current-language-environment' as customized.
463 (set-input-method): Mark `default-input-method' as customized when
464 called interactively.
465 (toggle-input-method): Ditto.
466
467 2002-02-11 Colin Walters <walters@verbum.org>
468
469 * ibuffer.el (ibuffer-switch-format): Supply required argument for
470 `ibuffer-current-formats'.
471
472 2002-02-11 Miles Bader <miles@gnu.org>
473
474 * faces.el (mode-line-inactive): Add dark-background variant.
475
476 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
477
478 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
479 * menu-bar.el (menu-bar-mode): Ditto.
480 * cus-edit.el (customize-mark-to-save): Always save variables
481 without a standard value.
482
483 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
484 (menu-bar-options-save): Ditto.
485 (menu-bar-showhide-menu): Ditto.
486 (menu-bar-options-menu): Ditto.
487 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
488 (menu-bar-scroll-bar-none): Remove.
489 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
490 expressions instead.
491
492 * cus-edit.el (customize-set-value): Return value.
493 (customize-set-variable): Ditto.
494 (customize-save-variable): Ditto.
495 (customize-set-variable): Load dependencies before setting value.
496 (custom-load-symbol): Autoload it.
497 (customize-mark-as-set): New function.
498
499 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
500
501 * cus-start.el: Don't warn about "x-*" symbols when building a
502 non-GUI version.
503
504 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
505
506 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
507 Doc fix.
508 (strokes-help): Do not use doubled with-output-to-temp-buffer.
509 Fix the help string.
510 (strokes-prompt-user-save-strokes): Fix typo.
511 (strokes-list-strokes): Use proper exit-action argument for
512 view-buffer. Update copyright notice.
513
514 * international/mule-diag.el: Various doc and message fixes.
515 (non-iso-charset-alist): Add mac-roman. Don't add entries for
516 codepages already present.
517 (list-block-of-chars): Display space for null entries in
518 translation table. Display tab specially.
519 (list-non-iso-charset-chars): Check for null charsets. Use pop
520 for clarity. Don't break 8-bit sets into sections between ranges.
521 (list-charset-chars): Avoid indent-tabs-mode.
522 (describe-char-after): Maybe use the text property for syntax
523 table information. Maybe report char-code-property-table info.
524 Maybe report character's unicode. Tweak printing of list info.
525 (list-input-methods): Add xref buttons.
526 (dump-charsets, dump-codings): Deleted (obsolete).
527 From Dave Love <fx@gnu.org>.
528
529 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
530
531 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
532
533 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
534
535 * viper-util.el (viper-read-key-sequence): Fix so it'll read
536 fast key sequences in emacs native mode
537 (viper-events-to-keys): Delete.
538
539 * viper.el (describe-key, describe-key-briefly): Get rid of
540 viper-events-to-keys.
541
542 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
543
544 * ediff-wind.el (ediff-setup-control-frame):
545 Use ediff-has-gutter-support.
546
547 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
548 check if buff is alive.
549
550 * ediff.el: Typo in comment.
551
552 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
553
554 * menu-bar.el (menu-bar-options-save): Take care of
555 line-number-mode and column-number-mode variables.
556 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
557 "Show Column Number" in "Show/Hide" menu.
558
559 2002-02-09 Richard M. Stallman <rms@gnu.org>
560
561 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
562
563 2002-02-09 Kim F. Storm <storm@cua.dk>
564
565 * faces.el (mode-line-inactive): New face for mode-line for
566 non-selected windows.
567 (mode-line): Doc fix: Only used for selected window.
568
569 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
570
571 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
572 name to "Insert Diary Entry".
573
574 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
575
576 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
577 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
578
579 2002-02-08 Richard M. Stallman <rms@gnu.org>
580
581 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
582
583 2002-02-08 Andreas Schwab <schwab@suse.de>
584
585 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
586 of point-min.
587
588 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
589
590 * net/ange-ftp.el (ange-ftp-process-handle-line)
591 (ange-ftp-set-xfer-size): If the file's size is a float, divide
592 by 1024 instead of using ash.
593
594 * international/mule-cmds.el (select-safe-coding-system):
595 State the buffer's name in the message popped in the *Warning* buffer,
596 and make sure the offending buffer is displayed.
597
598 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
599
600 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
601
602 2002-02-07 Richard M. Stallman <rms@gnu.org>
603
604 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
605
606 * register.el (list-registers): New command.
607 (describe-register-1): New subroutine, taken out of view-register.
608
609 * emacs-lisp/copyright.el (copyright-regexp):
610 Delete the unibyte copyright symbol; it's redundant.
611 Fix a spazz in the multibyte encoding here.
612
613 2002-02-07 Dave Love <fx@gnu.org>
614
615 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
616 (cyrillic-encode-alternativnyj-char): Get translation tables from
617 symbol properties, not as variables.
618 (standard-display-cyrillic-translit): Include unicodes.
619
620 2002-02-06 Kim F. Storm <storm@cua.dk>
621
622 * help.el (where-is): Report remapped commands.
623
624 * help-fns.el (describe-function-1): Ditto.
625
626 * subr.el (global-set-key, local-set-key): Accept a symbol for the
627 KEY argument (like define-key).
628
629 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
630
631 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
632
633 2002-02-06 Richard M. Stallman <rms@gnu.org>
634
635 * mail/mailabbrev.el: Require sendmail only at compile time.
636 (mail-mode-header-syntax-table): Var deleted.
637 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
638 (sendmail-pre-abbrev-expand-hook): Only temporarily change
639 local-abbrev-table and the syntax table.
640 Compute mail-abbrev-syntax-table if that has not been done.
641
642 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
643
644 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
645 (debugger-frame-number): Figure out the offset directly.
646 (debugger-setup-buffer): Don't use debugger-frame-offset.
647 (debugger-frame, debugger-frame-clear): Likewise.
648 (debugger-jump): Don't alter debugger-frame-offset.
649
650 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
651 Replace foo-p as var name with foo-flag, not foo-p-flag.
652
653 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
654 (highlight-changes-passive-string): Default to -Chg.
655 (highlight-changes-global-modes): Doc fix.
656
657 * dired.el (dired-get-filename): Add /: when appropriate
658 to avoid taking a local name as remote.
659
660 * files.el (file-name-non-special): Add special handling for
661 file-name-sans-versions, file-name-completion, and
662 file-name-all-completions.
663
664 * isearch.el (isearch-update): Don't update display in kbd macro.
665 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
666
667 * subr.el (force-mode-line-update): Doc fix.
668
669 * subr.el (atomic-change-group, prepare-change-group)
670 (activate-change-group, accept-change-group, cancel-change-group):
671 New functions.
672
673 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
674 (transpose-subr-1): Use atomic-change-group.
675
676 * subr.el (add-minor-mode): Include the mode's lighter string
677 in the minor mode menu item name.
678
679 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
680 rmail-count-screen-lines starting from (point-min).
681
682 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
683 beyond the image height, to use the fancy splash screen.
684
685 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
686 (text-mode): Set text-mode-variant here.
687
688 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
689
690 * play/pong.el (pong-height): Don't use height that exceeds the
691 frame height.
692 (pong-border-options): Make the border colors slightly more bright.
693
694 * play/gamegrid.el (gamegrid-display-type): Treat any
695 color-capable display as color-x, if display-color-p is fboundp.
696 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
697 (gamegrid-make-color-tty-face): Use the value of color, not the
698 symbol itself. Don't call gamegrid-color.
699
700 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
701
702 * gud.el (gud-refresh): Call recenter only after we are sure we
703 are in the right window.
704
705 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
706
707 * cus-edit.el (customize-mark-to-save): New function.
708 * menu-bar.el (menu-bar-options-save): Rewrote.
709
710 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
711
712 * cus-start.el (x-use-underline-position-properties):
713 Allow customization.
714
715 2002-02-04 Simon Josefsson <jas@extundo.com>
716
717 * dired.el (dired-load-hook, dired-mode-hook)
718 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
719
720 2002-02-03 Colin Walters <walters@verbum.org>
721
722 * ibuf-ext.el (ibuffer-filter-format-alist)
723 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
724 New variables.
725 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
726 is now the Emacs CVS tree.
727 (ibuffer-formats): Doc fix.
728 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
729 (ibuffer-current-format): Use them.
730 (ibuffer-recompile-formats, ibuffer-check-formats)
731 (ibuffer-switch-format, ibuffer-update-title):
732 Add support for ibuffer-filter-format-alist.
733 (define-ibuffer-column process): Remove unncessary consing.
734
735 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
736 for a summary column.
737
738 2002-02-03 Andreas Schwab <schwab@suse.de>
739
740 * window.el (save-selected-window): Move macro before first use.
741 (balance-windows): Fix misplaced parenthesis.
742
743 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
744
745 * calculator.el (calculator-displayers): Doc fixes.
746
747 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
748
749 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
750 (menu-bar-options-save): Save also the value of `display-time-mode'.
751 (showhide-date-time): New function.
752 (menu-bar-showhide-menu): New menu-item "Date and time".
753
754 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
755
756 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
757 get-file-buffer to check for rmail buffer existence.
758
759 * term.el (term-emulate-terminal): Extract proper command string
760 which is supplied to term-command-hook.
761
762 2002-02-03 Richard M. Stallman <rms@gnu.org>
763
764 * international/quail.el (quail-help): Don't call help-setup-xref.
765
766 * international/mule-cmds.el (describe-input-method):
767 Call help-setup-xref here.
768 (describe-current-input-method): Doc fix.
769
770 * novice.el (disabled-command-hook): Clarify output text.
771 Indent the paragraph from the command's doc string.
772
773 * dabbrev.el (dabbrev--goto-start-of-abbrev):
774 Exit loop on beginning of field rather than bobp.
775
776 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
779 the message text into the *mail* buffer, and restore the pruned
780 state after that.
781
782 * mail/rmail.el (rmail-redecode-body): Prune the headers before
783 looking for X-Coding-System header, and restore the pruned state
784 before returning.
785
786 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
787
788 * cus-edit.el (customize-save-variable): Fix typo in prompt.
789
790 These changes integrate new version of flyspell.el from its
791 maintainer, Manuel Serrano:
792
793 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
794 (flyspell-mode-on, flyspell-notify-misspell)
795 (flyspell-small-region, flyspell-external-point-words)
796 (flyspell-large-region): Use it
797 (flyspell-before-incorrect-word-string)
798 (flyspell-after-incorrect-word-string): New user options.
799 (make-flyspell-overlay): Use them.
800 (flyspell-version): New function.
801 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
802 definitions to use :weight.
803 (flyspell-insert-function): New user option.
804 (flyspell-auto-correct-word, flyspell-correct-word)
805 (flyspell-xemacs-correct): Use it.
806 (flyspell-define-abbrev): New function.
807 (flyspell-auto-correct-word, flyspell-correct-word)
808 (flyspell-xemacs-correct): Use it.
809 (make-flyspell-overlay): Use `evaporate' property.
810 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
811 (flyspell-emacs-popup): Use `session' instead of `accept'.
812 (flyspell-auto-correct-previous-pos): New variable.
813 (flyspell-auto-correct-previous-hook)
814 (flyspell-auto-correct-previous-word): New functions.
815
816 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
819 don't alter the user's ~/.emacs.
820 (disable-command): If user-init-file is nil or does not exist,
821 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
822 But don't alter the init file if Emacs was invoked as "emacs -q"
823
824 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
825
826 * mail/sendmail.el (mail-mode): Undo half of last change.
827
828 * indent.el (indent-for-tab-command): Remove spurious code.
829
830 * hi-lock.el (hi-lock-find-patterns): Save restriction.
831
832 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
833
834 * calendar/time-date.el: Moved from lisp/gnus.
835
836 * calendar/parse-time.el: Ditto.
837
838 2002-01-31 Richard M. Stallman <rms@gnu.org>
839
840 * international/iso-acc.el (iso-languages): Fix ", " in French.
841
842 * cus-start.el (history-length): Specify customization for it.
843
844 * emacs-lisp/debug.el (debugger-setup-buffer):
845 When an eval-buffer frame was reading from a buffer,
846 insert indication of the buffer position.
847 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
848 (debugger-frame-clear, debugger-frame): Error on non-frame line.
849
850 * simple.el (shell-command-on-region): Err if no mark
851 before reading the command string.
852
853 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
854 Definitions moved down after hl-line-mode var's definition.
855
856 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
857 (hilit-chg-set-face-on-change): Rename arg.
858 (hilit-chg-make-ov): Detect error earlier.
859
860 * ediff-hook.el: Delete autoload cookies.
861
862 * comint.el (comint-scroll-show-maximum-output): Default is t.
863
864 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
865 (batch-byte-compile-if-not-done): New function.
866
867 * Makefile.in (compile): New target.
868 (compile-always): Renamed from compile-files.
869 (compile-after-backup): Renamed from compile.
870 (bootstrap): Depend on compile-always, not compile-files.
871
872 * emulation/pc-select.el (pc-select-save-and-set-mode):
873 Properly use MODE-VAR.
874
875 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
876
877 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
878 Version" to "About Emacs".
879 (menu-bar-options-save): Add `default-frame-alist'
880 to saved variables.
881 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
882 of the variable `scroll-bar-mode'.
883
884 * startup.el (normal-splash-screen, display-splash-screen):
885 New functions (separated from command-line-1).
886 (command-line-1): Use them.
887
888 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
889
890 * calendar/calendar.el (generate-calendar-month): Doc fix.
891
892 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
893
894 * time.el (display-time-mail-directory): New option.
895 (display-time-mail-function): Update doc-string.
896 (display-time-mail-icon): Use XPM image when available.
897 (display-time-string-forms): Use more descriptive text as
898 help-echo property.
899 (display-time-mail-check-directory): New function.
900 (display-time-update): Use it.
901
902 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
903 Quote `window-system'.
904
905 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
906 Add Keywords header. Update Commentary section.
907 Update copyright notice.
908
909 * menu-bar.el (menu-bar-scroll-bar-right)
910 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
911 (showhide-menu-bar): New functions.
912 (menu-bar-showhide-menu): New submenu "Show/Hide".
913 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
914 "Show/Hide".
915 Update copyright notice.
916
917 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
918
919 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
920
921 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
922
923 * pc-select.el (pc-selection-mode-hook)
924 (pc-select-saved-settings-alist, pc-select-map)
925 (pc-select-saved-global-map, pc-select-key-bindings-alist)
926 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
927 (pc-select-meta-moves-sexps-key-bindings)
928 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
929 New variables.
930 (pc-select-define-keys, pc-select-restore-keys): New functions.
931 (pc-select-add-to-alist, pc-select-save-and-set-var)
932 (pc-select-save-and-set-mode, pc-select-restore-var)
933 (pc-select-restore-mode): New macros.
934 (pc-selection-mode): Completely rewrote the body of the function;
935 the main goal was to make pc-selection-mode "turn-off"-able, like
936 other minor modes. Use define-minore-mode instead of just a
937 defun. Store the key bindings into four alists:
938 pc-select-default-key-bindings, pc-select-extra-key-bindings,
939 pc-select-meta-moves-sexps-key-bindings, and
940 pc-select-tty-key-bindings; then have the pc-select-define-keys
941 function walk those alists instead of calling define-key
942 repeatedly. When the mode is turned on, set the
943 keybindings in global-map and remember the old keybindings; when
944 the mode is turned off, restore the previously-saved keybindings.
945 (pc-selection-mode defcustom): Reflect the fact that the mode is
946 now "turn-off"-able.
947
948 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
949
950 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
951 returns t, don't treat that as an error.
952
953 2002-01-25 Jason Rumney <jasonr@gnu.org>
954
955 * faces.el (face-font-registry-alternatives) [windows-nt]:
956 Add ms-oemlatin as an alternative for iso8859-1.
957
958 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
959
960 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
961 args and the absence of an entry. Don't add -f each time.
962
963 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
964
965 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
966
967 Support for more than 8 colors on character terminals:
968
969 * term/rxvt.el: New file.
970
971 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
972
973 * term/xterm.el (xterm-standard-colors): New variable.
974 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
975 (xterm-rxvt-set-background-mode): New functions.
976 (toplevel): Call xterm-register-default-colors,
977 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
978 Add support for more keys from xterm's terminfo entry.
979
980 * facemenu.el (list-colors-display): If the argument is nil, don't
981 show more colors that the number returned by display-color-cells.
982
983 * term/pc-win.el (msdos-color-values): Reverse the order of the
984 colors, since tty-color-define now preserves the registration order.
985
986 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
987
988 * term/tty-colors.el (tty-standard-colors): Reverse the order.
989 (tty-register-default-colors): New function; code moved from
990 startup.el's command-line.
991 (tty-modify-color-alist): Use nconc instead of cons, to preserve
992 the order the colors where registered.
993
994 * frame.el (display-color-cells): Use tty-display-color-cells.
995
996 * startup.el (command-line): Call tty-register-default-colors.
997
998 2002-01-25 Richard M. Stallman <rms@gnu.org>
999
1000 * subr.el (remove): Doc fix.
1001
1002 2002-01-24 Richard M. Stallman <rms@gnu.org>
1003
1004 * progmodes/compile.el (compilation-handle-exit):
1005 Add a compilation-handle-exit property to the "finished" message.
1006 (compilation-parse-errors): Stop parsing when that property is seen.
1007
1008 * subr.el (substring-no-properties): New function.
1009 (copy-without-properties): Function deleted.
1010
1011 * term/x-win.el (x-handle-geometry): Put sizes on both
1012 initial-frame-alist and default-frame-alist.
1013
1014 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1015 for saving .emacs.
1016
1017 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1018
1019 * calendar/calendar.el (generate-calendar-month): Doc fix.
1020
1021 2002-01-23 Richard M. Stallman <rms@gnu.org>
1022
1023 * play/tetris.el (tetris): New defgroup.
1024 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1025 (tetris-default-tick-period): Convert to defcustom.
1026 Added * in docstring to indicate user variable.
1027 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1028 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1029 (tetris-buffer-height, tetris-width, tetris-height)
1030 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1031
1032 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1033
1034 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1035 and is already matched by adaptive-fill-regexp.
1036
1037 2002-01-22 Richard M. Stallman <rms@gnu.org>
1038
1039 * bindings.el (mode-line-copied-mode-name): New variable.
1040 (mode-line-mode-name): Don't modify mode-name itself!
1041 Instead, make a copy and reuse it.
1042
1043 * subr.el (copy-without-properties): New function.
1044
1045 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1046
1047 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1048 slash if DIR is just slash.
1049
1050 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1051
1052 2002-01-21 Richard M. Stallman <rms@gnu.org>
1053
1054 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1055
1056 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1057 Move defvar up.
1058
1059 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1060
1061 * ibuffer.el: Don't require ibuf-ext at load time.
1062 (ibuffer): Require ibuf-ext here.
1063
1064 2002-01-21 Francesco Potorti` <pot@gnu.org>
1065
1066 * generic-x.el (apache-conf-generic-mode): Highlight the first
1067 word in a line even if preceded by blanks.
1068
1069 2002-01-21 Richard M. Stallman <rms@gnu.org>
1070
1071 * window.el (window-body-height): Handle minibuffer window specially.
1072 Otherwise, don't return less than 1.
1073
1074 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1075
1076 * ange-ftp.el: Added support for BS2000, and for raw ftp
1077 login commands (needed in some circumstances).
1078 (ange-ftp-raw-login): New custom var.
1079 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1080 ange-ftp-raw-login is set and account password is needed.
1081 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1082 (ange-ftp-bs2000-filename-pubset-regexp)
1083 (ange-ftp-bs2000-filename-username-regexp)
1084 (ange-ftp-bs2000-filename-prefix-regexp)
1085 (ange-ftp-bs2000-name-template): New consts.
1086 (ange-ftp-bs2000-short-filename-regexp)
1087 (ange-ftp-bs2000-fix-name-regexp-reverse)
1088 (ange-ftp-bs2000-fix-name-regexp): New consts.
1089 (ange-ftp-bs2000-special-prefix): New custom var.
1090 (ange-ftp-fix-name-for-bs2000)
1091 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1092 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1093 (ange-ftp-bs2000-posix-hook-installed): New vars.
1094 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1095 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1096 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1097 (ange-ftp-bs2000-filename-regexp): New const.
1098 (ange-ftp-bs2000-additional-pubsets): New custom var.
1099 (ange-ftp-bs2000-cd-to-posix): New fun.
1100
1101 2002-01-20 Colin Walters <walters@verbum.org>
1102
1103 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1104 with `byte-compile-dynamic'.
1105 (ibuffer-default-directory, toplevel): Doc files.
1106
1107 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1108
1109 * tempo.el (tempo-define-template): Doc fix.
1110
1111 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1112
1113 2002-01-20 Jason Rumney <jasonr@gnu.org>
1114
1115 * w32-vars.el: New file.
1116
1117 * loadup.el [windows-nt]: Load it.
1118
1119 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1120 and make them defcustoms.
1121
1122 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1123
1124 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1125
1126 * language/tibet-util.el (tibetan-decompose-region)
1127 (tibetan-decompose-string): Fix typo in docstring.
1128
1129 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1130
1131 2002-01-18 Richard M. Stallman <rms@gnu.org>
1132
1133 * comint.el (comint-redirect-send-command-to-process):
1134 Restore previous current buffer.
1135
1136 * window.el (window-body-height): New function.
1137
1138 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1139
1140 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1141 "Finish Function" menu map entries for jdb mode.
1142 (gud-jdb-use-classpath): New customization variable.
1143 (gud-jdb-command-name): Add customization.
1144 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1145 (gud-jdb-classpath-string): New variable.
1146 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1147 (gud-jdb-build-source-files-list): Likewise.
1148 (gud-jdb-massage-args): Record any command argument classpath
1149 string in `gud-jdb-classpath-string'.
1150 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1151 java call stack in jdb output.
1152 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1153 (gud-jdb-parse-classpath-string): New functions.
1154 (gud-jdb-marker-filter): Search/detect classpath information in
1155 jdb's output. marker regexp updated to match oldjdb and jdb output
1156 formats. Expand search for source files to include new/old methods
1157 using new functions above. Do not allow `gud-marker-acc' to grow
1158 without bound.
1159 (jdb): Set classpath information (if available) as jdb is started.
1160 Change `gud-break' and `gud-remove'
1161 to use new %c ("class") escape in format strings. Add
1162 `gud-finish', `gud-up', `gud-down' command string functions, and
1163 add them to the local menu map. Update `comint-prompt-regexp' for
1164 jdb and oldjdb. If attaching to an already running java VM and
1165 configured to use classpath, send command to query for classpath,
1166 else use previous method for finding and parsing java
1167 sources. Set `gud-jdb-find-source' function accordingly.
1168 (gud-mode): Doc fix.
1169 (gud-format-command): Add support for new %c ("class") escape.
1170 (gud-find-class): New function in support of %c escape.
1171
1172 2002-01-17 Richard M. Stallman <rms@gnu.org>
1173
1174 * ibuf-ext.el: Enable byte-compile-dynamic.
1175
1176 2002-01-17 Jason Rumney <jasonr@gnu.org>
1177
1178 * term/w32-win.el: Restore conditional require of fontset.
1179
1180 2002-01-16 Richard M. Stallman <rms@gnu.org>
1181
1182 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1183 more or less.
1184 (mouse-drag-region): New function. For a click in the echo area,
1185 show *Messages*.
1186
1187 * ibuf-ext.el: Delete the autoloads for functions defined with
1188 ibuffer-specific commands.
1189
1190 * help.el (describe-distribution): Really call view-file.
1191
1192 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1193 (ange-ftp-get-process): Pass that arg.
1194
1195 * comint.el (comint-simple-send): Fix previous change.
1196
1197 * net/telnet.el (telnet-simple-send): Fix previous change.
1198
1199 * progmodes/sql.el (sql-escape-newlines-and-send)
1200 (sql-query-placeholders-and-send): Fix previous change.
1201
1202 2002-01-16 Colin Walters <walters@verbum.org>
1203
1204 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1205 URL, Compatibility headers. Update copyright notice.
1206 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1207
1208 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1209
1210 * startup.el (command-line): Set EOL mnemonics for the Mac.
1211
1212 2002-01-16 Andreas Schwab <schwab@suse.de>
1213
1214 * mail/feedmail.el (feedmail): Fix :link spec.
1215
1216 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1217
1218 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1219 2 ldapsearch.
1220
1221 * net/eudc.el: New maintainer. Change author's address.
1222 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1223 Variables removed.
1224 (eudc-insert-selected): Function removed.
1225 (eudc-select): Reimplemented.
1226 (eudc-expand-inline): Delete the strings only after its expansion
1227 is chosen not before.
1228
1229 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1230 Minor coding style fixes.
1231
1232 * net/eudcb-ldap.el: New maintainer. Change author's address.
1233 (eudc-attribute-display-method-alist): Display mail with
1234 eudc-display-mail.
1235
1236 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1237 * net/eudc-vars.el: New maintainer. Change author's address.
1238
1239 * net/eudc-bob.el: New maintainer. Change author's address.
1240 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1241 (eudc-display-mail): New function.
1242 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1243
1244 2002-01-15 Richard M. Stallman <rms@gnu.org>
1245
1246 * emacs-lisp/autoload.el (make-autoload):
1247 Don't handle define-ibuffer-column, define-ibuffer-filter,
1248 define-ibuffer-sorter, and define-ibuffer-op.
1249
1250 2002-01-14 Richard M. Stallman <rms@gnu.org>
1251
1252 * calendar/calendar.el (diary-date-forms): Doc fix.
1253
1254 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1255
1256 * startup.el (command-line): Register the default tty colors even
1257 if the terminal doesn't seem to support colors.
1258 <tty-long-option-alist>: New option --color.
1259 (tty-handle-args): Parse the --color arg.
1260
1261 * term/tty-colors.el (tty-color-mode-alist): New variable.
1262
1263 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1264
1265 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1266 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1267 Use it.
1268 (ange-ftp-hook-function): Preserve match-data.
1269 (ange-ftp-insert-directory): Typo.
1270 (ange-ftp-shell-command): Check if regexp matched.
1271
1272 2002-01-13 Richard M. Stallman <rms@gnu.org>
1273
1274 * international/mule-cmds.el: help-map bindings moved to help.el.
1275
1276 * help.el (view-echo-area-messages): New function.
1277 (help-map): Add `e' binding. Delete obsolete `d' binding.
1278 Change old Info bindings C-f, C-k and C-i to F, K, S.
1279 Move view-emacs-FAQ from F to C-f.
1280 Move view-emacs-problems from P to C-e.
1281 Bindings moved here from mule-cmds.el.
1282 C-l binding for describe-language-environment deleted
1283 (help-for-help): Update for all these changes.
1284
1285 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1286
1287 2002-01-13 Dave Love <fx@gnu.org>
1288
1289 * emacs-lisp/copyright.el: Doc fixes.
1290 (copyright-regexp): Add Latin-9 copyright sign.
1291 Match comment delimiters in year lists.
1292 (copyright-current-year): Initialize to load-time year.
1293
1294 2002-01-13 Andreas Schwab <schwab@suse.de>
1295
1296 * dired-aux.el (dired-do-shell-command): Doc fix.
1297
1298 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1299
1300 * startup.el (command-line-x-option-alist): New options "-fs",
1301 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1302
1303 * term/x-win.el (x-handle-initial-switch): New function.
1304
1305 2002-01-13 Colin Walters <walters@debian.org>
1306
1307 * emacs-lisp/autoload.el (make-autoload): Handle
1308 define-ibuffer-column, define-ibuffer-filter,
1309 define-ibuffer-sorter, and define-ibuffer-op.
1310
1311 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1312
1313 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1314
1315 2002-01-12 Richard M. Stallman <rms@gnu.org>
1316
1317 * net/browse-url.el (browse-url-grail):
1318 Use browse-url-maybe-new-window.
1319
1320 * net/telnet.el (telnet-simple-send): Handle
1321 comint-input-sender-no-newline like comint-simple-send.
1322
1323 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1324 comint-input-sender-no-newline like comint-simple-send.
1325 (sql-escape-newlines-and-send): Likewise.
1326
1327 * comint.el (comint-input-sender): Doc fix.
1328 (comint-input-sender-no-newline): New variable.
1329 (comint-simple-send): If comint-input-sender-no-newline,
1330 don't output newline, but maybe send eof.
1331 (comint-send-input): New arg NO-NEWLINE.
1332 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1333
1334 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1335
1336 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1337 delaying when executing keyboard macros.
1338
1339 2002-01-12 Richard M. Stallman <rms@gnu.org>
1340
1341 * simple.el (line-move): If we can't move enough lines,
1342 go to beginning or end of line.
1343
1344 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1345 and proper window.
1346
1347 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1348 Switch buffers only after calling `help-buffer'.
1349
1350 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1351 only when they are surrounded by whitespace.
1352 Use dired-mark-separator when adding one file name to a command.
1353 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1354 Ask for confirmation if * or ? is not surrounded by whitespace.
1355 (dired-bunch-files): Re-reverse the partial file list when it is used.
1356
1357 2002-01-12 Richard M. Stallman <rms@gnu.org>
1358
1359 * comint.el (comint-dynamic-list-completions): Repeating the command
1360 after displaying a completion list scrolls the list.
1361
1362 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1363
1364 * files.el (find-file-noselect): Don't consider a buffer as
1365 visiting a file literally if it is in hexl-mode.
1366
1367 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1368
1369 2002-01-11 Richard M. Stallman <rms@gnu.org>
1370
1371 * startup.el (initial-scratch-message): Fix custom type, add group.
1372
1373 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1374 around the decode-coding-region call.
1375
1376 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1377 after displaying a completion list scrolls the list.
1378
1379 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1380
1381 * version.el (emacs-version): Bump to 21.2.50.
1382
1383 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1384
1385 * play/zone.el (zone-timeout): New var.
1386 (zone-hiding-modeline): New macro.
1387 (zone-call): New func.
1388
1389 (zone): Init `modeline-hidden-level' symbol property.
1390 Use `zone-call' instead of `funcall'.
1391
1392 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1393
1394 (zone-pgm-stress): Use `zone-hiding-modeline'.
1395
1396 (zone-pgm-stress-destress): New zone program.
1397
1398 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1399
1400 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1401
1402 2002-01-09 Richard M. Stallman <rms@gnu.org>
1403
1404 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1405
1406 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1407
1408 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1409 flyspell-mouse-map.
1410
1411 2002-01-08 Richard M. Stallman <rms@gnu.org>
1412
1413 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1414
1415 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1416
1417 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1418
1419 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1420
1421 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1422 Do not use make-local-hook.
1423
1424 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1425
1426 * international/quail.el (quail-start-translation)
1427 (quail-start-conversion): Bind last-command-event, last-command,
1428 and this-command in the first let. This fixes the change from
1429 2000-08-30.
1430
1431 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1432
1433 * ediff-hook.el: Add an autoload cookie.
1434
1435 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1436
1437 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1438 address of the author.
1439
1440 2002-01-08 Richard M. Stallman <rms@gnu.org>
1441
1442 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1443 (occur-mode-map): Bind `o' to that.
1444
1445 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1446
1447 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1448 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1449 cases. Used to reduce the number of warnings.
1450
1451 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1452 (viper-standard-value): Move here from viper.el.
1453 (viper-set-unread-command-events): Move to viper-util.el
1454 (viper-check-minibuffer-overlay): Make sure
1455 viper-minibuffer-overlay is moved to cover the entire input field.
1456
1457 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1458 (viper-read-key-sequence, viper-set-unread-command-events)
1459 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1460
1461 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1462
1463 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1464
1465 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1466
1467 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1468 (viper-event-vector-p): Move to viper-util.el
1469
1470 * viper.el (viper-standard-value): Move to viper-cmd.el.
1471 Use viper-cond-compile-for-xemacs-or-emacs.
1472
1473 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1474
1475 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1476
1477 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1478 New macro designed to be used in many places where ediff-emacs-p or
1479 ediff-xemacs-p was previously used. Reduces the number of warnings.
1480 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1481 of ediff-xemacs-p.
1482 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1483 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1484 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1485 Move to ediff-util.el.
1486 (ediff-event-key): Moved here.
1487
1488 * ediff-merge.el: Got rid of unreferenced variables.
1489
1490 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1491
1492 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1493 (ediff-cleanup-mess): Improve the way windows are set up after
1494 quitting ediff.
1495 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1496 (ediff-dispose-of-variant-according-to-user): New function
1497 designed to be smarter and also understands indirect buffers.
1498 (ediff-highlight-diff-in-one-buffer)
1499 (ediff-unhighlight-diff-in-one-buffer)
1500 (ediff-unhighlight-diffs-totally-in-one-buffer)
1501 (ediff-highlight-diff, ediff-highlight-diff)
1502 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1503 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1504 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1505 Moved here.
1506 (ediff-format-bindings-of): New function by Hannu Koivisto
1507 <azure@iki.fi>.
1508 (ediff-setup): Make sure the merge buffer is always widened and
1509 modifiable.
1510 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1511 result of a merge into a file visited by another buffer.
1512 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1513 is visited by another buffer and ask to save/delete that buffer.
1514 (ediff-verify-file-merge-buffer): New function to do the above.
1515
1516 * ediff-vers.el: Load ediff-init.el at compile time.
1517
1518 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1519
1520 * ediff.el (ediff-windows, ediff-regions-wordwise)
1521 (ediff-regions-linewise): Use indirect buffers to improve
1522 robustness and make it possible to compare regions of the same
1523 buffer (even overlapping regions).
1524 (ediff-clone-buffer-for-region-comparison)
1525 (ediff-clone-buffer-for-window-comparison): New functions.
1526 (ediff-files-internal): Refuse to compare identical files.
1527 (ediff-regions-internal): Get rid of the warning about comparing
1528 regions of the same buffer.
1529
1530 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1531 Plus the following fixes courtesy of Dave Love: Doc fixes.
1532 (ediff-word-1): Use word class and move - to the
1533 front per regexp documentation.
1534 (ediff-wordify): Bind forward-word-function outside loop.
1535 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1536 consing buffer contents.
1537 (ediff-goto-word): Move syntax table setting outside loop.
1538
1539 2002-01-07 Richard M. Stallman <rms@gnu.org>
1540
1541 * dired.el (dired-copy-filename-as-kill): Call kill-append
1542 if following a kill command.
1543
1544 * help-fns.el (describe-variable, describe-function):
1545 Do save-excursion.
1546
1547 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1548
1549 * net/ldap.el (ldap-search-internal): Skip error message from
1550 ldapsearch. Allow listing attribute names only. Do not open
1551 non-existent files.
1552
1553 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1554 call non-existent function.
1555
1556 * net/eudc.el (top-level): Revert previous change.
1557
1558 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1559 variables to prevent warning from byte-compiler.
1560
1561 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1562 string-match on emacs-version again.
1563
1564 * enriched.el (enriched-make-annotation): Fix the change from
1565 2002-01-05.
1566 (enriched-handle-display-prop): Return proper values.
1567
1568 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1569 proper attribute name labeledUri instead of deprecated labeledUrl.
1570
1571 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1572
1573 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1574 editing an empty hotlist.
1575
1576 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1577 Use buffer-string instead of buffer-substring for the whole
1578 buffer.
1579
1580 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1581 not free.
1582
1583 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1584 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1585 (eudc-bob-save-object): Make the buffer unibyte.
1586 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1587 object to external program.
1588
1589 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1590
1591 * vc.el (vc-branch-part): Return nil if there's no `.'
1592 (vc-default-previous-version): Renamed from vc-previous-version.
1593 New args BACKEND and FILE. Return nil for revision numbers
1594 without a `.'
1595 (vc-version-diff): Call vc-BACKEND-previous-version.
1596 (vc-steal-lock): Steal lock before composing mail, so that no mail
1597 is sent when the stealing goes wrong. And we'll actually see the
1598 error in that case now.
1599 (vc-finish-steal): Removed.
1600
1601 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1602 the lock, so that we see expanded headers.
1603 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1604 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1605 available from vc.el. Updated all callers.
1606
1607 2002-01-05 Richard M. Stallman <rms@gnu.org>
1608
1609 * enriched.el (enriched-make-annotation): Doc fix.
1610
1611 * format.el (format-replace-strings, format-subtract-regions)
1612 (format-annotate-region, format-annotate-location)
1613 (format-annotate-atomic-property-change)
1614 (format-annotate-single-property-change): Doc fixes.
1615
1616 2002-01-05 Jason Rumney <jasonr@gnu.org>
1617
1618 * term/w32-win.el: Require fontset unconditionally.
1619 (w32-handle-scroll-bar-event): Remove.
1620
1621 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1622
1623 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1624 copyrights to be updated.
1625
1626 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1627
1628 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1629 2001-10-24.
1630
1631 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1632
1633 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1634
1635 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1636 entry.
1637 (ldap-ignore-attribute-codings): Change the default value to allow
1638 encoding/decoding of attributes.
1639 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1640
1641 2002-01-03 Richard M. Stallman <rms@gnu.org>
1642
1643 * files.el (basic-save-buffer): Undo previous change.
1644
1645 * calendar/diary-lib.el (diary-block): Doc fix.
1646
1647 * custom.el (defcustom): Fix syntax of previous change.
1648
1649 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1650
1651 * custom.el (defcustom): Documented :tag, :link and :load.
1652
1653 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1654
1655 * mail/sendmail.el (mail-recover-1): New function.
1656 (mail-recover): Switch to the *mail* buffer right away. Use
1657 buffer-auto-save-file-name instead of calling
1658 make-auto-save-file-name. Call dired-noselect instead of invoking
1659 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1660 before reading the auto-save file. If the buffer's auto-save file
1661 does not exist, call mail-recover-1 to allow recovery from past
1662 auto-saved drafts.
1663
1664 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1665
1666 * time.el (display-time-load-average-threshold): Fix defcustom
1667 (add type and group).
1668
1669 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1670 specification from the hostname.
1671
1672 2002-01-02 Richard M. Stallman <rms@gnu.org>
1673
1674 * facemenu.el (facemenu-active-faces):
1675 Use face-attributes-as-vector, not face-attributes-vector.
1676
1677 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1678
1679 * xscheme.el: Eleven years of updates on a private copy.
1680
1681 Extensive changes to support multiple xscheme buffers:
1682 (run-scheme): Break up into new functions to facilitate starting
1683 processes in other buffers.
1684 (xscheme-start, xscheme-read-command-line): New functions.
1685 (start-scheme, select-scheme)
1686 (default-xscheme-runlight)
1687 (global-set-scheme-interaction-buffer)
1688 (local-set-scheme-interaction-buffer)
1689 (local-clear-scheme-interaction-buffer)
1690 (exit-scheme-interaction-mode)
1691 (verify-xscheme-buffer): New functions.
1692 (xscheme-process-name, xscheme-buffer-name)
1693 (xscheme-runlight): New internal vars.
1694 (default-xscheme-runlight): New const.
1695 (xscheme-start-process): Add args for the process/buffer names.
1696 (reset-scheme): Pass process/buffer names.
1697 (scheme-interaction-mode): Initialize new local vars.
1698 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1699 (xscheme-select-process-buffer, xscheme-process-buffer)
1700 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1701 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1702 var xscheme-process-name.
1703 (xscheme-start-process): Initialize xscheme-process-name and
1704 xscheme-buffer-name in the process buffer. Pass buffer name to
1705 xscheme-modeline-initialize.
1706 (xscheme-modeline-initialize): Add argument to specify buffer name
1707 for mode-line vars.
1708 (xscheme-process-sentinel): Make sure sentinel is run in the
1709 process buffer so it sees its local vars.
1710 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1711 elaborate logic to handle multiple-buffer mode lines.
1712
1713 (xscheme-enter-input-wait): Re-enable control-G handler upon
1714 entering input wait.
1715
1716 (scheme-interaction-mode): Add arg to preserve local vars.
1717 (xscheme-enter-interaction-mode)
1718 (xscheme-enter-debugger-mode): Preserve local vars.
1719 (xscheme-start-process): Clobber local vars.
1720
1721 (scheme-interaction-mode-commands): Allow end user to add commands
1722 to scheme-interaction-mode keymap.
1723 (scheme-interaction-mode-commands-alist): New variable.
1724
1725 (xscheme-send-string): Don't use insert-before-markers.
1726
1727 Implement a per-buffer kill ring:
1728 (xscheme-insert-expression)
1729 (xscheme-rotate-yank-pointer, xscheme-yank)
1730 (xscheme-yank-pop, xscheme-yank-push): New functions.
1731 (xscheme-expressions-ring)
1732 (xscheme-expressions-ring-yank-pointer)
1733 (xscheme-expressions-ring-max): New variables.
1734 (xscheme-send-string-1): Call xscheme-insert-expression to save
1735 expression in ring.
1736 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1737 (xscheme-previous-send): Deleted variable.
1738
1739 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1740 xscheme-send-control-g-interrupt): Use process-send-string rather
1741 than send-string.
1742
1743 (xscheme-send-region): Insert a newline after an expression that
1744 is submitted in the interaction buffer, for consistency with
1745 recent changes to Edwin.
1746
1747 (xscheme-delete-output): New function mimics comint-delete-output.
1748 (xscheme-last-input-end): New internal variable.
1749 (xscheme-process-filter-output): Update xscheme-last-input-end.
1750
1751 (xscheme-send-control-g-interrupt): Make sure that
1752 xscheme-control-g-disabled-p is looked up in the right buffer.
1753
1754 (xscheme-enable-control-g): Clear C-g message if visible.
1755 (xscheme-control-g-message-string): New internal var.
1756 (xscheme-send-control-g-interrupt): Use new var.
1757
1758 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1759 after sending interrupt in order to work around race condition.
1760
1761 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1762 (xscheme-send-char): Use xscheme-send-char rather than send-string
1763 to send single char.
1764
1765 (xscheme-process-filter, xscheme-process-filter-alist): Add
1766 support for evaluating expressions outside of the call-excursion.
1767 (xscheme-process-filter:string-action-noexcursion): New func.
1768
1769 (xscheme-write-value): Change output string to match that used by
1770 Edwin.
1771
1772 (xscheme-coerce-prompt): Don't write a space after a command
1773 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1774 for us.
1775
1776 (reset-scheme): Delete process after killing it.
1777
1778 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1779
1780 * bindings.el (function-key-map): Don't bind shifted keypad
1781 numeric keys.
1782
1783 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1784
1785 * enriched.el (enriched-handle-display-prop): Remove unused
1786 variables.
1787 (enriched-mode): Doc fix.
1788
1789 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1790
1791 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1792 Hebrew points.
1793
1794 2002-01-01 Richard M. Stallman <rms@gnu.org>
1795
1796 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1797
1798 2001-12-31 Richard M. Stallman <rms@gnu.org>
1799
1800 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1801 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1802 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1803 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1804 * progmodes/cperl-mode.el, progmodes/idlwave.el:
1805 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1806 Adapt face definitions to use :weight and :slant.
1807
1808 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1809
1810 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1811
1812 * font-lock.el (initializing from font-lock-face-attributes):
1813 Use :weight and :slant, not :bold and :italic.
1814
1815 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1816
1817 * cus-edit.el (custom-face-edit-fix-value): New function.
1818 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1819
1820 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1821
1822 * progmodes/octave-mod.el (octave-abbrev-table):
1823 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1824 * progmodes/fortran.el (fortran-mode-abbrev-table):
1825 * progmodes/f90.el (f90-mode-abbrev-table):
1826 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1827 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1828 predefined abbrevs as "system" abbrevs.
1829
1830 2001-12-30 Richard M. Stallman <rms@gnu.org>
1831
1832 * info.el (Info-fontify-node): For a **** underline line, put the
1833 invisible and intangible props on the following newline, but not
1834 on the previous newline or the last char of the previous line.
1835
1836 * faces.el (face-set-after-frame-default): Don't change `default' face.
1837
1838 * faces.el (minibuffer-prompt): Adopt some default colors.
1839
1840 * replace.el (query-replace-read-args): Immediate error if read-only.
1841
1842 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1843 Display the output buffer in a more intelligent way.
1844
1845 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1846
1847 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1848 in accordance with files.el's insert-directory.
1849
1850 2001-12-29 Richard M. Stallman <rms@gnu.org>
1851
1852 * files.el (basic-save-buffer): If a before-write hook displays
1853 an echo area message, pause before calling basic-save-buffer-1.
1854
1855 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
1856
1857 * textmodes/reftex-global.el (reftex-query-replace-document)
1858 (reftex-change-label): Doc fix.
1859
1860 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1861
1862 * progmodes/etags.el (tags-query-replace): Doc fix.
1863
1864 2001-12-29 Richard M. Stallman <rms@gnu.org>
1865
1866 * progmodes/compile.el (compile-internal): Fix previous change.
1867
1868 2001-12-28 Richard M. Stallman <rms@gnu.org>
1869
1870 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1871 shrink the windows above as necessary to get space.
1872 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1873
1874 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1875 This fixes a bug that treated all files as directories.
1876 (ange-ftp-insert-directory): Explicitly follow symlinks.
1877
1878 * international/iso-transl.el (iso-transl-char-map) Eliminate the
1879 alias symbols--put the translated sequences here directly.
1880
1881 * progmodes/cc-mode.el (c-mode-abbrev-table)
1882 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1883 (java-mode-abbrev-table, pike-mode-abbrev-table):
1884 Mark all the predefined abbrevs as "system" abbrevs.
1885
1886 * mail/sendmail.el (mail-envelope-from): Fix custom type.
1887 (sendmail-send-it): Check mail-specify-envelope-from
1888 and mail-envelope-from in the mail buffer at start.
1889
1890 2001-12-28 Simon Josefsson <jas@extundo.com>
1891
1892 * mail/sendmail.el (mail-envelope-from): Fix :type.
1893 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1894
1895 2001-12-28 Richard M. Stallman <rms@gnu.org>
1896
1897 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1898
1899 * simple.el (line-move-invisible): New subroutine.
1900 (line-move-to-column): New subroutine--smarter about advancing over
1901 invisible parts of a line, or lines, but only as long as hpos grows.
1902 (line-move-finish): New subroutine: repeatedly processes desired
1903 column, intangibility, and fields.
1904 (line-move): Use those subroutines.
1905 When moving lines downward, skip invisible text first rather than last.
1906
1907 2001-12-27 Richard M. Stallman <rms@gnu.org>
1908
1909 * international/mule-diag.el (describe-char-after):
1910 Describe the text properties of the char after point.
1911
1912 * help.el (describe-key): Doc fix.
1913
1914 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
1915
1916 * find-dired.el (find-dired-sentinel): Precede exit message by
1917 two spaces, to match the regexp in dired-between-files.
1918
1919 2001-12-28 Miles Bader <miles@gnu.org>
1920
1921 * wid-edit.el (widget-toggle-value-create): Don't eval actual
1922 images (which are lists too).
1923
1924 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1925
1926 * language/european.el: Fix the doc string of "Latin-5" language
1927 environment.
1928
1929 2001-12-26 Richard M. Stallman <rms@gnu.org>
1930
1931 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1932 defined as before 2001-11-09.
1933 (add-minor-mode call): Specify the keymap.
1934
1935 * progmodes/compile.el (compile-internal):
1936 Set TERM variable in process-environment.
1937
1938 2001-12-25 Richard M. Stallman <rms@gnu.org>
1939
1940 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1941 the buffer.
1942
1943 * startup.el (command-line): Convert command line args
1944 to Emacs internal representation using locale-coding-system.
1945
1946 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1947
1948 * international/fontset.el: Don't require ind-util when compiling.
1949
1950 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1951
1952 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1953 set-frame-height and set-frame-width instead of set-screen-height
1954 and set-screen-width.
1955
1956 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
1957 of obsolete set-screen-width.
1958
1959 * locate.el (locate): Remove dot at the end of error argument.
1960
1961 * emerge.el (emerge-show-file-name): Use frame-height instead of
1962 obsolete screen-height.
1963
1964 * mail/mh-utils.el (mh-show-msg): Likewise.
1965 (mh-handle-process-error): Use frame-width instead of obsolete
1966 screen-width.
1967
1968 2001-12-25 Richard M. Stallman <rms@gnu.org>
1969
1970 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
1971 to enlarge-window. Use save-selected-window. Don't try
1972 to resize windows that end at the bottom "level".
1973 Retry changing the sizes until the windows get the desired sizes.
1974 Discount the minibuffer when computing total height available.
1975
1976 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
1977 (debugger-make-xrefs): Only make a button for the first symbol
1978 on any line.
1979
1980 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
1981
1982 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
1983 Call IT-setup-unicode-display here instead of adding it to
1984 dos-codepage-setup-hook, so that Unicode display tables are set
1985 before dos-codepage-setup-hook runs.
1986
1987 2001-12-24 Richard M. Stallman <rms@gnu.org>
1988
1989 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
1990 (nslookup-mode-abbrev-table): Don't define it.
1991 (smbclient-mode-abbrev-table): Don't define it.
1992 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
1993 (nslookup-mode, smbclient-mode): Likewise.
1994 (network-connection-service-abbrev-alist): Variable deleted.
1995 (network-connection-mode-setup): Don't set up abbrev table.
1996
1997 * faces.el (minibuffer-prompt): New face.
1998 (minibuffer-prompt-properties): Add `face' property.
1999
2000 * replace.el (occur-mode-display-occurrence): New function.
2001 (occur-mode-map): Bind C-o to it.
2002
2003 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
2004
2005 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2006 (viper-special-read-and-insert-char): Make C-m work right in the r
2007 comand.
2008 (viper-buffer-search-enable): Fixed format string.
2009
2010 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2011 instead of viper-info-on-file.
2012 (ex-set-visited-file-name): New function.
2013
2014 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2015
2016 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2017 action argument.
2018
2019 * ediff-init.el: Fixed some doc strings.
2020
2021 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2022 Got rid of make-local-hook.
2023
2024 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2025 make-local-hook.
2026
2027 2001-12-23 Richard M. Stallman <rms@gnu.org>
2028
2029 * term/x-win.el (x-handle-geometry): Put height and width
2030 on default-frame-alist, left and top on initial-frame-alist.
2031 * term/w32-win.el (x-handle-geometry): Likewise.
2032
2033 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2034
2035 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2036 not interactive-p.
2037
2038 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2039
2040 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2041 mocklisp entries.
2042
2043 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2044 Lisp. Obsoleted.
2045
2046 * emulation/mlconvert.el: File removed.
2047
2048 * emulation/mlsupport.el: Moved to obsolete.
2049
2050 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2051
2052 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2053
2054 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2055 mocklisp case.
2056
2057 * help-fns.el (describe-function-1): Remove mocklisp function
2058 case.
2059
2060 2001-12-22 Miles Bader <miles@gnu.org>
2061
2062 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2063 turning refill-mode off.
2064
2065 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2066
2067 * time.el (display-time-load-average-threshold): New variable.
2068 (display-time-update): Use it.
2069
2070 These changes allow cycling through past 1, 5 and 15 minutes
2071 load-average displayed in the mode-line.
2072
2073 * time.el (display-time-default-load-average): New customizable option.
2074 (display-time-load-average): New variable.
2075 (display-time-cycle-load-average): New function.
2076 (display-time-update): Use them.
2077
2078 2001-12-21 Richard M. Stallman <rms@gnu.org>
2079
2080 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2081 (apropos-documentation, apropos-value): Pass a suitable string.
2082
2083 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2084
2085 * dired.el (dired-free-space-program, dired-free-space-args):
2086 Aliases for back-compatibility.
2087
2088 * info.el (Info-select-node): If Info-use-header-line is nil, set
2089 header-line-format to nil.
2090 (Info-fontify-node): Don't put a keymap text property on the
2091 heading if we are not going to display the header line. Remove
2092 any such text properties left over from past visits to this node.
2093
2094 * ls-lisp.el (insert-directory): Insert the amount of free disk
2095 space, like files.el's insert-directory does.
2096
2097 * files.el (directory-free-space-program): Mention
2098 file-system-info in the doc string.
2099 (get-free-disk-space): New function; code moved from
2100 insert-directory.
2101 (insert-directory): Call get-free-disk-space to get the amount of
2102 free space.
2103
2104 2001-12-21 Richard M. Stallman <rms@gnu.org>
2105
2106 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2107 (describe-distribution, describe-project): Use view-file.
2108
2109 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2110
2111 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2112
2113 * emacs-lisp/easy-mmode.el (define-minor-mode):
2114 Make no arg by default in an interactive call,
2115 so that repeating the command toggles again.
2116
2117 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2118
2119 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2120
2121 * antlr-mode.el: More sophisticated indentation of cpp directive.
2122 (antlr-indent-at-bol-alist): New user option.
2123 (antlr-indent-line): Use it.
2124 (antlr-indent-style): New user option.
2125 (antlr-mode): Use it.
2126 (antlr-indent-item-regexp): Customize.
2127
2128 * antlr-mode.el: Syntax highlighting changes.
2129 (antlr-font-lock-literal-regexp): New user option.
2130 (antlr-font-lock-syntax-face): New face used for :, |, ....
2131 (antlr-font-lock-default-face): New face.
2132 (antlr-font-lock-additional-keywords): Use them.
2133
2134 * antlr-mode.el: New command to insert options -- variables.
2135 (antlr-mode-map): New binding [C-c C-o].
2136 (antlr-mode-menu): New submenus.
2137 (antlr-options-use-submenus): New user option.
2138 (antlr-tool-version): New user option.
2139 (antlr-options-auto-colon): New user option.
2140 (antlr-options-style): New user option.
2141 (antlr-options-push-mark): New user option.
2142 (antlr-options-assign-string): New user option.
2143 (antlr-options-headings): New variable.
2144
2145 * antlr-mode.el: New command to insert options -- specific.
2146 (antlr-options-alists): New variable.
2147 (antlr-read-value): New function.
2148 (antlr-read-boolean): New function.
2149 (antlr-language-option-extra): New function.
2150 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2151 (antlr-c++-mode-extra): New function.
2152 (antlr-grammar-tokens): New function.
2153 (antlr-imenu-create-index-function): New optional argument.
2154
2155 * antlr-mode.el: New command to insert options -- functions.
2156 (antlr-insert-option): New command.
2157 (antlr-insert-option-interactive): New function.
2158 (antlr-options-menu-filter): New function.
2159 (antlr-option-kind): New function.
2160 (antlr-scan-lists): New alias.
2161 (antlr-scan-lists-internal): New function.
2162 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2163 (antlr-option-level): New function.
2164 (antlr-syntactic-grammar-depth): New function.
2165 (antlr-option-location): New function.
2166 (antlr-insert-option-do): New function.
2167 (antlr-option-spec): New function.
2168 (antlr-version-string): New function.
2169 (antlr-insert-option-existing): New function.
2170 (antlr-insert-option-space): New function.
2171 (antlr-insert-option-area): New function.
2172
2173 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2174 with narrowing. Menu change. Miscellaneous.
2175 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2176 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2177 (antlr-electric-character): New command.
2178 (antlr-class-header-regexp): New variable.
2179 (antlr-font-lock-additional-keywords): Use it.
2180 (antlr-imenu-create-index-function): Use it.
2181 (antlr-file-dependencies): Use it.
2182 (antlr-indent-line): Also works with restrictions.
2183 (antlr-indent-command): Interactive spec - changes the buffer.
2184 (antlr-language-for-option): Deletia.
2185 (antlr-language-option): New function, defined instead.
2186 (antlr-mode): Use it.
2187 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2188
2189 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2190 instead of a literal /dev/null.
2191
2192 * Makefile.in (distclean): Remove Makefile in the build
2193 directory, not in the source directory.
2194
2195 2001-12-21 Simon Josefsson <jas@extundo.com>.
2196
2197 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2198 with-temp-buffer instead of find-file-noselect, and bind
2199 coding-system-for-read to no-conversion when reading the queued
2200 messages. (Simon's code modified slightly by Eli Zaretskii.)
2201
2202 2001-12-20 Werner Lemberg <wl@gnu.org>
2203
2204 * international/mule-diag.el (describe-coding-system,
2205 print-coding-system-briefly): Make printed output have a similar
2206 format as describe-character-set.
2207
2208 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2209
2210 * play/blackbox.el (bb-member): Remove, use member instead.
2211 (bb-delete): Remove, use delete instead.
2212 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2213 bb-score, bb-detour-count and bb-balls-placed.
2214 Propertize results of rays.
2215
2216 2001-12-19 Karl Fogel <kfogel@red-bean.com>
2217
2218 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2219 strings mention keybinding for `isearch-yank-word-or-char',
2220 rather than `isearch-yank-word', since the former is bound now
2221 and the latter is not.
2222 (isearch-yank-word-or-char): Fix formatting.
2223
2224 2001-12-19 Werner Lemberg <wl@gnu.org>
2225
2226 * language/czech.el, language/european.el, language/slovak.el: More
2227 fixes for language info doc strings.
2228
2229 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2230
2231 * loadup.el: Add "language" to the load-path.
2232
2233 2001-12-19 Richard M. Stallman <rms@gnu.org>
2234
2235 * international/mule-cmds.el (describe-language-environment):
2236 Fix calls to help-xref-button.
2237
2238 2001-12-19 Miles Bader <miles@gnu.org>
2239
2240 * international/fontset.el: Require `ind-util' when compiling.
2241
2242 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2243
2244 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2245 instead of decompose-composite-char.
2246
2247 2001-12-18 Richard M. Stallman <rms@gnu.org>
2248
2249 * simple.el (eval-expression-print-level)
2250 (eval-expression-print-length): Doc fixes.
2251
2252 * international/mule-diag.el (describe-character-set):
2253 Fix the arg to help-xref-button.
2254
2255 * files.el (directory-free-space-program): New variable.
2256 (directory-free-space-args): New variable.
2257 (insert-directory): Use those two variables for getting free space.
2258 Use file-system-info instead, if that is defined.
2259
2260 * dired.el (dired-free-space-program): Variable deleted.
2261 (dired-free-space-args): Variable deleted.
2262 (dired-insert-directory): Don't try to determine free space.
2263
2264 * files.el (font-lock-defaults): Add risky-local-variables prop.
2265 (hack-one-local-variable): Treat various font-lock variables as risky.
2266
2267 2001-12-18 Werner Lemberg <wl@gnu.org>
2268
2269 * language/chinese.el, language/cyrillic.el:
2270 * language/czech.el, language/european.el, language/greek.el:
2271 * language/hebrew.el, language/indian.el, language/japanese.el:
2272 * language/korean.el, language/lao.el, language/slovak.el:
2273 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2274 Improve documentation strings of coding systems and language infos.
2275
2276 2001-12-18 Werner LEMBERG <wl@gnu.org>
2277
2278 Add support for EUC-TW decoding/encoding.
2279
2280 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2281 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2282 New auxiliary functions to build `big5-to-cns'.
2283 (big5-to-cns): New translation alist.
2284
2285 * language/chinese.el: Added new coding system `euc-tw' and its
2286 alias `euc-taiwan'.
2287 Updated language `Chinese-CNS' to include euc-tw encoding also.
2288 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2289 euc-tw.
2290
2291 2001-12-18 Dave Love <fx@gnu.org>
2292
2293 * loadup.el: Add language/utf-8-lang, language/georgian.
2294
2295 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2296 (image-file-name-regexps): Doc fix.
2297
2298 * server.el (server-unload-hook): New function.
2299
2300 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2301 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2302
2303 * simple.el (newline): Doc fix.
2304 (eval-expression-print-level, eval-expression-print-length): Doc
2305 fix. Amend :type.
2306 (next-line, previous-line): Make arg optional.
2307 (newline): Doc fix.
2308
2309 * Makefile.in (DONTCOMPILE): Add various language files.
2310
2311 * international/quail.el (quail-input-string-to-events): Don't use
2312 string-to-list.
2313
2314 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2315 calling `newline'.
2316
2317 2001-12-17 Richard M. Stallman <rms@gnu.org>
2318
2319 * comint.el (comint-dynamic-list-input-ring-select): New function.
2320 Switches back to the old window configuration.
2321 (comint-dynamic-list-input-ring): Bind RET to that function.
2322 (comint-dynamic-list-input-ring-window-conf): New variable.
2323
2324 2001-12-17 Werner Lemberg <wl@gnu.org>
2325
2326 * international/mule-conf.el: Improve documentation strings of
2327 character sets.
2328
2329 2001-12-16 Richard M. Stallman <rms@gnu.org>
2330
2331 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2332 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2333
2334 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2335
2336 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2337 Add a DESCRIPTION for the makefile item.
2338
2339 * find-file.el (ff-other-file-name): New function.
2340
2341 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2342
2343 * international/quail.el (quail-input-string-to-events): Fix last
2344 change.
2345
2346 2001-12-16 Richard M. Stallman <rms@gnu.org>
2347
2348 * isearch.el (isearch-edit-string): When we set isearch-string
2349 to the default, also set isearch-message.
2350
2351 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2352
2353 * startup.el (command-line-1): Display startup screen
2354 even if there are command line args.
2355 Add a note about how to go to editing your files.
2356 (fancy-splash-head): Add a note about how to go to your files.
2357 (fancy-splash-outer-buffer): New variable.
2358 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2359
2360 * subr.el (with-temp-message): At the end, always discard
2361 the temp message, even by clearing the echo area.
2362
2363 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2364
2365 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2366
2367 * log-view.el (log-view-message-re, log-view-current-tag):
2368 Recognize Subversion's log output format.
2369
2370 * international/fontset.el: Build the list L at compile time.
2371
2372 * language/ind-util.el (mapthread): Make a closure.
2373
2374 2001-12-15 Richard M. Stallman <rms@gnu.org>
2375
2376 * isearch.el (isearch-start-hscroll): New variable.
2377 (isearch-mode): Set isearch-start-hscroll.
2378 (isearch-update): Restore original hscrolling if possible.
2379
2380 * isearch.el (isearch-edit-string):
2381 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2382
2383 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2384 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2385 rather than regexp search and (2) copying text properties
2386 already set up on text unchanged from the previous backtrace.
2387
2388 * case-table.el (set-case-syntax-pair):
2389 Detect invalid calls and signal an error.
2390
2391 2001-12-15 Richard M. Stallman <rms@gnu.org>
2392
2393 * language/ind-util.el (range): Function deleted.
2394 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2395 All calls changed.
2396
2397 * language/devan-util.el (devanagari-range): Renamed from `range'.
2398 All calls changed.
2399 (devanagari-regexp-of-hashtbl-keys):
2400 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2401
2402 2001-12-15 Dave Love <fx@gnu.org>
2403
2404 * language/ind-util.el: Don't require cl.
2405 (indian-glyph-char, indian-glyph-max-char)
2406 (indian-char-glyph): Moved from indian.el
2407 (indian--puthash-char, mapthread): Don't quote lambda.
2408 (indian--map): New function.
2409 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2410 (indian--puthash-cv): Use it.
2411
2412 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2413 (indian-char-glyph): Moved to ind-util.el
2414
2415 * language/devan-util.el (devanagari-post-read-conversion):
2416 New function.
2417
2418 * language/georgian.el: New file.
2419
2420 * international/mule-cmds.el (locale-language-names): Add various
2421 entries. Remove utf-8 special case.
2422 (locale-charset-language-names, locale-preferred-coding-systems):
2423 Add utf-8 case.
2424 (set-language-environment): Process required-features earlier.
2425
2426 * international/quail.el (quail-keyboard-layout-alist):
2427 Add pc105-uk.
2428 (quail-keyboard-layout-type): Fix :type.
2429 (quail-choose-completion-string): Simplify.
2430 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2431 (quail-input-string-to-events): Run events through
2432 translation-table-for-input.
2433
2434 * international/mule-conf.el (translation-table-for-input):
2435 New variable.
2436 (latin-iso8859-14): Amend description.
2437 (file-coding-system-alist): Add entry for utf-8.
2438
2439 * language/utf-8-lang.el: New file.
2440
2441 * international/code-pages.el: New file.
2442
2443 * language/hebrew.el ("Windows-1255"): New language.
2444
2445 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2446 ("Latvian"): New languages.
2447
2448 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2449
2450 * xml.el: Use setq rather than (set 'foo bar).
2451 Use push+nreverse rather than append.
2452 (xml-node-name, xml-node-attributes, xml-node-children):
2453 Use defsubst rather than macros.
2454 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2455 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2456 Concat the two strings surrounding a comment into a single string.
2457
2458 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2459
2460 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2461
2462 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2463 Document.
2464
2465 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2466
2467 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2468 Return nil if FILE is not registered.
2469 (vc-check-master-templates, vc-default-make-version-backups-p):
2470 Doc fix.
2471
2472 2001-12-13 David Ponce <david@dponce.com>
2473
2474 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2475 (ruler-mode-left-fringe-cols): New macro.
2476 (ruler-mode-right-fringe-cols): New macro.
2477 (ruler-mode-left-scroll-bar-cols): New macro.
2478 (ruler-mode-right-scroll-bar-cols): New macro.
2479 (ruler-mode-ruler): Use above new macros.
2480
2481 2001-12-13 Richard M. Stallman <rms@gnu.org>
2482
2483 * files.el (set-auto-mode): Fix previous change.
2484
2485 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2486
2487 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2488 (easy-menu-do-define, easy-menu-convert-item-1)
2489 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2490 (easy-menu-return-item): Only return nil if there is no binding.
2491
2492 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2493
2494 * whitespace.el (whitespace-version): 3.2
2495 * whitespace.el (whitespace-force-mode-line-update): Replace with
2496 `whitespace-mode-line-update', which is an alias to the correct
2497 function in various emacsen.
2498 * whitespace.el (whitespace-{un,}highlight-the-space):
2499 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2500 using the `whitespace-highlight-face' if
2501 `whitespace-display-spaces-in-color' is set.
2502
2503 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2504
2505 * international/mule.el (set-auto-coding): Don't search for
2506 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2507
2508 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2509
2510 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2511
2512 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2513
2514 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2515
2516 2001-12-13 Richard M. Stallman <rms@gnu.org>
2517
2518 * simple.el (undo): Always set this-command to `undo',
2519 so that the next undo after an error will not begin redoing.
2520
2521 * simple.el (shell-command): Doc fix.
2522 (shell-command-on-region): If there is output an an error,
2523 add "...Shell command failed" to the output.
2524
2525 2001-12-13 David Ponce <david@dponce.com>
2526
2527 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2528 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2529 implementation `ruler-mode-extra-left-cols'.
2530 (ruler-mode-ruler): Use above new function. Take into account
2531 that the fringe areas can now be resized.
2532
2533 2001-12-12 Richard M. Stallman <rms@gnu.org>
2534
2535 * international/characters.el (Unicode): Comment out
2536 the specifications for kelvin and angstrom signs.
2537
2538 * international/mule.el (make-translation-table-from-vector):
2539 Allow null elements in VEC.
2540
2541 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2542 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2543 Add :version.
2544
2545 2001-12-11 Richard M. Stallman <rms@gnu.org>
2546
2547 * derived.el (derived-mode-p): Function moved to subr.el.
2548
2549 * subr.el (derived-mode-p): Moved here from derived.el.
2550
2551 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2552
2553 * files.el (set-auto-mode-1): New subroutine, broken out of
2554 set-auto-mode.
2555 (set-auto-mode, hack-local-variables-prop-line): Use that.
2556
2557 2001-12-11 Dave Love <fx@gnu.org>
2558
2559 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2560
2561 * language/european.el: Remove autoload cookies. Fix registration
2562 of diacritic composition function.
2563
2564 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2565
2566 * calendar/todo-mode.el: Require time-stamp.
2567
2568 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2569
2570 2001-12-11 Richard M. Stallman <rms@gnu.org>
2571
2572 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2573
2574 * textmodes/ispell.el (ispell-buffer-local-parsing):
2575 Match xml like sgml.
2576
2577 * emacs-lisp/advice.el (ad-compile-function):
2578 Byte compile the function under another (uninterned) name.
2579
2580 * gud.el (gdb): Define and bind gud-jump.
2581
2582 * font-lock.el (font-lock-mode):
2583 Put our function at the end of after-change-functions.
2584
2585 * ediff-diff.el (ediff-cmp-options): Doc fix.
2586
2587 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2588
2589 2001-12-10 Richard M. Stallman <rms@gnu.org>
2590
2591 * isearch.el (isearch-yank-word-or-char): New function.
2592 (isearch-mode-map): Bind C-w to that.
2593
2594 * menu-bar.el (menu-bar-mode): Make arg optional.
2595
2596 * simple.el (line-move): Cope if next-single-property-change
2597 or previous-single-property-change returns nil.
2598
2599 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2600 Don't use interactive-p; instead, pass the proper args
2601 in (interactive...). Clean up most of the trouble-report strings.
2602
2603 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2604
2605 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2606 enqueued messages literally.
2607
2608 2001-12-10 Noah Friedman <friedman@splode.com>
2609
2610 * battery.el (battery-insert-file-contents): Obsolete function
2611 removed.
2612 (battery-read-function): Obsolete function removed.
2613 (battery-linux-proc-apm): Use insert-file-contents.
2614
2615 2001-12-07 Stephen Eglen <stephen@gnu.org>
2616
2617 * iswitchb.el (iswitchb-visit-buffer):
2618 Use `select-frame-set-input-focus'--needed when window manager
2619 uses "click to focus" policy.
2620
2621 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2622
2623 * COPYING: Moved back.
2624
2625 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2626
2627 * term/internal.el (IT-character-translations): Add entries for
2628 more points.
2629
2630 * international/characters.el: Resurrect the Hebrew category
2631 settings for all Hebrew characters removed by the last change.
2632 Add code for setting the Hebrew category of the Unicode Hebrew
2633 characters. Set syntax entries for Hebrew punctuation characters.
2634
2635 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2636 points and directional formatting control characters.
2637
2638 2001-12-07 Dave Love <fx@gnu.org>
2639
2640 * language/lao-util.el: Add Unicode equivalents for rules.
2641 (lao-post-read-conversion): New function.
2642
2643 * language/lao.el: Add Unicode equivalents.
2644 (lao): Add post-read conversion.
2645
2646 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2647 Use iso2022 encoding.
2648 (latin1-char-displayable-p): Doc fix.
2649 (latin1-display-ucs-per-lynx): New option.
2650 (latin1-display-ucs-per-lynx): New command.
2651 (latin1-display-reset): Special-case arabic.
2652 (ucs-tables): Require.
2653 (latin1-display-sets, latin1-display-setup): Add arabic.
2654 (latin1-display) <variable>: Use function latin1-display.
2655 (latin1-display) <function>: Add mule-unicode stuff.
2656 (latin1-display-check-font): Don't lose if `info' is nil.
2657
2658 * international/iso-transl.el: Insert Latin-1 characters, not
2659 unibyte codes.
2660
2661 * language/european.el (diacritic-composition-pattern): New constant.
2662 (diacritic-compose-region, diacritic-compose-string)
2663 (diacritic-compose-buffer, diacritic-post-read-conversion)
2664 (diacritic-composition-function): New functions.
2665
2666 * international/utf-8.el (ucs-mule-to-mule-unicode):
2667 New translation table.
2668 (ccl-encode-mule-utf-8): Use it.
2669 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2670 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2671 (utf-8-subst-table): New variable.
2672 (utf-8-compose-scripts): New option.
2673 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2674
2675 * international/ucs-tables.el, international/utf-8-subst.el:
2676 New files.
2677
2678 * international/characters.el: Don't set word syntax (the default)
2679 explicitly. Add a diacritic category. Add info for Unicode
2680 equivalents of characters in various Mule charsets and for extra
2681 Unicode characters. Don't define specific categories for
2682 Indian/Devanagari, since they aren't used.
2683
2684 2001-12-06 Richard M. Stallman <rms@gnu.org>
2685
2686 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2687 (set-justification-left, set-justification-right): Doc fix.
2688
2689 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2690 (bug-f90-mode): Variable deleted.
2691
2692 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2693
2694 * indent.el (indent-line-function): Default is indent-relative again.
2695
2696 2001-12-07 Miles Bader <miles@gnu.org>
2697
2698 * progmodes/compile.el (compilation-error-regexp-alist):
2699 Added regexps for RXP.
2700
2701 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2702
2703 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2704 Add shift-assignment operators to those highlighted, and highlight
2705 the whole operator rather than just the "=".
2706
2707 2001-12-04 Juanma Barranquero <lektu@terra.es>
2708
2709 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2710 before saving abbrevs if `save-abbrevs' has the value `silently'.
2711
2712 2001-12-04 Andreas Schwab <schwab@suse.de>
2713
2714 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2715
2716 2001-12-04 Colin Walters <walters@debian.org>
2717
2718 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2719 for `defmacro*' forms.
2720
2721 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2722 `defmacro*'.
2723
2724 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
2725
2726 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2727
2728 2001-12-02 Richard M. Stallman <rms@gnu.org>
2729
2730 * files.el (insert-directory): If the df output does not look right,
2731 don't try to use it. Other cleanups in overall code structure.
2732
2733 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2734
2735 * textmodes/outline.el (outline-mode-prefix-map):
2736 Add bindings for outline-promote and outline-demote.
2737 (outline-minor-mode-menu-bar-map): New var.
2738 (outline-minor-mode): Use it.
2739 (outline-heading-alist): New var (renamed from outline-level-heading).
2740 (outline-level): Use it.
2741 (outline-insert-heading, outline-promote, outline-demote):
2742 Update to use outline-heading-alist.
2743
2744 * disp-table.el (standard-display-european):
2745 Simplify since the function is not interactive any more.
2746 Don't set the existing buffers to unibyte.
2747
2748 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2749
2750 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2751
2752 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2753
2754 * shell.el (shell): Use shell-file-name.
2755 Pop to buffer before calling comint to set COLUMNS properly.
2756
2757 * emacs-lisp/cl.el (svref): New alias.
2758
2759 * progmodes/antlr-mode.el (antlr-c-common-init):
2760 Don't inhibit adaptive-fill-mode any more.
2761
2762 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2763
2764 * progmodes/etags.el (tags-with-face): Use make-symbol.
2765 (tags-search, tags-query-replace): Use backquotes.
2766
2767 * textmodes/picture.el (picture-mode-map): Don't use defconst
2768 for a variable.
2769
2770 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2771
2772 * textmodes/reftex-index.el (reftex-index-mode):
2773 Remove make-local-hook.
2774
2775 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2776
2777 2001-12-02 Kim F. Storm <storm@cua.dk>
2778
2779 * isearch.el (isearch-resume-enabled): New variable.
2780 (isearch-done): Use that variable.
2781
2782 2001-12-01 Richard M. Stallman <rms@gnu.org>
2783
2784 * wid-edit.el (widget-button-click): Don't move point permanently:
2785 Avoid mouse-set-point--instead select the window,
2786 then do save-excursion, then move point.
2787 Specify the buffer for get-char-property.
2788 Don't use `@' in interactive.
2789
2790 * indent.el (indent-line-function):
2791 Default is indent-to-left-margin again.
2792
2793 * replace.el (query-replace-read-args): Display message
2794 if FROM contains `\n' or `\t'.
2795
2796 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2797
2798 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2799
2800 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2801
2802 * emacs-lisp/regexp-opt.el (regexp-opt):
2803 Bind completion-regexp-list to nil.
2804
2805 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2806
2807 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2808
2809 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2810 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2811 Update maintainer.
2812
2813 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2814
2815 * mail/smtpmail.el: Use with-current-buffer.
2816 (message-make-date, message-make-message-id): Autoload when needed.
2817 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2818 headers when missing.
2819
2820 * international/encoded-kb.el (encoded-kbd-mode):
2821 Use define-minor-mode.
2822
2823 * enriched.el (enriched-mode): Use define-minor-mode.
2824 Use dolist and pop and push.
2825
2826 * info.el (Info-find-node-2): Don't call info-insert-file-contents
2827 with the `visit' argument.
2828 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2829
2830 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2831 `change-major-mode-hook' locally. Reset invisibility spec.
2832
2833 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2834
2835 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2836
2837 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2838 Clarify error message.
2839
2840 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2841
2842 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2843
2844 2001-11-30 Andre Spiegel <spiegel@gnu.org>
2845
2846 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2847 don't just return it.
2848
2849 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2850
2851 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2852 (menu-bar-read-emacs-man, search-emacs-glossary)
2853 (emacs-index-search, elisp-index-search): New functions.
2854 (apropso-documentation, apropos, apropos-value, apropos-variable)
2855 (apropos-commands): Modify menu item names and help text.
2856 (elisp-index-search, emacs-index-search, emacs-glossary):
2857 New menu items.
2858 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2859 submenu.
2860 (info-elisp, info-elintro): New menu items.
2861 (apropos): Modify the menu item name.
2862
2863 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2864
2865 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2866
2867 * textmodes/outline.el (outline-promote, outline-demote): Typo.
2868
2869 * man.el (man-follow-mouse): New function.
2870 (Man-mode-map): Bind mouse-2 to it.
2871 (Man-match-substring): Remove. Replace with `match-string'.
2872 (man): Use the `default-value' argument to `read-string'.
2873 (Man-fontify-manpage): Add mouse-face to cross references.
2874
2875 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
2876
2877 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
2878
2879 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2880 the value of require-match in minibuffer-completion-confirm.
2881 Use crm-local-completion-map.
2882
2883 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2884 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2885 (cl-make-type-test): Use char-valid-p for `character'.
2886
2887 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2888 (Info-complete-menu-item): Rewrite. Add the ability to search
2889 several sequential nodes. Add a simple caching mechanism.
2890 (Info-goto-index): New function extracted from Info-index.
2891 (Info-index): Use it. Add completion to the interactive spec.
2892 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2893
2894 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2895
2896 * COPYING: Removed.
2897
2898 2001-11-29 Dave Love <fx@gnu.org>
2899
2900 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
2901 (fortran-window-create, fortran-window-create-momentarily):
2902 Rewrite, moving error condition.
2903 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2904 (fortran-mode-syntax-table): Revert last change.
2905
2906 * international/mule.el: Doc fixes.
2907 (map-charset-chars): New function.
2908 (register-char-codings): Use it to cope with generic chars in
2909 safe-chars.
2910
2911 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2912
2913 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2914
2915 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2916
2917 * play/studly.el (studlify-word, studlify-region)
2918 (studlify-buffer): Fix doc-string.
2919 (studlify-buffer): Add autoload cookie.
2920
2921 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2922
2923 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2924 (outline-up-heading-all): Remove.
2925 (hide-sublevels): Move to end-of-heading before calling flag-region.
2926 (outline-copy-overlay, outline-discard-overlays): Remove.
2927 (outline-flag-region): Use `remove-overlays'.
2928 Don't move to end-of-heading.
2929 (outline-next-visible-heading, outline-back-to-heading)
2930 (outline-on-heading-p): Use outline-invisible-p.
2931 (outline-font-lock-level): Use outline-up-heading's new arg.
2932 (outline-minor-mode): Simplify.
2933 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2934 (outline): Put a `reveal-toggle-invisible' property.
2935 (outline-level-heading): New var.
2936 (outline-insert-heading, outline-promote, outline-demote)
2937 (outline-toggle-children): New commands.
2938
2939 * progmodes/hideif.el (hif-end-of-line): New function.
2940 (hide-ifdef-mode): Set line-move-ignore-invisible.
2941 (hide-ifdef-region-internal): New function.
2942 (hide-ifdef-region): Use it.
2943 (hif-defined): Return an integer.
2944 (hif-infix-to-prefix): Remove.
2945 (hif-tokenize): Parse from the buffer rather than from a string.
2946 Correctly tokenize integers. Use forward-comment.
2947 (hif-expr): Use hif-or.
2948 (hif-term): Use hif-and.
2949 (hif-factor): Use hif-not. Handle numbers properly.
2950 Don't require parenthesis around `defined's argument.
2951 (hif-and, hif-or, hif-not): New funs.
2952 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
2953 (hif-hide-line): Don't hide the \n before the line.
2954 (hif-possibly-hide): Correctly handle numeric evaluation results.
2955
2956 * progmodes/make-mode.el: Use line-(end|beginning)-position.
2957 (makefile-mode): Set indent-line-function.
2958 (makefile-browser-insert-continuation): Use with-current-buffer.
2959 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2960
2961 2001-11-28 Karl Fogel <kfogel@red-bean.com>
2962
2963 * isearch.el (isearch-yank-internal): New helper function.
2964 (isearch-yank-char): New function.
2965 (isearch-yank-word, isearch-yank-line): Rewrite to use
2966 isearch-yank-internal.
2967
2968 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2969
2970 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
2971 aren't supported. Print a message to that effect if invoked.
2972
2973 2001-11-27 Stephen Eglen <stephen@gnu.org>
2974
2975 * locate.el (locate): Put point at first matching file rather
2976 than top of buffer.
2977
2978 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
2979
2980 * reveal.el: New file.
2981
2982 * progmodes/hideif.el: Misc cleanup.
2983 (hide-ifdef-mode-submap): Put the def in the defvar.
2984 Use substitute-key-definition.
2985 (hide-ifdef-mode): Use define-minor-mode.
2986 (hif-outline-flag-region): Remove.
2987 (hif-show-all): Define in terms of hif-show-ifdef-region.
2988 (hif-after-revert-function): Rename from hif-before-revert-function.
2989 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
2990 (hif-tokenize): Use with-syntax-table.
2991 (hif-make-range): Use `else' also for `else-p'.
2992 (hif-range-else-p): Remove.
2993 (hif-find-range): Simplify.
2994 (hif-hide-line): Don't bother preserving buffer-modified-p.
2995 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
2996 Don't use selective-display and inhibit-read-only.
2997
2998 * subr.el (copy-overlay, remove-overlays): New funs.
2999
3000 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3001
3002 2001-11-27 Sam Steingold <sds@gnu.org>
3003
3004 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3005 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3006 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3007 * obsolete/c-mode.el, obsolete/cplus-md.el
3008 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3009 * term/sun-mouse.el, textmodes/artist.el:
3010 Converted backquote to the new style.
3011 * mouse.el, reposition.el: Likewise (in comments).
3012 * expand.el: Likewise (in a string).
3013
3014 2001-11-27 Richard M. Stallman <rms@gnu.org>
3015
3016 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3017
3018 2001-11-26 Richard M. Stallman <rms@gnu.org>
3019
3020 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3021 if :on-glyph or :off-glyph is a list, eval it and store it back.
3022 (checkbox): Quote the values for :on-glyph and :off-glyph.
3023
3024 * cus-start.el (recursive-load-depth-limit): Delete item.
3025
3026 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3027
3028 * help-fns.el (describe-categories, help-describe-category-set): New.
3029 describe-categories moved here from src/category.c.
3030
3031 2001-11-26 Sam Steingold <sds@gnu.org>
3032
3033 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3034 arguments to `insert' are strings.
3035
3036 2001-11-26 Richard M. Stallman <rms@gnu.org>
3037
3038 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3039
3040 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3041
3042 * international/mule-diag.el: Require help-fns instead of
3043 help-funs.
3044
3045 * help-fns.el: Renamed from help-funs.el.
3046
3047 * startup.el (command-line-1): Don't try to call process-list if
3048 it is not fboundp.
3049
3050 2001-11-26 Sam Steingold <sds@gnu.org>
3051
3052 * frame.el (show-trailing-whitespace): Remove :set argument (the
3053 value was essentially identical to the defalt).
3054
3055 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3056
3057 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3058
3059 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3060
3061 * hilit-chg.el (hilit-chg-set): Likewise.
3062
3063 * speedbar.el (speedbar-mode): Likewise.
3064
3065 * calendar/calendar.el (calendar-mode): Likewise.
3066
3067 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3068 insert-string.
3069
3070 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3071
3072 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3073
3074 * term/sun-mouse.el (sun-yank-selection): Likewise.
3075
3076 * textmodes/bib-mode.el (return-key-bib): Likewise.
3077
3078 * calendar/appt.el (appt-disp-window): Likewise.
3079
3080 * calendar/diary-lib.el (list-diary-entries): Likewise.
3081
3082 * array.el (array-reconfigure-rows): Likewise.
3083
3084 * filecache.el (file-cache-minibuffer-complete): Likewise.
3085
3086 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3087
3088 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3089
3090 * allout.el (outline-version, outline-open-topic)
3091 (outline-rebullet-heading, outline-insert-listified)
3092 (outline-latex-verbatim-quote-curr-line)
3093 (outline-latexify-one-item, outlineify-sticky): Likewise.
3094
3095 * vc.el (vc-next-action-on-file): Likewise.
3096 (vc-dired-mode): Remove make-local-hook.
3097
3098 2001-11-26 Andre Spiegel <spiegel@gnu.org>
3099
3100 * vc.el (vc-find-version): New function.
3101 (vc-version-other-window): Redefined in terms of the above.
3102
3103 * log-view.el (log-view-find-version): New function.
3104 (log-view-mode-map): Bind it to `f'.
3105
3106 2001-11-26 Gerd Moellmann <gerd@gnu.org>
3107
3108 * language/devan-util.el (dev-char-glyph): Escape `"' in
3109 string literals.
3110 (dev-glyph-glyph, dev-glyph-glyph-2)
3111 (devanagari-compose-syllable-region): Likewise.
3112
3113 2001-11-26 Richard M. Stallman <rms@gnu.org>
3114
3115 * window.el (save-selected-window): No error if saved window is dead.
3116
3117 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3118
3119 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3120
3121 * international/quail.el (quail-help): Require help-mode in
3122 top-level instead.
3123
3124 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3125 insert-string.
3126
3127 * icomplete.el (icomplete-exhibit): Likewise.
3128
3129 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3130
3131 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3132 (diff-hunk-kill): Simplify.
3133 (diff-post-command-hook): Only apply to a single hunk.
3134 (diff-hunk-text): Make `char-offset' non-optional.
3135 (diff-find-text): Return a cons cell.
3136 (diff-find-approx-text): New fun.
3137 (diff-find-source-location): Use it.
3138 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3139 Adapt to new retval of diff-find-text.
3140
3141 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3142 rather than integer- representation of dates.
3143
3144 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3145
3146 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3147 (syntax-after): New fun.
3148
3149 * help-funs.el (describe-syntax): New fun.
3150
3151 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3152 (font-lock-ppss-stats, font-lock-ppss): Remove.
3153 (font-lock-fontify-syntactically-region): Remove tuning code.
3154 (font-lock-compile-keywords): Fix off-by-one bug.
3155 (font-lock-set-defaults): Don't set removed vars.
3156 (c-keywords): Add `inline'.
3157 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3158
3159 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3160 Set syntax-begin-function.
3161 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3162 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3163 (lisp-mode-auto-fill): Use syntax-ppss and obey
3164 comment-auto-fill-only-comments.
3165 (lisp-fill-paragraph): Use syntax-ppss.
3166
3167 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3168
3169 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3170 version of rmail-enable-mime.
3171 (rmail-forward): Use it.
3172
3173 2001-11-25 Richard M. Stallman <rms@gnu.org>
3174
3175 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3176
3177 * international/quail.el (quail-keyboard-layout-button):
3178 Define button type.
3179 (quail-keyboard-customize-button): Likewise.
3180 (quail-help): Use those button types. Require `help-mode'.
3181 Avoid altering the argument `package'.
3182
3183 * help-mode.el (help-function, help-variable, help-face)
3184 (help-coding-system, help-input-method, help-character-set):
3185 Define each button type with its own explicit define-button-type.
3186
3187 * language/devan-util.el: Comment out parts of the file
3188 which apparently are garbled.
3189
3190 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3191
3192 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3193 insert-string.
3194
3195 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3196
3197 * play/snake.el (snake-mode): Remove make-local-hook.
3198
3199 * play/tetris.el (tetris-mode): Likewise.
3200
3201 * play/decipher.el (decipher-mode): Likewise.
3202
3203 * tmm.el (tmm-add-prompt): Likewise.
3204
3205 2001-11-25 Sam Steingold <sds@gnu.org>
3206
3207 * menu-bar.el (menu-bar-apropos-menu): New variable.
3208 Moved all `apropos' bindings to this menu.
3209 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3210
3211 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3212
3213 The following changes are for new indian languages support based
3214 on Unicode charset and CDAC fonts.
3215
3216 * international/mule-conf.el: Change indian-1-column charset to
3217 indian-glyph charset.
3218
3219 * international/characters.el: Adjusted for the change of
3220 indian-1-column -> indian-glyph.
3221
3222 * international/fontset.el: Delete the setting for indian-1-column
3223 and add the setting for indian-glyph in the default fontset.
3224
3225 * language/indian.el: Completely re-written.
3226
3227 * language/devanagari.el: Completely re-written.
3228
3229 * language/devan-util.el: Completely re-written.
3230
3231 * language/ind-util.el: New file.
3232
3233 2001-11-24 Richard M. Stallman <rms@gnu.org>
3234
3235 * startup.el (command-line-1): Don't do startup screen
3236 if a subprocess is running. Call the startup screen buffer
3237 "GNU Emacs". Make a special mode-line-format for it.
3238
3239 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3240 (browse-url-galeon): Use that variable.
3241
3242 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3243 eval-expression. Eval and set the variable simply.
3244
3245 * files.el (temporary-file-directory): Use defcustom.
3246 (small-temporary-file-directory): Likewise.
3247 (normal-backup-enable-predicate): Move down in file
3248 after definition of temporary-file-directory.
3249
3250 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3251
3252 2001-11-24 Colin Walters <walters@debian.org>
3253
3254 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3255 autoload names to match files renamed on initial calc import.
3256
3257 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3258 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3259
3260 2001-11-23 Colin Walters <walters@debian.org>
3261
3262 * Makefile.in (finder_setwins, setwins): Include Calc again.
3263
3264 * calc/calc-rules.el: Add header comment.
3265
3266 2001-11-23 Andre Spiegel <spiegel@gnu.org>
3267
3268 * vc.el (with-vc-properties): Don't bind `filename' locally.
3269 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3270 to avoid name clashes. Fix `lisp-indent-function' property for
3271 both.
3272
3273 2001-11-23 Francesco Potorti` <pot@gnu.org>
3274
3275 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3276
3277 2001-11-22 Colin Walters <walters@debian.org>
3278
3279 * calc/calc-misc.el (report-calc-bug):
3280 Use `reporter-prompt-for-summary-p'.
3281
3282 * calc/INSTALL, calc/Makefile: Remove.
3283
3284 2001-11-22 Miles Bader <miles@gnu.org>
3285
3286 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3287 (reb-match-2, reb-match-3): Add dark-background variants.
3288
3289 2001-11-22 Colin Walters <walters@debian.org>
3290
3291 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3292 (info "Calc").
3293 (report-calc-bug): Use reporter.el.
3294
3295 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3296
3297 2001-11-21 Richard M. Stallman <rms@gnu.org>
3298
3299 * which-func.el (which-function): Call imenu--make-index-alist
3300 if necessary to get a list of functions.
3301 (which-function-imenu-failed): New variable.
3302 (which-func-update): Handle all visible windows.
3303 (which-func-update-1): New subroutine broken out of which-func-update.
3304
3305 * files.el (temporary-file-directory, null-device)
3306 (small-temporary-file-directory): Definitions moved up.
3307
3308 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3309 (cperl-non-problems, cperl-praise): Doc fixes.
3310
3311 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3312 (sh-mode-syntax-table): Function restored.
3313 Variable set up for use by function sh-mode-syntax-table.
3314 (sh-set-shell): Set the syntax table.
3315
3316 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3317
3318 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3319
3320 * international/encoded-kb.el: Don't alter minor-map-alist.
3321
3322 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3323
3324 * files.el (auto-save-file-name-transforms): Put remote files in
3325 temporary-file-directory rather than /tmp.
3326
3327 2001-11-21 Colin Walters <walters@debian.org>
3328
3329 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3330 of (function ...) wrapper.
3331
3332 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3333
3334 * derived.el (define-derived-mode): Create the abbrev-table
3335 from inside the `defvar'.
3336
3337 * jit-lock.el (jit-lock-defer-time): New var.
3338 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3339 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3340 (jit-lock-function): Defer fontification if requested.
3341 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3342 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3343 text property.
3344 (jit-lock-deferred-fontify): New fun.
3345
3346 2001-11-20 Richard M. Stallman <rms@gnu.org>
3347
3348 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3349 Set local-abbrev-table to lisp-mode-abbrev-table.
3350
3351 * emacs-lisp/re-builder.el (reb-mode):
3352 Don't use define-derived-mode. Call kill-all-local-variables.
3353
3354 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3355 Don't use define-derived-mode.
3356
3357 * help-mode.el (help-mode): Undo 2001-10-07 change.
3358
3359 * replace.el (occur-mode): Undo 2001-5-20 change.
3360
3361 2001-11-20 Jason Rumney <jasonr@gnu.org>
3362
3363 * w32-fns.el (w32-system-coding-system): Change to an alias for
3364 locale-coding-system.
3365 (set-w32-system-coding-system): Document the above change.
3366 Set locale-coding-system instead.
3367
3368 2001-11-20 Richard M. Stallman <rms@gnu.org>
3369
3370 * ruler-mode.el: Add pagination.
3371 (ruler-mode-toggle-show-tab-stops): No need to
3372 test `ruler-mode' variable.
3373
3374 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3375
3376 * play/landmark.el: Mark lm-mode as special.
3377
3378 * play/gomoku.el: Mark gomoku-mode as special.
3379
3380 2001-11-20 Juanma Barranquero <lektu@terra.es>
3381
3382 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3383 (top-level): Bind it to C-c C-b.
3384 (re-builder): Don't re-enter RE Builder Mode.
3385
3386 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3387
3388 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3389
3390 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3391 `manual-program'.
3392
3393 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3394 to a line without a comment.
3395
3396 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3397
3398 * dired.el (dired-listing-switches): Mention in the doc string
3399 that some switches are not supported by ls-lisp.el
3400
3401 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3402
3403 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3404 (imenu--create-keymap-2): Remove.
3405 (imenu--create-keymap-1): Simplify, remove third argument.
3406 (imenu--generic-function): Use dolist.
3407 (imenu-find-default): New function.
3408 (imenu--completion-buffer): Use it.
3409 (imenu--mouse-menu): Use popup-menu.
3410 (imenu--menubar-select): Return t rather than calling imenu.
3411
3412 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3413 New functions, extracted from fill-region-as-paragraph.
3414 (fill-region-as-paragraph): Use them.
3415 Use an end marker instead of eob.
3416 Ignore whitespace-only fill-prefixes when indenting according to mode.
3417 Simplify the loop that searches for spaces backwards.
3418
3419 * textmodes/picture.el (picture-vertical-step)
3420 (picture-horizontal-step): Don't use defconst for variables.
3421
3422 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3423 (mail-extract-address-components): Downcase domain names.
3424 (mail-extr-delete-char): Remove. Use delete-char instead.
3425
3426 * emulation/pc-select.el: Doc string fixes.
3427 (pc-selection-mode): Don't treat macos as a tty.
3428
3429 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3430
3431 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3432
3433 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3434 (mouse-wheel-progessive-speed): New var.
3435 (mwheel-scroll): Use it and handle float values.
3436
3437 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3438
3439 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3440 (iswitchb): Fix the case where the result was selected with the mouse.
3441 (iswitchb-completion-help): Use the normal *Completions* now that
3442 mouse selection works.
3443 (iswitchb-minibuffer-setup): Simplify.
3444
3445 * newcomment.el (comment-column, comment-style, comment-multi-line)
3446 (comment-auto-fill-only-comments): Remove :group arg.
3447 (comment-padding): Add :type.
3448 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3449 if called interactively.
3450
3451 2001-11-19 Colin Walters <walters@verbum.org>
3452
3453 * calc/calc.el (toplevel): Add comment and version header.
3454 (calc-init-base): Bump version to 2.02f, update date.
3455
3456 2001-11-19 Richard M. Stallman <rms@gnu.org>
3457
3458 * net/browse-url.el: Support Mozilla and Galeon.
3459 By default, find the installed browser whichever it is.
3460 (browse-url-mozilla): New function.
3461 (browse-url-mozilla-sentinel): New function.
3462 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3463 (browse-url-default-browser): New function.
3464 (browse-url-process-environment): Use browse-url-browser-display.
3465 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3466 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3467 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3468 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3469 (browse-url-browser-function): New default, new options.
3470
3471 2001-11-19 Sam Steingold <sds@gnu.org>
3472
3473 * bindings.el (last-buffer, unbury-buffer): New function.
3474 (mode-line-unbury-buffer): Use `unbury-buffer'.
3475
3476 2001-11-18 Stephen Eglen <stephen@gnu.org>
3477
3478 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3479 control behaviour when no further completion is possible.
3480
3481 2001-11-19 Colin Walters <walters@verbum.org>
3482
3483 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3484 (math-showing-full-precision, math-with-extra-prec, math-working)
3485 (calc-with-default-simplification)
3486 (calc-with-trail-buffer): Use backtick.
3487 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3488 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3489 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3490 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3491 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3492 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3493 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3494 (calc-record-compilation-date-macro): Deleted. Callers updated.
3495 (math-format-radix-digit): Move to calc-bin.el.
3496
3497 * calc/calc.el (calc-record-compilation-date): Remove.
3498 (calc-bug-address): Update.
3499 (calc-settings-file): Use `user-init-file'.
3500
3501 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3502 Handle null `calc-settings-file'.
3503
3504 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3505 * calc/calc-keypd.el (calc-keypad-mode): New.
3506 (calc-do-keypad): Use it.
3507 (calc-keypad-map): Move into `calc-keypad-mode'.
3508
3509 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3510 to defalias argument.
3511
3512 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3513 (calcFunc-floor): Ditto.
3514
3515 * calc-units.el (calcFunc-usimplify): Ditto.
3516
3517 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3518 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3519 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3520 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3521 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3522 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3523 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3524 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3525 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3526 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3527 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3528 and move them before their first use. Use `when', `unless'.
3529 Remove trailing periods from error forms. Add description and
3530 headers suggested by Emacs Lisp coding conventions.
3531
3532 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3533
3534 * newcomment.el (comment-indent):
3535 Fix misindentation for comment-only lines.
3536 (comment-indent-new-line): Only obey comment-multi-line if the
3537 comment-ender is not the end-of-line.
3538
3539 2001-11-19 Richard M. Stallman <rms@gnu.org>
3540
3541 * net/net-utils.el (network-connection-service-abbrev-alist):
3542 New variable.
3543
3544 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3545 Advance to start of 3rd sexp by moving fwd and backing over it.
3546 At first three elements, act like defun.
3547
3548 * delsel.el (delete-selection-pre-hook): Handle and resignal
3549 file-supersession errors to interact properly with userlock.el.
3550
3551 2001-11-18 Richard M. Stallman <rms@gnu.org>
3552
3553 * progmodes/fortran.el (fortran-mode-syntax-table):
3554 Specify punctuation syntax for backslash.
3555
3556 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3557 All calls deleted.
3558
3559 * international/mule-util.el (string-to-sequence): Make it obsolete.
3560 (string-to-list, string-to-vector): Implement them directly
3561 using append and vconcat, not with string-to-sequence.
3562
3563 * startup.el (command-line): Set abbrevs-changed to nil after
3564 reading the init file and the abbrevs file.
3565
3566 * isearch.el (isearch): Use magenta2 as bg for (background light)
3567
3568 2001-11-17 Richard M. Stallman <rms@gnu.org>
3569
3570 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3571
3572 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3573
3574 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3575
3576 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3577 If set and if applicable, add a regexp to highlight defun-like
3578 text inside comments and strings.
3579 (font-lock-fontify-keywords-region): Pass that new arg.
3580 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3581 to the end and pass that new arg.
3582 (c-font-lock-keywords-2): Fix regex for labels.
3583 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3584 Make it work when LIMIT is several lines further.
3585 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3586 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3587 Use backquote and make the regexes for `int a, b, c;' work on
3588 multiple lines.
3589
3590 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3591 (font-lock-defaults-alist): Don't change it any more.
3592 (reb-subexp-mode-map): Cleanup.
3593
3594 * custom.el (custom-current-group-alist): New var.
3595 (custom-declare-group): Set it.
3596 (custom-current-group): New fun.
3597 (custom-declare-variable, custom-handle-all-keywords):
3598 Use it as a default if no :group argument is specified.
3599
3600 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3601 (standard-keyboard-coding-systems): New var.
3602 (set-locale-environment): Use it to decide whether or not to call
3603 set-keyboard-coding-system.
3604 (locale-language-names): Use \"French\" for "fr".
3605
3606 2001-11-17 Richard M. Stallman <rms@gnu.org>
3607
3608 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3609 (add-to-list): Delete compatibility code.
3610 (checkdoc-next-message-error): Doc fix.
3611
3612 2001-11-17 Stephen Eglen <stephen@gnu.org>
3613
3614 * locate.el (locate): Show default locate pattern within the
3615 prompt, but don't insert it into the minibuffer contents.
3616 Catch the case when pattern is the empty string.
3617
3618 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3619
3620 * language/european.el ("French"): New language environment.
3621
3622 2001-11-16 Richard M. Stallman <rms@gnu.org>
3623
3624 * calendar/todo-mode.el (todo-save): Fix previous change.
3625
3626 * subr.el (functionp): Do use cdr-safe on object.
3627
3628 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3629
3630 * bindings.el (mode-line-mode-name): Only put the help-echo property
3631 if the local-map property was put as well.
3632 (global-map): Bind switch-frame, delete-frame, iconify-frame
3633 and make-frame-visible events.
3634
3635 * emacs-lisp/elp.el (elp-not-profilable): New var.
3636 (elp-not-profilable-p): New function.
3637 (elp-instrument-function): Use it. Use backquotes and push.
3638
3639 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3640 (byte-stack+-info, byte-compile-last-warned-form)
3641 (byte-compile-last-logged-file): Don't defconst a variable.
3642 (no-byte-compile): Declare.
3643 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3644 (byte-compile-defvar): Leave defconst as is.
3645
3646 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3647 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3648 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3649 (edebug-best-error): Don't defconst a variable.
3650 (edebug-read-syntax-table): Use a char-table.
3651 (edebug-lemacs-specific): Remove.
3652 Toplevel: Eliminate check for Lucid Emacs.
3653
3654 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3655
3656 * rect.el (move-to-column-force): Mark obsolete.
3657 (operate-on-rectangle, delete-extract-rectangle-line)
3658 (insert-rectangle, delete-whitespace-rectangle-line)
3659 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3660 (string-rectangle-history): New var.
3661 (string-rectangle, string-insert-rectangle): Use it.
3662 (delete-rectangle-line): Fix pos/column mixup and simplify.
3663
3664 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3665 (normal-top-level, command-line, command-line-1): Simplify.
3666
3667 * tar-mode.el (tar-mode): Use define-derived-mode.
3668
3669 * view.el (view-mode-enable): Don't use make-local-hook.
3670
3671 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3672
3673 2001-11-16 Richard M. Stallman <rms@gnu.org>
3674
3675 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3676 if it doesn't make sense as anything else.
3677 Don't recognize a "telephone number" at the beginning of the name.
3678 (mail-extr-leading-garbage): Match non-word characters only.
3679
3680 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3681
3682 * startup.el (command-line-processed): Doc fix.
3683
3684 * apropos.el (apropos-next-label-button): Doc fix.
3685
3686 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3687
3688 * comint.el (comint-mode): Simplify.
3689 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3690
3691 * subr.el (eval-after-load): Make it work with features as well.
3692
3693 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3694
3695 * international/mule-cmds.el (describe-input-method): Setup xref.
3696 (set-language-environment): Use functionp.
3697 (locale-language-names, locale-charset-language-names)
3698 (locale-preferred-coding-systems): Defconst and purecopy.
3699
3700 * language/european.el (mac-roman): Add mime-charset property.
3701
3702 2001-11-15 Richard M. Stallman <rms@gnu.org>
3703
3704 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3705 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3706 to get better doc strings.
3707
3708 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3709
3710 * derived.el: Fix autoload cookie.
3711
3712 2001-11-15 Richard M. Stallman <rms@gnu.org>
3713
3714 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3715
3716 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3717
3718 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3719
3720 2001-11-15 Richard M. Stallman <rms@gnu.org>
3721
3722 * dired.el (dired-undo): Display a message to explain
3723 that this does not undo file system changes.
3724
3725 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
3726
3727 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3728 into `unread-command-events' instead of trying keymap
3729 lookups ourselves. This makes mouse-clicks do the right
3730 thing even when keymaps of overlays are involved.
3731 (mouse-drag-drag): Likewise.
3732
3733 2001-11-15 Andreas Schwab <schwab@suse.de>
3734
3735 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3736 characters and append anchor to pattern added to auto-mode-alist.
3737
3738 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3739
3740 * server.el (server-process-filter): Run pore/post-comment-hook
3741 before/after visiting the file.
3742
3743 * info-look.el (makefile-mode): Add info for automake.
3744 (autoconf-mode): Fix the name of the index for automake.
3745
3746 * international/latin-9.el: Give pilcrow punctuation syntax.
3747
3748 2001-11-15 Andre Spiegel <spiegel@gnu.org>
3749
3750 * vc.el: Documentation fixes.
3751
3752 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3753
3754 * smerge-mode.el (smerge-match-conflict): Fix typo.
3755 (smerge-diff): Be careful to read match-data early enough.
3756
3757 2001-11-14 Colin Walters <walters@verbum.org>
3758
3759 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3760 (calcFunc-subst): Use `defalias' instead of `fset' and
3761 `symbol-function'.
3762
3763 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3764 (calcFunc-ceil, calcFunc-round): Ditto.
3765
3766 * calc/calc-bin.el (calcFunc-clip): Ditto.
3767
3768 * calc/calc-ext.el (calcFunc-evalv): Ditto.
3769
3770 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3771
3772 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3773 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3774
3775 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3776
3777 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3778 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3779 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3780 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3781 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3782 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3783 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3784 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3785 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3786 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3787 * calcsel2.el: Style cleanup; don't put closing parens on their
3788 own line, add "foo.el ends here" to each file, and update
3789 copyright date.
3790
3791 * README: Update maintainer.
3792
3793 2001-11-13 Richard M. Stallman <rms@gnu.org>
3794
3795 * progmodes/compile.el (recompile): Use compilation-arguments if
3796 set, so as to be able to M-x recompile the exact command which
3797 created a compilation-mode buffer.
3798
3799 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3800
3801 2001-11-13 Gerd Moellmann <gerd@gnu.org>
3802
3803 * mouse.el (mouse-drag-region): Don't run the up-event
3804 handler if window start changed due to the down-mouse event.
3805
3806 2001-11-13 Richard M. Stallman <rms@gnu.org>
3807
3808 * mouse.el (mouse-show-mark): Either move point to the mark
3809 or use highlighting, never both.
3810 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3811
3812 2001-11-13 Simon Josefsson <jas@extundo.com>
3813
3814 * mail/smtpmail.el (top-level): Change maintainer to Simon
3815 Josefsson, cleanup the smtpmail.el header.
3816
3817 * mail/smtpmail.el (top-level): Don't require cl or base64.
3818 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3819 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3820 Defsubst instead of defmacro.
3821 (smtpmail-intersection): Return value in reverse order.
3822 (smtpmail-open-stream): Use stringp instead of string-to-list.
3823 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3824 separated from smtpmail-via-smtp.
3825
3826 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3827 rfc2104. Require base64 and cl.
3828 (smtpmail-smtp-service): Doc fix. :type fix.
3829 (smtpmail-debug-info): Doc fix.
3830 (smtpmail-debug-verb, smtpmail-auth-credentials)
3831 (smtpmail-starttls-credentials, smtpmail-auth-supported):
3832 New variables.
3833 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3834 mail-utils (it is autoloaded).
3835 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3836 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3837 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3838 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3839 (smtpmail-via-smtp): Support AUTH.
3840 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3841
3842 2001-11-13 Richard M. Stallman <rms@gnu.org>
3843
3844 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3845 (electric-buffer-overlay): New variable.
3846 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3847 (electric-buffer-list): Likewise.
3848
3849 * isearch.el (isearch-whitespace-chars): Doc fix.
3850 (isearch-mode): Handle negative search-slow-window-lines correctly.
3851
3852 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3853
3854 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3855
3856 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3857 From Emmanuel Briot <briot@act-europe.fr>.
3858
3859 2001-11-13 Colin Walters <walters@debian.org>
3860
3861 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3862
3863 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3864 "~/.emacs"; use `read-file-name'.
3865
3866 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3867 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3868 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3869 * calc/calc.el: Use `frame-width' instead of `screen-width',
3870 `frame-height' instead of `screen-height', and,
3871 `executing-kbd-macro' instead of `executing-macro'.
3872
3873 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3874 correct number of arguments.
3875
3876 * calc/calc-aent.el (calc-do-alg-entry):
3877 Use `blink-paren-function' instead of `blink-paren-hook'.
3878
3879 2001-11-12 Richard M. Stallman <rms@gnu.org>
3880
3881 * calendar/todo-mode.el (todo-save): Add save-excursion
3882 and save-restriction.
3883
3884 * server.el (server-edit, server-done): Doc fix.
3885
3886 * simple.el (clone-indirect-buffer): Error if major mode symbol
3887 has a no-clone-indirect property.
3888 (clone-buffer): Check for obvious errors before reading clone name.
3889
3890 * info.el (Info-mode): Add a no-clone-indirect property.
3891
3892 2001-11-12 Sam Steingold <sds@gnu.org>
3893
3894 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3895 set-buffer-modified-p to nil after `vc-exec-after'.
3896 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3897 (log-view-mode): Make read-only.
3898 (log-view-current-file): Do final `expand-file-name' in the
3899 current `default-directory'.
3900 (log-view-current-tag): Take an optional `where' arg.
3901 (log-view-diff): New user command.
3902
3903 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3904
3905 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3906
3907 2001-11-12 Sam Steingold <sds@gnu.org>
3908
3909 * emacs-lisp/cl-indent.el (toplevel): Indent properly
3910 `generic-flet', `generic-labels', `with-accessors',
3911 `with-condition-restarts'.
3912
3913 2001-11-12 Richard M. Stallman <rms@gnu.org>
3914
3915 * dired.el: Many trivial doc fixes.
3916 (dired-get-file-for-visit): New function.
3917 (dired-find-alternate-file, dired-mouse-find-file-other-window):
3918 (dired-view-file, dired-find-file-other-window, dired-display-file):
3919 (dired-find-file): Use dired-get-file-for-visit.
3920
3921 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
3922
3923 * sql.el (sql-mode): Doc change.
3924
3925 * sql.el (sql-mode-syntax-table): The backslash is no longer an
3926 escape character.
3927
3928 2001-11-12 Colin Walters <walters@debian.org>
3929
3930 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3931 (calc-do-keypad): Don't attempt to use nonexistent global
3932 mouse-map, use calc-keypad-map.
3933 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3934 (calc-keypad-left-click): Don't use mouse-map; update to new event
3935 interface.
3936 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3937 (calc-keypad-press): Use `unread-command-events' instead of
3938 `unread-command-char'.
3939
3940 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3941 to match files renamed on initial calc import.
3942
3943 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3944
3945 * textmodes/flyspell.el (flyspell-default-dictionary):
3946 Fix previous change.
3947
3948 2001-11-12 Richard M. Stallman <rms@gnu.org>
3949
3950 * textmodes/flyspell.el (flyspell-default-dictionary):
3951 Fix custom type.
3952
3953 2001-11-11 Richard M. Stallman <rms@gnu.org>
3954
3955 * calendar/solar.el (solar-sunrise-and-sunset):
3956 Exchange the two extreme values of day-length.
3957
3958 * progmodes/sh-script.el (sh-must-be-shell-mode):
3959 Allow modes derived from sh-mode.
3960
3961 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3962 Turn off error in some re-search-forward calls.
3963
3964 * replace.el (query-replace-skip-read-only): New variable.
3965 (perform-replace): If that variable is non-nil, ignore matches
3966 that have a read-only property.
3967
3968 * derived.el (define-derived-mode): Doc fix.
3969
3970 * server.el (server-buffer-done): Test of server-existing-buffer
3971 was backwards.
3972 (server-existing-buffer): Doc fix.
3973
3974 * textmodes/flyspell.el (flyspell-default-dictionary):
3975 Allow nil as value, and make nil the default.
3976
3977 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
3978
3979 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
3980 it is not fboundp.
3981 (clipboard-yank): Ditto.
3982
3983 2001-11-11 Colin Walters <walters@verbum.org>
3984
3985 The following changes are based on patches from
3986 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
3987 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3988
3989 * calc/calc.el (toplevel): Require calc-macs.
3990 (calc-minibuffer-size): New.
3991 (calcDigit-nondigit): Use it instead of `buffer-size'.
3992 (calcDigit-backspace): Likewise.
3993 (calcDigit-nondigit): Use `minibuffer-contents' instead of
3994 `buffer-string'.
3995 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
3996 `point-min'.
3997 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
3998 `save-excursion'.
3999
4000 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4001 simple `setq' form.
4002
4003 * calc/calc-ext.el: (toplevel): Require calc.
4004 (calc-fancy-prefix-map): New.
4005 (calc-fancy-prefix): Use it.
4006 (calc-fancy-prefix-other-key): New.
4007
4008 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4009 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4010 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4011 (calcAlg-enter): Likewise.
4012 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4013
4014 2001-11-10 Richard M. Stallman <rms@gnu.org>
4015
4016 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4017 (quietly-read-abbrev-file): Doc fix.
4018
4019 * startup.el (command-line): Read standard abbrev
4020 file (abbrev-file-name), if it exists.
4021
4022 * files.el (save-abbrevs): Default value is t.
4023
4024 * progmodes/compile.el (compile-goto-error): Fix previous change
4025 in the case where subsequent errors have not been parsed yet
4026 because they are in a different source file.
4027
4028 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4029
4030 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4031 Merge two regular expressions into one.
4032 (ps-mode): Make local bindings for `comment-start' and
4033 `comment-start-skip'.
4034 (ps-mode-looking-at-nested): Simplify an if-else construct;
4035 use `set-match-data' to set the result.
4036
4037 2001-11-10 Richard M. Stallman <rms@gnu.org>
4038
4039 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4040 Function deleted.
4041 (flyspell-correct-word): Old definition deleted.
4042 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4043 All references renamed too.
4044
4045 2001-11-10 Gerd Moellmann <gerd@gnu.org>
4046
4047 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4048
4049 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4050
4051 * wid-edit.el (checklist): Removed `:menu-tag'.
4052 (radio-button-choice): Ditto.
4053 (editable-list): Ditto.
4054
4055 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4056
4057 * play/gomoku.el: Move definitions of constants to the beginning
4058 of file, before their use.
4059
4060 2001-11-09 Richard M. Stallman <rms@gnu.org>
4061
4062 * textmodes/flyspell.el: Use the keymap property
4063 instead of local-map, and don't use a minor-mode map.
4064 (flyspell-mode-map): Variable deleted.
4065 Don't mess with minor-mode-map-alist.
4066 (calling add-minor-mode): Specify nil for keymap.
4067 And always use add-minor-mode, now that it exists.
4068 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4069 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4070 or flyspell-local-mouse-map.
4071 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4072 (flyspell-mode): Doc fix.
4073 (flyspell-mode-on): Don't call make-local-hook.
4074
4075 2001-11-09 Sam Steingold <sds@gnu.org>
4076
4077 * emacs-lisp/debug.el (debugger-make-xrefs):
4078 Add buttons to all symbols.
4079
4080 2001-11-09 Andre Spiegel <spiegel@gnu.org>
4081
4082 * vc.el: Add John David Smith to credits.
4083
4084 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4085
4086 * vc-hooks.el (vc-error-occured): Backquotified.
4087 (vc-file-prop-obarray): Use prime length for better efficiency.
4088
4089 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4090
4091 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4092
4093 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4094
4095 2001-11-09 Miles Bader <miles@gnu.org>
4096
4097 * subr.el (functionp): Don't consider macros as functions.
4098
4099 2001-11-08 Miles Bader <miles@gnu.org>
4100
4101 * subr.el (functionp): Make work correctly for macros and unbound
4102 symbols.
4103
4104 * comint.el (comint-send-input): Fix description of
4105 `comint-process-echoes' in the doc-string.
4106
4107 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4108
4109 * international/mule.el (make-translation-table): Doc fix.
4110 Suggested by Alex Schroeder <alex@gnu.org>.
4111
4112 2001-11-07 Richard M. Stallman <rms@gnu.org>
4113
4114 * info.el (Info-fontify-node): Highlight every third menu item.
4115
4116 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4117
4118 * cus-edit.el (custom-face-value-create): Don't ignore the
4119 `customized-face' attribute when finding the current face spec.
4120
4121 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4122
4123 * subr.el (with-local-quit): New macro.
4124 (make-syntax-table): Always inherit.
4125 (functionp): Be more careful when `object' is a symbol.
4126
4127 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4128
4129 2001-11-07 Paul Eggert <eggert@twinsun.com>
4130
4131 * dired.el (dired-move-to-filename-regexp):
4132 Do not distinguish between ASCII letters and non-ASCII characters.
4133 Don't allow comma except in the form "month day, year".
4134 Don't allow space between month name and comma.
4135 Clean up the code that checks for trailing period, comma, and space.
4136 Remove now-obsolete comments, and add more commentary about
4137 Japanese dates.
4138 Always gobble up trailing spaces, instead of doing it only sometimes.
4139
4140 2001-11-07 Miles Bader <miles@gnu.org>
4141
4142 * paren.el (show-paren-match-face): Add dark-background variant.
4143
4144 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4145
4146 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4147 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4148 Don't disable adaptive-fill-mode.
4149 (lisp-fill-paragraph): Use tab-width rather than 8.
4150 Prevent filling the first line of docstrings.
4151
4152 2001-11-06 Richard M. Stallman <rms@gnu.org>
4153
4154 * play/gomoku.el (gomoku): Doc fix.
4155
4156 * jka-compr.el (jka-compr-partial-uncompress):
4157 Support an alternative of not using dd.
4158 (jka-compr-dd-program): Use defcustom to define this.
4159 (jka-compr-load-suffixes): Use defcustom.
4160 (jka-compr-mode-alist-additions): Use defcustom.
4161
4162 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4163
4164 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4165 Also work when LIMIT is further than the end of line.
4166
4167 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4168
4169 * international/quail.el (quail-update-leim-list-file): Print the
4170 offending file name if some of its quail-define-package forms is broken.
4171
4172 2001-11-05 Richard M. Stallman <rms@gnu.org>
4173
4174 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4175 of the evaluated form.
4176
4177 2001-11-05 Paul Eggert <eggert@twinsun.com>
4178
4179 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4180 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4181 stamps always line up by default. Also, it uses a slightly
4182 different window to determine whether files are "recent".
4183
4184 2001-11-05 Andrew Innes <andrewi@gnu.org>
4185
4186 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4187 Don't attempt to remake autoloads before nuking .elc files.
4188
4189 2001-11-04 Richard M. Stallman <rms@gnu.org>
4190
4191 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4192 previous-single-property-change or next-single-char-property-change
4193 returns nil.
4194
4195 * international/mule-cmds.el (set-locale-environment):
4196 Make it interactive; make arg optional.
4197
4198 * international/mule-diag.el (help-funs): Require help-funs.
4199
4200 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4201
4202 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4203
4204 2001-11-04 Miles Bader <miles@gnu.org>
4205
4206 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4207 shadow of the splash image grey on a dark background instead of black.
4208
4209 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4210
4211 * term.el (all faces): Don't (copy-face 'default <foo>).
4212
4213 * term/xterm.el (function-key-map):
4214 Add entry for `ESC [ 3 ~' -> <delete>
4215 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4216 Use inheritance so that .emacs and terminfo take precedence.
4217
4218 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4219
4220 * tooltip.el (tooltip-delay): Decrease to 0.7.
4221 (tooltip-hide-delay): Enlarge to 10.
4222
4223 2001-11-03 Richard M. Stallman <rms@gnu.org>
4224
4225 * startup.el (fancy-splash-tail): Explain how to recover
4226 from a crash, if there was a crash.
4227 (command-line-1): Reorganize display of startup screen,
4228 to simplify the logic. Use a temp buffer for it.
4229
4230 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4231
4232 * frame.el (set-background-color, set-foreground-color):
4233 Call face-set-after-frame-default, to propagate the new colors to
4234 the frame's parameters alist.
4235
4236 * calendar/timeclock.el (timeclock-out): Signal an error if
4237 timeclock-last-event is nil.
4238
4239 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4240
4241 * textmodes/fill.el (fill-context-prefix): Fix braino.
4242
4243 * international/quail.el (quail-help):
4244 Use `help-buffer' and move `help-setup-xref' to beginning.
4245
4246 * international/mule-cmds.el (describe-language-environment):
4247 Use `help-buffer' and move `help-setup-xref' to beginning.
4248
4249 * international/mule-diag.el (list-character-sets)
4250 (sort-listed-character-sets, describe-character-set)
4251 (describe-coding-system, describe-fontset, list-fontsets):
4252 Use `help-buffer' and move `help-setup-xref' to beginning.
4253 (describe-char-after): Use `internal-describe-syntax-value'.
4254
4255 2001-11-02 Richard M. Stallman <rms@gnu.org>
4256
4257 * mouse.el (popup-menu): If the user refuses to select
4258 from a menu, don't try to invoke the menu.
4259
4260 2001-11-02 Miles Bader <miles@gnu.org>
4261
4262 * help-mode.el (help-xref): New button type.
4263 (help-function, help-variable, help-face, help-coding-system)
4264 (help-input-method, help-character-set, help-type, help-symbol)
4265 (help-back, help-info, help-customize-variable, help-customize-face)
4266 (help-function-def, help-variable-def): Use it as a supertype.
4267 Remove `action' property.
4268
4269 * international/mule-diag.el (describe-character-set)
4270 (describe-coding-system): Pass correct args to `help-xref-button'.
4271 (sort-listed-character-sets): New button type.
4272 (list-character-sets): Use it.
4273 (list-charset-chars): New button type.
4274 (list-character-sets-1): Use it.
4275
4276 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4277
4278 * indent.el (tab-always-indent, indent-for-tab-command):
4279 Remove redundant `never' setting.
4280
4281 * fill.el (fill-region-as-paragraph): Don't forget to skip
4282 over current whitespace before looking for a preceding space.
4283
4284 2001-11-01 Richard M. Stallman <rms@gnu.org>
4285
4286 * files.el (file-newest-backup): Don't pass backup file name
4287 thru file-name-sans-versions, because it never has version numbers.
4288
4289 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4290 to avoid ambiguous nested loops.
4291
4292 * files.el (find-file-noselect): Offer to change buffer-read-only
4293 only when the file's read-only status has changed from before
4294 as well as disagreeing with the buffer's current status.
4295 (buffer-file-read-only): New var, local in all buffers.
4296
4297 * buff-menu.el (buffer-menu): Doc fix.
4298 (buffer-menu-other-window): Doc fix.
4299 (list-buffers, list-buffers-noselect): Doc fix.
4300
4301 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4302
4303 * startup.el (command-line): If the terminal Emacs is running on
4304 has erase char set to ^H, use the Backspace key for deleting
4305 backward, and the Delete key for deleting forward.
4306
4307 2001-11-01 Miles Bader <miles@gnu.org>
4308
4309 * button.el (define-button-type): Make sure every user-defined
4310 button type has a supertype.
4311
4312 2001-10-31 Jason Rumney <jasonr@gnu.org>
4313
4314 * international/mule-cmds.el (locale-language-names): Add chs and
4315 cht as aliases for Chinese-GB and Chinese-BIG5.
4316
4317 2001-10-31 Richard M. Stallman <rms@gnu.org>
4318
4319 * bindings.el (mode-line-frame-identification): Add doc string.
4320 (mode-line-position, mode-line-modes): New variables.
4321 (mode-line-format): Use mode-line-position for the part
4322 that displays the position-in-buffer info.
4323 Use mode-line-modes for the part that displays major and minor modes.
4324
4325 2001-10-31 Sam Steingold <sds@gnu.org>
4326
4327 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4328 (debugger-setup-buffer): Call it.
4329 (debugger-mode-map): Bind RET and mouse-2.
4330
4331 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4332
4333 * startup.el: Document command line option --no-window-system
4334 instead of --no-windows.
4335
4336 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4337
4338 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4339
4340 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4341 (font-lock-defaults-alist): Use it.
4342 From David Ponce <david.ponce@wanadoo.fr>
4343
4344 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4345 output of `char-after'.
4346
4347 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4348
4349 * simple.el (reindent-then-newline-and-indent): Insert the newline
4350 before indenting the first line.
4351 (undo-get-state, undo-revert-to-state): New funs.
4352 (shell-command): Don't kill the buffer even if empty.
4353 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4354 (transpose-subr-end2): Remove.
4355 (transpose-subr): Add `special' arg and simplify.
4356 (transpose-subr-1): Rewrite.
4357 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4358 (rfc822-goto-eoh): Simplify.
4359
4360 2001-10-30 Richard M. Stallman <rms@gnu.org>
4361
4362 * enriched.el (enriched-face-ans): Fix previous change.
4363
4364 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4365
4366 * international/iso-acc.el (iso-accents-compose): Remove a
4367 superfluous setq.
4368
4369 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4370
4371 * buff-menu.el (list-buffers-noselect): If the buffer's name
4372 starts with a blank, but it visits a file, do show it (for files
4373 whose names start with a blank).
4374
4375 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4376
4377 * textmodes/fill.el (sentence-end-double-space)
4378 (sentence-end-without-period): Move to paragraphs.el.
4379 (fill-indent-according-to-mode): Change default to t.
4380 (fill-context-prefix): Simplify control-flow and use a more
4381 sophisticated merge that unifies both previous checks.
4382 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4383 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4384 (fill-nobreak-p): New fun.
4385 (fill-region-as-paragraph): Use it.
4386 Handle `fill-indent-according-to-mode' slightly differently.
4387 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4388 (fill-individual-paragraphs-citation): Fix.
4389
4390 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4391 (paragraph-start): Change default to the `text-mode' value.
4392 (sentence-end-double-space, sentence-end-without-period):
4393 Move from fill.el.
4394 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4395 rather than rebinding `paragraph-start' and `paragraph-separate'.
4396
4397 * indent.el (indent-line-function): Change default to indent-relative.
4398 (tab-always-indent): Add an `never' setting.
4399 (indent-according-to-mode): Handle `indent-relative' and
4400 `indent-relative-maybe' specially.
4401 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4402 Handle the `never' case for `tab-always-indent'.
4403 Don't call indent-according-to-mode for indent-relative' and
4404 `indent-relative-maybe'.
4405 (insert-tab): Rename `prefix-arg' to `arg'.
4406 (indent-region): Indent the first line as well.
4407 (indent-relative): Don't mark the buffer modified if the indentation
4408 is unchanged.
4409
4410 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4411 Don't set paragraph-separate. Set paragraph-start more carefully.
4412 Set indent-line-function.
4413 (paragraph-indent-text-mode): Use it and define-derived-mode.
4414 (text-mode-map): Remove the \t binding.
4415 (text-mode): Simplify now that the default is more favorable.
4416
4417 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4418
4419 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4420 If the regexp doesn't match, use a looser one.
4421 (find-variable-noselect): Add `file' argument.
4422
4423 * pcvs.el (cvs-mode-commit-hook): New hook.
4424 (cvs-mode-commit): Run it.
4425
4426 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4427
4428 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4429 (edebug-instrument-function): Use `find-function-noselect'.
4430
4431 2001-10-29 Richard M. Stallman <rms@gnu.org>
4432
4433 * term.el (term-if-emacs19): Macro deleted.
4434 Callers changed to use progn instead.
4435
4436 * frame.el (blink-cursor-mode): Doc fix.
4437
4438 * files.el (find-backup-file-name): Use make-backup-file-name.
4439
4440 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4441 window-live-p.
4442 (edebug-set-conditional-breakpoint): Unconditionally use
4443 the former Emacs >=19 definition.
4444 (edebug-mark): Define unconditionally.
4445 (edebug-eval-expression): Always call read-from-minibuffer
4446 and specify history list.
4447 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4448 edebug-set-conditional-breakpoint.
4449 (edebug-emacs-version-specific): Function deleted;
4450 do the job at top level.
4451 (edebug-emacs-19-specific): Function deleted, this is the default.
4452
4453 2001-10-29 Sam Steingold <sds@gnu.org>
4454
4455 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4456 "/cygdrive/LETTER/" pathnames.
4457
4458 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4459
4460 * faces.el (invert-face): Check for 'unspecified, not for nil,
4461 when testing whether face colors are not specified.
4462 From David.Kastrup@t-online.de (David Kastrup).
4463 (read-face-name): Doc fix.
4464 (make-face-bold, make-face-unbold, make-face-italic)
4465 (make-face-unitalic, make-face-bold-italic, invert-face):
4466 Remove trailing blank from the prompt passed to read-face-name.
4467
4468 2001-10-29 Sam Steingold <sds@gnu.org>
4469
4470 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4471 Report numbers of files skipped and failed too.
4472 (byte-compile-file): Return 'no-byte-compile for skipped files.
4473
4474 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4475
4476 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4477 and `M p'.
4478
4479 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4480
4481 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4482 as is on unread-command-events instead of `(SECOND-CHAR)'.
4483
4484 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4485
4486 * vc.el: Mention vc-*-switches in backend API documentation.
4487 (vc-annotate): Adapt doc string to recent change.
4488
4489 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4490
4491 * enriched.el (enriched-face-ans): Handle face attributes
4492 of the form `(FACE1 FACE2 ...)'.
4493
4494 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4495
4496 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4497
4498 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4499
4500 * progmodes/sql.el (sql-db2): Doc change.
4501 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4502 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4503
4504 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4505
4506 * env.el (substitute-env-vars): Don't quote argument to `rx';
4507 it's a macro.
4508
4509 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4510
4511 * cus-start.el (recursive-load-depth-limit): Added.
4512
4513 2001-10-28 Richard M. Stallman <rms@gnu.org>
4514
4515 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4516 All uses removed--assume Emacs version is >= 20.
4517
4518 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4519 by really checking that it is not version 18.
4520
4521 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4522
4523 2001-10-28 Miles Bader <miles@gnu.org>
4524
4525 * faces.el (face-attribute): Add INHERIT argument, consider face
4526 inheritance if it's non-nil.
4527 (face-attribute-merged-with): New function.
4528 (face-attribute-specified-or): New macro.
4529 (face-foreground, face-background, face-stipple): Add INHERIT
4530 argument. Use `face-attribute-specified-or'.
4531
4532 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4533
4534 * font-lock.el: Require `syntax'.
4535 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4536 Use `c-font-lock-syntactic-face-function' for c languages.
4537 (font-lock-mode): Don't unset vars when turning the mode off.
4538 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4539 (font-lock-extra-managed-props): New var.
4540 (font-lock-default-unfontify-region): Use it.
4541 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4542 Don't eval the value when there's no match.
4543 (font-lock-ppss-stats): New var.
4544 (font-lock-ppss): New fun.
4545 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4546 (font-lock-apply-highlight): Allow `highlight' to set several props.
4547 (font-lock-set-defaults): Use dolist.
4548 (font-lock-unset-defaults): Remove.
4549 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4550 Try to recognize prototypes using `foo P_ ((args))'.
4551 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4552 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4553 (c-font-lock-syntactic-face-function): New function.
4554 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4555 (c++-keywords): Use a more sophisticated regexp to handle
4556 shallowly nested templates.
4557
4558 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4559
4560 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4561 (sgml-tag): Use it. Cleanup with `cond'.
4562 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4563 Mark the overlays and only delete those that are marked.
4564 (sgml-skip-close-p): Remove.
4565 (sgml-value): Replace sgml-skip-close-p with its definition.
4566 (html-tag-alist): Use sgml-xml a bit more.
4567 (html-mode): Set sgml-empty-tags.
4568
4569 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4570 (texinfo-update-node, texinfo-sequential-node-update):
4571 Don't bind the obsolete `auto-fill-hook'.
4572 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4573 Use `set-buffer' rather than `switch-to-buffer'.
4574 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4575 Use `set-buffer' rather than `switch-to-buffer'.
4576
4577 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4578 text-mode-syntax-table.
4579 (mail-mode): Use define-derived-mode.
4580 Fix ordering of alternatives in adaptive-fill-regexp.
4581 (mail-mode-map): Don't rely on keymap's internal representation.
4582
4583 2001-10-27 Sam Steingold <sds@gnu.org>
4584
4585 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4586 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4587 (sgml-mode-common): Call it.
4588 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4589 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4590 (html-horizontal-rule, html-image, html-ordered-list):
4591 (html-unordered-list, html-list-item, html-paragraph):
4592 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4593 `html-xhtml'.
4594
4595 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4596
4597 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4598 (ifnothtml): New alias.
4599
4600 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4601
4602 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4603 (toggle-text-mode-auto-fill): Use derived-mode-p.
4604
4605 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4606
4607 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4608 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4609
4610 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4611
4612 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4613 Add make-obsolete cookies, to follow faces.el.
4614
4615 These changes avoid warnings from the byte compiler in faces.el:
4616
4617 * faces.el (internal-get-face): Use facep instead of the obsolete
4618 internal-find-face.
4619 (internal-frob-font-weight, internal-frob-font-slant):
4620 New defaliases for obsolete functions.
4621 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4622 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4623 (x-make-font-bold-italic): Use internal-frob-font-weight and
4624 internal-frob-font-slant aliases instead of the obsolete
4625 x-frob-... functions.
4626
4627 2001-10-26 Sam Steingold <sds@gnu.org>
4628
4629 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4630 DOCTYPE; set `mode-name' based on it.
4631 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4632 (sgml-tag): Close empty tags in XHTML.
4633
4634 2001-10-26 Jason Rumney <jasonr@gnu.org>
4635
4636 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4637 when UNICODE is not defined.
4638
4639 2001-10-26 Sam Steingold <sds@gnu.org>
4640
4641 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4642 be alone on the line.
4643
4644 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4645
4646 * button.el (button): Special face definition for MS-DOS terminals.
4647
4648 2001-10-26 Sam Steingold <sds@gnu.org>
4649
4650 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4651 Protect the /= test by checking that the args are non-nil.
4652 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4653
4654 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4655
4656 * textmodes/artist.el (artist-version): 1.2.4.
4657 (artist-butlast-fn): New variable.
4658 (artist-butlast): New function.
4659 (artist-ellipse-mirror-quadrant): Use it.
4660 (artist-mouse-draw-poly): Use nil for `point-list'.
4661 (artist-mouse-draw-poly): Check for point-list being nil.
4662
4663 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4664
4665 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4666 lambda expression.
4667 (ps-mode-menu-main): Submenu with options on/off was replaced with
4668 a toggle button.
4669 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4670 (ps-mode): Autoload cookie added on same line as comment
4671 (ps-mode-tabkey, ps-mode-backward-delete-char):
4672 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4673 `indent-to' with `indent-line-to'
4674 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4675 instead of `eval'.
4676 (ps-mode-print-region): Use `with-temp-buffer'.
4677 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4678 (numerous places): Add back-tick and tick around names in
4679 docstrings, fix punctuation in docstrings, remove trailing spaces.
4680
4681 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4682
4683 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4684 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4685 (sgml-font-lock-syntactic-keywords): New var.
4686 (sgml-mode-common): Drop the two args.
4687 Don't make buffer-local variables that aren't used.
4688 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4689 Don't set `before-string' props from sgml-display-text.
4690 (sgml-mode): Use define-derived-mode.
4691 (sgml-tags-invisible): Use sgml-display-text.
4692 (sgml-quote): New command.
4693 (html-tag-alist): Add args for `span'.
4694 (html-mode): Use define-derived-mode.
4695 Set sgml-display-text and sgml-tag-face-alist.
4696
4697 2001-10-25 Sam Steingold <sds@gnu.org>
4698
4699 * add-log.el (add-log-always-start-new-record): New user option.
4700 (add-change-log-entry): Use it.
4701
4702 2001-10-25 Richard M. Stallman <rms@gnu.org>
4703
4704 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4705 bind case-fold-search if FROM is not all lower case.
4706
4707 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4708
4709 * startup.el (normal-top-level): Check for frame-initial-frame
4710 only if it's really used.
4711
4712 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4713
4714 * progmodes/compile.el (compilation-parse-errors-filename-function):
4715 New variable.
4716 (compilation-parse-errors): Use it.
4717
4718 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4719
4720 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4721 interactively so that C-u M-C-x still does edebug.
4722 (checkdoc-sentencespace-region-engine): Don't force a double-space
4723 after `.' if it doesn't look like an end-of-sentence.
4724 (debug-ignored-errors): Add `disambiguate ...'.
4725
4726 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4727
4728 * textmodes/texinfo.el (texinfo-environments)
4729 (texinfo-environment-regexp): Hoist.
4730 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4731 Only highlight the menu name in menu items.
4732 Setup `@foo ... @end foo' as text clones.
4733 (texinfo-clone-environment): New function.
4734 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4735 (texinfo-insert-block): Simplify.
4736 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4737 the command is repeated.
4738 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4739 (texinfo-insert-@end): Simplify.
4740
4741 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4742 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4743 (texinfo-subsubsection-level-regexp)
4744 (texinfo-update-menu-same-level-regexps)
4745 (texinfo-update-menu-higher-regexps)
4746 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4747
4748 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4749 (derived-mode-p): Autoload.
4750
4751 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4752 New vars and functions.
4753 (text-clone-maintain, text-clone-create): New functions.
4754
4755 2001-10-25 Miles Bader <miles@gnu.org>
4756
4757 * facemenu.el (facemenu-add-new-face): Fix variable names.
4758
4759 2001-10-24 Richard M. Stallman <rms@gnu.org>
4760
4761 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4762 of t and nil values.
4763 (facemenu-set-face): Handle START and END interactively.
4764 (facemenu-set-foreground): Don't use a face; specify color directly.
4765 (facemenu-set-background): Likewise.
4766 (facemenu-set-face-from-menu): Doc fix.
4767 (facemenu-active-faces): Use face-attribute-vector
4768 to handle bare attributes not in faces.
4769 (facemenu-get-face): Don't handle face names fg:... and bg:...
4770 specially.
4771 (facemenu-add-new-face): New argument MENU.
4772 New way to handle adding colors to the color menus.
4773
4774 * env.el (substitute-env-vars): Quote the arg to rx.
4775
4776 2001-10-24 Sam Steingold <sds@gnu.org>
4777
4778 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4779 Control" and "SGML" groups.
4780
4781 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4782
4783 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4784 Better handling of C++ template args to avoid confusion with `<'
4785 and `>' used as operators in member init expressions.
4786
4787 2001-10-24 Gerd Moellmann <gerd@gnu.org>
4788
4789 * replace.el (perform-replace): Move START and END parameters
4790 to the end of the argument list and make them optional.
4791
4792 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4793 perform-replace.
4794
4795 * international/fontset.el (x-must-resolve-font-name): New function.
4796 (x-complement-fontset-spec): Use it.
4797
4798 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
4799
4800 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4801
4802 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4803 Turn caadr into caar of cdr.
4804
4805 2001-10-23 Gerd Moellmann <gerd@gnu.org>
4806
4807 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4808 of mouse-{1,2} since dragging is on the down event.
4809
4810 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4811
4812 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4813 if ARG is nil.
4814
4815 * desktop.el (desktop-last-buffer): New variable.
4816 (desktop-create-buffer): Set it.
4817 (desktop-read): Bind it and switch to that buffer.
4818
4819 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4820
4821 * progmodes/compile.el (compilation-set-window-height):
4822 Select old window only if it's still live.
4823
4824 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4825
4826 * help-mode.el (help-buffer): Remove debugging code.
4827 From Stefan Monnier <monnier@cs.yale.edu>.
4828
4829 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4830
4831 * files.el (file-name-sans-extension, file-name-extension):
4832 Don't count the leading dots in file names as signaling an extension.
4833
4834 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4835
4836 * vc.el (vc-diff-switches): Doc rewritten.
4837
4838 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4839
4840 * tooltip.el (tooltip-set-param): Doc fix.
4841
4842 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4843 127 to sgml-maybe-name-self.
4844 (sgml-name-8bit-mode): Doc fix.
4845 (sgml-char-names-table): New variable.
4846 (sgml-name-char): Support non-ASCII and mule-unicode-*
4847 characters. Doc fix.
4848 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4849
4850 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4851 doc string the effect of `left' and `top' parameters in
4852 tooltip-frame-parameters, the default values, and the units.
4853 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4854 (tooltip-show): Mention in the doc string the `top' and `left'
4855 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4856
4857 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4858
4859 Add autoscaling support for vc-annotate.
4860 From J.D. Smith <jdsmith@alum.mit.edu>.
4861
4862 * vc.el (vc-annotate-display-default): Accept colormap scaling
4863 ratio (now deprecated).
4864 (vc-annotate-display-autoscale): Added.
4865 (vc-annotate-add-menu): New autoscaling menu options "Span to
4866 Oldest" and "Span Oldest->Newest". Easymenu support added for
4867 toggle menus driven by customize variable `vc-annotate-display-mode'.
4868 (vc-annotate-display-select): Added.
4869 (vc-annotate): Changed temp-buffer-show-function to
4870 `vc-annotate-display-select'.
4871 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4872 Added argument OFFSET. Instead of backend function, calls now
4873 generic `vc-annotate-difference'.
4874 (vc-annotate-difference): Added as generic function instead of
4875 backend-specific function. No longer takes argument POINT, but
4876 instead accepts a time OFFSET.
4877 (vc-default-annotate-current-time): Added.
4878
4879 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4880 version in vc.el, with
4881 (vc-cvs-annotate-current-time): Added, as override of default.
4882 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
4883 `vc-cvs-annotate-difference'.
4884
4885 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4886
4887 * saveplace.el (save-place): Require `saveplace'.
4888
4889 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4890 Use `sexp' for :value-type instead of `face'.
4891
4892 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4893
4894 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4895 regexps due to 5-digit message IDs.
4896
4897 2001-10-21 Jason Rumney <jasonr@gnu.org>
4898
4899 * term/w32-win.el (redisplay-dont-pause): Don't set.
4900
4901 2001-10-21 Miles Bader <miles@gnu.org>
4902
4903 * help-funs.el (help-manyarg-func-alist): Variable removed.
4904
4905 2001-10-21 Miles Bader <miles@gnu.org>
4906
4907 * help-funs.el (help-manyarg-func-alist): Remove entries for
4908 `insert', `insert-and-inherit', `insert-before-markers',
4909 `insert-before-markers-and-inherit', `message', `message-box',
4910 `message-or-box', `propertize', `format', `encode-time', `append',
4911 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4912 `insert-string', `ml-if', `ml-provide-prefix-argument', and
4913 `ml-prefix-argument-loop'.
4914
4915 2001-10-21 Andre Spiegel <spiegel@gnu.org>
4916
4917 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4918 (vc-default-diff-tree): New functions.
4919 (vc-version-diff): Use them. As a result, coding systems are now
4920 set up properly for all sorts of diffs, and tree diffs can now
4921 also be done locally.
4922 (vc-diff): With a prefix argument, don't require that it's called
4923 from a buffer under version control.
4924 (diff-switches): Remove duplicate definition.
4925
4926 * vc-cvs.el (vc-cvs-diff-tree): New function.
4927
4928 2001-10-21 Miles Bader <miles@gnu.org>
4929
4930 * help-funs.el (help-manyarg-func-alist): Remove entries for
4931 `list', `vector', `make-byte-code', `call-process',
4932 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4933 `logand', `logior', and `logxor'.
4934
4935 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4936 image bits to compensate. Use `make-string' instead of
4937 `make-bool-vector' (XBM apparently wants byte-aligned rows).
4938
4939 2001-10-20 Kim F. Storm <storm@cua.dk>
4940
4941 * simple.el (kill-ring-save): Don't show extent of copied region
4942 if using transient-mark-mode and region is fully visible.
4943
4944 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4945
4946 * (Version 21.1 released.)
4947
4948 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4949
4950 * files.el (auto-mode-alist): Associate .indent.pro with
4951 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
4952
4953 2001-10-18 Sam Steingold <sds@gnu.org>
4954
4955 Put the *Compile-Log* buffer in `compilation-mode'.
4956 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
4957 (byte-compile-log-1, byte-compile-log-file)
4958 (displaying-byte-compile-warnings): Use it
4959
4960 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
4961
4962 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
4963
4964 * xml.el (xml-parse-tag): Use eq on char-after's return value.
4965
4966 2001-10-18 Gerd Moellmann <gerd@gnu.org>
4967
4968 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
4969
4970 * obsolete/hilit19.el (hilit-lookup-face-create):
4971 Call set-face-font only if display-graphic-p.
4972 (toplevel): Remove references to window-system.
4973
4974 2001-10-18 Miles Bader <miles@gnu.org>
4975
4976 * simple.el (what-line): Avoid problems with field properties.
4977
4978 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4979
4980 * wid-edit.el (widget-field-face, widget-single-line-field-face):
4981 Define special colors for a tty.
4982
4983 2001-10-17 Francesco Potorti` <pot@gnu.org>
4984
4985 * comint.el (comint-password-prompt-regexp): Make it less
4986 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
4987
4988 2001-10-17 John Wiegley <johnw@gnu.org>
4989
4990 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
4991 a regular file, before checking if it is a directory or symlink.
4992 This avoids a call to eshell-file-attributes, which can be
4993 expensive in some situations.
4994
4995 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
4996 customization variable, to differentiate ls-in-dired from regular
4997 uses of ls.
4998
4999 2001-10-17 Miles Bader <miles@gnu.org>
5000
5001 * custom.el (defface): Mention `:inherit' in doc-string.
5002
5003 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5004
5005 * paren.el: Update the Commentary with installation instructions.
5006
5007 2001-10-15 Dave Love <fx@gnu.org>
5008
5009 * international/mule.el (set-auto-coding): Fix regexps for local
5010 variables section not to eat newlines.
5011
5012 2001-10-15 Miles Bader <miles@gnu.org>
5013
5014 * simple.el (display-message-or-buffer): Pass the correct buffer
5015 to `display-buffer'.
5016
5017 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5018
5019 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5020 (executable-find): Use exec-suffixes.
5021 (executable-set-magic): Don't use make-local-hook.
5022
5023 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5024
5025 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5026
5027 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5028 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5029 Add .so to the Unix and GNU branch.
5030
5031 * international/latin-1.el:
5032 * international/latin-2.el:
5033 * international/latin-3.el:
5034 * international/latin-4.el:
5035 * international/latin-5.el:
5036 * international/latin-8.el:
5037 * international/latin-9.el: Add no-byte-compile: t, since
5038 Makefile.in instructs make-docfile to look at .el files.
5039
5040 2001-10-14 Miles Bader <miles@gnu.org>
5041
5042 * button.el (define-button-type): Allow supertype property to be
5043 specified with a keyword `:supertype' too.
5044 (button-put, make-text-button): Allow button type property to be
5045 specified using the keyword `:type' too.
5046 (button-type): New function.
5047 (button): Add `button-category-symbol' property.
5048
5049 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5050
5051 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5052 indent-new-comment-line from comment-indent-new-line.
5053
5054 * textmodes/refill.el (refill-mode):
5055 Bind DEL to backward-delete-char-untabify.
5056 Set backward-delete-char-untabify-method to `hungry'.
5057
5058 * textmodes/bib-mode.el (bib-mode):
5059 * play/gomoku.el (gomoku-mode):
5060 * textmodes/page-ext.el (pages-directory-mode):
5061 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5062
5063 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5064
5065 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5066
5067 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5068 Handle here-docs differently.
5069 (sh-font-lock-heredoc): Remove.
5070 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5071 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5072 (sh-font-lock-open-heredoc): New functions.
5073 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5074 (sh-font-lock-keywords-1): Use regexp-opt.
5075 (sh-in-comment-or-string): Use syntax-ppss.
5076 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5077 (sh-select, sh-tmp-file): Add explicit terminating \n.
5078
5079 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5080 Use with-current-buffer.
5081 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5082 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5083 filename), catch any error that occurs in `ange-ftp-cd'.
5084 If an error happened, don't bother sending `cmd' at all.
5085 Fix a parenthesis typo.
5086 (ange-ftp-write-region): Don't blindly use binary if the remote host
5087 is unix-like.
5088
5089 * play/pong.el (pong-init): Don't use make-local-hook.
5090
5091 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
5092
5093 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5094 (viper-get-ex-address-subr): More precise addr for the $ marker
5095
5096 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5097
5098 * version.el (emacs-version): Bump to 21.1.50.
5099
5100 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5101
5102 * mail/mailalias.el (mail-directory-stream): Do not double
5103 variables in the lambda-list.
5104
5105 * play/gomoku.el (gomoku-init-display): Ditto.
5106
5107 * play/landmark.el (lm-init-display): Ditto.
5108
5109 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5110 (delimit-columns-rectangle-line): Ditto.
5111
5112 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5113
5114 * newcomment.el (comment-region-internal): Don't rebind
5115 invisibility_spec now that the C routines handle it correctly.
5116
5117 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5118
5119 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5120 and `same-frame'.
5121
5122 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5123
5124 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5125
5126 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5127 C-p and C-r. Remove redundant bindings from inheriting maps.
5128
5129 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5130 After 4.23 and: After 4.24:
5131 (cperl-contract-levels): Restore position.
5132 (cperl-beautify-level): Likewise.
5133 (cperl-beautify-regexp): Likewise.
5134 (cperl-commentify): Rudimental support for length=1 runs
5135 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5136 After 4.25:
5137 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5138 (imenu-example--create-perl-index): Was not enforcing
5139 syntaxification-to-the-end.
5140 (cperl-invert-if-unless): Allow `for', `foreach'.
5141 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5142 Mark qw(), m()x as indentable.
5143 (cperl-init-faces): Highlight `sysopen' too.
5144 Highlight $var in `for my $var' too.
5145 (cperl-invert-if-unless): Was leaving whitespace at end.
5146 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5147 (cperl-calculate-indent): Remove old commented out code.
5148 Support (primitive) indentation of qw(), m()x.
5149 After 4.26:
5150 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5151 q [] with intervening newlines.
5152 (cperl-autoindent-on-semi): New customization variable.
5153 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5154 (cperl-tips): Mention how to make CPerl the default mode.
5155 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5156 (cperl-outline-level): New function.
5157 (cperl-highlight-variables-indiscriminately): New customization var.
5158 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5159 From Sean Kamath <kamath@pogo.wv.tek.com>.
5160 (cperl-after-block-p): Support CHECK and INIT.
5161 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5162 From Doug MacEachern <dougm@covalent.net>.
5163 After 4.27:
5164 (cperl-find-pods-heres): Recognize \"" as a string.
5165 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5166 Allow whitespace between << and "FOO".
5167 (cperl-problems): Remove \"" and q [] with intervening newlines.
5168 Mention multiple <<EOF as unsupported.
5169 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5170 (cperl-indent-parens-as-block): New configuration variable.
5171 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5172 Use `cperl-indent-parens-as-block'.
5173 (cperl-find-pods-heres): Test for =cut without empty line instead of
5174 complaining about no =cut.
5175 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5176 (cperl-find-pods-heres): Likewise.
5177 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5178 POD could've been marked as comment already.
5179 (cperl-unwind-to-safe): Unwind before start of POD too.
5180 After 4.28:
5181 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5182 After 4.29:
5183 (x-color-defined-p): Make an extra case to peacify the warning.
5184 Toplevel: `defvar' to peacify the warnings.
5185 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5186 No -nw-compile time warnings now.
5187 (cperl-find-tags): TAGS file had too short substring-to-search.
5188 Be less verbose in non-interactive mode
5189 (imenu-example--create-perl-index): Set index-marker after name
5190 (cperl-outline-regexp): New variable.
5191 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5192 (cperl-mode): Made use `cperl-outline-regexp'.
5193 After 4.30:
5194 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5195 (cperl-outline-level): Make start-of-file same level as `package'.
5196 After 4.31:
5197 (cperl-electric-pod): `head1' and `over' electric only if empty.
5198 (cperl-unreadable-ok): New variable.
5199 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5200 on an unreadable file.
5201 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5202 on an unreadable directory.
5203
5204 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5205 Consider the text between two errors as belonging to the first error.
5206 (compilation-goto-locus): Use pop-to-buffer rather than
5207 switch-to-buffer-other-frame.
5208
5209 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5210 (awk-font-lock-syntactic-keywords): New var.
5211 (awk-mode): Use it.
5212
5213 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5214
5215 * faces.el (describe-face): Call help-setup-xref earlier.
5216
5217 * jka-compr.el (jka-compr-load-suffixes): New var.
5218 (jka-compr-install): Add its content to load-suffixes.
5219 (jka-compr-uninstall): Remove its content from load-suffixes.
5220
5221 2001-10-12 Sam Steingold <sds@gnu.org>
5222
5223 * bindings.el (completion-ignored-extensions): CL-related
5224 extensions are platform-independent.
5225
5226 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5227 asynchronous multiple file copying.
5228
5229 2001-10-12 Gerd Moellmann <gerd@gnu.org>
5230
5231 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5232 Turn error for repeated variables into warning.
5233
5234 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5235 New function checking that lambda-list consists of non-constant
5236 symbols, that &rest and &optional are followed by variable names,
5237 that &rest VAR is the last element, and that variables aren't doubled.
5238 (byte-compile-lambda): Use it.
5239
5240 2001-10-12 Eli Barzilay <eli@barzilay.org>
5241
5242 * calculator.el (calculator-eng-display): Don't call concat
5243 with an integer argument.
5244
5245 2001-10-12 Miles Bader <miles@gnu.org>
5246
5247 * help-mode.el (help-customize-face): New button-type.
5248
5249 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5250 (describe-face): Fix args to `help-xref-button'.
5251 Don't switch to help-buffer around call to `help-setup-xref'.
5252 Use `help-buffer' instead of hard-wired "*Help*".
5253 Require `help-mode'.
5254
5255 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5256
5257 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5258
5259 * help-mode.el (help-buffer): New function.
5260 Returns the buffer-name to use for help output.
5261 Change all the code to use it instead of hard-coding *Help*.
5262 (help-mode-map): Put back the mouse-2 binding.
5263 (help-xref-stack): Change the format and make buffer-local.
5264 (help-xref-stack-item): Make buffer-local.
5265 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5266 (help-xref-interned): Display the face doc as well.
5267 (help-follow-mouse): Re-introduce.
5268 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5269 (help-do-xref): Don't `push' any more.
5270 (help-follow): Also follow face names.
5271
5272 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5273 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5274 Autoload and cleanup.
5275 (describe-function): Call help-setup-xref.
5276 (describe-variable): Call help-setup-xref earlier.
5277
5278 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5279 (view-lossage): Call help-setup-xref correctly and earlier.
5280 (describe-bindings): Call help-setup-xref earlier.
5281 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5282 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5283
5284 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5285
5286 * master.el (master-mode): Use define-minor-mode instead of
5287 easy-mmode-define-minor-mode. Add autload cookie.
5288 (Commentary): Remove the line showing how to autoload master-mode,
5289 since it's always autoloaded.
5290
5291 * master.el: New file.
5292
5293 2001-10-11 Dave Love <fx@gnu.org>
5294
5295 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5296 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5297 <const-C varset-X const-C>: Fix car/cdr typo.
5298
5299 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5300
5301 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5302 New function extracted from byte-compile-log-1.
5303 (byte-compile-log-1): Change output to be more in line with
5304 the output of other GNU tools.
5305 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5306 (byte-compile-report-error): Downcase error message.
5307 Use `error' instead of `!!' for error messages.
5308 (byte-compile-print-syms): Treat non-interactive case specially.
5309 (displaying-byte-compile-warnings): Use backquote.
5310 (byte-compile-from-buffer): Bind byte-compile-last-line.
5311 (batch-byte-compile): Remove `Done' message.
5312
5313 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5314
5315 * emacs-lisp/copyright.el (copyright): Add final \n.
5316
5317 2001-10-11 Miles Bader <miles@gnu.org>
5318
5319 * diff.el (diff): Display default values in prompts as
5320 `(default ...)', not `(...)'.
5321
5322 * info.el (Info-follow-reference): Likewise.
5323
5324 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5325
5326 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5327
5328 * newcomment.el (comment-indent): Be a little more robust in case
5329 comment-indent-function does funny things.
5330 (comment-normalize-vars): Autoload.
5331 (comment-region-internal): Fiddle with the visibility spec.
5332 (comment-valid-prefix): New function.
5333 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5334 that would turn comment-text into non-comment-text.
5335
5336 * emacs-lisp/syntax.el: New file.
5337
5338 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5339 compatibility cruft.
5340 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5341 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5342 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5343 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5344 tcl-submit-bug-report.
5345 (tcl-mode-syntax-table): Leave \f alone.
5346 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5347 tcl-end-of-defun, tcl-submit-bug-report.
5348 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5349 (tcl-add-emacs-menu): Remove.
5350 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5351 (tcl-keyword-list): Add `chain'.
5352 (tcl-font-lock-syntactic-keywords): New variable.
5353 (tcl-pps-has-arg-6): Remove.
5354 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5355 (tcl-internal-mark-defun): Remove.
5356 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5357 (tcl-mode): Use define-derived-mode. Simplify.
5358 Set comment-indent-function.
5359 (tcl-indent-command): Use line-beginning-position and comment-indent.
5360 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5361 (tcl-indent-line): Use tcl-calculate-indent.
5362 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5363 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5364 (tcl-filter): Use with-current-buffer, simplify.
5365 (inferior-tcl-mode): Use define-derived-mode.
5366 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5367 (tcl-simple-in-comment, tcl-in-comment): Removed.
5368 (tcl-files-alist): New function.
5369 (tcl-help-snarf-commands): Use it and return the result directly
5370 rather than through a global variable.
5371 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5372 (tcl-help-on-word): Provide the default value to completing-read.
5373 (tcl-hilit): Remove.
5374 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5375 (tcl-comment-indent): New function.
5376 (tcl-submit-bug-report): Remove.
5377 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5378 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5379 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5380
5381 2001-10-10 Miles Bader <miles@gnu.org>
5382
5383 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5384 (Info-fontify-node): Don't fontify the node if it's already been done.
5385
5386 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5387
5388 * international/iso-transl.el (iso-transl-e-caret)
5389 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5390 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5391
5392 * simple.el (end-of-buffer): Fix code scrolling specially
5393 for the buffer end.
5394
5395 * startup.el (command-line-1): Bind tab-width to 8.
5396
5397 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5398
5399 * emulation/tpu-edt.el: Use defalias instead of fset for
5400 user-visible commands. From Rob Riepel
5401 <riepel@Networking.Stanford.EDU>.
5402
5403 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5404
5405 * ruler-mode.el: New file.
5406
5407 2001-10-09 Miles Bader <miles@gnu.org>
5408
5409 * apropos.el (button): New require.
5410
5411 * help-funs.el: New file, contents mostly from `help.el'.
5412 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5413
5414 * help-mode.el: New file, contents mostly from `help.el'.
5415
5416 * help.el: Don't require `view' when compiling.
5417 (help-with-tutorial, describe-function, describe-function-1)
5418 (variable-at-point, describe-variable, locate-library):
5419 Functions moved into `help-funs.el'.
5420 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5421 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5422 (help-setup-xref, help-xref-following, help-make-xrefs)
5423 (help-xref-button, help-insert-xref-button, help-xref-interned)
5424 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5425 (help-xref-on-pp): Functions moved into `help-mode.el'
5426 (help-mode-map, help-xref-stack, help-xref-stack-item)
5427 (help-highlight-p, help-highlight-face, help-back-label)
5428 (help-xref-symbol-regexp, help-xref-mule-regexp)
5429 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5430 (help-symbol, help-back, help-info, help-customize-variable)
5431 (help-function-def, help-variable-def):
5432 Button-types moved into `help-mode.el'.
5433 (load-symbol-file-load-history, symbol-file):
5434 Functions moved into `subr.el'.
5435 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5436 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5437
5438 * subr.el (symbol-file-load-history-loaded)
5439 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5440
5441 * loadup.el ("button"): Load removed.
5442
5443 * button.el (define-button-type): Respect any `supertype' property.
5444 (button-type-subtype-p, button-has-type-p): New functions.
5445
5446 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5447 dollar-signs.
5448
5449 * comint.el (comint-insert-previous-argument): New function.
5450 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5451 (comint-insert-previous-argument-last-start-pos)
5452 (comint-insert-previous-argument-last-index): New variables.
5453
5454 * apropos.el (apropos-next-label-button): Use the presence of a
5455 `apropos-label' property to detect label buttons.
5456
5457 2001-10-08 Miles Bader <miles@gnu.org>
5458
5459 * button.el (next-button, previous-button): Remove N and WRAP
5460 parameters. Don't pay attention to `skip' properties.
5461 (forward-button): Implement wrapping, iterating, and skipping here
5462 instead.
5463 (button-activate): USE-MOUSE-ACTION is optional.
5464 (button-nop): Function removed.
5465 (default-button): Use `ignore' as default button action.
5466
5467 * apropos.el (apropos-next-label-button): Update arguments to
5468 `next-button'.
5469 (apropos-symbol): Add `skip' property.
5470 (apropos-function, apropos-macro, apropos-command)
5471 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5472 (apropos-plist): New button types.
5473 (apropos-label-properties): Variable removed.
5474 (apropos-print): Pass button-type to apropos-print-doc, rather
5475 than help function and label text.
5476 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5477 Get button label from TYPE.
5478
5479 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5480
5481 * help.el (help-mode): Use define-derived-mode.
5482 (describe-mode): Add optional `buffer' arg.
5483 Use it instead of going through help-xref-mode.
5484 Avoid doubling the word `minor' when prettifying.
5485 (describe-function-1): List the corresponding key bindings.
5486 (describe-variable): Say if the var is automatically buffer-local.
5487 If the source is `loaddefs.el', look for the real source.
5488 (help-xref-mode): Remove.
5489
5490 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5491 the file says no-byte-compile.
5492
5493 2001-10-08 Miles Bader <miles@gnu.org>
5494
5495 * button.el (next-button, previous-button): Respect `skip' property.
5496
5497 2001-10-07 Miles Bader <miles@gnu.org>
5498
5499 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5500 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5501 `woman-follow-word' instead of `woman-mouse-2'.
5502 (woman-follow-word): Renamed from `woman-mouse-2'.
5503 Follow current unconditionally, since this function is now only
5504 bound to M-mouse-2. Use accessor functions.
5505 (WoMan-highlight-references): Use `make-text-button'.
5506 (woman-xref): New button type.
5507
5508 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5509 ("button"): New load, just before "help" (which uses it).
5510
5511 * help.el (help-mode-map): Make button-buffer-map our parent.
5512 Don't bind mouse events or tab/backtab.
5513 (help-function, help-variable, help-face, help-coding-system)
5514 (help-input-method, help-character-set, help-back, help-info)
5515 (help-customize-variable, help-function-def, help-variable-def):
5516 New button types.
5517 (help-button-action): New function.
5518 (describe-function-1): Pass help button-types to
5519 `help-xref-button' rather than help function and help-echo string.
5520 Don't put multiple help-function args in a list to pass them to
5521 help-xref-button, just pass them as multiple arguments.
5522 Use `help-insert-xref-button' to make [back]-button, rather than
5523 `help-xref-button'.
5524 (help-xref-button): Take a button-type TYPE as a parameter rather
5525 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5526 and add a &rest parameter ARGS to serve the same purpose.
5527 Use `make-text-button' to add the button.
5528 (help-insert-xref-button): Use `insert-text-button' to add the button.
5529 (help-follow-mouse, help-next-ref, help-previous-ref):
5530 Functions removed.
5531 (help-do-xref): New function.
5532 (help-follow): Use `push-button' and `help-do-xref' to do most of
5533 the work.
5534
5535 * apropos.el (apropos-symbol, apropos-label): New button types.
5536 (apropos-symbol-button-display-help)
5537 (apropos-label-button-display-help, apropos-next-label-button):
5538 New functions.
5539 (apropos-mode-map): Make button-buffer-map our parent.
5540 Don't bind mouse events.
5541 (apropos-print, apropos-print-doc): Create buttons instead of text
5542 properties.
5543 (apropos-mouse-follow): Function removed.
5544 (apropos-follow): Use buttons.
5545
5546 * button.el: New file.
5547
5548 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5549
5550 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5551 Remove.
5552
5553 2001-10-05 Richard M. Stallman <rms@gnu.org>
5554
5555 * add-log.el (add-change-log-entry): Skip copyright notice
5556 and copying permission notice at start of file, if any.
5557 Make use of terms "entry" and "item" accord with Emacs manual.
5558 Simplify the logic for moving point while entering or creating
5559 an entry and then an item.
5560 (add-change-log-entry-other-window): Doc fix.
5561
5562 2001-10-06 Miles Bader <miles@gnu.org>
5563
5564 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5565 removed; they apparently don't work with faces.
5566
5567 2001-10-05 Sam Steingold <sds@gnu.org>
5568
5569 * textmodes/sgml-mode.el (html-xhtml): New user option.
5570 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5571 (html-ordered-list, html-unordered-list, html-list-item)
5572 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5573 (sgml-skip-close-p): New function.
5574 (sgml-value): Use it.
5575
5576 2001-10-05 Sam Steingold <sds@gnu.org>
5577
5578 * calendar/diary-lib.el (diary-entry-compare): When times are
5579 identical, compare the entries lexicographically.
5580
5581 2001-10-06 Miles Bader <miles@gnu.org>
5582
5583 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5584 Use `minibuffer-prompt-end'.
5585
5586 * simple.el (previous-matching-history-element): Fix misplaced
5587 parentheses.
5588
5589 2001-10-05 Miles Bader <miles@gnu.org>
5590
5591 * rfn-eshadow.el: New file.
5592
5593 2001-10-05 Miles Bader <miles@gnu.org>
5594
5595 * cus-face.el (custom-face-attributes): Make sure each attribute
5596 has a valid default value. Remove hacks that mapped `nil' to
5597 `off' and used nil to mean `unspecified'. Remove `unspecified'
5598 choices from all attributes (unspecified is handled by the parent
5599 checklist).
5600 * cus-edit.el (custom-face-edit-convert-widget)
5601 (custom-face-edit-deactivate, custom-face-edit-activate)
5602 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5603 New functions.
5604 (custom-face-edit): Specify a custom :convert-widget.
5605 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5606 Don't pass in default filters that map between `nil' and `off' and
5607 `unspecified' and `nil'.
5608
5609 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5610
5611 * progmodes/compile.el (compilation-buffer-name): New function.
5612 (compile-internal): Use it to determine the name of the
5613 compilation buffer.
5614
5615 2001-10-05 Miles Bader <miles@gnu.org>
5616
5617 * progmodes/compile.el (grep-use-null-device): New variable.
5618 (grep-command): Mention `grep-use-null-device'.
5619 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5620 Make computation of `grep-command' respect `grep-use-null-device'.
5621 (grep): Respect `grep-use-null-device'.
5622 Call `grep-compute-defaults' even if grep-command is set, if
5623 grep-use-null-device is still tentative.
5624
5625 * subr.el (call-process-shell-command): New function.
5626
5627 2001-10-05 Miles Bader <miles@gnu.org>
5628
5629 * simple.el (previous-matching-history-element)
5630 (next-history-element, next-complete-history-element): Use
5631 `minibuffer-' functions instead of calling `field-' functions directly.
5632 (minibuffer-prompt-end, minibuffer-contents):
5633 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5634 Functions removed (now subrs).
5635 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5636
5637 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5638 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5639 instead of calling `field-' functions directly.
5640 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5641
5642 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5643
5644 * files.el (find-file-noselect): If file's read-only status has
5645 changed on disk, ask if buffer's read-only status should be
5646 changed, unless NOWARN is set.
5647
5648 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5649 alias for define-setf-method.
5650
5651 * bindings.el: Remove no-byte-compile from file local variables
5652 to enable bootstrapping.
5653
5654 2001-10-04 Andrew Innes <andrewi@gnu.org>
5655
5656 * faces.el (face-font-registry-alternatives) [windows-nt]:
5657 Make gb2312 an alias for gb2312.1980.
5658
5659 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5660
5661 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5662 (uniquify-reverse-components): Remove.
5663
5664 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5665 Make sure the file is readable.
5666 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5667 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5668 (batch-byte-recompile-directory): Pass arg=0.
5669
5670 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5671 (perl-calculate-indent): Use it.
5672 (perl-backward-to-noncomment): Use forward-comment.
5673
5674 * derived.el (define-derived-mode, derived-mode-make-docstring):
5675 Allow `parent' to be nil.
5676
5677 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5678 Use define-derived-mode.
5679 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5680
5681 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5682
5683 * emacs-lisp/lselect.el: Use facep iso find-face.
5684
5685 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5686 Use regexp-opt.
5687 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5688 (lisp-font-lock-syntactic-face-function): New function.
5689 (lisp-mode-variables): Use it. Make arg optional.
5690 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5691 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5692 Set comment-start-skip.
5693
5694 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5695
5696 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5697 (ignore-errors): Don't bother using a `err' symbol.
5698
5699 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5700 (autoload-insert-section-header, autoload-before-p)
5701 (autoload-remove-section): New functions.
5702 (generate-file-autoloads): Use them.
5703 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5704 Make sure the autoload file is properly formatted when creating it.
5705 (update-autoloads-from-directories): Use them as well.
5706 Only update autoloads for files whose timestamp has changed.
5707 Add a dummy entry to remember the files which had no autoload cookies.
5708
5709 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5710
5711 * subr.el (define-key-after): Allow `key' to be longer than 1.
5712 (make-local-hook): Make obsolete.
5713 (add-hook, remove-hook): Don't use make-local-hook any more.
5714 (make-syntax-table): Inherit all chars from s-s-t.
5715
5716 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5717
5718 This is a fix for a report saying that resuming a search with C-s
5719 C-s doesn't use the case-fold-search setting of the previous
5720 search (C-s ... M-c ... then C-s C-s).
5721
5722 * isearch.el (isearch-last-case-fold-search): New variable.
5723 (isearch-mode): Remember value of isearch-case-fold-search
5724 in isearch-last-case-fold-search.
5725 (isearch-done): Quote value of isearch-case-fold-search.
5726 (isearch-repeat): When resuming a search, restore
5727 isearch-case-fold-search from isearch-last-case-fold-search.
5728
5729 Added to NEWS.
5730
5731 * startup.el (inhibit-startup-buffer-menu): New user-option.
5732 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5733 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5734
5735 This allows upto 99999 messages in the summary without screwing up
5736 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5737
5738 * mail/rmailsum.el (rmail-make-summary-line)
5739 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5740 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5741 Allow 5-digit message ids instead of 4.
5742
5743 This adds expansion of environment variables in the value
5744 specified with M-x setenv. Added to NEWS.
5745
5746 * env.el (substitute-env-vars): New function.
5747 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5748 environment variables in VALUE. Return VALUE.
5749
5750 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5751
5752 * Branch for 21.1.
5753
5754 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5755
5756 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5757
5758 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5759
5760 * emulation/tpu-edt.el: Make messages match original TPU/edt
5761 editor. From riepel@Stanford.EDU (Rob Riepel).
5762
5763 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5764
5765 * rect.el: Update maintainer's email address.
5766
5767 2001-10-02 Andreas Schwab <schwab@suse.de>
5768
5769 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5770 and Extended Passive Mode, resp.
5771
5772 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5773
5774 These changes add support for Calendar-related items in the
5775 menu bar on tty's as well:
5776
5777 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5778 unconditionally.
5779 (calendar-mode): Set up activate-menubar-hook unconditionally.
5780
5781 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5782 calls x-popup-menu only if popup menus are supported.
5783 (calendar-mouse-insert-hebrew-diary-entry)
5784 (calendar-mouse-insert-islamic-diary-entry)
5785 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5786 (calendar-mouse-view-other-diary-entries)
5787 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5788 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5789 Call cal-menu-x-popup-menu instead of x-popup-menu.
5790
5791 2001-10-01 Gerd Moellmann <gerd@gnu.org>
5792
5793 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5794
5795 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5796
5797 * emacs-lisp/rx.el: New file.
5798
5799 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5800
5801 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
5802
5803 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5804
5805 * frame.el (select-frame-by-name, other-frame): Doc fix.
5806
5807 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5808
5809 * play/snake.el (snake-score-file): Use temporary-file-directory
5810 instead of a literal "/tmp". Suggested by Robert
5811 <robert@chezmarshall.freeserve.co.uk>.
5812
5813 * play/tetris.el (tetris-score-file): Ditto.
5814
5815 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
5816
5817 * apropos.el (apropos-print): Make the directions inserted at the
5818 beginning of the *Apropos* buffer more clear.
5819
5820 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
5821
5822 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5823 Added comments.
5824
5825 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
5826
5827 * newcomment.el (comment-normalize-vars): Use " \t" rather than
5828 "\\s-" when defining comment-end-skip.
5829
5830 2001-09-27 Gerd Moellmann <gerd@gnu.org>
5831
5832 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5833 Call get-buffer-window first second arg `visible'.
5834
5835 * international/mule-diag.el (list-input-methods-1):
5836 Output something that's independent of Emacs' version.
5837
5838 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5839 calling byte-to-position with a nil tar-header-offset.
5840
5841 2001-09-27 Simon Josefsson <jas@extundo.com>
5842
5843 * mail/sendmail.el (send-mail-function): Doc fix.
5844 (mail-do-fcc): Error if header-end is not a marker.
5845 (mail-do-fcc): Add a comment.
5846 (mail-reply-to): Doc fix.
5847 (mail-signature): Make ATPOINT optional.
5848 (mail-yank-original): Use cond instead of nestled if.
5849
5850 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5851
5852 * info.el (Info-on-current-buffer): Default arg to "Top".
5853
5854 2001-09-25 Eli Barzilay <eli@barzilay.org>
5855
5856 * calculator.el (calculator-copy-displayer): New user-option.
5857 (calculator-displayer-prev, calculator-displayer-next):
5858 Renamed from calculator-displayed-{left,right}.
5859 (calculator, calculator-standard-displayer)
5860 (calculator-num-to-string, calculator-update-display)
5861 (calculator-copy, calculator-put-value): Bug and display fixes.
5862
5863 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5864
5865 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5866 (ebnf-version): New version (3.6.1).
5867
5868 * ebnf-bnf.el: Fix character range regexp. Doc fix.
5869 (ebnf-bnf-non-terminal-chars): New internal const.
5870 (ebnf-bnf-lex): Fix code.
5871
5872 * ebnf-iso.el: Fix character range regexp. Doc fix.
5873 (ebnf-iso-non-terminal-chars): New internal const.
5874 (ebnf-iso-lex): Fix code.
5875
5876 * ebnf-yac.el: Fix character range regexp. Doc fix.
5877 (ebnf-yac-skip-chars): New internal const.
5878 (ebnf-yac-skip-code): Fix code.
5879
5880 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
5881
5882 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5883
5884 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5885 passing it to VC.
5886
5887 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5888 case where the file is relative.
5889
5890 2001-09-24 Gerd Moellmann <gerd@gnu.org>
5891
5892 * xml.el (xml-parse-attlist): Quotes around attributes must be the
5893 same on each side. Make sure we properly handle simple quotes.
5894 From Daiki Ueno <ueno@unixuser.org>.
5895
5896 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5897
5898 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
5899 <jas@extundo.com>.
5900
5901 * menu-bar.el (top-level): Minor fixes for text of help-echo in
5902 some items of the Options menu.
5903
5904 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
5905
5906 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5907
5908 * vc-hooks.el (vc-delete-automatic-version-backups):
5909 Don't fail if the directory doesn't exist.
5910
5911 * diff-mode.el (diff-default-read-only): New var.
5912 (diff-mode): Use it.
5913
5914 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
5915
5916 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5917 Use make-keymap instead of copy-keymap, since copying the global
5918 keymap messes up the menu bar.
5919
5920 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
5921 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5922
5923 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
5924
5925 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
5926
5927 * dired-aux.el (dired-insert-subdir): Pass switches to
5928 dired-build-subdir-alist.
5929
5930 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5931
5932 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5933 caused %#a and %#b to be mis-formatted.
5934
5935 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
5936
5937 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5938 ccmode, emacs-mime, and eudc manuals.
5939
5940 2001-09-19 Sam Steingold <sds@gnu.org>
5941
5942 w32 find cannot be used with `grep-find'.
5943 * progmodes/compile.el (find-program): New variable.
5944 (grep-compute-defaults): Use it to set `grep-find-command'.
5945
5946 2001-09-19 Gerd Moellmann <gerd@gnu.org>
5947
5948 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
5949
5950 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5951
5952 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
5953 programming. Doc fix.
5954 (ebnf-version): New version (3.6).
5955 (ebnf-eps-begin): Data fix.
5956 (ebnf-begin-file): Code fix.
5957
5958 * ebnf-bnf.el: Doc fix.
5959 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
5960
5961 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
5962
5963 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5964
5965 * ps-print.el: Better face mapping for black/white PostScript printers.
5966 Check if mark is active when printing a region. Doc fix.
5967 (ps-print-version): New version number (6.5.5).
5968 (ps-print-color-p): Customization fix.
5969 (ps-black-white-faces): New option.
5970 (ps-black-white-faces-alist): New internal var.
5971 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
5972 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
5973 (ps-nb-pages-region): Interactive fix.
5974 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
5975 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
5976
5977 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
5978
5979 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
5980 numeric month value, and allow the Kanji character after the it to
5981 be missing (happens with ls-lisp's output on Japanese versions of
5982 MS-Windows).
5983
5984 2001-09-18 Miles Bader <miles@gnu.org>
5985
5986 * diff-mode.el (diff-mode): Don't make the buffer read-only if
5987 it's empty (and thus probably a new patch file about to be edited).
5988
5989 2001-09-17 Gerd Moellmann <gerd@gnu.org>
5990
5991 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5992 Check for '(' in column 0 of doc string.
5993
5994 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
5995 of `nth' so that using a vector as bounding-box works.
5996 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5997
5998 2001-09-17 Andre Spiegel <spiegel@gnu.org>
5999
6000 * vc.el (vc-annotate): Use current workfile version explicitly as
6001 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6002
6003 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6004
6005 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6006 convert-standard-filename doesn't guarantee that the .el extension
6007 is preserved.
6008
6009 * dos-fns.el (convert-standard-filename): Replace invalid
6010 characters only after converting dash/underscore to a period.
6011 (original-make-auto-save-file-name): New.
6012 (make-auto-save-file-name): New function, overrides the definition
6013 on files.el and calls the original function via
6014 original-make-auto-save-file-name.
6015
6016 * mail/rmail.el (top-level): Require mule-utils when compiling.
6017 (rmail-decode-babyl-format): Use detect-coding-with-priority
6018 instead of detect-coding-region, to favor detection of emacs-mule
6019 encoded Babyl files written by rmailout.el etc. Suggested by
6020 Kenichi Handa <handa@etl.go.jp>.
6021
6022 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6023
6024 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6025 Use `equal', not `=', since the device number can be a cons cell.
6026
6027 2001-09-14 Gerd Moellmann <gerd@gnu.org>
6028
6029 * simple.el: Comment out change of 2001-09-13.
6030
6031 2001-09-13 Milan Zamazal <pdm@zamazal.org>
6032
6033 * progmodes/compile.el (grep-compute-defaults): Don't set
6034 grep-command/grep-find-command when it is already non-nil.
6035 (grep-command): Make it a user option.
6036 (grep-find-command): Likewise.
6037
6038 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
6039
6040 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6041 inhibit quit.
6042
6043 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6044
6045 * files.el (make-auto-save-file-name): If long file names are not
6046 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6047 generating an auto-save file name from it.
6048
6049 2001-09-13 Gerd Moellmann <gerd@gnu.org>
6050
6051 * ps-print.el (ps-print-region, ps-print-region-with-faces)
6052 (ps-nb-pages-region): Signal an error if called interactively
6053 and the mark is not active.
6054
6055 * simple.el (minibuffer-prompt-modification)
6056 (minibuffer-prompt-insertion): New functions.
6057 (minibuffer-prompt-properties): Use `modification-hooks' and
6058 `insert-in-front-hooks'.
6059
6060 2001-09-12 Richard M. Stallman <rms@gnu.org>
6061
6062 * textmodes/outline.el (outline-regexp): Doc fix.
6063 Initialize it in the defcustom, the usual way.
6064
6065 2001-09-12 Gerd Moellmann <gerd@gnu.org>
6066
6067 * ediff-mult.el (ediff-get-meta-info): Take into account that data
6068 from `ediff-meta-info' properties need not be an overlay.
6069 From David Ponce <dponce@voila.fr>.
6070
6071 * isearch.el (isearch-intersects-p): Fix end checks.
6072
6073 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6074
6075 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6076 `t' branch of `cond', since Irix 6.1 and up is a special case of
6077 the standard dbx interface.
6078
6079 2001-09-11 Miles Bader <miles@gnu.org>
6080
6081 * comint.el (comint-send-input): When waiting for echoed input,
6082 don't save the expected end position in `echo-end', so that things
6083 work properly even if the buffer is modified elsewhere at the same
6084 time [this happens if `comint-truncate-buffer' is used].
6085
6086 2001-09-11 Gerd Moellmann <gerd@gnu.org>
6087
6088 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6089 when constructing imenu-generic-expression from outline-regexp.
6090
6091 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6092
6093 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6094 `equal' instead of `=', since they can be cons cells. From Nils
6095 Goesche <cartan@cartan.de>.
6096
6097 2001-09-10 Andre Spiegel <spiegel@gnu.org>
6098
6099 * vc.el (vc-annotate): Rewrote doc string.
6100
6101 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6102
6103 * time-stamp.el: Update Stephen Gildea's email address.
6104
6105 2001-09-10 Gerd Moellmann <gerd@gnu.org>
6106
6107 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6108 enable-multibyte-characters = nil. From Hallvard B Furuseth
6109 <h.b.furuseth@usit.uio.no>.
6110
6111 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
6112
6113 * ediff-init.el (ediff-highest-priority): Bug fix.
6114
6115 * viper-cmd.el (viper-special-read-and-insert-char): New function
6116 that reads a character and uses the current input method or
6117 iso-accents when appropriate.
6118
6119 * viper.el and all others: Corrections to the comment blocks at
6120 the top.
6121
6122 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6123
6124 * info.el (Info-goto-node): Doc fix.
6125
6126 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6127
6128 * isearch.el (isearch-intersects-p): New function.
6129 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6130 use isearch-intersects-p, and clean up.
6131
6132 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6133
6134 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6135 and "german8", for the new German orthography dictionaries,
6136 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6137 the entries, to keep the line length balanced for loaddefs.el.
6138
6139 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
6140
6141 * comint.el (comint-send-input): Handle comint-process-echoes
6142 differently.
6143
6144 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6145
6146 * locate.el (locate-insert-header): Remove unnecessary whitespace.
6147
6148 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6149
6150 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6151
6152 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6153
6154 * server.el (server-switch-buffer):
6155 * textmodes/refer.el (refer-find-entry-internal):
6156 * term/sup-mouse.el (sup-pos-to-window):
6157 * term/bg-mouse.el (bg-window-from-x-y):
6158 * emacs-lisp/edebug.el (edebug-window-live-p):
6159 Use get-window-with-predicate.
6160
6161 * window.el (get-window-with-predicate): Renamed from some-window.
6162 (some-window): Make it an alias.
6163
6164 2001-09-06 Gerd Moellmann <gerd@gnu.org>
6165
6166 * simple.el (undo): Remove positions from buffer-undo-list up to
6167 the next undo boundary only.
6168
6169 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6170
6171 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6172 Kim <ryk@dspwiz.com>
6173
6174 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6175 the message "Creating customization items...done".
6176
6177 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6178
6179 * font-lock.el (toplevel): Require `jit-lock' only if
6180 font-lock-support-mode is set to jit-lock-mode.
6181
6182 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6183
6184 * international/quail.el (quail-use-package, quail-inactivate)
6185 (quail-activate): Mention the hooks these functions run in their
6186 doc strings.
6187
6188 2001-09-05 Edward M. Reingold <reingold@iit.edu>
6189
6190 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6191 of file in header of menu.
6192
6193 2001-09-04 Gerd Moellmann <gerd@gnu.org>
6194
6195 * env.el (setenv): Interactively, if VARIABLE has a current value,
6196 add that to the front of the history, as the doc string says.
6197
6198 * comint.el (comint-send-input): Change help-echo.
6199 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6200
6201 * bookmark.el (bookmark-write-file): Bind print-length and
6202 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6203
6204 * obsolete/uncompress.el: Moved there from lisp/.
6205
6206 * comint.el (comint-insert-clicked-input): Goto point-max before
6207 deleting previous input. From "Dr Francis J. Wright"
6208 <F.J.Wright@qmw.ac.uk>.
6209
6210 * simple.el (backward-word): Doc fix.
6211
6212 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6213
6214 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6215 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6216 * w32-fns.el: Add Keywords header.
6217
6218 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6219
6220 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6221 "Text Properties". Suggested by Simon Marshall
6222 <Simon.Marshall@midas-kapiti.com>.
6223
6224 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6225
6226 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6227 consulting the value of file-name-coding-system.
6228
6229 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6230
6231 * help.el (describe-function-1): Save precomputed `file-name' rather
6232 than recomputing it (incorrectly) with `symbol-file'.
6233
6234 2001-09-03 Gerd Moellmann <gerd@gnu.org>
6235
6236 * international/isearch-x.el (isearch-exit-recursive-edit):
6237 Take three parameters, since it's used as an after-change-function.
6238
6239 * emacs-lisp/backquote.el (backquote-backquote-symbol)
6240 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6241 from doc strings.
6242
6243 2001-09-02 Milan Zamazal <pdm@zamazal.org>
6244
6245 * progmodes/glasses.el (glasses-convert-to-unreadable):
6246 Consider underscores as in `glasses-make-readable'.
6247
6248 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6249
6250 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6251 MS-DOS, since cpp might not be available.
6252
6253 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6254 Mention "yank" in the help-echo text.
6255 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6256
6257 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6258
6259 * newcomment.el (comment-indent): Insert spaces more carefully.
6260
6261 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6262
6263 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6264 exists. From Andy Petrusenco <andy@int.spb.ru>.
6265
6266 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6267 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6268 <andy@int.spb.ru>.
6269
6270 2001-08-31 Gerd Moellmann <gerd@gnu.org>
6271
6272 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6273 Instead of running mouse-yank-at-click, see what the event is
6274 bound to outside Isearch and run that.
6275
6276 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6277
6278 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6279 Fix the menu entry to mention transient-mark-mode.
6280
6281 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6282
6283 * simple.el (eval-expression-print-level): Fix last change.
6284
6285 * bindings.el (mode-line-coding-system-map): New variable.
6286 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6287
6288 * simple.el (eval-expression-print-level): Change the type
6289 of the defcustom to allow nil.
6290
6291 * emacs-lisp/find-gc.el: Moved here from lisp/.
6292
6293 * international/quail.el (quail-completion-1):
6294 Reverse the ((CHAR . DEFN) ...) list before processing it.
6295 From Kenichi Handa <handa@etl.go.jp>.
6296
6297 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6298 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6299
6300 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6301
6302 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6303 aren't supported. This avoids the annoying gray strip drawn by
6304 the Windows version instead of the missing tool bar.
6305
6306 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6307
6308 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6309 and tooltips more consistent. From "Marshall, Simon"
6310 <Simon.Marshall@midas-kapiti.com>.
6311
6312 * startup.el (fancy-splash-screens): Temporarily set
6313 minor-mode-map-alist to nil while displaying splash screens.
6314
6315 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6316
6317 * buff-menu.el: Add Keywords header.
6318 Doc fix (C-x C-b is bound to list-buffers).
6319
6320 * dired-x.el: Add keyword files to get listed in finder.
6321 Remove confusing notes about GNU Emacs 19.
6322
6323 * dired.el, dired-aux.el: Add Keywords header.
6324
6325 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6326
6327 * vc.el (vc-revert-file): Call the backend even if the FILE's
6328 contents can be reverted locally; pass new arg CONTENTS-DONE
6329 down to the backend.
6330
6331 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6332 optional arg CONTENTS-DONE.
6333
6334 2001-08-28 Andrew Innes <andrewi@gnu.org>
6335
6336 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6337
6338 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6339
6340 * makefile.nt (install): Copy more *.el files.
6341
6342 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6343
6344 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6345 instead of `w' which is already in use.
6346
6347 * gs.el (gs-load-image): Use sleep-for.
6348 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6349
6350 2001-08-28 Miles Bader <miles@gnu.org>
6351
6352 * replace.el (query-replace-regexp-eval): Return args from
6353 `interactive' form in correct order.
6354
6355 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6356
6357 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6358 major modes, don't create panes for modes for which
6359 mouse-buffer-menu-alist returns an empty alist.
6360
6361 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6362
6363 * progmodes/hideshow.el: Update first-line description.
6364 Sync comments w/ maintainer version 5.31.
6365
6366 (hs-isearch-open): Default value now `code'.
6367 Fix docstring to use "code blocks" vs "comment blocks",
6368 as opposed to "block" vs "comment".
6369 (hs-flag-region): Accept `hs-isearch-open' value
6370 of `block' as synonymous w/ `code'.
6371 (hs-hide-block-at-point): For code blocks, pass `code'
6372 to `hs-flag-region' instead of `block'.
6373
6374 2001-08-28 Miles Bader <miles@gnu.org>
6375
6376 * comint.el (comint-next-prompt): Don't loop infinitely if
6377 {next,previous}-single-char-property-change returns its input
6378 position when the search fails.
6379
6380 2001-08-27 Miles Bader <miles@gnu.org>
6381
6382 * comint.el (comint-get-old-input-default): Don't signal an error
6383 if point is not on an input field; instead, return the current
6384 line (using `comint-bol' to skip any prompt, in case we're not
6385 using fields at all).
6386
6387 * man.el (Man-mode-line-format): Variable removed.
6388 (Man-mode): Change `mode-line-buffer-identification' instead of
6389 `mode-line-format'.
6390
6391 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6392
6393 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6394 From Simon Josefsson <jas@extundo.com>.
6395
6396 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6397
6398 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6399 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6400
6401 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6402 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6403
6404 * emacs-lisp/lselect.el: Ditto.
6405
6406 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6407 Remove periods from the end of error message strings.
6408 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6409
6410 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6411 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6412
6413 * net/telnet.el: Ditto.
6414
6415 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6416
6417 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6418 KEYMAP to the call to define-minor-mode.
6419
6420 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6421
6422 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6423 Replace some of the undefined characters with emulations of bidi
6424 formatting characters and Niqud as per SI 1311-1.
6425 (IT-unicode-translations): Ditto.
6426 (IT-display-table-setup, IT-setup-unicode-display):
6427 Fill characters without translations with dos-unsupported-char-glyph.
6428
6429 2001-08-24 Simon Josefsson <jas@extundo.com>
6430
6431 * hl-line.el (hl-line-mode): Don't be a global mode.
6432 (global-hl-line-mode): New function.
6433
6434 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6435
6436 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6437 being reset by Ghostscript. Don't kill the gs process.
6438 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6439
6440 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6441
6442 * term/mac-win.el: Require scroll-bar.
6443
6444 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6445
6446 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6447
6448 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6449
6450 * hexl.el (hexl-insert-multibyte-char) New function.
6451 (hexl-quoted-insert, hexl-self-insert-command)
6452 (hexl-insert-hex-char, hexl-insert-decimal-char)
6453 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6454 Fix the doc strings accordingly.
6455 (hexl-insert-char): Reject characters whose code is above 255.
6456 Doc fix.
6457 (hexl-mode-map): Copy the global keymap instead of creating a
6458 sparse keymap, and bind all self-inserting characters to
6459 hexl-self-insert-command.
6460
6461 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6462
6463 * wid-edit.el (text): Re-order docstring correctly.
6464
6465 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6466
6467 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6468
6469 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6470
6471 * simple.el (line-number-mode): Mention the variable
6472 line-number-display-limit-width in the doc string.
6473
6474 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6475
6476 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6477 Temporarily select EVENT's window for switching buffers.
6478 (mode-line-bury-buffer): New function.
6479 (mode-line-buffer-identification-keymap): Use it instead of
6480 bury-buffer. Bind down-mouse events to prevent global down-mouse
6481 events from shining through.
6482
6483 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6484
6485 * newcomment.el (comment-beginning): Make sure the comment-start
6486 we found isn't a comment-end (in cases where confusion is possible).
6487
6488 2001-08-22 Miles Bader <miles@gnu.org>
6489
6490 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6491 before writing it, so that hard-links don't see new version.
6492
6493 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6494
6495 * gs.el (gs-set-ghostview-colors-window-prop):
6496 Call x-change-window-property with 3rd arg FRAME.
6497 (gs-load-image): Wait for a previous Ghostscript process
6498 to complete before starting a new one.
6499
6500 * image.el (image-type-regexps): Make sure that the TIFF
6501 pattern is only matched at the beginning of a string.
6502 From Markus Rost <rost@math.ohio-state.edu>.
6503
6504 * international/swedish.el: Pre-Mule file removed. From Jonas
6505 Oberg <jonas@gnu.org>.
6506
6507 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6508
6509 * whitespace.el (whitespace-abort-on-error): Add custom variable
6510 to whitespace to abort a write-file if whitespace is detected in file.
6511
6512 * whitespace.el (whitespace-write-file-hook): Hook to be called
6513 when writing a file. If `whitespace-abort-on-error' is set, the
6514 write will abort on detecting whitespaces.
6515 If `whitespace-auto-cleanup' is set, the file will be cleaned
6516 automatically prior to writing.
6517
6518 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6519 whitespaces in the error output!
6520
6521 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6522 `indent-tabs-mode', since the latter notes user preferences on
6523 TABs anyway.
6524
6525 * whitespace.el (whitespace-version): 3.1. All of the above issues
6526 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6527
6528 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6529
6530 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6531 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6532
6533 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6534
6535 2001-08-20 Alex Schroeder <alex@gnu.org>
6536
6537 * sql.el (sql-db2): Doc change.
6538
6539 2001-08-20 Alex Schroeder <alex@gnu.org>
6540
6541 * sql.el (sql-postgres): Add the database at the end of the
6542 parameters instead of at the beginning.
6543 (sql-postgres-options): Doc change.
6544
6545 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6546
6547 * custom.el (defcustom): Doc fix.
6548
6549 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6550
6551 * ps-mule.el (find-composition): Check if (char-after POS)
6552 returns a valid character.
6553
6554 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6555
6556 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6557 original-point for extra CR characters that are added/removed when
6558 the buffer is written/read whose EOL type is -dos.
6559
6560 2001-08-16 Miles Bader <miles@gnu.org>
6561
6562 * simple.el (line-move): Undo previous change.
6563
6564 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6565 property to input-terminating `boundary' overlays to avoid
6566 line-move wierdness.
6567
6568 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6569
6570 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6571 buffer in a save-restriction. Under one test case with Ediff,
6572 window-scroll-functions are run with a window start that's
6573 temporarily outside of the restriction.
6574
6575 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6576
6577 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6578 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6579 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6580 (texinfo-update-menu-region-beginning)
6581 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6582 command, @ifnottex, to regexps, so it is found.
6583
6584 2001-08-16 Andrew Innes <andrewi@gnu.org>
6585
6586 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6587 (DONTCOMPILE): Omit sc.el.
6588
6589 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6590 (DONTCOMPILE): Omit sc.el.
6591
6592 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6593
6594 * replace.el (occur): Bind inhibit-read-only to t.
6595
6596 2001-08-16 Miles Bader <miles@gnu.org>
6597
6598 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6599 calling `constrain-to-field', to avoid problems with comint prompts.
6600
6601 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6602
6603 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6604 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6605
6606 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6607 of a while-loop.
6608
6609 * Makefile.in (DONTCOMPILE): Remove sc.el.
6610
6611 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6612 Don't include term/.
6613
6614 * mail/sc.el: Moved to obsolete/.
6615
6616 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6617
6618 * ps-print.el: Change error function arguments to follow Emacs
6619 message convention. Doc fix.
6620 (ps-print-version): New version number (6.5.4).
6621 (coding-system-for-write): Change declaration position to avoid
6622 XEmacs compilation gripes.
6623 (coding-system-for-read, buffer-file-coding-system):
6624 Declarations to avoid XEmacs compilation gripes.
6625
6626 * ps-mule.el: Doc fix.
6627 (ps-mule-encode-header-string): If STRING is not a string, replace
6628 STRING by empty string.
6629
6630 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6631
6632 * frame.el (show-trailing-whitespace): Doc fix.
6633
6634 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6635
6636 * desktop.el (desktop-save): Insert the coding: tag before
6637 desktop-header.
6638
6639 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6640
6641 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6642 its path from $els.
6643
6644 * image.el (image-jpeg-p): Fix call of substring.
6645
6646 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6647
6648 * play/animate.el (animate-string): Doc fix. Use a buffer
6649 name with stars in it.
6650 (animate-sequence): New function.
6651 From Richard Stallman <rms@gnu.org>.
6652
6653 * frame.el (select-frame-set-input-focus): New function
6654 extracted from other-frame.
6655 (other-frame): Use it.
6656 (next-multiframe-window, previous-multiframe-window): Use it.
6657
6658 * isearch.el (isearch-other-meta-char): Don't switch to the
6659 buffer of a window clicked on, when the current buffer is
6660 in Isearch mode.
6661
6662 * image.el (image-jpeg-p): Test for APPn markers in the range
6663 #xe0..#xef.
6664
6665 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6666
6667 * desktop.el (desktop-save): Don't use concat to form a file
6668 name, use expand-file-name.
6669
6670 * mouse.el (mouse-delete-window): Do nothing if frame has just
6671 one window.
6672
6673 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6674 for the minor mode name.
6675
6676 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6677 minor mode name.
6678
6679 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6680 instead of make-mode-line-mouse2-map.
6681
6682 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6683 the minor mode name.
6684
6685 * emacs-lisp/easy-mmode.el (define-minor-mode):
6686 Use mode-line-minor-mode-keymap for the minor mode name.
6687
6688 * calendar/calendar.el (calendar-mode-line-format):
6689 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6690
6691 * bindings.el (make-mode-line-mouse-map): Renamed from
6692 make-mode-line-mouse2-map. Take additional arg MOUSE.
6693 (mode-line-modified): Use mouse-3 instead of mouse-2.
6694 (mode-line-buffer-identification-keymap): Bind keys differently.
6695 (propertized-buffer-identification): Adapt help-echo to new bindings.
6696
6697 * bindings.el (mode-line-format): Specify help-echo for line
6698 number, column number and buffer-percent part of the mode-line.
6699
6700 * image.el (image-type-regexps): Allow whitespace at the start
6701 of the image data for XPM, XBM and Postscript, which are
6702 text files.
6703 (image-jpeg-p): Correct calculation of next field offset.
6704
6705 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6706
6707 * battery.el: Fix typo.
6708
6709 2001-08-08 Gerd Moellmann <gerd@gnu.org>
6710
6711 * image.el (image-type-regexps): Allow predicates. Change the way
6712 JPEG images are recognized.
6713 (image-jpeg-p): New function.
6714 (image-type-from-data): Handle predicates in image-type-regexps.
6715
6716 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6717 #:, #x, #o, and similar constructs.
6718
6719 2001-08-07 Gerd Moellmann <gerd@gnu.org>
6720
6721 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6722
6723 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6724 instead of `progn'.
6725
6726 * tar-mode.el (tar-extract): Avoid generating a new buffer
6727 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6728
6729 * textmodes/paragraphs.el (forward-sentence): Avoid building
6730 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6731
6732 * progmodes/executable.el (executable-set-magic):
6733 If executable-find returns a quoted file name, unquote it before
6734 inserting it.
6735
6736 * image.el (image-type-regexps): For JPEG files, use a regexp
6737 derived from the JFIF spec.
6738
6739 * image.el (image-type-regexps): Use `\`' instead of `^' in
6740 most regular expressions.
6741
6742 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6743
6744 * play/animate.el: Re-insert a reference to re-inserted function.
6745
6746 2001-08-06 Gerd Moellmann <gerd@gnu.org>
6747
6748 * help.el (describe-function-1): Use find-function-search-for-symbol
6749 instead of find-function-noselect because the latter follows aliases.
6750
6751 * play/animate.el (animate-birthday-present): Re-insert.
6752
6753 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6754 Handle old-style menu definitions.
6755
6756 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6757
6758 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6759 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6760
6761 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6762 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6763 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6764
6765 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6766
6767 * textmodes/tildify.el: Milan Zamazal has new address.
6768
6769 2001-08-03 Gerd Moellmann <gerd@gnu.org>
6770
6771 * custom.el (custom-set-variables): Don't test `custom-requests'
6772 properties, check the third element of the options passed to
6773 custom-set-variables instead.
6774
6775 * info.el (info-insert-file-contents): Use info-file-exists-p
6776 instead of file-exists-p.
6777
6778 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6779 the mode-line face is restored. Fix several bugs.
6780
6781 * replace.el (perform-replace): Doc fix.
6782
6783 2001-08-02 Francesco Potorti` <pot@gnu.org>
6784
6785 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6786 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6787 (uniquify-fix-item-base, uniquify-fix-item-filename)
6788 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6789 Callers changed.
6790 (uniquify-set-proposed): Changed to work with a vector item.
6791 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6792 the fix list, and a list of strings for the non-file buffer
6793 names. Both changes reduce consing.
6794 (uniquify-rationalize-a-list): Local variable renaming.
6795 (uniquify-rationalize-conflicting-sublist): Use member instead of
6796 assoc.
6797 (uniquify-rename-buffer): Use unless instead of if not.
6798
6799 2001-08-02 Gerd Moellmann <gerd@gnu.org>
6800
6801 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6802
6803 * custom.el (custom-set-variables): Set options with :require
6804 clauses last.
6805
6806 * custom.el (defcustom): Doc fix.
6807
6808 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6809
6810 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6811
6812 * man.el (man): Mention Man-switches in the doc string.
6813 (Man-switches): Mention -a in the doc string.
6814
6815 * textmodes/ispell.el (ispell-alternate-dictionary):
6816 Add /usr/share/lib/dict/words, for Irix.
6817
6818 * bindings.el: Bind shifted and control-shifted kp-* keys to the
6819 corresponding non-kp keys. Suggested by Stephen Gildea
6820 <gildea@stop.mail-abuse.org>.
6821
6822 2001-08-01 Francesco Potorti` <pot@gnu.org>
6823
6824 * uniquify.el: These changes correct a corner case that the old
6825 code managed correctly.
6826 (uniquify-fix-item-proposed): Renamed from
6827 uniquify-fix-item-min-proposed.
6828 (uniquify-set-proposed): New function.
6829 (uniquify-rationalize-file-buffer-names): Code reshuffled for
6830 clarity and speed.
6831 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6832 This is equivalent to what the old code did.
6833 (uniquify-rationalize-a-list): Never recompute the proposed
6834 name. Sort the conflicting sublist before rationalising it: this
6835 is equivalent to what the old code did, but one directory element
6836 at a time, and only when necessary.
6837 (uniquify-rationalize-conflicting-sublist): Recompute here the
6838 proposed name.
6839
6840 2001-08-01 Gerd Moellmann <gerd@gnu.org>
6841
6842 * play/animate.el: Add Keywords and Maintainer. Remove a
6843 reference to a removed function.
6844
6845 * play/animate.el (animate-string): Handle case that the string is
6846 longer than the window is wide.
6847
6848 2001-07-31 Gerd Moellmann <gerd@gnu.org>
6849
6850 * desktop.el (desktop-save): Bind coding-system-for-write to
6851 `emacs-mule' for write-region.
6852
6853 * delsel.el (delete-selection-pre-hook): Don't set this-command
6854 to `ignore' if the region is empty.
6855
6856 * international/mule.el (set-keyboard-coding-system):
6857 Set keyboard-coding-system.
6858
6859 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6860 before accessing it.
6861
6862 2001-07-30 Andreas Schwab <schwab@suse.de>
6863
6864 * menu-bar.el (toggle-highlight-paren-mode):
6865 Use `(show-paren-mode)' as body.
6866
6867 2001-07-30 Andre Spiegel <spiegel@gnu.org>
6868
6869 * vc.el (vc-checkout-hook): New hook.
6870 (vc-checkout): Run it.
6871
6872 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6873
6874 * progmodes/make-mode.el (makefile-macroassign-regex):
6875 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
6876
6877 2001-07-30 Gerd Moellmann <gerd@gnu.org>
6878
6879 * vc.el (vc-switch-backend): Fix autoload cookie.
6880
6881 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6882 the desktop file.
6883
6884 2001-07-30 Simon Josefsson <jas@extundo.com>
6885
6886 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6887 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6888
6889 2001-07-27 Gerd Moellmann <gerd@gnu.org>
6890
6891 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6892 (last-sexp-toggle-display): Renamed from last-sexp-print.
6893 (last-sexp-toggle-display, eval-last-sexp-1):
6894 Use last-sexp-setup-props.
6895
6896 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6897 New user-options.
6898 (mouse-wheel-change-button): New function.
6899 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6900 (mwheel-scroll): Ditto.
6901
6902 2001-07-26 Gerd Moellmann <gerd@gnu.org>
6903
6904 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6905 `...', compare with unabbreviated printed representation instead.
6906 (last-sexp-print): Bind print-length and print-level to nil.
6907
6908 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6909 before assigning text properties. Make properties rear-nonsticky.
6910
6911 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6912 (eval-last-sexp-1): Give printed text a `keymap' property and bind
6913 <mouse-2> and <RET> in that map to a function printing the
6914 unabbreviated value.
6915
6916 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6917 is a buffer, put a text property `printed-value' on the printed
6918 representation, with the Lisp object printed as value.
6919
6920 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6921
6922 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6923 Mention the effect of eval-expression-print-length and
6924 eval-expression-print-level in the doc strings. Suggested by
6925 Kevin Gallagher <kevingal@onramp.net>.
6926
6927 2001-07-25 Gerd Moellmann <gerd@gnu.org>
6928
6929 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6930 for buttons > 3.
6931 (xterm-mouse-translate): Handle the case that we don't get a
6932 down-event.
6933
6934 * emacs-lisp/find-func.el (find-function-regexp):
6935 Add easy-mmode-define-global-mode to the regexp. Allow newlines
6936 in front of the function name.
6937
6938 * isearch.el (isearch-other-meta-char): Fix last change.
6939
6940 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6941 similar events for which fake prefix keys are generated. It's no
6942 longer necessary since read_key_sequence doesn't modify these
6943 events for internal purposes anymore.
6944
6945 * files.el (auto-mode-alist): Use nroff-mode for files ending
6946 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
6947
6948 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6949
6950 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
6951 tool-bar-lines parameter, behave as if its value were zero.
6952 (mouse-avoidance-set-pointer-shape): Don't do anything if
6953 x-pointer-shape is not boundp.
6954
6955 2001-07-23 Francesco Potorti` <pot@gnu.org>
6956
6957 * uniquify.el: Overall speedup changes when using many buffers.
6958 (uniquify-fix-item-base, uniquify-fix-item-filename)
6959 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
6960 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
6961 place in the item, but was never used.
6962 (uniquify-fix-item-min-proposed): New defalias: the fourth place
6963 in the item is now used as cache for the proposed name.
6964 (uniquify-rationalize-file-buffer-names): Move computation made on
6965 newbuffile out of the loop, in the newbuffile-nd local var.
6966 Use dolist (cosmetic change). Compute the proposed name for the most
6967 common case and cache it in the fourth place in the item.
6968 (uniquify-rationalize-file-buffer-names): Used to return a a list
6969 of buffer whose name was changed, but that return value was never used.
6970 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
6971 the cached proposed name, does much less consing and is quicker.
6972 (uniquify-filename-lessp): Deleted.
6973 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
6974 Do not bind locally the uniquify-possibly-resolvable flag. Use the
6975 cached proposed name is possible.
6976 (uniquify-get-proposed-name): Arguments changed, callers changed.
6977 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
6978 uniquify-possibly-resolvable flag, which is no more bound locally.
6979 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
6980 flag, which does not exist any more.
6981
6982 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
6983
6984 * term/internal.el (IT-unicode-translations): Fix the appearance of
6985 "6`".
6986
6987 * progmodes/compile.el (compile-internal): If EMACS is already
6988 defined in the environment, don't override its value.
6989
6990 2001-07-23 Gerd Moellmann <gerd@gnu.org>
6991
6992 * play/fortune.el: Undo change of 2001-07-13.
6993 Fix autoload cookies. Add types to defcustoms.
6994 (fortune) <defgroup>: Add :link.
6995 (fortune-from-region): Use eq, not eql.
6996 From Dave Love <fx@gnu.org>.
6997
6998 * play/animate.el (animate-birthday-present): Function removed.
6999
7000 * play/animate.el: New file.
7001
7002 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7003
7004 * startup.el (normal-top-level-add-subdirs-to-load-path):
7005 On Windows, put into normal-top-level-add-subdirs-inode-list the
7006 canonicalized names of the directories instead of inode numbers.
7007
7008 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
7009
7010 * ediff-util.el: Copyright years.
7011 (ediff-choose-syntax-table): New function.
7012 (ediff-setup): Use ediff-choose-syntax-table.
7013 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7014 vc-state is available.
7015 (ediff-make-temp-file): Use ediff-coding-system-for-write.
7016
7017 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7018 with-syntax-table.
7019 (ediff-coding-system-for-read): From ediff-diff.el
7020 (ediff-coding-system-for-write): New variable.
7021 (ediff-highest-priority): Fixed the bug having to do with disappearing
7022 overlays.
7023 (ediff-file-remote-p): Use file-remote-p, if available.
7024 (ediff-listable-file): New function.
7025 (ediff-file-attributes): Use ediff-listable-file.
7026
7027 * ediff-mult.el (ediff-meta-insert-file-info1):
7028 Use ediff-listable-file.
7029
7030 * ediff-ptch.el (ediff-prompt-for-patch-file):
7031 Use ediff-coding-system-for-read.
7032 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7033
7034 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7035 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7036
7037 * ediff.el: Date of last update, copyright years.
7038
7039 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7040
7041 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7042 of Scott Bronson.
7043 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7044 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7045 Deleted functions.
7046 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7047 ex-token-list.
7048 (viper-get-ex-address-subr): Convert registers to char data type.
7049
7050 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7051 (viper-memq-char): Use viper-int-to-char.
7052 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7053 vc-locking-state.
7054 (viper-read-key): Use viper-read-key-sequence.
7055
7056 * viper.el (viper-major-mode-modifier-list):
7057 Added inferior-emacs-lisp-mode.
7058 (this-major-mode-requires-vi-state): New function that uses simple
7059 heuristics to decide if vi state is appropriate.
7060 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7061 (viper-non-hook-settings): Don't advise read-key-sequence.
7062 (viper-read-key-sequence): New function that replaces the
7063 previously used advice to read-key-sequence.
7064
7065 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7066 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7067 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7068 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7069 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7070 Got rid of the negative character hack.
7071 (viper-escape-to-state,viper-replace-state-exit-cmd):
7072 Use viper-read-key-sequence.
7073 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7074 (viper-minibuffer-standard-hook,viper-read-string-with-history):
7075 Don't override existing minibuffer-setup-hook.
7076 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7077 Convert registers to char data type.
7078 (viper-autoindent): Use viper-indent-line.
7079
7080 * viper-keym.el: Use viper-exec-key-in-emacs.
7081
7082 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7083
7084 * server.el (server-visit-files): Fix variable name typo.
7085
7086 2001-07-20 Gerd Moellmann <gerd@gnu.org>
7087
7088 * simple.el (delete-trailing-whitespace): Save match data
7089 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7090
7091 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7092
7093 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7094 return a this-error using the alternative format (a pair of markers).
7095
7096 2001-07-19 Gerd Moellmann <gerd@gnu.org>
7097
7098 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7099
7100 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7101 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7102
7103 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7104
7105 * international/iso-transl.el: Fix typo in the header of the file.
7106
7107 * textmodes/picture.el (picture): Doc fix.
7108
7109 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7110 follow coding conventions in generated files.
7111
7112 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7113
7114 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7115 (tool-bar-add-item): Don't call image-related primitives if the
7116 display doesn't support images.
7117
7118 * frame.el (display-images-p): New function.
7119
7120 2001-07-17 Gerd Moellmann <gerd@gnu.org>
7121
7122 * server.el (server-visit-files): Handle the case the specified
7123 column number is <= 0.
7124
7125 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7126
7127 * startup.el (command-line-1): Add support for +LINE:COLUMN
7128 command line argument.
7129
7130 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7131
7132 * server.el (server-process-filter, server-visit-files):
7133 Add support for +LINE:COLUMN style emacsclient calls.
7134
7135 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7136
7137 * emacs-lisp/easy-mmode.el: Add Keywords header.
7138
7139 * play/pong.el: Author has new address.
7140
7141 * play/landmark.el: Author is no more reachable.
7142
7143 * play/handwrite.el: Author is no more reachable.
7144
7145 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7146
7147 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7148 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7149 Complete bindings for F<1..12> keys.
7150 (global-map): Remove `undo' binding (already in the default).
7151 Replace `t<n>' bindings with `f<n>' bindings.
7152
7153 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7154
7155 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7156 (tcl-mode): Use tcl-add-log-defun.
7157 (tcl-indent-line): Use tcl-calculate-indent.
7158 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7159 (tcl-indent-exp): Renamed from indent-tcl-exp.
7160 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7161 (tcl-indent-for-comment): Call comment-indent-function properly
7162 and handle the case where it returns nil.
7163
7164 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7165
7166 * calendar/cal-islam.el (calendar-goto-islamic-date):
7167 Remove autoload cookie.
7168
7169 * calendar/calendar.el (calendar-goto-islamic-date):
7170 Add call to autoload.
7171
7172 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7173
7174 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7175 Don't change compile-auto-highlight globally.
7176 Don't bother with `font-lock-defaults' property since XEmacs
7177 also understands the `font-lock-defaults' variable.
7178 Use make-local-variable rather than make-variable-buffer-local.
7179 Don't `defconst' comment-indent-function: keep the default.
7180 Call easy-menu-add unconditionally.
7181 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7182 (ada-create-menu): Use :included for Emacs as well.
7183
7184 * vc.el (vc-do-command): Autoload.
7185
7186 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7187
7188 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7189
7190 * ps-print.el: Fix Author: header.
7191
7192 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7193
7194 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7195 mouse-1 etc., bind them to `ignore'.
7196
7197 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7198 send-invisible, which is already defined in Comint.
7199 (eshell-watch-for-password-prompt): Use it.
7200
7201 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7202
7203 * which-func.el (which-func-mode): Doc fix.
7204
7205 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7206 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7207 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7208 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7209 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7210 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7211 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7212 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7213 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7214 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7215 * emulation/edt-mapper.el, emulation/edt-pc.el,
7216 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7217 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7218 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7219 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7220 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7221 * international/isearch-x.el, international/iso-cvt.el,
7222 * international/ogonek.el, international/quail.el,
7223 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7224 * language/devanagari.el, language/ethio-util.el,
7225 * language/ethiopic.el, language/european.el, language/indian.el,
7226 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7227 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7228 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7229 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7230 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7231 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7232 * progmodes/autoconf.el, progmodes/cmacexp.el,
7233 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7234 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7235 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7236 * progmodes/ebnf2ps.el, progmodes/executable.el,
7237 * progmodes/fortran.el, progmodes/idlw-shell.el,
7238 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7239 * progmodes/m4-mode.el, progmodes/mantemp.el,
7240 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7241 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7242 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7243 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7244 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7245 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7246 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7247 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7248 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7249 * textmodes/two-column.el, time-stamp.el, timezone.el,
7250 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7251 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7252 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7253 conventions.
7254
7255 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7256
7257 * simple.el (set-variable): Require 'cus-edit' instead of
7258 `wid-edit', so that the Custom widgets get defined.
7259
7260 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7261
7262 * allout.el: A fix to follow coding conventions.
7263
7264 * find-lisp.el: A fix to follow coding conventions.
7265
7266 * term/w32-win.el: A fix to follow coding conventions.
7267
7268 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7269
7270 * term/xterm.el: A fix to follow coding conventions.
7271
7272 * term/news.el: A fix to follow coding conventions.
7273
7274 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7275 header line fixed.
7276
7277 * sun-curs.el: Fix Maintainer: header line.
7278
7279 * emacs-lisp/easymenu.el: Address of the author added.
7280
7281 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7282
7283 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7284 property.
7285
7286 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7287
7288 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7289 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7290 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7291 Some fixes to follow coding conventions.
7292
7293 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7294
7295 * which-func.el (which-func-mode): Doc fix.
7296
7297 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7298
7299 * net/rcompile.el (remote-compile): Use make-local-variable.
7300
7301 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7302
7303 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7304
7305 * mail/reporter.el (reporter-submit-bug-report):
7306 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7307
7308 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7309
7310 * calendar/cal-china.el, calendar/cal-coptic.el,
7311 * calendar/cal-dst.el, calendar/cal-french.el,
7312 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7313 * calendar/cal-iso.el, calendar/cal-julian.el,
7314 * calendar/cal-mayan.el, calendar/cal-persia.el,
7315 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7316 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7317 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7318 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7319 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7320 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7321 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7322 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7323 * progmodes/ada-xref.el, progmodes/cc-align.el,
7324 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7325 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7326 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7327 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7328 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7329 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7330 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7331 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7332 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7333 * textmodes/reftex.el: Some fixes to follow coding
7334 conventions in Elisp files with known maintainers.
7335
7336 * emulation/viper.el: A fix to follow coding conventions.
7337
7338 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7339 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7340 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7341 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7342 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7343 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7344 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7345 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7346 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7347 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7348 conventions in Elisp files.
7349
7350 * composite.el, diff.el, emacs-lisp/levents.el,
7351 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7352 * emulation/pc-mode.el, emulation/viper-cmd.el,
7353 * emulation/viper-ex.el, emulation/viper-init.el,
7354 * emulation/viper-keym.el, emulation/viper-macs.el,
7355 * emulation/viper-mous.el, emulation/viper-util.el,
7356 * emulation/viper.el, forms-pass.el, international/ccl.el,
7357 * international/characters.el, international/encoded-kb.el,
7358 * international/fontset.el, international/ja-dic-cnv.el,
7359 * international/ja-dic-utl.el, international/kinsoku.el,
7360 * international/kkc.el, international/mule-cmds.el,
7361 * international/mule-diag.el, international/mule-util.el,
7362 * international/mule.el, international/titdic-cnv.el,
7363 * language/china-util.el, language/chinese.el,
7364 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7365 * language/greek.el, language/hebrew.el, language/japan-util.el,
7366 * language/japanese.el, language/korea-util.el, language/korean.el,
7367 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7368 * language/slovak.el, language/thai-util.el, language/thai.el,
7369 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7370 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7371 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7372 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7373 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7374 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7375 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7376 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7377 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7378 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7379 to follow coding conventions in files without maintainer or in files
7380 with clear maintainer (but without Maintainer header stating so).
7381
7382 * emacs-lisp/elp.el: A fix to follow coding conventions.
7383
7384 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7385 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7386 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7387 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7388 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7389 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7390 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7391 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7392 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7393 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7394 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7395 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7396 conventions in files from Gnus.
7397
7398 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7399 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7400 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7401 * echistory.el, electric.el, emacs-lisp/authors.el,
7402 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7403 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7404 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7405 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7406 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7407 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7408 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7409 * international/codepage.el, international/iso-ascii.el,
7410 * international/iso-insert.el, international/iso-transl.el,
7411 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7412 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7413 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7414 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7415 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7416 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7417 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7418 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7419 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7420 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7421 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7422 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7423 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7424 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7425 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7426 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7427 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7428 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7429 * textmodes/tex-mode.el, textmodes/text-mode.el,
7430 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7431 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7432 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7433 files maintained by FSF.
7434
7435 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7436
7437 * arc-mode.el: A fix to follow coding conventions.
7438
7439 * bindings.el: Ditto.
7440
7441 * cdl.el: Ditto.
7442
7443 * comint.el: Ditto.
7444
7445 * cus-start.el: Ditto.
7446
7447 * shell.el: Ditto.
7448
7449 * skeleton.el: Ditto.
7450
7451 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7452
7453 * info.el (Info-build-node-completions):
7454 Make Info-current-file-completions buffer local.
7455
7456 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7457
7458 * which-func.el (which-func-mode, which-func-ff-hook)
7459 (which-function-mode): Remove references to which-func-mode-global.
7460
7461 * calendar/cal-islam.el (calendar-goto-islamic-date):
7462 Add autoload cookie.
7463
7464 * play/fortune.el: Add types to defcustoms.
7465
7466 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7467
7468 * language/czech.el: A fix to follow coding conventions.
7469
7470 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7471
7472 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7473 to the extension list, for antlr-mode. From Christoph Wedler
7474 <Christoph.Wedler@sap.com>.
7475
7476 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7477
7478 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7479 (vc-dired-mode-map): Fix the madness.
7480
7481 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7482 (vc-prefix-map): Moved back from vc.el.
7483
7484 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7485
7486 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7487 Increase the size of the obarray.
7488 (mail-extr-all-top-level-domains): Add more toplevel domains,
7489 add more long names.
7490 From: Per Starback <starback@ling.uu.se>.
7491
7492 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7493
7494 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7495 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7496
7497 * progmodes/ada-mode.el: Ditto.
7498
7499 * progmodes/ada-xref.el: Ditto.
7500
7501 2001-07-11 Miles Bader <miles@gnu.org>
7502
7503 * finder.el (finder-insert-at-column): Also move to the next line
7504 if exactly at COLUMN.
7505
7506 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7507
7508 * help.el (describe-function-1): When printing FUNCTION's
7509 documentation, don't assume FUNCTION is a symbol.
7510
7511 * startup.el (normal-top-level): Don't operate on the initial
7512 frame if we failed to create one.
7513
7514 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7515
7516 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7517 itself, i.e. only indent the contents in it.
7518
7519 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7520
7521 * mail/rmail.el (rmail-show-message): Show beginning of message in
7522 all windows containing it.
7523
7524 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7525
7526 * term/tty-colors.el: Fix the header line and copyright years.
7527
7528 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7529
7530 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7531 original definition has an interactive form, but is Elp
7532 instrumented, use the interactive form of the function called by
7533 elp-wrapper.
7534
7535 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7536 configurations with compare-window-configuration; they aren't
7537 window configurations.
7538
7539 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7540 from the server for the format we expect. Don't use it if it
7541 doesn't look like what the Internet draft for FTP extensions specifies.
7542
7543 * toolbar/*.pbm: Cleaned up.
7544 From Luis Fernandes <elf@ee.ryerson.ca>.
7545
7546 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7547
7548 * cc-cmds.el: Extended the kludge to interoperate with the
7549 delsel and pending-del packages wrt to the new function
7550 `c-electric-delete-forward'.
7551
7552 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7553
7554 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7555 to delay the call to <mode> for global minor modes.
7556 (easy-mmode-define-navigation): Only recenter if interactive.
7557
7558 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7559
7560 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7561 to lisp-indent-line.
7562
7563 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7564 from the server. Call encode-time only when we are sure that we
7565 got a 213 response.
7566
7567 2001-07-06 Simon Josefsson <jas@extundo.com>
7568
7569 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7570 (mail-envelope-from): New user option.
7571 (sendmail-send-it): Use it.
7572
7573 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7574
7575 * ps-print.el: Use locale dependant date to print date in header.
7576 Doc fix.
7577 (ps-print-version): New version number (6.5.3).
7578 (ps-right-header, ps-right-footer): Initialization and doc fix.
7579 (ps-time-stamp-locale-default): New fun.
7580
7581 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7582
7583 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7584 field problem with MIME-mode.
7585
7586 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7587
7588 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7589
7590 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7591 MIME-mode.
7592
7593 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7594
7595 * bindings.el (mode-line-mule-info): Don't show the tip with
7596 buffer-file-coding-system if that is nil.
7597
7598 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7599
7600 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7601 instead of kill-line.
7602
7603 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7604 <Pavel@Janik.cz>.
7605
7606 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7607 <Pavel@Janik.cz>.
7608
7609 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7610
7611 * font-lock.el (c-font-lock-keywords-3): When matching something
7612 like `struct X Y', finish with point after Y.
7613
7614 2001-07-04 Simon Josefsson <jas@extundo.com>
7615
7616 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7617 in caller buffer.
7618
7619 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7620
7621 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7622 instead of string-match to find the basename of the file.
7623 From Pascal Obry <p.obry@wanadoo.fr>.
7624
7625 * net/browse-url.el (browse-url-default-windows-browser):
7626 Support the MS-DOS port when it runs on Windows.
7627 (browse-url-browser-function) [ms-dos]: Default to
7628 browse-url-default-windows-browser.
7629
7630 * help.el (locate-library): Enable code that looks for compressed
7631 libraries if auto-compression-mode is on.
7632
7633 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7634
7635 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7636
7637 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7638
7639 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7640
7641 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7642
7643 * allout.el: Fix the header line, so that finder.el recognizes it.
7644 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7645
7646 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7647 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7648
7649 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7650
7651 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7652
7653 * ps-bdf.el (bdf-directory-list): Use the value relative to
7654 installation-directory for MS-Windows as well.
7655
7656 2001-06-29 Richard M. Stallman <rms@gnu.org>
7657
7658 * wid-edit.el (widget-color-sample-face-get):
7659 Return ((foreground-color . COLOR)) instead of constructing a face.
7660
7661 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7662
7663 * faces.el (region): Change the background color for the
7664 light-background color display to lightgoldenrod2, to make it
7665 visible on some laptops.
7666
7667 2001-06-28 Richard M. Stallman <rms@gnu.org>
7668
7669 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7670 (rmail-msg-restore-non-pruned-header): Likewise.
7671 If point was in the old pruned header, put it at the top.
7672 (rmail-msg-prune-header): If point was at the top, keep it there.
7673
7674 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7675 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7676
7677 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7678
7679 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7680
7681 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7682
7683 * saveplace.el: Update maintainer email address.
7684
7685 2001-06-27 Francesco Potorti` <pot@gnu.org>
7686
7687 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7688 Undo previous change.
7689
7690 2001-06-27 Francesco Potorti` <pot@gnu.org>
7691
7692 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7693 preliminary quick reordering. Can speed things up dramatically.
7694
7695 2001-06-26 Richard M. Stallman <rms@gnu.org>
7696
7697 * dired.el (dired-get-filename): A file name starting with ~
7698 is not absolute in this context.
7699
7700 * which-func.el (which-func-maxout): Increase default to 500000.
7701 (which-function-mode): This is now the "real" name of the function.
7702 (which-func-mode): Now an alias.
7703 (which-func-mode-global): Name deleted.
7704
7705 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7706 button-2, when binding hs-mouse-toggle-hiding.
7707
7708 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7709
7710 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7711 (rmail-msg-prune-header): Likewise.
7712 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7713 and `rmail-msg-prune-header'.
7714
7715 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7716
7717 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7718 back than LINEBEG.
7719
7720 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7721
7722 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7723 window where they clicked the mouse has a header line, adjust
7724 vertical movement by one.
7725
7726 2001-06-25 Milan Zamazal <pdm@zamazal.org>
7727
7728 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7729 too when separating a parenthesis.
7730
7731 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7732
7733 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7734 (bookmark-bmenu-hide-filenames): Add help-echo to
7735 mouse-highlighted text.
7736 (bookmark-bmenu-show-filenames): Remove help-echo property from
7737 the whitespace.
7738
7739 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7740
7741 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7742 From Karl Eichwalder <ke@suse.de>.
7743
7744 2001-06-23 Richard M. Stallman <rms@gnu.org>
7745
7746 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7747
7748 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7749 contents for completing-read.
7750
7751 2001-06-22 Richard M. Stallman <rms@gnu.org>
7752
7753 * menu-bar.el (menu-bar-make-toggle): Construct the
7754 function's doc string from HELP, not DOC, and make it accurate by
7755 adding "Toggle whether to " at the front and downcasing the initial.
7756 Change the HELP arg in some calls to make it fit this usage.
7757
7758 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7759 Undo previous change.
7760
7761 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7762
7763 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7764
7765 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7766
7767 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7768
7769 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7770
7771 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7772
7773 2001-06-20 Richard M. Stallman <rms@gnu.org>
7774
7775 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7776 broken out from dabbrev--find-expansion. Handle minibuffer
7777 specially here.
7778 (dabbrev--find-expansion): Simplify code in various ways.
7779 Don't treat minibuffers specially.
7780 Call dabbrev--make-friend-buffer-list.
7781 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
7782 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7783
7784 2001-06-19 John Wiegley <johnw@gnu.org>
7785
7786 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7787 Also, added a comment describing how to greatly speedup Eshell
7788 loadup time, by concatenating together all of Eshell's .elc files.
7789
7790 2001-06-19 John Wiegley <johnw@gnu.org>
7791
7792 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7793
7794 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * woman.el (WoMan-highlight-references): Add help-echo to
7797 mouse-highlighted text.
7798
7799 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
7800
7801 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7802
7803 2001-06-18 Gerd Moellmann <gerd@gnu.org>
7804
7805 * international/quail.el (quail-start-conversion):
7806 Reset quail-translating to nil.
7807
7808 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7809 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7810
7811 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
7812
7813 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7814 mouse-highlighted text.
7815
7816 * dired.el (dired-mark-pop-up): Fix last change.
7817
7818 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7819
7820 * calendar/calendar.el (generate-calendar-month): Add help-echo to
7821 mouse-highlighted text.
7822
7823 * net/quickurl.el (quickurl-url-file): Run through
7824 convert-standard-filename.
7825 (quickurl-list-populate-buffer): Add help-echo to
7826 mouse-highlighted text.
7827 (top-level): Update Dave's URL.
7828
7829 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7830 mouse-highlighted text.
7831
7832 * textmodes/page-ext.el (pages-copy-header-and-position):
7833 Add help-echo to mouse-highlighted text.
7834
7835 * tar-mode.el (tar-header-block-summarize): Add help-echo to
7836 mouse-highlighted text.
7837
7838 * replace.el (occur): Add help-echo to mouse-highlighted text.
7839
7840 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7841 mouse-highlighted text.
7842
7843 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7844 mouse-highlighted text.
7845
7846 * progmodes/compile.el (compile-reinitialize-errors):
7847 Add help-echo to mouse-highlighted messages.
7848 (compilation-forget-errors): Remove help-echo property as well.
7849
7850 * play/landmark.el (lm-plot-square, lm-init-display):
7851 Add help-echo to mouse-highlighted text.
7852
7853 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7854 Add help-echo to mouse-highlighted text.
7855
7856 * dired.el (dired-insert-set-properties): Add help-echo to
7857 mouse-highlighted text.
7858 (dired-mark-pop-up): Remove help-echo property from the file name.
7859
7860 * comint.el (comint-send-input): Add help-echo to
7861 mouse-highlighted text.
7862
7863 * buff-menu.el (list-buffers-noselect): Add help-echo to
7864 mouse-highlighted text.
7865
7866 * arc-mode.el (archive-summarize-files): Add help-echo to
7867 mouse-highlighted text.
7868
7869 * ffap.el (ffap-machine-p): Always return nil if
7870 open-network-stream is not fboundp.
7871
7872 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
7873
7874 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
7875 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7876 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7877 incorrectly binding chars between 128 and 256 to it.
7878 (sgml-maybe-name-self): Handle latin-1 chars properly.
7879 (sgml-tags-invisible): Bind buffer-file-name to nil.
7880 Use unwind-protect and restore-buffer-modified-p.
7881 (sgml-point-entered): Use buffer-substring-no-properties.
7882 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7883 (html-mode): Don't force `imenu-sort-function'.
7884
7885 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7886
7887 * tar-mode.el: Fix the copyright notice.
7888
7889 * font-lock.el (font-lock-comment-face): For tty's with dark
7890 background, use "red1", since "lightred" is not one of the colors
7891 recognized by tty-colors.el.
7892
7893 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7894 create a buffer for extracted file, in case there's more than one
7895 file by that name in an archive, possibly in different
7896 directories. From Kevin Rodgers <kevinr@ihs.com>.
7897
7898 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
7899 <alex@gnu.org>.
7900
7901 2001-06-15 Miles Bader <miles@gnu.org>
7902
7903 * textmodes/texinfmt.el (texinfo-format-syntax-table):
7904 Revert previous change.
7905
7906 2001-06-14 Richard M. Stallman <rms@gnu.org>
7907
7908 * replace.el (keep-lines-read-args): Return just a regexp.
7909 Provide nil for the region args.
7910 (keep-lines, flush-lines, how-many):
7911 Calculate the defaults for the region here, when args are nil.
7912
7913 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7914
7915 * rot13.el (rot13-other-window): Some more doc fix.
7916
7917 2001-06-14 Per Starback <starback@ling.uu.se>
7918
7919 * replace.el (case-replace, query-replace-from-history-variable)
7920 (query-replace-to-history-variable, keep-lines-read-args)
7921 (occur-revert-function, query-replace-help): Dox fix.
7922
7923 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7924
7925 * rot13.el (rot13-other-window): Doc fix.
7926
7927 2001-06-14 Miles Bader <miles@gnu.org>
7928
7929 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7930 of " and \ to "." (punctuation).
7931 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7932
7933 2001-06-13 Richard M. Stallman <rms@gnu.org>
7934
7935 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7936
7937 * simple.el (shell-command-on-region): Never kill the
7938 *Shell Command Output* buffer.
7939
7940 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
7941
7942 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7943
7944 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
7945
7946 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7947 New var, to recognize ${ $' and PODs.
7948 (perl-font-lock-syntactic-face-function): New function.
7949 (perl-mode): Use them.
7950 (perl-continuation-line-p): New function, from perl-calculate-indent.
7951 (perl-calculate-indent): Use it, to properly handle continuation
7952 lines of continuation lines.
7953
7954 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7955
7956 * server.el (server-process, server-buffer-clients): Doc fix.
7957 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7958
7959 2001-06-09 John Wiegley <johnw@gnu.org>
7960
7961 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7962 test if the last command was Lisp or not.
7963 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
7964 B x C".
7965
7966 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
7967
7968 * dos-w32.el (grep-regexp-alist): Remove definition, since the
7969 general one on compile.el supports drive letters.
7970
7971 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
7972
7973 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
7974 key description.
7975
7976 * textmodes/reftex-sel.el (reftex-select-jump): New command.
7977
7978 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7979 (reftex-toc-jump): New command.
7980
7981 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
7982 to parse international characters as well.
7983
7984 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
7985 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7986
7987 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
7988
7989 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
7990 TAB to the key separators.
7991
7992 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
7993
7994 * international/mule.el (auto-coding-alist): Remove redundant
7995 up-cased versions of the extensions (auto-coding-alist-lookup is
7996 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
7997 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
7998
7999 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8000
8001 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8002
8003 2001-06-01 Richard M. Stallman <rms@gnu.org>
8004
8005 * help.el (describe-variable): Put value on same line
8006 with preceding text, if it is short enough to look good that way.
8007
8008 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8009
8010 * term/internal.el (IT-unicode-translations): New variable.
8011 (IT-setup-unicode-display): New function.
8012
8013 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8014
8015 * ps-print.el: Handle before-string and after-string overlay properties
8016 in ps-print-*-with-faces commands. Doc fix.
8017 (ps-print-version): New version number (6.5.2).
8018 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8019 for XEmacs.
8020 (ps-prefix-quote): Doc fix.
8021 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8022 (ps-basic-plot-str, ps-plot-string): New funs.
8023
8024 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8025
8026 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8027 and :type spec.
8028
8029 2001-05-31 Gerd Moellmann <gerd@gnu.org>
8030
8031 * international/mule-cmds.el (inactivate-input-method):
8032 Set input-method-function to nil.
8033
8034 * xml.el (xml-parse-tag): The document may contain invalid characters.
8035 From ShengHuo ZHU <zsh@cs.rochester.edu>
8036
8037 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8038
8039 * mail/rmailsum.el (rmail-message-subject-p): Don't call
8040 `rmail-summary-line-decoder' if the message does not have
8041 a Subject: field.
8042
8043 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8044
8045 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8046 New variable.
8047 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8048 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8049 is non-nil.
8050
8051 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8052
8053 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8054
8055 2001-05-29 Sam Steingold <sds@gnu.org>
8056
8057 * faces.el (face-valid-attribute-values): Bind `valid' directly
8058 instead of using `setq'.
8059
8060 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8061 Use `tex-shell-buf'.
8062 (tex-shell-proc): Use `tex-shell-running'.
8063 (tex-shell-buf-no-error): New function.
8064 (tex-send-tex-command): Use it.
8065 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8066 (tex-kill-job): Check the process before calling `quit-process'.
8067
8068 2001-05-29 Gerd Moellmann <gerd@gnu.org>
8069
8070 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8071 UTF-8 sequences.
8072
8073 2001-05-28 Miles Bader <miles@gnu.org>
8074
8075 * comint.el (comint-carriage-motion): Renamed from
8076 `comint-cr-magic'. Operate on the buffer instead of the string
8077 (for use as a comint post-output filter, instead of as a
8078 pre-output filter). Handle backspaces too. Add to the
8079 `comint-output-filter-functions' hook instead of
8080 `comint-preoutput-filter-functions'.
8081
8082 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8083
8084 * language/japan-util.el (japanese-hankaku): Prefer the charset
8085 `jisx0201' when the optional argument `ascii-only' is not specified.
8086 (japanese-hankaku-region): Ditto.
8087 From Katsumi Yamaoka <yamaoka@jpl.org>
8088
8089 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8090
8091 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8092 (outline-invisible-p): New function.
8093 (hide-leaves): Save excursion.
8094 (hide-other): Stop looping when reaching bobp.
8095
8096 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8097
8098 * cus-edit.el (custom-file): Fix last change.
8099
8100 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8101
8102 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8103 same definition in byte-compile-function-environment as `autoload'
8104 would put in `symbol-function'.
8105
8106 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8107 patch to correct the error message as well.
8108
8109 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8110
8111 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8112 unless ~/.emacs exists.
8113
8114 * novice.el (enable-command): If user-init-file is nil or does not
8115 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8116
8117 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8118
8119 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8120 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8121 Allow spaces around macro arguments.
8122 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8123 indent-for-tab-command.
8124 (latex-mode-map, plain-tex-mode-map): New keymaps.
8125 Inherit from tex-mode-map.
8126 (tex-common-initialization): Don't setup the keymap any more
8127 since it's now done right by define-derived-mode.
8128 (latex-mode): Set skeleton-end-hook to nil.
8129 (latex-skeleton-end-hook): Remove.
8130 (tex-latex-block, latex-insert-item): Simplify.
8131 (latex-syntax-after): Use following-char rather than char-after.
8132 (tex-discount-args-cmds, tex-count-words): New functions.
8133
8134 * textmodes/tildify.el (tildify-ignored-environments-alist):
8135 Recognize \verb* as well.
8136
8137 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8138 (perl-comment-indent): Simplify to let newcomment.el do its job.
8139 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8140 (perl-mark-function): Cleanup the namespace.
8141 (perl-calculate-indent): Don't be fooled by nested functions.
8142
8143 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8144
8145 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8146 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8147
8148 2001-05-25 Andrew Choi <akochoi@i-cable.com>
8149
8150 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8151 actually be `\\'.
8152 (ctlau-b5-converter): Likewise.
8153
8154 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8155
8156 * international/titdic-cnv.el (quail-misc-package-ext-info):
8157 Change CTLauB.el to CTLau-b5.el.
8158
8159 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8160
8161 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8162 rather than beginning-of-line to avoid problems with fields.
8163 (gud-perldb-massage-args): Use unless and push.
8164 (gud-chdir-before-run): New var.
8165 (gud-common-init): Use it.
8166
8167 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8168
8169 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8170 delete entries for chinese-ctlau and chinese-ctlaub.
8171 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8172 chinese-ctlaub.
8173 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8174 New functions.
8175
8176 2001-05-22 Gerd Moellmann <gerd@gnu.org>
8177
8178 * cus-edit.el (custom-comment-show): Remove debug code.
8179
8180 * language/japan-util.el (japanese-symbol-table): Fix handling of
8181 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8182
8183 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8184
8185 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8186 Renamed by removing the silly `-flag' suffix.
8187 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8188
8189 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8190
8191 * replace.el (keep-lines-read-args): Use `copy-marker'.
8192 (how-many): Save excursion properly.
8193 (occur-mode): Use define-derived-mode.
8194 (perform-replace): Use with-current-buffer.
8195
8196 2001-05-20 Richard M. Stallman <rms@gnu.org>
8197
8198 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8199
8200 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8201
8202 * info.el (Info-read-subfile): Widen before finding the
8203 desired node in the subfile.
8204
8205 * startup.el (command-line-1): When >2 files visited,
8206 leave the last one visible, and make that the selected window.
8207
8208 2001-05-20 Gerd Moellmann <gerd@gnu.org>
8209
8210 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8211
8212 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8213
8214 * international/ccl.el (define-ccl-program): Fix a typo.
8215 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8216
8217 * international/mule.el (decode-char): Fix a typo. From Pavel
8218 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8219
8220 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
8221 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8222
8223 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
8224 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8225
8226 2001-05-18 Sam Steingold <sds@gnu.org>
8227
8228 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8229 and [RET] to `cvs-mode-find-file'.
8230
8231 2001-05-18 John Wiegley <johnw@gnu.org>
8232
8233 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8234 configuration variable, which determines the initial character
8235 that forces use of an external version of a command. The default
8236 is *, but may be set to \, for example.
8237
8238 * eshell/esh-ext.el (eshell-explicit-command):
8239 Use `eshell-explicit-command-char' instead of ?*.
8240
8241 * eshell/esh-cmd.el (eshell/which):
8242 Use `eshell-explicit-command-char' instead of ?*.
8243
8244 * eshell/em-cmpl.el (eshell-completion-command-name)
8245 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8246 instead of ?*.
8247
8248 2001-05-18 Gerd Moellmann <gerd@gnu.org>
8249
8250 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8251 subst-char-in-string.
8252 (ange-ftp-after-parse-ls-hook): New variable.
8253 (ange-ftp-ls): Run that hook.
8254 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8255
8256 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8257 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8258 text into *Completions*.
8259
8260 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8261 part of which look like email addresses.
8262
8263 2001-05-18 Andrew Innes <andrewi@gnu.org>
8264
8265 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8266 Use . instead of absolute path for lisp dir, to avoid bug in W2K
8267 cmd.exe's handling of FOR loops.
8268 (autoloads): Set find-file-suppress-same-file-warnings to t to
8269 avoid slew of spurious messages.
8270
8271 2001-05-18 Simon Josefsson <simon@josefsson.org>
8272
8273 * mail/smtpmail.el (maybe-append-domain): Renamed to
8274 `smtpmail-maybe-append-domain'.
8275 (smtpmail-via-smtp): Use the new name.
8276
8277 * net/browse-url.el (browse-url-browser-function): Add kde.
8278 (browse-url-kde-program, browse-url-kde-args): New variables.
8279 (browse-url-kde): New function.
8280
8281 2001-05-18 Miles Bader <miles@gnu.org>
8282
8283 * simple.el (delete-horizontal-space, just-one-space):
8284 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8285 because it's more efficient for large files.
8286
8287 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8288
8289 * mail/rmail.el (rmail-require-mime-maybe): New function.
8290 (rmail): Use it.
8291 (rmail-mode): Handle the case of finding Rmail files.
8292
8293 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8294 functions.
8295
8296 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8297
8298 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8299 text-property after moving to the beginning of line and regardless
8300 of the value of font-lock-multiline.
8301
8302 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8303
8304 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8305
8306 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8307 last coding system used before calling set-buffer-modified-p
8308 because that function changes last-coding-system.
8309
8310 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8311
8312 * files.el (switch-to-buffer-other-window)
8313 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8314 the doc string.
8315
8316 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8317
8318 * language/slovak.el, language/czech.el: New maintainer.
8319
8320 2001-05-16 Sam Steingold <sds@gnu.org>
8321
8322 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8323 sub-form of `defgeneric' correctly.
8324
8325 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8326
8327 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8328 of `c'.
8329
8330 * textmodes/outline.el (outline-font-lock-level): Remove the
8331 condition-case, test what outline-level returns instead, to
8332 ease debugging.
8333
8334 * international/mule.el (auto-coding-regexp-alist): New user-option.
8335 (auto-coding-from-file-contents): New function.
8336 (set-auto-coding): Use it to determine a coding system.
8337
8338 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8339
8340 * mouse.el (mouse-delete-other-windows): Doc fix.
8341
8342 * emacs-lisp/lisp-mode.el (lisp-mode):
8343 Make font-lock-keywords-case-fold-search a buffer-local variable with
8344 make-local-variable before setting it.
8345
8346 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8347
8348 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8349 prefixes.
8350
8351 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8352
8353 * hexl.el (hexl-current-address): Print a message when called
8354 interactively.
8355
8356 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8357
8358 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8359
8360 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8361
8362 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8363
8364 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8365
8366 * startup.el (command-line): If parameters have been changed in
8367 the init files which influence font selection, clear the face
8368 cache so that faces get realized with the new parameters.
8369
8370 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8371
8372 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8373
8374 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8375
8376 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8377
8378 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8379 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8380
8381 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8382
8383 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8384 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8385
8386 2001-05-09 John Wiegley <johnw@gnu.org>
8387
8388 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8389 Annotated the documentation string to tell users about
8390 `eshell-no-numeric-conversions'.
8391
8392 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8393 conversions if a Lisp function has the property
8394 `eshell-no-numeric-conversions' set to a non-nil value.
8395
8396 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8397 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8398 property `eshell-no-numeric-conversions' on the following
8399 functions (which all deal with filesystem entities, and never Lisp
8400 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8401 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8402 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8403 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8404 eshell/which, eshell/addpath.
8405
8406 2001-05-09 John Wiegley <johnw@gnu.org>
8407
8408 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8409 encountered as an argument, don't convert it right away, but tag
8410 the first character of the string with the text properties
8411 `number', which signifies to `eshell-lisp-command' that the
8412 argument should be passed through `string-to-number' if it is
8413 actually used in the call to a Lisp function.
8414
8415 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8416 function, convert any string arguments that have been tagged as
8417 "numbers", by calling string-to-number.
8418
8419 * eshell/esh-util.el (eshell-number-regexp): Now that number
8420 conversions only happen for Lisp function calls, the number regexp
8421 should now match all integer and floating point forms.
8422
8423 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8424 `eshell-continue-process', since they are both nonfunctional at
8425 the moment.
8426 (eshell-proc-initialize): Don't bind keys for
8427 `eshell-stop-process' or `eshell-continue-process'.
8428
8429 * eshell/em-unix.el (eshell-shuffle-files):
8430 Apply `directory-file-name' before calling `file-name-directory'.
8431
8432 * eshell/em-hist.el (eshell-add-to-history): Reference to
8433 `eshell-history-ring' needed to be `eshell-history-index'.
8434
8435 * calendar/timeclock.el (timeclock-find-discrep):
8436 Initialize `elapsed' to 0.
8437 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8438 it's still nil.
8439
8440 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8441
8442 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8443 (archive-mode): Use capitalize.
8444 (archive-unique-fname): Use make-temp-file.
8445
8446 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8447
8448 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8449
8450 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8451
8452 * tar-mode.el (tar-extract): Pay attention to the value of
8453 coding-system-for-read, if it is non-nil.
8454
8455 * calendar/holidays.el (holidays): Add an autoload cookie.
8456 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8457
8458 2001-05-08 John Wiegley <johnw@gnu.org>
8459
8460 * calendar/timeclock.el (timeclock-workday-remaining):
8461 Changed logic for determining how much time is remaining.
8462 (timeclock-workday-elapsed): Don't accept a "relative" argument
8463 for the current day's elapsed time. What could that have meant?
8464 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8465 (timeclock-when-to-leave): Changed logic, similarly to what was
8466 done for `timeclock-workday-remaining'.
8467 (timeclock-find-discrep): Removed "today-only" argument, which had
8468 no meaning. Fixed some more math problems. The function now
8469 returns a three member list: (TOTAL-TIME-DISCREPANCY
8470 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8471
8472 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8473
8474 * w32-fns.el (convert-standard-filename): Start replacing slashes
8475 from the beginning of the file name, not from where the last
8476 invalid character was. From "Andrew Maguire (SWW)"
8477 <Andrew.Maguire@Smallworld.co.uk>
8478
8479 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8480
8481 The following changes are to provide infrastructure for handling
8482 MIME messages to rmail. They don't affect the original behaviour
8483 if rmail-enable-mime is nil.
8484
8485 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8486 (rmail-search-mime-message-function)
8487 (rmail-search-mime-header-function): New variables.
8488 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8489 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8490 `rmail-view-buffer' is hidden.
8491 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8492 call rmai-show-mime-function.
8493 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8494 mode-line-process of rmail-view-buffer.
8495 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8496 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8497 buffer.
8498 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8499 set-buffer to the Rmail buffer.
8500 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8501 rmail-search-mime-header-function.
8502 (rmail-search-message): New function.
8503 (rmail-search): Call rmail-search-message to check if a message
8504 matches REGEXP, lastly update point after calling
8505 rmail-show-message.
8506 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8507 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8508 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8509 header region, refer to rmail-msgref-vector while setting the
8510 current buffer to rmail-buffer temporarily.
8511 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8512 If rmail-enable-mime is non-nil, call
8513 rmail-insert-mime-forwarded-message-function instead of inserting
8514 forwarded message by itself.
8515
8516 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8517 Rmail buffer.
8518 (rmail-set-label, rmail-next-labeled-message): Likewise.
8519
8520 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8521 set-buffer to the Rmail buffer.
8522 (rmail-output-to-rmail-file): Likewise.
8523 (rmail-output): Likewise.
8524
8525 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8526 of mail-fetch-field by rmail-summary-line-decoder.
8527 (rmail-new-summary): Be sure to go to the Rmail buffer.
8528 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8529 rmail-view-buffer to nil.
8530 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8531 rmail-view-buffer.
8532 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8533 rmail-buffer.
8534 (rmail-summary-scroll-msg-down): Likewise.
8535 (rmail-summary-beginning-of-message): Likewise.
8536 (rmail-summary-wipe): Likewise.
8537 (rmail-summary-toggle-header): Use save-window-excursion, not
8538 save-excursion. Update point in rmail-view-buffer, not in
8539 rmail-buffer.
8540 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8541 rmail-view-buffer, not rmail-buffer.
8542
8543 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8544
8545 * cus-edit.el (custom-file): Signal an error if user-init-file is
8546 nil (running -q).
8547
8548 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8549
8550 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8551 Add :version.
8552
8553 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8554 New option.
8555 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8556 only if smtpmail-warn-about-unknown-extensions is set.
8557
8558 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8559 instead of rmail-sort-by-keywords.
8560
8561 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8562 rmail-sort-by-keywords.
8563
8564 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8565 rmail-summary-sort-by-keywords. Doc fix.
8566 (rmail-summary-mode): Doc fix.
8567
8568 * mail/rmail.el (rmail-edit): New Custom group.
8569
8570 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8571 (rmail-edit-mode-hook): New user-option.
8572
8573 2001-05-05 Richard M. Stallman <rms@gnu.org>
8574
8575 * help.el (help-xref-symbol-regexp): Recognize "source of"
8576 and friends, meaning make a link to the source file.
8577 (help-make-xrefs): Handle "source of" and friends
8578 by constructing a link that visits the source file.
8579
8580 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8581
8582 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8583
8584 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8585 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8586 Renamed from perl-font-lock-keywords to avoid clashes.
8587 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8588 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8589 Updated correspondingly.
8590
8591 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8592 Typo `nonexistant' -> `nonexistent'.
8593
8594 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8595
8596 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8597 Split `c-electric-delete' into two functions where
8598 `c-electric-delete-forward' always deletes forward and
8599 `c-electric-delete' only contains the code necessary for XEmacs to
8600 choose between backward and forward deletion.
8601
8602 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8603 get the electric behavior on that key too.
8604 (c-fill-paragraph): Fixed bogus direct use of
8605 c-comment-prefix-regexp, which caused an error when it's a list.
8606
8607 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8608
8609 * dired-aux.el (dired-diff): Doc fix.
8610
8611 * dired.el (dired-diff): Likewise.
8612
8613 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8614
8615 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8616
8617 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8618
8619 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8620 if both the buffer and the file are read-only.
8621
8622 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8623 rather than font-lock-string-face.
8624 (sh-get-indent-info): Treat heredocs like strings.
8625
8626 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8627
8628 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8629 a newline following `}'.
8630 (texinfo-format-email): New function.
8631 (toplevel): Use texinfo-format-email for @email.
8632 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8633 Add `display'.
8634 (texinfo-sort-region): Goto point-min before sorting.
8635 (texinfo-set): Remove leading white space from value.
8636 From yagi@is.titech.ac.jp.
8637
8638 * replace.el (query-replace-regexp-eval): Doc fix.
8639
8640 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8641
8642 * diff-mode.el (diff-nonexistant-face): New face.
8643 (diff-font-lock-keywords): Use it.
8644
8645 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8646
8647 * font-lock.el (font-lock-mode): Doc fix.
8648
8649 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8650 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8651
8652 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8653
8654 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8655 backslash at the start of the here-document delimiter.
8656 (sh-font-lock-syntactic-keywords): Likewise.
8657
8658 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8659
8660 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8661
8662 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8663 (tty-color-translate, tty-color-by-index, tty-color-values)
8664 (tty-color-desc): Doc fix.
8665
8666 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8667
8668 * dired-aux.el (dired-do-create-files, dired-do-copy)
8669 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8670 Mention dired-dwim-target in the doc string.
8671
8672 2001-04-28 Miles Bader <miles@gnu.org>
8673
8674 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8675 (dabbrev--find-expansion): Use it.
8676 (dabbrev--select-buffers): Don't select ignored buffers.
8677
8678 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8679
8680 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8681
8682 2001-04-26 Richard M. Stallman <rms@gnu.org>
8683
8684 * dabbrev.el: Add doc strings for some functions.
8685 (dabbrev--eliminate-newlines): New variable.
8686 (dabbrev--substitute-expansion): Convert newlines to spaces
8687 if dabbrev--eliminate-newlines is set.
8688 If abbrev and expansion are both all-lower-case,
8689 leave dabbrev--last-case-pattern nil.
8690
8691 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8692
8693 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8694 if necessary, like in rmail-show-message.
8695
8696 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8697
8698 * ps-print.el: Color specified by number is forced to be float number.
8699 (ps-print-version): New version number (6.5.1.1).
8700 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8701 initialization.
8702 (ps-prefix-quote): New internal var.
8703 (ps-print-quote): New fun.
8704 (ps-setup, ps-output-frame-properties, ps-float-format)
8705 (ps-format-color): Code fix.
8706 (ps-plot-region): Eliminate redundant foreground color text setting.
8707
8708 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8709
8710 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8711
8712 2001-04-25 Gerd Moellmann <gerd@gnu.org>
8713
8714 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8715
8716 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8717
8718 * info.el (Info-additional-directory-list): Doc fix.
8719
8720 * find-lisp.el (find-lisp-find-dired-filter)
8721 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8722 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
8723
8724 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8725
8726 * progmodes/make-mode.el (makefile-font-lock-keywords):
8727 Rationalize the rules for includes and conditionals and use the
8728 keyword face for them.
8729
8730 * faces.el (modify-face): Add compatibility for non-interactive use.
8731
8732 2001-04-24 John Wiegley <johnw@gnu.org>
8733
8734 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8735 fix from last night, since it wasn't finding eshell/cd.
8736
8737 2001-04-24 Gerd Moellmann <gerd@gnu.org>
8738
8739 * rect.el (string-rectangle): Revert to 20.x behaviour.
8740 (replace-rectangle): Make it an alias for string-rectangle.
8741 (string-insert-rectangle): New function.
8742
8743 2001-04-23 John Wiegley <johnw@gnu.org>
8744
8745 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8746 occurring with Emacs 21's diff.el/compile.el interaction layer.
8747
8748 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8749
8750 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8751 case where the function was defined in a file, but not part of an
8752 eshell module.
8753
8754 2001-04-23 John Wiegley <johnw@gnu.org>
8755
8756 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8757 code to work around a redisplay problem I've been having.
8758
8759 2001-04-23 John Wiegley <johnw@gnu.org>
8760
8761 * calendar/timeclock.el (timeclock-day-required): If the time
8762 required for a particular day is not set, use `timeclock-workday'.
8763 (timeclock-find-discrep): Added some sample code in a comment.
8764
8765 * eshell/eshell.el (eshell-command): Made a few changes so that
8766 `eshell-command' could be called programmatically.
8767
8768 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8769
8770 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8771
8772 2001-04-23 John Wiegley <johnw@gnu.org>
8773
8774 * calendar/timeclock.el: Updated copyright.
8775 (timeclock-generate-report): Don't report the daily or two-week
8776 total, if no time has been worked in that period.
8777 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8778 final computational form, which was unnecessary; corrected a
8779 parsing problem when timeclock-relative was nil.
8780
8781 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
8782
8783 * calendar/timeclock.el (timeclock-modeline-display): Check if
8784 `list-entry' is null.
8785 (timeclock-use-display-time): The first argument to `set-variable'
8786 must be a symbol.
8787
8788 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8789
8790 * calendar/calendar.el (diary-entry-marker)
8791 (calendar-today-marker, calendar-holiday-marker):
8792 Use display-color-p instead of window-system.
8793 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8794 instead of window-system.
8795 (calendar-hide-window): Use display-multi-frame-p instead of
8796 window-system.
8797
8798 * calendar/cal-x.el (calendar-two-frame-setup)
8799 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8800 Use display-multi-frame-p instead of window-system.
8801
8802 2001-04-23 Gerd Moellmann <gerd@gnu.org>
8803
8804 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8805
8806 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8807 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8808
8809 2001-04-23 Alex Schroeder <alex@gnu.org>
8810
8811 * goto-addr.el: Instead of defining line-beginning-position and
8812 line-end-position a defalias is used for point-at-bol and point-at-eol.
8813
8814 2001-04-23 Alex Schroeder <alex@gnu.org>
8815
8816 * goto-addr.el: Added XEmacs compatibility code.
8817 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8818
8819 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
8820
8821 * textmodes/paragraphs.el (sentence-end): Doc fix.
8822
8823 2001-04-20 Alex Schroeder <alex@gnu.org>
8824
8825 * sql.el (sql-escape-newlines-and-send): New function.
8826 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8827
8828 2001-04-20 Alex Schroeder <alex@gnu.org>
8829
8830 * sql.el (sql-db2-program): New option.
8831 (sql-db2-options): New option.
8832 (sql-db2): New function.
8833
8834 2001-04-20 Alex Schroeder <alex@gnu.org>
8835
8836 * sql.el (sql-mode-menu): Added highlighting entries.
8837 (sql-highlight-oracle-keywords): New function.
8838 (sql-highlight-postgres-keywords): New function.
8839 (sql-highlight-ansi-keywords): New function.
8840
8841 2001-04-20 Alex Schroeder <alex@gnu.org>
8842
8843 * sql.el (sql-help): Doc change.
8844
8845 2001-04-19 Karl Fogel <kfogel@collab.net>
8846
8847 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8848 that inserted file content only to delete it immediately.
8849 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8850 <lektu@uol.com.br> for the patch.
8851
8852 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8853
8854 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8855
8856 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8857
8858 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8859 for defmethod.
8860
8861 * comint.el (comint-cr-magic): New function.
8862 (toplevel): Add it to comint-preoutput-filter-functions.
8863
8864 2001-04-18 Andrew Innes <andrewi@gnu.org>
8865
8866 * makefile.w32-in (EMACSLOADPATH): Define.
8867 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8868 (recompile): Remove stuff to set EMACSLOADPATH.
8869
8870 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8871
8872 * language/slovak.el ("Slovak"): Add tutorial entry.
8873
8874 * net/browse-url.el (browse-url-new-window-flag): Renamed from
8875 browse-url-new-window-p.
8876
8877 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8878
8879 * info.el (Info-menu-update): When there are no menus and/or no
8880 cross references in the node, make the respective items of the
8881 Info menu-bar menu inactive.
8882
8883 2001-04-17 Gerd Moellmann <gerd@gnu.org>
8884
8885 * indent.el (indent-for-tab-command): Call indent-line-function
8886 with no argument if PREFIX-ARG is non-nil.
8887
8888 * frame.el (delete-other-frames): Handle minibuffer-only frames.
8889
8890 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8891
8892 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8893 an async subprocess if start-process is unavailable. Suggested by
8894 Tim Van Holder <tim.van.holder@pandora.be>.
8895
8896 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8897
8898 * info.el (Info-additional-directory-list): Doc fix. Suggested by
8899 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8900
8901 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8902
8903 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8904 manual.
8905
8906 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
8907
8908 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8909 (cvs-menu): Add a few entries.
8910
8911 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8912 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8913 lock file appears to be reachable from Emacs.
8914 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8915 (cvs-mode-find-file): Look for cvs-header-face rather than
8916 cvs-dirname-face (which doesn't exist).
8917 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8918
8919 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8920
8921 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8922
8923 * emulation/pc-select.el (pc-selection-mode): Don't turn on
8924 normal-erase-is-backspace on a tty. Instead, bind some keys such
8925 as [delete] directly, like pc-select.el did before
8926 normal-erase-is-backspace was invented.
8927
8928 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8929
8930 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8931
8932 2001-04-11 John Wiegley <johnw@gnu.org>
8933
8934 * eshell/em-ls.el (eshell-ls-insert-directory):
8935 Set font-lock-defaults to nil, to prevent fontification in dired
8936 buffers, if Eshell's ls is being used.
8937
8938 2001-04-11 John Wiegley <johnw@gnu.org>
8939
8940 * calendar/timeclock.el (timeclock-completing-read): New function.
8941 (timeclock-ask-for-project, timeclock-ask-for-reason):
8942 Call `timeclock-completing-read'.
8943
8944 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
8945 required where `member' was being used.
8946
8947 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
8948
8949 * eshell/em-hist.el (eshell-previous-matching-input):
8950 Don't display "History item" if the minibuffer is active.
8951
8952 2001-04-11 Gerd Moellmann <gerd@gnu.org>
8953
8954 * startup.el (command-line): Output a newline after printing
8955 an error from loading the window system's init file.
8956
8957 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
8958
8959 * textmodes/texinfo.el (texinfo-font-lock-keywords):
8960 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
8961 @inforef. Add an OVERRIDE of `keep' to highlight specs of
8962 keywords whose arguments routinely include @@.
8963
8964 2001-04-10 Gerd Moellmann <gerd@gnu.org>
8965
8966 * emacs-lisp/advice.el (ad-make-advised-definition):
8967 Construct advice for subrs differently.
8968
8969 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
8970 regexp in parentheses when building the regexp for searching backwards.
8971
8972 * simple.el (completion-list-mode-finish): New function.
8973 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8974
8975 * language/european.el ("Polish"): Change sample text.
8976 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
8977
8978 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8979 parameter.
8980
8981 * faces.el (menu): Doc fix.
8982
8983 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8984
8985 * ps-print.el: Footer implementation. Doc fix.
8986 (ps-print-version): New version number (6.5.1).
8987 (ps-header-frame-alist): New customization var for header frame
8988 properties.
8989 (ps-line-number-color): New customization var for line number color.
8990 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
8991 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
8992 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
8993 (ps-right-footer): New customization vars for footers.
8994 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
8995 footers.
8996 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
8997 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
8998 Code fix.
8999 (ps-prologue-file): Indentation fix.
9000 (ps-print-quote): Fun eliminated.
9001 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9002 (ps-output-frame-properties): New fun.
9003 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9004 (ps-skip-newline): Replace defun by defsubst.
9005
9006 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
9007
9008 * eshell/eshell.el (eshell-command): Needed a "%s" format
9009 specifier, in case the buffer contains percent characters.
9010
9011 2001-04-10 John Wiegley <johnw@gnu.org>
9012
9013 * calendar/timeclock.el (timeclock-generate-report): Added a
9014 missing insert of the project name.
9015
9016 2001-04-09 Gerd Moellmann <gerd@gnu.org>
9017
9018 * obsolete/profile.el: Moved from emacs-lisp/.
9019
9020 * Makefile.in (nonobsolete_setwins): New macro.
9021 (finder-data): Use it instead of `setwins'.
9022 From: Dave Love <fx@gnu.org>.
9023
9024 * server.el (server-visit-files): Set server-existing-buffer correctly.
9025 (server-visit-files): Run server-visit-hook after going to
9026 line 1 so that the hook can set point as it sees fit.
9027
9028 * bindings.el (mode-line-modified): Unify help messages.
9029
9030 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9031
9032 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9033 All callers changed.
9034
9035 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9036
9037 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9038 long file names aren't supported, truncate the file names in
9039 quail-misc-package-ext-info to 8+3 before matching them against
9040 FILENAME.
9041
9042 * dos-fns.el (dos-truncate-to-8+3): New function.
9043
9044 * progmodes/compile.el (grep-compute-defaults): Use null-device
9045 instead of literal /dev/null. Reported by Jens Schmidt
9046 <schmidt@mathematik.uni-kl.de>.
9047
9048 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9049
9050 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9051
9052 * textmodes/sgml-mode.el: Add unknown maintainer.
9053 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9054 (html-mode-map): Use set-keymap-parent.
9055
9056 2001-04-06 Dave Love <fx@gnu.org>
9057
9058 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9059 Remove redundant string-to-list.
9060
9061 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9062
9063 * composite.el (reference-point-alist): Doc fix.
9064
9065 2001-04-05 Sam Steingold <sds@gnu.org>
9066
9067 * font-lock.el (font-lock-keywords-case-fold-search):
9068 Make buffer-local. This fixes a very annoying bug when loading a Lisp
9069 file made font-lock case-insensitive.
9070
9071 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9072
9073 * faces.el (defface menu): Doc fix.
9074
9075 * wid-edit.el (widget-color-sample-face-get): Don't make
9076 faces for undefined colors.
9077
9078 * version.el (emacs-version): Include LessTif/Motif version info.
9079
9080 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9081
9082 * ps-mule.el: Eliminate cl package dependence.
9083 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9084 if they aren't defined yet.
9085 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9086 Eliminate cl package dependence.
9087
9088 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9089
9090 * progmodes/cc-cmds.el (c-outline-level):
9091 Bind buffer-invisibility-spec. Originally from Dave Love, but
9092 got lost when incorporating version 5.26.
9093
9094 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9095
9096 * emulation/pc-select.el (pc-selection-mode):
9097 Call normal-erase-is-backspace-mode instead of binding
9098 keys individually.
9099
9100 * cus-load.el (normal-erase-is-backspace): Use it instead of
9101 delete-key-deletes-forward.
9102
9103 * startup.el (command-line): Use normal-erase-is-backspace and
9104 normal-erase-is-backspace-mode.
9105
9106 * simple.el (normal-erase-is-backspace): Rename from
9107 delete-key-deletes-forward. Doc fix.
9108 (normal-erase-is-backspace-mode): Rename from
9109 delete-key-deletes-forward-mode. Doc fix.
9110 Run normal-erase-is-backspace-hook.
9111
9112 * dired.el (dired-move-to-filename-regexp): Support file sizes in
9113 ``human-readable'' format produced by GNU `ls'.
9114 (dired-move-to-filename-regexp): Recognize ISO format dates.
9115 From Paul Eggert <eggert@twinsun.com>.
9116
9117 2001-04-04 Gerd Moellmann <gerd@gnu.org>
9118
9119 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9120 New functions.
9121 (lm-verify): Check keywords.
9122 From Eric M. Ludlam <eric@siege-engine.com>.
9123
9124 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9125
9126 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9127 `xemacs' feature instead of for the function `set-extent-property'.
9128
9129 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9130
9131 * mail/mh-utils.el (mh-folder-hist): New var.
9132 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9133
9134 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9135
9136 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9137 region, position point on the first or last 16-byte group.
9138 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9139 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9140 hexl-beginning-of-line.
9141
9142 2001-04-03 Gerd Moellmann <gerd@gnu.org>
9143
9144 * icomplete.el (icomplete-mode): Treat an argument like other
9145 modes do.
9146
9147 * startup.el (fancy-splash-head): Use splash8.xpm for color
9148 depth 8.
9149
9150 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9151 Add an antry for ``converts''.
9152
9153 * language/slovak.el ("Slovak"): Add documentation string.
9154 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9155
9156 * language/czech.el ("Czech"): Add documentation string.
9157 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9158
9159 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9160 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9161
9162 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9163
9164 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9165 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9166 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9167 Use `defsubst' rather than a macro to ease debugging.
9168 (mail-extr-last): Remove (use `last' instead).
9169 (mail-extract-address-components): Properly reset the syntax-table
9170 after parsing an address. Use `last' rather than mail-extr-last.
9171 Make sure the end marker stays at the very end.
9172
9173 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9174
9175 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9176 last change.
9177
9178 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9179
9180 * ps-print.el: Line and paragraph spacing feature. Region to cut
9181 out when printing. Doc fix.
9182 (ps-print-version): New version number (6.5).
9183 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9184 New vars. Line and paragraph spacing feature.
9185 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9186 out when printing.
9187 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9188 (ps-get-font-size, ps-begin-job, ps-continue-line)
9189 (ps-plot-region): Code fix.
9190 (ps-print-prologue-2): Var eliminated.
9191 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9192 New internal vars.
9193 (ps-get-size): New fun.
9194 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9195 (ps-next-line): Replace defun by defsubst.
9196 (ps-mule-plot-string): Autoload doc fix.
9197
9198 * ps-bdf.el: XEmacs compatibility. Doc fix.
9199 (installation-directory, coding-system-for-read): Declare vars if
9200 it's not declared yet.
9201 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9202
9203 * ps-mule.el: XEmacs compatibility. Doc fix.
9204 (leading-code-private-22): Declare var if it's not declared yet.
9205 (charset-bytes, charset-dimension, charset-id, charset-width)
9206 (find-charset-region, split-char, char-width, chars-in-region)
9207 (forward-point, decompose-composite-char, encode-coding-string)
9208 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9209 Define funs if not defined yet.
9210 (encode-composition-rule, find-composition): Define funs if not
9211 loaded yet.
9212 (ps-mule-prologue): PostScript code fix.
9213
9214 2001-04-02 Kenichi Handa <handa@etl.go.jp>
9215
9216 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9217 non-nil, generate font for the header strings.
9218 (ps-mule-prepare-font): Likewise.
9219 (ps-mule-generate-glyphs): Likewise.
9220 (ps-mule-string-encoding): Likewise.
9221 (ps-mule-header-charsets): New variable.
9222 (ps-mule-encode-header-string): New function.
9223 (ps-mule-header-string-charsets): New function.
9224 (ps-mule-begin-job): Check charsets in the header strings. If there
9225 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9226
9227 * ps-print.el (ps-generate-header-line): Encode the header string by
9228 ps-mule-encode-header-string.
9229 (ps-mule-encode-header-string): Declare autoload.
9230
9231 2001-04-02 Gerd Moellmann <gerd@gnu.org>
9232
9233 * frame.el (cursor-in-non-selected-windows):
9234 Replaces show-cursor-in-non-selected-windows.
9235
9236 2001-03-31 Kenichi Handa <handa@etl.go.jp>
9237
9238 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9239 Delete entries for "chinese-py" and "chinese-ziranma".
9240 (quail-misc-package-ext-info): New variable.
9241 (tsang-quick-converter): New function.
9242 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9243 (quick-cns-converter, py-converter, ziranma-converter)
9244 (miscdic-convert, batch-miscdic-convert): New functions.
9245
9246 2001-03-30 Kenichi Handa <handa@etl.go.jp>
9247
9248 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9249 eight-bit-control chars.
9250
9251 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9252 Reduce making temporary vector (suggested by Dave Love).
9253
9254 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9255
9256 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9257 string as well.
9258
9259 2001-03-30 Andreas Schwab <schwab@suse.de>
9260
9261 * files.el (backup-directory-alist): Fix typo.
9262
9263 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9264
9265 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9266 <eggert@twinsun.com>.
9267
9268 2001-03-30 Dave Love <fx@gnu.org>
9269
9270 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9271
9272 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9273
9274 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9275
9276 2001-03-30 Miles Bader <miles@gnu.org>
9277
9278 * subr.el (interactive-form): Fix paren typo.
9279
9280 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9281
9282 * emacs-lisp/profile.el: Say that it's obsolete in the header
9283 line, so that finder.el puts that into its data-base.
9284 Suggested by Alex Schroeder <alex@gnu.org>.
9285
9286 2001-03-29 Paul Eggert <eggert@twinsun.com>
9287
9288 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9289 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9290
9291 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9292
9293 * generic.el (generic-mode-set-comments): Use "" rather than nil
9294 for comment-end.
9295
9296 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9297
9298 * emacs-lisp/advice.el (ad-make-advised-definition):
9299 Call interactive-form to obtain the interactive spec of subrs.
9300
9301 * subr.el (interactive-form): New function.
9302
9303 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9304
9305 * vc-sccs.el (vc-sccs-register): Use relative file names.
9306
9307 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9308
9309 * bookmark.el (bookmark-get-bookmark): Handle case that
9310 BOOKMARK is not a string.
9311
9312 * image.el (image-type-regexps): Change type for PS files
9313 to `postscript'.
9314
9315 * subr.el (read-passwd): Clear command history after each
9316 character entered. From: Stephen Gildea
9317 <gildea@stop.mail-abuse.org>.
9318
9319 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9320
9321 * international/kkc.el (kkc-save-init-file): Locally bind
9322 print-length to nil.
9323
9324 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9325
9326 * textmodes/flyspell.el: Some doc fixes.
9327 (flyspell-maybe-correct-transposition)
9328 (flyspell-maybe-correct-doubling): Use a temporary buffer
9329
9330 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9331
9332 * emacs-lisp/byte-opt.el (byte-optimize-while)
9333 (byte-optimize-form-code-walker): Diagnose too few arguments
9334 for `if' and `while'.
9335
9336 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9337
9338 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9339 Prepend `\' to "\<quail-translation-docstring>".
9340
9341 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9342
9343 * autorevert.el (global-auto-revert-non-file-buffers):
9344 Remove duplicate defcustom.
9345
9346 2001-03-26 Miles Bader <miles@gnu.org>
9347
9348 * international/latin1-disp.el (latin1-char-displayable-p):
9349 Add leading "-" for X font pattern.
9350
9351 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9352
9353 * international/mule-diag.el (describe-coding-system):
9354 For raw-text and emacs-mule, don't add anymore text about what
9355 charsets they can encode.
9356
9357 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9358
9359 * help.el (view-lossage): Mention open-dribble-file in the doc
9360 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9361
9362 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9363
9364 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9365 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9366
9367 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9368
9369 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9370 Call ccl-execute-on-string directly so that CCL program handling
9371 multibyte sequence can work correctly.
9372 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9373 property of the coding system.
9374
9375 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9376
9377 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9378 Fix transcription typo.
9379
9380 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9381
9382 * whitespace.el: Add buffer local variables to toggle testing of
9383 whitespaces in buffers without affecting the default values.
9384 Bump version to 3.0 to account for a few other changes.
9385 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9386 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9387 (whitespace-toggle-spacetab-check): New functions.
9388
9389 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9390
9391 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9392
9393 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9394
9395 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9396 bs-cycle-configuration-name. From Juanma Barranquero
9397 <lektu@uol.com.br>.
9398
9399 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9400 and cc-vars.el.
9401
9402 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9403 headers. Always invoke sendmail with option -t.
9404
9405 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9406
9407 * Release of cc-mode 5.28.
9408
9409 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9410
9411 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9412 Removed the hardcoded switch to "java" style in Java mode.
9413 It's instead taken care of by the default value for c-default-style.
9414
9415 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9416
9417 * cc-align.el (c-lineup-math): Fix bug where lineup was
9418 triggered by equal signs in string literals.
9419
9420 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9421
9422 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9423 limit detection when at the ends of the buffer.
9424
9425 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9426 "for" statement clause in case 7F; a better one is done
9427 earlier in case 7D anyway.
9428
9429 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9430
9431 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9432 somewhat more and did a small optimization.
9433
9434 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9435
9436 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9437 Use the limit argument only to limit the syntactic context
9438 search, not to limit the actual movement.
9439
9440 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9441 inside multiline strings, just like in comments. Also various
9442 fixes to the paragraph and comment prefix recognition, block
9443 comment ender handling etc.
9444
9445 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9446
9447 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9448 the relative position of the point.
9449
9450 * cc-cmds.el (c-electric-continued-statement): New function to
9451 use as abbrev hook to reindent for keywords such as "else"
9452 that continues an earlier statement.
9453
9454 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9455 like classes.
9456
9457 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9458 (pike-mode): Populate the default abbrev tables to reindent for
9459 keywords such as "else" that can continue earlier statements.
9460 Abbrev mode is therefore turned on by default now. (Note that
9461 this doesn't apply to idl-mode, since IDL afaik doesn't have
9462 statements at all.)
9463
9464 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9465
9466 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9467 bracelists where the declaration contains template arguments.
9468
9469 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9470
9471 * cc-cmds.el (c-comment-indent):
9472 Use `c-get-syntactic-indentation' to correctly calculate the
9473 syntactic indentation. Fixes bug with lineup functions that
9474 return vectors.
9475
9476 * cc-engine.el (c-get-syntactic-indentation): Split the
9477 indentation sum calculation from `c-indent-line' to a separate
9478 function.
9479
9480 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9481
9482 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9483 Fixed places where it was assumed that preprocessor directives
9484 have to start in column zero.
9485
9486 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9487 template arguments after a class identifier properly.
9488
9489 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9490 lists for `new Foo[]' constructs in Java as expressions and
9491 not top level definition brace lists on the top level, so that
9492 they'll get indented consistently with the same type of
9493 expression in a normal block.
9494
9495 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9496
9497 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9498 whether the adaptive filling package fails to keep the comment
9499 prefix is now kludged further to check for filladapt-mode
9500 which doesn't have that problem. This is really icky, but it's
9501 the only way that works with the current misfeatures/bugs in
9502 both adaptive-fill-mode and filladapt-mode.
9503
9504 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9505 around point is recognized more robust.
9506
9507 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9508
9509 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9510 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9511 (c-lit-type): Fixed all internal variables used dynamically so
9512 that they are always bound.
9513
9514 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9515 errors:
9516
9517 (c-indent-region): Fixed reporting of syntactic errors so that
9518 the region is fully reindented even when an error occurs.
9519 The last syntactic error is printed afterwards. Also cleanup up a
9520 whole lot of code that tried to optimize indentation of whole
9521 sexps but in reality accomplishes nothing.
9522
9523 (c-indent-sexp): Use c-indent-region.
9524
9525 (c-parsing-error): Changed this variable to hold the message
9526 for any syntactic error that is discovered.
9527
9528 (c-parse-state): Search backward from point instead of the bod
9529 position when the latter is invalid. This makes CC Mode
9530 recover faster when there are unbalanced close braces.
9531
9532 (c-backward-to-start-of-if): Use c-parsing-error to report
9533 dangling "else" clauses instead of throwing an error, and fall
9534 back to a reasonable position.
9535
9536 (c-indent-line): Added argument to avoid reporting syntactic errors.
9537
9538 (c-show-syntactic-information): Don't report any syntactic errors.
9539
9540 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9541
9542 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9543 paragraph recognition when moving by sentence in literals.
9544
9545 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9546 start regexp for javadoc to recognize javadoc markup in general instead
9547 of a specific set of keywords, to be more future-safe.
9548
9549 (c-Pike-pikedoc-paragraph-start)
9550 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9551 pikedoc markup.
9552
9553 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9554
9555 (pike-mode): Initialize paragraph settings pikedoc recognition.
9556
9557 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9558
9559 (c-comment-prefix-regexp): Made it possible to use an
9560 association list on this to specify mode specific regexps.
9561 The default value now use a special regexp in Pike mode to
9562 recognize pikedoc markup.
9563
9564 (c-current-comment-prefix): New variable containing the actual
9565 regexp from c-comment-prefix-regexp for the current buffer.
9566
9567 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9568
9569 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9570 lists: We can't look at the syntax, since a brace list can get
9571 recognized as a plain statement-cont.
9572
9573 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9574 special brace list opener broken over two lines got recognized
9575 as a statement on the second line. Case 9A changed.
9576
9577 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9578
9579 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9580 adjustment after line is reindented.
9581
9582 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9583
9584 * cc-defs.el (c-point): Added optional argument for position
9585 to use instead of the current point.
9586
9587 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9588 the in-expression block symbols when the construct starts at
9589 boi, to avoid the extra level of indentation in that case.
9590 Cases 4, 16A and 17E affected.
9591
9592 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9593
9594 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9595 calls to `c-indent-line', to adhere better to Emacs conventions.
9596
9597 * cc-engine.el (c-indent-line): Use the syntax already bound
9598 to `c-syntactic-context', if there is any.
9599
9600 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9601
9602 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9603 wasn't added up correctly when a lineup function returned nil.
9604
9605 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9606
9607 * cc-engine.el (c-collect-line-comments): Fixed bug where
9608 empty lines were ignored when collecting line comments backwards.
9609
9610 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9611
9612 * cc-align.el (c-lineup-dont-change): Return an absolute
9613 indentation column to work correctly in the case when several
9614 syntactic elements are processed for the same line.
9615
9616 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9617 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9618 (c-set-offset): Added absolute indentation column settings by
9619 using the vector type.
9620
9621 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9622
9623 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9624 Implemented two new cleanups `space-before-funcall' and
9625 `compact-empty-funcall'.
9626
9627 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9628
9629 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9630 helping building regexps.
9631
9632 * cc-engine.el (c-on-identifier): New function for detecting
9633 identifiers. It takes keywords into account.
9634
9635 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9636 lists. `c-keywords' is set to a regexp matching all keywords
9637 in the current language.
9638
9639 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9640
9641 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9642 list of characters to skip backwards over at the beginning of
9643 a statement, since it can precede string literals in Pike.
9644
9645 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9646
9647 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9648 recognition when standing on the last line in a C++ comment
9649 with nothing but whitespace after the prefix.
9650
9651 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9652 given no limit argument.
9653
9654 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9655
9656 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9657 recognition for the `[]= operator symbol in Pike.
9658
9659 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9660
9661 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9662 around a bug in `eval-when-compile' in the byte compiler.
9663
9664 * cc-engine.el (c-forward-token-1): Fixed bug with return
9665 value when count is zero and there's no token start within the limit.
9666
9667 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9668 "prefix comments", i.e. comments which are followed by code on
9669 the same line.
9670
9671 * cc-mode-19.el: Fixes so that checks that must be done at
9672 compile time also are done then.
9673
9674 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9675
9676 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9677 time and at runtime, and only when it's needed.
9678
9679 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9680
9681 Major cleanup for less error prone and more warning free
9682 compilation, including some fixes for bugs due to different
9683 compilation orders. Thanks to Martin Buchholz for providing
9684 the basis for all this.
9685
9686 * cc-bytecomp.el: New file that provides some byte compilation
9687 features: It ensures that files always are loaded from the
9688 current source directory during compilation, and it provides a
9689 set of macros to turn off specific compiler warnings for
9690 specific symbols. (It's not CC Mode specific in any way.)
9691
9692 Fixed a nearly acyclic dependency tree (both runtime and
9693 compile-time) between all files.
9694
9695 * cc-defs.el: Separated all macros before the inline functions,
9696 to ensure correct compilation.
9697
9698 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9699 cc-defs.el to cc-engine.el and made it a function instead.
9700
9701 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9702 about char-after.
9703
9704 * cc-vars.el: Cope even when there isn't a custom package
9705 containing defcustom available.
9706
9707 * cc-make.el: Removed since it's no longer necessary.
9708
9709 README: Updated installation instructions.
9710
9711 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9712
9713 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9714 improve the modularity: Moved all mode init stuff from
9715 cc-langs.el to cc-mode.el, including the keymap
9716 initialization; cc-langs now only contains the various
9717 variables for configuring the language syntax.
9718
9719 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9720 (c-get-offset): Moved from cc-styles to cc-engine since file
9721 dependency analysis suggests they belong there (which also
9722 makes more sense). Thanks to Martin Buchholz for doing the analysis.
9723
9724 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9725
9726 * cc-cmds.el (c-fn-region-is-active-p): New function that
9727 wraps the corresponding macro, for use in places that aren't
9728 compiled. Thanks to Martin Buchholz for pointing out this.
9729
9730 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9731
9732 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9733 add things to the bug report.
9734
9735 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9736
9737 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9738 returned prefix could contain a newline when the search for a
9739 good prefix line failed.
9740
9741 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9742
9743 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9744 (c-toggle-auto-hungry-state): Made the argument optional, as
9745 the documentation says it is.
9746
9747 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9748
9749 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9750 multiline string syntax, #"...", as a cpp macro.
9751
9752 2001-03-21 Paul Eggert <eggert@twinsun.com>
9753
9754 * international/mule-cmds.el (set-locale-environment):
9755 Set system-messages-locale and system-time-locale, but only if the
9756 caller specifies a non-nil locale name.
9757
9758 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9759
9760 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9761 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
9762
9763 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9764
9765 * follow.el (follow-avoid-tail-recenter): Doc fix.
9766
9767 * custom.el (custom-set-variables): Avoid reversing the list
9768 of args needlessly.
9769
9770 * startup.el (fancy-splash-head): Don't change the colors of the
9771 XPM image on a dark background.
9772
9773 * comint.el (comint-exec-1): Set columns of the terminal to
9774 window-width instead of frame-width.
9775
9776 * info.el (Info-scroll-down): Add missing WINDOW arg for
9777 pos-visible-in-window-p.
9778
9779 * ehelp.el (electric-help-mode-hook): Add defcustom.
9780
9781 * mail/sendmail.el (mail-mode): Activate case-folding in
9782 font-lock-defaults.
9783
9784 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9785
9786 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9787 (completion-ignored-extensions): Remove duplicate ".class".
9788
9789 2001-03-19 Andreas Schwab <schwab@suse.de>
9790
9791 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9792 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9793
9794 2001-03-19 Gerd Moellmann <gerd@gnu.org>
9795
9796 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9797 methods since there are not prefix input methods.
9798
9799 2001-03-19 Kenichi Handa <handa@etl.go.jp>
9800
9801 * international/mule-cmds.el (read-input-method-name):
9802 Locally bind enable-recursive-minibuffers to t.
9803
9804 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
9805
9806 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9807
9808 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
9809
9810 * ediff-util.el: Copyright years.
9811 (ediff-choose-syntax-table): New function.
9812 (ediff-setup): Use ediff-choose-syntax-table.
9813
9814 * ediff-init.el (ediff-with-syntax-table): New macro, uses
9815 with-syntax-table.
9816
9817 * ediff.el: Date of last update, copyright years.
9818
9819 * ediff-wind (ediff-setup-control-frame): Nill->nil.
9820
9821 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9822 of Scott Bronson.
9823 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9824 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9825 Deleted functions.
9826 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9827 ex-token-list.
9828
9829 * viper-util.el: Spaces, indentation.
9830
9831 * viper.el: Changed version, modification time.
9832
9833 2001-03-16 John Wiegley <johnw@gnu.org>
9834
9835 * calendar/timeclock.el (timeclock-workday-remaining):
9836 Check whether `discrep' is non-null before using it.
9837
9838 2001-03-16 John Wiegley <johnw@gnu.org>
9839
9840 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9841 first-time checkins.
9842 (timeclock-log-data): Fixed problem with reading timelog log file.
9843 Resulting data in the "day list" was incorrect.
9844 (timeclock-find-discrep): Check if `timeclock-file' is readable
9845 before opening it.
9846 (timeclock-time-less-p): New function.
9847 (timeclock-day-base): New function.
9848 (timeclock-geometric-mean): New function.
9849 (timeclock-generate-report): Generate a summary report based on
9850 the contents of the log file. This uses `timeclock-log-data', and
9851 is an example of writing a timelog manipulation function.
9852 (timeclock-visit-timelog): A quick command for opening the timelog
9853 file.
9854 (timeclock-log-data): Bound the variable event.
9855
9856 2001-03-16 Kenichi Handa <handa@etl.go.jp>
9857
9858 * international/mule-cmds.el (select-safe-coding-system):
9859 Fix typo: symbol-name -> symbol-value.
9860
9861 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9862 before substitute-in-file-name to handle double slashes in FILE
9863 correctly.
9864
9865 2001-03-15 Gerd Moellmann <gerd@gnu.org>
9866
9867 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9868 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9869
9870 2001-03-14 Gerd Moellmann <gerd@gnu.org>
9871
9872 * bindings.el (features): Add `md5' and `overlay' to the list.
9873
9874 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9875 bound before using it. It's not bound when configured without X,
9876 for instance.
9877
9878 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
9879
9880 * progmodes/hideshow.el: Update copyright.
9881 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9882 (hs-minor-mode-hook): Include `:version' in defcustom form.
9883
9884 2001-03-13 Gerd Moellmann <gerd@gnu.org>
9885
9886 * help.el (string-key-binding): Don't call event-start on
9887 a non-list.
9888
9889 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
9890
9891 * startup.el (fancy-splash-tail, command-line-1): Fix the
9892 copyright year.
9893
9894 2001-03-13 Kenichi Handa <handa@etl.go.jp>
9895
9896 * term.el: These changes are based on a patch sent from Yong Lu
9897 <lyongu@yahoo.com>.
9898 (term-set-escape-char): Bind M-x to execute-extended-command in
9899 term-raw-escape-map.
9900 (term-move-columns): Don't try to move to negagive column.
9901 (term-emulate-terminal): Insert a string before deleting a text to
9902 overwrite.
9903
9904 2001-03-12 Gerd Moellmann <gerd@gnu.org>
9905
9906 * play/life.el (life): Rearrange code so that all calls to
9907 life-display-generation are in a catch-form.
9908
9909 * progmodes/etags.el (tags-loop-continue): Don't change point in a
9910 file that isn't interesting. In an interesting file, push the old
9911 value of point on the mark ring.
9912
9913 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9914 New function.
9915 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9916 Use it.
9917
9918 * emacs-lisp/autoload.el (generate-file-autoloads):
9919 Remove warning about line lengths.
9920
9921 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9922
9923 * progmodes/etags.el (tags-compression-info-list): New variable.
9924 (find-tag-in-order): Use it to deal with compressed source files.
9925 (tag-file-name-match-p): New function.
9926 (etags-recognize-tags-table): Use it for better match of file names.
9927
9928 2001-03-12 Kenichi Handa <handa@etl.go.jp>
9929
9930 * international/mule-cmds.el (register-input-method): Doc fix.
9931
9932 * international/quail.el (quail-translate-key): Fix condition to
9933 check if there's another breaking point in the current key.
9934
9935 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
9936
9937 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9938 Babyl header to the newly-created output file, bind
9939 coding-system-for-write to either rmail-file-coding-system or
9940 emacs-mule-unix.
9941
9942 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
9943
9944 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
9945 Fix the name and regexp used for subsubsections.
9946
9947 2001-03-10 Dave Love <fx@gnu.org>
9948
9949 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
9950 and save-buffer if buffer-file-name non-nil. From rms.
9951
9952 2001-03-10 Andre Spiegel <spiegel@gnu.org>
9953
9954 * vc.el (vc-do-command): If the destination buffer is already
9955 current, don't set it up and don't erase it. Updated doc string
9956 to reflect that.
9957 (vc-version-diff): When doing a single file diff, don't switch to the
9958 *vc-diff* buffer before the command. This is to preserve local
9959 variable bindings that might affect the diff command.
9960 (vc-print-log): Don't switch to the *vc* buffer before the
9961 command, so that local variable bindings are preserved.
9962
9963 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
9964 not the current buffer.
9965 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
9966
9967 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
9968 make output go to buffer *vc*, not the current buffer.
9969
9970 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
9971
9972 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
9973 so ^, $, *, ? and + are interpreted correctly.
9974
9975 2001-03-09 Gerd Moellmann <gerd@gnu.org>
9976
9977 * help.el (string-key-binding): Renamed from
9978 mode-line-key-binding. Handle any event on a string.
9979 Check for `keymap' properties as well as `local-map' properties.
9980
9981 * comint.el (comint-insert-clicked-input): Use the last key
9982 from this-command-keys to lookup the global key definition.
9983
9984 2001-03-09 Kenichi Handa <handa@etl.go.jp>
9985
9986 * international/characters.el: Add category `j' for
9987 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
9988
9989 * international/mule-conf.el (no-conversion): Fix docstring.
9990 (raw-text): Fix docstring.
9991
9992 2001-03-08 Gerd Moellmann <gerd@gnu.org>
9993
9994 * simple.el (choose-completion-string): When not leaving the
9995 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
9996 is set.
9997
9998 * window.el (shrink-window-if-larger-than-buffer): Handle frame
9999 parameter `(minibuffer . t)'.
10000
10001 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10002
10003 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10004 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10005 (sh-mode): Remove `make-local-variable' for unused var
10006 `font-lock-unfontify-region-function'.
10007
10008 2001-03-07 Richard M. Stallman <rms@gnu.org>
10009
10010 * info.el (Info-scroll-down): Fix previous change.
10011
10012 * mail/rmail.el (rmail-toggle-header): Use a window which
10013 is showing the Rmail buffer, rather than the selected window.
10014
10015 2001-03-07 Dave Love <fx@gnu.org>
10016
10017 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10018 now, to avoid problems with binding imenu directly to a mouse event.
10019
10020 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10021
10022 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10023 second arg t.
10024
10025 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10026
10027 * log-edit.el (log-edit-common-indent): New var.
10028 (log-edit-set-common-indentation): Renamed from
10029 log-edit-delete-common-indentation. Use the new var.
10030 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10031
10032 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10033 (cvs-mode-add-change-log-entry-other-window):
10034 Don't presume change-log-default-name is defined.
10035
10036 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10037
10038 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10039 the "tree" operation as well.
10040
10041 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10042
10043 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10044 to match paragraph-start.
10045
10046 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10047 comment-start-skip and set comment-end-skip as well.
10048 (sgml-comment-indent): Fix for new value of comment-start-skip.
10049 (html-autoview-mode): Don't bother using make-local-hook.
10050
10051 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10052
10053 * cus-edit.el (custom-save-delete): Move in front of local
10054 variables, otherwise long Custom entries would make them ineffective.
10055
10056 * uniquify.el: Set maintainer to FSF.
10057
10058 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10059
10060 * dired-aux.el (dired-do-shell-command): Doc fix.
10061
10062 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10063
10064 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10065
10066 * which-func.el (which-func-modes): Add cperl-mode.
10067 (which-func-mode-global): Use define-minor-mode.
10068
10069 * info-look.el: Docstring fixes and dead code eliminated.
10070 (cperl-mode): Add support.
10071 (emacs-lisp-mode): List all entries from elisp manual, whether
10072 or not they are currently (f)bound or not. Update regexp.
10073
10074 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10075
10076 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10077 so that C-h m shows the correct information.
10078 Use make-local-variable rather than make-variable-buffer-local.
10079 (cperl-info-buffer, cperl-setup-tmp-buf):
10080 Use make-local-variable rather than make-variable-buffer-local.
10081 (cperl-msb-fix, cperl-get-help-defer):
10082 Check major-mode for `cperl-mode' as well.
10083
10084 * progmodes/cperl-mode.el: Updated to author version 4.23.
10085 (cperl-electric-pod): SYNOPSIS was misspelled.
10086 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10087 (cperl-after-expr-p): Make true after __END__.
10088
10089 2001-03-06 Gerd Moellmann <gerd@gnu.org>
10090
10091 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10092 bookmark-completion-ignore-case is t.
10093
10094 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10095 switch, like xterm, and concat resource strings, with a newline
10096 between them.
10097
10098 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10099
10100 * international/codepage.el (cp770-decode-table)
10101 (cp773-decode-table, cp774-decode-table): New variables.
10102
10103 * man.el (Man-hyphenated-reference-regexp): New variable.
10104 (Man-build-references-alist): Use it to search for referenced
10105 manpages. If hyphenated is non-nil, record a concatenated word in
10106 Man-refpages-alist only if it matches Man-reference-regexp.
10107 Update word's length when it is concatenated. Reverse the list,
10108 to get the first manpage at the head.
10109 (Man-possibly-hyphenated-word): New function.
10110 (Man-follow-manual-reference): Use it instead of current-word to
10111 find a manpage at point, in a way that accounts for hyphenated
10112 references.
10113
10114 2001-03-06 Alex Schroeder <alex@gnu.org>
10115
10116 * sql.el (sql-interbase): New function.
10117 (sql-interbase-program): New option.
10118 (sql-interbase-options): New option.
10119 And some typos fixed: "customise" to "customize".
10120
10121 2001-03-06 Dave Love <fx@gnu.org>
10122
10123 * textmodes/flyspell.el (flyspell-region):
10124 Set up flyspell-local-mouse-map.
10125
10126 2001-03-05 Richard M. Stallman <rms@gnu.org>
10127
10128 * mail/rmail.el (rmail-retry-failure):
10129 Don't call rmail-beginning-of-message.
10130 Don't discard From: field. Do discard Received: field.
10131 Use unwind-protect to re-prune.
10132 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10133
10134 2001-03-06 Kenichi Handa <handa@etl.go.jp>
10135
10136 * international/quail.el (quail-title): Add autoload cookie.
10137
10138 2001-03-05 Dave Love <fx@gnu.org>
10139
10140 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10141 new defs.
10142
10143 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10144
10145 * language/ethio-util.el (ethio-toggle-space):
10146 Update current-input-method-title if necessary.
10147 (ethio-toggle-punctuation): Likewise.
10148
10149 * international/quail.el (quail-title): Fix for the case that a
10150 title of an input method is specified by a list of the same form
10151 as used in mode-line-format.
10152
10153 * international/mule-cmds.el (activate-input-method):
10154 If current-input-method-title is set by activating INPUT-METHOD,
10155 respect that value.
10156
10157 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10158
10159 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10160
10161 2001-03-05 Alex Schroeder <alex@gnu.org>
10162
10163 * sql.el (sql-sybase): Fix typo (was: query user about server two
10164 times instead of server and database).
10165
10166 * sql.el (sql-sybase): Doc change.
10167 (sql-mysql): Doc change.
10168 (sql-postgres): Doc change.
10169
10170 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10171
10172 * international/mule-conf.el (emacs-mule, raw-text):
10173 Docstring modified.
10174
10175 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10176
10177 * term/internal.el: Update copyright notice.
10178
10179 * term/pc-win.el: Update copyright notice.
10180
10181 2001-03-02 Dave Love <fx@gnu.org>
10182
10183 * files.el (insert-file-contents-literally):
10184 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10185 not jka-compr-compression-info-list.
10186
10187 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10188
10189 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10190 spaces in default comment-start-skip settings rather than \s-.
10191
10192 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10193
10194 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10195 default-frame-alist as well.
10196
10197 2001-03-01 Dave Love <fx@gnu.org>
10198
10199 * textmodes/reftex.el (defvar): Wrap some defvars in
10200 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10201
10202 * subr.el (event-basic-type): Doc fix.
10203
10204 * international/quail.el: Doc fixes.
10205
10206 * international/utf-8.el: Doc fixes.
10207
10208 * international/mule-cmds.el: Doc fixes.
10209 (leim-list-header): Fix header text.
10210
10211 * international/mule.el (coding-system-category): Doc fix.
10212
10213 * international/ccl.el (ccl-compile): Doc fix.
10214
10215 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10216
10217 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10218 rather than (before|after)-change-functions.
10219
10220 2001-03-01 Gerd Moellmann <gerd@gnu.org>
10221
10222 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10223 scroll-left and scroll-right being called interactively so that
10224 they set the window's min_hscroll.
10225
10226 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10227
10228 * info.el (info-insert-file-contents-1): Accept an additional
10229 argument `lfn': if it is non-nil, concatenate `filename' and
10230 `suffix'; otherwise use the complicated MS-DOS code.
10231 All callers changed.
10232 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10233 can access long file names, try the long file-name version of
10234 `info-insert-file-contents-1', then the short file-name version.
10235
10236 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
10237
10238 * language/ethio-util.el (setup-ethiopic-environment-internal):
10239 Change bindings of functions keys to conform to "Emacs Lisp Coding
10240 Convention".
10241
10242 * language/ethiopic.el ("Ethiopic"): Add documentation.
10243
10244 2001-02-28 Kenichi Handa <handa@etl.go.jp>
10245
10246 * international/utf-8.el (mule-utf-8): Set coding-category
10247 property to coding-category-utf-8.
10248
10249 2001-02-27 Richard M. Stallman <rms@gnu.org>
10250
10251 * lpr.el (lpr-page-header-switches, print-region-1):
10252 Undo 2000-07-06 change.
10253 (lpr-add-switches): Default to t on gnu/linux.
10254
10255 2001-02-27 Gerd Moellmann <gerd@gnu.org>
10256
10257 * bs.el (bs-attributes-list): Doc fix.
10258
10259 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10260
10261 * help.el (describe-project): Display the file THE-GNU-PROJECT.
10262
10263 * help.el (view-order-manuals): Use goto-address.
10264
10265 * startup.el (command-line-1): Add info about ordering manuals
10266 to the not so fancy splash screens.
10267
10268 2001-02-26 Andre Spiegel <spiegel@gnu.org>
10269
10270 * vc.el (vc-default-workfile-unchanged-p)
10271 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10272
10273 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10274
10275 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10276 fontify in the right buffer.
10277
10278 * allout.el (outline-flag-region): Move macro in front of first
10279 use to avoid a run-time error.
10280
10281 2001-02-24 Andrew Innes <andrewi@gnu.org>
10282
10283 * makefile.w32-in: Fix copyright notice.
10284
10285 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10286
10287 * international/utf-8.el (mule-utf-8): Set correct value for
10288 valid-codes property.
10289
10290 * international/fontset.el (x-complement-fontset-spec): In the
10291 case that we use ASCII font for the other charsets, use only
10292 family and registry part of it.
10293
10294 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10295
10296 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10297 (shrink-window-if-larger-than-buffer): Doc fix.
10298
10299 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10300
10301 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10302 predicate passed to completing-read.
10303
10304 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10305
10306 * startup.el (command-line): Fix last change.
10307
10308 2001-02-23 Jason Rumney <jasonr@gnu.org>
10309
10310 * startup.el (tool-bar-originally-present): New variable.
10311 (command-line): Set it if the tool-bar is switched on at startup.
10312
10313 * frame.el (frame-notice-user-settings): Only adjust frame height
10314 for no tool-bar case if tool-bar was originally switched on.
10315 From E. Jay Berkenbilt.
10316
10317 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10318
10319 * server.el (server-switch-buffer): Only switch window if the
10320 current one is dedicated.
10321
10322 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10323 rather than using (match-beginning 0) when searching for break point.
10324
10325 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10326
10327 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10328 @ follows an accent command such as @'. Support optional braces
10329 in commands that insert accents, like makeinfo does.
10330
10331 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10332
10333 * startup.el (fancy-splash-text): Add a line for ordering
10334 manuals. Reverse order of splash screens shown.
10335 (use-fancy-splash-screens-p): Adapt to the text line added.
10336
10337 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10338 manuals from the FSF.
10339
10340 * help.el (view-order-manuals): New function.
10341 (toplevel): Bind C-h C-m to this function.
10342
10343 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10344
10345 * newcomment.el (comment-forward): Skip the comment-start before
10346 searching for the comment-end.
10347
10348 2001-02-21 Dave Love <fx@gnu.org>
10349
10350 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10351
10352 * international/mule-cmds.el, international/mule.el: Doc fixes.
10353
10354 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10355
10356 * startup.el (fancy-splash-screens): Use display-hourglass
10357 instead of display-busy-cursor.
10358
10359 * frame.el (display-hourglass): Renamed from busy-cursor.
10360 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10361 (show-cursor-in-non-selected-windows): Doc fix.
10362
10363 2001-02-20 Dave Love <fx@gnu.org>
10364
10365 * international/utf-8.el: Doc and commentary fixes.
10366
10367 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10368
10369 * ehelp.el (with-electric-help): Doc fix.
10370
10371 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10372
10373 * msb.el (msb-mode): Call the update-buffers function explicitly
10374 with a FORCE argument.
10375
10376 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10377 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10378 returns nil.
10379
10380 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10381
10382 * ps-print.el: Timestamp package replacement. Some enhancements.
10383 Some XEmacs compatibility. Doc fix.
10384 (ps-print-version): New version number (6.4).
10385 (ps-printer-name): Initialization fix.
10386 (ps-zebra-stripe-follow): Funcionality enhancement.
10387 (ps-prologue-file): Code enhancement.
10388 (ps-right-header): Timestamp package replacement.
10389 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10390 (ps-get-page-dimensions)
10391 (ps-generate-header, ps-begin-file, ps-begin-job)
10392 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10393 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10394 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10395 (coding-system-for-write): Var declaration (XEmacs compatibility).
10396
10397 2001-02-20 Miles Bader <miles@gnu.org>
10398
10399 * image-file.el (image-file-name-extensions): Add "tif".
10400
10401 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10402
10403 * wid-edit.el (widget-button-click): Save the selected window
10404 around the code handling clicks on buttons.
10405
10406 2001-02-18 Dave Love <fx@gnu.org>
10407
10408 * imenu.el (imenu--generic-function): Use mapc to iterate over
10409 syntax characters.
10410
10411 2001-02-17 Richard M. Stallman <rms@gnu.org>
10412
10413 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10414
10415 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10416
10417 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10418
10419 * mouse.el (mouse-save-then-kill): If the distance from the new
10420 point to the mark is equal to the distance of point from the new
10421 point, move point instead of the mark.
10422
10423 2001-02-16 Dave Love <fx@gnu.org>
10424
10425 * textmodes/flyspell.el (flyspell-get-word): Return string without
10426 properties.
10427
10428 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10429
10430 * generic.el (generic-find-file-regexp): Doc fix.
10431 (generic-ignore-files-regexp): New defcustom.
10432 (generic-mode-find-file-hook): If the file's name matches the
10433 regexp in `generic-ignore-files-regexp', don't enter
10434 default-generic-mode. Doc fix.
10435
10436 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10437
10438 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10439 Add autoload cookies.
10440
10441 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10442 of cal-tex-24.
10443
10444 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10445
10446 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10447
10448 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10449 the character class after the (optional) drive, to support file
10450 names with embedded blanks.
10451
10452 2001-02-15 Sam Steingold <sds@gnu.org>
10453
10454 * textmodes/tex-mode.el (tex-shell-running):
10455 Check the process buffer too.
10456
10457 2001-02-15 Dave Love <fx@gnu.org>
10458
10459 * battery.el (battery-status-function): Fix doc, :type.
10460
10461 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10462
10463 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10464
10465 * subr.el (read-passwd): Clear Lisp memory holding password.
10466
10467 2001-02-15 Miles Bader <miles@gnu.org>
10468
10469 * info.el (Info-copy-current-node-name): New function.
10470 (Info-mode-menu): Add it to the menu.
10471
10472 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10473
10474 * international/mule-cmds.el (toggle-input-method): Doc fix.
10475
10476 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10477
10478 * replace.el (occur): Stop at end of buffer.
10479
10480 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10481
10482 * international/mule-cmds.el (set-input-method): Another doc fix.
10483
10484 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10485
10486 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10487
10488 2001-02-13 Miles Bader <miles@gnu.org>
10489
10490 * faces.el (set-face-background, set-face-foreground)
10491 (set-face-stipple): Treat a value of nil as being `unspecified'.
10492
10493 2001-02-12 Dave Love <d.love@dl.ac.uk>
10494
10495 * international/latin1-disp.el: Doc fixes.
10496 (latin1-display) <defgroup>: Add :link.
10497 (latin1-display) <function>: Set variable latin1-display.
10498
10499 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10500
10501 * international/mule-cmds.el (set-input-method): Doc fix.
10502
10503 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10504
10505 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10506 (speedbar-line-file): Return nil if not a file.
10507 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10508
10509 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10510
10511 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10512 for remote files.
10513 (ediff-coding-system-for-read): Replaced the no-conversion default
10514 with raw-text.
10515
10516 * ediff-init.el: Removed :version from defcustom vars.
10517
10518 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10519 Better handling of the diff mode.
10520
10521 * ediff.texi: Added ediff-coding-system-for-read.
10522
10523 * viper.texi: Fix typos.
10524
10525 2001-02-11 Dave Love <fx@gnu.org>
10526
10527 * shadowfile.el: Doc fixes.
10528 (shadow) <defgroup>: Add :link.
10529 (shadowfile-unload-hook): New function.
10530 (shadow-initialize): Use defalias, not fset.
10531 (shadow-define-cluster, shadow-define-literal-group)
10532 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10533
10534 * international/mule.el: Doc and message fixes.
10535
10536 * international/ccl.el (define-ccl-program): Doc fix.
10537
10538 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10539
10540 * faces.el (mode-line): Set :line-width property to -1.
10541
10542 2001-02-10 Richard M. Stallman <rms@gnu.org>
10543
10544 * complete.el (partial-completion-mode): Doc fix.
10545
10546 * simple.el (delete-key-deletes-forward-mode):
10547 Change `let' to `let*' to fix gross bug in last change.
10548
10549 * repeat.el (repeat): Don't let execute-kbd-macro alter
10550 real-last-command.
10551
10552 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10553
10554 * simple.el (eval-expression): Doc fix.
10555
10556 2001-02-09 Dave Love <fx@gnu.org>
10557
10558 * imenu.el (imenu-generic-expression): Doc fix.
10559
10560 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10561 From Juanma Barranquero.
10562
10563 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10564
10565 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10566
10567 * faces.el (set-face-attribute): Describe the case of a negative
10568 value specified for :line-width.
10569
10570 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10571
10572 * which-func.el (which-func-mode): Invert which-func-mode-global.
10573 From Juanma Barranquero <lektu@uol.com.br>.
10574
10575 2001-02-08 Dave Love <fx@gnu.org>
10576
10577 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10578 widget-plist-value-type.
10579 (widget-alist-convert-widget): Replace binding of
10580 widget-alist-value-type.
10581
10582 * textmodes/paragraphs.el (sentence-end): Doc fix.
10583
10584 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10585 Remove `backward-line'.
10586
10587 * play/pong.el (pong-blank-color, pong-bat-color)
10588 (pong-ball-color, pong-border-color, pong-left-key)
10589 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10590 (pong-pause-key, pong-resume-key, pong-timer-delay):
10591 * mail/mh-comp.el (mh-compose-letter-function):
10592 * eshell/esh-mode.el (eshell-skip-prompt-function):
10593 * emulation/viper-ex.el (ex-unix-type-shell-options):
10594 * recentf.el (recentf-menu-filter):
10595 * ps-print.el (ps-print-region-function):
10596 * lpr.el (print-region-function):
10597 * forms.el (forms-mode-hooks):
10598 * dirtrack.el (dirtrack-directory-change-hook):
10599 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10600 * textmodes/spell.el (spell-filter):
10601 * textmodes/fill.el (adaptive-fill-function):
10602 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10603 * progmodes/etags.el (find-tag-default-function):
10604 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10605 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10606
10607 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10608
10609 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10610 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10611 Meyering <jim@meyering.net>.
10612
10613 * loadup.el: Revert last change.
10614
10615 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10616
10617 * international/mule.el (transform-make-coding-system-args):
10618 Make it work also for coding systems not using CCL.
10619
10620 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10621
10622 * simple.el (previous-matching-history-element)
10623 (next-matching-history-element): Doc fix.
10624
10625 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10626 specific part.
10627
10628 2001-02-06 Dave Love <fx@gnu.org>
10629
10630 * add-log.el (add-log-current-defun-function)
10631 (add-log-buffer-file-name-function, add-log-file-name-function):
10632 Fix :type.
10633 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10634
10635 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10636
10637 * info.el (info-initialize): Remove the test for system-type when
10638 invocation-directory is non-nil.
10639
10640 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10641 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10642
10643 2001-02-06 Andrew Innes <andrewi@gnu.org>
10644
10645 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10646 absolute.
10647
10648 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10649
10650 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10651 buffers. When hi-lock turned on rather than only checking current
10652 buffer for regexps, all buffers are checked. Moved activation of
10653 font-lock to hi-lock-refontify. When font-lock turned off rather
10654 than removing added highlighting just in current buffer, remove it
10655 in all buffers. Changed edit menu text from "Automatic
10656 Highlighting" to "Regexp Highlighting" Documentation for
10657 highlighting phrases, minor documentation changes.
10658 (hi-lock-set-file-patterns): Execute only if there are new or
10659 existing file patterns.
10660 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10661 unfontify and, if a support mode is active, will not refontify the
10662 whole buffer. If necessary, turn on font lock. (Removed
10663 font-lock-unfontify and font-lock support-mode-specific calls,
10664 such as lazy-lock-fontify-window.)
10665 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10666 patterns are found. Not useful now since find-file-hook is removed
10667 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10668 (hi-lock-face-phrase-buffer): New function. Also added related
10669 menu item and keybinding.
10670 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10671 (hi-lock-process-phrase): New function.
10672 (hi-lock-line-face-buffer): Doc fixes.
10673 (hi-lock-face-buffer): Doc fixes.
10674 (hi-lock-unface-buffer): Doc fixes.
10675
10676 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10677
10678 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10679 dabbrev-ignored-regexps.
10680
10681 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10682
10683 * simple.el (kill-line): Doc fix.
10684
10685 2001-02-05 Dave Love <fx@gnu.org>
10686
10687 * loadup.el: Revert last two changes -- bootstrapping works with
10688 regenerated loaddefs.
10689
10690 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10691
10692 * isearch.el (isearch-forward): Doc fix.
10693
10694 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10695 of font-lock-defaults to backward-paragraph.
10696
10697 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10698
10699 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10700 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10701
10702 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10703
10704 * ebnf2ps.el: Eliminate time-stamp functions.
10705 (ebnf-version): New version (3.5).
10706 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10707 format-time-string.
10708
10709 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10710
10711 * simple.el (next-line): Goto end-of-line before inserting a newline.
10712
10713 2001-02-05 Miles Bader <miles@gnu.org>
10714
10715 * image-file.el (insert-image-file): When visiting an image, also
10716 set `truncate-lines' to t so that any fringe arrow looks correct.
10717
10718 2001-02-05 Kenichi Handa <handa@etl.go.jp>
10719
10720 * isearch.el (isearch-forward): Add description about input method
10721 in the docsting.
10722
10723 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10724
10725 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10726
10727 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10728
10729 * info.el (info-initialize): If installation-directory is nil, for
10730 DOS/Windows systems try looking in a sibling of invocation-directory.
10731
10732 2001-02-02 Gerd Moellmann <gerd@gnu.org>
10733
10734 * wid-edit.el (widget-button-click): Fix last change.
10735
10736 * frame.el (frame-notice-user-settings): When resizing the initial
10737 frame because the tool bar is off, also change the frame's top
10738 position if a negative top position was specified.
10739
10740 2001-02-02 Miles Bader <miles@gnu.org>
10741
10742 * image-file.el (insert-image-file): When visiting an image,
10743 suppress the cursor in the image buffer.
10744
10745 2001-02-01 Dave Love <fx@gnu.org>
10746
10747 * progmodes/f90.el (f90-mode): Remove startup message.
10748
10749 * vc-cvs.el: Remove autoloads. Require vc when compiling.
10750
10751 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10752
10753 * startup.el (command-line): Fix code determining whether or not
10754 to use delete-key-deletes-forward-mode.
10755
10756 2001-02-01 Andre Spiegel <spiegel@gnu.org>
10757
10758 * vc.el (vc-diff-switches): New user option.
10759 (vc-version-diff): Use it.
10760 (vc-diff-switches-list): New macro.
10761
10762 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10763 New customization options.
10764 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10765
10766 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10767
10768 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10769
10770 * msb.el (toplevel): Quote hook symbols.
10771
10772 2001-02-01 Kenichi Handa <handa@etl.go.jp>
10773
10774 * international/mule.el (make-coding-system): Add description
10775 about recognized properties in the docstring.
10776
10777 * international/mule-conf.el: Remove unused charsets
10778 mac-roman-lower and mac-roman-upper.
10779
10780 2001-01-31 Gerd Moellmann <gerd@gnu.org>
10781
10782 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10783 is in front of the left-margin, if any.
10784
10785 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10786 like `delete'.
10787
10788 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10789
10790 * term/w32-win.el (mouse-set-font): Doc fix.
10791
10792 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
10793
10794 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10795 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10796 on already.
10797
10798 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
10799
10800 * files.el (save-buffer): Don't give message if (buffer-file-name)
10801 returns nil.
10802
10803 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
10804
10805 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10806
10807 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10808 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
10809
10810 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10811 display problems.
10812
10813 2001-01-31 Kenichi Handa <handa@etl.go.jp>
10814
10815 * international/mule.el (charset-info): Fix docstring.
10816
10817 * international/mule-diag.el (describe-character-set): Check final
10818 char valid before printing it.
10819
10820 2001-01-30 Gerd Moellmann <gerd@gnu.org>
10821
10822 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10823
10824 * frame.el (frame-notice-user-settings): Do the tool-bar
10825 stuff only for graphical displays. Fix a braino.
10826
10827 * frame.el (frame-initialize): Create initial frame visible.
10828 (frame-notice-user-settings): When tool-bar has been switched off,
10829 correct the frame size and sync tool-bar-mode.
10830
10831 * startup.el (command-line): Remove manipulation of frame
10832 height for tool bars.
10833
10834 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10835
10836 * lpr.el: Compatibility with XEmacs and doc fixes.
10837 (lpr-windows-system, lpr-lp-system): New vars.
10838 (lpr-printer-switch): New defcustom.
10839 (printer-name, lpr-command): Customization fix.
10840 (print-region-1): Code fix.
10841 (print-region-new-buffer, printify-region): Indentation fix.
10842 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10843 New functions.
10844
10845 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10846
10847 * msb.el (toplevel): Fix the eval-after-load.
10848
10849 2001-01-29 Dave Love <fx@gnu.org>
10850
10851 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10852
10853 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10854
10855 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10856 (tcl-using-emacs-19-23): Consider Emacs 21+.
10857 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10858 (tcl-add-emacs-menu): Supply menu name.
10859 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10860
10861 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10862
10863 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10864
10865 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10866
10867 * pcvs.el (cvs-mark-fis-dead): New function.
10868 (cvs-mode-add): Use it.
10869 (cvs-mode-add-change-log-entry-other-window):
10870 Rebind change-log-default-name to itself rather than to nil.
10871
10872 2001-01-29 Sam Steingold <sds@gnu.org>
10873
10874 * vc-cvs.el: Replaced (require 'vc) with a bunch of
10875 `autoload' statements.
10876
10877 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
10878
10879 * files.el (confirm-kill-emacs): Doc fix.
10880
10881 * frame.el (frame-initialize): Doc fix.
10882
10883 * time-stamp.el (time-stamp-string): Doc fix.
10884
10885 * woman.el (WoMan-log-1): Make the log buffer writable.
10886 From Markus Rost <rost@math.ohio-state.edu>.
10887
10888 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10889
10890 * imenu.el (imenu-syntax-alist): Add autoload cookie for
10891 the `make-variable-buffer-local'.
10892
10893 2001-01-29 Dave Love <fx@gnu.org>
10894
10895 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10896 (ansi-color-for-comint-mode-on, ansi-color-process-output):
10897 Add autoload cookie.
10898 (ansi-color-apply-sequence): Fix typo.
10899
10900 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10901
10902 * menu-bar.el (menu-bar-files-menu): Add menu items for
10903 Postscript printing in black and white.
10904
10905 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10906 X-Mailman-Version, Precedence, List-Help, List-Post,
10907 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10908 Content-Type, Content-Length.
10909
10910 2001-01-29 Dave Love <fx@gnu.org>
10911
10912 * elide-head.el (elide-head): Make overlay evaporate.
10913
10914 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10915
10916 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10917
10918 * isearch.el (isearch-highlight): Don't punt if the display
10919 doesn't support colors, since isearch faces are defined for
10920 monochrome displays as well.
10921
10922 2001-01-27 Sam Steingold <sds@gnu.org>
10923
10924 * shell.el (shell-write-history-on-exit): Make sure that we are in
10925 the shell buffer (M-x tex-file RET inserted the error message into
10926 the TeX buffer).
10927
10928 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10929
10930 * simple.el (transient-mark-mode): Doc fix.
10931
10932 2001-01-27 Gerd Moellmann <gerd@gnu.org>
10933
10934 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
10935
10936 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10937
10938 * shell.el (shell-unquote-argument): If the shell is one of the
10939 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10940 quote character.
10941 (shell-dumb-shell-regexp): Document that the shells which match
10942 this regexp are supposed to not treat a backslash as a quote character.
10943
10944 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
10945 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
10946
10947 2001-01-27 Richard M. Stallman <rms@gnu.org>
10948
10949 * dabbrev.el (dabbrev--substitute-expansion):
10950 Treat a one-capital-letter abbrev as "not all upper case",
10951 so as to force preservation of the expansion's pattern
10952 if the expansion starts with a capital letter.
10953
10954 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10955
10956 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
10957 Doc fix.
10958
10959 * simple.el (transient-mark-mode): Document the fact that many
10960 commands act on the region when mark is active.
10961
10962 2001-01-27 Kenichi Handa <handa@etl.go.jp>
10963
10964 * international/quail.el (quail-setup-completion-buf): Make the
10965 multibyteness of current buffer inherited to Quail completion buffer.
10966 (quail-show-guidance-buf): Make the multibyteness of current
10967 buffer inherited to Quail guidance buffer.
10968 (quail-help): Make the multibyteness of current buffer inherited
10969 to Quail help buffer.
10970
10971 2001-01-26 Dave Love <fx@gnu.org>
10972
10973 * time-stamp.el: Doc fixes.
10974
10975 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
10976 (delphi-keyword-face, delphi-other-face): Fix :type.
10977
10978 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
10979
10980 * mail/feedmail.el (feedmail): Add :link.
10981 (feedmail-send-it): Doc fix.
10982
10983 * mail/sendmail.el: Doc fixes.
10984 (sendmail-send-it): Fix the non-ASCII regexp and use
10985 rfc2047-encode-string.
10986
10987 * dired.el, dired-aux.el: Revert last change.
10988
10989 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10990
10991 * makefile.w32-in (DONTCOMPILE): Add various term files.
10992
10993 2001-01-26 Dave Love <fx@gnu.org>
10994
10995 * Makefile.in (DONTCOMPILE): Add various term files.
10996
10997 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10998
10999 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11000
11001 * startup.el (display-startup-echo-area-message): Make sure
11002 the echo area is resized to fit the size of the startup message.
11003
11004 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11005 part of which is a constant.
11006
11007 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11008
11009 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11010
11011 2001-01-26 Richard M. Stallman <rms@gnu.org>
11012
11013 * simple.el (next-line): Don't let `newline' expand abbrevs.
11014 Simplify slightly.
11015 (open-line): Don't let `newline' expand abbrevs.
11016
11017 2001-01-25 John Wiegley <johnw@gnu.org>
11018
11019 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11020 to `repeat' in the :type field.
11021
11022 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11023 allow a choice of regexp or nil.
11024 (pcomplete-dir-ignore): Same.
11025
11026 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11027 a command) to always fail.
11028
11029 2001-01-25 Gerd Moellmann <gerd@gnu.org>
11030
11031 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11032 discard the result.
11033 (iswitchb-to-end): Likewise.
11034
11035 2001-01-25 Sam Steingold <sds@gnu.org>
11036
11037 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11038 Require vc.
11039
11040 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11041
11042 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11043
11044 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11045
11046 2001-01-25 Dave Love <fx@gnu.org>
11047
11048 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11049 (describe-coding-system): Tweak the English text.
11050
11051 * loadup.el: Preload international/ccl for utf-8.
11052
11053 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11054
11055 * mail/rmail.el (rmail-redecode-body): Doc fix.
11056
11057 2001-01-25 Kenichi Handa <handa@etl.go.jp>
11058
11059 * international/mule-cmds.el (reset-language-environment):
11060 Reset coding-category-utf-8 to mule-utf-8.
11061
11062 * international/mule-conf.el (coding-category-utf-8):
11063 Initialize to mule-utf-8.
11064
11065 * loadup.el: Preload international/utf-8.
11066
11067 * international/utf-8.el: New file.
11068
11069 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11070
11071 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11072
11073 2001-01-24 Sam Steingold <sds@gnu.org>
11074
11075 * dired.el (dired-replace-in-string): Removed.
11076 (dired-sort-toggle): Use `replace-regexps-in-string'
11077 instead of `dired-replace-in-string'.
11078
11079 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11080 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11081
11082 * gs.el (gs-replace-in-string): Removed.
11083 (gs-options): Use `replace-regexps-in-string'
11084 instead of `gs-replace-in-string'.
11085
11086 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11087
11088 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11089 bug report is mailed to an email list and posted to a news group.
11090
11091 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11092
11093 * comint.el (comint-replace-by-expanded-history-before-point):
11094 Fix change of 2000-08-03 to move point to the start of the line again.
11095
11096 * startup.el (tool-bar-images-pixel-height): New variable.
11097 (command-line): After loading the user's init file, when
11098 tool-bar-mode is on, increase the frame's size by some lines for
11099 the tool-bar.
11100
11101 * frame.el (frame-initialize): Create the initial frame invisible.
11102
11103 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11104
11105 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11106 (chinese-big5): MIME:Big5.
11107
11108 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11109
11110 * international/mule-cmds.el (universal-coding-system-argument):
11111 Handle commands with prefix args.
11112
11113 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11114
11115 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11116 being a list of numbers.
11117 (diary-mail-entries): Rewritten.
11118
11119 2001-01-23 Dave Love <fx@gnu.org>
11120
11121 * international/mule.el (make-coding-system): Fix typo.
11122
11123 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11124 Add backward-paragraph as font-lock-beginning-of-syntax-function.
11125
11126 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11127
11128 * font-lock.el (font-lock-mode): Doc fix.
11129
11130 2001-01-23 Kenichi Handa <handa@etl.go.jp>
11131
11132 * international/mule.el (make-translation-table): Fix docstring.
11133
11134 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11135
11136 * mail/rmail.el (rmail-redecode-body): New function.
11137
11138 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11139
11140 2001-01-22 Gerd Moellmann <gerd@gnu.org>
11141
11142 * isearch.el (isearch-lazy-highlight-case-fold-search)
11143 (isearch-lazy-highlight-regexp): New variables.
11144 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11145 case-fold search or regexp search has been toggled.
11146
11147 * wid-edit.el (widget-button-click): Avoid a save-excursion
11148 around running a global binding.
11149
11150 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11151 to 0.25.
11152
11153 2001-01-20 Miles Bader <miles@gnu.org>
11154
11155 * cus-edit.el (custom-face-save): Do post-processing on the face's
11156 new value like `custom-face-set' does.
11157
11158 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11159
11160 * mail/emacsbug.el (report-emacs-bug): Report the value of
11161 LC_CTYPE, not LC_TYPE.
11162
11163 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11164 isearch-toggle-regexp and isearch-edit-string to doc string.
11165
11166 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11167
11168 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11169 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11170
11171 * jit-lock.el (jit-lock-fontify-now): Don't bind
11172 font-lock-beginning-of-syntax-function to nil.
11173
11174 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11175
11176 * mail/emacsbug.el (report-emacs-bug): Report values of
11177 locale-coding-system, default-enable-multibyte-characters, and the
11178 environment variables LC_ALL, LC_TYPE, and LANG.
11179
11180 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11181
11182 * font-lock.el (font-lock-default-fontify-region): Fix last change.
11183
11184 * font-lock.el (font-lock-multiline): Default to nil.
11185 (font-lock-default-fontify-region): If font-lock-multiline is
11186 nil, don't check the property `font-lock-multiline'.
11187
11188 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11189 is nil, don't check the `font-lock-multiline' text property.
11190
11191 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11192
11193 * viper.el: Call initial-major-mode on startup.
11194
11195 * ediff.el (ediff-patch-file): Use better defaults.
11196
11197 * ediff-vers.el: Fix for 8+3 DOS file systems.
11198
11199 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
11200
11201 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11202 diff mode, if available.
11203
11204 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11205
11206 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11207
11208 * ediff-init.el (subst-char-in-string): Define and use it, unless
11209 it's already defined.
11210
11211 2001-01-18 Gerd Moellmann <gerd@gnu.org>
11212
11213 * tooltip.el (tooltip-hide-delay): New user-option.
11214 (tooltip-show): Use tooltip-hide-delay instead of the default.
11215
11216 2001-01-18 Kenichi Handa <handa@etl.go.jp>
11217
11218 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11219 kill-local-variable doesn't work for enable-multibyte-characters.
11220
11221 2001-01-17 Dave Love <fx@gnu.org>
11222
11223 * ediff-init.el (ediff-before-setup-hook)
11224 (ediff-merge-filename-prefix): Add :version.
11225
11226 * international/latin1-disp.el: Require disp-table.
11227 (latin1-display): Fix :set.
11228
11229 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11230
11231 2001-01-17 Gerd Moellmann <gerd@gnu.org>
11232
11233 * isearch.el (isearch-lazy-highlight-initial-delay)
11234 (isearch-lazy-highlight-interval): Default to 0.
11235
11236 2001-01-17 Bob Glickstein <bobg@zanshin.com>
11237
11238 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11239 1 here rather than each time through
11240 isearch-lazy-highlight-new-loop.
11241 (isearch-lazy-highlight-max): Variable deleted.
11242 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11243 isearch-lazy-highlight-max but controls a single invocation of
11244 isearch-lazy-highlight-update.
11245 (isearch-lazy-highlight-wrapped): Variable recreated.
11246 (isearch-lazy-highlight-window-start): New variable.
11247 (isearch-lazy-highlight-cleanup): Restored to behavior of
11248 before 2-Jan.
11249 (isearch-lazy-highlight-remove-overlays): Function deleted;
11250 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11251 behavior removed.
11252 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11253 isearch-lazy-highlight-update in a loop rather than just once.
11254 Test isearch-invalid-regexp here and decide not to start a new
11255 loop, rather than testing it each time through
11256 isearch-lazy-highlight-update.
11257 (isearch-lazy-highlight-search): Function restored.
11258 (isearch-lazy-highlight-update): Get called in a timer loop again,
11259 but this time highlight more than one match each time through.
11260 Only highlight matches in the visible part of the window.
11261 Start at point, move in the direction of the search, and wrap around at
11262 the edge of the window. Use sit-for to force redisplay and ensure
11263 window-start is credible. "Face suppressing" behavior removed;
11264 overlay priorities should make it unnecessary, right?
11265 (isearch-highlight): Face suppressing behavior removed.
11266 (isearch-dehighlight): Face suppressing behavior removed.
11267 (isearch-set-lazy-highlight-faces-at): Removed.
11268
11269 2001-01-17 Kenichi Handa <handa@etl.go.jp>
11270
11271 * language/european.el ("Latin-1"): Make the format of description
11272 about additional language environments same as that of Latin-2.
11273
11274 2001-01-16 Dave Love <fx@gnu.org>
11275
11276 * isearch.el (isearch-lazy-highlight): Add :version.
11277
11278 * simple.el (backward-delete-char-untabify-method)
11279 (next-line-add-newlines): Add :version.
11280
11281 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11282
11283 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11284 Don't bind <delete> otherwise.
11285
11286 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11287 and <delete> via function-key-map.
11288
11289 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11290 Subject line only if point is after the `Subject:'.
11291
11292 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11293
11294 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11295 japanese-jisx0213-2 in `charset' property of this lang. env.
11296
11297 * language/european.el ("Latin-1"): Add description for Dutch and
11298 Spanish lang. env.
11299
11300 * international/mule.el (decode-char): Fix conditions.
11301 (encode-char): Handle eight-bit-control too.
11302 (transform-make-coding-system-args): New function.
11303 (make-coding-system): Accept XEmacs style arguments for CCL base
11304 coding system.
11305
11306 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11307
11308 * progmodes/etags.el (find-tag-noselect): Save the value of
11309 tags-file-name before switching buffers, for the case it has a
11310 buffer-local value.
11311
11312 2001-01-15 Alex Schroeder <alex@gnu.org>
11313
11314 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11315 From Dave Love <fx@gnu.org>.
11316 (ansi-color-for-comint-mode): Fix :version.
11317
11318 2001-01-15 Alex Schroeder <alex@gnu.org>
11319
11320 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11321
11322 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11323
11324 * dired.el (dired-insert-directory): If file-system-info fails,
11325 remove the " free " part, but don't signal an error.
11326
11327 2001-01-12 Sam Steingold <sds@gnu.org>
11328
11329 * bookmark.el (bookmark-maybe-historicize-string):
11330 Use new backquote syntax.
11331
11332 2001-01-12 Richard M. Stallman <rms@gnu.org>
11333
11334 * subr.el (last): Handle a list that doesn't end in nil.
11335
11336 2001-01-12 Sam Steingold <sds@gnu.org>
11337
11338 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11339 to `backward-delete-char-untabify'.
11340
11341 2001-01-12 Dave Love <fx@gnu.org>
11342
11343 * cus-edit.el (customize-menu-create): Fix the :filter following
11344 easymenu change.
11345
11346 * wid-edit.el (function): Add :match-alternatives.
11347 (widget-color-action): Doc fix.
11348
11349 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11350
11351 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11352
11353 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11354
11355 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11356
11357 * international/ccl.el (define-ccl-program): Fix docstring.
11358
11359 2001-01-11 Dave Love <fx@gnu.org>
11360
11361 * international/mule-cmds.el (standard-display-european-internal):
11362 Set display table for 2208 as for 160.
11363
11364 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11365
11366 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11367 entry for custom-menu-create change.
11368 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11369 don't cons it in the search loop.
11370
11371 * imenu.el (imenu--truncate-items): Revert last change.
11372
11373 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11374
11375 * info.el (Info-setup-header-line): If the node header includes
11376 either Next: or Prev: links, don't show the File: and Node: parts
11377 in the header line.
11378
11379 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11380
11381 * comint.el (comint-goto-process-mark): Don't print a message
11382 when running in batch mode.
11383
11384 * isearch.el (isearch-search): In the condition-case handler for
11385 `error', set isearch-invalid-regexp to the whole error message.
11386
11387 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11388 ensure that eval-after-load works for files dumped with Emacs.
11389
11390 * help.el (load-symbol-file-load-history): New function extracted
11391 from function symbol-file.
11392 (symbol-file): Use it.
11393
11394 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11395
11396 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11397
11398 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11399 behave as if there were no prefix argument.
11400 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11401 argument were nil.
11402
11403 2001-01-11 Richard M. Stallman <rms@gnu.org>
11404
11405 * isearch.el (isearch-lazy-highlight-update):
11406 Don't look for more potential matches once maximum is exceeded.
11407 Use overlays-in to check correctly for overlap with current match.
11408 Ignore empty matches.
11409
11410 2001-01-11 Miles Bader <miles@gnu.org>
11411
11412 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11413 (ispell-overlay-window, ispell-help, ispell-show-choices)
11414 (ispell-command-loop): Use it instead of `window-height'.
11415
11416 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11417
11418 * files.el (confirm-kill-emacs): New user-option.
11419 (save-buffers-kill-emacs): Ask for final confirmation before
11420 killing Emacs.
11421
11422 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11423 to nil.
11424
11425 2001-01-10 Dave Love <fx@gnu.org>
11426
11427 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11428
11429 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11430
11431 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11432
11433 * calculator.el (calculator-number-digits): Fix :type.
11434
11435 * vc-cvs.el (vc-cvs-header): Fix :type.
11436 * vc-rcs.el (vc-rcs-header): Fix :type.
11437 * vc-sccs.el (vc-sccs-header): Fix :type.
11438
11439 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11440
11441 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11442
11443 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11444
11445 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11446
11447 * simple.el (set-variable): Force a thorough redisplay for the
11448 case that the variable has an effect on the display, like
11449 `tab-width' has.
11450
11451 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11452
11453 * vc.el: Add documentation for backend interface.
11454
11455 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11456
11457 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11458
11459 * international/mule-conf.el (latin-extra-code-table): Set to t
11460 for \223 and \224.
11461
11462 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11463
11464 * international/mule-cmds.el (locale-language-names): Map "es" to
11465 "Spanish" and "nl" to "Dutch".
11466
11467 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11468
11469 * bindings.el (global-map): Bind <home> to beginning-of-line,
11470 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11471 C-<end> to end-of-buffer.
11472
11473 * language/european.el: Add Dutch and Spanish language info
11474 to be able to use the appropriate tutorials.
11475
11476 2001-01-09 Alex Schroeder <alex@gnu.org>
11477
11478 * ansi-color.el (ansi-color-process-output): Use markers instead
11479 of positions for start and end of region.
11480 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11481 Previously, occasional mistakes happend when fontifying many
11482 chunks of output (eg. ls --color=yes /dev). This happened
11483 whenever an overlay was created up to the end of the region, which
11484 coincided with the process-mark. New text would then be added
11485 within that overlay instead of after it.
11486 (ansi-color-make-extent): Overlays are created with the property
11487 `modification-hooks' set to '(ansi-color-freeze-overlay).
11488 (ansi-color-freeze-overlay): New function. When inserting text at
11489 the end of the overlay, the overlay will resize.
11490
11491 2000-01-09 Alex Schroeder <alex@gnu.org>
11492
11493 * ansi-color.el (ansi-color-process-output): Doc change.
11494 (ansi-color-unfontify-region): Doc change. No longer installed
11495 automatically in font-lock-unfontify-region-function.
11496 (ansi-color-apply): Doc change.
11497 (ansi-color-apply-on-region): Use extents or overlays instead of
11498 text-properties.
11499 (ansi-color-make-extent): New function.
11500 (ansi-color-set-extent-face): New function.
11501
11502 2000-01-09 Alex Schroeder <alex@gnu.org>
11503
11504 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11505 both use ansi-color-process-output, now.
11506 (ansi-color-process-output): Doesn't return string anymore. It is
11507 installed in comint-output-filter-functions for both Emacs and
11508 XEmacs, now.
11509 (ansi-color-unfontify-region): Simplified code removing variables
11510 pos and start-ansi.
11511 (ansi-color-apply): Put text-property ansi-color before putting
11512 text-property face because ansi-color-unfontify-region is called
11513 immediately after the call to put-text-property.
11514 (ansi-color-context-region): Doc change.
11515 (ansi-color-filter-region): Simplified code.
11516 (ansi-color-apply-on-region): Changed start to start-marker, using
11517 a marker explicitly. Put text-property ansi-color before putting
11518 text-property face because ansi-color-unfontify-region is called
11519 immediately after the call to put-text-property.
11520
11521 2000-01-09 Alex Schroeder <alex@gnu.org>
11522
11523 * ansi-color.el (ansi-color-faces-vector): Doc change.
11524 (ansi-color-for-comint-mode): Changed :type property to choice.
11525 (ansi-color-last-context): Removed.
11526 (ansi-color-process-output): Don't use ansi-color-last-context, as
11527 the main functions will store their context now.
11528 (ansi-color-context): Doc change.
11529 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11530 Uses ansi-color-context such that repeated calls will strip
11531 partial escape sequences, too.
11532 (ansi-color-apply): Simplified code. Colorize end of string if
11533 face is not null. Store context in new (FACE STRING) format, such
11534 that repeated calls will strip partial escape sequences, too.
11535 Append faces to face property using ansi-color-apply-sequence such
11536 that cumulative mode actually works.
11537 (ansi-color-context-region): New variable.
11538 (ansi-color-filter-region): Rewrote it based on
11539 ansi-color-apply-on-region. Uses ansi-color-context-region such
11540 that repeated calls will strip partial escape sequences, too.
11541 (ansi-color-apply-on-region): Simplified code. Colorize end of
11542 region if face is not null. Store context in new (FACE POS)
11543 format, such that repeated calls will strip partial escape
11544 sequences, too. Append faces to face property using
11545 ansi-color-apply-sequence such that cumulative mode actually works.
11546 (ansi-color-apply-sequence): New function.
11547 (ansi-color-get-face): When the default face is added to the list
11548 of faces, all previous settings are discarded and the list of
11549 faces is set to '(default).
11550
11551 2000-01-09 Alex Schroeder <alex@gnu.org>
11552
11553 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11554 face, such that ansi-color-apply and ansi-color-apply-on-region
11555 will do the right thing.
11556 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11557 returns nil, set the list of faces back to nil instead of
11558 appending the result of ansi-color-get-face to the front of the list.
11559
11560 2000-01-09 Alex Schroeder <alex@gnu.org>
11561
11562 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11563 (ansi-color-process): Doc change.
11564 (ansi-color-last-context): New buffer-local variable.
11565 (ansi-color-process-output): New function. It is automatically
11566 added to comint-output-filter-functions if this is XEmacs.
11567 (ansi-color-unfontify-region): New optional parameter for XEmacs
11568 compatibility. Check wether font-lock-syntactic-keywords is
11569 boundp before removing the syntax table text property, as XEmacs
11570 doesn't have it.
11571 (ansi-color-filter-region): Doc change.
11572 (ansi-color-apply-on-region): Doc change.
11573 (ansi-color-make-face): New function. Compatibility layer for
11574 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11575 (ansi-color-make-color-map): Use ansi-color-make-face.
11576 (ansi-color-get-face): Avoid face text property '(nil) as results
11577 in an errow for XEmacs.
11578
11579 2000-01-09 Alex Schroeder <alex@gnu.org>
11580
11581 * ansi-color.el (ansi-color-unfontify-region): New function.
11582 Uses text-property ansi-color in order to preserve fontification by
11583 ansi-color. When the package is loaded, a lambda expression is
11584 put onto font-lock-mode-hook. This lambda expression will check
11585 font-lock-unfontify-region-function and replace
11586 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11587 (ansi-color-apply): Add text-property ansi-color in addition to
11588 text-property face.
11589 (ansi-color-apply-on-region): Add text-property ansi-color in
11590 addition to text-property face.
11591 (save-buffer-state): Copy of the macro that is also used by
11592 lazy-lock and font-lock.
11593
11594 (ansi-color-for-comint-mode): New option.
11595 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11596 (ansi-color-for-comint-mode-off): Ditto.
11597 (ansi-color-for-comint-mode-filter): Ditto.
11598 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11599 decide what to do. This function is added to
11600 comint-preoutput-filter-functions when the package is loaded.
11601
11602 (ansi-color-for-shell-mode-set): Removed.
11603 (ansi-color-for-shell-mode): Removed.
11604
11605 2000-01-09 Alex Schroeder <alex@gnu.org>
11606
11607 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11608 the lambda expression from the ansi-color-for-shell-mode :set
11609 property. Additionally, modify shell-mode-hook to enable or
11610 disable font-lock-mode for future shell buffers.
11611 (ansi-color-for-shell-mode): The :set property calls
11612 ansi-color-for-shell-mode-set instead of a lambda expression.
11613
11614 2000-01-09 Alex Schroeder <alex@gnu.org>
11615
11616 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11617 (ansi-color-context): New variable.
11618 (ansi-color-apply): Save context between calls.
11619
11620 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11621
11622 * isearch.el (isearch, isearch-lazy-highlight-face):
11623 New definitions for face colors and attributes.
11624
11625 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11626 of display-mouse-p.
11627
11628 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11629
11630 * international/mule.el (make-coding-system): If the coding system
11631 accepts extra latin codes, register such codes as safe for the
11632 coding system.
11633
11634 2001-01-08 Richard M. Stallman <rms@gnu.org>
11635
11636 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11637 don't mention the file name or the date here, because they are
11638 logged at the start of the file.
11639
11640 2001-01-08 Richard M. Stallman <rms@gnu.org>
11641
11642 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11643 Change screen-width to frame-width.
11644
11645 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11646
11647 * info.el (Info-search): Print the default as part of the prompt.
11648
11649 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11650
11651 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11652 constant implementations in backends.
11653
11654 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11655 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11656
11657 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11658 WRITABLE to EDITABLE.
11659
11660 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11661 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11662 to EDITABLE.
11663
11664 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11665
11666 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11667 (copyright, copyright-update): Compute the current year at run time.
11668
11669 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11670
11671 * isearch.el (isearch-old-signal-hook): Removed.
11672 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11673 instead of setting signal-hook-function.
11674 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11675
11676 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11677
11678 * emulation/edt.el: Update to version 4.0. Provide support for
11679 EDT scroll margins at top and bottom of the window. Provide an
11680 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11681 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11682 user when file-related buffer modifications exist.
11683 Provide support for running EDT Emulation in XEmacs.
11684 Provide customize access to some user updatable variables.
11685 Add Commentary section to file header.
11686 Fixed a few minor bugs and cleaned up some code.
11687
11688 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11689 for detecting a keypress that generates an ASCII key sequence.
11690 (Previously, only a keypress that generates a vector was
11691 recognized.) Embed Window Manager name into name of the generated
11692 EDT Emulation initialization file since the initialization file is
11693 Window Manager specific. Add Commentary section to file header.
11694
11695 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11696
11697 * mail/sendmail.el (mail-mode): Doc fix.
11698
11699 * info.el (Info-goto-emacs-command-node): Doc fix.
11700 (Info-goto-emacs-key-command-node): Doc fix.
11701
11702 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11703
11704 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11705 systems without long file-name support.
11706
11707 2001-01-06 Andrew Innes <andrewi@gnu.org>
11708
11709 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11710
11711 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11712
11713 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11714 (isearch-lazy-highlight-update): Doc fix.
11715
11716 * ffap.el (ffap-bindings): Doc fix.
11717
11718 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11719
11720 2001-01-05 Dave Love <fx@gnu.org>
11721
11722 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11723
11724 2001-01-05 Gerd Moellmann <gerd@gnu.org>
11725
11726 * mouse-drag.el (mouse-drag-safe-scroll):
11727 Bind scroll-preserve-screen-position to nil.
11728
11729 * isearch.el (isearch-old-signal-hook): New variable.
11730 (isearch-mode): Set signal-hook-function to isearch-done.
11731 (isearch-done): Restore old signal-hook-function.
11732
11733 * info.el (Info-fontify-node): Mark one more char as intangible.
11734
11735 2000-01-05 Kenichi Handa <handa@etl.go.jp>
11736
11737 * composite.el (compose-last-chars): New argument COMPONENTS.
11738 If it is non-nil, compose preceding characters by compose-region with
11739 COMPONENTS.
11740
11741 * international/quail.el (quail-input-string-to-events): New function.
11742 (quail-input-method): Convert input string to events here.
11743 (quail-start-translation): Return input string, not event list.
11744 (quail-start-conversion): Likewise.
11745
11746 2001-01-04 Gerd Moellmann <gerd@gnu.org>
11747
11748 * tooltip.el (tooltip-cancel-delayed-tip)
11749 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11750 and tooltip-add-timeout.
11751 (tooltip-show): Set border color from faces's foreground.
11752 (tooltip-show-help-function): If called with the same help string
11753 as last time, do nothing.
11754 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11755
11756 * startup.el (fancy-splash-screens): Don't bind show-help-function
11757 to nil.
11758
11759 * tooltip.el (tooltip-frame-parameters): Remove colors.
11760 (tooltip): New face
11761 (tooltip-set-param): New function.
11762 (tooltip-show): Set up color frame parameters from face `tooltip'.
11763 Display the tooltip text in face `tooltip'.
11764
11765 2001-01-04 Dave Love <fx@gnu.org>
11766
11767 * whitespace.el (whitespace-global-mode): Fix typo.
11768
11769 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11770
11771 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11772
11773 * help.el (help-for-help): Fix a typo in a doc string.
11774 From kwzh@gnu.org (Karl Heuer).
11775
11776 2001-01-03 Dave Love <fx@gnu.org>
11777
11778 * dired-x.el: Doc fixes. Maintainer change.
11779 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11780 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11781 (dired-guess-shell-alist-user): Customize.
11782 (dired-x-help-address): Set to bug-gnu-emacs.
11783 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11784 (dired-default-directory): Renamed from default-directory.
11785
11786 * hl-line.el (hl-line): Doc fix.
11787
11788 2001-01-03 Karl Fogel <kfogel@red-bean.com>
11789
11790 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11791
11792 2001-01-02 Richard M. Stallman <rms@gnu.org>
11793
11794 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11795 to remove all the current alternative-match highlighting.
11796 If nil, remove only what's outside the current window.
11797 (isearch-lazy-highlight-remove-overlays): Take optional
11798 region within which NOT to remove them.
11799 (isearch-lazy-highlight-new-loop): Greatly simplified.
11800 (isearch-lazy-highlight-update): Find all the other occurrences
11801 visible in the window, in just one call.
11802 (isearch-lazy-highlight-start): Now holds start of region to scan.
11803 (isearch-lazy-highlight-end): Now holds end of region to scan.
11804 (isearch-lazy-highlight-wrapped): Variable deleted.
11805 (isearch-lazy-highlight-search): Function deleted.
11806
11807 2000-01-02 Andrew Innes <andrewi@gnu.org>
11808
11809 * w32-fns.el (convert-standard-filename): Do length check on name
11810 before aref.
11811
11812 2001-01-02 Dave Love <fx@gnu.org>
11813
11814 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11815 value.
11816 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11817
11818 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11819
11820 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11821 read syntax.
11822
11823 * calendar/todo-mode.el (todo): Add :link, :version.
11824 (todo-save-top-priorities): Remove autoload cookie.
11825 (todo-add-category, todo-add-item-non-interactively)
11826 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11827
11828 2001-01-02 Gerd Moellmann <gerd@gnu.org>
11829
11830 * comint.el (comint-input-history-ignore): New variable.
11831 (comint-read-input-ring): Ignore entries matching
11832 comint-input-history-ignore.
11833
11834 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
11835
11836 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11837 (lm-copyright-mark): New function.
11838 (lm-crack-copyright): New function.
11839 (lm-verify): Check that the file has a copyright.
11840 Check that the file is copyright Free Software Foundation.
11841
11842 2000-12-30 Kenichi Handa <handa@etl.go.jp>
11843
11844 * international/mule-diag.el (print-fontset): Indent font name by
11845 24 columns, not 25.
11846
11847 2000-12-29 Gerd Moellmann <gerd@gnu.org>
11848
11849 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11850 in Subject line.
11851
11852 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11853 Use mail-mode-hook instead of mail-setup-hook.
11854 Otherwise continuing an interrupted message with C-u C-x m for
11855 instance, winds up in Mail mode without abbrevs.
11856
11857 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11858
11859 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11860 non-nil. Adding almost all customization variables on ps-setup.
11861 Doc fix.
11862 (ps-print-version): New version number (6.3.3).
11863 (ps-end-with-control-d): Initialization fix.
11864 (ps-lines-printed): New var.
11865 (ps-skip-newline): New fun.
11866 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11867 (ps-next-line, ps-continue-line, ps-plot-region)
11868 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11869
11870 2000-12-29 Kenichi Handa <handa@etl.go.jp>
11871
11872 * international/fontset.el (x-complement-fontset-spec):
11873 Resolve ASCII font name so that the same family name is used for fonts
11874 registered in x-font-name-charset-alist.
11875 (create-fontset-from-fontset-spec): Adjusted for the above change.
11876 The name of fontset alias should be a unresolved ASCII font name.
11877
11878 2000-12-28 Gerd Moellmann <gerd@gnu.org>
11879
11880 * simple.el (delete-key-deletes-forward-mode): Bind backspace
11881 and delete in isearch-mode-map.
11882
11883 2000-12-28 Richard M. Stallman <rms@gnu.org>
11884
11885 * dired-x.el (dired-guess-shell-alist-default):
11886 Use xpdf instead of acroread.
11887
11888 2000-12-28 Kenichi Handa <handa@etl.go.jp>
11889
11890 * textmodes/artist.el (artist-butlast): Deleted.
11891 (artist-ellipse-mirror-quadrant): Use butlast instead of
11892 artist-butlast.
11893
11894 * subr.el (butlast, nbutlast): Moved from cl.el to here.
11895
11896 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11897
11898 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11899
11900 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11901
11902 * ls-lisp.el: Better support for the Mac and MS-Windows.
11903 (ls-lisp): New defgroup.
11904 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11905 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11906 (ls-lisp-support-shell-wildcards): New defcustoms.
11907 (ls-lisp-parse-symlink): New function.
11908 (insert-directory): Code to convert switches to a list and set up
11909 the wildcard argument copied from ls-lisp-insert-directory.
11910 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
11911 for -C and -R switches.
11912 (ls-lisp-column-format): New function.
11913 (ls-lisp-delete-matching, ls-lisp-handle-switches)
11914 (ls-lisp-format-time): Add doc strings.
11915 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11916 Support ls-lisp-dirs-first.
11917 (ls-lisp-classify, ls-lisp-extension): New functions.
11918 (ls-lisp-format): Optionally support emulation of symlinks.
11919 Support -i, -s, and -G switches.
11920
11921 2000-12-27 Gerd Moellmann <gerd@gnu.org>
11922
11923 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11924
11925 * version.el (emacs-version): Print X scroll bar information.
11926
11927 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11928 instead of x-toolkit-scroll-bars-p.
11929
11930 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11931 of x-toolkit-scroll-bars-p.
11932
11933 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11934
11935 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
11936 (ffap-bindings): Doc fix, to reflect the above change.
11937
11938 2000-12-27 Kenichi Handa <handa@etl.go.jp>
11939
11940 * term.el (term-char-mode): Define all non-ascii self-inserting
11941 characters to 'term-send-raw in term-raw-map.
11942
11943 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
11944
11945 * viper-init (viper-restore-cursor-type): Added condition-case guard.
11946
11947 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
11948 Changed initialization; use add-hook.
11949 (ediff-file-remote-p): Use file-local-copy.
11950
11951 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
11952
11953 * ediff.el (ediff-patch-buffer): Bug fix.
11954 (ediff-revision): Allow selection of the file at the prompt.
11955
11956 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
11957
11958 * subr.el (combine-run-hooks): Remove.
11959
11960 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
11961 and remove the rogue second spec.
11962
11963 2000-12-23 Gerd Moellmann <gerd@gnu.org>
11964
11965 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
11966
11967 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
11968
11969 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
11970 Use minibuffer menu prompt for the `=' prefix.
11971 (smerge-command-prefix): Change default to C-^.
11972 (smerge-mode): Don't assume font-lock doesn't move point.
11973
11974 * skeleton.el (skeleton-internal-1): Make sure the first line of
11975 the region is also re-indented.
11976 (skeleton-end-newline): New var.
11977 (skeleton-end-hook): Use it.
11978
11979 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11980
11981 * comint.el (comint-password-prompt-regexp): Support CVS.
11982
11983 2000-12-22 Gerd Moellmann <gerd@gnu.org>
11984
11985 * simple.el (delete-key-deletes-forward-mode): Simplify.
11986 Also backspace key combinations, depending on
11987 delete-key-deletes-forward.
11988
11989 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
11990
11991 * simple.el (delete-key-deletes-forward): Doc fix.
11992
11993 2000-08-22 Emmanuel Briot <briot@gnat.com>
11994
11995 * xml.el (top level comment): Updated to reflect the fact that
11996 white spaces are relevant in the XML file.
11997 (xml-parse-file): Do not kill an existing Emacs buffer if the file
11998 to parse was already edited. This allows for on-the-fly analysis
11999 of XML files.
12000 (xml-parse-tag): Check that the casing is the same in the start
12001 tag and end tag, since XML is case-sensitive. Allows for spaces
12002 in the end tag, after the name of the tag.
12003 (xml-parse-attlist): Allow for the character '-' in the name of
12004 attributes, as in the standard http-equiv attribute Do not save
12005 the properties in the XML tree, since they are not relevant.
12006
12007 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12008
12009 * generic.el (generic-read-type): Undo last change, inline into
12010 `generic-mode' and then remove.
12011 (generic-mode): Inline generic-read-type.
12012 (define-generic-mode): Push the symbol name rather than the symbol
12013 onto generic-mode-list.
12014
12015 2000-12-21 Gerd Moellmann <gerd@gnu.org>
12016
12017 * generic.el (generic-read-type): Build an alist for
12018 completing-read as in 20.7.
12019
12020 * play/landmark.el (lm): Use interactive spec `P'.
12021 (toplevel): Don't set debug-on-error.
12022
12023 * server.el (server-switch-buffer): Choose a window on a visible frame.
12024
12025 2000-12-21 Dave Pearson <davep@davep.org>
12026
12027 * quickurl.el: Commentry change, I've moved my web site.
12028
12029 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12030
12031 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12032 ranges like \177-\237, but accepts the character sequence from \177 to
12033 \237. Doc fix.
12034 (ebnf-version): New version (3.4).
12035 (ebnf-setup): Code fix.
12036 (ebnf-range-regexp): New fun.
12037 (ebnf-8-bit-chars): Const fix.
12038
12039 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12040 entry. Doc fix.
12041 (ebnf-bnf-lex): Code fix.
12042 (ebnf-bnf-comment-chars): Const fix.
12043
12044 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12045 entry. Doc fix.
12046 (ebnf-iso-comment-chars): Const fix.
12047
12048 * ebnf-otz.el: Doc fix.
12049
12050 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12051 entry. Doc fix.
12052 (ebnf-yac-skip-code): Code fix.
12053 (ebnf-yac-comment-chars): Const fix.
12054
12055 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12056
12057 * files.el (insert-directory-safely): New function.
12058 (recover-file): Use it instead of insert-directory.
12059 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12060
12061 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12062
12063 * international/mule-cmds.el (select-safe-coding-system):
12064 Check coding-category-list more rigidly. Improve help message.
12065
12066 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12067
12068 2000-12-21 Miles Bader <miles@gnu.org>
12069
12070 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12071
12072 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12073
12074 * international/mule-diag.el (describe-char-after): Make *Help*
12075 buffer inherit multibyteness of the current buffer.
12076
12077 * international/mule.el (make-char): Docstring adjusted for the
12078 change of make-char-internal.
12079
12080 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12081
12082 * international/iso-cvt.el: Docstrings fix.
12083
12084 2000-12-20 Dave Love <fx@gnu.org>
12085
12086 * subr.el (eval-after-load): Doc fix.
12087
12088 2000-12-20 Kenichi Handa <handa@etl.go.jp>
12089
12090 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12091 for numbers.
12092
12093 2000-12-20 Miles Bader <miles@gnu.org>
12094
12095 * international/quail.el (quail-help): Resize the help window
12096 again after it has all its contents. Remove unneeded progn.
12097
12098 2000-12-19 Gerd Moellmann <gerd@gnu.org>
12099
12100 * pcmpl-linux.el: Fix copy/paste error.
12101
12102 2000-12-19 Andrew Innes <andrewi@gnu.org>
12103
12104 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12105
12106 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12107
12108 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12109
12110 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12111
12112 * progmodes/idlw-shell.el: Fixed copyright notice.
12113
12114 * progmodes/idlwave.el: Fixed copyright notice.
12115
12116 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12117 TAB as key separators.
12118
12119 2000-12-19 Alex Schroeder <alex@gnu.org>
12120
12121 * sql.el (sql-sybase-options): New option.
12122 (sql-sybase): Use it. Add sql-database to the list of parameters
12123 provided for login. The options -w 2048 -n are not used any more.
12124 (sql-postgres-options): Changed default from "--pset" to "-P".
12125 (sql-mysql-options): Doc change.
12126 (sql-stop): Doc change.
12127
12128 2000-12-19 Kenichi Handa <handa@etl.go.jp>
12129
12130 * international/quail.el (quail-input-method): Always hide
12131 the guidance buffer on exiting.
12132
12133 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12134
12135 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12136 isn't fboundp.
12137
12138 * server.el (server-buffer-done): Bury the buffer before
12139 killing it.
12140
12141 * faces.el (face-spec-set): Interpret a nil in specs for
12142 foreground and background colors as `unspecified', for
12143 compatibility with 20.x.
12144
12145 2000-12-18 Dave Love <fx@gnu.org>
12146
12147 * simple.el (mail-user-agent): Doc fix.
12148 (input-mode-8-bit): Removed.
12149
12150 * international/mule.el (set-keyboard-coding-system): Doc fix.
12151 (keyboard-coding-system): New option.
12152
12153 * mail/sendmail.el (send-mail-function): Customize.
12154
12155 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12156
12157 * international/codepage.el (cp866-decode-table): New table.
12158
12159 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12160
12161 * version.el (emacs-version): Remove `%a' from the time format
12162 because the weekday doesn't fit well into each locale.
12163
12164 2000-12-18 Miles Bader <miles@gnu.org>
12165
12166 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12167
12168 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12169 Check that emacs-major-version is `=' to 20, not `>='.
12170 (artist-replace-chars): Use `make-string' instead of a loop.
12171
12172 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12173
12174 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12175 (cvs-execute-single-file): Don't change directory.
12176 Patch from Per Cederqvist.
12177
12178 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12179
12180 * textmodes/ispell.el (check-ispell-version):
12181 If `ispell-program-name' is "aspell", pass it the -v switch instead
12182 of -vv.
12183
12184 2000-12-16 Kenichi Handa <handa@etl.go.jp>
12185
12186 * international/mule-diag.el (mule-diag): Insert information about
12187 configure options, multibyte awareness, language env.
12188
12189 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12190 regexp to search for candidates.
12191
12192 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12193
12194 * info.el (Info-forward-node): If the node has an
12195 Info-header-line, widen the buffer before searching for "next:"
12196 and "up:" pointers, and set the search limit to stay in the
12197 current node.
12198
12199 2000-12-16 Miles Bader <miles@gnu.org>
12200
12201 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12202
12203 2000-12-15 Miles Bader <miles@gnu.org>
12204
12205 * comint.el (comint-send-string, comint-send-region): Also accept
12206 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12207 process-send-string/region.
12208
12209 2000-12-15 Gerd Moellmann <gerd@gnu.org>
12210
12211 * isearch.el (isearch-lazy-highlight-max): New user-option.
12212 (isearch-lazy-highlight-update): Don't highlight more than
12213 isearch-lazy-highlight-max matches.
12214
12215 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12216
12217 2000-12-15 Richard M. Stallman <rms@gnu.org>
12218
12219 * sort.el (sort-columns): Fix error message.
12220
12221 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12222 `upcase' or `downcase' or nil.
12223 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12224 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12225 (dabbrev--substitute-expansion): New arg record-case-pattern.
12226 If it is non-nil, set dabbrev--last-case-pattern.
12227 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12228
12229 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12230
12231 2000-12-15 Miles Bader <miles@gnu.org>
12232
12233 * paths.el (Info-default-directory-list): Don't delete
12234 configure-info-directory from the list of standard info
12235 directories when appending it to the end -- their order is important.
12236
12237 * faces.el (read-face-attribute): If there's no entry for the
12238 user's input in VALID, just use it as-is (this will often result
12239 in an error, but it may be OK for e.g. colors using hexadecimal
12240 notation, and at least will yield a better error message).
12241
12242 * window.el (mode-line-window-height-fudge): Function removed.
12243 (height-affecting-face-attributes, mode-line-window-height-fudge):
12244 Variables removed.
12245 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12246 window is really the right size. Use vertical-motion
12247 rather than forward-line.
12248 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12249 (ispell-command-loop, ispell-show-choices): Use the variable
12250 ispell-choices-win-default-height, rather than the function.
12251 (ispell-choices-win-default-height): Function removed.
12252 (ispell-mode-line-window-height-fudge): Function removed.
12253
12254 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12255
12256 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12257
12258 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12259
12260 * paths.el (Info-default-directory-list):
12261 If configure-info-directory is not one of the standard directories,
12262 put it first in the list; otherwise put it last. Doc string
12263 changed accordingly.
12264
12265 * info.el (Info-directory-list): Change doc string to reflect the
12266 change in Info-default-directory-list.
12267
12268 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12269 windows-nt as windowed environments, even under -nw.
12270
12271 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12272 if not fboundp. Switch delete-forward mode for the <delete> key
12273 on all PC platforms, even under -nw.
12274
12275 * term/internal.el ([M-delete]): Remap to M-d.
12276
12277 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12278
12279 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12280
12281 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12282
12283 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12284
12285 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12286
12287 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12288 if appropriate.
12289
12290 * simple.el (delete-key-deletes-forward): New user-option.
12291 (delete-key-deletes-forward-mode): New function.
12292
12293 * bindings.el: Bind `delete' to backward-delete-char.
12294
12295 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12296 Test if symbol is bound before getting its value.
12297
12298 * tooltip.el (tooltip-show): If an error is signaled in
12299 x-show-tip, display that error, and display the help in the
12300 echo area.
12301
12302 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12303
12304 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12305 Show "... entries" messages for every 10000 entries, not 10.
12306
12307 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12308
12309 * bookmark.el: Provide a generic exit hook, as suggested by
12310 Ovidiu Predescu <ovidiu@cup.hp.com>:
12311 (bookmark-exit-hook): New var.
12312 (bookmark-exit-hook-internal): New func, replaces
12313 old raw lambda form in `kill-emacs-hook', and runs new
12314 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12315 as logically that feature must have been provided if this function
12316 is running.
12317 Removed ;;;###autoload before the `add-hook' call.
12318
12319 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12320
12321 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12322 (easy-menu-current-active-maps): New function.
12323 (easy-menu-get-map): Use it.
12324 Make a proper menu entry when creating a new keymap.
12325
12326 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12327
12328 * international/characters.el: Fix cases and syntaxes for
12329 mule-unicode-0100-24ff.
12330
12331 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12332 that a Japanese character is not appended after day and year.
12333
12334 * info.el (Info-suffix-list): Change format for a command that
12335 requires arguments.
12336 (info-insert-file-contents): Adjusted for the above change.
12337
12338 2000-12-12 Andreas Schwab <schwab@suse.de>
12339
12340 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12341 on the name of the tar buffer. Verify that the existing buffer is
12342 visiting the same subfile.
12343
12344 2000-12-12 Dave Love <fx@gnu.org>
12345
12346 * subdirs.el: Add obsolete.
12347
12348 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12349
12350 * mail/rmailsum.el (rmail-summary-expunge)
12351 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12352 instead of rmail-confirm-expunge.
12353
12354 * replace.el (perform-replace): Don't use an empty match adjacent
12355 to a non-empty match when computing the next match before the
12356 replacement is performed.
12357
12358 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12359
12360 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12361 definition (patch by Stefan Monnier).
12362 (glasses-mode): Use jit-lock instead of `after-change-functions'
12363 (patch by Stefan Monnier).
12364
12365 2000-12-12 Miles Bader <miles@gnu.org>
12366
12367 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12368 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12369
12370 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12371
12372 * term/mac-win.el: Remove load for ls-lisp.
12373
12374 * loadup.el: Load ls-lisp for system-type `macos'.
12375
12376 2000-12-12 Miles Bader <miles@gnu.org>
12377
12378 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12379 Respect field end too.
12380 (just-one-space): Respect fields as `delete-horizontal-space'.
12381 (newline-and-indent, reindent-then-newline-and-indent):
12382 Use `delete-horizontal-space'.
12383
12384 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12385
12386 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12387 (so as to obey the field property in the minibuffer).
12388
12389 * obsolete/c-mode.el: Moved from lisp/progmodes.
12390 * obsolete/auto-show.el: Moved from lisp.
12391 * obsolete/ooutline.el: Moved from lisp/textmodes.
12392
12393 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12394
12395 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12396 changes to list them here.
12397
12398 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12399 Too many changes to list them here.
12400
12401 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12402 Too many changes to list them here.
12403
12404 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12405
12406 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12407
12408 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12409
12410 * cus-edit.el (custom-save-variables, custom-save-faces):
12411 Comment fix.
12412
12413 * hscroll.el: Moved to `obsolete' subdir.
12414
12415 2000-12-11 Miles Bader <miles@gnu.org>
12416
12417 * window.el (window-text-height): Function removed (now in C).
12418
12419 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12420
12421 * log-edit.el (log-edit-parent-buffer): New var.
12422 (log-edit): Set it. Add BUFFER argument.
12423 (log-edit-done): Use char-before.
12424 Don't bother checking validity of vc-comment-ring.
12425 Only bury the buffer if log-edit popped it up.
12426
12427 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12428 (cvs-mode-diff-help): Remove.
12429 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12430 (cvs-mode-marked): Set up the default for CMD manually.
12431
12432 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12433 Remove binding for ? now made unnecessary.
12434
12435 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12436
12437 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12438 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12439
12440 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12441 when master file is not open.
12442
12443 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12444
12445 * progmodes/ada-stmt.el: Update `maintainer'.
12446
12447 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12448
12449 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12450 choices to match documentation string.
12451
12452 2000-12-09 Miles Bader <miles@gnu.org>
12453
12454 * minibuf-eldef.el: New file.
12455
12456 * window.el (fit-window-to-buffer): Don't pass last argument to
12457 pos-visible-in-window-p, now that its meaning is inverted.
12458
12459 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12460
12461 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12462 <ceder@lysator.liu.se>.
12463
12464 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12465
12466 * autoinsert.el (auto-insert-alist): Add missing final \n.
12467
12468 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12469 (cvs-menu-map): Remove.
12470 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12471 (cvs-mode-quit): Turn it back into a plain function.
12472
12473 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12474 (texinfo-filter): Remove (move to texinfo.el).
12475
12476 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12477 file where it's more visible.
12478 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12479 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12480 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12481 (texinfo-inside-macro-p): Only catch `scan-error's.
12482 (texinfo-inside-env-p): Make better use of the match info.
12483 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12484 (texinfo-insert-@end): Slight re-organization.
12485 Also remove useless `looking-at' call.
12486
12487 2000-12-08 Andrew Innes <andrewi@gnu.org>
12488
12489 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12490 accessible in -nw mode.
12491
12492 * term/w32-win.el: Remove stuff about selection timeout, which is
12493 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12494 it is accessible in -nw mode.
12495
12496 2000-12-08 Dave Love <fx@gnu.org>
12497
12498 * emacs-lisp/lisp-mode.el (lisp-mode):
12499 Set font-lock-keywords-case-fold-search.
12500
12501 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12502
12503 * textmodes/ispell.el (ispell): Doc fix.
12504
12505 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12506
12507 * international/quail.el (quail-insert-decode-map): Check the
12508 frame width of a window displaying the current buffer, not that of
12509 the selected frame.
12510 (quail-help): Make sure that the help buffer has window before
12511 inserting text in it.
12512
12513 2000-12-07 Sam Steingold <sds@gnu.org>
12514
12515 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12516 Backquote is used in isearch.el, so autoloading saves nothing.
12517
12518 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12519
12520 * startup.el (normal-top-level-add-subdirs-to-load-path):
12521 Ignore the CVS and RCS subdirectories case-insensitively.
12522
12523 * dired.el (dired-insert-directory): If file-system-info is
12524 fboundp, call it instead of invoking dired-free-space-program.
12525
12526 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12527
12528 * server.el (server-visit-files): Push files on file-name-history.
12529
12530 * progmodes/cc-langs.el: Update copyright.
12531
12532 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12533
12534 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12535
12536 * bindings.el (mode-line-mode-menu): Reverse the order
12537 of define-keys so that the menu appears in alphabetical order.
12538
12539 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12540
12541 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12542 of the function.
12543
12544 2000-12-07 Dave Love <fx@gnu.org>
12545
12546 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12547
12548 * facemenu.el (facemenu-unlisted-faces): Fix value.
12549
12550 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12551
12552 * font-lock.el (font-lock-default-fontify-region):
12553 Include the terminating \n (off-by-one error).
12554 (font-lock-set-defaults): Use dolist.
12555
12556 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12557
12558 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12559
12560 * international/mule-cmds.el (describe-language-environment):
12561 Fix for the case that an input method title is not string but a list.
12562
12563 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12564 of wrong SIZE record.
12565
12566 2000-12-06 Dave Love <fx@gnu.org>
12567
12568 * newcomment.el (comment-region, comment-dwim): Doc fix.
12569
12570 * textmodes/texinfo.el: Require tex-mode when compiling.
12571 (texinfo-update-node): Doc fix.
12572 (texinfo-imenu-generic-expression): Add @anchor.
12573 (texinfo-font-lock-keywords): Add @uref.
12574 (texinfo-inside-macro-p): Don't use ignore-errors.
12575 (texinfo-insert-quote): Match more contexts.
12576
12577 * international/mule.el (decode-char, encode-char): Doc fix.
12578 (auto-coding-alist): Customize.
12579
12580 * files.el (load-file): Fix change of 2000-03-12.
12581
12582 * wid-edit.el (widget-text-keymap): Doc fix.
12583
12584 2000-12-06 Andrew Innes <andrewi@gnu.org>
12585
12586 * makefile.w32-in (lisp): Set to an absolute directory, namely
12587 $(CURDIR).
12588
12589 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12590
12591 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12592 read generated-autoload-file, and set buffer-file-coding-system to
12593 raw-text-unix after reading the file.
12594
12595 * international/mule-conf.el (file-coding-system-alist):
12596 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12597
12598 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12599
12600 * replace.el (occur): Make line-number-width 1 smaller for the
12601 colon following the line number.
12602
12603 * startup.el (fancy-splash-text, command-line-1):
12604 Use `File' for the menu name instead of `Files'.
12605
12606 * tmm.el: Update copyright.
12607
12608 * cus-start.el: Add entry for even-window-heights.
12609
12610 2000-12-06 Miles Bader <miles@gnu.org>
12611
12612 * faces.el (frame-set-background-mode): Avoid stomping on
12613 locally modified faces.
12614
12615 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12616
12617 * international/fontset.el: Correct the font registries for
12618 japanese-jisx0213-1 and japanese-jisx0213-2.
12619
12620 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12621
12622 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12623
12624 * iswitchb.el: Update customization commentary.
12625
12626 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12627
12628 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12629 (tpu-search-highlight): Fixed comparison of overlay end positions.
12630 (tpu-trim-line-ends): Implemented trimming logic locally.
12631
12632 * emulation/tpu-extras.el (tpu-write-file-hook)
12633 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12634
12635 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12636
12637 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12638 to cn-gb.
12639 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12640
12641 2000-12-04 Dave Love <fx@gnu.org>
12642
12643 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12644
12645 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12646
12647 * mail/rmailsum.el (rmail-summary-expunge)
12648 (rmail-summary-expunge-and-save): Ask for confirmation with
12649 rmail-expunge-confirmed.
12650
12651 * mail/rmail.el (rmail-expunge-confirmed): New function.
12652 (rmail-expunge): Use it.
12653
12654 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12655
12656 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12657 (etags-recognize-tags-table, find-tag-in-order):
12658 New functionality: interpret file names as tags.
12659
12660 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12661
12662 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12663 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12664 the first subnode until the bottom of the current node is visible.
12665
12666 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12667
12668 * format.el (format-decode): Don't change buffer's undo list.
12669
12670 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12671
12672 * faces.el (face-font-registry-alternatives): Add entries for CJK
12673 fonts. Doc-string adjusted for the actual usage of this data.
12674
12675 * international/fontset.el: Change the font registries for CJK
12676 fonts in the default fontset. Don't append '*' to registries.
12677
12678 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12679
12680 * emacs-lisp/easy-mmode.el (define-derived-mode)
12681 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12682
12683 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12684 (derived-mode-p): New function.
12685 (derived-mode-make-docstring): Add `docstring' argument.
12686 Use it if available and complete it if necessary.
12687
12688 2000-12-03 Andreas Schwab <schwab@suse.de>
12689
12690 * type-break.el (type-break): Don't make parent of itself.
12691
12692 2000-12-03 Miles Bader <miles@gnu.org>
12693
12694 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12695
12696 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12697
12698 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12699 (tex-main-file, tex-file): Simplify.
12700 (tex-generate-zap-file-name): Use subst-char-in-string.
12701 (tex-strip-dots): Remove.
12702
12703 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12704
12705 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12706 to check if the match succeeded.
12707
12708 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12709
12710 * startup.el (use-fancy-splash-screens-p): New function.
12711 (command-line-1): Use it to determine whether or not to use
12712 a fancy splash screen.
12713
12714 2000-12-02 Andreas Schwab <schwab@suse.de>
12715
12716 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12717
12718 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12719
12720 * international/mule.el (make-char): Fix last change.
12721
12722 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12723 New defcustoms.
12724 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12725 autoloading tex-mode; instead, do the same manually.
12726 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
12727 with numeric argument. Docstring fix.
12728 (toplevel): Require cl when compiling.
12729
12730 * international/mule.el (make-char): Doc fix.
12731
12732 2000-12-02 Jason Rumney <jasonr@gnu.org>
12733
12734 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12735 the Emacs Lisp manual)
12736
12737 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12738
12739 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12740
12741 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12742 the Emacs Lisp manual).
12743
12744 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12745
12746 * simple.el (next-line-add-newlines): Change default to nil.
12747
12748 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12749
12750 * files.el (revert-buffer, recover-file):
12751 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12752
12753 2000-12-01 Gerd Moellmann <gerd@gnu.org>
12754
12755 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12756
12757 2000-12-01 Miles Bader <miles@gnu.org>
12758
12759 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12760
12761 2000-12-01 Kenichi Handa <handa@etl.go.jp>
12762
12763 * international/mule-diag.el (describe-char-after): Fix typo.
12764 (describe-character-set, non-iso-charset-alist): Fix typo.
12765
12766 2000-12-01 Miles Bader <miles@gnu.org>
12767
12768 * image-file.el (image-file-name-regexp): Automatically add
12769 upper-case variants of each filename extension in
12770 `image-file-name-extensions', since they seem to be common.
12771
12772 * simple.el (minibuffer-contents)
12773 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12774 New functions.
12775 * filecache.el (file-cache-directory-name)
12776 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12777
12778 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
12779
12780 * filecache.el (file-cache-minibuffer-complete): Don't try to
12781 delete the minibuffer prompt.
12782
12783 2000-11-30 Dave Love <fx@gnu.org>
12784
12785 * cus-start.el: Fix read-buffer-function type.
12786
12787 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12788
12789 * md5.el: Removed. There's a built-in function, now.
12790
12791 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
12792
12793 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12794 as dummy 0-th char of rmail-deleted-vector.
12795
12796 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12797
12798 * ps-print.el (ps-end-job): Bind case-fold-search only after
12799 switching to ps-spool-buffer.
12800
12801 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12802
12803 * ps-print.el: Line number font customization. PostScript: Lines and
12804 PageCount are initialized on each page. Doc Fix.
12805 (ps-print-version): New version number (6.3.2).
12806 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12807 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12808 (ps-right-header): Customization fix.
12809 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12810 Fix code.
12811 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12812 New vars.
12813
12814 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12815
12816 * bs.el: Fix typos and spelling errors.
12817 (bs-appearance) <defgroup>: Renamed from bs-appearence.
12818 (bs-configuration): Doc fix.
12819
12820 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
12821
12822 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
12823
12824 * emulation/tpu-edt.el (tpu-version): New version.
12825 (tpu-search-overlay, tpu-replace-overlay): New initial range.
12826 (tpu-original-mode-line): Variable deleted.
12827 (tpu-mark-flag): New initial value.
12828 (tpu-set-mode-line): Don't redefine mode-line-format.
12829 Add tpu-mark-flag to minor-mode-alist.
12830 (tpu-update-mode-line): New mark flag logic.
12831 (tpu-get): Use find-file-wildcards.
12832 (tpu-search-highlight): Move overlay less, reset overlay properly.
12833 (tpu-unselect): Deactivate mark.
12834 (tpu-lm-replace): Reset overlay properly.
12835 (tpu-forward-line): Use forward-visible-line.
12836 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12837
12838 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12839
12840 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12841
12842 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12843
12844 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12845
12846 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12847 and skip whitespace and newlines.
12848
12849 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12850
12851 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12852
12853 2000-11-29 Gerd Moellmann <gerd@gnu.org>
12854
12855 * help.el (describe-function-1): Regexp-quote function name
12856 when used as part of a regexp.
12857
12858 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12859 Use face-attribute instead of face-foreground and face-background.
12860 (tool-bar-add-item): Likewise, and handle unspecified colors.
12861
12862 * enriched.el (enriched-face-ans): Use face-attribute instead
12863 of face-foreground and face-background.
12864
12865 * faces.el (face-foreground, face-background, face-stipple):
12866 Return nil if attribute is unspecified, for backward compatibility.
12867
12868 * files.el (auto-mode-alist): Add an entry for antlr-mode.
12869
12870 * play/5x5.el: Remove version info.
12871
12872 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12873
12874 * frame.el (blink-cursor-mode): Doc fix.
12875
12876 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12877
12878 * antlr-mode.el: New commands to run ANTLR from within Emacs and
12879 to create Makefile rules.
12880 (antlr-tool-command): New user option.
12881 (antlr-ask-about-save): New user option.
12882 (antlr-makefile-specification): New user option.
12883 (antlr-file-formats-alist): New variable.
12884 (antlr-special-file-formats): New variable.
12885 (antlr-unknown-file-formats): New user option.
12886 (antlr-help-unknown-file-text): New variable.
12887 (antlr-help-rules-intro): New variable.
12888 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12889 (antlr-mode-menu): Add entries.
12890 (antlr-file-dependencies): New function.
12891 (antlr-directory-dependencies): New function.
12892 (antlr-superclasses-glibs): New function.
12893 (antlr-run-tool): New command.
12894 (antlr-makefile-insert-variable): New function.
12895 (antlr-insert-makefile-rules): New function.
12896 (antlr-show-makefile-rules): New command.
12897
12898 * antlr-mode.el: More Emacs/XEmacs stuff.
12899 (antlr-no-action-keywords): New constant with value nil.
12900 (antlr-font-lock-keywords-alist): Use it. Old value would break
12901 syntax highlighting in Emacs-21.0.
12902 (antlr-default-directory): Emacs/XEmacs dependend function.
12903 (antlr-read-shell-command): Ditto.
12904 (antlr-with-displaying-help-buffer): Ditto.
12905
12906 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12907
12908 * antlr-mode.el: imenu, parsing and highlighting changes.
12909 (antlr-imenu-create-index-function): Don't create extra submenus
12910 for definitions in different grammar classes. It is not necessary
12911 for the menu and would make command `imenu' awkward to use.
12912 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12913 header actions and more than one.
12914 (antlr-font-lock-tokendef-face): Changed color.
12915 (antlr-font-lock-tokenref-face): Changed color.
12916 (antlr-font-lock-additional-keywords): Also highlight lowercase.
12917 (antlr-mode-syntax-table): New variable.
12918 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12919 (antlr-with-syntax-table): Don't copy syntax table.
12920
12921 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12922
12923 * antlr-mode.el: Minor changes: language setting.
12924 (antlr-language-alist): The value for file option "language" can
12925 be both an identifier and a string.
12926 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12927 (antlr-language-limit-n-regexp): Change accordingly.
12928
12929 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12930
12931 * antlr-mode.el: Minor changes: tabs, hiding.
12932 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12933 (antlr-action-visibility): Also allow value nil to also hide the
12934 braces. Renamed from `antlr-tiny-action-length'.
12935 Suggested by Jay@aol.com.
12936 (antlr-hide-actions): Change accordingly. Hide line if completely
12937 hidden action is on a line of its own.
12938
12939 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12940
12941 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12942
12943 * sort.el (sort-columns): Don't concat strings with numbers.
12944
12945 2000-11-29 Dave Love <fx@gnu.org>
12946
12947 * cus-edit.el (face): Fix :format.
12948
12949 * mail/feedmail.el: Require smtpmail when compiling.
12950 (mail-do-fcc): Autoload.
12951 (feedmail) <defgroup>: Fix :link.
12952 (feedmail-nuke-body-in-fcc): Fix :type.
12953 (feedmail-send-it): Add autoload cookie.
12954
12955 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12956
12957 * newcomment.el (comment-indent): Save excursion around call to
12958 comment-indent-function.
12959
12960 2000-11-29 Miles Bader <miles@gnu.org>
12961
12962 * subr.el (member-ignore-case): Return the tail of the list who's
12963 car matches, like `member', not the matching element itself.
12964
12965 2000-11-29 Kenichi Handa <handa@etl.go.jp>
12966
12967 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
12968 should not contain `\n'.
12969
12970 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12971
12972 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12973
12974 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
12975
12976 * dired-aux.el (dired-do-create-files): Construct default file
12977 name for dired-mark-read-file-name so that when the user enters
12978 just RET, the target file will end up in the target directory.
12979
12980 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
12981 local-abbrev-table before changing buffers because it might
12982 have a buffer-local binding.
12983
12984 2000-11-28 Miles Bader <miles@gnu.org>
12985
12986 * simple.el (delete-horizontal-space): Handle fields more generally.
12987
12988 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12989
12990 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
12991
12992 2000-11-28 Dave Love <fx@gnu.org>
12993
12994 * progmodes/ps-mode.el (ps-mode): Set comment-start and
12995 comment-start-skip locally.
12996
12997 * progmodes/fortran.el (fortran-mode): Don't set
12998 fortran-comment-line-start-skip. Set comment-start to
12999 fortran-comment-line-start.
13000 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13001 (fortran-comment-line-start-skip): Simplify slightly.
13002
13003 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13004
13005 * play/5x5.el: Remove RCS keyword.
13006
13007 * bs.el: Mistaken commit, undone 2000-11-30.
13008
13009 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
13010
13011 * textmodes/tildify.el (tildify-string-alist):
13012 Add `plain-tex-mode' here.
13013
13014 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13015
13016 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13017 reference.
13018
13019 2000-11-28 Miles Bader <miles@gnu.org>
13020
13021 * cus-face.el (custom-face-attributes): Add post-filter function
13022 for :box. Make pre-filter function for :box handle all cases.
13023
13024 * wid-edit.el (widget-choose): Make sure pop-up window is large
13025 enough to display all the choices, as there's no way to scroll it.
13026
13027 2000-11-28 Kenichi Handa <handa@etl.go.jp>
13028
13029 * international/mule-conf.el: Make the coding system no-conversion
13030 safe for all characters.
13031
13032 2000-11-27 Dave Love <fx@gnu.org>
13033
13034 * net/ldap.el (ldap) <defgroup>: Add :version.
13035
13036 * tooltip.el (tooltip-use-echo-area): Doc fix.
13037
13038 * cus-start.el <minibuffer-prompt-properties>: Add version.
13039 <read-buffer-function>: Add.
13040
13041 * apropos.el (apropos-print): Add help-echo to active text.
13042
13043 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13044
13045 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13046
13047 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13048 type, group and version.
13049
13050 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13051
13052 * select.el (x-get-selection): Docstring fix.
13053
13054 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
13055
13056 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13057
13058 2000-11-27 Andrew Innes <andrewi@gnu.org>
13059
13060 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13061
13062 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13063
13064 2000-11-27 Miles Bader <miles@gnu.org>
13065
13066 * dired.el (dired-get-filename): Return filename verbatim if
13067 LOCALP is `verbatim'.
13068 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13069 `verbatim' so that we don't inadvertently delete a non-existant
13070 directory name.
13071
13072 2000-11-27 Kenichi Handa <handa@etl.go.jp>
13073
13074 * international/characters.el: Specify cases and syntaxes for
13075 mule-unicode-0100-24ff.
13076
13077 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13078
13079 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13080 that foreground and/or background colors of the face `tool-bar'
13081 are unspecified.
13082
13083 2000-11-27 Miles Bader <miles@gnu.org>
13084
13085 * wid-edit.el (widget-field-buffer, widget-field-start)
13086 (widget-field-end): Handle widget field `pseudo-overlays'.
13087 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13088 if it's there instead of in `widget-field-list'.
13089
13090 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13091 (help-make-xrefs): Delete extraneous newlines at the end of the
13092 docstring.
13093
13094 2000-11-25 Jason Rumney <jasonr@gnu.org>
13095
13096 * startup.el (command-line): Call set-locale-environment after
13097 Window System init file is read, as it can result in a call to
13098 redraw-frame.
13099
13100 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13101
13102 * simple.el (shell-command): Mention the effect of the prefix
13103 argument in the doc string.
13104
13105 2000-11-25 Miles Bader <miles@gnu.org>
13106
13107 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13108
13109 * wid-edit.el (widget-field-value-delete): Don't try to delete
13110 overlay when it's the `pseudo-overlay' that exists at some points.
13111
13112 2000-11-24 Jason Rumney <jasonr@gnu.org>
13113
13114 * international/mule-cmds.el (locale-language-names): Add "jp" as
13115 a non-standard alternative for Japanese.
13116
13117 2000-11-24 Andre Spiegel <spiegel@gnu.org>
13118
13119 * vc-hooks.el: Require 'cl during compilation.
13120
13121 2000-11-24 Gerd Moellmann <gerd@gnu.org>
13122
13123 * faces.el (face-set-after-frame-default): Let face attributes
13124 specified for new frames override frame parameters.
13125
13126 * startup.el (command-line): Fix computation of the source file
13127 for user-init-file when user-init-file is a compiled file.
13128
13129 2000-11-24 Miles Bader <miles@gnu.org>
13130
13131 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13132 (custom-post-filter-face-spec): New functions.
13133 (custom-face-set, custom-face-value-create): Filter the face spec
13134 before and after customization.
13135 (custom-face-set): If VALUE specifies a null face, pass a
13136 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13137 * cus-face.el (custom-face-attributes): Remove SET and GET
13138 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13139 cases they're needed.
13140
13141 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13142 that it's distinguishable from the :off-glyph on dark-background
13143 displays. Set its background color too.
13144
13145 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13146 so that people can easily turn it off.
13147
13148 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
13149
13150 * ediff-diff.el: Moved variables around to have it compile under NT.
13151
13152 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13153
13154 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13155
13156 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13157 redundant skip-small-frames test.
13158
13159 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13160 (viper-downgrade-to-insert): Protect against errors in hooks.
13161
13162 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13163 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13164 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13165 New functions.
13166
13167 * viper-util.el (viper-memq-char): Bug fixes.
13168
13169 * viper.el (viper-mode): Fix cursor handling.
13170
13171 2000-11-24 Kenichi Handa <handa@etl.go.jp>
13172
13173 * international/mule-diag.el (list-iso-charset-chars):
13174 For two-byte charset, fix the `while' condition.
13175 (list-non-iso-charset-chars): Fix the `while' condition.
13176
13177 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13178
13179 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13180 if the variable is make-variable-buffer-local.
13181
13182 * progmodes/ada-stmt.el (ada-template-map):
13183 Initialize and bind it to C-c t in ada-mode-map.
13184 (ada-stmt-mode-hook): New function extracted from old code.
13185 Only change the buffer-local side of skeleton-*.
13186 (ada-mode-hook): Use it.
13187
13188 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13189
13190 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13191 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13192 we expect to be returned by minibuffer-depth once we prompt the
13193 user in the minibuffer.
13194 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13195 as recorded in iswitchb-minibuf-depth, return non-nil.
13196
13197 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13198
13199 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13200 (hscroll-window-maybe): Docstring fix.
13201
13202 2000-11-23 Dave Love <fx@gnu.org>
13203
13204 * rect.el (string-rectangle): Don't test delete-selection-mode.
13205
13206 2000-11-23 Gerd Moellmann <gerd@gnu.org>
13207
13208 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13209 is in the tool bar.
13210
13211 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13212 with `no-dir'; we want the directory part to be able to remove it.
13213
13214 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13215
13216 * textmodes/outline.el (outline-flag-region):
13217 Don't bind inhibit-read-only since we don't modify the buffer.
13218 (outline-isearch-open-invisible): Don't jump to overlay-start
13219 since we're trying to unhide text around point.
13220 (outline-discard-overlays): Use dolist.
13221
13222 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13223
13224 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13225
13226 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13227
13228 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13229
13230 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13231 Fix ARG regexp to skip quoted braces.
13232 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13233 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13234 are (correctly) handled separately).
13235 Remove `caption' and `footnote' from `citations': they contain text.
13236 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13237 (latex-skeleton-end-hook): New function.
13238 (latex-mode): Use it.
13239 (tex-start-tex-marker): Remove.
13240 (tex-send-tex-command): Don't set tex-start-tex-marker.
13241 (tex-error-parse-syntax-table): New var.
13242 (tex-compilation-parse-errors): Use it.
13243 Ignore tex-start-tex-marker. Don't bother with marker-position.
13244 (tex-validate-buffer): Don't bother with marker-position.
13245
13246 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13247 (flyspell-generic-progmode-verify): Use it.
13248
13249 2000-11-22 Sam Steingold <sds@gnu.org>
13250
13251 * simple.el (delete-trailing-whitespace): New interactive function.
13252
13253 * progmodes/ada-mode.el (ada-mode): Use it instead of
13254 `ada-remove-trailing-spaces'.
13255 (ada-remove-trailing-spaces): Removed.
13256
13257 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13258
13259 * textmodes/picture.el (picture-clean): Removed.
13260 (picture-mode-exit): Call it instead of `picture-clean'.
13261
13262 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13263
13264 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13265
13266 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13267 jit-lock-fontify-buffer; it should anyway be unneccessary to
13268 do anything special when jit-lock is active.
13269 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13270
13271 2000-11-22 Dave Love <fx@gnu.org>
13272
13273 * calendar/todo-mode.el (todo-top-priorities): Use
13274 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13275
13276 * language/chinese.el, language/cyrillic.el:
13277 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13278 * language/hebrew.el, language/indian.el, language/japanese.el:
13279 * language/korean.el, language/lao.el, language/misc-lang.el:
13280 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13281 Use provide.
13282
13283 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13284 (custom-variable-set): Improve validation error mesage.
13285
13286 * rect.el (string-rectangle): Revert last change.
13287 (string-rectangle-line): New arg DELETE.
13288 (string-rectangle): Check delete-selection-mode.
13289
13290 * emacs-lisp/edebug.el (edebug-version)
13291 (edebug-maintainer-address): Deleted.
13292 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13293 (edebug-read-function): Account for other `'#' read forms.
13294 (edebug-mode-menus): Make some items toggles.
13295 (edebug-outside-unread-command-event, unread-command-event):
13296 Remove these to avoid warnings.
13297
13298 2000-11-22 David Ponce <david@dponce.com>
13299
13300 * recentf.el (recentf-menu-items-for-commands)
13301 (recentf-make-menu-items, recentf-make-menu-item)
13302 (recentf-filter-changer): Added :help and :active menu-item properties.
13303
13304 (recentf-build-dir-rules, recentf-dump-variable)
13305 (recentf-edit-list, recentf-open-files-item)
13306 (recentf-open-files): Replaced unnecessary `mapcar' with new
13307 built-in `mapc'.
13308
13309 2000-11-23 Miles Bader <miles@gnu.org>
13310
13311 * faces.el (menu): Make inverse-video on ttys too.
13312
13313 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13314
13315 * simple.el (comment-line-break-function): Use the new name
13316 indent-new-comment-line -> comment-indent-new-line.
13317 (clone-indirect-buffer): Don't ignore NORECORD.
13318 (next-completion): Properly handle the case where items are adjacent.
13319
13320 * mouse.el (popup-menu): Stupid typo.
13321
13322 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13323
13324 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13325 maintainer, keywords tags.
13326
13327 * rect.el (replace-rectangle): Don't call string-rectangle-line
13328 with too many arguments.
13329
13330 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13331
13332 * ediff-util.el (ediff-file-checked-out-p)
13333 (ediff-file-checked-in-p): Call vc-state instead of
13334 vc-locking-user, which no longer exists.
13335
13336 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13337
13338 2000-11-22 Dave Love <fx@gnu.org>
13339
13340 * md5.el (md5): Provide.
13341 (md5): Fix error call.
13342
13343 2000-11-22 Miles Bader <miles@gnu.org>
13344
13345 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13346 (refill-fill-paragraph-at): Remove debugging code.
13347
13348 * calendar/calendar.el (generate-calendar-window): When we don't
13349 call `fit-window-to-buffer', make sure the top line is fully visible.
13350
13351 * image-file.el (insert-image-file): Don't make `read-only'
13352 property rear-nonsticky.
13353
13354 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13355 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13356 stashing away its original value.
13357 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13358 in the recursive edit.
13359 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13360 (isearch-done): Restore `minibuffer-message-timeout'.
13361
13362 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13363
13364 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13365
13366 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13367
13368 * find-lisp.el (find-lisp-find-files-internal):
13369 Use dolist, when and file-name-as-directory.
13370
13371 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13372 (define-derived-mode, define-minor-mode): Add specs.
13373
13374 * window.el: General comment and spacing fixes.
13375 (save-selected-window): Use backquotes.
13376 (window-safely-shrinkable-p): New function.
13377 (shrink-window-if-larger-than-buffer): Use it.
13378
13379 * subr.el (make-local-hook): Docstring fix.
13380
13381 * shell.el (shell-mode): Use define-derived-mode.
13382
13383 * newcomment.el (comment-indent): Insert comment before calling
13384 comment-indent-function. Don't insert in column 0.
13385 (comment-dwim): Indent before inserting comment.
13386
13387 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13388 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13389 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13390 Use mapc rather than map.
13391
13392 * files.el (find-buffer-visiting): Compare all attributes before
13393 declaring two files identical (rather than just their inode-no).
13394 (auto-mode-alist): Use \' rather than $.
13395
13396 * which-func.el: Update maintainer line.
13397
13398 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13399 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13400 (uniquify-buffer-file-name): Use it.
13401
13402 2000-11-22 Miles Bader <miles@gnu.org>
13403
13404 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13405 * simple.el (minibuffer-avoid-prompt): New function.
13406
13407 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13408
13409 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13410
13411 2000-11-21 Miles Bader <miles@gnu.org>
13412
13413 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13414 inclusion of `track-mouse'.
13415
13416 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13417 (refill-adjust-ignorable-overlay): New function.
13418 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13419 only the paragraph's tail if possible.
13420 Update `refill-ignorable-overlay'.
13421 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13422
13423 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13424 point inside the fill-prefix.
13425
13426 * textmodes/refill.el (refill-post-command-function): Don't reset
13427 refill-doit in the case where a self-insertion command doesn't
13428 case a refill. Use `refill-fill-paragraph-at', getting position
13429 from `refill-doit'.
13430 (refill-after-change-function): Set `refill-doit' to END.
13431 (refill-fill-paragraph-at): New function, mostly from old
13432 refill-fill-paragraph.
13433 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13434 (refill-pre-command-function): New function.
13435 (refill-mode): Add it to `pre-command-hook'.
13436
13437 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13438
13439 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13440
13441 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13442 javadoc tags.
13443
13444 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13445
13446 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13447 vc.el).
13448
13449 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13450 require vc.
13451
13452 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13453 checkouts.
13454
13455 2000-11-20 Dave Love <fx@gnu.org>
13456
13457 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13458
13459 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13460
13461 * calculator.el (calculator-paste): Use `if' instead of `and'
13462 and `or'.
13463 (calculator-help): Don't use electric-describe-mode for XEmacs.
13464
13465 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13466
13467 * info.el (info-menu-5): Doc fix.
13468
13469 * textmodes/artist.el: New file.
13470
13471 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13472
13473 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13474 and differentiate according to checkout model.
13475 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13476 since this function is only concerned with master state.
13477
13478 * vc-hooks.el (vc-workfile-unchanged-p)
13479 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13480
13481 * vc.el (vc-workfile-unchanged-p)
13482 (vc-default-workfile-unchanged-p): See above.
13483
13484 2000-11-19 Miles Bader <miles@gnu.org>
13485
13486 * image-file.el (insert-image-file): Make `intangible' and
13487 `read-only' properties rear-nonsticky too.
13488
13489 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13490
13491 * ps-print.el: Update copyright notice.
13492
13493 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13494 (tooltip-show): Use the offsets.
13495
13496 * bindings.el (mode-line-modified): Fix a typo.
13497 (mode-line-toggle-modified, mode-line-widen)
13498 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13499
13500 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13501
13502 * ps-print.el (toplevel): Test for find-coding-system being
13503 fboundp before calling ps-x-find-coding-system.
13504
13505 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13506
13507 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13508 (vc-version-backup-file): Docstring fix.
13509
13510 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13511
13512 * files.el (basic-save-buffer): Don't add a newline if
13513 find-file-literally is non-nil.
13514 (find-file-literally): Extend doc string.
13515
13516 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13517 sort(1) with the `-f' argument.
13518
13519 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13520
13521 * vc.el: Updated backend documentation.
13522 (vc-default-check-headers): New function.
13523
13524 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13525
13526 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13527 up-to-date.
13528 (vc-do-command): In the asynchronous case, output messages only if
13529 the minibuffer is not active.
13530
13531 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13532 `vc-cvs-use-edit' is on.
13533 (vc-cvs-checkout): When this is used for reverting the workfile,
13534 make a backup of the original contents and revert to that in case
13535 of error.
13536 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13537 remote repositories.
13538
13539 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13540 for both version and ratio in the minibuffer.
13541
13542 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13543 Use vc-do-command to perform the annotation, not call-process.
13544
13545 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13546
13547 * international/quail.el (quail-start-translation): Don't call
13548 `message' before reading key sequence.
13549
13550 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13551
13552 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13553
13554 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13555
13556 * window.el (fit-window-to-buffer): Be sure to acquire at least
13557 one text line even if the buffer is empty.
13558
13559 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13560
13561 * net/ange-ftp.el (ange-ftp-file-writable-p)
13562 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13563 Bind ange-ftp-process-verbose to nil.
13564
13565 2000-11-15 Dave Love <fx@gnu.org>
13566
13567 * wid-edit.el (widget-specify-field, widget-specify-button):
13568 If :help-echo is a function, set help-echo of overlay to
13569 widget-mouse-help.
13570 (widget-mouse-help): New function.
13571 (widget-echo-help): Rewritten for :help-echo functions only taking
13572 a widget arg.
13573
13574 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13575 Use display-graphic-p.
13576 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13577 and that JPEG is available.
13578 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13579
13580 * international/mule-cmds.el (locale-charset-language-names):
13581 Match @euro.
13582
13583 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13584
13585 * faces.el (face-set-after-frame-default):
13586 If `inhibit-default-face-x-resources' is bound, don't intialize the
13587 default face from X resources.
13588
13589 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13590
13591 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13592 Don't set EMACSLOADPATH.
13593
13594 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13595
13596 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13597 texinfo-insert-@url.
13598 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13599 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13600
13601 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13602
13603 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13604 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13605 (checkdoc-minor-keymap): Backward compatibility.
13606 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13607 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13608 (checkdoc-this-string-valid-engine): Be a bit more strict
13609 to avoid matching substrings of `...' quoted vars/funs.
13610 (checkdoc-defun-info): Only look for `interactive' if alone.
13611 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13612
13613 * progmodes/compile.el (grep): `tag-default' can be nil.
13614
13615 * newcomment.el (comment-indent): Paren typo.
13616
13617 2000-11-14 Dave Love <fx@gnu.org>
13618
13619 * calculator.el: New maintainer version.
13620
13621 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13622
13623 * cmuscheme.el: Doc fixes.
13624 (cmuscheme) <defgroup>: Use `scheme' as parent.
13625 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13626
13627 * xscheme.el (scheme-program-name): Don't define here.
13628
13629 * progmodes/scheme.el (scheme-program-name): New variable
13630 (originally in cmuscheme).
13631
13632 2000-11-14 Miles Bader <miles@gnu.org>
13633
13634 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13635 Handle header-lines. Don't loop forever if we can't enlarge the
13636 window anymore. Simplify a bit.
13637
13638 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13639
13640 * window.el (fit-window-to-buffer): Don't check
13641 window-text-height. Assure that the last line is fully visible.
13642
13643 * international/quail.el (quail-show-guidance-buf):
13644 Call fit-window-to-buffer to assure the enough height of the guidance
13645 buffer.
13646 (quail-update-guidance): Avoid making the guidance buffer shorter.
13647
13648 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13649
13650 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13651 rather than `prepend' and add an interesting comment.
13652 (tex-math-face, tex-font-lock-syntactic-face-function):
13653 New face and function to use it.
13654 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13655 than `menu-enable' symbol property.
13656 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13657 (tex-mode): Add some latex-mode commands for auto-selection.
13658 Use tex-font-lock-syntactic-face-function.
13659 (tex-insert-quote): Simplify.
13660 (tex-shell): New mode.
13661 (tex-start-shell): Use it.
13662 (tex-shell-proc, tex-shell-buf): New functions.
13663 (tex-send-command): Use it.
13664 (tex-main-file): Fix the meaning of the new arg REALFILE.
13665 (tex-send-tex-command): New function split from `tex-start-tex'.
13666 Set compilation-last-buffer and compilation-parsing-end.
13667
13668 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13669 when it follows non-comment text on the line.
13670
13671 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13672 Set font-lock-defaults.
13673 (lisp-mode-shared-map): Init inside the defvar.
13674 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13675 Use define-derived-mode.
13676
13677 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13678
13679 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13680
13681 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13682
13683 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13684 Don't recursively optimize body because that can lead to infinite
13685 recursion; see comment there.
13686
13687 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13688
13689 * faces.el (face-spec-set-match-display): Revert the change from
13690 2000-10-24. Add a FIXME for after v21.1.
13691
13692 2000-11-13 Miles Bader <miles@gnu.org>
13693
13694 * textmodes/fill.el (skip-line-prefix): New function.
13695 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13696 (fill-paragraph): Don't leave point inside the fill-prefix.
13697 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13698 point inside the fill-prefix.
13699
13700 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13701
13702 * calendar/calendar.el (generate-calendar-window):
13703 Use `fit-window-to-buffer'.
13704
13705 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13706
13707 * gud.el (gud-minor-mode): New var.
13708 (gud-symbol, gud-val): New functions.
13709 (gud-find-file): Copy gud-minor-mode to the new buffer.
13710 (gud-menu-map): Include entries for commands that are not always
13711 available, using :enable to (de)activate them.
13712 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13713 (gud-mode-map): New map.
13714 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13715 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13716 Don't set up gud's menu (it's done by the minor-mode).
13717 (gud-minibuffer-local-map): New.
13718 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13719 (gud-query-cmdline): New function.
13720 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13721 (gud-mode): Use define-derived-mode.
13722 Don't set up gud's menu (it's done by the minor-mode).
13723 (gud-chop-words): Remove.
13724 (gud-common-init): Use split-string instead.
13725 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13726
13727 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13728 Add keyword arg :name.
13729
13730 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13731 (diff-count-matches, diff-split-hunk): New functions.
13732 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13733
13734 * pcvs-info.el (cvs-fi-conflict-face): New var.
13735
13736 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13737 Make it into a simple syntax-table, shared among all submodes.
13738 (sh-heredoc-face): Re-introduce.
13739 (sh-font-lock-syntactic-face-function): New function.
13740 (sh-mode): Use it. Also use define-derived-mode.
13741 Remove old bogus setting of indent-region-function.
13742 (sh-set-shell): Don't set the syntax-table any more.
13743 (sh-mode-syntax-table) <defun>: Remove.
13744
13745 2000-11-12 Miles Bader <miles@gnu.org>
13746
13747 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13748 message if interactive.
13749
13750 2000-11-12 Dave Love <fx@gnu.org>
13751
13752 * mail/feedmail.el: Fix header,
13753 (feedmail) <defgroup>: Add :link.
13754
13755 * view.el: Use local-map property, not keymap on mode-line string.
13756
13757 * scroll-all.el (scroll-all-mode): Customize variable.
13758 Add autoload cookie to function.
13759
13760 * lazy-lock.el: Remove compatibility code.
13761
13762 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13763 (finder-help-echo): New variable.
13764 (finder-mouse-face-on-line): Add help-echo stuff.
13765 (finder-list-keywords, finder-list-matches): Use mapc.
13766
13767 * faces.el (face-font-registry-alternatives): Add :version.
13768
13769 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13770 tags-table-list.
13771
13772 * net/browse-url.el (browse-url-browser-function): Update :version.
13773
13774 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13775 (mail-mode): Use [:alnum:] in some regexps.
13776
13777 2000-11-10 Dave Love <fx@gnu.org>
13778
13779 * ediff.el (ediff-regions-internal, ediff-documentation):
13780 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13781 fundamental mode.
13782
13783 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13784 buffer into fundamental mode.
13785 (ediff-set-difference): Use copy-sequence if available.
13786
13787 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13788 Check ediff-patch-map non-nil.
13789 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13790 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13791 buffer into fundamental mode.
13792
13793 * ediff-merg.el (state-or-merge): Defvar when compiling.
13794
13795 2000-11-10 Jason Rumney <jasonr@gnu.org>
13796
13797 * w32-fns.el (w32-add-charset-info): New function.
13798 (w32-charset-info-alist): Use it.
13799
13800 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13801
13802 * faces.el (face-font-registry-alternatives): New user-option.
13803
13804 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
13805
13806 * textmodes/texinfo.el (texinfo-block-default): New var.
13807 (texinfo-insert-block): Use it. Insert a newline if needed.
13808
13809 * textmodes/fill.el (fill-indent-according-to-mode): New var.
13810 (fill-region-as-paragraph): Use it.
13811
13812 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13813 (latex-mode): Tweak tex-*-(head|trail)er regexps.
13814 Tweak paragraph regexps to allow a leading [ \t]*.
13815 (tex-latex-block): Insert a newline if necessary.
13816 (latex-insert-item): Only insert a newline if necessary.
13817 (tex-guess-main-file): New function.
13818 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
13819 Set tex-main-file if TeX-master is provided.
13820 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13821
13822 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13823
13824 * startup.el (command-line): Set the default tooltip-mode
13825 to t for graphical displays which implement x-show-tip.
13826
13827 * tooltip.el (tooltip-mode): Add a comment about startup.el
13828 setting the default value of this user-option.
13829
13830 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
13831
13832 * font-lock.el (font-lock-*-face) <defvar>: Move.
13833 (font-lock-defaults-alist): Mark obsolete.
13834 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13835 (font-lock-mode): Use define-minor-mode.
13836 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13837 (font-lock-turn-off-thing-lock): Be more explicit.
13838 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13839 (font-lock-syntactic-face-function): New var.
13840 (font-lock-fontify-syntactically-region): Use it.
13841 (font-lock-doc-face): New.
13842
13843 * pcvs.el (cvs-enabledp): Ignore errors.
13844 (cvs-commit-filelist): Never query.
13845 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13846 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13847 (cvs-do-removal): Use cvs-partition rather than delete-if.
13848 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13849 cvs-bury-buffer.
13850
13851 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13852 Allow `next' to jump to after the end of the last match.
13853
13854 2000-11-09 Gerd Moellmann <gerd@gnu.org>
13855
13856 * simple.el (byte-compiling-files-p): New function.
13857
13858 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13859 if it is there.
13860
13861 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13862 nil again.
13863
13864 * textmodes/ispell.el (ispell-library-path): Don't call
13865 check-ispell-version when byte-compiling because that starts
13866 an ispell process, and ispell might not be installed.
13867 (toplevel): Don't set up a menu when byte-compiling.
13868
13869 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13870 it, so that a boundp test can be used to determine if we're
13871 currently byte-compiling.
13872
13873 2000-11-09 Dave Love <fx@gnu.org>
13874
13875 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13876
13877 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13878
13879 * ps-print.el: Patch for variable initialization when spooling.
13880 Doc fix.
13881 (ps-output-list): Fun eliminated.
13882 (ps-begin-file, ps-begin-job): Code fix.
13883
13884 2000-11-08 Dave Love <fx@gnu.org>
13885
13886 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13887
13888 2000-11-08 Gerd Moellmann <gerd@gnu.org>
13889
13890 * simple.el (shell-command, display-message-or-buffer)
13891 (shell-command-on-region): Mention resize-mini-windows in the doc
13892 string.
13893 (display-message-or-buffer): Take the value of resize-mini-windows
13894 into account.
13895
13896 2000-11-07 Gerd Moellmann <gerd@gnu.org>
13897
13898 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13899
13900 * dired.el (dired-between-files): Add `^. find' as an alternative
13901 to the regular expression, for find-dired.
13902
13903 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13904
13905 * textmodes/texnfo-upd.el: Require texinfo.
13906 (defmacro, defgroup): Remove.
13907 (texinfo-section-to-generic-alist): Remove.
13908 Use texinfo-section-list instead (i.e. level is changed string->int).
13909 (texinfo-filter): New function.
13910 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13911 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13912 Use it. And use regexp-opt.
13913 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13914 (texinfo-update-menu-region-beginning)
13915 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13916 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13917 (texinfo-update-menu-same-level-regexps): Update.
13918 (texinfo-update-node, texinfo-every-node-update)
13919 (texinfo-sequential-node-update): Remove autoload cookie.
13920
13921 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13922 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13923 (texinfo-chapter-level-regexp): Remove.
13924 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13925
13926 2000-11-06 Dave Love <fx@gnu.org>
13927
13928 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
13929
13930 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13931 Match defun*.
13932
13933 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13934
13935 * composite.el (composition-function-table): Variable declaration
13936 moved to src/composite.c.
13937 (compose-chars-after): New optional arg object.
13938
13939 2000-11-06 Gerd Moellmann <gerd@gnu.org>
13940
13941 * bindings.el (mode-line-toggle-read-only)
13942 (mode-line-toggle-modified, mode-line-widen)
13943 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13944 (make-mode-line-mouse2-map): Rewritten.
13945 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
13946 functions so that C-h k can show something with a doc string.
13947
13948 * startup.el (fancy-splash-delay): Set to 10 seconds.
13949 (fancy-splash-max-time): New user-option.
13950 (fancy-splash-stop-time): New variable.
13951 (fancy-splash-screens): Set it. Catch `stop-splashing'.
13952 (fancy-splash-screens-1): Throw `stop-splashing' when current
13953 time is greater than fancy-splash-stop-time.
13954
13955 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13956
13957 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
13958
13959 * pcvs.el (cvs-mode-marked): New arg `noquery'.
13960 Prompt user for a file rather than raising an error.
13961 (cvs-enabledp): Fix call to cvs-mode-marked.
13962 (cvs-insert-file): New function (extracted from cvs-mode-insert).
13963 (cvs-mode-insert): Use it. Change the init prompt' value.
13964 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
13965
13966 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
13967 Don't pass default arg to ewoc-locate.
13968 (ewoc-collect): Return result in the right order.
13969
13970 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
13971
13972 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
13973 (cvs-status-get-tags): Fix regexp.
13974 (cvs-status-trees, cvs-status-cvstrees):
13975 Combine after change hooks and don't sit-for.
13976 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
13977 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
13978 Use make-char rather than hard-coded cryptic data.
13979 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
13980
13981 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
13982
13983 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
13984 (cvs-insert-strings): New function.
13985
13986 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
13987
13988 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
13989 `mwheel-scroll-amount'.
13990 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
13991 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
13992 string-matching against the version string.
13993
13994 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13995
13996 * language/thai.el ("Thai"): Set a lisp form that produces
13997 composed string in `sample-text' language info.
13998
13999 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14000 composed string in `sample-text' language info.
14001
14002 * international/mule-cmds.el (describe-language-environment):
14003 Eval `sample-text' data and insert the result.
14004
14005 * international/mule-conf.el (compound-text): Define this coding
14006 system here. Make x-ctext and ctext aliases of it.
14007
14008 * language/european.el (compound-text, ctext): Moved to
14009 international/mule-conf.el.
14010
14011 2000-11-05 Andrew Innes <andrewi@gnu.org>
14012
14013 * w32-fns.el (w32-version): New function.
14014
14015 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14016
14017 * progmodes/awk-mode.el: Update copyright.
14018 (awk-mode-abbrev-table): Remove.
14019 (awk-font-lock-keywords): Use regexp-opt.
14020 (awk-mode): Use define-derived-mode.
14021
14022 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14023 when extracting a suffix.
14024
14025 2000-11-04 Andre Spiegel <spiegel@gnu.org>
14026
14027 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14028 auto-save-mode.
14029
14030 2000-11-04 Jason Rumney <jasonr@gnu.org>
14031
14032 * language/european.el (decode-mac-roman): Test against r1 not r0.
14033
14034 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14035
14036 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14037 (icon-mode): Define indent-line-function.
14038 (icon-comment-indent): Simplify.
14039 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14040
14041 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14042
14043 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14044 Bind change-log-default-mode to defeat the caching done on it.
14045 Don't bother saving excursion any more.
14046
14047 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14048
14049 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14050 (set-frame-font): Use the new name (and the old for compatibility).
14051
14052 * toolbar/tool-bar.el (tool-bar-mode):
14053 * time.el (display-time-mode):
14054 * recentf.el (recentf-mode):
14055 * paren.el (show-paren-mode):
14056 * mwheel.el (mouse-wheel-mode):
14057 * msb.el (msb-mode):
14058 * jka-compr.el (auto-compression-mode):
14059 * image-file.el (auto-image-file-mode):
14060 * hl-line.el (hl-line-mode):
14061 * delsel.el (delete-selection-mode):
14062 * autoinsert.el (auto-insert-mode):
14063 * complete.el (partial-completion-mode): Drop unneeded positional args.
14064
14065 * info.el (Info-mode):
14066 * comint.el (comint-mode): Don't bother with make-local-hook.
14067
14068 * log-edit.el (log-edit-menu): New menu.
14069
14070 2000-11-03 Miles Bader <miles@gnu.org>
14071
14072 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14073 definition, so that trailing spaces are handled properly.
14074 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14075
14076 2000-11-03 Gerd Moellmann <gerd@gnu.org>
14077
14078 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14079 tab character.
14080 (fancy-splash-screens): Set tab-width to 20.
14081
14082 2000-11-03 Dave Love <fx@gnu.org>
14083
14084 * comint.el (comint-completion-addsuffix): Fix custom type.
14085
14086 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14087
14088 * font-lock.el (font-lock-buffers): Remove.
14089 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14090 (font-lock-change-major-mode): Remove.
14091 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14092 (font-lock-default-fontify-region): Extend the multiline
14093 fontification to whole lines.
14094 (font-lock-fontify-anchored-keywords)
14095 (font-lock-fontify-keywords-region): If matching just one
14096 line (with \n) only mark the \n as multiline.
14097
14098 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14099 Correctly handle the case where several :group args are supplied.
14100 Allow :extra-args.
14101 (easy-mmode-define-global-mode): Allow :extra-args.
14102 Correctly handle the case where several :group args are supplied.
14103
14104 2000-11-02 Miles Bader <miles@gnu.org>
14105
14106 * calendar/calendar.el (diary-face, calendar-today-face)
14107 (holiday-face): Remove dependency on `window-system'.
14108
14109 2000-11-02 Ken Raeburn <raeburn@gnu.org>
14110
14111 * Makefile.in (emacs): Set EMACSLOADPATH always.
14112 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14113 (compile-files): Bomb out if compilation of a file fails.
14114
14115 2000-11-02 Dave Love <fx@gnu.org>
14116
14117 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14118
14119 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14120
14121 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14122 punctuation in the warning inserted into the *mail* buffer.
14123
14124 2000-11-02 Gerd Moellmann <gerd@gnu.org>
14125
14126 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14127 (authors-public-domain-p): New function.
14128 (authors-print): Use it.
14129
14130 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14131
14132 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14133
14134 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14135
14136 * ps-print.el: Extension for even/odd printing. Doc fix.
14137 (ps-print-version): New version number (6.3.1).
14138 (ps-even-or-odd-pages): Customization fix.
14139 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14140 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14141 (ps-page-count): Var replaced by `ps-page-column'.
14142 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14143 (ps-print-sheet-p): New fun.
14144
14145 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14146
14147 * tooltip.el (tooltip-gud-tips-setup): New function.
14148 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14149 (tooltip-mode): Call tooltip-gud-tips-setup.
14150 (tooltip-gud-tips): Use `gud-basic-call' instead of
14151 process-send-string, so the prompt gets frobbed appropriately.
14152 Handle nil return value from `tooltip-gud-print-command'.
14153
14154 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14155
14156 * comint.el (comint-add-to-input-history): New function.
14157 (comint-send-input): Use `comint-add-to-input-history'.
14158
14159 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14160
14161 * info.el (info-menu-header): New face.
14162 (Info-fontify-menu-headers): New function.
14163 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14164
14165 * info.el (Info-insert-dir): Don't include blank lines at
14166 beginning of additional dir files (one is added automatically).
14167
14168 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14169
14170 * emacs-lisp/easy-mmode.el (define-minor-mode):
14171 Revert the latest changes.
14172 Allow the three positional arguments to be skipped and replaced
14173 by keyword arguments.
14174 Add a :toggle argument to determine whether a nil arg means toggle
14175 or means turn-on. The default is unchanged.
14176 Add a call to force-mode-line-update.
14177
14178 2000-11-01 Dave Love <fx@gnu.org>
14179
14180 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14181
14182 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14183
14184 * calendar/calendar.el (diary-face, holiday-face):
14185 Add dark-background variants.
14186
14187 2000-10-31 Sam Steingold <sds@gnu.org>
14188
14189 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14190 `tex-main-file' does not have directory in it.
14191
14192 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14193
14194 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14195
14196 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14197
14198 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14199 functional change.
14200
14201 2000-10-31 Gerd Moellmann <gerd@gnu.org>
14202
14203 * files.el (find-file-noselect): When we expand a wildcard, return
14204 a list of buffers, as we should do according to the doc string.
14205
14206 2000-10-31 Ken Raeburn <raeburn@gnu.org>
14207
14208 * loadup.el (top level): Adjust load path if program name is
14209 "../src/bootstrap-emacs", in case it's not dumped and thus the
14210 load path adjustment hasn't already been done.
14211
14212 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14213
14214 * ps-print.el: Fix bug on selected pages for printing.
14215 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
14216 is on. Try to avoid warning messages when compiling. Doc Fix.
14217 (ps-print-version): New version number (6.3).
14218 (ps-color-device): Use `color-values' to determine if device
14219 supports color.
14220 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14221 (ps-print-page-p): Changed from defsubst to defun.
14222 (ps-page-number): Changed from defmacro to defun.
14223 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14224 printing.
14225 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14226 (ps-end-file, ps-dummy-page): Funs eliminated.
14227 (ps-print-color-scale): Changed default value.
14228 (ps-page-n-up, ps-print-page-p): New internal vars.
14229 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14230 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14231
14232 * delim-col.el: Little programming improvement.
14233 (delimit-columns-str): New macro.
14234 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14235
14236 2000-10-31 Kenichi Handa <handa@etl.go.jp>
14237
14238 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14239 Moved to european.el.
14240 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14241 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14242 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14243 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14244
14245 2000-10-30 Dave Love <fx@gnu.org>
14246
14247 * progmodes/cc-menus.el (imenu-generic-expression)
14248 (imenu-progress-message): Only defvar when compiling.
14249
14250 * emacs-lisp/elp.el (elp-unload-hook): New function.
14251
14252 * loadhist.el (unload-feature): Call elp-restore-function,
14253 checking for symbols; don't use elp-restore-all.
14254 (loadhist-hook-functions): Doc fix.
14255
14256 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14257
14258 * log-edit.el (log-edit-confirm): Fix the default.
14259
14260 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14261
14262 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14263 delimit-columns-format.
14264 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14265
14266 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14267
14268 * comint.el (comint-replace-by-expanded-history): Don't use
14269 comint-get-old-input (we're not looking at *old* input).
14270 (comint-get-old-input-default): If using fields, signal an error
14271 when the point is not in an input field.
14272
14273 2000-10-30 Kenichi Handa <handa@etl.go.jp>
14274
14275 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14276 and mule-unicode-e000-ffff.
14277
14278 * international/mule.el (decode-char, encode-char): New functions.
14279 (make-coding-system): Accept a symbol of translation table as a
14280 value of property `safe-chars'.
14281
14282 * international/mule-cmds.el (encode-coding-char): Check property
14283 safe-chars instead of safe-charsets.
14284
14285 * international/fontset.el (fontset-default): Modified for
14286 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14287 (x-font-name-charset-alist): Likewise.
14288 (ccl-encode-unicode-font): New CCL program. Record it in
14289 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14290
14291 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14292 New translation tables.
14293 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14294 programs are modified and moved from mac-win.el.
14295 (mac-roman): Definition of this coding system is modified and
14296 moved from mac-win.el.
14297
14298 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14299
14300 * ediff-wind.el (ediff-setup-control-frame): Enclose
14301 face-attribute in condition-case to avoid errors in older emacsen.
14302
14303 2000-10-29 Miles Bader <miles@gnu.org>
14304
14305 * custom.el (custom-add-to-group): Allow multiple entries for a
14306 given value OPTION, as long as their widget types are different.
14307 * cus-edit.el (custom-face-value-create): If face name doesn't end
14308 with "face", add such here (similar to custom group widgets).
14309
14310 * comint.el (comint-highlight-prompt): Add :type.
14311
14312 2000-10-28 John Wiegley <johnw@gnu.org>
14313
14314 * calendar/timeclock.el (timeclock-log): Doc fix.
14315 (timeclock-last-event): Doc fix.
14316 (timeclock-log): Kill the timelog buffer after appending a new event.
14317 (timeclock-find-discrep): Use a temp buffer to read in the
14318 timelog, instead of visiting the file.
14319 (timeclock-log-data): A new function, along with a host of helper
14320 functions, for the purpose of making timelog data accessible to
14321 programmers.
14322
14323 * eshell/esh-mode.el (window-height test): Make certain that
14324 `eshell-stringify-t' is non-nil.
14325 (eshell-password-prompt-regexp): Changed to a much simpler
14326 password regexp.
14327 (eshell-send-input): If `eshell-invoke-directly' returns t,
14328 directly invoke the parsed command using `eval'. This improves
14329 turn-around time on simple commands by a factor of three or
14330 greater, such as cd, ls, pwd, etc. -- which get used very often.
14331 It also conserves thousands of cons cells per call (since
14332 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14333 in the Pacific Cookie Company).
14334
14335 * eshell/esh-test.el (eshell-test): Whitespace fix.
14336
14337 * eshell/em-ls.el (eshell-ls-insert-directory):
14338 Make `eshell-ls-initial-args' nil when inserting directory contents.
14339
14340 * eshell/em-script.el (eshell-script-initialize): Add names to
14341 `eshell-complex-commands, since `source' and `.' are complex.
14342
14343 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14344 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14345 `eshell-copy-handles'.
14346 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14347 bodies.
14348 (eshell-separate-commands): Whitespace fix.
14349 (eshell-complex-commands): Added a new list of names, for
14350 determining whether a given command is as simple as it looks.
14351 (eshell-invoke-directly): New function. Returns t if a command
14352 should be invoked directly (using `eval'), rather than indirectly
14353 using `eshell-do-eval'.
14354 (eshell-do-eval): Whitespace fix.
14355
14356 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14357 which provides an emulation of the DOS shell behavior of assuming
14358 that cp/mv/ln should copy/move/link to the current directory.
14359 (eshell-remove-entries): Added a doc string.
14360 (eshell-shuffle-files): Removed the check for `target' being null.
14361 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14362 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14363 it to do a smarter check of whether a destination was provided.
14364 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14365 (eshell/ln): Enable `:preserve-args', and use
14366 `eshell-mvcpln-template' to implement the body of the function.
14367 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14368 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14369 list after flattening it. This makes it possible to cat files
14370 with numerical names.
14371 (eshell-unix-initialize): Added several names to
14372 `eshell-complex-commands.
14373 (eshell-unix-command-complex-p): Return t if a given command name
14374 may result in external processes being invoked.
14375
14376 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14377 variable nil by default, since it slows down glob processing by a
14378 factor of two or more, and increases memory consumption.
14379
14380 * eshell/em-smart.el: Added a note about how memory consumptive
14381 smart display mode can be (at least this is true in Emacs 21).
14382 (eshell-smart-initialize): Whitespace fix.
14383 (eshell-refresh-windows): Use `if' instead of `when'.
14384 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14385 not necessary.
14386 (eshell-currently-handling-window): Added a missing global variable.
14387
14388 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14389 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14390 Whitespace fix.
14391 (eshell-ls-exclude-hidden): Added this variable in addition to
14392 `eshell-ls-exclude-regexp'. This one prevents files beginning
14393 with . from even being read, which can improve memory consumption
14394 quite a bit.
14395 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14396 read file entries beginning with a dot. In home directories with
14397 lots of hidden files, fully two-thirds of the time spent in ls is
14398 used to read directory entries that are immediately thrown away.
14399 (eshell-ls-initial-args): Added back this configuration variable,
14400 for specifying default initial arguments to every call to ls.
14401 Much faster than using an alias to do the same thing.
14402 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14403 (eshell-ls-dir): Whitespace change.
14404
14405 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14406
14407 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14408 (eshell-stringify-t): Added a customization variable, to indicate
14409 whether `t' should be rendered as a string at all. If not, one
14410 can still determine if the result of an expression is true using
14411 "file-exists-p FILE && echo true".
14412 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14413 stringify t!
14414
14415 * eshell/esh-module.el: Whitespace fix.
14416
14417 * eshell/em-alias.el (eshell-alias-initialize):
14418 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14419 (eshell-command-aliased-p): New function that returns t if a
14420 command name names an aliased.
14421
14422 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14423
14424 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14425 redrawing the screen when changing cursor color.
14426 (viper-insert-state-pre-command-sentinel)
14427 (viper-replace-state-pre-command-sentinel)
14428 (viper-replace-state-post-command-sentinel):
14429 Use viper-preserve-cursor-color.
14430 Many functions changed to use viper= instead of = when comparing
14431 characters.
14432 * viper-util.el (viper-memq-char,viper=): New functions for
14433 working with characters.
14434 (viper-change-cursor-color): Fixed buglet.
14435 Many functions changed to use viper= instead of = when comparing
14436 characters.
14437 * viper.el (viper-insert-state-mode-list): Added eshell.
14438
14439 * ediff-init.el (ediff-before-setup-hook): New hook.
14440 Several typos fixed in various docstrings.
14441 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14442 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14443 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14444 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14445 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14446 (ediff-get-selected-buffers): New function.
14447 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14448 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14449 Use save-window-excursion.
14450 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14451 termination check in while loop.
14452 * ediff.el (ediff-get-default-file-name): Better defaults when in
14453 dired buffer.
14454 (ediff-files,ediff-merge-files,ediff-files3)
14455 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14456
14457 2000-10-28 Dave Love <fx@gnu.org>
14458
14459 * info.el (Info-fontify-node): Add help-echo for menu items.
14460
14461 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14462
14463 * startup.el (normal-top-level): If the value of $TERM indicates
14464 we are running from xterm or one of its work-alikes, default to a
14465 light background mode.
14466
14467 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14468 * faces.el (tty-handle-reverse-video): New function.
14469 (tty-create-frame-with-faces): Call it.
14470
14471 * frame.el (frame-notice-user-settings): Don't apply
14472 default-frame-alist and initial-frame-alist to MS-DOS frames.
14473 Call tty-handle-reverse-video, frame-set-background-mode, and
14474 face-set-after-frame-default for non-MS-DOS frames.
14475
14476 * startup.el (tty-long-option-alist): New variable.
14477 (tty-handle-args): New function.
14478 (command-line): Call tty-handle-args.
14479
14480 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14481 startup.el now does that for all character-terminal frames.
14482
14483 2000-10-28 Miles Bader <miles@gnu.org>
14484
14485 * emacs-lisp/easy-mmode.el (define-minor-mode):
14486 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14487 is global. If :global is followed by a non-nil but non-t value,
14488 make the mode buffer-local, but also generate a `global-MODE'
14489 version using `easy-mmode-define-global-mode'.
14490 Add :conditional-turn-on keyword argument.
14491
14492 2000-10-28 Dave Love <fx@gnu.org>
14493
14494 * international/latin1-disp.el (latin1-char-displayable-p):
14495 Don't use window-system.
14496
14497 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14498
14499 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14500 Don't call find-buffer-file-type-coding-system. Instead, just
14501 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14502 if the file is on an untranslated filesystem.
14503 (add-untranslated-filesystem): Use "D" instead of "f" inside
14504 interactive.
14505
14506 2000-10-27 Dave Love <fx@gnu.org>
14507
14508 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14509 (refill-mode): Use it.
14510
14511 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14512
14513 * international/quail.el (quail-activate): Don't make-local-hook.
14514
14515 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14516
14517 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14518 manual backups and file.~<rev>.~ for automatic ones.
14519 (vc-make-version-backup): Don't do it on MS-DOS without long file
14520 names.
14521
14522 * vc.el (vc-version-other-window): If an automatic backup of the
14523 desired version exists, rename it instead of copying it.
14524
14525 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14526 after command. If there's an unexpected error, signal it instead
14527 of being silent.
14528 (vc-cvs-merge-news): Be prepared for no news at all.
14529
14530 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14531
14532 * shell.el (shell): Add BUFFER argument.
14533 * comint.el (make-comint-in-buffer): New function.
14534 (make-comint): Use it.
14535
14536 * faces.el (face-spec-choose): Change syntax so that the list of
14537 attribute-value pairs is now the cdr of each clause, not the cadr.
14538 Detect old-style entries, and handle them. Use pop.
14539
14540 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14541
14542 * cus-edit.el (custom-mode-map): Use a sparse map.
14543 (custom-mode): Don't bother with make-local-hook.
14544
14545 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14546
14547 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14548
14549 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14550
14551 * ps-print.el: Avoid compilation gripes.
14552 (ps-print-version): New version number (6.2.1).
14553
14554 2000-10-26 Dave Love <fx@gnu.org>
14555
14556 * menu-bar.el: Modify some menu item help strings.
14557 (menu-bar-help-menu): Add link to MORE.STUFF.
14558
14559 * cus-edit.el (custom-mode): Add `special' mode-class property.
14560
14561 * wid-browse.el (widget-browse-mode): Likewise.
14562
14563 * wid-edit.el (widget-specify-field): Revert to using local-map
14564 property, not keymap.
14565
14566 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14567
14568 * wid-edit.el (widget-field-end): When checking for a `boundary'
14569 field, do so in the correct buffer.
14570
14571 * simple.el (undo): Correctly distinguish between numeric and
14572 non-numeric prefix args in non-transient-mark-mode, as per the doc
14573 string. When in transient-mark-mode, treat all prefix-args as
14574 numeric.
14575
14576 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14577 Position point on match. Handle N == 0 correctly.
14578
14579 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14580 (comint-mode-map): Reverse order of `comint-write-output' and
14581 `comint-append-output-to-file'.
14582 (comint-append-output-to-file): Reinstate this function, for the
14583 benefit of the menu.
14584
14585 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14586
14587 * vc.el (vc-version-other-window): Bind `file'.
14588
14589 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14590
14591 * Makefile.in (update-authors): New target for maintenance purposes.
14592
14593 * emacs-lisp/authors.el (batch-update-authors): New function.
14594 (authors-fixed-entries): New defconst.
14595 (authors-add-fixed-entries): New function.
14596 (authors): Call it.: Don't process lispref/.
14597
14598 2000-10-25 Jason Rumney <jasonr@gnu.org>
14599
14600 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14601 Merge x w32 and mac definitions.
14602
14603 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14604
14605 * menu-bar.el (menu-bar-options-menu): Add a help string for
14606 `uniquify'.
14607
14608 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14609
14610 * time-stamp.el (time-stamp-string-preprocess):
14611 Fix a wrong type argument error.
14612
14613 2000-10-25 Miles Bader <miles@gnu.org>
14614
14615 * recentf.el (recentf-mode): Variable removed.
14616 (recentf-mode): Use `define-minor-mode'.
14617
14618 * mwheel.el (mouse-wheel-mode): New global minor mode.
14619 (mwheel-install): Use `mouse-wheel-mode'.
14620
14621 2000-10-25 Dave Love <fx@gnu.org>
14622
14623 * progmodes/cperl-mode.el (cperl-mode):
14624 Set normal-auto-fill-function correctly.
14625
14626 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14627 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14628 bindings.
14629
14630 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14631
14632 * wid-edit.el (widget-field-at): New function.
14633 (widget-at, widget-field-activate): Use it.
14634 (widget-tabable-at): Use `widget-at'.
14635 (widget-specify-field): If the terminating character of the widget
14636 field (which is read-only) is a newline, put it into a special
14637 `boundary' field so that C-n/C-p act more naturally.
14638 (widget-field-end): Also don't subtract one if a special
14639 `boundary' field has been added after the widget field.
14640
14641 * comint.el (comint-output-filter, comint-send-input):
14642 Don't bother adding stickiness fields to overlays to fool the field
14643 code, since it should notice the overlay insertion-types now.
14644
14645 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14646 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14647 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14648
14649 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14650
14651 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14652 (authors): Set file coding system to iso-2022-7bit.
14653 Add file-local variables to output buffer.
14654
14655 * files.el (after-find-file): Don't print any warnings if
14656 WARN is nil.
14657
14658 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14659
14660 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14661
14662 * delim-col.el: Now there is a column formatting mechanism.
14663 Modified to customization mechanisms convention. Doc fix.
14664 (columns): New group for delim-col.
14665 (delimit-columns-before, delimit-columns-after)
14666 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14667 (delimit-columns-end): New vars.
14668 (delimit-columns-customize, delimit-columns-format): New funs.
14669 (delimit-columns-region, delimit-columns-rectangle)
14670 (delimit-columns-rectangle-line): Modified to support column
14671 formatting.
14672
14673 2000-10-24 Dave Love <fx@gnu.org>
14674
14675 * log-edit.el (log-edit): Add :version and a :group for vc.
14676
14677 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14678
14679 * files.el (after-find-file): Don't print a message ``New file''
14680 if WARN is nil.
14681
14682 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14683 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14684 get duplicate tool-bar entries because we'll see the global ones
14685 on more than one path through keymaps.
14686
14687 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14688
14689 * progmodes/cmacexp.el: Change Francesco's email address.
14690
14691 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14692
14693 * window.el (fit-window-to-buffer): Adjust point of the window
14694 buffer, not that of the current buffer.
14695
14696 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14697
14698 * progmodes/cmacexp.el: Update the euthor's email address.
14699
14700 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14701
14702 * faces.el (face-spec-set-match-display): Add `graphic' display
14703 type (the inverse of `tty'). Use `display-graphic-p' instead of
14704 the window-system variable.
14705
14706 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14707
14708 * international/isearch-x.el (isearch-with-input-method):
14709 Call input-method-function with the first event in
14710 unread-command-events.
14711
14712 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14713
14714 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14715
14716 2000-10-24 Andrew Choi <akochoi@i-cable.com>
14717
14718 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14719 New charsets.
14720
14721 * term/mac-win.el: Remove definitions of mac-roman-lower and
14722 mac-roman-upper, require dired, and define instead of set
14723 mac-ready-for-drag-n-drop to avoid compilation error.
14724
14725 2000-10-23 Andrew Innes <andrewi@gnu.org>
14726
14727 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14728 Remove superfluous calls to subst-char-in-string; instead apply
14729 expand-file-name after convert-standard-filename to ensure
14730 expected directory separators are used.
14731
14732 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14733
14734 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14735
14736 2000-10-23 Dave Love <fx@gnu.org>
14737
14738 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14739 (tool-bar-add-item): Set foreground and background for XBM icons.
14740
14741 * international/latin1-disp.el (latin1-char-displayable-p):
14742 New function (from Handa).
14743 (latin1-display-check-font): Use it.
14744
14745 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14746 using :key-sequence, making it much more usable.
14747 Use nconc, not append.
14748 (imenu--create-keymap-1): Avoid append.
14749
14750 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14751
14752 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14753
14754 [the following changes fix a bug where `define-minor-mode' didn't
14755 correctly generate :require clauses for defcustoms in compiled files]
14756 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14757 (byte-compile-log-file, byte-compile-log-1): Don't set
14758 `byte-compile-current-file' to nil. Instead set
14759 `byte-compile-last-logged-file' to it. Test whether
14760 byte-compile-current-file equals byte-compile-last-logged-file
14761 instead of whether its nil.
14762 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14763
14764 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14765
14766 * textmodes/refill.el: Fix var names in doc.
14767 (refill-mode): Don't bother with make-local-hook anymore.
14768
14769 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14770
14771 * faces.el (face-user-default-spec, face-default-spec): New functions.
14772 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14773 (frame-set-background-mode, face-set-after-frame-default):
14774 Use `face-user-default-spec'. Simplify code slightly.
14775
14776 * woman.el (woman-italic-face, woman-bold-face)
14777 (woman-unknown-face): Add dark-background variants.
14778 (woman-default-faces): Renamed from `woman-colour-faces'.
14779 Set using the stored defaults, rather than using hard-wired colors.
14780 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14781 Just make the foreground `unspecified' rather than "black".
14782 (woman-menu): Rename menu entries accordingly.
14783
14784 * faces.el (header-line): Make more reasonable on mono/grayscale
14785 displays.
14786
14787 2000-10-23 Andrew Choi <akochoi@i-cable.com>
14788
14789 * cus-edit.el (custom-button-face): Use 3D look for mac.
14790 (custom-button-pressed-face): Likewise.
14791
14792 * faces.el (set-face-attributes-from-resources): Handle mac frames
14793 in the same way as x and w32 frames.
14794 (face-valid-attribute-values): Likewise.
14795 (read-face-attribute): Likewise.
14796 (defined-colors): Likewise.
14797 (color-defined-p): Likewise.
14798 (color-values): Likewise.
14799 (display-grayscale-p): Likewise.
14800 (face-set-after-frame-default): Likewise.
14801 (mode-line): Same default face as for x and w32.
14802 (tool-bar): Likewise.
14803
14804 * frame.el: Remove call to frame-notice-user-settings at end of
14805 the file.
14806
14807 * info.el (Info-fontify-node): Make underlines invisible for mac
14808 as for x, pc, and w32 frame types.
14809
14810 * term/mac-win.el: New file.
14811
14812 2000-10-22 Dave Love <fx@gnu.org>
14813
14814 * textmodes/refill.el: New file.
14815
14816 2000-10-22 Andre Spiegel <spiegel@gnu.org>
14817
14818 * vc-hooks.el (vc-version-backup-file-name): New optional args
14819 MANUAL and REGEXP.
14820 (vc-delete-automatic-version-backups, vc-make-version-backup):
14821 New functions.
14822 (vc-before-save): Use the latter.
14823 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14824 confusion.
14825
14826 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14827 expected by vc[-hooks].el.
14828
14829 * vc.el (vc-checkout): Added `-p' suffix in call to
14830 vc-make-version-backups-p; use vc-make-version-backup to actually
14831 make the backup.
14832 (vc-version-other-window, vc-version-backup-file): Handle both
14833 automatic and manual backups.
14834 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14835 of all of them.
14836
14837 2000-10-22 Miles Bader <miles@gnu.org>
14838
14839 * comint.el (comint-highlight-input, comint-highlight-prompt):
14840 Renamed, `-face' at end removed.
14841 (comint-send-input, comint-output-filter): Use renamed faces.
14842
14843 * window.el (fit-window-to-buffer): Change defaulting of
14844 MAX-HEIGHT slightly.
14845
14846 * faces.el (color-values, color-defined-p): Use `member', not
14847 `memq', because it works correctly for strings.
14848 (frame-set-background-mode): Actually, "unspecified-fg" and
14849 "unspecified-bg" *are* strings. Use `member', not `memq', and
14850 `equal', not `eq', when a string value is possible.
14851
14852 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14853
14854 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14855
14856 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14857
14858 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14859 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14860 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14861 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14862 (sh-font-lock-syntactic-keywords): Use them.
14863 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14864 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14865 (sh-mode): Don't override font-lock-unfontify-region-function.
14866 Use a copy of sh-font-lock-syntactic-keywords.
14867 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14868 Don't call sh-scan-buffer since font-lock does it on the fly.
14869 (sh-get-indent-info): Use `face' rather than `syntax-table'
14870 text-property to detect here-documents.
14871 Replace sh-special-syntax with sh-st-punc.
14872 (sh-prev-line): Use `face' rather than `syntax-table'
14873 text-property to skip over here-documents.
14874 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14875 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14876 (sh-electric-less, sh-set-here-doc-region)
14877 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14878 (sh-scan-buffer, sh-rescan-buffer): Remove.
14879
14880 2000-10-21 Andrew Innes <andrewi@gnu.org>
14881
14882 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14883 remote (ange-ftp) file names.
14884
14885 2000-10-21 Miles Bader <miles@gnu.org>
14886
14887 * window.el (fit-window-to-buffer): New function.
14888 (shrink-window-if-larger-than-buffer): Use it.
14889 (window-text-height): Don't expect minibuffers to have mode-lines.
14890
14891 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14892 * international/quail.el (quail-update-guidance):
14893 Use `fit-window-to-buffer' instead of `set-window-text-height'.
14894
14895 * international/quail.el (quail-show-guidance-buf): Make sure
14896 guidance window really has enough room.
14897 (quail-update-guidance): If quail-guidance-win is already shown,
14898 make sure its height is OK.
14899
14900 * window.el (window-text-height, set-window-text-height):
14901 New functions.
14902 (shrink-window-if-larger-than-buffer): Use `window-text-height'
14903 instead of `window-height' & `mode-line-window-height-fudge'.
14904 (mode-line-window-height-fudge): Add FACE parameter.
14905 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14906 instead of `enlarge-window' & `mode-line-window-height-fudge'.
14907
14908 2000-10-20 Miles Bader <miles@gnu.org>
14909
14910 * window.el (height-affecting-face-attributes): Use `defconst'.
14911
14912 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14913 New function, conditionally aliased to `mode-line-window-height-fudge'.
14914 (ispell-help): Use it.
14915 (ispell-choices-win-default-height): Don't include mode-line fudge.
14916 (ispell-choices-win-default-height): New function.
14917 (ispell-show-choices, ispell-command-loop): Use function
14918 `ispell-choices-win-default-height' instead of variable.
14919
14920 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
14921
14922 * window.el (mode-line-window-height-fudge): New variable.
14923 (height-affecting-face-attributes): New variable.
14924 (mode-line-window-height-fudge): New function.
14925 (shrink-window-if-larger-than-buffer): Use it.
14926 * help.el (resize-temp-buffer-window): Likewise.
14927
14928 * info.el (Info-fontify-node): Add support for @subsubsection
14929 titles, which use `Info-title-4-face'.
14930 (Info-title-4-face): New face.
14931 (Info-title-3-face): Inherit from Info-title-4-face instead of
14932 variable-pitch.
14933
14934 2000-10-19 Jason Rumney <jasonr@gnu.org>
14935
14936 * dired.el (dired-insert-directory): Do not let errors signalled by
14937 attempt to run dired-free-space-program prevent dired from working.
14938
14939 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
14940
14941 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14942
14943 2000-10-19 Gerd Moellmann <gerd@gnu.org>
14944
14945 * dirtrack.el (dirtrack): Fix call to run-hooks.
14946
14947 * cmuscheme.el (cmuscheme-program-name): Renamed from
14948 scheme-program-name because xscheme.el contains a defcustom with
14949 the same name. As a consequence, customizing group `cmuscheme'
14950 loaded `xscheme' which redefined run-scheme.
14951 (run-scheme): Use cmuscheme-program-name.
14952
14953 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
14954
14955 * play/doctor.el (doctor-death): Update the Samaritans'
14956 anonymous address, and add a website for Befrienders International.
14957
14958 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14959
14960 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
14961 Avoid compilation gripes. Doc fix.
14962 (ps-print-version): New version number (6.2).
14963 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14964 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
14965 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14966 (ps-x-extent-priority, ps-x-extent-start-position)
14967 (ps-x-face-font-instance, ps-x-find-coding-system)
14968 (ps-x-font-instance-properties, ps-x-make-color-instance)
14969 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
14970 avoid compilation gripes without defining functions.
14971 (ps-e-find-composition): Alias for function find-composition, to have a
14972 suitable function depending on Emacs version.
14973 (ps-color-device, ps-color-values, ps-face-foreground-name)
14974 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
14975 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
14976 (ps-print-ensure-fontified): Function definitions surrounded by
14977 `eval-and-compile' to avoid compilation gripes.
14978 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
14979 by symbol-value to avoid compilation gripes.
14980 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
14981 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
14982
14983 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14984
14985 * startup.el (normal-top-level): Call `frame-set-background-mode'
14986 after `frame-notice-user-settings' because the latter doesn't call
14987 the former on a tty.
14988
14989 * faces.el (frame-set-background-mode): `unspecified' &c are
14990 symbols, not strings.
14991
14992 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14993
14994 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
14995 why some "light*" colors are deliberately absent from the alist.
14996
14997 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
14998 Change colors for tty's, as suggested by Miles Bader.
14999
15000 2000-10-19 Kenichi Handa <handa@etl.go.jp>
15001
15002 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15003 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15004 for ISO10646-1 fonts.
15005 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15006
15007 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15008
15009 * faces.el (frame-set-background-mode): If a tty frame defines a
15010 background color, use that to compute the background mode, instead
15011 of always defaulting to "dark".
15012
15013 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15014
15015 * comint.el (comint-write-output): New function.
15016 (comint-mode-map): Add it to the menu.
15017 Bind `C-c C-s' to comint-write-output.
15018
15019 2000-10-18 Gerd Moellmann <gerd@gnu.org>
15020
15021 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15022 Use fancy-splash-delay.
15023
15024 2000-10-18 Alex Schroeder <alex@gnu.org>
15025
15026 * progmodes/sql.el (sql-sybase-options): New option.
15027 (sql-sybase): Use it. Add sql-database to the list of parameters
15028 provided for login. The options -w 2048 -n are not used any more.
15029
15030 * comint.el (comint-read-input-ring): Bugfix such that the first
15031 and the last entry of the input ring file are not lost.
15032
15033 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15034
15035 * ps-print.el: Internal variable changes to defcustom,
15036 make-local-hook changes to defvar. Doc fix.
15037 (ps-print-version): New version number (6.1).
15038 (ps-setup, ps-do-despool): Code fix.
15039 (ps-printer-name): Customization fix.
15040 (ps-printer-name-option): Now is a defcustom instead of an
15041 internal variable.
15042 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15043 (ps-print-begin-column-hook): Now are defvar instead of
15044 make-local-hook.
15045
15046 2000-10-18 Miles Bader <miles@gnu.org>
15047
15048 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15049 (comint-kill-output): Changed into an alias for `comint-delete-output',
15050 and made obsolete.
15051 (comint-mode-map): Rename references to comint-kill-output.
15052
15053 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15054
15055 * diff-mode.el (diff-header-face, diff-file-header-face)
15056 (diff-changed-face): Add bold and italic attributes to tty faces.
15057 (diff-function-face): New face.
15058 (diff-font-lock-keywords): Use it.
15059
15060 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15061
15062 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15063 Remove commented-out call to force-mode-line-update.
15064 (comint-kill-output): Use `forward-line 0' instead of
15065 beginning-of-line to make sure we get past the prompt.
15066
15067 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15068
15069 * diff-mode.el (diff-header-face, diff-file-header-face):
15070 Add specific setting for dark background.
15071 (diff-context-face): Renamed from diff-comment-face.
15072 Set explicitly rather than inheriting from font-lock-comment-face.
15073
15074 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15075
15076 * startup.el (command-line): Move the code which sets the default
15077 TTY colors to before before-init-hook.
15078
15079 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15080
15081 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15082
15083 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15084
15085 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15086 extensions, for MS-DOS.
15087
15088 * diff-mode.el (diff-header-face, diff-file-header-face)
15089 (diff-changed-face): Define tty-specific colors.
15090
15091 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15092
15093 * startup.el (fancy-splash-text): Realign the text.
15094
15095 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15096
15097 * font-lock.el (font-lock-comment-face): Define a separate default
15098 for dark-background tty's.
15099
15100 2000-10-17 Miles Bader <miles@gnu.org>
15101
15102 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15103 being obscured by whizzy mode-lines on graphics displays.
15104
15105 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15106
15107 * info.el (Info-title-1-face, Info-title-2-face)
15108 (Info-title-3-face): Define colors for tty's.
15109 (info-header-node): Remove unneeded tty-specific definition.
15110
15111 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15112
15113 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15114 reverse from the frame parameters, and don't invert foreground and
15115 background colors.
15116
15117 2000-10-16 Miles Bader <miles@gnu.org>
15118
15119 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15120 string "*Info*". Call propertized-buffer-identification to spruce
15121 up the result.
15122
15123 2000-10-16 Gerd Moellmann <gerd@gnu.org>
15124
15125 * help.el: Provide `help' for the sake of define-minor-mode
15126 which generates defcustoms with requires.
15127
15128 * jit-lock.el (jit-lock-after-change): If we're in text that
15129 matches a multi-line font-lock pattern, make sure the whole text
15130 will be redisplayed.
15131
15132 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15133 author's name is unknown.
15134
15135 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15136 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15137 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15138 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15139 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15140 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15141 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15142 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15143 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15144 Add author information.
15145
15146 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15147
15148 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15149 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15150 full-color version (using the Gimp) to eliminate dithering artifacts.
15151
15152 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15153
15154 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15155
15156 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15157
15158 2000-10-15 Dave Love <fx@gnu.org>
15159
15160 * progmodes/sh-script.el: Require skeleton and comint when compiling.
15161
15162 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15163
15164 * whitespace.el: Doc fixes.
15165 (top-level): Don't add hooks here.
15166 (whitespace-running-emacs): Deleted.
15167 (timer): Don't require.
15168 (whitespace): Add back :version conditional on xemacs test.
15169 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15170 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15171 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15172 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15173 Avoid specific xemacs test.
15174 (whitespace-global-mode): New option.
15175 (whitespace-global-mode): New command.
15176 (whitespace-unload-hook): New function.
15177
15178 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15179 (Info-fontify-node, Info-goto-node, Info-mode-menu)
15180 (Info-fontify-node): `Goto' goes to `Go to'.
15181 (Info-fontify-node): Add help-echo to xref links.
15182
15183 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15184
15185 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15186
15187 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15188
15189 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15190 Use plist-get and allow :inherit.
15191
15192 * emacs-lisp/cl-macs.el (cl-do-arglist):
15193 Use plist-get and plist-member instead of memq.
15194
15195 * emacs-lisp/ewoc.el (ewoc-location): New function.
15196 (ewoc-enter-after, ewoc-enter-before): Document return value.
15197 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15198 Don't need make-local-hook any more.
15199 (cvs-addto-collection): Return the new tin.
15200 (cvs-mode-insert): Jump to the new line.
15201
15202 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15203
15204 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15205
15206 * font-lock.el (font-lock-syntactically-fontified): New var.
15207 (font-lock-fontify-syntactic-keywords-region): Use it.
15208 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15209
15210 * diff-mode.el (diff-find-file-name): Fix regexp.
15211
15212 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15213 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15214
15215 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15216 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15217 (sh-mode): Don't make all vars local here.
15218 (sh-kw): Reformat.
15219 (sh-set-shell): Use dolist. Don't set indent-region-function.
15220 (sh-mode-syntax-table): Use pop.
15221 (sh-remember-variable): Use push.
15222 (sh-help-string-for-variable): Use memq.
15223 (sh-safe-backward-sexp): Remove.
15224 (sh-safe-forward-sexp): Add ARG.
15225 (sh-get-indent-info, sh-prev-stmt): Use it.
15226 (sh-prev-line): Simplify by using forward-comment.
15227 (sh-this-is-a-continuation): Simplify.
15228 (sh-learn-buffer-indent): Use dolist.
15229 (sh-do-nothing): Remove.
15230 (sh-set-char-syntax, sh-set-here-doc-region):
15231 Use inhibit-modification-hooks.
15232 (sh-name-style): Use mapcar and push.
15233 (sh-load-style): Use dolist.
15234 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15235 (sh-case, sh-while-getopts): Use propertize directly rather
15236 than sh-electric-rparen.
15237
15238 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15239
15240 * textmodes/tex-mode.el: Require CL when compiling.
15241 (tex-mode-syntax-table): Init immediately.
15242 (tex-mode-map): Bind M-RET to latex-insert-item.
15243 (latex-mode): Set indent-line-function to latex-indent.
15244 (tex-common-initialization): Don't setup the syntax-table any more.
15245 (latex-insert-item): New skeleton.
15246 (tex-next-unmatched-end): Fix copy/paste braino.
15247 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15248 (latex-indent, latex-find-indent): New functions.
15249 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15250 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15251 (tex-compilation-parse-errors): Use with-syntax-table.
15252
15253 2000-10-15 Miles Bader <miles@gnu.org>
15254
15255 * font-lock.el (font-lock-comment-face): Change dark-background,
15256 color, non-tty, default to `chocolate1'.
15257
15258 2000-10-13 John Wiegley <johnw@gnu.org>
15259
15260 * eshell/esh-util.el (require): Added a missing `require' form,
15261 needed when compiling (for an ange-ftp macro definition).
15262
15263 2000-10-13 Dave Love <fx@gnu.org>
15264
15265 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15266
15267 2000-10-13 Gerd Moellmann <gerd@gnu.org>
15268
15269 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15270
15271 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15272 transparent -colors 8).
15273
15274 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15275
15276 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15277 that breaks with old list format timestamps.
15278 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15279 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15280
15281 2000-10-13 John Wiegley <johnw@gnu.org>
15282
15283 * align.el, pcomplete.el, calendar/timeclock.el,
15284 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15285
15286 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15287 faulty math, where holiday hours were being computing as seconds.
15288
15289 2000-10-13 John Wiegley <johnw@gnu.org>
15290
15291 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15292 specifying what "other" kinds of buffers should be saved.
15293 This used to be hard-coded.
15294 (desktop-buffer-misc-functions): A global for specifying how
15295 auxiliary data should be determined for special buffer types.
15296 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15297 instead of hard-coding the special buffer types.
15298 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15299 auxiliary data, instead of hard-coding for Info buffers and dired.
15300 (desktop-buffer-info-misc-data): Aux function for determining Info
15301 buffer auxiliary info.
15302 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15303 (desktop-buffer-info): Changed this function to use the info
15304 gathered above.
15305 (desktop-create-buffer): Be a little more careful about what
15306 `minor-mode' means before calling it. This is important for some
15307 buffer types.
15308
15309 2000-10-13 John Wiegley <johnw@gnu.org>
15310
15311 * eshell/esh-util.el: Added a global form which declares an
15312 autoload for `parse-time-string', if that function is not already
15313 defined, and if parse-time.el is available on the user's system.
15314
15315 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15316 to be aware of ange-ftp user info.
15317 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15318 (eshell-ls-annotate): Use `eshell-file-attributes'.
15319 (eshell-ls-file): Made the user-id printing code a bit smarter.
15320
15321 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15322 allow identification of alias user ids in remote directories.
15323 It's manual, but there's no other way to know when the current user
15324 on the local machine, is also the owning user on the remote machine.
15325 (fboundp): Bind `ange-cache'.
15326 (eshell-directory-files-and-attributes): Re-organized the logic a
15327 bit to use `eshell-file-attributes' instead of `file-attributes'.
15328 The former is more sensitive to directories that are read via FTP,
15329 and knows how to use ange-ftp to determine full attribute
15330 information, instead of just the name and last modtime.
15331 (eshell-current-ange-uids): Return the current user id when in a
15332 remote directory.
15333 (eshell-parse-ange-ls): Parse a full directory listing that has
15334 been returned by ange-ftp.
15335 (eshell-file-attributes): This beefed up version of
15336 `file-attributes' is only special if the user is currently in a
15337 remote directory, in which case it does a lot of work to find out
15338 what the real attributes of a file are, as they appear on the
15339 remote machine. This makes usage of remote directories (i.e.,
15340 ange-ftp pathnames) much more useful. You can now use Eshell as a
15341 full-fledged FTP client, with much more manipulation ability than
15342 most other clients.
15343
15344 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15345 variable, which means that Eshell's du should always be preferred
15346 in remote directories.
15347 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15348 just `file-attributes'.
15349 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15350 when reading remote directories. This is an Eshell-specific
15351 variable (not part of ange-ftp).
15352 (eshell/ln): Bind `ange-cache'.
15353 (eshell/du): Added some extra logic for determining when to use
15354 Eshell's du (which is slow), and when to use the external version
15355 (which may or may not exist).
15356
15357 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15358 Call `eshell-interactive-process', rather than using
15359 `get-buffer-process', since backgrounded processes don't count in
15360 the context of this function's logic.
15361
15362 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15363 `forward-char', so that null strings are parsed correctly.
15364
15365 2000-09-13 John Wiegley <johnw@gnu.org>
15366
15367 * eshell/em-pred.el (eshell-pred-file-type)
15368 (eshell-pred-file-links, eshell-pred-file-size):
15369 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15370
15371 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15372 that remote file globbing is more efficient.
15373
15374 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15375 gathering the files and attributes within a directory.
15376
15377 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15378 the command line is a special file (not a regular file, directory
15379 or symlink), always attempt to call the external version of cat.
15380
15381 2000-09-13 John Wiegley <johnw@gnu.org>
15382
15383 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15384 Eshell-friendly version of find-tag.
15385
15386 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15387
15388 * image-file.el (image-file-name-extensions)
15389 (image-file-name-regexps): Add autoload cookies.
15390
15391 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15392
15393 * international/mule-cmds.el (select-safe-coding-system): If FROM
15394 is string, show it in *Warning* buffer.
15395
15396 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15397
15398 * startup.el (normal-top-level): Use display-popup-menus-p instead
15399 of window-system.
15400 (command-line): Use display-graphic-p instead of window-system.
15401 (command-line-1): Use display-popup-menus-p and display-mouse-p
15402 instead of window-system.
15403
15404 2000-10-12 Sam Steingold <sds@gnu.org>
15405
15406 * tooltip.el (tooltip-use-echo-area): New user variable.
15407 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15408
15409 2000-10-12 Dave Love <fx@gnu.org>
15410
15411 * recentf.el: Maintainer's checkdoc fixes.
15412
15413 * startup.el (normal-top-level-add-subdirs-to-load-path):
15414 Use character class, not ASCII when matching file names.
15415 (fancy-splash-head): Add trailing slash to URL.
15416 (command-line): Don't require XPM support for toolbar.
15417
15418 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15419 (cperl-invalid-face): Revert last change.
15420 (cperl-init-faces): Quote cperl-invalid-face.
15421
15422 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15423
15424 * startup.el (fancy-splash-text): Remove superfluous quote.
15425
15426 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15427
15428 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15429 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15430 (command-line-1): Don't use fancy-splash-pending-command.
15431 (fancy-splash-screens-1): Goto point-min after inserting text.
15432
15433 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15434
15435 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15436 instead of shared-lisp-mode-map.
15437
15438 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15439
15440 * faces.el (header-line): Change tty-variant to use underlining.
15441
15442 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15443 (isearch-highlight): Restore lazy-isearch face properties at old
15444 position, and suppress them at new position.
15445 (isearch-dehighlight): Restore lazy-isearch face properties.
15446 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15447 over the real isearch overlay, but in that case, don't give it a
15448 face property. Use `push'.
15449
15450 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15451
15452 * man.el (Man-getpage-in-background): Fix previous change.
15453 Decode the process output only when we are in multibyte mode.
15454
15455 2000-10-11 Dave Love <fx@gnu.org>
15456
15457 * info.el (Info-mode-menu): Fix some help.
15458 (info-tool-bar-map): Add entry for Info-last.
15459
15460 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15461 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15462 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15463 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15464 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15465 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15466 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15467 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15468 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15469 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15470 Reduce colour requirements to 25 overall. (Probably wants
15471 revisiting from the originals to reduce further.)
15472
15473 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15474
15475 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15476 buffer-file-coding-system, instead of raw-text.
15477 (dehexlify-buffer): Bind coding-system-for-read to
15478 buffer-file-coding-system, instead of raw-text.
15479
15480 2000-10-11 Sam Steingold <sds@gnu.org>
15481
15482 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15483 `underline' - fixes the bug introduced on 2000-09-21.
15484
15485 2000-10-11 Dave Love <fx@gnu.org>
15486
15487 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15488 Avoid compiler warnings.
15489 (scheme-mode): Doc fix.
15490 (scheme-font-lock-keywords-1): Match `define-syntax'.
15491
15492 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15493
15494 * faces.el (frame-set-background-mode): Pay attention to saved
15495 face specs as well as default ones. Only do anything if the
15496 bg-mode or display-type has actually changed. Use `dolist'.
15497 (region): Make dark-background `region' face less in-your-face.
15498
15499 2000-10-10 Sam Steingold <sds@gnu.org>
15500
15501 * chistory.el, ielm.el, ledit.el:
15502 * progmodes/inf-lisp.el, progmodes/scheme.el:
15503 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15504
15505 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15506
15507 * textmodes/texinfo.el: Update copyright and fix typo.
15508
15509 * desktop.el (desktop-modes-not-to-save): New var.
15510 (desktop-save-buffer-p): Use it.
15511 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15512 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15513
15514 2000-10-10 Dave Love <fx@gnu.org>
15515
15516 * toolbar/tool-bar.el (tool-bar-add-item)
15517 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15518
15519 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15520 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15521 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15522 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15523 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15524 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15525 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15526 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15527 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15528 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15529 the .xpms; probably need retouching.
15530
15531 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15532
15533 * subr.el (add-to-list): Add optional argument APPEND.
15534 * battery.el (display-battery): Use `add-to-list'.
15535
15536 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15537
15538 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15539 properties.
15540 (zone, zone-when-idle, zone-leave-me-alone)
15541 (zone-pgm-whack-chars): Use new symbol properties.
15542
15543 * battery.el (display-battery): Doc spelling fix.
15544
15545 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15546 property.
15547
15548 2000-10-09 Dave Love <fx@gnu.org>
15549
15550 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15551 has been initialized before calling tool-bar-setup.
15552 (tool-bar-add-item-from-menu): Add autoload cookie.
15553
15554 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15555
15556 * menu-bar.el (send-mail-item-name): New function.
15557 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15558 of mail-user-agent in the menu. Don't display the "Send Mail"
15559 item if mail-user-agent is nil or its value is ignore.
15560 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15561 if read-mail-command is nil or its value is ignore.
15562
15563 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15564
15565 2000-10-09 Miles Bader <miles@gnu.org>
15566
15567 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15568 Correct image size.
15569 * toolbar/left_arrow.xpm: Correct image size.
15570
15571 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15572 will be done by the definition of `auto-compression-mode' if
15573 necessary. Move code to uninstall existing file-name handler
15574 before definition of `auto-compression-mode'.
15575
15576 * image-file.el (auto-image-file-mode): Move to the end of the
15577 file, because `define-minor-mode' actually calls the mode-function
15578 if the associated variable is non-nil, which requires that all
15579 needed functions be already defined.
15580
15581 * mouse.el (popup-menu): Balance parens.
15582
15583 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15584
15585 * mouse.el (popup-menu): Move the command call outside the loop
15586 so that popup-menu returns whatever the command returns.
15587
15588 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15589 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15590 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15591 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15592
15593 * vc.el (vc-version-diff): diff-switches can be a list.
15594 Use relative filenames for prettier output.
15595
15596 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15597 (vc-post-command-functions): Remove old-VC compatibility code.
15598
15599 * newcomment.el (comment-indent-default): Autoload.
15600
15601 * font-lock.el (font-lock-defaults): Make buffer-local.
15602 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15603 (font-lock-choose-keywords):
15604 Ignore LEVEL unless KEYWORDS is a list of syms.
15605 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15606 Don't wrap regexp-opt things in \(...\) unnecessarily.
15607
15608 * jit-lock.el: Don't require font-lock any more.
15609 (jit-lock-functions): Make buffer-local.
15610 (jit-lock-saved-fontify-buffer-function): Remove.
15611 (jit-lock-mode): Remove autoload cookie.
15612 Remove font-lock specific code.
15613 (jit-lock-unregister): Don't bother handling complex hooks any more.
15614 (jit-lock-refontify): New function.
15615 (jit-lock-fontify-buffer): Use it.
15616 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15617 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15618 Add optional args START and END.
15619 Never call font-lock-fontify-region directly.
15620 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15621
15622 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15623
15624 2000-10-08 Dave Love <fx@gnu.org>
15625
15626 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15627
15628 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15629
15630 * play/studly.el (studlify-region, studlify-word): Add autoload
15631 cookie.
15632
15633 * play/morse.el (morse-region, unmorse-region): Add autoload
15634 cookie.
15635
15636 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15637 concat.
15638
15639 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15640 insist on symbols starting with word syntax.
15641 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15642 (eval-defun-1): Doc fix.
15643 (indent-sexp): Use nconc to build up indent-stack.
15644
15645 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15646 Gnus with little use.
15647 (mail-setup-hook): Add mail-abbrevs-setup to options.
15648
15649 * recentf.el: Doc fixes.
15650
15651 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15652 Clean up remainder.
15653
15654 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15655 without timezone and (8) with timezone to enforce some whitespace.
15656 Simplify code somewhat.
15657
15658 * options.el (list-options): Doc that you should use customize.
15659
15660 * iswitchb.el (iswitchb-mode): Add :require.
15661
15662 * info.el (Info-goto-node, Info-menu): Doc fix.
15663 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15664 (info-tool-bar-map): New variable.
15665 (Info-mode): Use it.
15666 (Info-edit-map): Define all in defvar.
15667 (speedbar-attached-frame): Avoid compiler warning.
15668
15669 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15670 (global-map): Bind [tool-bar] to a filtered map.
15671 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15672 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15673 Allow PBM icons.
15674 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15675
15676 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15677 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15678 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15679 icons, except up_arrow, which is left-arrow rotated.
15680
15681 * imenu.el (imenu-add-to-menubar): Fix last change.
15682
15683 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15684
15685 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15686 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15687
15688 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15689
15690 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15691 typos in doc strings.
15692
15693 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15694 the doc strings how to customize Font Lock faces.
15695
15696 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15697 computing growth when dragging the header line.
15698
15699 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15700
15701 * simple.el (kill-line): Doc fix.
15702
15703 2000-10-08 Miles Bader <miles@gnu.org>
15704
15705 * faces.el (secondary-selection): Make foreground visible on tty.
15706
15707 * jka-compr.el (auto-compression-mode): Move to the end of the
15708 file, because `define-minor-mode' actually calls the mode-function
15709 if the associated variable is non-nil, which requires that all
15710 needed functions be already defined.
15711 (with-auto-compression-mode): Add autoload cookie.
15712
15713 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15714
15715 * files.el (find-backup-file-name) [ms-dos]: If support for long
15716 file names is not available, behave as if version-control were set
15717 to never.
15718
15719 2000-10-07 Dave Love <fx@gnu.org>
15720
15721 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15722 (browse-url-gnome-moz): New function.
15723 (browse-url-browser-function): Use it.
15724 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15725
15726 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15727
15728 * indent.el (tab-always-indent): New var.
15729 (indent-for-tab-command): Use it.
15730
15731 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15732 raise an error. This way it can still default to a sane value.
15733
15734 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15735
15736 * startup.el (fancy-splash-screens): Use local rather than global map.
15737 Don't use `update-menu-bindings' any more.
15738 Get rid of assumptions about keymap representation.
15739
15740 2000-10-06 Dave Love <fx@gnu.org>
15741
15742 * textmodes/fill.el (sentence-end-double-space)
15743 (sentence-end-without-period): Doc fix.
15744 (adaptive-fill-regexp): Purecopy.
15745 (unjustify-current-line): Use line-end-position.
15746 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15747
15748 * net/eudc-vars.el (eudc): Add :version, :link.
15749
15750 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15751
15752 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15753 Fix for define-minor-mode.
15754 (function-at-point): Alias to function-called-at-point.
15755
15756 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15757
15758 * simple.el (backward-word): Doc fix.
15759
15760 * image-file.el (image-file-name-regexp): image-file-regexps ->
15761 image-file-name-regexps.
15762 (image-file-name-extensions): Add pbm.
15763
15764 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15765
15766 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15767 and add filename to the names so that diff-mode can jump to source.
15768
15769 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15770 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15771 (tex-font-lock-keywords-1): Remove.
15772 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15773 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15774 (font-lock-default-fontify-region):
15775 Expand beg..end correctly when just following a multiline region.
15776 (font-lock-fontify-anchored-keywords):
15777 Include the anchor text as part of the multiline.
15778
15779 2000-10-06 Gerd Moellmann <gerd@gnu.org>
15780
15781 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15782 latter needs the autoloaded define-minor-mode macro during the
15783 bootstrap.
15784
15785 * startup.el (command-line): For now, activate tool-bar-mode only
15786 if XPM images are supported.
15787
15788 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15789 window by dragging a header-line at the top of the frame; that's
15790 confusing because the header-line doesn't move.
15791 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15792 of treating the event as a list. Some cleanup.
15793
15794 2000-10-06 Miles Bader <miles@gnu.org>
15795
15796 * simple.el (display-message-or-buffer): New function.
15797 (shell-command-on-region): Use `display-message-or-buffer'.
15798
15799 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15800 docstring parts.
15801
15802 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15803 (smbclient-prompt-regexp): Add usage note to doc string.
15804 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15805 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15806 Use add-hook for adding the comint filter function, and only do so
15807 if it's not already in the global hook list.
15808 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15809 to `make-local-variable'.
15810 (nslookup-font-lock-keywords): Remove prompt entry.
15811 (nslookup): Don't set the process-filter.
15812 (finger): Exit the loop correctly when the regexps list runs out.
15813 (ftp, smbclient, smbclient-list-shares):
15814 Set the real major mode immediately, not after execing.
15815 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15816
15817 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15818
15819 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
15820
15821 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15822
15823 * which-func.el (which-func-format): Remove spurious space.
15824 (which-func-mode): Don't make it permanent-local.
15825 (which-func-ff-hook): Allow which-func-maxout to be nil.
15826 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
15827 (which-func-mode): Simplify.
15828 Use post-command-idle-hook rather than post-command-hook.
15829 Go through all buffers and update their state.
15830 (which-function): Also try add-log-current-defun-function.
15831
15832 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15833 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15834 Update call to with-vc-properties accordingly.
15835 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15836 (vc-revert-buffer): More careful about window selection and deletion.
15837 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15838
15839 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15840 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15841 (cvs-dired-action): Change the default to quickdir.
15842
15843 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15844 if comment-indent-function returns nil.
15845 (comment-indent-default): New function.
15846 (comment-indent-function): Use it and document the new semantics.
15847
15848 * image-file.el: Docstring fixes.
15849
15850 * help.el (help-xref-on-pp): Use match-string.
15851 (describe-variable): New arg BUFFER.
15852 Store the current buffer in the help-xref-stack.
15853 (temp-buffer-resize-mode): Use define-minor-mode.
15854
15855 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15856 consistently with its docstring.
15857 Set jit-lock-first-unfontify-pos in an idempotent way.
15858 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15859
15860 2000-10-05 Alex Schroeder <alex@gnu.org>
15861
15862 * sql.el (sql-mysql-options): New variable.
15863 (sql-mysql): Use it.
15864
15865 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15866
15867 * image.el (image): New group.
15868
15869 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15870 (smerge-base-face, smerge-markers-face): Add dark-background variants.
15871
15872 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15873
15874 * net/net-utils.el (nslookup-font-lock-keywords)
15875 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15876 Ignore the value of wqindow-system; always define keywords
15877
15878 2000-10-05 Kenichi Handa <handa@etl.go.jp>
15879
15880 * startup.el (fancy-splash-screens): Remove the code for
15881 debugging; `(trace-to-stderr "EXITTT\n")'.
15882
15883 2000-10-05 Miles Bader <miles@gnu.org>
15884
15885 * diff-mode.el (diff-goto-source): Update call to
15886 `diff-hunk-status-msg' to reflect new REV variable.
15887
15888 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
15889
15890 * progmodes/icon.el (icon-mode):
15891 Don't gratuitously override the default for comment-column.
15892
15893 * vc-hooks.el (vc-mode-line): Fix interactive spec.
15894
15895 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15896 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15897 (jit-lock-functions): New var.
15898 (jit-lock-function-1): Use it if non-nil.
15899 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
15900 Set the `fontified' property before doing the fontification to avoid
15901 repeatedly going through the same error.
15902 Don't turn errors into messages.
15903 (jit-lock-register, jit-lock-unregister): New functions.
15904
15905 * dired.el (dired-mark-pop-up): Turn comment into docstring.
15906 Use with-current-buffer.
15907
15908 * dired-aux.el (dired-do-create-files, dired-kill-tree):
15909 Turn comment into docstring.
15910
15911 * apropos.el (apropos-mode): Use define-derived-mode.
15912
15913 2000-10-04 Gerd Moellmann <gerd@gnu.org>
15914
15915 * startup.el (fancy-splash-pending-command): New variable.
15916 (fancy-splash-pre-command): New function.
15917 (fancy-splash-screens): Rewritten.
15918 (command-line-1): If fancy-splash-pending-command is set, call it
15919 interactively.
15920
15921 2000-10-04 Dave Love <fx@gnu.org>
15922
15923 * toolbar/tool-bar.el (tool-bar-setup): New function.
15924 (tool-bar-mode): Use it.
15925
15926 * subr.el (substitute-key-definition): Doc fix.
15927 (play-sound-file): New command.
15928
15929 2000-10-04 Andre Spiegel <spiegel@gnu.org>
15930
15931 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15932 vc-version-backup-file-name): New functions.
15933
15934 * files.el (basic-save-buffer): Call vc-before-save before saving.
15935
15936 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15937 vc-cvs-stay-local-p.
15938
15939 * vc.el (vc-revert-buffer): Handle empty diff properly.
15940 (vc-version-backup-file): New function.
15941 (vc-checkout): Create a version backup if necessary.
15942 (vc-checkin): If a version backup file exists, delete it.
15943 (vc-version-diff): Diff locally using version backups, if available.
15944 (vc-revert-file): If there's a version backup, revert locally.
15945 (vc-transfer-file): Use version backup for base version, if
15946 available. If not, ask for confirmation whether to get it from the
15947 server. Update mode line before check-in.
15948
15949 2000-10-04 Dave Love <fx@gnu.org>
15950
15951 * toolbar/tool-bar.el (tool-bar-setup): New function.
15952 (tool-bar-mode): Use it.
15953
15954 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15955
15956 * net/net-utils.el (nslookup-font-lock-keywords)
15957 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15958 Only set if window-system is non-nil
15959 (net-utils-run-program): Returns buffer.
15960 (network-connection-reconnect): Added this function.
15961
15962 * generic.el:
15963 Incorporates extensive cleanup and docfixes by
15964 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
15965 Uses cl compile-time macros.
15966 (generic-mode-name, generic-comment-list)
15967 (generic-keywords-list, generic-font-lock-expressions)
15968 (generic-mode-function-list, generic-mode-syntax-table):
15969 Removed variables.
15970 (generic-mode-alist): Renamed to generic-mode-list.
15971 (generic-find-file-regexp): Default changed to "^#".
15972 (generic-read-type): Uses completing read on generic-mode-list.
15973 (generic-mode-sanity-check): removed this function.
15974 (generic-add-to-auto-mode): Removed this function
15975 (generic-mode-internal): Bind mode-specific definitions
15976 into function instead of putting them in alist.
15977 (generic-mode-set-comments): Reworked extensively.
15978 (generic-mode-find-file-hook): Simplified regexp searching
15979 (generic-make-keywords-list): Omit extra pair of parens
15980
15981 * find-lisp.el (find-lisp-find-files-internal):
15982 Make sure directory name ends with "/".
15983
15984 * generic-x.el (apache-conf-generic-mode):
15985 Regexp now allows leading whitespace.
15986 (rc-generic-mode): Added eval-when-compile
15987 around generic-make-keywords-list.
15988 Deleted duplicate regexp
15989 (rul-generic-mode): Added eval-when-compile
15990 around generic-make-keywords-list.
15991 (etc-fstab-generic-mode): New generic mode.
15992 (rul-generic-mode): Removed one eval-when-compile
15993 which caused a max-specpdl-size exceeded error.
15994
15995 2000-10-04 Miles Bader <miles@gnu.org>
15996
15997 * simple.el (minibuffer-temporary-goal-position): New variable.
15998 (next-history-element): Try to keep the position of point in the
15999 input string constant.
16000
16001 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16002 (dired-do-create-files): If there's only one file, pass it in as
16003 the DEFAULT arg to dired-mark-read-file-name.
16004
16005 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16006
16007 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16008 (diff-goto-source): Be smarter when choosing REVERSE or not.
16009
16010 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16011 (texinfo-mode-menu): Add an explicit shortcut for update all.
16012
16013 2000-10-03 Andre Spiegel <spiegel@gnu.org>
16014
16015 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16016 factorize backend-specific code cleanly (this was essentially
16017 conceived by Stefan Monnier).
16018 (vc-unregister): Function removed.
16019 (vc-revert-file): New function.
16020 (vc-revert-buffer): Delegate some of the work to it.
16021
16022 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16023 default branch unconditionally.
16024 (vc-rcs-set-default-branch): New function.
16025 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16026 (vc-rcs-checkin): If an appropriate default branch has been set,
16027 force creation of that branch.
16028 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16029 code (as suggested by Stefan Monnier).
16030
16031 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16032
16033 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16034 highlighting overlay with a different face over the overlay
16035 isearch uses to highlight the current match because that can lead
16036 to bad face combinations.
16037
16038 * loadup.el (toplevel): Load faces before isearch.
16039
16040 * isearch.el (isearch-faces): New custom group.
16041 (isearch): New defface; was already tested for in the code.
16042 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16043 (isearch-highlight): Always use face `isearch'.
16044
16045 2000-10-02 Dave Love <fx@gnu.org>
16046
16047 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16048 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16049 comparison of opcode with operand.
16050
16051 2000-10-03 Miles Bader <miles@gnu.org>
16052
16053 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16054 buffer, since the echo area will now grow to accommodate them.
16055
16056 2000-10-02 Andre Spiegel <spiegel@gnu.org>
16057
16058 * vc-hooks.el (vc-registered): If FILE used to be registered under
16059 a certain backend, try that one first.
16060
16061 * vc.el (vc-responsible-backend): Undo the previous change in the
16062 argument list. Handle multiple backends correctly.
16063 (vc-find-new-backend): Function removed.
16064 (vc-register): Use vc-responsible-backend, as before.
16065 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16066
16067 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16068
16069 * startup.el (fancy-splash-head): Change message below the
16070 logo.
16071
16072 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16073
16074 * diff-mode.el (diff-goto-source): Emit a status message.
16075 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16076 (diff-test-hunk): Fix doc string.
16077 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16078 (diff-advance-after-apply-hunk): New variable.
16079 (diff-apply-hunk): Don't return a value.
16080
16081 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16082
16083 * vc.el (vc-editable-p): Minor optimization.
16084 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16085 (vc-find-new-backend): New function split from vc-responsible-backend.
16086 (vc-register): Use it.
16087 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16088 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16089 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16090 (vc-clear-headers): Don't use find-file.
16091 (vc-revert-buffer): Use `and' again (must have been a braino).
16092 (vc-switch-backend): Only prompt if requested.
16093 Short circuit if nothing is to be done.
16094 Don't use vc-resynch-buffer which could lose unsaved editing.
16095 (vc-default-receive-file): Update call to vc-unregister.
16096 (with-vc-file, vc-next-action-on-file):
16097 Use vc-backend rather than vc-registered.
16098 (vc-next-action-on-file): Use intern-soft.
16099 Deal with read-only *vc-diff* buffer.
16100 (vc-transfer-file): Docstring fix.
16101
16102 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16103 (vc-rcs-receive-file): Avoid with-vc-properties.
16104 Update call to vc-unregister.
16105 Use constant `RCS' rather than (dynamically bound) var `backend'.
16106
16107 2000-10-01 Andre Spiegel <spiegel@gnu.org>
16108
16109 * vc.el (vc-next-action-on-file): Update mode line only if file
16110 is visited.
16111 (vc-start-entry): New argument initial-contents. Don't visit the file
16112 if it isn't already visited. Brought documentation up-to-date.
16113 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16114 (vc-checkin): New optional arg initial-contents, which is passed to
16115 vc-start-entry.
16116 (vc-finish-logentry): Make sure to bury log buffer only if there
16117 really is one. Call `vc-resynch-buffer' on log-file, not
16118 buffer-file-name.
16119 (vc-default-comment-history, vc-default-wash-log): New functions.
16120 (vc-index-of): Removed.
16121 (vc-transfer-file): Make do without the above.
16122 (vc-default-receive-file): Call comment-history unconditionally. Pass
16123 the resulting string to vc-checkin, instead of inserting it into the
16124 comment ring.
16125
16126 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16127 unconditionally. Use the comments as initial contents of the log
16128 entry buffer. Document the trick to force branch creation with no
16129 changes.
16130
16131 2000-10-01 Miles Bader <miles@gnu.org>
16132
16133 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16134 `recenter' with an arg to prevent redrawing the display.
16135
16136 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16137
16138 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16139
16140 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16141
16142 * progmodes/c-mode.el (c-mode):
16143 Don't gratuitously override the default for comment-column.
16144
16145 * textmodes/tex-mode.el (latex-metasection-list): New var.
16146 (latex-imenu-create-index): Use it.
16147 Move the regexp construction outside loops (and use push).
16148 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16149 (tex-font-lock-keywords): Moved from font-lock.el.
16150 (tex-comment-indent): Remove.
16151 (tex-common-initialization): Don't set comment-indent-function.
16152 (latex-block-default): New var.
16153 (tex-latex-block): Use it to provide a default choice.
16154 Add any unknown choice to latex-block-names.
16155 Insert [...] after {...}.
16156 (tex-last-unended-begin): Simplify regexp.
16157 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16158 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16159 (latex-mode): Set forward-sexp-function.
16160
16161 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16162 Add regexp for @ignore ... @end ignore.
16163 (texinfo-heading-face): New face.
16164 (texinfo-font-lock-keywords): Use it.
16165 (texinfo-mode-menu): New menu.
16166 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16167 New functions.
16168 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16169 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16170 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16171 Remove declaration.
16172 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16173
16174 * delsel.el (delete-selection-mode): Use define-minor-mode.
16175
16176 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16177
16178 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16179
16180 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16181
16182 2000-09-30 Gerd Moellmann <gerd@gnu.org>
16183
16184 * replace.el (keep-lines-read-args): New function.
16185 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16186 read arguments interactively. Add parameters RSTART and REND.
16187 Operate on the active region in Transient Mark mode.
16188
16189 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16190
16191 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16192 (authors-obsolete-files-regexps): New variable.
16193 (authors-add): Don't record changes in obsolete files.
16194
16195 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16196
16197 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16198
16199 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16200 (comment-indent): Make sure there's a space between code and comment.
16201 Shift comments left to avoid going past fill-column.
16202
16203 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16204
16205 * startup.el (startup-echo-area-message): New function.
16206 (display-startup-echo-area-message): Use it.
16207 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16208 (fancy-splash-default-action): New function.
16209 (fancy-splash-screens-1): New function.
16210 (fancy-splash-head): Put a help-echo and a keymap under the image.
16211
16212 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16213
16214 * diff-mode.el (diff-add-log-file-name): Remove.
16215 (diff-mode): Use add-log-buffer-file-name-function.
16216
16217 * add-log.el (find-change-log): New arg BUFFER-FILE.
16218 (add-log-file-name): Obey add-log-file-name-function.
16219 (add-log-buffer-file-name-function): New var.
16220 (add-change-log-entry): Use it.
16221
16222 2000-09-29 Miles Bader <miles@gnu.org>
16223
16224 * image-file.el (image-file-name-extensions): New variable.
16225 (image-file-name-regexps): Renamed from `image-file-regexps'.
16226 New default value is nil. Call `auto-image-file-mode'.
16227 (image-file-name-regexp): New function.
16228 (auto-image-file-mode): New minor mode.
16229 (insert-image-file): Don't make conditional on the image-file
16230 handler being enabled.
16231 (image-file-handler): Make the call here conditional instead.
16232 (set-image-file-handler-enabled, enable-image-file-handler)
16233 (disable-image-file-handler): Functions removed.
16234
16235 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16236 string.
16237
16238 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16239
16240 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16241 it's a function from CL.
16242 (latex-imenu-create-index): Replace eval-when-compile with progn
16243 because latex-section-alist is not bound while compiling.
16244
16245 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16246
16247 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16248 (outline-mode): Use define-derived-mode.
16249
16250 * progmodes/perl-mode.el (perl-mode):
16251 * progmodes/awk-mode.el (awk-mode):
16252 * progmodes/asm-mode.el (asm-mode):
16253 Don't gratuitously override the default for comment-column.
16254
16255 * emacs-lisp/lisp.el (lisp-complete-symbol):
16256 Distinguish the let-binding case from the funcall case.
16257 (forward-sexp-function): New variable.
16258 (forward-sexp): Use it.
16259
16260 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16261 (easy-mmode-defmap): Remove the now useless autoload.
16262
16263 * time.el (display-time-mode): Use define-minor-mode.
16264
16265 * subr.el (add-minor-mode): Don't eval NAME.
16266 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16267 Use if rather than cond.
16268
16269 * simple.el (read-expression-map): Define more properly.
16270 (comment-indent-hook): Remove.
16271 (string-to-syntax): Bug fix.
16272
16273 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16274 (cvs-ediff-diff): Fix typo.
16275 (cvs-revert-if-needed): Don't bother preserving read-only.
16276
16277 * paren.el (show-paren-mode): Use define-minor-mode.
16278
16279 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16280 (toggle-auto-compression): Remove.
16281 (jka-compr-build-file-regexp): Remove useless grouping.
16282
16283 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16284 Avoid user-reserved bindings.
16285 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16286 (diff-header-face): Revert to grey85.
16287
16288 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16289
16290 * complete.el (partial-completion-mode) <defcustom>: Remove.
16291 (partial-completion-mode): Use define-minor-mode.
16292 (PC-do-completion): Understand `completion-auto-help = delay'
16293 to mean to popup the completion buffer only the second time.
16294 (PC-include-file-all-completions, PC-include-file-all-completions)
16295 (PC-include-file-all-completions): Don't quote lambda.
16296
16297 * comint.el (comint-mode-hook): Docstring fix.
16298 (comint-mode): Use define-derived-mode.
16299 (comint-mode-map): Remove obsolete comment.
16300 (make-comint): Minor stylistic change.
16301 (comint-insert-clicked-input): Be more careful to find the overlay.
16302 Use this-command-keys rather than hardcoding mouse-2.
16303
16304 * font-lock.el: Replace confusing (,@ with ,
16305 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16306 Don't use regexp-opt-depth. Spice up the regexp for args.
16307 Don't distinguish between cmds that can take an opt arg or not.
16308 Use `append' and `prepend' rather than `keep'.
16309
16310 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16311 (latex-outline-regexp): New var.
16312 (latex-outline-level): New fun.
16313 (latex-section-alist): New var.
16314 (latex-imenu-create-index): Use it. Use `push' as well.
16315 (tex-shell-map): Initialize it properly.
16316 (tex-mode): Minor stylistic change.
16317 (plain-tex-mode): Use define-derived-mode.
16318 (latex-mode): Use define-derived-mode.
16319 Construct the paragraph regexps in a more readable way.
16320 Set the buffer-local outline-{level,regexp} vars.
16321 (slitex-mode): Derive from latex-mode.
16322 (tex-common-initialization): Don't kill-all-vars anymore.
16323 Add setting for comment-add and font-lock-defaults.
16324 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16325 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16326 (tex-start-tex): New arg DIR (and send a chdir command for it).
16327 Also display the shell buffer and save it in tex-last-buffer-texed.
16328 (tex-region): Use expand-file-name rather than concat.
16329 Remove code made useless by changes in tex-start-tex.
16330 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16331
16332 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16333
16334 2000-09-28 Dave Love <fx@gnu.org>
16335
16336 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16337
16338 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16339
16340 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16341 `append'.
16342
16343 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16344
16345 * info.el (Info-extract-pointer): Undo last change.
16346 Instead, fix the position of the `bound' arg to re-search-backward.
16347
16348 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16349
16350 * info.el (Info-extract-pointer):
16351 Widen more carefully, to avoid finding pointers in other nodes.
16352 (Info-index): Use push.
16353
16354 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16355
16356 * frame.el (set-frame-font): Remove call to obsolete function
16357 frame-update-faces.
16358 (set-foreground-color, set-background-color): Likewise for
16359 frame-update-face-colors.
16360
16361 2000-09-27 Miles Bader <miles@gnu.org>
16362
16363 * image-file.el: New file.
16364
16365 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16366
16367 * frame.el (frame-notice-user-settings): Don't call
16368 frame-update-faces, which is a no-op now.
16369
16370 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16371 tool-bar-lines.
16372
16373 2000-09-27 Dave Love <fx@gnu.org>
16374
16375 * mouse.el: Fix last change.
16376
16377 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16378
16379 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16380
16381 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16382
16383 * international/quail.el (quail-help): The output message is
16384 improved.
16385
16386 2000-09-26 Dave Love <fx@gnu.org>
16387
16388 * mouse.el (popup-menu): If POSITION is nil, set it using
16389 mouse-position.
16390
16391 2000-09-25 Sam Steingold <sds@gnu.org>
16392
16393 * net/browse-url.el (browse-url-file-url): Check for null maps.
16394
16395 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16396
16397 * frame.el (frame-notice-user-settings): Don't add a
16398 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16399
16400 * frame.el (frame-notice-user-settings):
16401 Make tool-bar-mode and default-frame-alist consistent.
16402
16403 * toolbar/tool-bar.el (tool-bar-help): New function.
16404
16405 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16406
16407 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16408 current-load-list in top-level forms. Else this leaks a cons cell
16409 every time a defun is called.
16410
16411 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16412
16413 2000-09-25 Dave Love <fx@gnu.org>
16414
16415 * startup.el (fancy-splash-head): Check XPM is available.
16416
16417 * autoinsert.el (auto-insert): Doc fix.
16418 (auto-insert-alist): Following GNU notices, don't say `copyright
16419 _by_'. Use line-beginning-position.
16420 (auto-insert): Check buffer-file-name is non-nil before use.
16421
16422 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16423
16424 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16425 starting with `@def' or `@multitable', in addition to ones
16426 specified by the user in auto-fill-inhibit-regexp.
16427
16428 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16429
16430 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16431 rmail-dont-reply-to-names matches the empty string.
16432
16433 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16434
16435 * startup.el (command-line-1, fancy-splash-text): Change the
16436 text to sound more friendly.
16437
16438 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16439
16440 * progmodes/hideshow.el: Update author email address.
16441 Generally, sync w/ maintainer version 5.22.
16442 (hs-hide-all-non-comment-function): New var.
16443 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16444 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16445 (hs-show-region): Delete this command.
16446 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16447
16448 2000-09-22 Dave Love <fx@gnu.org>
16449
16450 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16451 (hl-line-highlight): Specify buffer when moving overlay.
16452
16453 * progmodes/fortran.el (fortran-mode): Locally set
16454 normal-auto-fill-function.
16455 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16456 (fortran-mode-map): Adjust auto-fill menu entry.
16457
16458 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16459
16460 * vc-rcs.el (toplevel): Require `vc' when compiling.
16461
16462 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16463
16464 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16465
16466 * vc.el (vc-switch-backend): Signal an error if the file is not
16467 registered under the new backend.
16468
16469 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16470 without explicit revision number.
16471
16472 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16473
16474 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16475 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16476 (diff-xor): New function.
16477 (diff-find-source-location): Use it. Fix a stupid name clash.
16478 (diff-hunk-status-msg): New function.
16479 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16480 (diff-test-hunk): Use diff-find-source-location.
16481 (diff-goto-source): Favor the `reverse'.
16482 (diff-hunk-text): Properly handle one-sided context diffs.
16483 (diff-apply-hunk): When done, advance to the next hunk.
16484
16485 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16486
16487 * startup.el (command-line): If frame was created with a non-zero
16488 tool-bar-lines parameter, switch tool-bar-mode on.
16489
16490 * add-log.el (change-log-date-face, change-log-name-face)
16491 (change-log-email-face, change-log-file-face)
16492 (change-log-list-face, change-log-conditionals-face)
16493 (change-log-function-face, change-log-acknowledgement-face):
16494 New faces, inheriting from font-lock faces.
16495 (change-log-font-lock-keywords): Use them.
16496
16497 2000-09-21 Dave Love <fx@gnu.org>
16498
16499 * progmodes/cperl-mode.el (top-level): Clean up
16500 `eval-when-compile's and assorted defvars.
16501 (cperl-invalid-face): Don't double-quote value. Change custom
16502 type.
16503 (cperl-mode): Set normal-auto-fill-function and don't zap
16504 auto-fill-function.
16505 (cperl-imenu--function-name-regexp-perl): Renamed from
16506 imenu-example--function-name-regexp-perl.
16507 (cperl-imenu--create-perl-index): Renamed from
16508 imenu-example--create-perl-index.
16509 (cperl-xsub-scan): Don't require cl.
16510
16511 * msb.el (msb-mode-map): Use substitute-key-definition.
16512 (msb-mode): Use msb-mode-map.
16513
16514 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16515
16516 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16517 New functions.
16518 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16519 (vc-switch-backend): New function.
16520 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16521 (vc-register): Fix prompt.
16522 (vc-unregister, vc-default-unregister): New functions.
16523 (vc-version-diff): Handle empty buffer in sentinel.
16524
16525 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16526 (vc-rcs-state-heuristic): Use it to guess the state of files with
16527 non-strict locking.
16528 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16529 been set with -b, but not created yet.
16530 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16531 contents in order to find the state.
16532 (vc-rcs-checkin): Allow creation of branches with no changes.
16533 (vc-rcs-unregister, vc-rcs-receive-file)
16534 (vc-rcs-set-non-strict-locking): New functions.
16535
16536 * vc-hooks.el (vc-name): Force correct computation of the value
16537 in case it is missing.
16538
16539 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16540
16541 * startup.el (fancy-splash-tail): Use a different foreground
16542 color on a dark frame background.
16543
16544 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16545
16546 * info.el: Use the correct capitalization when making Info-mode
16547 and Info-edit-mode `special' modes.
16548
16549 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16550
16551 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16552 (diff-mode): Add support for add-log.el.
16553 (diff-hunk-text): Use char offsets rather than line offsets.
16554 (diff-find-source-location): Replace LINE with line-offset (nil
16555 if not found) and always set POS to a meaningful position.
16556 Adapt to the new char-offsets.
16557 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16558 Adapt to the new diff-find-source-location.
16559 (diff-goto-source): Adapt to the new diff-find-source-location.
16560
16561 * add-log.el (add-log-file-name): New function (split out of
16562 add-change-log-entry).
16563 (add-change-log-entry): Use it.
16564 Call add-log-file-name-function with the changelog file name if
16565 the current buffer is not associated with any file.
16566 Avoid find-file if the selected window is dedicated.
16567
16568 * diff-mode.el (diff-find-source-location):
16569 Move code from diff-apply-hunk. Return buffer rather than file.
16570 (diff-apply-hunk): Use the new result from diff-find-source-location.
16571 (diff-goto-source): Use the new diff-find-source-location.
16572
16573 2000-09-20 Dave Love <fx@gnu.org>
16574
16575 * iswitchb.el: Some doc fixes.
16576 (iswitchb-mode-map): Define completely initially. Inherit
16577 minibuffer-local-map.
16578 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16579 fundamental-mode.
16580 (iswitchb-global-map): New variable.
16581 (iswitchb-summaries-to-end): Amalgamate regexps.
16582 (iswitchb-mode): New.
16583 (iswitchb-mode-hook): New variable.
16584 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16585 `extensions'.
16586
16587 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16588
16589 * ehelp.el (electric-help): New defgroup.
16590 (electric-help-shrink-window): New user-option.
16591 (with-electric-help): Use it.
16592
16593 * window.el (shrink-window-if-larger-than-buffer): If face
16594 `mode-line' has a :box, and we're on a graphical frame, add 1
16595 to the needed window height.
16596
16597 * frame.el (frame-notice-user-settings): Add a last parameter nil
16598 to a call to `append', because the last list passed to `append' is
16599 not copied, and so subsequent calls to assq-delete-all will modify
16600 default-frame-alist.
16601
16602 * startup.el (fancy-splash-image): Change :type.
16603 (fancy-splash-head): Use an XBM image if appropriate.
16604 (command-line-1): Show splash screens in more cases.
16605
16606 * startup.el (fancy-splash-text): Don't quote faces.
16607
16608 * dired.el (dired-font-lock-keywords): Undo last change.
16609 (dired-readin): Bind indent-tabs-mode to nil.
16610
16611 * startup.el (fancy-splash-head): If frame's background mode
16612 is `dark', change the black background of the image to gray.
16613 (fancy-splash-screens): Display startup echo area message.
16614 (display-startup-echo-area-message): New function.
16615
16616 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16617
16618 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16619
16620 * info.el (info-header-node): Tweak for color ttys.
16621
16622 * faces.el (face-valid-attribute-values): Make sure directories we
16623 search for stipples both exist and are readable before trying to
16624 search them.
16625
16626 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16627 in the dry-run case.
16628
16629 * jka-compr.el (with-auto-compression-mode): New macro.
16630
16631 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16632 (custom-group-tag-face, custom-variable-tag-face): Use relative
16633 :height and inherit from `variable-pitch' face instead of
16634 hardwiring :family.
16635 * hi-lock.el (hi-black-hb): Likewise.
16636
16637 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16638 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16639 toolbar-add-item, if image doesn't have a mask add a `:mask
16640 heuristic'.
16641
16642 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16643
16644 * diff-mode.el: Docstring fixes.
16645 (diff-header-face, diff-comment-face): New faces.
16646 (diff-font-lock-keywords): Highlight a bit differently.
16647 (diff-find-source-location): Don't return SPAN any more.
16648 (diff-hunk-text): Don't bother erasing the temp buffer.
16649 (diff-find-text): Drop argument LINE.
16650 (diff-apply-hunk): Update calls to diff-find-text.
16651 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16652
16653 * calendar/calendar.el: Docstring fixes.
16654 (calendar-make-alist): Don't quote lambda.
16655 (calendar-star-date): Use make-local-variable.
16656
16657 2000-09-19 Dave Love <fx@gnu.org>
16658
16659 * toolbar/tool-bar.el: Renamed from toolbar.el.
16660 Change `toolbar' to `tool-bar' generally in symbols.
16661 Make some items invisible in `special' major modes.
16662 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16663 Add arg PROPS.
16664
16665 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16666 Add :version here.
16667 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16668
16669 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16670
16671 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16672
16673 * files.el (find-file-suppress-same-file-warnings): New user-option.
16674 (find-file-noselect): Use it.
16675
16676 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16677 (fancy-splash-screen): Defgroup.
16678
16679 * add-log.el (change-log-font-lock-keywords): Match names
16680 more exactly for the case that font-lock-constant-face is
16681 underlined.
16682
16683 2000-09-19 Richard M. Stallman <rms@gnu.org>
16684
16685 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16686
16687 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16688
16689 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16690
16691 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16692
16693 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16694 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16695 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16696 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16697 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16698 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16699 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16700 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16701 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16702 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16703 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16704 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16705
16706 * startup.el (fancy-splash-text): New variable.
16707 (fancy-splash-delay, fancy-splash-image): New user-options.
16708 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16709 (fancy-splash-screens): New functions.
16710 (command-line-1): If display has a `display' frame parameter, has
16711 colors, and we have XPM support, show more fancy splash screens.
16712
16713 2000-09-19 Dave Love <fx@gnu.org>
16714
16715 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16716 with null `help'. Use modern backquote syntax.
16717
16718 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16719
16720 * font-lock.el (font-lock-mode): Change message telling the user
16721 that ``the buffer is too big''.
16722
16723 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16724 for instance for the case that tab-width is 2.
16725
16726 2000-09-18 Gerd Moellmann <gerd@gnu.org>
16727
16728 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16729 toolbar-add-item, if image doesn't have a mask add a `:mask
16730 heuristic'.
16731
16732 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16733
16734 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16735 and return a cons if it's non-nil.
16736 (diff-apply-hunk): Try to jump to the line in the source text
16737 corresponding to the position of point in the in the hunk.
16738
16739 * info.el (Info-title-3-face, Info-title-2-face)
16740 (Info-title-1-face): Use face inheritance and relative sizes
16741 instead of hard-wiring things.
16742
16743 * faces.el (secondary-selection): Make dark-background variant sane.
16744
16745 2000-09-16 Andrew Innes <andrewi@gnu.org>
16746
16747 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16748 read-only, since they aren't under VC now.
16749
16750 2000-09-17 Dave Love <fx@gnu.org>
16751
16752 * tmm.el: Replace mapcar with mapc in several places.
16753
16754 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16755 ad-unadvise.
16756
16757 * international/latin1-disp.el: New file.
16758
16759 * calendar/cal-move.el (scroll-calendar-left)
16760 (scroll-calendar-right): Make arg optional (for active mode line).
16761
16762 * calendar/calendar.el (calendar-mode-line-format): Make fields
16763 mouse-sensitive.
16764 (calendar-read-date, calendar-read-date, calendar-window-list):
16765 Unquote lambda.
16766 (calendar-month-name): Use aref, not sref.
16767
16768 * view.el (minor-mode-alist): Propertize the string.
16769
16770 * international/characters.el (standard-case-table): Add entries
16771 for Greek.
16772
16773 2000-09-18 Miles Bader <miles@gnu.org>
16774
16775 * info.el (info-node, info-xref): Add dark-background variants.
16776
16777 * faces.el (header-line): Change defaults to be less confusing
16778 when mixed with mode-lines.
16779
16780 * info.el (Info-fontify-node): Make a few cleanups.
16781 Add extra `help-echo' and `local-map' props to node xrefs.
16782 Use header-specific faces for node-names & xrefs.
16783 (Info-use-header-line): New variable.
16784 (info-header-xref, info-header-node): New faces.
16785 (Info-setup-header-line): New function.
16786 (Info-select-node): Call Info-setup-header-line when enabled.
16787 (Info-extract-pointer): Work even if the header line is hidden.
16788 (Info-header-line): New variable.
16789
16790 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16791
16792 * vms-patch.el (print-region-function): Don't quote lambda.
16793
16794 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16795
16796 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16797 (lm-get-header-re): Allow spaces between the header and the colon.
16798 (lm-header): Allow $ in non-RCS headers.
16799 (lm-header-multiline): Put the strings back into order.
16800 Stop at an empty line. Don't require two space chars if the
16801 line is clearly not another header line.
16802
16803 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16804 (popup-menu-popup): Remove.
16805
16806 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16807
16808 * toolbar/toolbar.el (toolbar-add-item): Use the same image
16809 specification if or if not tool-bar item contains an `:enabled'
16810 property.
16811
16812 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16813 current buffer has no file name.
16814
16815 2000-09-15 Dave Love <fx@gnu.org>
16816
16817 * strokes.el: Sync with maintainer's current version with changes
16818 for Emacs, but avoid runtime cl and levents.
16819 (toplevel): Change autoloads and compilation requires.
16820 (strokes-version, strokes-bug-address, strokes-lift): Values
16821 changed.
16822 (strokes-xpm-header, strokes-insinuated): New variable.
16823 (strokes): Add :link.
16824 (strokes-mode): Customized.
16825 (strokes-while-inhibiting-garbage-collector): New macro.
16826 (strokes-remassoc): Avoid remove-if.
16827 (strokes-fix-button2-command): Don't use ad-do-it.
16828 (strokes-insinuate): New function.
16829 (strokes-button-press-event-p, strokes-button-release-event-p):
16830 New functions, used instead of non-`strokes-' versions..
16831 (strokes-mouse-event-p): Rewritten.
16832 (strokes-event-closest-point): Avoid event-point.
16833 (strokes-get-grid-position): Avoid cdadr, caadr
16834 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16835 functions.
16836 (strokes-help): Use with-output-to-temp-buffer.
16837 (strokes-window-configuration-changed-p): New function.
16838 (strokes-update-window-configuration): Use buffer-live-p,
16839 strokes-window-configuration-changed-p.
16840 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16841 (strokes-char-face): New face.
16842 (strokes-char-table, strokes-base64-chars): New variable.
16843 (strokes-xpm-for-stroke, strokes-list-strokes)
16844 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16845 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16846 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16847 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16848 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16849 functions.
16850
16851 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16852
16853 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16854
16855 * image.el (create-image): Doc fix.
16856
16857 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16858 instead of `:heuristic-mask t'.
16859
16860 2000-09-14 Andrew Innes <andrewi@gnu.org>
16861
16862 * makefile.w32-in: Revert to Unix line endings.
16863
16864 2000-09-14 Andrew Innes <andrewi@gnu.org>
16865
16866 * makefile.w32-in: Add bootstrap support. Also copy lisp source
16867 when installing.
16868
16869 * makefile.nt (DONTCOMPILE): Fix typo.
16870
16871 * shell.el (shell-write-history-on-exit): New function.
16872 (shell-dumb-shell-regexp): New custom variable.
16873 (shell-mode): Make shell-write-history-on-exit the process
16874 sentinel if shell name matches shell-dumb-shell-regexp.
16875
16876 * w32-fns.el: Comment out before-init-hook function which resets
16877 source-directory based; this breaks bootstrap.
16878
16879 2000-09-14 Dave Love <fx@gnu.org>
16880
16881 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16882 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16883 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16884 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16885 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16886 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16887 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
16888 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
16889 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16890
16891 * toolbar/toolbar.el: New.
16892
16893 * subdirs.el: Add toolbar.
16894
16895 2000-09-14 Gerd Moellmann <gerd@gnu.org>
16896
16897 * indent.el (indent-for-tab-command): Doc fix.
16898
16899 2000-09-14 Alex Schroeder <alex@gnu.org>
16900
16901 * ansi-color.el (ansi-colors): Doc change.
16902 (ansi-color-get-face): Simplified regexp.
16903 (ansi-color-faces-vector): Added more faces, doc change.
16904 (ansi-color-names-vector): Doc change.
16905 (ansi-color-regexp): Simplified regexp.
16906 (ansi-color-parameter-regexp): New regexp.
16907 (ansi-color-filter-apply): Doc change.
16908 (ansi-color-filter-region): Doc change.
16909 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16910 deal with zero length parameters.
16911 (ansi-color-apply-on-region): Doc change.
16912 (ansi-color-map): Doc change.
16913 (ansi-color-map-update): Removed debugging message.
16914 (ansi-color-get-face-1): Added condition-case to trap
16915 args-out-of-range errors.
16916 (ansi-color-get-face): Doc change.
16917 (ansi-color-make-face): Removed.
16918 (ansi-color-for-shell-mode): New option.
16919
16920 2000-09-13 Kenichi Handa <handa@etl.go.jp>
16921
16922 * international/quail.el (quail-start-translation): Translate KEY
16923 if necessary even if it doesn't have any mapping in the current
16924 input method.
16925 (quail-start-conversion): Likewise.
16926 (quail-help): The output message is improved.
16927
16928 2000-09-13 Miles Bader <miles@gnu.org>
16929
16930 * comint.el (comint-output-filter): Revert to using
16931 `insert-before-markers'. Add bletcherous hack to undo damage
16932 caused by `insert-before-markers'. Put `front-sticky' property on
16933 overlays created here so that the field code understands how the
16934 overlay works. Use a let when making comint-last-prompt-overlay,
16935 so that the code is easier to read.
16936
16937 2000-09-13 Dave Love <fx@gnu.org>
16938
16939 * wid-edit.el (widget-default-format-handler): DTRT when
16940 doc-property is a function.
16941
16942 2000-09-12 Francesco Potorti` <pot@gnu.org>
16943
16944 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
16945 filed name if it's not there.
16946
16947 2000-09-12 Dave Love <fx@gnu.org>
16948
16949 * simple.el (read-mail-command): Doc fix.
16950 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
16951
16952 * vc.el (vc-dired-listing-switches): Fix :version.
16953
16954 * vc-hooks.el: Doc fixes.
16955
16956 * subr.el (add-minor-mode): Use toggle-fun arg.
16957
16958 * speedbar.el: Add :version to several defcustoms.
16959
16960 * imenu.el (imenu--truncate-items, imenu--cleanup)
16961 (imenu--generic-function): Avoid mapcar.
16962 (imenu--replace-spaces): Function removed.
16963 (imenu--completion-buffer): Use subst-char-in-string.
16964 (imenu-add-to-menubar): Use keymap inheritance.
16965
16966 2000-09-12 Miles Bader <miles@gnu.org>
16967
16968 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
16969 (diff-mode-map): Bind `diff-test-hunk'.
16970 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
16971
16972 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16973
16974 * bytecomp.el (byte-compile-defvar): Undo last change
16975 because it breaks '(make-variable-buffer-local (defvar ...)'
16976 which is used at least in dired.
16977
16978 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16979
16980 * international/quail.el (quail-define-package): Docstring
16981 modified.
16982
16983 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16984
16985 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
16986 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
16987 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
16988 docstring of "chinese-py".
16989
16990 * international/quail.el (quail-translation-docstring): New
16991 variable.
16992 (quail-show-keyboard-layout): Docstring modified.
16993 (quail-select-current): Likewise.
16994 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
16995 infinite recursive call.
16996 (quail-help): Check quail-translation-docstring. Format of the
16997 output changed.
16998 (quail-help-insert-keymap-description): Adjusted for the above
16999 change.
17000
17001 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17002
17003 * bytecomp.el (byte-compile-defvar): Only cons onto
17004 current-load-list in top-level forms. Else this leaks a cons cell
17005 every time a defun is called.
17006
17007 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17008
17009 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17010 Now understands non-unified diffs. Some functionality moved into
17011 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17012 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17013 modify anything. Only reposition point in the patched file if the
17014 patch succeeds. Only pop up another window if POPUP is true.
17015 Emit a message describing what happened if successful, and at what
17016 line-offset. Automatically detect reversed hunks and do something
17017 appropriate.
17018 (diff-hunk-text, diff-find-text): New functions.
17019 (diff-filter-lines): Function removed.
17020 (diff-test-hunk): New function.
17021 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17022
17023 2000-09-10 Dave Love <fx@gnu.org>
17024
17025 * textmodes/tildify.el: Minor doc/commentary fixes.
17026 (tildify) <defgroup>: Add :version.
17027
17028 * faces.el (face-x-resources): Make custom type more specific.
17029 (frame-background-mode): Use mapc.
17030 (region) <defcustom>: Add :version.
17031
17032 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17033
17034 * vc-sccs.el (vc-sccs-register):
17035 * vc-rcs.el (vc-rcs-register):
17036 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17037 * vc.el (vc-register): Clear file's properties.
17038
17039 2000-09-08 Gerd Moellmann <gerd@gnu.org>
17040
17041 * faces.el (face-spec-set): Only face-spec-reset-face when
17042 ATTRS is non-nil.
17043
17044 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17045
17046 * help.el (help-insert-xref-button): Fix a typo in doc string.
17047
17048 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17049
17050 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17051 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17052 methods.
17053
17054 * menu-bar.el (read-mail-item-name): New function.
17055 (menu-bar-tools-menu): Use it to compute and display the package
17056 used to read email.
17057 (menu-bar-tools-menu): Fix typo in GUD's help string.
17058
17059 2000-09-07 Dave Love <fx@gnu.org>
17060
17061 * diff-mode.el (diff-mouse-goto-source): New function.
17062
17063 * vc-sccs.el: Doc fixes.
17064 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17065
17066 * vc-rcs.el: Doc fixes.
17067 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17068 (vc-rcs-checkout-switches, vc-rcs-header)
17069 (vc-rcs-master-templates): Add or change :version.
17070
17071 * vc-cvs.el: Doc fixes.
17072 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17073 (vc-cvs-stay-local): Add :version.
17074
17075 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17076
17077 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17078
17079 * international/quail.el (quail-help): Fix previous change.
17080
17081 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17082
17083 * faces.el (color-values): Doc fix.
17084
17085 * faces.el (frame-set-background-mode): Use frame-parameter
17086 instead of frame-parameters.
17087
17088 * frame.el (filtered-frame-list): Reduce consing.
17089 (frames-on-display-list): Call frame-parameter instead of
17090 frame-parameters.
17091
17092 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17093
17094 * language/devan-util.el (devanagari-to-indian-region): In the
17095 loop, change the following char, not preceding char.
17096
17097 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17098
17099 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17100 instead of frame-parameters.
17101
17102 * faces.el (set-face-attribute): Simplify by calling
17103 internal-set-lisp-face-attribute with FRAME being 0.
17104
17105 * vc.el: Remove `Id' version control keyword.
17106
17107 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17108
17109 * help.el (help-make-xrefs): Adjusted for the change of
17110 help-xref-mule-regexp.
17111 (help-insert-xref-button): New function.
17112
17113 * international/mule-cmds.el (help-xref-mule-regexp-template):
17114 Include the pattern for character set.
17115 (leim): New group.
17116
17117 * international/quail.el: Don't require face.
17118 (quail): New group.
17119 (quail-other-command): Dummy command to make quail-help work better.
17120 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17121 (quail-keyboard-layout-substitution): New variable.
17122 (quail-update-keyboard-layout): New function.
17123 (quail-keyboard-layout-type): New customizable variable.
17124 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17125 (quail-keyboard-translate): Pay attention to
17126 quail-keyboard-layout-substitution.
17127 (quail-insert-kbd-layout): New function.
17128 (quail-show-keyboard-layout): New function.
17129 (quail-get-translation): If the definition is a vector of length
17130 1, and the element is a string of length 1, return the character
17131 in that string.
17132 (quail-update-current-translations): Fix the case of
17133 relative-index out of range.
17134 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17135 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17136 Show key sequences for all available characters.
17137 (quail-help-insert-keymap-description): Don't show such verbose
17138 key bindings as quail-self-insert-command.
17139
17140 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17141 Format changed, and each element now have extra documentations.
17142 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17143 Adjusted for the change of quail-cxterm-package-ext-info.
17144
17145 2000-09-06 Gerd Moellmann <gerd@gnu.org>
17146
17147 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17148 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17149 during bootstrap.
17150
17151 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17152
17153 * vc.el: (toplevel): Don't require `dired' at run-time.
17154 (vc-dired-resynch-file): Remove autoload cookie.
17155
17156 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17157
17158 * vc.el: Made several backend functions optional.
17159 (vc-default-responsible-p): New function.
17160 (vc-merge): Use RET for first version to trigger merge-news, not
17161 prefix arg.
17162 (vc-annotate): Handle backends that do not support annotation.
17163 (vc-default-merge-news): Removed. The existence of a merge-news
17164 implementation is now checked on caller sites.
17165
17166 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17167 case.
17168
17169 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17170 special case that has been removed from the default in vc-hooks.el.
17171
17172 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17173
17174 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17175
17176 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17177
17178 * vc-hooks.el: Require vc during compilation.
17179 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17180 macro `with-vc-properties' in vc.el.
17181 (vc-file-getprop): Doc fix.
17182 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17183
17184 * vc.el: Require dired-aux during compilation.
17185 (vc-name-assoc-file): Moved to vc-sccs.el.
17186 (with-vc-properties): New macro.
17187 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17188 vc-finish-steal): Use it.
17189 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17190 to the backend-specific function is now supposed to do the checkout,
17191 too.
17192 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17193
17194 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17195 set file properties; that gets done in the generic code now.
17196
17197 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17198 Changed parameter list, added code from vc.el that does the
17199 checkout, possibly with a double-take.
17200
17201 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17202 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17203 the above under the new name.
17204 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17205 parameter list, added checkout command.
17206 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17207 properties; that gets done in the generic code now.
17208
17209 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17210
17211 * vc.el: Docstring fixes (courtesy of checkdoc).
17212
17213 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17214
17215 * vc.el (vc-checkout-writable-buffer-hook)
17216 (vc-checkout-writable-buffer): Remove.
17217 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17218 (vc-log-mode): Make it into a clean derived major mode.
17219 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17220 vc-log-mode if log-edit is not available.
17221 (vc-dired-mode-map): Don't set-keymap-parent yet.
17222 (vc-dired-mode): Do set-keymap-parent here.
17223 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17224
17225 2000-09-05 Gerd Moellmann <gerd@gnu.org>
17226
17227 * faces.el (set-face-attribute, face-spec-reset-face)
17228 (face-spec-set): Avoid consing by removing calls to `apply'.
17229
17230 * frame.el (frame-parameter): Move to C code.
17231
17232 2000-09-05 Dave Love <fx@gnu.org>
17233
17234 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17235 insert-before-markers-and-inherit. Now checked systematically!
17236
17237 2000-09-05 Alex Schroeder <alex@gnu.org>
17238
17239 * sql.el (sql-postgres): Use sql-postgres-options.
17240 (sql-postgres-options): New variable.
17241
17242 2000-09-05 Alex Schroeder <alex@gnu.org>
17243
17244 * sql.el (sql-mode-menu): Work around missing variable mark-active
17245 in XEmacs.
17246 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17247 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17248 compatibility.
17249
17250 2000-09-04 Gerd Moellmann <gerd@gnu.org>
17251
17252 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17253
17254 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17255
17256 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17257
17258 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17259
17260 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17261 don't support anything else under SCCS yet.
17262
17263 * vc-hooks.el: Minor doc fixes.
17264
17265 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17266
17267 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17268 not necessary. If verbose in state `needs-patch', do the same as
17269 under `up-to-date'. When NOT verbose and `needs-patch', check out
17270 latest version instead of `merge-news'.
17271 (vc-next-action-dired): Don't mess with default-directory here; it
17272 breaks other parts of dired. It is the job of the
17273 backend-specific functions to adjust it temporarily if they need it.
17274 (vc-next-action): Remove a special CVS case.
17275 (vc-clear-headers): New optional arg FILE.
17276 (vc-checkin, vc-checkout): Set properties vc-state and
17277 vc-checkout-time properly.
17278 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17279 (vc-print-log): Use new backend function `show-log-entry'.
17280 (vc-cancel-version): Do the checks in a different order. Added a
17281 FIXME concerning RCS-only code.
17282
17283 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17284 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17285
17286 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17287
17288 * vc-hooks.el (vc-default-mode-line-string): Show state
17289 `needs-patch' as a `-' too.
17290
17291 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17292
17293 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17294 (vc-default-could-register): New function.
17295 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17296 (vc-resynch-buffer): Call vc-dired-resynch-file.
17297 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17298 vc-resynch-buffer instead of vc-resynch-window.
17299 (vc-next-action-dired): Don't redisplay here, that gets done as a
17300 result of the individual file operations.
17301 (vc-retrieve-snapshot): Corrected prompt order.
17302
17303 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17304
17305 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17306 as well.
17307 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17308 hostname regexps. Updated all callers.
17309 (vc-cvs-responsible-p): Handle directories as well.
17310 (vc-cvs-could-register): New function.
17311 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17312 properties up-to-date.
17313
17314 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17315 user whether to create one.
17316
17317 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17318
17319 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17320 check out a non-existing file.
17321
17322 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17323 workfile does not exist.
17324
17325 * vc.el (vc-version-diff): Use `require' to check for existence of
17326 diff-mode.
17327
17328 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17329
17330 * vc-cvs.el (vc-cvs-registered): Use new function
17331 vc-cvs-parse-entry to do the actual work.
17332
17333 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17334
17335 * vc-hooks.el (vc-find-backend-function): If function doesn't
17336 exist, return nil instead of error.
17337 (vc-call-backend): Doc fix.
17338
17339 * vc.el (vc-do-command): Doc fix.
17340 (vc-finish-logentry): When checking in from vc-dired, choose the
17341 right backend for logentry check.
17342 (vc-dired-mode-map): Inherit from dired-mode-map.
17343 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17344 simplified.
17345 (vc-dired-state-info): Removed, updated caller.
17346 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17347 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17348 (vc-dired-listing-switches): New variable.
17349 (vc-directory): Use it, instead of dired-listing-switches.
17350
17351 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17352 (vc-cvs-dir-state): New function.
17353 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17354 (vc-cvs-parse-entry): New function, also to be used in
17355 vc-cvs-registered.
17356
17357 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17358
17359 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17360 *or* single-window-frames.
17361
17362 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17363
17364 * vc.el (vc-update-changelog): Split into generic part and default
17365 implementation. Doc string adapted.
17366 (vc-default-update-changelog): New function. Call the `rcs2log'
17367 script in exec-directory, to fix a long-standing nuisance.
17368
17369 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17370 simply signals an error.
17371
17372 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17373
17374 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17375 control-flow more clear and to avoid running `cvs' twice.
17376
17377 * vc.el (vc-next-action-on-file): Doc fix.
17378 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17379 (vc-print-log): Eval `file' before constructing the continuation.
17380
17381 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17382
17383 * vc.el (vc-next-action-on-file): Corrected several messages.
17384 (vc-merge): Add prefix arg `merge-news'; handle it.
17385
17386 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17387 is not reached. It is.
17388 (vc-cvs-merge): Set state to 'edited after merge.
17389 (vc-cvs-merge-news): Set workfile version to nil if not known.
17390 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17391
17392 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17393 via stdout. (Merge from main line.)
17394
17395 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17396
17397 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17398 detection.
17399
17400 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17401
17402 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17403 against kill-all-local-variables.
17404 (vc-log-edit): Don't save vc-parent-buffer any more.
17405 (vc-last-comment-match): Initialize to an empty string.
17406 (vc-post-command-functions): New hook.
17407 (vc-do-command): Run it.
17408 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17409 (vc-finish-logentry): Only add the comment to the ring if it's
17410 different from the last comment entered.
17411 (vc-new-comment-index): New function.
17412 (vc-previous-comment): Use it. Make the minibuffer message
17413 slightly less terse.
17414 (vc-comment-search-reverse): Make it work forward as well. Don't
17415 set vc-comment-ring-index if no match is found. Use
17416 vc-new-comment-index.
17417 (vc-comment-search-forward): Use vc-comment-search-reverse.
17418 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17419 define-derived-mode will do it for us. Bind `v' to a keymap that
17420 inherits from vc-prefix-map so that we can bind `vt' without
17421 binding C-x v t.
17422 (vc-retrieve-snapshot): Parenthesis typo.
17423
17424 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17425 to 1. Make sure to switch to *vc* before looking for an error
17426 message. Use vc-parse-buffer.
17427
17428 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17429
17430 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17431 and NAME.
17432 (vc-retrieve-snapshot): Split into two parts.
17433 (vc-default-retrieve-snapshot): New function.
17434
17435 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17436 (vc-cvs-retrieve-snapshot): New function (untested).
17437 (vc-cvs-stay-local): Default to t.
17438 (vc-cvs-remote-p): New function and property.
17439 (vc-cvs-state): Stay local only if the above is t.
17440 (vc-handle-cvs): Removed.
17441 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17442 done via vc-handled-backends now.
17443 (vc-cvs-header): Escape Id.
17444
17445 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17446
17447 * vc.el (vc-do-command): Remove unused commands.
17448 (vc-version-diff): Make sure default-directory ends with a slash.
17449 Move the window commands into a vc-exec-after.
17450 (vc-print-log): Move more of the code into the `vc-exec-after'.
17451
17452 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17453
17454 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17455 (vc-print-log): Search current revision from beginning of buffer.
17456 (vc-revert-buffer): Clear echo area after the diff is finished.
17457 (vc-prefix-map): Removed definition of "t" for terse display in vc
17458 dired.
17459 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17460 definition of "vt" for terse display.
17461 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17462
17463 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17464
17465 * vc.el (vc-exec-after): Avoid caddr.
17466
17467 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17468
17469 * vc.el (vc-exec-after): New function.
17470 (vc-do-command): Use it to add a termination message for async
17471 procs.
17472 (vc-checkout): Try to handle a missing-backend situation.
17473 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17474 of a directory with a backend using async diffs.
17475 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17476 present.
17477
17478 * vc-sccs.el (vc-sccs-state-heuristic): Use
17479 file-ownership-preserved-p.
17480
17481 * vc-rcs.el (vc-rcs-state-heuristic): Use
17482 file-ownership-preserved-p.
17483 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17484
17485 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17486
17487 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17488 vc-do-command.
17489
17490 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17491 when there are no changes.
17492
17493 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17494
17495 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17496
17497 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17498
17499 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17500
17501 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17502
17503 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17504 the `fset' outside of the defvar so that it works even if
17505 vc-prefix-map was already defined.
17506 (vc-setup-buffer): New function, split out of vc-do-command.
17507 (vc-do-command): Allow BUFFER to be t to mean `just use the
17508 current buffer without any fuss'.
17509 (vc-version-diff): Change the `diff' backend operation to just put
17510 the diff in the current buffer without erasing it. Always use
17511 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17512 shrink-window-if-larger-than-buffer.
17513 (vc-print-log): Change the `print-log' backend operation to just
17514 put the log in the current buffer without erasing it. Protect
17515 shrink-window-if-larger-than-buffer.
17516 (vc-update-change-log): Fix setd typo.
17517
17518 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17519 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17520
17521 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17522 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17523 CMP.
17524
17525 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17526 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17527 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17528
17529 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17530
17531 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17532 not possible, use vc-BACKEND-workfile-unchanged-p.
17533 (vc-default-workfile-unchanged-p): New function. Delegates to a
17534 full vc-BACKEND-diff.
17535
17536 * vc-hooks.el (vc-simple-command): Removed.
17537
17538 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17539 instead of vc-simple-command.
17540 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17541 avoid doing a diff when opening a file.
17542 (vc-rcs-state): Added check for unlocked-changes.
17543 (vc-rcs-header): Escape Id.
17544 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17545 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17546 version.
17547
17548 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17549 (vc-sccs-diff): Remove optional arg CMP.
17550 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17551 SCCS-specific function.
17552
17553 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17554 vc-simple-command.
17555
17556 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17557
17558 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17559 (with-vc-file, vc-merge): Use vc-editable-p.
17560 (vc-do-command): Remove unused var vc-file and fix the
17561 doubly-defined `status' var. Add a user message when starting an
17562 async command.
17563 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17564 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17565 Use with-current-buffer.
17566 (vc-buffer-sync): Use unless.
17567 (vc-next-action-on-file): If the file is 'edited by read-only,
17568 make it read-write instead of trying to commit.
17569 (vc-version-diff, vc-update-change-log): Use `setq
17570 default-directory' rather than `cd'.
17571 (vc-log-edit): Don't forget to set default-directory in the
17572 buffer.
17573
17574 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17575 (vc-sccs-state-heuristic): Use file-writable-p instead of
17576 comparing userids.
17577 (vc-sccs-checkout): Use `unless'.
17578
17579 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17580 of comparing userids.
17581 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17582 Simplify the logic by eliminating unreachable code.
17583 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17584 just do a recursive call if we need to retry.
17585 (vc-rcs-checkout): Handle the case where rcs is missing by making
17586 the buffer read-write if requested and re-signalling the error.
17587
17588 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17589
17590 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17591
17592 * vc-hooks.el (vc-handled-backends): Docstring change.
17593 (vc-ignore-vc-files): Mark obsolete.
17594 (vc-registered): Check vc-ignore-vc-files.
17595 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17596 vc-ignore-vc-files.
17597
17598 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17599
17600 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17601
17602 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17603 files since ange-ftp already has vc-registered return nil.
17604
17605 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17606 (vc-sccs-workfile-version): Use with-temp-buffer and new
17607 vc-parse-buffer and don't bother setting the property.
17608 (vc-sccs-add-triple): Use with-current-buffer and
17609 find-file-noselect.
17610 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17611
17612 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17613 derives from the old vc-parse-buffer but uses the revision number
17614 rather than the date (much easier to compare robustly).
17615 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17616 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17617 locking-user more directly. Check strict locking and set
17618 checkout-model appropriately.
17619 (vc-rcs-parse-locks): Remove.
17620 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17621 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17622 (vc-rcs-system-release): Use with-current-buffer and
17623 vc-parse-buffer.
17624 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17625
17626 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17627 (vc-simple-command): Docstring fix.
17628 (vc-registered): Align the way the file-handler is called with the
17629 way the function itself works.
17630 (vc-file-owner): Remove.
17631
17632 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17633 extraction of fields and call to file-attributes because of a
17634 temporary bug in rcp.el.
17635 (vc-cvs-fetch-status): Use with-current-buffer.
17636
17637 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17638
17639 * vc.el (vc-do-command): Use file-relative-name.
17640 (vc-responsible-backend): Use vc-backend if possible.
17641 (vc-create-snapshot): Improve the `interactive' spec. Add support
17642 for branches and dispatch to backend-specific `create-snapshot'.
17643 (vc-default-create-snapshot): New function, containing the bulk of
17644 the old vc-create-snapshot.
17645 (vc-retrieve-snapshot): Improve the interactive spec.
17646
17647 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17648 (vc-backend-hook-functions): Remove.
17649 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17650 (vc-backend): Reintroduce the test for `file = nil' now that I
17651 know why it was there (and added a comment to better remember).
17652
17653 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17654 code from vc-sccs-hooks.el.
17655 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17656 'vc anymore.
17657 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17658 and file-directory-p instead of file-exists-p.
17659 (vc-sccs-check-headers): Simplify the regexp.
17660
17661 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17662 from vc-rcs-hooks.el. Don't require 'vc anymore.
17663 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17664 file-directory-p instead of file-exists-p.
17665
17666 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17667 from vc-cvs-hooks.el.
17668 (proto vc-cvs-registered): Require 'vc-cvs instead of
17669 'vc-cvs-hooks. Don't require 'vc anymore.
17670 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17671 file-directory-p instead of file-exists-p.
17672 (vc-cvs-create-snapshot): New function, replacing
17673 vc-cvs-assign-name.
17674 (vc-cvs-assign-name): Remove.
17675
17676 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17677
17678 * vc-cvs.el (vc-cvs-header): New var.
17679
17680 * vc-rcs.el (vc-rcs-exists): Remove.
17681 (vc-rcs-header): New var.
17682
17683 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17684 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17685 (vc-sccs-header): New var.
17686
17687 * vc.el (vc-do-command): Get rid of the `last' argument.
17688 (vc-header-alist): Remove, replaced by vc-X-header.
17689 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17690 (vc-dired-hook): Use expand-file-name instead of concat.
17691 (vc-directory): Use file-name-as-directory.
17692 (vc-snapshot-precondition, vc-create-snapshot)
17693 (vc-retrieve-snapshot): Allow the command to operate on any
17694 directory.
17695
17696 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17697 just removing the 'WORKFILE argument or by removing the 'MASTER
17698 argument and replacing `file' with (vc-name file).
17699
17700 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17701
17702 * vc.el: Update Copyright and add a crude list of backend funs.
17703 (vc-writable-p): New function.
17704 (with-vc-file): Use vc-writable-p.
17705 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17706 (vc-register): Avoid vc-name.
17707 (vc-locking-user): Remove.
17708 (vc-steal-lock): Make the `owner' arg non-optional.
17709 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17710 vc-checkout-model.
17711 (vc-default-dired-state-info): Use vc-state instead of
17712 vc-locking-user and return special strings for special states.
17713 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17714 and get rid of one of the special CVS cases.
17715 (vc-cancel-version): prettify error message with \\[...].
17716 (vc-rename-master): New function.
17717 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17718 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17719 the CVS special case generic.
17720 (vc-default-record-rename): Remove.
17721 (vc-file-tree-walk-internal): Only call FUNC for files that are
17722 under control of some VC backend and replace `concat' with
17723 expand-file-name.
17724 (vc-file-tree-walk): Update docstring.
17725 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17726 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17727
17728 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17729 vc-sccs-record-rename. Use `find-file-noselect' rather than
17730 `find-file' and call `vc-rename-master' to do the actual move.
17731 (vc-sccs-diff): Remove unused `backend' variable.
17732
17733 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17734 to delay loading of vc-sccs until it is really used.
17735 (vc-sccs-master-templates): Preload.
17736 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17737 (vc-sccs-project-dir): Remove (merged into
17738 vc-sccs-search-project-dir).
17739 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17740 rather than `concat', make sure it is preloaded and don't bother
17741 to check that the file actually exists.
17742 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17743 `locks' argument (use buffer's content instead) and eliminate n^2
17744 behavior.
17745
17746 * vc-rcs.el: Update Copyright.
17747 (vc-rcs-rename-file): New function.
17748 (vc-rcs-diff): Remove unused `backend' variable.
17749
17750 * vc-hooks.el: Update Copyright.
17751 (vc-backend): Don't accept a nil argument any more.
17752 (vc-up-to-date-p): Turn into a defsubst.
17753 (vc-possible-master): New function.
17754 (vc-check-master-templates): Use `vc-possible-master' and allow
17755 funs in vc-X-master-templates to return a non-existent file.
17756
17757 * vc-cvs.el: Update Copyright.
17758 (vc-cvs-diff): Remove unused `backend' variable.
17759 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17760
17761 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17762
17763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17764
17765 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17766 since it can be called from vc-rcs.el.
17767 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17768
17769 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17770
17771 * vc.el (vc-version-diff): Expand file name read from the
17772 minibuffer. Handle the case when a previous version number can't
17773 be guessed. Give suitable messages when there were no differences
17774 found.
17775 (vc-clear-headers): Call backend-specific implementation, if one
17776 exists.
17777 (vc-cancel-version): Made error checks generic. When done, clear
17778 headers generically, too.
17779
17780 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17781 from vc-clear-headers in vc.el.
17782
17783 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17784 correctly.
17785 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17786 optional. Handle the case when it's not there.
17787
17788 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17789
17790 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17791
17792 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17793
17794 * vc-hooks.el (vc-loadup): Remove.
17795 (vc-find-backend-function): Use `require'. Also, handle the case
17796 where vc-BACKEND-hooks.el doesn't exist.
17797 (vc-call-backend): Cleanup.
17798
17799 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17800
17801 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17802 vc-rcs-grab-templates)
17803 (vc-rcs-registered): Remove. The default function works as well.
17804 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17805 vc-sccs-grab-templates)
17806 (vc-sccs-registered): Remove. The default function works as well.
17807
17808 * vc.el (vc-version-diff): Left out a vc- in call to
17809 vc-call-backend.
17810 (vc-default-dired-state-info, vc-default-record-rename)
17811 (vc-default-merge-news): Update for the new backend argument.
17812
17813 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17814 using the default function.
17815 (vc-call-backend): If calling the default function, pass it the
17816 backend as first argument. Update the docstring accordingly.
17817 (vc-default-state-heuristic, vc-default-mode-line-string): Update
17818 for the new backend argument.
17819 (vc-make-backend-sym): Renamed from vc-make-backend-function.
17820 (vc-find-backend-function): Use the new name.
17821 (vc-default-registered): New function.
17822
17823 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17824
17825 * vc.el (vc-merge): Use vc-find-backend-function.
17826
17827 * vc-hooks.el (vc-backend-functions): Remove.
17828 (vc-loadup): Don't setup 'vc-functions.
17829 (vc-find-backend-function): New function.
17830 (vc-call-backend): Use above fun and populate 'vc-functions
17831 lazily.
17832 (vc-backend-defines): Remove.
17833
17834 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17835
17836 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17837 Call vc-call-backend without the leading vc-.
17838 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17839 (vc-check-headers): Call vc-call-backend without the leading vc-.
17840 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17841 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17842 Call vc-call-backend without the leading vc-.
17843
17844 * vc-cvs.el (tail): Provide vc-cvs.
17845 * vc-sccs.el (tail): Provide vc-sccs.
17846 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17847
17848 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17849 (vc-make-backend-function, vc-call): Pass names without leading
17850 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17851 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17852 (vc-call-backend): Always try to load vc-X-hooks.
17853 (vc-registered): Remove vc- in call to vc-call-backend.
17854
17855 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17856
17857 * vc.el (vc-process-filter): New function.
17858 (vc-do-command): Setup `vc-process-filter' for the async process.
17859 (vc-maybe-resolve-conflicts): New function to reduce
17860 code-duplication. Additionally, it puts the buffer in
17861 `smerge-mode' if applicable.
17862 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17863 calling `merge-news'.
17864 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17865 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17866 interfacing to log-edit.el.
17867 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17868 log-edit is available.
17869 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17870
17871 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17872
17873 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17874 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17875 defvar and the initialization.
17876 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17877
17878 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17879 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17880
17881 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17882
17883 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17884
17885 * vc.el (vc-file-clear-masterprops): Removed.
17886 (vc-checkin, vc-revert-buffer): Removed calls to the above.
17887 (vc-version-diff): Use buffer-size without argument.
17888 (vc-register): Heed vc-initial-comment.
17889
17890 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17891 default branch.
17892
17893 * vc-rcs.el (vc-rcs-register): Parse command output to find master
17894 file name and workfile version.
17895 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17896
17897 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17898 vc-file-clear-masterprops.
17899
17900 * vc-sccs.el (vc-sccs-checkout): Removed call to
17901 vc-file-clear-masterprops. If writable, set vc-state to 'edited
17902 rather than user login name.
17903
17904
17905 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17906
17907 * vc.el (vc-workfile-unchanged-p): Remove unused argument
17908 `want-differences-if-changed' and simplify.
17909 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17910 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17911 output (which is invalid for async vc-diff) to decide whether to
17912 do the revert silently or not.
17913
17914 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17915
17916 * vc-hooks.el (vc-loadup): Load files quietly.
17917 (vc-call-backend): Oops, brain fart.
17918
17919 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17920
17921 * vc-cvs.el (vc-cvs-state): Typo.
17922 (vc-cvs-merge-news): Return the status code rather than the error msg.
17923
17924 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17925
17926 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17927 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17928 vc-state or vc-up-to-date-p.
17929 (vc-merge): Use vc-backend-defines to check whether merging is
17930 possible. Set state to 'edited after successful merge.
17931
17932 * vc-hooks.el (vc-locking-user): If locked by the calling user,
17933 return that name. Redocumented.
17934
17935 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17936
17937 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17938 new `vc-state' semantics.
17939 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17940 'vc-locking-user to the current user.
17941 (vc-merge): Inline vc-backend-merge. Comment out code that I
17942 don't understand and hence can't adapt to the new `vc-state' and
17943 `vc-locking-user' semantics.
17944 (vc-backend-merge): Remove.
17945
17946 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
17947 rather than 'vc-locking-user.
17948
17949 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
17950
17951 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
17952 (vc-state): Don't use 'reserved any more. Just use the same
17953 convention as the one used for vc-<backend>-state where the
17954 locking user (as a string) is returned.
17955 (vc-locking-user): Update, based on the above convention. The
17956 'vc-locking-user property has disappeared.
17957 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
17958
17959 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
17960 with a heuristic one.
17961 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
17962 (vc-cvs-checkin): Do a trivial parse to set the state in case of
17963 error. That allows us to get to 'needs-merge even in the
17964 stay-local case. There's still no way to detect 'needs-patch in
17965 such a setup (or to force an update for that matter).
17966 (vc-cvs-logentry-check): Remove, the default works as well.
17967
17968 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17969
17970 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
17971
17972 * vc.el (vc-do-command): kill-all-local-variables, to reset any
17973 major-mode in which the buffer might have been put earlier. Use
17974 `remove' and `when'. Allow `okstatus' to be `async' and use
17975 `start-process' in this case.
17976 (vc-version-diff): Handle the case where the diff looks empty
17977 because of the use of an async process.
17978
17979 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17980
17981 * vc.el (vc-next-action-on-file): Removed optional parameter
17982 `simple'. Recompute state unconditionally.
17983 (vc-default-toggle-read-only): Removed.
17984
17985 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
17986 (vc-toggle-read-only): Undid prev change.
17987
17988 * vc-cvs.el (vc-cvs-stay-local): Renamed from
17989 vc-cvs-simple-toggle. Redocumented.
17990 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
17991 (vc-cvs-toggle-read-only): Removed.
17992
17993 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17994
17995 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
17996 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
17997 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
17998 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
17999 still is. So maybe it should be removed.
18000 (vc-head-version, vc-find-binary): Remove.
18001 (vc-recompute-state): Move from vc-hooks.el.
18002 (vc-next-action-on-file): Add a `simple' argument to allow
18003 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18004 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18005 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18006 (vc-dired-mode-map): Properly defvar it.
18007 (vc-print-log): Call log-view-mode if available.
18008 (small-temporary-file-directory): defvar instead of use boundp.
18009 (vc-merge-news): Moved to vc-cvs.el.
18010 (vc-default-merge-news): New function.
18011
18012 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18013 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18014 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18015 unknown `vc-latest-version' function. It should probably refer to
18016 vc-workfile-version or somesuch, but it's very unclear to me and I
18017 don't have SCCS to test things.
18018
18019 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18020 (vc-sccs-state-heuristic): Fix typo.
18021 (vc-sccs-workfile-unchanged-p): Add missing argument.
18022
18023 * vc-rcs.el: Require vc and vc-rcs-hooks.
18024 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18025 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18026 (vc-release-greater-or-equal-p): Move from vc.
18027 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18028 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18029 (vc-rcs-checkout): Add a missing `new-version' argument in the
18030 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18031
18032 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18033 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18034 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18035 than the apparently unbound `workfile-version'.
18036
18037 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18038 (vc-file-prop-obarray): Use `make-vector'.
18039 (vc-backend-functions): Add new hookable functions
18040 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18041 (vc-loadup): If neither backend nor default functions exist, use
18042 the backend function rather than nil.
18043 (vc-call-backend): If the function if not bound yet, try to load
18044 the non-hook file to see if it provides it.
18045 (vc-call): New macro plus use it wherever possible.
18046 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18047 nor `vc-find-binary' since it's only called from
18048 vc-mistrust-permission which is only used once the backend is known.
18049 (vc-checkout-model): Fix parenthesis.
18050 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18051
18052 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18053 (vc-cvs-release, vc-cvs-system-release): Remove.
18054 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18055 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18056 status symbols.
18057 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18058 (vc-cvs-toggle-read-only): First cut at a function to allow a
18059 cvs-status-free vc-toggle-read-only.
18060 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18061 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18062 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18063 (vc-cvs-checkout): Modify access rights directly if the user
18064 requested not to use `cvs edit'. And refresh the mode line.
18065
18066 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18067 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18068
18069 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18070
18071 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18072 workfile' that got lost when the code was extracted from vc.el.
18073 And merged the tail with the rest of the code (not possible in the
18074 old vc.el where the tail was shared among all backends). And
18075 explicitly set the state to 'edited if `writable' is set.
18076
18077 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18078 (vc-cvs-state): Be careful to return the value from
18079 vc-cvs-parse-state.
18080 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18081 property but return it instead. Also be careful to handle a nil
18082 or "" `rev' when workfile is non-nil (it was handled properly when
18083 workfile was nil).
18084
18085 * vc.el: Removed those pesky unnecessary `(function' quotes.
18086 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18087 directly in the defvar.
18088 (vc-do-command): Bind inhibit-read-only so as to properly handle
18089 the case where the destination buffer has been made read-only.
18090 (vc-diff): Delegate to vc-version-diff in all cases.
18091 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18092 (vc-annotate-mode-variables): Removed (code moved partly to
18093 defvars and partly to vc-annotate-add-menu).
18094 (vc-annotate-mode): Turned into a derived-mode.
18095 (vc-annotate-add-menu): Moved in code in
18096 vc-annotate-mode-variables.
18097 (vc-update-change-log): Use make-temp-file if available.
18098
18099 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18100
18101 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18102 `vc-checkout-model' updated to `vc-cvs-update-model'.
18103
18104 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18105
18106 * vc.el (vc-next-action-on-file): Added handling of state
18107 `unlocked-changes'.
18108 (vc-checkout-carefully): Is now practically obsolete, unless the
18109 above is too slow to be enabled unconditionally.
18110 (vc-update-change-log): Fixed typo.
18111
18112 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18113
18114 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18115 Now handles state `unlocked-changes'.
18116 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18117
18118 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18119
18120 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18121 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18122 `unlocked-changes'.
18123 (vc-rcs-workfile-unchanged-p): Renamed from
18124 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18125 function yet, but supposed to become one soon.
18126
18127 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18128 `vc-steal-lock'.
18129 (vc-call-backend): Changed error message.
18130 (vc-state): Added description of state `unlocked-changes'.
18131
18132 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18133
18134 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18135 always return t in CVS-controlled directories.
18136
18137 * vc.el (vc-responsible-backend): New function.
18138 (vc-register): Largely rewritten.
18139 (vc-admin): Removed (implementation moved into vc-register).
18140 (vc-checkin): Redocumented.
18141 (vc-finish-logentry): If no backend defined yet (because we are in
18142 the process of registering), use the responsible backend.
18143
18144 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18145 Updated function lists.
18146 (vc-call-backend): Fixed typo.
18147
18148 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18149 New functions.
18150 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18151 Removed query option. Redocumented.
18152
18153 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18154
18155 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18156
18157 * vc.el: Updated callers of `vc-checkout-required' to use
18158 `vc-checkout-model'.
18159
18160 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18161
18162 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18163 stuff updated to reference this function instead of the old
18164 `vc-backend-release-p'.
18165
18166 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18167
18168 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18169 vc-checkout-model. Return appropriate values. Updated callers.
18170
18171 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18172
18173 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18174 (vc-backend-revert): Function moved into `vc-revert';
18175 `vc-next-action' must be updated to accomodate this change.
18176 (vc-backend-steal): Function moved into `vc-finish-steal'.
18177 (vc-backend-logentry-check): Function moved into
18178 `vc-finish-logentry'.
18179 (vc-backend-printlog): Function moved into `vc-print-log'.
18180 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18181 (vc-backend-assign-name): Function moved into
18182 `vc-create-snapshot'.
18183
18184 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18185
18186 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18187 Rename to vc-checkout-model. Return appropriate values.
18188 Update callers.
18189
18190 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18191 to vc-checkout-model.
18192 (vc-checkout-required): Rename to vc-checkout-model.
18193 Re-implement and re-comment.
18194 (vc-after-save): Use vc-checkout-model.
18195
18196 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18197
18198 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18199 Update to use the vc-BACKEND-diff functions instead.
18200 `vc-diff' is now working.
18201
18202 * vc-rcs.el (vc-rcs-logentry-check): New function.
18203
18204 * vc-cvs.el (vc-cvs-logentry-check): New function.
18205
18206 * vc-sccs.el (vc-sccs-diff): Function changed name from
18207 `vc-backend-diff'. This makes `vc-diff' work.
18208
18209 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18210 of functions possibly implemented in a vc-BACKEND library.
18211 (vc-checkout-required): Fix bug that caused an error to be
18212 signaled during `vc-after-save'.
18213
18214 * vc.el: Fix typo.
18215 This checkin is made with our new VC code base for the very first time.
18216 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18217
18218 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18219 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18220
18221 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18222 updated to `vc-uses-locking'.
18223 (vc-checkout-required): Call to backend function.
18224 `vc-checkout-required' updated to `vc-uses-locking' instead.
18225
18226 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18227 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18228
18229 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18230 to match the split into various backends.
18231 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18232 (vc-retrieve-snapshot): Bug fix.
18233
18234 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18235
18236 * vc-sccs.el (vc-sccs-release): Doc fix.
18237
18238 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18239
18240 * vc.el (vc-next-action-on-file): Bug found and fixed.
18241 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18242 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18243
18244 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18245 (vc-rcs-checkout): Name space cleaned up. No more revision number
18246 crunching function names that are not prefixed with vc-rcs.
18247 (vc-rcs-checkout-model): Function added. References to
18248 `vc-checkout-model' replaced.
18249
18250 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18251
18252 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18253 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18254 still need to be split, and implemented for RCS).
18255
18256 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18257
18258 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18259
18260 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18261 required by the vc.el file.
18262
18263 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18264 required by the vc.el file.
18265 (vc-rcs-exists): Function added.
18266
18267 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18268 required by the vc.el file.
18269
18270 * vc.el (vc-admin): Updated to handle selection of appropriate
18271 backend. Current implementation is crufty and need re-thinking.
18272
18273 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18274
18275 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18276
18277 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18278 beginning of annotate buffers correctly.
18279
18280 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18281 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18282 functionality updated quite a lot to support multiple backends.
18283 Variables `vc-annotate-mode', `vc-annotate-buffers',
18284 `vc-annotate-backend' added.
18285
18286 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18287 `vc-annotate-difference' added to supported backend functions.
18288
18289 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18290
18291 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18292 Use with-temp-file instead of /bin/sh. Merged from mainline
18293
18294 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18295
18296 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18297
18298 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18299
18300 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18301
18302 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18303
18304 * vc-hooks.el: vc-state-heuristic added to
18305 vc-backend-hook-functions.
18306
18307 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18308
18309 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18310
18311 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18312 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18313 state to `reserved'.
18314
18315 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18316 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18317
18318 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18319
18320 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18321 untouched.
18322
18323 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18324
18325 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18326 if defined. (Merged from main line, slightly adapted.)
18327
18328 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18329 millenium problem (merged from mainline).
18330
18331 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18332
18333 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18334 part and moved the non-BACKEND stuff to vc.el.
18335
18336 * vc.el: Split the annotate feature into a BACKEND specific part
18337 and moved it from the vc-cvs.el file to this one.
18338
18339 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18340
18341 * vc-hooks.el: Implement new state model.
18342 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18343 (vc-locking-user): Simplify. Now only needed if the file is
18344 locked by somebody else.
18345 (vc-lock-from-permissions): Remove. Functionality is in
18346 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18347 (vc-mode-line-string): New name for former vc-status. Adapted.
18348 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18349
18350 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18351 Various simplifications and adaptations all over the place.
18352
18353 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18354 Simplify and adapt the rest.
18355
18356 * vc.el (vc-resynch-window): Add TODO comment: check for
18357 interaction with view mode according to recent RCS change.
18358 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18359
18360 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18361
18362 * vc.el: Convert the remaining function comments to docstrings.
18363
18364 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18365
18366 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18367 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18368 (vc-minor-part, vc-previous-version): Functions that operate and
18369 compare revision numbers got proper documentation. Comments added
18370 about their possible removal.
18371
18372 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18373
18374 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18375 the vc-backend.el files.
18376
18377 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18378
18379 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18380 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18381 (vc-rcs-previous-version): Functions added.
18382
18383 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18384
18385 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18386
18387 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18388
18389 * vc-hooks.el (vc-master-templates): Is really obsolete.
18390 Comment out the definition for now. What is the right procedure
18391 to get rid of it?
18392 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18393 rewritten.
18394 (vc-default-registered): Remove.
18395 (vc-check-master-templates): New function; does mostly what the
18396 above did before.
18397 (vc-locking-user): Don't rely on the backend to set the property.
18398
18399 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18400 Rewrite documentation.
18401 (vc-rcs-templates-grabbed): New variable.
18402 (vc-rcs-grab-templates): New function.
18403 (vc-rcs-registered): Rewrite to use above mechanism.
18404
18405 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18406 Rewrite documentation.
18407 (vc-sccs-templates-grabbed): New variable.
18408 (vc-sccs-grab-templates): New function.
18409 (vc-sccs-registered): Rewrite to use above mechanism.
18410 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18411 Don't throw the result, simply return it.
18412
18413 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18414 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18415 (vc-cvs-registered): Does the check itself now. Simplify.
18416
18417 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18418 from main line.
18419
18420 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18421
18422 * vc-cvs.el (vc-cvs-diff): New function.
18423
18424 * vc-sccs.el (vc-sccs-diff): New function.
18425
18426 * vc-rcs.el (vc-rcs-diff): New function.
18427 (vc-rcs-checkout): Bug (typo) found and fixed.
18428 (vc-rcs-register-switches): New variable.
18429
18430 * vc.el (vc-backend-diff): Function removed and placed in the
18431 backend files.
18432
18433 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18434
18435 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18436
18437 * vc.el (vc-backend-checkout): Function removed and replaced in
18438 the vc-backend.el files.
18439
18440 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18441
18442 * vc.el (vc-backend-admin): Removed and replaced in the
18443 vc-backend.el files.
18444
18445 * vc.el (Martin): Removed all the annotate functionality since it
18446 is CVS backend specific.
18447
18448 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18449
18450 * spec.txt: Added specification of vc-state.
18451
18452 * vc-sccs-hooks.el (vc-sccs-master-properties):
18453 Remove handling of vc-latest-version and
18454 vc-your-latest-version. What used to be vc-latest-version, is now
18455 returned as vc-workfile-version.
18456 (vc-sccs-workfile-version): Adapt.
18457
18458 2000-09-04 Dave Love <fx@gnu.org>
18459
18460 * vc.el: [Merged from mainline.]
18461 (vc-dired-mode): Make the dired-move-to-filename-regexp
18462 regexp match the date, to avoid treating date as file size.
18463 Add YYYY S option to WESTERN/
18464
18465 2000-09-04 Dave Love <fx@gnu.org>
18466
18467 * vc.el: Require `compile' when compiling.
18468 (vc-logentry-check-hook): New option.
18469 (vc-steal-lock): Use compose-mail.
18470 (vc-dired-mode-map): Defvar when compiling.
18471 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18472 vc-sccs.el and renamed. Callers changed.
18473 (vc-backend-checkout, vc-backend-logentry-check)
18474 (vc-backend-merge-news): Doc fix.
18475 (vc-default-logentry-check): New function.
18476 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18477 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18478 (vc-backend-merge): Doc fix. Use backend functions.
18479 (vc-check-headers): Use backend functions.
18480
18481 * vc-cvs.el: Require vc when compiling.
18482 (vc-cvs-register-switches): Doc fix.
18483 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18484 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18485 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18486 New functions (code from vc.el).
18487 (vc-annotate-display-default): Fix interactive spec.
18488 (vc-annotate-time-span): Doc fix.
18489
18490 * vc-rcs.el: Require vc when compiling.
18491 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18492 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18493 (vc-rcs-checkin): New functions (code from vc.el).
18494 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18495 Doc fix.
18496 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18497
18498 * vc-sccs.el: Require vc when compiling.
18499 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18500 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18501 (vc-sccs-revert)
18502 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18503 from vc.el).
18504 (vc-sccs-add-triple, vc-sccs-record-rename)
18505 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18506 (vc-sccs-admin): Doc fix.
18507
18508 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18509
18510 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18511 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18512 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18513 from vc.el.
18514
18515 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18516
18517 * vc-cvs.el: Moved the annotate functionality from vc.el.
18518 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18519
18520 2000-09-04 Dave Love <fx@gnu.org>
18521
18522 * vc.el (vc-backend-release): Call vc-system-release.
18523
18524 * vc-sccs.el (vc-sccs-system-release):
18525 Renamed from vc-sccs-backend-release.
18526
18527 * vc-rcs.el (vc-rcs-system-release):
18528 Renamed from vc-rcs-backend-release.
18529
18530 * vc-cvs.el (vc-cvs-system-release):
18531 Renamed from vc-cvs-backend-release.
18532
18533 2000-09-04 Dave Love <fx@gnu.org>
18534
18535 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18536 backend files.
18537 (vc-backend-release): Dispatch to backend functions.
18538 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18539 probably needs attention.]
18540
18541 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18542 (vc-sccs-backend-release): New function.
18543
18544 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18545 (vc-cvs-backend-release): New function.
18546
18547 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18548 Doc fix.
18549 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18550 (vc-default-dired-state-info): New function.
18551 (vc-dired-state-info): Dispatch to backends.
18552 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18553
18554 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18555 from vc.el and renamed.
18556
18557 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18558
18559 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18560 (vc-version-other-window, vc-backend-assign-name): Removed
18561 references to vc-latest-version; sometimes changed into
18562 vc-workfile-version.
18563
18564 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18565 vc-rcs-master-workfile-version.
18566 (vc-rcs-workfile-version): Use the above. Don't call
18567 vc-latest-version (that was unreachable code, anyway).
18568 (vc-rcs-fetch-master-properties): Doc fix.
18569
18570 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18571 (vc-backend-hook-functions): Removed them from this list, too.
18572 (vc-fetch-properties): Removed.
18573 (vc-workfile-version): Doc fix.
18574
18575 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18576 (vc-rcs-workfile-version, vc-rcs-locking-user)
18577 (vc-rcs-uses-locking): Use it.
18578
18579 * vc-hooks.el (vc-consult-rcs-headers):
18580 Moved into vc-rcs-hooks.el, under the name
18581 vc-rcs-consult-headers.
18582
18583 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18584 headers.
18585 (vc-cvs-find-master): Use this name only; correct different
18586 versions of the name.
18587
18588 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18589 New functions.
18590 (vc-sccs-locking-user): Use the latter.
18591
18592 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18593 New functions.
18594
18595 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18596 Moved into both
18597 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18598 functions are implementation details of those two backends.
18599
18600 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18601
18602 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18603 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18604
18605 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18606 (vc-sccs-parse-locks): SCCS-specific code moved here from
18607 vc-hooks.
18608
18609 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18610 code moved here from vc-hooks.
18611
18612 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18613 into back-end specific parts and removed. Callers not updated
18614 yet; because I guess these callers will disappear into back-end
18615 specific files anyway.
18616
18617 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18618
18619 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18620 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18621 `vc-uses-locking'.
18622
18623 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18624 Store yes/no in the property, and return t/nil. Updated all
18625 callers.
18626
18627 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18628 vc-sccs-uses-locking. Don't set property.
18629 (vc-sccs-locking-user): Don't set property.
18630
18631 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18632 vc-cvs-uses-locking. Don't set property here; leave that to
18633 vc-hooks.
18634 (vc-cvs-locking-user): Reflect above change. Streamlined.
18635
18636 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18637 vc-rcs-uses-locking.
18638 (vc-rcs-locking-user): Reflect above change.
18639
18640 2000-09-04 Dave Love <fx@gnu.org>
18641
18642 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18643
18644 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18645
18646 * vc-hooks.el (vc-checkout-model): Punt to backends.
18647
18648 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18649
18650 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18651
18652 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18653 New functions.
18654
18655 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18656 New functions.
18657
18658 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18659 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18660
18661 * vc-hooks.el (vc-default-locking-user): New function.
18662 (vc-locking-user, vc-workfile-version): Punt to backends.
18663
18664 2000-09-04 Dave Love <fx@gnu.org>
18665
18666 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18667 (vc-master-workfile-version): Moved from vc-hooks.
18668
18669 * vc-rcs-hooks.el: Fix duplicate code in last change.
18670
18671 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18672 (vc-rcs-master-templates): Improve :type.
18673 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18674 vc-master-workfile-version): Moved from vc-hooks.
18675
18676 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18677 (vc-sccs-master-templates): Improve :type.
18678 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18679
18680 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18681
18682 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18683 (vc-cvs-master-templates): Improve :type. Use
18684 vc-cvs-find-cvs-master.
18685 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18686 from vc-hooks.
18687 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18688
18689 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18690 Moved to vc-cvs-hooks.
18691
18692 * vc-hooks.el: Add doc strings in various places. Simplify the
18693 minor mode setup.
18694 (vc-handled-backends): New user variable.
18695 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18696 simplification.
18697
18698 2000-09-04 Dave Love <fx@gnu.org>
18699
18700 * vc.el: Some doc fixes for autoloaded and interactive functions.
18701 Fix compilation warnings from ediff stuff.
18702 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18703
18704 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18705
18706 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18707
18708 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18709
18710 2000-09-04 Dave Love <fx@gnu.org>
18711
18712 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18713 New variable.
18714 (vc-make-backend-function, vc-loadup, vc-call-backend)
18715 (vc-backend-defines): New functions.
18716
18717 * vc-hooks.el: Various doc fixes.
18718 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18719 (vc-match-substring): Function removed. Callers changed to use
18720 match-string.
18721 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18722 Simplify.
18723
18724 2000-09-04 Dave Love <fx@gnu.org>
18725
18726 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18727 type.
18728 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18729 (vc-sccs-registered): Doc fix.
18730
18731 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18732 (vc-cvs-registered): Doc fix.
18733
18734 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18735 (vc-rcs-registered): Doc fix.
18736
18737 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18738
18739 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18740
18741 * vc-hooks.el: vc-registered has been renamed
18742 vc-default-registered. Some functions have been moved to the
18743 backend specific files. they all support the
18744 vc-BACKEND-registered functions.
18745
18746 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18747
18748 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18749
18750 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18751
18752 2000-09-04 Dave Love <fx@gnu.org>
18753
18754 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18755 menu-bar-update-hook.
18756
18757 * help.el (help-manyarg-func-alist): Add
18758 find-operation-coding-system.
18759
18760 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18761
18762 * custom.el (custom-set-variables): Print message about errors in
18763 setting.
18764
18765 2000-09-03 Andrew Innes <andrewi@gnu.org>
18766
18767 * makefile.w32-in: Change to DOS line endings.
18768
18769 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18770
18771 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18772 minor-mode keymaps, if they don't have one.
18773
18774 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18775
18776 * eshell/esh-module.el (eval-when-compile): Don't lose if
18777 esh-module.el's file name is truncated to DOS 8+3 limits.
18778
18779 2000-09-01 John Wiegley <johnw@gnu.org>
18780
18781 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18782 predicate, which caused entries in the completion list to be
18783 doubled.
18784
18785 2000-08-30 John Wiegley <johnw@gnu.org>
18786
18787 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18788 sending to subprocesses. Also, hook pre-command-hook if
18789 `eshell-send-direct-to-subprocesses' is non-nil.
18790 (eshell-send-direct-to-subprocesses): New config variable. If t,
18791 subprocess input is send immediately.
18792 (eshell-toggle-direct-send): New function.
18793 (eshell-self-insert-command): New function.
18794 (eshell-intercept-commands): New function.
18795 (eshell-send-input): If direct subprocess sending is enabled,
18796 don't echo any input to the Eshell buffer. Let the subprocess
18797 handle that. This requires "stty echo" in bash, for example.
18798
18799 2000-08-28 John Wiegley <johnw@gnu.org>
18800
18801 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18802 completion function for Eshell's implementation of `unset'.
18803
18804 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18805
18806 * info.el (Info-directory-list): Doc fix.
18807
18808 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
18809
18810 * filecache.el (file-cache-add-directory-using-find): Don't quote
18811 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18812
18813 2000-08-31 Kenichi Handa <handa@etl.go.jp>
18814
18815 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18816 coding systems.
18817
18818 2000-08-30 Andrew Innes <andrewi@gnu.org>
18819
18820 * timer.el (run-with-idle-timer): Undo last change, so that timer
18821 is not activated immediately if Emacs is already idle. Some
18822 existing code relies on this behaviour.
18823
18824 2000-08-30 Miles Bader <miles@gnu.org>
18825
18826 * frame.el (set-frame-font): Do completion of font-name for
18827 interactive use.
18828
18829 2000-08-30 Kenichi Handa <handa@etl.go.jp>
18830
18831 * international/quail.el (quail-start-translation): Bind locally
18832 last-command-event, last-command, and this-command.
18833 (quail-start-conversion): Likewise.
18834 (quail-self-insert-command): Fix docstring.
18835
18836 2000-08-29 Gerd Moellmann <gerd@gnu.org>
18837
18838 * progmodes/executable.el
18839 (executable-make-buffer-file-executable-if-script-p): Check that
18840 buffer contains at least 2 characters.
18841
18842 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18843
18844 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18845
18846 2000-08-29 Dave Love <fx@gnu.org>
18847
18848 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18849 (diff-mode-shared-map): Bind mouse-2.
18850 (diff-imenu-generic-expression): New variable.
18851 (diff-mode): Use it.
18852
18853 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18854 (mouse-popup-menubar): Add minor mode menus.
18855 (popup-menu): Check for lookup-key returning number.
18856
18857 2000-08-29 Miles Bader <miles@gnu.org>
18858
18859 * comint.el (comint-send-input): Create overlays using the proper
18860 front/read-advance arguments.
18861
18862 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18863
18864 * ps-print.el: Even/odd pages printing. Doc fix.
18865 (ps-print-version): New version number (6.0).
18866 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18867 (ps-background, ps-begin-file, ps-begin-job): Code fix.
18868 (ps-print-duplex-feature): Variable eliminated.
18869 (ps-even-or-odd-pages): New variable.
18870
18871 * progmodes/ebnf2ps.el: Doc fix.
18872 (ebnf-version): New version (3.3).
18873 (ebnf-user-arrow): Change variable customization to sexp.
18874 (ebnf-user-arrow): Function eliminated.
18875 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18876
18877 2000-08-29 Kenichi Handa <handa@etl.go.jp>
18878
18879 * help.el (help-xref-mule-regexp): New variable.
18880 (help-make-xrefs): Handle help-xref-mule-regexp.
18881
18882 * international/mule-cmds.el (help-xref-mule-regexp-template): New
18883 variable.
18884 (describe-input-method): Temporarily activate the specfied input
18885 method to display the information.
18886 (describe-language-environment): Hyperlinks to mule related items.
18887
18888 * international/mule-diag.el (charset-multibyte-form-string): New
18889 function.
18890 (list-character-sets-1): Use charset-multibyte-form-string.
18891 (describe-character-set): New function.
18892 (describe-coding-system): Hyperlinks to safe character sets.
18893
18894 * international/quail.el (quail-help): New arg PACKAGE.
18895 Hyperlinks to mule related items.
18896 (quail-help-insert-keymap-description): Use
18897 substitute-command-keys instead of describe-bindings.
18898 (quail-translation-help): Hyperlinks to mule related items.
18899
18900 2000-08-28 John Wiegley <johnw@gnu.org>
18901
18902 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18903 have a defsubst call itself. Made `eshell-flatten-list' back into
18904 a function again.
18905
18906 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18907 catch, in case re-centering point at bottom messes up the display.
18908 This happens frequently in Emacs 21, due I believe to variable
18909 line heights.
18910
18911 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18912 to call `find-tag-interactive'.
18913
18914 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18915 the list of remember directories.
18916
18917 2000-08-28 John Wiegley <johnw@gnu.org>
18918
18919 * align.el: Test align-region-separate to see if it's a symbol.
18920
18921 2000-08-28 John Wiegley <johnw@gnu.org>
18922
18923 * eshell/esh-util.el (eshell-flatten-list): Made this function
18924 into a defsubst form. It gets used very frequently, although
18925 calls don't occur all that often.
18926
18927 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18928 examining it.
18929
18930 * eshell/esh-cmd.el (eshell-rewrite-while-command):
18931 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18932 `eshell-protect'.
18933 (eshell-copy-handles): Created a new macro for duplicating the
18934 current set of open handles. This is needed by the looping
18935 functions.
18936 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18937 is not incorrectly stomped on.
18938
18939 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18940 declaration for pcomplete-use-paring.
18941 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18942 value of eshell-cmpl-use-paring.
18943 * pcomplete.el (pcomplete-use-paring): New config variable, to
18944 indicate whether paring should be used.
18945 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
18946 completion alternatives that have already been used.
18947
18948 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
18949 bound to C-c C-y, which will repeat the previous N arguments
18950 (based on prefix argument).
18951 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
18952
18953 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
18954 if there is no *Help* buffer. This is for XEmacs, which renames
18955 its help buffers uniquely. TODO: Find out what the current buffer
18956 name to delete is.
18957
18958 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
18959 first entry that correlates to a passwd/group number. Later
18960 entries (used for group/user name aliasing to multiple IDs) are
18961 ignored.
18962
18963 * eshell/em-xtra.el (eshell/expr):
18964 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
18965 (eshell-grep, eshell/diff, eshell/locate):
18966 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
18967 argument list, before passing it to the system command.
18968
18969 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
18970 `find-tag' for use at final position in Eshell buffers (which
18971 otherwise triggers an error on Emacs 21).
18972 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
18973 buffer, if it is currently bound to `find-tag'.
18974
18975 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
18976 in the list of matched Makefile names.
18977 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
18978 directory, prefer its contents to Makefile.
18979
18980 * eshell/em-dirs.el (eshell/cd): cd commands that look up
18981 directory parts (like "cd old new", or "cd =regexp"), are now case
18982 sensitive on non-Windows/DOS platforms.
18983
18984 * eshell/esh-mode.el (eshell-parse-command-input): When a user
18985 types RET after an open delimiter (like "), display a message
18986 indicating that Eshell is waiting for the closing delimiter.
18987
18988 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
18989 environment variables.
18990
18991 * eshell/em-unix.el (eshell/diff): Added logic to fail more
18992 gracefully if the user enters incorrect arguments.
18993
18994 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
18995 Eshell buffers.
18996
18997 * eshell/esh-var.el (eshell-interpolate-variable):
18998 * eshell/esh-mode.el (eshell-move-argument):
18999 * eshell/em-unix.el (eshell-du-sum-directory):
19000 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19001 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19002 (not (= ...)).
19003
19004 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19005 to ensure the `preserve' flag gets propagated when doing recursive
19006 directory copies.
19007
19008 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19009
19010 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19011 Don't convert \n into \0177 in memory.
19012 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19013 and back again, when reading and writing.
19014
19015 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19016
19017 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19018 testing of `fboundp' on `processp'.
19019
19020 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19021 (eshell/jobs): Don't call process-list if it is not bound.
19022 (eshell-gather-process-output): Support systems where async
19023 subprocesses aren't supported.
19024 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19025 variables.
19026
19027 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19028 eshell-do-eval returns t.
19029 (eshell-do-pipelines-synchronously): New defmacro.
19030 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19031 when async subprocesses aren't supported.
19032 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19033 if async subprocesses aren't supported.
19034 (eshell-resume-command): Don't assume STATUS is a string.
19035
19036 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19037
19038 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19039 (eshell-close-target, eshell-get-target): Use eshell-processp.
19040 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19041 fix.
19042 (eshell-get-target, eshell-create-handles): Doc fix.
19043
19044 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19045
19046 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19047 criterion to include commands that output something, as long as it
19048 leaves both the command and the end-of-buffer visible when the
19049 command has exited.
19050 (eshell-review-quick-commands): Adjust the help doc string
19051 accordingly.
19052
19053 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19054
19055 * locate.el (locate): Cleaned up locate command's interactive prompting
19056 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19057
19058 * filecache.el (file-cache-case-fold-search): New variable
19059 (file-cache-assoc-function): New variable
19060 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19061 Use file-cache-case-fold-search variable
19062 (file-cache-add-file): Use file-cache-assoc-function
19063 (file-cache-delete-file): likewise
19064 (file-cache-directory-name): likewise
19065 (file-cache-debug-read-from-minibuffer): likewise
19066
19067 2000-08-28 Gerd Moellmann <gerd@gnu.org>
19068
19069 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19070 (abbrev-table-name): New function.
19071 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19072 If non-nil list local abbrev, only.
19073
19074 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19075
19076 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19077 from Gnus support code, and use special article copy buffer
19078 `(gnus-original-article-buffer)' instead. This allows to get rid
19079 of article-hide-headers usage (which breaks in the latest Gnus
19080 version). Thanks to Detlev Zundel.
19081
19082 2000-08-28 Kenichi Handa <handa@etl.go.jp>
19083
19084 * international/quail.el (quail-use-package): Hide "... loaded"
19085 message.
19086 (quail-start-translation, quail-start-conversion): Likewise.
19087
19088 * international/kkc.el (kkc-region): Hide "... loaded" message.
19089
19090 2000-08-27 Dave Love <fx@gnu.org>
19091
19092 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19093
19094 2000-08-27 Miles Bader <miles@gnu.org>
19095
19096 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19097
19098 2000-08-27 Kenichi Handa <handa@etl.go.jp>
19099
19100 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19101 'ja-dic-cnv), not (require 'skkdic-cnv).
19102
19103 2000-08-26 Miles Bader <miles@gnu.org>
19104
19105 * faces.el (face-x-resources): Add entry for :inherit.
19106 * cus-face.el (custom-face-attributes): Add support for :inherit
19107 attribute. Add support for relative face heights.
19108 (custom-face-attributes-get): Treat `nil' as being a default value
19109 for :inherit (as well as `unspecified').
19110
19111 * faces.el (set-face-attribute): Update doc string.
19112 (face-attribute-name-alist): Add :inherit.
19113 (face-valid-attribute-values): Handle :inherit.
19114 (face-read-string): Rephrase prompt to be less confusing.
19115 Assume that DEFAULT is a string, since we must return a string.
19116 (face-read-integer): Use `format' to turn DEFAULT into an
19117 acceptable default for face-read-string. Match NEW-VALUE against
19118 the string "unspecified", not the symbol `unspecified', since
19119 that's what face-read-string returns.
19120 (read-face-attribute): Lookup a name for old-value in valid, and
19121 use it as a default if we find one. Treat all values from
19122 face-read-string as strings. If the default is used, don't do any
19123 more processing on the value, just use the old value directly.
19124 (read-face-and-attribute, modify-face): Tweak prompt.
19125 (read-face-name): Don't assume prompt ends with a space.
19126
19127 * faces.el (describe-face): Add support for :inherit attribute.
19128
19129 2000-08-25 Kenichi Handa <handa@etl.go.jp>
19130
19131 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19132 concat doesn't accept interger.
19133
19134 * international/kkc.el: Remove SKK from Keywords. Require
19135 ja-dic-utl instead of skkdic-utl.
19136
19137 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19138 Provide ja-dic-cnv instead of skkdic-cnv.
19139 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19140 (iso-2022-7bit-short): Add safe-charsets property.
19141 (skkdic-convert-postfix): Search Japanese chou-on character in
19142 addition to Hiragana character.
19143 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19144 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19145 (batch-skkdic-convert): Likewise.
19146
19147 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19148 Provide ja-dic-utl instead of skkdic-utl.
19149 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19150
19151 2000-08-24 Dave Love <fx@gnu.org>
19152
19153 * disp-table.el (standard-display-default): Make the test of `l'
19154 useful.
19155
19156 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19157 mod sample text.
19158
19159 * international/iso-ascii.el: Make pilcrow convenient string
19160 consistent with section.
19161 (iso-ascii-display): Set up multibyte characters as well as
19162 unibyte.
19163
19164 2000-08-24 Kenichi Handa <handa@etl.go.jp>
19165
19166 * international/mule-cmds.el (reset-language-environment): Set
19167 default-process-coding-system to '(undecided . iso-latin-1), which
19168 makes process I/O almost consistent with file I/O. Call this
19169 function when mule-cmds.el[c] is loaded.
19170
19171 2000-08-22 Andrew Innes <andrewi@gnu.org>
19172
19173 * makefile.w32-in: New file.
19174
19175 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19176
19177 * comint.el (comint-output-filter): Compare end of
19178 comint-last-output-overlay with the start of the newly inserted
19179 text, not the end, when deciding whether to extend it.
19180 Set saved-point's insertion type to advance after insertion.
19181
19182 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19183 since this is now done independently of font-lock mode.
19184
19185 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19186
19187 * server.el (server-kill-new-buffers): New user option.
19188 (server-existing-buffer): New buffer-local variable.
19189 (server-visit-files): When using an existing buffer, set
19190 server-existing-buffer to t.
19191 (server-buffer-done): If server-kill-new-buffers is t, kill the
19192 buffer, unless it was already present before visiting it with
19193 Emacs server.
19194
19195 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19196
19197 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19198 even if the display doesn't support colors: some displays will
19199 support bold/underline faces.
19200
19201 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19202
19203 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19204
19205 * startup.el (command-line): If user's init file had an error,
19206 add explanatory text to *Messages*.
19207
19208 2000-08-21 Kenichi Handa <handa@etl.go.jp>
19209
19210 * man.el (Man-getpage-in-background): Decode the process output by
19211 the system locale coding system.
19212
19213 2000-08-20 Dave Love <fx@gnu.org>
19214
19215 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19216 Don't test x-popup-menu.
19217 (function) <complete-function>: Complete only fbound symbols.
19218 <validate, value>: New.
19219 (variable) <complete-function>: Complete only bound symbols.
19220 (coding-system): Add :base-only, :complete-function, :validate,
19221 :value, :prompt-match.
19222 (widget-coding-system-prompt-value): Use read-coding-system and
19223 act on :base-only.
19224 (editable-field): Add :help-echo.
19225 (widget-push-button-gui, widget-push-button-cache)
19226 (widget-gui-action, widget-editable-list-gui): COmment out, along
19227 with uses.
19228 (widget-at): Make arg optional.
19229 (widget-echo-help): Adjust for current help-echo calling sequence.
19230 (widget-specify-field, widget-specify-button)
19231 (widget-specify-insert, widget-get-sibling, widget-image-find)
19232 (widget-convert, widget-insert, widget-leave-text)
19233 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19234 (widget-setup, widget-field-find, widget-before-change)
19235 (widget-after-change, widget-default-complete)
19236 (widget-default-create, widget-default-delete)
19237 (widget-push-button-value-create, editable-field)
19238 (widget-field-prompt-value, widget-field-validate)
19239 (widget-choice-value-create, widget-choice-action)
19240 (widget-choice-validate, widget-checklist-add-item)
19241 (widget-radio-add-item, widget-radio-chosen)
19242 (widget-radio-value-inline, widget-editable-list-value-create)
19243 (widget-editable-list-entry-create)
19244 (widget-documentation-link-add)
19245 (widget-documentation-string-value-create)
19246 (widget-regexp-validate, widget-file-complete)
19247 (widget-sexp-validate, widget-plist-convert-widget)
19248 (widget-plist-convert-widget, widget-alist-convert-widget)
19249 (widget-alist-convert-widget, widget-color-complete): Simplify,
19250 particularly to avoid bindings which aren't optimized out.
19251
19252 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19253 Doc fix.
19254 (down-list, backward-up-list, up-list, kill-sexp)
19255 (backward-kill-sexp, mark-sexp): Make arg optional.
19256 (lisp-complete-symbol): Add optional arg PREDICATE.
19257
19258 * cus-start.el: Add display-buffer-reuse-frames,
19259 file-coding-system-alist.
19260
19261 2000-08-20 Gerd Moellmann <gerd@gnu.org>
19262
19263 * startup.el (command-line): Clear realized faces after
19264 modifying TTY color mappings.
19265
19266 2000-08-20 Miles Bader <miles@gnu.org>
19267
19268 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19269 merely a subset of FACE's attributes.
19270
19271 2000-08-19 Miles Bader <miles@gnu.org>
19272
19273 * comint.el (comint-output-filter): Save the point with a marker,
19274 not just a buffer position.
19275
19276 * international/mule.el (set-buffer-process-coding-system): Make
19277 interactive prompt less confusing.
19278
19279 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19280
19281 * hilit-chg.el: General cleanup of doc strings, comments and
19282 code formatting.
19283
19284 2000-08-19 Miles Bader <miles@gnu.org>
19285
19286 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19287 Compiler macro removed; beginning-of-line is no longer always
19288 equivalent to forward-line, in the presence of fields.
19289
19290 * comint.el (comint-output-filter): Remove ad-hoc saving of
19291 restriction, and just use save-restriction, now that it works
19292 correctly. Don't adjust comint-last-input-start to account for
19293 our insertion; it shouldn't have moved because we don't use
19294 insert-before-markers anymore. Comment out call to
19295 `force-mode-line-update'; why is it here?
19296
19297 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19298 while checking for prompt to delete. Use `forward-line 0'
19299 instead of beginning-of-line.
19300 (gud-filter): Temporarily widen gud comint buffer while
19301 examining output.
19302
19303 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19304
19305 * progmodes/sh-script.el: Big bag of typos.
19306
19307 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19308 check since ispell-process is not bound when ispell is not yet loaded.
19309
19310 2000-08-18 Dave Love <fx@gnu.org>
19311
19312 * image.el (find-image): Copy `spec' before using plist-put.
19313
19314 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19315
19316 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19317 `portugues'.
19318
19319 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19320 backward-kill-sexp, analogous to kill-sexp.
19321
19322 * progmodes/icon.el (icon-indent-line)
19323 (icon-is-continuation-line): Handle comments specially.
19324
19325 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19326
19327 * ispell.el: Set to standard author/maintainer/keyword fields.
19328 Fine tuning to menu map appearance and operation, and added help.
19329 Remove `start' and `end' error messages when compiling.
19330 (ispell-choices-win-default-height): Fixed comment string.
19331 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19332 castellano8 dictionaries.
19333 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19334 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19335 dictionary, added italiano dictionary.
19336 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19337 word character
19338 (ispell-tex-skip-alists): Added psfig support.
19339 (ispell-skip-html): Renamed from ispell-skip-sgml.
19340 (ispell-begin-skip-region-regexp, ispell-skip-region)
19341 (ispell-minor-check): Improved html skipping support to skip across
19342 code, and recognize `&' commands without propper `;' syntax;
19343 (ispell-process-line): Fix alignment error when manually
19344 correcting spelling.
19345 (ispell): Fix comment string.
19346 (ispell-add-per-file-word-list): Always put word list on new line.
19347
19348 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19349
19350 * format.el (format-encode-run-method): Fix error message to say
19351 `encode' instead of `decode'. Use save-window-excursion around
19352 shell-command-on-region as in format-decode-run-method because
19353 shell-command-on-region can display a buffer with error output.
19354 (format-decode): Don't record undo information for the decoding.
19355 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19356 that number part of the temporary buffer name so that more than
19357 one decoding using a temporary buffer can happen safely.
19358
19359 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19360 of `A-z' in the regexp.
19361
19362 * hilit-chg.el: Fix typos in commentary.
19363
19364 * help.el (view-emacs-news): Rewritten for new naming scheme
19365 for old NEWS files.
19366
19367 * startup.el (command-line): Pop to *Messages* in case an error
19368 is signaled while loading user-init-file.
19369
19370 2000-08-17 Andreas Schwab <schwab@suse.de>
19371
19372 * files.el (insert-directory): Don't lose original file name,
19373 undoing an undocumented change.
19374
19375 2000-08-17 Alex Schroeder <alex@gnu.org>
19376
19377 * sql.el (sql-magic-go): Use comint-bol.
19378 (sql-copy-column): Use comint-line-beginning-position.
19379 (comint-line-beginning-position): Define a replacement for
19380 comint-line-beginning-position if it is not fboundp.
19381
19382 2000-08-17 Alex Schroeder <alex@gnu.org>
19383
19384 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19385 it didn't have any effect anyway.
19386
19387 2000-08-17 Alex Schroeder <alex@gnu.org>
19388
19389 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19390 --pset and pager=off instead of sending \\o|cat at the beginning
19391 of the session.
19392
19393 2000-08-17 Miles Bader <miles@gnu.org>
19394
19395 * progmodes/octave-inf.el: Add compatibility definition of
19396 comint-line-beginning-position.
19397
19398 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19399
19400 * startup.el (normal-top-level): Look in each dir in load-path for
19401 a leim-list.el file too. This assures of loading leim-list.el
19402 that is created at Emacs installation time even if a user have his
19403 own leim-list.el.
19404
19405 2000-08-17 Miles Bader <miles@gnu.org>
19406
19407 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19408 foreground color to black if the background is dark.
19409
19410 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19411
19412 * loadhist.el (unload-feature): Typo.
19413
19414 * finder.el (finder-compile-keywords):
19415 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19416 to the generated file.
19417
19418 * mail/mh-e.el (mh-make-local-vars):
19419 Replace make-variable-buffer-local with make-local-variable.
19420
19421 * play/landmark.el:
19422 * options.el (Edit-options-{set,toggle,t,nil}):
19423 * mail/mailabbrev.el (mail-abbrevs-mode):
19424 * textmodes/tex-mode.el (tex-expand-files):
19425 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19426
19427 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19428
19429 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19430 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19431 Allow going past the last element.
19432 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19433 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19434 (cvs-mouse-toggle-mark): Don't move point.
19435 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19436
19437 * progmodes/compile.el (grep): Provide a default set of files.
19438 (next-error): Docstring fix.
19439 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19440
19441 * emacs-lisp/easy-mmode.el (define-minor-mode):
19442 Use `symbol-value' to keep the byte-compiler quiet.
19443
19444 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19445 (diff-find-source-location): New fun, extracted from diff-goto-source.
19446 (diff-goto-source): Use it.
19447 (diff-next-complex-hunk, diff-filter-lines): New function.
19448 (diff-apply-hunk): New command.
19449
19450 * smerge-mode.el (smerge-mode-menu): Doc fix.
19451
19452 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19453
19454 2000-08-16 Dave Love <fx@gnu.org>
19455
19456 * windmove.el (windmove) <defgroup>: Add :version.
19457
19458 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19459 (goto-address-fontify-p, goto-address-highlight-p)
19460 (goto-address-url-face, goto-address-url-mouse-face)
19461 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19462 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19463 (goto-address-fontify, goto-address-at-mouse): Simplify,
19464 (goto-address-at-point): browse-url-url-at-point,
19465 goto-address-find-address-at-point can return nil.
19466 (goto-address-find-address-at-point): Return nil on failure.
19467
19468 * align.el (align) <defgroup>: Add :version.
19469
19470 * calculator.el (calculator): Add :version.
19471 (calculator): Use two lines for calculator window if `modeline'
19472 face is boxed.
19473
19474 * play/5x5.el: Doc fixes.
19475 (5x5) <defgroup>: Add :version.
19476
19477 * play/fortune.el (fortune) <defgroup>: Add :version.
19478 (fortune-append): Fix error message.
19479 (fortune-from-region): Doc fix.
19480
19481 * play/pong.el (pong): Doc fix.
19482
19483 * play/morse.el: Keywords, commentary, autoloads.
19484
19485 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19486
19487 * desktop.el (desktop-save): Don't look at symbol-value of a
19488 member of minor-mode-alist, unless it is boundp.
19489
19490 2000-08-16 Sam Steingold <sds@gnu.org>
19491
19492 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19493 `while'; use `with-current-buffer' instead of `save-excursion'.
19494 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19495
19496 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19497
19498 * international/ccl.el (declare-ccl-program): Docstring modified.
19499 (ccl-execute-with-args): Likewise.
19500
19501 2000-08-16 Miles Bader <miles@gnu.org>
19502
19503 * progmodes/sql.el: Add compatibility definition of
19504 comint-line-beginning-position.
19505
19506 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19507
19508 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19509 'buffer-menu' property.
19510 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19511 fails.
19512 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19513 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19514 wasn't killed.
19515
19516 * buff-menu.el (list-buffers-noselect): Don't display the
19517 *Buffer List* buffer.
19518
19519 * font-lock.el: Require jit-lock to prevent a very late
19520 `Loading jit-lock' message.
19521
19522 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19523 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19524 mail address.
19525
19526 2000-08-15 Miles Bader <miles@gnu.org>
19527
19528 * textmodes/ispell.el (ispell-graphic-p): New constant.
19529 (ispell-choices-win-default-height, ispell-help): Use
19530 `ispell-graphic-p' instead of `xemacsp'.
19531
19532 2000-08-15 Dave Love <fx@gnu.org>
19533
19534 * simple.el: Autoload widget-convert when compiling.
19535 (mail-user-agent): Doc fix.
19536
19537 * help.el (function-called-at-point, variable-at-point): Use
19538 with-syntax-table.
19539 (help-manyarg-func-alist): Add insert-and-inherit.
19540
19541 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19542
19543 * delsel.el (delsel-unload-hook): New function.
19544
19545 * find-file.el: Doc fixes. Move provide to end.
19546 (ff) <defgroup>: Add :link.
19547 (ff-goto-click): Deleted.
19548 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19549 Use mouse-set-point.
19550
19551 * textmodes/tildify.el: Doc fixes.
19552 (tildify) <defgroup>: Add:version.
19553
19554 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19555 (glasses-custom-set): Use set-default, not set.
19556 (minor-mode-alist): Propertize the lighter.
19557 (glasses-mode): Provide optional arg.
19558
19559 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19560 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19561 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19562 option. Provide :type.
19563 (cwarn-configuration): Provide :type.
19564 (cwarn-mode): Doc fix.
19565
19566 * add-log.el (change-log-merge): Doc fix.
19567 (change-log-redate): New command.
19568
19569 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19570 Doze and Dog.
19571 (browse-url): Use dolist, not mapcar.
19572 (browse-url-at-point): Check for null url.
19573 (browse-url-event-buffer, browse-url-event-point): Functions
19574 deleted.
19575 (browse-url-at-mouse, browse-url-netscape): Simplify.
19576
19577 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19578 modes.
19579 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19580 Fix previous change to mapcan.
19581 (msb--init-file-alist, msb--add-separators)
19582 (msb--make-keymap-menu): Simplify.
19583 (msb--choose-file-menu): Use copy-sequence.
19584 (msb-mode-map): Add title to keymap.
19585 (msb-unload-hook): New function.
19586
19587 * bs.el: Fix indentation.
19588 (bs) <defgroup>: Add :links.
19589 (bs-show): Doc fix.
19590 (bs-apply-sort-faces): Don't use window-system.
19591 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19592
19593 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19594
19595 * calendar/timeclock.el (timeclock-file): Run .timelog through
19596 convert-standard-filename.
19597
19598 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19599
19600 * emacs-lisp/authors.el: New file.
19601
19602 * paren.el (show-paren-priority): New user option.
19603 (show-paren-function): Set overlay priorities to
19604 show-paren-priority.
19605
19606 2000-08-14 Miles Bader <miles@gnu.org>
19607
19608 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19609 beginning-of-line with inhibit-field-text-motion bound.
19610
19611 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19612
19613 * calendar/timeclock.el: New file.
19614
19615 2000-08-14 David Ponce <david@dponce.com>
19616
19617 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19618 `widget-button-click'. so that one can use left mouse button to
19619 click on dialog buttons.
19620
19621 2000-08-14 Emmanuel Briot <briot@gnat.com>
19622
19623 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19624 identifiers, since XML is case sensitive
19625
19626 2000-08-12 Miles Bader <miles@gnu.org>
19627
19628 * comint.el (comint-output-filter): Don't bother frobbing
19629 window-start, it doesn't seem to be necessary.
19630
19631 * comint.el (comint-send-string, comint-send-region): Make into
19632 real functions. Snapshot the prompt before sending.
19633
19634 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19635
19636 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19637 technique similar to Info-index, instead of relying on specific
19638 names of relevant Index nodes.
19639 (Info-goto-emacs-command-node): Bind Info-history to nil when
19640 going to the first node found by Info-find-emacs-command-nodes.
19641
19642 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19643
19644 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19645
19646 2000-08-10 Miles Bader <miles@gnu.org>
19647
19648 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19649
19650 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19651
19652 * info.el (Info-file-list-for-emacs): More elements for the
19653 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19654 and woman manuals.
19655
19656 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19657
19658 * comint.el (comint-send-input): Make the newline boundary overlay
19659 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19660 (comint-output-filter): Use `insert' instead of
19661 `insert-before-markers'. Extend comint-last-output-overlay when
19662 necessary since we can't rely on insert-before-markers to do it.
19663 * gud.el (gud-filter): Use `with-current-buffer' instead of
19664 save-excursion when inserting the output, so that point gets
19665 updated correctly; the old method relied on a rather dodgy
19666 side-effect of comint-output-filter to avoid the effect of
19667 save-excursion.
19668
19669 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19670
19671 * files.el (recover-file): Call insert-directory instead of
19672 invoking `ls' directly.
19673
19674 2000-08-10 Miles Bader <miles@gnu.org>
19675
19676 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19677 (comint-last-prompt-overlay): New variables.
19678 (comint-output-filter): Implement prompt highlighting.
19679 (comint-snapshot-last-prompt): New function.
19680 (comint-send-input): Snapshot the last prompt.
19681 Use comint-highlight-input-face.
19682 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19683 Use defface instead of defcustom.
19684 (send-invisible, comint-send-eof): Snapshot the last prompt.
19685 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19686 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19687
19688 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19689
19690 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19691 (regexp-opt-group): Use a list of chars for `letters'.
19692 (regexp-opt-charset): `chars' is now a list of chars.
19693 Use a char-table rather than a vector so it works for multibyte chars.
19694
19695 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19696 Set cvs-minor-current-files to the selected fileinfo.
19697 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19698 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19699
19700 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19701
19702 * files.el (insert-directory): Don't call access-file on
19703 directories on DOS and Windows.
19704
19705 2000-08-09 Kenichi Handa <handa@etl.go.jp>
19706
19707 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19708 longer if necessary.
19709 (ccl-embed-code): Call ccl-embed-data to store CODE in
19710 ccl-program-vector.
19711
19712 2000-08-09 Miles Bader <miles@gnu.org>
19713
19714 * comint.el (comint-output-filter): Properly handle the case where
19715 the text surrounded by comint-last-output-overlay was deleted.
19716
19717 2000-08-08 Gerd Moellmann <gerd@gnu.org>
19718
19719 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19720 non-nil.
19721 (Info-file-list-for-emacs): Remove "info" from the list because
19722 that leads to trying to use the documentation from file `info'
19723 in various situations where it isn't appropriate, for instance
19724 C-h C-k C-h i.
19725
19726 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19727 DIR and/or STRING are nil.
19728
19729 * progmodes/compile.el (compilation-setup): Make variable
19730 compilation-error-screen-columns buffer-local, as some comment
19731 in the code suggests it should be.
19732
19733 * files.el (auto-mode-interpreter-regexp): New variable.
19734 (set-auto-mode): Use it.
19735
19736 * indent.el (indent-for-tab-command): Doc fix.
19737
19738 * mouse-sel.el (mouse-sel-mode): Doc fix.
19739
19740 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19741 labels.
19742
19743 * help.el (print-help-return-message): When
19744 display-buffer-reuse-frames is set, let the help window been quit,
19745 instead of deleting it, which might delete a reused frame.
19746
19747 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19748
19749 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19750 rename a directory to a name that differs only by its letter case.
19751
19752 2000-08-08 Kenichi Handa <handa@etl.go.jp>
19753
19754 * international/quail.el (quail-define-rules): Handle Quail decode
19755 map correctly. Add code for supporting annotations.
19756 (quail-install-decode-map): New function.
19757 (quail-defrule-internal): New optional arguments decode-map and
19758 props.
19759 (quail-advice): New function.
19760
19761 2000-08-07 Sam Steingold <sds@gnu.org>
19762
19763 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19764 `defconst', `define-condition', `with-slots'.
19765 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19766
19767 2000-08-03 Miles Bader <miles@gnu.org>
19768
19769 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19770 New variable.
19771 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19772 comint-use-prompt-regexp-instead-of-fields.
19773 (comint-send-input): Add `input' field property to stuff we send to
19774 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19775 (comint-output-filter): Add `output' field property to process
19776 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19777 (comint-replace-by-expanded-history)
19778 (comint-get-old-input-default, comint-show-output)
19779 (comint-backward-matching-input, comint-forward-matching-input)
19780 (comint-next-prompt, comint-previous-prompt): Use field
19781 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19782 (comint-line-beginning-position): New function.
19783 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19784 (comint-replace-by-expanded-history-before-point): Use
19785 comint-line-beginning-position and line-end-position.
19786 (comint-last-output-overlay): New variable.
19787 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19788
19789 * shell.el (shell-prompt-pattern): Doc change.
19790 (shell-backward-command): Use line-beginning-position.
19791
19792 * gud.el (gud-gdb-complete-command): Use
19793 comint-line-beginning-position.
19794
19795 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19796 comint-bol doesn't actually go to the beginning of the line.
19797
19798 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19799 if comint-use-prompt-regexp-instead-of-fields is non-nil.
19800 (try-expand-line-all-buffers): Likewise.
19801
19802 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19803 explicitly matching comint-prompt-regexp.
19804 (sql-copy-column): Use comint-line-beginning-position instead of
19805 explicitly matching comint-prompt-regexp.
19806
19807 * progmodes/octave-inf.el (inferior-octave-complete): Use
19808 comint-line-beginning-position.
19809
19810 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19811
19812 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19813 looking for a prompt, use `forward-line 0' instead of
19814 `beginning-of-line', to avoid getting caught by an input field.
19815
19816 2000-08-07 Gerd Moellmann <gerd@gnu.org>
19817
19818 * files.el (shell-quote-wildcard-pattern): Make sure to return
19819 PATTERN, in the Unix case.
19820
19821 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
19822
19823 * play/zone.el (zone): Discard any pending input before running
19824 the randomly-chosen pgm.
19825
19826 2000-08-07 Kenichi Handa <handa@etl.go.jp>
19827
19828 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19829 checking the existence of any multibyte characters.
19830
19831 2000-08-06 Gerd Moellmann <gerd@gnu.org>
19832
19833 * help.el (describe-mode): Test minor-mode symbol for being
19834 bound before testing its value for being nil.
19835
19836 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19837 `first', `second', and `third'.
19838
19839 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19840 (second): Make it an alias for `cadr'.
19841
19842 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19843
19844 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19845 types of display support faces now.
19846
19847 2000-08-05 Gerd Moellmann <gerd@gnu.org>
19848
19849 * pcvs.el (require): Require `cl' during compilation, only.
19850
19851 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19852 (toplevel): Remove `remq' and `remove' from autoloads.
19853 (cl-fake-autoloads): New variable. If set, arrange for an error
19854 when CL functions etc. are autoloaded.
19855
19856 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19857
19858 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19859
19860 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19861 popped up, but the user clicks outside the menu, return an empty
19862 regexp (that causes unhighlight-regexp to have no effect).
19863
19864 * menu-bar.el (menu-bar-games-menu): Add Zone.
19865
19866 * hi-lock.el (toplevel): Require font-lock.
19867
19868 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19869
19870 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19871 (ebnf-8-bit-chars): New var for bug fix.
19872 (ebnf-string): Bug fix.
19873
19874 2000-08-03 Sam Steingold <sds@gnu.org>
19875
19876 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19877 instead of `buffer-string'.
19878 (require 'cl): Always, not just when compiling.
19879 `ignore-errors' in `interactive', `list*', `defun*' &c make this
19880 necessary.
19881
19882 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
19883
19884 * international/mule-cmds.el (select-safe-coding-system): Make
19885 the message text about selecting a safe coding system more clear.
19886
19887 2000-08-02 Gerd Moellmann <gerd@gnu.org>
19888
19889 * hi-lock.el: New file.
19890
19891 * play/zone.el: New file.
19892
19893 * replace.el (occur): Set tab-width in the *Occur* buffer to the
19894 value of tab-width in the original buffer. Choose a line number
19895 format that's a multiple of the original buffer's tab width, so
19896 that lines appear right.
19897
19898 * textmodes/ispell.el (ispell): New function, replacing an alias.
19899 Spell-check active region if in transient-mark-mode and mark
19900 is active; otherwise spell-check buffer.
19901
19902 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19903
19904 * ps-mule.el: Fix a customization problem on
19905 ps-mule-font-info-database-default.
19906
19907 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
19908
19909 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19910 display-mouse-p instead of window-system.
19911 (ebrowse-member-mode-map): Ditto.
19912
19913 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19914
19915 * progmodes/ebnf2ps.el: Update ps-print functions call.
19916 Indentation fix. Doc fix.
19917 (ebnf-version): New version number (3.2).
19918 (ebnf-format-color, ebnf-begin-job): Code fix.
19919
19920 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
19921
19922 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19923 font lock support on window-system.
19924 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19925
19926 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19927 display-color-p, if fboundp, instead of window-system.
19928
19929 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
19930
19931 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19932 instead of window-system.
19933
19934 * wid-edit.el (widget-choose): Use display-mouse-p instead of
19935 window-system.
19936 (widget-choice-mouse-down-action): Use display-popup-menus-p
19937 instead of window-system.
19938
19939 * strokes.el (strokes-file): Run the file name through
19940 convert-standard-filename.
19941 (strokes-mode): Call display-mouse-p instead of looking at
19942 window-system. Change the error message accordingly.
19943
19944 * progmodes/cpp.el (toplevel): Support faces on tty's.
19945
19946 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
19947 (lm-plot-square, lm-init-display): Don't use window-system.
19948
19949 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
19950 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
19951
19952 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
19953 instead of looking at window-system.
19954
19955 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19956
19957 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
19958 of testing if iswitchb-prepost-hooks is bound, because the
19959 latter will always be true when invoking a recursive minibuffer
19960 from an active Iswitchb buffer.
19961
19962 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
19963
19964 * files.el (shell-quote-wildcard-pattern): New function.
19965 (insert-directory): Call it. Only prepend "\" to command on Unix
19966 and GNU/Linux systems.
19967
19968 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19969
19970 * eshell/esh-groups.el: Change custom :link file names
19971 from `eshell.info' to `eshell'.
19972
19973 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
19974
19975 * dired.el (dired-build-subdir-alist): Expand subdirectory names
19976 correctly in recursive ange-ftp listings.
19977
19978 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19979
19980 * ps-print.el: Fix bug 1: if ps-font-size-internal,
19981 ps-header-font-size-internal and
19982 ps-header-title-font-size-internal variables are not set,
19983 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
19984 face text property is (foreground-color . COLOR) or
19985 `(background-color . COLOR)', ps-print crashes. Doc fix.
19986 (ps-print-version): New version number (5.2.4).
19987 (ps-plot-region): Code fix.
19988 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
19989 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
19990 Bug fix 2.
19991
19992 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
19993
19994 * glasses.el (glasses-make-readable): Fix uncapitalization of
19995 identifiers like `myXMLDocument'.
19996
19997 2000-07-28 Karl Fogel <kfogel@red-bean.com>
19998
19999 * mail/mail-hist.el (mail-hist-previous-input)
20000 (mail-hist-next-input): Do the obvious code factorization.
20001 (mail-hist-retrieve-and-insert): New func, contains common
20002 code of above two.
20003 If inserting a message body, leave point at top.
20004
20005 2000-07-28 Sam Steingold <sds@gnu.org>
20006
20007 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20008 Use `<=', not `<' to compare times!
20009 (ange-ftp-ls): Remove.
20010
20011 2000-07-27 Gerd Moellmann <gerd@gnu.org>
20012
20013 * play/cookie1.el: Add explanation of how to make cookie.el
20014 compatible with strfile(1) to comment.
20015
20016 * subr.el (remove, remq): New functions.
20017
20018 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20019 escape `*' in regexps.
20020 (midnight-find): Reverse order of arguments in the funcall of
20021 TEST.
20022
20023 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20024 and `.class'.
20025
20026 * play/meese.el: Add Commentary section.
20027
20028 2000-07-27 Alex Schroeder <alex@gnu.org>
20029
20030 * sql.el (sql-ms): Added autoload cookie.
20031 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20032 (sql-oracle): Ditto.
20033 (sql-help): Doc change.
20034
20035 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20036 types and exceptions.
20037
20038 2000-07-27 Alex Schroeder <alex@gnu.org>
20039
20040 * sql.el (sql-placeholder-history): New variable.
20041 (sql-query-placeholders-and-send): New function that will query
20042 the user and replace placeholders with user input.
20043 (sql-oracle): If running on NT, set comint-input-sender to
20044 sql-query-placeholders-and-send.
20045
20046 (sql-stop): If in the SQLi buffer, insert stop notification, else
20047 present it as a message.
20048
20049 2000-07-27 Alex Schroeder <alex@gnu.org>
20050
20051 * sql.el (sql-input-ring-separator): Doc change.
20052 (sql-input-ring-file-name): Doc change.
20053 (sql-interactive-mode): Use `sql-input-ring-separator' and
20054 `sql-input-ring-file-name' to set the comint-mode equivalents
20055 without making them local variables.
20056 (sql-stop): Don't bind `sql-input-ring-separator' and
20057 `sql-input-ring-file-name' dynamically to their comint-mode
20058 equivalents.
20059
20060 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20061
20062 * international/mule.el (register-char-codings): New function.
20063 (make-coding-system): Handle `safe-chars' specification in the arg
20064 PROPERTY.
20065
20066 * international/mule-cmds.el
20067 (find-coding-systems-region-subset-p): This function deleted.
20068 (sort-coding-systems-predicate): New variable.
20069 (sort-coding-systems): New function.
20070 (find-coding-systems-region): Use
20071 find-coding-systems-region-internal.
20072 (find-coding-systems-string): Use find-coding-systems-region.
20073 (find-coding-systems-for-charsets): Check
20074 char-coding-system-table.
20075 (select-safe-coding-system-accept-default-p): New variable.
20076 (select-safe-coding-system): Mostly rewritten. New argument
20077 ACCEPT-DEFAULT-P.
20078 (select-message-coding-system): Call select-safe-coding-system
20079 with ACCEPT-DEFAULT-P arg.
20080 (reset-language-environment): Reset default-sendmail-coding-system
20081 to the default value iso-latin-1.
20082 (set-language-environment): Don't set the obsolete variable
20083 charset-origin-alist.
20084
20085 * international/codepage.el (cp-coding-system-for-codepage-1):
20086 Give `safe-chars' property to make-coding-system.
20087
20088 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20089 calling select-message-coding-system twice.
20090
20091 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20092 instead of `safe-charsets'.
20093 (cyrillic-alternativnyj): Likewise.
20094 (ccl-encode-alternativnyj): Don't check the charset
20095 cyrillic-iso8859-5.
20096
20097 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20098
20099 * composite.el (compose-chars-after): Preserve match data.
20100
20101 2000-07-26 Sam Steingold <sds@gnu.org>
20102
20103 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20104 (ange-ftp-real-file-newer-than-file-p): New function.
20105 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20106 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20107
20108 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20109 * midnight.el (midnight-float-time): Ditto.
20110
20111 2000-07-26 Andreas Schwab <schwab@suse.de>
20112
20113 * files.el (normal-backup-enable-predicate): Correct
20114 interpretation of the return value of compare-strings.
20115
20116 2000-07-26 Gerd Moellmann <gerd@gnu.org>
20117
20118 * isearch.el (isearch-resume): New function.
20119 (isearch-done): Add something to command-history to resume
20120 the search.
20121 (isearch-yank-line, isearch-yank-word): Use
20122 buffer-substring-no-properties instead of buffer-substring.
20123
20124 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20125 of flyspell-mouse-map.
20126
20127 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20128 duplicate definition.
20129 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20130
20131 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20132 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20133
20134 2000-07-25 Sam Steingold <sds@gnu.org>
20135
20136 * net/ange-ftp.el: Get modtime over the net.
20137 (ange-ftp-file-modtime): New function.
20138 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20139 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20140 Use it.
20141 (ange-ftp-dot-to-slash): New function.
20142 (ange-ftp-fix-name-for-vms): Use it.
20143
20144 * midnight.el (midnight-buffer-display-time): Use
20145 `with-current-buffer'.
20146
20147 2000-07-25 Gerd Moellmann <gerd@gnu.org>
20148
20149 * find-dired.el: Update copyright notice.
20150 (find-dired): Offer to kill a running `find'.
20151
20152 * enriched.el (enriched-face-ans): For a `foreground-color'
20153 property, return '(("x-color" COLOR))' so that COLOR will be
20154 output as a parameter of the x-color annotation. Likewise for the
20155 `background-color' property. In the case of normal face
20156 properties, don't return annotations for unspecified foreground
20157 and background face attributes.
20158
20159 2000-07-25 Kenichi Handa <handa@etl.go.jp>
20160
20161 * language/japan-util.el (japanese-katakana-region): Fix handling
20162 HANKAKU argument.
20163
20164 2000-07-25 Miles Bader <miles@gnu.org>
20165
20166 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20167 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20168 constrain-to-field.
20169
20170 2000-07-24 Andrew Innes <andrewi@gnu.org>
20171
20172 * timer.el (timer-activate-when-idle): Add optional parameter
20173 DONT-WAIT. Update docstring.
20174 (run-with-idle-timer): Specify extra parameter to
20175 timer-activate-when-idle, so that timer will be activated
20176 immediately if Emacs is already idle.
20177
20178 * w32-fns.el (w32-using-nt): Fix docstring.
20179
20180 2000-07-24 Dave Love <fx@gnu.org>
20181
20182 * mouse.el (popup-menu): Set last-command-event.
20183 (mouse-major-mode-menu-prefix): Declare.
20184
20185 2000-07-24 Gerd Moellmann <gerd@gnu.org>
20186
20187 * textmodes/flyspell.el: Update to author's version 1.5d.
20188
20189 * progmodes/hideshow.el: Update copyright notice.
20190
20191 * vcursor.el: Set maintainer to FSF, since author cannot
20192 be reached.
20193
20194 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20195
20196 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20197 the prompt.
20198
20199 * mouse.el (popup-menu): Run the keymap through indirect-function,
20200 in case it was defined with define-prefix-key. If the menu is a
20201 list of keymaps, look up the binding of user's choice in each one
20202 of the keymaps.
20203 (mouse-popup-menubar): If the global and local menu-bar keymaps
20204 don't have a prompt string, create one and insert it into the
20205 keymap. Don't barf if current-local-map returns nil.
20206
20207 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20208
20209 * dired.el (dired-sort-R-check): Added to allow recursive listing
20210 to be undone.
20211 (dired-sort-other): Use it.
20212
20213 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20214
20215 * Release of cc-mode 5.27
20216
20217 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20218
20219 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20220 c-beginning-of-statement-1 that caused a bad case of recursion
20221 which could consume a lot of CPU in large classes in languages
20222 that have in-expression classes (i.e. Java and Pike).
20223
20224 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20225 statements before top level constructs (i.e. case 6 is moved
20226 before case 5 and is now case 4) to catch in-expression
20227 classes in top level expressions correctly.
20228
20229 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20230
20231 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20232 objc-method-intro. Case 4 removed and case 5I added.
20233
20234 * cc-langs.el (c-append-paragraph-start): New variable used by
20235 c-common-init to get paragraph-start correct.
20236 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20237 initialize paragraph-start to make it correct both with and
20238 without the javadoc special case.
20239
20240 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20241 initialize paragraph-start for javadoc markup.
20242
20243 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20244 change by defaulting this to t. It's motivated by the
20245 confusing behavior that otherwise arise from the style system
20246 when editing both java and non-java files at the same time
20247 (see the comments about style setting in c-common-init).
20248
20249 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20250
20251 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20252 similar to the one in c-fill-paragraph to check the fill
20253 prefix from the adaptive fill function for sanity.
20254
20255 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20256
20257 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20258 defun block.
20259
20260 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20261
20262 * cc-align.el (c-lineup-multi-inher): Handle lines with
20263 leading comma nicely. Extended to handle member initializers
20264 too.
20265
20266 * cc-engine.el: (c-beginning-of-inheritance-list,
20267 c-guess-basic-syntax): Fixed recognition of inheritance lists
20268 when the lines begins with a comma.
20269
20270 * cc-vars.el (c-offsets-alist): Changed default for
20271 member-init-cont to c-lineup-multi-inher since it now handles
20272 member initializers and indents better for leading commas.
20273
20274 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20275
20276 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20277 handling that caused class open lines to be recognized as
20278 statement-conts in some cases.
20279
20280 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20281 guessed by the adaptive fill function unless point is on the
20282 first line of a block comment.
20283
20284 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20285 when the buffer ends with a macro continuation char.
20286
20287 * cc-engine.el (c-guess-basic-syntax): Added support for
20288 function definitions as statements in Pike. The first
20289 statement in a lambda block is now labeled defun-block-intro
20290 instead of statement-block-intro.
20291
20292 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20293 so that the class surrounding point is selected, not the one
20294 innermost in the state.
20295
20296 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20297 recognition of switch labels having hanging multiline
20298 statements.
20299
20300 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20301 some code in c-guess-basic-syntax to a separate function.
20302 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20303 recognition of member inits with multiple line arglists.
20304 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20305 member-init-cont when the commas are in funny places.
20306
20307 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20308
20309 * cc-defs.el (c-auto-newline): Removed this macro since it's
20310 not used anymore.
20311
20312 * cc-engine.el (c-looking-at-bos): New helper function.
20313 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20314 inexpr and toplevel classes apart in Pike.
20315
20316 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20317 of case 9A.
20318
20319 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20320 constant, since "class" can introduce an in-expression class
20321 in Pike nowadays.
20322
20323 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20324
20325 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20326 indentation on cpp-macro lines.
20327
20328 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20329 a syntax modifier like comment-intro, to make it possible to
20330 get syntactic indentation for preprocessor directives. It's
20331 incompatible wrt to lineup functions on cpp-macro, but it has
20332 no observable effect in the 99.9% common case where cpp-macro
20333 is set to -1000.
20334
20335 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20336
20337 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20338 member-init-cont when the preceding arglist is several lines.
20339
20340 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20341
20342 * cc-styles.el (c-style-alist): The basic offset for the BSD
20343 style corrected to 8.
20344
20345 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20346
20347 * cc-styles.el (c-style-alist): Adjusted the indentation of
20348 brace list openers in the gnu style.
20349
20350 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20351
20352 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20353
20354 * cc-cmds.el (c-electric-brace, c-electric-slash,
20355 c-electric-star, c-electric-semi&comma, c-electric-colon,
20356 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20357 when c-syntactic-indentation is nil.
20358
20359 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20360 we were left at comments preceding the first statement when
20361 reaching the beginning of the buffer.
20362
20363 * cc-vars.el (c-syntactic-indentation): New variable to turn
20364 off all syntactic indentation.
20365
20366 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20367
20368 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20369 between the text and the block comment ender when it hangs,
20370 depending on how many there are before the fill.
20371
20372 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20373
20374 * cc-engine.el (c-beginning-of-closest-statement): New helper
20375 function to go back to the closest preceding statement start,
20376 which could be inside a conditional statement.
20377 * cc-engine.el (c-guess-basic-syntax): Use
20378 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20379
20380 * cc-engine.el (c-guess-basic-syntax): Better handling of
20381 arglist-intro, arglist-cont-nonempty and arglist-close when
20382 the arglist is nested inside parens. Cases 7A, 7C and 7F
20383 changed.
20384
20385 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20386 up-to-date with javadoc 1.2.
20387
20388 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20389
20390 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20391 multiline Pike type decls.
20392
20393 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20394
20395 * cc-cmds.el (c-indent-new-comment-line): Always break
20396 multiline comments in multiline mode, regardless of
20397 comment-multi-line.
20398
20399 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20400
20401 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20402 fully::qualified::names in C++ member init lists. Preamble in
20403 case 5D changed.
20404
20405 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20406
20407 * cc-langs.el (c-common-init): Handling of obsolete variables
20408 moved to c-initialize-cc-mode. More compatible style override
20409 when using global style variables.
20410 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20411 variables moved here.
20412
20413 * cc-styles.el (c-make-styles-buffer-local): Flag style
20414 variable localness in c-style-variables-are-local-p to make
20415 the compatibility measure in c-common-init work well.
20416
20417 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20418 longer contain set-from-style.
20419 * cc-styles.el (c-initialize-builtin-style): Don't check for
20420 set-from-style on c-special-indent-hook.
20421 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20422 copy-alist is sufficient now.
20423
20424 * cc-styles.el (c-set-style, c-set-style-1,
20425 c-get-style-variables): Fixes to variable initialization so
20426 that duplicate entries in styles have the same effect
20427 regardless of DONT-OVERRIDE.
20428
20429 * cc-styles.el (c-set-style-2): Fixed bug where the
20430 initialization of inheriting styles failed when the
20431 dont-override flag is set.
20432
20433 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20434 on this.
20435
20436 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20437
20438 * cc-defs.el (c-forward-comment): Removed the workaround
20439 introduced in 5.38 since it had worse side-effects. If a line
20440 contains the string "//\"", it regarded the // as a comment
20441 start since the \ temporarily doesn't have escape syntax.
20442
20443 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20444
20445 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20446 ada-xref.el before ada-prj.el, so that the Project menu is created
20447 when ada-prj tries to add to it.
20448 (ada-activate-keys-for-case): Suppress the characters that are not
20449 part of the Ada syntax. Better compatibility with else-mode
20450 (ada-adjust-case-interactive): When auto-casing is not active,
20451 correctly insert newlines (used to insert only ^M). Prevent the
20452 syntax table from being changed in case of an error
20453 (or '_' becomes part of a word and some commands are confused).
20454 Do nothing if ada-auto-case is nil.
20455 (ada-after-keyword-p): Ignore keywords that are also attributes
20456 (ada-batch-reformat): Update usage comment
20457 (ada-call-from-contextual-menu): New function
20458 (ada-case-read-exceptions): Reinitialize the casing exception list
20459 first to nil first, so that the casing exception file can be
20460 shared.
20461 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20462 files.
20463 (ada-compile-goto-error): Fix regexp used to detect a file:line
20464 anywhere in the error message
20465 (ada-contextual-menu-last-point): New variable
20466 (ada-create-keymap): If the variable delete-key-deletes-forward is
20467 t on XEmacs, it means that DEL should delete one character
20468 forward.
20469 (ada-create-menu): Use :included instead of :visible for XEmacs.
20470 New submenu "Options".
20471 (ada-end-stmt-re): Correctly indent "select ... then abort"
20472 statements.
20473 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20474 even if they don't match ada-fill-comment-prefix Fix handling of
20475 paragraphs on the first or last line of a file.
20476 (ada-format-paramlist): Fix handling of default parameter values.
20477 (ada-get-body-name): New function.
20478 (ada-get-current-indent): Optimized by searchling directly for an
20479 existing generic part or a statement outside of it. Handle
20480 ada-indent-align-comments when indenting comments Replaced some
20481 regexps by testing directly the next character. This results in a
20482 huge speedup on some files. New indentation scheme for renames
20483 statements. Stop looking for the 'while' or 'for' associated with
20484 a 'loop' at the first semicolon encountered. A "return" can also
20485 match an anonymous access subprogram declaration.
20486 (ada-get-indent-noindent): Ignore strings and comments when
20487 looking for the keywords "record" and "private".
20488 (ada-goto-matching-decl-start): When matching "if", make sure we
20489 are not in fact seeing "end if". Ignore "when" statements except
20490 when initial keyword was "begin". Fix handling of nested
20491 procedures. Add a recursive call to this function to skip over
20492 other 'end' statmts. Fix indentation for "when .. => begin"
20493 (ada-in-open-paren-p): Fix indentation for complex boolean
20494 expressions, where 'and then', 'or else' and parenthesis
20495 statements are mixed up.
20496 (ada-in-paramlist-p): Skip comments while searching for the
20497 beginning Fix handling of operator declarations.
20498 (ada-indent-align-comments): New variable
20499 (ada-indent-current): Change the syntax table only in the
20500 protected section, so that we are sure it is restored correctly.
20501 (ada-indent-on-previous-lines): Use ada-use-indent and
20502 ada-with-indent Correctly indent "select ... then"
20503 (ada-indent-region): Slight speedup.
20504 (ada-indent-renames): New variable.
20505 (ada-last-which-function-subprog, ada-last-which-function-line):
20506 New variables
20507 (ada-looking-at-semi-private): Correctly indent the 'private'
20508 keyword when it is the first word in a package declaration.
20509 (ada-loose-case-word): Stop searching if at the end of the buffer.
20510 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20511 even if point is not initially at the end of the word.
20512 (ada-matching-decl-start-re): Add "when".
20513 (ada-mode): Add support for abbrev-mode, outline-mode and
20514 which-func-mode Override the old find-file.el entry in
20515 ff-special-constructs since it is using the obsolete
20516 ada-spec-suffix variable
20517 (ada-no-auto-case): New function
20518 (ada-scan-paramlist): When parsing the argument type, accept
20519 spaces (as in "X 'Class", generated by Rational Rose).
20520 (ada-other-file-name): No longer loads the other file.
20521 (ada-popup-menu): Save and restore the current buffer and cursor
20522 position before and after displaying the menu.
20523 (ada-search-ignore-complex-boolean): New function.
20524 (ada-uncomment-region): Emacs21 already knows how to delete
20525 comments not starting in the first column.
20526 (ada-use-indent): New variable
20527 (ada-which-function): New function.
20528 (ada-with-indent): New variable
20529 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20530 can be batch-compiled from the command line.
20531
20532 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20533 Add to the menu when the file is loaded, not in ada-mode-hook.
20534 Add -toolbar to the default ddd command Switches moved from
20535 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20536 ada-prj-default-comp-opt
20537 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20538 Reference Manual to the menu
20539 (ada-check-current): rewritten as a call to ada-compile-current
20540 (ada-compile): Removed.
20541 (ada-compile-application, ada-compile-current, ada-check-current):
20542 Set the compilation-search-path so that compile.el automatically
20543 finds the sources in src_dir. Automatic scrollong of the
20544 compilation buffer. C-uC-cC-c asks for confirmation before
20545 compiling
20546 (ada-compile-current): New parameter, prj-field
20547 (ada-complete-identifier): Load the .ali file before doing
20548 processing
20549 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20550 conform to gnatmake's behavior.
20551 (ada-find-file-in-dir): New function
20552 (ada-find-references): Set the environment variables for gnatfind
20553 (ada-find-src-file-in-dir): New function.
20554 (ada-first-non-nil): Removed
20555 (ada-gdb-application): Add support for jdb, the java debugger.
20556 (ada-get-ada-file-name): Load the original-file first if not done
20557 yet.
20558 (ada-get-all-references): Handles the new ali syntax (parent types
20559 are found between <>).
20560 (ada-initialize-runtime-library): New function
20561 (ada-mode-hook): Always load a project file when a file is opened,
20562 so that the casing exceptions are correctly read.
20563 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20564 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20565 to open the project file, since the latter does not work with
20566 speedbar Get default values before loading the prj file, or the
20567 default executable file name is wrong. Use the absolute value of
20568 src_dir to initialize ada-search-directories and
20569 compilation-search-path,... Add the standard runtime library to
20570 the search path for find-file.
20571 (ada-prj-default-debugger): Was missing an opening '{'
20572 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20573 variables.
20574 (ada-prj-default-gnatmake-opt): New variable
20575 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20576 buffers, the project file is the default one Save the windows
20577 configuration before displaying the menu.
20578 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20579 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20580 ...) regexp-quote identifiers names to support operators +,
20581 -,... in regexps.
20582 (ada-remote): New function.
20583 (ada-run-application): Erase the output buffer before starting the
20584 run Support remote execution of the application. Use
20585 call-process, or the arguments are incorrectly parsed
20586 (ada-set-default-project-file): Reread the content of the active
20587 project file, not the one from the current buffer When a project
20588 file is set as the default project, all directories are
20589 automatically associated with it.
20590 (ada-set-environment): New function
20591 (ada-treat-cmd-string): New special variable ${current}
20592 (ada-treat-cmd-string): Revised. The substitution is now done for
20593 any ${...} substring
20594 (ada-xref-current): If no body was found, compiles the spec
20595 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20596 compiler to get rid of command line length limitations.
20597 (ada-xref-get-project-field): New function
20598 (ada-xref-project-files): New variable
20599 (ada-xref-runtime-library-specs-path)
20600 (ada-xref-runtime-library-ali-path): New variables
20601 (ada-xref-set-default-prj-values): Default run command now does a
20602 cd to the build directory. New field: main_unit Provide a default
20603 file name even if the current buffer has no prj file.
20604
20605 * ada-prj.el:
20606 Rewritten to show a tabbed-dialog.
20607 (ada-prj-add-ada-menu): Remove the map and name parameters.
20608 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20609 New function
20610 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20611 (ada-prj-load-from-file): New function
20612 (ada-prj-save): Always save fields that depend on the current buffer
20613 (ada-prj-show-value): New function
20614
20615 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20616 Ada mode. This will allow us to display the Ada menu in any buffer
20617 we want (for project items).
20618 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20619 number of spaces in the header.
20620
20621 2000-07-24 Dave Love <fx@gnu.org>
20622
20623 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20624
20625 2000-07-23 Noah Friedman <friedman@splode.com>
20626
20627 * type-break.el (type-break): perform autosave.
20628 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20629 (type-break-do-query): Cancel query schedule while performing
20630 actual query, to avoid possibility of a second query being made
20631 while first one is already in progress.
20632 (type-break-time-stamp-format): New variable.
20633 (type-break-time-stamp): New function.
20634 (type-break-time-warning): Use it.
20635 (type-break-keystroke-warning): Use it.
20636 (type-break-noninteractive-query): Use it.
20637
20638 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20639 cookie.
20640 Use add-minor-mode to set minor-mode-alist, if available.
20641 (eldoc-echo-area-use-multiline-p): New user option.
20642 (eldoc-echo-area-multiline-supported-p): New variable.
20643 (eldoc-docstring-format-sym-doc): Use them.
20644 (eldoc-mode): If not using idle timers, append to local post and
20645 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20646 (eldoc-display-message-no-interference-p): Don't interfere with
20647 edebug.
20648 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20649 (eldoc-function-arglist): New function.
20650 (eldoc-function-argstring): Use it.
20651
20652 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20653 auto save directory exists before calling directory-files.
20654
20655 2000-07-23 Dave Love <fx@gnu.org>
20656
20657 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20658 ^o, ^u.
20659
20660 2000-07-21 Dave Love <fx@gnu.org>
20661
20662 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20663 now passed to the function. It now works properly.
20664
20665 * smerge-mode.el (smerge-mode-menu): Fill it out.
20666
20667 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20668
20669 * info-look.el (info-lookup): If *info* is shown in another frame
20670 on the same display, select that frame, instead of switching to
20671 the Info buffer in another window of the selected frame.
20672
20673 * simple.el (universal-argument-map): Bind numeric keypad keys
20674 kp-0 to kp-9 and kp-subtract.
20675 (digit-argument): Handle these keys.
20676
20677 2000-07-20 Dave Love <fx@gnu.org>
20678
20679 * net/goto-addr.el (goto-address-fontify): Don't bother with
20680 buffer-modified and read-only stuff -- irrelevant with overlays.
20681 Put an extra property on the overlays and use it to clean up in
20682 case goto-address is re-run.
20683
20684 2000-07-19 Richard M. Stallman <rms@gnu.org>
20685
20686 * timer.el (run-with-idle-timer): Doc fix.
20687
20688 * mail/mail-utils.el (mail-strip-quoted-names):
20689 Handle case where <...> appears inside "...".
20690 Use replace-match to edit the string more simply.
20691 (rmail-dont-reply-to): Cope with an unmatched ".
20692
20693 2000-07-19 Dave Love <fx@gnu.org>
20694
20695 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20696 implementation.
20697
20698 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20699 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20700 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20701
20702 2000-07-19 Gerd Moellmann <gerd@gnu.org>
20703
20704 * textmodes/refer.el: Correct maintainer's email address.
20705
20706 * progmodes/hideif.el: Correct author's email address.
20707 Fix typo in comment.
20708
20709 * xml.el: New file.
20710
20711 * mail/mailheader.el: Correct author's mail address.
20712
20713 * gnus/parse-time.el: Correct author's mail address.
20714
20715 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20716
20717 * comint.el (comint-highlight-input, comint-highlight-face):
20718 New user options.
20719 (comint-input-ring-file-name): Change custom type.
20720 (comint-mode-map): Bind mouse-2.
20721 (comint-insert-clicked-input): New function.
20722 (comint-send-input): Handle input highlighting.
20723
20724 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20725
20726 * mouse.el (popup-menu): New function.
20727 (mouse-major-mode-menu): Use it.
20728
20729 2000-07-18 Dave Love <fx@gnu.org>
20730
20731 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20732 improvements.
20733
20734 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20735
20736 * faces.el (face-font-selection-order)
20737 (face-font-family-alternatives): Add custom type.
20738
20739 2000-07-18 Dave Love <fx@gnu.org>
20740
20741 * cus-edit.el (custom-variable-reset-saved)
20742 (custom-variable-reset-standard): Remove unused bindings.
20743
20744 * rect.el (open-rectangle-line): Remove unused let.
20745
20746 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20747
20748 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20749
20750 * cdl.el: Fix `Maintainer' keyword.
20751
20752 * play/pong.el: Add author's email address.
20753
20754 2000-07-17 Sam Steingold <sds@gnu.org>
20755
20756 * files.el (insert-directory): Call `split-string' instead of
20757 re-implementing it.
20758
20759 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20760
20761 * mail/vms-pmail.el: Change maintainer to FSF.
20762
20763 * net/goto-addr.el: Change maintainer to FSF.
20764
20765 * info.el (Info-title-face-alist): Removed.
20766
20767 2000-07-18 David Ponce <david@dponce.com>
20768
20769 * recentf.el (recentf-open-files): New command that works like
20770 `recentf-open-more-files', but shows the whole list of files (not just
20771 those omitted from the menu). Useful if you don't use a menu-bar!
20772 (recentf-open-more-files) Modified to use `recentf-open-files'.
20773
20774 (recentf-open-files, recentf-open-more-files)
20775 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20776
20777 (recentf-dialog-mode): New mode for dialogs. You can now just type
20778 "q" to cancel the dialogs.
20779
20780 2000-07-18 David Ponce <david@dponce.com>
20781
20782 * recentf.el: This is a major update of recentf.el. It adds new
20783 features to better organize the recentf menu and "More..." buffer.
20784
20785 Using new provided menu filtering functions you can now organize the
20786 recent files list:
20787
20788 - by major modes
20789 - by directories
20790 - by user defined rules
20791
20792 Finally, with the new `recentf-filter-changer' customizable filter you
20793 can define a ring of filters and dynamically (via the menu) cycle on
20794 each menu organization in the ring (a la msb).
20795
20796 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20797
20798 * eshell/eshell.el (eshell): Replace links to eshell.info with
20799 links to eshell, to avoid problems on systems where the manual is
20800 installed as `eshell'.
20801 * eshell/esh-cmd.el (eshell-cmd): Ditto.
20802 * eshell/em-smart.el (eshell-smart): Ditto.
20803 * eshell/em-banner.el (eshell-banner): Ditto.
20804 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20805
20806 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20807 same-file check in the MS-DOS version (it does support inodes).
20808
20809 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20810
20811 * eshell/eshell.el (eshell-directory-name):
20812 Run default directory name through convert-standard-filename.
20813
20814 2000-07-18 Kenichi Handa <handa@etl.go.jp>
20815
20816 * international/mule-cmds.el (select-safe-coding-system):
20817 Fix typo in the comment.
20818
20819 * language/european.el (compound-text):
20820 Force katakana-jisx0201 to be designated to G1.
20821
20822 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20823 Don't translate some national variant characters of latin-jisx0201.
20824 (x-ctext): Force katakana-jisx0201 to be designated to G1.
20825
20826 * international/kkc.el (kkc-after-update-conversion-functions):
20827 New variable.
20828 (kkc-update-conversion): Run functions in it at the tail.
20829
20830 2000-07-16 John Wiegley <johnw@gnu.org>
20831
20832 * lisp/align.el (align-newline-and-indent):
20833 Adding new function. for auto-aligning blocks of code on RET.
20834 (align-region): Fixed badly formatted minibuffer message.
20835
20836 2000-07-17 Kenichi Handa <handa@etl.go.jp>
20837
20838 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20839 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20840 the conversion list at first if appropriate.
20841 (kkc-next): Don't update kkc-next-count here.
20842 (kkc-prev): Don't update kkc-prev-count here.
20843 (kkc-show-conversion-list-update): Fix setting up of conversion
20844 list message.
20845
20846 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20847
20848 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20849
20850 2000-07-16 Dave Love <fx@gnu.org>
20851
20852 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20853 function to be more specific.
20854
20855 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20856 non-string help-echo.
20857 (widget-types-convert-widget): Defsubst it.
20858 (widget-echo-help): Try to cope with a help-echo function of two
20859 possible sorts.
20860
20861 2000-07-15 Jason Rumney <jasonr@gnu.org>
20862
20863 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20864 Declare as obsolete.
20865
20866 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20867
20868 2000-07-14 Gerd Moellmann <gerd@gnu.org>
20869
20870 * hilit-chg.el: Fix typo.
20871
20872 2000-07-14 Dave Love <fx@gnu.org>
20873
20874 * info.el (Info-mode-menu): Fix use of :help, :enable.
20875
20876 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
20877
20878 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20879
20880 2000-07-13 Dave Love <fx@gnu.org>
20881
20882 * emacs-lisp/easymenu.el: Doc fixes.
20883 (easy-menu-remove): Defalias to ignore.
20884
20885 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20886 Call throw correctly.
20887
20888 2000-07-13 Gerd Moellmann <gerd@gnu.org>
20889
20890 * faces.el (frame-background-mode): Doc fix.
20891
20892 * simple.el (eval-expression-print-length): Change custom type to
20893 allow entering nil as value.
20894
20895 2000-07-13 Dave Love <fx@gnu.org>
20896
20897 * progmodes/fortran.el (fortran-imenu-generic-expression):
20898 Change definition layout.
20899 (fortran-mode-menu): Reinstate customize entries.
20900
20901 * cus-edit.el (custom-group-menu-create, customize-menu-create):
20902 Use :filter, per old XEmacs code.
20903
20904 2000-07-12 Gerd Moellmann <gerd@gnu.org>
20905
20906 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20907 event when deciding what to send to the terminal.
20908
20909 2000-07-12 Dave Love <fx@gnu.org>
20910
20911 * cus-start.el: Add optional version as 4th element of specs and
20912 use it for several things new in v21. Remove load-path. Fix type
20913 of line-number-display-limit.
20914
20915 2000-07-11 Dave Love <fx@gnu.org>
20916
20917 * progmodes/fortran.el: Don't require easymenu.
20918 Use repeat counts in various regexps.
20919 (fortran-mode-syntax-table): Defvar directly.
20920 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20921 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20922 Use defvar, not defconst.
20923 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
20924 (fortran-mode): Set fortran-comment-line-start-skip,
20925 fortran-comment-line-start-skip, dabbrev-case-fold-search.
20926 (fortran-comment-indent): Use defsubst.
20927 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20928 Use fortran-comment-indent, not fortran-comment-indent-function.
20929 (fortran-comment-region, fortran-electric-line-number): Simplify.
20930 (fortran-auto-fill): New function.
20931 (fortran-do-auto-fill): Deleted.
20932 (fortran-find-comment-start-skip):
20933 Check for non-null comment-start-skip.
20934 (fortran-auto-fill-mode, fortran-fill-statement):
20935 Use fortran-auto-fill.
20936 (fortran-fill): Use fortran-auto-fill. Check for null
20937 comment-start-skip. Simplify final clause and use end-of-line finally.
20938
20939 * widget.el (widget-plist-member): New alias.
20940
20941 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
20942
20943 * eshell/esh-module.el (toplevel): Reference
20944 byte-compile-current-file only if it is bound.
20945
20946 2000-07-10 Gerd Moellmann <gerd@gnu.org>
20947
20948 * dired.el: Don't require `dired-aux'.
20949
20950 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
20951
20952 * dired-aux.el (dired-show-file-type): New function.
20953 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
20954 (dired-show-file-type): Add autoload.
20955
20956 2000-07-10 Kenichi Handa <handa@etl.go.jp>
20957
20958 * international/mule-diag.el (describe-font): Adjusted for the
20959 change of fontset-info.
20960 (print-fontset): Likewise.
20961
20962 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
20963
20964 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
20965
20966 2000-07-07 Gerd Moellmann <gerd@gnu.org>
20967
20968 * bindings.el: Bind `[delete]' to delete-char.
20969
20970 * dired.el (dired-find-alternate-file): New function.
20971 (dired-mode-map): Bind `a' to dired-find-alternate-file.
20972 (toplevel): Require dired-aux when compiling.
20973 (dired-buffers): Move defvar within file to avoid compiler warning.
20974
20975 * info.el (Info-last-search): Variable removed.
20976 (Info-search-history): New variable.
20977 (Info-search): New Info-search-history.
20978
20979 * battery.el, info-look.el: Change author's mail address.
20980
20981 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
20982
20983 * mail/rmail.el (rmail-clear-headers): Don't throw an error
20984 if rmail-ignored-headers is nil.
20985 (rmail-retry-failure): Bind rmail-ignored-headers and
20986 rmail-displayed-headers to nil.
20987
20988 2000-07-06 Gerd Moellmann <gerd@gnu.org>
20989
20990 * lpr.el (lpr-page-header-switches): Add `-h' switch.
20991 (print-region-1): Don't hard code `-h' here.
20992
20993 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
20994
20995 2000-07-01 Francesco Potorti` <pot@gnu.org>
20996
20997 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
20998 exim can use "your message" instead of "the message".
20999
21000 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21001
21002 * facemenu.el: Docstrings fixes.
21003 (facemenu-get-face): Don't use internal-find-face.
21004 (facemenu-iterate): Rename arg to match the docstring.
21005
21006 * newcomment.el (uncomment-region): Be more careful when skipping
21007 backwards over `=' not to bump into BOBP.
21008
21009 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21010
21011 * ediff-diff.el (ediff-wordify): Use syntax table.
21012 * ediff-init.el (ediff-has-face-support-p): Use
21013 ediff-color-display-p.
21014 (ediff-color-display-p): Use display-color-p, changed to defun
21015 from defsubst.
21016 Got rid of special cases for NeXT and OS/2.
21017 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21018 face.
21019
21020 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21021
21022 * emacs-lisp/lucid.el: Require CL.
21023 (copy-tree, remprop): Remove, it's provided by CL.
21024 (map-keymap): Define in terms of cl-map-keymap.
21025 (extent-property, set-extent-end-glyph): New functions.
21026
21027 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21028
21029 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21030
21031 * Makefile.in (DONTCOMPILE): Add comment that the name may
21032 not be changed without changing the make-dist script.
21033
21034 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21035 (cl-mapc): Use mapc instead of cl-old-mapc.
21036
21037 2000-07-05 Andrew Innes <andrewi@gnu.org>
21038
21039 * makefile.nt: Add support for `bootstrap' and related targets.
21040
21041 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21042
21043 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21044 (easy-menu-do-define): Use `menu-item' format.
21045 Handle case where easy-menu-create-menu returns a symbol.
21046 Manually call the potential top-level filter in the function binding.
21047 (easy-menu-filter-return): New arg NAME.
21048 Convert to a keymap if MENU is an XEmacs menu.
21049 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21050 (easy-menu-converted-items-table, easy-menu-convert-item):
21051 New var and fun to memoize easy-menu-convert-item-1.
21052 (easy-menu-do-add-item): Use it.
21053 (easy-menu-create-menu): Use easy-menu-convert-item.
21054 Wrap easy-menu-filter-return around any :filter specification.
21055 Don't convert the menu if a filter was specified.
21056 Tell easy-menu-make-symbol not to check for MENU being an expression.
21057 (easy-menu-make-symbol): New arg NOEXP.
21058
21059 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21060
21061 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21062 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21063 (eval-defun): If called with prefix arg, instrument code for
21064 Edebug.
21065
21066 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21067 similar to that of eval-defun.
21068
21069 2000-07-04 Dave Love <fx@gnu.org>
21070
21071 * hl-line.el (hl-line-overlay): Make it permanent-local.
21072
21073 * calendar/todo-mode.el: Replaced with a working version, based on
21074 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21075
21076 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21077
21078 * paths.el (prune-directory-list): New function.
21079 (Info-default-directory-list): Rewritten to more methodically
21080 enumerate a big list of possible info directories (based on the
21081 list used by the standalone info reader).
21082
21083 * info.el (info-initialize): Use prune-directory-list to remove
21084 non-existent directories from Info-directory-list.
21085
21086 * paths.el (Info-default-directory-list): Try a list of possible
21087 info-directories instead of a single one. Add the possible
21088 info directory "/usr/share/info".
21089
21090 * woman.el (woman-man.conf-path): Explicitly include the debian
21091 man-db config file "/etc/manpath.config".
21092 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21093 are present in `manpath.config'.
21094 (woman-manpath): Include "/usr/share/man".
21095
21096 2000-07-03 Gerd Moellmann <gerd@gnu.org>
21097
21098 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21099
21100 * startup.el (command-line): Initialize blink-cursor based
21101 on window-system.
21102
21103 * frame.el (blink-cursor): Default to nil if not running under
21104 a window-system.
21105
21106 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21107 (face-x-resources): Remove duplicate entry for :font.
21108
21109 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21110 instead of cycling through windows with next-window.
21111
21112 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21113 of cycling through windows with next-window.
21114
21115 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21116 of cycling through windows with next-window.
21117
21118 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21119 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21120 instead of cycling through windows with next-window.
21121
21122 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21123 instead of cycling through windows with next-window.
21124
21125 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21126 of cycling through windows with next-window.
21127
21128 * terminal.el (te-process-output): Use walk-windows instead of
21129 cycling through windows with next-window.
21130
21131 * server.el (server-switch-buffer): Use some-window instead of
21132 cycling through windows with next-window.
21133
21134 * window.el (some-window): New function.
21135 (walk-windows): Remove reference to walk-windows-start.
21136
21137 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21138
21139 2000-07-03 Richard Stallman <rms@gnu.org>
21140
21141 * window.el (walk-windows): Guarantee termination by keeping a list
21142 of all the windows already handled.
21143
21144 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21145
21146 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21147 window-system.
21148
21149 * man.el (Man-notify-when-ready): Don't use window-system. If
21150 Man-notify-method is newframe, and the display is not
21151 multi-frame, select the frame created for the man page.
21152 (Man-init-defvars): Doc fix.
21153
21154 2000-06-28 Gerd Moellmann <gerd@gnu.org>
21155
21156 * faces.el (region): Change background color for light background.
21157
21158 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21159 attribute from mode-line face of Ediff control frame.
21160
21161 * replace.el (query-replace-map): Bind `e' like `E'.
21162
21163 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21164
21165 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21166 Change name to "Select All".
21167
21168 * dos-fns.el (convert-standard-filename): Fix last change.
21169
21170 2000-06-27 Gerd Moellmann <gerd@gnu.org>
21171
21172 * help.el (describe-variable): Don't insert a second `'s' in front
21173 of the string `value is shown below'. Since the syntax-table is
21174 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21175 an existing `'s', so that this won't be deleted.
21176
21177 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21178 * pcmpl-unix.el: New files.
21179
21180 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21181
21182 * wid-edit.el (widget-member): Use the new plist-member.
21183
21184 2000-06-26 Gerd Moellmann <gerd@gnu.org>
21185
21186 * replace.el (perform-replace): Undo change of 2000-04-04.
21187 Instead, move backward 1 character at the end of the loop when
21188 necessary.
21189
21190 * faces.el (fringe): Change face for different backgrounds.
21191
21192 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21193 patch from John.
21194
21195 * eshell/*.el: Change spelling of the Free Software Foundation.
21196
21197 * eshell/esh-toggle.el: Removed.
21198
21199 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21200
21201 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21202 interactively.
21203
21204 2000-06-26 Alex Schroeder <alex@gnu.org>
21205
21206 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21207 `define-key'; instead of checking `(emacs-version)' check for
21208 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21209 for `;' and `o' which might be electric.
21210
21211 (sql-electric-stuff): New user option.
21212 (sql-magic-go): New function which uses `sql-electric-stuff'.
21213 (sql-magic-semicolon): New function which uses
21214 `sql-electric-stuff'.
21215
21216 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21217 is not fboundp.
21218
21219 (sql-oracle-options): New variable.
21220 (sql-oracle): Use it.
21221
21222 (sql-imenu-generic-expression): Doc change.
21223 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21224 is used.
21225
21226 (sql-informix): Added command line parameter "-" to force
21227 sql-informix-program to use stdout.
21228
21229 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21230
21231 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21232 (cp864-decode-table): Doc fix.
21233 (cp720-decode-table): New variable, supports the Arabic OEM
21234 codepage used by Windows.
21235 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21236
21237 2000-06-23 Dave Love <fx@gnu.org>
21238
21239 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21240 (font-lock-fontify-anchored-keywords): Use
21241 line-beginning-position.
21242 (global-font-lock-mode): Use mapc.
21243
21244 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21245
21246 * eshell/esh-module.el: Require CL when compiling.
21247
21248 2000-06-23 Gerd Moellmann <gerd@gnu.org>
21249
21250 * comint.el (comint-substitute-in-file-name): Call replace-match
21251 with second and third arg t.
21252
21253 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21254 Specify foreground color.
21255
21256 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21257 color.
21258
21259 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21260
21261 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21262 cddr instead of cdddr.
21263
21264 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21265 instead of copy-list.
21266
21267 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21268 of copy-list.
21269
21270 * subdirs.el: Add eshell subdirectory.
21271
21272 * eshell: New subdirectory containing the Eshell package.
21273
21274 * pcomplete.el: New file.
21275
21276 2000-06-23 Paul Eggert <eggert@twinsun.com>
21277
21278 * mail/mailpost.el (post-mail-send-it): Make sure file has
21279 proper permissions from birth.
21280
21281 * files.el (basic-save-buffer-2): When temporarily setting
21282 file modes, set them to current modes plus 0200, not to 0777.
21283
21284 * emerge.el (emerge-make-temp-file): Make sure file has proper
21285 permissions from birth.
21286
21287 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21288
21289 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21290 backup file name through convert-standard-filename.
21291
21292 * dos-fns.el (convert-standard-filename): Convert leading
21293 directories as well. When long file names are supported, convert
21294 characters that are invalid in Windows file names.
21295
21296 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21297
21298 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21299 ps-print crashes. New feature: page selection for printing. Create
21300 raw-text-unix coding system for XEmacs. Doc fix.
21301 (ps-print-version): New version number (5.2.3).
21302 (ps-plot-region): Bug fix.
21303 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21304 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21305 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21306 funs.
21307 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21308 (ps-last-page): New vars.
21309
21310 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21311
21312 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21313 empty option string.
21314
21315 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21316
21317 * man.el (man): Doc fix.
21318
21319 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21320
21321 * international/mule-cmds.el (set-language-info-alist): Docstring
21322 fixed.
21323
21324 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21325
21326 * version.el (emacs-version): Use ISO date format.
21327
21328 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21329 instead of `M-backspace'.
21330
21331 * simple.el (turn-off-auto-fill): New function.
21332
21333 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21334
21335 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21336 Renamed from with-buffer-prepared-for-font-lock and use
21337 inhibit-modification-hooks rather than setting *-change-functions.
21338 Update all functions to use the new name.
21339 (jit-lock-first-unfontify-pos): New semantics (and doc).
21340 (jit-lock-mode): Make non-interactive.
21341 Don't automatically turn on font-lock.
21342 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21343 Always use jit-lock-after-change.
21344 Remove and restore font-lock-after-change-function.
21345 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21346 (jit-lock-after-unfontify-buffer): Remove.
21347 (jit-lock-stealth-fontify):
21348 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21349 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21350
21351 2000-06-20 Sam Steingold <sds@gnu.org>
21352
21353 * emacs-lisp/cl-indent.el (toplevel): Indent
21354 `print-unreadable-object' properly. Untabify.
21355
21356 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21357
21358 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21359 Support for bibentry.
21360 (reftex-compile-variables): Fixed problem with end of section-re.
21361
21362 * texmodes/reftex-dcr.el (reftex-view-crossref,
21363 reftex-view-crossref-from-bibtex):
21364 Deal with changed `reftex-find-citation-regexp-format'.
21365 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21366 Replaced `remprop' with `put'.
21367 (reftex-view-crossref, reftex-view-crossref-when-idle):
21368 Support for bibentry.
21369
21370 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21371 New entry for bibentry package.
21372
21373 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21374 Regexp also matches "\nobibliography".
21375
21376 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21377 Call `reftex-ensure-write-access' before doing anything.
21378 (reftex-ensure-write-access): New function.
21379
21380 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21381
21382 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21383
21384 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21385
21386 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21387
21388 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21389
21390
21391 2000-06-20 Dave Love <fx@gnu.org>
21392
21393 * faces.el (frame-background-mode): Use set-default, not set, in
21394 setter.
21395 (frame-update-faces, frame-update-face-colors): Define with
21396 defalias.
21397
21398 * enriched.el (enriched-decode-foreground)
21399 (enriched-decode-background): Don't use internal-find-face.
21400
21401 * apropos.el: Doc fixes.
21402
21403 * cus-edit.el (customize-changed-options): Check arg.
21404 (customize-version-lessp): Don't require decimal point.
21405
21406 * custom.el (defcustom, defgroup): Doc fix.
21407
21408 * newcomment.el (comment) <defgroup>: Add :version.
21409 (comment-multi-line): Doc fix.
21410
21411 * emulation/mlsupport.el (define-hooked-local-abbrev,
21412 define-hooked-global-abbrev): Fix, using define-abbrev.
21413
21414 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21415
21416 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21417 the whole buffer.
21418
21419 2000-06-19 Dave Love <fx@gnu.org>
21420
21421 * menu-bar.el (menu-bar-options-save): New function.
21422 (menu-bar-options-menu): Use it.
21423 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21424 Simplify.
21425
21426 2000-06-19 Andreas Schwab <schwab@suse.de>
21427
21428 * progmodes/etags.el (tags-query-replace): Put new parameters
21429 START and END at the end, for backward compatibility.
21430
21431 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21432
21433 * international/codepage.el:
21434 (cp-coding-system-for-codepage-1): Delete special codes for
21435 generating xxx-dos coding system because now a CCL based coding
21436 system can handle EOL conversion by default.
21437
21438 * international/mule.el (make-coding-system): Generate subsidiary
21439 coding systems for EOL handling variants even for a CCL based
21440 coding system.
21441
21442 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21443
21444 * international/isearch-x.el (isearch-minibuffer-input-method)
21445 (isearch-minibuffer-input-method-function): These variables
21446 deleted.
21447 (isearch-with-input-method): Don't use the above variables.
21448 (isearch-process-search-multibyte-characters): Likewise. Call
21449 read-string with the arg INHERIT-INPUT-METHOD t.
21450
21451 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21452
21453 * font-lock.el (font-lock-after-fontify-buffer)
21454 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21455
21456 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21457 Use consistent make-local-variable style for font-lock-fontified.
21458 (jit-lock-fontify-buffer):
21459 Don't bother checking for font-lock-mode and jit-lock-mode.
21460
21461 * time.el: Remove trailing ^M that prevent CVS-merging.
21462
21463 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21464
21465 * Makefile.in (distclean): New target.
21466
21467 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21468
21469 * Makefile.in (srcdir): Define for update-subdirs.
21470
21471 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21472
21473 * find-lisp.el: New file.
21474
21475 2000-06-16 Andrew Innes <andrewi@gnu.org>
21476
21477 * time.el (display-time-mail-function): New variable, to allow
21478 external packages to indicate when new mail is available.
21479 (display-time-update): Use it.
21480
21481 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21482
21483 * international/mule.el (mule-version): Change version name to
21484 SAKAKI. AOI has already been used by Meadow.
21485
21486 * international/quail.el (quail-show-guidance-buf): To find the
21487 bottom window (but minibuffer), pay attention to the height of
21488 minibuffer.
21489
21490 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21491
21492 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21493 menu-bar menus. Add help strings. Don't remove the Edit menu
21494 from the menu bar, as the menu bar has enough space now.
21495
21496 * Makefile.in (SHELL): Make sure /bin/sh is used.
21497
21498 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21499 characters, which use series of two ^H characters instead of one.
21500
21501 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21502
21503 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21504 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21505 functions.
21506 (Info-find-node-2): Try a case-sensitive search first, then
21507 do a case-insensitive search.
21508
21509 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21510 tutorials.
21511
21512 * complete.el (PC-env-vars-alist): New variable.
21513 (PC-complete-as-file-name): New function.
21514 (partial-completion-mode): Initialize PC-env-vars-alist from
21515 process-environment.
21516 (PC-do-completion): Handle completion of env vars.
21517
21518 * info.el (Info-set-mode-line): Show file name in mode line,
21519 use `*Info*' instead of `Info:'.
21520
21521 * startup.el (command-line-1): Change copyright messages to year
21522 2000.
21523
21524 2000-06-15 Dave Love <fx@gnu.org>
21525
21526 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21527 not local-map.
21528
21529 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21530
21531 * international/mule.el (set-buffer-file-coding-system): Almost
21532 rewritten to handle `undecided' as no-op.
21533
21534 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21535
21536 * Makefile.in: New file.
21537
21538 * Makefile: Removed.
21539
21540 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21541 (goto-address-highlight-keymap): Bind C-c RET.
21542
21543 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21544
21545 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21546 inherits buffer-file-coding-system of the current buffer.
21547
21548 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21549 0. Give correct argument to set-auto-coding-function.
21550 (tar-expunge): For goto-char, use (point-min), not 0.
21551 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21552 (tar-subfile-save-buffer): Likewize.
21553
21554 * international/mule.el
21555 (after-insert-file-set-buffer-file-coding-system): Call
21556 set-buffer-file-coding-system with the arg FORCE t.
21557
21558 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21559
21560 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21561 nil. Contemporary sendmails issue an X-Authentication-Warning if
21562 the sender is set with `-f'.
21563
21564 2000-06-13 Dave Love <fx@gnu.org>
21565
21566 * help.el (describe-function-1): Kluge around cases of functions
21567 fset to subrs whose doc doesn't match their symbol-name.
21568
21569 * image.el (insert-image): Default STRING to a space.
21570
21571 * info.el Doc fixes.
21572 (Info-build-node-completions): Match Ref tags.
21573
21574 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21575
21576 * frame.el (display-multi-frame-p, display-multi-font-p): New
21577 defaliases for display-graphic-p.
21578
21579 * hl-line.el: Fixed a typo in commentary.
21580
21581 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21582
21583 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21584 fixed.
21585
21586 2000-06-12 Dave Love <fx@gnu.org>
21587
21588 * image.el (insert-image): Save a little consing.
21589
21590 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21591
21592 * language/tibet-util.el: Convert all tibetan-1-column characters
21593 to the corresponding tibetan characters.
21594 (tibetan-add-components): Delete code for the special treatment of
21595 'a chung.
21596
21597 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21598 change.
21599 (tibetan-vowel-transcription-alist): More rules added.
21600 (tibetan-composite-vowel-alist): New variable.
21601 (tibetan-precomposition-rule-alist): More rules added.
21602
21603 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21604
21605 * startup.el (command-line): Only call menu-bar-mode if interactive.
21606
21607 * thingatpt.el (toplevel symbol-properties):
21608 * textmodes/makeinfo.el (makeinfo-compile):
21609 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21610 * progmodes/hideif.el (hif-compress-define-list)
21611 (hide-ifdef-use-define-alist):
21612 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21613 (ange-ftp-vms-add-file-entry):
21614 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21615 * man.el (Man-build-man-command):
21616 * mail/rnewspost.el (news-reply-header-hook):
21617 * info.el (Info-insert-dir):
21618 * emulation/mlconvert.el (backward-word, forward-word, setq):
21619 * emacs-lisp/gulp.el (gulp-send-requests):
21620 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21621 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21622 (byte-optimize-apply, end of file):
21623 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21624 (ad-make-freeze-definition):
21625 * startup.el (command-line, command-line-1): Don't quote lambdas.
21626
21627 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21628 (cvs-cleanup-removed): New function.
21629 (cvs-cleanup-functions): New var.
21630 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21631 some flexibility in specifying additional entries to auto-cleanup.
21632 (cvs-quickdir): New function.
21633 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21634 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21635 (cvs-mode-find-file): Check that we are on a filename or dirname
21636 when invoked through a mouse-click.
21637 (cvs-full-path): Remove.
21638 (cvs-dired-action): Re-introduced.
21639 (cvs-dired-noselect): Use it.
21640 (vc-post-command-functions): use this new hook if available.
21641
21642 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21643 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21644 (cvs-filename-map, cvs-dirname-map): Remove.
21645 (cvs-default-action): Remove.
21646 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21647 if the arg is really a keymap.
21648 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21649 Don't hardcode the mapping from state (aka type) to face, but check
21650 the var cvs-fi-<type>-face instead.
21651 (cvs-fileinfo-from-entries): New function.
21652
21653 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21654 Docstring fix.
21655 (cvs-find-file-and-jump): Change default to be safer.
21656 (cvs-mode-diff-map): Define it as a function as well.
21657 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21658 Bind mouse-2 in this global map rather than with text-properties.
21659
21660 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21661 file to resolve the ambiguity between C(conflict) and C(need-merge).
21662
21663 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21664
21665 * international/mule.el (set-buffer-file-coding-system): If
21666 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21667 unconditionally.
21668
21669 2000-06-12 Dave Love <fx@gnu.org>
21670
21671 * wid-edit.el (widget-specify-button): Really suppress the face if
21672 required.
21673
21674 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21675
21676 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21677
21678 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21679
21680 * imenu.el (imenu-generic-expression): Docstring fix.
21681
21682 * composite.el (composition-function-table): Move the `put'
21683 below the autoload cookie so we can load the file before loaddefs.
21684
21685 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21686
21687 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21688 Handle easy-mmode-define-global-mode.
21689 For complex macros like define-minor-mode that can generate
21690 several autoload entries, try to autoload entries in the
21691 macroexpanded code.
21692
21693 * emacs-lisp/easy-mmode.el (define-minor-mode):
21694 If KEYMAP is a symbol, just use it.
21695 Use byte-compile-current-file and load-file-name to infer the
21696 proper :require to pass to defcustom.
21697 Wrap the hook var into `progn' so as not to autoload it.
21698 Add a :autoload-end cookie.
21699 Be more careful about the evaluation of KEYMAP.
21700 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21701 (define-derived-mode): Move define-abbrev-table outside of defvar.
21702
21703 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21704
21705 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21706 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21707 (backup-compiled-files): Ignore errors during `tar'.
21708 (bootstrap): Make autoloads before elc files.
21709
21710 2000-06-10 Kenichi Handa <handa@etl.go.jp>
21711
21712 * international/mule.el (set-buffer-file-coding-system): If one of
21713 undecided-XXX is specified, change only EOL conversion.
21714
21715 * international/mule-conf.el (unix): New alias for the coding
21716 system undecided-unix.
21717
21718 2000-06-09 Dave Love <fx@gnu.org>
21719
21720 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21721
21722 * progmodes/executable.el: Byte compile dynamic.
21723 (executable-insert): Change custom type.
21724 (executable-find): Add autoload cookie.
21725 (executable-make-buffer-file-executable-if-script-p): New
21726 function. After Noah Friedman.
21727
21728 * files.el (after-save-hook): Customize, with
21729 executable-make-buffer-file-executable-if-script-p as an option.
21730
21731 2000-06-09 Kenichi Handa <handa@etl.go.jp>
21732
21733 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21734 "tib24p-mule.bdf" for Tibetan.
21735
21736 * composite.el (decompose-composite-char): Declare it as obsolete.
21737
21738 * man.el (Man-fontify-manpage): Pay attention to underline and
21739 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21740
21741 2000-06-08 Gerd Moellmann <gerd@gnu.org>
21742
21743 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21744 Set maintainer to FSF since author isn't reachable.
21745
21746 2000-06-08 Dave Love <fx@gnu.org>
21747
21748 * international/mule-cmds.el (select-safe-coding-system): If
21749 DEFAULT-CODING-SYSTEM is not specified, also check the most
21750 preferred coding-system if buffer-file-coding-system is
21751 `undecided'. From Handa.
21752
21753 2000-06-08 Kenichi Handa <handa@etl.go.jp>
21754
21755 * international/mule.el
21756 (after-insert-file-set-buffer-file-coding-system): If the buffer
21757 size is greater than INSERTED, judget that we are not visiting.
21758
21759 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21760
21761 * whitespace.el (defgroup whitespace): Comment out `:version'.
21762 XEmacs 20.4 has problems defining the group with this present.
21763 We'll have this commented out till get resolve the problem.
21764
21765 2000-06-07 John Wiegley <johnw@gnu.org>
21766
21767 * align.el (align-dq-string-modes, align-sq-string-modes)
21768 (align-open-comment-modes): Add pyhton-mode.
21769 (align-rules-list): Use get-text-property instead of
21770 text-properties-at.
21771 (align-rules-list): Add python-assignment.
21772 (align-rules-list): Change perl-comma-delimiter to
21773 basic-comma-delimiter. Use if for Perl modes and python-mode.
21774 (align-rules-list): Add python-chain-logic and
21775 basic-line-continuation.
21776
21777 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21778
21779 * apropos.el (apropos-mode-hook): New user variable.
21780 (apropos-mode): Run apropos-mode-hook.
21781
21782 2000-06-07 David Ponce <david@dponce.com>
21783
21784 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21785 commands. Require `wid-edit' at run-time.
21786
21787 2000-06-07 David Ponce <david@dponce.com>
21788
21789 * recentf.el: Added some "Commentary".
21790 (recentf-open-more-files, recentf-edit-list): Minor changes to
21791 move the point at the top of the file list. This behaviour is
21792 consistent with the menu one when the list contains a lot of
21793 files.
21794 (recentf-cleanup): Now displays the number of items removed from
21795 the list.
21796 (recentf-relative-filter) New menu filter to show filenames
21797 relative to `default-directory'.
21798
21799 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21800
21801 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
21802 with/without giving an error if PostScript printer doesn't have this
21803 kind of page size. Zebra Stripe continues or restarts on next page.
21804 Manual/automatic paper feeding. Switch or not the header.
21805 (ps-print-version): New version number (5.2.2).
21806 (ps-windows-system): Include emx as a Windows system.
21807 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21808 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21809 (ps-background-text): Code fix.
21810 (ps-error-handler-message, ps-user-defined-prologue)
21811 (ps-print-prologue-header, ps-printer-name)
21812 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21813 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21814 (ps-use-face-background): Customization fix.
21815 (ps-n-up-database): Data fix.
21816 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21817 (ps-switch-header): New vars.
21818 (ps-xemacs-color-name, ps-face-foreground-name)
21819 (ps-face-background-name, ps-boolean-constant): New funs.
21820
21821 2000-06-07 Dave Love <fx@gnu.org>
21822
21823 * allout.el: New version from Manheimer.
21824
21825 2000-06-07 Kenichi Handa <handa@etl.go.jp>
21826
21827 * textmodes/fill.el (fill-find-break-point): Check the validity of
21828 charset.
21829
21830 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21831
21832 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21833 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21834 Call display-color-p and display-mouse-p instead of looking at
21835 window-system.
21836
21837 2000-06-06 Dave Love <fx@gnu.org>
21838
21839 * image.el (find-image): Doc fix. Return nil if image not found.
21840 (put-image, insert-image): Make STRING arg optional.
21841
21842 2000-06-06 Kenichi Handa <handa@etl.go.jp>
21843
21844 * language/vietnamese.el: Remove eval-when-compile.
21845 (viet-viscii-nonascii-translation-table): Define it as a
21846 translation table made from viet-viscii-decode-table.
21847 (viet-viscii-encode-table): Define it as a translation table made
21848 from the reverse map of above.
21849 (viet-vscii-nonascii-translation-table): Define it as a
21850 translation table made from viet-vscii-decode-table.
21851 (viet-vscii-encode-table): Define it as a translation table made
21852 from the reverse map of above.
21853 (ccl-decode-viscii): Use translate-character.
21854 (ccl-encode-viscii, ccl-encode-viscii-font)
21855 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21856 Likewize.
21857
21858 * language/cyrillic.el: Remove eval-when-compile.
21859 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21860 translation table made from cyrillic-koi8-r-decode-table.
21861 (cyrillic-koi8-r-encode-table): Define it as a translation table
21862 made from the reverse map of above.
21863 (ccl-decode-koi8): Use translate-character.
21864 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21865 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21866 a translation table made from cyrillic-alternativnyj-decode-table.
21867 (cyrillic-alternativnyj-encode-table): Define it as a translation
21868 table made from the reverse map of above.
21869 (ccl-decode-alternativnyj): Use translate-character.
21870 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21871 Likewize
21872
21873 * international/mule-diag.el (non-iso-charset-alist): Specify
21874 translation table symbol instead of translation table itself.
21875 (list-block-of-chars): CHARSET may be a translation table symbol.
21876
21877 * international/mule.el (make-coding-system): If CODING-SYSTEM
21878 already exists, override it.
21879
21880 * international/fontset.el: Use family `proportional' for Tibetan
21881 fonts.
21882
21883 * international/ccl.el (ccl-compile-translate-character): Don't
21884 check if Rrr has property translation-table.
21885 (ccl-compile-map-multiple): Modified to avoid compiler warning.
21886
21887 2000-06-05 Gerd Moellmann <gerd@gnu.org>
21888
21889 * info.el: Bind case-fold-search to t when searching in case
21890 a user sets it to nil in a hook.
21891
21892 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
21893
21894 * autoarg.el (autoarg-mode, autoarg-kp-mode):
21895 * hl-line.el (hl-line-mode): Use the new :global key argument.
21896
21897 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21898 (tar-clip-time-string): Prepend a space.
21899 (tar-grind-file-mode): Construct a string rather than modifying one.
21900 (tar-header-block-summarize): Fix docstring.
21901 Use `format' rather than an error-prone set of copy-loops.
21902
21903 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21904 (diff-goto-source, diff-unified->context, diff-context->unified)
21905 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21906 understand the format output by the `-p' argument to diff.
21907
21908 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21909 (sh-re-done): Use defconst.
21910 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21911 (sh-help-string-for-variable, sh-guess-basic-offset):
21912 Don't quote lambdas.
21913 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21914 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21915
21916 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21917 (mh-letter-mode): Derive from text-mode.
21918 This implicitly means that it now calls kill-all-local-variables.
21919 Also remove the Emacs-18 compatibility code.
21920
21921 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21922 Make use of symbol-property doc-string-elt.
21923 Use memq rather than a sequence of eq.
21924 (doc-string-elt): Fix the wrong or missing previously unused values.
21925 (autoload-print-form): New function extracted from
21926 generate-file-autoloads to allow recursion when handling progn
21927 so that defvar's and defun's docstrings are properly printed.
21928 (generate-file-autoloads): Use it.
21929
21930 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21931 Use find-file-hooks in the minor-mode function.
21932 Be careful not to loop indefinitely in the post-command-hook function.
21933
21934 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
21935
21936 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21937 tty's.
21938 * ediff-diff.el (ediff-exec-process): Use --binary for fine
21939 differences whenever appropriate.
21940 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21941 * viper.el (find-file, find-file-other-window): Get viper to do
21942 wildcards.
21943
21944 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
21945
21946 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
21947 (jit-lock-fontify-buffer): New function for JIT refontification.
21948 (jit-lock-mode): Fix docstring.
21949 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
21950 Remove jit-lock-after-change from the _local_ hook.
21951 (jit-lock-function-1): Fix docstring.
21952
21953 * info.el (Info-on-current-buffer): Initialize info.
21954
21955 * newcomment.el (comment-indent): Ignore comment-indent-hook.
21956
21957 * progmodes/tcl.el (tcl-indent-for-comment):
21958 Ignore comment-indent-hook.
21959
21960 * emacs-lisp/easy-mmode.el: Require CL during compilation.
21961 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
21962 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
21963 and improve to use the lighter to guess the capitalization.
21964 (define-minor-mode): Inline code from easy-mmode-define-toggle.
21965 Add keyword arguments to specify global-ness or the custom group.
21966 Add local-map and help-echo properties to the lighter.
21967 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
21968 (easy-mmode-define-global-mode): New macro.
21969
21970 2000-06-02 Dave Love <fx@gnu.org>
21971
21972 * wid-edit.el: byte-compile-dynamic since we typically don't use
21973 all the widgets. Don't require cl or widget. Remove
21974 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
21975 (widget-read-event): Removed. Callers changed to use read-event.
21976 (widget-button-release-event-p): Renamed from
21977 button-release-event-p.
21978 (widget-field-add-space, widget-field-use-before-change):
21979 Uncustomize.
21980 (widget-specify-field): Use keymap property, not local-map.
21981 (widget-specify-button): Obey :suppress-face.
21982 (widget-specify-insert): Use modern backquote syntax.
21983 (widget-image-directory): Renamed from widget-glyph-directory.
21984 (widget-image-enable): Renamed from widget-glyph-enable.
21985 (widget-image-find): Replaces widget-glyph-find.
21986 (widget-button-pressed-face): Move defvar.
21987 (widget-image-insert): Replaces widget-glyph-insert.
21988 (widget-convert): Use keywordp.
21989 (widget-leave-text, widget-children-value-delete): Use mapc.
21990 (widget-keymap): Remove XEmacs stuff.
21991 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
21992 (widget-button-click): Don't set point at the click, but re-centre
21993 if we scroll out of window. Rewritten for images v. glyphs &c.
21994 (widget-tabable-at): Use POS arg, not point.
21995 (widget-beginning-of-line, widget-end-of-line)
21996 (widget-item-value-create, widget-sublist, widget-princ-to-string)
21997 (widget-sexp-prompt-value, widget-echo-help): Simplify.
21998 (widget-default-create): Use widget-image-insert; some rewriting.
21999 (widget-visibility-value-create)
22000 (widget-push-button-value-create, widget-toggle-value-create): Use
22001 widget-image-insert.
22002 (checkbox): Create on and off images dynamically.
22003 (documentation-link): Change :help-echo.
22004 (widget-documentation-link-echo-help): Remove.
22005
22006 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22007
22008 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22009
22010 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22011 (easy-mmode-define-toggle, define-minor-mode): Use it.
22012 (easy-mmode-define-keymap): Docstring fix.
22013 (define-derived-mode): Default PARENT to fundamental-mode.
22014 Add the derived-mode-parent symbol-property.
22015 (easy-mmode-derived-mode-p): New function.
22016
22017 2000-06-02 Dave Love <fx@gnu.org>
22018
22019 * files.el (convert-standard-filename): Doc fix.
22020 (normal-backup-enable-predicate): New function.
22021 (backup-enable-predicate): Use it to replace the lambda form.
22022
22023 * calendar/todo-mode.el: [This needs more work on the outline
22024 stuff.] Doc fixes.
22025 (todo) <defgroup>: Add :version.
22026 (todo-add-category): Don't use pushnew.
22027 (todo-cmd-raise): Fix typo.
22028 (todo-top-priorities): Change temp buffer name.
22029 (todo-category-alist): Avoid redundant lambda.
22030 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22031 Use outline-next-heading.
22032
22033 * autoarg.el: Rewritten to use define-minor-mode.
22034 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22035 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22036
22037 2000-06-02 Kenichi Handa <handa@etl.go.jp>
22038
22039 * isearch.el (isearch-other-meta-char): Fix previous change.
22040
22041 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22042
22043 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22044 (log-edit-done): Only add the comment to the ring if it's different
22045 from the last comment entered.
22046
22047 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22048
22049 2000-06-01 Dave Love <fx@gnu.org>
22050
22051 * hl-line.el: Rewritten using define-minor-mode.
22052
22053 * help.el (describe-function-1): Distinguish special form from
22054 builtin function. Sanity-check presence of arglist for builtins.
22055
22056 2000-06-01 Kenichi Handa <handa@etl.go.jp>
22057
22058 * international/characters.el: Fix syntax/category setting of
22059 Tibetan characters.
22060
22061 * language/tibet-util.el (tibetan-add-components): Fixes for new
22062 encoding of Tibetan characters.
22063 (tibetan-decompose-precomposition-alist): New variable.
22064 (tibetan-decompose-region): Convert precomposed characters to
22065 non-precomposed characters.
22066 (tibetan-decompose-string): Likewise.
22067 (tibetan-composition-function): Fix args to
22068 thibetan-compose-string.
22069
22070 * language/tibetan.el (tibetan-composable-pattern): More
22071 characters included.
22072 (tibetan-consonant-transcription-alist): Rule for "R" added.
22073 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22074 "+R" added.
22075 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22076
22077 * language/lao-util.el (lao-composition-function): Fix args to
22078 compose-string.
22079
22080 * language/thai-util.el (thai-composition-function): Fix args to
22081 compose-string.
22082
22083 * isearch.el (isearch-update): Set disable-point-adjustment to t
22084 to prevent the point moving to the end of a composition when a
22085 part of a composition is searched.
22086 (isearch-other-meta-char): If the key invoking this command can be
22087 mapped by function-key-map to a printing char, call
22088 isearch-process-search-char directly.
22089
22090 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22091
22092 * emacs-lisp/bytecomp.el:
22093 * frame.el:
22094 * international/mule-cmds.el:
22095 * international/mule-util.el:
22096 * international/mule.el:
22097 * mouse.el:
22098 * subr.el:
22099 * faces.el: Update calls to make-obsolete with a WHEN argument.
22100
22101 * byte-run.el (make-obsolete, make-obsolete-variable):
22102 Add an optional WHEN argument and change the format of the
22103 symbol-property information.
22104 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22105 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22106 new obsolete-symbol-property format and print WHEN if it is provided.
22107
22108 2000-05-31 Dave Love <fx@gnu.org>
22109
22110 * loadhist.el (loadhist-hook-functions): Remove
22111 before-change-function, after-change-function.
22112 (unload-feature): Deal with symbols which are both bound and
22113 fbound.
22114
22115 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22116 before-change-function, after-change-function.
22117
22118 * simple.el (newline): Don't bind before-change-function,
22119 after-change-function.
22120
22121 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22122
22123 * whitespace.el (whitespace-rescan-timer-time): Update interval
22124 set to 600 seconds (10 minutes) instead of 60 seconds since
22125 a large number of whitespace buffers causes emacs to `freeze'
22126 for a considerable amount of time.
22127
22128 * whitespace.el: Updated email address
22129
22130 2000-05-31 Dave Love <fx@gnu.org>
22131
22132 * add-log.el (change-log-font-lock-keywords) <function>: Add
22133 pattern for function of change.
22134 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22135 acknowledgements patterns.
22136
22137 2000-05-31 Kenichi Handa <handa@etl.go.jp>
22138
22139 * isearch.el (isearch-printing-char): If keyboard coding system is
22140 being used, call isearch-process-search-multibyte-characters.
22141
22142 * international/isearch-x.el: Mostly rewritten.
22143
22144 * international/quail.el (quail-start-conversion): Don't include
22145 unhandled events in the returned events, but set them in
22146 unread-command-events. Exit if all inputs are deleted.
22147
22148 2000-05-30 Jason Rumney <jasonr@gnu.org>
22149
22150 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22151
22152 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22153 Reenable code to create initial fontsets.
22154 Use set-fontset-font in place of put-charset-property.
22155
22156 2000-05-30 Gerd Moellmann <gerd@gnu.org>
22157
22158 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22159 label, ensure that the first colon isn't followed by another.
22160
22161 * paths.el (Info-default-directory-list): Doc fix.
22162
22163 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22164 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22165 send a query containing USER only, not USER@HOST.
22166
22167 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22168 and rmail-msgend to compute the restriction at the end, instead of
22169 computing it.
22170
22171 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22172
22173 * dabbrev.el (dabbrev-expand): Don't display messages in the
22174 echo area if the minibuffer window is active.
22175
22176 * jit-lock.el (jit-lock-mode): Add after change function to
22177 local hook.
22178
22179 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22180
22181 * antlr-mode.el: New commands: hide/unhide actions,
22182 upcase/downcase literals.
22183 (antlr-tiny-action-length): New user option.
22184 (antlr-hide-actions): New command. Suggested by
22185 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22186 (antlr-mode-map): New binding [C-c C-v].
22187 (antlr-mode-menu): New entries.
22188 (antlr-downcase-literals): New command.
22189 (antlr-upcase-literals): Ditto.
22190
22191 * antlr-mode.el: Minor changes: indendation, mode-name.
22192 (antlr-indent-line): Indent cpp directive at column 0.
22193 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22194
22195 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22196 (antlr-font-lock-additional-keywords): Workaround for intentional
22197 bug in XEmacs version of font-lock.
22198 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22199 be used by a smarter version of `buffers-menu-grouping-function'.
22200
22201 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22202
22203 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22204 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22205
22206 2000-05-29 Kenichi Handa <handa@etl.go.jp>
22207
22208 * international/encoded-kb.el
22209 (encoded-kbd-iso2022-designation-map): Pay attention to that
22210 charset-iso-final-char return -1 for eight-bit-control and
22211 eight-bit-graphic.
22212
22213 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22214
22215 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22216 (speedbar-easymenu-definition-base): Use display-graphic-p where
22217 available, instead of window-system.
22218
22219 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22220
22221 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22222 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22223 coding systems.
22224
22225 2000-05-26 Dave Love <fx@gnu.org>
22226
22227 * disp-table.el (standard-display-underline): Don't use
22228 internal-find-face.
22229
22230 * mail/reporter.el: Maintainer change. Doc fixes.
22231 (reporter-version): Deleted.
22232
22233 * emacs-lisp/elp.el: Maintainer change.
22234 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22235
22236 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22237
22238 * add-log.el (add-change-log-entry): Merge the current entry with the
22239 previous one if the previous one is empty.
22240
22241 2000-05-26 Dave Love <fx@gnu.org>
22242
22243 * loadhist.el (unload-feature): Fix interactive spec [from
22244 lijnzaad@ebi.ac.uk].
22245
22246 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22247 subr-arity to check primitives.
22248 (byte-compile-flush-pending, byte-compile-file-form-progn)
22249 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22250 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22251 mapcar.
22252
22253 2000-05-26 Kenichi Handa <handa@etl.go.jp>
22254
22255 * international/fontset.el: Set family names of non-latin charsets
22256 in default fontset to "*".
22257
22258 * international/mule-diag.el (print-fontset): Combine family part
22259 and registry part of the fontname by "-*-" instead of "-".
22260
22261 * international/mule-cmds.el (encode-coding-char): Make strings
22262 multibyte before calling encode-coding-string.
22263
22264 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22265
22266 * derived.el: Fix keywords.
22267 (define-derived-mode): Only define if needed.
22268
22269 * simple.el (fill-comment, comment-column, comment-start)
22270 (comment-start-skip, comment-end, comment-indent-function)
22271 (block-comment-start, block-comment-end, indent-for-comment)
22272 (set-comment-column, kill-comment, comment-padding, comment-region)
22273 (comment-multi-line, indent-new-comment-line): Remove.
22274
22275 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22276 function names for comment operations.
22277
22278 * newcomment.el: Add abundant autoload cookies.
22279 (comment-style): Don't depend on runtime data at compile-time.
22280 (comment-indent-hook): Remove.
22281 (comment-indent): Check if comment-indent-hook is bound.
22282 (comment-region): Docstring fix.
22283
22284 2000-05-25 Dave Love <fx@gnu.org>
22285
22286 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22287 byte-code-function-p.
22288
22289 * mail/rmailsum.el: Add provide.
22290
22291 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22292
22293 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22294 defcustom.
22295
22296 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22297
22298 * ediff-diff.el (ediff-exec-process): delete --binary option from
22299 non-buffer ediff jobs.
22300
22301 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22302
22303 * hilit-chg.el (highlight-changes-mode): Ask about color or
22304 grayscale support, not about window-system.
22305
22306 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22307 window-system.
22308 (ffap-highlight): Always default to t.
22309
22310 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22311 display-popup-menus-p instead of looking at window-system.
22312
22313 * disp-table.el (standard-display-g1, standard-display-graphic):
22314 Only refuse to use string glyphs on X and MS-Windows.
22315
22316 * avoid.el: Remove window-system from commentary, suggest to use
22317 display-*-p instead.
22318
22319 * apropos.el (apropos-print): Use display-mouse-p instead of
22320 window-system.
22321
22322 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22323
22324 * international/codepage.el (cp-decoding-vector-for-codepage):
22325 Fill up unsupported characters with their own codes. From Kenichi
22326 Handa.
22327
22328 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22329
22330 * international/mule-diag.el (describe-char-after): Use
22331 display-graphic-p instead of window-system, so that this function
22332 works on MS-DOS.
22333
22334 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22335
22336 * international/codepage.el (cp-make-coding-systems-for-codepage):
22337 Remove the eight-bit-graphic and eight-bit-control charsets from
22338 the list of charsets which we convert into `?'.
22339
22340 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22341
22342 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22343 private charsets.
22344 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22345 japanese-jisx0213-2): New charsets.
22346
22347 * international/fontset.el: Setup default fontset for new charsets.
22348
22349 2000-05-24 Dave Love <fx@gnu.org>
22350
22351 * info.el (Info-find-node-2): Restructure [following "Vadim
22352 S. Solomin" <sovs@uic.nnov.ru>].
22353
22354 * icomplete.el: Fix header for Finder.
22355
22356 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22357
22358 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22359 STAY.
22360
22361 * rmail.el (rmail-automatic-folder-directives): New user variable.
22362 (rmail-show-message): Add call to `rmail-auto-file' during
22363 display.
22364 (rmail-auto-file): New function.
22365
22366 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22367
22368 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22369 account.
22370 (ediff-test-utility,ediff-diff-mandatory-option)
22371 (ediff-reset-diff-options): Utilities for proper initialization of
22372 ediff-diff-options and ediff-diff3-options on Windows.
22373
22374 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22375 variable.
22376
22377 * ediff-mult.el (ediff-filegroup-action): Use
22378 ediff-merge-filename-prefix.
22379
22380 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22381
22382 * viper-ex.el (ex-write): Set selective display to nil.
22383
22384 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22385
22386 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22387 aliases for hebrew-iso-8bit.
22388
22389 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22390
22391 * woman.el: New version from Francis J. Wright
22392 <F.J.Wright@Maths.QMW.ac.uk>.
22393 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22394 names in environment variables regardless of the path separator.
22395 (woman-topic-all-completions-1): Don't call file-name-directory-p
22396 on all files, since woman-file-regexp already filters out any
22397 directories.
22398
22399 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22400
22401 * international/quail.el (quail-start-translation): Don't change
22402 modified-p of the current buffer.
22403 (quail-start-conversion): Likewise.
22404
22405 * international/kkc.el (kkc-region): Don't change modified-p of
22406 the current buffer.
22407
22408 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22409 conform to RFC1468.
22410 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22411
22412 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22413
22414 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22415 (speedbar-insert-button): Invisible text property fix.
22416 (speedbar-directory-plus): Renamed from speedbar-directory-+
22417 (speedbar-directory-minus): Renamed from speedbar-directory--
22418 (speedbar-page-plus): Renamed from speedbar-file-+
22419 (speedbar-page-minus): Renamed from speedbar-file--
22420 (speedbar-page): Renamed from speedbar-file-
22421 (speedbar-tag): Renamed from speedbar-tag-
22422 (speedbar-tag-plus): Renamed from speedbar-tag-+
22423 (speedbar-tag-minus): Renamed from speedbar-tag--
22424 (speedbar-expand-image-button-alist): Use above renames.
22425
22426 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22427 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22428 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22429 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22430 * sb-pg.xpm: Renamed from sb-file.xpm
22431 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22432 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22433
22434 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22435
22436 * international/quail.el (quail-show-guidance-buf): Set
22437 current-input-method of the guidance buffer to the name of the
22438 curren input method.
22439
22440 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22441
22442 * progmodes/compile.el (compile-internal): Style typo.
22443
22444 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22445 quote vars and functions in the docstring.
22446
22447 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22448
22449 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22450 Don't quote lambdas.
22451
22452 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22453
22454 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22455
22456 * startup.el (command-line): Determine source file of compiled
22457 user init file differently. Warn if compiled user init file
22458 is older than its source file.
22459
22460 * ffap.el (ffap-url-regexp): Add `https'.
22461
22462 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22463
22464 * files.el (make-backup-file-name-1): Replace slashes with `!'
22465 rather than `|' (which is not allowed on Windows). Replace the
22466 drive letters with a string "drive_X".
22467
22468 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22469
22470 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22471
22472 * files.el (interpreter-mode-alist): Add `bash2'.
22473
22474 2000-05-22 Dave Love <fx@gnu.org>
22475
22476 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22477 mapc.
22478 (feature-file): Avoid calling symbol-name. Doc fix.
22479 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22480 (loadhist-hook-functions): Add mouse-position-function.
22481 (unload-feature): Change uses of mapcar.
22482
22483 * files.el (parse-colon-path): Doc fix.
22484 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22485 (set-auto-mode): Use mapc.
22486
22487 * complete.el (PC-look-for-include-file): Use :alnum: character
22488 class.
22489 (partial-completion-mode): Add autoload cookie.
22490
22491 2000-05-22 Sam Steingold <sds@gnu.org>
22492
22493 * info.el (Info-fontify-node): Fixed the call to
22494 `add-text-properties' (bug introduced on 2000-05-18).
22495
22496 2000-05-22 Dave Love <fx@gnu.org>
22497
22498 * bindings.el: Remove debug-ignored-errors set in other files.
22499
22500 * progmodes/etags.el: Add to debug-ignored-errors.
22501 (visit-tags-table-buffer): Clear out buffers holding old tables
22502 when making a new list.
22503 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22504 mapc.
22505
22506 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22507 quote keywords.
22508 (cmpl-string-case-type): Use character classes.
22509
22510 * comint.el:
22511 * textmodes/ispell.el:
22512 * imenu.el:
22513 * mail/mh-e.el:
22514 * progmodes/compile.el: Add to debug-ignored-errors.
22515
22516 * dabbrev.el: Add to debug-ignored-errors.
22517 (dabbrev-completion): Use mapc.
22518
22519 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22520
22521 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22522 (woman-mapcan, woman-parse-man.conf)
22523 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22524 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22525 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22526 path syntax better.
22527 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22528 (woman-manpath): Call woman-parse-man.conf.
22529 (woman-emulation): New defcustom, defaults to nroff.
22530 (woman-font-support): New defconst.
22531 (woman-use-symbol-font): New defcustom.
22532 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22533 "Emulation".
22534 Many functions: Doc fix.
22535
22536 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22537
22538 * international/quail.el (quail-simple-translation-keymap): Map
22539 128..255 to quail-self-insert-command.
22540 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22541
22542 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22543
22544 * help.el (help-manyarg-func-alist): Typo.
22545
22546 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22547 intervals which makes it heaps simpler.
22548
22549 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22550 the nested comment markers.
22551
22552 * subr.el (remove-hook): Don't turn the hook's value into a list.
22553
22554 2000-05-21 Dave Love <fx@gnu.org>
22555
22556 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22557 are invalid characters.
22558
22559 * international/mule-util.el (detect-coding-with-priority): Use
22560 mapc. Remove redundant lambda.
22561
22562 * international/mule-diag.el (list-non-iso-charset-chars)
22563 (describe-fontset): Remove redundant lambda.
22564
22565 * emulation/crisp.el (brief-mode): New alias.
22566
22567 * emacs-lisp/ring.el (ring-elements): New function.
22568
22569 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22570 (easy-menu-do-add-item): Use keywordp.
22571
22572 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22573
22574 * replace.el: Doc and error message fixes.
22575 (replace-highlight): Use facep, not internal-find-face.
22576
22577 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22578
22579 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22580
22581 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22582 (log-edit-insert-changelog): Drop `:' as well.
22583
22584 * log-view.el: Fix file description.
22585 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22586 available.
22587 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22588 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22589
22590 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22591 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22592 Print a status message if the toggle is called interactively.
22593 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22594 for global minor modes and use `defcustom' for them.
22595 Use add-minor-mode.
22596 (easy-mmode-define-derived-mode): Remove.
22597 (define-derived-mode): Fancier default docstring.
22598 (easy-mmode-define-navigation): Signal an error rather than (ding).
22599
22600 * newcomment.el (comment-styles): New `box-multi'.
22601 (comment-normalize-vars): Better default for comment-continue to
22602 avoid whitespace-only continuations.
22603 (comment-search-forward): Always move even in the no-syntax case.
22604 (comment-padright): Only obey N if it's only obeyed for padleft.
22605 (comment-make-extra-lines): Better handling of empty continuations.
22606 Use `=' for the filler if comment-start has only one character.
22607 (uncomment-region): Try handling the special `=' filler.
22608 (comment-region): Allow LINES even if MULTI is nil.
22609 (comment-box): Choose box style based on comment-style.
22610
22611 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22612
22613 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22614 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22615
22616 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22617
22618 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22619 and insert, not subst-char-in-region.
22620
22621 * international/mule-diag.el (list-character-sets-1): Handle
22622 charsets eight-bit-control and eight-bit-graphic.
22623 (list-iso-charset-chars): Likewise.
22624 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22625 charactes as is. Use indent-to to align characters.
22626
22627 * international/mule-cmds.el (find-multibyte-characters): Never
22628 exclude charsets eight-bit-control and eight-bit-graphic.
22629
22630 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22631
22632 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22633 Don't quote lambdas.
22634
22635 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22636
22637 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22638
22639 * gud.el (gud-jdb-directories): Doc fix.
22640
22641 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22642
22643 * newcomment.el: New file.
22644
22645 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22646
22647 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22648
22649 2000-05-18 Andreas Schwab <schwab@suse.de>
22650
22651 * dired.el (dired-between-files): Also skip lines beginning with
22652 `used'.
22653
22654 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22655
22656 * msb.el (msb-menu-cond): Add choice `user'.
22657
22658 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22659
22660 * ps-print.el: Compatibility, customization and doc fix.
22661 (ps-printer-name-option): Replace defconst by defvar.
22662 (ps-postscript-code-directory): XEmacs compatibility.
22663 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22664 fix.
22665 (ps-user-defined-prologue, ps-print-prologue-header)
22666 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22667 compatibility and code fix.
22668 (ps-print-background-image, ps-print-background-text):
22669 Customization fix.
22670 (ps-line-number-start, ps-n-up-on): New vars.
22671
22672 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22673
22674 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22675 the indent-comment function to just return the appropriate indent.
22676
22677 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22678
22679 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22680 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22681 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22682
22683 2000-05-18 Dave Love <fx@gnu.org>
22684
22685 * info.el (Info-fontify-node): Add intangible property as well as
22686 invisible.
22687
22688 * calendar/appt.el (appt-make-list): Match all lines of entry.
22689 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22690
22691 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22692
22693 * international/mule-diag.el (describe-char-after): Call
22694 internal-char-font, not char-font. If internal-char-font returns
22695 nil, display "-- none --".
22696
22697 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22698
22699 * image.el (image-type-available-p): Don't reference image-types
22700 if it isn't bound.
22701
22702 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22703
22704 * autoarg.el (autoarg-mode): Typo in the :set argument.
22705
22706 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22707
22708 * startup.el (command-line-1): Don't signal an error if the
22709 directory for auto-save-list files does not yet exist.
22710
22711 2000-05-17 Kenichi Handa <handa@etl.go.jp>
22712
22713 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22714
22715 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22716
22717 * subr.el (remove-hook): `setq' hook-value, not `set'.
22718
22719 2000-05-16 Sam Steingold <sds@gnu.org>
22720
22721 * info.el (debug-ignored-errors): More errors to ignore.
22722
22723 2000-05-16 Dave Love <fx@gnu.org>
22724
22725 * cus-edit.el: Don't require cl or easymenu.
22726 (custom-variable-prompt): Test standard-value property, not
22727 user-variable-p.
22728
22729 2000-05-16 Sam Steingold <sds@gnu.org>
22730
22731 * subr.el (add-hook): `setq' hook-value, not `set'.
22732
22733 2000-05-16 Gerd Moellmann <gerd@gnu.org>
22734
22735 * startup.el (command-line-1): Mention the FAQ in the startup
22736 message.
22737
22738 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22739
22740 * progmodes/compile.el (compilation-parse-errors): Collect
22741 `nomessage' regexps last.
22742
22743 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22744
22745 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22746 to the function name.
22747
22748 2000-05-15 Dave Love <fx@gnu.org>
22749
22750 * speedbar.el (speedbar-recenter): Typo.
22751 (speedbar-expand-line): Make arg optional.
22752 (speedbar-mode): Avoid a compiler warning.
22753
22754 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22755
22756 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22757 user-specified option string is empty.
22758
22759 * mouse.el (mouse-yank-at-click): Doc fix.
22760
22761 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22762
22763 * term/internal.el (IT-character-translations): More updates of
22764 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22765 documents.
22766
22767 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22768
22769 * env.el (getenv): New function, interactively callable.
22770 (setenv, getenv): Remove autoload cookies.
22771
22772 * loadup.el: Load `env'.
22773
22774 * progmodes/f90.el: Change author's mail address.
22775
22776 2000-05-14 Dave Love <fx@gnu.org>
22777
22778 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22779 goto-addr as an option.
22780
22781 * help.el (help-xref-stack): Doc fix.
22782 (help-xref-following): New variable.
22783 (help-make-xrefs): Use it.
22784 (help-xref-go-back): Use position information from stack element.
22785 (help-follow): Make position in stack element a pair. Use
22786 help-xref-following.
22787
22788 * autoarg.el: New file.
22789
22790 * faces.el: Declare more functions obsolete.
22791
22792 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22793 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22794 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22795 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22796 Remove all the setup-...-environment functions.
22797
22798 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
22799
22800 * speedbar.el: Updated the commentary section. xemacs20p now uses
22801 >= when detecting. Require `defimage' safely.
22802 (speedbar-easymenu-definition-base): Add toggle for images.
22803 (speedbar-easymenu-definition-special): Add flush cache & expand.
22804 (speedbar-visiting-tag-hook): Set new defaults. Added options.
22805 (speedbar-reconfigure-keymaps-hook): New variable.
22806 (speedbar-frame-parameters): Updated documentation.
22807 (speedbar-use-imenu-flag): Updated custom tag
22808 (speedbar-dynamic-tags-function-list): New variable.
22809 (speedbar-tag-hierarchy-method): Updated doc & custom.
22810 (speedbar-indentation-width, speedbar-indentation-width) New
22811 variables.
22812 (speedbar-hide-button-brackets-flag): Customizable.
22813 (speedbar-vc-indicator): Doc update.
22814 (speedbar-ignored-path-expressions): Updated default value.
22815 (speedbar-supported-extension-expressions): Updated default value.
22816 (speedbar-syntax-table): Remove {} paren status.
22817 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22818 as "+". Added overlay aliases.
22819 (speedbar-mode): Use `speedbar-mode-line-update' instead of
22820 `force-mode-line-update'.
22821 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22822 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22823 `mouse-set-point'
22824 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22825 (speedbar-item-info-tag-helper): Revamped to handle a wider range
22826 of arbitrary text, and new helper functions.
22827 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22828 filename finder.
22829 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22830 (speedbar-directory-buttons): Update path search/expansion.
22831 (speedbar-make-tag-line): Pay attention to
22832 `speedbar-indentation-width'. Use more care w/ invisible
22833 properties.
22834 (speedbar-change-expand-button-char): Call
22835 `speedbar-insert-image-button-maybe'.
22836 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22837 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22838 (speedbar-trim-words-tag-hierarchy)
22839 (speedbar-simple-group-tag-hierarchy): New functions
22840 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22841 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22842 functions.
22843 (speedbar-mouse-set-point): New function
22844 (speedbar-power-click): Updated documentation.
22845 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22846 of tag prefix text.
22847 (speedbar-expand-line, speedbar-contract-line): Make more robust
22848 to strange text.
22849 (speedbar-expand-line): Takes universal argument to flush the
22850 cache.
22851 (speedbar-flush-expand-line): New function.
22852 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22853 Use new generator insertion method.
22854 (speedbar-fetch-dynamic-tags): New function.
22855 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22856 `speedbar-fetch-dynamic-imenu'.
22857 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22858 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22859 "Revert Buffer" menu items.
22860 (speedbar-buffer-buttons-engine): Be smarter when creating a
22861 filename tag (for expansion purposes.).
22862 (speedbar-highlight-one-tag-line,
22863 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22864 (speedbar-recenter): New functions.
22865 (defimage-speedbar): Image loading abstraction.
22866 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22867 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22868 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22869 (speedbar-tag-type, speedbar-tag-mail): New images.
22870 (speedbar-expand-image-button-alist): New variable.
22871 (speedbar-insert-image-button-maybe): Insert an image over some
22872 buttons.
22873
22874 2000-05-13 Kenichi Handa <handa@etl.go.jp>
22875
22876 * international/mule-cmds.el (encode-coding-char): An ASCII
22877 character is always encodable.
22878
22879 * international/mule-conf.el: Add more information in descriptions
22880 of character sets.
22881
22882 * international/mule-diag.el (describe-char-after): New function.
22883 (describe-font-internal): Adjusted for the change of font-info.
22884 (describe-font): Likewise.
22885 (print-fontset): Rewritten for the new fontset implementation.
22886 (describe-fontset): Include fontset alias names in completion.
22887 (list-fontsets): Adjusted for the change of print-fontset.
22888
22889 * simple.el (what-cursor-position): If DETAIL is non-nil, call
22890 describe-char-after instead of displaying the detail in the echo
22891 area.
22892 (syntax-code-table): Format changed.
22893 (string-to-syntax): Adjusted for the above change.
22894
22895 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
22896
22897 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22898
22899 2000-05-12 Dave Love <fx@gnu.org>
22900
22901 * calendar/todo-mode.el: Remove some compatibility stuff and CL
22902 dependence. Use line-{beginning,end}-position, not
22903 point-at{b,e}ol. Some doc fixes.
22904 (todo-position): New function. Fix callers of position to use it.
22905 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22906
22907 2000-05-12 Gerd Moellmann <gerd@gnu.org>
22908
22909 * time.el (display-time-mail-icon): Use `:ascent center'.
22910
22911 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22912 handling FTP security extensions.
22913
22914 2000-05-11 Dave Love <fx@gnu.org>
22915
22916 * calendar/todo-mode.el: New file.
22917
22918 2000-05-11 Gerd Moellmann <gerd@gnu.org>
22919
22920 * comint.el (comint-read-input-ring): Move reference to
22921 comint-input-ring-size outside of the save-excursion. It was
22922 causing the default value to be the only one ever seen.
22923
22924 * font-lock.el: Update copyright. Remove Simon Marshall's email
22925 address on request from him.
22926
22927 * subr.el (substitute-key-definition): Add comment describing
22928 the meaning of PREFIX.
22929
22930 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
22931
22932 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22933
22934 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22935 (add-minor-mode): Don't make the variable buffer-local and add a
22936 reference to define-minor-mode in the docstring.
22937
22938 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22939 HEADER/FOOTER and fix bug with trailing empty directory.
22940 (cvs-append-to-ignore): Use vc-editable-p if available.
22941 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22942 (vc-do-command): Tweak advice to handle the new VC.
22943
22944 * log-view.el (log-view-goto-rev): New function for the new VC.
22945 (log-view-minor-wrap): Use mark-active.
22946
22947 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
22948 (log-edit-changelog-full-paragraphs): New var.
22949 (log-edit-insert-changelog): Remove a lonely leading `* file'.
22950 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22951 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
22952 (log-edit-changelog-ours-p, log-edit-changelog-entries)
22953 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
22954 Replace the `cvs' prefix with `log-edit'.
22955
22956 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
22957
22958 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
22959 (diff-font-lock-defaults): Explicitly turn off multiline.
22960 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
22961 (diff-ediff-patch): Fix call to ediff-patch-file.
22962 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
22963 Handle comments.
22964
22965 * frame.el (automatic-hscrolling): Typo.
22966
22967 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
22968
22969 2000-05-09 Sam Steingold <sds@goems.com>
22970
22971 * apropos.el (apropos-print): use `describe-face' instead of
22972 `customize-face-other-window'.
22973
22974 2000-05-09 Dave Love <fx@gnu.org>
22975
22976 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
22977
22978 * help.el (describe-variable): Have customize button pop the
22979 help-xref stack when invoked.
22980 (help-xref-symbol-regexp): Add `face'.
22981 (help-make-xrefs): Check for quoted face names and adapt regexp
22982 submatch numbers to cope.
22983 (help-xref-interned): Maybe insert face doc too. Separate
22984 sections with a line of hyphens.
22985
22986 * faces.el: Some doc fixes. Declare some functions obsolete.
22987 (describe-face): Add customize button. Return the help
22988 text. Fix prompt.
22989
22990 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
22991
22992 * term/internal.el (IT-character-translations): Fix last change.
22993
22994 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22995
22996 * woman.el: New file
22997 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
22998
22999 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23000
23001 * term/internal.el (IT-character-translations): Update ASCII
23002 simulations for greek-iso8859-7, add latin-iso8859-14 and
23003 latin-iso8859-15.
23004
23005 * international/mule-cmds.el (set-language-info-alist): Call
23006 define-prefix-command with 3 arguments, to make the map suitable
23007 for a menu.
23008
23009 2000-05-07 Dave Love <fx@gnu.org>
23010
23011 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23012
23013 2000-05-05 Dave Love <fx@gnu.org>
23014
23015 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23016 list in doc string. Don't quote keyword symbols.
23017 * emacs-lisp/cl.el: Likewise
23018 * emacs-lisp/cl-seq.el: Likewise
23019
23020 2000-05-05 Gerd Moellmann <gerd@gnu.org>
23021
23022 * abbrev.el (abbrev-mode): Make ARG optional.
23023
23024 2000-05-04 Gerd Moellmann <gerd@gnu.org>
23025
23026 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23027
23028 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23029
23030 * subr.el (substitute-key-definition): Clarify documentation.
23031
23032 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
23033
23034 * glasses.el (glasses-convert-to-unreadable): Use
23035 `glasses-separator' instead of the hard-wired "_".
23036 (glasses-mode): Call `glasses-make-unreadable' only in a single
23037 place.
23038
23039 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23040
23041 * term/internal.el (cjk-codepages-alist): Add associations for
23042 Chinese and Korean codepages. Remove FIXME comment.
23043
23044 2000-05-03 Dave Love <fx@gnu.org>
23045
23046 * time.el (display-time-mail-face, display-time-use-mail-icon):
23047 New option.
23048 (display-time-mail-icon): New variable.
23049 (display-time-string-forms): Use the above. Fix the local-map.
23050
23051 2000-05-03 Gerd Moellmann <gerd@gnu.org>
23052
23053 * replace.el (query-replace-map): Add binding for `E'.
23054 (query-replace-help): Extend help text.
23055 (perform-replace): Allow editing the replacement string.
23056
23057 * make-mode.el (makefile-mode-abbrev-table): New variable.
23058 (makefile-mode): Set local abbrev table to
23059 makefile-mode-abbrev-table.
23060 (makefile-font-lock-keywords): Fontify includes and conditionals.
23061
23062 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23063 set TOGGLE's value.
23064
23065 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23066 mail-interactive-insert-alias.
23067 (mail-abbrev-complete-alias): New command.
23068 (mail-mode-map): Bind it to `M-TAB'.
23069
23070 2000-05-03 Kenichi Handa <handa@etl.go.jp>
23071
23072 * language/lao-util.el (lao-compose-region): New function.
23073
23074 2000-05-02 Gerd Moellmann <gerd@gnu.org>
23075
23076 * files.el (recover-session): Make directories as necessary
23077 if they don't exist yet.
23078
23079 * calendar/cal-french.el
23080 (french-calendar-multibyte-special-days-array)
23081 (french-calendar-special-days-array): Change French text.
23082 (calendar-french-date-string): Change output.
23083 (calendar-goto-french-date): Likewise.
23084
23085 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23086
23087 * wid-edit.el (widget-default-active): Obey `:always-active'.
23088 (widget-documentation-string-value-create): Set `:always-active'.
23089
23090 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23091
23092 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23093 default prefix to `~/_emacs.d/auto-save.list/_s'.
23094 (normal-top-level): Create the directory for auto-save files, if
23095 it doesn't already exist (in the ms-dos case only).
23096
23097 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23098
23099 * international/mule-cmds.el (set-language-environment): Don't
23100 concat an integer (dos-codepage), use format instead.
23101
23102 2000-05-02 Dave Love <fx@gnu.org>
23103
23104 * help.el (help-xref-on-pp): Check for constant symbols.
23105
23106 2000-04-29 Gerd Moellmann <gerd@gnu.org>
23107
23108 * startup.el (normal-top-level): Put a condition-case around
23109 the code loading subdirs.el.
23110
23111 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23112
23113 * ps-print.el: Upside-down and face background color printing,
23114 line number step, doc fix.
23115 (ps-print-version): New version number (5.2).
23116 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23117 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23118 (ps-spool-config): Var fix.
23119 (ps-printer-name-option): Const fix.
23120 (ps-print-upside-down, ps-use-face-background)
23121 (ps-line-number-step): New vars.
23122 (ps-window-system, ps-lp-system): New consts.
23123 (ps-face-background): New fun.
23124
23125 2000-04-28 Richard Stallman <rms@gnu.org>
23126
23127 * files.el (make-auto-save-file-name):
23128 Apply auto-save-file-name-transforms to visited file name
23129 before generating auto save file name.
23130 (auto-save-file-name-transforms): New variable.
23131
23132 * files.el (backup-enable-predicate):
23133 Correctly test for a file under a temporary directory.
23134
23135 2000-04-28 Gerd Moellmann <gerd@gnu.org>
23136
23137 * subr.el (add-minor-mode): Rewritten.
23138
23139 2000-04-28 Kenichi Handa <handa@etl.go.jp>
23140
23141 * mail/sendmail.el (sendmail-send-it): Set
23142 buffer-file-coding-system to the selected coding system for MIME
23143 header.
23144
23145 2000-04-27 Gerd Moellmann <gerd@gnu.org>
23146
23147 * dired.el (dired-move-to-filename-regexp): Allow format where
23148 YYYY is followed by two spaces.
23149
23150 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23151 in the second character class of the regexp.
23152
23153 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23154 mh-etc, too.
23155
23156 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23157 nil.
23158
23159 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23160
23161 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23162 argument.
23163
23164 2000-04-27 Sen Nagata <sen@eccosys.com>
23165
23166 * emacs-lisp/crm.el (crm-completion-table): New variable.
23167 (crm-collection-fn, crm-test-completion)
23168 (completing-read-multiple): Use it.
23169
23170 2000-04-27 Dave Love <fx@gnu.org>
23171
23172 * help.el (locate-library): Use mapc.
23173 (help-manyarg-func-alist): Add call-process-region.
23174
23175 2000-04-26 Gerd Moellmann <gerd@gnu.org>
23176
23177 * subr.el (add-minor-mode): Make argument MAP optional.
23178
23179 * desktop.el (desktop-save): Save list of minor modes.
23180 (desktop-create-buffer): Restore minor modes.
23181 (desktop-minor-mode-table): New user-option.
23182
23183 * subr.el (add-minor-mode): New function.
23184
23185 * image.el (find-image): New function.
23186 (defimage): Rewritten to find image at load time.
23187
23188 * startup.el (normal-top-level-add-to-load-path): Handle
23189 case that the default directory is not in load-path.
23190
23191 * help.el: Old patch from Stefan Monnier.
23192 (help-xref-on-pp): New function.
23193 (describe-variable): Use it to display xrefs in a symbol's value.
23194
23195 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23196
23197 * cus-edit.el (custom-face): Fix parenthesis.
23198
23199 2000-04-26 Kenichi Handa <handa@etl.go.jp>
23200
23201 * mail/rmail.el (rmail-expunge): When there are no deleted
23202 messages, do nothing.
23203
23204 2000-04-26 Dave Love <fx@gnu.org>
23205
23206 * international/mule-cmds.el (locale-translation-file-name):
23207 Defvar to nil.
23208 (set-locale-environment): Set it here (at runtime).
23209
23210 2000-04-25 Gerd Moellmann <gerd@gnu.org>
23211
23212 * replace.el (perform-replace): Add parameters START and END. Use
23213 them instead of the check for a region in Transient Mark mode.
23214 (query-replace-read-args): Return two more list elements for the
23215 start and end of the region in Transient Mark mode.
23216 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23217 (map-query-replace-regexp, replace-string, replace-regexp): Add
23218 optional last arguments START and END and pass them to
23219 perform-replace.
23220
23221 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23222 form with additional arguments for perform-replace.
23223
23224 * progmodes/etags.el (tags-query-replace): Add parameters START
23225 and END. Construct a form with additional arguments for
23226 perform-replace.
23227
23228 * simple.el (shell-command): Set default directory for "*Shell
23229 Command Output" buffer.
23230
23231 * language/european.el (iso-latin-4): Fix typo.
23232
23233 * emacs-lisp/crm.el: New file.
23234
23235 2000-04-24 Dave Love <fx@gnu.org>
23236
23237 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23238 (Custom-reset-saved, Custom-reset-standard)
23239 (custom-group-value-create, custom-group-set, custom-group-save)
23240 (custom-group-reset-current, custom-group-reset-saved)
23241 (custom-group-reset-standard): Use mapc.
23242 (custom-buffer-create-internal): Disable undo when creating items.
23243 Use mapc.
23244 (custom-face): Avoid redundant lambda.
23245
23246 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23247
23248 * startup.el (auto-save-list-file-prefix): Set default to
23249 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23250
23251 2000-04-24 Sam Steingold <sds@gnu.org>
23252
23253 * time-stamp.el (time-stamp-string-preprocess): Always convert
23254 `field-result' to a string.
23255
23256 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23257
23258 * frame.el (scrolling): New group.
23259 (automatic-hscrolling): New user-option.
23260
23261 * startup.el (command-line-x-option-alist): Add `-lsp' and
23262 `--line-spacing'.
23263
23264 2000-04-19 Dave Love <fx@gnu.org>
23265
23266 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23267 (cl-mapc): Rename from mapc. Fix the funcall.
23268
23269 2000-04-19 Gerd Moellmann <gerd@gnu.org>
23270
23271 * simple.el (clone-indirect-buffer-other-window): New command.
23272 (clone-indirect-buffer): Add optional arg NORECROD.
23273 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23274
23275 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23276
23277 * window.el (count-screen-lines): New function.
23278 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23279 instead of window-buffer-height.
23280
23281 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23282 non-existing variable comint-input-sentinel.
23283 (inferior-lisp-args-to-list): Removed.
23284 (inferior-lisp): Use split-string instead of
23285 inferior-lisp-args-to-list.
23286
23287 * hexl.el (hexl-insert-hex-string): New command.
23288
23289 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23290 instead of concat.
23291
23292 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23293
23294 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23295 at the start of an existing but empty folder.
23296
23297 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23298
23299 * ps-mule.el: Customization fix, doc fix.
23300 (ps-multibyte-buffer): Customization fix.
23301
23302 2000-04-17 Richard M. Stallman <rms@gnu.org>
23303
23304 * subr.el (read-passwd): Use read-char-exclusive.
23305
23306 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23307
23308 * textmodes/texinfo.el (texinfo-insert-@email)
23309 (texinfo-insert-@emph, texinfo-insert-@quotation)
23310 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23311 (texinfo-mode-map): Add key bindings for them.
23312
23313 * files.el (basic-save-buffer-2): Use a template with `$'
23314 instead of `#' for VMS.
23315
23316 * simple.el (clone-indirect-buffer): New function.
23317
23318 2000-04-16 Stephen Eglen <stephen@gnu.org>
23319
23320 * iswitchb.el (iswitchb-case): New function. If the user input
23321 contains any upper-case characters, the search is made
23322 case-sensitive.
23323
23324 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23325
23326 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23327 comment-end.
23328 (texinfo-font-lock-syntactic-keywords): New var.
23329 (texinfo-font-lock-keywords): Remove comment regexp.
23330 (texinfo-insert-block): New function.
23331 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23332 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23333 and font-lock-defaults. Use regexp-opt for outline-regexp.
23334 (texinfo-environments): New var.
23335 (texinfo-environment-regexp): Use regexp-opt and
23336 texinfo-environments.
23337
23338 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23339 ispell-process is bound since this might be eval'd before ispell
23340 is loaded.
23341 (ispell-message): Use a tiny bit less magic and a bit more hard
23342 data to figure out what kind of sc-cite-regexp to use.
23343
23344 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23345
23346 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23347 (insert-cyclic-diary-entry): Unquote the lambda.
23348
23349 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23350
23351 * files.el (backup-enable-predicate): Unquote the lambda.
23352
23353 * cus-edit.el (custom-face, face): Unquote the lambda.
23354
23355 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23356
23357 * ps-print.el: Check for line-beginning-position definition.
23358
23359 * ps-print.el: Fix counting lines in a region.
23360 (ps-print-version): New version number (5.1.5).
23361 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23362 (ps-printing-region): Fun code fix.
23363
23364 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23365
23366 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23367 to file-directory-p.
23368
23369 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23370
23371 * gud.el (gud-jdb-build-source-files-list): Check that directory
23372 exists before calling directory-files.
23373
23374 2000-04-13 Dave Love <fx@gnu.org>
23375
23376 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23377 syntax.
23378
23379 * emacs-lisp/cl-specs.el: Remove when, unless.
23380
23381 * emacs-lisp/cl-extra.el: Don't quote keywords.
23382 (cl-old-mapc): New variable.
23383 (mapc): Use it.
23384 (cl-map-intervals): Use with-current-buffer. Don't check for
23385 next-property-change.
23386 (cl-map-overlays): Use with-current-buffer.
23387 (cl-expt): Remove.
23388 (copy-tree, remprop): Define unconditionally.
23389
23390 * emacs-lisp/cl-compat.el (keywordp): Remove.
23391
23392 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23393 to use keywordp.
23394 (edebug-spec): Enable keywordp.
23395
23396 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23397 string-lessp.
23398
23399 * cus-start.el: Use keywordp.
23400
23401 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23402
23403 * diary-lib.el (include-other-diary-files): Fix the fix of
23404 2000-02-18 by doing a save-excursion.
23405
23406 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23407
23408 * ps-print.el: Customization fix, doc fix.
23409 (ps-print-version): New version number (5.1.4).
23410 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23411 (ps-print-preprint): Adjust code.
23412 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23413 (ps-print-prologue-header, ps-print-control-characters)
23414 (ps-spool-config): Customization fix.
23415
23416 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23417
23418 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23419 converted to the new menu-item format, names silightly changed,
23420 help strings added.
23421
23422 Support for spelling without async subprocesses:
23423
23424 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23425 (ispell-session-buffer): New variables.
23426 (ispell-start-process, ispell-process-status,
23427 ispell-accept-output, ispell-send-string): New functions, for
23428 Ispell invocation when async subprocesses aren't supported.
23429 (ispell-word, ispell-pdict-save, ispell-command-loop,
23430 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23431 to process-send-string with calls to ispell-send-string, and
23432 accept-process-output with ispell-accept-output.
23433 (ispell-init-process): Call ispell-process-status instead of
23434 process-status with.
23435 (ispell-init-process): Call ispell-start-process. Call
23436 ispell-accept-output and ispell-send-string. Don't call
23437 process-kill-without-query and kill-process if they are unbound.
23438 (ispell-async-processp): New function.
23439
23440 2000-04-12 Dave Love <fx@gnu.org>
23441
23442 * info.el: Add debug-ignored-errors.
23443 (Info-mode-menu): Add some items.
23444 (Info-directory): Add autoload cookie.
23445
23446 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23447 Modify `truncate-lines'. Make `describe-language-environment'
23448 always visible and add help. Modify `describe-key' help. Invoke
23449 Info-directory from `info'. New entry `emacs-manual'.
23450
23451 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23452
23453 * progmodes/ebrowse.el (ebrowse-tree-mode):
23454 Use propertized-buffer-identification.
23455 (ebrowse-update-member-buffer-mode-line): Likewise.
23456 (ebrowse--mode-strings): Removed.
23457 (ebrowse--mode-line-props): Removed.
23458
23459 * files.el (auto-mode-alist): Add `EBROWSE'.
23460
23461 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23462 space before testing for end of buffer.
23463 (ebrowse-load): Removed.
23464 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23465 (ebrowse-create-tree-buffer): Rewritten.
23466 (ebrowse-tree-mode): Read tree from buffer.
23467
23468 * progmodes/ebrowse-ffh.el: Removed.
23469
23470 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23471
23472 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23473
23474 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23475
23476 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23477 at the wrong place.
23478
23479 2000-04-09 Dave Love <fx@gnu.org>
23480
23481 * files.el (backup-enable-predicate):
23482 Use temporary-file-directory, small-temporary-file-directory.
23483 (make-backup-file-name-function, backup-directory-alist): New vars.
23484 (make-backup-file-name-1): New function.
23485 (make-backup-file-name): Use it.
23486 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23487 (file-newest-backup): Use make-backup-file-name.
23488
23489 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23490
23491 * progmodes/ebrowse-ffh.el: New file.
23492
23493 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23494 Moved to ebrowse-ffh.el.
23495 (ebrowse-load): Add autoload.
23496
23497 * finder.el (finder-commentary): Add autoload cookie.
23498
23499 * mail/rfc2368.el: Correct author's email address.
23500
23501 * progmodes/ebrowse.el: New file.
23502
23503 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23504 item help string.
23505 (easy-menu-do-add-item): Ditto.
23506 (easy-menu-define): Extend doc string.
23507
23508 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23509 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23510 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23511 with-buffer-unmodified.
23512
23513 2000-04-08 Dave Love <fx@gnu.org>
23514
23515 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23516 unless, when.
23517
23518 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23519
23520 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23521 (viper-flash-search-pattern): No operation when using Emacs
23522 doesn't support face.
23523 Use `viper-put-on-search-overlay'.
23524
23525 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23526
23527 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23528 like C-r.
23529
23530 * progmodes/make-mode.el: Some doc fixes.
23531 (makefile-mode-abbrev-table): New variable.
23532 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23533 (makefile-font-lock-keywords): Fontify includes and conditionals.
23534 (toplevel): Require `dabbrev' and `add-log' when compiling.
23535
23536 * replace.el (perform-replace): Don't move forward one char
23537 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23538 to do that because it leaves point 1 position after the last
23539 replacement, after everything has been replaced.
23540
23541 * jit-lock.el (with-buffer-unmodified): New macro.
23542 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23543 modified state.
23544 (jit-lock-function-1): Extracted from jit-lock-function; not
23545 preserving buffer's modified state.
23546 (jit-lock-function, jit-lock-stealth-fontify):
23547 Call jit-lock-function-1.
23548
23549 * mail/rfc2368.el: Remove supernumerary copyright line.
23550
23551 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23552
23553 * glasses.el: Provide facilities for inserting space before left
23554 parentheses and uncapitalization of identifiers.
23555 (glasses-mode): Try to remove old overlays in all cases.
23556
23557 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23558
23559 * progmodes/compile.el (compile-internal): Display the compilation
23560 buffer in a different frame, if it's already displayed there.
23561
23562 * mail/rfc2368.el: New file.
23563
23564 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23565 header and insert its value as mail body.
23566
23567 * subr.el (member-ignore-case): New function.
23568
23569 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23570 (dabbrev--find-expansion): Ignore buffers matching a regexp
23571 from dabbrev-ignored-regexps.
23572
23573 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23574 to extensions handled by gzip.
23575
23576 2000-04-03 Richard M. Stallman <rms@gnu.org>
23577
23578 * files.el (insert-directory): List the total free space
23579 along with the used space.
23580
23581 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23582 line is followed by one that matches CITATION-REGEXP, end the
23583 paragraph.
23584
23585 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23586
23587 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23588 (rmail-make-basic-summary-line): Use that option.
23589
23590 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23591
23592 * international/mule-cmds.el (encoded-string-description):
23593 Rewritten. Try pretty description for ISO 2022 escape sequences
23594 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23595 for hexadecimal format.
23596
23597 2000-04-01 Dave Love <fx@gnu.org>
23598
23599 * cpp.el: Change customization group to `c' from `C'.
23600
23601 * vcursor.el (vcursor-move): Use display-color-p.
23602
23603 * international/mule-util.el: Provide mule-utils.
23604 (string-to-sequence): Simplify and speed up.
23605
23606 * international/mule.el (make-coding-system): Purecopy doc-string.
23607
23608 * international/mule-cmds.el: Various menu changes.
23609 (describe-specified-language-support): Handle `Default'.
23610 (set-language-info): Purecopy `info'.
23611
23612 2000-03-31 Andrew Innes <andrewi@gnu.org>
23613
23614 * vc.el (vc-backend-diff): Return the correct status if we had to
23615 retry the rcsdiff command without the --brief option.
23616
23617 2000-03-31 Dave Love <fx@gnu.org>
23618
23619 * help.el (help-manyarg-func-alist): Correct several omissions.
23620
23621 * add-log.el: Don't require cl, fortran.
23622 (add-log-current-defun-function): Doc fix.
23623 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23624 (change-log-version-rcs): Function deleted.
23625 (change-log-version-number-search): Doc fix.
23626 Use vc-workfile-version. Avoid CL dolist.
23627 (add-change-log-entry): Just call add-log-current-defun to get
23628 defun. Simplify somewhat.
23629 (change-log-get-method-definition-1): Likewise.
23630 (add-log-current-defun): Return nil if calling
23631 add-log-current-defun-function does so. Move Fortran stuff to
23632 fortran.el. Return string without properties.
23633
23634 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23635 and :alpha: char classes.
23636
23637 * mail/supercite.el: Defvar curline when compiling.
23638 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23639 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23640 rather than a-zA-Z0-9 to allow non-ASCII characters.
23641
23642 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23643
23644 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23645
23646 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23647 Re-enable new code.
23648
23649 * lpr.el (print-region-1): Use -d to specify printer name for
23650 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23651
23652 2000-03-31 Dave Love <fx@gnu.org>
23653
23654 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23655 Look for function definition in symbol's function value slot first
23656 instead of first consulting byte-compile-function-environment.
23657
23658 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23659
23660 * language/european.el ("Polish"): New language environment.
23661 (setup-polish-environment): New function.
23662
23663 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23664
23665 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23666 Disable new code.
23667
23668 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23669 trying to `load' the symbol of an autoload instead of the file
23670 recorded in the autoload. Fix error messages.
23671
23672 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23673
23674 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23675 (ps-print-version): New version number (5.1.3).
23676 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23677 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23678 (ps-generate-postscript-with-faces): Code fix.
23679 (ps-color-values): XEmacs compatibility.
23680 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23681 (ps-default-fg, ps-default-bg): Adjust customization.
23682 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23683 (ps-color-scale): Renaming old ps-color-value fun.
23684 (ps-print-headers): Replace ps-print-header group to avoid conflict
23685 with ps-print-header variable.
23686 (ps-print-miscellany): New group.
23687 (ps-format-color, ps-rgb-color): New funs.
23688 (ps-default-foreground): New var.
23689 (ps-printer-name-option): New const.
23690
23691 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23692
23693 * net/net-utils.el:
23694 (network-connection-host, network-connection-service): New variables
23695 (network-connection-mode): New mode, derived from comint-mode
23696 (network-connection-mode-setup): New function, saves host and
23697 service information in local variables.
23698
23699 * lisp/locate.el:
23700 (locate-word-at-point): Added this function
23701 (locate): Default to using locate-word-at-point as input
23702 Run dired-mode-hook
23703
23704 2000-03-29 Dave Love <fx@gnu.org>
23705
23706 * calendar/appt.el: Doc fixes.
23707 (appt-check): Convert min-to-app to a string before passing to
23708 appt-disp-window-function or concat.
23709 (appt-delete-window): Remove test for frame-root-window.
23710 (appt-select-lowest-window, appt-convert-time): Simplify.
23711
23712 * emacs-lisp/bytecomp.el: Doc fixes.
23713 (byte-compile-file-form-autoload):
23714 Update byte-compile-function-environment.
23715
23716 2000-03-29 Andreas Schwab <schwab@suse.de>
23717
23718 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23719
23720 * dired.el (dired-insert-directory): If dired-free-space-program
23721 failed just delete its output.
23722
23723 2000-03-29 Dave Love <fx@gnu.org>
23724
23725 * international/iso-cvt.el: Move provide to end. Doc fixes.
23726 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23727 (iso-iso2sgml, iso-sgml2iso): New functions.
23728 (iso-cvt-define-menu): Fix some entries and use backquote for
23729 clarity.
23730
23731 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23732
23733 2000-03-28 Gerd Moellmann <gerd@gnu.org>
23734
23735 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23736 ISO-DATE. If non-nil, return date in ISO 8601 format.
23737
23738 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23739
23740 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23741 if it ever becomes used.
23742 (log-edit-mode-hook): Default to vc-log-mode-hook.
23743 (log-edit-mode): Fix the docstring.
23744
23745 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23746 the code.
23747
23748 2000-03-26 Dave Love <fx@gnu.org>
23749
23750 * net/browse-url.el (browse-url): Re-fix case of
23751 browse-url-browser-function being an alist.
23752 (browse-url): Add :link to defgroup.
23753
23754 * files.el: Doc fixes.
23755 (file-truename): Include `[' in wildcard characters.
23756 (automount-dir-prefix): Customize.
23757 (find-file-wildcards): Add :version.
23758 (find-file-noselect): Simplify a mapcar call.
23759
23760 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23761 compatible with inf-lisp version.
23762 (eval-defun-1): Fix custom-declare-variable case.
23763
23764 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23765
23766 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23767
23768 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23769
23770 * Makefile (COMPILE_FIRST): New macro.
23771 (compile-files): Compile files from COMPILE_FIRST first.
23772
23773 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23774
23775 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23776 matching open parenthesis in column 0 to defun-prompt-regexp
23777 only if open-paren-in-column-0-is-defun-start is set.
23778
23779 * sun-curs.el: Require CL at compile-time only.
23780
23781 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23782 instead of copy-list which is a function from CL.
23783 (msb--choose-menu, msb--mode-menu-cond)
23784 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23785 (msb--init-file-alist): Use mapcar instead of mapcan.
23786 (msb--aggregate-alist): Use mapcar instead of mapcan.
23787 Fix `(' in column 0 in doc string.
23788 (msb--add-separators): Use mapcar instead of mapcan.
23789
23790 * cus-dep.el: Require CL at compile-time only.
23791
23792 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23793
23794 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23795 (byte-compile-warnings): New warning `noruntime'.
23796 (byte-compile-constants, byte-compile-variables): Fix docstring.
23797 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23798 execute `eval-whenc-compile's body.
23799 (byte-compile-unresolved-functions): Fix docstring.
23800 (byte-compile-eval): New function.
23801 (byte-compile-callargs-warn): Check if the function will be available
23802 at runtime (via property `byte-compile-noruntime').
23803 (byte-compile-print-syms): New function.
23804 (byte-compile-warn-about-unresolved-functions): Also warn about
23805 `noruntime' functions (and use `byte-compile-print-syms').
23806 (byte-compile-file): Capitalize the message.
23807
23808 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23809
23810 * mail/rmail.el (rmail-confirm-expunge): New user-option.
23811 (rmail-expunge): Ask for confirmation depending on the setting
23812 of rmail-confirm-expunge.
23813
23814 2000-03-23 Gerd Moellmann <gerd@gnu.org>
23815
23816 * Makefile (bootstrap-clean): If $(emacs) exists, build
23817 loaddefs.el first. A loaddefs.el that's not up-to-date might
23818 cause a bootstrap failure because things don't autoload as expected.
23819
23820 2000-03-23 Dave Love <fx@gnu.org>
23821
23822 * net/browse-url.el: Restore previous use of
23823 browse-url-maybe-new-window.
23824
23825 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23826
23827 * ps-print.el: Skip banner page fix.
23828 (ps-print-version): New version number (5.1.2).
23829 (ps-begin-file, ps-end-file, ps-generate): Code fix.
23830
23831 2000-03-23 Dave Pearson <davep@davep.org>
23832
23833 * net/quickurl.el Changed the type of parameter passed to the
23834 function defined by `quickurl-format-function'. Before only the
23835 text of the URL was passed. Now the whole URL structure is passed
23836 and the function is responsible for extracting the parts it requires.
23837 Changed the default of `quickurl-format-function' accordingly.
23838 (quickurl-insert): Changed the `funcall' of
23839 `quickurl-format-function' to match the above change.
23840 (quickurl-list-insert): Changed the `url' case so that it makes
23841 use of `quickurl-format-function', previous to this the format was
23842 hard wired.
23843
23844 2000-03-22 Gerd Moellmann <gerd@gnu.org>
23845
23846 * startup.el: Change some spellings for the X Window System.
23847
23848 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23849
23850 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23851 Clean up the code and the regexp and make sure the cursor is
23852 temporarily moved to the suspicious line while querying the user.
23853
23854 2000-03-22 Jason Rumney <jasonr@gnu.org>
23855
23856 * w32-fns.el (w32-charset-info-alist): Initialize.
23857
23858 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23859
23860 * ps-print.el: N-up last page fix.
23861 (ps-print-version): New version number (5.1.1).
23862 (ps-end-file, ps-end-job, ps-generate): Code fix.
23863
23864 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23865
23866 * files.el (find-file-run-dired): Update docstring.
23867 (find-directory-functions): New hook.
23868 (find-file-noselect): Run find-directory-functions rather than
23869 calling dired directly.
23870
23871 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23872
23873 * pcvs.el: Add a minimal leading commentary.
23874 (cvs-make-cvs-buffer): Change the header part by removing the startup
23875 message and adding a `Module' entry. Also replace the FOOTER and
23876 HEADER special fileinfos with the new support in ewoc for updating
23877 its own footer and header.
23878 (cvs-update-header): Update to use the header/footer of the ewoc.
23879 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23880 (cvs-is-within-p): New function.
23881 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23882 to only examine some subset of the buffers.
23883
23884 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23885 `format' instead of our own ad-hoc functions.
23886 Remove HEADER and FOOTER cases, now handled in the EWOC.
23887 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23888
23889 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23890 output to avoid scaring the user.
23891 (cvs-parse-table): Catch message for non-up-to-date commits.
23892
23893 * pcvs-defs.el (cvs-startup-message): Remove.
23894 (cvs-global-menu): New autoloaded menu.
23895
23896 * pcvs-util.el (cvs-string-fill): Remove.
23897
23898 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23899 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23900 PP part of it and also make it work for footers and headers.
23901 (ewoc-create): Drop POS and BUFFER arguments.
23902 Use the DLL's dummy node to store the end-of-footer position.
23903 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23904 (ewoc-refresh): Remove unused `header' variable.
23905 (ewoc-(get|set)-hf): New functions.
23906
23907 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23908 log-view-*-(message|file) and use easy-mmode-define-navigation.
23909 (log-view-message-re): Match SCCS format as well.
23910 And match the revision line rather than the dashed separator line.
23911 (log-view-mode): Use the new define-derived-mode.
23912 (log-view-current-tag): Fill in with an actual implementation.
23913
23914 * cvs-status.el (cvs-status-(prev|next)): Rename from
23915 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23916 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23917 to let the output "breathe" a little more (more readable).
23918 (cvs-status-mode): Use the new define-derived-mode.
23919
23920 * smerge-mode.el (smerge-auto-leave): New function and variable.
23921 (smerge-basic-map): Rename from smerge-basic-keymap.
23922 Change the bindings for smerge-diff-*.
23923 (smerge-*-map): Use easy-mmode-defmap.
23924 (smerge-(next|prev)): Use easy-mmode-define-navigation.
23925 (smerge-keep-*): Use smerge-auto-leave.
23926
23927 2000-03-21 Jason Rumney <jasonr@gnu.org>
23928
23929 * cus-edit.el (custom-button-face): Use 3D look for w32.
23930 (custom-button-pressed-face): Likewise.
23931
23932 2000-03-21 Gerd Moellmann <gerd@gnu.org>
23933
23934 * progmodes/etags.el (tags-case-fold-search): New user-option.
23935 (tags-loop-eval): New function. Bind case-fold-search around eval
23936 depending on the value of tags-case-fold-search.
23937 (tags-loop-continue): Use tags-loop-eval.
23938 (find-tag-in-order): Bind case-fold-search depending on the value
23939 of tags-case-fold-search.
23940
23941 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23942
23943 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
23944 (diff-end-of-hunk): Return the end position for use in
23945 `easy-mmode-define-navigation'.
23946 (diff-recenter): Remove.
23947 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
23948 of `easy-mmode-define-navigation'.
23949 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
23950 previous renaming) and fix to use new names.
23951 (diff-merge-strings): Use \n as separator: simpler, faster.
23952 (diff-mode): Use `define-derived-mode'.
23953
23954 * derived.el (define-derived-mode): Don't autoload anymore.
23955 Prefer the macro-only version provided by easy-mmode.el.
23956
23957 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
23958 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
23959 (easy-mmode-define-navigation): New macro.
23960
23961 * subr.el (combine-run-hooks): New function.
23962
23963 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
23964
23965 * term/x-win.el: Fontsets related initialization is simplified.
23966
23967 * international/mule-diag.el (describe-font): Don't refer to
23968 global-fontset-alist, instead call font-list.
23969 (describe-fontset, list-fontsets, mule-diag): Likewise.
23970 (print-fontset): Adjusted for the change of fontset implementation.
23971
23972 * international/fontset.el (x-charset-registries): Variable removed,
23973 instead the corresponding data is stored in the default fontset.
23974 (register-alternate-fontnames): Function removed.
23975 (resolved-ascii-font): Variable removed.
23976 (x-compose-font-name): Ignore the second argument REDOCE.
23977 (x-complement-fontset-spec): Complement only an ASCII font and
23978 element for those charsets than can use that ASCII font.
23979 (generate-fontset-menu): Don't refer to global-fontset-alist,
23980 instead call fontset-list.
23981 (uninstantiated-fontset-alist): Variable removed.
23982 (x-style-funcs-alist): Likewise.
23983 (fontset-default-styles): Likewise.
23984 (x-modify-font-name): Function removed.
23985 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
23986 (create-fontset-from-ascii-font): Docsting adjusted for the above
23987 change.
23988 (instantiate-fontset, resolve-fontset-name): Functions removed.
23989 (fontset-list): Now implemented by C code.
23990
23991 * faces.el (read-face-font): Fix TABLE arg to completing-read.
23992 (describe-face): Include `font' attribute in the description.
23993
23994 2000-03-21 Kenichi Handa <handa@etl.go.jp>
23995
23996 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
23997
23998 2000-03-20 Gerd Moellmann <gerd@gnu.org>
23999
24000 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24001 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24002 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24003
24004 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24005 about behavior of set-buffer-modified-p wrt redisplay.
24006
24007 2000-03-19 Richard M. Stallman <rms@gnu.org>
24008
24009 * view.el (view-mode-disable): Kill local binding of view-read-only.
24010
24011 2000-03-18 Gerd Moellmann <gerd@gnu.org>
24012
24013 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24014 is a string, convert it to a syntax cell using string-to-syntax.
24015
24016 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24017 (string-to-syntax): New function.
24018
24019 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24020 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24021 try to use passive ftp mode.
24022
24023 2000-03-17 Gerd Moellmann <gerd@gnu.org>
24024
24025 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24026
24027 * simple.el (append-to-buffer): Update point of windows after
24028 insertion.
24029
24030 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24031 forward then moving backward. Reindent.
24032
24033 * frame.el (other-frame): Call x-focus-frame only if
24034 focus-follows-mouse is off.
24035
24036 2000-03-17 Dave Love <fx@gnu.org>
24037
24038 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24039
24040 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24041
24042 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24043 regexp for labels cannot span several lines.
24044
24045 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24046 `(setq :<key> ':<key>)' to the macro expansion.
24047
24048 2000-03-16 Dave Love <fx@gnu.org>
24049
24050 * progmodes/f90.el (f90): Put custom group under `languages', not
24051 `fortran'.
24052 (f90-mode-hook): Customize.
24053 (f90-mode): Set add-log-current-defun-function.
24054 (f90-current-defun): New function.
24055
24056 2000-03-16 Gerd Moellmann <gerd@gnu.org>
24057
24058 * cus-edit.el (custom-variable-tag-face): Handle case that
24059 default face's height is not a number.
24060 (custom-face-tag-face, custom-group-tag-face-1)
24061 (custom-group-tag-face): Ditto.
24062 (custom-group-tag-face-1): Add :group.
24063
24064 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24065
24066 2000-03-15 Gerd Moellmann <gerd@gnu.org>
24067
24068 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24069 requiring easymenu.
24070
24071 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24072
24073 * ps-print.el: PostScript user-defined prologue, PostScript error
24074 handler, doc fix.
24075 (ps-print-version): New version number (5.1).
24076 (ps-user-defined-prologue, ps-error-handler-message)
24077 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24078 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24079 (ps-insert-string): New function.
24080
24081 2000-03-15 Kenichi Handa <handa@etl.go.jp>
24082
24083 * international/ccl.el (ccl-compile-expression): Don't generate
24084 invalid self-assignment code.
24085
24086 2000-03-14 Dave Love <fx@gnu.org>
24087
24088 * subr.el (replace-regexp-in-string): Renamed from
24089 replace-regexps-in-string. Doc fix.
24090
24091 2000-03-12 Dave Love <fx@gnu.org>
24092
24093 * cus-edit.el: Doc fixes.
24094 (customize-set-variable, customize-save-variable): Rename args for doc.
24095 (custom-variable-tag-face, custom-face-tag-face)
24096 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24097 style which user identify as hyperlink.
24098 (hook): Don't add undefined functions to the hook.
24099 (debug-ignored-errors): Transfer message from bindings.el.
24100
24101 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24102
24103 * recentf.el (recentf-keep-non-readable-files-p):
24104 Remove double/nested definition.
24105
24106 2000-03-12 Dave Love <fx@gnu.org>
24107
24108 * facemenu.el (facemenu-get-face): Use display-color-p.
24109 * enriched.el (enriched-decode-foreground): Likewise.
24110 (enriched-decode-background): Likewise.
24111 * isearch.el (isearch-highlight): Likewise.
24112 * info-look.el (info-lookup): Likewise.
24113 * simple.el (completion-setup-function): Likewise.
24114
24115 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24116 :options.
24117
24118 * bindings.el (mode-line-format): Fix line-number and
24119 column-number items. Add help-echo for the background.
24120 (mode-line-mule-info): Modify help-echo.
24121
24122 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24123
24124 * files.el (load-file): Allow completion to .elc.
24125
24126 * man.el: Doc fixes.
24127 (Man-init-defvars): Use display-color-p to set fontification.
24128
24129 * play/hanoi.el (hanoi-internal): Don't use oddp.
24130
24131 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24132
24133 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24134
24135 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24136
24137 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24138
24139 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24140 Fix comment.
24141
24142 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24143
24144 * font-lock.el (font-lock-keywords): Fix the doc now that
24145 regexp-opt-depth is unnecessary.
24146 (save-buffer-state): Set an edebug spec.
24147 (font-lock-fontify-anchored-keywords): Properly handle the case when
24148 the matcher goes past the limit.
24149
24150 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24151 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24152
24153 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24154 dll.el and cookie.el (from Elib) with heavy renaming and other
24155 massaging.
24156
24157 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24158 Autoload the functions used.
24159 (easy-mmode-define-syntax): Fix CL typo.
24160 (easy-mmode-define-derived-mode): Improve the docstring generation.
24161
24162 2000-03-10 Gerd Moellmann <gerd@gnu.org>
24163
24164 * textmodes/texinfo.el (texinfo-version): Variable and function
24165 removed.
24166
24167 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24168
24169 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24170 allow more flexibility.
24171 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24172 (easy-mmode-defmap, easy-mmode-defsyntax)
24173 (easy-mmode-define-derived-mode): New macros.
24174
24175 2000-03-09 Didier Verna <didier@xemacs.org>
24176
24177 * rect.el (replace-rectangle): New function.
24178
24179 2000-03-09 Dave Love <fx@gnu.org>
24180
24181 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24182 (fortran-comment-line-start-skip): Don't match cpp stuff.
24183 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24184 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24185 (fortran-mode): Don't set fortran-comment-line-start-skip,
24186 fortran-comment-line-start here. Set comment-start,
24187 add-log-current-defun.
24188 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24189 (fortran-current-defun): New function.
24190
24191 2000-03-09 Gerd Moellmann <gerd@gnu.org>
24192
24193 * emacs-lisp/re-builder.el: New file.
24194
24195 * mouse.el (mouse-drag-region): Don't run up-event handler
24196 if hscroll has changed.
24197
24198 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24199 builtin operators, use `font-lock-builtin-face' for Emacs and
24200 `font-lock-preprocessor-face' otherwise.
24201
24202 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24203 `(defun (setf foo)' differently.
24204
24205 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24206
24207 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24208 (regexp-opt): Update comment and adapt the code the new meaning of
24209 the `paren' argument of regex-opt-group for shy-groups.
24210 (regexp-opt-depth): Handle shy groups as well as backslashed
24211 backslashes.
24212 (regexp-opt-group): Turn the leading comment into a docstring.
24213 Allow `paren' to be a string (the string to use to open a group).
24214 Remove open-presuf and close-presuf. Instead of checking for `all
24215 one-char' and then later on check for `several one-char', handle
24216 both cases close together. Also apply a more generic algorithm
24217 for suffixes (the mirror image of the algorithm used for
24218 prefixes). Use shy-groups. Use nreverse rather than reverse.
24219 (regexp-opt-try-suffix): Removed.
24220
24221 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24222 from comint-mode-map, so we can just inherit from it. Also, move
24223 the initialization into the `defvar' since there's no docstring
24224 anyway and it's fairly short.
24225 (inferior-scheme-mode): Define it as derived-mode: the code is
24226 shorter and this way we inherit from comint-mode-map rather than
24227 copying it.
24228
24229 * subr.el (replace-regexps-in-string): Properly handle the case
24230 where we match an empty string.
24231
24232 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24233 when the command has a directory component (such as "./testml").
24234 Also fix a typo in the comment.
24235
24236 2000-03-08 Gerd Moellmann <gerd@gnu.org>
24237
24238 * Makefile (compile-files): Compile files one by one because
24239 that's the only way to ensure a clean compilation environment for
24240 each individual file.
24241
24242 * frame.el (other-frame): Call x-focus-frame.
24243
24244 2000-03-07 Dave Love <fx@gnu.org>
24245
24246 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24247 :require to defcustom.
24248
24249 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24250
24251 * files.el (auto-mode-alist): Add configure.in.
24252
24253 * progmodes/autoconf.el: New file.
24254
24255 2000-03-07 Gerd Moellmann <gerd@gnu.org>
24256
24257 * mail/mh-e.el: Change maintainer to `none'.
24258
24259 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24260 to remove-hook and add-hook.
24261
24262 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24263
24264 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24265 it as the default.
24266 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24267 (sendmail-send-it): Conditionally add MIME headers specifying the
24268 used character set.
24269
24270 2000-03-07 Dave Love <fx@gnu.org>
24271
24272 * winner.el: Fix keywords, autoload cookies.
24273 Split eval-when-compile form to avoid compilation failure.
24274
24275 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24276
24277 * international/mule.el: Modify comment about coding system
24278 property `coding-category'.
24279 (make-coding-system): New argument EOL-TYPE. Pay attention to
24280 coding-category property of PROPERTIES.
24281
24282 * international/mule-conf.el (coding-category-utf-8)
24283 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24284 categories. Include them in the argument for set-coding-priority.
24285
24286 * international/mule-cmds.el (reset-language-environment):
24287 Include coding-category-utf-8, coding-category-utf-16-be, and
24288 coding-category-utf-16-le in the argument for set-coding-priority.
24289 (reset-language-environment): Initialize coding-category-utf-8,
24290 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24291
24292 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24293
24294 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24295 code abstracted out of `bookmark-jump-noselect'. Now tries info
24296 extensions as well as compression extensions.
24297 (bookmark-jump-noselect): Use above new func.
24298
24299 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24300
24301 * strokes.el: Change maintainer's mail address.
24302
24303 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24304
24305 * international/mule-diag.el (list-character-sets): Make help-echo
24306 string by substitute-command-keys.
24307 (list-character-sets): Likewise.
24308 (sort-listed-character-sets): Call help-setup-xref.
24309
24310 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24311
24312 * time.el (display-time-mail-file): Add `none' to the list of choices.
24313
24314 2000-03-01 Dave Love <fx@gnu.org>
24315
24316 * help.el (help-xref-go-back): Don't try to set position.
24317
24318 * international/mule-diag.el (list-character-sets):
24319 Call help-setup-xref. Add help-echo to xrefs.
24320 (list-character-sets-1): Add help-echo to xrefs.
24321
24322 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24323
24324 * frame.el (blink-cursor-mode): Switch cursor on when turning
24325 the mode off.
24326
24327 * add-log.el (add-log-current-defun): Add support for
24328 Autoconf mode.
24329
24330 * mail/rmail.el (rmail-quit-hook): New variable.
24331
24332 2000-03-01 Dave Love <fx@gnu.org>
24333
24334 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24335
24336 * help.el (help-xref-button): Add help-echo arg.
24337 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24338
24339 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24340
24341 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24342
24343 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24344
24345 * image.el (defimage): Look for image files in load-path.
24346
24347 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24348
24349 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24350
24351 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24352
24353 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24354
24355 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24356 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24357 action to select/unselect a file.
24358 (recentf-edit-list): Code cleanup and improvement.
24359 (recentf-open-more-files-action): `recentf-open-more-files' button
24360 widget action to open a file.
24361 (recentf-open-more-files): No more use standard completion but widgets.
24362 (recentf-more-collection): Deleted.
24363 (recentf-more-history): Deleted.
24364 (recentf-setup-more-completion): Deleted.
24365
24366 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24367
24368 * recentf.el (recentf-mode): No more needs that Emacs is running
24369 under a window-system.
24370
24371 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24372
24373 * recentf.el (recentf-edit-list): New command to edit the recent
24374 list which allow the user to remove files.
24375 (recentf-edit-selected-items): New global variable, used by
24376 `recentf-edit-list' to hold the list of files to be removed from
24377 the recent list.
24378 (recentf-make-menu-items): Updated to display a "Edit list..."
24379 menu item. Minor code cleanup.
24380
24381 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24382
24383 * recentf.el (recentf-open-more-files): New command to open files
24384 that are not displayed in the menu.
24385 (recentf-more-collection): New global variable holding the set of
24386 permissible completions used by `recentf-open-more-files'.
24387 (recentf-more-history): New global variable holding the history list
24388 used by `recentf-open-more-files' completion.
24389 (recentf-setup-more-completion): New function to setup completion for
24390 `recentf-open-more-files'.
24391 (recentf-make-menu-items): Updated to display a "More..." menu item.
24392
24393 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24394
24395 * recentf.el (recentf-menu-action): Doc fixed.
24396
24397 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24398
24399 * recentf.el (recentf-menu-filter): Doc updated.
24400 (recentf-update-menu-hook): Allow menu filters to force menu update.
24401 (recentf-make-menu-items): New menu filter handling.
24402 (recentf-make-menu-item): New helper function.
24403 (recentf-menu-elements): New menu handling function.
24404 (recentf-sort-ascending): Updated to new menu filter handling.
24405 (recentf-sort-descending): Updated to new menu filter handling.
24406 (recentf-sort-basenames-ascending): New menu filter function.
24407 (recentf-sort-basenames-descending): New menu filter function.
24408 (recentf-show-basenames): New menu filter function.
24409 (recentf-show-basenames-ascending): New menu filter function.
24410 (recentf-show-basenames-descending): New menu filter function.
24411
24412 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24413
24414 * diary-lib.el (list-diary-entries): Don't try to go forward at
24415 the end of the buffer.
24416
24417 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24418
24419 * international/mule-diag.el (list-character-sets):
24420 Completely rewritten.
24421 (sort-listed-character-sets): New function.
24422 (list-character-sets-1): Completely rewritten.
24423 (list-character-sets-2): New function.
24424 (non-iso-charset-alist): New variable.
24425 (decode-codepage-char): New function.
24426 (charset-history): New variable.
24427 (read-charset) (list-block-of-chars)
24428 (list-iso-charset-chars)
24429 (list-non-iso-charset-chars)
24430 (list-charset-chars): New functions.
24431 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24432 (dump-charsets): Likewise.
24433
24434 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24435
24436 * dired-x.el (dired-filename-at-point): Add `@' to valid
24437 file name characters.
24438 (dired-filename-at-point): Handle ange-ftp file names.
24439
24440 * frame.el (frame-notice-user-settings): Use assq-delete-all
24441 instead of assoc-delete-all.
24442 (frame-notice-user-settings): Ditto.
24443
24444 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24445 Don't copy alist.
24446
24447 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24448
24449 * calculator.el (calculator-use-menu): New option.
24450 (calculator-initial-bindings): Changed some bindings to work as macros.
24451 (calculator-forced-input): Removed.
24452 (calculator-restart-other-mode): New variable.
24453 (calculator-mode-map): Set up menu.
24454
24455 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24456
24457 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24458
24459 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24460
24461 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24462 translate all ESC key sequences.
24463 (viper-goto-mark-subr): Restore markers for files for which
24464 they were saved.
24465 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24466 * viper-util.el (viper-set-replace-overlay-glyphs)
24467 (viper-set-replace-overlay): Always check if the replacement
24468 overlay is live.
24469 * viper.el (viper-vi-state-mode-list): Add major modes.
24470 * ediff-wind.el: Minor comment changes.
24471 * ediff.el: Copyright notice date fix.
24472
24473 2000-02-27 Jason Rumney <jasonr@gnu.org>
24474
24475 * faces.el (face-font-family-alternatives): Add arial to helv.
24476 (mode-line, header-line, tool-bar): Same default as x for w32.
24477 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24478 face-font-family-alternatives from working.
24479 * term/w32-win.el (mouse-set-font): Do not build fontset from
24480 chosen font.
24481
24482 2000-02-25 Sam Steingold <sds@goems.com>
24483
24484 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24485 properly.
24486
24487 2000-02-25 Richard M. Stallman <rms@gnu.org>
24488
24489 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24490
24491 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24492
24493 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24494
24495 * frame.el (busy-cursor-delay-seconds): New option.
24496
24497 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24498
24499 * frame.el (show-cursor-in-non-selected-windows): New option.
24500
24501 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24502
24503 * diary-lib.el (include-other-diary-files): Undo the selective
24504 display in any included file and don't kill it.
24505
24506 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24507
24508 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24509 Menu items converted to (menu-item format, help strings added.
24510 [downcase, upcase]: Don't enable on MS-DOS.
24511 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24512 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24513
24514 2000-02-23 Dave Love <fx@gnu.org>
24515
24516 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24517 (backward-kill-word): Revert addition of * to interactive spec --
24518 it's a feature.
24519
24520 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24521 (backward-kill-sentence, kill-sentence): Likewise.
24522
24523 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24524 scratch buffer name.
24525 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24526
24527 * term/w32-win.el (internal-face-interactive): Update prompt for
24528 new read-face-name.
24529
24530 * mail/footnote.el (footnote): Add :version to defgroup.
24531 (footnote-section-tag-regexp): Customize.
24532 (footnote-start-tag, footnote-end-tag): New option.
24533 (footnote-latin-regexp): New variable.
24534 (Footnote-latin): New function.
24535 (footnote-style-alist): Add element for latin style.
24536 (footnote-style): Moved.
24537 (Footnote-goto-footnote): Use eq to test arg.
24538
24539 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24540
24541 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24542 (byte-compile-trueconstp): Include keywords.
24543 (byte-optimize-quote, byte-optimize-lapcode):
24544 Use byte-compile-const-symbol-p.
24545 (byte-optimize-char-before): New optimization.
24546
24547 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24548 (byte-compile-const-symbol-p): New function.
24549 (byte-compile-constp, byte-compile-out-toplevel)
24550 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24551 Use it.
24552
24553 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24554
24555 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24556
24557 * international/encoded-kb.el: Be sure to update minor-mode-alist
24558 and minor-mode-map-alist.
24559 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24560 codes SS2 and SS3 correctly.
24561 (encoded-kbd-self-insert-ccl): New function.
24562 (encoded-kbd-setup-keymap): New function.
24563 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24564 by calling encoded-kbd-setup-keymap.
24565
24566 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24567 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24568
24569 2000-02-22 Dave Love <fx@gnu.org>
24570
24571 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24572 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24573 (lisp-mode-syntax-table): Set up for #|...|# comments.
24574 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24575 classes. Match `defface'.
24576 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24577 (eval-defun-1): Fix for defcustom.
24578 (lisp-indent-region): Doc fix.
24579
24580 * subr.el (when, unless, split-string): Doc fix.
24581 (read-passwd): Move call of clear-this-command-keys to the right place.
24582 (replace-regexps-in-string): New function.
24583
24584 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24585
24586 * help.el (describe-variable): Set syntax table to
24587 emacs-lisp-mode-syntax-table when moving forward over the
24588 symbol's name.
24589
24590 2000-02-22 Dave Love <fx@gnu.org>
24591
24592 * xt-mouse.el: Doc fixes.
24593 (xterm-mouse-position-function): New function, replacing advice of
24594 mouse-position.
24595 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24596
24597 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24598
24599 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24600
24601 * format.el (format-annotate-single-property-change):
24602 Handle properties with dotted-list values.
24603 (format-proper-list-p): New function.
24604
24605 * enriched.el (enriched-face-ans): Handle '(foreground-color
24606 . COLOR) and (background-color . COLOR).
24607
24608 2000-02-20 Dave Love <fx@gnu.org>
24609
24610 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24611 and assignments to it.
24612 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24613 current local map.
24614 (make-flyspell-overlay): Use it.
24615 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24616
24617 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24618 (lm-get-header-re): Defun, not defsubst.
24619 (lm-get-package-name): Defun, not defsubst. Simplify.
24620 (lm-version): Doc fix. Simplify.
24621 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24622 (lm-crack-address, lm-last-modified-date, lm-commentary)
24623 (lm-verify, lm-synopsis): Simplify.
24624 (lm-report-bug): Require emacsbug. Use compose-mail.
24625
24626 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24627
24628 * dired.el (dired-mode): Call propertized-buffer-identification
24629 to set mode-line-buffer-identification to something having
24630 the right text properties.
24631
24632 * bindings.el (propertized-buffer-identification): New function.
24633
24634 2000-02-20 Dave Love <fx@gnu.org>
24635
24636 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24637 check for t-mouse too.
24638
24639 * cus-start.el: Make echo-keystrokes `number'.
24640
24641 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24642
24643 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24644 Don't call ring-empty-p unless tags-location-ring is bound.
24645 From Noah Friedman <friedman@splode.com>.
24646
24647 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24648
24649 * progmodes/hideshow.el (hs-flag-region): No longer use
24650 `intangible' overlay property.
24651
24652 (hs-toggle-hiding): New command.
24653 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24654
24655 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24656 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24657 and deactivation.
24658
24659 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24660
24661 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24662
24663 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24664
24665 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24666
24667 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24668 of `*' to handle `(* ... *)' comments.
24669
24670 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24671
24672 * faces.el (list-faces-display): Use display-mouse-p instead of
24673 window-system.
24674
24675 * menu-bar.el (global-map): Menu-bar items converted to the new
24676 format (menu-item..., rearranged for better CUA compliance, and
24677 their names changed for better clarity. Help strings added.
24678
24679 * international/mule-cmds.el (mule-menu-keymap)
24680 (describe-language-environment-map, set-coding-system-map)
24681 (setup-language-environment-map): Convert to new (menu-item...
24682 form, add help strings. Change names of menu items for better clarity.
24683 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24684
24685 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24686
24687 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24688 within the code.
24689
24690 2000-02-16 Dave Love <fx@gnu.org>
24691
24692 * faces.el: Don't require custom. Add more specific :groups to
24693 various deffaces.
24694 (set-face-attribute): Purecopy args.
24695 (read-face-name): Default to name at point and use it in prompt.
24696 Remove colon from arg in all callers.
24697 (list-faces-display): Hyperlink to face descriptions and customize
24698 buffers.
24699
24700 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24701
24702 * wid-edit.el (widget-match-inline): An atom never matches a list.
24703
24704 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24705
24706 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24707 at ':' characters by call to split-string.
24708
24709 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24710
24711 * textmodes/bibtex.el: Added RCS version identification.
24712
24713 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24714
24715 * textmodes/bibtex.el: Some temporary comments removed.
24716 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24717 (bibtex-field-const): Allow capital letters.
24718 (bibtex-start-of-string): Deleted because unused.
24719
24720 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24721 use the term 'reference' to describe a bibtex entry as a whole.
24722 Further, reference keys are no longer called 'labels'.
24723 (bibtex-keys): Renamed to bibtex-reference-keys.
24724 (bibtex-reformat-previous-labels): Renamed to
24725 bibtex-reformat-previous-reference-keys.
24726 (bibtex-reference-type): Renamed to bibtex-entry-type.
24727 (bibtex-reference-head): Renamed to bibtex-entry-head.
24728 (bibtex-reference-maybe-empty-head): Renamed to
24729 bibtex-entry-maybe-empty-head.
24730 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24731 (bibtex-search-reference): Renamed to bibtex-search-entry.
24732 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24733 bibtex-enclosing-entry-maybe-empty-head.
24734 (bibtex-entry-field-alist, bibtex-entry-head)
24735 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24736 (bibtex-map-entries, bibtex-search-entry)
24737 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24738 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24739 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24740 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24741 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24742 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24743 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24744
24745 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24746
24747 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24748 comment.
24749 (bibtex-format-field-delimiters): New function, functionality
24750 extracted from bibtex-format-entry.
24751 (bibtex-autokey-get-yearfield-digits): New function, functionality
24752 extracted from bibtex-autokey-get-yearfield.
24753
24754 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24755 entries in order to avoid stack overflow in the regexp matcher if
24756 field contents become large.
24757 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24758 (bibtex-field-string-part-not-braced)
24759 (bibtex-field-string-part-no-inner-braces)
24760 (bibtex-field-string-part-1-inner-brace)
24761 (bibtex-field-string-part-2-inner-braces)
24762 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24763 (bibtex-field-string-quoted, bibtex-field-string)
24764 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24765 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24766 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24767 Deleted as parsing is now performed by the following functions.
24768 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24769 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24770 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24771 (bibtex-parse-association, bibtex-field-name-for-parsing)
24772 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24773 (bibtex-search-forward-field, bibtex-search-backward-field)
24774 (bibtex-start-of-field, bibtex-end-of-field)
24775 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24776 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24777 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24778 (bibtex-parse-string, bibtex-search-forward-string)
24779 (bibtex-search-backward-string, bibtex-start-of-string)
24780 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24781 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24782 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24783 entries. Instead of reporting the results of the parsing by
24784 match-beginning or match-end, these functions return data structures
24785 that hold the corresponding positions.
24786 (bibtex-enclosing-field): Changed to also report field boundaries by
24787 return values rather than by match-beginning or match-end.
24788 The following functions have been adapted to use the new
24789 parsing functions.
24790 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24791 (bibtex-enclosing-field, bibtex-format-entry)
24792 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24793 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24794 (bibtex-print-help-message, bibtex-end-of-entry)
24795 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24796 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24797 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24798 Use the new method for parsing.
24799 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24800 (bibtex-map-entries, bibtex-flash-head)
24801 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24802 (bibtex-autokey-change, bibtex-autokey-get-namefield)
24803 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24804 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24805 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24806 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24807 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24808 order to make the new binding of case-fold-search immediately visible.
24809
24810 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24811
24812 * textmodes/bibtex.el: Copyright notice is up to date.
24813 Added constant 'bibtex-maintainer-salutation.
24814
24815 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24816 than make-temp-name, use match-string-no-properties and eliminate
24817 a quadratic behavior when building bibtex-strings.
24818
24819 * bibtex.el (bibtex-reference-key): Accept string entries whose
24820 reference key contains upper case letters.
24821
24822 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24823
24824 * bibtex.el (bibtex-reference-head): Allow entries to start with
24825 a new line.
24826
24827 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24828
24829 * bibtex.el: Hiding of entry bodies is not longer provided by
24830 bibtex.el directly. Instead the hideshow package can be used.
24831 Added a special bibtex entry to hs-special-modes-alist.
24832 (bibtex-hs-forward-sexp): Added for hideshow.el.
24833
24834 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24835
24836 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24837 proceedings entry type (for cross referencing). Thanks to Wagner
24838 Toledo Correa for the suggestion.
24839
24840 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24841
24842 2000-02-14 Kenichi Handa <handa@etl.go.jp>
24843
24844 * international/characters.el: Setup case table for Vietnamese.
24845
24846 2000-02-12 Gerd Moellmann <gerd@gnu.org>
24847
24848 * uniquify.el (toplevel): Require CL at compile time.
24849 (uniquify-push): Removed.
24850
24851 * shadowfile.el (shadow-when): Removed.
24852
24853 * tempo.el (tempo-dolist, tempo-mapc): Removed.
24854 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24855
24856 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24857 regexp for paragraph-start.
24858
24859 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24860 commas as well.
24861
24862 2000-02-10 Dave Love <fx@gnu.org>
24863
24864 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24865 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24866 Deleted.
24867 (widget-specify-field, widget-specify-button): Don't use
24868 widget-mouse-help as help-echo property.
24869 (default): Use #'ignore for :validate and :mouse-down-action.
24870 (checkbox): Add help-echo.
24871 (widget-sexp-validate): Rewritten to clarify error messages.
24872 (character): Use char-valid-p in :match function.
24873 (widget-color-complete): Use facemenu-color-alist.
24874 (widget-color-action): Use facemenu-read-color.
24875
24876 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
24877 set up `caar' &c that we now have.
24878
24879 2000-02-09 Ray Blaak <blaak@gnu.org>
24880
24881 * delphi.el: Make resourcestring a declaration region, like const
24882 and var.
24883
24884 2000-02-09 Dave Love <fx@gnu.org>
24885
24886 * bindings.el (mode-line-input-method-map): New variable.
24887 (mode-line-mule-info): Use it; fix last change.
24888 (mode-line-mode-menu): Move definition.
24889 (mode-line-mouse-sensitive-p): Deleted.
24890 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24891 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
24892
24893 * startup.el (command-line-1): Don't call
24894 make-mode-line-mouse-sensitive.
24895
24896 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24897
24898 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24899 before rmail-toggle-header, because the former toggles headers.
24900
24901 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
24902
24903 * diff-mode.el (diff-kill-junk): New interactive function.
24904 (diff-reverse-direction): Use delete-and-extract-region.
24905 (diff-post-command-hook): Restrict the area so that the hook also works
24906 outside of any diff hunk. This is necessary for the minor-mode.
24907 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24908 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24909
24910 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24911 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24912 so that it can be used more easily in <foo>-mode-hook. Also make sure
24913 to avoid duplicate entries.
24914 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24915 (font-lock-remove-keywords): Just as was done for `add', allow it to
24916 work even if font-lock-mode is nil. Also make sure we don't modify
24917 any pre-existing list by forcing a copy-sequence. Finally rename
24918 `major-mode' to `mode'.
24919 (font-lock-fontify-syntactic-anchored-keywords)
24920 (font-lock-fontify-anchored-keywords)
24921 (font-lock-fontify-keywords-region): Use line-end-position.
24922 Don't make `font-lock-multiline' local (it's now done in
24923 font-lock-set-defaults).
24924 (font-lock-set-defaults): Make `font-lock-multiline' local.
24925 Move the `font-lock-fontified' creation to inside the `unless'.
24926
24927 2000-02-06 Andrew Innes <andrewi@gnu.org>
24928
24929 * term/w32-win.el (x-handle-args): Comment out call to message,
24930 which occurs before window system is initialized.
24931
24932 * makefile.nt: Add support for recompiling lisp code.
24933
24934 2000-02-04 Dave Love <fx@gnu.org>
24935
24936 * bindings.el (mode-line-mule-info): Fix/extend last change.
24937
24938 * completion.el: Replace completion-dolist with dolist.
24939
24940 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
24941
24942 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
24943
24944 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
24945 environment names before they go into the section regexp.
24946
24947 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
24948 char class in regexp.
24949
24950 * textmodes/reftex-parse.el (reftex-with-special-syntax):
24951 Bind `case-fold-search' to nil.
24952
24953 * progmodes/idlwave.el (idlwave-template):
24954 Respect `idlwave-abbrev-change-case'.
24955 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
24956 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
24957 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
24958 (idlwave-rw-case): New function.
24959 (idlwave-statement-match): Fixed problem with assignment regexp.
24960 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
24961 (idlwave-surround): New argument LENGTH to support padding of
24962 operators longer than 1 char.
24963
24964 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
24965 idlwave-shell-expression-overlay. Implemented printing of
24966 expressions on higher levels of the calling stack.
24967 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
24968 (idlwave-retrieve-expression-from-level): New function.
24969 (idlwave-shell-last-calling-stack): Variable removed.
24970 (idlwave-shell-reset): Argument action reversed (`visible' to
24971 `hidden'). Also remove stop-line overlay.
24972 (idlwave-shell-calling-stack-routine): New variable.
24973 (idlwave-shell-parse-stack-and-display): Messages now display
24974 negative level numbers.
24975 (idlwave-shell-mode): Set `modeline-format'.
24976 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
24977 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
24978 (idlwave-shell-print-expression-function): New option.
24979
24980 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
24981 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
24982 `tool-bar' instead of `toolbar'.
24983
24984 2000-02-02 Dave Love <fx@gnu.org>
24985
24986 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
24987 emacs-lisp-mode-hook. Don't check for defalias being defined.
24988
24989 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
24990 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
24991 Use the new builtins directly.
24992
24993 * whitespace.el (whitespace): Add :version to defgroup.
24994
24995 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
24996 Doc fix.
24997
24998 * thingatpt.el (sexp-at-point, symbol-at-point)
24999 (number-at-point, list-at-point): Add autoload cookie.
25000
25001 * recentf.el (recentf): Add :version to defgroup.
25002
25003 * quickurl.el (quickurl): Add :version to defgroup.
25004
25005 * elide-head.el (elide-head): Use point-marker more.
25006
25007 * bs.el (bs): Add :version to defgroup.
25008
25009 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25010
25011 * progmodes/delphi.el (delphi): Add :version to defgroup.
25012
25013 2000-02-02 Gerd Moellmann <gerd@gnu.org>
25014
25015 * ange-ftp.el (ange-ftp-write-region): Handle case that
25016 succeeding process operation sets a different coding system.
25017
25018 * calculator.el: New file.
25019
25020 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25021
25022 * frame.el (frames-on-display-list, framep-on-display): New functions.
25023 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25024 (display-selections-p, display-screens, display-pixel-width)
25025 (display-pixel-height, display-mm-width, display-mm-height)
25026 (display-backing-store, display-save-under, display-planes)
25027 (display-color-cells, display-visual-class): New functions.
25028
25029 * term/tty-colors.el (tty-color-gray-shades): New function.
25030
25031 * faces.el (display-color-p): Use framep-on-display.
25032 (display-grayscale-p): New function.
25033
25034 2000-01-31 Dave Love <fx@gnu.org>
25035
25036 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25037 (create-fontset-from-x-resource): Don't concat integers.
25038
25039 2000-01-31 Inge Frick <inge@nada.kth.se>
25040
25041 * view.el: Some changes in documentation. Removed some trailing
25042 whitespace. Changed some parameter names to agree with documentation.
25043 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25044 window is not deleted. Modifies change 1998-04-26.
25045
25046 2000-01-31 Gerd Moellmann <gerd@gnu.org>
25047
25048 * windmove.el: New file.
25049
25050 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25051 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25052 progmodes/ebnf-yac.el: Update copyright and license info.
25053
25054 * jit-lock.el (jit-lock-function): Widen before calculating
25055 end position.
25056 (jit-lock-stealth-chunk-start): Rewritten.
25057
25058 * info.el (Info-title-face-alist): Removed.
25059 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25060 (Info-fontify-node): Use these faces.
25061
25062 2000-01-30 Gerd Moellmann <gerd@gnu.org>
25063
25064 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25065 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25066 `&allow-other-keywords'.
25067
25068 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25069 the list of directories scanned heuristically.
25070
25071 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25072
25073 2000-01-30 Jason Rumney <jasonr@gnu.org>
25074
25075 * w32-fns.el: Define w32-tty-standard-colors.
25076
25077 * startup.el (command-line): Use w32-tty-standard-colors when in
25078 w32 console mode.
25079
25080 2000-01-30 Dave Love <fx@gnu.org>
25081
25082 * jka-compr.el (jka-compr-load): Fix up load-history.
25083
25084 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25085
25086 * emacs-lisp/cl-macs.el: Revert previous change.
25087
25088 2000-01-29 Dave Love <fx@gnu.org>
25089
25090 * facemenu.el: Purecopy various strings.
25091
25092 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25093 years. Deal with three-digit years.
25094
25095 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25096 Use defconst, purecopy.
25097 (help-back-label): Purecopy it.
25098
25099 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25100
25101 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25102 variable. If non-nil, order the buffer list according to the
25103 currently selected frame.
25104 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25105 non-nil, pass the selected frame to function buffer-list.
25106
25107 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25108
25109 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25110
25111 2000-01-28 Dave Love <fx@gnu.org>
25112
25113 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25114
25115 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25116 Don't use lisp-indent-hook property.
25117 (cl-abs): Remove.
25118
25119 * subr.el: Move out indent and edebug specs for when and unless.
25120
25121 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25122 when, unless.
25123
25124 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25125 unless, when.
25126
25127 2000-01-28 Gerd Moellmann <gerd@gnu.org>
25128
25129 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25130 `collecting' as synonym for `collect'.
25131
25132 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25133 for the case it contains spaces.
25134
25135 * simple.el (what-cursor-position): Change formatting of messages.
25136
25137 * frame.el (delete-other-frames): New function.
25138 (toplevel): Bind it to C-x 5 1.
25139
25140 * sort.el (sort-numeric-base): New option.
25141 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25142 interpret it as octal or hexadecimal. Use sort-numeric-base
25143 as default base.
25144
25145 * progmodes/glasses.el: New file.
25146
25147 2000-01-27 Gerd Moellmann <gerd@gnu.org>
25148
25149 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25150 userids differently.
25151
25152 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25153 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25154 progmodes/ebnf-yac.el: New files.
25155
25156 2000-01-26 Dave Love <fx@gnu.org>
25157
25158 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25159 on a function with an empty body. [From Eric Ludlam.]
25160
25161 2000-01-25 Andre Spiegel <spiegel@gnu.org>
25162
25163 * vc.el (vc-version-diff): Make sure file name is expanded.
25164
25165 2000-01-25 Gerd Moellmann <gerd@gnu.org>
25166
25167 * scroll-bar.el (scroll-bar-timer): Variable removed.
25168 (scroll-bar-toolkit-scroll): Don't use a timer.
25169
25170 2000-01-25 Kenichi Handa <handa@etl.go.jp>
25171
25172 * language/thai-util.el (thai-composition-function):
25173 Delete superfluous `a'.
25174
25175 2000-01-24 Dave Love <fx@gnu.org>
25176
25177 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25178 end-of-defun-function.
25179
25180 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25181
25182 2000-01-22 Jason Rumney <jasonr@gnu.org>
25183
25184 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25185 conflicts with new face support.
25186
25187 2000-01-22 Richard M. Stallman <rms@gnu.org>
25188
25189 * replace.el (query-replace): Rename last arg to DELIMITED.
25190 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25191 (query-replace-regexp): Likewise.
25192
25193 2000-01-20 Richard M. Stallman <rms@gnu.org>
25194
25195 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25196
25197 * emacs-lisp/lisp.el (beginning-of-defun-function):
25198 Variable renamed from beginning-of-defun.
25199 Do not call make-variable-buffer-local.
25200 (beginning-of-defun-raw): Use new variable name; doc fix.
25201 (beginning-of-defun): Doc fix.
25202 (end-of-defun-function): Variable renamed from end-of-defun.
25203 Do not call make-variable-buffer-local.
25204 (end-of-defun): Use new variable name; doc fix.
25205
25206 * subr.el (dolist, dotimes): Copied from cl-macs.el
25207 and made to work.
25208
25209 * mail/undigest.el (rmail-digest-end-regexps):
25210 Variable replaces rmail-digest-end-regexp.
25211 Allows multiple regexps for detecting the end line.
25212 (undigestify-rmail-message): Corresponding changes.
25213
25214 2000-01-19 Dave Love <fx@gnu.org>
25215
25216 * files.el (user-init-file): Don't declare here -- is primitive.
25217
25218 * startup.el (command-line): Check for compiled user-init-file and
25219 set to uncompiled version if necessary.
25220
25221 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25222
25223 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25224 (undigestify-rmail-message): Use it.
25225
25226 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25227
25228 2000-01-17 Gerd Moellmann <gerd@gnu.org>
25229
25230 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25231 of mini-buffer.
25232
25233 2000-01-14 Gerd Moellmann <gerd@gnu.org>
25234
25235 * emacs-lisp/copyright.el (copyright-update): Removed the
25236 requirement for a trailing space from `copyright-regexp', to
25237 support copyrights with owner specified on a separate line..
25238
25239 * align.el: New file.
25240
25241 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25242
25243 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25244
25245 2000-01-13 Dave Love <fx@gnu.org>
25246
25247 * ph.el: Removed. (Obsoleted by EUDC.)
25248
25249 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25250
25251 * net/eudc.el (toplevel): Remove autoloaded code installing
25252 menu with easymenu, because that causes build problems.
25253
25254 * frame.el (frame-notice-user-settings): New variable.
25255 (frame-notice-user-settings): Don't modify frame parameters
25256 if called a second time.
25257
25258 2000-01-13 Richard M. Stallman <rms@gnu.org>
25259
25260 * frame.el (frame-notice-user-settings):
25261 Notice default-frame-parameters even for non-window frames.
25262
25263 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25264
25265 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25266 for Emacs.
25267 (eudc-bob-can-display-inline-images): Extend for Emacs.
25268 (eudc-bob-toggle-inline-display): Ditto.
25269 (eudc-bob-display-jpeg): Ditto.
25270
25271 2000-01-12 Gerd Moellmann <gerd@gnu.org>
25272
25273 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25274 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25275 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25276
25277 * add-log.el (add-change-log-entry): Fix error trying an
25278 `(insert nil)'.
25279
25280 * subdirs.el: Add `net' directory.
25281
25282 * net: New directory.
25283
25284 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25285 eval-last-sexp. Don't bind debug-on-error here.
25286 (eval-last-sexp): New function. Bind debug-on-error if
25287 eval-expression-debug-on-error is non-nil.
25288 (eval-defun-2, eval-defun): Likewise.
25289
25290 * simple.el (eval-expression): Don't bind debug-on-error if
25291 eval-expression-debug-on-error is nil. Detect changed
25292 debug-on-error, and propagate new value to global binding, if
25293 eval-expression-debug-on-error is non-nil,
25294 (eval-expression-debug-on-error): Change doc string.
25295
25296 2000-01-11 Richard M. Stallman <rms@gnu.org>
25297
25298 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25299
25300 * emacs-lisp/lisp-mode.el (with-syntax-table):
25301 Set up lisp-indent-function property.
25302
25303 * subr.el (with-syntax-table): Moved from simple.el.
25304
25305 * simple.el (with-syntax-table): Moved to subr.el.
25306
25307 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25308
25309 * tmm.el (tmm-shortcut): Delete region after prompt instead
25310 of erasing buffer.
25311
25312 * textmodes/fill.el (fill-common-string-prefix): New function.
25313 (fill-context-prefix): Use the longest common prefix of first
25314 and second line fill prefix, if there is one.
25315
25316 2000-01-11 Richard M. Stallman <rms@gnu.org>
25317
25318 * array.el (array-mode): Don't use make-variable-buffer-local.
25319 Use make-local-variable for `truncate-lines'.
25320
25321 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25322
25323 * add-log.el (add-log-current-defun): Handle user-defined
25324 add-log-current-function returning nil,
25325
25326 * add-log.el (add-change-log-entry): Insert version number
25327 if having found a current function
25328
25329 * add-log.el (add-log-current-defun):
25330 Call `add-log-current-defun-function'. Try matches at level 0 and
25331 level 1. Strip whitespace from defun found.
25332
25333 2000-01-10 John Wiegley <johnw@gnu.org>
25334
25335 * allout.el (isearch-done/outline-provisions): Added `edit'
25336 argument to correspond with the current definition of `isearch-done'.
25337
25338 2000-01-10 Dave Love <fx@gnu.org>
25339
25340 * elide-head.el (elide-head): Use point-marker, not point.
25341
25342 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25343
25344 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25345 before and after the year 2000.
25346
25347 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25348 Add ispell- prefix.
25349
25350 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25351
25352 * ispell.el: Only define dictionaries in menus when they exist.
25353 (version18p): New variable.
25354 (version20p): New variable.
25355 (xemacsp): New variable.
25356 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25357 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25358 (ispell-dictionary-alist6): Russian command lines no longer accept
25359 run-together words.
25360 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25361 (ispell-dictionary-alist): Add koi8-r to customize definition.
25362 (check-ispell-version): Added documentation string. Return library
25363 path when called non-interactively.
25364 (ispell-menu-map-needed): Uses new variables.
25365 (ispell-library-path): New variable.
25366 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25367 (ispell-word): Improved documentation string. Test for valid
25368 character mappings. Correctly check typed in word changes that can
25369 result in single words split into multiple words.
25370 Return replacement word.
25371 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25372 replace in recursive query replace mode. Help message for
25373 recursive edit mode.
25374 (ispell-show-choices): Protect against bad framepop bindings.
25375 (ispell-help): Fix to work with XEmacs.
25376 (ispell-highlight-spelling-error): Use new variables.
25377 (ispell-overlay-window): Fix to work with XEmacs.
25378 (ispell-parse-output): Passed and returns location information
25379 tracking spelling corrections. Doesn't recheck same word on
25380 current line.
25381 (ispell-init-process): Protect against bogus XEmacs variable binding.
25382 Fix call to single argument in sleep-for. Use new variables.
25383 (ispell-region): Passed and returns location information tracking
25384 spelling corrections. Doesn't check same word on current line.
25385 Improved documentation string. Doesn't resend a line already
25386 checked to the ispell process - fixes bug in LaTeX parsing.
25387 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25388 (ispell-skip-region): No longer skips <TT> in SGML.
25389 (ispell-process-line): Tracks location information with spelling
25390 corrections. Added documentation string. Accounts for words
25391 already accepted on this line. Don't allow query-replace on line
25392 starting with math characters. Doesn't resend a line already sent
25393 to ispell process. Fixes alignment error bug.
25394
25395 2000-01-10 Richard M. Stallman <rms@gnu.org>
25396
25397 * dired-x.el (dired-guess-shell-alist-default):
25398 Suggest xloadimage, which is free, not xv, which isn't.
25399
25400 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25401 Don't ever include the host name or user name in the value.
25402
25403 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25404
25405 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25406 of a real newline.
25407
25408 2000-01-09 Stephen Eglen <stephen@gnu.org>
25409
25410 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25411 for .png files.
25412
25413 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25414
25415 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25416
25417 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25418
25419 * progmodes/cperl-mode.el: Replace ^F with ^L.
25420
25421 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25422 `require'ing rmail and mailalias to prevent infinite recursion.
25423
25424 2000-01-08 Dave Love <fx@gnu.org>
25425
25426 * emacs-lisp/backquote.el: Remove inappropriate customization
25427 (allowing custom.el to use backquote).
25428
25429 2000-01-07 Dave Love <fx@gnu.org>
25430
25431 * add-log.el (add-log-debugging): Deleted.
25432 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25433 file. Remove debugging code.
25434 (change-log-get-method-definition, change-log-name): Add doc.
25435 (change-log-sortable-date-at): New function.
25436 (change-log-merge): New command.
25437
25438 * time.el (display-time-string-forms): Make the Mail string active.
25439 (display-time-update): Provide help-echo for load average.
25440
25441 * bindings.el (make-mode-line-mouse2-map): New function.
25442 (mode-line-modified): Use it and simplify.
25443 (mode-line-mule-info): Provide help-echo info.
25444 (minor-mode-alist): Activate the strings.
25445 (make-mode-line-mouse-sensitive): Simplify for
25446 mode-line-buffer-identification.
25447
25448 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25449
25450 * play/pong.el: New file.
25451
25452 2000-01-06 Dave Love <fx@gnu.org>
25453
25454 * array.el: Assorted cleanups for compiler warnings, doc strings,
25455 `array-' prefix for symbols.
25456
25457 2000-01-05 Dave Love <fx@gnu.org>
25458
25459 * textmodes/outline.el (outline-mode-menu-bar-map):
25460 Add outline-headers-as-kill.
25461 (outline-mode): Define imenu-generic-expression.
25462 (outline-headers-as-kill): New command.
25463
25464 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25465 from paragraph-start.
25466 (paragraph-indent-minor-mode): New command.
25467
25468 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25469 M-C-e, M-C-h, C-j, C-xnd, TAB.
25470 (fortran-mode): Set beginning-of-defun, end-of-defun.
25471 (fortran-column-ruler): Simplify.
25472 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25473 (fortran-with-subprogram-narrowing): Likewise.
25474 (fortran-indent-subprogram): Call mark-defun.
25475 (fortran-check-for-matching-do): Change narrowing.
25476
25477 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25478 (cl-lucid-hash-tag): Delete.
25479 (cl-hash-table-p): Correct test for native table.
25480 (cl-hash-table-count): Use hash-table-count.
25481
25482 * browse-url.el (browse-url): Fix case of
25483 browse-url-browser-function being an alist.
25484
25485 2000-01-05 Carsten Dominik <cd@gnu.org>
25486
25487 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25488 (reftex-index-phrase-file-extension): New options.
25489
25490 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25491 Use new option `reftex-index-phrase-file-extension'.
25492
25493 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25494 `reftex-parse-file-extension'.
25495
25496 2000-01-05 Dave Love <fx@gnu.org>
25497
25498 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25499 (beginning-of-defun-raw): Use it.
25500 (end-of-defun): New variable.
25501 (end-of-defun): Use it.
25502 (check-parens): New command.
25503
25504 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25505
25506 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25507 (hs-show-block): Don't use `mapcar' when not accumulating.
25508
25509 Fix buglet in local variables initialization.
25510
25511 2000-01-05 Andreas Schwab <schwab@suse.de>
25512
25513 * hscroll.el (hscroll): Doc fix.
25514
25515 2000-01-05 Carsten Dominik <cd@gnu.org>
25516
25517 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25518 Require idlw-toolbar.
25519
25520 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25521 file idlw-rinfo.el.
25522 (idlwave-customize): Load must read file idlw-shell.el.
25523 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25524
25525 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25526
25527 * progmodes/idlw-shell.el: Also provide idlwave-shell
25528 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25529 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25530
25531 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25532 both reftex-dcr and reftex-vcr.
25533
25534 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25535
25536 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25537
25538 * ps-print.el: PostScript code now is in separate files, doc fix.
25539 (ps-print-version): New version number (5.0.3).
25540 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25541 local.
25542 (ps-spool-config): Initialization fix.
25543 (ps-print-prologue-1, ps-print-prologue-2)
25544 (ps-print-duplex-feature): PostScript code moved to separated file.
25545 (ps-background-image): Little code reformating.
25546 (ps-begin-file, ps-begin-job): Fix code.
25547 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25548 (ps-prologue-file): New fun.
25549
25550 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25551
25552 * ps-vars.el: Eliminated.
25553
25554 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25555 `;;;###autoload'.
25556
25557 * ps-print.el: ps-vars eliminated, doc fix.
25558 (ps-print-version): New version number (5.0.2).
25559 (ps-spool-config): Initialization fix.
25560 (ps-print-customize): New fun.
25561
25562 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25563
25564 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25565
25566 2000-01-04 Dave Love <fx@gnu.org>
25567
25568 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25569 menu items.
25570
25571 2000-01-03 Dave Love <fx@gnu.org>
25572
25573 * elide-head.el (elide-head) [defgroup]: Add :version.
25574
25575 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25576 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25577 Use `cl-hash-table-p', not `hash-table-p'.
25578 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25579
25580 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25581
25582 * faces.el (face-read-integer, read-face-attribute)
25583 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25584
25585 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25586
25587 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25588 at comment end, and re-insert them after filling.
25589
25590 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25591
25592 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25593 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25594 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25595
25596 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25597
25598 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25599 the new name of face-color-supported-p.
25600
25601 * term/w32-win.el (xw-defined-colors): Likewise.
25602
25603 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25604
25605 * simple.el (completion-setup-function): Count completion-size
25606 from minibuffer-prompt-end, not from point-min.
25607
25608 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25609
25610 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25611 Pass the frame to tty-color-* functions.
25612 (display-color-p, frame-set-background-mode): Pass the frame to
25613 tty-display-color-p.
25614
25615 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25616 tty-color-alist.
25617 (tty-color-alist, tty-modify-color-alist): New functions.
25618 (tty-color-define, tty-color-clear, tty-color-approximate)
25619 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25620 optional parameter FRAME.
25621
25622 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25623
25624 * image.el (create-image, defimage): Don't assume image data is
25625 a string.
25626
25627 * image.el (defimage): Handle specifications containing :data
25628 instead of :file.
25629 (image-type-from-data): New function.
25630 (image-type-from-file-header): Use it.
25631 (create-image): Add parameter DATA-P.
25632
25633 See ChangeLog.8 for earlier changes.
25634
25635 ;; Local Variables:
25636 ;; coding: iso-2022-7bit
25637 ;; End:
25638
25639 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25640 Copying and distribution of this file, with or without modification,
25641 are permitted provided the copyright notice and this notice are preserved.