*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2
3 * textmodes/outline.el (outline-mode): Use `^' and a shy group
4 when constructing imenu-generic-expression from outline-regexp.
5
6 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
9 `equal' instead of `=', since they can be cons cells. From Nils
10 Goesche <cartan@cartan.de>.
11
12 2001-09-10 Andre Spiegel <spiegel@gnu.org>
13
14 * vc.el (vc-annotate): Rewrote doc string.
15
16 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
17
18 * time-stamp.el: Update Stephen Gildea's email address.
19
20 2001-09-10 Gerd Moellmann <gerd@gnu.org>
21
22 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
23 enable-multibyte-characters = nil. From Hallvard B Furuseth
24 <h.b.furuseth@usit.uio.no>.
25
26 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
27
28 * ediff-init.el (ediff-highest-priority): bug fix.
29
30 * viper-cmd.el (viper-special-read-and-insert-char): new function
31 that reads a character and uses the current input method or
32 iso-accents when appropriate.
33
34 * viper.el and all others: corrections to the comment blocks at
35 the top.
36
37 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
38
39 * info.el (Info-goto-node): Doc fix.
40
41 2001-09-07 Gerd Moellmann <gerd@gnu.org>
42
43 * isearch.el (isearch-intersects-p): New function.
44 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
45 use isearch-intersects-p, and clean up.
46
47 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
48
49 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
50 and "german8", for the new German orthography dictionaries,
51 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
52 the entries, to keep the line length balanced for loaddefs.el.
53
54 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
55
56 * comint.el (comint-send-input): Handle comint-process-echoes
57 differently.
58
59 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
60
61 * locate.el (locate-insert-header): Remove unnecessary
62 whitespace.
63
64 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
65
66 * arc-mode.el (archive-dostime): Fix a typo in minutes'
67 computation.
68
69 2001-09-07 Gerd Moellmann <gerd@gnu.org>
70
71 * server.el (server-switch-buffer): Use get-window-with-predicate.
72
73 * textmodes/refer.el (refer-find-entry-internal): Use
74 get-window-with-predicate.
75
76 * term/sup-mouse.el (sup-pos-to-window): Use
77 get-window-with-predicate.
78
79 * term/bg-mouse.el (bg-window-from-x-y): Use
80 get-window-with-predicate.
81
82 * emacs-lisp/edebug.el (edebug-window-live-p): Use
83 get-window-with-predicate.
84
85 * window.el (get-window-with-predicate): Renamed from some-window.
86 (some-window): Make it an alias.
87
88 2001-09-06 Gerd Moellmann <gerd@gnu.org>
89
90 * simple.el (undo): Remove positions from buffer-undo-list up to
91 the next undo boundary only.
92
93 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
94
95 * makefile.nt (install): Don't copy sc.el. Reported by Richard
96 Kim <ryk@dspwiz.com>
97
98 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
99 the message "Creating customization items...done".
100
101 2001-09-05 Gerd Moellmann <gerd@gnu.org>
102
103 * font-lock.el (toplevel): Require `jit-lock' only if
104 font-lock-support-mode is set to jit-lock-mode.
105
106 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
107
108 * international/quail.el (quail-use-package, quail-inactivate)
109 (quail-activate): Mention the hooks these functions run in their
110 doc strings.
111
112 2001-09-05 Edward M. Reingold <reingold@iit.edu>
113
114 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
115 of file in header of menu.
116
117 2001-09-04 Gerd Moellmann <gerd@gnu.org>
118
119 * env.el (setenv): Interactively, if VARIABLE has a current value,
120 add that to the front of the history, as the doc string says.
121
122 * comint.el (comint-send-input): Change help-echo.
123 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
124
125 * bookmark.el (bookmark-write-file): Bind print-length and
126 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
127
128 * obsolete/uncompress.el: Moved there from lisp/.
129
130 * comint.el (comint-insert-clicked-input): Goto point-max before
131 deleting previous input. From "Dr Francis J. Wright"
132 <F.J.Wright@qmw.ac.uk>.
133
134 * simple.el (backward-word): Doc fix.
135
136 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
137
138 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
139 * uncompress.el, uniquify.el, vc.el, view.el, window.el
140 * w32-fns.el: Add Keywords header.
141
142 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
143
144 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
145 "Text Properties". Suggested by Simon Marshall
146 <Simon.Marshall@midas-kapiti.com>.
147
148 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
149
150 * term/mac-win.el (mac-drag-n-drop): Decode file name by
151 consulting the value of file-name-coding-system.
152
153 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
154
155 * help.el (describe-function-1): Save precomputed `file-name' rather
156 than recomputing it (incorrectly) with `symbol-file'.
157
158 2001-09-03 Gerd Moellmann <gerd@gnu.org>
159
160 * international/isearch-x.el (isearch-exit-recursive-edit):
161 Take three parameters, since it's used as an after-change-function.
162
163 * emacs-lisp/backquote.el (backquote-backquote-symbol)
164 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
165 from doc strings.
166
167 2001-09-02 Milan Zamazal <pdm@zamazal.org>
168
169 * progmodes/glasses.el (glasses-convert-to-unreadable):
170 Consider underscores as in `glasses-make-readable'.
171
172 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
173
174 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
175 MS-DOS, since cpp might not be available.
176
177 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
178 Mention "yank" in the help-echo text.
179 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
180
181 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
182
183 * newcomment.el (comment-indent): Insert spaces more carefully.
184
185 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
186
187 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
188 exists. From Andy Petrusenco <andy@int.spb.ru>.
189
190 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
191 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
192 <andy@int.spb.ru>.
193
194 2001-08-31 Gerd Moellmann <gerd@gnu.org>
195
196 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
197 Instead of running mouse-yank-at-click, see what the event is
198 bound to outside Isearch and run that.
199
200 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
201
202 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
203 Fix the menu entry to mention transient-mark-mode.
204
205 2001-08-30 Gerd Moellmann <gerd@gnu.org>
206
207 * simple.el (eval-expression-print-level): Fix last change.
208
209 * bindings.el (mode-line-coding-system-map): New variable.
210 (mode-line-mule-info): Give the "%Z" a local-map keymap.
211
212 * simple.el (eval-expression-print-level): Change the type
213 of the defcustom to allow nil.
214
215 * emacs-lisp/find-gc.el: Moved here from lisp/.
216
217 * international/quail.el (quail-completion-1):
218 Reverse the ((CHAR . DEFN) ...) list before processing it.
219 From Kenichi Handa <handa@etl.go.jp>.
220
221 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
222 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
223
224 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
225
226 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
227 aren't supported. This avoids the annoying gray strip drawn by
228 the Windows version instead of the missing tool bar.
229
230 2001-08-29 Gerd Moellmann <gerd@gnu.org>
231
232 * menu-bar.el (menu-bar-options-menu): Make option text, messages
233 and tooltips more consistent. From "Marshall, Simon"
234 <Simon.Marshall@midas-kapiti.com>.
235
236 * startup.el (fancy-splash-screens): Temporarily set
237 minor-mode-map-alist to nil while displaying splash screens.
238
239 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
240
241 * buff-menu.el: Add Keywords header.
242 Doc fix (C-x C-b is bound to list-buffers).
243
244 * dired-x.el: Add keyword files to get listed in finder.
245 Remove confusing notes about GNU Emacs 19.
246
247 * dired.el, dired-aux.el: Add Keywords header.
248
249 2001-08-28 Andre Spiegel <spiegel@gnu.org>
250
251 * vc.el (vc-revert-file): Call the backend even if the FILE's
252 contents can be reverted locally; pass new arg CONTENTS-DONE
253 down to the backend.
254
255 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
256 optional arg CONTENTS-DONE.
257
258 2001-08-28 Andrew Innes <andrewi@gnu.org>
259
260 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
261
262 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
263
264 * makefile.nt (install): Copy more *.el files.
265
266 2001-08-28 Gerd Moellmann <gerd@gnu.org>
267
268 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
269 instead of `w' which is already in use.
270
271 * gs.el (gs-load-image): Use sleep-for.
272 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
273
274 2001-08-28 Miles Bader <miles@gnu.org>
275
276 * replace.el (query-replace-regexp-eval): Return args from
277 `interactive' form in correct order.
278
279 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
280
281 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
282 major modes, don't create panes for modes for which
283 mouse-buffer-menu-alist returns an empty alist.
284
285 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
286
287 * progmodes/hideshow.el: Update first-line description.
288 Sync comments w/ maintainer version 5.31.
289
290 (hs-isearch-open): Default value now `code'.
291 Fix docstring to use "code blocks" vs "comment blocks",
292 as opposed to "block" vs "comment".
293 (hs-flag-region): Accept `hs-isearch-open' value
294 of `block' as synonymous w/ `code'.
295 (hs-hide-block-at-point): For code blocks, pass `code'
296 to `hs-flag-region' instead of `block'.
297
298 2001-08-28 Miles Bader <miles@gnu.org>
299
300 * comint.el (comint-next-prompt): Don't loop infinitely if
301 {next,previous}-single-char-property-change returns its input
302 position when the search fails.
303
304 2001-08-27 Miles Bader <miles@gnu.org>
305
306 * comint.el (comint-get-old-input-default): Don't signal an error
307 if point is not on an input field; instead, return the current
308 line (using `comint-bol' to skip any prompt, in case we're not
309 using fields at all).
310
311 * man.el (Man-mode-line-format): Variable removed.
312 (Man-mode): Change `mode-line-buffer-identification' instead of
313 `mode-line-format'.
314
315 2001-08-27 Gerd Moellmann <gerd@gnu.org>
316
317 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
318 From Simon Josefsson <jas@extundo.com>.
319
320 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
321
322 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
323 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
324
325 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
326 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
327
328 * emacs-lisp/lselect.el: Ditto.
329
330 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
331 Remove periods from the end of error message strings.
332 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
333
334 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
335 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
336
337 * net/telnet.el: Ditto.
338
339 2001-08-26 Gerd Moellmann <gerd@gnu.org>
340
341 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
342 KEYMAP to the call to define-minor-mode.
343
344 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
345
346 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
347 Replace some of the undefined characters with emulations of bidi
348 formatting characters and Niqud as per SI 1311-1.
349 (IT-unicode-translations): Ditto.
350 (IT-display-table-setup, IT-setup-unicode-display):
351 Fill characters without translations with dos-unsupported-char-glyph.
352
353 2001-08-24 Simon Josefsson <jas@extundo.com>
354
355 * hl-line.el (hl-line-mode): Don't be a global mode.
356 (global-hl-line-mode): New function.
357
358 2001-08-24 Gerd Moellmann <gerd@gnu.org>
359
360 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
361 being reset by Ghostscript. Don't kill the gs process.
362 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
363
364 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
365
366 * term/mac-win.el: Require scroll-bar.
367
368 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
369
370 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
371
372 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
373
374 * hexl.el (hexl-insert-multibyte-char) New function.
375 (hexl-quoted-insert, hexl-self-insert-command)
376 (hexl-insert-hex-char, hexl-insert-decimal-char)
377 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
378 Fix the doc strings accordingly.
379 (hexl-insert-char): Reject characters whose code is above 255.
380 Doc fix.
381 (hexl-mode-map): Copy the global keymap instead of creating a
382 sparse keymap, and bind all self-inserting characters to
383 hexl-self-insert-command.
384
385 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
386
387 * wid-edit.el (text): Re-order docstring correctly.
388
389 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
390
391 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
392
393 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
394
395 * simple.el (line-number-mode): Mention the variable
396 line-number-display-limit-width in the doc string.
397
398 2001-08-22 Gerd Moellmann <gerd@gnu.org>
399
400 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
401 Temporarily select EVENT's window for switching buffers.
402 (mode-line-bury-buffer): New function.
403 (mode-line-buffer-identification-keymap): Use it instead of
404 bury-buffer. Bind down-mouse events to prevent global down-mouse
405 events from shining through.
406
407 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
408
409 * newcomment.el (comment-beginning): Make sure the comment-start
410 we found isn't a comment-end (in cases where confusion is possible).
411
412 2001-08-22 Miles Bader <miles@gnu.org>
413
414 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
415 before writing it, so that hard-links don't see new version.
416
417 2001-08-21 Gerd Moellmann <gerd@gnu.org>
418
419 * gs.el (gs-set-ghostview-colors-window-prop):
420 Call x-change-window-property with 3rd arg FRAME.
421 (gs-load-image): Wait for a previous Ghostscript process
422 to complete before starting a new one.
423
424 * image.el (image-type-regexps): Make sure that the TIFF
425 pattern is only matched at the beginning of a string.
426 From Markus Rost <rost@math.ohio-state.edu>.
427
428 * international/swedish.el: Pre-Mule file removed. From Jonas
429 Oberg <jonas@gnu.org>.
430
431 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
432
433 * whitespace.el (whitespace-abort-on-error): Add custom variable
434 to whitespace to abort a write-file if whitespace is detected in file.
435
436 * whitespace.el (whitespace-write-file-hook): Hook to be called
437 when writing a file. If `whitespace-abort-on-error' is set, the
438 write will abort on detecting whitespaces.
439 If `whitespace-auto-cleanup' is set, the file will be cleaned
440 automatically prior to writing.
441
442 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
443 whitespaces in the error output!
444
445 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
446 `indent-tabs-mode', since the latter notes user preferences on
447 TABs anyway.
448
449 * whitespace.el (whitespace-version): 3.1. All of the above issues
450 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
451
452 2001-08-20 Gerd Moellmann <gerd@gnu.org>
453
454 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
455 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
456
457 * whitespace.el (whitespace-global-mode): Add autoload cookie.
458
459 2001-08-20 Alex Schroeder <alex@gnu.org>
460
461 * sql.el (sql-db2): Doc change.
462
463 2001-08-20 Alex Schroeder <alex@gnu.org>
464
465 * sql.el (sql-postgres): Add the database at the end of the
466 parameters instead of at the beginning.
467 (sql-postgres-options): Doc change.
468
469 2001-08-17 Gerd Moellmann <gerd@gnu.org>
470
471 * custom.el (defcustom): Doc fix.
472
473 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
474
475 * ps-mule.el (find-composition): Check if (char-after POS)
476 returns a valid character.
477
478 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
479
480 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
481 original-point for extra CR characters that are added/removed when
482 the buffer is written/read whose EOL type is -dos.
483
484 2001-08-16 Miles Bader <miles@gnu.org>
485
486 * simple.el (line-move): Undo previous change.
487
488 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
489 property to input-terminating `boundary' overlays to avoid
490 line-move wierdness.
491
492 2001-08-16 Gerd Moellmann <gerd@gnu.org>
493
494 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
495 buffer in a save-restriction. Under one test case with Ediff,
496 window-scroll-functions are run with a window start that's
497 temporarily outside of the restriction.
498
499 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
500
501 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
502 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
503 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
504 (texinfo-update-menu-region-beginning)
505 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
506 command, @ifnottex, to regexps, so it is found.
507
508 2001-08-16 Andrew Innes <andrewi@gnu.org>
509
510 * makefile.nt (DONTCOMPILE): Omit bindings.el.
511 (DONTCOMPILE): Omit sc.el.
512
513 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
514 (DONTCOMPILE): Omit sc.el.
515
516 2001-08-16 Gerd Moellmann <gerd@gnu.org>
517
518 * replace.el (occur): Bind inhibit-read-only to t.
519
520 2001-08-16 Miles Bader <miles@gnu.org>
521
522 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
523 calling `constrain-to-field', to avoid problems with comint prompts.
524
525 2001-08-15 Gerd Moellmann <gerd@gnu.org>
526
527 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
528 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
529
530 * ediff-mult.el (ediff-get-meta-info): Fix the condition
531 of a while-loop.
532
533 * Makefile.in (DONTCOMPILE): Remove sc.el.
534
535 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
536 Don't include term/.
537
538 * mail/sc.el: Moved to obsolete/.
539
540 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
541
542 * ps-print.el: Change error function arguments to follow Emacs
543 message convention. Doc fix.
544 (ps-print-version): New version number (6.5.4).
545 (coding-system-for-write): Change declaration position to avoid
546 XEmacs compilation gripes.
547 (coding-system-for-read, buffer-file-coding-system):
548 Declarations to avoid XEmacs compilation gripes.
549
550 * ps-mule.el: Doc fix.
551 (ps-mule-encode-header-string): If STRING is not a string, replace
552 STRING by empty string.
553
554 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
555
556 * frame.el (show-trailing-whitespace): Doc fix.
557
558 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
559
560 * desktop.el (desktop-save): Insert the coding: tag before
561 desktop-header.
562
563 2001-08-13 Gerd Moellmann <gerd@gnu.org>
564
565 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
566 its path from $els.
567
568 * image.el (image-jpeg-p): Fix call of substring.
569
570 2001-08-10 Gerd Moellmann <gerd@gnu.org>
571
572 * play/animate.el (animate-string): Doc fix. Use a buffer
573 name with stars in it.
574 (animate-sequence): New function.
575 From Richard Stallman <rms@gnu.org>.
576
577 * frame.el (select-frame-set-input-focus): New function
578 extracted from other-frame.
579 (other-frame): Use it.
580 (next-multiframe-window, previous-multiframe-window): Use it.
581
582 * isearch.el (isearch-other-meta-char): Don't switch to the
583 buffer of a window clicked on, when the current buffer is
584 in Isearch mode.
585
586 * image.el (image-jpeg-p): Test for APPn markers in the range
587 #xe0..#xef.
588
589 2001-08-09 Gerd Moellmann <gerd@gnu.org>
590
591 * desktop.el (desktop-save): Don't use concat to form a file
592 name, use expand-file-name.
593
594 * mouse.el (mouse-delete-window): Do nothing if frame has just
595 one window.
596
597 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
598 for the minor mode name.
599
600 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
601 minor mode name.
602
603 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
604 instead of make-mode-line-mouse2-map.
605
606 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
607 the minor mode name.
608
609 * emacs-lisp/easy-mmode.el (define-minor-mode):
610 Use mode-line-minor-mode-keymap for the minor mode name.
611
612 * calendar/calendar.el (calendar-mode-line-format):
613 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
614
615 * bindings.el (make-mode-line-mouse-map): Renamed from
616 make-mode-line-mouse2-map. Take additional arg MOUSE.
617 (mode-line-modified): Use mouse-3 instead of mouse-2.
618 (mode-line-buffer-identification-keymap): Bind keys differently.
619 (propertized-buffer-identification): Adapt help-echo to new bindings.
620
621 * bindings.el (mode-line-format): Specify help-echo for line
622 number, column number and buffer-percent part of the mode-line.
623
624 * image.el (image-type-regexps): Allow whitespace at the start
625 of the image data for XPM, XBM and Postscript, which are
626 text files.
627 (image-jpeg-p): Correct calculation of next field offset.
628
629 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
630
631 * battery.el: Fix typo.
632
633 2001-08-08 Gerd Moellmann <gerd@gnu.org>
634
635 * image.el (image-type-regexps): Allow predicates. Change the way
636 JPEG images are recognized.
637 (image-jpeg-p): New function.
638 (image-type-from-data): Handle predicates in image-type-regexps.
639
640 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
641 #:, #x, #o, and similar constructs.
642
643 2001-08-07 Gerd Moellmann <gerd@gnu.org>
644
645 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
646
647 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
648 instead of `progn'.
649
650 * tar-mode.el (tar-extract): Avoid generating a new buffer
651 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
652
653 * textmodes/paragraphs.el (forward-sentence): Avoid building
654 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
655
656 * progmodes/executable.el (executable-set-magic):
657 If executable-find returns a quoted file name, unquote it before
658 inserting it.
659
660 * image.el (image-type-regexps): For JPEG files, use a regexp
661 derived from the JFIF spec.
662
663 * image.el (image-type-regexps): Use `\`' instead of `^' in
664 most regular expressions.
665
666 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
667
668 * play/animate.el: Re-insert a reference to re-inserted function.
669
670 2001-08-06 Gerd Moellmann <gerd@gnu.org>
671
672 * help.el (describe-function-1): Use find-function-search-for-symbol
673 instead of find-function-noselect because the latter follows aliases.
674
675 * play/animate.el (animate-birthday-present): Re-insert.
676
677 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
678 Handle old-style menu definitions.
679
680 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
681
682 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
683 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
684
685 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
686 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
687 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
688
689 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
690
691 * textmodes/tildify.el: Milan Zamazal has new address.
692
693 2001-08-03 Gerd Moellmann <gerd@gnu.org>
694
695 * custom.el (custom-set-variables): Don't test `custom-requests'
696 properties, check the third element of the options passed to
697 custom-set-variables instead.
698
699 * info.el (info-insert-file-contents): Use info-file-exists-p
700 instead of file-exists-p.
701
702 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
703 the mode-line face is restored. Fix several bugs.
704
705 * replace.el (perform-replace): Doc fix.
706
707 2001-08-02 Francesco Potorti` <pot@gnu.org>
708
709 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
710 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
711 (uniquify-fix-item-base, uniquify-fix-item-filename)
712 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
713 Callers changed.
714 (uniquify-set-proposed): Changed to work with a vector item.
715 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
716 the fix list, and a list of strings for the non-file buffer
717 names. Both changes reduce consing.
718 (uniquify-rationalize-a-list): Local variable renaming.
719 (uniquify-rationalize-conflicting-sublist): Use member instead of
720 assoc.
721 (uniquify-rename-buffer): Use unless instead of if not.
722
723 2001-08-02 Gerd Moellmann <gerd@gnu.org>
724
725 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
726
727 * custom.el (custom-set-variables): Set options with :require
728 clauses last.
729
730 * custom.el (defcustom): Doc fix.
731
732 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
733
734 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
735
736 * man.el (man): Mention Man-switches in the doc string.
737 (Man-switches): Mention -a in the doc string.
738
739 * textmodes/ispell.el (ispell-alternate-dictionary):
740 Add /usr/share/lib/dict/words, for Irix.
741
742 * bindings.el: Bind shifted and control-shifted kp-* keys to the
743 corresponding non-kp keys. Suggested by Stephen Gildea
744 <gildea@stop.mail-abuse.org>.
745
746 2001-08-01 Francesco Potorti` <pot@gnu.org>
747
748 * uniquify.el: These changes correct a corner case that the old
749 code managed correctly.
750 (uniquify-fix-item-proposed): Renamed from
751 uniquify-fix-item-min-proposed.
752 (uniquify-set-proposed): New function.
753 (uniquify-rationalize-file-buffer-names): Code reshuffled for
754 clarity and speed.
755 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
756 This is equivalent to what the old code did.
757 (uniquify-rationalize-a-list): Never recompute the proposed
758 name. Sort the conflicting sublist before rationalising it: this
759 is equivalent to what the old code did, but one directory element
760 at a time, and only when necessary.
761 (uniquify-rationalize-conflicting-sublist): Recompute here the
762 proposed name.
763
764 2001-08-01 Gerd Moellmann <gerd@gnu.org>
765
766 * play/animate.el: Add Keywords and Maintainer. Remove a
767 reference to a removed function.
768
769 * play/animate.el (animate-string): Handle case that the string is
770 longer than the window is wide.
771
772 2001-07-31 Gerd Moellmann <gerd@gnu.org>
773
774 * desktop.el (desktop-save): Bind coding-system-for-write to
775 `emacs-mule' for write-region.
776
777 * delsel.el (delete-selection-pre-hook): Don't set this-command
778 to `ignore' if the region is empty.
779
780 * international/mule.el (set-keyboard-coding-system):
781 Set keyboard-coding-system.
782
783 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
784 before accessing it.
785
786 2001-07-30 Andreas Schwab <schwab@suse.de>
787
788 * menu-bar.el (toggle-highlight-paren-mode):
789 Use `(show-paren-mode)' as body.
790
791 2001-07-30 Andre Spiegel <spiegel@gnu.org>
792
793 * vc.el (vc-checkout-hook): New hook.
794 (vc-checkout): Run it.
795
796 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
797
798 * progmodes/make-mode.el (makefile-macroassign-regex):
799 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
800
801 2001-07-30 Gerd Moellmann <gerd@gnu.org>
802
803 * vc.el (vc-switch-backend): Fix autoload cookie.
804
805 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
806 the desktop file.
807
808 2001-07-30 Simon Josefsson <jas@extundo.com>
809
810 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
811 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
812
813 2001-07-27 Gerd Moellmann <gerd@gnu.org>
814
815 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
816 (last-sexp-toggle-display): Renamed from last-sexp-print.
817 (last-sexp-toggle-display, eval-last-sexp-1):
818 Use last-sexp-setup-props.
819
820 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
821 New user-options.
822 (mouse-wheel-change-button): New function.
823 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
824 (mwheel-scroll): Ditto.
825
826 2001-07-26 Gerd Moellmann <gerd@gnu.org>
827
828 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
829 `...', compare with unabbreviated printed representation instead.
830 (last-sexp-print): Bind print-length and print-level to nil.
831
832 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
833 before assigning text properties. Make properties rear-nonsticky.
834
835 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
836 (eval-last-sexp-1): Give printed text a `keymap' property and bind
837 <mouse-2> and <RET> in that map to a function printing the
838 unabbreviated value.
839
840 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
841 is a buffer, put a text property `printed-value' on the printed
842 representation, with the Lisp object printed as value.
843
844 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
845
846 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
847 Mention the effect of eval-expression-print-length and
848 eval-expression-print-level in the doc strings. Suggested by
849 Kevin Gallagher <kevingal@onramp.net>.
850
851 2001-07-25 Gerd Moellmann <gerd@gnu.org>
852
853 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
854 for buttons > 3.
855 (xterm-mouse-translate): Handle the case that we don't get a
856 down-event.
857
858 * emacs-lisp/find-func.el (find-function-regexp):
859 Add easy-mmode-define-global-mode to the regexp. Allow newlines
860 in front of the function name.
861
862 * isearch.el (isearch-other-meta-char): Fix last change.
863
864 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
865 similar events for which fake prefix keys are generated. It's no
866 longer necessary since read_key_sequence doesn't modify these
867 events for internal purposes anymore.
868
869 * files.el (auto-mode-alist): Use nroff-mode for files ending
870 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
871
872 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
873
874 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
875 tool-bar-lines parameter, behave as if its value were zero.
876 (mouse-avoidance-set-pointer-shape): Don't do anything if
877 x-pointer-shape is not boundp.
878
879 2001-07-23 Francesco Potorti` <pot@gnu.org>
880
881 * uniquify.el: Overall speedup changes when using many buffers.
882 (uniquify-fix-item-base, uniquify-fix-item-filename)
883 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
884 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
885 place in the item, but was never used.
886 (uniquify-fix-item-min-proposed): New defalias: the fourth place
887 in the item is now used as cache for the proposed name.
888 (uniquify-rationalize-file-buffer-names): Move computation made on
889 newbuffile out of the loop, in the newbuffile-nd local var.
890 Use dolist (cosmetic change). Compute the proposed name for the most
891 common case and cache it in the fourth place in the item.
892 (uniquify-rationalize-file-buffer-names): Used to return a a list
893 of buffer whose name was changed, but that return value was never used.
894 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
895 the cached proposed name, does much less consing and is quicker.
896 (uniquify-filename-lessp): Deleted.
897 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
898 Do not bind locally the uniquify-possibly-resolvable flag. Use the
899 cached proposed name is possible.
900 (uniquify-get-proposed-name): Arguments changed, callers changed.
901 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
902 uniquify-possibly-resolvable flag, which is no more bound locally.
903 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
904 flag, which does not exist any more.
905
906 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
907
908 * term/internal.el (IT-unicode-translations): Fix the appearance of
909 "6`".
910
911 * progmodes/compile.el (compile-internal): If EMACS is already
912 defined in the environment, don't override its value.
913
914 2001-07-23 Gerd Moellmann <gerd@gnu.org>
915
916 * play/fortune.el: Undo change of 2001-07-13.
917 Fix autoload cookies. Add types to defcustoms.
918 (fortune) <defgroup>: Add :link.
919 (fortune-from-region): Use eq, not eql.
920 From Dave Love <fx@gnu.org>.
921
922 * play/animate.el (animate-birthday-present): Function removed.
923
924 * play/animate.el: New file.
925
926 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
927
928 * startup.el (normal-top-level-add-subdirs-to-load-path):
929 On Windows, put into normal-top-level-add-subdirs-inode-list the
930 canonicalized names of the directories instead of inode numbers.
931
932 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
933
934 * ediff-util.el: Copyright years.
935 (ediff-choose-syntax-table): New function.
936 (ediff-setup): Use ediff-choose-syntax-table.
937 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
938 vc-state is available.
939 (ediff-make-temp-file): Use ediff-coding-system-for-write.
940
941 * ediff-init.el (ediff-with-syntax-table): New macro, uses
942 with-syntax-table.
943 (ediff-coding-system-for-read): From ediff-diff.el
944 (ediff-coding-system-for-write): New variable.
945 (ediff-highest-priority): Fixed the bug having to do with disappearing
946 overlays.
947 (ediff-file-remote-p): Use file-remote-p, if available.
948 (ediff-listable-file): New function.
949 (ediff-file-attributes): Use ediff-listable-file.
950
951 * ediff-mult.el (ediff-meta-insert-file-info1):
952 Use ediff-listable-file.
953
954 * ediff-ptch.el (ediff-prompt-for-patch-file):
955 Use ediff-coding-system-for-read.
956 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
957
958 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
959 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
960
961 * ediff.el: Date of last update, copyright years.
962
963 * ediff-wind (ediff-setup-control-frame): Nill->nil.
964
965 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
966 of Scott Bronson.
967 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
968 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
969 Deleted functions.
970 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
971 ex-token-list.
972 (viper-get-ex-address-subr): Convert registers to char data type.
973
974 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
975 (viper-memq-char): Use viper-int-to-char.
976 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
977 vc-locking-state.
978 (viper-read-key): Use viper-read-key-sequence.
979
980 * viper.el (viper-major-mode-modifier-list):
981 Added inferior-emacs-lisp-mode.
982 (this-major-mode-requires-vi-state): New function that uses simple
983 heuristics to decide if vi state is appropriate.
984 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
985 (viper-non-hook-settings): Don't advise read-key-sequence.
986 (viper-read-key-sequence): New function that replaces the
987 previously used advice to read-key-sequence.
988
989 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
990 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
991 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
992 (viper-open-line-at-point,viper-substitute,viper-overwrite)
993 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
994 Got rid of the negative character hack.
995 (viper-escape-to-state,viper-replace-state-exit-cmd):
996 Use viper-read-key-sequence.
997 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
998 (viper-minibuffer-standard-hook,viper-read-string-with-history):
999 Don't override existing minibuffer-setup-hook.
1000 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
1001 Convert registers to char data type.
1002 (viper-autoindent): Use viper-indent-line.
1003
1004 * viper-keym.el: Use viper-exec-key-in-emacs.
1005
1006 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1007
1008 * server.el (server-visit-files): Fix variable name typo.
1009
1010 2001-07-20 Gerd Moellmann <gerd@gnu.org>
1011
1012 * simple.el (delete-trailing-whitespace): Save match data
1013 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1014
1015 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1016
1017 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1018 return a this-error using the alternative format (a pair of markers).
1019
1020 2001-07-19 Gerd Moellmann <gerd@gnu.org>
1021
1022 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1023
1024 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1025 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
1026
1027 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1028
1029 * international/iso-transl.el: Fix typo in the header of the file.
1030
1031 * textmodes/picture.el (picture): Doc fix.
1032
1033 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1034 follow coding conventions in generated files.
1035
1036 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1037
1038 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1039 (tool-bar-add-item): Don't call image-related primitives if the
1040 display doesn't support images.
1041
1042 * frame.el (display-images-p): New function.
1043
1044 2001-07-17 Gerd Moellmann <gerd@gnu.org>
1045
1046 * server.el (server-visit-files): Handle the case the specified
1047 column number is <= 0.
1048
1049 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1050
1051 * startup.el (command-line-1): Add support for +LINE:COLUMN
1052 command line argument.
1053
1054 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1055
1056 * server.el (server-process-filter, server-visit-files):
1057 Add support for +LINE:COLUMN style emacsclient calls.
1058
1059 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1060
1061 * emacs-lisp/easy-mmode.el: Add Keywords header.
1062
1063 * play/pong.el: Author has new address.
1064
1065 * play/landmark.el: Author is no more reachable.
1066
1067 * play/handwrite.el: Author is no more reachable.
1068
1069 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1070
1071 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1072 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1073 Complete bindings for F<1..12> keys.
1074 (global-map): Remove `undo' binding (already in the default).
1075 Replace `t<n>' bindings with `f<n>' bindings.
1076
1077 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1078
1079 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1080 (tcl-mode): Use tcl-add-log-defun.
1081 (tcl-indent-line): Use tcl-calculate-indent.
1082 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1083 (tcl-indent-exp): Renamed from indent-tcl-exp.
1084 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1085 (tcl-indent-for-comment): Call comment-indent-function properly
1086 and handle the case where it returns nil.
1087
1088 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1089
1090 * calendar/cal-islam.el (calendar-goto-islamic-date):
1091 Remove autoload cookie.
1092
1093 * calendar/calendar.el (calendar-goto-islamic-date):
1094 Add call to autoload.
1095
1096 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1097
1098 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1099 Don't change compile-auto-highlight globally.
1100 Don't bother with `font-lock-defaults' property since XEmacs
1101 also understands the `font-lock-defaults' variable.
1102 Use make-local-variable rather than make-variable-buffer-local.
1103 Don't `defconst' comment-indent-function: keep the default.
1104 Call easy-menu-add unconditionally.
1105 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1106 (ada-create-menu): Use :included for Emacs as well.
1107
1108 * vc.el (vc-do-command): Autoload.
1109
1110 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1111
1112 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1113
1114 * ps-print.el: Fix Author: header.
1115
1116 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1117
1118 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1119 mouse-1 etc., bind them to `ignore'.
1120
1121 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1122 send-invisible, which is already defined in Comint.
1123 (eshell-watch-for-password-prompt): Use it.
1124
1125 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1126
1127 * which-func.el (which-func-mode): Doc fix.
1128
1129 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
1130 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1131 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1132 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1133 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1134 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1135 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1136 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1137 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1138 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1139 * emulation/edt-mapper.el, emulation/edt-pc.el,
1140 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1141 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1142 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1143 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1144 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1145 * international/isearch-x.el, international/iso-cvt.el,
1146 * international/ogonek.el, international/quail.el,
1147 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1148 * language/devanagari.el, language/ethio-util.el,
1149 * language/ethiopic.el, language/european.el, language/indian.el,
1150 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1151 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1152 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1153 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1154 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1155 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1156 * progmodes/autoconf.el, progmodes/cmacexp.el,
1157 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1158 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1159 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1160 * progmodes/ebnf2ps.el, progmodes/executable.el,
1161 * progmodes/fortran.el, progmodes/idlw-shell.el,
1162 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1163 * progmodes/m4-mode.el, progmodes/mantemp.el,
1164 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1165 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1166 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1167 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1168 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1169 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1170 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1171 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1172 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1173 * textmodes/two-column.el, time-stamp.el, timezone.el,
1174 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1175 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1176 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
1177 conventions.
1178
1179 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1180
1181 * simple.el (set-variable): Require 'cus-edit' instead of
1182 `wid-edit', so that the Custom widgets get defined.
1183
1184 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1185
1186 * allout.el: A fix to follow coding conventions.
1187
1188 * find-lisp.el: A fix to follow coding conventions.
1189
1190 * term/w32-win.el: A fix to follow coding conventions.
1191
1192 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1193
1194 * term/xterm.el: A fix to follow coding conventions.
1195
1196 * term/news.el: A fix to follow coding conventions.
1197
1198 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1199 header line fixed.
1200
1201 * sun-curs.el: Fix Maintainer: header line.
1202
1203 * emacs-lisp/easymenu.el: Address of the author added.
1204
1205 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1206
1207 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1208 property.
1209
1210 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1211
1212 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1213 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
1214 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1215 Some fixes to follow coding conventions.
1216
1217 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1218
1219 * which-func.el (which-func-mode): Doc fix.
1220
1221 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1222
1223 * net/rcompile.el (remote-compile): Use make-local-variable.
1224
1225 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1226
1227 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1228
1229 * mail/reporter.el (reporter-submit-bug-report):
1230 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1231
1232 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1233
1234 * calendar/cal-china.el, calendar/cal-coptic.el,
1235 * calendar/cal-dst.el, calendar/cal-french.el,
1236 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1237 * calendar/cal-iso.el, calendar/cal-julian.el,
1238 * calendar/cal-mayan.el, calendar/cal-persia.el,
1239 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1240 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1241 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1242 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1243 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1244 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1245 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1246 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1247 * progmodes/ada-xref.el, progmodes/cc-align.el,
1248 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1249 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1250 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1251 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1252 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1253 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1254 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1255 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1256 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1257 * textmodes/reftex.el: Some fixes to follow coding
1258 conventions in Eshell files with known maintainers.
1259
1260 * emulation/viper.el: A fix to follow coding conventions.
1261
1262 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1263 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1264 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1265 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1266 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1267 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1268 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1269 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1270 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1271 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1272 conventions in Eshell files.
1273
1274 * composite.el, diff.el, emacs-lisp/levents.el,
1275 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1276 * emulation/pc-mode.el, emulation/viper-cmd.el,
1277 * emulation/viper-ex.el, emulation/viper-init.el,
1278 * emulation/viper-keym.el, emulation/viper-macs.el,
1279 * emulation/viper-mous.el, emulation/viper-util.el,
1280 * emulation/viper.el, forms-pass.el, international/ccl.el,
1281 * international/characters.el, international/encoded-kb.el,
1282 * international/fontset.el, international/ja-dic-cnv.el,
1283 * international/ja-dic-utl.el, international/kinsoku.el,
1284 * international/kkc.el, international/mule-cmds.el,
1285 * international/mule-diag.el, international/mule-util.el,
1286 * international/mule.el, international/titdic-cnv.el,
1287 * language/china-util.el, language/chinese.el,
1288 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1289 * language/greek.el, language/hebrew.el, language/japan-util.el,
1290 * language/japanese.el, language/korea-util.el, language/korean.el,
1291 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1292 * language/slovak.el, language/thai-util.el, language/thai.el,
1293 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1294 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1295 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1296 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1297 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1298 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1299 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1300 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1301 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1302 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1303 to follow coding conventions in files without maintainer or in files
1304 with clear maintainer (but without Maintainer header stating so).
1305
1306 * emacs-lisp/elp.el: A fix to follow coding conventions.
1307
1308 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1309 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1310 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1311 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1312 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1313 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1314 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1315 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1316 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1317 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1318 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1319 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1320 conventions in files from Gnus.
1321
1322 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1323 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1324 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1325 * echistory.el, electric.el, emacs-lisp/authors.el,
1326 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1327 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1328 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1329 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1330 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1331 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1332 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1333 * international/codepage.el, international/iso-ascii.el,
1334 * international/iso-insert.el, international/iso-transl.el,
1335 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1336 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1337 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1338 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1339 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1340 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1341 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1342 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1343 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1344 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1345 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1346 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1347 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1348 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1349 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1350 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1351 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1352 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1353 * textmodes/tex-mode.el, textmodes/text-mode.el,
1354 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1355 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1356 * vt100-led.el, window.el: Some fixes to follow coding conventions in
1357 files maintained by FSF.
1358
1359 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1360
1361 * arc-mode.el: A fix to follow coding conventions.
1362
1363 * bindings.el: Ditto.
1364
1365 * cdl.el: Ditto.
1366
1367 * comint.el: Ditto.
1368
1369 * cus-start.el: Ditto.
1370
1371 * shell.el: Ditto.
1372
1373 * skeleton.el: Ditto.
1374
1375 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1376
1377 * info.el (Info-build-node-completions):
1378 Make Info-current-file-completions buffer local.
1379
1380 2001-07-13 Gerd Moellmann <gerd@gnu.org>
1381
1382 * which-func.el (which-func-mode, which-func-ff-hook)
1383 (which-function-mode): Remove references to which-func-mode-global.
1384
1385 * calendar/cal-islam.el (calendar-goto-islamic-date):
1386 Add autoload cookie.
1387
1388 * play/fortune.el: Add types to defcustoms.
1389
1390 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1391
1392 * language/czech.el: A fix to follow coding conventions.
1393
1394 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1395
1396 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1397 to the extension list, for antlr-mode. From Christoph Wedler
1398 <Christoph.Wedler@sap.com>.
1399
1400 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1401
1402 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1403 (vc-dired-mode-map): Fix the madness.
1404
1405 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1406 (vc-prefix-map): Moved back from vc.el.
1407
1408 2001-07-11 Gerd Moellmann <gerd@gnu.org>
1409
1410 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1411 Increase the size of the obarray.
1412 (mail-extr-all-top-level-domains): Add more toplevel domains,
1413 add more long names.
1414 From: Per Starback <starback@ling.uu.se>.
1415
1416 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1417
1418 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1419 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1420
1421 * progmodes/ada-mode.el: Ditto.
1422
1423 * progmodes/ada-xref.el: Ditto.
1424
1425 2001-07-11 Miles Bader <miles@gnu.org>
1426
1427 * finder.el (finder-insert-at-column): Also move to the next line
1428 if exactly at COLUMN.
1429
1430 2001-07-10 Gerd Moellmann <gerd@gnu.org>
1431
1432 * help.el (describe-function-1): When printing FUNCTION's
1433 documentation, don't assume FUNCTION is a symbol.
1434
1435 * startup.el (normal-top-level): Don't operate on the initial
1436 frame if we failed to create one.
1437
1438 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1439
1440 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1441 itself, i.e. only indent the contents in it.
1442
1443 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
1444
1445 * mail/rmail.el (rmail-show-message): Show beginning of message in
1446 all windows containing it.
1447
1448 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * term/tty-colors.el: Fix the header line and copyright years.
1451
1452 2001-07-09 Gerd Moellmann <gerd@gnu.org>
1453
1454 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1455 original definition has an interactive form, but is Elp
1456 instrumented, use the interactive form of the function called by
1457 elp-wrapper.
1458
1459 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1460 configurations with compare-window-configuration; they aren't
1461 window configurations.
1462
1463 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1464 from the server for the format we expect. Don't use it if it
1465 doesn't look like what the Internet draft for FTP extensions specifies.
1466
1467 * toolbar/*.pbm: Cleaned up.
1468 From Luis Fernandes <elf@ee.ryerson.ca>.
1469
1470 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1471
1472 * cc-cmds.el: Extended the kludge to interoperate with the
1473 delsel and pending-del packages wrt to the new function
1474 `c-electric-delete-forward'.
1475
1476 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1477
1478 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1479 to delay the call to <mode> for global minor modes.
1480 (easy-mmode-define-navigation): Only recenter if interactive.
1481
1482 2001-07-06 Gerd Moellmann <gerd@gnu.org>
1483
1484 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1485 to lisp-indent-line.
1486
1487 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1488 from the server. Call encode-time only when we are sure that we
1489 got a 213 response.
1490
1491 2001-07-06 Simon Josefsson <jas@extundo.com>
1492
1493 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1494 (mail-envelope-from): New user option.
1495 (sendmail-send-it): Use it.
1496
1497 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1498
1499 * ps-print.el: Use locale dependant date to print date in header.
1500 Doc fix.
1501 (ps-print-version): New version number (6.5.3).
1502 (ps-right-header, ps-right-footer): Initialization and doc fix.
1503 (ps-time-stamp-locale-default): New fun.
1504
1505 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1506
1507 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1508 field problem with MIME-mode.
1509
1510 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1511
1512 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1513
1514 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1515 MIME-mode.
1516
1517 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1518
1519 * bindings.el (mode-line-mule-info): Don't show the tip with
1520 buffer-file-coding-system if that is nil.
1521
1522 2001-07-05 Gerd Moellmann <gerd@gnu.org>
1523
1524 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1525 instead of kill-line.
1526
1527 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1528 <Pavel@Janik.cz>.
1529
1530 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1531 <Pavel@Janik.cz>.
1532
1533 2001-07-04 Gerd Moellmann <gerd@gnu.org>
1534
1535 * font-lock.el (c-font-lock-keywords-3): When matching something
1536 like `struct X Y', finish with point after Y.
1537
1538 2001-07-04 Simon Josefsson <jas@extundo.com>
1539
1540 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1541 in caller buffer.
1542
1543 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1544
1545 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1546 instead of string-match to find the basename of the file.
1547 From Pascal Obry <p.obry@wanadoo.fr>.
1548
1549 * net/browse-url.el (browse-url-default-windows-browser):
1550 Support the MS-DOS port when it runs on Windows.
1551 (browse-url-browser-function) [ms-dos]: Default to
1552 browse-url-default-windows-browser.
1553
1554 * help.el (locate-library): Enable code that looks for compressed
1555 libraries if auto-compression-mode is on.
1556
1557 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1558
1559 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1560
1561 2001-07-02 Gerd Moellmann <gerd@gnu.org>
1562
1563 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1564
1565 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1566
1567 * allout.el: Fix the header line, so that finder.el recognizes it.
1568 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1569
1570 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1571 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1572
1573 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1576
1577 * ps-bdf.el (bdf-directory-list): Use the value relative to
1578 installation-directory for MS-Windows as well.
1579
1580 2001-06-29 Richard M. Stallman <rms@gnu.org>
1581
1582 * wid-edit.el (widget-color-sample-face-get):
1583 Return ((foreground-color . COLOR)) instead of constructing a face.
1584
1585 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1586
1587 * faces.el (region): Change the background color for the
1588 light-background color display to lightgoldenrod2, to make it
1589 visible on some laptops.
1590
1591 2001-06-28 Richard M. Stallman <rms@gnu.org>
1592
1593 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1594 (rmail-msg-restore-non-pruned-header): Likewise.
1595 If point was in the old pruned header, put it at the top.
1596 (rmail-msg-prune-header): If point was at the top, keep it there.
1597
1598 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1599 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1600
1601 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1602
1603 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1604
1605 2001-06-28 Karl Fogel <kfogel@red-bean.com>
1606
1607 * saveplace.el: Update maintainer email address.
1608
1609 2001-06-27 Francesco Potorti` <pot@gnu.org>
1610
1611 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1612 Undo previous change.
1613
1614 2001-06-27 Francesco Potorti` <pot@gnu.org>
1615
1616 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1617 preliminary quick reordering. Can speed things up dramatically.
1618
1619 2001-06-26 Richard M. Stallman <rms@gnu.org>
1620
1621 * dired.el (dired-get-filename): A file name starting with ~
1622 is not absolute in this context.
1623
1624 * which-func.el (which-func-maxout): Increase default to 500000.
1625 (which-function-mode): This is now the "real" name of the function.
1626 (which-func-mode): Now an alias.
1627 (which-func-mode-global): Name deleted.
1628
1629 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1630 button-2, when binding hs-mouse-toggle-hiding.
1631
1632 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1633
1634 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1635 (rmail-msg-prune-header): Likewise.
1636 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1637 and `rmail-msg-prune-header'.
1638
1639 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1640
1641 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1642 back than LINEBEG.
1643
1644 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1645
1646 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1647 window where they clicked the mouse has a header line, adjust
1648 vertical movement by one.
1649
1650 2001-06-25 Milan Zamazal <pdm@zamazal.org>
1651
1652 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1653 too when separating a parenthesis.
1654
1655 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1656
1657 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1658 (bookmark-bmenu-hide-filenames): Add help-echo to
1659 mouse-highlighted text.
1660 (bookmark-bmenu-show-filenames): Remove help-echo property from
1661 the whitespace.
1662
1663 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1664
1665 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1666 From Karl Eichwalder <ke@suse.de>.
1667
1668 2001-06-23 Richard M. Stallman <rms@gnu.org>
1669
1670 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1671
1672 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1673 contents for completing-read.
1674
1675 2001-06-22 Richard M. Stallman <rms@gnu.org>
1676
1677 * menu-bar.el (menu-bar-make-toggle): Construct the
1678 function's doc string from HELP, not DOC, and make it accurate by
1679 adding "Toggle whether to " at the front and downcasing the initial.
1680 Change the HELP arg in some calls to make it fit this usage.
1681
1682 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1683 Undo previous change.
1684
1685 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1686
1687 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1688
1689 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1690
1691 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1692
1693 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1694
1695 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1696
1697 2001-06-20 Richard M. Stallman <rms@gnu.org>
1698
1699 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1700 broken out from dabbrev--find-expansion. Handle minibuffer
1701 specially here.
1702 (dabbrev--find-expansion): Simplify code in various ways.
1703 Don't treat minibuffers specially.
1704 Call dabbrev--make-friend-buffer-list.
1705 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1706 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1707
1708 2001-06-19 John Wiegley <johnw@gnu.org>
1709
1710 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1711 Also, added a comment describing how to greatly speedup Eshell
1712 loadup time, by concatenating together all of Eshell's .elc files.
1713
1714 2001-06-19 John Wiegley <johnw@gnu.org>
1715
1716 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1717
1718 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * woman.el (WoMan-highlight-references): Add help-echo to
1721 mouse-highlighted text.
1722
1723 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1724
1725 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1726
1727 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1728
1729 * international/quail.el (quail-start-conversion):
1730 Reset quail-translating to nil.
1731
1732 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1733 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1734
1735 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1736
1737 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1738 mouse-highlighted text.
1739
1740 * dired.el (dired-mark-pop-up): Fix last change.
1741
1742 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1743
1744 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1745 mouse-highlighted text.
1746
1747 * net/quickurl.el (quickurl-url-file): Run through
1748 convert-standard-filename.
1749 (quickurl-list-populate-buffer): Add help-echo to
1750 mouse-highlighted text.
1751 (top-level): Update Dave's URL.
1752
1753 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1754 mouse-highlighted text.
1755
1756 * textmodes/page-ext.el (pages-copy-header-and-position):
1757 Add help-echo to mouse-highlighted text.
1758
1759 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1760 mouse-highlighted text.
1761
1762 * replace.el (occur): Add help-echo to mouse-highlighted text.
1763
1764 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1765 mouse-highlighted text.
1766
1767 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1768 mouse-highlighted text.
1769
1770 * progmodes/compile.el (compile-reinitialize-errors):
1771 Add help-echo to mouse-highlighted messages.
1772 (compilation-forget-errors): Remove help-echo property as well.
1773
1774 * play/landmark.el (lm-plot-square, lm-init-display):
1775 Add help-echo to mouse-highlighted text.
1776
1777 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1778 Add help-echo to mouse-highlighted text.
1779
1780 * dired.el (dired-insert-set-properties): Add help-echo to
1781 mouse-highlighted text.
1782 (dired-mark-pop-up): Remove help-echo property from the file name.
1783
1784 * comint.el (comint-send-input): Add help-echo to
1785 mouse-highlighted text.
1786
1787 * buff-menu.el (list-buffers-noselect): Add help-echo to
1788 mouse-highlighted text.
1789
1790 * arc-mode.el (archive-summarize-files): Add help-echo to
1791 mouse-highlighted text.
1792
1793 * ffap.el (ffap-machine-p): Always return nil if
1794 open-network-stream is not fboundp.
1795
1796 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1797
1798 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1799 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1800 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1801 incorrectly binding chars between 128 and 256 to it.
1802 (sgml-maybe-name-self): Handle latin-1 chars properly.
1803 (sgml-tags-invisible): Bind buffer-file-name to nil.
1804 Use unwind-protect and restore-buffer-modified-p.
1805 (sgml-point-entered): Use buffer-substring-no-properties.
1806 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1807 (html-mode): Don't force `imenu-sort-function'.
1808
1809 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1810
1811 * tar-mode.el: Fix the copyright notice.
1812
1813 * font-lock.el (font-lock-comment-face): For tty's with dark
1814 background, use "red1", since "lightred" is not one of the colors
1815 recognized by tty-colors.el.
1816
1817 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1818 create a buffer for extracted file, in case there's more than one
1819 file by that name in an archive, possibly in different
1820 directories. From Kevin Rodgers <kevinr@ihs.com>.
1821
1822 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1823 <alex@gnu.org>.
1824
1825 2001-06-15 Miles Bader <miles@gnu.org>
1826
1827 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1828 Revert previous change.
1829
1830 2001-06-14 Richard M. Stallman <rms@gnu.org>
1831
1832 * replace.el (keep-lines-read-args): Return just a regexp.
1833 Provide nil for the region args.
1834 (keep-lines, flush-lines, how-many):
1835 Calculate the defaults for the region here, when args are nil.
1836
1837 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1838
1839 * rot13.el (rot13-other-window): Some more doc fix.
1840
1841 2001-06-14 Per Starback <starback@ling.uu.se>
1842
1843 * replace.el (case-replace, query-replace-from-history-variable)
1844 (query-replace-to-history-variable, keep-lines-read-args)
1845 (occur-revert-function, query-replace-help): Dox fix.
1846
1847 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1848
1849 * rot13.el (rot13-other-window): Doc fix.
1850
1851 2001-06-14 Miles Bader <miles@gnu.org>
1852
1853 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1854 of " and \ to "." (punctuation).
1855 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1856
1857 2001-06-13 Richard M. Stallman <rms@gnu.org>
1858
1859 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1860
1861 * simple.el (shell-command-on-region): Never kill the
1862 *Shell Command Output* buffer.
1863
1864 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1865
1866 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1867
1868 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1869
1870 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1871 New var, to recognize ${ $' and PODs.
1872 (perl-font-lock-syntactic-face-function): New function.
1873 (perl-mode): Use them.
1874 (perl-continuation-line-p): New function, from perl-calculate-indent.
1875 (perl-calculate-indent): Use it, to properly handle continuation
1876 lines of continuation lines.
1877
1878 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1879
1880 * server.el (server-process, server-buffer-clients): Doc fix.
1881 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1882
1883 2001-06-09 John Wiegley <johnw@gnu.org>
1884
1885 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1886 test if the last command was Lisp or not.
1887 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1888 B x C".
1889
1890 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1891
1892 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1893 general one on compile.el supports drive letters.
1894
1895 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1896
1897 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1898 key description.
1899
1900 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1901
1902 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1903 (reftex-toc-jump): New command.
1904
1905 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1906 to parse international characters as well.
1907
1908 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1909 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1910
1911 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1912
1913 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1914 TAB to the key separators.
1915
1916 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1917
1918 * international/mule.el (auto-coding-alist): Remove redundant
1919 up-cased versions of the extensions (auto-coding-alist-lookup is
1920 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1921 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1922
1923 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1924
1925 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1926
1927 2001-06-01 Richard M. Stallman <rms@gnu.org>
1928
1929 * help.el (describe-variable): Put value on same line
1930 with preceding text, if it is short enough to look good that way.
1931
1932 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1933
1934 * term/internal.el (IT-unicode-translations): New variable.
1935 (IT-setup-unicode-display): New function.
1936
1937 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1938
1939 * ps-print.el: Handle before-string and after-string overlay properties
1940 in ps-print-*-with-faces commands. Doc fix.
1941 (ps-print-version): New version number (6.5.2).
1942 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1943 for XEmacs.
1944 (ps-prefix-quote): Doc fix.
1945 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1946 (ps-basic-plot-str, ps-plot-string): New funs.
1947
1948 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1949
1950 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1951 and :type spec.
1952
1953 2001-05-31 Gerd Moellmann <gerd@gnu.org>
1954
1955 * international/mule-cmds.el (inactivate-input-method):
1956 Set input-method-function to nil.
1957
1958 * xml.el (xml-parse-tag): The document may contain invalid characters.
1959 From ShengHuo ZHU <zsh@cs.rochester.edu>
1960
1961 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1962
1963 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1964 `rmail-summary-line-decoder' if the message does not have
1965 a Subject: field.
1966
1967 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1968
1969 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1970 New variable.
1971 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1972 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1973 is non-nil.
1974
1975 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1976
1977 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1978
1979 2001-05-29 Sam Steingold <sds@gnu.org>
1980
1981 * faces.el (face-valid-attribute-values): Bind `valid' directly
1982 instead of using `setq'.
1983
1984 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1985 Use `tex-shell-buf'.
1986 (tex-shell-proc): Use `tex-shell-running'.
1987 (tex-shell-buf-no-error): New function.
1988 (tex-send-tex-command): Use it.
1989 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1990 (tex-kill-job): Check the process before calling `quit-process'.
1991
1992 2001-05-29 Gerd Moellmann <gerd@gnu.org>
1993
1994 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1995 UTF-8 sequences.
1996
1997 2001-05-28 Miles Bader <miles@gnu.org>
1998
1999 * comint.el (comint-carriage-motion): Renamed from
2000 `comint-cr-magic'. Operate on the buffer instead of the string
2001 (for use as a comint post-output filter, instead of as a
2002 pre-output filter). Handle backspaces too. Add to the
2003 `comint-output-filter-functions' hook instead of
2004 `comint-preoutput-filter-functions'.
2005
2006 2001-05-28 Gerd Moellmann <gerd@gnu.org>
2007
2008 * language/japan-util.el (japanese-hankaku): Prefer the charset
2009 `jisx0201' when the optional argument `ascii-only' is not specified.
2010 (japanese-hankaku-region): Ditto.
2011 From Katsumi Yamaoka <yamaoka@jpl.org>
2012
2013 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2014
2015 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2016 (outline-invisible-p): New function.
2017 (hide-leaves): Save excursion.
2018 (hide-other): Stop looping when reaching bobp.
2019
2020 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2021
2022 * cus-edit.el (custom-file): Fix last change.
2023
2024 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2025
2026 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2027 same definition in byte-compile-function-environment as `autoload'
2028 would put in `symbol-function'.
2029
2030 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2031 patch to correct the error message as well.
2032
2033 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2034
2035 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2036 unless ~/.emacs exists.
2037
2038 * novice.el (enable-command): If user-init-file is nil or does not
2039 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2040
2041 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2042
2043 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2044 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2045 Allow spaces around macro arguments.
2046 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2047 indent-for-tab-command.
2048 (latex-mode-map, plain-tex-mode-map): New keymaps.
2049 Inherit from tex-mode-map.
2050 (tex-common-initialization): Don't setup the keymap any more
2051 since it's now done right by define-derived-mode.
2052 (latex-mode): Set skeleton-end-hook to nil.
2053 (latex-skeleton-end-hook): Remove.
2054 (tex-latex-block, latex-insert-item): Simplify.
2055 (latex-syntax-after): Use following-char rather than char-after.
2056 (tex-discount-args-cmds, tex-count-words): New functions.
2057
2058 * textmodes/tildify.el (tildify-ignored-environments-alist):
2059 Recognize \verb* as well.
2060
2061 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2062 (perl-comment-indent): Simplify to let newcomment.el do its job.
2063 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2064 (perl-mark-function): Cleanup the namespace.
2065 (perl-calculate-indent): Don't be fooled by nested functions.
2066
2067 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2068
2069 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2070 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2071
2072 2001-05-25 Andrew Choi <akochoi@i-cable.com>
2073
2074 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2075 actually be `\\'.
2076 (ctlau-b5-converter): Likewise.
2077
2078 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2079
2080 * international/titdic-cnv.el (quail-misc-package-ext-info):
2081 Change CTLauB.el to CTLau-b5.el.
2082
2083 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2084
2085 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2086 rather than beginning-of-line to avoid problems with fields.
2087 (gud-perldb-massage-args): Use unless and push.
2088 (gud-chdir-before-run): New var.
2089 (gud-common-init): Use it.
2090
2091 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2092
2093 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2094 delete entries for chinese-ctlau and chinese-ctlaub.
2095 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
2096 chinese-ctlaub.
2097 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2098 New functions.
2099
2100 2001-05-22 Gerd Moellmann <gerd@gnu.org>
2101
2102 * cus-edit.el (custom-comment-show): Remove debug code.
2103
2104 * language/japan-util.el (japanese-symbol-table): Fix handling of
2105 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2106
2107 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2108
2109 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2110 Renamed by removing the silly `-flag' suffix.
2111 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2112
2113 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2114
2115 * replace.el (keep-lines-read-args): Use `copy-marker'.
2116 (how-many): Save excursion properly.
2117 (occur-mode): Use define-derived-mode.
2118 (perform-replace): Use with-current-buffer.
2119
2120 2001-05-20 Richard M. Stallman <rms@gnu.org>
2121
2122 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2123
2124 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2125
2126 * info.el (Info-read-subfile): Widen before finding the
2127 desired node in the subfile.
2128
2129 * startup.el (command-line-1): When >2 files visited,
2130 leave the last one visible, and make that the selected window.
2131
2132 2001-05-20 Gerd Moellmann <gerd@gnu.org>
2133
2134 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2135
2136 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2137
2138 * international/ccl.el (define-ccl-program): Fix a typo.
2139 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2140
2141 * international/mule.el (decode-char): Fix a typo. From Pavel
2142 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2143
2144 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2145 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2146
2147 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2148 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2149
2150 2001-05-18 Sam Steingold <sds@gnu.org>
2151
2152 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
2153 and [RET] to `cvs-mode-find-file'.
2154
2155 2001-05-18 John Wiegley <johnw@gnu.org>
2156
2157 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2158 configuration variable, which determines the initial character
2159 that forces use of an external version of a command. The default
2160 is *, but may be set to \, for example.
2161
2162 * eshell/esh-ext.el (eshell-explicit-command):
2163 Use `eshell-explicit-command-char' instead of ?*.
2164
2165 * eshell/esh-cmd.el (eshell/which):
2166 Use `eshell-explicit-command-char' instead of ?*.
2167
2168 * eshell/em-cmpl.el (eshell-completion-command-name)
2169 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
2170 instead of ?*.
2171
2172 2001-05-18 Gerd Moellmann <gerd@gnu.org>
2173
2174 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2175 subst-char-in-string.
2176 (ange-ftp-after-parse-ls-hook): New variable.
2177 (ange-ftp-ls): Run that hook.
2178 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2179
2180 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2181 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2182 text into *Completions*.
2183
2184 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2185 part of which look like email addresses.
2186
2187 2001-05-18 Andrew Innes <andrewi@gnu.org>
2188
2189 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2190 Use . instead of absolute path for lisp dir, to avoid bug in W2K
2191 cmd.exe's handling of FOR loops.
2192 (autoloads): Set find-file-suppress-same-file-warnings to t to
2193 avoid slew of spurious messages.
2194
2195 2001-05-18 Simon Josefsson <simon@josefsson.org>
2196
2197 * mail/smtpmail.el (maybe-append-domain): Renamed to
2198 `smtpmail-maybe-append-domain'.
2199 (smtpmail-via-smtp): Use the new name.
2200
2201 * net/browse-url.el (browse-url-browser-function): Add kde.
2202 (browse-url-kde-program, browse-url-kde-args): New variables.
2203 (browse-url-kde): New function.
2204
2205 2001-05-18 Miles Bader <miles@gnu.org>
2206
2207 * simple.el (delete-horizontal-space, just-one-space):
2208 Use `constrain-to-field' instead of `field-end'/`field-beginning',
2209 because it's more efficient for large files.
2210
2211 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2212
2213 * mail/rmail.el (rmail-require-mime-maybe): New function.
2214 (rmail): Use it.
2215 (rmail-mode): Handle the case of finding Rmail files.
2216
2217 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2218 functions.
2219
2220 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2221
2222 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2223 text-property after moving to the beginning of line and regardless
2224 of the value of font-lock-multiline.
2225
2226 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2227
2228 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2229
2230 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2231 last coding system used before calling set-buffer-modified-p
2232 because that function changes last-coding-system.
2233
2234 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2235
2236 * files.el (switch-to-buffer-other-window)
2237 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2238 the doc string.
2239
2240 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2241
2242 * language/slovak.el, language/czech.el: New maintainer.
2243
2244 2001-05-16 Sam Steingold <sds@gnu.org>
2245
2246 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2247 sub-form of `defgeneric' correctly.
2248
2249 2001-05-16 Gerd Moellmann <gerd@gnu.org>
2250
2251 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2252 of `c'.
2253
2254 * textmodes/outline.el (outline-font-lock-level): Remove the
2255 condition-case, test what outline-level returns instead, to
2256 ease debugging.
2257
2258 * international/mule.el (auto-coding-regexp-alist): New user-option.
2259 (auto-coding-from-file-contents): New function.
2260 (set-auto-coding): Use it to determine a coding system.
2261
2262 2001-05-15 Gerd Moellmann <gerd@gnu.org>
2263
2264 * mouse.el (mouse-delete-other-windows): Doc fix.
2265
2266 * emacs-lisp/lisp-mode.el (lisp-mode):
2267 Make font-lock-keywords-case-fold-search a buffer-local variable with
2268 make-local-variable before setting it.
2269
2270 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2271
2272 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2273 prefixes.
2274
2275 2001-05-14 Gerd Moellmann <gerd@gnu.org>
2276
2277 * hexl.el (hexl-current-address): Print a message when called
2278 interactively.
2279
2280 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2281
2282 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2283
2284 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2285
2286 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2287
2288 2001-05-11 Gerd Moellmann <gerd@gnu.org>
2289
2290 * startup.el (command-line): If parameters have been changed in
2291 the init files which influence font selection, clear the face
2292 cache so that faces get realized with the new parameters.
2293
2294 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2295
2296 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2297
2298 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2299
2300 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2301
2302 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2303 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2304
2305 2001-05-10 Gerd Moellmann <gerd@gnu.org>
2306
2307 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2308 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
2309
2310 2001-05-09 John Wiegley <johnw@gnu.org>
2311
2312 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2313 Annotated the documentation string to tell users about
2314 `eshell-no-numeric-conversions'.
2315
2316 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2317 conversions if a Lisp function has the property
2318 `eshell-no-numeric-conversions' set to a non-nil value.
2319
2320 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2321 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2322 property `eshell-no-numeric-conversions' on the following
2323 functions (which all deal with filesystem entities, and never Lisp
2324 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2325 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2326 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2327 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2328 eshell/which, eshell/addpath.
2329
2330 2001-05-09 John Wiegley <johnw@gnu.org>
2331
2332 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2333 encountered as an argument, don't convert it right away, but tag
2334 the first character of the string with the text properties
2335 `number', which signifies to `eshell-lisp-command' that the
2336 argument should be passed through `string-to-number' if it is
2337 actually used in the call to a Lisp function.
2338
2339 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2340 function, convert any string arguments that have been tagged as
2341 "numbers", by calling string-to-number.
2342
2343 * eshell/esh-util.el (eshell-number-regexp): Now that number
2344 conversions only happen for Lisp function calls, the number regexp
2345 should now match all integer and floating point forms.
2346
2347 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2348 `eshell-continue-process', since they are both nonfunctional at
2349 the moment.
2350 (eshell-proc-initialize): Don't bind keys for
2351 `eshell-stop-process' or `eshell-continue-process'.
2352
2353 * eshell/em-unix.el (eshell-shuffle-files):
2354 Apply `directory-file-name' before calling `file-name-directory'.
2355
2356 * eshell/em-hist.el (eshell-add-to-history): Reference to
2357 `eshell-history-ring' needed to be `eshell-history-index'.
2358
2359 * calendar/timeclock.el (timeclock-find-discrep):
2360 Initialize `elapsed' to 0.
2361 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2362 it's still nil.
2363
2364 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2365
2366 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2367 (archive-mode): Use capitalize.
2368 (archive-unique-fname): Use make-temp-file.
2369
2370 2001-05-09 Gerd Moellmann <gerd@gnu.org>
2371
2372 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2373
2374 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2375
2376 * tar-mode.el (tar-extract): Pay attention to the value of
2377 coding-system-for-read, if it is non-nil.
2378
2379 * calendar/holidays.el (holidays): Add an autoload cookie.
2380 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2381
2382 2001-05-08 John Wiegley <johnw@gnu.org>
2383
2384 * calendar/timeclock.el (timeclock-workday-remaining):
2385 Changed logic for determining how much time is remaining.
2386 (timeclock-workday-elapsed): Don't accept a "relative" argument
2387 for the current day's elapsed time. What could that have meant?
2388 (timeclock-workday-elapsed-string): No "relative" argument anymore.
2389 (timeclock-when-to-leave): Changed logic, similarly to what was
2390 done for `timeclock-workday-remaining'.
2391 (timeclock-find-discrep): Removed "today-only" argument, which had
2392 no meaning. Fixed some more math problems. The function now
2393 returns a three member list: (TOTAL-TIME-DISCREPANCY
2394 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2395
2396 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2397
2398 * w32-fns.el (convert-standard-filename): Start replacing slashes
2399 from the beginning of the file name, not from where the last
2400 invalid character was. From "Andrew Maguire (SWW)"
2401 <Andrew.Maguire@Smallworld.co.uk>
2402
2403 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2404
2405 The following changes are to provide infrastructure for handling
2406 MIME messages to rmail. They don't affect the original behaviour
2407 if rmail-enable-mime is nil.
2408
2409 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2410 (rmail-search-mime-message-function)
2411 (rmail-search-mime-header-function): New variables.
2412 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2413 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2414 `rmail-view-buffer' is hidden.
2415 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2416 call rmai-show-mime-function.
2417 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2418 mode-line-process of rmail-view-buffer.
2419 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2420 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2421 buffer.
2422 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2423 set-buffer to the Rmail buffer.
2424 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2425 rmail-search-mime-header-function.
2426 (rmail-search-message): New function.
2427 (rmail-search): Call rmail-search-message to check if a message
2428 matches REGEXP, lastly update point after calling
2429 rmail-show-message.
2430 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2431 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2432 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2433 header region, refer to rmail-msgref-vector while setting the
2434 current buffer to rmail-buffer temporarily.
2435 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2436 If rmail-enable-mime is non-nil, call
2437 rmail-insert-mime-forwarded-message-function instead of inserting
2438 forwarded message by itself.
2439
2440 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2441 Rmail buffer.
2442 (rmail-set-label, rmail-next-labeled-message): Likewise.
2443
2444 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2445 set-buffer to the Rmail buffer.
2446 (rmail-output-to-rmail-file): Likewise.
2447 (rmail-output): Likewise.
2448
2449 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2450 of mail-fetch-field by rmail-summary-line-decoder.
2451 (rmail-new-summary): Be sure to go to the Rmail buffer.
2452 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2453 rmail-view-buffer to nil.
2454 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2455 rmail-view-buffer.
2456 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2457 rmail-buffer.
2458 (rmail-summary-scroll-msg-down): Likewise.
2459 (rmail-summary-beginning-of-message): Likewise.
2460 (rmail-summary-wipe): Likewise.
2461 (rmail-summary-toggle-header): Use save-window-excursion, not
2462 save-excursion. Update point in rmail-view-buffer, not in
2463 rmail-buffer.
2464 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2465 rmail-view-buffer, not rmail-buffer.
2466
2467 2001-05-07 Gerd Moellmann <gerd@gnu.org>
2468
2469 * cus-edit.el (custom-file): Signal an error if user-init-file is
2470 nil (running -q).
2471
2472 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2473
2474 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2475 Add :version.
2476
2477 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2478 New option.
2479 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2480 only if smtpmail-warn-about-unknown-extensions is set.
2481
2482 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2483 instead of rmail-sort-by-keywords.
2484
2485 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2486 rmail-sort-by-keywords.
2487
2488 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2489 rmail-summary-sort-by-keywords. Doc fix.
2490 (rmail-summary-mode): Doc fix.
2491
2492 * mail/rmail.el (rmail-edit): New Custom group.
2493
2494 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2495 (rmail-edit-mode-hook): New user-option.
2496
2497 2001-05-05 Richard M. Stallman <rms@gnu.org>
2498
2499 * help.el (help-xref-symbol-regexp): Recognize "source of"
2500 and friends, meaning make a link to the source file.
2501 (help-make-xrefs): Handle "source of" and friends
2502 by constructing a link that visits the source file.
2503
2504 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2505
2506 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2507
2508 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2509 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2510 Renamed from perl-font-lock-keywords to avoid clashes.
2511 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2512 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2513 Updated correspondingly.
2514
2515 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2516 Typo `nonexistant' -> `nonexistent'.
2517
2518 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2519
2520 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2521 Split `c-electric-delete' into two functions where
2522 `c-electric-delete-forward' always deletes forward and
2523 `c-electric-delete' only contains the code necessary for XEmacs to
2524 choose between backward and forward deletion.
2525
2526 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2527 get the electric behavior on that key too.
2528 (c-fill-paragraph): Fixed bogus direct use of
2529 c-comment-prefix-regexp, which caused an error when it's a list.
2530
2531 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2532
2533 * dired-aux.el (dired-diff): Doc fix.
2534
2535 * dired.el (dired-diff): Likewise.
2536
2537 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2538
2539 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2540
2541 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2542
2543 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2544 if both the buffer and the file are read-only.
2545
2546 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2547 rather than font-lock-string-face.
2548 (sh-get-indent-info): Treat heredocs like strings.
2549
2550 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2551
2552 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2553 a newline following `}'.
2554 (texinfo-format-email): New function.
2555 (toplevel): Use texinfo-format-email for @email.
2556 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2557 Add `display'.
2558 (texinfo-sort-region): Goto point-min before sorting.
2559 (texinfo-set): Remove leading white space from value.
2560 From yagi@is.titech.ac.jp.
2561
2562 * replace.el (query-replace-regexp-eval): Doc fix.
2563
2564 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2565
2566 * diff-mode.el (diff-nonexistant-face): New face.
2567 (diff-font-lock-keywords): Use it.
2568
2569 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2570
2571 * font-lock.el (font-lock-mode): Doc fix.
2572
2573 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2574 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2575
2576 2001-04-30 Gerd Moellmann <gerd@gnu.org>
2577
2578 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2579 backslash at the start of the here-document delimiter.
2580 (sh-font-lock-syntactic-keywords): Likewise.
2581
2582 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2583
2584 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2585
2586 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2587 (tty-color-translate, tty-color-by-index, tty-color-values)
2588 (tty-color-desc): Doc fix.
2589
2590 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2591
2592 * dired-aux.el (dired-do-create-files, dired-do-copy)
2593 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2594 Mention dired-dwim-target in the doc string.
2595
2596 2001-04-28 Miles Bader <miles@gnu.org>
2597
2598 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2599 (dabbrev--find-expansion): Use it.
2600 (dabbrev--select-buffers): Don't select ignored buffers.
2601
2602 2001-04-27 Gerd Moellmann <gerd@gnu.org>
2603
2604 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2605
2606 2001-04-26 Richard M. Stallman <rms@gnu.org>
2607
2608 * dabbrev.el: Add doc strings for some functions.
2609 (dabbrev--eliminate-newlines): New variable.
2610 (dabbrev--substitute-expansion): Convert newlines to spaces
2611 if dabbrev--eliminate-newlines is set.
2612 If abbrev and expansion are both all-lower-case,
2613 leave dabbrev--last-case-pattern nil.
2614
2615 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2616
2617 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2618 if necessary, like in rmail-show-message.
2619
2620 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2621
2622 * ps-print.el: Color specified by number is forced to be float number.
2623 (ps-print-version): New version number (6.5.1.1).
2624 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2625 initialization.
2626 (ps-prefix-quote): New internal var.
2627 (ps-print-quote): New fun.
2628 (ps-setup, ps-output-frame-properties, ps-float-format)
2629 (ps-format-color): Code fix.
2630 (ps-plot-region): Eliminate redundant foreground color text setting.
2631
2632 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2633
2634 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2635
2636 2001-04-25 Gerd Moellmann <gerd@gnu.org>
2637
2638 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2639
2640 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2641
2642 * info.el (Info-additional-directory-list): Doc fix.
2643
2644 * find-lisp.el (find-lisp-find-dired-filter)
2645 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2646 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
2647
2648 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2649
2650 * progmodes/make-mode.el (makefile-font-lock-keywords):
2651 Rationalize the rules for includes and conditionals and use the
2652 keyword face for them.
2653
2654 * faces.el (modify-face): Add compatibility for non-interactive use.
2655
2656 2001-04-24 John Wiegley <johnw@gnu.org>
2657
2658 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2659 fix from last night, since it wasn't finding eshell/cd.
2660
2661 2001-04-24 Gerd Moellmann <gerd@gnu.org>
2662
2663 * rect.el (string-rectangle): Revert to 20.x behaviour.
2664 (replace-rectangle): Make it an alias for string-rectangle.
2665 (string-insert-rectangle): New function.
2666
2667 2001-04-23 John Wiegley <johnw@gnu.org>
2668
2669 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2670 occurring with Emacs 21's diff.el/compile.el interaction layer.
2671
2672 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2673
2674 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2675 case where the function was defined in a file, but not part of an
2676 eshell module.
2677
2678 2001-04-23 John Wiegley <johnw@gnu.org>
2679
2680 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2681 code to work around a redisplay problem I've been having.
2682
2683 2001-04-23 John Wiegley <johnw@gnu.org>
2684
2685 * calendar/timeclock.el (timeclock-day-required): If the time
2686 required for a particular day is not set, use `timeclock-workday'.
2687 (timeclock-find-discrep): Added some sample code in a comment.
2688
2689 * eshell/eshell.el (eshell-command): Made a few changes so that
2690 `eshell-command' could be called programmatically.
2691
2692 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2693
2694 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2695
2696 2001-04-23 John Wiegley <johnw@gnu.org>
2697
2698 * calendar/timeclock.el: Updated copyright.
2699 (timeclock-generate-report): Don't report the daily or two-week
2700 total, if no time has been worked in that period.
2701 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2702 final computational form, which was unnecessary; corrected a
2703 parsing problem when timeclock-relative was nil.
2704
2705 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2706
2707 * calendar/timeclock.el (timeclock-modeline-display): Check if
2708 `list-entry' is null.
2709 (timeclock-use-display-time): The first argument to `set-variable'
2710 must be a symbol.
2711
2712 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2713
2714 * calendar/calendar.el (diary-entry-marker)
2715 (calendar-today-marker, calendar-holiday-marker):
2716 Use display-color-p instead of window-system.
2717 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2718 instead of window-system.
2719 (calendar-hide-window): Use display-multi-frame-p instead of
2720 window-system.
2721
2722 * calendar/cal-x.el (calendar-two-frame-setup)
2723 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2724 Use display-multi-frame-p instead of window-system.
2725
2726 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2727
2728 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2729
2730 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2731 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2732
2733 2001-04-23 Alex Schroeder <alex@gnu.org>
2734
2735 * goto-addr.el: Instead of defining line-beginning-position and
2736 line-end-position a defalias is used for point-at-bol and point-at-eol.
2737
2738 2001-04-23 Alex Schroeder <alex@gnu.org>
2739
2740 * goto-addr.el: Added XEmacs compatibility code.
2741 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2742
2743 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2744
2745 * textmodes/paragraphs.el (sentence-end): Doc fix.
2746
2747 2001-04-20 Alex Schroeder <alex@gnu.org>
2748
2749 * sql.el (sql-escape-newlines-and-send): New function.
2750 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2751
2752 2001-04-20 Alex Schroeder <alex@gnu.org>
2753
2754 * sql.el (sql-db2-program): New option.
2755 (sql-db2-options): New option.
2756 (sql-db2): New function.
2757
2758 2001-04-20 Alex Schroeder <alex@gnu.org>
2759
2760 * sql.el (sql-mode-menu): Added highlighting entries.
2761 (sql-highlight-oracle-keywords): New function.
2762 (sql-highlight-postgres-keywords): New function.
2763 (sql-highlight-ansi-keywords): New function.
2764
2765 2001-04-20 Alex Schroeder <alex@gnu.org>
2766
2767 * sql.el (sql-help): Doc change.
2768
2769 2001-04-19 Karl Fogel <kfogel@collab.net>
2770
2771 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2772 that inserted file content only to delete it immediately.
2773 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2774 <lektu@uol.com.br> for the patch.
2775
2776 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2777
2778 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2779
2780 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2781
2782 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2783 for defmethod.
2784
2785 * comint.el (comint-cr-magic): New function.
2786 (toplevel): Add it to comint-preoutput-filter-functions.
2787
2788 2001-04-18 Andrew Innes <andrewi@gnu.org>
2789
2790 * makefile.w32-in (EMACSLOADPATH): Define.
2791 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2792 (recompile): Remove stuff to set EMACSLOADPATH.
2793
2794 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2795
2796 * language/slovak.el ("Slovak"): Add tutorial entry.
2797
2798 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2799 browse-url-new-window-p.
2800
2801 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2802
2803 * info.el (Info-menu-update): When there are no menus and/or no
2804 cross references in the node, make the respective items of the
2805 Info menu-bar menu inactive.
2806
2807 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2808
2809 * indent.el (indent-for-tab-command): Call indent-line-function
2810 with no argument if PREFIX-ARG is non-nil.
2811
2812 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2813
2814 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2815
2816 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2817 an async subprocess if start-process is unavailable. Suggested by
2818 Tim Van Holder <tim.van.holder@pandora.be>.
2819
2820 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2821
2822 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2823 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2824
2825 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2826
2827 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2828 manual.
2829
2830 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2831
2832 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2833 (cvs-menu): Add a few entries.
2834
2835 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2836 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2837 lock file appears to be reachable from Emacs.
2838 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2839 (cvs-mode-find-file): Look for cvs-header-face rather than
2840 cvs-dirname-face (which doesn't exist).
2841 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2842
2843 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2844
2845 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2846
2847 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2848 normal-erase-is-backspace on a tty. Instead, bind some keys such
2849 as [delete] directly, like pc-select.el did before
2850 normal-erase-is-backspace was invented.
2851
2852 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2853
2854 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2855
2856 2001-04-11 John Wiegley <johnw@gnu.org>
2857
2858 * eshell/em-ls.el (eshell-ls-insert-directory):
2859 Set font-lock-defaults to nil, to prevent fontification in dired
2860 buffers, if Eshell's ls is being used.
2861
2862 2001-04-11 John Wiegley <johnw@gnu.org>
2863
2864 * calendar/timeclock.el (timeclock-completing-read): New function.
2865 (timeclock-ask-for-project, timeclock-ask-for-reason):
2866 Call `timeclock-completing-read'.
2867
2868 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2869 required where `member' was being used.
2870
2871 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
2872
2873 * eshell/em-hist.el (eshell-previous-matching-input):
2874 Don't display "History item" if the the minibuffer is active.
2875
2876 2001-04-11 Gerd Moellmann <gerd@gnu.org>
2877
2878 * startup.el (command-line): Output a newline after printing
2879 an error from loading the window system's init file.
2880
2881 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2882
2883 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2884 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2885 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2886 keywords whose arguments routinely include @@.
2887
2888 2001-04-10 Gerd Moellmann <gerd@gnu.org>
2889
2890 * emacs-lisp/advice.el (ad-make-advised-definition):
2891 Construct advice for subrs differently.
2892
2893 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2894 regexp in parentheses when building the regexp for searching backwards.
2895
2896 * simple.el (completion-list-mode-finish): New function.
2897 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2898
2899 * language/european.el ("Polish"): Change sample text.
2900 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2901
2902 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2903 parameter.
2904
2905 * faces.el (menu): Doc fix.
2906
2907 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2908
2909 * ps-print.el: Footer implementation. Doc fix.
2910 (ps-print-version): New version number (6.5.1).
2911 (ps-header-frame-alist): New customization var for header frame
2912 properties.
2913 (ps-line-number-color): New customization var for line number color.
2914 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2915 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2916 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2917 (ps-right-footer): New customization vars for footers.
2918 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2919 footers.
2920 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2921 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2922 Code fix.
2923 (ps-prologue-file): Indentation fix.
2924 (ps-print-quote): Fun eliminated.
2925 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2926 (ps-output-frame-properties): New fun.
2927 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2928 (ps-skip-newline): Replace defun by defsubst.
2929
2930 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
2931
2932 * eshell/eshell.el (eshell-command): Needed a "%s" format
2933 specifier, in case the buffer contains percent characters.
2934
2935 2001-04-10 John Wiegley <johnw@gnu.org>
2936
2937 * calendar/timeclock.el (timeclock-generate-report): Added a
2938 missing insert of the project name.
2939
2940 2001-04-09 Gerd Moellmann <gerd@gnu.org>
2941
2942 * obsolete/profile.el: Moved from emacs-lisp/.
2943
2944 * Makefile.in (nonobsolete_setwins): New macro.
2945 (finder-data): Use it instead of `setwins'.
2946 From: Dave Love <fx@gnu.org>.
2947
2948 * server.el (server-visit-files): Set server-existing-buffer correctly.
2949 (server-visit-files): Run server-visit-hook after going to
2950 line 1 so that the hook can set point as it sees fit.
2951
2952 * bindings.el (mode-line-modified): Unify help messages.
2953
2954 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2955
2956 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2957 All callers changed.
2958
2959 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2960
2961 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2962 long file names aren't supported, truncate the file names in
2963 quail-misc-package-ext-info to 8+3 before matching them against
2964 FILENAME.
2965
2966 * dos-fns.el (dos-truncate-to-8+3): New function.
2967
2968 * progmodes/compile.el (grep-compute-defaults): Use null-device
2969 instead of literal /dev/null. Reported by Jens Schmidt
2970 <schmidt@mathematik.uni-kl.de>.
2971
2972 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2973
2974 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2975
2976 * textmodes/sgml-mode.el: Add unknown maintainer.
2977 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2978 (html-mode-map): Use set-keymap-parent.
2979
2980 2001-04-06 Dave Love <fx@gnu.org>
2981
2982 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2983 Remove redundant string-to-list.
2984
2985 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2986
2987 * composite.el (reference-point-alist): Doc fix.
2988
2989 2001-04-05 Sam Steingold <sds@gnu.org>
2990
2991 * font-lock.el (font-lock-keywords-case-fold-search):
2992 Make buffer-local. This fixes a very annoying bug when loading a Lisp
2993 file made font-lock case-insensitive.
2994
2995 2001-04-05 Gerd Moellmann <gerd@gnu.org>
2996
2997 * faces.el (defface menu): Doc fix.
2998
2999 * wid-edit.el (widget-color-sample-face-get): Don't make
3000 faces for undefined colors.
3001
3002 * version.el (emacs-version): Include LessTif/Motif version info.
3003
3004 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3005
3006 * ps-mule.el: Eliminate cl package dependence.
3007 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3008 if they aren't defined yet.
3009 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3010 Eliminate cl package dependence.
3011
3012 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3013
3014 * progmodes/cc-cmds.el (c-outline-level):
3015 Bind buffer-invisibility-spec. Originally from Dave Love, but
3016 got lost when incorporating version 5.26.
3017
3018 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3019
3020 * emulation/pc-select.el (pc-selection-mode):
3021 Call normal-erase-is-backspace-mode instead of binding
3022 keys individually.
3023
3024 * cus-load.el (normal-erase-is-backspace): Use it instead of
3025 delete-key-deletes-forward.
3026
3027 * startup.el (command-line): Use normal-erase-is-backspace and
3028 normal-erase-is-backspace-mode.
3029
3030 * simple.el (normal-erase-is-backspace): Rename from
3031 delete-key-deletes-forward. Doc fix.
3032 (normal-erase-is-backspace-mode): Rename from
3033 delete-key-deletes-forward-mode. Doc fix.
3034 Run normal-erase-is-backspace-hook.
3035
3036 * dired.el (dired-move-to-filename-regexp): Support file sizes in
3037 ``human-readable'' format produced by GNU `ls'.
3038 (dired-move-to-filename-regexp): Recognize ISO format dates.
3039 From Paul Eggert <eggert@twinsun.com>.
3040
3041 2001-04-04 Gerd Moellmann <gerd@gnu.org>
3042
3043 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3044 New functions.
3045 (lm-verify): Check keywords.
3046 From Eric M. Ludlam <eric@siege-engine.com>.
3047
3048 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3049
3050 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3051 `xemacs' feature instead of for the function `set-extent-property'.
3052
3053 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3054
3055 * mail/mh-utils.el (mh-folder-hist): New var.
3056 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3057
3058 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3059
3060 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3061 region, position point on the first or last 16-byte group.
3062 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3063 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3064 hexl-beginning-of-line.
3065
3066 2001-04-03 Gerd Moellmann <gerd@gnu.org>
3067
3068 * icomplete.el (icomplete-mode): Treat an argument like other
3069 modes do.
3070
3071 * startup.el (fancy-splash-head): Use splash8.xpm for color
3072 depth 8.
3073
3074 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3075 Add an antry for ``converts''.
3076
3077 * language/slovak.el ("Slovak"): Add documentation string.
3078 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3079
3080 * language/czech.el ("Czech"): Add documentation string.
3081 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3082
3083 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3084 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3085
3086 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3087
3088 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3089 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3090 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3091 Use `defsubst' rather than a macro to ease debugging.
3092 (mail-extr-last): Remove (use `last' instead).
3093 (mail-extract-address-components): Properly reset the syntax-table
3094 after parsing an address. Use `last' rather than mail-extr-last.
3095 Make sure the end marker stays at the very end.
3096
3097 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3098
3099 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3100 last change.
3101
3102 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3103
3104 * ps-print.el: Line and paragraph spacing feature. Region to cut
3105 out when printing. Doc fix.
3106 (ps-print-version): New version number (6.5).
3107 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3108 New vars. Line and paragraph spacing feature.
3109 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3110 out when printing.
3111 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3112 (ps-get-font-size, ps-begin-job, ps-continue-line)
3113 (ps-plot-region): Code fix.
3114 (ps-print-prologue-2): Var eliminated.
3115 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3116 New internal vars.
3117 (ps-get-size): New fun.
3118 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3119 (ps-next-line): Replace defun by defsubst.
3120 (ps-mule-plot-string): Autoload doc fix.
3121
3122 * ps-bdf.el: XEmacs compatibility. Doc fix.
3123 (installation-directory, coding-system-for-read): Declare vars if
3124 it's not declared yet.
3125 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3126
3127 * ps-mule.el: XEmacs compatibility. Doc fix.
3128 (leading-code-private-22): Declare var if it's not declared yet.
3129 (charset-bytes, charset-dimension, charset-id, charset-width)
3130 (find-charset-region, split-char, char-width, chars-in-region)
3131 (forward-point, decompose-composite-char, encode-coding-string)
3132 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3133 Define funs if not defined yet.
3134 (encode-composition-rule, find-composition): Define funs if not
3135 loaded yet.
3136 (ps-mule-prologue): PostScript code fix.
3137
3138 2001-04-02 Kenichi Handa <handa@etl.go.jp>
3139
3140 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3141 non-nil, generate font for the header strings.
3142 (ps-mule-prepare-font): Likewise.
3143 (ps-mule-generate-glyphs): Likewise.
3144 (ps-mule-string-encoding): Likewise.
3145 (ps-mule-header-charsets): New variable.
3146 (ps-mule-encode-header-string): New function.
3147 (ps-mule-header-string-charsets): New function.
3148 (ps-mule-begin-job): Check charsets in the header strings. If there
3149 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3150
3151 * ps-print.el (ps-generate-header-line): Encode the header string by
3152 ps-mule-encode-header-string.
3153 (ps-mule-encode-header-string): Declare autoload.
3154
3155 2001-04-02 Gerd Moellmann <gerd@gnu.org>
3156
3157 * frame.el (cursor-in-non-selected-windows):
3158 Replaces show-cursor-in-non-selected-windows.
3159
3160 2001-03-31 Kenichi Handa <handa@etl.go.jp>
3161
3162 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3163 Delete entries for "chinese-py" and "chinese-ziranma".
3164 (quail-misc-package-ext-info): New variable.
3165 (tsang-quick-converter): New function.
3166 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3167 (quick-cns-converter, py-converter, ziranma-converter)
3168 (miscdic-convert, batch-miscdic-convert): New functions.
3169
3170 2001-03-30 Kenichi Handa <handa@etl.go.jp>
3171
3172 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3173 eight-bit-control chars.
3174
3175 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3176 Reduce making temporary vector (suggested by Dave Love).
3177
3178 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3179
3180 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3181 string as well.
3182
3183 2001-03-30 Andreas Schwab <schwab@suse.de>
3184
3185 * files.el (backup-directory-alist): Fix typo.
3186
3187 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3188
3189 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3190 <eggert@twinsun.com>.
3191
3192 2001-03-30 Dave Love <fx@gnu.org>
3193
3194 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3195
3196 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3197
3198 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3199
3200 2001-03-30 Miles Bader <miles@gnu.org>
3201
3202 * subr.el (interactive-form): Fix paren typo.
3203
3204 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3205
3206 * emacs-lisp/profile.el: Say that it's obsolete in the header
3207 line, so that finder.el puts that into its data-base.
3208 Suggested by Alex Schroeder <alex@gnu.org>.
3209
3210 2001-03-29 Paul Eggert <eggert@twinsun.com>
3211
3212 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3213 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3214
3215 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3216
3217 * generic.el (generic-mode-set-comments): Use "" rather than nil
3218 for comment-end.
3219
3220 2001-03-29 Gerd Moellmann <gerd@gnu.org>
3221
3222 * emacs-lisp/advice.el (ad-make-advised-definition):
3223 Call interactive-form to obtain the interactive spec of subrs.
3224
3225 * subr.el (interactive-form): New function.
3226
3227 2001-03-29 Andre Spiegel <spiegel@gnu.org>
3228
3229 * vc-sccs.el (vc-sccs-register): Use relative file names.
3230
3231 2001-03-28 Gerd Moellmann <gerd@gnu.org>
3232
3233 * bookmark.el (bookmark-get-bookmark): Handle case that
3234 BOOKMARK is not a string.
3235
3236 * image.el (image-type-regexps): Change type for PS files
3237 to `postscript'.
3238
3239 * subr.el (read-passwd): Clear command history after each
3240 character entered. From: Stephen Gildea
3241 <gildea@stop.mail-abuse.org>.
3242
3243 2001-03-27 Kenichi Handa <handa@etl.go.jp>
3244
3245 * international/kkc.el (kkc-save-init-file): Locally bind
3246 print-length to nil.
3247
3248 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3249
3250 * textmodes/flyspell.el: Some doc fixes.
3251 (flyspell-maybe-correct-transposition)
3252 (flyspell-maybe-correct-doubling): Use a temporary buffer
3253
3254 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3255
3256 * emacs-lisp/byte-opt.el (byte-optimize-while)
3257 (byte-optimize-form-code-walker): Diagnose too few arguments
3258 for `if' and `while'.
3259
3260 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3261
3262 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3263 Prepend `\' to "\<quail-translation-docstring>".
3264
3265 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3266
3267 * autorevert.el (global-auto-revert-non-file-buffers):
3268 Remove duplicate defcustom.
3269
3270 2001-03-26 Miles Bader <miles@gnu.org>
3271
3272 * international/latin1-disp.el (latin1-char-displayable-p):
3273 Add leading "-" for X font pattern.
3274
3275 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3276
3277 * international/mule-diag.el (describe-coding-system):
3278 For raw-text and emacs-mule, don't add anymore text about what
3279 charsets they can encode.
3280
3281 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3282
3283 * help.el (view-lossage): Mention open-dribble-file in the doc
3284 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3285
3286 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3287
3288 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3289 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3290
3291 2001-03-23 Kenichi Handa <handa@etl.go.jp>
3292
3293 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3294 Call ccl-execute-on-string directly so that CCL program handling
3295 multibyte sequence can work correctly.
3296 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3297 property of the coding system.
3298
3299 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3300
3301 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3302 Fix transcription typo.
3303
3304 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3305
3306 * whitespace.el: Add buffer local variables to toggle testing of
3307 whitespaces in buffers without affecting the default values.
3308 Bump version to 3.0 to account for a few other changes.
3309 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3310 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3311 (whitespace-toggle-spacetab-check): New functions.
3312
3313 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3314
3315 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3316
3317 2001-03-21 Gerd Moellmann <gerd@gnu.org>
3318
3319 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3320 bs-cycle-configuration-name. From Juanma Barranquero
3321 <lektu@uol.com.br>.
3322
3323 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3324 and cc-vars.el.
3325
3326 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3327 headers. Always invoke sendmail with option -t.
3328
3329 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3330
3331 * Release of cc-mode 5.28.
3332
3333 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3334
3335 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3336 Removed the hardcoded switch to "java" style in Java mode.
3337 It's instead taken care of by the default value for c-default-style.
3338
3339 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3340
3341 * cc-align.el (c-lineup-math): Fix bug where lineup was
3342 triggered by equal signs in string literals.
3343
3344 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3345
3346 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3347 limit detection when at the ends of the buffer.
3348
3349 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3350 "for" statement clause in case 7F; a better one is done
3351 earlier in case 7D anyway.
3352
3353 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3354
3355 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3356 somewhat more and did a small optimization.
3357
3358 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3359
3360 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3361 Use the limit argument only to limit the syntactic context
3362 search, not to limit the actual movement.
3363
3364 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3365 inside multiline strings, just like in comments. Also various
3366 fixes to the paragraph and comment prefix recognition, block
3367 comment ender handling etc.
3368
3369 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3370
3371 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3372 the relative position of the point.
3373
3374 * cc-cmds.el (c-electric-continued-statement): New function to
3375 use as abbrev hook to reindent for keywords such as "else"
3376 that continues an earlier statement.
3377
3378 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3379 like classes.
3380
3381 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3382 (pike-mode): Populate the default abbrev tables to reindent for
3383 keywords such as "else" that can continue earlier statements.
3384 Abbrev mode is therefore turned on by default now. (Note that
3385 this doesn't apply to idl-mode, since IDL afaik doesn't have
3386 statements at all.)
3387
3388 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3389
3390 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3391 bracelists where the declaration contains template arguments.
3392
3393 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3394
3395 * cc-cmds.el (c-comment-indent):
3396 Use `c-get-syntactic-indentation' to correctly calculate the
3397 syntactic indentation. Fixes bug with lineup functions that
3398 return vectors.
3399
3400 * cc-engine.el (c-get-syntactic-indentation): Split the
3401 indentation sum calculation from `c-indent-line' to a separate
3402 function.
3403
3404 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3405
3406 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3407 Fixed places where it was assumed that preprocessor directives
3408 have to start in column zero.
3409
3410 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3411 template arguments after a class identifier properly.
3412
3413 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3414 lists for `new Foo[]' constructs in Java as expressions and
3415 not top level definition brace lists on the top level, so that
3416 they'll get indented consistently with the same type of
3417 expression in a normal block.
3418
3419 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3420
3421 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3422 whether the adaptive filling package fails to keep the comment
3423 prefix is now kludged further to check for filladapt-mode
3424 which doesn't have that problem. This is really icky, but it's
3425 the only way that works with the current misfeatures/bugs in
3426 both adaptive-fill-mode and filladapt-mode.
3427
3428 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3429 around point is recognized more robust.
3430
3431 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3432
3433 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3434 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3435 (c-lit-type): Fixed all internal variables used dynamically so
3436 that they are always bound.
3437
3438 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3439 errors:
3440
3441 (c-indent-region): Fixed reporting of syntactic errors so that
3442 the region is fully reindented even when an error occurs.
3443 The last syntactic error is printed afterwards. Also cleanup up a
3444 whole lot of code that tried to optimize indentation of whole
3445 sexps but in reality accomplishes nothing.
3446
3447 (c-indent-sexp): Use c-indent-region.
3448
3449 (c-parsing-error): Changed this variable to hold the message
3450 for any syntactic error that is discovered.
3451
3452 (c-parse-state): Search backward from point instead of the bod
3453 position when the latter is invalid. This makes CC Mode
3454 recover faster when there are unbalanced close braces.
3455
3456 (c-backward-to-start-of-if): Use c-parsing-error to report
3457 dangling "else" clauses instead of throwing an error, and fall
3458 back to a reasonable position.
3459
3460 (c-indent-line): Added argument to avoid reporting syntactic errors.
3461
3462 (c-show-syntactic-information): Don't report any syntactic errors.
3463
3464 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3465
3466 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3467 paragraph recognition when moving by sentence in literals.
3468
3469 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3470 start regexp for javadoc to recognize javadoc markup in general instead
3471 of a specific set of keywords, to be more future-safe.
3472
3473 (c-Pike-pikedoc-paragraph-start)
3474 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3475 pikedoc markup.
3476
3477 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3478
3479 (pike-mode): Initialize paragraph settings pikedoc recognition.
3480
3481 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3482
3483 (c-comment-prefix-regexp): Made it possible to use an
3484 association list on this to specify mode specific regexps.
3485 The default value now use a special regexp in Pike mode to
3486 recognize pikedoc markup.
3487
3488 (c-current-comment-prefix): New variable containing the actual
3489 regexp from c-comment-prefix-regexp for the current buffer.
3490
3491 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3492
3493 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3494 lists: We can't look at the syntax, since a brace list can get
3495 recognized as a plain statement-cont.
3496
3497 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3498 special brace list opener broken over two lines got recognized
3499 as a statement on the second line. Case 9A changed.
3500
3501 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3502
3503 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3504 adjustment after line is reindented.
3505
3506 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3507
3508 * cc-defs.el (c-point): Added optional argument for position
3509 to use instead of the current point.
3510
3511 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3512 the in-expression block symbols when the construct starts at
3513 boi, to avoid the extra level of indentation in that case.
3514 Cases 4, 16A and 17E affected.
3515
3516 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3517
3518 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3519 calls to `c-indent-line', to adhere better to Emacs conventions.
3520
3521 * cc-engine.el (c-indent-line): Use the syntax already bound
3522 to `c-syntactic-context', if there is any.
3523
3524 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3525
3526 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3527 wasn't added up correctly when a lineup function returned nil.
3528
3529 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3530
3531 * cc-engine.el (c-collect-line-comments): Fixed bug where
3532 empty lines were ignored when collecting line comments backwards.
3533
3534 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3535
3536 * cc-align.el (c-lineup-dont-change): Return an absolute
3537 indentation column to work correctly in the case when several
3538 syntactic elements are processed for the same line.
3539
3540 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3541 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3542 (c-set-offset): Added absolute indentation column settings by
3543 using the vector type.
3544
3545 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3546
3547 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3548 Implemented two new cleanups `space-before-funcall' and
3549 `compact-empty-funcall'.
3550
3551 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3552
3553 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3554 helping building regexps.
3555
3556 * cc-engine.el (c-on-identifier): New function for detecting
3557 identifiers. It takes keywords into account.
3558
3559 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3560 lists. `c-keywords' is set to a regexp matching all keywords
3561 in the current language.
3562
3563 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3564
3565 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3566 list of characters to skip backwards over at the beginning of
3567 a statement, since it can precede string literals in Pike.
3568
3569 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3570
3571 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3572 recognition when standing on the last line in a C++ comment
3573 with nothing but whitespace after the prefix.
3574
3575 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3576 given no limit argument.
3577
3578 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3579
3580 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3581 recognition for the `[]= operator symbol in Pike.
3582
3583 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3584
3585 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3586 around a bug in `eval-when-compile' in the byte compiler.
3587
3588 * cc-engine.el (c-forward-token-1): Fixed bug with return
3589 value when count is zero and there's no token start within the limit.
3590
3591 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3592 "prefix comments", i.e. comments which are followed by code on
3593 the same line.
3594
3595 * cc-mode-19.el: Fixes so that checks that must be done at
3596 compile time also are done then.
3597
3598 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3599
3600 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3601 time and at runtime, and only when it's needed.
3602
3603 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3604
3605 Major cleanup for less error prone and more warning free
3606 compilation, including some fixes for bugs due to different
3607 compilation orders. Thanks to Martin Buchholz for providing
3608 the basis for all this.
3609
3610 * cc-bytecomp.el: New file that provides some byte compilation
3611 features: It ensures that files always are loaded from the
3612 current source directory during compilation, and it provides a
3613 set of macros to turn off specific compiler warnings for
3614 specific symbols. (It's not CC Mode specific in any way.)
3615
3616 Fixed a nearly acyclic dependency tree (both runtime and
3617 compile-time) between all files.
3618
3619 * cc-defs.el: Separated all macros before the inline functions,
3620 to ensure correct compilation.
3621
3622 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3623 cc-defs.el to cc-engine.el and made it a function instead.
3624
3625 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3626 about char-after.
3627
3628 * cc-vars.el: Cope even when there isn't a custom package
3629 containing defcustom available.
3630
3631 * cc-make.el: Removed since it's no longer necessary.
3632
3633 README: Updated installation instructions.
3634
3635 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3636
3637 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3638 improve the modularity: Moved all mode init stuff from
3639 cc-langs.el to cc-mode.el, including the keymap
3640 initialization; cc-langs now only contains the various
3641 variables for configuring the language syntax.
3642
3643 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3644 (c-get-offset): Moved from cc-styles to cc-engine since file
3645 dependency analysis suggests they belong there (which also
3646 makes more sense). Thanks to Martin Buchholz for doing the analysis.
3647
3648 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3649
3650 * cc-cmds.el (c-fn-region-is-active-p): New function that
3651 wraps the corresponding macro, for use in places that aren't
3652 compiled. Thanks to Martin Buchholz for pointing out this.
3653
3654 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3655
3656 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3657 add things to the bug report.
3658
3659 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3660
3661 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3662 returned prefix could contain a newline when the search for a
3663 good prefix line failed.
3664
3665 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3666
3667 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3668 (c-toggle-auto-hungry-state): Made the argument optional, as
3669 the documentation says it is.
3670
3671 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3672
3673 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3674 multiline string syntax, #"...", as a cpp macro.
3675
3676 2001-03-21 Paul Eggert <eggert@twinsun.com>
3677
3678 * international/mule-cmds.el (set-locale-environment):
3679 Set system-messages-locale and system-time-locale, but only if the
3680 caller specifies a non-nil locale name.
3681
3682 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3683
3684 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3685 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3686
3687 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3688
3689 * follow.el (follow-avoid-tail-recenter): Doc fix.
3690
3691 * custom.el (custom-set-variables): Avoid reversing the list
3692 of args needlessly.
3693
3694 * startup.el (fancy-splash-head): Don't change the colors of the
3695 XPM image on a dark background.
3696
3697 * comint.el (comint-exec-1): Set columns of the terminal to
3698 window-width instead of frame-width.
3699
3700 * info.el (Info-scroll-down): Add missing WINDOW arg for
3701 pos-visible-in-window-p.
3702
3703 * ehelp.el (electric-help-mode-hook): Add defcustom.
3704
3705 * mail/sendmail.el (mail-mode): Activate case-folding in
3706 font-lock-defaults.
3707
3708 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3709
3710 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3711 (completion-ignored-extensions): Remove duplicate ".class".
3712
3713 2001-03-19 Andreas Schwab <schwab@suse.de>
3714
3715 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3716 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3717
3718 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3719
3720 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3721 methods since there are not prefix input methods.
3722
3723 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3724
3725 * international/mule-cmds.el (read-input-method-name):
3726 Locally bind enable-recursive-minibuffers to t.
3727
3728 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3729
3730 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3731
3732 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3733
3734 * ediff-util.el: Copyright years.
3735 (ediff-choose-syntax-table): New function.
3736 (ediff-setup): Use ediff-choose-syntax-table.
3737
3738 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3739 with-syntax-table.
3740
3741 * ediff.el: Date of last update, copyright years.
3742
3743 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3744
3745 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3746 of Scott Bronson.
3747 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3748 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3749 Deleted functions.
3750 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3751 ex-token-list.
3752
3753 * viper-util.el: Spaces, indentation.
3754
3755 * viper.el: Changed version, modification time.
3756
3757 2001-03-16 John Wiegley <johnw@gnu.org>
3758
3759 * calendar/timeclock.el (timeclock-workday-remaining):
3760 Check whether `discrep' is non-null before using it.
3761
3762 2001-03-16 John Wiegley <johnw@gnu.org>
3763
3764 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3765 first-time checkins.
3766 (timeclock-log-data): Fixed problem with reading timelog log file.
3767 Resulting data in the "day list" was incorrect.
3768 (timeclock-find-discrep): Check if `timeclock-file' is readable
3769 before opening it.
3770 (timeclock-time-less-p): New function.
3771 (timeclock-day-base): New function.
3772 (timeclock-geometric-mean): New function.
3773 (timeclock-generate-report): Generate a summary report based on
3774 the contents of the log file. This uses `timeclock-log-data', and
3775 is an example of writing a timelog manipulation function.
3776 (timeclock-visit-timelog): A quick command for opening the timelog
3777 file.
3778 (timeclock-log-data): Bound the variable event.
3779
3780 2001-03-16 Kenichi Handa <handa@etl.go.jp>
3781
3782 * international/mule-cmds.el (select-safe-coding-system):
3783 Fix typo: symbol-name -> symbol-value.
3784
3785 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3786 before substitute-in-file-name to handle double slashes in FILE
3787 correctly.
3788
3789 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3790
3791 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3792 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3793
3794 2001-03-14 Gerd Moellmann <gerd@gnu.org>
3795
3796 * bindings.el (features): Add `md5' and `overlay' to the list.
3797
3798 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3799 bound before using it. It's not bound when configured without X,
3800 for instance.
3801
3802 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3803
3804 * progmodes/hideshow.el: Update copyright.
3805 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3806 (hs-minor-mode-hook): Include `:version' in defcustom form.
3807
3808 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3809
3810 * help.el (string-key-binding): Don't call event-start on
3811 a non-list.
3812
3813 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3814
3815 * startup.el (fancy-splash-tail, command-line-1): Fix the
3816 copyright year.
3817
3818 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3819
3820 * term.el: These changes are based on a patch sent from Yong Lu
3821 <lyongu@yahoo.com>.
3822 (term-set-escape-char): Bind M-x to execute-extended-command in
3823 term-raw-escape-map.
3824 (term-move-columns): Don't try to move to negagive column.
3825 (term-emulate-terminal): Insert a string before deleting a text to
3826 overwrite.
3827
3828 2001-03-12 Gerd Moellmann <gerd@gnu.org>
3829
3830 * play/life.el (life): Rearrange code so that all calls to
3831 life-display-generation are in a catch-form.
3832
3833 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3834 file that isn't interesting. In an interesting file, push the old
3835 value of point on the mark ring.
3836
3837 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3838 New function.
3839 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3840 Use it.
3841
3842 * emacs-lisp/autoload.el (generate-file-autoloads):
3843 Remove warning about line lengths.
3844
3845 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3846
3847 * progmodes/etags.el (tags-compression-info-list): New variable.
3848 (find-tag-in-order): Use it to deal with compressed source files.
3849 (tag-file-name-match-p): New function.
3850 (etags-recognize-tags-table): Use it for better match of file names.
3851
3852 2001-03-12 Kenichi Handa <handa@etl.go.jp>
3853
3854 * international/mule-cmds.el (register-input-method): Doc fix.
3855
3856 * international/quail.el (quail-translate-key): Fix condition to
3857 check if there's another breaking point in the current key.
3858
3859 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3860
3861 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3862 Babyl header to the newly-created output file, bind
3863 coding-system-for-write to either rmail-file-coding-system or
3864 emacs-mule-unix.
3865
3866 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3867
3868 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3869 Fix the name and regexp used for subsubsections.
3870
3871 2001-03-10 Dave Love <fx@gnu.org>
3872
3873 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3874 and save-buffer if buffer-file-name non-nil. From rms.
3875
3876 2001-03-10 Andre Spiegel <spiegel@gnu.org>
3877
3878 * vc.el (vc-do-command): If the destination buffer is already
3879 current, don't set it up and don't erase it. Updated doc string
3880 to reflect that.
3881 (vc-version-diff): When doing a single file diff, don't switch to the
3882 *vc-diff* buffer before the command. This is to preserve local
3883 variable bindings that might affect the diff command.
3884 (vc-print-log): Don't switch to the *vc* buffer before the
3885 command, so that local variable bindings are preserved.
3886
3887 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3888 not the current buffer.
3889 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3890
3891 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3892 make output go to buffer *vc*, not the current buffer.
3893
3894 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3895
3896 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3897 so ^, $, *, ? and + are interpreted correctly.
3898
3899 2001-03-09 Gerd Moellmann <gerd@gnu.org>
3900
3901 * help.el (string-key-binding): Renamed from
3902 mode-line-key-binding. Handle any event on a string.
3903 Check for `keymap' properties as well as `local-map' properties.
3904
3905 * comint.el (comint-insert-clicked-input): Use the last key
3906 from this-command-keys to lookup the global key definition.
3907
3908 2001-03-09 Kenichi Handa <handa@etl.go.jp>
3909
3910 * international/characters.el: Add category `j' for
3911 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3912
3913 * international/mule-conf.el (no-conversion): Fix docstring.
3914 (raw-text): Fix docstring.
3915
3916 2001-03-08 Gerd Moellmann <gerd@gnu.org>
3917
3918 * simple.el (choose-completion-string): When not leaving the
3919 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3920 is set.
3921
3922 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3923 parameter `(minibuffer . t)'.
3924
3925 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3926
3927 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3928 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3929 (sh-mode): Remove `make-local-variable' for unused var
3930 `font-lock-unfontify-region-function'.
3931
3932 2001-03-07 Richard M. Stallman <rms@gnu.org>
3933
3934 * info.el (Info-scroll-down): Fix previous change.
3935
3936 * mail/rmail.el (rmail-toggle-header): Use a window which
3937 is showing the Rmail buffer, rather than the selected window.
3938
3939 2001-03-07 Dave Love <fx@gnu.org>
3940
3941 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3942 now, to avoid problems with binding imenu directly to a mouse event.
3943
3944 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3945
3946 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3947 second arg t.
3948
3949 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3950
3951 * log-edit.el (log-edit-common-indent): New var.
3952 (log-edit-set-common-indentation): Renamed from
3953 log-edit-delete-common-indentation. Use the new var.
3954 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3955
3956 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3957 (cvs-mode-add-change-log-entry-other-window):
3958 Don't presume change-log-default-name is defined.
3959
3960 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3961
3962 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3963 the "tree" operation as well.
3964
3965 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3966
3967 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3968 to match paragraph-start.
3969
3970 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3971 comment-start-skip and set comment-end-skip as well.
3972 (sgml-comment-indent): Fix for new value of comment-start-skip.
3973 (html-autoview-mode): Don't bother using make-local-hook.
3974
3975 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3976
3977 * cus-edit.el (custom-save-delete): Move in front of local
3978 variables, otherwise long Custom entries would make them ineffective.
3979
3980 * uniquify.el: Set maintainer to FSF.
3981
3982 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3983
3984 * dired-aux.el (dired-do-shell-command): Doc fix.
3985
3986 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3987
3988 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3989
3990 * which-func.el (which-func-modes): Add cperl-mode.
3991 (which-func-mode-global): Use define-minor-mode.
3992
3993 * info-look.el: Docstring fixes and dead code eliminated.
3994 (cperl-mode): Add support.
3995 (emacs-lisp-mode): List all entries from elisp manual, whether
3996 or not they are currently (f)bound or not. Update regexp.
3997
3998 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3999
4000 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4001 so that C-h m shows the correct information.
4002 Use make-local-variable rather than make-variable-buffer-local.
4003 (cperl-info-buffer, cperl-setup-tmp-buf):
4004 Use make-local-variable rather than make-variable-buffer-local.
4005 (cperl-msb-fix, cperl-get-help-defer):
4006 Check major-mode for `cperl-mode' as well.
4007
4008 * progmodes/cperl-mode.el: Updated to author version 4.23.
4009 (cperl-electric-pod): SYNOPSIS was misspelled.
4010 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4011 (cperl-after-expr-p): Make true after __END__.
4012
4013 2001-03-06 Gerd Moellmann <gerd@gnu.org>
4014
4015 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
4016 bookmark-completion-ignore-case is t.
4017
4018 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4019 switch, like xterm, and concat resource strings, with a newline
4020 between them.
4021
4022 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4023
4024 * international/codepage.el (cp770-decode-table)
4025 (cp773-decode-table, cp774-decode-table): New variables.
4026
4027 * man.el (Man-hyphenated-reference-regexp): New variable.
4028 (Man-build-references-alist): Use it to search for referenced
4029 manpages. If hyphenated is non-nil, record a concatenated word in
4030 Man-refpages-alist only if it matches Man-reference-regexp.
4031 Update word's length when it is concatenated. Reverse the list,
4032 to get the first manpage at the head.
4033 (Man-possibly-hyphenated-word): New function.
4034 (Man-follow-manual-reference): Use it instead of current-word to
4035 find a manpage at point, in a way that accounts for hyphenated
4036 references.
4037
4038 2001-03-06 Alex Schroeder <alex@gnu.org>
4039
4040 * sql.el (sql-interbase): New function.
4041 (sql-interbase-program): New option.
4042 (sql-interbase-options): New option.
4043 And some typos fixed: "customise" to "customize".
4044
4045 2001-03-06 Dave Love <fx@gnu.org>
4046
4047 * textmodes/flyspell.el (flyspell-region):
4048 Set up flyspell-local-mouse-map.
4049
4050 2001-03-05 Richard M. Stallman <rms@gnu.org>
4051
4052 * mail/rmail.el (rmail-retry-failure):
4053 Don't call rmail-beginning-of-message.
4054 Don't discard From: field. Do discard Received: field.
4055 Use unwind-protect to re-prune.
4056 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
4057
4058 2001-03-06 Kenichi Handa <handa@etl.go.jp>
4059
4060 * international/quail.el (quail-title): Add autoload cookie.
4061
4062 2001-03-05 Dave Love <fx@gnu.org>
4063
4064 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4065 new defs.
4066
4067 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4068
4069 * language/ethio-util.el (ethio-toggle-space):
4070 Update current-input-method-title if necessary.
4071 (ethio-toggle-punctuation): Likewise.
4072
4073 * international/quail.el (quail-title): Fix for the case that a
4074 title of an input method is specified by a list of the same form
4075 as used in mode-line-format.
4076
4077 * international/mule-cmds.el (activate-input-method):
4078 If current-input-method-title is set by activating INPUT-METHOD,
4079 respect that value.
4080
4081 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4082
4083 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4084
4085 2001-03-05 Alex Schroeder <alex@gnu.org>
4086
4087 * sql.el (sql-sybase): Fix typo (was: query user about server two
4088 times instead of server and database).
4089
4090 * sql.el (sql-sybase): Doc change.
4091 (sql-mysql): Doc change.
4092 (sql-postgres): Doc change.
4093
4094 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4095
4096 * international/mule-conf.el (emacs-mule, raw-text):
4097 Docstring modified.
4098
4099 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4100
4101 * term/internal.el: Update copyright notice.
4102
4103 * term/pc-win.el: Update copyright notice.
4104
4105 2001-03-02 Dave Love <fx@gnu.org>
4106
4107 * files.el (insert-file-contents-literally):
4108 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4109 not jka-compr-compression-info-list.
4110
4111 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4112
4113 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4114 spaces in default comment-start-skip settings rather than \s-.
4115
4116 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4117
4118 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4119 default-frame-alist as well.
4120
4121 2001-03-01 Dave Love <fx@gnu.org>
4122
4123 * textmodes/reftex.el (defvar): Wrap some defvars in
4124 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4125
4126 * subr.el (event-basic-type): Doc fix.
4127
4128 * international/quail.el: Doc fixes.
4129
4130 * international/utf-8.el: Doc fixes.
4131
4132 * international/mule-cmds.el: Doc fixes.
4133 (leim-list-header): Fix header text.
4134
4135 * international/mule.el (coding-system-category): Doc fix.
4136
4137 * international/ccl.el (ccl-compile): Doc fix.
4138
4139 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4140
4141 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4142 rather than (before|after)-change-functions.
4143
4144 2001-03-01 Gerd Moellmann <gerd@gnu.org>
4145
4146 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4147 scroll-left and scroll-right being called interactively so that
4148 they set the window's min_hscroll.
4149
4150 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4151
4152 * info.el (info-insert-file-contents-1): Accept an additional
4153 argument `lfn': if it is non-nil, concatenate `filename' and
4154 `suffix'; otherwise use the complicated MS-DOS code.
4155 All callers changed.
4156 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4157 can access long file names, try the long file-name version of
4158 `info-insert-file-contents-1', then the short file-name version.
4159
4160 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
4161
4162 * language/ethio-util.el (setup-ethiopic-environment-internal):
4163 Change bindings of functions keys to conform to "Emacs Lisp Coding
4164 Convention".
4165
4166 * language/ethiopic.el ("Ethiopic"): Add documentation.
4167
4168 2001-02-28 Kenichi Handa <handa@etl.go.jp>
4169
4170 * international/utf-8.el (mule-utf-8): Set coding-category
4171 property to coding-category-utf-8.
4172
4173 2001-02-27 Richard M. Stallman <rms@gnu.org>
4174
4175 * lpr.el (lpr-page-header-switches, print-region-1):
4176 Undo 2000-07-06 change.
4177 (lpr-add-switches): Default to t on gnu/linux.
4178
4179 2001-02-27 Gerd Moellmann <gerd@gnu.org>
4180
4181 * bs.el (bs-attributes-list): Doc fix.
4182
4183 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4184
4185 * help.el (describe-project): Display the file THE-GNU-PROJECT.
4186
4187 * help.el (view-order-manuals): Use goto-address.
4188
4189 * startup.el (command-line-1): Add info about ordering manuals
4190 to the not so fancy splash screens.
4191
4192 2001-02-26 Andre Spiegel <spiegel@gnu.org>
4193
4194 * vc.el (vc-default-workfile-unchanged-p)
4195 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
4196
4197 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4198
4199 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
4200 fontify in the right buffer.
4201
4202 * allout.el (outline-flag-region): Move macro in front of first
4203 use to avoid a run-time error.
4204
4205 2001-02-24 Andrew Innes <andrewi@gnu.org>
4206
4207 * makefile.w32-in: Fix copyright notice.
4208
4209 2001-02-24 Kenichi Handa <handa@etl.go.jp>
4210
4211 * international/utf-8.el (mule-utf-8): Set correct value for
4212 valid-codes property.
4213
4214 * international/fontset.el (x-complement-fontset-spec): In the
4215 case that we use ASCII font for the other charsets, use only
4216 family and registry part of it.
4217
4218 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4219
4220 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4221 (shrink-window-if-larger-than-buffer): Doc fix.
4222
4223 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4224
4225 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4226 predicate passed to completing-read.
4227
4228 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4229
4230 * startup.el (command-line): Fix last change.
4231
4232 2001-02-23 Jason Rumney <jasonr@gnu.org>
4233
4234 * startup.el (tool-bar-originally-present): New variable.
4235 (command-line): Set it if the tool-bar is switched on at startup.
4236
4237 * frame.el (frame-notice-user-settings): Only adjust frame height
4238 for no tool-bar case if tool-bar was originally switched on.
4239 From E. Jay Berkenbilt.
4240
4241 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4242
4243 * server.el (server-switch-buffer): Only switch window if the
4244 current one is dedicated.
4245
4246 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4247 rather than using (match-beginning 0) when searching for break point.
4248
4249 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4250
4251 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4252 @ follows an accent command such as @'. Support optional braces
4253 in commands that insert accents, like makeinfo does.
4254
4255 2001-02-22 Gerd Moellmann <gerd@gnu.org>
4256
4257 * startup.el (fancy-splash-text): Add a line for ordering
4258 manuals. Reverse order of splash screens shown.
4259 (use-fancy-splash-screens-p): Adapt to the text line added.
4260
4261 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4262 manuals from the FSF.
4263
4264 * help.el (view-order-manuals): New function.
4265 (toplevel): Bind C-h C-m to this function.
4266
4267 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4268
4269 * newcomment.el (comment-forward): Skip the comment-start before
4270 searching for the comment-end.
4271
4272 2001-02-21 Dave Love <fx@gnu.org>
4273
4274 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4275
4276 * international/mule-cmds.el, international/mule.el: Doc fixes.
4277
4278 2001-02-21 Gerd Moellmann <gerd@gnu.org>
4279
4280 * startup.el (fancy-splash-screens): Use display-hourglass
4281 instead of display-busy-cursor.
4282
4283 * frame.el (display-hourglass): Renamed from busy-cursor.
4284 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4285 (show-cursor-in-non-selected-windows): Doc fix.
4286
4287 2001-02-20 Dave Love <fx@gnu.org>
4288
4289 * international/utf-8.el: Doc and commentary fixes.
4290
4291 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4292
4293 * ehelp.el (with-electric-help): Doc fix.
4294
4295 2001-02-20 Gerd Moellmann <gerd@gnu.org>
4296
4297 * msb.el (msb-mode): Call the update-buffers function explicitly
4298 with a FORCE argument.
4299
4300 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4301 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4302 returns nil.
4303
4304 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4305
4306 * ps-print.el: Timestamp package replacement. Some enhancements.
4307 Some XEmacs compatibility. Doc fix.
4308 (ps-print-version): New version number (6.4).
4309 (ps-printer-name): Initialization fix.
4310 (ps-zebra-stripe-follow): Funcionality enhancement.
4311 (ps-prologue-file): Code enhancement.
4312 (ps-right-header): Timestamp package replacement.
4313 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4314 (ps-get-page-dimensions)
4315 (ps-generate-header, ps-begin-file, ps-begin-job)
4316 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4317 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4318 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4319 (coding-system-for-write): Var declaration (XEmacs compatibility).
4320
4321 2001-02-20 Miles Bader <miles@gnu.org>
4322
4323 * image-file.el (image-file-name-extensions): Add "tif".
4324
4325 2001-02-19 Gerd Moellmann <gerd@gnu.org>
4326
4327 * wid-edit.el (widget-button-click): Save the selected window
4328 around the code handling clicks on buttons.
4329
4330 2001-02-18 Dave Love <fx@gnu.org>
4331
4332 * imenu.el (imenu--generic-function): Use mapc to iterate over
4333 syntax characters.
4334
4335 2001-02-17 Richard M. Stallman <rms@gnu.org>
4336
4337 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4338
4339 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4340
4341 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4342
4343 * mouse.el (mouse-save-then-kill): If the distance from the new
4344 point to the mark is equal to the distance of point from the new
4345 point, move point instead of the mark.
4346
4347 2001-02-16 Dave Love <fx@gnu.org>
4348
4349 * textmodes/flyspell.el (flyspell-get-word): Return string without
4350 properties.
4351
4352 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4353
4354 * generic.el (generic-find-file-regexp): Doc fix.
4355 (generic-ignore-files-regexp): New defcustom.
4356 (generic-mode-find-file-hook): If the file's name matches the
4357 regexp in `generic-ignore-files-regexp', don't enter
4358 default-generic-mode. Doc fix.
4359
4360 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4361
4362 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4363 Add autoload cookies.
4364
4365 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4366 of cal-tex-24.
4367
4368 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4369
4370 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4371
4372 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4373 the character class after the (optional) drive, to support file
4374 names with embedded blanks.
4375
4376 2001-02-15 Sam Steingold <sds@gnu.org>
4377
4378 * textmodes/tex-mode.el (tex-shell-running):
4379 Check the process buffer too.
4380
4381 2001-02-15 Dave Love <fx@gnu.org>
4382
4383 * battery.el (battery-status-function): Fix doc, :type.
4384
4385 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4386
4387 2001-02-15 Gerd Moellmann <gerd@gnu.org>
4388
4389 * subr.el (read-passwd): Clear Lisp memory holding password.
4390
4391 2001-02-15 Miles Bader <miles@gnu.org>
4392
4393 * info.el (Info-copy-current-node-name): New function.
4394 (Info-mode-menu): Add it to the menu.
4395
4396 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4397
4398 * international/mule-cmds.el (toggle-input-method): Doc fix.
4399
4400 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4401
4402 * replace.el (occur): Stop at end of buffer.
4403
4404 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4405
4406 * international/mule-cmds.el (set-input-method): Another doc fix.
4407
4408 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4409
4410 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4411
4412 2001-02-13 Miles Bader <miles@gnu.org>
4413
4414 * faces.el (set-face-background, set-face-foreground)
4415 (set-face-stipple): Treat a value of nil as being `unspecified'.
4416
4417 2001-02-12 Dave Love <d.love@dl.ac.uk>
4418
4419 * international/latin1-disp.el: Doc fixes.
4420 (latin1-display) <defgroup>: Add :link.
4421 (latin1-display) <function>: Set variable latin1-display.
4422
4423 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4424
4425 * international/mule-cmds.el (set-input-method): Doc fix.
4426
4427 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4428
4429 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4430 (speedbar-line-file): Return nil if not a file.
4431 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4432
4433 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
4434
4435 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4436 for remote files.
4437 (ediff-coding-system-for-read): Replaced the no-conversion default
4438 with raw-text.
4439
4440 * ediff-init.el: Removed :version from defcustom vars.
4441
4442 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4443 Better handling of the diff mode.
4444
4445 * ediff.texi: Added ediff-coding-system-for-read.
4446
4447 * viper.texi: Fix typos.
4448
4449 2001-02-11 Dave Love <fx@gnu.org>
4450
4451 * shadowfile.el: Doc fixes.
4452 (shadow) <defgroup>: Add :link.
4453 (shadowfile-unload-hook): New function.
4454 (shadow-initialize): Use defalias, not fset.
4455 (shadow-define-cluster, shadow-define-literal-group)
4456 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4457
4458 * international/mule.el: Doc and message fixes.
4459
4460 * international/ccl.el (define-ccl-program): Doc fix.
4461
4462 2001-02-11 Kenichi Handa <handa@etl.go.jp>
4463
4464 * faces.el (mode-line): Set :line-width property to -1.
4465
4466 2001-02-10 Richard M. Stallman <rms@gnu.org>
4467
4468 * complete.el (partial-completion-mode): Doc fix.
4469
4470 * simple.el (delete-key-deletes-forward-mode):
4471 Change `let' to `let*' to fix gross bug in last change.
4472
4473 * repeat.el (repeat): Don't let execute-kbd-macro alter
4474 real-last-command.
4475
4476 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4477
4478 * simple.el (eval-expression): Doc fix.
4479
4480 2001-02-09 Dave Love <fx@gnu.org>
4481
4482 * imenu.el (imenu-generic-expression): Doc fix.
4483
4484 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4485 From Juanma Barranquero.
4486
4487 * emacs-lisp/authors.el (authors): Expand `root' before running find.
4488
4489 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4490
4491 * faces.el (set-face-attribute): Describe the case of a negative
4492 value specified for :line-width.
4493
4494 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4495
4496 * which-func.el (which-func-mode): Invert which-func-mode-global.
4497 From Juanma Barranquero <lektu@uol.com.br>.
4498
4499 2001-02-08 Dave Love <fx@gnu.org>
4500
4501 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4502 widget-plist-value-type.
4503 (widget-alist-convert-widget): Replace binding of
4504 widget-alist-value-type.
4505
4506 * textmodes/paragraphs.el (sentence-end): Doc fix.
4507
4508 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4509 Remove `backward-line'.
4510
4511 * play/pong.el (pong-blank-color, pong-bat-color)
4512 (pong-ball-color, pong-border-color, pong-left-key)
4513 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4514 (pong-pause-key, pong-resume-key, pong-timer-delay):
4515 * mail/mh-comp.el (mh-compose-letter-function):
4516 * eshell/esh-mode.el (eshell-skip-prompt-function):
4517 * emulation/viper-ex.el (ex-unix-type-shell-options):
4518 * recentf.el (recentf-menu-filter):
4519 * ps-print.el (ps-print-region-function):
4520 * lpr.el (print-region-function):
4521 * forms.el (forms-mode-hooks):
4522 * dirtrack.el (dirtrack-directory-change-hook):
4523 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4524 * textmodes/spell.el (spell-filter):
4525 * textmodes/fill.el (adaptive-fill-function):
4526 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4527 * progmodes/etags.el (find-tag-default-function):
4528 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4529 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4530
4531 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4532
4533 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4534 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4535 Meyering <jim@meyering.net>.
4536
4537 * loadup.el: Revert last change.
4538
4539 2001-02-07 Kenichi Handa <handa@etl.go.jp>
4540
4541 * international/mule.el (transform-make-coding-system-args):
4542 Make it work also for coding systems not using CCL.
4543
4544 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4545
4546 * simple.el (previous-matching-history-element)
4547 (next-matching-history-element): Doc fix.
4548
4549 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4550 specific part.
4551
4552 2001-02-06 Dave Love <fx@gnu.org>
4553
4554 * add-log.el (add-log-current-defun-function)
4555 (add-log-buffer-file-name-function, add-log-file-name-function):
4556 Fix :type.
4557 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4558
4559 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4560
4561 * info.el (info-initialize): Remove the test for system-type when
4562 invocation-directory is non-nil.
4563
4564 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4565 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4566
4567 2001-02-06 Andrew Innes <andrewi@gnu.org>
4568
4569 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4570 absolute.
4571
4572 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4573
4574 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4575 buffers. When hi-lock turned on rather than only checking current
4576 buffer for regexps, all buffers are checked. Moved activation of
4577 font-lock to hi-lock-refontify. When font-lock turned off rather
4578 than removing added highlighting just in current buffer, remove it
4579 in all buffers. Changed edit menu text from "Automatic
4580 Highlighting" to "Regexp Highlighting" Documentation for
4581 highlighting phrases, minor documentation changes.
4582 (hi-lock-set-file-patterns): Execute only if there are new or
4583 existing file patterns.
4584 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4585 unfontify and, if a support mode is active, will not refontify the
4586 whole buffer. If necessary, turn on font lock. (Removed
4587 font-lock-unfontify and font-lock support-mode-specific calls,
4588 such as lazy-lock-fontify-window.)
4589 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4590 patterns are found. Not useful now since find-file-hook is removed
4591 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4592 (hi-lock-face-phrase-buffer): New function. Also added related
4593 menu item and keybinding.
4594 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4595 (hi-lock-process-phrase): New function.
4596 (hi-lock-line-face-buffer): Doc fixes.
4597 (hi-lock-face-buffer): Doc fixes.
4598 (hi-lock-unface-buffer): Doc fixes.
4599
4600 2001-02-06 Gerd Moellmann <gerd@gnu.org>
4601
4602 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4603 dabbrev-ignored-regexps.
4604
4605 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4606
4607 * simple.el (kill-line): Doc fix.
4608
4609 2001-02-05 Dave Love <fx@gnu.org>
4610
4611 * loadup.el: Revert last two changes -- bootstrapping works with
4612 regenerated loaddefs.
4613
4614 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4615
4616 * isearch.el (isearch-forward): Doc fix.
4617
4618 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4619 of font-lock-defaults to backward-paragraph.
4620
4621 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4622
4623 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4624 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4625
4626 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4627
4628 * ebnf2ps.el: Eliminate time-stamp functions.
4629 (ebnf-version): New version (3.5).
4630 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4631 format-time-string.
4632
4633 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4634
4635 * simple.el (next-line): Goto end-of-line before inserting a newline.
4636
4637 2001-02-05 Miles Bader <miles@gnu.org>
4638
4639 * image-file.el (insert-image-file): When visiting an image, also
4640 set `truncate-lines' to t so that any fringe arrow looks correct.
4641
4642 2001-02-05 Kenichi Handa <handa@etl.go.jp>
4643
4644 * isearch.el (isearch-forward): Add description about input method
4645 in the docsting.
4646
4647 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4648
4649 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4650
4651 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4652
4653 * info.el (info-initialize): If installation-directory is nil, for
4654 DOS/Windows systems try looking in a sibling of invocation-directory.
4655
4656 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4657
4658 * wid-edit.el (widget-button-click): Fix last change.
4659
4660 * frame.el (frame-notice-user-settings): When resizing the initial
4661 frame because the tool bar is off, also change the frame's top
4662 position if a negative top position was specified.
4663
4664 2001-02-02 Miles Bader <miles@gnu.org>
4665
4666 * image-file.el (insert-image-file): When visiting an image,
4667 suppress the cursor in the image buffer.
4668
4669 2001-02-01 Dave Love <fx@gnu.org>
4670
4671 * progmodes/f90.el (f90-mode): Remove startup message.
4672
4673 * vc-cvs.el: Remove autoloads. Require vc when compiling.
4674
4675 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4676
4677 * startup.el (command-line): Fix code determining whether or not
4678 to use delete-key-deletes-forward-mode.
4679
4680 2001-02-01 Andre Spiegel <spiegel@gnu.org>
4681
4682 * vc.el (vc-diff-switches): New user option.
4683 (vc-version-diff): Use it.
4684 (vc-diff-switches-list): New macro.
4685
4686 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4687 New customization options.
4688 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4689
4690 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4691
4692 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4693
4694 * msb.el (toplevel): Quote hook symbols.
4695
4696 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4697
4698 * international/mule.el (make-coding-system): Add description
4699 about recognized properties in the docstring.
4700
4701 * international/mule-conf.el: Remove unused charsets
4702 mac-roman-lower and mac-roman-upper.
4703
4704 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4705
4706 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4707 is in front of the left-margin, if any.
4708
4709 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4710 like `delete'.
4711
4712 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4713
4714 * term/w32-win.el (mouse-set-font): Doc fix.
4715
4716 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4717
4718 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4719 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4720 on already.
4721
4722 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4723
4724 * files.el (save-buffer): Don't give message if (buffer-file-name)
4725 returns nil.
4726
4727 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4728
4729 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4730
4731 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4732 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4733
4734 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4735 display problems.
4736
4737 2001-01-31 Kenichi Handa <handa@etl.go.jp>
4738
4739 * international/mule.el (charset-info): Fix docstring.
4740
4741 * international/mule-diag.el (describe-character-set): Check final
4742 char valid before printing it.
4743
4744 2001-01-30 Gerd Moellmann <gerd@gnu.org>
4745
4746 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4747
4748 * frame.el (frame-notice-user-settings): Do the tool-bar
4749 stuff only for graphical displays. Fix a braino.
4750
4751 * frame.el (frame-initialize): Create initial frame visible.
4752 (frame-notice-user-settings): When tool-bar has been switched off,
4753 correct the frame size and sync tool-bar-mode.
4754
4755 * startup.el (command-line): Remove manipulation of frame
4756 height for tool bars.
4757
4758 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4759
4760 * lpr.el: Compatibility with XEmacs and doc fixes.
4761 (lpr-windows-system, lpr-lp-system): New vars.
4762 (lpr-printer-switch): New defcustom.
4763 (printer-name, lpr-command): Customization fix.
4764 (print-region-1): Code fix.
4765 (print-region-new-buffer, printify-region): Indentation fix.
4766 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4767 New functions.
4768
4769 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4770
4771 * msb.el (toplevel): Fix the eval-after-load.
4772
4773 2001-01-29 Dave Love <fx@gnu.org>
4774
4775 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4776
4777 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4778
4779 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4780 (tcl-using-emacs-19-23): Consider Emacs 21+.
4781 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4782 (tcl-add-emacs-menu): Supply menu name.
4783 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4784
4785 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4786
4787 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4788
4789 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4790
4791 * pcvs.el (cvs-mark-fis-dead): New function.
4792 (cvs-mode-add): Use it.
4793 (cvs-mode-add-change-log-entry-other-window):
4794 Rebind change-log-default-name to itself rather than to nil.
4795
4796 2001-01-29 Sam Steingold <sds@gnu.org>
4797
4798 * vc-cvs.el: Replaced (require 'vc) with a bunch of
4799 `autoload' statements.
4800
4801 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4802
4803 * files.el (confirm-kill-emacs): Doc fix.
4804
4805 * frame.el (frame-initialize): Doc fix.
4806
4807 * time-stamp.el (time-stamp-string): Doc fix.
4808
4809 * woman.el (WoMan-log-1): Make the log buffer writable.
4810 From Markus Rost <rost@math.ohio-state.edu>.
4811
4812 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4813
4814 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4815 the `make-variable-buffer-local'.
4816
4817 2001-01-29 Dave Love <fx@gnu.org>
4818
4819 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4820 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4821 Add autoload cookie.
4822 (ansi-color-apply-sequence): Fix typo.
4823
4824 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4825
4826 * menu-bar.el (menu-bar-files-menu): Add menu items for
4827 Postscript printing in black and white.
4828
4829 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4830 X-Mailman-Version, Precedence, List-Help, List-Post,
4831 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4832 Content-Type, Content-Length.
4833
4834 2001-01-29 Dave Love <fx@gnu.org>
4835
4836 * elide-head.el (elide-head): Make overlay evaporate.
4837
4838 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4839
4840 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4841
4842 * isearch.el (isearch-highlight): Don't punt if the display
4843 doesn't support colors, since isearch faces are defined for
4844 monochrome displays as well.
4845
4846 2001-01-27 Sam Steingold <sds@gnu.org>
4847
4848 * shell.el (shell-write-history-on-exit): Make sure that we are in
4849 the shell buffer (M-x tex-file RET inserted the error message into
4850 the TeX buffer).
4851
4852 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4853
4854 * simple.el (transient-mark-mode): Doc fix.
4855
4856 2001-01-27 Gerd Moellmann <gerd@gnu.org>
4857
4858 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4859
4860 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4861
4862 * shell.el (shell-unquote-argument): If the shell is one of the
4863 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4864 quote character.
4865 (shell-dumb-shell-regexp): Document that the shells which match
4866 this regexp are supposed to not treat a backslash as a quote character.
4867
4868 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4869 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
4870
4871 2001-01-27 Richard M. Stallman <rms@gnu.org>
4872
4873 * dabbrev.el (dabbrev--substitute-expansion):
4874 Treat a one-capital-letter abbrev as "not all upper case",
4875 so as to force preservation of the expansion's pattern
4876 if the expansion starts with a capital letter.
4877
4878 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4879
4880 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4881 Doc fix.
4882
4883 * simple.el (transient-mark-mode): Document the fact that many
4884 commands act on the region when mark is active.
4885
4886 2001-01-27 Kenichi Handa <handa@etl.go.jp>
4887
4888 * international/quail.el (quail-setup-completion-buf): Make the
4889 multibyteness of current buffer inherited to Quail completion buffer.
4890 (quail-show-guidance-buf): Make the multibyteness of current
4891 buffer inherited to Quail guidance buffer.
4892 (quail-help): Make the multibyteness of current buffer inherited
4893 to Quail help buffer.
4894
4895 2001-01-26 Dave Love <fx@gnu.org>
4896
4897 * time-stamp.el: Doc fixes.
4898
4899 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4900 (delphi-keyword-face, delphi-other-face): Fix :type.
4901
4902 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4903
4904 * mail/feedmail.el (feedmail): Add :link.
4905 (feedmail-send-it): Doc fix.
4906
4907 * mail/sendmail.el: Doc fixes.
4908 (sendmail-send-it): Fix the non-ASCII regexp and use
4909 rfc2047-encode-string.
4910
4911 * dired.el, dired-aux.el: Revert last change.
4912
4913 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4914
4915 * makefile.w32-in (DONTCOMPILE): Add various term files.
4916
4917 2001-01-26 Dave Love <fx@gnu.org>
4918
4919 * Makefile.in (DONTCOMPILE): Add various term files.
4920
4921 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4922
4923 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4924
4925 * startup.el (display-startup-echo-area-message): Make sure
4926 the echo area is resized to fit the size of the startup message.
4927
4928 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4929 part of which is a constant.
4930
4931 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4932
4933 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4934
4935 2001-01-26 Richard M. Stallman <rms@gnu.org>
4936
4937 * simple.el (next-line): Don't let `newline' expand abbrevs.
4938 Simplify slightly.
4939 (open-line): Don't let `newline' expand abbrevs.
4940
4941 2001-01-25 John Wiegley <johnw@gnu.org>
4942
4943 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4944 to `repeat' in the :type field.
4945
4946 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4947 allow a choice of regexp or nil.
4948 (pcomplete-dir-ignore): Same.
4949
4950 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4951 a command) to always fail.
4952
4953 2001-01-25 Gerd Moellmann <gerd@gnu.org>
4954
4955 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4956 discard the result.
4957 (iswitchb-to-end): Likewise.
4958
4959 2001-01-25 Sam Steingold <sds@gnu.org>
4960
4961 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4962 Require vc.
4963
4964 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4965
4966 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4967
4968 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4969
4970 2001-01-25 Dave Love <fx@gnu.org>
4971
4972 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4973 (describe-coding-system): Tweak the English text.
4974
4975 * loadup.el: Preload international/ccl for utf-8.
4976
4977 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4978
4979 * mail/rmail.el (rmail-redecode-body): Doc fix.
4980
4981 2001-01-25 Kenichi Handa <handa@etl.go.jp>
4982
4983 * international/mule-cmds.el (reset-language-environment):
4984 Reset coding-category-utf-8 to mule-utf-8.
4985
4986 * international/mule-conf.el (coding-category-utf-8):
4987 Initialize to mule-utf-8.
4988
4989 * loadup.el: Preload international/utf-8.
4990
4991 * international/utf-8.el: New file.
4992
4993 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4994
4995 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4996
4997 2001-01-24 Sam Steingold <sds@gnu.org>
4998
4999 * dired.el (dired-replace-in-string): Removed.
5000 (dired-sort-toggle): Use `replace-regexps-in-string'
5001 instead of `dired-replace-in-string'.
5002
5003 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5004 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
5005
5006 * gs.el (gs-replace-in-string): Removed.
5007 (gs-options): Use `replace-regexps-in-string'
5008 instead of `gs-replace-in-string'.
5009
5010 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5011
5012 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5013 bug report is mailed to an email list and posted to a news group.
5014
5015 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5016
5017 * comint.el (comint-replace-by-expanded-history-before-point):
5018 Fix change of 2000-08-03 to move point to the start of the line again.
5019
5020 * startup.el (tool-bar-images-pixel-height): New variable.
5021 (command-line): After loading the user's init file, when
5022 tool-bar-mode is on, increase the frame's size by some lines for
5023 the tool-bar.
5024
5025 * frame.el (frame-initialize): Create the initial frame invisible.
5026
5027 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5028
5029 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5030 (chinese-big5): MIME:Big5.
5031
5032 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5033
5034 * international/mule-cmds.el (universal-coding-system-argument):
5035 Handle commands with prefix args.
5036
5037 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5038
5039 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5040 being a list of numbers.
5041 (diary-mail-entries): Rewritten.
5042
5043 2001-01-23 Dave Love <fx@gnu.org>
5044
5045 * international/mule.el (make-coding-system): Fix typo.
5046
5047 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5048 Add backward-paragraph as font-lock-beginning-of-syntax-function.
5049
5050 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5051
5052 * font-lock.el (font-lock-mode): Doc fix.
5053
5054 2001-01-23 Kenichi Handa <handa@etl.go.jp>
5055
5056 * international/mule.el (make-translation-table): Fix docstring.
5057
5058 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5059
5060 * mail/rmail.el (rmail-redecode-body): New function.
5061
5062 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5063
5064 2001-01-22 Gerd Moellmann <gerd@gnu.org>
5065
5066 * isearch.el (isearch-lazy-highlight-case-fold-search)
5067 (isearch-lazy-highlight-regexp): New variables.
5068 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5069 case-fold search or regexp search has been toggled.
5070
5071 * wid-edit.el (widget-button-click): Avoid a save-excursion
5072 around running a global binding.
5073
5074 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5075 to 0.25.
5076
5077 2001-01-20 Miles Bader <miles@gnu.org>
5078
5079 * cus-edit.el (custom-face-save): Do post-processing on the face's
5080 new value like `custom-face-set' does.
5081
5082 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5083
5084 * mail/emacsbug.el (report-emacs-bug): Report the value of
5085 LC_CTYPE, not LC_TYPE.
5086
5087 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5088 isearch-toggle-regexp and isearch-edit-string to doc string.
5089
5090 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5091
5092 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5093 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5094
5095 * jit-lock.el (jit-lock-fontify-now): Don't bind
5096 font-lock-beginning-of-syntax-function to nil.
5097
5098 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5099
5100 * mail/emacsbug.el (report-emacs-bug): Report values of
5101 locale-coding-system, default-enable-multibyte-characters, and the
5102 environment variables LC_ALL, LC_TYPE, and LANG.
5103
5104 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5105
5106 * font-lock.el (font-lock-default-fontify-region): Fix last change.
5107
5108 * font-lock.el (font-lock-multiline): Default to nil.
5109 (font-lock-default-fontify-region): If font-lock-multiline is
5110 nil, don't check the property `font-lock-multiline'.
5111
5112 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5113 is nil, don't check the `font-lock-multiline' text property.
5114
5115 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5116
5117 * viper.el: Call initial-major-mode on startup.
5118
5119 * ediff.el (ediff-patch-file): Use better defaults.
5120
5121 * ediff-vers.el: Fix for 8+3 DOS file systems.
5122
5123 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
5124
5125 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
5126 diff mode, if available.
5127
5128 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5129
5130 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
5131
5132 * ediff-init.el (subst-char-in-string): Define and use it, unless
5133 it's already defined.
5134
5135 2001-01-18 Gerd Moellmann <gerd@gnu.org>
5136
5137 * tooltip.el (tooltip-hide-delay): New user-option.
5138 (tooltip-show): Use tooltip-hide-delay instead of the default.
5139
5140 2001-01-18 Kenichi Handa <handa@etl.go.jp>
5141
5142 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5143 kill-local-variable doesn't work for enable-multibyte-characters.
5144
5145 2001-01-17 Dave Love <fx@gnu.org>
5146
5147 * ediff-init.el (ediff-before-setup-hook)
5148 (ediff-merge-filename-prefix): Add :version.
5149
5150 * international/latin1-disp.el: Require disp-table.
5151 (latin1-display): Fix :set.
5152
5153 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5154
5155 2001-01-17 Gerd Moellmann <gerd@gnu.org>
5156
5157 * isearch.el (isearch-lazy-highlight-initial-delay)
5158 (isearch-lazy-highlight-interval): Default to 0.
5159
5160 2001-01-17 Bob Glickstein <bobg@zanshin.com>
5161
5162 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5163 1 here rather than each time through
5164 isearch-lazy-highlight-new-loop.
5165 (isearch-lazy-highlight-max): Variable deleted.
5166 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5167 isearch-lazy-highlight-max but controls a single invocation of
5168 isearch-lazy-highlight-update.
5169 (isearch-lazy-highlight-wrapped): Variable recreated.
5170 (isearch-lazy-highlight-window-start): New variable.
5171 (isearch-lazy-highlight-cleanup): Restored to behavior of
5172 before 2-Jan.
5173 (isearch-lazy-highlight-remove-overlays): Function deleted;
5174 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5175 behavior removed.
5176 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5177 isearch-lazy-highlight-update in a loop rather than just once.
5178 Test isearch-invalid-regexp here and decide not to start a new
5179 loop, rather than testing it each time through
5180 isearch-lazy-highlight-update.
5181 (isearch-lazy-highlight-search): Function restored.
5182 (isearch-lazy-highlight-update): Get called in a timer loop again,
5183 but this time highlight more than one match each time through.
5184 Only highlight matches in the visible part of the window.
5185 Start at point, move in the direction of the search, and wrap around at
5186 the edge of the window. Use sit-for to force redisplay and ensure
5187 window-start is credible. "Face suppressing" behavior removed;
5188 overlay priorities should make it unnecessary, right?
5189 (isearch-highlight): Face suppressing behavior removed.
5190 (isearch-dehighlight): Face suppressing behavior removed.
5191 (isearch-set-lazy-highlight-faces-at): Removed.
5192
5193 2001-01-17 Kenichi Handa <handa@etl.go.jp>
5194
5195 * language/european.el ("Latin-1"): Make the format of description
5196 about additional language environments same as that of Latin-2.
5197
5198 2001-01-16 Dave Love <fx@gnu.org>
5199
5200 * isearch.el (isearch-lazy-highlight): Add :version.
5201
5202 * simple.el (backward-delete-char-untabify-method)
5203 (next-line-add-newlines): Add :version.
5204
5205 2001-01-16 Gerd Moellmann <gerd@gnu.org>
5206
5207 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5208 Don't bind <delete> otherwise.
5209
5210 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5211 and <delete> via function-key-map.
5212
5213 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5214 Subject line only if point is after the `Subject:'.
5215
5216 2001-01-16 Kenichi Handa <handa@etl.go.jp>
5217
5218 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5219 japanese-jisx0213-2 in `charset' property of this lang. env.
5220
5221 * language/european.el ("Latin-1"): Add description for Dutch and
5222 Spanish lang. env.
5223
5224 * international/mule.el (decode-char): Fix conditions.
5225 (encode-char): Handle eight-bit-control too.
5226 (transform-make-coding-system-args): New function.
5227 (make-coding-system): Accept XEmacs style arguments for CCL base
5228 coding system.
5229
5230 2001-01-15 Gerd Moellmann <gerd@gnu.org>
5231
5232 * progmodes/etags.el (find-tag-noselect): Save the value of
5233 tags-file-name before switching buffers, for the case it has a
5234 buffer-local value.
5235
5236 2001-01-15 Alex Schroeder <alex@gnu.org>
5237
5238 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5239 From Dave Love <fx@gnu.org>.
5240 (ansi-color-for-comint-mode): Fix :version.
5241
5242 2001-01-15 Alex Schroeder <alex@gnu.org>
5243
5244 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5245
5246 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5247
5248 * dired.el (dired-insert-directory): If file-system-info fails,
5249 remove the " free " part, but don't signal an error.
5250
5251 2001-01-12 Sam Steingold <sds@gnu.org>
5252
5253 * bookmark.el (bookmark-maybe-historicize-string):
5254 Use new backquote syntax.
5255
5256 2001-01-12 Richard M. Stallman <rms@gnu.org>
5257
5258 * subr.el (last): Handle a list that doesn't end in nil.
5259
5260 2001-01-12 Sam Steingold <sds@gnu.org>
5261
5262 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5263 to `backward-delete-char-untabify'.
5264
5265 2001-01-12 Dave Love <fx@gnu.org>
5266
5267 * cus-edit.el (customize-menu-create): Fix the :filter following
5268 easymenu change.
5269
5270 * wid-edit.el (function): Add :match-alternatives.
5271 (widget-color-action): Doc fix.
5272
5273 2001-01-12 Gerd Moellmann <gerd@gnu.org>
5274
5275 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5276
5277 2001-01-12 Kenichi Handa <handa@etl.go.jp>
5278
5279 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5280
5281 * international/ccl.el (define-ccl-program): Fix docstring.
5282
5283 2001-01-11 Dave Love <fx@gnu.org>
5284
5285 * international/mule-cmds.el (standard-display-european-internal):
5286 Set display table for 2208 as for 160.
5287
5288 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5289
5290 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5291 entry for custom-menu-create change.
5292 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5293 don't cons it in the search loop.
5294
5295 * imenu.el (imenu--truncate-items): Revert last change.
5296
5297 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5298
5299 * info.el (Info-setup-header-line): If the node header includes
5300 either Next: or Prev: links, don't show the File: and Node: parts
5301 in the header line.
5302
5303 2001-01-11 Gerd Moellmann <gerd@gnu.org>
5304
5305 * comint.el (comint-goto-process-mark): Don't print a message
5306 when running in batch mode.
5307
5308 * isearch.el (isearch-search): In the condition-case handler for
5309 `error', set isearch-invalid-regexp to the whole error message.
5310
5311 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5312 ensure that eval-after-load works for files dumped with Emacs.
5313
5314 * help.el (load-symbol-file-load-history): New function extracted
5315 from function symbol-file.
5316 (symbol-file): Use it.
5317
5318 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5319
5320 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5321
5322 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5323 behave as if there were no prefix argument.
5324 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5325 argument were nil.
5326
5327 2001-01-11 Richard M. Stallman <rms@gnu.org>
5328
5329 * isearch.el (isearch-lazy-highlight-update):
5330 Don't look for more potential matches once maximum is exceeded.
5331 Use overlays-in to check correctly for overlap with current match.
5332 Ignore empty matches.
5333
5334 2001-01-11 Miles Bader <miles@gnu.org>
5335
5336 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5337 (ispell-overlay-window, ispell-help, ispell-show-choices)
5338 (ispell-command-loop): Use it instead of `window-height'.
5339
5340 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5341
5342 * files.el (confirm-kill-emacs): New user-option.
5343 (save-buffers-kill-emacs): Ask for final confirmation before
5344 killing Emacs.
5345
5346 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5347 to nil.
5348
5349 2001-01-10 Dave Love <fx@gnu.org>
5350
5351 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5352
5353 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5354
5355 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5356
5357 * calculator.el (calculator-number-digits): Fix :type.
5358
5359 * vc-cvs.el (vc-cvs-header): Fix :type.
5360 * vc-rcs.el (vc-rcs-header): Fix :type.
5361 * vc-sccs.el (vc-sccs-header): Fix :type.
5362
5363 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5364
5365 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5366
5367 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5368
5369 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5370
5371 * simple.el (set-variable): Force a thorough redisplay for the
5372 case that the variable has an effect on the display, like
5373 `tab-width' has.
5374
5375 2001-01-10 Andre Spiegel <spiegel@gnu.org>
5376
5377 * vc.el: Add documentation for backend interface.
5378
5379 2001-01-10 Kenichi Handa <handa@etl.go.jp>
5380
5381 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5382
5383 * international/mule-conf.el (latin-extra-code-table): Set to t
5384 for \223 and \224.
5385
5386 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5387
5388 * international/mule-cmds.el (locale-language-names): Map "es" to
5389 "Spanish" and "nl" to "Dutch".
5390
5391 2001-01-09 Gerd Moellmann <gerd@gnu.org>
5392
5393 * bindings.el (global-map): Bind <home> to beginning-of-line,
5394 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5395 C-<end> to end-of-buffer.
5396
5397 * language/european.el: Add Dutch and Spanish language info
5398 to be able to use the appropriate tutorials.
5399
5400 2001-01-09 Alex Schroeder <alex@gnu.org>
5401
5402 * ansi-color.el (ansi-color-process-output): Use markers instead
5403 of positions for start and end of region.
5404 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5405 Previously, occasional mistakes happend when fontifying many
5406 chunks of output (eg. ls --color=yes /dev). This happened
5407 whenever an overlay was created up to the end of the region, which
5408 coincided with the process-mark. New text would then be added
5409 within that overlay instead of after it.
5410 (ansi-color-make-extent): Overlays are created with the property
5411 `modification-hooks' set to '(ansi-color-freeze-overlay).
5412 (ansi-color-freeze-overlay): New function. When inserting text at
5413 the end of the overlay, the overlay will resize.
5414
5415 2000-01-09 Alex Schroeder <alex@gnu.org>
5416
5417 * ansi-color.el (ansi-color-process-output): Doc change.
5418 (ansi-color-unfontify-region): Doc change. No longer installed
5419 automatically in font-lock-unfontify-region-function.
5420 (ansi-color-apply): Doc change.
5421 (ansi-color-apply-on-region): Use extents or overlays instead of
5422 text-properties.
5423 (ansi-color-make-extent): New function.
5424 (ansi-color-set-extent-face): New function.
5425
5426 2000-01-09 Alex Schroeder <alex@gnu.org>
5427
5428 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5429 both use ansi-color-process-output, now.
5430 (ansi-color-process-output): Doesn't return string anymore. It is
5431 installed in comint-output-filter-functions for both Emacs and
5432 XEmacs, now.
5433 (ansi-color-unfontify-region): Simplified code removing variables
5434 pos and start-ansi.
5435 (ansi-color-apply): Put text-property ansi-color before putting
5436 text-property face because ansi-color-unfontify-region is called
5437 immediately after the call to put-text-property.
5438 (ansi-color-context-region): Doc change.
5439 (ansi-color-filter-region): Simplified code.
5440 (ansi-color-apply-on-region): Changed start to start-marker, using
5441 a marker explicitly. Put text-property ansi-color before putting
5442 text-property face because ansi-color-unfontify-region is called
5443 immediately after the call to put-text-property.
5444
5445 2000-01-09 Alex Schroeder <alex@gnu.org>
5446
5447 * ansi-color.el (ansi-color-faces-vector): Doc change.
5448 (ansi-color-for-comint-mode): Changed :type property to choice.
5449 (ansi-color-last-context): Removed.
5450 (ansi-color-process-output): Don't use ansi-color-last-context, as
5451 the main functions will store their context now.
5452 (ansi-color-context): Doc change.
5453 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5454 Uses ansi-color-context such that repeated calls will strip
5455 partial escape sequences, too.
5456 (ansi-color-apply): Simplified code. Colorize end of string if
5457 face is not null. Store context in new (FACE STRING) format, such
5458 that repeated calls will strip partial escape sequences, too.
5459 Append faces to face property using ansi-color-apply-sequence such
5460 that cumulative mode actually works.
5461 (ansi-color-context-region): New variable.
5462 (ansi-color-filter-region): Rewrote it based on
5463 ansi-color-apply-on-region. Uses ansi-color-context-region such
5464 that repeated calls will strip partial escape sequences, too.
5465 (ansi-color-apply-on-region): Simplified code. Colorize end of
5466 region if face is not null. Store context in new (FACE POS)
5467 format, such that repeated calls will strip partial escape
5468 sequences, too. Append faces to face property using
5469 ansi-color-apply-sequence such that cumulative mode actually works.
5470 (ansi-color-apply-sequence): New function.
5471 (ansi-color-get-face): When the default face is added to the list
5472 of faces, all previous settings are discarded and the list of
5473 faces is set to '(default).
5474
5475 2000-01-09 Alex Schroeder <alex@gnu.org>
5476
5477 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5478 face, such that ansi-color-apply and ansi-color-apply-on-region
5479 will do the right thing.
5480 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5481 returns nil, set the list of faces back to nil instead of
5482 appending the result of ansi-color-get-face to the front of the list.
5483
5484 2000-01-09 Alex Schroeder <alex@gnu.org>
5485
5486 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5487 (ansi-color-process): Doc change.
5488 (ansi-color-last-context): New buffer-local variable.
5489 (ansi-color-process-output): New function. It is automatically
5490 added to comint-output-filter-functions if this is XEmacs.
5491 (ansi-color-unfontify-region): New optional parameter for XEmacs
5492 compatibility. Check wether font-lock-syntactic-keywords is
5493 boundp before removing the syntax table text property, as XEmacs
5494 doesn't have it.
5495 (ansi-color-filter-region): Doc change.
5496 (ansi-color-apply-on-region): Doc change.
5497 (ansi-color-make-face): New function. Compatibility layer for
5498 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5499 (ansi-color-make-color-map): Use ansi-color-make-face.
5500 (ansi-color-get-face): Avoid face text property '(nil) as results
5501 in an errow for XEmacs.
5502
5503 2000-01-09 Alex Schroeder <alex@gnu.org>
5504
5505 * ansi-color.el (ansi-color-unfontify-region): New function.
5506 Uses text-property ansi-color in order to preserve fontification by
5507 ansi-color. When the package is loaded, a lambda expression is
5508 put onto font-lock-mode-hook. This lambda expression will check
5509 font-lock-unfontify-region-function and replace
5510 font-lock-default-unfontify-region with ansi-color-unfontify-region.
5511 (ansi-color-apply): Add text-property ansi-color in addition to
5512 text-property face.
5513 (ansi-color-apply-on-region): Add text-property ansi-color in
5514 addition to text-property face.
5515 (save-buffer-state): Copy of the macro that is also used by
5516 lazy-lock and font-lock.
5517
5518 (ansi-color-for-comint-mode): New option.
5519 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5520 (ansi-color-for-comint-mode-off): Ditto.
5521 (ansi-color-for-comint-mode-filter): Ditto.
5522 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5523 decide what to do. This function is added to
5524 comint-preoutput-filter-functions when the package is loaded.
5525
5526 (ansi-color-for-shell-mode-set): Removed.
5527 (ansi-color-for-shell-mode): Removed.
5528
5529 2000-01-09 Alex Schroeder <alex@gnu.org>
5530
5531 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5532 the lambda expression from the ansi-color-for-shell-mode :set
5533 property. Additionally, modify shell-mode-hook to enable or
5534 disable font-lock-mode for future shell buffers.
5535 (ansi-color-for-shell-mode): The :set property calls
5536 ansi-color-for-shell-mode-set instead of a lambda expression.
5537
5538 2000-01-09 Alex Schroeder <alex@gnu.org>
5539
5540 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5541 (ansi-color-context): New variable.
5542 (ansi-color-apply): Save context between calls.
5543
5544 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5545
5546 * isearch.el (isearch, isearch-lazy-highlight-face):
5547 New definitions for face colors and attributes.
5548
5549 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5550 of display-mouse-p.
5551
5552 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5553
5554 * international/mule.el (make-coding-system): If the coding system
5555 accepts extra latin codes, register such codes as safe for the
5556 coding system.
5557
5558 2001-01-08 Richard M. Stallman <rms@gnu.org>
5559
5560 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5561 don't mention the file name or the date here, because they are
5562 logged at the start of the file.
5563
5564 2001-01-08 Richard M. Stallman <rms@gnu.org>
5565
5566 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5567 Change screen-width to frame-width.
5568
5569 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5570
5571 * info.el (Info-search): Print the default as part of the prompt.
5572
5573 2001-01-08 Andre Spiegel <spiegel@gnu.org>
5574
5575 * vc.el (vc-default-latest-on-branch-p): New function, replaces
5576 constant implementations in backends.
5577
5578 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5579 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5580
5581 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5582 WRITABLE to EDITABLE.
5583
5584 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5585 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5586 to EDITABLE.
5587
5588 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5589
5590 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5591 (copyright, copyright-update): Compute the current year at run time.
5592
5593 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5594
5595 * isearch.el (isearch-old-signal-hook): Removed.
5596 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5597 instead of setting signal-hook-function.
5598 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5599
5600 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
5601
5602 * emulation/edt.el: Update to version 4.0. Provide support for
5603 EDT scroll margins at top and bottom of the window. Provide an
5604 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5605 default). Enhance edt-quit, bound to GOLD-q by default, to warn
5606 user when file-related buffer modifications exist.
5607 Provide support for running EDT Emulation in XEmacs.
5608 Provide customize access to some user updatable variables.
5609 Add Commentary section to file header.
5610 Fixed a few minor bugs and cleaned up some code.
5611
5612 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5613 for detecting a keypress that generates an ASCII key sequence.
5614 (Previously, only a keypress that generates a vector was
5615 recognized.) Embed Window Manager name into name of the generated
5616 EDT Emulation initialization file since the initialization file is
5617 Window Manager specific. Add Commentary section to file header.
5618
5619 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5620
5621 * mail/sendmail.el (mail-mode): Doc fix.
5622
5623 * info.el (Info-goto-emacs-command-node): Doc fix.
5624 (Info-goto-emacs-key-command-node): Doc fix.
5625
5626 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5627
5628 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5629 systems without long file-name support.
5630
5631 2001-01-06 Andrew Innes <andrewi@gnu.org>
5632
5633 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5634
5635 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5636
5637 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5638 (isearch-lazy-highlight-update): Doc fix.
5639
5640 * ffap.el (ffap-bindings): Doc fix.
5641
5642 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5643
5644 2001-01-05 Dave Love <fx@gnu.org>
5645
5646 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5647
5648 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5649
5650 * mouse-drag.el (mouse-drag-safe-scroll):
5651 Bind scroll-preserve-screen-position to nil.
5652
5653 * isearch.el (isearch-old-signal-hook): New variable.
5654 (isearch-mode): Set signal-hook-function to isearch-done.
5655 (isearch-done): Restore old signal-hook-function.
5656
5657 * info.el (Info-fontify-node): Mark one more char as intangible.
5658
5659 2000-01-05 Kenichi Handa <handa@etl.go.jp>
5660
5661 * composite.el (compose-last-chars): New argument COMPONENTS.
5662 If it is non-nil, compose preceding characters by compose-region with
5663 COMPONENTS.
5664
5665 * international/quail.el (quail-input-string-to-events): New function.
5666 (quail-input-method): Convert input string to events here.
5667 (quail-start-translation): Return input string, not event list.
5668 (quail-start-conversion): Likewise.
5669
5670 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5671
5672 * tooltip.el (tooltip-cancel-delayed-tip)
5673 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5674 and tooltip-add-timeout.
5675 (tooltip-show): Set border color from faces's foreground.
5676 (tooltip-show-help-function): If called with the same help string
5677 as last time, do nothing.
5678 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5679
5680 * startup.el (fancy-splash-screens): Don't bind show-help-function
5681 to nil.
5682
5683 * tooltip.el (tooltip-frame-parameters): Remove colors.
5684 (tooltip): New face
5685 (tooltip-set-param): New function.
5686 (tooltip-show): Set up color frame parameters from face `tooltip'.
5687 Display the tooltip text in face `tooltip'.
5688
5689 2001-01-04 Dave Love <fx@gnu.org>
5690
5691 * whitespace.el (whitespace-global-mode): Fix typo.
5692
5693 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5694
5695 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5696
5697 * help.el (help-for-help): Fix a typo in a doc string.
5698 From kwzh@gnu.org (Karl Heuer).
5699
5700 2001-01-03 Dave Love <fx@gnu.org>
5701
5702 * dired-x.el: Doc fixes. Maintainer change.
5703 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5704 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5705 (dired-guess-shell-alist-user): Customize.
5706 (dired-x-help-address): Set to bug-gnu-emacs.
5707 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5708 (dired-default-directory): Renamed from default-directory.
5709
5710 * hl-line.el (hl-line): Doc fix.
5711
5712 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5713
5714 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5715
5716 2001-01-02 Richard M. Stallman <rms@gnu.org>
5717
5718 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5719 to remove all the current alternative-match highlighting.
5720 If nil, remove only what's outside the current window.
5721 (isearch-lazy-highlight-remove-overlays): Take optional
5722 region within which NOT to remove them.
5723 (isearch-lazy-highlight-new-loop): Greatly simplified.
5724 (isearch-lazy-highlight-update): Find all the other occurrences
5725 visible in the window, in just one call.
5726 (isearch-lazy-highlight-start): Now holds start of region to scan.
5727 (isearch-lazy-highlight-end): Now holds end of region to scan.
5728 (isearch-lazy-highlight-wrapped): Variable deleted.
5729 (isearch-lazy-highlight-search): Function deleted.
5730
5731 2000-01-02 Andrew Innes <andrewi@gnu.org>
5732
5733 * w32-fns.el (convert-standard-filename): Do length check on name
5734 before aref.
5735
5736 2001-01-02 Dave Love <fx@gnu.org>
5737
5738 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5739 value.
5740 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5741
5742 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5743
5744 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5745 read syntax.
5746
5747 * calendar/todo-mode.el (todo): Add :link, :version.
5748 (todo-save-top-priorities): Remove autoload cookie.
5749 (todo-add-category, todo-add-item-non-interactively)
5750 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5751
5752 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5753
5754 * comint.el (comint-input-history-ignore): New variable.
5755 (comint-read-input-ring): Ignore entries matching
5756 comint-input-history-ignore.
5757
5758 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
5759
5760 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5761 (lm-copyright-mark): New function.
5762 (lm-crack-copyright): New function.
5763 (lm-verify): Check that the file has a copyright.
5764 Check that the file is copyright Free Software Foundation.
5765
5766 2000-12-30 Kenichi Handa <handa@etl.go.jp>
5767
5768 * international/mule-diag.el (print-fontset): Indent font name by
5769 24 columns, not 25.
5770
5771 2000-12-29 Gerd Moellmann <gerd@gnu.org>
5772
5773 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5774 in Subject line.
5775
5776 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5777 Use mail-mode-hook instead of mail-setup-hook.
5778 Otherwise continuing an interrupted message with C-u C-x m for
5779 instance, winds up in Mail mode without abbrevs.
5780
5781 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5782
5783 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5784 non-nil. Adding almost all customization variables on ps-setup.
5785 Doc fix.
5786 (ps-print-version): New version number (6.3.3).
5787 (ps-end-with-control-d): Initialization fix.
5788 (ps-lines-printed): New var.
5789 (ps-skip-newline): New fun.
5790 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5791 (ps-next-line, ps-continue-line, ps-plot-region)
5792 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5793
5794 2000-12-29 Kenichi Handa <handa@etl.go.jp>
5795
5796 * international/fontset.el (x-complement-fontset-spec):
5797 Resolve ASCII font name so that the same family name is used for fonts
5798 registered in x-font-name-charset-alist.
5799 (create-fontset-from-fontset-spec): Adjusted for the above change.
5800 The name of fontset alias should be a unresolved ASCII font name.
5801
5802 2000-12-28 Gerd Moellmann <gerd@gnu.org>
5803
5804 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5805 and delete in isearch-mode-map.
5806
5807 2000-12-28 Richard M. Stallman <rms@gnu.org>
5808
5809 * dired-x.el (dired-guess-shell-alist-default):
5810 Use xpdf instead of acroread.
5811
5812 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5813
5814 * textmodes/artist.el (artist-butlast): Deleted.
5815 (artist-ellipse-mirror-quadrant): Use butlast instead of
5816 artist-butlast.
5817
5818 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5819
5820 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5821
5822 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5823
5824 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5825
5826 * ls-lisp.el: Better support for the Mac and MS-Windows.
5827 (ls-lisp): New defgroup.
5828 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5829 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5830 (ls-lisp-support-shell-wildcards): New defcustoms.
5831 (ls-lisp-parse-symlink): New function.
5832 (insert-directory): Code to convert switches to a list and set up
5833 the wildcard argument copied from ls-lisp-insert-directory.
5834 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5835 for -C and -R switches.
5836 (ls-lisp-column-format): New function.
5837 (ls-lisp-delete-matching, ls-lisp-handle-switches)
5838 (ls-lisp-format-time): Add doc strings.
5839 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5840 Support ls-lisp-dirs-first.
5841 (ls-lisp-classify, ls-lisp-extension): New functions.
5842 (ls-lisp-format): Optionally support emulation of symlinks.
5843 Support -i, -s, and -G switches.
5844
5845 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5846
5847 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5848
5849 * version.el (emacs-version): Print X scroll bar information.
5850
5851 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5852 instead of x-toolkit-scroll-bars-p.
5853
5854 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5855 of x-toolkit-scroll-bars-p.
5856
5857 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5858
5859 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5860 (ffap-bindings): Doc fix, to reflect the above change.
5861
5862 2000-12-27 Kenichi Handa <handa@etl.go.jp>
5863
5864 * term.el (term-char-mode): Define all non-ascii self-inserting
5865 characters to 'term-send-raw in term-raw-map.
5866
5867 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
5868
5869 * viper-init (viper-restore-cursor-type): Added condition-case guard.
5870
5871 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5872 Changed initialization; use add-hook.
5873 (ediff-file-remote-p): Use file-local-copy.
5874
5875 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5876
5877 * ediff.el (ediff-patch-buffer): Bug fix.
5878 (ediff-revision): Allow selection of the file at the prompt.
5879
5880 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5881
5882 * subr.el (combine-run-hooks): Remove.
5883
5884 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5885 and remove the rogue second spec.
5886
5887 2000-12-23 Gerd Moellmann <gerd@gnu.org>
5888
5889 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5890
5891 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5892
5893 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5894 Use minibuffer menu prompt for the `=' prefix.
5895 (smerge-command-prefix): Change default to C-^.
5896 (smerge-mode): Don't assume font-lock doesn't move point.
5897
5898 * skeleton.el (skeleton-internal-1): Make sure the first line of
5899 the region is also re-indented.
5900 (skeleton-end-newline): New var.
5901 (skeleton-end-hook): Use it.
5902
5903 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5904
5905 * comint.el (comint-password-prompt-regexp): Support CVS.
5906
5907 2000-12-22 Gerd Moellmann <gerd@gnu.org>
5908
5909 * simple.el (delete-key-deletes-forward-mode): Simplify.
5910 Also backspace key combinations, depending on
5911 delete-key-deletes-forward.
5912
5913 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5914
5915 * simple.el (delete-key-deletes-forward): Doc fix.
5916
5917 2000-08-22 Emmanuel Briot <briot@gnat.com>
5918
5919 * xml.el (top level comment): Updated to reflect the fact that
5920 white spaces are relevant in the XML file.
5921 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5922 to parse was already edited. This allows for on-the-fly analysis
5923 of XML files.
5924 (xml-parse-tag): Check that the casing is the same in the start
5925 tag and end tag, since XML is case-sensitive. Allows for spaces
5926 in the end tag, after the name of the tag.
5927 (xml-parse-attlist): Allow for the character '-' in the name of
5928 attributes, as in the standard http-equiv attribute Do not save
5929 the properties in the XML tree, since they are not relevant.
5930
5931 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5932
5933 * generic.el (generic-read-type): Undo last change, inline into
5934 `generic-mode' and then remove.
5935 (generic-mode): Inline generic-read-type.
5936 (define-generic-mode): Push the symbol name rather than the symbol
5937 onto generic-mode-list.
5938
5939 2000-12-21 Gerd Moellmann <gerd@gnu.org>
5940
5941 * generic.el (generic-read-type): Build an alist for
5942 completing-read as in 20.7.
5943
5944 * play/landmark.el (lm): Use interactive spec `P'.
5945 (toplevel): Don't set debug-on-error.
5946
5947 * server.el (server-switch-buffer): Choose a window on a visible frame.
5948
5949 2000-12-21 Dave Pearson <davep@davep.org>
5950
5951 * quickurl.el: Commentry change, I've moved my web site.
5952
5953 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5954
5955 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5956 ranges like \177-\237, but accepts the character sequence from \177 to
5957 \237. Doc fix.
5958 (ebnf-version): New version (3.4).
5959 (ebnf-setup): Code fix.
5960 (ebnf-range-regexp): New fun.
5961 (ebnf-8-bit-chars): Const fix.
5962
5963 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5964 entry. Doc fix.
5965 (ebnf-bnf-lex): Code fix.
5966 (ebnf-bnf-comment-chars): Const fix.
5967
5968 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5969 entry. Doc fix.
5970 (ebnf-iso-comment-chars): Const fix.
5971
5972 * ebnf-otz.el: Doc fix.
5973
5974 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5975 entry. Doc fix.
5976 (ebnf-yac-skip-code): Code fix.
5977 (ebnf-yac-comment-chars): Const fix.
5978
5979 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5980
5981 * files.el (insert-directory-safely): New function.
5982 (recover-file): Use it instead of insert-directory.
5983 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5984
5985 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5986
5987 * international/mule-cmds.el (select-safe-coding-system):
5988 Check coding-category-list more rigidly. Improve help message.
5989
5990 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5991
5992 2000-12-21 Miles Bader <miles@gnu.org>
5993
5994 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5995
5996 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5997
5998 * international/mule-diag.el (describe-char-after): Make *Help*
5999 buffer inherit multibyteness of the current buffer.
6000
6001 * international/mule.el (make-char): Docstring adjusted for the
6002 change of make-char-internal.
6003
6004 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6005
6006 * international/iso-cvt.el: Docstrings fix.
6007
6008 2000-12-20 Dave Love <fx@gnu.org>
6009
6010 * subr.el (eval-after-load): Doc fix.
6011
6012 2000-12-20 Kenichi Handa <handa@etl.go.jp>
6013
6014 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6015 for numbers.
6016
6017 2000-12-20 Miles Bader <miles@gnu.org>
6018
6019 * international/quail.el (quail-help): Resize the help window
6020 again after it has all its contents. Remove unneeded progn.
6021
6022 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6023
6024 * pcmpl-linux.el: Fix copy/paste error.
6025
6026 2000-12-19 Andrew Innes <andrewi@gnu.org>
6027
6028 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
6029
6030 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6031
6032 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6033
6034 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6035
6036 * progmodes/idlw-shell.el: Fixed copyright notice.
6037
6038 * progmodes/idlwave.el: Fixed copyright notice.
6039
6040 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
6041 TAB as key separators.
6042
6043 2000-12-19 Alex Schroeder <alex@gnu.org>
6044
6045 * sql.el (sql-sybase-options): New option.
6046 (sql-sybase): Use it. Add sql-database to the list of parameters
6047 provided for login. The options -w 2048 -n are not used any more.
6048 (sql-postgres-options): Changed default from "--pset" to "-P".
6049 (sql-mysql-options): Doc change.
6050 (sql-stop): Doc change.
6051
6052 2000-12-19 Kenichi Handa <handa@etl.go.jp>
6053
6054 * international/quail.el (quail-input-method): Always hide
6055 the guidance buffer on exiting.
6056
6057 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6058
6059 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6060 isn't fboundp.
6061
6062 * server.el (server-buffer-done): Bury the buffer before
6063 killing it.
6064
6065 * faces.el (face-spec-set): Interpret a nil in specs for
6066 foreground and background colors as `unspecified', for
6067 compatibility with 20.x.
6068
6069 2000-12-18 Dave Love <fx@gnu.org>
6070
6071 * simple.el (mail-user-agent): Doc fix.
6072 (input-mode-8-bit): Removed.
6073
6074 * international/mule.el (set-keyboard-coding-system): Doc fix.
6075 (keyboard-coding-system): New option.
6076
6077 * mail/sendmail.el (send-mail-function): Customize.
6078
6079 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6080
6081 * international/codepage.el (cp866-decode-table): New table.
6082
6083 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6084
6085 * version.el (emacs-version): Remove `%a' from the time format
6086 because the weekday doesn't fit well into each locale.
6087
6088 2000-12-18 Miles Bader <miles@gnu.org>
6089
6090 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6091
6092 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
6093 Check that emacs-major-version is `=' to 20, not `>='.
6094 (artist-replace-chars): Use `make-string' instead of a loop.
6095
6096 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6097
6098 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6099 (cvs-execute-single-file): Don't change directory.
6100 Patch from Per Cederqvist.
6101
6102 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6103
6104 * textmodes/ispell.el (check-ispell-version):
6105 If `ispell-program-name' is "aspell", pass it the -v switch instead
6106 of -vv.
6107
6108 2000-12-16 Kenichi Handa <handa@etl.go.jp>
6109
6110 * international/mule-diag.el (mule-diag): Insert information about
6111 configure options, multibyte awareness, language env.
6112
6113 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6114 regexp to search for candidates.
6115
6116 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6117
6118 * info.el (Info-forward-node): If the node has an
6119 Info-header-line, widen the buffer before searching for "next:"
6120 and "up:" pointers, and set the search limit to stay in the
6121 current node.
6122
6123 2000-12-16 Miles Bader <miles@gnu.org>
6124
6125 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6126
6127 2000-12-15 Miles Bader <miles@gnu.org>
6128
6129 * comint.el (comint-send-string, comint-send-region): Also accept
6130 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6131 process-send-string/region.
6132
6133 2000-12-15 Gerd Moellmann <gerd@gnu.org>
6134
6135 * isearch.el (isearch-lazy-highlight-max): New user-option.
6136 (isearch-lazy-highlight-update): Don't highlight more than
6137 isearch-lazy-highlight-max matches.
6138
6139 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6140
6141 2000-12-15 Richard M. Stallman <rms@gnu.org>
6142
6143 * sort.el (sort-columns): Fix error message.
6144
6145 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6146 `upcase' or `downcase' or nil.
6147 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6148 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6149 (dabbrev--substitute-expansion): New arg record-case-pattern.
6150 If it is non-nil, set dabbrev--last-case-pattern.
6151 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6152
6153 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6154
6155 2000-12-15 Miles Bader <miles@gnu.org>
6156
6157 * paths.el (Info-default-directory-list): Don't delete
6158 configure-info-directory from the list of standard info
6159 directories when appending it to the end -- their order is important.
6160
6161 * faces.el (read-face-attribute): If there's no entry for the
6162 user's input in VALID, just use it as-is (this will often result
6163 in an error, but it may be OK for e.g. colors using hexadecimal
6164 notation, and at least will yield a better error message).
6165
6166 * window.el (mode-line-window-height-fudge): Function removed.
6167 (height-affecting-face-attributes, mode-line-window-height-fudge):
6168 Variables removed.
6169 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6170 window is really the right size. Use vertical-motion
6171 rather than forward-line.
6172 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6173 (ispell-command-loop, ispell-show-choices): Use the variable
6174 ispell-choices-win-default-height, rather than the function.
6175 (ispell-choices-win-default-height): Function removed.
6176 (ispell-mode-line-window-height-fudge): Function removed.
6177
6178 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6179
6180 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6181
6182 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6183
6184 * paths.el (Info-default-directory-list):
6185 If configure-info-directory is not one of the standard directories,
6186 put it first in the list; otherwise put it last. Doc string
6187 changed accordingly.
6188
6189 * info.el (Info-directory-list): Change doc string to reflect the
6190 change in Info-default-directory-list.
6191
6192 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6193 windows-nt as windowed environments, even under -nw.
6194
6195 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6196 if not fboundp. Switch delete-forward mode for the <delete> key
6197 on all PC platforms, even under -nw.
6198
6199 * term/internal.el ([M-delete]): Remap to M-d.
6200
6201 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6202
6203 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6204
6205 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6206
6207 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6208
6209 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6210
6211 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6212 if appropriate.
6213
6214 * simple.el (delete-key-deletes-forward): New user-option.
6215 (delete-key-deletes-forward-mode): New function.
6216
6217 * bindings.el: Bind `delete' to backward-delete-char.
6218
6219 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6220 Test if symbol is bound before getting its value.
6221
6222 * tooltip.el (tooltip-show): If an error is signaled in
6223 x-show-tip, display that error, and display the help in the
6224 echo area.
6225
6226 2000-12-14 Kenichi Handa <handa@etl.go.jp>
6227
6228 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6229 Show "... entries" messages for every 10000 entries, not 10.
6230
6231 2000-12-13 Karl Fogel <kfogel@red-bean.com>
6232
6233 * bookmark.el: Provide a generic exit hook, as suggested by
6234 Ovidiu Predescu <ovidiu@cup.hp.com>:
6235 (bookmark-exit-hook): New var.
6236 (bookmark-exit-hook-internal): New func, replaces
6237 old raw lambda form in `kill-emacs-hook', and runs new
6238 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6239 as logically that feature must have been provided if this function
6240 is running.
6241 Removed ;;;###autoload before the `add-hook' call.
6242
6243 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6244
6245 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6246 (easy-menu-current-active-maps): New function.
6247 (easy-menu-get-map): Use it.
6248 Make a proper menu entry when creating a new keymap.
6249
6250 2000-12-13 Kenichi Handa <handa@etl.go.jp>
6251
6252 * international/characters.el: Fix cases and syntaxes for
6253 mule-unicode-0100-24ff.
6254
6255 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6256 that a Japanese character is not appended after day and year.
6257
6258 * info.el (Info-suffix-list): Change format for a command that
6259 requires arguments.
6260 (info-insert-file-contents): Adjusted for the above change.
6261
6262 2000-12-12 Andreas Schwab <schwab@suse.de>
6263
6264 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6265 on the name of the tar buffer. Verify that the existing buffer is
6266 visiting the same subfile.
6267
6268 2000-12-12 Dave Love <fx@gnu.org>
6269
6270 * subdirs.el: Add obsolete.
6271
6272 2000-12-12 Gerd Moellmann <gerd@gnu.org>
6273
6274 * mail/rmailsum.el (rmail-summary-expunge)
6275 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6276 instead of rmail-confirm-expunge.
6277
6278 * replace.el (perform-replace): Don't use an empty match adjacent
6279 to a non-empty match when computing the next match before the
6280 replacement is performed.
6281
6282 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
6283
6284 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6285 definition (patch by Stefan Monnier).
6286 (glasses-mode): Use jit-lock instead of `after-change-functions'
6287 (patch by Stefan Monnier).
6288
6289 2000-12-12 Miles Bader <miles@gnu.org>
6290
6291 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6292 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6293
6294 2000-12-12 Andrew Choi <akochoi@i-cable.com>
6295
6296 * term/mac-win.el: Remove load for ls-lisp.
6297
6298 * loadup.el: Load ls-lisp for system-type `macos'.
6299
6300 2000-12-12 Miles Bader <miles@gnu.org>
6301
6302 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6303 Respect field end too.
6304 (just-one-space): Respect fields as `delete-horizontal-space'.
6305 (newline-and-indent, reindent-then-newline-and-indent):
6306 Use `delete-horizontal-space'.
6307
6308 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6309
6310 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6311 (so as to obey the field property in the minibuffer).
6312
6313 * obsolete/c-mode.el: Moved from lisp/progmodes.
6314 * obsolete/auto-show.el: Moved from lisp.
6315 * obsolete/ooutline.el: Moved from lisp/textmodes.
6316
6317 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6318
6319 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
6320 changes to list them here.
6321
6322 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6323 Too many changes to list them here.
6324
6325 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6326 Too many changes to list them here.
6327
6328 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6329
6330 2000-12-11 Gerd Moellmann <gerd@gnu.org>
6331
6332 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6333
6334 * cus-edit.el (custom-save-variables, custom-save-faces):
6335 Comment fix.
6336
6337 * hscroll.el: Moved to `obsolete' subdir.
6338
6339 2000-12-11 Miles Bader <miles@gnu.org>
6340
6341 * window.el (window-text-height): Function removed (now in C).
6342
6343 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6344
6345 * log-edit.el (log-edit-parent-buffer): New var.
6346 (log-edit): Set it. Add BUFFER argument.
6347 (log-edit-done): Use char-before.
6348 Don't bother checking validity of vc-comment-ring.
6349 Only bury the buffer if log-edit popped it up.
6350
6351 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6352 (cvs-mode-diff-help): Remove.
6353 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6354 (cvs-mode-marked): Set up the default for CMD manually.
6355
6356 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6357 Remove binding for ? now made unnecessary.
6358
6359 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6360
6361 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6362 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6363
6364 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6365 when master file is not open.
6366
6367 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6368
6369 * progmodes/ada-stmt.el: Update `maintainer'.
6370
6371 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
6372
6373 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6374 choices to match documentation string.
6375
6376 2000-12-09 Miles Bader <miles@gnu.org>
6377
6378 * minibuf-eldef.el: New file.
6379
6380 * window.el (fit-window-to-buffer): Don't pass last argument to
6381 pos-visible-in-window-p, now that its meaning is inverted.
6382
6383 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6384
6385 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6386 <ceder@lysator.liu.se>.
6387
6388 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6389
6390 * autoinsert.el (auto-insert-alist): Add missing final \n.
6391
6392 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6393 (cvs-menu-map): Remove.
6394 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6395 (cvs-mode-quit): Turn it back into a plain function.
6396
6397 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6398 (texinfo-filter): Remove (move to texinfo.el).
6399
6400 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6401 file where it's more visible.
6402 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6403 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6404 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6405 (texinfo-inside-macro-p): Only catch `scan-error's.
6406 (texinfo-inside-env-p): Make better use of the match info.
6407 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6408 (texinfo-insert-@end): Slight re-organization.
6409 Also remove useless `looking-at' call.
6410
6411 2000-12-08 Andrew Innes <andrewi@gnu.org>
6412
6413 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6414 accessible in -nw mode.
6415
6416 * term/w32-win.el: Remove stuff about selection timeout, which is
6417 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6418 it is accessible in -nw mode.
6419
6420 2000-12-08 Dave Love <fx@gnu.org>
6421
6422 * emacs-lisp/lisp-mode.el (lisp-mode):
6423 Set font-lock-keywords-case-fold-search.
6424
6425 2000-12-08 Gerd Moellmann <gerd@gnu.org>
6426
6427 * textmodes/ispell.el (ispell): Doc fix.
6428
6429 2000-12-08 Kenichi Handa <handa@etl.go.jp>
6430
6431 * international/quail.el (quail-insert-decode-map): Check the
6432 frame width of a window displaying the current buffer, not that of
6433 the selected frame.
6434 (quail-help): Make sure that the help buffer has window before
6435 inserting text in it.
6436
6437 2000-12-07 Sam Steingold <sds@gnu.org>
6438
6439 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6440 Backquote is used in isearch.el, so autoloading saves nothing.
6441
6442 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6443
6444 * startup.el (normal-top-level-add-subdirs-to-load-path):
6445 Ignore the CVS and RCS subdirectories case-insensitively.
6446
6447 * dired.el (dired-insert-directory): If file-system-info is
6448 fboundp, call it instead of invoking dired-free-space-program.
6449
6450 2000-12-07 Gerd Moellmann <gerd@gnu.org>
6451
6452 * server.el (server-visit-files): Push files on file-name-history.
6453
6454 * progmodes/cc-langs.el: Update copyright.
6455
6456 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6457
6458 * bindings.el (mode-line-mode-menu): Add glasses-mode.
6459
6460 * bindings.el (mode-line-mode-menu): Reverse the order
6461 of define-keys so that the menu appears in alphabetical order.
6462
6463 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
6464
6465 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6466 of the function.
6467
6468 2000-12-07 Dave Love <fx@gnu.org>
6469
6470 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6471
6472 * facemenu.el (facemenu-unlisted-faces): Fix value.
6473
6474 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6475
6476 * font-lock.el (font-lock-default-fontify-region):
6477 Include the terminating \n (off-by-one error).
6478 (font-lock-set-defaults): Use dolist.
6479
6480 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6481
6482 2000-12-07 Kenichi Handa <handa@etl.go.jp>
6483
6484 * international/mule-cmds.el (describe-language-environment):
6485 Fix for the case that an input method title is not string but a list.
6486
6487 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6488 of wrong SIZE record.
6489
6490 2000-12-06 Dave Love <fx@gnu.org>
6491
6492 * newcomment.el (comment-region, comment-dwim): Doc fix.
6493
6494 * textmodes/texinfo.el: Require tex-mode when compiling.
6495 (texinfo-update-node): Doc fix.
6496 (texinfo-imenu-generic-expression): Add @anchor.
6497 (texinfo-font-lock-keywords): Add @uref.
6498 (texinfo-inside-macro-p): Don't use ignore-errors.
6499 (texinfo-insert-quote): Match more contexts.
6500
6501 * international/mule.el (decode-char, encode-char): Doc fix.
6502 (auto-coding-alist): Customize.
6503
6504 * files.el (load-file): Fix change of 2000-03-12.
6505
6506 * wid-edit.el (widget-text-keymap): Doc fix.
6507
6508 2000-12-06 Andrew Innes <andrewi@gnu.org>
6509
6510 * makefile.w32-in (lisp): Set to an absolute directory, namely
6511 $(CURDIR).
6512
6513 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6514
6515 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6516 read generated-autoload-file, and set buffer-file-coding-system to
6517 raw-text-unix after reading the file.
6518
6519 * international/mule-conf.el (file-coding-system-alist):
6520 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6521
6522 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6523
6524 * replace.el (occur): Make line-number-width 1 smaller for the
6525 colon following the line number.
6526
6527 * startup.el (fancy-splash-text, command-line-1):
6528 Use `File' for the menu name instead of `Files'.
6529
6530 * tmm.el: Update copyright.
6531
6532 * cus-start.el: Add entry for even-window-heights.
6533
6534 2000-12-06 Miles Bader <miles@gnu.org>
6535
6536 * faces.el (frame-set-background-mode): Avoid stomping on
6537 locally modified faces.
6538
6539 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6540
6541 * international/fontset.el: Correct the font registries for
6542 japanese-jisx0213-1 and japanese-jisx0213-2.
6543
6544 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6545
6546 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6547
6548 * iswitchb.el: Update customization commentary.
6549
6550 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
6551
6552 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6553 (tpu-search-highlight): Fixed comparison of overlay end positions.
6554 (tpu-trim-line-ends): Implemented trimming logic locally.
6555
6556 * emulation/tpu-extras.el (tpu-write-file-hook)
6557 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6558
6559 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6560
6561 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6562 to cn-gb.
6563 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6564
6565 2000-12-04 Dave Love <fx@gnu.org>
6566
6567 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6568
6569 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6570
6571 * mail/rmailsum.el (rmail-summary-expunge)
6572 (rmail-summary-expunge-and-save): Ask for confirmation with
6573 rmail-expunge-confirmed.
6574
6575 * mail/rmail.el (rmail-expunge-confirmed): New function.
6576 (rmail-expunge): Use it.
6577
6578 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6579
6580 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6581 (etags-recognize-tags-table, find-tag-in-order):
6582 New functionality: interpret file names as tags.
6583
6584 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6585
6586 * info.el (Info-scroll-prefer-subnodes): New defcustom.
6587 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6588 the first subnode until the bottom of the current node is visible.
6589
6590 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6591
6592 * format.el (format-decode): Don't change buffer's undo list.
6593
6594 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6595
6596 * faces.el (face-font-registry-alternatives): Add entries for CJK
6597 fonts. Doc-string adjusted for the actual usage of this data.
6598
6599 * international/fontset.el: Change the font registries for CJK
6600 fonts in the default fontset. Don't append '*' to registries.
6601
6602 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6603
6604 * emacs-lisp/easy-mmode.el (define-derived-mode)
6605 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6606
6607 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6608 (derived-mode-p): New function.
6609 (derived-mode-make-docstring): Add `docstring' argument.
6610 Use it if available and complete it if necessary.
6611
6612 2000-12-03 Andreas Schwab <schwab@suse.de>
6613
6614 * type-break.el (type-break): Don't make parent of itself.
6615
6616 2000-12-03 Miles Bader <miles@gnu.org>
6617
6618 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6619
6620 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6621
6622 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6623 (tex-main-file, tex-file): Simplify.
6624 (tex-generate-zap-file-name): Use subst-char-in-string.
6625 (tex-strip-dots): Remove.
6626
6627 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6628
6629 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6630 to check if the match succeeded.
6631
6632 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6633
6634 * startup.el (use-fancy-splash-screens-p): New function.
6635 (command-line-1): Use it to determine whether or not to use
6636 a fancy splash screen.
6637
6638 2000-12-02 Andreas Schwab <schwab@suse.de>
6639
6640 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6641
6642 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6643
6644 * international/mule.el (make-char): Fix last change.
6645
6646 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6647 New defcustoms.
6648 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6649 autoloading tex-mode; instead, do the same manually.
6650 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
6651 with numeric argument. Docstring fix.
6652 (toplevel): Require cl when compiling.
6653
6654 * international/mule.el (make-char): Doc fix.
6655
6656 2000-12-02 Jason Rumney <jasonr@gnu.org>
6657
6658 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6659 the Emacs Lisp manual)
6660
6661 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6662
6663 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6664
6665 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6666 the Emacs Lisp manual).
6667
6668 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6669
6670 * simple.el (next-line-add-newlines): Change default to nil.
6671
6672 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6673
6674 * files.el (revert-buffer, recover-file):
6675 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6676
6677 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6678
6679 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6680
6681 2000-12-01 Miles Bader <miles@gnu.org>
6682
6683 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6684
6685 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6686
6687 * international/mule-diag.el (describe-char-after): Fix typo.
6688 (describe-character-set, non-iso-charset-alist): Fix typo.
6689
6690 2000-12-01 Miles Bader <miles@gnu.org>
6691
6692 * image-file.el (image-file-name-regexp): Automatically add
6693 upper-case variants of each filename extension in
6694 `image-file-name-extensions', since they seem to be common.
6695
6696 * simple.el (minibuffer-contents)
6697 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6698 New functions.
6699 * filecache.el (file-cache-directory-name)
6700 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6701
6702 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6703
6704 * filecache.el (file-cache-minibuffer-complete): Don't try to
6705 delete the minibuffer prompt.
6706
6707 2000-11-30 Dave Love <fx@gnu.org>
6708
6709 * cus-start.el: Fix read-buffer-function type.
6710
6711 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6712
6713 * md5.el: Removed. There's a built-in function, now.
6714
6715 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6716
6717 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6718 as dummy 0-th char of rmail-deleted-vector.
6719
6720 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6721
6722 * ps-print.el (ps-end-job): Bind case-fold-search only after
6723 switching to ps-spool-buffer.
6724
6725 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6726
6727 * ps-print.el: Line number font customization. PostScript: Lines and
6728 PageCount are initialized on each page. Doc Fix.
6729 (ps-print-version): New version number (6.3.2).
6730 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6731 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6732 (ps-right-header): Customization fix.
6733 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6734 Fix code.
6735 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6736 New vars.
6737
6738 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6739
6740 * bs.el: Fix typos and spelling errors.
6741 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6742 (bs-configuration): Doc fix.
6743
6744 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6745
6746 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
6747
6748 * emulation/tpu-edt.el (tpu-version): New version.
6749 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6750 (tpu-original-mode-line): Variable deleted.
6751 (tpu-mark-flag): New initial value.
6752 (tpu-set-mode-line): Don't redefine mode-line-format.
6753 Add tpu-mark-flag to minor-mode-alist.
6754 (tpu-update-mode-line): New mark flag logic.
6755 (tpu-get): Use find-file-wildcards.
6756 (tpu-search-highlight): Move overlay less, reset overlay properly.
6757 (tpu-unselect): Deactivate mark.
6758 (tpu-lm-replace): Reset overlay properly.
6759 (tpu-forward-line): Use forward-visible-line.
6760 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6761
6762 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6763
6764 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6765
6766 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6767
6768 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6769
6770 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6771 and skip whitespace and newlines.
6772
6773 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6774
6775 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6776
6777 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6778
6779 * help.el (describe-function-1): Regexp-quote function name
6780 when used as part of a regexp.
6781
6782 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6783 Use face-attribute instead of face-foreground and face-background.
6784 (tool-bar-add-item): Likewise, and handle unspecified colors.
6785
6786 * enriched.el (enriched-face-ans): Use face-attribute instead
6787 of face-foreground and face-background.
6788
6789 * faces.el (face-foreground, face-background, face-stipple):
6790 Return nil if attribute is unspecified, for backward compatibility.
6791
6792 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6793
6794 * play/5x5.el: Remove version info.
6795
6796 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6797
6798 * frame.el (blink-cursor-mode): Doc fix.
6799
6800 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6801
6802 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6803 to create Makefile rules.
6804 (antlr-tool-command): New user option.
6805 (antlr-ask-about-save): New user option.
6806 (antlr-makefile-specification): New user option.
6807 (antlr-file-formats-alist): New variable.
6808 (antlr-special-file-formats): New variable.
6809 (antlr-unknown-file-formats): New user option.
6810 (antlr-help-unknown-file-text): New variable.
6811 (antlr-help-rules-intro): New variable.
6812 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6813 (antlr-mode-menu): Add entries.
6814 (antlr-file-dependencies): New function.
6815 (antlr-directory-dependencies): New function.
6816 (antlr-superclasses-glibs): New function.
6817 (antlr-run-tool): New command.
6818 (antlr-makefile-insert-variable): New function.
6819 (antlr-insert-makefile-rules): New function.
6820 (antlr-show-makefile-rules): New command.
6821
6822 * antlr-mode.el: More Emacs/XEmacs stuff.
6823 (antlr-no-action-keywords): New constant with value nil.
6824 (antlr-font-lock-keywords-alist): Use it. Old value would break
6825 syntax highlighting in Emacs-21.0.
6826 (antlr-default-directory): Emacs/XEmacs dependend function.
6827 (antlr-read-shell-command): Ditto.
6828 (antlr-with-displaying-help-buffer): Ditto.
6829
6830 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6831
6832 * antlr-mode.el: imenu, parsing and highlighting changes.
6833 (antlr-imenu-create-index-function): Don't create extra submenus
6834 for definitions in different grammar classes. It is not necessary
6835 for the menu and would make command `imenu' awkward to use.
6836 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6837 header actions and more than one.
6838 (antlr-font-lock-tokendef-face): Changed color.
6839 (antlr-font-lock-tokenref-face): Changed color.
6840 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6841 (antlr-mode-syntax-table): New variable.
6842 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6843 (antlr-with-syntax-table): Don't copy syntax table.
6844
6845 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6846
6847 * antlr-mode.el: Minor changes: language setting.
6848 (antlr-language-alist): The value for file option "language" can
6849 be both an identifier and a string.
6850 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6851 (antlr-language-limit-n-regexp): Change accordingly.
6852
6853 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6854
6855 * antlr-mode.el: Minor changes: tabs, hiding.
6856 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6857 (antlr-action-visibility): Also allow value nil to also hide the
6858 braces. Renamed from `antlr-tiny-action-length'.
6859 Suggested by Jay@aol.com.
6860 (antlr-hide-actions): Change accordingly. Hide line if completely
6861 hidden action is on a line of its own.
6862
6863 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6864
6865 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6866
6867 * sort.el (sort-columns): Don't concat strings with numbers.
6868
6869 2000-11-29 Dave Love <fx@gnu.org>
6870
6871 * cus-edit.el (face): Fix :format.
6872
6873 * mail/feedmail.el: Require smtpmail when compiling.
6874 (mail-do-fcc): Autoload.
6875 (feedmail) <defgroup>: Fix :link.
6876 (feedmail-nuke-body-in-fcc): Fix :type.
6877 (feedmail-send-it): Add autoload cookie.
6878
6879 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6880
6881 * newcomment.el (comment-indent): Save excursion around call to
6882 comment-indent-function.
6883
6884 2000-11-29 Miles Bader <miles@gnu.org>
6885
6886 * subr.el (member-ignore-case): Return the tail of the list who's
6887 car matches, like `member', not the matching element itself.
6888
6889 2000-11-29 Kenichi Handa <handa@etl.go.jp>
6890
6891 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6892 should not contain `\n'.
6893
6894 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6895
6896 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6897
6898 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6899
6900 * dired-aux.el (dired-do-create-files): Construct default file
6901 name for dired-mark-read-file-name so that when the user enters
6902 just RET, the target file will end up in the target directory.
6903
6904 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6905 local-abbrev-table before changing buffers because it might
6906 have a buffer-local binding.
6907
6908 2000-11-28 Miles Bader <miles@gnu.org>
6909
6910 * simple.el (delete-horizontal-space): Handle fields more generally.
6911
6912 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6913
6914 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6915
6916 2000-11-28 Dave Love <fx@gnu.org>
6917
6918 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6919 comment-start-skip locally.
6920
6921 * progmodes/fortran.el (fortran-mode): Don't set
6922 fortran-comment-line-start-skip. Set comment-start to
6923 fortran-comment-line-start.
6924 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6925 (fortran-comment-line-start-skip): Simplify slightly.
6926
6927 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6928
6929 * play/5x5.el: Remove RCS keyword.
6930
6931 * bs.el: Mistaken commit, undone 2000-11-30.
6932
6933 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
6934
6935 * textmodes/tildify.el (tildify-string-alist):
6936 Add `plain-tex-mode' here.
6937
6938 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6939
6940 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6941 reference.
6942
6943 2000-11-28 Miles Bader <miles@gnu.org>
6944
6945 * cus-face.el (custom-face-attributes): Add post-filter function
6946 for :box. Make pre-filter function for :box handle all cases.
6947
6948 * wid-edit.el (widget-choose): Make sure pop-up window is large
6949 enough to display all the choices, as there's no way to scroll it.
6950
6951 2000-11-28 Kenichi Handa <handa@etl.go.jp>
6952
6953 * international/mule-conf.el: Make the coding system no-conversion
6954 safe for all characters.
6955
6956 2000-11-27 Dave Love <fx@gnu.org>
6957
6958 * net/ldap.el (ldap) <defgroup>: Add :version.
6959
6960 * tooltip.el (tooltip-use-echo-area): Doc fix.
6961
6962 * cus-start.el <minibuffer-prompt-properties>: Add version.
6963 <read-buffer-function>: Add.
6964
6965 * apropos.el (apropos-print): Add help-echo to active text.
6966
6967 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6968
6969 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6970
6971 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6972 type, group and version.
6973
6974 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6975
6976 * select.el (x-get-selection): Docstring fix.
6977
6978 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
6979
6980 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6981
6982 2000-11-27 Andrew Innes <andrewi@gnu.org>
6983
6984 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6985
6986 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6987
6988 2000-11-27 Miles Bader <miles@gnu.org>
6989
6990 * dired.el (dired-get-filename): Return filename verbatim if
6991 LOCALP is `verbatim'.
6992 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6993 `verbatim' so that we don't inadvertently delete a non-existant
6994 directory name.
6995
6996 2000-11-27 Kenichi Handa <handa@etl.go.jp>
6997
6998 * international/characters.el: Specify cases and syntaxes for
6999 mule-unicode-0100-24ff.
7000
7001 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7002
7003 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7004 that foreground and/or background colors of the face `tool-bar'
7005 are unspecified.
7006
7007 2000-11-27 Miles Bader <miles@gnu.org>
7008
7009 * wid-edit.el (widget-field-buffer, widget-field-start)
7010 (widget-field-end): Handle widget field `pseudo-overlays'.
7011 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7012 if it's there instead of in `widget-field-list'.
7013
7014 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
7015 (help-make-xrefs): Delete extraneous newlines at the end of the
7016 docstring.
7017
7018 2000-11-25 Jason Rumney <jasonr@gnu.org>
7019
7020 * startup.el (command-line): Call set-locale-environment after
7021 Window System init file is read, as it can result in a call to
7022 redraw-frame.
7023
7024 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7025
7026 * simple.el (shell-command): Mention the effect of the prefix
7027 argument in the doc string.
7028
7029 2000-11-25 Miles Bader <miles@gnu.org>
7030
7031 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7032
7033 * wid-edit.el (widget-field-value-delete): Don't try to delete
7034 overlay when it's the `pseudo-overlay' that exists at some points.
7035
7036 2000-11-24 Jason Rumney <jasonr@gnu.org>
7037
7038 * international/mule-cmds.el (locale-language-names): Add "jp" as
7039 a non-standard alternative for Japanese.
7040
7041 2000-11-24 Andre Spiegel <spiegel@gnu.org>
7042
7043 * vc-hooks.el: Require 'cl during compilation.
7044
7045 2000-11-24 Gerd Moellmann <gerd@gnu.org>
7046
7047 * faces.el (face-set-after-frame-default): Let face attributes
7048 specified for new frames override frame parameters.
7049
7050 * startup.el (command-line): Fix computation of the source file
7051 for user-init-file when user-init-file is a compiled file.
7052
7053 2000-11-24 Miles Bader <miles@gnu.org>
7054
7055 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
7056 (custom-post-filter-face-spec): New functions.
7057 (custom-face-set, custom-face-value-create): Filter the face spec
7058 before and after customization.
7059 (custom-face-set): If VALUE specifies a null face, pass a
7060 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7061 * cus-face.el (custom-face-attributes): Remove SET and GET
7062 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7063 cases they're needed.
7064
7065 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7066 that it's distinguishable from the :off-glyph on dark-background
7067 displays. Set its background color too.
7068
7069 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7070 so that people can easily turn it off.
7071
7072 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
7073
7074 * ediff-diff.el: Moved variables around to have it compile under NT.
7075
7076 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7077
7078 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7079
7080 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7081 redundant skip-small-frames test.
7082
7083 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7084 (viper-downgrade-to-insert): Protect against errors in hooks.
7085
7086 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7087 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
7088 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7089 New functions.
7090
7091 * viper-util.el (viper-memq-char): Bug fixes.
7092
7093 * viper.el (viper-mode): Fix cursor handling.
7094
7095 2000-11-24 Kenichi Handa <handa@etl.go.jp>
7096
7097 * international/mule-diag.el (list-iso-charset-chars):
7098 For two-byte charset, fix the `while' condition.
7099 (list-non-iso-charset-chars): Fix the `while' condition.
7100
7101 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7102
7103 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7104 if the variable is make-variable-buffer-local.
7105
7106 * progmodes/ada-stmt.el (ada-template-map):
7107 Initialize and bind it to C-c t in ada-mode-map.
7108 (ada-stmt-mode-hook): New function extracted from old code.
7109 Only change the buffer-local side of skeleton-*.
7110 (ada-mode-hook): Use it.
7111
7112 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7113
7114 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7115 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7116 we expect to be returned by minibuffer-depth once we prompt the
7117 user in the minibuffer.
7118 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7119 as recorded in iswitchb-minibuf-depth, return non-nil.
7120
7121 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7122
7123 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7124 (hscroll-window-maybe): Docstring fix.
7125
7126 2000-11-23 Dave Love <fx@gnu.org>
7127
7128 * rect.el (string-rectangle): Don't test delete-selection-mode.
7129
7130 2000-11-23 Gerd Moellmann <gerd@gnu.org>
7131
7132 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7133 is in the tool bar.
7134
7135 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
7136 with `no-dir'; we want the directory part to be able to remove it.
7137
7138 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7139
7140 * textmodes/outline.el (outline-flag-region):
7141 Don't bind inhibit-read-only since we don't modify the buffer.
7142 (outline-isearch-open-invisible): Don't jump to overlay-start
7143 since we're trying to unhide text around point.
7144 (outline-discard-overlays): Use dolist.
7145
7146 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7147
7148 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7149
7150 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
7151
7152 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7153
7154 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7155 Fix ARG regexp to skip quoted braces.
7156 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7157 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7158 are (correctly) handled separately).
7159 Remove `caption' and `footnote' from `citations': they contain text.
7160 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7161 (latex-skeleton-end-hook): New function.
7162 (latex-mode): Use it.
7163 (tex-start-tex-marker): Remove.
7164 (tex-send-tex-command): Don't set tex-start-tex-marker.
7165 (tex-error-parse-syntax-table): New var.
7166 (tex-compilation-parse-errors): Use it.
7167 Ignore tex-start-tex-marker. Don't bother with marker-position.
7168 (tex-validate-buffer): Don't bother with marker-position.
7169
7170 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
7171 (flyspell-generic-progmode-verify): Use it.
7172
7173 2000-11-22 Sam Steingold <sds@gnu.org>
7174
7175 * simple.el (delete-trailing-whitespace): New interactive function.
7176
7177 * progmodes/ada-mode.el (ada-mode): Use it instead of
7178 `ada-remove-trailing-spaces'.
7179 (ada-remove-trailing-spaces): Removed.
7180
7181 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
7182
7183 * textmodes/picture.el (picture-clean): Removed.
7184 (picture-mode-exit): Call it instead of `picture-clean'.
7185
7186 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7187
7188 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7189
7190 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7191 jit-lock-fontify-buffer; it should anyway be unneccessary to
7192 do anything special when jit-lock is active.
7193 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7194
7195 2000-11-22 Dave Love <fx@gnu.org>
7196
7197 * calendar/todo-mode.el (todo-top-priorities): Use
7198 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7199
7200 * language/chinese.el, language/cyrillic.el:
7201 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7202 * language/hebrew.el, language/indian.el, language/japanese.el:
7203 * language/korean.el, language/lao.el, language/misc-lang.el:
7204 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7205 Use provide.
7206
7207 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7208 (custom-variable-set): Improve validation error mesage.
7209
7210 * rect.el (string-rectangle): Revert last change.
7211 (string-rectangle-line): New arg DELETE.
7212 (string-rectangle): Check delete-selection-mode.
7213
7214 * emacs-lisp/edebug.el (edebug-version)
7215 (edebug-maintainer-address): Deleted.
7216 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7217 (edebug-read-function): Account for other `'#' read forms.
7218 (edebug-mode-menus): Make some items toggles.
7219 (edebug-outside-unread-command-event, unread-command-event):
7220 Remove these to avoid warnings.
7221
7222 2000-11-22 David Ponce <david@dponce.com>
7223
7224 * recentf.el (recentf-menu-items-for-commands)
7225 (recentf-make-menu-items, recentf-make-menu-item)
7226 (recentf-filter-changer): Added :help and :active menu-item properties.
7227
7228 (recentf-build-dir-rules, recentf-dump-variable)
7229 (recentf-edit-list, recentf-open-files-item)
7230 (recentf-open-files): Replaced unnecessary `mapcar' with new
7231 built-in `mapc'.
7232
7233 2000-11-23 Miles Bader <miles@gnu.org>
7234
7235 * faces.el (menu): Make inverse-video on ttys too.
7236
7237 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7238
7239 * simple.el (comment-line-break-function): Use the new name
7240 indent-new-comment-line -> comment-indent-new-line.
7241 (clone-indirect-buffer): Don't ignore NORECORD.
7242 (next-completion): Properly handle the case where items are adjacent.
7243
7244 * mouse.el (popup-menu): Stupid typo.
7245
7246 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7247
7248 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7249 maintainer, keywords tags.
7250
7251 * rect.el (replace-rectangle): Don't call string-rectangle-line
7252 with too many arguments.
7253
7254 2000-11-22 Andre Spiegel <spiegel@gnu.org>
7255
7256 * ediff-util.el (ediff-file-checked-out-p)
7257 (ediff-file-checked-in-p): Call vc-state instead of
7258 vc-locking-user, which no longer exists.
7259
7260 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7261
7262 2000-11-22 Dave Love <fx@gnu.org>
7263
7264 * md5.el (md5): Provide.
7265 (md5): Fix error call.
7266
7267 2000-11-22 Miles Bader <miles@gnu.org>
7268
7269 * textmodes/refill.el (refill-adjust-ignorable-overlay)
7270 (refill-fill-paragraph-at): Remove debugging code.
7271
7272 * calendar/calendar.el (generate-calendar-window): When we don't
7273 call `fit-window-to-buffer', make sure the top line is fully visible.
7274
7275 * image-file.el (insert-image-file): Don't make `read-only'
7276 property rear-nonsticky.
7277
7278 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7279 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7280 stashing away its original value.
7281 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7282 in the recursive edit.
7283 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7284 (isearch-done): Restore `minibuffer-message-timeout'.
7285
7286 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7287
7288 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7289
7290 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7291
7292 * find-lisp.el (find-lisp-find-files-internal):
7293 Use dolist, when and file-name-as-directory.
7294
7295 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7296 (define-derived-mode, define-minor-mode): Add specs.
7297
7298 * window.el: General comment and spacing fixes.
7299 (save-selected-window): Use backquotes.
7300 (window-safely-shrinkable-p): New function.
7301 (shrink-window-if-larger-than-buffer): Use it.
7302
7303 * subr.el (make-local-hook): Docstring fix.
7304
7305 * shell.el (shell-mode): Use define-derived-mode.
7306
7307 * newcomment.el (comment-indent): Insert comment before calling
7308 comment-indent-function. Don't insert in column 0.
7309 (comment-dwim): Indent before inserting comment.
7310
7311 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7312 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7313 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7314 Use mapc rather than map.
7315
7316 * files.el (find-buffer-visiting): Compare all attributes before
7317 declaring two files identical (rather than just their inode-no).
7318 (auto-mode-alist): Use \' rather than $.
7319
7320 * which-func.el: Update maintainer line.
7321
7322 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7323 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7324 (uniquify-buffer-file-name): Use it.
7325
7326 2000-11-22 Miles Bader <miles@gnu.org>
7327
7328 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7329 * simple.el (minibuffer-avoid-prompt): New function.
7330
7331 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7332
7333 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7334
7335 2000-11-21 Miles Bader <miles@gnu.org>
7336
7337 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7338 inclusion of `track-mouse'.
7339
7340 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7341 (refill-adjust-ignorable-overlay): New function.
7342 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7343 only the paragraph's tail if possible.
7344 Update `refill-ignorable-overlay'.
7345 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7346
7347 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7348 point inside the fill-prefix.
7349
7350 * textmodes/refill.el (refill-post-command-function): Don't reset
7351 refill-doit in the case where a self-insertion command doesn't
7352 case a refill. Use `refill-fill-paragraph-at', getting position
7353 from `refill-doit'.
7354 (refill-after-change-function): Set `refill-doit' to END.
7355 (refill-fill-paragraph-at): New function, mostly from old
7356 refill-fill-paragraph.
7357 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7358 (refill-pre-command-function): New function.
7359 (refill-mode): Add it to `pre-command-hook'.
7360
7361 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7362
7363 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7364
7365 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7366 javadoc tags.
7367
7368 2000-11-20 Andre Spiegel <spiegel@gnu.org>
7369
7370 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7371 vc.el).
7372
7373 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7374 require vc.
7375
7376 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7377 checkouts.
7378
7379 2000-11-20 Dave Love <fx@gnu.org>
7380
7381 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7382
7383 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
7384
7385 * calculator.el (calculator-paste): Use `if' instead of `and'
7386 and `or'.
7387 (calculator-help): Don't use electric-describe-mode for XEmacs.
7388
7389 2000-11-19 Gerd Moellmann <gerd@gnu.org>
7390
7391 * info.el (info-menu-5): Doc fix.
7392
7393 * textmodes/artist.el: New file.
7394
7395 2000-11-19 Andre Spiegel <spiegel@gnu.org>
7396
7397 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7398 and differentiate according to checkout model.
7399 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7400 since this function is only concerned with master state.
7401
7402 * vc-hooks.el (vc-workfile-unchanged-p)
7403 (vc-default-workfile-unchanged-p): Moved here from vc.el.
7404
7405 * vc.el (vc-workfile-unchanged-p)
7406 (vc-default-workfile-unchanged-p): See above.
7407
7408 2000-11-19 Miles Bader <miles@gnu.org>
7409
7410 * image-file.el (insert-image-file): Make `intangible' and
7411 `read-only' properties rear-nonsticky too.
7412
7413 2000-11-18 Gerd Moellmann <gerd@gnu.org>
7414
7415 * ps-print.el: Update copyright notice.
7416
7417 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7418 (tooltip-show): Use the offsets.
7419
7420 * bindings.el (mode-line-modified): Fix a typo.
7421 (mode-line-toggle-modified, mode-line-widen)
7422 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7423
7424 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7425
7426 * ps-print.el (toplevel): Test for find-coding-system being
7427 fboundp before calling ps-x-find-coding-system.
7428
7429 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7430
7431 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7432 (vc-version-backup-file): Docstring fix.
7433
7434 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7435
7436 * files.el (basic-save-buffer): Don't add a newline if
7437 find-file-literally is non-nil.
7438 (find-file-literally): Extend doc string.
7439
7440 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7441 sort(1) with the `-f' argument.
7442
7443 2000-11-16 Andre Spiegel <spiegel@gnu.org>
7444
7445 * vc.el: Updated backend documentation.
7446 (vc-default-check-headers): New function.
7447
7448 * vc-{cvs,rcs,sccs}.el: Functions reordered.
7449
7450 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7451 up-to-date.
7452 (vc-do-command): In the asynchronous case, output messages only if
7453 the minibuffer is not active.
7454
7455 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7456 `vc-cvs-use-edit' is on.
7457 (vc-cvs-checkout): When this is used for reverting the workfile,
7458 make a backup of the original contents and revert to that in case
7459 of error.
7460 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7461 remote repositories.
7462
7463 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7464 for both version and ratio in the minibuffer.
7465
7466 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7467 Use vc-do-command to perform the annotation, not call-process.
7468
7469 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7470
7471 * international/quail.el (quail-start-translation): Don't call
7472 `message' before reading key sequence.
7473
7474 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7475
7476 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7477
7478 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7479
7480 * window.el (fit-window-to-buffer): Be sure to acquire at least
7481 one text line even if the buffer is empty.
7482
7483 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7484
7485 * net/ange-ftp.el (ange-ftp-file-writable-p)
7486 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7487 Bind ange-ftp-process-verbose to nil.
7488
7489 2000-11-15 Dave Love <fx@gnu.org>
7490
7491 * wid-edit.el (widget-specify-field, widget-specify-button):
7492 If :help-echo is a function, set help-echo of overlay to
7493 widget-mouse-help.
7494 (widget-mouse-help): New function.
7495 (widget-echo-help): Rewritten for :help-echo functions only taking
7496 a widget arg.
7497
7498 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7499 Use display-graphic-p.
7500 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7501 and that JPEG is available.
7502 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7503
7504 * international/mule-cmds.el (locale-charset-language-names):
7505 Match @euro.
7506
7507 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7508
7509 * faces.el (face-set-after-frame-default):
7510 If `inhibit-default-face-x-resources' is bound, don't intialize the
7511 default face from X resources.
7512
7513 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7514
7515 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7516 Don't set EMACSLOADPATH.
7517
7518 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7519
7520 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7521 texinfo-insert-@url.
7522 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7523 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7524
7525 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7526
7527 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7528 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7529 (checkdoc-minor-keymap): Backward compatibility.
7530 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7531 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7532 (checkdoc-this-string-valid-engine): Be a bit more strict
7533 to avoid matching substrings of `...' quoted vars/funs.
7534 (checkdoc-defun-info): Only look for `interactive' if alone.
7535 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7536
7537 * progmodes/compile.el (grep): `tag-default' can be nil.
7538
7539 * newcomment.el (comment-indent): Paren typo.
7540
7541 2000-11-14 Dave Love <fx@gnu.org>
7542
7543 * calculator.el: New maintainer version.
7544
7545 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7546
7547 * cmuscheme.el: Doc fixes.
7548 (cmuscheme) <defgroup>: Use `scheme' as parent.
7549 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
7550
7551 * xscheme.el (scheme-program-name): Don't define here.
7552
7553 * progmodes/scheme.el (scheme-program-name): New variable
7554 (originally in cmuscheme).
7555
7556 2000-11-14 Miles Bader <miles@gnu.org>
7557
7558 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7559 Handle header-lines. Don't loop forever if we can't enlarge the
7560 window anymore. Simplify a bit.
7561
7562 2000-11-14 Kenichi Handa <handa@etl.go.jp>
7563
7564 * window.el (fit-window-to-buffer): Don't check
7565 window-text-height. Assure that the last line is fully visible.
7566
7567 * international/quail.el (quail-show-guidance-buf):
7568 Call fit-window-to-buffer to assure the enough height of the guidance
7569 buffer.
7570 (quail-update-guidance): Avoid making the guidance buffer shorter.
7571
7572 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7573
7574 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7575 rather than `prepend' and add an interesting comment.
7576 (tex-math-face, tex-font-lock-syntactic-face-function):
7577 New face and function to use it.
7578 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7579 than `menu-enable' symbol property.
7580 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7581 (tex-mode): Add some latex-mode commands for auto-selection.
7582 Use tex-font-lock-syntactic-face-function.
7583 (tex-insert-quote): Simplify.
7584 (tex-shell): New mode.
7585 (tex-start-shell): Use it.
7586 (tex-shell-proc, tex-shell-buf): New functions.
7587 (tex-send-command): Use it.
7588 (tex-main-file): Fix the meaning of the new arg REALFILE.
7589 (tex-send-tex-command): New function split from `tex-start-tex'.
7590 Set compilation-last-buffer and compilation-parsing-end.
7591
7592 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7593 when it follows non-comment text on the line.
7594
7595 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7596 Set font-lock-defaults.
7597 (lisp-mode-shared-map): Init inside the defvar.
7598 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7599 Use define-derived-mode.
7600
7601 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7602
7603 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7604
7605 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7606
7607 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7608 Don't recursively optimize body because that can lead to infinite
7609 recursion; see comment there.
7610
7611 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7612
7613 * faces.el (face-spec-set-match-display): Revert the change from
7614 2000-10-24. Add a FIXME for after v21.1.
7615
7616 2000-11-13 Miles Bader <miles@gnu.org>
7617
7618 * textmodes/fill.el (skip-line-prefix): New function.
7619 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7620 (fill-paragraph): Don't leave point inside the fill-prefix.
7621 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7622 point inside the fill-prefix.
7623
7624 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7625
7626 * calendar/calendar.el (generate-calendar-window):
7627 Use `fit-window-to-buffer'.
7628
7629 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7630
7631 * gud.el (gud-minor-mode): New var.
7632 (gud-symbol, gud-val): New functions.
7633 (gud-find-file): Copy gud-minor-mode to the new buffer.
7634 (gud-menu-map): Include entries for commands that are not always
7635 available, using :enable to (de)activate them.
7636 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7637 (gud-mode-map): New map.
7638 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7639 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7640 Don't set up gud's menu (it's done by the minor-mode).
7641 (gud-minibuffer-local-map): New.
7642 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7643 (gud-query-cmdline): New function.
7644 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7645 (gud-mode): Use define-derived-mode.
7646 Don't set up gud's menu (it's done by the minor-mode).
7647 (gud-chop-words): Remove.
7648 (gud-common-init): Use split-string instead.
7649 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7650
7651 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7652 Add keyword arg :name.
7653
7654 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7655 (diff-count-matches, diff-split-hunk): New functions.
7656 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7657
7658 * pcvs-info.el (cvs-fi-conflict-face): New var.
7659
7660 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7661 Make it into a simple syntax-table, shared among all submodes.
7662 (sh-heredoc-face): Re-introduce.
7663 (sh-font-lock-syntactic-face-function): New function.
7664 (sh-mode): Use it. Also use define-derived-mode.
7665 Remove old bogus setting of indent-region-function.
7666 (sh-set-shell): Don't set the syntax-table any more.
7667 (sh-mode-syntax-table) <defun>: Remove.
7668
7669 2000-11-12 Miles Bader <miles@gnu.org>
7670
7671 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7672 message if interactive.
7673
7674 2000-11-12 Dave Love <fx@gnu.org>
7675
7676 * mail/feedmail.el: Fix header,
7677 (feedmail) <defgroup>: Add :link.
7678
7679 * view.el: Use local-map property, not keymap on mode-line string.
7680
7681 * scroll-all.el (scroll-all-mode): Customize variable.
7682 Add autoload cookie to function.
7683
7684 * lazy-lock.el: Remove compatibility code.
7685
7686 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7687 (finder-help-echo): New variable.
7688 (finder-mouse-face-on-line): Add help-echo stuff.
7689 (finder-list-keywords, finder-list-matches): Use mapc.
7690
7691 * faces.el (face-font-registry-alternatives): Add :version.
7692
7693 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7694 tags-table-list.
7695
7696 * net/browse-url.el (browse-url-browser-function): Update :version.
7697
7698 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7699 (mail-mode): Use [:alnum:] in some regexps.
7700
7701 2000-11-10 Dave Love <fx@gnu.org>
7702
7703 * ediff.el (ediff-regions-internal, ediff-documentation):
7704 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7705 fundamental mode.
7706
7707 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7708 buffer into fundamental mode.
7709 (ediff-set-difference): Use copy-sequence if available.
7710
7711 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7712 Check ediff-patch-map non-nil.
7713 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7714 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7715 buffer into fundamental mode.
7716
7717 * ediff-merg.el (state-or-merge): Defvar when compiling.
7718
7719 2000-11-10 Jason Rumney <jasonr@gnu.org>
7720
7721 * w32-fns.el (w32-add-charset-info): New function.
7722 (w32-charset-info-alist): Use it.
7723
7724 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7725
7726 * faces.el (face-font-registry-alternatives): New user-option.
7727
7728 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7729
7730 * textmodes/texinfo.el (texinfo-block-default): New var.
7731 (texinfo-insert-block): Use it. Insert a newline if needed.
7732
7733 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7734 (fill-region-as-paragraph): Use it.
7735
7736 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7737 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7738 Tweak paragraph regexps to allow a leading [ \t]*.
7739 (tex-latex-block): Insert a newline if necessary.
7740 (latex-insert-item): Only insert a newline if necessary.
7741 (tex-guess-main-file): New function.
7742 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7743 Set tex-main-file if TeX-master is provided.
7744 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7745
7746 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7747
7748 * startup.el (command-line): Set the default tooltip-mode
7749 to t for graphical displays which implement x-show-tip.
7750
7751 * tooltip.el (tooltip-mode): Add a comment about startup.el
7752 setting the default value of this user-option.
7753
7754 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7755
7756 * font-lock.el (font-lock-*-face) <defvar>: Move.
7757 (font-lock-defaults-alist): Mark obsolete.
7758 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7759 (font-lock-mode): Use define-minor-mode.
7760 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7761 (font-lock-turn-off-thing-lock): Be more explicit.
7762 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7763 (font-lock-syntactic-face-function): New var.
7764 (font-lock-fontify-syntactically-region): Use it.
7765 (font-lock-doc-face): New.
7766
7767 * pcvs.el (cvs-enabledp): Ignore errors.
7768 (cvs-commit-filelist): Never query.
7769 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7770 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7771 (cvs-do-removal): Use cvs-partition rather than delete-if.
7772 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7773 cvs-bury-buffer.
7774
7775 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7776 Allow `next' to jump to after the end of the last match.
7777
7778 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7779
7780 * simple.el (byte-compiling-files-p): New function.
7781
7782 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7783 if it is there.
7784
7785 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7786 nil again.
7787
7788 * textmodes/ispell.el (ispell-library-path): Don't call
7789 check-ispell-version when byte-compiling because that starts
7790 an ispell process, and ispell might not be installed.
7791 (toplevel): Don't set up a menu when byte-compiling.
7792
7793 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7794 it, so that a boundp test can be used to determine if we're
7795 currently byte-compiling.
7796
7797 2000-11-09 Dave Love <fx@gnu.org>
7798
7799 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7800
7801 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7802
7803 * ps-print.el: Patch for variable initialization when spooling.
7804 Doc fix.
7805 (ps-output-list): Fun eliminated.
7806 (ps-begin-file, ps-begin-job): Code fix.
7807
7808 2000-11-08 Dave Love <fx@gnu.org>
7809
7810 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7811
7812 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7813
7814 * simple.el (shell-command, display-message-or-buffer)
7815 (shell-command-on-region): Mention resize-mini-windows in the doc
7816 string.
7817 (display-message-or-buffer): Take the value of resize-mini-windows
7818 into account.
7819
7820 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7821
7822 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7823
7824 * dired.el (dired-between-files): Add `^. find' as an alternative
7825 to the regular expression, for find-dired.
7826
7827 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7828
7829 * textmodes/texnfo-upd.el: Require texinfo.
7830 (defmacro, defgroup): Remove.
7831 (texinfo-section-to-generic-alist): Remove.
7832 Use texinfo-section-list instead (i.e. level is changed string->int).
7833 (texinfo-filter): New function.
7834 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7835 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7836 Use it. And use regexp-opt.
7837 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7838 (texinfo-update-menu-region-beginning)
7839 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7840 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7841 (texinfo-update-menu-same-level-regexps): Update.
7842 (texinfo-update-node, texinfo-every-node-update)
7843 (texinfo-sequential-node-update): Remove autoload cookie.
7844
7845 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7846 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7847 (texinfo-chapter-level-regexp): Remove.
7848 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7849
7850 2000-11-06 Dave Love <fx@gnu.org>
7851
7852 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7853
7854 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7855 Match defun*.
7856
7857 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7858
7859 * composite.el (composition-function-table): Variable declaration
7860 moved to src/composite.c.
7861 (compose-chars-after): New optional arg object.
7862
7863 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7864
7865 * bindings.el (mode-line-toggle-read-only)
7866 (mode-line-toggle-modified, mode-line-widen)
7867 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7868 (make-mode-line-mouse2-map): Rewritten.
7869 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7870 functions so that C-h k can show something with a doc string.
7871
7872 * startup.el (fancy-splash-delay): Set to 10 seconds.
7873 (fancy-splash-max-time): New user-option.
7874 (fancy-splash-stop-time): New variable.
7875 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7876 (fancy-splash-screens-1): Throw `stop-splashing' when current
7877 time is greater than fancy-splash-stop-time.
7878
7879 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7880
7881 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7882
7883 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7884 Prompt user for a file rather than raising an error.
7885 (cvs-enabledp): Fix call to cvs-mode-marked.
7886 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7887 (cvs-mode-insert): Use it. Change the init prompt' value.
7888 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7889
7890 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7891 Don't pass default arg to ewoc-locate.
7892 (ewoc-collect): Return result in the right order.
7893
7894 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7895
7896 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7897 (cvs-status-get-tags): Fix regexp.
7898 (cvs-status-trees, cvs-status-cvstrees):
7899 Combine after change hooks and don't sit-for.
7900 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7901 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7902 Use make-char rather than hard-coded cryptic data.
7903 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7904
7905 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7906
7907 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7908 (cvs-insert-strings): New function.
7909
7910 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7911
7912 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7913 `mwheel-scroll-amount'.
7914 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7915 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7916 string-matching against the version string.
7917
7918 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7919
7920 * language/thai.el ("Thai"): Set a lisp form that produces
7921 composed string in `sample-text' language info.
7922
7923 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7924 composed string in `sample-text' language info.
7925
7926 * international/mule-cmds.el (describe-language-environment):
7927 Eval `sample-text' data and insert the result.
7928
7929 * international/mule-conf.el (compound-text): Define this coding
7930 system here. Make x-ctext and ctext aliases of it.
7931
7932 * language/european.el (compound-text, ctext): Moved to
7933 international/mule-conf.el.
7934
7935 2000-11-05 Andrew Innes <andrewi@gnu.org>
7936
7937 * w32-fns.el (w32-version): New function.
7938
7939 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7940
7941 * progmodes/awk-mode.el: Update copyright.
7942 (awk-mode-abbrev-table): Remove.
7943 (awk-font-lock-keywords): Use regexp-opt.
7944 (awk-mode): Use define-derived-mode.
7945
7946 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7947 when extracting a suffix.
7948
7949 2000-11-04 Andre Spiegel <spiegel@gnu.org>
7950
7951 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7952 auto-save-mode.
7953
7954 2000-11-04 Jason Rumney <jasonr@gnu.org>
7955
7956 * language/european.el (decode-mac-roman): Test against r1 not r0.
7957
7958 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7959
7960 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7961 (icon-mode): Define indent-line-function.
7962 (icon-comment-indent): Simplify.
7963 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7964
7965 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7966
7967 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7968 Bind change-log-default-mode to defeat the caching done on it.
7969 Don't bother saving excursion any more.
7970
7971 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7972
7973 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7974 (set-frame-font): Use the new name (and the old for compatibility).
7975
7976 * toolbar/tool-bar.el (tool-bar-mode):
7977 * time.el (display-time-mode):
7978 * recentf.el (recentf-mode):
7979 * paren.el (show-paren-mode):
7980 * mwheel.el (mouse-wheel-mode):
7981 * msb.el (msb-mode):
7982 * jka-compr.el (auto-compression-mode):
7983 * image-file.el (auto-image-file-mode):
7984 * hl-line.el (hl-line-mode):
7985 * delsel.el (delete-selection-mode):
7986 * autoinsert.el (auto-insert-mode):
7987 * complete.el (partial-completion-mode): Drop unneeded positional args.
7988
7989 * info.el (Info-mode):
7990 * comint.el (comint-mode): Don't bother with make-local-hook.
7991
7992 * log-edit.el (log-edit-menu): New menu.
7993
7994 2000-11-03 Miles Bader <miles@gnu.org>
7995
7996 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7997 definition, so that trailing spaces are handled properly.
7998 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7999
8000 2000-11-03 Gerd Moellmann <gerd@gnu.org>
8001
8002 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8003 tab character.
8004 (fancy-splash-screens): Set tab-width to 20.
8005
8006 2000-11-03 Dave Love <fx@gnu.org>
8007
8008 * comint.el (comint-completion-addsuffix): Fix custom type.
8009
8010 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8011
8012 * font-lock.el (font-lock-buffers): Remove.
8013 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8014 (font-lock-change-major-mode): Remove.
8015 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8016 (font-lock-default-fontify-region): Extend the multiline
8017 fontification to whole lines.
8018 (font-lock-fontify-anchored-keywords)
8019 (font-lock-fontify-keywords-region): If matching just one
8020 line (with \n) only mark the \n as multiline.
8021
8022 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8023 Correctly handle the case where several :group args are supplied.
8024 Allow :extra-args.
8025 (easy-mmode-define-global-mode): Allow :extra-args.
8026 Correctly handle the case where several :group args are supplied.
8027
8028 2000-11-02 Miles Bader <miles@gnu.org>
8029
8030 * calendar/calendar.el (diary-face, calendar-today-face)
8031 (holiday-face): Remove dependency on `window-system'.
8032
8033 2000-11-02 Ken Raeburn <raeburn@gnu.org>
8034
8035 * Makefile.in (emacs): Set EMACSLOADPATH always.
8036 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
8037 (compile-files): Bomb out if compilation of a file fails.
8038
8039 2000-11-02 Dave Love <fx@gnu.org>
8040
8041 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8042
8043 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8044
8045 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8046 punctuation in the warning inserted into the *mail* buffer.
8047
8048 2000-11-02 Gerd Moellmann <gerd@gnu.org>
8049
8050 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8051 (authors-public-domain-p): New function.
8052 (authors-print): Use it.
8053
8054 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8055
8056 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8057
8058 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8059
8060 * ps-print.el: Extension for even/odd printing. Doc fix.
8061 (ps-print-version): New version number (6.3.1).
8062 (ps-even-or-odd-pages): Customization fix.
8063 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8064 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8065 (ps-page-count): Var replaced by `ps-page-column'.
8066 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8067 (ps-print-sheet-p): New fun.
8068
8069 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8070
8071 * tooltip.el (tooltip-gud-tips-setup): New function.
8072 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8073 (tooltip-mode): Call tooltip-gud-tips-setup.
8074 (tooltip-gud-tips): Use `gud-basic-call' instead of
8075 process-send-string, so the prompt gets frobbed appropriately.
8076 Handle nil return value from `tooltip-gud-print-command'.
8077
8078 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8079
8080 * comint.el (comint-add-to-input-history): New function.
8081 (comint-send-input): Use `comint-add-to-input-history'.
8082
8083 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8084
8085 * info.el (info-menu-header): New face.
8086 (Info-fontify-menu-headers): New function.
8087 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8088
8089 * info.el (Info-insert-dir): Don't include blank lines at
8090 beginning of additional dir files (one is added automatically).
8091
8092 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8093
8094 * emacs-lisp/easy-mmode.el (define-minor-mode):
8095 Revert the latest changes.
8096 Allow the three positional arguments to be skipped and replaced
8097 by keyword arguments.
8098 Add a :toggle argument to determine whether a nil arg means toggle
8099 or means turn-on. The default is unchanged.
8100 Add a call to force-mode-line-update.
8101
8102 2000-11-01 Dave Love <fx@gnu.org>
8103
8104 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
8105
8106 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8107
8108 * calendar/calendar.el (diary-face, holiday-face):
8109 Add dark-background variants.
8110
8111 2000-10-31 Sam Steingold <sds@gnu.org>
8112
8113 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8114 `tex-main-file' does not have directory in it.
8115
8116 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8117
8118 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8119
8120 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8121
8122 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8123 functional change.
8124
8125 2000-10-31 Gerd Moellmann <gerd@gnu.org>
8126
8127 * files.el (find-file-noselect): When we expand a wildcard, return
8128 a list of buffers, as we should do according to the doc string.
8129
8130 2000-10-31 Ken Raeburn <raeburn@gnu.org>
8131
8132 * loadup.el (top level): Adjust load path if program name is
8133 "../src/bootstrap-emacs", in case it's not dumped and thus the
8134 load path adjustment hasn't already been done.
8135
8136 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8137
8138 * ps-print.el: Fix bug on selected pages for printing.
8139 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
8140 is on. Try to avoid warning messages when compiling. Doc Fix.
8141 (ps-print-version): New version number (6.3).
8142 (ps-color-device): Use `color-values' to determine if device
8143 supports color.
8144 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8145 (ps-print-page-p): Changed from defsubst to defun.
8146 (ps-page-number): Changed from defmacro to defun.
8147 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8148 printing.
8149 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
8150 (ps-end-file, ps-dummy-page): Funs eliminated.
8151 (ps-print-color-scale): Changed default value.
8152 (ps-page-n-up, ps-print-page-p): New internal vars.
8153 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8154 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8155
8156 * delim-col.el: Little programming improvement.
8157 (delimit-columns-str): New macro.
8158 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8159
8160 2000-10-31 Kenichi Handa <handa@etl.go.jp>
8161
8162 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8163 Moved to european.el.
8164 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8165 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8166 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8167 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
8168
8169 2000-10-30 Dave Love <fx@gnu.org>
8170
8171 * progmodes/cc-menus.el (imenu-generic-expression)
8172 (imenu-progress-message): Only defvar when compiling.
8173
8174 * emacs-lisp/elp.el (elp-unload-hook): New function.
8175
8176 * loadhist.el (unload-feature): Call elp-restore-function,
8177 checking for symbols; don't use elp-restore-all.
8178 (loadhist-hook-functions): Doc fix.
8179
8180 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8181
8182 * log-edit.el (log-edit-confirm): Fix the default.
8183
8184 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8185
8186 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8187 delimit-columns-format.
8188 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8189
8190 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8191
8192 * comint.el (comint-replace-by-expanded-history): Don't use
8193 comint-get-old-input (we're not looking at *old* input).
8194 (comint-get-old-input-default): If using fields, signal an error
8195 when the point is not in an input field.
8196
8197 2000-10-30 Kenichi Handa <handa@etl.go.jp>
8198
8199 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8200 and mule-unicode-e000-ffff.
8201
8202 * international/mule.el (decode-char, encode-char): New functions.
8203 (make-coding-system): Accept a symbol of translation table as a
8204 value of property `safe-chars'.
8205
8206 * international/mule-cmds.el (encode-coding-char): Check property
8207 safe-chars instead of safe-charsets.
8208
8209 * international/fontset.el (fontset-default): Modified for
8210 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8211 (x-font-name-charset-alist): Likewise.
8212 (ccl-encode-unicode-font): New CCL program. Record it in
8213 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8214
8215 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8216 New translation tables.
8217 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8218 programs are modified and moved from mac-win.el.
8219 (mac-roman): Definition of this coding system is modified and
8220 moved from mac-win.el.
8221
8222 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8223
8224 * ediff-wind.el (ediff-setup-control-frame): Enclose
8225 face-attribute in condition-case to avoid errors in older emacsen.
8226
8227 2000-10-29 Miles Bader <miles@gnu.org>
8228
8229 * custom.el (custom-add-to-group): Allow multiple entries for a
8230 given value OPTION, as long as their widget types are different.
8231 * cus-edit.el (custom-face-value-create): If face name doesn't end
8232 with "face", add such here (similar to custom group widgets).
8233
8234 * comint.el (comint-highlight-prompt): Add :type.
8235
8236 2000-10-28 John Wiegley <johnw@gnu.org>
8237
8238 * calendar/timeclock.el (timeclock-log): Doc fix.
8239 (timeclock-last-event): Doc fix.
8240 (timeclock-log): Kill the timelog buffer after appending a new event.
8241 (timeclock-find-discrep): Use a temp buffer to read in the
8242 timelog, instead of visiting the file.
8243 (timeclock-log-data): A new function, along with a host of helper
8244 functions, for the purpose of making timelog data accessible to
8245 programmers.
8246
8247 * eshell/esh-mode.el (window-height test): Make certain that
8248 `eshell-stringify-t' is non-nil.
8249 (eshell-password-prompt-regexp): Changed to a much simpler
8250 password regexp.
8251 (eshell-send-input): If `eshell-invoke-directly' returns t,
8252 directly invoke the parsed command using `eval'. This improves
8253 turn-around time on simple commands by a factor of three or
8254 greater, such as cd, ls, pwd, etc. -- which get used very often.
8255 It also conserves thousands of cons cells per call (since
8256 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8257 in the Pacific Cookie Company).
8258
8259 * eshell/esh-test.el (eshell-test): Whitespace fix.
8260
8261 * eshell/em-ls.el (eshell-ls-insert-directory):
8262 Make `eshell-ls-initial-args' nil when inserting directory contents.
8263
8264 * eshell/em-script.el (eshell-script-initialize): Add names to
8265 `eshell-complex-commands, since `source' and `.' are complex.
8266
8267 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8268 (eshell-rewrite-while-command): Use `eshell-protect' instead of
8269 `eshell-copy-handles'.
8270 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8271 bodies.
8272 (eshell-separate-commands): Whitespace fix.
8273 (eshell-complex-commands): Added a new list of names, for
8274 determining whether a given command is as simple as it looks.
8275 (eshell-invoke-directly): New function. Returns t if a command
8276 should be invoked directly (using `eval'), rather than indirectly
8277 using `eshell-do-eval'.
8278 (eshell-do-eval): Whitespace fix.
8279
8280 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8281 which provides an emulation of the DOS shell behavior of assuming
8282 that cp/mv/ln should copy/move/link to the current directory.
8283 (eshell-remove-entries): Added a doc string.
8284 (eshell-shuffle-files): Removed the check for `target' being null.
8285 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8286 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8287 it to do a smarter check of whether a destination was provided.
8288 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8289 (eshell/ln): Enable `:preserve-args', and use
8290 `eshell-mvcpln-template' to implement the body of the function.
8291 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8292 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8293 list after flattening it. This makes it possible to cat files
8294 with numerical names.
8295 (eshell-unix-initialize): Added several names to
8296 `eshell-complex-commands.
8297 (eshell-unix-command-complex-p): Return t if a given command name
8298 may result in external processes being invoked.
8299
8300 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8301 variable nil by default, since it slows down glob processing by a
8302 factor of two or more, and increases memory consumption.
8303
8304 * eshell/em-smart.el: Added a note about how memory consumptive
8305 smart display mode can be (at least this is true in Emacs 21).
8306 (eshell-smart-initialize): Whitespace fix.
8307 (eshell-refresh-windows): Use `if' instead of `when'.
8308 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8309 not necessary.
8310 (eshell-currently-handling-window): Added a missing global variable.
8311
8312 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8313 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8314 Whitespace fix.
8315 (eshell-ls-exclude-hidden): Added this variable in addition to
8316 `eshell-ls-exclude-regexp'. This one prevents files beginning
8317 with . from even being read, which can improve memory consumption
8318 quite a bit.
8319 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8320 read file entries beginning with a dot. In home directories with
8321 lots of hidden files, fully two-thirds of the time spent in ls is
8322 used to read directory entries that are immediately thrown away.
8323 (eshell-ls-initial-args): Added back this configuration variable,
8324 for specifying default initial arguments to every call to ls.
8325 Much faster than using an alias to do the same thing.
8326 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8327 (eshell-ls-dir): Whitespace change.
8328
8329 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8330
8331 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8332 (eshell-stringify-t): Added a customization variable, to indicate
8333 whether `t' should be rendered as a string at all. If not, one
8334 can still determine if the result of an expression is true using
8335 "file-exists-p FILE && echo true".
8336 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8337 stringify t!
8338
8339 * eshell/esh-module.el: Whitespace fix.
8340
8341 * eshell/em-alias.el (eshell-alias-initialize):
8342 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8343 (eshell-command-aliased-p): New function that returns t if a
8344 command name names an aliased.
8345
8346 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8347
8348 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8349 redrawing the screen when changing cursor color.
8350 (viper-insert-state-pre-command-sentinel)
8351 (viper-replace-state-pre-command-sentinel)
8352 (viper-replace-state-post-command-sentinel):
8353 Use viper-preserve-cursor-color.
8354 Many functions changed to use viper= instead of = when comparing
8355 characters.
8356 * viper-util.el (viper-memq-char,viper=): New functions for
8357 working with characters.
8358 (viper-change-cursor-color): Fixed buglet.
8359 Many functions changed to use viper= instead of = when comparing
8360 characters.
8361 * viper.el (viper-insert-state-mode-list): Added eshell.
8362
8363 * ediff-init.el (ediff-before-setup-hook): New hook.
8364 Several typos fixed in various docstrings.
8365 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8366 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8367 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8368 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8369 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8370 (ediff-get-selected-buffers): New function.
8371 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8372 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8373 Use save-window-excursion.
8374 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8375 termination check in while loop.
8376 * ediff.el (ediff-get-default-file-name): Better defaults when in
8377 dired buffer.
8378 (ediff-files,ediff-merge-files,ediff-files3)
8379 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8380
8381 2000-10-28 Dave Love <fx@gnu.org>
8382
8383 * info.el (Info-fontify-node): Add help-echo for menu items.
8384
8385 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8386
8387 * startup.el (normal-top-level): If the value of $TERM indicates
8388 we are running from xterm or one of its work-alikes, default to a
8389 light background mode.
8390
8391 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8392 * faces.el (tty-handle-reverse-video): New function.
8393 (tty-create-frame-with-faces): Call it.
8394
8395 * frame.el (frame-notice-user-settings): Don't apply
8396 default-frame-alist and initial-frame-alist to MS-DOS frames.
8397 Call tty-handle-reverse-video, frame-set-background-mode, and
8398 face-set-after-frame-default for non-MS-DOS frames.
8399
8400 * startup.el (tty-long-option-alist): New variable.
8401 (tty-handle-args): New function.
8402 (command-line): Call tty-handle-args.
8403
8404 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8405 startup.el now does that for all character-terminal frames.
8406
8407 2000-10-28 Miles Bader <miles@gnu.org>
8408
8409 * emacs-lisp/easy-mmode.el (define-minor-mode):
8410 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8411 is global. If :global is followed by a non-nil but non-t value,
8412 make the mode buffer-local, but also generate a `global-MODE'
8413 version using `easy-mmode-define-global-mode'.
8414 Add :conditional-turn-on keyword argument.
8415
8416 2000-10-28 Dave Love <fx@gnu.org>
8417
8418 * international/latin1-disp.el (latin1-char-displayable-p):
8419 Don't use window-system.
8420
8421 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8422
8423 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8424 Don't call find-buffer-file-type-coding-system. Instead, just
8425 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8426 if the file is on an untranslated filesystem.
8427 (add-untranslated-filesystem): Use "D" instead of "f" inside
8428 interactive.
8429
8430 2000-10-27 Dave Love <fx@gnu.org>
8431
8432 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8433 (refill-mode): Use it.
8434
8435 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8436
8437 * international/quail.el (quail-activate): Don't make-local-hook.
8438
8439 2000-10-27 Andre Spiegel <spiegel@gnu.org>
8440
8441 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8442 manual backups and file.~<rev>.~ for automatic ones.
8443 (vc-make-version-backup): Don't do it on MS-DOS without long file
8444 names.
8445
8446 * vc.el (vc-version-other-window): If an automatic backup of the
8447 desired version exists, rename it instead of copying it.
8448
8449 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8450 after command. If there's an unexpected error, signal it instead
8451 of being silent.
8452 (vc-cvs-merge-news): Be prepared for no news at all.
8453
8454 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8455
8456 * shell.el (shell): Add BUFFER argument.
8457 * comint.el (make-comint-in-buffer): New function.
8458 (make-comint): Use it.
8459
8460 * faces.el (face-spec-choose): Change syntax so that the list of
8461 attribute-value pairs is now the cdr of each clause, not the cadr.
8462 Detect old-style entries, and handle them. Use pop.
8463
8464 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8465
8466 * cus-edit.el (custom-mode-map): Use a sparse map.
8467 (custom-mode): Don't bother with make-local-hook.
8468
8469 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8470
8471 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8472
8473 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8474
8475 * ps-print.el: Avoid compilation gripes.
8476 (ps-print-version): New version number (6.2.1).
8477
8478 2000-10-26 Dave Love <fx@gnu.org>
8479
8480 * menu-bar.el: Modify some menu item help strings.
8481 (menu-bar-help-menu): Add link to MORE.STUFF.
8482
8483 * cus-edit.el (custom-mode): Add `special' mode-class property.
8484
8485 * wid-browse.el (widget-browse-mode): Likewise.
8486
8487 * wid-edit.el (widget-specify-field): Revert to using local-map
8488 property, not keymap.
8489
8490 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8491
8492 * wid-edit.el (widget-field-end): When checking for a `boundary'
8493 field, do so in the correct buffer.
8494
8495 * simple.el (undo): Correctly distinguish between numeric and
8496 non-numeric prefix args in non-transient-mark-mode, as per the doc
8497 string. When in transient-mark-mode, treat all prefix-args as
8498 numeric.
8499
8500 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8501 Position point on match. Handle N == 0 correctly.
8502
8503 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8504 (comint-mode-map): Reverse order of `comint-write-output' and
8505 `comint-append-output-to-file'.
8506 (comint-append-output-to-file): Reinstate this function, for the
8507 benefit of the menu.
8508
8509 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8510
8511 * vc.el (vc-version-other-window): Bind `file'.
8512
8513 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8514
8515 * Makefile.in (update-authors): New target for maintenance purposes.
8516
8517 * emacs-lisp/authors.el (batch-update-authors): New function.
8518 (authors-fixed-entries): New defconst.
8519 (authors-add-fixed-entries): New function.
8520 (authors): Call it.: Don't process lispref/.
8521
8522 2000-10-25 Jason Rumney <jasonr@gnu.org>
8523
8524 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8525 Merge x w32 and mac definitions.
8526
8527 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8528
8529 * menu-bar.el (menu-bar-options-menu): Add a help string for
8530 `uniquify'.
8531
8532 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
8533
8534 * time-stamp.el (time-stamp-string-preprocess):
8535 Fix a wrong type argument error.
8536
8537 2000-10-25 Miles Bader <miles@gnu.org>
8538
8539 * recentf.el (recentf-mode): Variable removed.
8540 (recentf-mode): Use `define-minor-mode'.
8541
8542 * mwheel.el (mouse-wheel-mode): New global minor mode.
8543 (mwheel-install): Use `mouse-wheel-mode'.
8544
8545 2000-10-25 Dave Love <fx@gnu.org>
8546
8547 * progmodes/cperl-mode.el (cperl-mode):
8548 Set normal-auto-fill-function correctly.
8549
8550 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8551 Don't inherit from global-map and don't nullify menu-bar and tool-bar
8552 bindings.
8553
8554 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8555
8556 * wid-edit.el (widget-field-at): New function.
8557 (widget-at, widget-field-activate): Use it.
8558 (widget-tabable-at): Use `widget-at'.
8559 (widget-specify-field): If the terminating character of the widget
8560 field (which is read-only) is a newline, put it into a special
8561 `boundary' field so that C-n/C-p act more naturally.
8562 (widget-field-end): Also don't subtract one if a special
8563 `boundary' field has been added after the widget field.
8564
8565 * comint.el (comint-output-filter, comint-send-input):
8566 Don't bother adding stickiness fields to overlays to fool the field
8567 code, since it should notice the overlay insertion-types now.
8568
8569 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8570 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8571 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8572
8573 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8574
8575 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8576 (authors): Set file coding system to iso-2022-7bit.
8577 Add file-local variables to output buffer.
8578
8579 * files.el (after-find-file): Don't print any warnings if
8580 WARN is nil.
8581
8582 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8583
8584 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8585
8586 * delim-col.el: Now there is a column formatting mechanism.
8587 Modified to customization mechanisms convention. Doc fix.
8588 (columns): New group for delim-col.
8589 (delimit-columns-before, delimit-columns-after)
8590 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8591 (delimit-columns-end): New vars.
8592 (delimit-columns-customize, delimit-columns-format): New funs.
8593 (delimit-columns-region, delimit-columns-rectangle)
8594 (delimit-columns-rectangle-line): Modified to support column
8595 formatting.
8596
8597 2000-10-24 Dave Love <fx@gnu.org>
8598
8599 * log-edit.el (log-edit): Add :version and a :group for vc.
8600
8601 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8602
8603 * files.el (after-find-file): Don't print a message ``New file''
8604 if WARN is nil.
8605
8606 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8607 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
8608 get duplicate tool-bar entries because we'll see the global ones
8609 on more than one path through keymaps.
8610
8611 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8612
8613 * progmodes/cmacexp.el: Change Francesco's email address.
8614
8615 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8616
8617 * window.el (fit-window-to-buffer): Adjust point of the window
8618 buffer, not that of the current buffer.
8619
8620 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8621
8622 * progmodes/cmacexp.el: Update the euthor's email address.
8623
8624 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8625
8626 * faces.el (face-spec-set-match-display): Add `graphic' display
8627 type (the inverse of `tty'). Use `display-graphic-p' instead of
8628 the window-system variable.
8629
8630 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8631
8632 * international/isearch-x.el (isearch-with-input-method):
8633 Call input-method-function with the first event in
8634 unread-command-events.
8635
8636 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8637
8638 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8639
8640 2000-10-24 Andrew Choi <akochoi@i-cable.com>
8641
8642 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8643 New charsets.
8644
8645 * term/mac-win.el: Remove definitions of mac-roman-lower and
8646 mac-roman-upper, require dired, and define instead of set
8647 mac-ready-for-drag-n-drop to avoid compilation error.
8648
8649 2000-10-23 Andrew Innes <andrewi@gnu.org>
8650
8651 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8652 Remove superfluous calls to subst-char-in-string; instead apply
8653 expand-file-name after convert-standard-filename to ensure
8654 expected directory separators are used.
8655
8656 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8657
8658 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8659
8660 2000-10-23 Dave Love <fx@gnu.org>
8661
8662 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8663 (tool-bar-add-item): Set foreground and background for XBM icons.
8664
8665 * international/latin1-disp.el (latin1-char-displayable-p):
8666 New function (from Handa).
8667 (latin1-display-check-font): Use it.
8668
8669 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8670 using :key-sequence, making it much more usable.
8671 Use nconc, not append.
8672 (imenu--create-keymap-1): Avoid append.
8673
8674 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8675
8676 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8677
8678 [the following changes fix a bug where `define-minor-mode' didn't
8679 correctly generate :require clauses for defcustoms in compiled files]
8680 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8681 (byte-compile-log-file, byte-compile-log-1): Don't set
8682 `byte-compile-current-file' to nil. Instead set
8683 `byte-compile-last-logged-file' to it. Test whether
8684 byte-compile-current-file equals byte-compile-last-logged-file
8685 instead of whether its nil.
8686 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8687
8688 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8689
8690 * textmodes/refill.el: Fix var names in doc.
8691 (refill-mode): Don't bother with make-local-hook anymore.
8692
8693 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8694
8695 * faces.el (face-user-default-spec, face-default-spec): New functions.
8696 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8697 (frame-set-background-mode, face-set-after-frame-default):
8698 Use `face-user-default-spec'. Simplify code slightly.
8699
8700 * woman.el (woman-italic-face, woman-bold-face)
8701 (woman-unknown-face): Add dark-background variants.
8702 (woman-default-faces): Renamed from `woman-colour-faces'.
8703 Set using the stored defaults, rather than using hard-wired colors.
8704 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8705 Just make the foreground `unspecified' rather than "black".
8706 (woman-menu): Rename menu entries accordingly.
8707
8708 * faces.el (header-line): Make more reasonable on mono/grayscale
8709 displays.
8710
8711 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8712
8713 * cus-edit.el (custom-button-face): Use 3D look for mac.
8714 (custom-button-pressed-face): Likewise.
8715
8716 * faces.el (set-face-attributes-from-resources): Handle mac frames
8717 in the same way as x and w32 frames.
8718 (face-valid-attribute-values): Likewise.
8719 (read-face-attribute): Likewise.
8720 (defined-colors): Likewise.
8721 (color-defined-p): Likewise.
8722 (color-values): Likewise.
8723 (display-grayscale-p): Likewise.
8724 (face-set-after-frame-default): Likewise.
8725 (mode-line): Same default face as for x and w32.
8726 (tool-bar): Likewise.
8727
8728 * frame.el: Remove call to frame-notice-user-settings at end of
8729 the file.
8730
8731 * info.el (Info-fontify-node): Make underlines invisible for mac
8732 as for x, pc, and w32 frame types.
8733
8734 * term/mac-win.el: New file.
8735
8736 2000-10-22 Dave Love <fx@gnu.org>
8737
8738 * textmodes/refill.el: New file.
8739
8740 2000-10-22 Andre Spiegel <spiegel@gnu.org>
8741
8742 * vc-hooks.el (vc-version-backup-file-name): New optional args
8743 MANUAL and REGEXP.
8744 (vc-delete-automatic-version-backups, vc-make-version-backup):
8745 New functions.
8746 (vc-before-save): Use the latter.
8747 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8748 confusion.
8749
8750 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8751 expected by vc[-hooks].el.
8752
8753 * vc.el (vc-checkout): Added `-p' suffix in call to
8754 vc-make-version-backups-p; use vc-make-version-backup to actually
8755 make the backup.
8756 (vc-version-other-window, vc-version-backup-file): Handle both
8757 automatic and manual backups.
8758 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8759 of all of them.
8760
8761 2000-10-22 Miles Bader <miles@gnu.org>
8762
8763 * comint.el (comint-highlight-input, comint-highlight-prompt):
8764 Renamed, `-face' at end removed.
8765 (comint-send-input, comint-output-filter): Use renamed faces.
8766
8767 * window.el (fit-window-to-buffer): Change defaulting of
8768 MAX-HEIGHT slightly.
8769
8770 * faces.el (color-values, color-defined-p): Use `member', not
8771 `memq', because it works correctly for strings.
8772 (frame-set-background-mode): Actually, "unspecified-fg" and
8773 "unspecified-bg" *are* strings. Use `member', not `memq', and
8774 `equal', not `eq', when a string value is possible.
8775
8776 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8777
8778 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8779
8780 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8781
8782 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8783 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8784 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8785 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8786 (sh-font-lock-syntactic-keywords): Use them.
8787 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8788 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8789 (sh-mode): Don't override font-lock-unfontify-region-function.
8790 Use a copy of sh-font-lock-syntactic-keywords.
8791 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8792 Don't call sh-scan-buffer since font-lock does it on the fly.
8793 (sh-get-indent-info): Use `face' rather than `syntax-table'
8794 text-property to detect here-documents.
8795 Replace sh-special-syntax with sh-st-punc.
8796 (sh-prev-line): Use `face' rather than `syntax-table'
8797 text-property to skip over here-documents.
8798 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8799 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8800 (sh-electric-less, sh-set-here-doc-region)
8801 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8802 (sh-scan-buffer, sh-rescan-buffer): Remove.
8803
8804 2000-10-21 Andrew Innes <andrewi@gnu.org>
8805
8806 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8807 remote (ange-ftp) file names.
8808
8809 2000-10-21 Miles Bader <miles@gnu.org>
8810
8811 * window.el (fit-window-to-buffer): New function.
8812 (shrink-window-if-larger-than-buffer): Use it.
8813 (window-text-height): Don't expect minibuffers to have mode-lines.
8814
8815 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8816 * international/quail.el (quail-update-guidance):
8817 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8818
8819 * international/quail.el (quail-show-guidance-buf): Make sure
8820 guidance window really has enough room.
8821 (quail-update-guidance): If quail-guidance-win is already shown,
8822 make sure its height is OK.
8823
8824 * window.el (window-text-height, set-window-text-height):
8825 New functions.
8826 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8827 instead of `window-height' & `mode-line-window-height-fudge'.
8828 (mode-line-window-height-fudge): Add FACE parameter.
8829 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8830 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8831
8832 2000-10-20 Miles Bader <miles@gnu.org>
8833
8834 * window.el (height-affecting-face-attributes): Use `defconst'.
8835
8836 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8837 New function, conditionally aliased to `mode-line-window-height-fudge'.
8838 (ispell-help): Use it.
8839 (ispell-choices-win-default-height): Don't include mode-line fudge.
8840 (ispell-choices-win-default-height): New function.
8841 (ispell-show-choices, ispell-command-loop): Use function
8842 `ispell-choices-win-default-height' instead of variable.
8843
8844 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8845
8846 * window.el (mode-line-window-height-fudge): New variable.
8847 (height-affecting-face-attributes): New variable.
8848 (mode-line-window-height-fudge): New function.
8849 (shrink-window-if-larger-than-buffer): Use it.
8850 * help.el (resize-temp-buffer-window): Likewise.
8851
8852 * info.el (Info-fontify-node): Add support for @subsubsection
8853 titles, which use `Info-title-4-face'.
8854 (Info-title-4-face): New face.
8855 (Info-title-3-face): Inherit from Info-title-4-face instead of
8856 variable-pitch.
8857
8858 2000-10-19 Jason Rumney <jasonr@gnu.org>
8859
8860 * dired.el (dired-insert-directory): Do not let errors signalled by
8861 attempt to run dired-free-space-program prevent dired from working.
8862
8863 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8864
8865 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8866
8867 2000-10-19 Gerd Moellmann <gerd@gnu.org>
8868
8869 * dirtrack.el (dirtrack): Fix call to run-hooks.
8870
8871 * cmuscheme.el (cmuscheme-program-name): Renamed from
8872 scheme-program-name because xscheme.el contains a defcustom with
8873 the same name. As a consequence, customizing group `cmuscheme'
8874 loaded `xscheme' which redefined run-scheme.
8875 (run-scheme): Use cmuscheme-program-name.
8876
8877 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8878
8879 * play/doctor.el (doctor-death): Update the Samaritans'
8880 anonymous address, and add a website for Befrienders International.
8881
8882 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8883
8884 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8885 Avoid compilation gripes. Doc fix.
8886 (ps-print-version): New version number (6.2).
8887 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8888 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8889 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8890 (ps-x-extent-priority, ps-x-extent-start-position)
8891 (ps-x-face-font-instance, ps-x-find-coding-system)
8892 (ps-x-font-instance-properties, ps-x-make-color-instance)
8893 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8894 avoid compilation gripes without defining functions.
8895 (ps-e-find-composition): Alias for function find-composition, to have a
8896 suitable function depending on Emacs version.
8897 (ps-color-device, ps-color-values, ps-face-foreground-name)
8898 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8899 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8900 (ps-print-ensure-fontified): Function definitions surrounded by
8901 `eval-and-compile' to avoid compilation gripes.
8902 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8903 by symbol-value to avoid compilation gripes.
8904 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8905 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8906
8907 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8908
8909 * startup.el (normal-top-level): Call `frame-set-background-mode'
8910 after `frame-notice-user-settings' because the latter doesn't call
8911 the former on a tty.
8912
8913 * faces.el (frame-set-background-mode): `unspecified' &c are
8914 symbols, not strings.
8915
8916 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8917
8918 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8919 why some "light*" colors are deliberately absent from the alist.
8920
8921 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8922 Change colors for tty's, as suggested by Miles Bader.
8923
8924 2000-10-19 Kenichi Handa <handa@etl.go.jp>
8925
8926 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8927 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8928 for ISO10646-1 fonts.
8929 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8930
8931 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8932
8933 * faces.el (frame-set-background-mode): If a tty frame defines a
8934 background color, use that to compute the background mode, instead
8935 of always defaulting to "dark".
8936
8937 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8938
8939 * comint.el (comint-write-output): New function.
8940 (comint-mode-map): Add it to the menu.
8941 Bind `C-c C-s' to comint-write-output.
8942
8943 2000-10-18 Gerd Moellmann <gerd@gnu.org>
8944
8945 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8946 Use fancy-splash-delay.
8947
8948 2000-10-18 Alex Schroeder <alex@gnu.org>
8949
8950 * progmodes/sql.el (sql-sybase-options): New option.
8951 (sql-sybase): Use it. Add sql-database to the list of parameters
8952 provided for login. The options -w 2048 -n are not used any more.
8953
8954 * comint.el (comint-read-input-ring): Bugfix such that the first
8955 and the last entry of the input ring file are not lost.
8956
8957 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8958
8959 * ps-print.el: Internal variable changes to defcustom,
8960 make-local-hook changes to defvar. Doc fix.
8961 (ps-print-version): New version number (6.1).
8962 (ps-setup, ps-do-despool): Code fix.
8963 (ps-printer-name): Customization fix.
8964 (ps-printer-name-option): Now is a defcustom instead of an
8965 internal variable.
8966 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8967 (ps-print-begin-column-hook): Now are defvar instead of
8968 make-local-hook.
8969
8970 2000-10-18 Miles Bader <miles@gnu.org>
8971
8972 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8973 (comint-kill-output): Changed into an alias for `comint-delete-output',
8974 and made obsolete.
8975 (comint-mode-map): Rename references to comint-kill-output.
8976
8977 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8978
8979 * diff-mode.el (diff-header-face, diff-file-header-face)
8980 (diff-changed-face): Add bold and italic attributes to tty faces.
8981 (diff-function-face): New face.
8982 (diff-font-lock-keywords): Use it.
8983
8984 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8985
8986 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8987 Remove commented-out call to force-mode-line-update.
8988 (comint-kill-output): Use `forward-line 0' instead of
8989 beginning-of-line to make sure we get past the prompt.
8990
8991 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8992
8993 * diff-mode.el (diff-header-face, diff-file-header-face):
8994 Add specific setting for dark background.
8995 (diff-context-face): Renamed from diff-comment-face.
8996 Set explicitly rather than inheriting from font-lock-comment-face.
8997
8998 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8999
9000 * startup.el (command-line): Move the code which sets the default
9001 TTY colors to before before-init-hook.
9002
9003 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9004
9005 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9006
9007 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9008
9009 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9010 extensions, for MS-DOS.
9011
9012 * diff-mode.el (diff-header-face, diff-file-header-face)
9013 (diff-changed-face): Define tty-specific colors.
9014
9015 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9016
9017 * startup.el (fancy-splash-text): Realign the text.
9018
9019 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9020
9021 * font-lock.el (font-lock-comment-face): Define a separate default
9022 for dark-background tty's.
9023
9024 2000-10-17 Miles Bader <miles@gnu.org>
9025
9026 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9027 being obscured by whizzy mode-lines on graphics displays.
9028
9029 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9030
9031 * info.el (Info-title-1-face, Info-title-2-face)
9032 (Info-title-3-face): Define colors for tty's.
9033 (info-header-node): Remove unneeded tty-specific definition.
9034
9035 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9036
9037 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9038 reverse from the frame parameters, and don't invert foreground and
9039 background colors.
9040
9041 2000-10-16 Miles Bader <miles@gnu.org>
9042
9043 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9044 string "*Info*". Call propertized-buffer-identification to spruce
9045 up the result.
9046
9047 2000-10-16 Gerd Moellmann <gerd@gnu.org>
9048
9049 * help.el: Provide `help' for the sake of define-minor-mode
9050 which generates defcustoms with requires.
9051
9052 * jit-lock.el (jit-lock-after-change): If we're in text that
9053 matches a multi-line font-lock pattern, make sure the whole text
9054 will be redisplayed.
9055
9056 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9057 author's name is unknown.
9058
9059 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9060 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9061 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9062 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9063 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9064 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9065 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9066 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9067 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9068 Add author information.
9069
9070 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9071
9072 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9073 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9074 full-color version (using the Gimp) to eliminate dithering artifacts.
9075
9076 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9077
9078 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9079
9080 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9081
9082 2000-10-15 Dave Love <fx@gnu.org>
9083
9084 * progmodes/sh-script.el: Require skeleton and comint when compiling.
9085
9086 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9087
9088 * whitespace.el: Doc fixes.
9089 (top-level): Don't add hooks here.
9090 (whitespace-running-emacs): Deleted.
9091 (timer): Don't require.
9092 (whitespace): Add back :version conditional on xemacs test.
9093 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9094 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9095 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9096 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9097 Avoid specific xemacs test.
9098 (whitespace-global-mode): New option.
9099 (whitespace-global-mode): New command.
9100 (whitespace-unload-hook): New function.
9101
9102 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
9103 (Info-fontify-node, Info-goto-node, Info-mode-menu)
9104 (Info-fontify-node): `Goto' goes to `Go to'.
9105 (Info-fontify-node): Add help-echo to xref links.
9106
9107 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9108
9109 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9110
9111 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9112
9113 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9114 Use plist-get and allow :inherit.
9115
9116 * emacs-lisp/cl-macs.el (cl-do-arglist):
9117 Use plist-get and plist-member instead of memq.
9118
9119 * emacs-lisp/ewoc.el (ewoc-location): New function.
9120 (ewoc-enter-after, ewoc-enter-before): Document return value.
9121 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9122 Don't need make-local-hook any more.
9123 (cvs-addto-collection): Return the new tin.
9124 (cvs-mode-insert): Jump to the new line.
9125
9126 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9127
9128 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9129
9130 * font-lock.el (font-lock-syntactically-fontified): New var.
9131 (font-lock-fontify-syntactic-keywords-region): Use it.
9132 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9133
9134 * diff-mode.el (diff-find-file-name): Fix regexp.
9135
9136 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9137 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9138
9139 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9140 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9141 (sh-mode): Don't make all vars local here.
9142 (sh-kw): Reformat.
9143 (sh-set-shell): Use dolist. Don't set indent-region-function.
9144 (sh-mode-syntax-table): Use pop.
9145 (sh-remember-variable): Use push.
9146 (sh-help-string-for-variable): Use memq.
9147 (sh-safe-backward-sexp): Remove.
9148 (sh-safe-forward-sexp): Add ARG.
9149 (sh-get-indent-info, sh-prev-stmt): Use it.
9150 (sh-prev-line): Simplify by using forward-comment.
9151 (sh-this-is-a-continuation): Simplify.
9152 (sh-learn-buffer-indent): Use dolist.
9153 (sh-do-nothing): Remove.
9154 (sh-set-char-syntax, sh-set-here-doc-region):
9155 Use inhibit-modification-hooks.
9156 (sh-name-style): Use mapcar and push.
9157 (sh-load-style): Use dolist.
9158 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9159 (sh-case, sh-while-getopts): Use propertize directly rather
9160 than sh-electric-rparen.
9161
9162 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9163
9164 * textmodes/tex-mode.el: Require CL when compiling.
9165 (tex-mode-syntax-table): Init immediately.
9166 (tex-mode-map): Bind M-RET to latex-insert-item.
9167 (latex-mode): Set indent-line-function to latex-indent.
9168 (tex-common-initialization): Don't setup the syntax-table any more.
9169 (latex-insert-item): New skeleton.
9170 (tex-next-unmatched-end): Fix copy/paste braino.
9171 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
9172 (latex-indent, latex-find-indent): New functions.
9173 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
9174 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9175 (tex-compilation-parse-errors): Use with-syntax-table.
9176
9177 2000-10-15 Miles Bader <miles@gnu.org>
9178
9179 * font-lock.el (font-lock-comment-face): Change dark-background,
9180 color, non-tty, default to `chocolate1'.
9181
9182 2000-10-13 John Wiegley <johnw@gnu.org>
9183
9184 * eshell/esh-util.el (require): Added a missing `require' form,
9185 needed when compiling (for an ange-ftp macro definition).
9186
9187 2000-10-13 Dave Love <fx@gnu.org>
9188
9189 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9190
9191 2000-10-13 Gerd Moellmann <gerd@gnu.org>
9192
9193 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
9194
9195 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
9196 transparent -colors 8).
9197
9198 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
9199
9200 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9201 that breaks with old list format timestamps.
9202 (time-stamp-warn-inactive, time-stamp-old-format-warn)
9203 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
9204
9205 2000-10-13 John Wiegley <johnw@gnu.org>
9206
9207 * align.el, pcomplete.el, calendar/timeclock.el,
9208 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9209
9210 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
9211 faulty math, where holiday hours were being computing as seconds.
9212
9213 2000-10-13 John Wiegley <johnw@gnu.org>
9214
9215 * desktop.el (desktop-buffer-modes-to-save): Added a global for
9216 specifying what "other" kinds of buffers should be saved.
9217 This used to be hard-coded.
9218 (desktop-buffer-misc-functions): A global for specifying how
9219 auxiliary data should be determined for special buffer types.
9220 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9221 instead of hard-coding the special buffer types.
9222 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9223 auxiliary data, instead of hard-coding for Info buffers and dired.
9224 (desktop-buffer-info-misc-data): Aux function for determining Info
9225 buffer auxiliary info.
9226 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9227 (desktop-buffer-info): Changed this function to use the info
9228 gathered above.
9229 (desktop-create-buffer): Be a little more careful about what
9230 `minor-mode' means before calling it. This is important for some
9231 buffer types.
9232
9233 2000-10-13 John Wiegley <johnw@gnu.org>
9234
9235 * eshell/esh-util.el: Added a global form which declares an
9236 autoload for `parse-time-string', if that function is not already
9237 defined, and if parse-time.el is available on the user's system.
9238
9239 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9240 to be aware of ange-ftp user info.
9241 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
9242 (eshell-ls-annotate): Use `eshell-file-attributes'.
9243 (eshell-ls-file): Made the user-id printing code a bit smarter.
9244
9245 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9246 allow identification of alias user ids in remote directories.
9247 It's manual, but there's no other way to know when the current user
9248 on the local machine, is also the owning user on the remote machine.
9249 (fboundp): Bind `ange-cache'.
9250 (eshell-directory-files-and-attributes): Re-organized the logic a
9251 bit to use `eshell-file-attributes' instead of `file-attributes'.
9252 The former is more sensitive to directories that are read via FTP,
9253 and knows how to use ange-ftp to determine full attribute
9254 information, instead of just the name and last modtime.
9255 (eshell-current-ange-uids): Return the current user id when in a
9256 remote directory.
9257 (eshell-parse-ange-ls): Parse a full directory listing that has
9258 been returned by ange-ftp.
9259 (eshell-file-attributes): This beefed up version of
9260 `file-attributes' is only special if the user is currently in a
9261 remote directory, in which case it does a lot of work to find out
9262 what the real attributes of a file are, as they appear on the
9263 remote machine. This makes usage of remote directories (i.e.,
9264 ange-ftp pathnames) much more useful. You can now use Eshell as a
9265 full-fledged FTP client, with much more manipulation ability than
9266 most other clients.
9267
9268 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9269 variable, which means that Eshell's du should always be preferred
9270 in remote directories.
9271 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9272 just `file-attributes'.
9273 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9274 when reading remote directories. This is an Eshell-specific
9275 variable (not part of ange-ftp).
9276 (eshell/ln): Bind `ange-cache'.
9277 (eshell/du): Added some extra logic for determining when to use
9278 Eshell's du (which is slow), and when to use the external version
9279 (which may or may not exist).
9280
9281 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9282 Call `eshell-interactive-process', rather than using
9283 `get-buffer-process', since backgrounded processes don't count in
9284 the context of this function's logic.
9285
9286 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9287 `forward-char', so that null strings are parsed correctly.
9288
9289 2000-09-13 John Wiegley <johnw@gnu.org>
9290
9291 * eshell/em-pred.el (eshell-pred-file-type)
9292 (eshell-pred-file-links, eshell-pred-file-size):
9293 Use `eshell-file-attributes'. This is more correct over ange-ftp.
9294
9295 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9296 that remote file globbing is more efficient.
9297
9298 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9299 gathering the files and attributes within a directory.
9300
9301 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9302 the command line is a special file (not a regular file, directory
9303 or symlink), always attempt to call the external version of cat.
9304
9305 2000-09-13 John Wiegley <johnw@gnu.org>
9306
9307 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9308 Eshell-friendly version of find-tag.
9309
9310 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9311
9312 * image-file.el (image-file-name-extensions)
9313 (image-file-name-regexps): Add autoload cookies.
9314
9315 2000-10-13 Kenichi Handa <handa@etl.go.jp>
9316
9317 * international/mule-cmds.el (select-safe-coding-system): If FROM
9318 is string, show it in *Warning* buffer.
9319
9320 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9321
9322 * startup.el (normal-top-level): Use display-popup-menus-p instead
9323 of window-system.
9324 (command-line): Use display-graphic-p instead of window-system.
9325 (command-line-1): Use display-popup-menus-p and display-mouse-p
9326 instead of window-system.
9327
9328 2000-10-12 Sam Steingold <sds@gnu.org>
9329
9330 * tooltip.el (tooltip-use-echo-area): New user variable.
9331 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9332
9333 2000-10-12 Dave Love <fx@gnu.org>
9334
9335 * recentf.el: Maintainer's checkdoc fixes.
9336
9337 * startup.el (normal-top-level-add-subdirs-to-load-path):
9338 Use character class, not ASCII when matching file names.
9339 (fancy-splash-head): Add trailing slash to URL.
9340 (command-line): Don't require XPM support for toolbar.
9341
9342 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9343 (cperl-invalid-face): Revert last change.
9344 (cperl-init-faces): Quote cperl-invalid-face.
9345
9346 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9347
9348 * startup.el (fancy-splash-text): Remove superfluous quote.
9349
9350 2000-10-12 Gerd Moellmann <gerd@gnu.org>
9351
9352 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9353 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9354 (command-line-1): Don't use fancy-splash-pending-command.
9355 (fancy-splash-screens-1): Goto point-min after inserting text.
9356
9357 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9358
9359 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9360 instead of shared-lisp-mode-map.
9361
9362 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9363
9364 * faces.el (header-line): Change tty-variant to use underlining.
9365
9366 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9367 (isearch-highlight): Restore lazy-isearch face properties at old
9368 position, and suppress them at new position.
9369 (isearch-dehighlight): Restore lazy-isearch face properties.
9370 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9371 over the real isearch overlay, but in that case, don't give it a
9372 face property. Use `push'.
9373
9374 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9375
9376 * man.el (Man-getpage-in-background): Fix previous change.
9377 Decode the process output only when we are in multibyte mode.
9378
9379 2000-10-11 Dave Love <fx@gnu.org>
9380
9381 * info.el (Info-mode-menu): Fix some help.
9382 (info-tool-bar-map): Add entry for Info-last.
9383
9384 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9385 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9386 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9387 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9388 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9389 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9390 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9391 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9392 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9393 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9394 Reduce colour requirements to 25 overall. (Probably wants
9395 revisiting from the originals to reduce further.)
9396
9397 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9398
9399 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9400 buffer-file-coding-system, instead of raw-text.
9401 (dehexlify-buffer): Bind coding-system-for-read to
9402 buffer-file-coding-system, instead of raw-text.
9403
9404 2000-10-11 Sam Steingold <sds@gnu.org>
9405
9406 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9407 `underline' - fixes the bug introduced on 2000-09-21.
9408
9409 2000-10-11 Dave Love <fx@gnu.org>
9410
9411 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9412 Avoid compiler warnings.
9413 (scheme-mode): Doc fix.
9414 (scheme-font-lock-keywords-1): Match `define-syntax'.
9415
9416 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
9417
9418 * faces.el (frame-set-background-mode): Pay attention to saved
9419 face specs as well as default ones. Only do anything if the
9420 bg-mode or display-type has actually changed. Use `dolist'.
9421 (region): Make dark-background `region' face less in-your-face.
9422
9423 2000-10-10 Sam Steingold <sds@gnu.org>
9424
9425 * chistory.el, ielm.el, ledit.el:
9426 * progmodes/inf-lisp.el, progmodes/scheme.el:
9427 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9428
9429 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9430
9431 * textmodes/texinfo.el: Update copyright and fix typo.
9432
9433 * desktop.el (desktop-modes-not-to-save): New var.
9434 (desktop-save-buffer-p): Use it.
9435 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9436 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9437
9438 2000-10-10 Dave Love <fx@gnu.org>
9439
9440 * toolbar/tool-bar.el (tool-bar-add-item)
9441 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9442
9443 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9444 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9445 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9446 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9447 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9448 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9449 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9450 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9451 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9452 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9453 the .xpms; probably need retouching.
9454
9455 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9456
9457 * subr.el (add-to-list): Add optional argument APPEND.
9458 * battery.el (display-battery): Use `add-to-list'.
9459
9460 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9461
9462 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9463 properties.
9464 (zone, zone-when-idle, zone-leave-me-alone)
9465 (zone-pgm-whack-chars): Use new symbol properties.
9466
9467 * battery.el (display-battery): Doc spelling fix.
9468
9469 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9470 property.
9471
9472 2000-10-09 Dave Love <fx@gnu.org>
9473
9474 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9475 has been initialized before calling tool-bar-setup.
9476 (tool-bar-add-item-from-menu): Add autoload cookie.
9477
9478 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9479
9480 * menu-bar.el (send-mail-item-name): New function.
9481 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9482 of mail-user-agent in the menu. Don't display the "Send Mail"
9483 item if mail-user-agent is nil or its value is ignore.
9484 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9485 if read-mail-command is nil or its value is ignore.
9486
9487 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9488
9489 2000-10-09 Miles Bader <miles@gnu.org>
9490
9491 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9492 Correct image size.
9493 * toolbar/left_arrow.xpm: Correct image size.
9494
9495 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9496 will be done by the definition of `auto-compression-mode' if
9497 necessary. Move code to uninstall existing file-name handler
9498 before definition of `auto-compression-mode'.
9499
9500 * image-file.el (auto-image-file-mode): Move to the end of the
9501 file, because `define-minor-mode' actually calls the mode-function
9502 if the associated variable is non-nil, which requires that all
9503 needed functions be already defined.
9504
9505 * mouse.el (popup-menu): Balance parens.
9506
9507 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9508
9509 * mouse.el (popup-menu): Move the command call outside the loop
9510 so that popup-menu returns whatever the command returns.
9511
9512 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9513 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9514 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9515 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9516
9517 * vc.el (vc-version-diff): diff-switches can be a list.
9518 Use relative filenames for prettier output.
9519
9520 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9521 (vc-post-command-functions): Remove old-VC compatibility code.
9522
9523 * newcomment.el (comment-indent-default): Autoload.
9524
9525 * font-lock.el (font-lock-defaults): Make buffer-local.
9526 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9527 (font-lock-choose-keywords):
9528 Ignore LEVEL unless KEYWORDS is a list of syms.
9529 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9530 Don't wrap regexp-opt things in \(...\) unnecessarily.
9531
9532 * jit-lock.el: Don't require font-lock any more.
9533 (jit-lock-functions): Make buffer-local.
9534 (jit-lock-saved-fontify-buffer-function): Remove.
9535 (jit-lock-mode): Remove autoload cookie.
9536 Remove font-lock specific code.
9537 (jit-lock-unregister): Don't bother handling complex hooks any more.
9538 (jit-lock-refontify): New function.
9539 (jit-lock-fontify-buffer): Use it.
9540 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9541 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9542 Add optional args START and END.
9543 Never call font-lock-fontify-region directly.
9544 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9545
9546 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9547
9548 2000-10-08 Dave Love <fx@gnu.org>
9549
9550 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9551
9552 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9553
9554 * play/studly.el (studlify-region, studlify-word): Add autoload
9555 cookie.
9556
9557 * play/morse.el (morse-region, unmorse-region): Add autoload
9558 cookie.
9559
9560 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9561 concat.
9562
9563 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9564 insist on symbols starting with word syntax.
9565 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9566 (eval-defun-1): Doc fix.
9567 (indent-sexp): Use nconc to build up indent-stack.
9568
9569 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9570 Gnus with little use.
9571 (mail-setup-hook): Add mail-abbrevs-setup to options.
9572
9573 * recentf.el: Doc fixes.
9574
9575 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9576 Clean up remainder.
9577
9578 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9579 without timezone and (8) with timezone to enforce some whitespace.
9580 Simplify code somewhat.
9581
9582 * options.el (list-options): Doc that you should use customize.
9583
9584 * iswitchb.el (iswitchb-mode): Add :require.
9585
9586 * info.el (Info-goto-node, Info-menu): Doc fix.
9587 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9588 (info-tool-bar-map): New variable.
9589 (Info-mode): Use it.
9590 (Info-edit-map): Define all in defvar.
9591 (speedbar-attached-frame): Avoid compiler warning.
9592
9593 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9594 (global-map): Bind [tool-bar] to a filtered map.
9595 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9596 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9597 Allow PBM icons.
9598 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9599
9600 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9601 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9602 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9603 icons, except up_arrow, which is left-arrow rotated.
9604
9605 * imenu.el (imenu-add-to-menubar): Fix last change.
9606
9607 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9608
9609 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9610 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9611
9612 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9613
9614 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9615 typos in doc strings.
9616
9617 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9618 the doc strings how to customize Font Lock faces.
9619
9620 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9621 computing growth when dragging the header line.
9622
9623 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9624
9625 * simple.el (kill-line): Doc fix.
9626
9627 2000-10-08 Miles Bader <miles@gnu.org>
9628
9629 * faces.el (secondary-selection): Make foreground visible on tty.
9630
9631 * jka-compr.el (auto-compression-mode): Move to the end of the
9632 file, because `define-minor-mode' actually calls the mode-function
9633 if the associated variable is non-nil, which requires that all
9634 needed functions be already defined.
9635 (with-auto-compression-mode): Add autoload cookie.
9636
9637 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9638
9639 * files.el (find-backup-file-name) [ms-dos]: If support for long
9640 file names is not available, behave as if version-control were set
9641 to never.
9642
9643 2000-10-07 Dave Love <fx@gnu.org>
9644
9645 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9646 (browse-url-gnome-moz): New function.
9647 (browse-url-browser-function): Use it.
9648 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9649
9650 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9651
9652 * indent.el (tab-always-indent): New var.
9653 (indent-for-tab-command): Use it.
9654
9655 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9656 raise an error. This way it can still default to a sane value.
9657
9658 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9659
9660 * startup.el (fancy-splash-screens): Use local rather than global map.
9661 Don't use `update-menu-bindings' any more.
9662 Get rid of assumptions about keymap representation.
9663
9664 2000-10-06 Dave Love <fx@gnu.org>
9665
9666 * textmodes/fill.el (sentence-end-double-space)
9667 (sentence-end-without-period): Doc fix.
9668 (adaptive-fill-regexp): Purecopy.
9669 (unjustify-current-line): Use line-end-position.
9670 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9671
9672 * net/eudc-vars.el (eudc): Add :version, :link.
9673
9674 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9675
9676 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9677 Fix for define-minor-mode.
9678 (function-at-point): Alias to function-called-at-point.
9679
9680 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9681
9682 * simple.el (backward-word): Doc fix.
9683
9684 * image-file.el (image-file-name-regexp): image-file-regexps ->
9685 image-file-name-regexps.
9686 (image-file-name-extensions): Add pbm.
9687
9688 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9689
9690 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9691 and add filename to the names so that diff-mode can jump to source.
9692
9693 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9694 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9695 (tex-font-lock-keywords-1): Remove.
9696 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9697 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9698 (font-lock-default-fontify-region):
9699 Expand beg..end correctly when just following a multiline region.
9700 (font-lock-fontify-anchored-keywords):
9701 Include the anchor text as part of the multiline.
9702
9703 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9704
9705 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9706 latter needs the autoloaded define-minor-mode macro during the
9707 bootstrap.
9708
9709 * startup.el (command-line): For now, activate tool-bar-mode only
9710 if XPM images are supported.
9711
9712 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9713 window by dragging a header-line at the top of the frame; that's
9714 confusing because the header-line doesn't move.
9715 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9716 of treating the event as a list. Some cleanup.
9717
9718 2000-10-06 Miles Bader <miles@gnu.org>
9719
9720 * simple.el (display-message-or-buffer): New function.
9721 (shell-command-on-region): Use `display-message-or-buffer'.
9722
9723 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9724 docstring parts.
9725
9726 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9727 (smbclient-prompt-regexp): Add usage note to doc string.
9728 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9729 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9730 Use add-hook for adding the comint filter function, and only do so
9731 if it's not already in the global hook list.
9732 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9733 to `make-local-variable'.
9734 (nslookup-font-lock-keywords): Remove prompt entry.
9735 (nslookup): Don't set the process-filter.
9736 (finger): Exit the loop correctly when the regexps list runs out.
9737 (ftp, smbclient, smbclient-list-shares):
9738 Set the real major mode immediately, not after execing.
9739 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9740
9741 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9742
9743 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9744
9745 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9746
9747 * which-func.el (which-func-format): Remove spurious space.
9748 (which-func-mode): Don't make it permanent-local.
9749 (which-func-ff-hook): Allow which-func-maxout to be nil.
9750 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9751 (which-func-mode): Simplify.
9752 Use post-command-idle-hook rather than post-command-hook.
9753 Go through all buffers and update their state.
9754 (which-function): Also try add-log-current-defun-function.
9755
9756 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9757 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9758 Update call to with-vc-properties accordingly.
9759 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9760 (vc-revert-buffer): More careful about window selection and deletion.
9761 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9762
9763 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9764 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9765 (cvs-dired-action): Change the default to quickdir.
9766
9767 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9768 if comment-indent-function returns nil.
9769 (comment-indent-default): New function.
9770 (comment-indent-function): Use it and document the new semantics.
9771
9772 * image-file.el: Docstring fixes.
9773
9774 * help.el (help-xref-on-pp): Use match-string.
9775 (describe-variable): New arg BUFFER.
9776 Store the current buffer in the help-xref-stack.
9777 (temp-buffer-resize-mode): Use define-minor-mode.
9778
9779 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9780 consistently with its docstring.
9781 Set jit-lock-first-unfontify-pos in an idempotent way.
9782 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9783
9784 2000-10-05 Alex Schroeder <alex@gnu.org>
9785
9786 * sql.el (sql-mysql-options): New variable.
9787 (sql-mysql): Use it.
9788
9789 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9790
9791 * image.el (image): New group.
9792
9793 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9794 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9795
9796 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9797
9798 * net/net-utils.el (nslookup-font-lock-keywords)
9799 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9800 Ignore the value of wqindow-system; always define keywords
9801
9802 2000-10-05 Kenichi Handa <handa@etl.go.jp>
9803
9804 * startup.el (fancy-splash-screens): Remove the code for
9805 debugging; `(trace-to-stderr "EXITTT\n")'.
9806
9807 2000-10-05 Miles Bader <miles@gnu.org>
9808
9809 * diff-mode.el (diff-goto-source): Update call to
9810 `diff-hunk-status-msg' to reflect new REV variable.
9811
9812 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9813
9814 * progmodes/icon.el (icon-mode):
9815 Don't gratuitously override the default for comment-column.
9816
9817 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9818
9819 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9820 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9821 (jit-lock-functions): New var.
9822 (jit-lock-function-1): Use it if non-nil.
9823 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9824 Set the `fontified' property before doing the fontification to avoid
9825 repeatedly going through the same error.
9826 Don't turn errors into messages.
9827 (jit-lock-register, jit-lock-unregister): New functions.
9828
9829 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9830 Use with-current-buffer.
9831
9832 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9833 Turn comment into docstring.
9834
9835 * apropos.el (apropos-mode): Use define-derived-mode.
9836
9837 2000-10-04 Gerd Moellmann <gerd@gnu.org>
9838
9839 * startup.el (fancy-splash-pending-command): New variable.
9840 (fancy-splash-pre-command): New function.
9841 (fancy-splash-screens): Rewritten.
9842 (command-line-1): If fancy-splash-pending-command is set, call it
9843 interactively.
9844
9845 2000-10-04 Dave Love <fx@gnu.org>
9846
9847 * toolbar/tool-bar.el (tool-bar-setup): New function.
9848 (tool-bar-mode): Use it.
9849
9850 * subr.el (substitute-key-definition): Doc fix.
9851 (play-sound-file): New command.
9852
9853 2000-10-04 Andre Spiegel <spiegel@gnu.org>
9854
9855 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9856 vc-version-backup-file-name): New functions.
9857
9858 * files.el (basic-save-buffer): Call vc-before-save before saving.
9859
9860 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9861 vc-cvs-stay-local-p.
9862
9863 * vc.el (vc-revert-buffer): Handle empty diff properly.
9864 (vc-version-backup-file): New function.
9865 (vc-checkout): Create a version backup if necessary.
9866 (vc-checkin): If a version backup file exists, delete it.
9867 (vc-version-diff): Diff locally using version backups, if available.
9868 (vc-revert-file): If there's a version backup, revert locally.
9869 (vc-transfer-file): Use version backup for base version, if
9870 available. If not, ask for confirmation whether to get it from the
9871 server. Update mode line before check-in.
9872
9873 2000-10-04 Dave Love <fx@gnu.org>
9874
9875 * toolbar/tool-bar.el (tool-bar-setup): New function.
9876 (tool-bar-mode): Use it.
9877
9878 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9879
9880 * net/net-utils.el (nslookup-font-lock-keywords)
9881 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9882 Only set if window-system is non-nil
9883 (net-utils-run-program): Returns buffer.
9884 (network-connection-reconnect): Added this function.
9885
9886 * generic.el:
9887 Incorporates extensive cleanup and docfixes by
9888 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9889 Uses cl compile-time macros.
9890 (generic-mode-name, generic-comment-list)
9891 (generic-keywords-list, generic-font-lock-expressions)
9892 (generic-mode-function-list, generic-mode-syntax-table):
9893 Removed variables.
9894 (generic-mode-alist): Renamed to generic-mode-list.
9895 (generic-find-file-regexp): Default changed to "^#".
9896 (generic-read-type): Uses completing read on generic-mode-list.
9897 (generic-mode-sanity-check): removed this function.
9898 (generic-add-to-auto-mode): Removed this function
9899 (generic-mode-internal): Bind mode-specific definitions
9900 into function instead of putting them in alist.
9901 (generic-mode-set-comments): Reworked extensively.
9902 (generic-mode-find-file-hook): Simplified regexp searching
9903 (generic-make-keywords-list): Omit extra pair of parens
9904
9905 * find-lisp.el (find-lisp-find-files-internal):
9906 Make sure directory name ends with "/".
9907
9908 * generic-x.el (apache-conf-generic-mode):
9909 Regexp now allows leading whitespace.
9910 (rc-generic-mode): Added eval-when-compile
9911 around generic-make-keywords-list.
9912 Deleted duplicate regexp
9913 (rul-generic-mode): Added eval-when-compile
9914 around generic-make-keywords-list.
9915 (etc-fstab-generic-mode): New generic mode.
9916 (rul-generic-mode): Removed one eval-when-compile
9917 which caused a max-specpdl-size exceeded error.
9918
9919 2000-10-04 Miles Bader <miles@gnu.org>
9920
9921 * simple.el (minibuffer-temporary-goal-position): New variable.
9922 (next-history-element): Try to keep the position of point in the
9923 input string constant.
9924
9925 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9926 (dired-do-create-files): If there's only one file, pass it in as
9927 the DEFAULT arg to dired-mark-read-file-name.
9928
9929 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9930
9931 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9932 (diff-goto-source): Be smarter when choosing REVERSE or not.
9933
9934 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9935 (texinfo-mode-menu): Add an explicit shortcut for update all.
9936
9937 2000-10-03 Andre Spiegel <spiegel@gnu.org>
9938
9939 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9940 factorize backend-specific code cleanly (this was essentially
9941 conceived by Stefan Monnier).
9942 (vc-unregister): Function removed.
9943 (vc-revert-file): New function.
9944 (vc-revert-buffer): Delegate some of the work to it.
9945
9946 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9947 default branch unconditionally.
9948 (vc-rcs-set-default-branch): New function.
9949 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9950 (vc-rcs-checkin): If an appropriate default branch has been set,
9951 force creation of that branch.
9952 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9953 code (as suggested by Stefan Monnier).
9954
9955 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9956
9957 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9958 highlighting overlay with a different face over the overlay
9959 isearch uses to highlight the current match because that can lead
9960 to bad face combinations.
9961
9962 * loadup.el (toplevel): Load faces before isearch.
9963
9964 * isearch.el (isearch-faces): New custom group.
9965 (isearch): New defface; was already tested for in the code.
9966 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9967 (isearch-highlight): Always use face `isearch'.
9968
9969 2000-10-02 Dave Love <fx@gnu.org>
9970
9971 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9972 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9973 comparison of opcode with operand.
9974
9975 2000-10-03 Miles Bader <miles@gnu.org>
9976
9977 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9978 buffer, since the echo area will now grow to accommodate them.
9979
9980 2000-10-02 Andre Spiegel <spiegel@gnu.org>
9981
9982 * vc-hooks.el (vc-registered): If FILE used to be registered under
9983 a certain backend, try that one first.
9984
9985 * vc.el (vc-responsible-backend): Undo the previous change in the
9986 argument list. Handle multiple backends correctly.
9987 (vc-find-new-backend): Function removed.
9988 (vc-register): Use vc-responsible-backend, as before.
9989 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9990
9991 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9992
9993 * startup.el (fancy-splash-head): Change message below the
9994 logo.
9995
9996 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9997
9998 * diff-mode.el (diff-goto-source): Emit a status message.
9999 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10000 (diff-test-hunk): Fix doc string.
10001 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10002 (diff-advance-after-apply-hunk): New variable.
10003 (diff-apply-hunk): Don't return a value.
10004
10005 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10006
10007 * vc.el (vc-editable-p): Minor optimization.
10008 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10009 (vc-find-new-backend): New function split from vc-responsible-backend.
10010 (vc-register): Use it.
10011 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10012 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10013 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10014 (vc-clear-headers): Don't use find-file.
10015 (vc-revert-buffer): Use `and' again (must have been a braino).
10016 (vc-switch-backend): Only prompt if requested.
10017 Short circuit if nothing is to be done.
10018 Don't use vc-resynch-buffer which could lose unsaved editing.
10019 (vc-default-receive-file): Update call to vc-unregister.
10020 (with-vc-file, vc-next-action-on-file):
10021 Use vc-backend rather than vc-registered.
10022 (vc-next-action-on-file): Use intern-soft.
10023 Deal with read-only *vc-diff* buffer.
10024 (vc-transfer-file): Docstring fix.
10025
10026 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10027 (vc-rcs-receive-file): Avoid with-vc-properties.
10028 Update call to vc-unregister.
10029 Use constant `RCS' rather than (dynamically bound) var `backend'.
10030
10031 2000-10-01 Andre Spiegel <spiegel@gnu.org>
10032
10033 * vc.el (vc-next-action-on-file): Update mode line only if file
10034 is visited.
10035 (vc-start-entry): New argument initial-contents. Don't visit the file
10036 if it isn't already visited. Brought documentation up-to-date.
10037 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10038 (vc-checkin): New optional arg initial-contents, which is passed to
10039 vc-start-entry.
10040 (vc-finish-logentry): Make sure to bury log buffer only if there
10041 really is one. Call `vc-resynch-buffer' on log-file, not
10042 buffer-file-name.
10043 (vc-default-comment-history, vc-default-wash-log): New functions.
10044 (vc-index-of): Removed.
10045 (vc-transfer-file): Make do without the above.
10046 (vc-default-receive-file): Call comment-history unconditionally. Pass
10047 the resulting string to vc-checkin, instead of inserting it into the
10048 comment ring.
10049
10050 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10051 unconditionally. Use the comments as initial contents of the log
10052 entry buffer. Document the trick to force branch creation with no
10053 changes.
10054
10055 2000-10-01 Miles Bader <miles@gnu.org>
10056
10057 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10058 `recenter' with an arg to prevent redrawing the display.
10059
10060 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10061
10062 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10063
10064 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10065
10066 * progmodes/c-mode.el (c-mode):
10067 Don't gratuitously override the default for comment-column.
10068
10069 * textmodes/tex-mode.el (latex-metasection-list): New var.
10070 (latex-imenu-create-index): Use it.
10071 Move the regexp construction outside loops (and use push).
10072 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10073 (tex-font-lock-keywords): Moved from font-lock.el.
10074 (tex-comment-indent): Remove.
10075 (tex-common-initialization): Don't set comment-indent-function.
10076 (latex-block-default): New var.
10077 (tex-latex-block): Use it to provide a default choice.
10078 Add any unknown choice to latex-block-names.
10079 Insert [...] after {...}.
10080 (tex-last-unended-begin): Simplify regexp.
10081 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10082 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10083 (latex-mode): Set forward-sexp-function.
10084
10085 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10086 Add regexp for @ignore ... @end ignore.
10087 (texinfo-heading-face): New face.
10088 (texinfo-font-lock-keywords): Use it.
10089 (texinfo-mode-menu): New menu.
10090 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10091 New functions.
10092 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10093 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10094 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10095 Remove declaration.
10096 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10097
10098 * delsel.el (delete-selection-mode): Use define-minor-mode.
10099
10100 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10101
10102 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10103
10104 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10105
10106 2000-09-30 Gerd Moellmann <gerd@gnu.org>
10107
10108 * replace.el (keep-lines-read-args): New function.
10109 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10110 read arguments interactively. Add parameters RSTART and REND.
10111 Operate on the active region in Transient Mark mode.
10112
10113 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10114
10115 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10116 (authors-obsolete-files-regexps): New variable.
10117 (authors-add): Don't record changes in obsolete files.
10118
10119 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10120
10121 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10122
10123 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10124 (comment-indent): Make sure there's a space between code and comment.
10125 Shift comments left to avoid going past fill-column.
10126
10127 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10128
10129 * startup.el (startup-echo-area-message): New function.
10130 (display-startup-echo-area-message): Use it.
10131 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10132 (fancy-splash-default-action): New function.
10133 (fancy-splash-screens-1): New function.
10134 (fancy-splash-head): Put a help-echo and a keymap under the image.
10135
10136 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10137
10138 * diff-mode.el (diff-add-log-file-name): Remove.
10139 (diff-mode): Use add-log-buffer-file-name-function.
10140
10141 * add-log.el (find-change-log): New arg BUFFER-FILE.
10142 (add-log-file-name): Obey add-log-file-name-function.
10143 (add-log-buffer-file-name-function): New var.
10144 (add-change-log-entry): Use it.
10145
10146 2000-09-29 Miles Bader <miles@gnu.org>
10147
10148 * image-file.el (image-file-name-extensions): New variable.
10149 (image-file-name-regexps): Renamed from `image-file-regexps'.
10150 New default value is nil. Call `auto-image-file-mode'.
10151 (image-file-name-regexp): New function.
10152 (auto-image-file-mode): New minor mode.
10153 (insert-image-file): Don't make conditional on the image-file
10154 handler being enabled.
10155 (image-file-handler): Make the call here conditional instead.
10156 (set-image-file-handler-enabled, enable-image-file-handler)
10157 (disable-image-file-handler): Functions removed.
10158
10159 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10160 string.
10161
10162 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10163
10164 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10165 it's a function from CL.
10166 (latex-imenu-create-index): Replace eval-when-compile with progn
10167 because latex-section-alist is not bound while compiling.
10168
10169 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10170
10171 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10172 (outline-mode): Use define-derived-mode.
10173
10174 * progmodes/perl-mode.el (perl-mode):
10175 * progmodes/awk-mode.el (awk-mode):
10176 * progmodes/asm-mode.el (asm-mode):
10177 Don't gratuitously override the default for comment-column.
10178
10179 * emacs-lisp/lisp.el (lisp-complete-symbol):
10180 Distinguish the let-binding case from the funcall case.
10181 (forward-sexp-function): New variable.
10182 (forward-sexp): Use it.
10183
10184 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10185 (easy-mmode-defmap): Remove the now useless autoload.
10186
10187 * time.el (display-time-mode): Use define-minor-mode.
10188
10189 * subr.el (add-minor-mode): Don't eval NAME.
10190 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10191 Use if rather than cond.
10192
10193 * simple.el (read-expression-map): Define more properly.
10194 (comment-indent-hook): Remove.
10195 (string-to-syntax): Bug fix.
10196
10197 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10198 (cvs-ediff-diff): Fix typo.
10199 (cvs-revert-if-needed): Don't bother preserving read-only.
10200
10201 * paren.el (show-paren-mode): Use define-minor-mode.
10202
10203 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10204 (toggle-auto-compression): Remove.
10205 (jka-compr-build-file-regexp): Remove useless grouping.
10206
10207 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10208 Avoid user-reserved bindings.
10209 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10210 (diff-header-face): Revert to grey85.
10211
10212 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10213
10214 * complete.el (partial-completion-mode) <defcustom>: Remove.
10215 (partial-completion-mode): Use define-minor-mode.
10216 (PC-do-completion): Understand `completion-auto-help = delay'
10217 to mean to popup the completion buffer only the second time.
10218 (PC-include-file-all-completions, PC-include-file-all-completions)
10219 (PC-include-file-all-completions): Don't quote lambda.
10220
10221 * comint.el (comint-mode-hook): Docstring fix.
10222 (comint-mode): Use define-derived-mode.
10223 (comint-mode-map): Remove obsolete comment.
10224 (make-comint): Minor stylistic change.
10225 (comint-insert-clicked-input): Be more careful to find the overlay.
10226 Use this-command-keys rather than hardcoding mouse-2.
10227
10228 * font-lock.el: Replace confusing (,@ with ,
10229 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10230 Don't use regexp-opt-depth. Spice up the regexp for args.
10231 Don't distinguish between cmds that can take an opt arg or not.
10232 Use `append' and `prepend' rather than `keep'.
10233
10234 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10235 (latex-outline-regexp): New var.
10236 (latex-outline-level): New fun.
10237 (latex-section-alist): New var.
10238 (latex-imenu-create-index): Use it. Use `push' as well.
10239 (tex-shell-map): Initialize it properly.
10240 (tex-mode): Minor stylistic change.
10241 (plain-tex-mode): Use define-derived-mode.
10242 (latex-mode): Use define-derived-mode.
10243 Construct the paragraph regexps in a more readable way.
10244 Set the buffer-local outline-{level,regexp} vars.
10245 (slitex-mode): Derive from latex-mode.
10246 (tex-common-initialization): Don't kill-all-vars anymore.
10247 Add setting for comment-add and font-lock-defaults.
10248 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10249 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10250 (tex-start-tex): New arg DIR (and send a chdir command for it).
10251 Also display the shell buffer and save it in tex-last-buffer-texed.
10252 (tex-region): Use expand-file-name rather than concat.
10253 Remove code made useless by changes in tex-start-tex.
10254 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10255
10256 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10257
10258 2000-09-28 Dave Love <fx@gnu.org>
10259
10260 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10261
10262 2000-09-28 Gerd Moellmann <gerd@gnu.org>
10263
10264 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10265 `append'.
10266
10267 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10268
10269 * info.el (Info-extract-pointer): Undo last change.
10270 Instead, fix the position of the `bound' arg to re-search-backward.
10271
10272 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10273
10274 * info.el (Info-extract-pointer):
10275 Widen more carefully, to avoid finding pointers in other nodes.
10276 (Info-index): Use push.
10277
10278 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10279
10280 * frame.el (set-frame-font): Remove call to obsolete function
10281 frame-update-faces.
10282 (set-foreground-color, set-background-color): Likewise for
10283 frame-update-face-colors.
10284
10285 2000-09-27 Miles Bader <miles@gnu.org>
10286
10287 * image-file.el: New file.
10288
10289 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10290
10291 * frame.el (frame-notice-user-settings): Don't call
10292 frame-update-faces, which is a no-op now.
10293
10294 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10295 tool-bar-lines.
10296
10297 2000-09-27 Dave Love <fx@gnu.org>
10298
10299 * mouse.el: Fix last change.
10300
10301 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10302
10303 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10304
10305 2000-09-22 Kenichi Handa <handa@etl.go.jp>
10306
10307 * international/quail.el (quail-help): The output message is
10308 improved.
10309
10310 2000-09-26 Dave Love <fx@gnu.org>
10311
10312 * mouse.el (popup-menu): If POSITION is nil, set it using
10313 mouse-position.
10314
10315 2000-09-25 Sam Steingold <sds@gnu.org>
10316
10317 * net/browse-url.el (browse-url-file-url): Check for null maps.
10318
10319 2000-09-26 Gerd Moellmann <gerd@gnu.org>
10320
10321 * frame.el (frame-notice-user-settings): Don't add a
10322 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10323
10324 * frame.el (frame-notice-user-settings):
10325 Make tool-bar-mode and default-frame-alist consistent.
10326
10327 * toolbar/tool-bar.el (tool-bar-help): New function.
10328
10329 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10330
10331 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10332 current-load-list in top-level forms. Else this leaks a cons cell
10333 every time a defun is called.
10334
10335 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10336
10337 2000-09-25 Dave Love <fx@gnu.org>
10338
10339 * startup.el (fancy-splash-head): Check XPM is available.
10340
10341 * autoinsert.el (auto-insert): Doc fix.
10342 (auto-insert-alist): Following GNU notices, don't say `copyright
10343 _by_'. Use line-beginning-position.
10344 (auto-insert): Check buffer-file-name is non-nil before use.
10345
10346 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10347
10348 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10349 starting with `@def' or `@multitable', in addition to ones
10350 specified by the user in auto-fill-inhibit-regexp.
10351
10352 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
10353
10354 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10355 rmail-dont-reply-to-names matches the empty string.
10356
10357 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10358
10359 * startup.el (command-line-1, fancy-splash-text): Change the
10360 text to sound more friendly.
10361
10362 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10363
10364 * progmodes/hideshow.el: Update author email address.
10365 Generally, sync w/ maintainer version 5.22.
10366 (hs-hide-all-non-comment-function): New var.
10367 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10368 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10369 (hs-show-region): Delete this command.
10370 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10371
10372 2000-09-22 Dave Love <fx@gnu.org>
10373
10374 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10375 (hl-line-highlight): Specify buffer when moving overlay.
10376
10377 * progmodes/fortran.el (fortran-mode): Locally set
10378 normal-auto-fill-function.
10379 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10380 (fortran-mode-map): Adjust auto-fill menu entry.
10381
10382 2000-09-22 Gerd Moellmann <gerd@gnu.org>
10383
10384 * vc-rcs.el (toplevel): Require `vc' when compiling.
10385
10386 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10387
10388 2000-09-22 Andre Spiegel <spiegel@gnu.org>
10389
10390 * vc.el (vc-switch-backend): Signal an error if the file is not
10391 registered under the new backend.
10392
10393 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10394 without explicit revision number.
10395
10396 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10397
10398 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10399 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10400 (diff-xor): New function.
10401 (diff-find-source-location): Use it. Fix a stupid name clash.
10402 (diff-hunk-status-msg): New function.
10403 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10404 (diff-test-hunk): Use diff-find-source-location.
10405 (diff-goto-source): Favor the `reverse'.
10406 (diff-hunk-text): Properly handle one-sided context diffs.
10407 (diff-apply-hunk): When done, advance to the next hunk.
10408
10409 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10410
10411 * startup.el (command-line): If frame was created with a non-zero
10412 tool-bar-lines parameter, switch tool-bar-mode on.
10413
10414 * add-log.el (change-log-date-face, change-log-name-face)
10415 (change-log-email-face, change-log-file-face)
10416 (change-log-list-face, change-log-conditionals-face)
10417 (change-log-function-face, change-log-acknowledgement-face):
10418 New faces, inheriting from font-lock faces.
10419 (change-log-font-lock-keywords): Use them.
10420
10421 2000-09-21 Dave Love <fx@gnu.org>
10422
10423 * progmodes/cperl-mode.el (top-level): Clean up
10424 `eval-when-compile's and assorted defvars.
10425 (cperl-invalid-face): Don't double-quote value. Change custom
10426 type.
10427 (cperl-mode): Set normal-auto-fill-function and don't zap
10428 auto-fill-function.
10429 (cperl-imenu--function-name-regexp-perl): Renamed from
10430 imenu-example--function-name-regexp-perl.
10431 (cperl-imenu--create-perl-index): Renamed from
10432 imenu-example--create-perl-index.
10433 (cperl-xsub-scan): Don't require cl.
10434
10435 * msb.el (msb-mode-map): Use substitute-key-definition.
10436 (msb-mode): Use msb-mode-map.
10437
10438 2000-09-21 Andre Spiegel <spiegel@gnu.org>
10439
10440 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10441 New functions.
10442 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10443 (vc-switch-backend): New function.
10444 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10445 (vc-register): Fix prompt.
10446 (vc-unregister, vc-default-unregister): New functions.
10447 (vc-version-diff): Handle empty buffer in sentinel.
10448
10449 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10450 (vc-rcs-state-heuristic): Use it to guess the state of files with
10451 non-strict locking.
10452 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10453 been set with -b, but not created yet.
10454 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10455 contents in order to find the state.
10456 (vc-rcs-checkin): Allow creation of branches with no changes.
10457 (vc-rcs-unregister, vc-rcs-receive-file)
10458 (vc-rcs-set-non-strict-locking): New functions.
10459
10460 * vc-hooks.el (vc-name): Force correct computation of the value
10461 in case it is missing.
10462
10463 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10464
10465 * startup.el (fancy-splash-tail): Use a different foreground
10466 color on a dark frame background.
10467
10468 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10469
10470 * info.el: Use the correct capitalization when making Info-mode
10471 and Info-edit-mode `special' modes.
10472
10473 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10474
10475 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10476 (diff-mode): Add support for add-log.el.
10477 (diff-hunk-text): Use char offsets rather than line offsets.
10478 (diff-find-source-location): Replace LINE with line-offset (nil
10479 if not found) and always set POS to a meaningful position.
10480 Adapt to the new char-offsets.
10481 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10482 Adapt to the new diff-find-source-location.
10483 (diff-goto-source): Adapt to the new diff-find-source-location.
10484
10485 * add-log.el (add-log-file-name): New function (split out of
10486 add-change-log-entry).
10487 (add-change-log-entry): Use it.
10488 Call add-log-file-name-function with the changelog file name if
10489 the current buffer is not associated with any file.
10490 Avoid find-file if the selected window is dedicated.
10491
10492 * diff-mode.el (diff-find-source-location):
10493 Move code from diff-apply-hunk. Return buffer rather than file.
10494 (diff-apply-hunk): Use the new result from diff-find-source-location.
10495 (diff-goto-source): Use the new diff-find-source-location.
10496
10497 2000-09-20 Dave Love <fx@gnu.org>
10498
10499 * iswitchb.el: Some doc fixes.
10500 (iswitchb-mode-map): Define completely initially. Inherit
10501 minibuffer-local-map.
10502 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10503 fundamental-mode.
10504 (iswitchb-global-map): New variable.
10505 (iswitchb-summaries-to-end): Amalgamate regexps.
10506 (iswitchb-mode): New.
10507 (iswitchb-mode-hook): New variable.
10508 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10509 `extensions'.
10510
10511 2000-09-20 Gerd Moellmann <gerd@gnu.org>
10512
10513 * ehelp.el (electric-help): New defgroup.
10514 (electric-help-shrink-window): New user-option.
10515 (with-electric-help): Use it.
10516
10517 * window.el (shrink-window-if-larger-than-buffer): If face
10518 `mode-line' has a :box, and we're on a graphical frame, add 1
10519 to the needed window height.
10520
10521 * frame.el (frame-notice-user-settings): Add a last parameter nil
10522 to a call to `append', because the last list passed to `append' is
10523 not copied, and so subsequent calls to assq-delete-all will modify
10524 default-frame-alist.
10525
10526 * startup.el (fancy-splash-image): Change :type.
10527 (fancy-splash-head): Use an XBM image if appropriate.
10528 (command-line-1): Show splash screens in more cases.
10529
10530 * startup.el (fancy-splash-text): Don't quote faces.
10531
10532 * dired.el (dired-font-lock-keywords): Undo last change.
10533 (dired-readin): Bind indent-tabs-mode to nil.
10534
10535 * startup.el (fancy-splash-head): If frame's background mode
10536 is `dark', change the black background of the image to gray.
10537 (fancy-splash-screens): Display startup echo area message.
10538 (display-startup-echo-area-message): New function.
10539
10540 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10541
10542 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10543
10544 * info.el (info-header-node): Tweak for color ttys.
10545
10546 * faces.el (face-valid-attribute-values): Make sure directories we
10547 search for stipples both exist and are readable before trying to
10548 search them.
10549
10550 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10551 in the dry-run case.
10552
10553 * jka-compr.el (with-auto-compression-mode): New macro.
10554
10555 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10556 (custom-group-tag-face, custom-variable-tag-face): Use relative
10557 :height and inherit from `variable-pitch' face instead of
10558 hardwiring :family.
10559 * hi-lock.el (hi-black-hb): Likewise.
10560
10561 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10562 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10563 toolbar-add-item, if image doesn't have a mask add a `:mask
10564 heuristic'.
10565
10566 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10567
10568 * diff-mode.el: Docstring fixes.
10569 (diff-header-face, diff-comment-face): New faces.
10570 (diff-font-lock-keywords): Highlight a bit differently.
10571 (diff-find-source-location): Don't return SPAN any more.
10572 (diff-hunk-text): Don't bother erasing the temp buffer.
10573 (diff-find-text): Drop argument LINE.
10574 (diff-apply-hunk): Update calls to diff-find-text.
10575 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10576
10577 * calendar/calendar.el: Docstring fixes.
10578 (calendar-make-alist): Don't quote lambda.
10579 (calendar-star-date): Use make-local-variable.
10580
10581 2000-09-19 Dave Love <fx@gnu.org>
10582
10583 * toolbar/tool-bar.el: Renamed from toolbar.el.
10584 Change `toolbar' to `tool-bar' generally in symbols.
10585 Make some items invisible in `special' major modes.
10586 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10587 Add arg PROPS.
10588
10589 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10590 Add :version here.
10591 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10592
10593 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10594
10595 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10596
10597 * files.el (find-file-suppress-same-file-warnings): New user-option.
10598 (find-file-noselect): Use it.
10599
10600 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10601 (fancy-splash-screen): Defgroup.
10602
10603 * add-log.el (change-log-font-lock-keywords): Match names
10604 more exactly for the case that font-lock-constant-face is
10605 underlined.
10606
10607 2000-09-19 Richard M. Stallman <rms@gnu.org>
10608
10609 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10610
10611 2000-09-19 Andre Spiegel <spiegel@gnu.org>
10612
10613 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10614
10615 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10616
10617 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10618 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10619 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10620 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10621 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10622 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10623 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10624 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10625 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10626 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10627 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10628 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10629
10630 * startup.el (fancy-splash-text): New variable.
10631 (fancy-splash-delay, fancy-splash-image): New user-options.
10632 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10633 (fancy-splash-screens): New functions.
10634 (command-line-1): If display has a `display' frame parameter, has
10635 colors, and we have XPM support, show more fancy splash screens.
10636
10637 2000-09-19 Dave Love <fx@gnu.org>
10638
10639 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10640 with null `help'. Use modern backquote syntax.
10641
10642 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10643
10644 * font-lock.el (font-lock-mode): Change message telling the user
10645 that ``the buffer is too big''.
10646
10647 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10648 for instance for the case that tab-width is 2.
10649
10650 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10651
10652 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10653 toolbar-add-item, if image doesn't have a mask add a `:mask
10654 heuristic'.
10655
10656 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10657
10658 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10659 and return a cons if it's non-nil.
10660 (diff-apply-hunk): Try to jump to the line in the source text
10661 corresponding to the position of point in the in the hunk.
10662
10663 * info.el (Info-title-3-face, Info-title-2-face)
10664 (Info-title-1-face): Use face inheritance and relative sizes
10665 instead of hard-wiring things.
10666
10667 * faces.el (secondary-selection): Make dark-background variant sane.
10668
10669 2000-09-16 Andrew Innes <andrewi@gnu.org>
10670
10671 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10672 read-only, since they aren't under VC now.
10673
10674 2000-09-17 Dave Love <fx@gnu.org>
10675
10676 * tmm.el: Replace mapcar with mapc in several places.
10677
10678 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10679 ad-unadvise.
10680
10681 * international/latin1-disp.el: New file.
10682
10683 * calendar/cal-move.el (scroll-calendar-left)
10684 (scroll-calendar-right): Make arg optional (for active mode line).
10685
10686 * calendar/calendar.el (calendar-mode-line-format): Make fields
10687 mouse-sensitive.
10688 (calendar-read-date, calendar-read-date, calendar-window-list):
10689 Unquote lambda.
10690 (calendar-month-name): Use aref, not sref.
10691
10692 * view.el (minor-mode-alist): Propertize the string.
10693
10694 * international/characters.el (standard-case-table): Add entries
10695 for Greek.
10696
10697 2000-09-18 Miles Bader <miles@gnu.org>
10698
10699 * info.el (info-node, info-xref): Add dark-background variants.
10700
10701 * faces.el (header-line): Change defaults to be less confusing
10702 when mixed with mode-lines.
10703
10704 * info.el (Info-fontify-node): Make a few cleanups.
10705 Add extra `help-echo' and `local-map' props to node xrefs.
10706 Use header-specific faces for node-names & xrefs.
10707 (Info-use-header-line): New variable.
10708 (info-header-xref, info-header-node): New faces.
10709 (Info-setup-header-line): New function.
10710 (Info-select-node): Call Info-setup-header-line when enabled.
10711 (Info-extract-pointer): Work even if the header line is hidden.
10712 (Info-header-line): New variable.
10713
10714 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10715
10716 * vms-patch.el (print-region-function): Don't quote lambda.
10717
10718 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10719
10720 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10721 (lm-get-header-re): Allow spaces between the header and the colon.
10722 (lm-header): Allow $ in non-RCS headers.
10723 (lm-header-multiline): Put the strings back into order.
10724 Stop at an empty line. Don't require two space chars if the
10725 line is clearly not another header line.
10726
10727 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10728 (popup-menu-popup): Remove.
10729
10730 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10731
10732 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10733 specification if or if not tool-bar item contains an `:enabled'
10734 property.
10735
10736 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10737 current buffer has no file name.
10738
10739 2000-09-15 Dave Love <fx@gnu.org>
10740
10741 * strokes.el: Sync with maintainer's current version with changes
10742 for Emacs, but avoid runtime cl and levents.
10743 (toplevel): Change autoloads and compilation requires.
10744 (strokes-version, strokes-bug-address, strokes-lift): Values
10745 changed.
10746 (strokes-xpm-header, strokes-insinuated): New variable.
10747 (strokes): Add :link.
10748 (strokes-mode): Customized.
10749 (strokes-while-inhibiting-garbage-collector): New macro.
10750 (strokes-remassoc): Avoid remove-if.
10751 (strokes-fix-button2-command): Don't use ad-do-it.
10752 (strokes-insinuate): New function.
10753 (strokes-button-press-event-p, strokes-button-release-event-p):
10754 New functions, used instead of non-`strokes-' versions..
10755 (strokes-mouse-event-p): Rewritten.
10756 (strokes-event-closest-point): Avoid event-point.
10757 (strokes-get-grid-position): Avoid cdadr, caadr
10758 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10759 functions.
10760 (strokes-help): Use with-output-to-temp-buffer.
10761 (strokes-window-configuration-changed-p): New function.
10762 (strokes-update-window-configuration): Use buffer-live-p,
10763 strokes-window-configuration-changed-p.
10764 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10765 (strokes-char-face): New face.
10766 (strokes-char-table, strokes-base64-chars): New variable.
10767 (strokes-xpm-for-stroke, strokes-list-strokes)
10768 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10769 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10770 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10771 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10772 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10773 functions.
10774
10775 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10776
10777 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10778
10779 * image.el (create-image): Doc fix.
10780
10781 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10782 instead of `:heuristic-mask t'.
10783
10784 2000-09-14 Andrew Innes <andrewi@gnu.org>
10785
10786 * makefile.w32-in: Revert to Unix line endings.
10787
10788 2000-09-14 Andrew Innes <andrewi@gnu.org>
10789
10790 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10791 when installing.
10792
10793 * makefile.nt (DONTCOMPILE): Fix typo.
10794
10795 * shell.el (shell-write-history-on-exit): New function.
10796 (shell-dumb-shell-regexp): New custom variable.
10797 (shell-mode): Make shell-write-history-on-exit the process
10798 sentinel if shell name matches shell-dumb-shell-regexp.
10799
10800 * w32-fns.el: Comment out before-init-hook function which resets
10801 source-directory based; this breaks bootstrap.
10802
10803 2000-09-14 Dave Love <fx@gnu.org>
10804
10805 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10806 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10807 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10808 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10809 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10810 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10811 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10812 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10813 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10814
10815 * toolbar/toolbar.el: New.
10816
10817 * subdirs.el: Add toolbar.
10818
10819 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10820
10821 * indent.el (indent-for-tab-command): Doc fix.
10822
10823 2000-09-14 Alex Schroeder <alex@gnu.org>
10824
10825 * ansi-color.el (ansi-colors): Doc change.
10826 (ansi-color-get-face): Simplified regexp.
10827 (ansi-color-faces-vector): Added more faces, doc change.
10828 (ansi-color-names-vector): Doc change.
10829 (ansi-color-regexp): Simplified regexp.
10830 (ansi-color-parameter-regexp): New regexp.
10831 (ansi-color-filter-apply): Doc change.
10832 (ansi-color-filter-region): Doc change.
10833 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10834 deal with zero length parameters.
10835 (ansi-color-apply-on-region): Doc change.
10836 (ansi-color-map): Doc change.
10837 (ansi-color-map-update): Removed debugging message.
10838 (ansi-color-get-face-1): Added condition-case to trap
10839 args-out-of-range errors.
10840 (ansi-color-get-face): Doc change.
10841 (ansi-color-make-face): Removed.
10842 (ansi-color-for-shell-mode): New option.
10843
10844 2000-09-13 Kenichi Handa <handa@etl.go.jp>
10845
10846 * international/quail.el (quail-start-translation): Translate KEY
10847 if necessary even if it doesn't have any mapping in the current
10848 input method.
10849 (quail-start-conversion): Likewise.
10850 (quail-help): The output message is improved.
10851
10852 2000-09-13 Miles Bader <miles@gnu.org>
10853
10854 * comint.el (comint-output-filter): Revert to using
10855 `insert-before-markers'. Add bletcherous hack to undo damage
10856 caused by `insert-before-markers'. Put `front-sticky' property on
10857 overlays created here so that the field code understands how the
10858 overlay works. Use a let when making comint-last-prompt-overlay,
10859 so that the code is easier to read.
10860
10861 2000-09-13 Dave Love <fx@gnu.org>
10862
10863 * wid-edit.el (widget-default-format-handler): DTRT when
10864 doc-property is a function.
10865
10866 2000-09-12 Francesco Potorti` <pot@gnu.org>
10867
10868 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10869 filed name if it's not there.
10870
10871 2000-09-12 Dave Love <fx@gnu.org>
10872
10873 * simple.el (read-mail-command): Doc fix.
10874 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10875
10876 * vc.el (vc-dired-listing-switches): Fix :version.
10877
10878 * vc-hooks.el: Doc fixes.
10879
10880 * subr.el (add-minor-mode): Use toggle-fun arg.
10881
10882 * speedbar.el: Add :version to several defcustoms.
10883
10884 * imenu.el (imenu--truncate-items, imenu--cleanup)
10885 (imenu--generic-function): Avoid mapcar.
10886 (imenu--replace-spaces): Function removed.
10887 (imenu--completion-buffer): Use subst-char-in-string.
10888 (imenu-add-to-menubar): Use keymap inheritance.
10889
10890 2000-09-12 Miles Bader <miles@gnu.org>
10891
10892 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10893 (diff-mode-map): Bind `diff-test-hunk'.
10894 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10895
10896 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10897
10898 * bytecomp.el (byte-compile-defvar): Undo last change
10899 because it breaks '(make-variable-buffer-local (defvar ...)'
10900 which is used at least in dired.
10901
10902 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10903
10904 * international/quail.el (quail-define-package): Docstring
10905 modified.
10906
10907 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10908
10909 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10910 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10911 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10912 docstring of "chinese-py".
10913
10914 * international/quail.el (quail-translation-docstring): New
10915 variable.
10916 (quail-show-keyboard-layout): Docstring modified.
10917 (quail-select-current): Likewise.
10918 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10919 infinite recursive call.
10920 (quail-help): Check quail-translation-docstring. Format of the
10921 output changed.
10922 (quail-help-insert-keymap-description): Adjusted for the above
10923 change.
10924
10925 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10926
10927 * bytecomp.el (byte-compile-defvar): Only cons onto
10928 current-load-list in top-level forms. Else this leaks a cons cell
10929 every time a defun is called.
10930
10931 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10932
10933 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10934 Now understands non-unified diffs. Some functionality moved into
10935 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10936 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10937 modify anything. Only reposition point in the patched file if the
10938 patch succeeds. Only pop up another window if POPUP is true.
10939 Emit a message describing what happened if successful, and at what
10940 line-offset. Automatically detect reversed hunks and do something
10941 appropriate.
10942 (diff-hunk-text, diff-find-text): New functions.
10943 (diff-filter-lines): Function removed.
10944 (diff-test-hunk): New function.
10945 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10946
10947 2000-09-10 Dave Love <fx@gnu.org>
10948
10949 * textmodes/tildify.el: Minor doc/commentary fixes.
10950 (tildify) <defgroup>: Add :version.
10951
10952 * faces.el (face-x-resources): Make custom type more specific.
10953 (frame-background-mode): Use mapc.
10954 (region) <defcustom>: Add :version.
10955
10956 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10957
10958 * vc-sccs.el (vc-sccs-register):
10959 * vc-rcs.el (vc-rcs-register):
10960 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10961 * vc.el (vc-register): Clear file's properties.
10962
10963 2000-09-08 Gerd Moellmann <gerd@gnu.org>
10964
10965 * faces.el (face-spec-set): Only face-spec-reset-face when
10966 ATTRS is non-nil.
10967
10968 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10969
10970 * help.el (help-insert-xref-button): Fix a typo in doc string.
10971
10972 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10973
10974 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10975 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10976 methods.
10977
10978 * menu-bar.el (read-mail-item-name): New function.
10979 (menu-bar-tools-menu): Use it to compute and display the package
10980 used to read email.
10981 (menu-bar-tools-menu): Fix typo in GUD's help string.
10982
10983 2000-09-07 Dave Love <fx@gnu.org>
10984
10985 * diff-mode.el (diff-mouse-goto-source): New function.
10986
10987 * vc-sccs.el: Doc fixes.
10988 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10989
10990 * vc-rcs.el: Doc fixes.
10991 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10992 (vc-rcs-checkout-switches, vc-rcs-header)
10993 (vc-rcs-master-templates): Add or change :version.
10994
10995 * vc-cvs.el: Doc fixes.
10996 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10997 (vc-cvs-stay-local): Add :version.
10998
10999 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11000
11001 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11002
11003 * international/quail.el (quail-help): Fix previous change.
11004
11005 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11006
11007 * faces.el (color-values): Doc fix.
11008
11009 * faces.el (frame-set-background-mode): Use frame-parameter
11010 instead of frame-parameters.
11011
11012 * frame.el (filtered-frame-list): Reduce consing.
11013 (frames-on-display-list): Call frame-parameter instead of
11014 frame-parameters.
11015
11016 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11017
11018 * language/devan-util.el (devanagari-to-indian-region): In the
11019 loop, change the following char, not preceding char.
11020
11021 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11022
11023 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11024 instead of frame-parameters.
11025
11026 * faces.el (set-face-attribute): Simplify by calling
11027 internal-set-lisp-face-attribute with FRAME being 0.
11028
11029 * vc.el: Remove `Id' version control keyword.
11030
11031 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11032
11033 * help.el (help-make-xrefs): Adjusted for the change of
11034 help-xref-mule-regexp.
11035 (help-insert-xref-button): New function.
11036
11037 * international/mule-cmds.el (help-xref-mule-regexp-template):
11038 Include the pattern for character set.
11039 (leim): New group.
11040
11041 * international/quail.el: Don't require face.
11042 (quail): New group.
11043 (quail-other-command): Dummy command to make quail-help work better.
11044 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11045 (quail-keyboard-layout-substitution): New variable.
11046 (quail-update-keyboard-layout): New function.
11047 (quail-keyboard-layout-type): New customizable variable.
11048 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11049 (quail-keyboard-translate): Pay attention to
11050 quail-keyboard-layout-substitution.
11051 (quail-insert-kbd-layout): New function.
11052 (quail-show-keyboard-layout): New function.
11053 (quail-get-translation): If the definition is a vector of length
11054 1, and the element is a string of length 1, return the character
11055 in that string.
11056 (quail-update-current-translations): Fix the case of
11057 relative-index out of range.
11058 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11059 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11060 Show key sequences for all available characters.
11061 (quail-help-insert-keymap-description): Don't show such verbose
11062 key bindings as quail-self-insert-command.
11063
11064 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11065 Format changed, and each element now have extra documentations.
11066 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11067 Adjusted for the change of quail-cxterm-package-ext-info.
11068
11069 2000-09-06 Gerd Moellmann <gerd@gnu.org>
11070
11071 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11072 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11073 during bootstrap.
11074
11075 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11076
11077 * vc.el: (toplevel): Don't require `dired' at run-time.
11078 (vc-dired-resynch-file): Remove autoload cookie.
11079
11080 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11081
11082 * vc.el: Made several backend functions optional.
11083 (vc-default-responsible-p): New function.
11084 (vc-merge): Use RET for first version to trigger merge-news, not
11085 prefix arg.
11086 (vc-annotate): Handle backends that do not support annotation.
11087 (vc-default-merge-news): Removed. The existence of a merge-news
11088 implementation is now checked on caller sites.
11089
11090 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11091 case.
11092
11093 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11094 special case that has been removed from the default in vc-hooks.el.
11095
11096 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11097
11098 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11099
11100 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11101
11102 * vc-hooks.el: Require vc during compilation.
11103 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11104 macro `with-vc-properties' in vc.el.
11105 (vc-file-getprop): Doc fix.
11106 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11107
11108 * vc.el: Require dired-aux during compilation.
11109 (vc-name-assoc-file): Moved to vc-sccs.el.
11110 (with-vc-properties): New macro.
11111 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11112 vc-finish-steal): Use it.
11113 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11114 to the backend-specific function is now supposed to do the checkout,
11115 too.
11116 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11117
11118 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11119 set file properties; that gets done in the generic code now.
11120
11121 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11122 Changed parameter list, added code from vc.el that does the
11123 checkout, possibly with a double-take.
11124
11125 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11126 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11127 the above under the new name.
11128 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11129 parameter list, added checkout command.
11130 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11131 properties; that gets done in the generic code now.
11132
11133 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11134
11135 * vc.el: Docstring fixes (courtesy of checkdoc).
11136
11137 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11138
11139 * vc.el (vc-checkout-writable-buffer-hook)
11140 (vc-checkout-writable-buffer): Remove.
11141 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11142 (vc-log-mode): Make it into a clean derived major mode.
11143 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11144 vc-log-mode if log-edit is not available.
11145 (vc-dired-mode-map): Don't set-keymap-parent yet.
11146 (vc-dired-mode): Do set-keymap-parent here.
11147 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11148
11149 2000-09-05 Gerd Moellmann <gerd@gnu.org>
11150
11151 * faces.el (set-face-attribute, face-spec-reset-face)
11152 (face-spec-set): Avoid consing by removing calls to `apply'.
11153
11154 * frame.el (frame-parameter): Move to C code.
11155
11156 2000-09-05 Dave Love <fx@gnu.org>
11157
11158 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11159 insert-before-markers-and-inherit. Now checked systematically!
11160
11161 2000-09-05 Alex Schroeder <alex@gnu.org>
11162
11163 * sql.el (sql-postgres): Use sql-postgres-options.
11164 (sql-postgres-options): New variable.
11165
11166 2000-09-05 Alex Schroeder <alex@gnu.org>
11167
11168 * sql.el (sql-mode-menu): Work around missing variable mark-active
11169 in XEmacs.
11170 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11171 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11172 compatibility.
11173
11174 2000-09-04 Gerd Moellmann <gerd@gnu.org>
11175
11176 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11177
11178 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11179
11180 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11181
11182 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11183
11184 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11185 don't support anything else under SCCS yet.
11186
11187 * vc-hooks.el: Minor doc fixes.
11188
11189 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11190
11191 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11192 not necessary. If verbose in state `needs-patch', do the same as
11193 under `up-to-date'. When NOT verbose and `needs-patch', check out
11194 latest version instead of `merge-news'.
11195 (vc-next-action-dired): Don't mess with default-directory here; it
11196 breaks other parts of dired. It is the job of the
11197 backend-specific functions to adjust it temporarily if they need it.
11198 (vc-next-action): Remove a special CVS case.
11199 (vc-clear-headers): New optional arg FILE.
11200 (vc-checkin, vc-checkout): Set properties vc-state and
11201 vc-checkout-time properly.
11202 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11203 (vc-print-log): Use new backend function `show-log-entry'.
11204 (vc-cancel-version): Do the checks in a different order. Added a
11205 FIXME concerning RCS-only code.
11206
11207 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11208 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11209
11210 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11211
11212 * vc-hooks.el (vc-default-mode-line-string): Show state
11213 `needs-patch' as a `-' too.
11214
11215 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11216
11217 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11218 (vc-default-could-register): New function.
11219 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11220 (vc-resynch-buffer): Call vc-dired-resynch-file.
11221 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11222 vc-resynch-buffer instead of vc-resynch-window.
11223 (vc-next-action-dired): Don't redisplay here, that gets done as a
11224 result of the individual file operations.
11225 (vc-retrieve-snapshot): Corrected prompt order.
11226
11227 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11228
11229 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11230 as well.
11231 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11232 hostname regexps. Updated all callers.
11233 (vc-cvs-responsible-p): Handle directories as well.
11234 (vc-cvs-could-register): New function.
11235 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11236 properties up-to-date.
11237
11238 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11239 user whether to create one.
11240
11241 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11242
11243 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11244 check out a non-existing file.
11245
11246 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11247 workfile does not exist.
11248
11249 * vc.el (vc-version-diff): Use `require' to check for existence of
11250 diff-mode.
11251
11252 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11253
11254 * vc-cvs.el (vc-cvs-registered): Use new function
11255 vc-cvs-parse-entry to do the actual work.
11256
11257 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11258
11259 * vc-hooks.el (vc-find-backend-function): If function doesn't
11260 exist, return nil instead of error.
11261 (vc-call-backend): Doc fix.
11262
11263 * vc.el (vc-do-command): Doc fix.
11264 (vc-finish-logentry): When checking in from vc-dired, choose the
11265 right backend for logentry check.
11266 (vc-dired-mode-map): Inherit from dired-mode-map.
11267 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11268 simplified.
11269 (vc-dired-state-info): Removed, updated caller.
11270 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11271 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11272 (vc-dired-listing-switches): New variable.
11273 (vc-directory): Use it, instead of dired-listing-switches.
11274
11275 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11276 (vc-cvs-dir-state): New function.
11277 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11278 (vc-cvs-parse-entry): New function, also to be used in
11279 vc-cvs-registered.
11280
11281 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11282
11283 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11284 *or* single-window-frames.
11285
11286 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11287
11288 * vc.el (vc-update-changelog): Split into generic part and default
11289 implementation. Doc string adapted.
11290 (vc-default-update-changelog): New function. Call the `rcs2log'
11291 script in exec-directory, to fix a long-standing nuisance.
11292
11293 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11294 simply signals an error.
11295
11296 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11297
11298 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11299 control-flow more clear and to avoid running `cvs' twice.
11300
11301 * vc.el (vc-next-action-on-file): Doc fix.
11302 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11303 (vc-print-log): Eval `file' before constructing the continuation.
11304
11305 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11306
11307 * vc.el (vc-next-action-on-file): Corrected several messages.
11308 (vc-merge): Add prefix arg `merge-news'; handle it.
11309
11310 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11311 is not reached. It is.
11312 (vc-cvs-merge): Set state to 'edited after merge.
11313 (vc-cvs-merge-news): Set workfile version to nil if not known.
11314 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11315
11316 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11317 via stdout. (Merge from main line.)
11318
11319 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11320
11321 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11322 detection.
11323
11324 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11325
11326 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11327 against kill-all-local-variables.
11328 (vc-log-edit): Don't save vc-parent-buffer any more.
11329 (vc-last-comment-match): Initialize to an empty string.
11330 (vc-post-command-functions): New hook.
11331 (vc-do-command): Run it.
11332 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11333 (vc-finish-logentry): Only add the comment to the ring if it's
11334 different from the last comment entered.
11335 (vc-new-comment-index): New function.
11336 (vc-previous-comment): Use it. Make the minibuffer message
11337 slightly less terse.
11338 (vc-comment-search-reverse): Make it work forward as well. Don't
11339 set vc-comment-ring-index if no match is found. Use
11340 vc-new-comment-index.
11341 (vc-comment-search-forward): Use vc-comment-search-reverse.
11342 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11343 define-derived-mode will do it for us. Bind `v' to a keymap that
11344 inherits from vc-prefix-map so that we can bind `vt' without
11345 binding C-x v t.
11346 (vc-retrieve-snapshot): Parenthesis typo.
11347
11348 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11349 to 1. Make sure to switch to *vc* before looking for an error
11350 message. Use vc-parse-buffer.
11351
11352 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11353
11354 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11355 and NAME.
11356 (vc-retrieve-snapshot): Split into two parts.
11357 (vc-default-retrieve-snapshot): New function.
11358
11359 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11360 (vc-cvs-retrieve-snapshot): New function (untested).
11361 (vc-cvs-stay-local): Default to t.
11362 (vc-cvs-remote-p): New function and property.
11363 (vc-cvs-state): Stay local only if the above is t.
11364 (vc-handle-cvs): Removed.
11365 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11366 done via vc-handled-backends now.
11367 (vc-cvs-header): Escape Id.
11368
11369 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11370
11371 * vc.el (vc-do-command): Remove unused commands.
11372 (vc-version-diff): Make sure default-directory ends with a slash.
11373 Move the window commands into a vc-exec-after.
11374 (vc-print-log): Move more of the code into the `vc-exec-after'.
11375
11376 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11377
11378 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11379 (vc-print-log): Search current revision from beginning of buffer.
11380 (vc-revert-buffer): Clear echo area after the diff is finished.
11381 (vc-prefix-map): Removed definition of "t" for terse display in vc
11382 dired.
11383 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11384 definition of "vt" for terse display.
11385 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11386
11387 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11388
11389 * vc.el (vc-exec-after): Avoid caddr.
11390
11391 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11392
11393 * vc.el (vc-exec-after): New function.
11394 (vc-do-command): Use it to add a termination message for async
11395 procs.
11396 (vc-checkout): Try to handle a missing-backend situation.
11397 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11398 of a directory with a backend using async diffs.
11399 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11400 present.
11401
11402 * vc-sccs.el (vc-sccs-state-heuristic): Use
11403 file-ownership-preserved-p.
11404
11405 * vc-rcs.el (vc-rcs-state-heuristic): Use
11406 file-ownership-preserved-p.
11407 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11408
11409 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11410
11411 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11412 vc-do-command.
11413
11414 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11415 when there are no changes.
11416
11417 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11418
11419 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11420
11421 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11422
11423 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11424
11425 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11426
11427 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11428 the `fset' outside of the defvar so that it works even if
11429 vc-prefix-map was already defined.
11430 (vc-setup-buffer): New function, split out of vc-do-command.
11431 (vc-do-command): Allow BUFFER to be t to mean `just use the
11432 current buffer without any fuss'.
11433 (vc-version-diff): Change the `diff' backend operation to just put
11434 the diff in the current buffer without erasing it. Always use
11435 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11436 shrink-window-if-larger-than-buffer.
11437 (vc-print-log): Change the `print-log' backend operation to just
11438 put the log in the current buffer without erasing it. Protect
11439 shrink-window-if-larger-than-buffer.
11440 (vc-update-change-log): Fix setd typo.
11441
11442 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11443 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11444
11445 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11446 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11447 CMP.
11448
11449 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11450 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11451 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11452
11453 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11454
11455 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11456 not possible, use vc-BACKEND-workfile-unchanged-p.
11457 (vc-default-workfile-unchanged-p): New function. Delegates to a
11458 full vc-BACKEND-diff.
11459
11460 * vc-hooks.el (vc-simple-command): Removed.
11461
11462 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11463 instead of vc-simple-command.
11464 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11465 avoid doing a diff when opening a file.
11466 (vc-rcs-state): Added check for unlocked-changes.
11467 (vc-rcs-header): Escape Id.
11468 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11469 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11470 version.
11471
11472 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11473 (vc-sccs-diff): Remove optional arg CMP.
11474 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11475 SCCS-specific function.
11476
11477 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11478 vc-simple-command.
11479
11480 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11481
11482 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11483 (with-vc-file, vc-merge): Use vc-editable-p.
11484 (vc-do-command): Remove unused var vc-file and fix the
11485 doubly-defined `status' var. Add a user message when starting an
11486 async command.
11487 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11488 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11489 Use with-current-buffer.
11490 (vc-buffer-sync): Use unless.
11491 (vc-next-action-on-file): If the file is 'edited by read-only,
11492 make it read-write instead of trying to commit.
11493 (vc-version-diff, vc-update-change-log): Use `setq
11494 default-directory' rather than `cd'.
11495 (vc-log-edit): Don't forget to set default-directory in the
11496 buffer.
11497
11498 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11499 (vc-sccs-state-heuristic): Use file-writable-p instead of
11500 comparing userids.
11501 (vc-sccs-checkout): Use `unless'.
11502
11503 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11504 of comparing userids.
11505 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11506 Simplify the logic by eliminating unreachable code.
11507 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11508 just do a recursive call if we need to retry.
11509 (vc-rcs-checkout): Handle the case where rcs is missing by making
11510 the buffer read-write if requested and re-signalling the error.
11511
11512 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11513
11514 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11515
11516 * vc-hooks.el (vc-handled-backends): Docstring change.
11517 (vc-ignore-vc-files): Mark obsolete.
11518 (vc-registered): Check vc-ignore-vc-files.
11519 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11520 vc-ignore-vc-files.
11521
11522 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11523
11524 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11525
11526 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11527 files since ange-ftp already has vc-registered return nil.
11528
11529 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11530 (vc-sccs-workfile-version): Use with-temp-buffer and new
11531 vc-parse-buffer and don't bother setting the property.
11532 (vc-sccs-add-triple): Use with-current-buffer and
11533 find-file-noselect.
11534 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11535
11536 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11537 derives from the old vc-parse-buffer but uses the revision number
11538 rather than the date (much easier to compare robustly).
11539 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11540 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11541 locking-user more directly. Check strict locking and set
11542 checkout-model appropriately.
11543 (vc-rcs-parse-locks): Remove.
11544 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11545 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11546 (vc-rcs-system-release): Use with-current-buffer and
11547 vc-parse-buffer.
11548 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11549
11550 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11551 (vc-simple-command): Docstring fix.
11552 (vc-registered): Align the way the file-handler is called with the
11553 way the function itself works.
11554 (vc-file-owner): Remove.
11555
11556 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11557 extraction of fields and call to file-attributes because of a
11558 temporary bug in rcp.el.
11559 (vc-cvs-fetch-status): Use with-current-buffer.
11560
11561 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11562
11563 * vc.el (vc-do-command): Use file-relative-name.
11564 (vc-responsible-backend): Use vc-backend if possible.
11565 (vc-create-snapshot): Improve the `interactive' spec. Add support
11566 for branches and dispatch to backend-specific `create-snapshot'.
11567 (vc-default-create-snapshot): New function, containing the bulk of
11568 the old vc-create-snapshot.
11569 (vc-retrieve-snapshot): Improve the interactive spec.
11570
11571 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11572 (vc-backend-hook-functions): Remove.
11573 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11574 (vc-backend): Reintroduce the test for `file = nil' now that I
11575 know why it was there (and added a comment to better remember).
11576
11577 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11578 code from vc-sccs-hooks.el.
11579 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11580 'vc anymore.
11581 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11582 and file-directory-p instead of file-exists-p.
11583 (vc-sccs-check-headers): Simplify the regexp.
11584
11585 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11586 from vc-rcs-hooks.el. Don't require 'vc anymore.
11587 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11588 file-directory-p instead of file-exists-p.
11589
11590 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11591 from vc-cvs-hooks.el.
11592 (proto vc-cvs-registered): Require 'vc-cvs instead of
11593 'vc-cvs-hooks. Don't require 'vc anymore.
11594 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11595 file-directory-p instead of file-exists-p.
11596 (vc-cvs-create-snapshot): New function, replacing
11597 vc-cvs-assign-name.
11598 (vc-cvs-assign-name): Remove.
11599
11600 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11601
11602 * vc-cvs.el (vc-cvs-header): New var.
11603
11604 * vc-rcs.el (vc-rcs-exists): Remove.
11605 (vc-rcs-header): New var.
11606
11607 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11608 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11609 (vc-sccs-header): New var.
11610
11611 * vc.el (vc-do-command): Get rid of the `last' argument.
11612 (vc-header-alist): Remove, replaced by vc-X-header.
11613 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11614 (vc-dired-hook): Use expand-file-name instead of concat.
11615 (vc-directory): Use file-name-as-directory.
11616 (vc-snapshot-precondition, vc-create-snapshot)
11617 (vc-retrieve-snapshot): Allow the command to operate on any
11618 directory.
11619
11620 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11621 just removing the 'WORKFILE argument or by removing the 'MASTER
11622 argument and replacing `file' with (vc-name file).
11623
11624 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11625
11626 * vc.el: Update Copyright and add a crude list of backend funs.
11627 (vc-writable-p): New function.
11628 (with-vc-file): Use vc-writable-p.
11629 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11630 (vc-register): Avoid vc-name.
11631 (vc-locking-user): Remove.
11632 (vc-steal-lock): Make the `owner' arg non-optional.
11633 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11634 vc-checkout-model.
11635 (vc-default-dired-state-info): Use vc-state instead of
11636 vc-locking-user and return special strings for special states.
11637 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11638 and get rid of one of the special CVS cases.
11639 (vc-cancel-version): prettify error message with \\[...].
11640 (vc-rename-master): New function.
11641 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11642 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11643 the CVS special case generic.
11644 (vc-default-record-rename): Remove.
11645 (vc-file-tree-walk-internal): Only call FUNC for files that are
11646 under control of some VC backend and replace `concat' with
11647 expand-file-name.
11648 (vc-file-tree-walk): Update docstring.
11649 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11650 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11651
11652 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11653 vc-sccs-record-rename. Use `find-file-noselect' rather than
11654 `find-file' and call `vc-rename-master' to do the actual move.
11655 (vc-sccs-diff): Remove unused `backend' variable.
11656
11657 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11658 to delay loading of vc-sccs until it is really used.
11659 (vc-sccs-master-templates): Preload.
11660 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11661 (vc-sccs-project-dir): Remove (merged into
11662 vc-sccs-search-project-dir).
11663 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11664 rather than `concat', make sure it is preloaded and don't bother
11665 to check that the file actually exists.
11666 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11667 `locks' argument (use buffer's content instead) and eliminate n^2
11668 behavior.
11669
11670 * vc-rcs.el: Update Copyright.
11671 (vc-rcs-rename-file): New function.
11672 (vc-rcs-diff): Remove unused `backend' variable.
11673
11674 * vc-hooks.el: Update Copyright.
11675 (vc-backend): Don't accept a nil argument any more.
11676 (vc-up-to-date-p): Turn into a defsubst.
11677 (vc-possible-master): New function.
11678 (vc-check-master-templates): Use `vc-possible-master' and allow
11679 funs in vc-X-master-templates to return a non-existent file.
11680
11681 * vc-cvs.el: Update Copyright.
11682 (vc-cvs-diff): Remove unused `backend' variable.
11683 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11684
11685 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11686
11687 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11688
11689 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11690 since it can be called from vc-rcs.el.
11691 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11692
11693 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11694
11695 * vc.el (vc-version-diff): Expand file name read from the
11696 minibuffer. Handle the case when a previous version number can't
11697 be guessed. Give suitable messages when there were no differences
11698 found.
11699 (vc-clear-headers): Call backend-specific implementation, if one
11700 exists.
11701 (vc-cancel-version): Made error checks generic. When done, clear
11702 headers generically, too.
11703
11704 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11705 from vc-clear-headers in vc.el.
11706
11707 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11708 correctly.
11709 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11710 optional. Handle the case when it's not there.
11711
11712 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11713
11714 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11715
11716 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11717
11718 * vc-hooks.el (vc-loadup): Remove.
11719 (vc-find-backend-function): Use `require'. Also, handle the case
11720 where vc-BACKEND-hooks.el doesn't exist.
11721 (vc-call-backend): Cleanup.
11722
11723 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11724
11725 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11726 vc-rcs-grab-templates)
11727 (vc-rcs-registered): Remove. The default function works as well.
11728 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11729 vc-sccs-grab-templates)
11730 (vc-sccs-registered): Remove. The default function works as well.
11731
11732 * vc.el (vc-version-diff): Left out a vc- in call to
11733 vc-call-backend.
11734 (vc-default-dired-state-info, vc-default-record-rename)
11735 (vc-default-merge-news): Update for the new backend argument.
11736
11737 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11738 using the default function.
11739 (vc-call-backend): If calling the default function, pass it the
11740 backend as first argument. Update the docstring accordingly.
11741 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11742 for the new backend argument.
11743 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11744 (vc-find-backend-function): Use the new name.
11745 (vc-default-registered): New function.
11746
11747 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11748
11749 * vc.el (vc-merge): Use vc-find-backend-function.
11750
11751 * vc-hooks.el (vc-backend-functions): Remove.
11752 (vc-loadup): Don't setup 'vc-functions.
11753 (vc-find-backend-function): New function.
11754 (vc-call-backend): Use above fun and populate 'vc-functions
11755 lazily.
11756 (vc-backend-defines): Remove.
11757
11758 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11759
11760 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11761 Call vc-call-backend without the leading vc-.
11762 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11763 (vc-check-headers): Call vc-call-backend without the leading vc-.
11764 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11765 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11766 Call vc-call-backend without the leading vc-.
11767
11768 * vc-cvs.el (tail): Provide vc-cvs.
11769 * vc-sccs.el (tail): Provide vc-sccs.
11770 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11771
11772 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11773 (vc-make-backend-function, vc-call): Pass names without leading
11774 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11775 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11776 (vc-call-backend): Always try to load vc-X-hooks.
11777 (vc-registered): Remove vc- in call to vc-call-backend.
11778
11779 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11780
11781 * vc.el (vc-process-filter): New function.
11782 (vc-do-command): Setup `vc-process-filter' for the async process.
11783 (vc-maybe-resolve-conflicts): New function to reduce
11784 code-duplication. Additionally, it puts the buffer in
11785 `smerge-mode' if applicable.
11786 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11787 calling `merge-news'.
11788 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11789 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11790 interfacing to log-edit.el.
11791 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11792 log-edit is available.
11793 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11794
11795 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11796
11797 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11798 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11799 defvar and the initialization.
11800 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11801
11802 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11803 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11804
11805 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11806
11807 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11808
11809 * vc.el (vc-file-clear-masterprops): Removed.
11810 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11811 (vc-version-diff): Use buffer-size without argument.
11812 (vc-register): Heed vc-initial-comment.
11813
11814 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11815 default branch.
11816
11817 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11818 file name and workfile version.
11819 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11820
11821 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11822 vc-file-clear-masterprops.
11823
11824 * vc-sccs.el (vc-sccs-checkout): Removed call to
11825 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11826 rather than user login name.
11827
11828
11829 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11830
11831 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11832 `want-differences-if-changed' and simplify.
11833 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11834 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11835 output (which is invalid for async vc-diff) to decide whether to
11836 do the revert silently or not.
11837
11838 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11839
11840 * vc-hooks.el (vc-loadup): Load files quietly.
11841 (vc-call-backend): Oops, brain fart.
11842
11843 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11844
11845 * vc-cvs.el (vc-cvs-state): Typo.
11846 (vc-cvs-merge-news): Return the status code rather than the error msg.
11847
11848 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11849
11850 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11851 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11852 vc-state or vc-up-to-date-p.
11853 (vc-merge): Use vc-backend-defines to check whether merging is
11854 possible. Set state to 'edited after successful merge.
11855
11856 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11857 return that name. Redocumented.
11858
11859 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11860
11861 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11862 new `vc-state' semantics.
11863 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11864 'vc-locking-user to the current user.
11865 (vc-merge): Inline vc-backend-merge. Comment out code that I
11866 don't understand and hence can't adapt to the new `vc-state' and
11867 `vc-locking-user' semantics.
11868 (vc-backend-merge): Remove.
11869
11870 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11871 rather than 'vc-locking-user.
11872
11873 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11874
11875 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11876 (vc-state): Don't use 'reserved any more. Just use the same
11877 convention as the one used for vc-<backend>-state where the
11878 locking user (as a string) is returned.
11879 (vc-locking-user): Update, based on the above convention. The
11880 'vc-locking-user property has disappeared.
11881 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11882
11883 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11884 with a heuristic one.
11885 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11886 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11887 error. That allows us to get to 'needs-merge even in the
11888 stay-local case. There's still no way to detect 'needs-patch in
11889 such a setup (or to force an update for that matter).
11890 (vc-cvs-logentry-check): Remove, the default works as well.
11891
11892 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11893
11894 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11895
11896 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11897 major-mode in which the buffer might have been put earlier. Use
11898 `remove' and `when'. Allow `okstatus' to be `async' and use
11899 `start-process' in this case.
11900 (vc-version-diff): Handle the case where the diff looks empty
11901 because of the use of an async process.
11902
11903 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11904
11905 * vc.el (vc-next-action-on-file): Removed optional parameter
11906 `simple'. Recompute state unconditionally.
11907 (vc-default-toggle-read-only): Removed.
11908
11909 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11910 (vc-toggle-read-only): Undid prev change.
11911
11912 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11913 vc-cvs-simple-toggle. Redocumented.
11914 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11915 (vc-cvs-toggle-read-only): Removed.
11916
11917 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11918
11919 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11920 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11921 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11922 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11923 still is. So maybe it should be removed.
11924 (vc-head-version, vc-find-binary): Remove.
11925 (vc-recompute-state): Move from vc-hooks.el.
11926 (vc-next-action-on-file): Add a `simple' argument to allow
11927 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11928 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11929 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11930 (vc-dired-mode-map): Properly defvar it.
11931 (vc-print-log): Call log-view-mode if available.
11932 (small-temporary-file-directory): defvar instead of use boundp.
11933 (vc-merge-news): Moved to vc-cvs.el.
11934 (vc-default-merge-news): New function.
11935
11936 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11937 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11938 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11939 unknown `vc-latest-version' function. It should probably refer to
11940 vc-workfile-version or somesuch, but it's very unclear to me and I
11941 don't have SCCS to test things.
11942
11943 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11944 (vc-sccs-state-heuristic): Fix typo.
11945 (vc-sccs-workfile-unchanged-p): Add missing argument.
11946
11947 * vc-rcs.el: Require vc and vc-rcs-hooks.
11948 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11949 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11950 (vc-release-greater-or-equal-p): Move from vc.
11951 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11952 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11953 (vc-rcs-checkout): Add a missing `new-version' argument in the
11954 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11955
11956 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11957 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11958 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11959 than the apparently unbound `workfile-version'.
11960
11961 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11962 (vc-file-prop-obarray): Use `make-vector'.
11963 (vc-backend-functions): Add new hookable functions
11964 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11965 (vc-loadup): If neither backend nor default functions exist, use
11966 the backend function rather than nil.
11967 (vc-call-backend): If the function if not bound yet, try to load
11968 the non-hook file to see if it provides it.
11969 (vc-call): New macro plus use it wherever possible.
11970 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11971 nor `vc-find-binary' since it's only called from
11972 vc-mistrust-permission which is only used once the backend is known.
11973 (vc-checkout-model): Fix parenthesis.
11974 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11975
11976 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11977 (vc-cvs-release, vc-cvs-system-release): Remove.
11978 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11979 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11980 status symbols.
11981 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11982 (vc-cvs-toggle-read-only): First cut at a function to allow a
11983 cvs-status-free vc-toggle-read-only.
11984 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11985 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11986 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11987 (vc-cvs-checkout): Modify access rights directly if the user
11988 requested not to use `cvs edit'. And refresh the mode line.
11989
11990 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11991 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11992
11993 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11994
11995 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11996 workfile' that got lost when the code was extracted from vc.el.
11997 And merged the tail with the rest of the code (not possible in the
11998 old vc.el where the tail was shared among all backends). And
11999 explicitly set the state to 'edited if `writable' is set.
12000
12001 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12002 (vc-cvs-state): Be careful to return the value from
12003 vc-cvs-parse-state.
12004 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12005 property but return it instead. Also be careful to handle a nil
12006 or "" `rev' when workfile is non-nil (it was handled properly when
12007 workfile was nil).
12008
12009 * vc.el: Removed those pesky unnecessary `(function' quotes.
12010 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12011 directly in the defvar.
12012 (vc-do-command): Bind inhibit-read-only so as to properly handle
12013 the case where the destination buffer has been made read-only.
12014 (vc-diff): Delegate to vc-version-diff in all cases.
12015 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12016 (vc-annotate-mode-variables): Removed (code moved partly to
12017 defvars and partly to vc-annotate-add-menu).
12018 (vc-annotate-mode): Turned into a derived-mode.
12019 (vc-annotate-add-menu): Moved in code in
12020 vc-annotate-mode-variables.
12021 (vc-update-change-log): Use make-temp-file if available.
12022
12023 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12024
12025 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12026 `vc-checkout-model' updated to `vc-cvs-update-model'.
12027
12028 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12029
12030 * vc.el (vc-next-action-on-file): Added handling of state
12031 `unlocked-changes'.
12032 (vc-checkout-carefully): Is now practically obsolete, unless the
12033 above is too slow to be enabled unconditionally.
12034 (vc-update-change-log): Fixed typo.
12035
12036 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12037
12038 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12039 Now handles state `unlocked-changes'.
12040 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12041
12042 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12043
12044 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12045 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12046 `unlocked-changes'.
12047 (vc-rcs-workfile-unchanged-p): Renamed from
12048 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12049 function yet, but supposed to become one soon.
12050
12051 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12052 `vc-steal-lock'.
12053 (vc-call-backend): Changed error message.
12054 (vc-state): Added description of state `unlocked-changes'.
12055
12056 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12057
12058 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12059 always return t in CVS-controlled directories.
12060
12061 * vc.el (vc-responsible-backend): New function.
12062 (vc-register): Largely rewritten.
12063 (vc-admin): Removed (implementation moved into vc-register).
12064 (vc-checkin): Redocumented.
12065 (vc-finish-logentry): If no backend defined yet (because we are in
12066 the process of registering), use the responsible backend.
12067
12068 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12069 Updated function lists.
12070 (vc-call-backend): Fixed typo.
12071
12072 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12073 New functions.
12074 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12075 Removed query option. Redocumented.
12076
12077 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12078
12079 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12080
12081 * vc.el: Updated callers of `vc-checkout-required' to use
12082 `vc-checkout-model'.
12083
12084 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12085
12086 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12087 stuff updated to reference this function instead of the old
12088 `vc-backend-release-p'.
12089
12090 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12091
12092 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12093 vc-checkout-model. Return appropriate values. Updated callers.
12094
12095 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12096
12097 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12098 (vc-backend-revert): Function moved into `vc-revert';
12099 `vc-next-action' must be updated to accomodate this change.
12100 (vc-backend-steal): Function moved into `vc-finish-steal'.
12101 (vc-backend-logentry-check): Function moved into
12102 `vc-finish-logentry'.
12103 (vc-backend-printlog): Function moved into `vc-print-log'.
12104 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12105 (vc-backend-assign-name): Function moved into
12106 `vc-create-snapshot'.
12107
12108 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12109
12110 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12111 Rename to vc-checkout-model. Return appropriate values.
12112 Update callers.
12113
12114 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12115 to vc-checkout-model.
12116 (vc-checkout-required): Rename to vc-checkout-model.
12117 Re-implement and re-comment.
12118 (vc-after-save): Use vc-checkout-model.
12119
12120 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12121
12122 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12123 Update to use the vc-BACKEND-diff functions instead.
12124 `vc-diff' is now working.
12125
12126 * vc-rcs.el (vc-rcs-logentry-check): New function.
12127
12128 * vc-cvs.el (vc-cvs-logentry-check): New function.
12129
12130 * vc-sccs.el (vc-sccs-diff): Function changed name from
12131 `vc-backend-diff'. This makes `vc-diff' work.
12132
12133 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12134 of functions possibly implemented in a vc-BACKEND library.
12135 (vc-checkout-required): Fix bug that caused an error to be
12136 signaled during `vc-after-save'.
12137
12138 * vc.el: Fix typo.
12139 This checkin is made with our new VC code base for the very first time.
12140 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12141
12142 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12143 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12144
12145 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12146 updated to `vc-uses-locking'.
12147 (vc-checkout-required): Call to backend function.
12148 `vc-checkout-required' updated to `vc-uses-locking' instead.
12149
12150 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12151 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12152
12153 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12154 to match the split into various backends.
12155 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12156 (vc-retrieve-snapshot): Bug fix.
12157
12158 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12159
12160 * vc-sccs.el (vc-sccs-release): Doc fix.
12161
12162 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12163
12164 * vc.el (vc-next-action-on-file): Bug found and fixed.
12165 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12166 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12167
12168 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12169 (vc-rcs-checkout): Name space cleaned up. No more revision number
12170 crunching function names that are not prefixed with vc-rcs.
12171 (vc-rcs-checkout-model): Function added. References to
12172 `vc-checkout-model' replaced.
12173
12174 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12175
12176 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12177 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12178 still need to be split, and implemented for RCS).
12179
12180 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12181
12182 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12183
12184 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12185 required by the vc.el file.
12186
12187 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12188 required by the vc.el file.
12189 (vc-rcs-exists): Function added.
12190
12191 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12192 required by the vc.el file.
12193
12194 * vc.el (vc-admin): Updated to handle selection of appropriate
12195 backend. Current implementation is crufty and need re-thinking.
12196
12197 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12198
12199 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12200
12201 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12202 beginning of annotate buffers correctly.
12203
12204 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12205 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12206 functionality updated quite a lot to support multiple backends.
12207 Variables `vc-annotate-mode', `vc-annotate-buffers',
12208 `vc-annotate-backend' added.
12209
12210 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12211 `vc-annotate-difference' added to supported backend functions.
12212
12213 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12214
12215 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12216 Use with-temp-file instead of /bin/sh. Merged from mainline
12217
12218 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12219
12220 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12221
12222 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12223
12224 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12225
12226 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12227
12228 * vc-hooks.el: vc-state-heuristic added to
12229 vc-backend-hook-functions.
12230
12231 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12232
12233 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12234
12235 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12236 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12237 state to `reserved'.
12238
12239 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12240 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12241
12242 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12243
12244 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12245 untouched.
12246
12247 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12248
12249 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12250 if defined. (Merged from main line, slightly adapted.)
12251
12252 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12253 millenium problem (merged from mainline).
12254
12255 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12256
12257 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12258 part and moved the non-BACKEND stuff to vc.el.
12259
12260 * vc.el: Split the annotate feature into a BACKEND specific part
12261 and moved it from the vc-cvs.el file to this one.
12262
12263 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12264
12265 * vc-hooks.el: Implement new state model.
12266 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12267 (vc-locking-user): Simplify. Now only needed if the file is
12268 locked by somebody else.
12269 (vc-lock-from-permissions): Remove. Functionality is in
12270 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12271 (vc-mode-line-string): New name for former vc-status. Adapted.
12272 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12273
12274 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12275 Various simplifications and adaptations all over the place.
12276
12277 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12278 Simplify and adapt the rest.
12279
12280 * vc.el (vc-resynch-window): Add TODO comment: check for
12281 interaction with view mode according to recent RCS change.
12282 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12283
12284 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12285
12286 * vc.el: Convert the remaining function comments to docstrings.
12287
12288 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12289
12290 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12291 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12292 (vc-minor-part, vc-previous-version): Functions that operate and
12293 compare revision numbers got proper documentation. Comments added
12294 about their possible removal.
12295
12296 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12297
12298 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12299 the vc-backend.el files.
12300
12301 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12302
12303 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12304 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12305 (vc-rcs-previous-version): Functions added.
12306
12307 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12308
12309 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12310
12311 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12312
12313 * vc-hooks.el (vc-master-templates): Is really obsolete.
12314 Comment out the definition for now. What is the right procedure
12315 to get rid of it?
12316 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12317 rewritten.
12318 (vc-default-registered): Remove.
12319 (vc-check-master-templates): New function; does mostly what the
12320 above did before.
12321 (vc-locking-user): Don't rely on the backend to set the property.
12322
12323 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12324 Rewrite documentation.
12325 (vc-rcs-templates-grabbed): New variable.
12326 (vc-rcs-grab-templates): New function.
12327 (vc-rcs-registered): Rewrite to use above mechanism.
12328
12329 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12330 Rewrite documentation.
12331 (vc-sccs-templates-grabbed): New variable.
12332 (vc-sccs-grab-templates): New function.
12333 (vc-sccs-registered): Rewrite to use above mechanism.
12334 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12335 Don't throw the result, simply return it.
12336
12337 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12338 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12339 (vc-cvs-registered): Does the check itself now. Simplify.
12340
12341 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12342 from main line.
12343
12344 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12345
12346 * vc-cvs.el (vc-cvs-diff): New function.
12347
12348 * vc-sccs.el (vc-sccs-diff): New function.
12349
12350 * vc-rcs.el (vc-rcs-diff): New function.
12351 (vc-rcs-checkout): Bug (typo) found and fixed.
12352 (vc-rcs-register-switches): New variable.
12353
12354 * vc.el (vc-backend-diff): Function removed and placed in the
12355 backend files.
12356
12357 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12358
12359 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12360
12361 * vc.el (vc-backend-checkout): Function removed and replaced in
12362 the vc-backend.el files.
12363
12364 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12365
12366 * vc.el (vc-backend-admin): Removed and replaced in the
12367 vc-backend.el files.
12368
12369 * vc.el (Martin): Removed all the annotate functionality since it
12370 is CVS backend specific.
12371
12372 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12373
12374 * spec.txt: Added specification of vc-state.
12375
12376 * vc-sccs-hooks.el (vc-sccs-master-properties):
12377 Remove handling of vc-latest-version and
12378 vc-your-latest-version. What used to be vc-latest-version, is now
12379 returned as vc-workfile-version.
12380 (vc-sccs-workfile-version): Adapt.
12381
12382 2000-09-04 Dave Love <fx@gnu.org>
12383
12384 * vc.el: [Merged from mainline.]
12385 (vc-dired-mode): Make the dired-move-to-filename-regexp
12386 regexp match the date, to avoid treating date as file size.
12387 Add YYYY S option to WESTERN/
12388
12389 2000-09-04 Dave Love <fx@gnu.org>
12390
12391 * vc.el: Require `compile' when compiling.
12392 (vc-logentry-check-hook): New option.
12393 (vc-steal-lock): Use compose-mail.
12394 (vc-dired-mode-map): Defvar when compiling.
12395 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12396 vc-sccs.el and renamed. Callers changed.
12397 (vc-backend-checkout, vc-backend-logentry-check)
12398 (vc-backend-merge-news): Doc fix.
12399 (vc-default-logentry-check): New function.
12400 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12401 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12402 (vc-backend-merge): Doc fix. Use backend functions.
12403 (vc-check-headers): Use backend functions.
12404
12405 * vc-cvs.el: Require vc when compiling.
12406 (vc-cvs-register-switches): Doc fix.
12407 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12408 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12409 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12410 New functions (code from vc.el).
12411 (vc-annotate-display-default): Fix interactive spec.
12412 (vc-annotate-time-span): Doc fix.
12413
12414 * vc-rcs.el: Require vc when compiling.
12415 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12416 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12417 (vc-rcs-checkin): New functions (code from vc.el).
12418 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12419 Doc fix.
12420 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12421
12422 * vc-sccs.el: Require vc when compiling.
12423 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12424 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12425 (vc-sccs-revert)
12426 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12427 from vc.el).
12428 (vc-sccs-add-triple, vc-sccs-record-rename)
12429 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12430 (vc-sccs-admin): Doc fix.
12431
12432 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12433
12434 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12435 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12436 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12437 from vc.el.
12438
12439 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12440
12441 * vc-cvs.el: Moved the annotate functionality from vc.el.
12442 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12443
12444 2000-09-04 Dave Love <fx@gnu.org>
12445
12446 * vc.el (vc-backend-release): Call vc-system-release.
12447
12448 * vc-sccs.el (vc-sccs-system-release):
12449 Renamed from vc-sccs-backend-release.
12450
12451 * vc-rcs.el (vc-rcs-system-release):
12452 Renamed from vc-rcs-backend-release.
12453
12454 * vc-cvs.el (vc-cvs-system-release):
12455 Renamed from vc-cvs-backend-release.
12456
12457 2000-09-04 Dave Love <fx@gnu.org>
12458
12459 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12460 backend files.
12461 (vc-backend-release): Dispatch to backend functions.
12462 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12463 probably needs attention.]
12464
12465 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12466 (vc-sccs-backend-release): New function.
12467
12468 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12469 (vc-cvs-backend-release): New function.
12470
12471 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12472 Doc fix.
12473 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12474 (vc-default-dired-state-info): New function.
12475 (vc-dired-state-info): Dispatch to backends.
12476 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12477
12478 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12479 from vc.el and renamed.
12480
12481 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12482
12483 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12484 (vc-version-other-window, vc-backend-assign-name): Removed
12485 references to vc-latest-version; sometimes changed into
12486 vc-workfile-version.
12487
12488 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12489 vc-rcs-master-workfile-version.
12490 (vc-rcs-workfile-version): Use the above. Don't call
12491 vc-latest-version (that was unreachable code, anyway).
12492 (vc-rcs-fetch-master-properties): Doc fix.
12493
12494 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12495 (vc-backend-hook-functions): Removed them from this list, too.
12496 (vc-fetch-properties): Removed.
12497 (vc-workfile-version): Doc fix.
12498
12499 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12500 (vc-rcs-workfile-version, vc-rcs-locking-user)
12501 (vc-rcs-uses-locking): Use it.
12502
12503 * vc-hooks.el (vc-consult-rcs-headers):
12504 Moved into vc-rcs-hooks.el, under the name
12505 vc-rcs-consult-headers.
12506
12507 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12508 headers.
12509 (vc-cvs-find-master): Use this name only; correct different
12510 versions of the name.
12511
12512 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12513 New functions.
12514 (vc-sccs-locking-user): Use the latter.
12515
12516 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12517 New functions.
12518
12519 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12520 Moved into both
12521 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12522 functions are implementation details of those two backends.
12523
12524 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12525
12526 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12527 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12528
12529 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12530 (vc-sccs-parse-locks): SCCS-specific code moved here from
12531 vc-hooks.
12532
12533 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12534 code moved here from vc-hooks.
12535
12536 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12537 into back-end specific parts and removed. Callers not updated
12538 yet; because I guess these callers will disappear into back-end
12539 specific files anyway.
12540
12541 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12542
12543 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12544 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12545 `vc-uses-locking'.
12546
12547 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12548 Store yes/no in the property, and return t/nil. Updated all
12549 callers.
12550
12551 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12552 vc-sccs-uses-locking. Don't set property.
12553 (vc-sccs-locking-user): Don't set property.
12554
12555 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12556 vc-cvs-uses-locking. Don't set property here; leave that to
12557 vc-hooks.
12558 (vc-cvs-locking-user): Reflect above change. Streamlined.
12559
12560 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12561 vc-rcs-uses-locking.
12562 (vc-rcs-locking-user): Reflect above change.
12563
12564 2000-09-04 Dave Love <fx@gnu.org>
12565
12566 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12567
12568 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12569
12570 * vc-hooks.el (vc-checkout-model): Punt to backends.
12571
12572 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12573
12574 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12575
12576 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12577 New functions.
12578
12579 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12580 New functions.
12581
12582 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12583 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12584
12585 * vc-hooks.el (vc-default-locking-user): New function.
12586 (vc-locking-user, vc-workfile-version): Punt to backends.
12587
12588 2000-09-04 Dave Love <fx@gnu.org>
12589
12590 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12591 (vc-master-workfile-version): Moved from vc-hooks.
12592
12593 * vc-rcs-hooks.el: Fix duplicate code in last change.
12594
12595 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12596 (vc-rcs-master-templates): Improve :type.
12597 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12598 vc-master-workfile-version): Moved from vc-hooks.
12599
12600 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12601 (vc-sccs-master-templates): Improve :type.
12602 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12603
12604 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12605
12606 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12607 (vc-cvs-master-templates): Improve :type. Use
12608 vc-cvs-find-cvs-master.
12609 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12610 from vc-hooks.
12611 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12612
12613 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12614 Moved to vc-cvs-hooks.
12615
12616 * vc-hooks.el: Add doc strings in various places. Simplify the
12617 minor mode setup.
12618 (vc-handled-backends): New user variable.
12619 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12620 simplification.
12621
12622 2000-09-04 Dave Love <fx@gnu.org>
12623
12624 * vc.el: Some doc fixes for autoloaded and interactive functions.
12625 Fix compilation warnings from ediff stuff.
12626 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12627
12628 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12629
12630 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12631
12632 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12633
12634 2000-09-04 Dave Love <fx@gnu.org>
12635
12636 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12637 New variable.
12638 (vc-make-backend-function, vc-loadup, vc-call-backend)
12639 (vc-backend-defines): New functions.
12640
12641 * vc-hooks.el: Various doc fixes.
12642 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12643 (vc-match-substring): Function removed. Callers changed to use
12644 match-string.
12645 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12646 Simplify.
12647
12648 2000-09-04 Dave Love <fx@gnu.org>
12649
12650 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12651 type.
12652 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12653 (vc-sccs-registered): Doc fix.
12654
12655 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12656 (vc-cvs-registered): Doc fix.
12657
12658 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12659 (vc-rcs-registered): Doc fix.
12660
12661 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12662
12663 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12664
12665 * vc-hooks.el: vc-registered has been renamed
12666 vc-default-registered. Some functions have been moved to the
12667 backend specific files. they all support the
12668 vc-BACKEND-registered functions.
12669
12670 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12671
12672 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12673
12674 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12675
12676 2000-09-04 Dave Love <fx@gnu.org>
12677
12678 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12679 menu-bar-update-hook.
12680
12681 * help.el (help-manyarg-func-alist): Add
12682 find-operation-coding-system.
12683
12684 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12685
12686 * custom.el (custom-set-variables): Print message about errors in
12687 setting.
12688
12689 2000-09-03 Andrew Innes <andrewi@gnu.org>
12690
12691 * makefile.w32-in: Change to DOS line endings.
12692
12693 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12694
12695 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12696 minor-mode keymaps, if they don't have one.
12697
12698 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12699
12700 * eshell/esh-module.el (eval-when-compile): Don't lose if
12701 esh-module.el's file name is truncated to DOS 8+3 limits.
12702
12703 2000-09-01 John Wiegley <johnw@gnu.org>
12704
12705 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12706 predicate, which caused entries in the completion list to be
12707 doubled.
12708
12709 2000-08-30 John Wiegley <johnw@gnu.org>
12710
12711 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12712 sending to subprocesses. Also, hook pre-command-hook if
12713 `eshell-send-direct-to-subprocesses' is non-nil.
12714 (eshell-send-direct-to-subprocesses): New config variable. If t,
12715 subprocess input is send immediately.
12716 (eshell-toggle-direct-send): New function.
12717 (eshell-self-insert-command): New function.
12718 (eshell-intercept-commands): New function.
12719 (eshell-send-input): If direct subprocess sending is enabled,
12720 don't echo any input to the Eshell buffer. Let the subprocess
12721 handle that. This requires "stty echo" in bash, for example.
12722
12723 2000-08-28 John Wiegley <johnw@gnu.org>
12724
12725 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12726 completion function for Eshell's implementation of `unset'.
12727
12728 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12729
12730 * info.el (Info-directory-list): Doc fix.
12731
12732 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12733
12734 * filecache.el (file-cache-add-directory-using-find): Don't quote
12735 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12736
12737 2000-08-31 Kenichi Handa <handa@etl.go.jp>
12738
12739 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12740 coding systems.
12741
12742 2000-08-30 Andrew Innes <andrewi@gnu.org>
12743
12744 * timer.el (run-with-idle-timer): Undo last change, so that timer
12745 is not activated immediately if Emacs is already idle. Some
12746 existing code relies on this behaviour.
12747
12748 2000-08-30 Miles Bader <miles@gnu.org>
12749
12750 * frame.el (set-frame-font): Do completion of font-name for
12751 interactive use.
12752
12753 2000-08-30 Kenichi Handa <handa@etl.go.jp>
12754
12755 * international/quail.el (quail-start-translation): Bind locally
12756 last-command-event, last-command, and this-command.
12757 (quail-start-conversion): Likewise.
12758 (quail-self-insert-command): Fix docstring.
12759
12760 2000-08-29 Gerd Moellmann <gerd@gnu.org>
12761
12762 * progmodes/executable.el
12763 (executable-make-buffer-file-executable-if-script-p): Check that
12764 buffer contains at least 2 characters.
12765
12766 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12767
12768 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12769
12770 2000-08-29 Dave Love <fx@gnu.org>
12771
12772 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12773 (diff-mode-shared-map): Bind mouse-2.
12774 (diff-imenu-generic-expression): New variable.
12775 (diff-mode): Use it.
12776
12777 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12778 (mouse-popup-menubar): Add minor mode menus.
12779 (popup-menu): Check for lookup-key returning number.
12780
12781 2000-08-29 Miles Bader <miles@gnu.org>
12782
12783 * comint.el (comint-send-input): Create overlays using the proper
12784 front/read-advance arguments.
12785
12786 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12787
12788 * ps-print.el: Even/odd pages printing. Doc fix.
12789 (ps-print-version): New version number (6.0).
12790 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12791 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12792 (ps-print-duplex-feature): Variable eliminated.
12793 (ps-even-or-odd-pages): New variable.
12794
12795 * progmodes/ebnf2ps.el: Doc fix.
12796 (ebnf-version): New version (3.3).
12797 (ebnf-user-arrow): Change variable customization to sexp.
12798 (ebnf-user-arrow): Function eliminated.
12799 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12800
12801 2000-08-29 Kenichi Handa <handa@etl.go.jp>
12802
12803 * help.el (help-xref-mule-regexp): New variable.
12804 (help-make-xrefs): Handle help-xref-mule-regexp.
12805
12806 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12807 variable.
12808 (describe-input-method): Temporarily activate the specfied input
12809 method to display the information.
12810 (describe-language-environment): Hyperlinks to mule related items.
12811
12812 * international/mule-diag.el (charset-multibyte-form-string): New
12813 function.
12814 (list-character-sets-1): Use charset-multibyte-form-string.
12815 (describe-character-set): New function.
12816 (describe-coding-system): Hyperlinks to safe character sets.
12817
12818 * international/quail.el (quail-help): New arg PACKAGE.
12819 Hyperlinks to mule related items.
12820 (quail-help-insert-keymap-description): Use
12821 substitute-command-keys instead of describe-bindings.
12822 (quail-translation-help): Hyperlinks to mule related items.
12823
12824 2000-08-28 John Wiegley <johnw@gnu.org>
12825
12826 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12827 have a defsubst call itself. Made `eshell-flatten-list' back into
12828 a function again.
12829
12830 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12831 catch, in case re-centering point at bottom messes up the display.
12832 This happens frequently in Emacs 21, due I believe to variable
12833 line heights.
12834
12835 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12836 to call `find-tag-interactive'.
12837
12838 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12839 the list of remember directories.
12840
12841 2000-08-28 John Wiegley <johnw@gnu.org>
12842
12843 * align.el: Test align-region-separate to see if it's a symbol.
12844
12845 2000-08-28 John Wiegley <johnw@gnu.org>
12846
12847 * eshell/esh-util.el (eshell-flatten-list): Made this function
12848 into a defsubst form. It gets used very frequently, although
12849 calls don't occur all that often.
12850
12851 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12852 examining it.
12853
12854 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12855 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12856 `eshell-protect'.
12857 (eshell-copy-handles): Created a new macro for duplicating the
12858 current set of open handles. This is needed by the looping
12859 functions.
12860 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12861 is not incorrectly stomped on.
12862
12863 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12864 declaration for pcomplete-use-paring.
12865 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12866 value of eshell-cmpl-use-paring.
12867 * pcomplete.el (pcomplete-use-paring): New config variable, to
12868 indicate whether paring should be used.
12869 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12870 completion alternatives that have already been used.
12871
12872 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12873 bound to C-c C-y, which will repeat the previous N arguments
12874 (based on prefix argument).
12875 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12876
12877 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12878 if there is no *Help* buffer. This is for XEmacs, which renames
12879 its help buffers uniquely. TODO: Find out what the current buffer
12880 name to delete is.
12881
12882 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12883 first entry that correlates to a passwd/group number. Later
12884 entries (used for group/user name aliasing to multiple IDs) are
12885 ignored.
12886
12887 * eshell/em-xtra.el (eshell/expr):
12888 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12889 (eshell-grep, eshell/diff, eshell/locate):
12890 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12891 argument list, before passing it to the system command.
12892
12893 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12894 `find-tag' for use at final position in Eshell buffers (which
12895 otherwise triggers an error on Emacs 21).
12896 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12897 buffer, if it is currently bound to `find-tag'.
12898
12899 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12900 in the list of matched Makefile names.
12901 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12902 directory, prefer its contents to Makefile.
12903
12904 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12905 directory parts (like "cd old new", or "cd =regexp"), are now case
12906 sensitive on non-Windows/DOS platforms.
12907
12908 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12909 types RET after an open delimiter (like "), display a message
12910 indicating that Eshell is waiting for the closing delimiter.
12911
12912 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12913 environment variables.
12914
12915 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12916 gracefully if the user enters incorrect arguments.
12917
12918 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12919 Eshell buffers.
12920
12921 * eshell/esh-var.el (eshell-interpolate-variable):
12922 * eshell/esh-mode.el (eshell-move-argument):
12923 * eshell/em-unix.el (eshell-du-sum-directory):
12924 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12925 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12926 (not (= ...)).
12927
12928 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12929 to ensure the `preserve' flag gets propagated when doing recursive
12930 directory copies.
12931
12932 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12933
12934 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12935 Don't convert \n into \0177 in memory.
12936 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12937 and back again, when reading and writing.
12938
12939 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12940
12941 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12942 testing of `fboundp' on `processp'.
12943
12944 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12945 (eshell/jobs): Don't call process-list if it is not bound.
12946 (eshell-gather-process-output): Support systems where async
12947 subprocesses aren't supported.
12948 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12949 variables.
12950
12951 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12952 eshell-do-eval returns t.
12953 (eshell-do-pipelines-synchronously): New defmacro.
12954 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12955 when async subprocesses aren't supported.
12956 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12957 if async subprocesses aren't supported.
12958 (eshell-resume-command): Don't assume STATUS is a string.
12959
12960 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12961
12962 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12963 (eshell-close-target, eshell-get-target): Use eshell-processp.
12964 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12965 fix.
12966 (eshell-get-target, eshell-create-handles): Doc fix.
12967
12968 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12969
12970 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12971 criterion to include commands that output something, as long as it
12972 leaves both the command and the end-of-buffer visible when the
12973 command has exited.
12974 (eshell-review-quick-commands): Adjust the help doc string
12975 accordingly.
12976
12977 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12978
12979 * locate.el (locate): Cleaned up locate command's interactive prompting
12980 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12981
12982 * filecache.el (file-cache-case-fold-search): New variable
12983 (file-cache-assoc-function): New variable
12984 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12985 Use file-cache-case-fold-search variable
12986 (file-cache-add-file): Use file-cache-assoc-function
12987 (file-cache-delete-file): likewise
12988 (file-cache-directory-name): likewise
12989 (file-cache-debug-read-from-minibuffer): likewise
12990
12991 2000-08-28 Gerd Moellmann <gerd@gnu.org>
12992
12993 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12994 (abbrev-table-name): New function.
12995 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12996 If non-nil list local abbrev, only.
12997
12998 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12999
13000 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13001 from Gnus support code, and use special article copy buffer
13002 `(gnus-original-article-buffer)' instead. This allows to get rid
13003 of article-hide-headers usage (which breaks in the latest Gnus
13004 version). Thanks to Detlev Zundel.
13005
13006 2000-08-28 Kenichi Handa <handa@etl.go.jp>
13007
13008 * international/quail.el (quail-use-package): Hide "... loaded"
13009 message.
13010 (quail-start-translation, quail-start-conversion): Likewise.
13011
13012 * international/kkc.el (kkc-region): Hide "... loaded" message.
13013
13014 2000-08-27 Dave Love <fx@gnu.org>
13015
13016 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13017
13018 2000-08-27 Miles Bader <miles@gnu.org>
13019
13020 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13021
13022 2000-08-27 Kenichi Handa <handa@etl.go.jp>
13023
13024 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13025 'ja-dic-cnv), not (require 'skkdic-cnv).
13026
13027 2000-08-26 Miles Bader <miles@gnu.org>
13028
13029 * faces.el (face-x-resources): Add entry for :inherit.
13030 * cus-face.el (custom-face-attributes): Add support for :inherit
13031 attribute. Add support for relative face heights.
13032 (custom-face-attributes-get): Treat `nil' as being a default value
13033 for :inherit (as well as `unspecified').
13034
13035 * faces.el (set-face-attribute): Update doc string.
13036 (face-attribute-name-alist): Add :inherit.
13037 (face-valid-attribute-values): Handle :inherit.
13038 (face-read-string): Rephrase prompt to be less confusing.
13039 Assume that DEFAULT is a string, since we must return a string.
13040 (face-read-integer): Use `format' to turn DEFAULT into an
13041 acceptable default for face-read-string. Match NEW-VALUE against
13042 the string "unspecified", not the symbol `unspecified', since
13043 that's what face-read-string returns.
13044 (read-face-attribute): Lookup a name for old-value in valid, and
13045 use it as a default if we find one. Treat all values from
13046 face-read-string as strings. If the default is used, don't do any
13047 more processing on the value, just use the old value directly.
13048 (read-face-and-attribute, modify-face): Tweak prompt.
13049 (read-face-name): Don't assume prompt ends with a space.
13050
13051 * faces.el (describe-face): Add support for :inherit attribute.
13052
13053 2000-08-25 Kenichi Handa <handa@etl.go.jp>
13054
13055 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13056 concat doesn't accept interger.
13057
13058 * international/kkc.el: Remove SKK from Keywords. Require
13059 ja-dic-utl instead of skkdic-utl.
13060
13061 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13062 Provide ja-dic-cnv instead of skkdic-cnv.
13063 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13064 (iso-2022-7bit-short): Add safe-charsets property.
13065 (skkdic-convert-postfix): Search Japanese chou-on character in
13066 addition to Hiragana character.
13067 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13068 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13069 (batch-skkdic-convert): Likewise.
13070
13071 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13072 Provide ja-dic-utl instead of skkdic-utl.
13073 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13074
13075 2000-08-24 Dave Love <fx@gnu.org>
13076
13077 * disp-table.el (standard-display-default): Make the test of `l'
13078 useful.
13079
13080 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13081 mod sample text.
13082
13083 * international/iso-ascii.el: Make pilcrow convenient string
13084 consistent with section.
13085 (iso-ascii-display): Set up multibyte characters as well as
13086 unibyte.
13087
13088 2000-08-24 Kenichi Handa <handa@etl.go.jp>
13089
13090 * international/mule-cmds.el (reset-language-environment): Set
13091 default-process-coding-system to '(undecided . iso-latin-1), which
13092 makes process I/O almost consistent with file I/O. Call this
13093 function when mule-cmds.el[c] is loaded.
13094
13095 2000-08-22 Andrew Innes <andrewi@gnu.org>
13096
13097 * makefile.w32-in: New file.
13098
13099 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13100
13101 * comint.el (comint-output-filter): Compare end of
13102 comint-last-output-overlay with the start of the newly inserted
13103 text, not the end, when deciding whether to extend it.
13104 Set saved-point's insertion type to advance after insertion.
13105
13106 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13107 since this is now done independently of font-lock mode.
13108
13109 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13110
13111 * server.el (server-kill-new-buffers): New user option.
13112 (server-existing-buffer): New buffer-local variable.
13113 (server-visit-files): When using an existing buffer, set
13114 server-existing-buffer to t.
13115 (server-buffer-done): If server-kill-new-buffers is t, kill the
13116 buffer, unless it was already present before visiting it with
13117 Emacs server.
13118
13119 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13120
13121 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13122 even if the display doesn't support colors: some displays will
13123 support bold/underline faces.
13124
13125 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13126
13127 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13128
13129 * startup.el (command-line): If user's init file had an error,
13130 add explanatory text to *Messages*.
13131
13132 2000-08-21 Kenichi Handa <handa@etl.go.jp>
13133
13134 * man.el (Man-getpage-in-background): Decode the process output by
13135 the system locale coding system.
13136
13137 2000-08-20 Dave Love <fx@gnu.org>
13138
13139 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13140 Don't test x-popup-menu.
13141 (function) <complete-function>: Complete only fbound symbols.
13142 <validate, value>: New.
13143 (variable) <complete-function>: Complete only bound symbols.
13144 (coding-system): Add :base-only, :complete-function, :validate,
13145 :value, :prompt-match.
13146 (widget-coding-system-prompt-value): Use read-coding-system and
13147 act on :base-only.
13148 (editable-field): Add :help-echo.
13149 (widget-push-button-gui, widget-push-button-cache)
13150 (widget-gui-action, widget-editable-list-gui): COmment out, along
13151 with uses.
13152 (widget-at): Make arg optional.
13153 (widget-echo-help): Adjust for current help-echo calling sequence.
13154 (widget-specify-field, widget-specify-button)
13155 (widget-specify-insert, widget-get-sibling, widget-image-find)
13156 (widget-convert, widget-insert, widget-leave-text)
13157 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13158 (widget-setup, widget-field-find, widget-before-change)
13159 (widget-after-change, widget-default-complete)
13160 (widget-default-create, widget-default-delete)
13161 (widget-push-button-value-create, editable-field)
13162 (widget-field-prompt-value, widget-field-validate)
13163 (widget-choice-value-create, widget-choice-action)
13164 (widget-choice-validate, widget-checklist-add-item)
13165 (widget-radio-add-item, widget-radio-chosen)
13166 (widget-radio-value-inline, widget-editable-list-value-create)
13167 (widget-editable-list-entry-create)
13168 (widget-documentation-link-add)
13169 (widget-documentation-string-value-create)
13170 (widget-regexp-validate, widget-file-complete)
13171 (widget-sexp-validate, widget-plist-convert-widget)
13172 (widget-plist-convert-widget, widget-alist-convert-widget)
13173 (widget-alist-convert-widget, widget-color-complete): Simplify,
13174 particularly to avoid bindings which aren't optimized out.
13175
13176 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13177 Doc fix.
13178 (down-list, backward-up-list, up-list, kill-sexp)
13179 (backward-kill-sexp, mark-sexp): Make arg optional.
13180 (lisp-complete-symbol): Add optional arg PREDICATE.
13181
13182 * cus-start.el: Add display-buffer-reuse-frames,
13183 file-coding-system-alist.
13184
13185 2000-08-20 Gerd Moellmann <gerd@gnu.org>
13186
13187 * startup.el (command-line): Clear realized faces after
13188 modifying TTY color mappings.
13189
13190 2000-08-20 Miles Bader <miles@gnu.org>
13191
13192 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13193 merely a subset of FACE's attributes.
13194
13195 2000-08-19 Miles Bader <miles@gnu.org>
13196
13197 * comint.el (comint-output-filter): Save the point with a marker,
13198 not just a buffer position.
13199
13200 * international/mule.el (set-buffer-process-coding-system): Make
13201 interactive prompt less confusing.
13202
13203 2000-08-19 Gerd Moellmann <gerd@gnu.org>
13204
13205 * hilit-chg.el: General cleanup of doc strings, comments and
13206 code formatting.
13207
13208 2000-08-19 Miles Bader <miles@gnu.org>
13209
13210 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13211 Compiler macro removed; beginning-of-line is no longer always
13212 equivalent to forward-line, in the presence of fields.
13213
13214 * comint.el (comint-output-filter): Remove ad-hoc saving of
13215 restriction, and just use save-restriction, now that it works
13216 correctly. Don't adjust comint-last-input-start to account for
13217 our insertion; it shouldn't have moved because we don't use
13218 insert-before-markers anymore. Comment out call to
13219 `force-mode-line-update'; why is it here?
13220
13221 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13222 while checking for prompt to delete. Use `forward-line 0'
13223 instead of beginning-of-line.
13224 (gud-filter): Temporarily widen gud comint buffer while
13225 examining output.
13226
13227 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13228
13229 * progmodes/sh-script.el: Big bag of typos.
13230
13231 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13232 check since ispell-process is not bound when ispell is not yet loaded.
13233
13234 2000-08-18 Dave Love <fx@gnu.org>
13235
13236 * image.el (find-image): Copy `spec' before using plist-put.
13237
13238 2000-08-18 Gerd Moellmann <gerd@gnu.org>
13239
13240 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13241 `portugues'.
13242
13243 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13244 backward-kill-sexp, analogous to kill-sexp.
13245
13246 * progmodes/icon.el (icon-indent-line)
13247 (icon-is-continuation-line): Handle comments specially.
13248
13249 2000-08-17 Ken Stevens <k.stevens@ieee.org>
13250
13251 * ispell.el: Set to standard author/maintainer/keyword fields.
13252 Fine tuning to menu map appearance and operation, and added help.
13253 Remove `start' and `end' error messages when compiling.
13254 (ispell-choices-win-default-height): Fixed comment string.
13255 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13256 castellano8 dictionaries.
13257 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13258 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13259 dictionary, added italiano dictionary.
13260 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13261 word character
13262 (ispell-tex-skip-alists): Added psfig support.
13263 (ispell-skip-html): Renamed from ispell-skip-sgml.
13264 (ispell-begin-skip-region-regexp, ispell-skip-region)
13265 (ispell-minor-check): Improved html skipping support to skip across
13266 code, and recognize `&' commands without propper `;' syntax;
13267 (ispell-process-line): Fix alignment error when manually
13268 correcting spelling.
13269 (ispell): Fix comment string.
13270 (ispell-add-per-file-word-list): Always put word list on new line.
13271
13272 2000-08-17 Gerd Moellmann <gerd@gnu.org>
13273
13274 * format.el (format-encode-run-method): Fix error message to say
13275 `encode' instead of `decode'. Use save-window-excursion around
13276 shell-command-on-region as in format-decode-run-method because
13277 shell-command-on-region can display a buffer with error output.
13278 (format-decode): Don't record undo information for the decoding.
13279 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13280 that number part of the temporary buffer name so that more than
13281 one decoding using a temporary buffer can happen safely.
13282
13283 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13284 of `A-z' in the regexp.
13285
13286 * hilit-chg.el: Fix typos in commentary.
13287
13288 * help.el (view-emacs-news): Rewritten for new naming scheme
13289 for old NEWS files.
13290
13291 * startup.el (command-line): Pop to *Messages* in case an error
13292 is signaled while loading user-init-file.
13293
13294 2000-08-17 Andreas Schwab <schwab@suse.de>
13295
13296 * files.el (insert-directory): Don't lose original file name,
13297 undoing an undocumented change.
13298
13299 2000-08-17 Alex Schroeder <alex@gnu.org>
13300
13301 * sql.el (sql-magic-go): Use comint-bol.
13302 (sql-copy-column): Use comint-line-beginning-position.
13303 (comint-line-beginning-position): Define a replacement for
13304 comint-line-beginning-position if it is not fboundp.
13305
13306 2000-08-17 Alex Schroeder <alex@gnu.org>
13307
13308 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13309 it didn't have any effect anyway.
13310
13311 2000-08-17 Alex Schroeder <alex@gnu.org>
13312
13313 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13314 --pset and pager=off instead of sending \\o|cat at the beginning
13315 of the session.
13316
13317 2000-08-17 Miles Bader <miles@gnu.org>
13318
13319 * progmodes/octave-inf.el: Add compatibility definition of
13320 comint-line-beginning-position.
13321
13322 2000-08-17 Kenichi Handa <handa@etl.go.jp>
13323
13324 * startup.el (normal-top-level): Look in each dir in load-path for
13325 a leim-list.el file too. This assures of loading leim-list.el
13326 that is created at Emacs installation time even if a user have his
13327 own leim-list.el.
13328
13329 2000-08-17 Miles Bader <miles@gnu.org>
13330
13331 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13332 foreground color to black if the background is dark.
13333
13334 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13335
13336 * loadhist.el (unload-feature): Typo.
13337
13338 * finder.el (finder-compile-keywords):
13339 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13340 to the generated file.
13341
13342 * mail/mh-e.el (mh-make-local-vars):
13343 Replace make-variable-buffer-local with make-local-variable.
13344
13345 * play/landmark.el:
13346 * options.el (Edit-options-{set,toggle,t,nil}):
13347 * mail/mailabbrev.el (mail-abbrevs-mode):
13348 * textmodes/tex-mode.el (tex-expand-files):
13349 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13350
13351 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13352
13353 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13354 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13355 Allow going past the last element.
13356 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13357 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13358 (cvs-mouse-toggle-mark): Don't move point.
13359 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13360
13361 * progmodes/compile.el (grep): Provide a default set of files.
13362 (next-error): Docstring fix.
13363 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13364
13365 * emacs-lisp/easy-mmode.el (define-minor-mode):
13366 Use `symbol-value' to keep the byte-compiler quiet.
13367
13368 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13369 (diff-find-source-location): New fun, extracted from diff-goto-source.
13370 (diff-goto-source): Use it.
13371 (diff-next-complex-hunk, diff-filter-lines): New function.
13372 (diff-apply-hunk): New command.
13373
13374 * smerge-mode.el (smerge-mode-menu): Doc fix.
13375
13376 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13377
13378 2000-08-16 Dave Love <fx@gnu.org>
13379
13380 * windmove.el (windmove) <defgroup>: Add :version.
13381
13382 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13383 (goto-address-fontify-p, goto-address-highlight-p)
13384 (goto-address-url-face, goto-address-url-mouse-face)
13385 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13386 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13387 (goto-address-fontify, goto-address-at-mouse): Simplify,
13388 (goto-address-at-point): browse-url-url-at-point,
13389 goto-address-find-address-at-point can return nil.
13390 (goto-address-find-address-at-point): Return nil on failure.
13391
13392 * align.el (align) <defgroup>: Add :version.
13393
13394 * calculator.el (calculator): Add :version.
13395 (calculator): Use two lines for calculator window if `modeline'
13396 face is boxed.
13397
13398 * play/5x5.el: Doc fixes.
13399 (5x5) <defgroup>: Add :version.
13400
13401 * play/fortune.el (fortune) <defgroup>: Add :version.
13402 (fortune-append): Fix error message.
13403 (fortune-from-region): Doc fix.
13404
13405 * play/pong.el (pong): Doc fix.
13406
13407 * play/morse.el: Keywords, commentary, autoloads.
13408
13409 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13410
13411 * desktop.el (desktop-save): Don't look at symbol-value of a
13412 member of minor-mode-alist, unless it is boundp.
13413
13414 2000-08-16 Sam Steingold <sds@gnu.org>
13415
13416 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13417 `while'; use `with-current-buffer' instead of `save-excursion'.
13418 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13419
13420 2000-08-16 Kenichi Handa <handa@etl.go.jp>
13421
13422 * international/ccl.el (declare-ccl-program): Docstring modified.
13423 (ccl-execute-with-args): Likewise.
13424
13425 2000-08-16 Miles Bader <miles@gnu.org>
13426
13427 * progmodes/sql.el: Add compatibility definition of
13428 comint-line-beginning-position.
13429
13430 2000-08-15 Gerd Moellmann <gerd@gnu.org>
13431
13432 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13433 'buffer-menu' property.
13434 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13435 fails.
13436 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13437 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13438 wasn't killed.
13439
13440 * buff-menu.el (list-buffers-noselect): Don't display the
13441 *Buffer List* buffer.
13442
13443 * font-lock.el: Require jit-lock to prevent a very late
13444 `Loading jit-lock' message.
13445
13446 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13447 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13448 mail address.
13449
13450 2000-08-15 Miles Bader <miles@gnu.org>
13451
13452 * textmodes/ispell.el (ispell-graphic-p): New constant.
13453 (ispell-choices-win-default-height, ispell-help): Use
13454 `ispell-graphic-p' instead of `xemacsp'.
13455
13456 2000-08-15 Dave Love <fx@gnu.org>
13457
13458 * simple.el: Autoload widget-convert when compiling.
13459 (mail-user-agent): Doc fix.
13460
13461 * help.el (function-called-at-point, variable-at-point): Use
13462 with-syntax-table.
13463 (help-manyarg-func-alist): Add insert-and-inherit.
13464
13465 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13466
13467 * delsel.el (delsel-unload-hook): New function.
13468
13469 * find-file.el: Doc fixes. Move provide to end.
13470 (ff) <defgroup>: Add :link.
13471 (ff-goto-click): Deleted.
13472 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13473 Use mouse-set-point.
13474
13475 * textmodes/tildify.el: Doc fixes.
13476 (tildify) <defgroup>: Add:version.
13477
13478 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13479 (glasses-custom-set): Use set-default, not set.
13480 (minor-mode-alist): Propertize the lighter.
13481 (glasses-mode): Provide optional arg.
13482
13483 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13484 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13485 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13486 option. Provide :type.
13487 (cwarn-configuration): Provide :type.
13488 (cwarn-mode): Doc fix.
13489
13490 * add-log.el (change-log-merge): Doc fix.
13491 (change-log-redate): New command.
13492
13493 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13494 Doze and Dog.
13495 (browse-url): Use dolist, not mapcar.
13496 (browse-url-at-point): Check for null url.
13497 (browse-url-event-buffer, browse-url-event-point): Functions
13498 deleted.
13499 (browse-url-at-mouse, browse-url-netscape): Simplify.
13500
13501 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13502 modes.
13503 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13504 Fix previous change to mapcan.
13505 (msb--init-file-alist, msb--add-separators)
13506 (msb--make-keymap-menu): Simplify.
13507 (msb--choose-file-menu): Use copy-sequence.
13508 (msb-mode-map): Add title to keymap.
13509 (msb-unload-hook): New function.
13510
13511 * bs.el: Fix indentation.
13512 (bs) <defgroup>: Add :links.
13513 (bs-show): Doc fix.
13514 (bs-apply-sort-faces): Don't use window-system.
13515 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13516
13517 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13518
13519 * calendar/timeclock.el (timeclock-file): Run .timelog through
13520 convert-standard-filename.
13521
13522 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13523
13524 * emacs-lisp/authors.el: New file.
13525
13526 * paren.el (show-paren-priority): New user option.
13527 (show-paren-function): Set overlay priorities to
13528 show-paren-priority.
13529
13530 2000-08-14 Miles Bader <miles@gnu.org>
13531
13532 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13533 beginning-of-line with inhibit-field-text-motion bound.
13534
13535 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13536
13537 * calendar/timeclock.el: New file.
13538
13539 2000-08-14 David Ponce <david@dponce.com>
13540
13541 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13542 `widget-button-click'. so that one can use left mouse button to
13543 click on dialog buttons.
13544
13545 2000-08-14 Emmanuel Briot <briot@gnat.com>
13546
13547 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13548 identifiers, since XML is case sensitive
13549
13550 2000-08-12 Miles Bader <miles@gnu.org>
13551
13552 * comint.el (comint-output-filter): Don't bother frobbing
13553 window-start, it doesn't seem to be necessary.
13554
13555 * comint.el (comint-send-string, comint-send-region): Make into
13556 real functions. Snapshot the prompt before sending.
13557
13558 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13559
13560 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13561 technique similar to Info-index, instead of relying on specific
13562 names of relevant Index nodes.
13563 (Info-goto-emacs-command-node): Bind Info-history to nil when
13564 going to the first node found by Info-find-emacs-command-nodes.
13565
13566 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13567
13568 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13569
13570 2000-08-10 Miles Bader <miles@gnu.org>
13571
13572 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13573
13574 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13575
13576 * info.el (Info-file-list-for-emacs): More elements for the
13577 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13578 and woman manuals.
13579
13580 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13581
13582 * comint.el (comint-send-input): Make the newline boundary overlay
13583 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13584 (comint-output-filter): Use `insert' instead of
13585 `insert-before-markers'. Extend comint-last-output-overlay when
13586 necessary since we can't rely on insert-before-markers to do it.
13587 * gud.el (gud-filter): Use `with-current-buffer' instead of
13588 save-excursion when inserting the output, so that point gets
13589 updated correctly; the old method relied on a rather dodgy
13590 side-effect of comint-output-filter to avoid the effect of
13591 save-excursion.
13592
13593 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13594
13595 * files.el (recover-file): Call insert-directory instead of
13596 invoking `ls' directly.
13597
13598 2000-08-10 Miles Bader <miles@gnu.org>
13599
13600 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13601 (comint-last-prompt-overlay): New variables.
13602 (comint-output-filter): Implement prompt highlighting.
13603 (comint-snapshot-last-prompt): New function.
13604 (comint-send-input): Snapshot the last prompt.
13605 Use comint-highlight-input-face.
13606 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13607 Use defface instead of defcustom.
13608 (send-invisible, comint-send-eof): Snapshot the last prompt.
13609 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13610 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13611
13612 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13613
13614 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13615 (regexp-opt-group): Use a list of chars for `letters'.
13616 (regexp-opt-charset): `chars' is now a list of chars.
13617 Use a char-table rather than a vector so it works for multibyte chars.
13618
13619 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13620 Set cvs-minor-current-files to the selected fileinfo.
13621 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13622 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13623
13624 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13625
13626 * files.el (insert-directory): Don't call access-file on
13627 directories on DOS and Windows.
13628
13629 2000-08-09 Kenichi Handa <handa@etl.go.jp>
13630
13631 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13632 longer if necessary.
13633 (ccl-embed-code): Call ccl-embed-data to store CODE in
13634 ccl-program-vector.
13635
13636 2000-08-09 Miles Bader <miles@gnu.org>
13637
13638 * comint.el (comint-output-filter): Properly handle the case where
13639 the text surrounded by comint-last-output-overlay was deleted.
13640
13641 2000-08-08 Gerd Moellmann <gerd@gnu.org>
13642
13643 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13644 non-nil.
13645 (Info-file-list-for-emacs): Remove "info" from the list because
13646 that leads to trying to use the documentation from file `info'
13647 in various situations where it isn't appropriate, for instance
13648 C-h C-k C-h i.
13649
13650 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13651 DIR and/or STRING are nil.
13652
13653 * progmodes/compile.el (compilation-setup): Make variable
13654 compilation-error-screen-columns buffer-local, as some comment
13655 in the code suggests it should be.
13656
13657 * files.el (auto-mode-interpreter-regexp): New variable.
13658 (set-auto-mode): Use it.
13659
13660 * indent.el (indent-for-tab-command): Doc fix.
13661
13662 * mouse-sel.el (mouse-sel-mode): Doc fix.
13663
13664 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13665 labels.
13666
13667 * help.el (print-help-return-message): When
13668 display-buffer-reuse-frames is set, let the help window been quit,
13669 instead of deleting it, which might delete a reused frame.
13670
13671 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13672
13673 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13674 rename a directory to a name that differs only by its letter case.
13675
13676 2000-08-08 Kenichi Handa <handa@etl.go.jp>
13677
13678 * international/quail.el (quail-define-rules): Handle Quail decode
13679 map correctly. Add code for supporting annotations.
13680 (quail-install-decode-map): New function.
13681 (quail-defrule-internal): New optional arguments decode-map and
13682 props.
13683 (quail-advice): New function.
13684
13685 2000-08-07 Sam Steingold <sds@gnu.org>
13686
13687 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13688 `defconst', `define-condition', `with-slots'.
13689 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13690
13691 2000-08-03 Miles Bader <miles@gnu.org>
13692
13693 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13694 New variable.
13695 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13696 comint-use-prompt-regexp-instead-of-fields.
13697 (comint-send-input): Add `input' field property to stuff we send to
13698 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13699 (comint-output-filter): Add `output' field property to process
13700 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13701 (comint-replace-by-expanded-history)
13702 (comint-get-old-input-default, comint-show-output)
13703 (comint-backward-matching-input, comint-forward-matching-input)
13704 (comint-next-prompt, comint-previous-prompt): Use field
13705 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13706 (comint-line-beginning-position): New function.
13707 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13708 (comint-replace-by-expanded-history-before-point): Use
13709 comint-line-beginning-position and line-end-position.
13710 (comint-last-output-overlay): New variable.
13711 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13712
13713 * shell.el (shell-prompt-pattern): Doc change.
13714 (shell-backward-command): Use line-beginning-position.
13715
13716 * gud.el (gud-gdb-complete-command): Use
13717 comint-line-beginning-position.
13718
13719 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13720 comint-bol doesn't actually go to the beginning of the line.
13721
13722 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13723 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13724 (try-expand-line-all-buffers): Likewise.
13725
13726 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13727 explicitly matching comint-prompt-regexp.
13728 (sql-copy-column): Use comint-line-beginning-position instead of
13729 explicitly matching comint-prompt-regexp.
13730
13731 * progmodes/octave-inf.el (inferior-octave-complete): Use
13732 comint-line-beginning-position.
13733
13734 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13735
13736 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13737 looking for a prompt, use `forward-line 0' instead of
13738 `beginning-of-line', to avoid getting caught by an input field.
13739
13740 2000-08-07 Gerd Moellmann <gerd@gnu.org>
13741
13742 * files.el (shell-quote-wildcard-pattern): Make sure to return
13743 PATTERN, in the Unix case.
13744
13745 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13746
13747 * play/zone.el (zone): Discard any pending input before running
13748 the randomly-chosen pgm.
13749
13750 2000-08-07 Kenichi Handa <handa@etl.go.jp>
13751
13752 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13753 checking the existence of any multibyte characters.
13754
13755 2000-08-06 Gerd Moellmann <gerd@gnu.org>
13756
13757 * help.el (describe-mode): Test minor-mode symbol for being
13758 bound before testing its value for being nil.
13759
13760 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13761 `first', `second', and `third'.
13762
13763 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13764 (second): Make it an alias for `cadr'.
13765
13766 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13767
13768 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13769 types of display support faces now.
13770
13771 2000-08-05 Gerd Moellmann <gerd@gnu.org>
13772
13773 * pcvs.el (require): Require `cl' during compilation, only.
13774
13775 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13776 (toplevel): Remove `remq' and `remove' from autoloads.
13777 (cl-fake-autoloads): New variable. If set, arrange for an error
13778 when CL functions etc. are autoloaded.
13779
13780 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13781
13782 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13783
13784 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13785 popped up, but the user clicks outside the menu, return an empty
13786 regexp (that causes unhighlight-regexp to have no effect).
13787
13788 * menu-bar.el (menu-bar-games-menu): Add Zone.
13789
13790 * hi-lock.el (toplevel): Require font-lock.
13791
13792 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13793
13794 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13795 (ebnf-8-bit-chars): New var for bug fix.
13796 (ebnf-string): Bug fix.
13797
13798 2000-08-03 Sam Steingold <sds@gnu.org>
13799
13800 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13801 instead of `buffer-string'.
13802 (require 'cl): Always, not just when compiling.
13803 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13804 necessary.
13805
13806 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13807
13808 * international/mule-cmds.el (select-safe-coding-system): Make
13809 the message text about selecting a safe coding system more clear.
13810
13811 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13812
13813 * hi-lock.el: New file.
13814
13815 * play/zone.el: New file.
13816
13817 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13818 value of tab-width in the original buffer. Choose a line number
13819 format that's a multiple of the original buffer's tab width, so
13820 that lines appear right.
13821
13822 * textmodes/ispell.el (ispell): New function, replacing an alias.
13823 Spell-check active region if in transient-mark-mode and mark
13824 is active; otherwise spell-check buffer.
13825
13826 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13827
13828 * ps-mule.el: Fix a customization problem on
13829 ps-mule-font-info-database-default.
13830
13831 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13832
13833 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13834 display-mouse-p instead of window-system.
13835 (ebrowse-member-mode-map): Ditto.
13836
13837 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13838
13839 * progmodes/ebnf2ps.el: Update ps-print functions call.
13840 Indentation fix. Doc fix.
13841 (ebnf-version): New version number (3.2).
13842 (ebnf-format-color, ebnf-begin-job): Code fix.
13843
13844 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13845
13846 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13847 font lock support on window-system.
13848 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13849
13850 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13851 display-color-p, if fboundp, instead of window-system.
13852
13853 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13854
13855 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13856 instead of window-system.
13857
13858 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13859 window-system.
13860 (widget-choice-mouse-down-action): Use display-popup-menus-p
13861 instead of window-system.
13862
13863 * strokes.el (strokes-file): Run the file name through
13864 convert-standard-filename.
13865 (strokes-mode): Call display-mouse-p instead of looking at
13866 window-system. Change the error message accordingly.
13867
13868 * progmodes/cpp.el (toplevel): Support faces on tty's.
13869
13870 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13871 (lm-plot-square, lm-init-display): Don't use window-system.
13872
13873 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13874 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13875
13876 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13877 instead of looking at window-system.
13878
13879 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13880
13881 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13882 of testing if iswitchb-prepost-hooks is bound, because the
13883 latter will always be true when invoking a recursive minibuffer
13884 from an active Iswitchb buffer.
13885
13886 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13887
13888 * files.el (shell-quote-wildcard-pattern): New function.
13889 (insert-directory): Call it. Only prepend "\" to command on Unix
13890 and GNU/Linux systems.
13891
13892 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13893
13894 * eshell/esh-groups.el: Change custom :link file names
13895 from `eshell.info' to `eshell'.
13896
13897 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13898
13899 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13900 correctly in recursive ange-ftp listings.
13901
13902 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13903
13904 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13905 ps-header-font-size-internal and
13906 ps-header-title-font-size-internal variables are not set,
13907 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13908 face text property is (foreground-color . COLOR) or
13909 `(background-color . COLOR)', ps-print crashes. Doc fix.
13910 (ps-print-version): New version number (5.2.4).
13911 (ps-plot-region): Code fix.
13912 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13913 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13914 Bug fix 2.
13915
13916 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
13917
13918 * glasses.el (glasses-make-readable): Fix uncapitalization of
13919 identifiers like `myXMLDocument'.
13920
13921 2000-07-28 Karl Fogel <kfogel@red-bean.com>
13922
13923 * mail/mail-hist.el (mail-hist-previous-input)
13924 (mail-hist-next-input): Do the obvious code factorization.
13925 (mail-hist-retrieve-and-insert): New func, contains common
13926 code of above two.
13927 If inserting a message body, leave point at top.
13928
13929 2000-07-28 Sam Steingold <sds@gnu.org>
13930
13931 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13932 Use `<=', not `<' to compare times!
13933 (ange-ftp-ls): Remove.
13934
13935 2000-07-27 Gerd Moellmann <gerd@gnu.org>
13936
13937 * play/cookie1.el: Add explanation of how to make cookie.el
13938 compatible with strfile(1) to comment.
13939
13940 * subr.el (remove, remq): New functions.
13941
13942 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13943 escape `*' in regexps.
13944 (midnight-find): Reverse order of arguments in the funcall of
13945 TEST.
13946
13947 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13948 and `.class'.
13949
13950 * play/meese.el: Add Commentary section.
13951
13952 2000-07-27 Alex Schroeder <alex@gnu.org>
13953
13954 * sql.el (sql-ms): Added autoload cookie.
13955 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13956 (sql-oracle): Ditto.
13957 (sql-help): Doc change.
13958
13959 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13960 types and exceptions.
13961
13962 2000-07-27 Alex Schroeder <alex@gnu.org>
13963
13964 * sql.el (sql-placeholder-history): New variable.
13965 (sql-query-placeholders-and-send): New function that will query
13966 the user and replace placeholders with user input.
13967 (sql-oracle): If running on NT, set comint-input-sender to
13968 sql-query-placeholders-and-send.
13969
13970 (sql-stop): If in the SQLi buffer, insert stop notification, else
13971 present it as a message.
13972
13973 2000-07-27 Alex Schroeder <alex@gnu.org>
13974
13975 * sql.el (sql-input-ring-separator): Doc change.
13976 (sql-input-ring-file-name): Doc change.
13977 (sql-interactive-mode): Use `sql-input-ring-separator' and
13978 `sql-input-ring-file-name' to set the comint-mode equivalents
13979 without making them local variables.
13980 (sql-stop): Don't bind `sql-input-ring-separator' and
13981 `sql-input-ring-file-name' dynamically to their comint-mode
13982 equivalents.
13983
13984 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13985
13986 * international/mule.el (register-char-codings): New function.
13987 (make-coding-system): Handle `safe-chars' specification in the arg
13988 PROPERTY.
13989
13990 * international/mule-cmds.el
13991 (find-coding-systems-region-subset-p): This function deleted.
13992 (sort-coding-systems-predicate): New variable.
13993 (sort-coding-systems): New function.
13994 (find-coding-systems-region): Use
13995 find-coding-systems-region-internal.
13996 (find-coding-systems-string): Use find-coding-systems-region.
13997 (find-coding-systems-for-charsets): Check
13998 char-coding-system-table.
13999 (select-safe-coding-system-accept-default-p): New variable.
14000 (select-safe-coding-system): Mostly rewritten. New argument
14001 ACCEPT-DEFAULT-P.
14002 (select-message-coding-system): Call select-safe-coding-system
14003 with ACCEPT-DEFAULT-P arg.
14004 (reset-language-environment): Reset default-sendmail-coding-system
14005 to the default value iso-latin-1.
14006 (set-language-environment): Don't set the obsolete variable
14007 charset-origin-alist.
14008
14009 * international/codepage.el (cp-coding-system-for-codepage-1):
14010 Give `safe-chars' property to make-coding-system.
14011
14012 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14013 calling select-message-coding-system twice.
14014
14015 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14016 instead of `safe-charsets'.
14017 (cyrillic-alternativnyj): Likewise.
14018 (ccl-encode-alternativnyj): Don't check the charset
14019 cyrillic-iso8859-5.
14020
14021 2000-07-27 Kenichi Handa <handa@etl.go.jp>
14022
14023 * composite.el (compose-chars-after): Preserve match data.
14024
14025 2000-07-26 Sam Steingold <sds@gnu.org>
14026
14027 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14028 (ange-ftp-real-file-newer-than-file-p): New function.
14029 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14030 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14031
14032 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14033 * midnight.el (midnight-float-time): Ditto.
14034
14035 2000-07-26 Andreas Schwab <schwab@suse.de>
14036
14037 * files.el (normal-backup-enable-predicate): Correct
14038 interpretation of the return value of compare-strings.
14039
14040 2000-07-26 Gerd Moellmann <gerd@gnu.org>
14041
14042 * isearch.el (isearch-resume): New function.
14043 (isearch-done): Add something to command-history to resume
14044 the search.
14045 (isearch-yank-line, isearch-yank-word): Use
14046 buffer-substring-no-properties instead of buffer-substring.
14047
14048 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14049 of flyspell-mouse-map.
14050
14051 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14052 duplicate definition.
14053 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14054
14055 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14056 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14057
14058 2000-07-25 Sam Steingold <sds@gnu.org>
14059
14060 * net/ange-ftp.el: Get modtime over the net.
14061 (ange-ftp-file-modtime): New function.
14062 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14063 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14064 Use it.
14065 (ange-ftp-dot-to-slash): New function.
14066 (ange-ftp-fix-name-for-vms): Use it.
14067
14068 * midnight.el (midnight-buffer-display-time): Use
14069 `with-current-buffer'.
14070
14071 2000-07-25 Gerd Moellmann <gerd@gnu.org>
14072
14073 * find-dired.el: Update copyright notice.
14074 (find-dired): Offer to kill a running `find'.
14075
14076 * enriched.el (enriched-face-ans): For a `foreground-color'
14077 property, return '(("x-color" COLOR))' so that COLOR will be
14078 output as a parameter of the x-color annotation. Likewise for the
14079 `background-color' property. In the case of normal face
14080 properties, don't return annotations for unspecified foreground
14081 and background face attributes.
14082
14083 2000-07-25 Kenichi Handa <handa@etl.go.jp>
14084
14085 * language/japan-util.el (japanese-katakana-region): Fix handling
14086 HANKAKU argument.
14087
14088 2000-07-25 Miles Bader <miles@gnu.org>
14089
14090 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14091 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14092 constrain-to-field.
14093
14094 2000-07-24 Andrew Innes <andrewi@gnu.org>
14095
14096 * timer.el (timer-activate-when-idle): Add optional parameter
14097 DONT-WAIT. Update docstring.
14098 (run-with-idle-timer): Specify extra parameter to
14099 timer-activate-when-idle, so that timer will be activated
14100 immediately if Emacs is already idle.
14101
14102 * w32-fns.el (w32-using-nt): Fix docstring.
14103
14104 2000-07-24 Dave Love <fx@gnu.org>
14105
14106 * mouse.el (popup-menu): Set last-command-event.
14107 (mouse-major-mode-menu-prefix): Declare.
14108
14109 2000-07-24 Gerd Moellmann <gerd@gnu.org>
14110
14111 * textmodes/flyspell.el: Update to author's version 1.5d.
14112
14113 * progmodes/hideshow.el: Update copyright notice.
14114
14115 * vcursor.el: Set maintainer to FSF, since author cannot
14116 be reached.
14117
14118 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14119
14120 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14121 the prompt.
14122
14123 * mouse.el (popup-menu): Run the keymap through indirect-function,
14124 in case it was defined with define-prefix-key. If the menu is a
14125 list of keymaps, look up the binding of user's choice in each one
14126 of the keymaps.
14127 (mouse-popup-menubar): If the global and local menu-bar keymaps
14128 don't have a prompt string, create one and insert it into the
14129 keymap. Don't barf if current-local-map returns nil.
14130
14131 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14132
14133 * dired.el (dired-sort-R-check): Added to allow recursive listing
14134 to be undone.
14135 (dired-sort-other): Use it.
14136
14137 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14138
14139 * Release of cc-mode 5.27
14140
14141 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14142
14143 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14144 c-beginning-of-statement-1 that caused a bad case of recursion
14145 which could consume a lot of CPU in large classes in languages
14146 that have in-expression classes (i.e. Java and Pike).
14147
14148 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14149 statements before top level constructs (i.e. case 6 is moved
14150 before case 5 and is now case 4) to catch in-expression
14151 classes in top level expressions correctly.
14152
14153 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14154
14155 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14156 objc-method-intro. Case 4 removed and case 5I added.
14157
14158 * cc-langs.el (c-append-paragraph-start): New variable used by
14159 c-common-init to get paragraph-start correct.
14160 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14161 initialize paragraph-start to make it correct both with and
14162 without the javadoc special case.
14163
14164 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14165 initialize paragraph-start for javadoc markup.
14166
14167 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14168 change by defaulting this to t. It's motivated by the
14169 confusing behavior that otherwise arise from the style system
14170 when editing both java and non-java files at the same time
14171 (see the comments about style setting in c-common-init).
14172
14173 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14174
14175 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14176 similar to the one in c-fill-paragraph to check the fill
14177 prefix from the adaptive fill function for sanity.
14178
14179 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14180
14181 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14182 defun block.
14183
14184 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14185
14186 * cc-align.el (c-lineup-multi-inher): Handle lines with
14187 leading comma nicely. Extended to handle member initializers
14188 too.
14189
14190 * cc-engine.el: (c-beginning-of-inheritance-list,
14191 c-guess-basic-syntax): Fixed recognition of inheritance lists
14192 when the lines begins with a comma.
14193
14194 * cc-vars.el (c-offsets-alist): Changed default for
14195 member-init-cont to c-lineup-multi-inher since it now handles
14196 member initializers and indents better for leading commas.
14197
14198 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14199
14200 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14201 handling that caused class open lines to be recognized as
14202 statement-conts in some cases.
14203
14204 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14205 guessed by the adaptive fill function unless point is on the
14206 first line of a block comment.
14207
14208 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14209 when the buffer ends with a macro continuation char.
14210
14211 * cc-engine.el (c-guess-basic-syntax): Added support for
14212 function definitions as statements in Pike. The first
14213 statement in a lambda block is now labeled defun-block-intro
14214 instead of statement-block-intro.
14215
14216 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14217 so that the class surrounding point is selected, not the one
14218 innermost in the state.
14219
14220 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14221 recognition of switch labels having hanging multiline
14222 statements.
14223
14224 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14225 some code in c-guess-basic-syntax to a separate function.
14226 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14227 recognition of member inits with multiple line arglists.
14228 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14229 member-init-cont when the commas are in funny places.
14230
14231 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14232
14233 * cc-defs.el (c-auto-newline): Removed this macro since it's
14234 not used anymore.
14235
14236 * cc-engine.el (c-looking-at-bos): New helper function.
14237 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14238 inexpr and toplevel classes apart in Pike.
14239
14240 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14241 of case 9A.
14242
14243 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14244 constant, since "class" can introduce an in-expression class
14245 in Pike nowadays.
14246
14247 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14248
14249 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14250 indentation on cpp-macro lines.
14251
14252 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14253 a syntax modifier like comment-intro, to make it possible to
14254 get syntactic indentation for preprocessor directives. It's
14255 incompatible wrt to lineup functions on cpp-macro, but it has
14256 no observable effect in the 99.9% common case where cpp-macro
14257 is set to -1000.
14258
14259 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14260
14261 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14262 member-init-cont when the preceding arglist is several lines.
14263
14264 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14265
14266 * cc-styles.el (c-style-alist): The basic offset for the BSD
14267 style corrected to 8.
14268
14269 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14270
14271 * cc-styles.el (c-style-alist): Adjusted the indentation of
14272 brace list openers in the gnu style.
14273
14274 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14275
14276 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14277
14278 * cc-cmds.el (c-electric-brace, c-electric-slash,
14279 c-electric-star, c-electric-semi&comma, c-electric-colon,
14280 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14281 when c-syntactic-indentation is nil.
14282
14283 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14284 we were left at comments preceding the first statement when
14285 reaching the beginning of the buffer.
14286
14287 * cc-vars.el (c-syntactic-indentation): New variable to turn
14288 off all syntactic indentation.
14289
14290 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14291
14292 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14293 between the text and the block comment ender when it hangs,
14294 depending on how many there are before the fill.
14295
14296 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14297
14298 * cc-engine.el (c-beginning-of-closest-statement): New helper
14299 function to go back to the closest preceding statement start,
14300 which could be inside a conditional statement.
14301 * cc-engine.el (c-guess-basic-syntax): Use
14302 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14303
14304 * cc-engine.el (c-guess-basic-syntax): Better handling of
14305 arglist-intro, arglist-cont-nonempty and arglist-close when
14306 the arglist is nested inside parens. Cases 7A, 7C and 7F
14307 changed.
14308
14309 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14310 up-to-date with javadoc 1.2.
14311
14312 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14313
14314 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14315 multiline Pike type decls.
14316
14317 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14318
14319 * cc-cmds.el (c-indent-new-comment-line): Always break
14320 multiline comments in multiline mode, regardless of
14321 comment-multi-line.
14322
14323 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14324
14325 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14326 fully::qualified::names in C++ member init lists. Preamble in
14327 case 5D changed.
14328
14329 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14330
14331 * cc-langs.el (c-common-init): Handling of obsolete variables
14332 moved to c-initialize-cc-mode. More compatible style override
14333 when using global style variables.
14334 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14335 variables moved here.
14336
14337 * cc-styles.el (c-make-styles-buffer-local): Flag style
14338 variable localness in c-style-variables-are-local-p to make
14339 the compatibility measure in c-common-init work well.
14340
14341 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14342 longer contain set-from-style.
14343 * cc-styles.el (c-initialize-builtin-style): Don't check for
14344 set-from-style on c-special-indent-hook.
14345 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14346 copy-alist is sufficient now.
14347
14348 * cc-styles.el (c-set-style, c-set-style-1,
14349 c-get-style-variables): Fixes to variable initialization so
14350 that duplicate entries in styles have the same effect
14351 regardless of DONT-OVERRIDE.
14352
14353 * cc-styles.el (c-set-style-2): Fixed bug where the
14354 initialization of inheriting styles failed when the
14355 dont-override flag is set.
14356
14357 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14358 on this.
14359
14360 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14361
14362 * cc-defs.el (c-forward-comment): Removed the workaround
14363 introduced in 5.38 since it had worse side-effects. If a line
14364 contains the string "//\"", it regarded the // as a comment
14365 start since the \ temporarily doesn't have escape syntax.
14366
14367 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
14368
14369 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14370 ada-xref.el before ada-prj.el, so that the Project menu is created
14371 when ada-prj tries to add to it.
14372 (ada-activate-keys-for-case): Suppress the characters that are not
14373 part of the Ada syntax. Better compatibility with else-mode
14374 (ada-adjust-case-interactive): When auto-casing is not active,
14375 correctly insert newlines (used to insert only ^M). Prevent the
14376 syntax table from being changed in case of an error
14377 (or '_' becomes part of a word and some commands are confused).
14378 Do nothing if ada-auto-case is nil.
14379 (ada-after-keyword-p): Ignore keywords that are also attributes
14380 (ada-batch-reformat): Update usage comment
14381 (ada-call-from-contextual-menu): New function
14382 (ada-case-read-exceptions): Reinitialize the casing exception list
14383 first to nil first, so that the casing exception file can be
14384 shared.
14385 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14386 files.
14387 (ada-compile-goto-error): Fix regexp used to detect a file:line
14388 anywhere in the error message
14389 (ada-contextual-menu-last-point): New variable
14390 (ada-create-keymap): If the variable delete-key-deletes-forward is
14391 t on XEmacs, it means that DEL should delete one character
14392 forward.
14393 (ada-create-menu): Use :included instead of :visible for XEmacs.
14394 New submenu "Options".
14395 (ada-end-stmt-re): Correctly indent "select ... then abort"
14396 statements.
14397 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14398 even if they don't match ada-fill-comment-prefix Fix handling of
14399 paragraphs on the first or last line of a file.
14400 (ada-format-paramlist): Fix handling of default parameter values.
14401 (ada-get-body-name): New function.
14402 (ada-get-current-indent): Optimized by searchling directly for an
14403 existing generic part or a statement outside of it. Handle
14404 ada-indent-align-comments when indenting comments Replaced some
14405 regexps by testing directly the next character. This results in a
14406 huge speedup on some files. New indentation scheme for renames
14407 statements. Stop looking for the 'while' or 'for' associated with
14408 a 'loop' at the first semicolon encountered. A "return" can also
14409 match an anonymous access subprogram declaration.
14410 (ada-get-indent-noindent): Ignore strings and comments when
14411 looking for the keywords "record" and "private".
14412 (ada-goto-matching-decl-start): When matching "if", make sure we
14413 are not in fact seeing "end if". Ignore "when" statements except
14414 when initial keyword was "begin". Fix handling of nested
14415 procedures. Add a recursive call to this function to skip over
14416 other 'end' statmts. Fix indentation for "when .. => begin"
14417 (ada-in-open-paren-p): Fix indentation for complex boolean
14418 expressions, where 'and then', 'or else' and parenthesis
14419 statements are mixed up.
14420 (ada-in-paramlist-p): Skip comments while searching for the
14421 beginning Fix handling of operator declarations.
14422 (ada-indent-align-comments): New variable
14423 (ada-indent-current): Change the syntax table only in the
14424 protected section, so that we are sure it is restored correctly.
14425 (ada-indent-on-previous-lines): Use ada-use-indent and
14426 ada-with-indent Correctly indent "select ... then"
14427 (ada-indent-region): Slight speedup.
14428 (ada-indent-renames): New variable.
14429 (ada-last-which-function-subprog, ada-last-which-function-line):
14430 New variables
14431 (ada-looking-at-semi-private): Correctly indent the 'private'
14432 keyword when it is the first word in a package declaration.
14433 (ada-loose-case-word): Stop searching if at the end of the buffer.
14434 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14435 even if point is not initially at the end of the word.
14436 (ada-matching-decl-start-re): Add "when".
14437 (ada-mode): Add support for abbrev-mode, outline-mode and
14438 which-func-mode Override the old find-file.el entry in
14439 ff-special-constructs since it is using the obsolete
14440 ada-spec-suffix variable
14441 (ada-no-auto-case): New function
14442 (ada-scan-paramlist): When parsing the argument type, accept
14443 spaces (as in "X 'Class", generated by Rational Rose).
14444 (ada-other-file-name): No longer loads the other file.
14445 (ada-popup-menu): Save and restore the current buffer and cursor
14446 position before and after displaying the menu.
14447 (ada-search-ignore-complex-boolean): New function.
14448 (ada-uncomment-region): Emacs21 already knows how to delete
14449 comments not starting in the first column.
14450 (ada-use-indent): New variable
14451 (ada-which-function): New function.
14452 (ada-with-indent): New variable
14453 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14454 can be batch-compiled from the command line.
14455
14456 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14457 Add to the menu when the file is loaded, not in ada-mode-hook.
14458 Add -toolbar to the default ddd command Switches moved from
14459 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14460 ada-prj-default-comp-opt
14461 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14462 Reference Manual to the menu
14463 (ada-check-current): rewritten as a call to ada-compile-current
14464 (ada-compile): Removed.
14465 (ada-compile-application, ada-compile-current, ada-check-current):
14466 Set the compilation-search-path so that compile.el automatically
14467 finds the sources in src_dir. Automatic scrollong of the
14468 compilation buffer. C-uC-cC-c asks for confirmation before
14469 compiling
14470 (ada-compile-current): New parameter, prj-field
14471 (ada-complete-identifier): Load the .ali file before doing
14472 processing
14473 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14474 conform to gnatmake's behavior.
14475 (ada-find-file-in-dir): New function
14476 (ada-find-references): Set the environment variables for gnatfind
14477 (ada-find-src-file-in-dir): New function.
14478 (ada-first-non-nil): Removed
14479 (ada-gdb-application): Add support for jdb, the java debugger.
14480 (ada-get-ada-file-name): Load the original-file first if not done
14481 yet.
14482 (ada-get-all-references): Handles the new ali syntax (parent types
14483 are found between <>).
14484 (ada-initialize-runtime-library): New function
14485 (ada-mode-hook): Always load a project file when a file is opened,
14486 so that the casing exceptions are correctly read.
14487 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14488 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14489 to open the project file, since the latter does not work with
14490 speedbar Get default values before loading the prj file, or the
14491 default executable file name is wrong. Use the absolute value of
14492 src_dir to initialize ada-search-directories and
14493 compilation-search-path,... Add the standard runtime library to
14494 the search path for find-file.
14495 (ada-prj-default-debugger): Was missing an opening '{'
14496 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14497 variables.
14498 (ada-prj-default-gnatmake-opt): New variable
14499 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14500 buffers, the project file is the default one Save the windows
14501 configuration before displaying the menu.
14502 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14503 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14504 ...) regexp-quote identifiers names to support operators +,
14505 -,... in regexps.
14506 (ada-remote): New function.
14507 (ada-run-application): Erase the output buffer before starting the
14508 run Support remote execution of the application. Use
14509 call-process, or the arguments are incorrectly parsed
14510 (ada-set-default-project-file): Reread the content of the active
14511 project file, not the one from the current buffer When a project
14512 file is set as the default project, all directories are
14513 automatically associated with it.
14514 (ada-set-environment): New function
14515 (ada-treat-cmd-string): New special variable ${current}
14516 (ada-treat-cmd-string): Revised. The substitution is now done for
14517 any ${...} substring
14518 (ada-xref-current): If no body was found, compiles the spec
14519 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14520 compiler to get rid of command line length limitations.
14521 (ada-xref-get-project-field): New function
14522 (ada-xref-project-files): New variable
14523 (ada-xref-runtime-library-specs-path)
14524 (ada-xref-runtime-library-ali-path): New variables
14525 (ada-xref-set-default-prj-values): Default run command now does a
14526 cd to the build directory. New field: main_unit Provide a default
14527 file name even if the current buffer has no prj file.
14528
14529 * ada-prj.el:
14530 Rewritten to show a tabbed-dialog.
14531 (ada-prj-add-ada-menu): Remove the map and name parameters.
14532 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14533 New function
14534 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14535 (ada-prj-load-from-file): New function
14536 (ada-prj-save): Always save fields that depend on the current buffer
14537 (ada-prj-show-value): New function
14538
14539 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14540 Ada mode. This will allow us to display the Ada menu in any buffer
14541 we want (for project items).
14542 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14543 number of spaces in the header.
14544
14545 2000-07-24 Dave Love <fx@gnu.org>
14546
14547 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14548
14549 2000-07-23 Noah Friedman <friedman@splode.com>
14550
14551 * type-break.el (type-break): perform autosave.
14552 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
14553 (type-break-do-query): Cancel query schedule while performing
14554 actual query, to avoid possibility of a second query being made
14555 while first one is already in progress.
14556 (type-break-time-stamp-format): New variable.
14557 (type-break-time-stamp): New function.
14558 (type-break-time-warning): Use it.
14559 (type-break-keystroke-warning): Use it.
14560 (type-break-noninteractive-query): Use it.
14561
14562 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14563 cookie.
14564 Use add-minor-mode to set minor-mode-alist, if available.
14565 (eldoc-echo-area-use-multiline-p): New user option.
14566 (eldoc-echo-area-multiline-supported-p): New variable.
14567 (eldoc-docstring-format-sym-doc): Use them.
14568 (eldoc-mode): If not using idle timers, append to local post and
14569 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14570 (eldoc-display-message-no-interference-p): Don't interfere with
14571 edebug.
14572 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14573 (eldoc-function-arglist): New function.
14574 (eldoc-function-argstring): Use it.
14575
14576 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14577 auto save directory exists before calling directory-files.
14578
14579 2000-07-23 Dave Love <fx@gnu.org>
14580
14581 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14582 ^o, ^u.
14583
14584 2000-07-21 Dave Love <fx@gnu.org>
14585
14586 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14587 now passed to the function. It now works properly.
14588
14589 * smerge-mode.el (smerge-mode-menu): Fill it out.
14590
14591 2000-07-20 Gerd Moellmann <gerd@gnu.org>
14592
14593 * info-look.el (info-lookup): If *info* is shown in another frame
14594 on the same display, select that frame, instead of switching to
14595 the Info buffer in another window of the selected frame.
14596
14597 * simple.el (universal-argument-map): Bind numeric keypad keys
14598 kp-0 to kp-9 and kp-subtract.
14599 (digit-argument): Handle these keys.
14600
14601 2000-07-20 Dave Love <fx@gnu.org>
14602
14603 * net/goto-addr.el (goto-address-fontify): Don't bother with
14604 buffer-modified and read-only stuff -- irrelevant with overlays.
14605 Put an extra property on the overlays and use it to clean up in
14606 case goto-address is re-run.
14607
14608 2000-07-19 Richard M. Stallman <rms@gnu.org>
14609
14610 * timer.el (run-with-idle-timer): Doc fix.
14611
14612 * mail/mail-utils.el (mail-strip-quoted-names):
14613 Handle case where <...> appears inside "...".
14614 Use replace-match to edit the string more simply.
14615 (rmail-dont-reply-to): Cope with an unmatched ".
14616
14617 2000-07-19 Dave Love <fx@gnu.org>
14618
14619 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14620 implementation.
14621
14622 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14623 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14624 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14625
14626 2000-07-19 Gerd Moellmann <gerd@gnu.org>
14627
14628 * textmodes/refer.el: Correct maintainer's email address.
14629
14630 * progmodes/hideif.el: Correct author's email address.
14631 Fix typo in comment.
14632
14633 * xml.el: New file.
14634
14635 * mail/mailheader.el: Correct author's mail address.
14636
14637 * gnus/parse-time.el: Correct author's mail address.
14638
14639 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14640
14641 * comint.el (comint-highlight-input, comint-highlight-face):
14642 New user options.
14643 (comint-input-ring-file-name): Change custom type.
14644 (comint-mode-map): Bind mouse-2.
14645 (comint-insert-clicked-input): New function.
14646 (comint-send-input): Handle input highlighting.
14647
14648 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14649
14650 * mouse.el (popup-menu): New function.
14651 (mouse-major-mode-menu): Use it.
14652
14653 2000-07-18 Dave Love <fx@gnu.org>
14654
14655 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14656 improvements.
14657
14658 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14659
14660 * faces.el (face-font-selection-order)
14661 (face-font-family-alternatives): Add custom type.
14662
14663 2000-07-18 Dave Love <fx@gnu.org>
14664
14665 * cus-edit.el (custom-variable-reset-saved)
14666 (custom-variable-reset-standard): Remove unused bindings.
14667
14668 * rect.el (open-rectangle-line): Remove unused let.
14669
14670 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14671
14672 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14673
14674 * cdl.el: Fix `Maintainer' keyword.
14675
14676 * play/pong.el: Add author's email address.
14677
14678 2000-07-17 Sam Steingold <sds@gnu.org>
14679
14680 * files.el (insert-directory): Call `split-string' instead of
14681 re-implementing it.
14682
14683 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14684
14685 * mail/vms-pmail.el: Change maintainer to FSF.
14686
14687 * net/goto-addr.el: Change maintainer to FSF.
14688
14689 * info.el (Info-title-face-alist): Removed.
14690
14691 2000-07-18 David Ponce <david@dponce.com>
14692
14693 * recentf.el (recentf-open-files): New command that works like
14694 `recentf-open-more-files', but shows the whole list of files (not just
14695 those omitted from the menu). Useful if you don't use a menu-bar!
14696 (recentf-open-more-files) Modified to use `recentf-open-files'.
14697
14698 (recentf-open-files, recentf-open-more-files)
14699 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14700
14701 (recentf-dialog-mode): New mode for dialogs. You can now just type
14702 "q" to cancel the dialogs.
14703
14704 2000-07-18 David Ponce <david@dponce.com>
14705
14706 * recentf.el: This is a major update of recentf.el. It adds new
14707 features to better organize the recentf menu and "More..." buffer.
14708
14709 Using new provided menu filtering functions you can now organize the
14710 recent files list:
14711
14712 - by major modes
14713 - by directories
14714 - by user defined rules
14715
14716 Finally, with the new `recentf-filter-changer' customizable filter you
14717 can define a ring of filters and dynamically (via the menu) cycle on
14718 each menu organization in the ring (a la msb).
14719
14720 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14721
14722 * eshell/eshell.el (eshell): Replace links to eshell.info with
14723 links to eshell, to avoid problems on systems where the manual is
14724 installed as `eshell'.
14725 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14726 * eshell/em-smart.el (eshell-smart): Ditto.
14727 * eshell/em-banner.el (eshell-banner): Ditto.
14728 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14729
14730 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14731 same-file check in the MS-DOS version (it does support inodes).
14732
14733 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14734
14735 * eshell/eshell.el (eshell-directory-name):
14736 Run default directory name through convert-standard-filename.
14737
14738 2000-07-18 Kenichi Handa <handa@etl.go.jp>
14739
14740 * international/mule-cmds.el (select-safe-coding-system):
14741 Fix typo in the comment.
14742
14743 * language/european.el (compound-text):
14744 Force katakana-jisx0201 to be designated to G1.
14745
14746 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14747 Don't translate some national variant characters of latin-jisx0201.
14748 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14749
14750 * international/kkc.el (kkc-after-update-conversion-functions):
14751 New variable.
14752 (kkc-update-conversion): Run functions in it at the tail.
14753
14754 2000-07-16 John Wiegley <johnw@gnu.org>
14755
14756 * lisp/align.el (align-newline-and-indent):
14757 Adding new function. for auto-aligning blocks of code on RET.
14758 (align-region): Fixed badly formatted minibuffer message.
14759
14760 2000-07-17 Kenichi Handa <handa@etl.go.jp>
14761
14762 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14763 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14764 the conversion list at first if appropriate.
14765 (kkc-next): Don't update kkc-next-count here.
14766 (kkc-prev): Don't update kkc-prev-count here.
14767 (kkc-show-conversion-list-update): Fix setting up of conversion
14768 list message.
14769
14770 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14771
14772 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14773
14774 2000-07-16 Dave Love <fx@gnu.org>
14775
14776 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14777 function to be more specific.
14778
14779 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14780 non-string help-echo.
14781 (widget-types-convert-widget): Defsubst it.
14782 (widget-echo-help): Try to cope with a help-echo function of two
14783 possible sorts.
14784
14785 2000-07-15 Jason Rumney <jasonr@gnu.org>
14786
14787 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14788 Declare as obsolete.
14789
14790 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14791
14792 2000-07-14 Gerd Moellmann <gerd@gnu.org>
14793
14794 * hilit-chg.el: Fix typo.
14795
14796 2000-07-14 Dave Love <fx@gnu.org>
14797
14798 * info.el (Info-mode-menu): Fix use of :help, :enable.
14799
14800 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14801
14802 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14803
14804 2000-07-13 Dave Love <fx@gnu.org>
14805
14806 * emacs-lisp/easymenu.el: Doc fixes.
14807 (easy-menu-remove): Defalias to ignore.
14808
14809 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14810 Call throw correctly.
14811
14812 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14813
14814 * faces.el (frame-background-mode): Doc fix.
14815
14816 * simple.el (eval-expression-print-length): Change custom type to
14817 allow entering nil as value.
14818
14819 2000-07-13 Dave Love <fx@gnu.org>
14820
14821 * progmodes/fortran.el (fortran-imenu-generic-expression):
14822 Change definition layout.
14823 (fortran-mode-menu): Reinstate customize entries.
14824
14825 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14826 Use :filter, per old XEmacs code.
14827
14828 2000-07-12 Gerd Moellmann <gerd@gnu.org>
14829
14830 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14831 event when deciding what to send to the terminal.
14832
14833 2000-07-12 Dave Love <fx@gnu.org>
14834
14835 * cus-start.el: Add optional version as 4th element of specs and
14836 use it for several things new in v21. Remove load-path. Fix type
14837 of line-number-display-limit.
14838
14839 2000-07-11 Dave Love <fx@gnu.org>
14840
14841 * progmodes/fortran.el: Don't require easymenu.
14842 Use repeat counts in various regexps.
14843 (fortran-mode-syntax-table): Defvar directly.
14844 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14845 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14846 Use defvar, not defconst.
14847 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14848 (fortran-mode): Set fortran-comment-line-start-skip,
14849 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14850 (fortran-comment-indent): Use defsubst.
14851 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14852 Use fortran-comment-indent, not fortran-comment-indent-function.
14853 (fortran-comment-region, fortran-electric-line-number): Simplify.
14854 (fortran-auto-fill): New function.
14855 (fortran-do-auto-fill): Deleted.
14856 (fortran-find-comment-start-skip):
14857 Check for non-null comment-start-skip.
14858 (fortran-auto-fill-mode, fortran-fill-statement):
14859 Use fortran-auto-fill.
14860 (fortran-fill): Use fortran-auto-fill. Check for null
14861 comment-start-skip. Simplify final clause and use end-of-line finally.
14862
14863 * widget.el (widget-plist-member): New alias.
14864
14865 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14866
14867 * eshell/esh-module.el (toplevel): Reference
14868 byte-compile-current-file only if it is bound.
14869
14870 2000-07-10 Gerd Moellmann <gerd@gnu.org>
14871
14872 * dired.el: Don't require `dired-aux'.
14873
14874 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14875
14876 * dired-aux.el (dired-show-file-type): New function.
14877 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14878 (dired-show-file-type): Add autoload.
14879
14880 2000-07-10 Kenichi Handa <handa@etl.go.jp>
14881
14882 * international/mule-diag.el (describe-font): Adjusted for the
14883 change of fontset-info.
14884 (print-fontset): Likewise.
14885
14886 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14887
14888 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14889
14890 2000-07-07 Gerd Moellmann <gerd@gnu.org>
14891
14892 * bindings.el: Bind `[delete]' to delete-char.
14893
14894 * dired.el (dired-find-alternate-file): New function.
14895 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14896 (toplevel): Require dired-aux when compiling.
14897 (dired-buffers): Move defvar within file to avoid compiler warning.
14898
14899 * info.el (Info-last-search): Variable removed.
14900 (Info-search-history): New variable.
14901 (Info-search): New Info-search-history.
14902
14903 * battery.el, info-look.el: Change author's mail address.
14904
14905 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14906
14907 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14908 if rmail-ignored-headers is nil.
14909 (rmail-retry-failure): Bind rmail-ignored-headers and
14910 rmail-displayed-headers to nil.
14911
14912 2000-07-06 Gerd Moellmann <gerd@gnu.org>
14913
14914 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14915 (print-region-1): Don't hard code `-h' here.
14916
14917 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14918
14919 2000-07-01 Francesco Potorti` <pot@gnu.org>
14920
14921 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14922 exim can use "your message" instead of "the message".
14923
14924 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14925
14926 * facemenu.el: Docstrings fixes.
14927 (facemenu-get-face): Don't use internal-find-face.
14928 (facemenu-iterate): Rename arg to match the docstring.
14929
14930 * newcomment.el (uncomment-region): Be more careful when skipping
14931 backwards over `=' not to bump into BOBP.
14932
14933 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14934
14935 * ediff-diff.el (ediff-wordify): Use syntax table.
14936 * ediff-init.el (ediff-has-face-support-p): Use
14937 ediff-color-display-p.
14938 (ediff-color-display-p): Use display-color-p, changed to defun
14939 from defsubst.
14940 Got rid of special cases for NeXT and OS/2.
14941 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14942 face.
14943
14944 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14945
14946 * emacs-lisp/lucid.el: Require CL.
14947 (copy-tree, remprop): Remove, it's provided by CL.
14948 (map-keymap): Define in terms of cl-map-keymap.
14949 (extent-property, set-extent-end-glyph): New functions.
14950
14951 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14952
14953 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14954
14955 * Makefile.in (DONTCOMPILE): Add comment that the name may
14956 not be changed without changing the make-dist script.
14957
14958 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14959 (cl-mapc): Use mapc instead of cl-old-mapc.
14960
14961 2000-07-05 Andrew Innes <andrewi@gnu.org>
14962
14963 * makefile.nt: Add support for `bootstrap' and related targets.
14964
14965 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14966
14967 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14968 (easy-menu-do-define): Use `menu-item' format.
14969 Handle case where easy-menu-create-menu returns a symbol.
14970 Manually call the potential top-level filter in the function binding.
14971 (easy-menu-filter-return): New arg NAME.
14972 Convert to a keymap if MENU is an XEmacs menu.
14973 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14974 (easy-menu-converted-items-table, easy-menu-convert-item):
14975 New var and fun to memoize easy-menu-convert-item-1.
14976 (easy-menu-do-add-item): Use it.
14977 (easy-menu-create-menu): Use easy-menu-convert-item.
14978 Wrap easy-menu-filter-return around any :filter specification.
14979 Don't convert the menu if a filter was specified.
14980 Tell easy-menu-make-symbol not to check for MENU being an expression.
14981 (easy-menu-make-symbol): New arg NOEXP.
14982
14983 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14984
14985 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14986 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14987 (eval-defun): If called with prefix arg, instrument code for
14988 Edebug.
14989
14990 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14991 similar to that of eval-defun.
14992
14993 2000-07-04 Dave Love <fx@gnu.org>
14994
14995 * hl-line.el (hl-line-overlay): Make it permanent-local.
14996
14997 * calendar/todo-mode.el: Replaced with a working version, based on
14998 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14999
15000 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15001
15002 * paths.el (prune-directory-list): New function.
15003 (Info-default-directory-list): Rewritten to more methodically
15004 enumerate a big list of possible info directories (based on the
15005 list used by the standalone info reader).
15006
15007 * info.el (info-initialize): Use prune-directory-list to remove
15008 non-existent directories from Info-directory-list.
15009
15010 * paths.el (Info-default-directory-list): Try a list of possible
15011 info-directories instead of a single one. Add the possible
15012 info directory "/usr/share/info".
15013
15014 * woman.el (woman-man.conf-path): Explicitly include the debian
15015 man-db config file "/etc/manpath.config".
15016 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15017 are present in `manpath.config'.
15018 (woman-manpath): Include "/usr/share/man".
15019
15020 2000-07-03 Gerd Moellmann <gerd@gnu.org>
15021
15022 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15023
15024 * startup.el (command-line): Initialize blink-cursor based
15025 on window-system.
15026
15027 * frame.el (blink-cursor): Default to nil if not running under
15028 a window-system.
15029
15030 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15031 (face-x-resources): Remove duplicate entry for :font.
15032
15033 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15034 instead of cycling through windows with next-window.
15035
15036 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15037 of cycling through windows with next-window.
15038
15039 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15040 of cycling through windows with next-window.
15041
15042 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15043 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15044 instead of cycling through windows with next-window.
15045
15046 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15047 instead of cycling through windows with next-window.
15048
15049 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15050 of cycling through windows with next-window.
15051
15052 * terminal.el (te-process-output): Use walk-windows instead of
15053 cycling through windows with next-window.
15054
15055 * server.el (server-switch-buffer): Use some-window instead of
15056 cycling through windows with next-window.
15057
15058 * window.el (some-window): New function.
15059 (walk-windows): Remove reference to walk-windows-start.
15060
15061 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15062
15063 2000-07-03 Richard Stallman <rms@gnu.org>
15064
15065 * window.el (walk-windows): Guarantee termination by keeping a list
15066 of all the windows already handled.
15067
15068 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15069
15070 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15071 window-system.
15072
15073 * man.el (Man-notify-when-ready): Don't use window-system. If
15074 Man-notify-method is newframe, and the display is not
15075 multi-frame, select the frame created for the man page.
15076 (Man-init-defvars): Doc fix.
15077
15078 2000-06-28 Gerd Moellmann <gerd@gnu.org>
15079
15080 * faces.el (region): Change background color for light background.
15081
15082 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15083 attribute from mode-line face of Ediff control frame.
15084
15085 * replace.el (query-replace-map): Bind `e' like `E'.
15086
15087 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15088
15089 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15090 Change name to "Select All".
15091
15092 * dos-fns.el (convert-standard-filename): Fix last change.
15093
15094 2000-06-27 Gerd Moellmann <gerd@gnu.org>
15095
15096 * help.el (describe-variable): Don't insert a second `'s' in front
15097 of the string `value is shown below'. Since the syntax-table is
15098 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15099 an existing `'s', so that this won't be deleted.
15100
15101 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15102 * pcmpl-unix.el: New files.
15103
15104 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15105
15106 * wid-edit.el (widget-member): Use the new plist-member.
15107
15108 2000-06-26 Gerd Moellmann <gerd@gnu.org>
15109
15110 * replace.el (perform-replace): Undo change of 2000-04-04.
15111 Instead, move backward 1 character at the end of the loop when
15112 necessary.
15113
15114 * faces.el (fringe): Change face for different backgrounds.
15115
15116 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15117 patch from John.
15118
15119 * eshell/*.el: Change spelling of the Free Software Foundation.
15120
15121 * eshell/esh-toggle.el: Removed.
15122
15123 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15124
15125 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15126 interactively.
15127
15128 2000-06-26 Alex Schroeder <alex@gnu.org>
15129
15130 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15131 `define-key'; instead of checking `(emacs-version)' check for
15132 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15133 for `;' and `o' which might be electric.
15134
15135 (sql-electric-stuff): New user option.
15136 (sql-magic-go): New function which uses `sql-electric-stuff'.
15137 (sql-magic-semicolon): New function which uses
15138 `sql-electric-stuff'.
15139
15140 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15141 is not fboundp.
15142
15143 (sql-oracle-options): New variable.
15144 (sql-oracle): Use it.
15145
15146 (sql-imenu-generic-expression): Doc change.
15147 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15148 is used.
15149
15150 (sql-informix): Added command line parameter "-" to force
15151 sql-informix-program to use stdout.
15152
15153 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15154
15155 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15156 (cp864-decode-table): Doc fix.
15157 (cp720-decode-table): New variable, supports the Arabic OEM
15158 codepage used by Windows.
15159 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15160
15161 2000-06-23 Dave Love <fx@gnu.org>
15162
15163 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15164 (font-lock-fontify-anchored-keywords): Use
15165 line-beginning-position.
15166 (global-font-lock-mode): Use mapc.
15167
15168 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15169
15170 * eshell/esh-module.el: Require CL when compiling.
15171
15172 2000-06-23 Gerd Moellmann <gerd@gnu.org>
15173
15174 * comint.el (comint-substitute-in-file-name): Call replace-match
15175 with second and third arg t.
15176
15177 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15178 Specify foreground color.
15179
15180 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15181 color.
15182
15183 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15184
15185 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15186 cddr instead of cdddr.
15187
15188 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15189 instead of copy-list.
15190
15191 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15192 of copy-list.
15193
15194 * subdirs.el: Add eshell subdirectory.
15195
15196 * eshell: New subdirectory containing the Eshell package.
15197
15198 * pcomplete.el: New file.
15199
15200 2000-06-23 Paul Eggert <eggert@twinsun.com>
15201
15202 * mail/mailpost.el (post-mail-send-it): Make sure file has
15203 proper permissions from birth.
15204
15205 * files.el (basic-save-buffer-2): When temporarily setting
15206 file modes, set them to current modes plus 0200, not to 0777.
15207
15208 * emerge.el (emerge-make-temp-file): Make sure file has proper
15209 permissions from birth.
15210
15211 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15212
15213 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15214 backup file name through convert-standard-filename.
15215
15216 * dos-fns.el (convert-standard-filename): Convert leading
15217 directories as well. When long file names are supported, convert
15218 characters that are invalid in Windows file names.
15219
15220 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15221
15222 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15223 ps-print crashes. New feature: page selection for printing. Create
15224 raw-text-unix coding system for XEmacs. Doc fix.
15225 (ps-print-version): New version number (5.2.3).
15226 (ps-plot-region): Bug fix.
15227 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15228 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15229 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15230 funs.
15231 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15232 (ps-last-page): New vars.
15233
15234 2000-06-21 Gerd Moellmann <gerd@gnu.org>
15235
15236 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15237 empty option string.
15238
15239 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15240
15241 * man.el (man): Doc fix.
15242
15243 2000-06-21 Kenichi Handa <handa@etl.go.jp>
15244
15245 * international/mule-cmds.el (set-language-info-alist): Docstring
15246 fixed.
15247
15248 2000-06-20 Gerd Moellmann <gerd@gnu.org>
15249
15250 * version.el (emacs-version): Use ISO date format.
15251
15252 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15253 instead of `M-backspace'.
15254
15255 * simple.el (turn-off-auto-fill): New function.
15256
15257 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15258
15259 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15260 Renamed from with-buffer-prepared-for-font-lock and use
15261 inhibit-modification-hooks rather than setting *-change-functions.
15262 Update all functions to use the new name.
15263 (jit-lock-first-unfontify-pos): New semantics (and doc).
15264 (jit-lock-mode): Make non-interactive.
15265 Don't automatically turn on font-lock.
15266 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15267 Always use jit-lock-after-change.
15268 Remove and restore font-lock-after-change-function.
15269 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15270 (jit-lock-after-unfontify-buffer): Remove.
15271 (jit-lock-stealth-fontify):
15272 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15273 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15274
15275 2000-06-20 Sam Steingold <sds@gnu.org>
15276
15277 * emacs-lisp/cl-indent.el (toplevel): Indent
15278 `print-unreadable-object' properly. Untabify.
15279
15280 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15281
15282 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15283 Support for bibentry.
15284 (reftex-compile-variables): Fixed problem with end of section-re.
15285
15286 * texmodes/reftex-dcr.el (reftex-view-crossref,
15287 reftex-view-crossref-from-bibtex):
15288 Deal with changed `reftex-find-citation-regexp-format'.
15289 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15290 Replaced `remprop' with `put'.
15291 (reftex-view-crossref, reftex-view-crossref-when-idle):
15292 Support for bibentry.
15293
15294 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15295 New entry for bibentry package.
15296
15297 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15298 Regexp also matches "\nobibliography".
15299
15300 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15301 Call `reftex-ensure-write-access' before doing anything.
15302 (reftex-ensure-write-access): New function.
15303
15304 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15305
15306 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15307
15308 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15309
15310 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15311
15312 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15313
15314
15315 2000-06-20 Dave Love <fx@gnu.org>
15316
15317 * faces.el (frame-background-mode): Use set-default, not set, in
15318 setter.
15319 (frame-update-faces, frame-update-face-colors): Define with
15320 defalias.
15321
15322 * enriched.el (enriched-decode-foreground)
15323 (enriched-decode-background): Don't use internal-find-face.
15324
15325 * apropos.el: Doc fixes.
15326
15327 * cus-edit.el (customize-changed-options): Check arg.
15328 (customize-version-lessp): Don't require decimal point.
15329
15330 * custom.el (defcustom, defgroup): Doc fix.
15331
15332 * newcomment.el (comment) <defgroup>: Add :version.
15333 (comment-multi-line): Doc fix.
15334
15335 * emulation/mlsupport.el (define-hooked-local-abbrev,
15336 define-hooked-global-abbrev): Fix, using define-abbrev.
15337
15338 2000-06-19 Gerd Moellmann <gerd@gnu.org>
15339
15340 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15341 the whole buffer.
15342
15343 2000-06-19 Dave Love <fx@gnu.org>
15344
15345 * menu-bar.el (menu-bar-options-save): New function.
15346 (menu-bar-options-menu): Use it.
15347 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15348 Simplify.
15349
15350 2000-06-19 Andreas Schwab <schwab@suse.de>
15351
15352 * progmodes/etags.el (tags-query-replace): Put new parameters
15353 START and END at the end, for backward compatibility.
15354
15355 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15356
15357 * international/codepage.el:
15358 (cp-coding-system-for-codepage-1): Delete special codes for
15359 generating xxx-dos coding system because now a CCL based coding
15360 system can handle EOL conversion by default.
15361
15362 * international/mule.el (make-coding-system): Generate subsidiary
15363 coding systems for EOL handling variants even for a CCL based
15364 coding system.
15365
15366 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15367
15368 * international/isearch-x.el (isearch-minibuffer-input-method)
15369 (isearch-minibuffer-input-method-function): These variables
15370 deleted.
15371 (isearch-with-input-method): Don't use the above variables.
15372 (isearch-process-search-multibyte-characters): Likewise. Call
15373 read-string with the arg INHERIT-INPUT-METHOD t.
15374
15375 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15376
15377 * font-lock.el (font-lock-after-fontify-buffer)
15378 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15379
15380 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15381 Use consistent make-local-variable style for font-lock-fontified.
15382 (jit-lock-fontify-buffer):
15383 Don't bother checking for font-lock-mode and jit-lock-mode.
15384
15385 * time.el: Remove trailing ^M that prevent CVS-merging.
15386
15387 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15388
15389 * Makefile.in (distclean): New target.
15390
15391 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15392
15393 * Makefile.in (srcdir): Define for update-subdirs.
15394
15395 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15396
15397 * find-lisp.el: New file.
15398
15399 2000-06-16 Andrew Innes <andrewi@gnu.org>
15400
15401 * time.el (display-time-mail-function): New variable, to allow
15402 external packages to indicate when new mail is available.
15403 (display-time-update): Use it.
15404
15405 2000-06-16 Kenichi Handa <handa@etl.go.jp>
15406
15407 * international/mule.el (mule-version): Change version name to
15408 SAKAKI. AOI has already been used by Meadow.
15409
15410 * international/quail.el (quail-show-guidance-buf): To find the
15411 bottom window (but minibuffer), pay attention to the height of
15412 minibuffer.
15413
15414 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15415
15416 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15417 menu-bar menus. Add help strings. Don't remove the Edit menu
15418 from the menu bar, as the menu bar has enough space now.
15419
15420 * Makefile.in (SHELL): Make sure /bin/sh is used.
15421
15422 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15423 characters, which use series of two ^H characters instead of one.
15424
15425 2000-06-15 Gerd Moellmann <gerd@gnu.org>
15426
15427 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15428 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15429 functions.
15430 (Info-find-node-2): Try a case-sensitive search first, then
15431 do a case-insensitive search.
15432
15433 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15434 tutorials.
15435
15436 * complete.el (PC-env-vars-alist): New variable.
15437 (PC-complete-as-file-name): New function.
15438 (partial-completion-mode): Initialize PC-env-vars-alist from
15439 process-environment.
15440 (PC-do-completion): Handle completion of env vars.
15441
15442 * info.el (Info-set-mode-line): Show file name in mode line,
15443 use `*Info*' instead of `Info:'.
15444
15445 * startup.el (command-line-1): Change copyright messages to year
15446 2000.
15447
15448 2000-06-15 Dave Love <fx@gnu.org>
15449
15450 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15451 not local-map.
15452
15453 2000-06-15 Kenichi Handa <handa@etl.go.jp>
15454
15455 * international/mule.el (set-buffer-file-coding-system): Almost
15456 rewritten to handle `undecided' as no-op.
15457
15458 2000-06-14 Gerd Moellmann <gerd@gnu.org>
15459
15460 * Makefile.in: New file.
15461
15462 * Makefile: Removed.
15463
15464 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15465 (goto-address-highlight-keymap): Bind C-c RET.
15466
15467 2000-06-14 Kenichi Handa <handa@etl.go.jp>
15468
15469 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15470 inherits buffer-file-coding-system of the current buffer.
15471
15472 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15473 0. Give correct argument to set-auto-coding-function.
15474 (tar-expunge): For goto-char, use (point-min), not 0.
15475 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15476 (tar-subfile-save-buffer): Likewize.
15477
15478 * international/mule.el
15479 (after-insert-file-set-buffer-file-coding-system): Call
15480 set-buffer-file-coding-system with the arg FORCE t.
15481
15482 2000-06-13 Gerd Moellmann <gerd@gnu.org>
15483
15484 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15485 nil. Contemporary sendmails issue an X-Authentication-Warning if
15486 the sender is set with `-f'.
15487
15488 2000-06-13 Dave Love <fx@gnu.org>
15489
15490 * help.el (describe-function-1): Kluge around cases of functions
15491 fset to subrs whose doc doesn't match their symbol-name.
15492
15493 * image.el (insert-image): Default STRING to a space.
15494
15495 * info.el Doc fixes.
15496 (Info-build-node-completions): Match Ref tags.
15497
15498 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15499
15500 * frame.el (display-multi-frame-p, display-multi-font-p): New
15501 defaliases for display-graphic-p.
15502
15503 * hl-line.el: Fixed a typo in commentary.
15504
15505 2000-06-13 Kenichi Handa <handa@etl.go.jp>
15506
15507 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15508 fixed.
15509
15510 2000-06-12 Dave Love <fx@gnu.org>
15511
15512 * image.el (insert-image): Save a little consing.
15513
15514 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15515
15516 * language/tibet-util.el: Convert all tibetan-1-column characters
15517 to the corresponding tibetan characters.
15518 (tibetan-add-components): Delete code for the special treatment of
15519 'a chung.
15520
15521 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15522 change.
15523 (tibetan-vowel-transcription-alist): More rules added.
15524 (tibetan-composite-vowel-alist): New variable.
15525 (tibetan-precomposition-rule-alist): More rules added.
15526
15527 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15528
15529 * startup.el (command-line): Only call menu-bar-mode if interactive.
15530
15531 * thingatpt.el (toplevel symbol-properties):
15532 * textmodes/makeinfo.el (makeinfo-compile):
15533 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15534 * progmodes/hideif.el (hif-compress-define-list)
15535 (hide-ifdef-use-define-alist):
15536 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15537 (ange-ftp-vms-add-file-entry):
15538 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15539 * man.el (Man-build-man-command):
15540 * mail/rnewspost.el (news-reply-header-hook):
15541 * info.el (Info-insert-dir):
15542 * emulation/mlconvert.el (backward-word, forward-word, setq):
15543 * emacs-lisp/gulp.el (gulp-send-requests):
15544 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15545 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15546 (byte-optimize-apply, end of file):
15547 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15548 (ad-make-freeze-definition):
15549 * startup.el (command-line, command-line-1): Don't quote lambdas.
15550
15551 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15552 (cvs-cleanup-removed): New function.
15553 (cvs-cleanup-functions): New var.
15554 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15555 some flexibility in specifying additional entries to auto-cleanup.
15556 (cvs-quickdir): New function.
15557 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15558 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15559 (cvs-mode-find-file): Check that we are on a filename or dirname
15560 when invoked through a mouse-click.
15561 (cvs-full-path): Remove.
15562 (cvs-dired-action): Re-introduced.
15563 (cvs-dired-noselect): Use it.
15564 (vc-post-command-functions): use this new hook if available.
15565
15566 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15567 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15568 (cvs-filename-map, cvs-dirname-map): Remove.
15569 (cvs-default-action): Remove.
15570 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15571 if the arg is really a keymap.
15572 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15573 Don't hardcode the mapping from state (aka type) to face, but check
15574 the var cvs-fi-<type>-face instead.
15575 (cvs-fileinfo-from-entries): New function.
15576
15577 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15578 Docstring fix.
15579 (cvs-find-file-and-jump): Change default to be safer.
15580 (cvs-mode-diff-map): Define it as a function as well.
15581 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15582 Bind mouse-2 in this global map rather than with text-properties.
15583
15584 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15585 file to resolve the ambiguity between C(conflict) and C(need-merge).
15586
15587 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15588
15589 * international/mule.el (set-buffer-file-coding-system): If
15590 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15591 unconditionally.
15592
15593 2000-06-12 Dave Love <fx@gnu.org>
15594
15595 * wid-edit.el (widget-specify-button): Really suppress the face if
15596 required.
15597
15598 2000-06-11 Gerd Moellmann <gerd@gnu.org>
15599
15600 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15601
15602 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15603
15604 * imenu.el (imenu-generic-expression): Docstring fix.
15605
15606 * composite.el (composition-function-table): Move the `put'
15607 below the autoload cookie so we can load the file before loaddefs.
15608
15609 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15610
15611 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15612 Handle easy-mmode-define-global-mode.
15613 For complex macros like define-minor-mode that can generate
15614 several autoload entries, try to autoload entries in the
15615 macroexpanded code.
15616
15617 * emacs-lisp/easy-mmode.el (define-minor-mode):
15618 If KEYMAP is a symbol, just use it.
15619 Use byte-compile-current-file and load-file-name to infer the
15620 proper :require to pass to defcustom.
15621 Wrap the hook var into `progn' so as not to autoload it.
15622 Add a :autoload-end cookie.
15623 Be more careful about the evaluation of KEYMAP.
15624 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15625 (define-derived-mode): Move define-abbrev-table outside of defvar.
15626
15627 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15628
15629 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15630 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15631 (backup-compiled-files): Ignore errors during `tar'.
15632 (bootstrap): Make autoloads before elc files.
15633
15634 2000-06-10 Kenichi Handa <handa@etl.go.jp>
15635
15636 * international/mule.el (set-buffer-file-coding-system): If one of
15637 undecided-XXX is specified, change only EOL conversion.
15638
15639 * international/mule-conf.el (unix): New alias for the coding
15640 system undecided-unix.
15641
15642 2000-06-09 Dave Love <fx@gnu.org>
15643
15644 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15645
15646 * progmodes/executable.el: Byte compile dynamic.
15647 (executable-insert): Change custom type.
15648 (executable-find): Add autoload cookie.
15649 (executable-make-buffer-file-executable-if-script-p): New
15650 function. After Noah Friedman.
15651
15652 * files.el (after-save-hook): Customize, with
15653 executable-make-buffer-file-executable-if-script-p as an option.
15654
15655 2000-06-09 Kenichi Handa <handa@etl.go.jp>
15656
15657 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15658 "tib24p-mule.bdf" for Tibetan.
15659
15660 * composite.el (decompose-composite-char): Declare it as obsolete.
15661
15662 * man.el (Man-fontify-manpage): Pay attention to underline and
15663 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15664
15665 2000-06-08 Gerd Moellmann <gerd@gnu.org>
15666
15667 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15668 Set maintainer to FSF since author isn't reachable.
15669
15670 2000-06-08 Dave Love <fx@gnu.org>
15671
15672 * international/mule-cmds.el (select-safe-coding-system): If
15673 DEFAULT-CODING-SYSTEM is not specified, also check the most
15674 preferred coding-system if buffer-file-coding-system is
15675 `undecided'. From Handa.
15676
15677 2000-06-08 Kenichi Handa <handa@etl.go.jp>
15678
15679 * international/mule.el
15680 (after-insert-file-set-buffer-file-coding-system): If the buffer
15681 size is greater than INSERTED, judget that we are not visiting.
15682
15683 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15684
15685 * whitespace.el (defgroup whitespace): Comment out `:version'.
15686 XEmacs 20.4 has problems defining the group with this present.
15687 We'll have this commented out till get resolve the problem.
15688
15689 2000-06-07 John Wiegley <johnw@gnu.org>
15690
15691 * align.el (align-dq-string-modes, align-sq-string-modes)
15692 (align-open-comment-modes): Add pyhton-mode.
15693 (align-rules-list): Use get-text-property instead of
15694 text-properties-at.
15695 (align-rules-list): Add python-assignment.
15696 (align-rules-list): Change perl-comma-delimiter to
15697 basic-comma-delimiter. Use if for Perl modes and python-mode.
15698 (align-rules-list): Add python-chain-logic and
15699 basic-line-continuation.
15700
15701 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15702
15703 * apropos.el (apropos-mode-hook): New user variable.
15704 (apropos-mode): Run apropos-mode-hook.
15705
15706 2000-06-07 David Ponce <david@dponce.com>
15707
15708 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15709 commands. Require `wid-edit' at run-time.
15710
15711 2000-06-07 David Ponce <david@dponce.com>
15712
15713 * recentf.el: Added some "Commentary".
15714 (recentf-open-more-files, recentf-edit-list): Minor changes to
15715 move the point at the top of the file list. This behaviour is
15716 consistent with the menu one when the list contains a lot of
15717 files.
15718 (recentf-cleanup): Now displays the number of items removed from
15719 the list.
15720 (recentf-relative-filter) New menu filter to show filenames
15721 relative to `default-directory'.
15722
15723 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15724
15725 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15726 with/without giving an error if PostScript printer doesn't have this
15727 kind of page size. Zebra Stripe continues or restarts on next page.
15728 Manual/automatic paper feeding. Switch or not the header.
15729 (ps-print-version): New version number (5.2.2).
15730 (ps-windows-system): Include emx as a Windows system.
15731 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15732 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15733 (ps-background-text): Code fix.
15734 (ps-error-handler-message, ps-user-defined-prologue)
15735 (ps-print-prologue-header, ps-printer-name)
15736 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15737 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15738 (ps-use-face-background): Customization fix.
15739 (ps-n-up-database): Data fix.
15740 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15741 (ps-switch-header): New vars.
15742 (ps-xemacs-color-name, ps-face-foreground-name)
15743 (ps-face-background-name, ps-boolean-constant): New funs.
15744
15745 2000-06-07 Dave Love <fx@gnu.org>
15746
15747 * allout.el: New version from Manheimer.
15748
15749 2000-06-07 Kenichi Handa <handa@etl.go.jp>
15750
15751 * textmodes/fill.el (fill-find-break-point): Check the validity of
15752 charset.
15753
15754 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15755
15756 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15757 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15758 Call display-color-p and display-mouse-p instead of looking at
15759 window-system.
15760
15761 2000-06-06 Dave Love <fx@gnu.org>
15762
15763 * image.el (find-image): Doc fix. Return nil if image not found.
15764 (put-image, insert-image): Make STRING arg optional.
15765
15766 2000-06-06 Kenichi Handa <handa@etl.go.jp>
15767
15768 * language/vietnamese.el: Remove eval-when-compile.
15769 (viet-viscii-nonascii-translation-table): Define it as a
15770 translation table made from viet-viscii-decode-table.
15771 (viet-viscii-encode-table): Define it as a translation table made
15772 from the reverse map of above.
15773 (viet-vscii-nonascii-translation-table): Define it as a
15774 translation table made from viet-vscii-decode-table.
15775 (viet-vscii-encode-table): Define it as a translation table made
15776 from the reverse map of above.
15777 (ccl-decode-viscii): Use translate-character.
15778 (ccl-encode-viscii, ccl-encode-viscii-font)
15779 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15780 Likewize.
15781
15782 * language/cyrillic.el: Remove eval-when-compile.
15783 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15784 translation table made from cyrillic-koi8-r-decode-table.
15785 (cyrillic-koi8-r-encode-table): Define it as a translation table
15786 made from the reverse map of above.
15787 (ccl-decode-koi8): Use translate-character.
15788 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15789 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15790 a translation table made from cyrillic-alternativnyj-decode-table.
15791 (cyrillic-alternativnyj-encode-table): Define it as a translation
15792 table made from the reverse map of above.
15793 (ccl-decode-alternativnyj): Use translate-character.
15794 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15795 Likewize
15796
15797 * international/mule-diag.el (non-iso-charset-alist): Specify
15798 translation table symbol instead of translation table itself.
15799 (list-block-of-chars): CHARSET may be a translation table symbol.
15800
15801 * international/mule.el (make-coding-system): If CODING-SYSTEM
15802 already exists, override it.
15803
15804 * international/fontset.el: Use family `proportional' for Tibetan
15805 fonts.
15806
15807 * international/ccl.el (ccl-compile-translate-character): Don't
15808 check if Rrr has property translation-table.
15809 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15810
15811 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15812
15813 * info.el: Bind case-fold-search to t when searching in case
15814 a user sets it to nil in a hook.
15815
15816 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15817
15818 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15819 * hl-line.el (hl-line-mode): Use the new :global key argument.
15820
15821 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15822 (tar-clip-time-string): Prepend a space.
15823 (tar-grind-file-mode): Construct a string rather than modifying one.
15824 (tar-header-block-summarize): Fix docstring.
15825 Use `format' rather than an error-prone set of copy-loops.
15826
15827 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15828 (diff-goto-source, diff-unified->context, diff-context->unified)
15829 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15830 understand the format output by the `-p' argument to diff.
15831
15832 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15833 (sh-re-done): Use defconst.
15834 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15835 (sh-help-string-for-variable, sh-guess-basic-offset):
15836 Don't quote lambdas.
15837 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15838 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15839
15840 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15841 (mh-letter-mode): Derive from text-mode.
15842 This implicitly means that it now calls kill-all-local-variables.
15843 Also remove the Emacs-18 compatibility code.
15844
15845 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15846 Make use of symbol-property doc-string-elt.
15847 Use memq rather than a sequence of eq.
15848 (doc-string-elt): Fix the wrong or missing previously unused values.
15849 (autoload-print-form): New function extracted from
15850 generate-file-autoloads to allow recursion when handling progn
15851 so that defvar's and defun's docstrings are properly printed.
15852 (generate-file-autoloads): Use it.
15853
15854 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15855 Use find-file-hooks in the minor-mode function.
15856 Be careful not to loop indefinitely in the post-command-hook function.
15857
15858 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15859
15860 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15861 tty's.
15862 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15863 differences whenever appropriate.
15864 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15865 * viper.el (find-file, find-file-other-window): Get viper to do
15866 wildcards.
15867
15868 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15869
15870 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15871 (jit-lock-fontify-buffer): New function for JIT refontification.
15872 (jit-lock-mode): Fix docstring.
15873 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15874 Remove jit-lock-after-change from the _local_ hook.
15875 (jit-lock-function-1): Fix docstring.
15876
15877 * info.el (Info-on-current-buffer): Initialize info.
15878
15879 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15880
15881 * progmodes/tcl.el (tcl-indent-for-comment):
15882 Ignore comment-indent-hook.
15883
15884 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15885 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15886 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15887 and improve to use the lighter to guess the capitalization.
15888 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15889 Add keyword arguments to specify global-ness or the custom group.
15890 Add local-map and help-echo properties to the lighter.
15891 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15892 (easy-mmode-define-global-mode): New macro.
15893
15894 2000-06-02 Dave Love <fx@gnu.org>
15895
15896 * wid-edit.el: byte-compile-dynamic since we typically don't use
15897 all the widgets. Don't require cl or widget. Remove
15898 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15899 (widget-read-event): Removed. Callers changed to use read-event.
15900 (widget-button-release-event-p): Renamed from
15901 button-release-event-p.
15902 (widget-field-add-space, widget-field-use-before-change):
15903 Uncustomize.
15904 (widget-specify-field): Use keymap property, not local-map.
15905 (widget-specify-button): Obey :suppress-face.
15906 (widget-specify-insert): Use modern backquote syntax.
15907 (widget-image-directory): Renamed from widget-glyph-directory.
15908 (widget-image-enable): Renamed from widget-glyph-enable.
15909 (widget-image-find): Replaces widget-glyph-find.
15910 (widget-button-pressed-face): Move defvar.
15911 (widget-image-insert): Replaces widget-glyph-insert.
15912 (widget-convert): Use keywordp.
15913 (widget-leave-text, widget-children-value-delete): Use mapc.
15914 (widget-keymap): Remove XEmacs stuff.
15915 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15916 (widget-button-click): Don't set point at the click, but re-centre
15917 if we scroll out of window. Rewritten for images v. glyphs &c.
15918 (widget-tabable-at): Use POS arg, not point.
15919 (widget-beginning-of-line, widget-end-of-line)
15920 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15921 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15922 (widget-default-create): Use widget-image-insert; some rewriting.
15923 (widget-visibility-value-create)
15924 (widget-push-button-value-create, widget-toggle-value-create): Use
15925 widget-image-insert.
15926 (checkbox): Create on and off images dynamically.
15927 (documentation-link): Change :help-echo.
15928 (widget-documentation-link-echo-help): Remove.
15929
15930 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15931
15932 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15933
15934 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15935 (easy-mmode-define-toggle, define-minor-mode): Use it.
15936 (easy-mmode-define-keymap): Docstring fix.
15937 (define-derived-mode): Default PARENT to fundamental-mode.
15938 Add the derived-mode-parent symbol-property.
15939 (easy-mmode-derived-mode-p): New function.
15940
15941 2000-06-02 Dave Love <fx@gnu.org>
15942
15943 * files.el (convert-standard-filename): Doc fix.
15944 (normal-backup-enable-predicate): New function.
15945 (backup-enable-predicate): Use it to replace the lambda form.
15946
15947 * calendar/todo-mode.el: [This needs more work on the outline
15948 stuff.] Doc fixes.
15949 (todo) <defgroup>: Add :version.
15950 (todo-add-category): Don't use pushnew.
15951 (todo-cmd-raise): Fix typo.
15952 (todo-top-priorities): Change temp buffer name.
15953 (todo-category-alist): Avoid redundant lambda.
15954 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15955 Use outline-next-heading.
15956
15957 * autoarg.el: Rewritten to use define-minor-mode.
15958 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15959 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15960
15961 2000-06-02 Kenichi Handa <handa@etl.go.jp>
15962
15963 * isearch.el (isearch-other-meta-char): Fix previous change.
15964
15965 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15966
15967 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15968 (log-edit-done): Only add the comment to the ring if it's different
15969 from the last comment entered.
15970
15971 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15972
15973 2000-06-01 Dave Love <fx@gnu.org>
15974
15975 * hl-line.el: Rewritten using define-minor-mode.
15976
15977 * help.el (describe-function-1): Distinguish special form from
15978 builtin function. Sanity-check presence of arglist for builtins.
15979
15980 2000-06-01 Kenichi Handa <handa@etl.go.jp>
15981
15982 * international/characters.el: Fix syntax/category setting of
15983 Tibetan characters.
15984
15985 * language/tibet-util.el (tibetan-add-components): Fixes for new
15986 encoding of Tibetan characters.
15987 (tibetan-decompose-precomposition-alist): New variable.
15988 (tibetan-decompose-region): Convert precomposed characters to
15989 non-precomposed characters.
15990 (tibetan-decompose-string): Likewise.
15991 (tibetan-composition-function): Fix args to
15992 thibetan-compose-string.
15993
15994 * language/tibetan.el (tibetan-composable-pattern): More
15995 characters included.
15996 (tibetan-consonant-transcription-alist): Rule for "R" added.
15997 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15998 "+R" added.
15999 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16000
16001 * language/lao-util.el (lao-composition-function): Fix args to
16002 compose-string.
16003
16004 * language/thai-util.el (thai-composition-function): Fix args to
16005 compose-string.
16006
16007 * isearch.el (isearch-update): Set disable-point-adjustment to t
16008 to prevent the point moving to the end of a composition when a
16009 part of a composition is searched.
16010 (isearch-other-meta-char): If the key invoking this command can be
16011 mapped by function-key-map to a printing char, call
16012 isearch-process-search-char directly.
16013
16014 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16015
16016 * emacs-lisp/bytecomp.el:
16017 * frame.el:
16018 * international/mule-cmds.el:
16019 * international/mule-util.el:
16020 * international/mule.el:
16021 * mouse.el:
16022 * subr.el:
16023 * faces.el: Update calls to make-obsolete with a WHEN argument.
16024
16025 * byte-run.el (make-obsolete, make-obsolete-variable):
16026 Add an optional WHEN argument and change the format of the
16027 symbol-property information.
16028 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16029 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16030 new obsolete-symbol-property format and print WHEN if it is provided.
16031
16032 2000-05-31 Dave Love <fx@gnu.org>
16033
16034 * loadhist.el (loadhist-hook-functions): Remove
16035 before-change-function, after-change-function.
16036 (unload-feature): Deal with symbols which are both bound and
16037 fbound.
16038
16039 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16040 before-change-function, after-change-function.
16041
16042 * simple.el (newline): Don't bind before-change-function,
16043 after-change-function.
16044
16045 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16046
16047 * whitespace.el (whitespace-rescan-timer-time): Update interval
16048 set to 600 seconds (10 minutes) instead of 60 seconds since
16049 a large number of whitespace buffers causes emacs to `freeze'
16050 for a considerable amount of time.
16051
16052 * whitespace.el: Updated email address
16053
16054 2000-05-31 Dave Love <fx@gnu.org>
16055
16056 * add-log.el (change-log-font-lock-keywords) <function>: Add
16057 pattern for function of change.
16058 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16059 acknowledgements patterns.
16060
16061 2000-05-31 Kenichi Handa <handa@etl.go.jp>
16062
16063 * isearch.el (isearch-printing-char): If keyboard coding system is
16064 being used, call isearch-process-search-multibyte-characters.
16065
16066 * international/isearch-x.el: Mostly rewritten.
16067
16068 * international/quail.el (quail-start-conversion): Don't include
16069 unhandled events in the returned events, but set them in
16070 unread-command-events. Exit if all inputs are deleted.
16071
16072 2000-05-30 Jason Rumney <jasonr@gnu.org>
16073
16074 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16075
16076 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16077 Reenable code to create initial fontsets.
16078 Use set-fontset-font in place of put-charset-property.
16079
16080 2000-05-30 Gerd Moellmann <gerd@gnu.org>
16081
16082 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16083 label, ensure that the first colon isn't followed by another.
16084
16085 * paths.el (Info-default-directory-list): Doc fix.
16086
16087 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16088 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16089 send a query containing USER only, not USER@HOST.
16090
16091 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16092 and rmail-msgend to compute the restriction at the end, instead of
16093 computing it.
16094
16095 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16096
16097 * dabbrev.el (dabbrev-expand): Don't display messages in the
16098 echo area if the minibuffer window is active.
16099
16100 * jit-lock.el (jit-lock-mode): Add after change function to
16101 local hook.
16102
16103 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16104
16105 * antlr-mode.el: New commands: hide/unhide actions,
16106 upcase/downcase literals.
16107 (antlr-tiny-action-length): New user option.
16108 (antlr-hide-actions): New command. Suggested by
16109 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16110 (antlr-mode-map): New binding [C-c C-v].
16111 (antlr-mode-menu): New entries.
16112 (antlr-downcase-literals): New command.
16113 (antlr-upcase-literals): Ditto.
16114
16115 * antlr-mode.el: Minor changes: indendation, mode-name.
16116 (antlr-indent-line): Indent cpp directive at column 0.
16117 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16118
16119 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16120 (antlr-font-lock-additional-keywords): Workaround for intentional
16121 bug in XEmacs version of font-lock.
16122 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16123 be used by a smarter version of `buffers-menu-grouping-function'.
16124
16125 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16126
16127 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16128 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16129
16130 2000-05-29 Kenichi Handa <handa@etl.go.jp>
16131
16132 * international/encoded-kb.el
16133 (encoded-kbd-iso2022-designation-map): Pay attention to that
16134 charset-iso-final-char return -1 for eight-bit-control and
16135 eight-bit-graphic.
16136
16137 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16138
16139 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16140 (speedbar-easymenu-definition-base): Use display-graphic-p where
16141 available, instead of window-system.
16142
16143 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16144
16145 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16146 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16147 coding systems.
16148
16149 2000-05-26 Dave Love <fx@gnu.org>
16150
16151 * disp-table.el (standard-display-underline): Don't use
16152 internal-find-face.
16153
16154 * mail/reporter.el: Maintainer change. Doc fixes.
16155 (reporter-version): Deleted.
16156
16157 * emacs-lisp/elp.el: Maintainer change.
16158 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16159
16160 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16161
16162 * add-log.el (add-change-log-entry): Merge the current entry with the
16163 previous one if the previous one is empty.
16164
16165 2000-05-26 Dave Love <fx@gnu.org>
16166
16167 * loadhist.el (unload-feature): Fix interactive spec [from
16168 lijnzaad@ebi.ac.uk].
16169
16170 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16171 subr-arity to check primitives.
16172 (byte-compile-flush-pending, byte-compile-file-form-progn)
16173 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16174 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16175 mapcar.
16176
16177 2000-05-26 Kenichi Handa <handa@etl.go.jp>
16178
16179 * international/fontset.el: Set family names of non-latin charsets
16180 in default fontset to "*".
16181
16182 * international/mule-diag.el (print-fontset): Combine family part
16183 and registry part of the fontname by "-*-" instead of "-".
16184
16185 * international/mule-cmds.el (encode-coding-char): Make strings
16186 multibyte before calling encode-coding-string.
16187
16188 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16189
16190 * derived.el: Fix keywords.
16191 (define-derived-mode): Only define if needed.
16192
16193 * simple.el (fill-comment, comment-column, comment-start)
16194 (comment-start-skip, comment-end, comment-indent-function)
16195 (block-comment-start, block-comment-end, indent-for-comment)
16196 (set-comment-column, kill-comment, comment-padding, comment-region)
16197 (comment-multi-line, indent-new-comment-line): Remove.
16198
16199 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16200 function names for comment operations.
16201
16202 * newcomment.el: Add abundant autoload cookies.
16203 (comment-style): Don't depend on runtime data at compile-time.
16204 (comment-indent-hook): Remove.
16205 (comment-indent): Check if comment-indent-hook is bound.
16206 (comment-region): Docstring fix.
16207
16208 2000-05-25 Dave Love <fx@gnu.org>
16209
16210 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16211 byte-code-function-p.
16212
16213 * mail/rmailsum.el: Add provide.
16214
16215 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16216
16217 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16218 defcustom.
16219
16220 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16221
16222 * ediff-diff.el (ediff-exec-process): delete --binary option from
16223 non-buffer ediff jobs.
16224
16225 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16226
16227 * hilit-chg.el (highlight-changes-mode): Ask about color or
16228 grayscale support, not about window-system.
16229
16230 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16231 window-system.
16232 (ffap-highlight): Always default to t.
16233
16234 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16235 display-popup-menus-p instead of looking at window-system.
16236
16237 * disp-table.el (standard-display-g1, standard-display-graphic):
16238 Only refuse to use string glyphs on X and MS-Windows.
16239
16240 * avoid.el: Remove window-system from commentary, suggest to use
16241 display-*-p instead.
16242
16243 * apropos.el (apropos-print): Use display-mouse-p instead of
16244 window-system.
16245
16246 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16247
16248 * international/codepage.el (cp-decoding-vector-for-codepage):
16249 Fill up unsupported characters with their own codes. From Kenichi
16250 Handa.
16251
16252 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16253
16254 * international/mule-diag.el (describe-char-after): Use
16255 display-graphic-p instead of window-system, so that this function
16256 works on MS-DOS.
16257
16258 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16259
16260 * international/codepage.el (cp-make-coding-systems-for-codepage):
16261 Remove the eight-bit-graphic and eight-bit-control charsets from
16262 the list of charsets which we convert into `?'.
16263
16264 2000-05-25 Kenichi Handa <handa@etl.go.jp>
16265
16266 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16267 private charsets.
16268 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16269 japanese-jisx0213-2): New charsets.
16270
16271 * international/fontset.el: Setup default fontset for new charsets.
16272
16273 2000-05-24 Dave Love <fx@gnu.org>
16274
16275 * info.el (Info-find-node-2): Restructure [following "Vadim
16276 S. Solomin" <sovs@uic.nnov.ru>].
16277
16278 * icomplete.el: Fix header for Finder.
16279
16280 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16281
16282 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16283 STAY.
16284
16285 * rmail.el (rmail-automatic-folder-directives): New user variable.
16286 (rmail-show-message): Add call to `rmail-auto-file' during
16287 display.
16288 (rmail-auto-file): New function.
16289
16290 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16291
16292 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16293 account.
16294 (ediff-test-utility,ediff-diff-mandatory-option)
16295 (ediff-reset-diff-options): Utilities for proper initialization of
16296 ediff-diff-options and ediff-diff3-options on Windows.
16297
16298 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16299 variable.
16300
16301 * ediff-mult.el (ediff-filegroup-action): Use
16302 ediff-merge-filename-prefix.
16303
16304 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16305
16306 * viper-ex.el (ex-write): Set selective display to nil.
16307
16308 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16309
16310 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16311 aliases for hebrew-iso-8bit.
16312
16313 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16314
16315 * woman.el: New version from Francis J. Wright
16316 <F.J.Wright@Maths.QMW.ac.uk>.
16317 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16318 names in environment variables regardless of the path separator.
16319 (woman-topic-all-completions-1): Don't call file-name-directory-p
16320 on all files, since woman-file-regexp already filters out any
16321 directories.
16322
16323 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16324
16325 * international/quail.el (quail-start-translation): Don't change
16326 modified-p of the current buffer.
16327 (quail-start-conversion): Likewise.
16328
16329 * international/kkc.el (kkc-region): Don't change modified-p of
16330 the current buffer.
16331
16332 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16333 conform to RFC1468.
16334 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16335
16336 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16337
16338 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16339 (speedbar-insert-button): Invisible text property fix.
16340 (speedbar-directory-plus): Renamed from speedbar-directory-+
16341 (speedbar-directory-minus): Renamed from speedbar-directory--
16342 (speedbar-page-plus): Renamed from speedbar-file-+
16343 (speedbar-page-minus): Renamed from speedbar-file--
16344 (speedbar-page): Renamed from speedbar-file-
16345 (speedbar-tag): Renamed from speedbar-tag-
16346 (speedbar-tag-plus): Renamed from speedbar-tag-+
16347 (speedbar-tag-minus): Renamed from speedbar-tag--
16348 (speedbar-expand-image-button-alist): Use above renames.
16349
16350 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16351 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16352 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16353 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16354 * sb-pg.xpm: Renamed from sb-file.xpm
16355 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16356 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16357
16358 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16359
16360 * international/quail.el (quail-show-guidance-buf): Set
16361 current-input-method of the guidance buffer to the name of the
16362 curren input method.
16363
16364 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16365
16366 * progmodes/compile.el (compile-internal): Style typo.
16367
16368 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16369 quote vars and functions in the docstring.
16370
16371 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16372
16373 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16374 Don't quote lambdas.
16375
16376 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16377
16378 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16379
16380 * startup.el (command-line): Determine source file of compiled
16381 user init file differently. Warn if compiled user init file
16382 is older than its source file.
16383
16384 * ffap.el (ffap-url-regexp): Add `https'.
16385
16386 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16387
16388 * files.el (make-backup-file-name-1): Replace slashes with `!'
16389 rather than `|' (which is not allowed on Windows). Replace the
16390 drive letters with a string "drive_X".
16391
16392 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16393
16394 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16395
16396 * files.el (interpreter-mode-alist): Add `bash2'.
16397
16398 2000-05-22 Dave Love <fx@gnu.org>
16399
16400 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16401 mapc.
16402 (feature-file): Avoid calling symbol-name. Doc fix.
16403 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16404 (loadhist-hook-functions): Add mouse-position-function.
16405 (unload-feature): Change uses of mapcar.
16406
16407 * files.el (parse-colon-path): Doc fix.
16408 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16409 (set-auto-mode): Use mapc.
16410
16411 * complete.el (PC-look-for-include-file): Use :alnum: character
16412 class.
16413 (partial-completion-mode): Add autoload cookie.
16414
16415 2000-05-22 Sam Steingold <sds@gnu.org>
16416
16417 * info.el (Info-fontify-node): Fixed the call to
16418 `add-text-properties' (bug introduced on 2000-05-18).
16419
16420 2000-05-22 Dave Love <fx@gnu.org>
16421
16422 * bindings.el: Remove debug-ignored-errors set in other files.
16423
16424 * progmodes/etags.el: Add to debug-ignored-errors.
16425 (visit-tags-table-buffer): Clear out buffers holding old tables
16426 when making a new list.
16427 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16428 mapc.
16429
16430 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16431 quote keywords.
16432 (cmpl-string-case-type): Use character classes.
16433
16434 * comint.el:
16435 * textmodes/ispell.el:
16436 * imenu.el:
16437 * mail/mh-e.el:
16438 * progmodes/compile.el: Add to debug-ignored-errors.
16439
16440 * dabbrev.el: Add to debug-ignored-errors.
16441 (dabbrev-completion): Use mapc.
16442
16443 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16444
16445 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16446 (woman-mapcan, woman-parse-man.conf)
16447 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16448 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16449 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16450 path syntax better.
16451 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16452 (woman-manpath): Call woman-parse-man.conf.
16453 (woman-emulation): New defcustom, defaults to nroff.
16454 (woman-font-support): New defconst.
16455 (woman-use-symbol-font): New defcustom.
16456 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16457 "Emulation".
16458 Many functions: Doc fix.
16459
16460 2000-05-22 Kenichi Handa <handa@etl.go.jp>
16461
16462 * international/quail.el (quail-simple-translation-keymap): Map
16463 128..255 to quail-self-insert-command.
16464 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16465
16466 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16467
16468 * help.el (help-manyarg-func-alist): Typo.
16469
16470 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16471 intervals which makes it heaps simpler.
16472
16473 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16474 the nested comment markers.
16475
16476 * subr.el (remove-hook): Don't turn the hook's value into a list.
16477
16478 2000-05-21 Dave Love <fx@gnu.org>
16479
16480 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16481 are invalid characters.
16482
16483 * international/mule-util.el (detect-coding-with-priority): Use
16484 mapc. Remove redundant lambda.
16485
16486 * international/mule-diag.el (list-non-iso-charset-chars)
16487 (describe-fontset): Remove redundant lambda.
16488
16489 * emulation/crisp.el (brief-mode): New alias.
16490
16491 * emacs-lisp/ring.el (ring-elements): New function.
16492
16493 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16494 (easy-menu-do-add-item): Use keywordp.
16495
16496 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16497
16498 * replace.el: Doc and error message fixes.
16499 (replace-highlight): Use facep, not internal-find-face.
16500
16501 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16502
16503 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16504
16505 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16506 (log-edit-insert-changelog): Drop `:' as well.
16507
16508 * log-view.el: Fix file description.
16509 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16510 available.
16511 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16512 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16513
16514 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16515 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16516 Print a status message if the toggle is called interactively.
16517 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16518 for global minor modes and use `defcustom' for them.
16519 Use add-minor-mode.
16520 (easy-mmode-define-derived-mode): Remove.
16521 (define-derived-mode): Fancier default docstring.
16522 (easy-mmode-define-navigation): Signal an error rather than (ding).
16523
16524 * newcomment.el (comment-styles): New `box-multi'.
16525 (comment-normalize-vars): Better default for comment-continue to
16526 avoid whitespace-only continuations.
16527 (comment-search-forward): Always move even in the no-syntax case.
16528 (comment-padright): Only obey N if it's only obeyed for padleft.
16529 (comment-make-extra-lines): Better handling of empty continuations.
16530 Use `=' for the filler if comment-start has only one character.
16531 (uncomment-region): Try handling the special `=' filler.
16532 (comment-region): Allow LINES even if MULTI is nil.
16533 (comment-box): Choose box style based on comment-style.
16534
16535 2000-05-20 Kenichi Handa <handa@etl.go.jp>
16536
16537 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16538 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16539
16540 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
16541
16542 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16543 and insert, not subst-char-in-region.
16544
16545 * international/mule-diag.el (list-character-sets-1): Handle
16546 charsets eight-bit-control and eight-bit-graphic.
16547 (list-iso-charset-chars): Likewise.
16548 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16549 charactes as is. Use indent-to to align characters.
16550
16551 * international/mule-cmds.el (find-multibyte-characters): Never
16552 exclude charsets eight-bit-control and eight-bit-graphic.
16553
16554 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16555
16556 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16557 Don't quote lambdas.
16558
16559 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16560
16561 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16562
16563 * gud.el (gud-jdb-directories): Doc fix.
16564
16565 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16566
16567 * newcomment.el: New file.
16568
16569 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16570
16571 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16572
16573 2000-05-18 Andreas Schwab <schwab@suse.de>
16574
16575 * dired.el (dired-between-files): Also skip lines beginning with
16576 `used'.
16577
16578 2000-05-18 Gerd Moellmann <gerd@gnu.org>
16579
16580 * msb.el (msb-menu-cond): Add choice `user'.
16581
16582 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16583
16584 * ps-print.el: Compatibility, customization and doc fix.
16585 (ps-printer-name-option): Replace defconst by defvar.
16586 (ps-postscript-code-directory): XEmacs compatibility.
16587 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16588 fix.
16589 (ps-user-defined-prologue, ps-print-prologue-header)
16590 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16591 compatibility and code fix.
16592 (ps-print-background-image, ps-print-background-text):
16593 Customization fix.
16594 (ps-line-number-start, ps-n-up-on): New vars.
16595
16596 2000-05-18 Espen Skoglund <esk@ira.uka.de>
16597
16598 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16599 the indent-comment function to just return the appropriate indent.
16600
16601 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16602
16603 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16604 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16605 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16606
16607 2000-05-18 Dave Love <fx@gnu.org>
16608
16609 * info.el (Info-fontify-node): Add intangible property as well as
16610 invisible.
16611
16612 * calendar/appt.el (appt-make-list): Match all lines of entry.
16613 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16614
16615 2000-05-18 Kenichi Handa <handa@etl.go.jp>
16616
16617 * international/mule-diag.el (describe-char-after): Call
16618 internal-char-font, not char-font. If internal-char-font returns
16619 nil, display "-- none --".
16620
16621 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16622
16623 * image.el (image-type-available-p): Don't reference image-types
16624 if it isn't bound.
16625
16626 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16627
16628 * autoarg.el (autoarg-mode): Typo in the :set argument.
16629
16630 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16631
16632 * startup.el (command-line-1): Don't signal an error if the
16633 directory for auto-save-list files does not yet exist.
16634
16635 2000-05-17 Kenichi Handa <handa@etl.go.jp>
16636
16637 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16638
16639 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16640
16641 * subr.el (remove-hook): `setq' hook-value, not `set'.
16642
16643 2000-05-16 Sam Steingold <sds@gnu.org>
16644
16645 * info.el (debug-ignored-errors): More errors to ignore.
16646
16647 2000-05-16 Dave Love <fx@gnu.org>
16648
16649 * cus-edit.el: Don't require cl or easymenu.
16650 (custom-variable-prompt): Test standard-value property, not
16651 user-variable-p.
16652
16653 2000-05-16 Sam Steingold <sds@gnu.org>
16654
16655 * subr.el (add-hook): `setq' hook-value, not `set'.
16656
16657 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16658
16659 * startup.el (command-line-1): Mention the FAQ in the startup
16660 message.
16661
16662 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16663
16664 * progmodes/compile.el (compilation-parse-errors): Collect
16665 `nomessage' regexps last.
16666
16667 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16668
16669 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16670 to the function name.
16671
16672 2000-05-15 Dave Love <fx@gnu.org>
16673
16674 * speedbar.el (speedbar-recenter): Typo.
16675 (speedbar-expand-line): Make arg optional.
16676 (speedbar-mode): Avoid a compiler warning.
16677
16678 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16679
16680 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16681 user-specified option string is empty.
16682
16683 * mouse.el (mouse-yank-at-click): Doc fix.
16684
16685 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16686
16687 * term/internal.el (IT-character-translations): More updates of
16688 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16689 documents.
16690
16691 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16692
16693 * env.el (getenv): New function, interactively callable.
16694 (setenv, getenv): Remove autoload cookies.
16695
16696 * loadup.el: Load `env'.
16697
16698 * progmodes/f90.el: Change author's mail address.
16699
16700 2000-05-14 Dave Love <fx@gnu.org>
16701
16702 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16703 goto-addr as an option.
16704
16705 * help.el (help-xref-stack): Doc fix.
16706 (help-xref-following): New variable.
16707 (help-make-xrefs): Use it.
16708 (help-xref-go-back): Use position information from stack element.
16709 (help-follow): Make position in stack element a pair. Use
16710 help-xref-following.
16711
16712 * autoarg.el: New file.
16713
16714 * faces.el: Declare more functions obsolete.
16715
16716 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16717 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16718 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16719 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16720 Remove all the setup-...-environment functions.
16721
16722 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16723
16724 * speedbar.el: Updated the commentary section. xemacs20p now uses
16725 >= when detecting. Require `defimage' safely.
16726 (speedbar-easymenu-definition-base): Add toggle for images.
16727 (speedbar-easymenu-definition-special): Add flush cache & expand.
16728 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16729 (speedbar-reconfigure-keymaps-hook): New variable.
16730 (speedbar-frame-parameters): Updated documentation.
16731 (speedbar-use-imenu-flag): Updated custom tag
16732 (speedbar-dynamic-tags-function-list): New variable.
16733 (speedbar-tag-hierarchy-method): Updated doc & custom.
16734 (speedbar-indentation-width, speedbar-indentation-width) New
16735 variables.
16736 (speedbar-hide-button-brackets-flag): Customizable.
16737 (speedbar-vc-indicator): Doc update.
16738 (speedbar-ignored-path-expressions): Updated default value.
16739 (speedbar-supported-extension-expressions): Updated default value.
16740 (speedbar-syntax-table): Remove {} paren status.
16741 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16742 as "+". Added overlay aliases.
16743 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16744 `force-mode-line-update'.
16745 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16746 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16747 `mouse-set-point'
16748 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16749 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16750 of arbitrary text, and new helper functions.
16751 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16752 filename finder.
16753 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16754 (speedbar-directory-buttons): Update path search/expansion.
16755 (speedbar-make-tag-line): Pay attention to
16756 `speedbar-indentation-width'. Use more care w/ invisible
16757 properties.
16758 (speedbar-change-expand-button-char): Call
16759 `speedbar-insert-image-button-maybe'.
16760 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16761 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16762 (speedbar-trim-words-tag-hierarchy)
16763 (speedbar-simple-group-tag-hierarchy): New functions
16764 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16765 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16766 functions.
16767 (speedbar-mouse-set-point): New function
16768 (speedbar-power-click): Updated documentation.
16769 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16770 of tag prefix text.
16771 (speedbar-expand-line, speedbar-contract-line): Make more robust
16772 to strange text.
16773 (speedbar-expand-line): Takes universal argument to flush the
16774 cache.
16775 (speedbar-flush-expand-line): New function.
16776 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16777 Use new generator insertion method.
16778 (speedbar-fetch-dynamic-tags): New function.
16779 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16780 `speedbar-fetch-dynamic-imenu'.
16781 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16782 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16783 "Revert Buffer" menu items.
16784 (speedbar-buffer-buttons-engine): Be smarter when creating a
16785 filename tag (for expansion purposes.).
16786 (speedbar-highlight-one-tag-line,
16787 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16788 (speedbar-recenter): New functions.
16789 (defimage-speedbar): Image loading abstraction.
16790 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16791 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16792 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16793 (speedbar-tag-type, speedbar-tag-mail): New images.
16794 (speedbar-expand-image-button-alist): New variable.
16795 (speedbar-insert-image-button-maybe): Insert an image over some
16796 buttons.
16797
16798 2000-05-13 Kenichi Handa <handa@etl.go.jp>
16799
16800 * international/mule-cmds.el (encode-coding-char): An ASCII
16801 character is always encodable.
16802
16803 * international/mule-conf.el: Add more information in descriptions
16804 of character sets.
16805
16806 * international/mule-diag.el (describe-char-after): New function.
16807 (describe-font-internal): Adjusted for the change of font-info.
16808 (describe-font): Likewise.
16809 (print-fontset): Rewritten for the new fontset implementation.
16810 (describe-fontset): Include fontset alias names in completion.
16811 (list-fontsets): Adjusted for the change of print-fontset.
16812
16813 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16814 describe-char-after instead of displaying the detail in the echo
16815 area.
16816 (syntax-code-table): Format changed.
16817 (string-to-syntax): Adjusted for the above change.
16818
16819 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16820
16821 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16822
16823 2000-05-12 Dave Love <fx@gnu.org>
16824
16825 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16826 dependence. Use line-{beginning,end}-position, not
16827 point-at{b,e}ol. Some doc fixes.
16828 (todo-position): New function. Fix callers of position to use it.
16829 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16830
16831 2000-05-12 Gerd Moellmann <gerd@gnu.org>
16832
16833 * time.el (display-time-mail-icon): Use `:ascent center'.
16834
16835 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16836 handling FTP security extensions.
16837
16838 2000-05-11 Dave Love <fx@gnu.org>
16839
16840 * calendar/todo-mode.el: New file.
16841
16842 2000-05-11 Gerd Moellmann <gerd@gnu.org>
16843
16844 * comint.el (comint-read-input-ring): Move reference to
16845 comint-input-ring-size outside of the save-excursion. It was
16846 causing the default value to be the only one ever seen.
16847
16848 * font-lock.el: Update copyright. Remove Simon Marshall's email
16849 address on request from him.
16850
16851 * subr.el (substitute-key-definition): Add comment describing
16852 the meaning of PREFIX.
16853
16854 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16855
16856 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16857
16858 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16859 (add-minor-mode): Don't make the variable buffer-local and add a
16860 reference to define-minor-mode in the docstring.
16861
16862 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16863 HEADER/FOOTER and fix bug with trailing empty directory.
16864 (cvs-append-to-ignore): Use vc-editable-p if available.
16865 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16866 (vc-do-command): Tweak advice to handle the new VC.
16867
16868 * log-view.el (log-view-goto-rev): New function for the new VC.
16869 (log-view-minor-wrap): Use mark-active.
16870
16871 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16872 (log-edit-changelog-full-paragraphs): New var.
16873 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16874 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16875 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16876 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16877 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16878 Replace the `cvs' prefix with `log-edit'.
16879
16880 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16881
16882 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16883 (diff-font-lock-defaults): Explicitly turn off multiline.
16884 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16885 (diff-ediff-patch): Fix call to ediff-patch-file.
16886 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16887 Handle comments.
16888
16889 * frame.el (automatic-hscrolling): Typo.
16890
16891 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16892
16893 2000-05-09 Sam Steingold <sds@goems.com>
16894
16895 * apropos.el (apropos-print): use `describe-face' instead of
16896 `customize-face-other-window'.
16897
16898 2000-05-09 Dave Love <fx@gnu.org>
16899
16900 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16901
16902 * help.el (describe-variable): Have customize button pop the
16903 help-xref stack when invoked.
16904 (help-xref-symbol-regexp): Add `face'.
16905 (help-make-xrefs): Check for quoted face names and adapt regexp
16906 submatch numbers to cope.
16907 (help-xref-interned): Maybe insert face doc too. Separate
16908 sections with a line of hyphens.
16909
16910 * faces.el: Some doc fixes. Declare some functions obsolete.
16911 (describe-face): Add customize button. Return the help
16912 text. Fix prompt.
16913
16914 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16915
16916 * term/internal.el (IT-character-translations): Fix last change.
16917
16918 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16919
16920 * woman.el: New file
16921 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16922
16923 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16924
16925 * term/internal.el (IT-character-translations): Update ASCII
16926 simulations for greek-iso8859-7, add latin-iso8859-14 and
16927 latin-iso8859-15.
16928
16929 * international/mule-cmds.el (set-language-info-alist): Call
16930 define-prefix-command with 3 arguments, to make the map suitable
16931 for a menu.
16932
16933 2000-05-07 Dave Love <fx@gnu.org>
16934
16935 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16936
16937 2000-05-05 Dave Love <fx@gnu.org>
16938
16939 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16940 list in doc string. Don't quote keyword symbols.
16941 * emacs-lisp/cl.el: Likewise
16942 * emacs-lisp/cl-seq.el: Likewise
16943
16944 2000-05-05 Gerd Moellmann <gerd@gnu.org>
16945
16946 * abbrev.el (abbrev-mode): Make ARG optional.
16947
16948 2000-05-04 Gerd Moellmann <gerd@gnu.org>
16949
16950 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16951
16952 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16953
16954 * subr.el (substitute-key-definition): Clarify documentation.
16955
16956 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
16957
16958 * glasses.el (glasses-convert-to-unreadable): Use
16959 `glasses-separator' instead of the hard-wired "_".
16960 (glasses-mode): Call `glasses-make-unreadable' only in a single
16961 place.
16962
16963 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16964
16965 * term/internal.el (cjk-codepages-alist): Add associations for
16966 Chinese and Korean codepages. Remove FIXME comment.
16967
16968 2000-05-03 Dave Love <fx@gnu.org>
16969
16970 * time.el (display-time-mail-face, display-time-use-mail-icon):
16971 New option.
16972 (display-time-mail-icon): New variable.
16973 (display-time-string-forms): Use the above. Fix the local-map.
16974
16975 2000-05-03 Gerd Moellmann <gerd@gnu.org>
16976
16977 * replace.el (query-replace-map): Add binding for `E'.
16978 (query-replace-help): Extend help text.
16979 (perform-replace): Allow editing the replacement string.
16980
16981 * make-mode.el (makefile-mode-abbrev-table): New variable.
16982 (makefile-mode): Set local abbrev table to
16983 makefile-mode-abbrev-table.
16984 (makefile-font-lock-keywords): Fontify includes and conditionals.
16985
16986 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16987 set TOGGLE's value.
16988
16989 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16990 mail-interactive-insert-alias.
16991 (mail-abbrev-complete-alias): New command.
16992 (mail-mode-map): Bind it to `M-TAB'.
16993
16994 2000-05-03 Kenichi Handa <handa@etl.go.jp>
16995
16996 * language/lao-util.el (lao-compose-region): New function.
16997
16998 2000-05-02 Gerd Moellmann <gerd@gnu.org>
16999
17000 * files.el (recover-session): Make directories as necessary
17001 if they don't exist yet.
17002
17003 * calendar/cal-french.el
17004 (french-calendar-multibyte-special-days-array)
17005 (french-calendar-special-days-array): Change French text.
17006 (calendar-french-date-string): Change output.
17007 (calendar-goto-french-date): Likewise.
17008
17009 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17010
17011 * wid-edit.el (widget-default-active): Obey `:always-active'.
17012 (widget-documentation-string-value-create): Set `:always-active'.
17013
17014 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17015
17016 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17017 default prefix to `~/_emacs.d/auto-save.list/_s'.
17018 (normal-top-level): Create the directory for auto-save files, if
17019 it doesn't already exist (in the ms-dos case only).
17020
17021 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17022
17023 * international/mule-cmds.el (set-language-environment): Don't
17024 concat an integer (dos-codepage), use format instead.
17025
17026 2000-05-02 Dave Love <fx@gnu.org>
17027
17028 * help.el (help-xref-on-pp): Check for constant symbols.
17029
17030 2000-04-29 Gerd Moellmann <gerd@gnu.org>
17031
17032 * startup.el (normal-top-level): Put a condition-case around
17033 the code loading subdirs.el.
17034
17035 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17036
17037 * ps-print.el: Upside-down and face background color printing,
17038 line number step, doc fix.
17039 (ps-print-version): New version number (5.2).
17040 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17041 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17042 (ps-spool-config): Var fix.
17043 (ps-printer-name-option): Const fix.
17044 (ps-print-upside-down, ps-use-face-background)
17045 (ps-line-number-step): New vars.
17046 (ps-window-system, ps-lp-system): New consts.
17047 (ps-face-background): New fun.
17048
17049 2000-04-28 Richard Stallman <rms@gnu.org>
17050
17051 * files.el (make-auto-save-file-name):
17052 Apply auto-save-file-name-transforms to visited file name
17053 before generating auto save file name.
17054 (auto-save-file-name-transforms): New variable.
17055
17056 * files.el (backup-enable-predicate):
17057 Correctly test for a file under a temporary directory.
17058
17059 2000-04-28 Gerd Moellmann <gerd@gnu.org>
17060
17061 * subr.el (add-minor-mode): Rewritten.
17062
17063 2000-04-28 Kenichi Handa <handa@etl.go.jp>
17064
17065 * mail/sendmail.el (sendmail-send-it): Set
17066 buffer-file-coding-system to the selected coding system for MIME
17067 header.
17068
17069 2000-04-27 Gerd Moellmann <gerd@gnu.org>
17070
17071 * dired.el (dired-move-to-filename-regexp): Allow format where
17072 YYYY is followed by two spaces.
17073
17074 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17075 in the second character class of the regexp.
17076
17077 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17078 mh-etc, too.
17079
17080 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17081 nil.
17082
17083 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17084
17085 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17086 argument.
17087
17088 2000-04-27 Sen Nagata <sen@eccosys.com>
17089
17090 * emacs-lisp/crm.el (crm-completion-table): New variable.
17091 (crm-collection-fn, crm-test-completion)
17092 (completing-read-multiple): Use it.
17093
17094 2000-04-27 Dave Love <fx@gnu.org>
17095
17096 * help.el (locate-library): Use mapc.
17097 (help-manyarg-func-alist): Add call-process-region.
17098
17099 2000-04-26 Gerd Moellmann <gerd@gnu.org>
17100
17101 * subr.el (add-minor-mode): Make argument MAP optional.
17102
17103 * desktop.el (desktop-save): Save list of minor modes.
17104 (desktop-create-buffer): Restore minor modes.
17105 (desktop-minor-mode-table): New user-option.
17106
17107 * subr.el (add-minor-mode): New function.
17108
17109 * image.el (find-image): New function.
17110 (defimage): Rewritten to find image at load time.
17111
17112 * startup.el (normal-top-level-add-to-load-path): Handle
17113 case that the default directory is not in load-path.
17114
17115 * help.el: Old patch from Stefan Monnier.
17116 (help-xref-on-pp): New function.
17117 (describe-variable): Use it to display xrefs in a symbol's value.
17118
17119 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17120
17121 * cus-edit.el (custom-face): Fix parenthesis.
17122
17123 2000-04-26 Kenichi Handa <handa@etl.go.jp>
17124
17125 * mail/rmail.el (rmail-expunge): When there are no deleted
17126 messages, do nothing.
17127
17128 2000-04-26 Dave Love <fx@gnu.org>
17129
17130 * international/mule-cmds.el (locale-translation-file-name):
17131 Defvar to nil.
17132 (set-locale-environment): Set it here (at runtime).
17133
17134 2000-04-25 Gerd Moellmann <gerd@gnu.org>
17135
17136 * replace.el (perform-replace): Add parameters START and END. Use
17137 them instead of the check for a region in Transient Mark mode.
17138 (query-replace-read-args): Return two more list elements for the
17139 start and end of the region in Transient Mark mode.
17140 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17141 (map-query-replace-regexp, replace-string, replace-regexp): Add
17142 optional last arguments START and END and pass them to
17143 perform-replace.
17144
17145 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17146 form with additional arguments for perform-replace.
17147
17148 * progmodes/etags.el (tags-query-replace): Add parameters START
17149 and END. Construct a form with additional arguments for
17150 perform-replace.
17151
17152 * simple.el (shell-command): Set default directory for "*Shell
17153 Command Output" buffer.
17154
17155 * language/european.el (iso-latin-4): Fix typo.
17156
17157 * emacs-lisp/crm.el: New file.
17158
17159 2000-04-24 Dave Love <fx@gnu.org>
17160
17161 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17162 (Custom-reset-saved, Custom-reset-standard)
17163 (custom-group-value-create, custom-group-set, custom-group-save)
17164 (custom-group-reset-current, custom-group-reset-saved)
17165 (custom-group-reset-standard): Use mapc.
17166 (custom-buffer-create-internal): Disable undo when creating items.
17167 Use mapc.
17168 (custom-face): Avoid redundant lambda.
17169
17170 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17171
17172 * startup.el (auto-save-list-file-prefix): Set default to
17173 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17174
17175 2000-04-24 Sam Steingold <sds@gnu.org>
17176
17177 * time-stamp.el (time-stamp-string-preprocess): Always convert
17178 `field-result' to a string.
17179
17180 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17181
17182 * frame.el (scrolling): New group.
17183 (automatic-hscrolling): New user-option.
17184
17185 * startup.el (command-line-x-option-alist): Add `-lsp' and
17186 `--line-spacing'.
17187
17188 2000-04-19 Dave Love <fx@gnu.org>
17189
17190 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17191 (cl-mapc): Rename from mapc. Fix the funcall.
17192
17193 2000-04-19 Gerd Moellmann <gerd@gnu.org>
17194
17195 * simple.el (clone-indirect-buffer-other-window): New command.
17196 (clone-indirect-buffer): Add optional arg NORECROD.
17197 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17198
17199 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17200
17201 * window.el (count-screen-lines): New function.
17202 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17203 instead of window-buffer-height.
17204
17205 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17206 non-existing variable comint-input-sentinel.
17207 (inferior-lisp-args-to-list): Removed.
17208 (inferior-lisp): Use split-string instead of
17209 inferior-lisp-args-to-list.
17210
17211 * hexl.el (hexl-insert-hex-string): New command.
17212
17213 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17214 instead of concat.
17215
17216 2000-04-18 Gerd Moellmann <gerd@gnu.org>
17217
17218 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17219 at the start of an existing but empty folder.
17220
17221 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17222
17223 * ps-mule.el: Customization fix, doc fix.
17224 (ps-multibyte-buffer): Customization fix.
17225
17226 2000-04-17 Richard M. Stallman <rms@gnu.org>
17227
17228 * subr.el (read-passwd): Use read-char-exclusive.
17229
17230 2000-04-17 Gerd Moellmann <gerd@gnu.org>
17231
17232 * textmodes/texinfo.el (texinfo-insert-@email)
17233 (texinfo-insert-@emph, texinfo-insert-@quotation)
17234 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17235 (texinfo-mode-map): Add key bindings for them.
17236
17237 * files.el (basic-save-buffer-2): Use a template with `$'
17238 instead of `#' for VMS.
17239
17240 * simple.el (clone-indirect-buffer): New function.
17241
17242 2000-04-16 Stephen Eglen <stephen@gnu.org>
17243
17244 * iswitchb.el (iswitchb-case): New function. If the user input
17245 contains any upper-case characters, the search is made
17246 case-sensitive.
17247
17248 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17249
17250 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17251 comment-end.
17252 (texinfo-font-lock-syntactic-keywords): New var.
17253 (texinfo-font-lock-keywords): Remove comment regexp.
17254 (texinfo-insert-block): New function.
17255 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17256 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17257 and font-lock-defaults. Use regexp-opt for outline-regexp.
17258 (texinfo-environments): New var.
17259 (texinfo-environment-regexp): Use regexp-opt and
17260 texinfo-environments.
17261
17262 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17263 ispell-process is bound since this might be eval'd before ispell
17264 is loaded.
17265 (ispell-message): Use a tiny bit less magic and a bit more hard
17266 data to figure out what kind of sc-cite-regexp to use.
17267
17268 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17269
17270 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17271 (insert-cyclic-diary-entry): Unquote the lambda.
17272
17273 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17274
17275 * files.el (backup-enable-predicate): Unquote the lambda.
17276
17277 * cus-edit.el (custom-face, face): Unquote the lambda.
17278
17279 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17280
17281 * ps-print.el: Check for line-beginning-position definition.
17282
17283 * ps-print.el: Fix counting lines in a region.
17284 (ps-print-version): New version number (5.1.5).
17285 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17286 (ps-printing-region): Fun code fix.
17287
17288 2000-04-15 Gerd Moellmann <gerd@gnu.org>
17289
17290 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17291 to file-directory-p.
17292
17293 2000-04-14 Gerd Moellmann <gerd@gnu.org>
17294
17295 * gud.el (gud-jdb-build-source-files-list): Check that directory
17296 exists before calling directory-files.
17297
17298 2000-04-13 Dave Love <fx@gnu.org>
17299
17300 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17301 syntax.
17302
17303 * emacs-lisp/cl-specs.el: Remove when, unless.
17304
17305 * emacs-lisp/cl-extra.el: Don't quote keywords.
17306 (cl-old-mapc): New variable.
17307 (mapc): Use it.
17308 (cl-map-intervals): Use with-current-buffer. Don't check for
17309 next-property-change.
17310 (cl-map-overlays): Use with-current-buffer.
17311 (cl-expt): Remove.
17312 (copy-tree, remprop): Define unconditionally.
17313
17314 * emacs-lisp/cl-compat.el (keywordp): Remove.
17315
17316 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17317 to use keywordp.
17318 (edebug-spec): Enable keywordp.
17319
17320 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17321 string-lessp.
17322
17323 * cus-start.el: Use keywordp.
17324
17325 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17326
17327 * diary-lib.el (include-other-diary-files): Fix the fix of
17328 2000-02-18 by doing a save-excursion.
17329
17330 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17331
17332 * ps-print.el: Customization fix, doc fix.
17333 (ps-print-version): New version number (5.1.4).
17334 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17335 (ps-print-preprint): Adjust code.
17336 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17337 (ps-print-prologue-header, ps-print-control-characters)
17338 (ps-spool-config): Customization fix.
17339
17340 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17341
17342 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17343 converted to the new menu-item format, names silightly changed,
17344 help strings added.
17345
17346 Support for spelling without async subprocesses:
17347
17348 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17349 (ispell-session-buffer): New variables.
17350 (ispell-start-process, ispell-process-status,
17351 ispell-accept-output, ispell-send-string): New functions, for
17352 Ispell invocation when async subprocesses aren't supported.
17353 (ispell-word, ispell-pdict-save, ispell-command-loop,
17354 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17355 to process-send-string with calls to ispell-send-string, and
17356 accept-process-output with ispell-accept-output.
17357 (ispell-init-process): Call ispell-process-status instead of
17358 process-status with.
17359 (ispell-init-process): Call ispell-start-process. Call
17360 ispell-accept-output and ispell-send-string. Don't call
17361 process-kill-without-query and kill-process if they are unbound.
17362 (ispell-async-processp): New function.
17363
17364 2000-04-12 Dave Love <fx@gnu.org>
17365
17366 * info.el: Add debug-ignored-errors.
17367 (Info-mode-menu): Add some items.
17368 (Info-directory): Add autoload cookie.
17369
17370 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17371 Modify `truncate-lines'. Make `describe-language-environment'
17372 always visible and add help. Modify `describe-key' help. Invoke
17373 Info-directory from `info'. New entry `emacs-manual'.
17374
17375 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17376
17377 * progmodes/ebrowse.el (ebrowse-tree-mode):
17378 Use propertized-buffer-identification.
17379 (ebrowse-update-member-buffer-mode-line): Likewise.
17380 (ebrowse--mode-strings): Removed.
17381 (ebrowse--mode-line-props): Removed.
17382
17383 * files.el (auto-mode-alist): Add `EBROWSE'.
17384
17385 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17386 space before testing for end of buffer.
17387 (ebrowse-load): Removed.
17388 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17389 (ebrowse-create-tree-buffer): Rewritten.
17390 (ebrowse-tree-mode): Read tree from buffer.
17391
17392 * progmodes/ebrowse-ffh.el: Removed.
17393
17394 2000-04-10 Kenichi Handa <handa@etl.go.jp>
17395
17396 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17397
17398 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17399
17400 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17401 at the wrong place.
17402
17403 2000-04-09 Dave Love <fx@gnu.org>
17404
17405 * files.el (backup-enable-predicate):
17406 Use temporary-file-directory, small-temporary-file-directory.
17407 (make-backup-file-name-function, backup-directory-alist): New vars.
17408 (make-backup-file-name-1): New function.
17409 (make-backup-file-name): Use it.
17410 (find-backup-file-name): Likewise. Use format for clarity, not concat.
17411 (file-newest-backup): Use make-backup-file-name.
17412
17413 2000-04-09 Gerd Moellmann <gerd@gnu.org>
17414
17415 * progmodes/ebrowse-ffh.el: New file.
17416
17417 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17418 Moved to ebrowse-ffh.el.
17419 (ebrowse-load): Add autoload.
17420
17421 * finder.el (finder-commentary): Add autoload cookie.
17422
17423 * mail/rfc2368.el: Correct author's email address.
17424
17425 * progmodes/ebrowse.el: New file.
17426
17427 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17428 item help string.
17429 (easy-menu-do-add-item): Ditto.
17430 (easy-menu-define): Extend doc string.
17431
17432 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17433 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17434 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17435 with-buffer-unmodified.
17436
17437 2000-04-08 Dave Love <fx@gnu.org>
17438
17439 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17440 unless, when.
17441
17442 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17443
17444 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17445 (viper-flash-search-pattern): No operation when using Emacs
17446 doesn't support face.
17447 Use `viper-put-on-search-overlay'.
17448
17449 2000-04-04 Gerd Moellmann <gerd@gnu.org>
17450
17451 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17452 like C-r.
17453
17454 * progmodes/make-mode.el: Some doc fixes.
17455 (makefile-mode-abbrev-table): New variable.
17456 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17457 (makefile-font-lock-keywords): Fontify includes and conditionals.
17458 (toplevel): Require `dabbrev' and `add-log' when compiling.
17459
17460 * replace.el (perform-replace): Don't move forward one char
17461 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17462 to do that because it leaves point 1 position after the last
17463 replacement, after everything has been replaced.
17464
17465 * jit-lock.el (with-buffer-unmodified): New macro.
17466 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17467 modified state.
17468 (jit-lock-function-1): Extracted from jit-lock-function; not
17469 preserving buffer's modified state.
17470 (jit-lock-function, jit-lock-stealth-fontify):
17471 Call jit-lock-function-1.
17472
17473 * mail/rfc2368.el: Remove supernumerary copyright line.
17474
17475 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
17476
17477 * glasses.el: Provide facilities for inserting space before left
17478 parentheses and uncapitalization of identifiers.
17479 (glasses-mode): Try to remove old overlays in all cases.
17480
17481 2000-04-03 Gerd Moellmann <gerd@gnu.org>
17482
17483 * progmodes/compile.el (compile-internal): Display the compilation
17484 buffer in a different frame, if it's already displayed there.
17485
17486 * mail/rfc2368.el: New file.
17487
17488 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17489 header and insert its value as mail body.
17490
17491 * subr.el (member-ignore-case): New function.
17492
17493 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17494 (dabbrev--find-expansion): Ignore buffers matching a regexp
17495 from dabbrev-ignored-regexps.
17496
17497 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17498 to extensions handled by gzip.
17499
17500 2000-04-03 Richard M. Stallman <rms@gnu.org>
17501
17502 * files.el (insert-directory): List the total free space
17503 along with the used space.
17504
17505 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17506 line is followed by one that matches CITATION-REGEXP, end the
17507 paragraph.
17508
17509 2000-04-03 Markus Rost <rost@delysid.gnu.org>
17510
17511 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17512 (rmail-make-basic-summary-line): Use that option.
17513
17514 2000-04-03 Kenichi Handa <handa@etl.go.jp>
17515
17516 * international/mule-cmds.el (encoded-string-description):
17517 Rewritten. Try pretty description for ISO 2022 escape sequences
17518 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17519 for hexadecimal format.
17520
17521 2000-04-01 Dave Love <fx@gnu.org>
17522
17523 * cpp.el: Change customization group to `c' from `C'.
17524
17525 * vcursor.el (vcursor-move): Use display-color-p.
17526
17527 * international/mule-util.el: Provide mule-utils.
17528 (string-to-sequence): Simplify and speed up.
17529
17530 * international/mule.el (make-coding-system): Purecopy doc-string.
17531
17532 * international/mule-cmds.el: Various menu changes.
17533 (describe-specified-language-support): Handle `Default'.
17534 (set-language-info): Purecopy `info'.
17535
17536 2000-03-31 Andrew Innes <andrewi@gnu.org>
17537
17538 * vc.el (vc-backend-diff): Return the correct status if we had to
17539 retry the rcsdiff command without the --brief option.
17540
17541 2000-03-31 Dave Love <fx@gnu.org>
17542
17543 * help.el (help-manyarg-func-alist): Correct several omissions.
17544
17545 * add-log.el: Don't require cl, fortran.
17546 (add-log-current-defun-function): Doc fix.
17547 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
17548 (change-log-version-rcs): Function deleted.
17549 (change-log-version-number-search): Doc fix.
17550 Use vc-workfile-version. Avoid CL dolist.
17551 (add-change-log-entry): Just call add-log-current-defun to get
17552 defun. Simplify somewhat.
17553 (change-log-get-method-definition-1): Likewise.
17554 (add-log-current-defun): Return nil if calling
17555 add-log-current-defun-function does so. Move Fortran stuff to
17556 fortran.el. Return string without properties.
17557
17558 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17559 and :alpha: char classes.
17560
17561 * mail/supercite.el: Defvar curline when compiling.
17562 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17563 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17564 rather than a-zA-Z0-9 to allow non-ASCII characters.
17565
17566 2000-03-31 Gerd Moellmann <gerd@gnu.org>
17567
17568 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17569
17570 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17571 Re-enable new code.
17572
17573 * lpr.el (print-region-1): Use -d to specify printer name for
17574 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17575
17576 2000-03-31 Dave Love <fx@gnu.org>
17577
17578 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17579 Look for function definition in symbol's function value slot first
17580 instead of first consulting byte-compile-function-environment.
17581
17582 2000-03-31 Kenichi Handa <handa@etl.go.jp>
17583
17584 * language/european.el ("Polish"): New language environment.
17585 (setup-polish-environment): New function.
17586
17587 2000-03-30 Gerd Moellmann <gerd@gnu.org>
17588
17589 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17590 Disable new code.
17591
17592 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17593 trying to `load' the symbol of an autoload instead of the file
17594 recorded in the autoload. Fix error messages.
17595
17596 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17597
17598 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17599 (ps-print-version): New version number (5.1.3).
17600 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17601 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17602 (ps-generate-postscript-with-faces): Code fix.
17603 (ps-color-values): XEmacs compatibility.
17604 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17605 (ps-default-fg, ps-default-bg): Adjust customization.
17606 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17607 (ps-color-scale): Renaming old ps-color-value fun.
17608 (ps-print-headers): Replace ps-print-header group to avoid conflict
17609 with ps-print-header variable.
17610 (ps-print-miscellany): New group.
17611 (ps-format-color, ps-rgb-color): New funs.
17612 (ps-default-foreground): New var.
17613 (ps-printer-name-option): New const.
17614
17615 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17616
17617 * net/net-utils.el:
17618 (network-connection-host, network-connection-service): New variables
17619 (network-connection-mode): New mode, derived from comint-mode
17620 (network-connection-mode-setup): New function, saves host and
17621 service information in local variables.
17622
17623 * lisp/locate.el:
17624 (locate-word-at-point): Added this function
17625 (locate): Default to using locate-word-at-point as input
17626 Run dired-mode-hook
17627
17628 2000-03-29 Dave Love <fx@gnu.org>
17629
17630 * calendar/appt.el: Doc fixes.
17631 (appt-check): Convert min-to-app to a string before passing to
17632 appt-disp-window-function or concat.
17633 (appt-delete-window): Remove test for frame-root-window.
17634 (appt-select-lowest-window, appt-convert-time): Simplify.
17635
17636 * emacs-lisp/bytecomp.el: Doc fixes.
17637 (byte-compile-file-form-autoload):
17638 Update byte-compile-function-environment.
17639
17640 2000-03-29 Andreas Schwab <schwab@suse.de>
17641
17642 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17643
17644 * dired.el (dired-insert-directory): If dired-free-space-program
17645 failed just delete its output.
17646
17647 2000-03-29 Dave Love <fx@gnu.org>
17648
17649 * international/iso-cvt.el: Move provide to end. Doc fixes.
17650 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17651 (iso-iso2sgml, iso-sgml2iso): New functions.
17652 (iso-cvt-define-menu): Fix some entries and use backquote for
17653 clarity.
17654
17655 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17656
17657 2000-03-28 Gerd Moellmann <gerd@gnu.org>
17658
17659 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17660 ISO-DATE. If non-nil, return date in ISO 8601 format.
17661
17662 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17663
17664 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17665 if it ever becomes used.
17666 (log-edit-mode-hook): Default to vc-log-mode-hook.
17667 (log-edit-mode): Fix the docstring.
17668
17669 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17670 the code.
17671
17672 2000-03-26 Dave Love <fx@gnu.org>
17673
17674 * net/browse-url.el (browse-url): Re-fix case of
17675 browse-url-browser-function being an alist.
17676 (browse-url): Add :link to defgroup.
17677
17678 * files.el: Doc fixes.
17679 (file-truename): Include `[' in wildcard characters.
17680 (automount-dir-prefix): Customize.
17681 (find-file-wildcards): Add :version.
17682 (find-file-noselect): Simplify a mapcar call.
17683
17684 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17685 compatible with inf-lisp version.
17686 (eval-defun-1): Fix custom-declare-variable case.
17687
17688 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17689
17690 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17691
17692 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17693
17694 * Makefile (COMPILE_FIRST): New macro.
17695 (compile-files): Compile files from COMPILE_FIRST first.
17696
17697 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17698
17699 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17700 matching open parenthesis in column 0 to defun-prompt-regexp
17701 only if open-paren-in-column-0-is-defun-start is set.
17702
17703 * sun-curs.el: Require CL at compile-time only.
17704
17705 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17706 instead of copy-list which is a function from CL.
17707 (msb--choose-menu, msb--mode-menu-cond)
17708 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17709 (msb--init-file-alist): Use mapcar instead of mapcan.
17710 (msb--aggregate-alist): Use mapcar instead of mapcan.
17711 Fix `(' in column 0 in doc string.
17712 (msb--add-separators): Use mapcar instead of mapcan.
17713
17714 * cus-dep.el: Require CL at compile-time only.
17715
17716 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17717
17718 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17719 (byte-compile-warnings): New warning `noruntime'.
17720 (byte-compile-constants, byte-compile-variables): Fix docstring.
17721 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17722 execute `eval-whenc-compile's body.
17723 (byte-compile-unresolved-functions): Fix docstring.
17724 (byte-compile-eval): New function.
17725 (byte-compile-callargs-warn): Check if the function will be available
17726 at runtime (via property `byte-compile-noruntime').
17727 (byte-compile-print-syms): New function.
17728 (byte-compile-warn-about-unresolved-functions): Also warn about
17729 `noruntime' functions (and use `byte-compile-print-syms').
17730 (byte-compile-file): Capitalize the message.
17731
17732 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17733
17734 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17735 (rmail-expunge): Ask for confirmation depending on the setting
17736 of rmail-confirm-expunge.
17737
17738 2000-03-23 Gerd Moellmann <gerd@gnu.org>
17739
17740 * Makefile (bootstrap-clean): If $(emacs) exists, build
17741 loaddefs.el first. A loaddefs.el that's not up-to-date might
17742 cause a bootstrap failure because things don't autoload as expected.
17743
17744 2000-03-23 Dave Love <fx@gnu.org>
17745
17746 * net/browse-url.el: Restore previous use of
17747 browse-url-maybe-new-window.
17748
17749 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17750
17751 * ps-print.el: Skip banner page fix.
17752 (ps-print-version): New version number (5.1.2).
17753 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17754
17755 2000-03-23 Dave Pearson <davep@davep.org>
17756
17757 * net/quickurl.el Changed the type of parameter passed to the
17758 function defined by `quickurl-format-function'. Before only the
17759 text of the URL was passed. Now the whole URL structure is passed
17760 and the function is responsible for extracting the parts it requires.
17761 Changed the default of `quickurl-format-function' accordingly.
17762 (quickurl-insert): Changed the `funcall' of
17763 `quickurl-format-function' to match the above change.
17764 (quickurl-list-insert): Changed the `url' case so that it makes
17765 use of `quickurl-format-function', previous to this the format was
17766 hard wired.
17767
17768 2000-03-22 Gerd Moellmann <gerd@gnu.org>
17769
17770 * startup.el: Change some spellings for the X Window System.
17771
17772 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17773
17774 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17775 Clean up the code and the regexp and make sure the cursor is
17776 temporarily moved to the suspicious line while querying the user.
17777
17778 2000-03-22 Jason Rumney <jasonr@gnu.org>
17779
17780 * w32-fns.el (w32-charset-info-alist): Initialize.
17781
17782 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17783
17784 * ps-print.el: N-up last page fix.
17785 (ps-print-version): New version number (5.1.1).
17786 (ps-end-file, ps-end-job, ps-generate): Code fix.
17787
17788 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17789
17790 * files.el (find-file-run-dired): Update docstring.
17791 (find-directory-functions): New hook.
17792 (find-file-noselect): Run find-directory-functions rather than
17793 calling dired directly.
17794
17795 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17796
17797 * pcvs.el: Add a minimal leading commentary.
17798 (cvs-make-cvs-buffer): Change the header part by removing the startup
17799 message and adding a `Module' entry. Also replace the FOOTER and
17800 HEADER special fileinfos with the new support in ewoc for updating
17801 its own footer and header.
17802 (cvs-update-header): Update to use the header/footer of the ewoc.
17803 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17804 (cvs-is-within-p): New function.
17805 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17806 to only examine some subset of the buffers.
17807
17808 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17809 `format' instead of our own ad-hoc functions.
17810 Remove HEADER and FOOTER cases, now handled in the EWOC.
17811 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17812
17813 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17814 output to avoid scaring the user.
17815 (cvs-parse-table): Catch message for non-up-to-date commits.
17816
17817 * pcvs-defs.el (cvs-startup-message): Remove.
17818 (cvs-global-menu): New autoloaded menu.
17819
17820 * pcvs-util.el (cvs-string-fill): Remove.
17821
17822 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17823 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17824 PP part of it and also make it work for footers and headers.
17825 (ewoc-create): Drop POS and BUFFER arguments.
17826 Use the DLL's dummy node to store the end-of-footer position.
17827 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17828 (ewoc-refresh): Remove unused `header' variable.
17829 (ewoc-(get|set)-hf): New functions.
17830
17831 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17832 log-view-*-(message|file) and use easy-mmode-define-navigation.
17833 (log-view-message-re): Match SCCS format as well.
17834 And match the revision line rather than the dashed separator line.
17835 (log-view-mode): Use the new define-derived-mode.
17836 (log-view-current-tag): Fill in with an actual implementation.
17837
17838 * cvs-status.el (cvs-status-(prev|next)): Rename from
17839 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17840 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17841 to let the output "breathe" a little more (more readable).
17842 (cvs-status-mode): Use the new define-derived-mode.
17843
17844 * smerge-mode.el (smerge-auto-leave): New function and variable.
17845 (smerge-basic-map): Rename from smerge-basic-keymap.
17846 Change the bindings for smerge-diff-*.
17847 (smerge-*-map): Use easy-mmode-defmap.
17848 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17849 (smerge-keep-*): Use smerge-auto-leave.
17850
17851 2000-03-21 Jason Rumney <jasonr@gnu.org>
17852
17853 * cus-edit.el (custom-button-face): Use 3D look for w32.
17854 (custom-button-pressed-face): Likewise.
17855
17856 2000-03-21 Gerd Moellmann <gerd@gnu.org>
17857
17858 * progmodes/etags.el (tags-case-fold-search): New user-option.
17859 (tags-loop-eval): New function. Bind case-fold-search around eval
17860 depending on the value of tags-case-fold-search.
17861 (tags-loop-continue): Use tags-loop-eval.
17862 (find-tag-in-order): Bind case-fold-search depending on the value
17863 of tags-case-fold-search.
17864
17865 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17866
17867 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17868 (diff-end-of-hunk): Return the end position for use in
17869 `easy-mmode-define-navigation'.
17870 (diff-recenter): Remove.
17871 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17872 of `easy-mmode-define-navigation'.
17873 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17874 previous renaming) and fix to use new names.
17875 (diff-merge-strings): Use \n as separator: simpler, faster.
17876 (diff-mode): Use `define-derived-mode'.
17877
17878 * derived.el (define-derived-mode): Don't autoload anymore.
17879 Prefer the macro-only version provided by easy-mmode.el.
17880
17881 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17882 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
17883 (easy-mmode-define-navigation): New macro.
17884
17885 * subr.el (combine-run-hooks): New function.
17886
17887 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
17888
17889 * term/x-win.el: Fontsets related initialization is simplified.
17890
17891 * international/mule-diag.el (describe-font): Don't refer to
17892 global-fontset-alist, instead call font-list.
17893 (describe-fontset, list-fontsets, mule-diag): Likewise.
17894 (print-fontset): Adjusted for the change of fontset implementation.
17895
17896 * international/fontset.el (x-charset-registries): Variable removed,
17897 instead the corresponding data is stored in the default fontset.
17898 (register-alternate-fontnames): Function removed.
17899 (resolved-ascii-font): Variable removed.
17900 (x-compose-font-name): Ignore the second argument REDOCE.
17901 (x-complement-fontset-spec): Complement only an ASCII font and
17902 element for those charsets than can use that ASCII font.
17903 (generate-fontset-menu): Don't refer to global-fontset-alist,
17904 instead call fontset-list.
17905 (uninstantiated-fontset-alist): Variable removed.
17906 (x-style-funcs-alist): Likewise.
17907 (fontset-default-styles): Likewise.
17908 (x-modify-font-name): Function removed.
17909 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17910 (create-fontset-from-ascii-font): Docsting adjusted for the above
17911 change.
17912 (instantiate-fontset, resolve-fontset-name): Functions removed.
17913 (fontset-list): Now implemented by C code.
17914
17915 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17916 (describe-face): Include `font' attribute in the description.
17917
17918 2000-03-21 Kenichi Handa <handa@etl.go.jp>
17919
17920 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17921
17922 2000-03-20 Gerd Moellmann <gerd@gnu.org>
17923
17924 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17925 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17926 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17927
17928 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17929 about behavior of set-buffer-modified-p wrt redisplay.
17930
17931 2000-03-19 Richard M. Stallman <rms@gnu.org>
17932
17933 * view.el (view-mode-disable): Kill local binding of view-read-only.
17934
17935 2000-03-18 Gerd Moellmann <gerd@gnu.org>
17936
17937 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17938 is a string, convert it to a syntax cell using string-to-syntax.
17939
17940 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17941 (string-to-syntax): New function.
17942
17943 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17944 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17945 try to use passive ftp mode.
17946
17947 2000-03-17 Gerd Moellmann <gerd@gnu.org>
17948
17949 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17950
17951 * simple.el (append-to-buffer): Update point of windows after
17952 insertion.
17953
17954 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17955 forward then moving backward. Reindent.
17956
17957 * frame.el (other-frame): Call x-focus-frame only if
17958 focus-follows-mouse is off.
17959
17960 2000-03-17 Dave Love <fx@gnu.org>
17961
17962 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17963
17964 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17965
17966 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17967 regexp for labels cannot span several lines.
17968
17969 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17970 `(setq :<key> ':<key>)' to the macro expansion.
17971
17972 2000-03-16 Dave Love <fx@gnu.org>
17973
17974 * progmodes/f90.el (f90): Put custom group under `languages', not
17975 `fortran'.
17976 (f90-mode-hook): Customize.
17977 (f90-mode): Set add-log-current-defun-function.
17978 (f90-current-defun): New function.
17979
17980 2000-03-16 Gerd Moellmann <gerd@gnu.org>
17981
17982 * cus-edit.el (custom-variable-tag-face): Handle case that
17983 default face's height is not a number.
17984 (custom-face-tag-face, custom-group-tag-face-1)
17985 (custom-group-tag-face): Ditto.
17986 (custom-group-tag-face-1): Add :group.
17987
17988 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17989
17990 2000-03-15 Gerd Moellmann <gerd@gnu.org>
17991
17992 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17993 requiring easymenu.
17994
17995 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17996
17997 * ps-print.el: PostScript user-defined prologue, PostScript error
17998 handler, doc fix.
17999 (ps-print-version): New version number (5.1).
18000 (ps-user-defined-prologue, ps-error-handler-message)
18001 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18002 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18003 (ps-insert-string): New function.
18004
18005 2000-03-15 Kenichi Handa <handa@etl.go.jp>
18006
18007 * international/ccl.el (ccl-compile-expression): Don't generate
18008 invalid self-assignment code.
18009
18010 2000-03-14 Dave Love <fx@gnu.org>
18011
18012 * subr.el (replace-regexp-in-string): Renamed from
18013 replace-regexps-in-string. Doc fix.
18014
18015 2000-03-12 Dave Love <fx@gnu.org>
18016
18017 * cus-edit.el: Doc fixes.
18018 (customize-set-variable, customize-save-variable): Rename args for doc.
18019 (custom-variable-tag-face, custom-face-tag-face)
18020 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18021 style which user identify as hyperlink.
18022 (hook): Don't add undefined functions to the hook.
18023 (debug-ignored-errors): Transfer message from bindings.el.
18024
18025 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18026
18027 * recentf.el (recentf-keep-non-readable-files-p):
18028 Remove double/nested definition.
18029
18030 2000-03-12 Dave Love <fx@gnu.org>
18031
18032 * facemenu.el (facemenu-get-face): Use display-color-p.
18033 * enriched.el (enriched-decode-foreground): Likewise.
18034 (enriched-decode-background): Likewise.
18035 * isearch.el (isearch-highlight): Likewise.
18036 * info-look.el (info-lookup): Likewise.
18037 * simple.el (completion-setup-function): Likewise.
18038
18039 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18040 :options.
18041
18042 * bindings.el (mode-line-format): Fix line-number and
18043 column-number items. Add help-echo for the background.
18044 (mode-line-mule-info): Modify help-echo.
18045
18046 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18047
18048 * files.el (load-file): Allow completion to .elc.
18049
18050 * man.el: Doc fixes.
18051 (Man-init-defvars): Use display-color-p to set fontification.
18052
18053 * play/hanoi.el (hanoi-internal): Don't use oddp.
18054
18055 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18056
18057 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18058
18059 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18060
18061 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18062
18063 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18064 Fix comment.
18065
18066 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18067
18068 * font-lock.el (font-lock-keywords): Fix the doc now that
18069 regexp-opt-depth is unnecessary.
18070 (save-buffer-state): Set an edebug spec.
18071 (font-lock-fontify-anchored-keywords): Properly handle the case when
18072 the matcher goes past the limit.
18073
18074 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18075 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18076
18077 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18078 dll.el and cookie.el (from Elib) with heavy renaming and other
18079 massaging.
18080
18081 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18082 Autoload the functions used.
18083 (easy-mmode-define-syntax): Fix CL typo.
18084 (easy-mmode-define-derived-mode): Improve the docstring generation.
18085
18086 2000-03-10 Gerd Moellmann <gerd@gnu.org>
18087
18088 * textmodes/texinfo.el (texinfo-version): Variable and function
18089 removed.
18090
18091 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18092
18093 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18094 allow more flexibility.
18095 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
18096 (easy-mmode-defmap, easy-mmode-defsyntax)
18097 (easy-mmode-define-derived-mode): New macros.
18098
18099 2000-03-09 Didier Verna <didier@xemacs.org>
18100
18101 * rect.el (replace-rectangle): New function.
18102
18103 2000-03-09 Dave Love <fx@gnu.org>
18104
18105 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
18106 (fortran-comment-line-start-skip): Don't match cpp stuff.
18107 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18108 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18109 (fortran-mode): Don't set fortran-comment-line-start-skip,
18110 fortran-comment-line-start here. Set comment-start,
18111 add-log-current-defun.
18112 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18113 (fortran-current-defun): New function.
18114
18115 2000-03-09 Gerd Moellmann <gerd@gnu.org>
18116
18117 * emacs-lisp/re-builder.el: New file.
18118
18119 * mouse.el (mouse-drag-region): Don't run up-event handler
18120 if hscroll has changed.
18121
18122 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18123 builtin operators, use `font-lock-builtin-face' for Emacs and
18124 `font-lock-preprocessor-face' otherwise.
18125
18126 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18127 `(defun (setf foo)' differently.
18128
18129 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18130
18131 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18132 (regexp-opt): Update comment and adapt the code the new meaning of
18133 the `paren' argument of regex-opt-group for shy-groups.
18134 (regexp-opt-depth): Handle shy groups as well as backslashed
18135 backslashes.
18136 (regexp-opt-group): Turn the leading comment into a docstring.
18137 Allow `paren' to be a string (the string to use to open a group).
18138 Remove open-presuf and close-presuf. Instead of checking for `all
18139 one-char' and then later on check for `several one-char', handle
18140 both cases close together. Also apply a more generic algorithm
18141 for suffixes (the mirror image of the algorithm used for
18142 prefixes). Use shy-groups. Use nreverse rather than reverse.
18143 (regexp-opt-try-suffix): Removed.
18144
18145 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18146 from comint-mode-map, so we can just inherit from it. Also, move
18147 the initialization into the `defvar' since there's no docstring
18148 anyway and it's fairly short.
18149 (inferior-scheme-mode): Define it as derived-mode: the code is
18150 shorter and this way we inherit from comint-mode-map rather than
18151 copying it.
18152
18153 * subr.el (replace-regexps-in-string): Properly handle the case
18154 where we match an empty string.
18155
18156 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18157 when the command has a directory component (such as "./testml").
18158 Also fix a typo in the comment.
18159
18160 2000-03-08 Gerd Moellmann <gerd@gnu.org>
18161
18162 * Makefile (compile-files): Compile files one by one because
18163 that's the only way to ensure a clean compilation environment for
18164 each individual file.
18165
18166 * frame.el (other-frame): Call x-focus-frame.
18167
18168 2000-03-07 Dave Love <fx@gnu.org>
18169
18170 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18171 :require to defcustom.
18172
18173 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
18174
18175 * files.el (auto-mode-alist): Add configure.in.
18176
18177 * progmodes/autoconf.el: New file.
18178
18179 2000-03-07 Gerd Moellmann <gerd@gnu.org>
18180
18181 * mail/mh-e.el: Change maintainer to `none'.
18182
18183 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18184 to remove-hook and add-hook.
18185
18186 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18187
18188 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18189 it as the default.
18190 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18191 (sendmail-send-it): Conditionally add MIME headers specifying the
18192 used character set.
18193
18194 2000-03-07 Dave Love <fx@gnu.org>
18195
18196 * winner.el: Fix keywords, autoload cookies.
18197 Split eval-when-compile form to avoid compilation failure.
18198
18199 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18200
18201 * international/mule.el: Modify comment about coding system
18202 property `coding-category'.
18203 (make-coding-system): New argument EOL-TYPE. Pay attention to
18204 coding-category property of PROPERTIES.
18205
18206 * international/mule-conf.el (coding-category-utf-8)
18207 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
18208 categories. Include them in the argument for set-coding-priority.
18209
18210 * international/mule-cmds.el (reset-language-environment):
18211 Include coding-category-utf-8, coding-category-utf-16-be, and
18212 coding-category-utf-16-le in the argument for set-coding-priority.
18213 (reset-language-environment): Initialize coding-category-utf-8,
18214 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18215
18216 2000-03-06 Karl Fogel <kfogel@red-bean.com>
18217
18218 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18219 code abstracted out of `bookmark-jump-noselect'. Now tries info
18220 extensions as well as compression extensions.
18221 (bookmark-jump-noselect): Use above new func.
18222
18223 2000-03-03 Gerd Moellmann <gerd@gnu.org>
18224
18225 * strokes.el: Change maintainer's mail address.
18226
18227 2000-03-03 Kenichi Handa <handa@etl.go.jp>
18228
18229 * international/mule-diag.el (list-character-sets): Make help-echo
18230 string by substitute-command-keys.
18231 (list-character-sets): Likewise.
18232 (sort-listed-character-sets): Call help-setup-xref.
18233
18234 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18235
18236 * time.el (display-time-mail-file): Add `none' to the list of choices.
18237
18238 2000-03-01 Dave Love <fx@gnu.org>
18239
18240 * help.el (help-xref-go-back): Don't try to set position.
18241
18242 * international/mule-diag.el (list-character-sets):
18243 Call help-setup-xref. Add help-echo to xrefs.
18244 (list-character-sets-1): Add help-echo to xrefs.
18245
18246 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18247
18248 * frame.el (blink-cursor-mode): Switch cursor on when turning
18249 the mode off.
18250
18251 * add-log.el (add-log-current-defun): Add support for
18252 Autoconf mode.
18253
18254 * mail/rmail.el (rmail-quit-hook): New variable.
18255
18256 2000-03-01 Dave Love <fx@gnu.org>
18257
18258 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18259
18260 * help.el (help-xref-button): Add help-echo arg.
18261 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18262
18263 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18264
18265 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18266
18267 2000-03-01 Gerd Moellmann <gerd@gnu.org>
18268
18269 * image.el (defimage): Look for image files in load-path.
18270
18271 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18272
18273 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18274
18275 * recentf.el (recentf): Added version tag to the defgroup of recentf.
18276
18277 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18278
18279 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18280 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18281 action to select/unselect a file.
18282 (recentf-edit-list): Code cleanup and improvement.
18283 (recentf-open-more-files-action): `recentf-open-more-files' button
18284 widget action to open a file.
18285 (recentf-open-more-files): No more use standard completion but widgets.
18286 (recentf-more-collection): Deleted.
18287 (recentf-more-history): Deleted.
18288 (recentf-setup-more-completion): Deleted.
18289
18290 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18291
18292 * recentf.el (recentf-mode): No more needs that Emacs is running
18293 under a window-system.
18294
18295 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18296
18297 * recentf.el (recentf-edit-list): New command to edit the recent
18298 list which allow the user to remove files.
18299 (recentf-edit-selected-items): New global variable, used by
18300 `recentf-edit-list' to hold the list of files to be removed from
18301 the recent list.
18302 (recentf-make-menu-items): Updated to display a "Edit list..."
18303 menu item. Minor code cleanup.
18304
18305 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18306
18307 * recentf.el (recentf-open-more-files): New command to open files
18308 that are not displayed in the menu.
18309 (recentf-more-collection): New global variable holding the set of
18310 permissible completions used by `recentf-open-more-files'.
18311 (recentf-more-history): New global variable holding the history list
18312 used by `recentf-open-more-files' completion.
18313 (recentf-setup-more-completion): New function to setup completion for
18314 `recentf-open-more-files'.
18315 (recentf-make-menu-items): Updated to display a "More..." menu item.
18316
18317 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18318
18319 * recentf.el (recentf-menu-action): Doc fixed.
18320
18321 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18322
18323 * recentf.el (recentf-menu-filter): Doc updated.
18324 (recentf-update-menu-hook): Allow menu filters to force menu update.
18325 (recentf-make-menu-items): New menu filter handling.
18326 (recentf-make-menu-item): New helper function.
18327 (recentf-menu-elements): New menu handling function.
18328 (recentf-sort-ascending): Updated to new menu filter handling.
18329 (recentf-sort-descending): Updated to new menu filter handling.
18330 (recentf-sort-basenames-ascending): New menu filter function.
18331 (recentf-sort-basenames-descending): New menu filter function.
18332 (recentf-show-basenames): New menu filter function.
18333 (recentf-show-basenames-ascending): New menu filter function.
18334 (recentf-show-basenames-descending): New menu filter function.
18335
18336 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18337
18338 * diary-lib.el (list-diary-entries): Don't try to go forward at
18339 the end of the buffer.
18340
18341 2000-02-29 Kenichi Handa <handa@etl.go.jp>
18342
18343 * international/mule-diag.el (list-character-sets):
18344 Completely rewritten.
18345 (sort-listed-character-sets): New function.
18346 (list-character-sets-1): Completely rewritten.
18347 (list-character-sets-2): New function.
18348 (non-iso-charset-alist): New variable.
18349 (decode-codepage-char): New function.
18350 (charset-history): New variable.
18351 (read-charset) (list-block-of-chars)
18352 (list-iso-charset-chars)
18353 (list-non-iso-charset-chars)
18354 (list-charset-chars): New functions.
18355 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18356 (dump-charsets): Likewise.
18357
18358 2000-02-29 Gerd Moellmann <gerd@gnu.org>
18359
18360 * dired-x.el (dired-filename-at-point): Add `@' to valid
18361 file name characters.
18362 (dired-filename-at-point): Handle ange-ftp file names.
18363
18364 * frame.el (frame-notice-user-settings): Use assq-delete-all
18365 instead of assoc-delete-all.
18366 (frame-notice-user-settings): Ditto.
18367
18368 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18369 Don't copy alist.
18370
18371 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18372
18373 * calculator.el (calculator-use-menu): New option.
18374 (calculator-initial-bindings): Changed some bindings to work as macros.
18375 (calculator-forced-input): Removed.
18376 (calculator-restart-other-mode): New variable.
18377 (calculator-mode-map): Set up menu.
18378
18379 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18380
18381 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18382
18383 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18384
18385 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18386 translate all ESC key sequences.
18387 (viper-goto-mark-subr): Restore markers for files for which
18388 they were saved.
18389 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18390 * viper-util.el (viper-set-replace-overlay-glyphs)
18391 (viper-set-replace-overlay): Always check if the replacement
18392 overlay is live.
18393 * viper.el (viper-vi-state-mode-list): Add major modes.
18394 * ediff-wind.el: Minor comment changes.
18395 * ediff.el: Copyright notice date fix.
18396
18397 2000-02-27 Jason Rumney <jasonr@gnu.org>
18398
18399 * faces.el (face-font-family-alternatives): Add arial to helv.
18400 (mode-line, header-line, tool-bar): Same default as x for w32.
18401 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18402 face-font-family-alternatives from working.
18403 * term/w32-win.el (mouse-set-font): Do not build fontset from
18404 chosen font.
18405
18406 2000-02-25 Sam Steingold <sds@goems.com>
18407
18408 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18409 properly.
18410
18411 2000-02-25 Richard M. Stallman <rms@gnu.org>
18412
18413 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18414
18415 2000-02-25 Gerd Moellmann <gerd@gnu.org>
18416
18417 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18418
18419 * frame.el (busy-cursor-delay-seconds): New option.
18420
18421 2000-02-24 Gerd Moellmann <gerd@gnu.org>
18422
18423 * frame.el (show-cursor-in-non-selected-windows): New option.
18424
18425 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18426
18427 * diary-lib.el (include-other-diary-files): Undo the selective
18428 display in any included file and don't kill it.
18429
18430 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18431
18432 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18433 Menu items converted to (menu-item format, help strings added.
18434 [downcase, upcase]: Don't enable on MS-DOS.
18435 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18436 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18437
18438 2000-02-23 Dave Love <fx@gnu.org>
18439
18440 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18441 (backward-kill-word): Revert addition of * to interactive spec --
18442 it's a feature.
18443
18444 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18445 (backward-kill-sentence, kill-sentence): Likewise.
18446
18447 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18448 scratch buffer name.
18449 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
18450
18451 * term/w32-win.el (internal-face-interactive): Update prompt for
18452 new read-face-name.
18453
18454 * mail/footnote.el (footnote): Add :version to defgroup.
18455 (footnote-section-tag-regexp): Customize.
18456 (footnote-start-tag, footnote-end-tag): New option.
18457 (footnote-latin-regexp): New variable.
18458 (Footnote-latin): New function.
18459 (footnote-style-alist): Add element for latin style.
18460 (footnote-style): Moved.
18461 (Footnote-goto-footnote): Use eq to test arg.
18462
18463 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18464
18465 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18466 (byte-compile-trueconstp): Include keywords.
18467 (byte-optimize-quote, byte-optimize-lapcode):
18468 Use byte-compile-const-symbol-p.
18469 (byte-optimize-char-before): New optimization.
18470
18471 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18472 (byte-compile-const-symbol-p): New function.
18473 (byte-compile-constp, byte-compile-out-toplevel)
18474 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18475 Use it.
18476
18477 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18478
18479 2000-02-23 Kenichi Handa <handa@etl.go.jp>
18480
18481 * international/encoded-kb.el: Be sure to update minor-mode-alist
18482 and minor-mode-map-alist.
18483 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18484 codes SS2 and SS3 correctly.
18485 (encoded-kbd-self-insert-ccl): New function.
18486 (encoded-kbd-setup-keymap): New function.
18487 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18488 by calling encoded-kbd-setup-keymap.
18489
18490 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18491 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18492
18493 2000-02-22 Dave Love <fx@gnu.org>
18494
18495 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18496 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18497 (lisp-mode-syntax-table): Set up for #|...|# comments.
18498 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18499 classes. Match `defface'.
18500 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18501 (eval-defun-1): Fix for defcustom.
18502 (lisp-indent-region): Doc fix.
18503
18504 * subr.el (when, unless, split-string): Doc fix.
18505 (read-passwd): Move call of clear-this-command-keys to the right place.
18506 (replace-regexps-in-string): New function.
18507
18508 2000-02-22 Gerd Moellmann <gerd@gnu.org>
18509
18510 * help.el (describe-variable): Set syntax table to
18511 emacs-lisp-mode-syntax-table when moving forward over the
18512 symbol's name.
18513
18514 2000-02-22 Dave Love <fx@gnu.org>
18515
18516 * xt-mouse.el: Doc fixes.
18517 (xterm-mouse-position-function): New function, replacing advice of
18518 mouse-position.
18519 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18520
18521 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18522
18523 2000-02-21 Gerd Moellmann <gerd@gnu.org>
18524
18525 * format.el (format-annotate-single-property-change):
18526 Handle properties.with dotted-list values.
18527 (format-proper-list-p): New function.
18528
18529 * enriched.el (enriched-face-ans): Handle '(foreground-color
18530 . COLOR) and (background-color . COLOR).
18531
18532 2000-02-20 Dave Love <fx@gnu.org>
18533
18534 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18535 and assignments to it.
18536 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18537 current local map.
18538 (make-flyspell-overlay): Use it.
18539 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18540
18541 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18542 (lm-get-header-re): Defun, not defsubst.
18543 (lm-get-package-name): Defun, not defsubst. Simplify.
18544 (lm-version): Doc fix. Simplify.
18545 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18546 (lm-crack-address, lm-last-modified-date, lm-commentary)
18547 (lm-verify, lm-synopsis): Simplify.
18548 (lm-report-bug): Require emacsbug. Use compose-mail.
18549
18550 2000-02-20 Gerd Moellmann <gerd@gnu.org>
18551
18552 * dired.el (dired-mode): Call propertized-buffer-identification
18553 to set mode-line-buffer-identification to something having
18554 the right text properties.
18555
18556 * bindings.el (propertized-buffer-identification): New function.
18557
18558 2000-02-20 Dave Love <fx@gnu.org>
18559
18560 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18561 check for t-mouse too.
18562
18563 * cus-start.el: Make echo-keystrokes `number'.
18564
18565 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18566
18567 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18568 Don't call ring-empty-p unless tags-location-ring is bound.
18569 From Noah Friedman <friedman@splode.com>.
18570
18571 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18572
18573 * progmodes/hideshow.el (hs-flag-region): No longer use
18574 `intangible' overlay property.
18575
18576 (hs-toggle-hiding): New command.
18577 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18578
18579 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18580 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18581 and deactivation.
18582
18583 2000-02-18 Gerd Moellmann <gerd@gnu.org>
18584
18585 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18586
18587 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18588
18589 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18590
18591 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18592 of `*' to handle `(* ... *)' comments.
18593
18594 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18595
18596 * faces.el (list-faces-display): Use display-mouse-p instead of
18597 window-system.
18598
18599 * menu-bar.el (global-map): Menu-bar items converted to the new
18600 format (menu-item..., rearranged for better CUA compliance, and
18601 their names changed for better clarity. Help strings added.
18602
18603 * international/mule-cmds.el (mule-menu-keymap)
18604 (describe-language-environment-map, set-coding-system-map)
18605 (setup-language-environment-map): Convert to new (menu-item...
18606 form, add help strings. Change names of menu items for better clarity.
18607 "Mule" menu-bar item removed (it's now in the "Options" submenu).
18608
18609 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18610
18611 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18612 within the code.
18613
18614 2000-02-16 Dave Love <fx@gnu.org>
18615
18616 * faces.el: Don't require custom. Add more specific :groups to
18617 various deffaces.
18618 (set-face-attribute): Purecopy args.
18619 (read-face-name): Default to name at point and use it in prompt.
18620 Remove colon from arg in all callers.
18621 (list-faces-display): Hyperlink to face descriptions and customize
18622 buffers.
18623
18624 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18625
18626 * wid-edit.el (widget-match-inline): An atom never matches a list.
18627
18628 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18629
18630 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18631 at ':' characters by call to split-string.
18632
18633 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18634
18635 * textmodes/bibtex.el: Added RCS version identification.
18636
18637 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18638
18639 * textmodes/bibtex.el: Some temporary comments removed.
18640 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18641 (bibtex-field-const): Allow capital letters.
18642 (bibtex-start-of-string): Deleted because unused.
18643
18644 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18645 use the term 'reference' to describe a bibtex entry as a whole.
18646 Further, reference keys are no longer called 'labels'.
18647 (bibtex-keys): Renamed to bibtex-reference-keys.
18648 (bibtex-reformat-previous-labels): Renamed to
18649 bibtex-reformat-previous-reference-keys.
18650 (bibtex-reference-type): Renamed to bibtex-entry-type.
18651 (bibtex-reference-head): Renamed to bibtex-entry-head.
18652 (bibtex-reference-maybe-empty-head): Renamed to
18653 bibtex-entry-maybe-empty-head.
18654 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18655 (bibtex-search-reference): Renamed to bibtex-search-entry.
18656 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18657 bibtex-enclosing-entry-maybe-empty-head.
18658 (bibtex-entry-field-alist, bibtex-entry-head)
18659 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18660 (bibtex-map-entries, bibtex-search-entry)
18661 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18662 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18663 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18664 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18665 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18666 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18667 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18668
18669 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18670
18671 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18672 comment.
18673 (bibtex-format-field-delimiters): New function, functionality
18674 extracted from bibtex-format-entry.
18675 (bibtex-autokey-get-yearfield-digits): New function, functionality
18676 extracted from bibtex-autokey-get-yearfield.
18677
18678 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18679 entries in order to avoid stack overflow in the regexp matcher if
18680 field contents become large.
18681 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18682 (bibtex-field-string-part-not-braced)
18683 (bibtex-field-string-part-no-inner-braces)
18684 (bibtex-field-string-part-1-inner-brace)
18685 (bibtex-field-string-part-2-inner-braces)
18686 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18687 (bibtex-field-string-quoted, bibtex-field-string)
18688 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18689 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18690 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18691 Deleted as parsing is now performed by the following functions.
18692 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18693 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18694 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18695 (bibtex-parse-association, bibtex-field-name-for-parsing)
18696 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18697 (bibtex-search-forward-field, bibtex-search-backward-field)
18698 (bibtex-start-of-field, bibtex-end-of-field)
18699 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18700 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18701 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18702 (bibtex-parse-string, bibtex-search-forward-string)
18703 (bibtex-search-backward-string, bibtex-start-of-string)
18704 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18705 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18706 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18707 entries. Instead of reporting the results of the parsing by
18708 match-beginning or match-end, these functions return data structures
18709 that hold the corresponding positions.
18710 (bibtex-enclosing-field): Changed to also report field boundaries by
18711 return values rather than by match-beginning or match-end.
18712 The following functions have been adapted to use the new
18713 parsing functions.
18714 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18715 (bibtex-enclosing-field, bibtex-format-entry)
18716 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18717 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18718 (bibtex-print-help-message, bibtex-end-of-entry)
18719 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18720 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18721 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18722 Use the new method for parsing.
18723 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18724 (bibtex-map-entries, bibtex-flash-head)
18725 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18726 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18727 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18728 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18729 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18730 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18731 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18732 order to make the new binding of case-fold-search immediately visible.
18733
18734 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18735
18736 * textmodes/bibtex.el: Copyright notice is up to date.
18737 Added constant 'bibtex-maintainer-salutation.
18738
18739 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18740 than make-temp-name, use match-string-no-properties and eliminate
18741 a quadratic behavior when building bibtex-strings.
18742
18743 * bibtex.el (bibtex-reference-key): Accept string entries whose
18744 reference key contains upper case letters.
18745
18746 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18747
18748 * bibtex.el (bibtex-reference-head): Allow entries to start with
18749 a new line.
18750
18751 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18752
18753 * bibtex.el: Hiding of entry bodies is not longer provided by
18754 bibtex.el directly. Instead the hideshow package can be used.
18755 Added a special bibtex entry to hs-special-modes-alist.
18756 (bibtex-hs-forward-sexp): Added for hideshow.el.
18757
18758 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18759
18760 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18761 proceedings entry type (for cross referencing). Thanks to Wagner
18762 Toledo Correa for the suggestion.
18763
18764 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18765
18766 2000-02-14 Kenichi Handa <handa@etl.go.jp>
18767
18768 * international/characters.el: Setup case table for Vietnamese.
18769
18770 2000-02-12 Gerd Moellmann <gerd@gnu.org>
18771
18772 * uniquify.el (toplevel): Require CL at compile time.
18773 (uniquify-push): Removed.
18774
18775 * shadowfile.el (shadow-when): Removed.
18776
18777 * tempo.el (tempo-dolist, tempo-mapc): Removed.
18778 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18779
18780 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18781 regexp for paragraph-start.
18782
18783 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18784 commas as well.
18785
18786 2000-02-10 Dave Love <fx@gnu.org>
18787
18788 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18789 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18790 Deleted.
18791 (widget-specify-field, widget-specify-button): Don't use
18792 widget-mouse-help as help-echo property.
18793 (default): Use #'ignore for :validate and :mouse-down-action.
18794 (checkbox): Add help-echo.
18795 (widget-sexp-validate): Rewritten to clarify error messages.
18796 (character): Use char-valid-p in :match function.
18797 (widget-color-complete): Use facemenu-color-alist.
18798 (widget-color-action): Use facemenu-read-color.
18799
18800 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18801 set up `caar' &c that we now have.
18802
18803 2000-02-09 Ray Blaak <blaak@gnu.org>
18804
18805 * delphi.el: Make resourcestring a declaration region, like const
18806 and var.
18807
18808 2000-02-09 Dave Love <fx@gnu.org>
18809
18810 * bindings.el (mode-line-input-method-map): New variable.
18811 (mode-line-mule-info): Use it; fix last change.
18812 (mode-line-mode-menu): Move definition.
18813 (mode-line-mouse-sensitive-p): Deleted.
18814 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18815 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18816
18817 * startup.el (command-line-1): Don't call
18818 make-mode-line-mouse-sensitive.
18819
18820 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18821
18822 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18823 before rmail-toggle-header, because the former toggles headers.
18824
18825 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18826
18827 * diff-mode.el (diff-kill-junk): New interactive function.
18828 (diff-reverse-direction): Use delete-and-extract-region.
18829 (diff-post-command-hook): Restrict the area so that the hook also works
18830 outside of any diff hunk. This is necessary for the minor-mode.
18831 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18832 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18833
18834 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18835 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18836 so that it can be used more easily in <foo>-mode-hook. Also make sure
18837 to avoid duplicate entries.
18838 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18839 (font-lock-remove-keywords): Just as was done for `add', allow it to
18840 work even if font-lock-mode is nil. Also make sure we don't modify
18841 any pre-existing list by forcing a copy-sequence. Finally rename
18842 `major-mode' to `mode'.
18843 (font-lock-fontify-syntactic-anchored-keywords)
18844 (font-lock-fontify-anchored-keywords)
18845 (font-lock-fontify-keywords-region): Use line-end-position.
18846 Don't make `font-lock-multiline' local (it's now done in
18847 font-lock-set-defaults).
18848 (font-lock-set-defaults): Make `font-lock-multiline' local.
18849 Move the `font-lock-fontified' creation to inside the `unless'.
18850
18851 2000-02-06 Andrew Innes <andrewi@gnu.org>
18852
18853 * term/w32-win.el (x-handle-args): Comment out call to message,
18854 which occurs before window system is initialized.
18855
18856 * makefile.nt: Add support for recompiling lisp code.
18857
18858 2000-02-04 Dave Love <fx@gnu.org>
18859
18860 * bindings.el (mode-line-mule-info): Fix/extend last change.
18861
18862 * completion.el: Replace completion-dolist with dolist.
18863
18864 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18865
18866 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18867
18868 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18869 environment names before they go into the section regexp.
18870
18871 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18872 char class in regexp.
18873
18874 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18875 Bind `case-fold-search' to nil.
18876
18877 * progmodes/idlwave.el (idlwave-template):
18878 Respect `idlwave-abbrev-change-case'.
18879 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18880 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18881 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18882 (idlwave-rw-case): New function.
18883 (idlwave-statement-match): Fixed problem with assignment regexp.
18884 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18885 (idlwave-surround): New argument LENGTH to support padding of
18886 operators longer than 1 char.
18887
18888 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18889 idlwave-shell-expression-overlay. Implemented printing of
18890 expressions on higher levels of the calling stack.
18891 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18892 (idlwave-retrieve-expression-from-level): New function.
18893 (idlwave-shell-last-calling-stack): Variable removed.
18894 (idlwave-shell-reset): Argument action reversed (`visible' to
18895 `hidden'). Also remove stop-line overlay.
18896 (idlwave-shell-calling-stack-routine): New variable.
18897 (idlwave-shell-parse-stack-and-display): Messages now display
18898 negative level numbers.
18899 (idlwave-shell-mode): Set `modeline-format'.
18900 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18901 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18902 (idlwave-shell-print-expression-function): New option.
18903
18904 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18905 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18906 `tool-bar' instead of `toolbar'.
18907
18908 2000-02-02 Dave Love <fx@gnu.org>
18909
18910 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18911 emacs-lisp-mode-hook. Don't check for defalias being defined.
18912
18913 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18914 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18915 Use the new builtins directly.
18916
18917 * whitespace.el (whitespace): Add :version to defgroup.
18918
18919 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18920 Doc fix.
18921
18922 * thingatpt.el (sexp-at-point, symbol-at-point)
18923 (number-at-point, list-at-point): Add autoload cookie.
18924
18925 * recentf.el (recentf): Add :version to defgroup.
18926
18927 * quickurl.el (quickurl): Add :version to defgroup.
18928
18929 * elide-head.el (elide-head): Use point-marker more.
18930
18931 * bs.el (bs): Add :version to defgroup.
18932
18933 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18934
18935 * progmodes/delphi.el (delphi): Add :version to defgroup.
18936
18937 2000-02-02 Gerd Moellmann <gerd@gnu.org>
18938
18939 * ange-ftp.el (ange-ftp-write-region): Handle case that
18940 succeeding process operation sets a different coding system.
18941
18942 * calculator.el: New file.
18943
18944 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18945
18946 * frame.el (frames-on-display-list, framep-on-display): New functions.
18947 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18948 (display-selections-p, display-screens, display-pixel-width)
18949 (display-pixel-height, display-mm-width, display-mm-height)
18950 (display-backing-store, display-save-under, display-planes)
18951 (display-color-cells, display-visual-class): New functions.
18952
18953 * term/tty-colors.el (tty-color-gray-shades): New function.
18954
18955 * faces.el (display-color-p): Use framep-on-display.
18956 (display-grayscale-p): New function.
18957
18958 2000-01-31 Dave Love <fx@gnu.org>
18959
18960 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18961 (create-fontset-from-x-resource): Don't concat integers.
18962
18963 2000-01-31 Inge Frick <inge@nada.kth.se>
18964
18965 * view.el: Some changes in documentation. Removed some trailing
18966 whitespace. Changed some parameter names to agree with documentation.
18967 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18968 window is not deleted. Modifies change 1998-04-26.
18969
18970 2000-01-31 Gerd Moellmann <gerd@gnu.org>
18971
18972 * windmove.el: New file.
18973
18974 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18975 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18976 progmodes/ebnf-yac.el: Update copyright and license info.
18977
18978 * jit-lock.el (jit-lock-function): Widen before calculating
18979 end position.
18980 (jit-lock-stealth-chunk-start): Rewritten.
18981
18982 * info.el (Info-title-face-alist): Removed.
18983 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18984 (Info-fontify-node): Use these faces.
18985
18986 2000-01-30 Gerd Moellmann <gerd@gnu.org>
18987
18988 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18989 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18990 `&allow-other-keywords'.
18991
18992 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18993 the list of directories scanned heuristically.
18994
18995 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18996
18997 2000-01-30 Jason Rumney <jasonr@gnu.org>
18998
18999 * w32-fns.el: Define w32-tty-standard-colors.
19000
19001 * startup.el (command-line): Use w32-tty-standard-colors when in
19002 w32 console mode.
19003
19004 2000-01-30 Dave Love <fx@gnu.org>
19005
19006 * jka-compr.el (jka-compr-load): Fix up load-history.
19007
19008 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19009
19010 * emacs-lisp/cl-macs.el: Revert previous change.
19011
19012 2000-01-29 Dave Love <fx@gnu.org>
19013
19014 * facemenu.el: Purecopy various strings.
19015
19016 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19017 years. Deal with three-digit years.
19018
19019 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19020 Use defconst, purecopy.
19021 (help-back-label): Purecopy it.
19022
19023 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19024
19025 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19026 variable. If non-nil, order the buffer list according to the
19027 currently selected frame.
19028 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19029 non-nil, pass the selected frame to function buffer-list.
19030
19031 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19032
19033 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19034
19035 2000-01-28 Dave Love <fx@gnu.org>
19036
19037 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19038
19039 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19040 Don't use lisp-indent-hook property.
19041 (cl-abs): Remove.
19042
19043 * subr.el: Move out indent and edebug specs for when and unless.
19044
19045 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19046 when, unless.
19047
19048 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19049 unless, when.
19050
19051 2000-01-28 Gerd Moellmann <gerd@gnu.org>
19052
19053 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19054 `collecting' as synonym for `collect'.
19055
19056 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19057 for the case it contains spaces.
19058
19059 * simple.el (what-cursor-position): Change formatting of messages.
19060
19061 * frame.el (delete-other-frames): New function.
19062 (toplevel): Bind it to C-x 5 1.
19063
19064 * sort.el (sort-numeric-base): New option.
19065 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19066 interpret it as octal or hexadecimal. Use sort-numeric-base
19067 as default base.
19068
19069 * progmodes/glasses.el: New file.
19070
19071 2000-01-27 Gerd Moellmann <gerd@gnu.org>
19072
19073 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19074 userids differently.
19075
19076 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19077 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19078 progmodes/ebnf-yac.el: New files.
19079
19080 2000-01-26 Dave Love <fx@gnu.org>
19081
19082 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19083 on a function with an empty body. [From Eric Ludlam.]
19084
19085 2000-01-25 Andre Spiegel <spiegel@gnu.org>
19086
19087 * vc.el (vc-version-diff): Make sure file name is expanded.
19088
19089 2000-01-25 Gerd Moellmann <gerd@gnu.org>
19090
19091 * scroll-bar.el (scroll-bar-timer): Variable removed.
19092 (scroll-bar-toolkit-scroll): Don't use a timer.
19093
19094 2000-01-25 Kenichi Handa <handa@etl.go.jp>
19095
19096 * language/thai-util.el (thai-composition-function):
19097 Delete superfluous `a'.
19098
19099 2000-01-24 Dave Love <fx@gnu.org>
19100
19101 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19102 end-of-defun-function.
19103
19104 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
19105
19106 2000-01-22 Jason Rumney <jasonr@gnu.org>
19107
19108 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19109 conflicts with new face support.
19110
19111 2000-01-22 Richard M. Stallman <rms@gnu.org>
19112
19113 * replace.el (query-replace): Rename last arg to DELIMITED.
19114 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19115 (query-replace-regexp): Likewise.
19116
19117 2000-01-20 Richard M. Stallman <rms@gnu.org>
19118
19119 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19120
19121 * emacs-lisp/lisp.el (beginning-of-defun-function):
19122 Variable renamed from beginning-of-defun.
19123 Do not call make-variable-buffer-local.
19124 (beginning-of-defun-raw): Use new variable name; doc fix.
19125 (beginning-of-defun): Doc fix.
19126 (end-of-defun-function): Variable renamed from end-of-defun.
19127 Do not call make-variable-buffer-local.
19128 (end-of-defun): Use new variable name; doc fix.
19129
19130 * subr.el (dolist, dotimes): Copied from cl-macs.el
19131 and made to work.
19132
19133 * mail/undigest.el (rmail-digest-end-regexps):
19134 Variable replaces rmail-digest-end-regexp.
19135 Allows multiple regexps for detecting the end line.
19136 (undigestify-rmail-message): Corresponding changes.
19137
19138 2000-01-19 Dave Love <fx@gnu.org>
19139
19140 * files.el (user-init-file): Don't declare here -- is primitive.
19141
19142 * startup.el (command-line): Check for compiled user-init-file and
19143 set to uncompiled version if necessary.
19144
19145 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19146
19147 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19148 (undigestify-rmail-message): Use it.
19149
19150 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19151
19152 2000-01-17 Gerd Moellmann <gerd@gnu.org>
19153
19154 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19155 of mini-buffer.
19156
19157 2000-01-14 Gerd Moellmann <gerd@gnu.org>
19158
19159 * emacs-lisp/copyright.el (copyright-update): Removed the
19160 requirement for a trailing space from `copyright-regexp', to
19161 support copyrights with owner specified on a separate line..
19162
19163 * align.el: New file.
19164
19165 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19166
19167 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19168
19169 2000-01-13 Dave Love <fx@gnu.org>
19170
19171 * ph.el: Removed. (Obsoleted by EUDC.)
19172
19173 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19174
19175 * net/eudc.el (toplevel): Remove autoloaded code installing
19176 menu with easymenu, because that causes build problems.
19177
19178 * frame.el (frame-notice-user-settings): New variable.
19179 (frame-notice-user-settings): Don't modify frame parameters
19180 if called a second time.
19181
19182 2000-01-13 Richard M. Stallman <rms@gnu.org>
19183
19184 * frame.el (frame-notice-user-settings):
19185 Notice default-frame-parameters even for non-window frames.
19186
19187 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19188
19189 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19190 for Emacs.
19191 (eudc-bob-can-display-inline-images): Extend for Emacs.
19192 (eudc-bob-toggle-inline-display): Ditto.
19193 (eudc-bob-display-jpeg): Ditto.
19194
19195 2000-01-12 Gerd Moellmann <gerd@gnu.org>
19196
19197 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19198 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19199 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19200
19201 * add-log.el (add-change-log-entry): Fix error trying an
19202 `(insert nil)'.
19203
19204 * subdirs.el: Add `net' directory.
19205
19206 * net: New directory.
19207
19208 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19209 eval-last-sexp. Don't bind debug-on-error here.
19210 (eval-last-sexp): New function. Bind debug-on-error if
19211 eval-expression-debug-on-error is non-nil.
19212 (eval-defun-2, eval-defun): Likewise.
19213
19214 * simple.el (eval-expression): Don't bind debug-on-error if
19215 eval-expression-debug-on-error is nil. Detect changed
19216 debug-on-error, and propagate new value to global binding, if
19217 eval-expression-debug-on-error is non-nil,
19218 (eval-expression-debug-on-error): Change doc string.
19219
19220 2000-01-11 Richard M. Stallman <rms@gnu.org>
19221
19222 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19223
19224 * emacs-lisp/lisp-mode.el (with-syntax-table):
19225 Set up lisp-indent-function property.
19226
19227 * subr.el (with-syntax-table): Moved from simple.el.
19228
19229 * simple.el (with-syntax-table): Moved to subr.el.
19230
19231 2000-01-11 Gerd Moellmann <gerd@gnu.org>
19232
19233 * tmm.el (tmm-shortcut): Delete region after prompt instead
19234 of erasing buffer.
19235
19236 * textmodes/fill.el (fill-common-string-prefix): New function.
19237 (fill-context-prefix): Use the longest common prefix of first
19238 and second line fill prefix, if there is one.
19239
19240 2000-01-11 Richard M. Stallman <rms@gnu.org>
19241
19242 * array.el (array-mode): Don't use make-variable-buffer-local.
19243 Use make-local-variable for `truncate-lines'.
19244
19245 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19246
19247 * add-log.el (add-log-current-defun): Handle user-defined
19248 add-log-current-function returning nil,
19249
19250 * add-log.el (add-change-log-entry): Insert version number
19251 if having found a current function
19252
19253 * add-log.el (add-log-current-defun):
19254 Call `add-log-current-defun-function'. Try matches at level 0 and
19255 level 1. Strip whitespace from defun found.
19256
19257 2000-01-10 John Wiegley <johnw@gnu.org>
19258
19259 * allout.el (isearch-done/outline-provisions): Added `edit'
19260 argument to correspond with the current definition of `isearch-done'.
19261
19262 2000-01-10 Dave Love <fx@gnu.org>
19263
19264 * elide-head.el (elide-head): Use point-marker, not point.
19265
19266 2000-01-10 Gerd Moellmann <gerd@gnu.org>
19267
19268 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19269 before and after the year 2000.
19270
19271 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19272 Add ispell- prefix.
19273
19274 2000-01-10 Ken Stevens <k.stevens@ieee.org>
19275
19276 * ispell.el: Only define dictionaries in menus when they exist.
19277 (version18p): New variable.
19278 (version20p): New variable.
19279 (xemacsp): New variable.
19280 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19281 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19282 (ispell-dictionary-alist6): Russian command lines no longer accept
19283 run-together words.
19284 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19285 (ispell-dictionary-alist): Add koi8-r to customize definition.
19286 (check-ispell-version): Added documentation string. Return library
19287 path when called non-interactively.
19288 (ispell-menu-map-needed): Uses new variables.
19289 (ispell-library-path): New variable.
19290 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19291 (ispell-word): Improved documentation string. Test for valid
19292 character mappings. Correctly check typed in word changes that can
19293 result in single words split into multiple words.
19294 Return replacement word.
19295 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19296 replace in recursive query replace mode. Help message for
19297 recursive edit mode.
19298 (ispell-show-choices): Protect against bad framepop bindings.
19299 (ispell-help): Fix to work with XEmacs.
19300 (ispell-highlight-spelling-error): Use new variables.
19301 (ispell-overlay-window): Fix to work with XEmacs.
19302 (ispell-parse-output): Passed and returns location information
19303 tracking spelling corrections. Doesn't recheck same word on
19304 current line.
19305 (ispell-init-process): Protect against bogus XEmacs variable binding.
19306 Fix call to single argument in sleep-for. Use new variables.
19307 (ispell-region): Passed and returns location information tracking
19308 spelling corrections. Doesn't check same word on current line.
19309 Improved documentation string. Doesn't resend a line already
19310 checked to the ispell process - fixes bug in LaTeX parsing.
19311 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19312 (ispell-skip-region): No longer skips <TT> in SGML.
19313 (ispell-process-line): Tracks location information with spelling
19314 corrections. Added documentation string. Accounts for words
19315 already accepted on this line. Don't allow query-replace on line
19316 starting with math characters. Doesn't resend a line already sent
19317 to ispell process. Fixes alignment error bug.
19318
19319 2000-01-10 Richard M. Stallman <rms@gnu.org>
19320
19321 * dired-x.el (dired-guess-shell-alist-default):
19322 Suggest xloadimage, which is free, not xv, which isn't.
19323
19324 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19325 Don't ever include the host name or user name in the value.
19326
19327 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19328
19329 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19330 of a real newline.
19331
19332 2000-01-09 Stephen Eglen <stephen@gnu.org>
19333
19334 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19335 for .png files.
19336
19337 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19338
19339 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19340
19341 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19342
19343 * progmodes/cperl-mode.el: Replace ^F with ^L.
19344
19345 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19346 `require'ing rmail and mailalias to prevent infinite recursion.
19347
19348 2000-01-08 Dave Love <fx@gnu.org>
19349
19350 * emacs-lisp/backquote.el: Remove inappropriate customization
19351 (allowing custom.el to use backquote).
19352
19353 2000-01-07 Dave Love <fx@gnu.org>
19354
19355 * add-log.el (add-log-debugging): Deleted.
19356 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19357 file. Remove debugging code.
19358 (change-log-get-method-definition, change-log-name): Add doc.
19359 (change-log-sortable-date-at): New function.
19360 (change-log-merge): New command.
19361
19362 * time.el (display-time-string-forms): Make the Mail string active.
19363 (display-time-update): Provide help-echo for load average.
19364
19365 * bindings.el (make-mode-line-mouse2-map): New function.
19366 (mode-line-modified): Use it and simplify.
19367 (mode-line-mule-info): Provide help-echo info.
19368 (minor-mode-alist): Activate the strings.
19369 (make-mode-line-mouse-sensitive): Simplify for
19370 mode-line-buffer-identification.
19371
19372 2000-01-07 Gerd Moellmann <gerd@gnu.org>
19373
19374 * play/pong.el: New file.
19375
19376 2000-01-06 Dave Love <fx@gnu.org>
19377
19378 * array.el: Assorted cleanups for compiler warnings, doc strings,
19379 `array-' prefix for symbols.
19380
19381 2000-01-05 Dave Love <fx@gnu.org>
19382
19383 * textmodes/outline.el (outline-mode-menu-bar-map):
19384 Add outline-headers-as-kill.
19385 (outline-mode): Define imenu-generic-expression.
19386 (outline-headers-as-kill): New command.
19387
19388 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19389 from paragraph-start.
19390 (paragraph-indent-minor-mode): New command.
19391
19392 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19393 M-C-e, M-C-h, C-j, C-xnd, TAB.
19394 (fortran-mode): Set beginning-of-defun, end-of-defun.
19395 (fortran-column-ruler): Simplify.
19396 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19397 (fortran-with-subprogram-narrowing): Likewise.
19398 (fortran-indent-subprogram): Call mark-defun.
19399 (fortran-check-for-matching-do): Change narrowing.
19400
19401 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19402 (cl-lucid-hash-tag): Delete.
19403 (cl-hash-table-p): Correct test for native table.
19404 (cl-hash-table-count): Use hash-table-count.
19405
19406 * browse-url.el (browse-url): Fix case of
19407 browse-url-browser-function being an alist.
19408
19409 2000-01-05 Carsten Dominik <cd@gnu.org>
19410
19411 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19412 (reftex-index-phrase-file-extension): New options.
19413
19414 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19415 Use new option `reftex-index-phrase-file-extension'.
19416
19417 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19418 `reftex-parse-file-extension'.
19419
19420 2000-01-05 Dave Love <fx@gnu.org>
19421
19422 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19423 (beginning-of-defun-raw): Use it.
19424 (end-of-defun): New variable.
19425 (end-of-defun): Use it.
19426 (check-parens): New command.
19427
19428 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19429
19430 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19431 (hs-show-block): Don't use `mapcar' when not accumulating.
19432
19433 Fix buglet in local variables initialization.
19434
19435 2000-01-05 Andreas Schwab <schwab@suse.de>
19436
19437 * hscroll.el (hscroll): Doc fix.
19438
19439 2000-01-05 Carsten Dominik <cd@gnu.org>
19440
19441 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19442 Require idlw-toolbar.
19443
19444 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19445 file idlw-rinfo.el.
19446 (idlwave-customize): Load must read file idlw-shell.el.
19447 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19448
19449 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19450
19451 * progmodes/idlw-shell.el: Also provide idlwave-shell
19452 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19453 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19454
19455 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19456 both reftex-dcr and reftex-vcr.
19457
19458 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19459
19460 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19461
19462 * ps-print.el: PostScript code now is in separate files, doc fix.
19463 (ps-print-version): New version number (5.0.3).
19464 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19465 local.
19466 (ps-spool-config): Initialization fix.
19467 (ps-print-prologue-1, ps-print-prologue-2)
19468 (ps-print-duplex-feature): PostScript code moved to separated file.
19469 (ps-background-image): Little code reformating.
19470 (ps-begin-file, ps-begin-job): Fix code.
19471 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19472 (ps-prologue-file): New fun.
19473
19474 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19475
19476 * ps-vars.el: Eliminated.
19477
19478 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19479 `;;;###autoload'.
19480
19481 * ps-print.el: ps-vars eliminated, doc fix.
19482 (ps-print-version): New version number (5.0.2).
19483 (ps-spool-config): Initialization fix.
19484 (ps-print-customize): New fun.
19485
19486 2000-01-04 Gerd Moellmann <gerd@gnu.org>
19487
19488 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19489
19490 2000-01-04 Dave Love <fx@gnu.org>
19491
19492 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19493 menu items.
19494
19495 2000-01-03 Dave Love <fx@gnu.org>
19496
19497 * elide-head.el (elide-head) [defgroup]: Add :version.
19498
19499 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19500 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19501 Use `cl-hash-table-p', not `hash-table-p'.
19502 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19503
19504 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19505
19506 * faces.el (face-read-integer, read-face-attribute)
19507 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19508
19509 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19510
19511 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19512 at comment end, and re-insert them after filling.
19513
19514 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19515
19516 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19517 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19518 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19519
19520 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19521
19522 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19523 the new name of face-color-supported-p.
19524
19525 * term/w32-win.el (xw-defined-colors): Likewise.
19526
19527 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19528
19529 * simple.el (completion-setup-function): Count completion-size
19530 from minibuffer-prompt-end, not from point-min.
19531
19532 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19533
19534 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19535 Pass the frame to tty-color-* functions.
19536 (display-color-p, frame-set-background-mode): Pass the frame to
19537 tty-display-color-p.
19538
19539 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19540 tty-color-alist.
19541 (tty-color-alist, tty-modify-color-alist): New functions.
19542 (tty-color-define, tty-color-clear, tty-color-approximate)
19543 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19544 optional parameter FRAME.
19545
19546 2000-01-01 Gerd Moellmann <gerd@gnu.org>
19547
19548 * image.el (create-image, defimage): Don't assume image data is
19549 a string.
19550
19551 * image.el (defimage): Handle specifications containing :data
19552 instead of :file.
19553 (image-type-from-data): New function.
19554 (image-type-from-file-header): Use it.
19555 (create-image): Add parameter DATA-P.
19556
19557 See ChangeLog.8 for earlier changes.
19558
19559 ;; Local Variables:
19560 ;; coding: iso-2022-7bit
19561 ;; End: