(original-make-auto-save-file-name): New.
[bpt/emacs.git] / lisp / ChangeLog
1 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * dos-fns.el (original-make-auto-save-file-name): New.
4 (make-auto-save-file-name): New function, overrides the definition
5 on files.el and calls the original function via
6 original-make-auto-save-file-name.
7
8 * mail/rmail.el (top-level): Require mule-utils when compiling.
9 (rmail-decode-babyl-format): Use detect-coding-with-priority
10 instead of detect-coding-region, to favor detection of emacs-mule
11 encoded Babyl files written by rmailout.el etc. Suggested by
12 Kenichi Handa <handa@etl.go.jp>.
13
14 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
15
16 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
17 Use `equal', not `=', since the device number can be a cons cell.
18
19 2001-09-14 Gerd Moellmann <gerd@gnu.org>
20
21 * simple.el: Comment out change of 2001-09-13.
22
23 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
24
25 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
26 inhibit quit.
27
28 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
29
30 * files.el (make-auto-save-file-name): If long file names are not
31 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
32 generating an auto-save file name from it.
33
34 2001-09-13 Gerd Moellmann <gerd@gnu.org>
35
36 * ps-print.el (ps-print-region, ps-print-region-with-faces)
37 (ps-nb-pages-region): Signal an error if called interactively
38 and the mark is not active.
39
40 * simple.el (minibuffer-prompt-modification)
41 (minibuffer-prompt-insertion): New functions.
42 (minibuffer-prompt-properties): Use `modification-hooks' and
43 `insert-in-front-hooks'.
44
45 2001-09-12 Richard M. Stallman <rms@gnu.org>
46
47 * textmodes/outline.el (outline-regexp): Doc fix.
48 Initialize it in the defcustom, the usual way.
49
50 2001-09-12 Gerd Moellmann <gerd@gnu.org>
51
52 * ediff-mult.el (ediff-get-meta-info): Take into account that data
53 from `ediff-meta-info' properties need not be an overlay. From
54 David Ponce <dponce@voila.fr>.
55
56 * isearch.el (isearch-intersects-p): Fix end checks.
57
58 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
59
60 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
61 `t' branch of `cond', since Irix 6.1 and up is a special case of
62 the standard dbx interface.
63
64 2001-09-11 Miles Bader <miles@gnu.org>
65
66 * comint.el (comint-send-input): When waiting for echoed input,
67 don't save the expected end position in `echo-end', so that things
68 work properly even if the buffer is modified elsewhere at the same
69 time [this happens if `comint-truncate-buffer' is used].
70
71 2001-09-11 Gerd Moellmann <gerd@gnu.org>
72
73 * textmodes/outline.el (outline-mode): Use `^' and a shy group
74 when constructing imenu-generic-expression from outline-regexp.
75
76 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
77
78 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
79 `equal' instead of `=', since they can be cons cells. From Nils
80 Goesche <cartan@cartan.de>.
81
82 2001-09-10 Andre Spiegel <spiegel@gnu.org>
83
84 * vc.el (vc-annotate): Rewrote doc string.
85
86 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
87
88 * time-stamp.el: Update Stephen Gildea's email address.
89
90 2001-09-10 Gerd Moellmann <gerd@gnu.org>
91
92 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
93 enable-multibyte-characters = nil. From Hallvard B Furuseth
94 <h.b.furuseth@usit.uio.no>.
95
96 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
97
98 * ediff-init.el (ediff-highest-priority): bug fix.
99
100 * viper-cmd.el (viper-special-read-and-insert-char): new function
101 that reads a character and uses the current input method or
102 iso-accents when appropriate.
103
104 * viper.el and all others: corrections to the comment blocks at
105 the top.
106
107 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
108
109 * info.el (Info-goto-node): Doc fix.
110
111 2001-09-07 Gerd Moellmann <gerd@gnu.org>
112
113 * isearch.el (isearch-intersects-p): New function.
114 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
115 use isearch-intersects-p, and clean up.
116
117 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
118
119 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
120 and "german8", for the new German orthography dictionaries,
121 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
122 the entries, to keep the line length balanced for loaddefs.el.
123
124 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
125
126 * comint.el (comint-send-input): Handle comint-process-echoes
127 differently.
128
129 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
130
131 * locate.el (locate-insert-header): Remove unnecessary
132 whitespace.
133
134 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
135
136 * arc-mode.el (archive-dostime): Fix a typo in minutes'
137 computation.
138
139 2001-09-07 Gerd Moellmann <gerd@gnu.org>
140
141 * server.el (server-switch-buffer): Use get-window-with-predicate.
142
143 * textmodes/refer.el (refer-find-entry-internal): Use
144 get-window-with-predicate.
145
146 * term/sup-mouse.el (sup-pos-to-window): Use
147 get-window-with-predicate.
148
149 * term/bg-mouse.el (bg-window-from-x-y): Use
150 get-window-with-predicate.
151
152 * emacs-lisp/edebug.el (edebug-window-live-p): Use
153 get-window-with-predicate.
154
155 * window.el (get-window-with-predicate): Renamed from some-window.
156 (some-window): Make it an alias.
157
158 2001-09-06 Gerd Moellmann <gerd@gnu.org>
159
160 * simple.el (undo): Remove positions from buffer-undo-list up to
161 the next undo boundary only.
162
163 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
164
165 * makefile.nt (install): Don't copy sc.el. Reported by Richard
166 Kim <ryk@dspwiz.com>
167
168 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
169 the message "Creating customization items...done".
170
171 2001-09-05 Gerd Moellmann <gerd@gnu.org>
172
173 * font-lock.el (toplevel): Require `jit-lock' only if
174 font-lock-support-mode is set to jit-lock-mode.
175
176 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
177
178 * international/quail.el (quail-use-package, quail-inactivate)
179 (quail-activate): Mention the hooks these functions run in their
180 doc strings.
181
182 2001-09-05 Edward M. Reingold <reingold@iit.edu>
183
184 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
185 of file in header of menu.
186
187 2001-09-04 Gerd Moellmann <gerd@gnu.org>
188
189 * env.el (setenv): Interactively, if VARIABLE has a current value,
190 add that to the front of the history, as the doc string says.
191
192 * comint.el (comint-send-input): Change help-echo.
193 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
194
195 * bookmark.el (bookmark-write-file): Bind print-length and
196 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
197
198 * obsolete/uncompress.el: Moved there from lisp/.
199
200 * comint.el (comint-insert-clicked-input): Goto point-max before
201 deleting previous input. From "Dr Francis J. Wright"
202 <F.J.Wright@qmw.ac.uk>.
203
204 * simple.el (backward-word): Doc fix.
205
206 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
207
208 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
209 * uncompress.el, uniquify.el, vc.el, view.el, window.el
210 * w32-fns.el: Add Keywords header.
211
212 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
213
214 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
215 "Text Properties". Suggested by Simon Marshall
216 <Simon.Marshall@midas-kapiti.com>.
217
218 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
219
220 * term/mac-win.el (mac-drag-n-drop): Decode file name by
221 consulting the value of file-name-coding-system.
222
223 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
224
225 * help.el (describe-function-1): Save precomputed `file-name' rather
226 than recomputing it (incorrectly) with `symbol-file'.
227
228 2001-09-03 Gerd Moellmann <gerd@gnu.org>
229
230 * international/isearch-x.el (isearch-exit-recursive-edit):
231 Take three parameters, since it's used as an after-change-function.
232
233 * emacs-lisp/backquote.el (backquote-backquote-symbol)
234 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
235 from doc strings.
236
237 2001-09-02 Milan Zamazal <pdm@zamazal.org>
238
239 * progmodes/glasses.el (glasses-convert-to-unreadable):
240 Consider underscores as in `glasses-make-readable'.
241
242 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
243
244 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
245 MS-DOS, since cpp might not be available.
246
247 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
248 Mention "yank" in the help-echo text.
249 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
250
251 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
252
253 * newcomment.el (comment-indent): Insert spaces more carefully.
254
255 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
256
257 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
258 exists. From Andy Petrusenco <andy@int.spb.ru>.
259
260 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
261 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
262 <andy@int.spb.ru>.
263
264 2001-08-31 Gerd Moellmann <gerd@gnu.org>
265
266 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
267 Instead of running mouse-yank-at-click, see what the event is
268 bound to outside Isearch and run that.
269
270 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
271
272 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
273 Fix the menu entry to mention transient-mark-mode.
274
275 2001-08-30 Gerd Moellmann <gerd@gnu.org>
276
277 * simple.el (eval-expression-print-level): Fix last change.
278
279 * bindings.el (mode-line-coding-system-map): New variable.
280 (mode-line-mule-info): Give the "%Z" a local-map keymap.
281
282 * simple.el (eval-expression-print-level): Change the type
283 of the defcustom to allow nil.
284
285 * emacs-lisp/find-gc.el: Moved here from lisp/.
286
287 * international/quail.el (quail-completion-1):
288 Reverse the ((CHAR . DEFN) ...) list before processing it.
289 From Kenichi Handa <handa@etl.go.jp>.
290
291 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
292 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
293
294 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
295
296 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
297 aren't supported. This avoids the annoying gray strip drawn by
298 the Windows version instead of the missing tool bar.
299
300 2001-08-29 Gerd Moellmann <gerd@gnu.org>
301
302 * menu-bar.el (menu-bar-options-menu): Make option text, messages
303 and tooltips more consistent. From "Marshall, Simon"
304 <Simon.Marshall@midas-kapiti.com>.
305
306 * startup.el (fancy-splash-screens): Temporarily set
307 minor-mode-map-alist to nil while displaying splash screens.
308
309 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
310
311 * buff-menu.el: Add Keywords header.
312 Doc fix (C-x C-b is bound to list-buffers).
313
314 * dired-x.el: Add keyword files to get listed in finder.
315 Remove confusing notes about GNU Emacs 19.
316
317 * dired.el, dired-aux.el: Add Keywords header.
318
319 2001-08-28 Andre Spiegel <spiegel@gnu.org>
320
321 * vc.el (vc-revert-file): Call the backend even if the FILE's
322 contents can be reverted locally; pass new arg CONTENTS-DONE
323 down to the backend.
324
325 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
326 optional arg CONTENTS-DONE.
327
328 2001-08-28 Andrew Innes <andrewi@gnu.org>
329
330 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
331
332 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
333
334 * makefile.nt (install): Copy more *.el files.
335
336 2001-08-28 Gerd Moellmann <gerd@gnu.org>
337
338 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
339 instead of `w' which is already in use.
340
341 * gs.el (gs-load-image): Use sleep-for.
342 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
343
344 2001-08-28 Miles Bader <miles@gnu.org>
345
346 * replace.el (query-replace-regexp-eval): Return args from
347 `interactive' form in correct order.
348
349 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
350
351 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
352 major modes, don't create panes for modes for which
353 mouse-buffer-menu-alist returns an empty alist.
354
355 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
356
357 * progmodes/hideshow.el: Update first-line description.
358 Sync comments w/ maintainer version 5.31.
359
360 (hs-isearch-open): Default value now `code'.
361 Fix docstring to use "code blocks" vs "comment blocks",
362 as opposed to "block" vs "comment".
363 (hs-flag-region): Accept `hs-isearch-open' value
364 of `block' as synonymous w/ `code'.
365 (hs-hide-block-at-point): For code blocks, pass `code'
366 to `hs-flag-region' instead of `block'.
367
368 2001-08-28 Miles Bader <miles@gnu.org>
369
370 * comint.el (comint-next-prompt): Don't loop infinitely if
371 {next,previous}-single-char-property-change returns its input
372 position when the search fails.
373
374 2001-08-27 Miles Bader <miles@gnu.org>
375
376 * comint.el (comint-get-old-input-default): Don't signal an error
377 if point is not on an input field; instead, return the current
378 line (using `comint-bol' to skip any prompt, in case we're not
379 using fields at all).
380
381 * man.el (Man-mode-line-format): Variable removed.
382 (Man-mode): Change `mode-line-buffer-identification' instead of
383 `mode-line-format'.
384
385 2001-08-27 Gerd Moellmann <gerd@gnu.org>
386
387 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
388 From Simon Josefsson <jas@extundo.com>.
389
390 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
391
392 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
393 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
394
395 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
396 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
397
398 * emacs-lisp/lselect.el: Ditto.
399
400 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
401 Remove periods from the end of error message strings.
402 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
403
404 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
405 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
406
407 * net/telnet.el: Ditto.
408
409 2001-08-26 Gerd Moellmann <gerd@gnu.org>
410
411 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
412 KEYMAP to the call to define-minor-mode.
413
414 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
415
416 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
417 Replace some of the undefined characters with emulations of bidi
418 formatting characters and Niqud as per SI 1311-1.
419 (IT-unicode-translations): Ditto.
420 (IT-display-table-setup, IT-setup-unicode-display):
421 Fill characters without translations with dos-unsupported-char-glyph.
422
423 2001-08-24 Simon Josefsson <jas@extundo.com>
424
425 * hl-line.el (hl-line-mode): Don't be a global mode.
426 (global-hl-line-mode): New function.
427
428 2001-08-24 Gerd Moellmann <gerd@gnu.org>
429
430 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
431 being reset by Ghostscript. Don't kill the gs process.
432 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
433
434 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
435
436 * term/mac-win.el: Require scroll-bar.
437
438 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
439
440 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
441
442 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
443
444 * hexl.el (hexl-insert-multibyte-char) New function.
445 (hexl-quoted-insert, hexl-self-insert-command)
446 (hexl-insert-hex-char, hexl-insert-decimal-char)
447 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
448 Fix the doc strings accordingly.
449 (hexl-insert-char): Reject characters whose code is above 255.
450 Doc fix.
451 (hexl-mode-map): Copy the global keymap instead of creating a
452 sparse keymap, and bind all self-inserting characters to
453 hexl-self-insert-command.
454
455 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
456
457 * wid-edit.el (text): Re-order docstring correctly.
458
459 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
460
461 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
462
463 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
464
465 * simple.el (line-number-mode): Mention the variable
466 line-number-display-limit-width in the doc string.
467
468 2001-08-22 Gerd Moellmann <gerd@gnu.org>
469
470 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
471 Temporarily select EVENT's window for switching buffers.
472 (mode-line-bury-buffer): New function.
473 (mode-line-buffer-identification-keymap): Use it instead of
474 bury-buffer. Bind down-mouse events to prevent global down-mouse
475 events from shining through.
476
477 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
478
479 * newcomment.el (comment-beginning): Make sure the comment-start
480 we found isn't a comment-end (in cases where confusion is possible).
481
482 2001-08-22 Miles Bader <miles@gnu.org>
483
484 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
485 before writing it, so that hard-links don't see new version.
486
487 2001-08-21 Gerd Moellmann <gerd@gnu.org>
488
489 * gs.el (gs-set-ghostview-colors-window-prop):
490 Call x-change-window-property with 3rd arg FRAME.
491 (gs-load-image): Wait for a previous Ghostscript process
492 to complete before starting a new one.
493
494 * image.el (image-type-regexps): Make sure that the TIFF
495 pattern is only matched at the beginning of a string.
496 From Markus Rost <rost@math.ohio-state.edu>.
497
498 * international/swedish.el: Pre-Mule file removed. From Jonas
499 Oberg <jonas@gnu.org>.
500
501 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
502
503 * whitespace.el (whitespace-abort-on-error): Add custom variable
504 to whitespace to abort a write-file if whitespace is detected in file.
505
506 * whitespace.el (whitespace-write-file-hook): Hook to be called
507 when writing a file. If `whitespace-abort-on-error' is set, the
508 write will abort on detecting whitespaces.
509 If `whitespace-auto-cleanup' is set, the file will be cleaned
510 automatically prior to writing.
511
512 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
513 whitespaces in the error output!
514
515 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
516 `indent-tabs-mode', since the latter notes user preferences on
517 TABs anyway.
518
519 * whitespace.el (whitespace-version): 3.1. All of the above issues
520 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
521
522 2001-08-20 Gerd Moellmann <gerd@gnu.org>
523
524 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
525 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
526
527 * whitespace.el (whitespace-global-mode): Add autoload cookie.
528
529 2001-08-20 Alex Schroeder <alex@gnu.org>
530
531 * sql.el (sql-db2): Doc change.
532
533 2001-08-20 Alex Schroeder <alex@gnu.org>
534
535 * sql.el (sql-postgres): Add the database at the end of the
536 parameters instead of at the beginning.
537 (sql-postgres-options): Doc change.
538
539 2001-08-17 Gerd Moellmann <gerd@gnu.org>
540
541 * custom.el (defcustom): Doc fix.
542
543 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
544
545 * ps-mule.el (find-composition): Check if (char-after POS)
546 returns a valid character.
547
548 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
549
550 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
551 original-point for extra CR characters that are added/removed when
552 the buffer is written/read whose EOL type is -dos.
553
554 2001-08-16 Miles Bader <miles@gnu.org>
555
556 * simple.el (line-move): Undo previous change.
557
558 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
559 property to input-terminating `boundary' overlays to avoid
560 line-move wierdness.
561
562 2001-08-16 Gerd Moellmann <gerd@gnu.org>
563
564 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
565 buffer in a save-restriction. Under one test case with Ediff,
566 window-scroll-functions are run with a window start that's
567 temporarily outside of the restriction.
568
569 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
570
571 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
572 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
573 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
574 (texinfo-update-menu-region-beginning)
575 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
576 command, @ifnottex, to regexps, so it is found.
577
578 2001-08-16 Andrew Innes <andrewi@gnu.org>
579
580 * makefile.nt (DONTCOMPILE): Omit bindings.el.
581 (DONTCOMPILE): Omit sc.el.
582
583 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
584 (DONTCOMPILE): Omit sc.el.
585
586 2001-08-16 Gerd Moellmann <gerd@gnu.org>
587
588 * replace.el (occur): Bind inhibit-read-only to t.
589
590 2001-08-16 Miles Bader <miles@gnu.org>
591
592 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
593 calling `constrain-to-field', to avoid problems with comint prompts.
594
595 2001-08-15 Gerd Moellmann <gerd@gnu.org>
596
597 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
598 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
599
600 * ediff-mult.el (ediff-get-meta-info): Fix the condition
601 of a while-loop.
602
603 * Makefile.in (DONTCOMPILE): Remove sc.el.
604
605 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
606 Don't include term/.
607
608 * mail/sc.el: Moved to obsolete/.
609
610 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
611
612 * ps-print.el: Change error function arguments to follow Emacs
613 message convention. Doc fix.
614 (ps-print-version): New version number (6.5.4).
615 (coding-system-for-write): Change declaration position to avoid
616 XEmacs compilation gripes.
617 (coding-system-for-read, buffer-file-coding-system):
618 Declarations to avoid XEmacs compilation gripes.
619
620 * ps-mule.el: Doc fix.
621 (ps-mule-encode-header-string): If STRING is not a string, replace
622 STRING by empty string.
623
624 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
625
626 * frame.el (show-trailing-whitespace): Doc fix.
627
628 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
629
630 * desktop.el (desktop-save): Insert the coding: tag before
631 desktop-header.
632
633 2001-08-13 Gerd Moellmann <gerd@gnu.org>
634
635 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
636 its path from $els.
637
638 * image.el (image-jpeg-p): Fix call of substring.
639
640 2001-08-10 Gerd Moellmann <gerd@gnu.org>
641
642 * play/animate.el (animate-string): Doc fix. Use a buffer
643 name with stars in it.
644 (animate-sequence): New function.
645 From Richard Stallman <rms@gnu.org>.
646
647 * frame.el (select-frame-set-input-focus): New function
648 extracted from other-frame.
649 (other-frame): Use it.
650 (next-multiframe-window, previous-multiframe-window): Use it.
651
652 * isearch.el (isearch-other-meta-char): Don't switch to the
653 buffer of a window clicked on, when the current buffer is
654 in Isearch mode.
655
656 * image.el (image-jpeg-p): Test for APPn markers in the range
657 #xe0..#xef.
658
659 2001-08-09 Gerd Moellmann <gerd@gnu.org>
660
661 * desktop.el (desktop-save): Don't use concat to form a file
662 name, use expand-file-name.
663
664 * mouse.el (mouse-delete-window): Do nothing if frame has just
665 one window.
666
667 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
668 for the minor mode name.
669
670 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
671 minor mode name.
672
673 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
674 instead of make-mode-line-mouse2-map.
675
676 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
677 the minor mode name.
678
679 * emacs-lisp/easy-mmode.el (define-minor-mode):
680 Use mode-line-minor-mode-keymap for the minor mode name.
681
682 * calendar/calendar.el (calendar-mode-line-format):
683 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
684
685 * bindings.el (make-mode-line-mouse-map): Renamed from
686 make-mode-line-mouse2-map. Take additional arg MOUSE.
687 (mode-line-modified): Use mouse-3 instead of mouse-2.
688 (mode-line-buffer-identification-keymap): Bind keys differently.
689 (propertized-buffer-identification): Adapt help-echo to new bindings.
690
691 * bindings.el (mode-line-format): Specify help-echo for line
692 number, column number and buffer-percent part of the mode-line.
693
694 * image.el (image-type-regexps): Allow whitespace at the start
695 of the image data for XPM, XBM and Postscript, which are
696 text files.
697 (image-jpeg-p): Correct calculation of next field offset.
698
699 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
700
701 * battery.el: Fix typo.
702
703 2001-08-08 Gerd Moellmann <gerd@gnu.org>
704
705 * image.el (image-type-regexps): Allow predicates. Change the way
706 JPEG images are recognized.
707 (image-jpeg-p): New function.
708 (image-type-from-data): Handle predicates in image-type-regexps.
709
710 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
711 #:, #x, #o, and similar constructs.
712
713 2001-08-07 Gerd Moellmann <gerd@gnu.org>
714
715 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
716
717 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
718 instead of `progn'.
719
720 * tar-mode.el (tar-extract): Avoid generating a new buffer
721 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
722
723 * textmodes/paragraphs.el (forward-sentence): Avoid building
724 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
725
726 * progmodes/executable.el (executable-set-magic):
727 If executable-find returns a quoted file name, unquote it before
728 inserting it.
729
730 * image.el (image-type-regexps): For JPEG files, use a regexp
731 derived from the JFIF spec.
732
733 * image.el (image-type-regexps): Use `\`' instead of `^' in
734 most regular expressions.
735
736 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
737
738 * play/animate.el: Re-insert a reference to re-inserted function.
739
740 2001-08-06 Gerd Moellmann <gerd@gnu.org>
741
742 * help.el (describe-function-1): Use find-function-search-for-symbol
743 instead of find-function-noselect because the latter follows aliases.
744
745 * play/animate.el (animate-birthday-present): Re-insert.
746
747 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
748 Handle old-style menu definitions.
749
750 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
751
752 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
753 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
754
755 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
756 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
757 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
758
759 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
760
761 * textmodes/tildify.el: Milan Zamazal has new address.
762
763 2001-08-03 Gerd Moellmann <gerd@gnu.org>
764
765 * custom.el (custom-set-variables): Don't test `custom-requests'
766 properties, check the third element of the options passed to
767 custom-set-variables instead.
768
769 * info.el (info-insert-file-contents): Use info-file-exists-p
770 instead of file-exists-p.
771
772 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
773 the mode-line face is restored. Fix several bugs.
774
775 * replace.el (perform-replace): Doc fix.
776
777 2001-08-02 Francesco Potorti` <pot@gnu.org>
778
779 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
780 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
781 (uniquify-fix-item-base, uniquify-fix-item-filename)
782 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
783 Callers changed.
784 (uniquify-set-proposed): Changed to work with a vector item.
785 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
786 the fix list, and a list of strings for the non-file buffer
787 names. Both changes reduce consing.
788 (uniquify-rationalize-a-list): Local variable renaming.
789 (uniquify-rationalize-conflicting-sublist): Use member instead of
790 assoc.
791 (uniquify-rename-buffer): Use unless instead of if not.
792
793 2001-08-02 Gerd Moellmann <gerd@gnu.org>
794
795 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
796
797 * custom.el (custom-set-variables): Set options with :require
798 clauses last.
799
800 * custom.el (defcustom): Doc fix.
801
802 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
803
804 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
805
806 * man.el (man): Mention Man-switches in the doc string.
807 (Man-switches): Mention -a in the doc string.
808
809 * textmodes/ispell.el (ispell-alternate-dictionary):
810 Add /usr/share/lib/dict/words, for Irix.
811
812 * bindings.el: Bind shifted and control-shifted kp-* keys to the
813 corresponding non-kp keys. Suggested by Stephen Gildea
814 <gildea@stop.mail-abuse.org>.
815
816 2001-08-01 Francesco Potorti` <pot@gnu.org>
817
818 * uniquify.el: These changes correct a corner case that the old
819 code managed correctly.
820 (uniquify-fix-item-proposed): Renamed from
821 uniquify-fix-item-min-proposed.
822 (uniquify-set-proposed): New function.
823 (uniquify-rationalize-file-buffer-names): Code reshuffled for
824 clarity and speed.
825 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
826 This is equivalent to what the old code did.
827 (uniquify-rationalize-a-list): Never recompute the proposed
828 name. Sort the conflicting sublist before rationalising it: this
829 is equivalent to what the old code did, but one directory element
830 at a time, and only when necessary.
831 (uniquify-rationalize-conflicting-sublist): Recompute here the
832 proposed name.
833
834 2001-08-01 Gerd Moellmann <gerd@gnu.org>
835
836 * play/animate.el: Add Keywords and Maintainer. Remove a
837 reference to a removed function.
838
839 * play/animate.el (animate-string): Handle case that the string is
840 longer than the window is wide.
841
842 2001-07-31 Gerd Moellmann <gerd@gnu.org>
843
844 * desktop.el (desktop-save): Bind coding-system-for-write to
845 `emacs-mule' for write-region.
846
847 * delsel.el (delete-selection-pre-hook): Don't set this-command
848 to `ignore' if the region is empty.
849
850 * international/mule.el (set-keyboard-coding-system):
851 Set keyboard-coding-system.
852
853 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
854 before accessing it.
855
856 2001-07-30 Andreas Schwab <schwab@suse.de>
857
858 * menu-bar.el (toggle-highlight-paren-mode):
859 Use `(show-paren-mode)' as body.
860
861 2001-07-30 Andre Spiegel <spiegel@gnu.org>
862
863 * vc.el (vc-checkout-hook): New hook.
864 (vc-checkout): Run it.
865
866 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
867
868 * progmodes/make-mode.el (makefile-macroassign-regex):
869 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
870
871 2001-07-30 Gerd Moellmann <gerd@gnu.org>
872
873 * vc.el (vc-switch-backend): Fix autoload cookie.
874
875 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
876 the desktop file.
877
878 2001-07-30 Simon Josefsson <jas@extundo.com>
879
880 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
881 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
882
883 2001-07-27 Gerd Moellmann <gerd@gnu.org>
884
885 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
886 (last-sexp-toggle-display): Renamed from last-sexp-print.
887 (last-sexp-toggle-display, eval-last-sexp-1):
888 Use last-sexp-setup-props.
889
890 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
891 New user-options.
892 (mouse-wheel-change-button): New function.
893 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
894 (mwheel-scroll): Ditto.
895
896 2001-07-26 Gerd Moellmann <gerd@gnu.org>
897
898 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
899 `...', compare with unabbreviated printed representation instead.
900 (last-sexp-print): Bind print-length and print-level to nil.
901
902 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
903 before assigning text properties. Make properties rear-nonsticky.
904
905 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
906 (eval-last-sexp-1): Give printed text a `keymap' property and bind
907 <mouse-2> and <RET> in that map to a function printing the
908 unabbreviated value.
909
910 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
911 is a buffer, put a text property `printed-value' on the printed
912 representation, with the Lisp object printed as value.
913
914 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
915
916 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
917 Mention the effect of eval-expression-print-length and
918 eval-expression-print-level in the doc strings. Suggested by
919 Kevin Gallagher <kevingal@onramp.net>.
920
921 2001-07-25 Gerd Moellmann <gerd@gnu.org>
922
923 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
924 for buttons > 3.
925 (xterm-mouse-translate): Handle the case that we don't get a
926 down-event.
927
928 * emacs-lisp/find-func.el (find-function-regexp):
929 Add easy-mmode-define-global-mode to the regexp. Allow newlines
930 in front of the function name.
931
932 * isearch.el (isearch-other-meta-char): Fix last change.
933
934 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
935 similar events for which fake prefix keys are generated. It's no
936 longer necessary since read_key_sequence doesn't modify these
937 events for internal purposes anymore.
938
939 * files.el (auto-mode-alist): Use nroff-mode for files ending
940 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
941
942 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
943
944 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
945 tool-bar-lines parameter, behave as if its value were zero.
946 (mouse-avoidance-set-pointer-shape): Don't do anything if
947 x-pointer-shape is not boundp.
948
949 2001-07-23 Francesco Potorti` <pot@gnu.org>
950
951 * uniquify.el: Overall speedup changes when using many buffers.
952 (uniquify-fix-item-base, uniquify-fix-item-filename)
953 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
954 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
955 place in the item, but was never used.
956 (uniquify-fix-item-min-proposed): New defalias: the fourth place
957 in the item is now used as cache for the proposed name.
958 (uniquify-rationalize-file-buffer-names): Move computation made on
959 newbuffile out of the loop, in the newbuffile-nd local var.
960 Use dolist (cosmetic change). Compute the proposed name for the most
961 common case and cache it in the fourth place in the item.
962 (uniquify-rationalize-file-buffer-names): Used to return a a list
963 of buffer whose name was changed, but that return value was never used.
964 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
965 the cached proposed name, does much less consing and is quicker.
966 (uniquify-filename-lessp): Deleted.
967 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
968 Do not bind locally the uniquify-possibly-resolvable flag. Use the
969 cached proposed name is possible.
970 (uniquify-get-proposed-name): Arguments changed, callers changed.
971 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
972 uniquify-possibly-resolvable flag, which is no more bound locally.
973 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
974 flag, which does not exist any more.
975
976 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
977
978 * term/internal.el (IT-unicode-translations): Fix the appearance of
979 "6`".
980
981 * progmodes/compile.el (compile-internal): If EMACS is already
982 defined in the environment, don't override its value.
983
984 2001-07-23 Gerd Moellmann <gerd@gnu.org>
985
986 * play/fortune.el: Undo change of 2001-07-13.
987 Fix autoload cookies. Add types to defcustoms.
988 (fortune) <defgroup>: Add :link.
989 (fortune-from-region): Use eq, not eql.
990 From Dave Love <fx@gnu.org>.
991
992 * play/animate.el (animate-birthday-present): Function removed.
993
994 * play/animate.el: New file.
995
996 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
997
998 * startup.el (normal-top-level-add-subdirs-to-load-path):
999 On Windows, put into normal-top-level-add-subdirs-inode-list the
1000 canonicalized names of the directories instead of inode numbers.
1001
1002 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
1003
1004 * ediff-util.el: Copyright years.
1005 (ediff-choose-syntax-table): New function.
1006 (ediff-setup): Use ediff-choose-syntax-table.
1007 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
1008 vc-state is available.
1009 (ediff-make-temp-file): Use ediff-coding-system-for-write.
1010
1011 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1012 with-syntax-table.
1013 (ediff-coding-system-for-read): From ediff-diff.el
1014 (ediff-coding-system-for-write): New variable.
1015 (ediff-highest-priority): Fixed the bug having to do with disappearing
1016 overlays.
1017 (ediff-file-remote-p): Use file-remote-p, if available.
1018 (ediff-listable-file): New function.
1019 (ediff-file-attributes): Use ediff-listable-file.
1020
1021 * ediff-mult.el (ediff-meta-insert-file-info1):
1022 Use ediff-listable-file.
1023
1024 * ediff-ptch.el (ediff-prompt-for-patch-file):
1025 Use ediff-coding-system-for-read.
1026 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
1027
1028 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1029 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
1030
1031 * ediff.el: Date of last update, copyright years.
1032
1033 * ediff-wind (ediff-setup-control-frame): Nill->nil.
1034
1035 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1036 of Scott Bronson.
1037 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1038 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1039 Deleted functions.
1040 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1041 ex-token-list.
1042 (viper-get-ex-address-subr): Convert registers to char data type.
1043
1044 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
1045 (viper-memq-char): Use viper-int-to-char.
1046 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
1047 vc-locking-state.
1048 (viper-read-key): Use viper-read-key-sequence.
1049
1050 * viper.el (viper-major-mode-modifier-list):
1051 Added inferior-emacs-lisp-mode.
1052 (this-major-mode-requires-vi-state): New function that uses simple
1053 heuristics to decide if vi state is appropriate.
1054 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1055 (viper-non-hook-settings): Don't advise read-key-sequence.
1056 (viper-read-key-sequence): New function that replaces the
1057 previously used advice to read-key-sequence.
1058
1059 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1060 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1061 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1062 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1063 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1064 Got rid of the negative character hack.
1065 (viper-escape-to-state,viper-replace-state-exit-cmd):
1066 Use viper-read-key-sequence.
1067 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
1068 (viper-minibuffer-standard-hook,viper-read-string-with-history):
1069 Don't override existing minibuffer-setup-hook.
1070 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
1071 Convert registers to char data type.
1072 (viper-autoindent): Use viper-indent-line.
1073
1074 * viper-keym.el: Use viper-exec-key-in-emacs.
1075
1076 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1077
1078 * server.el (server-visit-files): Fix variable name typo.
1079
1080 2001-07-20 Gerd Moellmann <gerd@gnu.org>
1081
1082 * simple.el (delete-trailing-whitespace): Save match data
1083 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1084
1085 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1086
1087 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1088 return a this-error using the alternative format (a pair of markers).
1089
1090 2001-07-19 Gerd Moellmann <gerd@gnu.org>
1091
1092 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1093
1094 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1095 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
1096
1097 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1098
1099 * international/iso-transl.el: Fix typo in the header of the file.
1100
1101 * textmodes/picture.el (picture): Doc fix.
1102
1103 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1104 follow coding conventions in generated files.
1105
1106 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1107
1108 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1109 (tool-bar-add-item): Don't call image-related primitives if the
1110 display doesn't support images.
1111
1112 * frame.el (display-images-p): New function.
1113
1114 2001-07-17 Gerd Moellmann <gerd@gnu.org>
1115
1116 * server.el (server-visit-files): Handle the case the specified
1117 column number is <= 0.
1118
1119 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1120
1121 * startup.el (command-line-1): Add support for +LINE:COLUMN
1122 command line argument.
1123
1124 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1125
1126 * server.el (server-process-filter, server-visit-files):
1127 Add support for +LINE:COLUMN style emacsclient calls.
1128
1129 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1130
1131 * emacs-lisp/easy-mmode.el: Add Keywords header.
1132
1133 * play/pong.el: Author has new address.
1134
1135 * play/landmark.el: Author is no more reachable.
1136
1137 * play/handwrite.el: Author is no more reachable.
1138
1139 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1140
1141 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1142 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1143 Complete bindings for F<1..12> keys.
1144 (global-map): Remove `undo' binding (already in the default).
1145 Replace `t<n>' bindings with `f<n>' bindings.
1146
1147 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1148
1149 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1150 (tcl-mode): Use tcl-add-log-defun.
1151 (tcl-indent-line): Use tcl-calculate-indent.
1152 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1153 (tcl-indent-exp): Renamed from indent-tcl-exp.
1154 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1155 (tcl-indent-for-comment): Call comment-indent-function properly
1156 and handle the case where it returns nil.
1157
1158 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1159
1160 * calendar/cal-islam.el (calendar-goto-islamic-date):
1161 Remove autoload cookie.
1162
1163 * calendar/calendar.el (calendar-goto-islamic-date):
1164 Add call to autoload.
1165
1166 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1167
1168 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1169 Don't change compile-auto-highlight globally.
1170 Don't bother with `font-lock-defaults' property since XEmacs
1171 also understands the `font-lock-defaults' variable.
1172 Use make-local-variable rather than make-variable-buffer-local.
1173 Don't `defconst' comment-indent-function: keep the default.
1174 Call easy-menu-add unconditionally.
1175 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1176 (ada-create-menu): Use :included for Emacs as well.
1177
1178 * vc.el (vc-do-command): Autoload.
1179
1180 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1181
1182 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1183
1184 * ps-print.el: Fix Author: header.
1185
1186 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1187
1188 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1189 mouse-1 etc., bind them to `ignore'.
1190
1191 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1192 send-invisible, which is already defined in Comint.
1193 (eshell-watch-for-password-prompt): Use it.
1194
1195 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1196
1197 * which-func.el (which-func-mode): Doc fix.
1198
1199 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
1200 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1201 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1202 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1203 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1204 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1205 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1206 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1207 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1208 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1209 * emulation/edt-mapper.el, emulation/edt-pc.el,
1210 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1211 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1212 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1213 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1214 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1215 * international/isearch-x.el, international/iso-cvt.el,
1216 * international/ogonek.el, international/quail.el,
1217 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1218 * language/devanagari.el, language/ethio-util.el,
1219 * language/ethiopic.el, language/european.el, language/indian.el,
1220 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1221 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1222 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1223 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1224 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1225 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1226 * progmodes/autoconf.el, progmodes/cmacexp.el,
1227 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1228 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1229 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1230 * progmodes/ebnf2ps.el, progmodes/executable.el,
1231 * progmodes/fortran.el, progmodes/idlw-shell.el,
1232 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1233 * progmodes/m4-mode.el, progmodes/mantemp.el,
1234 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1235 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1236 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1237 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1238 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1239 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1240 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1241 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1242 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1243 * textmodes/two-column.el, time-stamp.el, timezone.el,
1244 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1245 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1246 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
1247 conventions.
1248
1249 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1250
1251 * simple.el (set-variable): Require 'cus-edit' instead of
1252 `wid-edit', so that the Custom widgets get defined.
1253
1254 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1255
1256 * allout.el: A fix to follow coding conventions.
1257
1258 * find-lisp.el: A fix to follow coding conventions.
1259
1260 * term/w32-win.el: A fix to follow coding conventions.
1261
1262 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1263
1264 * term/xterm.el: A fix to follow coding conventions.
1265
1266 * term/news.el: A fix to follow coding conventions.
1267
1268 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1269 header line fixed.
1270
1271 * sun-curs.el: Fix Maintainer: header line.
1272
1273 * emacs-lisp/easymenu.el: Address of the author added.
1274
1275 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1276
1277 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1278 property.
1279
1280 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1281
1282 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1283 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
1284 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1285 Some fixes to follow coding conventions.
1286
1287 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1288
1289 * which-func.el (which-func-mode): Doc fix.
1290
1291 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1292
1293 * net/rcompile.el (remote-compile): Use make-local-variable.
1294
1295 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1296
1297 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1298
1299 * mail/reporter.el (reporter-submit-bug-report):
1300 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1301
1302 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1303
1304 * calendar/cal-china.el, calendar/cal-coptic.el,
1305 * calendar/cal-dst.el, calendar/cal-french.el,
1306 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1307 * calendar/cal-iso.el, calendar/cal-julian.el,
1308 * calendar/cal-mayan.el, calendar/cal-persia.el,
1309 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1310 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1311 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1312 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1313 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1314 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1315 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1316 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1317 * progmodes/ada-xref.el, progmodes/cc-align.el,
1318 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1319 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1320 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1321 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1322 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1323 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1324 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1325 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1326 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1327 * textmodes/reftex.el: Some fixes to follow coding
1328 conventions in Eshell files with known maintainers.
1329
1330 * emulation/viper.el: A fix to follow coding conventions.
1331
1332 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1333 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1334 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1335 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1336 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1337 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1338 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1339 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1340 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1341 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1342 conventions in Eshell files.
1343
1344 * composite.el, diff.el, emacs-lisp/levents.el,
1345 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1346 * emulation/pc-mode.el, emulation/viper-cmd.el,
1347 * emulation/viper-ex.el, emulation/viper-init.el,
1348 * emulation/viper-keym.el, emulation/viper-macs.el,
1349 * emulation/viper-mous.el, emulation/viper-util.el,
1350 * emulation/viper.el, forms-pass.el, international/ccl.el,
1351 * international/characters.el, international/encoded-kb.el,
1352 * international/fontset.el, international/ja-dic-cnv.el,
1353 * international/ja-dic-utl.el, international/kinsoku.el,
1354 * international/kkc.el, international/mule-cmds.el,
1355 * international/mule-diag.el, international/mule-util.el,
1356 * international/mule.el, international/titdic-cnv.el,
1357 * language/china-util.el, language/chinese.el,
1358 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1359 * language/greek.el, language/hebrew.el, language/japan-util.el,
1360 * language/japanese.el, language/korea-util.el, language/korean.el,
1361 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1362 * language/slovak.el, language/thai-util.el, language/thai.el,
1363 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1364 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1365 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1366 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1367 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1368 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1369 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1370 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1371 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1372 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1373 to follow coding conventions in files without maintainer or in files
1374 with clear maintainer (but without Maintainer header stating so).
1375
1376 * emacs-lisp/elp.el: A fix to follow coding conventions.
1377
1378 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1379 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1380 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1381 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1382 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1383 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1384 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1385 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1386 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1387 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1388 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1389 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1390 conventions in files from Gnus.
1391
1392 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1393 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1394 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1395 * echistory.el, electric.el, emacs-lisp/authors.el,
1396 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1397 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1398 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1399 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1400 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1401 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1402 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1403 * international/codepage.el, international/iso-ascii.el,
1404 * international/iso-insert.el, international/iso-transl.el,
1405 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1406 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1407 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1408 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1409 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1410 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1411 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1412 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1413 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1414 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1415 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1416 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1417 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1418 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1419 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1420 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1421 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1422 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1423 * textmodes/tex-mode.el, textmodes/text-mode.el,
1424 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1425 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1426 * vt100-led.el, window.el: Some fixes to follow coding conventions in
1427 files maintained by FSF.
1428
1429 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1430
1431 * arc-mode.el: A fix to follow coding conventions.
1432
1433 * bindings.el: Ditto.
1434
1435 * cdl.el: Ditto.
1436
1437 * comint.el: Ditto.
1438
1439 * cus-start.el: Ditto.
1440
1441 * shell.el: Ditto.
1442
1443 * skeleton.el: Ditto.
1444
1445 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1446
1447 * info.el (Info-build-node-completions):
1448 Make Info-current-file-completions buffer local.
1449
1450 2001-07-13 Gerd Moellmann <gerd@gnu.org>
1451
1452 * which-func.el (which-func-mode, which-func-ff-hook)
1453 (which-function-mode): Remove references to which-func-mode-global.
1454
1455 * calendar/cal-islam.el (calendar-goto-islamic-date):
1456 Add autoload cookie.
1457
1458 * play/fortune.el: Add types to defcustoms.
1459
1460 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1461
1462 * language/czech.el: A fix to follow coding conventions.
1463
1464 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1465
1466 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1467 to the extension list, for antlr-mode. From Christoph Wedler
1468 <Christoph.Wedler@sap.com>.
1469
1470 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1471
1472 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1473 (vc-dired-mode-map): Fix the madness.
1474
1475 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1476 (vc-prefix-map): Moved back from vc.el.
1477
1478 2001-07-11 Gerd Moellmann <gerd@gnu.org>
1479
1480 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1481 Increase the size of the obarray.
1482 (mail-extr-all-top-level-domains): Add more toplevel domains,
1483 add more long names.
1484 From: Per Starback <starback@ling.uu.se>.
1485
1486 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1487
1488 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1489 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1490
1491 * progmodes/ada-mode.el: Ditto.
1492
1493 * progmodes/ada-xref.el: Ditto.
1494
1495 2001-07-11 Miles Bader <miles@gnu.org>
1496
1497 * finder.el (finder-insert-at-column): Also move to the next line
1498 if exactly at COLUMN.
1499
1500 2001-07-10 Gerd Moellmann <gerd@gnu.org>
1501
1502 * help.el (describe-function-1): When printing FUNCTION's
1503 documentation, don't assume FUNCTION is a symbol.
1504
1505 * startup.el (normal-top-level): Don't operate on the initial
1506 frame if we failed to create one.
1507
1508 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1509
1510 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1511 itself, i.e. only indent the contents in it.
1512
1513 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
1514
1515 * mail/rmail.el (rmail-show-message): Show beginning of message in
1516 all windows containing it.
1517
1518 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1519
1520 * term/tty-colors.el: Fix the header line and copyright years.
1521
1522 2001-07-09 Gerd Moellmann <gerd@gnu.org>
1523
1524 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1525 original definition has an interactive form, but is Elp
1526 instrumented, use the interactive form of the function called by
1527 elp-wrapper.
1528
1529 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1530 configurations with compare-window-configuration; they aren't
1531 window configurations.
1532
1533 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1534 from the server for the format we expect. Don't use it if it
1535 doesn't look like what the Internet draft for FTP extensions specifies.
1536
1537 * toolbar/*.pbm: Cleaned up.
1538 From Luis Fernandes <elf@ee.ryerson.ca>.
1539
1540 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1541
1542 * cc-cmds.el: Extended the kludge to interoperate with the
1543 delsel and pending-del packages wrt to the new function
1544 `c-electric-delete-forward'.
1545
1546 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1547
1548 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1549 to delay the call to <mode> for global minor modes.
1550 (easy-mmode-define-navigation): Only recenter if interactive.
1551
1552 2001-07-06 Gerd Moellmann <gerd@gnu.org>
1553
1554 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1555 to lisp-indent-line.
1556
1557 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1558 from the server. Call encode-time only when we are sure that we
1559 got a 213 response.
1560
1561 2001-07-06 Simon Josefsson <jas@extundo.com>
1562
1563 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1564 (mail-envelope-from): New user option.
1565 (sendmail-send-it): Use it.
1566
1567 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1568
1569 * ps-print.el: Use locale dependant date to print date in header.
1570 Doc fix.
1571 (ps-print-version): New version number (6.5.3).
1572 (ps-right-header, ps-right-footer): Initialization and doc fix.
1573 (ps-time-stamp-locale-default): New fun.
1574
1575 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1576
1577 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1578 field problem with MIME-mode.
1579
1580 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1581
1582 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1583
1584 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1585 MIME-mode.
1586
1587 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1588
1589 * bindings.el (mode-line-mule-info): Don't show the tip with
1590 buffer-file-coding-system if that is nil.
1591
1592 2001-07-05 Gerd Moellmann <gerd@gnu.org>
1593
1594 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1595 instead of kill-line.
1596
1597 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1598 <Pavel@Janik.cz>.
1599
1600 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1601 <Pavel@Janik.cz>.
1602
1603 2001-07-04 Gerd Moellmann <gerd@gnu.org>
1604
1605 * font-lock.el (c-font-lock-keywords-3): When matching something
1606 like `struct X Y', finish with point after Y.
1607
1608 2001-07-04 Simon Josefsson <jas@extundo.com>
1609
1610 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1611 in caller buffer.
1612
1613 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1614
1615 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1616 instead of string-match to find the basename of the file.
1617 From Pascal Obry <p.obry@wanadoo.fr>.
1618
1619 * net/browse-url.el (browse-url-default-windows-browser):
1620 Support the MS-DOS port when it runs on Windows.
1621 (browse-url-browser-function) [ms-dos]: Default to
1622 browse-url-default-windows-browser.
1623
1624 * help.el (locate-library): Enable code that looks for compressed
1625 libraries if auto-compression-mode is on.
1626
1627 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1628
1629 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1630
1631 2001-07-02 Gerd Moellmann <gerd@gnu.org>
1632
1633 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1634
1635 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1636
1637 * allout.el: Fix the header line, so that finder.el recognizes it.
1638 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1639
1640 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1641 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1642
1643 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1644
1645 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1646
1647 * ps-bdf.el (bdf-directory-list): Use the value relative to
1648 installation-directory for MS-Windows as well.
1649
1650 2001-06-29 Richard M. Stallman <rms@gnu.org>
1651
1652 * wid-edit.el (widget-color-sample-face-get):
1653 Return ((foreground-color . COLOR)) instead of constructing a face.
1654
1655 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1656
1657 * faces.el (region): Change the background color for the
1658 light-background color display to lightgoldenrod2, to make it
1659 visible on some laptops.
1660
1661 2001-06-28 Richard M. Stallman <rms@gnu.org>
1662
1663 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1664 (rmail-msg-restore-non-pruned-header): Likewise.
1665 If point was in the old pruned header, put it at the top.
1666 (rmail-msg-prune-header): If point was at the top, keep it there.
1667
1668 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1669 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1670
1671 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1672
1673 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1674
1675 2001-06-28 Karl Fogel <kfogel@red-bean.com>
1676
1677 * saveplace.el: Update maintainer email address.
1678
1679 2001-06-27 Francesco Potorti` <pot@gnu.org>
1680
1681 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1682 Undo previous change.
1683
1684 2001-06-27 Francesco Potorti` <pot@gnu.org>
1685
1686 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1687 preliminary quick reordering. Can speed things up dramatically.
1688
1689 2001-06-26 Richard M. Stallman <rms@gnu.org>
1690
1691 * dired.el (dired-get-filename): A file name starting with ~
1692 is not absolute in this context.
1693
1694 * which-func.el (which-func-maxout): Increase default to 500000.
1695 (which-function-mode): This is now the "real" name of the function.
1696 (which-func-mode): Now an alias.
1697 (which-func-mode-global): Name deleted.
1698
1699 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1700 button-2, when binding hs-mouse-toggle-hiding.
1701
1702 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1703
1704 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1705 (rmail-msg-prune-header): Likewise.
1706 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1707 and `rmail-msg-prune-header'.
1708
1709 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1710
1711 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1712 back than LINEBEG.
1713
1714 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1715
1716 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1717 window where they clicked the mouse has a header line, adjust
1718 vertical movement by one.
1719
1720 2001-06-25 Milan Zamazal <pdm@zamazal.org>
1721
1722 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1723 too when separating a parenthesis.
1724
1725 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1726
1727 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1728 (bookmark-bmenu-hide-filenames): Add help-echo to
1729 mouse-highlighted text.
1730 (bookmark-bmenu-show-filenames): Remove help-echo property from
1731 the whitespace.
1732
1733 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1734
1735 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1736 From Karl Eichwalder <ke@suse.de>.
1737
1738 2001-06-23 Richard M. Stallman <rms@gnu.org>
1739
1740 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1741
1742 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1743 contents for completing-read.
1744
1745 2001-06-22 Richard M. Stallman <rms@gnu.org>
1746
1747 * menu-bar.el (menu-bar-make-toggle): Construct the
1748 function's doc string from HELP, not DOC, and make it accurate by
1749 adding "Toggle whether to " at the front and downcasing the initial.
1750 Change the HELP arg in some calls to make it fit this usage.
1751
1752 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1753 Undo previous change.
1754
1755 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1756
1757 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1758
1759 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1760
1761 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1762
1763 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1764
1765 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1766
1767 2001-06-20 Richard M. Stallman <rms@gnu.org>
1768
1769 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1770 broken out from dabbrev--find-expansion. Handle minibuffer
1771 specially here.
1772 (dabbrev--find-expansion): Simplify code in various ways.
1773 Don't treat minibuffers specially.
1774 Call dabbrev--make-friend-buffer-list.
1775 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1776 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1777
1778 2001-06-19 John Wiegley <johnw@gnu.org>
1779
1780 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1781 Also, added a comment describing how to greatly speedup Eshell
1782 loadup time, by concatenating together all of Eshell's .elc files.
1783
1784 2001-06-19 John Wiegley <johnw@gnu.org>
1785
1786 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1787
1788 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1789
1790 * woman.el (WoMan-highlight-references): Add help-echo to
1791 mouse-highlighted text.
1792
1793 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1794
1795 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1796
1797 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1798
1799 * international/quail.el (quail-start-conversion):
1800 Reset quail-translating to nil.
1801
1802 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1803 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1804
1805 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1806
1807 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1808 mouse-highlighted text.
1809
1810 * dired.el (dired-mark-pop-up): Fix last change.
1811
1812 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1813
1814 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1815 mouse-highlighted text.
1816
1817 * net/quickurl.el (quickurl-url-file): Run through
1818 convert-standard-filename.
1819 (quickurl-list-populate-buffer): Add help-echo to
1820 mouse-highlighted text.
1821 (top-level): Update Dave's URL.
1822
1823 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1824 mouse-highlighted text.
1825
1826 * textmodes/page-ext.el (pages-copy-header-and-position):
1827 Add help-echo to mouse-highlighted text.
1828
1829 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1830 mouse-highlighted text.
1831
1832 * replace.el (occur): Add help-echo to mouse-highlighted text.
1833
1834 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1835 mouse-highlighted text.
1836
1837 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1838 mouse-highlighted text.
1839
1840 * progmodes/compile.el (compile-reinitialize-errors):
1841 Add help-echo to mouse-highlighted messages.
1842 (compilation-forget-errors): Remove help-echo property as well.
1843
1844 * play/landmark.el (lm-plot-square, lm-init-display):
1845 Add help-echo to mouse-highlighted text.
1846
1847 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1848 Add help-echo to mouse-highlighted text.
1849
1850 * dired.el (dired-insert-set-properties): Add help-echo to
1851 mouse-highlighted text.
1852 (dired-mark-pop-up): Remove help-echo property from the file name.
1853
1854 * comint.el (comint-send-input): Add help-echo to
1855 mouse-highlighted text.
1856
1857 * buff-menu.el (list-buffers-noselect): Add help-echo to
1858 mouse-highlighted text.
1859
1860 * arc-mode.el (archive-summarize-files): Add help-echo to
1861 mouse-highlighted text.
1862
1863 * ffap.el (ffap-machine-p): Always return nil if
1864 open-network-stream is not fboundp.
1865
1866 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1867
1868 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1869 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1870 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1871 incorrectly binding chars between 128 and 256 to it.
1872 (sgml-maybe-name-self): Handle latin-1 chars properly.
1873 (sgml-tags-invisible): Bind buffer-file-name to nil.
1874 Use unwind-protect and restore-buffer-modified-p.
1875 (sgml-point-entered): Use buffer-substring-no-properties.
1876 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1877 (html-mode): Don't force `imenu-sort-function'.
1878
1879 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1880
1881 * tar-mode.el: Fix the copyright notice.
1882
1883 * font-lock.el (font-lock-comment-face): For tty's with dark
1884 background, use "red1", since "lightred" is not one of the colors
1885 recognized by tty-colors.el.
1886
1887 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1888 create a buffer for extracted file, in case there's more than one
1889 file by that name in an archive, possibly in different
1890 directories. From Kevin Rodgers <kevinr@ihs.com>.
1891
1892 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1893 <alex@gnu.org>.
1894
1895 2001-06-15 Miles Bader <miles@gnu.org>
1896
1897 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1898 Revert previous change.
1899
1900 2001-06-14 Richard M. Stallman <rms@gnu.org>
1901
1902 * replace.el (keep-lines-read-args): Return just a regexp.
1903 Provide nil for the region args.
1904 (keep-lines, flush-lines, how-many):
1905 Calculate the defaults for the region here, when args are nil.
1906
1907 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1908
1909 * rot13.el (rot13-other-window): Some more doc fix.
1910
1911 2001-06-14 Per Starback <starback@ling.uu.se>
1912
1913 * replace.el (case-replace, query-replace-from-history-variable)
1914 (query-replace-to-history-variable, keep-lines-read-args)
1915 (occur-revert-function, query-replace-help): Dox fix.
1916
1917 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1918
1919 * rot13.el (rot13-other-window): Doc fix.
1920
1921 2001-06-14 Miles Bader <miles@gnu.org>
1922
1923 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1924 of " and \ to "." (punctuation).
1925 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1926
1927 2001-06-13 Richard M. Stallman <rms@gnu.org>
1928
1929 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1930
1931 * simple.el (shell-command-on-region): Never kill the
1932 *Shell Command Output* buffer.
1933
1934 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1935
1936 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1937
1938 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1939
1940 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1941 New var, to recognize ${ $' and PODs.
1942 (perl-font-lock-syntactic-face-function): New function.
1943 (perl-mode): Use them.
1944 (perl-continuation-line-p): New function, from perl-calculate-indent.
1945 (perl-calculate-indent): Use it, to properly handle continuation
1946 lines of continuation lines.
1947
1948 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1949
1950 * server.el (server-process, server-buffer-clients): Doc fix.
1951 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1952
1953 2001-06-09 John Wiegley <johnw@gnu.org>
1954
1955 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1956 test if the last command was Lisp or not.
1957 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1958 B x C".
1959
1960 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1961
1962 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1963 general one on compile.el supports drive letters.
1964
1965 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1966
1967 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1968 key description.
1969
1970 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1971
1972 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1973 (reftex-toc-jump): New command.
1974
1975 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1976 to parse international characters as well.
1977
1978 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1979 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1980
1981 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1982
1983 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1984 TAB to the key separators.
1985
1986 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1987
1988 * international/mule.el (auto-coding-alist): Remove redundant
1989 up-cased versions of the extensions (auto-coding-alist-lookup is
1990 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1991 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1992
1993 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1994
1995 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1996
1997 2001-06-01 Richard M. Stallman <rms@gnu.org>
1998
1999 * help.el (describe-variable): Put value on same line
2000 with preceding text, if it is short enough to look good that way.
2001
2002 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2003
2004 * term/internal.el (IT-unicode-translations): New variable.
2005 (IT-setup-unicode-display): New function.
2006
2007 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2008
2009 * ps-print.el: Handle before-string and after-string overlay properties
2010 in ps-print-*-with-faces commands. Doc fix.
2011 (ps-print-version): New version number (6.5.2).
2012 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2013 for XEmacs.
2014 (ps-prefix-quote): Doc fix.
2015 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
2016 (ps-basic-plot-str, ps-plot-string): New funs.
2017
2018 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2019
2020 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2021 and :type spec.
2022
2023 2001-05-31 Gerd Moellmann <gerd@gnu.org>
2024
2025 * international/mule-cmds.el (inactivate-input-method):
2026 Set input-method-function to nil.
2027
2028 * xml.el (xml-parse-tag): The document may contain invalid characters.
2029 From ShengHuo ZHU <zsh@cs.rochester.edu>
2030
2031 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2032
2033 * mail/rmailsum.el (rmail-message-subject-p): Don't call
2034 `rmail-summary-line-decoder' if the message does not have
2035 a Subject: field.
2036
2037 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
2038
2039 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2040 New variable.
2041 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2042 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2043 is non-nil.
2044
2045 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2046
2047 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2048
2049 2001-05-29 Sam Steingold <sds@gnu.org>
2050
2051 * faces.el (face-valid-attribute-values): Bind `valid' directly
2052 instead of using `setq'.
2053
2054 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2055 Use `tex-shell-buf'.
2056 (tex-shell-proc): Use `tex-shell-running'.
2057 (tex-shell-buf-no-error): New function.
2058 (tex-send-tex-command): Use it.
2059 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2060 (tex-kill-job): Check the process before calling `quit-process'.
2061
2062 2001-05-29 Gerd Moellmann <gerd@gnu.org>
2063
2064 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2065 UTF-8 sequences.
2066
2067 2001-05-28 Miles Bader <miles@gnu.org>
2068
2069 * comint.el (comint-carriage-motion): Renamed from
2070 `comint-cr-magic'. Operate on the buffer instead of the string
2071 (for use as a comint post-output filter, instead of as a
2072 pre-output filter). Handle backspaces too. Add to the
2073 `comint-output-filter-functions' hook instead of
2074 `comint-preoutput-filter-functions'.
2075
2076 2001-05-28 Gerd Moellmann <gerd@gnu.org>
2077
2078 * language/japan-util.el (japanese-hankaku): Prefer the charset
2079 `jisx0201' when the optional argument `ascii-only' is not specified.
2080 (japanese-hankaku-region): Ditto.
2081 From Katsumi Yamaoka <yamaoka@jpl.org>
2082
2083 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2084
2085 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2086 (outline-invisible-p): New function.
2087 (hide-leaves): Save excursion.
2088 (hide-other): Stop looping when reaching bobp.
2089
2090 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2091
2092 * cus-edit.el (custom-file): Fix last change.
2093
2094 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2095
2096 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2097 same definition in byte-compile-function-environment as `autoload'
2098 would put in `symbol-function'.
2099
2100 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2101 patch to correct the error message as well.
2102
2103 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2104
2105 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2106 unless ~/.emacs exists.
2107
2108 * novice.el (enable-command): If user-init-file is nil or does not
2109 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2110
2111 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2112
2113 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2114 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2115 Allow spaces around macro arguments.
2116 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2117 indent-for-tab-command.
2118 (latex-mode-map, plain-tex-mode-map): New keymaps.
2119 Inherit from tex-mode-map.
2120 (tex-common-initialization): Don't setup the keymap any more
2121 since it's now done right by define-derived-mode.
2122 (latex-mode): Set skeleton-end-hook to nil.
2123 (latex-skeleton-end-hook): Remove.
2124 (tex-latex-block, latex-insert-item): Simplify.
2125 (latex-syntax-after): Use following-char rather than char-after.
2126 (tex-discount-args-cmds, tex-count-words): New functions.
2127
2128 * textmodes/tildify.el (tildify-ignored-environments-alist):
2129 Recognize \verb* as well.
2130
2131 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2132 (perl-comment-indent): Simplify to let newcomment.el do its job.
2133 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2134 (perl-mark-function): Cleanup the namespace.
2135 (perl-calculate-indent): Don't be fooled by nested functions.
2136
2137 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2138
2139 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2140 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2141
2142 2001-05-25 Andrew Choi <akochoi@i-cable.com>
2143
2144 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2145 actually be `\\'.
2146 (ctlau-b5-converter): Likewise.
2147
2148 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2149
2150 * international/titdic-cnv.el (quail-misc-package-ext-info):
2151 Change CTLauB.el to CTLau-b5.el.
2152
2153 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2154
2155 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2156 rather than beginning-of-line to avoid problems with fields.
2157 (gud-perldb-massage-args): Use unless and push.
2158 (gud-chdir-before-run): New var.
2159 (gud-common-init): Use it.
2160
2161 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2162
2163 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2164 delete entries for chinese-ctlau and chinese-ctlaub.
2165 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
2166 chinese-ctlaub.
2167 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2168 New functions.
2169
2170 2001-05-22 Gerd Moellmann <gerd@gnu.org>
2171
2172 * cus-edit.el (custom-comment-show): Remove debug code.
2173
2174 * language/japan-util.el (japanese-symbol-table): Fix handling of
2175 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2176
2177 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2178
2179 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2180 Renamed by removing the silly `-flag' suffix.
2181 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2182
2183 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2184
2185 * replace.el (keep-lines-read-args): Use `copy-marker'.
2186 (how-many): Save excursion properly.
2187 (occur-mode): Use define-derived-mode.
2188 (perform-replace): Use with-current-buffer.
2189
2190 2001-05-20 Richard M. Stallman <rms@gnu.org>
2191
2192 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2193
2194 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2195
2196 * info.el (Info-read-subfile): Widen before finding the
2197 desired node in the subfile.
2198
2199 * startup.el (command-line-1): When >2 files visited,
2200 leave the last one visible, and make that the selected window.
2201
2202 2001-05-20 Gerd Moellmann <gerd@gnu.org>
2203
2204 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2205
2206 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2207
2208 * international/ccl.el (define-ccl-program): Fix a typo.
2209 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2210
2211 * international/mule.el (decode-char): Fix a typo. From Pavel
2212 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2213
2214 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2215 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2216
2217 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2218 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2219
2220 2001-05-18 Sam Steingold <sds@gnu.org>
2221
2222 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
2223 and [RET] to `cvs-mode-find-file'.
2224
2225 2001-05-18 John Wiegley <johnw@gnu.org>
2226
2227 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2228 configuration variable, which determines the initial character
2229 that forces use of an external version of a command. The default
2230 is *, but may be set to \, for example.
2231
2232 * eshell/esh-ext.el (eshell-explicit-command):
2233 Use `eshell-explicit-command-char' instead of ?*.
2234
2235 * eshell/esh-cmd.el (eshell/which):
2236 Use `eshell-explicit-command-char' instead of ?*.
2237
2238 * eshell/em-cmpl.el (eshell-completion-command-name)
2239 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
2240 instead of ?*.
2241
2242 2001-05-18 Gerd Moellmann <gerd@gnu.org>
2243
2244 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2245 subst-char-in-string.
2246 (ange-ftp-after-parse-ls-hook): New variable.
2247 (ange-ftp-ls): Run that hook.
2248 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2249
2250 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2251 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2252 text into *Completions*.
2253
2254 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2255 part of which look like email addresses.
2256
2257 2001-05-18 Andrew Innes <andrewi@gnu.org>
2258
2259 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2260 Use . instead of absolute path for lisp dir, to avoid bug in W2K
2261 cmd.exe's handling of FOR loops.
2262 (autoloads): Set find-file-suppress-same-file-warnings to t to
2263 avoid slew of spurious messages.
2264
2265 2001-05-18 Simon Josefsson <simon@josefsson.org>
2266
2267 * mail/smtpmail.el (maybe-append-domain): Renamed to
2268 `smtpmail-maybe-append-domain'.
2269 (smtpmail-via-smtp): Use the new name.
2270
2271 * net/browse-url.el (browse-url-browser-function): Add kde.
2272 (browse-url-kde-program, browse-url-kde-args): New variables.
2273 (browse-url-kde): New function.
2274
2275 2001-05-18 Miles Bader <miles@gnu.org>
2276
2277 * simple.el (delete-horizontal-space, just-one-space):
2278 Use `constrain-to-field' instead of `field-end'/`field-beginning',
2279 because it's more efficient for large files.
2280
2281 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2282
2283 * mail/rmail.el (rmail-require-mime-maybe): New function.
2284 (rmail): Use it.
2285 (rmail-mode): Handle the case of finding Rmail files.
2286
2287 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2288 functions.
2289
2290 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2291
2292 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2293 text-property after moving to the beginning of line and regardless
2294 of the value of font-lock-multiline.
2295
2296 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2297
2298 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2299
2300 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2301 last coding system used before calling set-buffer-modified-p
2302 because that function changes last-coding-system.
2303
2304 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2305
2306 * files.el (switch-to-buffer-other-window)
2307 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2308 the doc string.
2309
2310 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2311
2312 * language/slovak.el, language/czech.el: New maintainer.
2313
2314 2001-05-16 Sam Steingold <sds@gnu.org>
2315
2316 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2317 sub-form of `defgeneric' correctly.
2318
2319 2001-05-16 Gerd Moellmann <gerd@gnu.org>
2320
2321 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2322 of `c'.
2323
2324 * textmodes/outline.el (outline-font-lock-level): Remove the
2325 condition-case, test what outline-level returns instead, to
2326 ease debugging.
2327
2328 * international/mule.el (auto-coding-regexp-alist): New user-option.
2329 (auto-coding-from-file-contents): New function.
2330 (set-auto-coding): Use it to determine a coding system.
2331
2332 2001-05-15 Gerd Moellmann <gerd@gnu.org>
2333
2334 * mouse.el (mouse-delete-other-windows): Doc fix.
2335
2336 * emacs-lisp/lisp-mode.el (lisp-mode):
2337 Make font-lock-keywords-case-fold-search a buffer-local variable with
2338 make-local-variable before setting it.
2339
2340 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2341
2342 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2343 prefixes.
2344
2345 2001-05-14 Gerd Moellmann <gerd@gnu.org>
2346
2347 * hexl.el (hexl-current-address): Print a message when called
2348 interactively.
2349
2350 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2351
2352 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2353
2354 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2355
2356 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2357
2358 2001-05-11 Gerd Moellmann <gerd@gnu.org>
2359
2360 * startup.el (command-line): If parameters have been changed in
2361 the init files which influence font selection, clear the face
2362 cache so that faces get realized with the new parameters.
2363
2364 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2365
2366 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2367
2368 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2369
2370 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2371
2372 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2373 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2374
2375 2001-05-10 Gerd Moellmann <gerd@gnu.org>
2376
2377 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2378 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
2379
2380 2001-05-09 John Wiegley <johnw@gnu.org>
2381
2382 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2383 Annotated the documentation string to tell users about
2384 `eshell-no-numeric-conversions'.
2385
2386 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2387 conversions if a Lisp function has the property
2388 `eshell-no-numeric-conversions' set to a non-nil value.
2389
2390 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2391 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2392 property `eshell-no-numeric-conversions' on the following
2393 functions (which all deal with filesystem entities, and never Lisp
2394 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2395 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2396 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2397 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2398 eshell/which, eshell/addpath.
2399
2400 2001-05-09 John Wiegley <johnw@gnu.org>
2401
2402 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2403 encountered as an argument, don't convert it right away, but tag
2404 the first character of the string with the text properties
2405 `number', which signifies to `eshell-lisp-command' that the
2406 argument should be passed through `string-to-number' if it is
2407 actually used in the call to a Lisp function.
2408
2409 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2410 function, convert any string arguments that have been tagged as
2411 "numbers", by calling string-to-number.
2412
2413 * eshell/esh-util.el (eshell-number-regexp): Now that number
2414 conversions only happen for Lisp function calls, the number regexp
2415 should now match all integer and floating point forms.
2416
2417 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2418 `eshell-continue-process', since they are both nonfunctional at
2419 the moment.
2420 (eshell-proc-initialize): Don't bind keys for
2421 `eshell-stop-process' or `eshell-continue-process'.
2422
2423 * eshell/em-unix.el (eshell-shuffle-files):
2424 Apply `directory-file-name' before calling `file-name-directory'.
2425
2426 * eshell/em-hist.el (eshell-add-to-history): Reference to
2427 `eshell-history-ring' needed to be `eshell-history-index'.
2428
2429 * calendar/timeclock.el (timeclock-find-discrep):
2430 Initialize `elapsed' to 0.
2431 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2432 it's still nil.
2433
2434 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2435
2436 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2437 (archive-mode): Use capitalize.
2438 (archive-unique-fname): Use make-temp-file.
2439
2440 2001-05-09 Gerd Moellmann <gerd@gnu.org>
2441
2442 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2443
2444 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * tar-mode.el (tar-extract): Pay attention to the value of
2447 coding-system-for-read, if it is non-nil.
2448
2449 * calendar/holidays.el (holidays): Add an autoload cookie.
2450 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2451
2452 2001-05-08 John Wiegley <johnw@gnu.org>
2453
2454 * calendar/timeclock.el (timeclock-workday-remaining):
2455 Changed logic for determining how much time is remaining.
2456 (timeclock-workday-elapsed): Don't accept a "relative" argument
2457 for the current day's elapsed time. What could that have meant?
2458 (timeclock-workday-elapsed-string): No "relative" argument anymore.
2459 (timeclock-when-to-leave): Changed logic, similarly to what was
2460 done for `timeclock-workday-remaining'.
2461 (timeclock-find-discrep): Removed "today-only" argument, which had
2462 no meaning. Fixed some more math problems. The function now
2463 returns a three member list: (TOTAL-TIME-DISCREPANCY
2464 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2465
2466 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2467
2468 * w32-fns.el (convert-standard-filename): Start replacing slashes
2469 from the beginning of the file name, not from where the last
2470 invalid character was. From "Andrew Maguire (SWW)"
2471 <Andrew.Maguire@Smallworld.co.uk>
2472
2473 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2474
2475 The following changes are to provide infrastructure for handling
2476 MIME messages to rmail. They don't affect the original behaviour
2477 if rmail-enable-mime is nil.
2478
2479 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2480 (rmail-search-mime-message-function)
2481 (rmail-search-mime-header-function): New variables.
2482 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2483 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2484 `rmail-view-buffer' is hidden.
2485 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2486 call rmai-show-mime-function.
2487 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2488 mode-line-process of rmail-view-buffer.
2489 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2490 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2491 buffer.
2492 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2493 set-buffer to the Rmail buffer.
2494 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2495 rmail-search-mime-header-function.
2496 (rmail-search-message): New function.
2497 (rmail-search): Call rmail-search-message to check if a message
2498 matches REGEXP, lastly update point after calling
2499 rmail-show-message.
2500 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2501 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2502 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2503 header region, refer to rmail-msgref-vector while setting the
2504 current buffer to rmail-buffer temporarily.
2505 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2506 If rmail-enable-mime is non-nil, call
2507 rmail-insert-mime-forwarded-message-function instead of inserting
2508 forwarded message by itself.
2509
2510 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2511 Rmail buffer.
2512 (rmail-set-label, rmail-next-labeled-message): Likewise.
2513
2514 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2515 set-buffer to the Rmail buffer.
2516 (rmail-output-to-rmail-file): Likewise.
2517 (rmail-output): Likewise.
2518
2519 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2520 of mail-fetch-field by rmail-summary-line-decoder.
2521 (rmail-new-summary): Be sure to go to the Rmail buffer.
2522 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2523 rmail-view-buffer to nil.
2524 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2525 rmail-view-buffer.
2526 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2527 rmail-buffer.
2528 (rmail-summary-scroll-msg-down): Likewise.
2529 (rmail-summary-beginning-of-message): Likewise.
2530 (rmail-summary-wipe): Likewise.
2531 (rmail-summary-toggle-header): Use save-window-excursion, not
2532 save-excursion. Update point in rmail-view-buffer, not in
2533 rmail-buffer.
2534 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2535 rmail-view-buffer, not rmail-buffer.
2536
2537 2001-05-07 Gerd Moellmann <gerd@gnu.org>
2538
2539 * cus-edit.el (custom-file): Signal an error if user-init-file is
2540 nil (running -q).
2541
2542 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2543
2544 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2545 Add :version.
2546
2547 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2548 New option.
2549 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2550 only if smtpmail-warn-about-unknown-extensions is set.
2551
2552 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2553 instead of rmail-sort-by-keywords.
2554
2555 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2556 rmail-sort-by-keywords.
2557
2558 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2559 rmail-summary-sort-by-keywords. Doc fix.
2560 (rmail-summary-mode): Doc fix.
2561
2562 * mail/rmail.el (rmail-edit): New Custom group.
2563
2564 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2565 (rmail-edit-mode-hook): New user-option.
2566
2567 2001-05-05 Richard M. Stallman <rms@gnu.org>
2568
2569 * help.el (help-xref-symbol-regexp): Recognize "source of"
2570 and friends, meaning make a link to the source file.
2571 (help-make-xrefs): Handle "source of" and friends
2572 by constructing a link that visits the source file.
2573
2574 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2575
2576 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2577
2578 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2579 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2580 Renamed from perl-font-lock-keywords to avoid clashes.
2581 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2582 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2583 Updated correspondingly.
2584
2585 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2586 Typo `nonexistant' -> `nonexistent'.
2587
2588 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2589
2590 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2591 Split `c-electric-delete' into two functions where
2592 `c-electric-delete-forward' always deletes forward and
2593 `c-electric-delete' only contains the code necessary for XEmacs to
2594 choose between backward and forward deletion.
2595
2596 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2597 get the electric behavior on that key too.
2598 (c-fill-paragraph): Fixed bogus direct use of
2599 c-comment-prefix-regexp, which caused an error when it's a list.
2600
2601 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2602
2603 * dired-aux.el (dired-diff): Doc fix.
2604
2605 * dired.el (dired-diff): Likewise.
2606
2607 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2608
2609 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2610
2611 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2612
2613 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2614 if both the buffer and the file are read-only.
2615
2616 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2617 rather than font-lock-string-face.
2618 (sh-get-indent-info): Treat heredocs like strings.
2619
2620 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2621
2622 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2623 a newline following `}'.
2624 (texinfo-format-email): New function.
2625 (toplevel): Use texinfo-format-email for @email.
2626 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2627 Add `display'.
2628 (texinfo-sort-region): Goto point-min before sorting.
2629 (texinfo-set): Remove leading white space from value.
2630 From yagi@is.titech.ac.jp.
2631
2632 * replace.el (query-replace-regexp-eval): Doc fix.
2633
2634 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2635
2636 * diff-mode.el (diff-nonexistant-face): New face.
2637 (diff-font-lock-keywords): Use it.
2638
2639 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2640
2641 * font-lock.el (font-lock-mode): Doc fix.
2642
2643 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2644 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2645
2646 2001-04-30 Gerd Moellmann <gerd@gnu.org>
2647
2648 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2649 backslash at the start of the here-document delimiter.
2650 (sh-font-lock-syntactic-keywords): Likewise.
2651
2652 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2653
2654 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2655
2656 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2657 (tty-color-translate, tty-color-by-index, tty-color-values)
2658 (tty-color-desc): Doc fix.
2659
2660 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2661
2662 * dired-aux.el (dired-do-create-files, dired-do-copy)
2663 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2664 Mention dired-dwim-target in the doc string.
2665
2666 2001-04-28 Miles Bader <miles@gnu.org>
2667
2668 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2669 (dabbrev--find-expansion): Use it.
2670 (dabbrev--select-buffers): Don't select ignored buffers.
2671
2672 2001-04-27 Gerd Moellmann <gerd@gnu.org>
2673
2674 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2675
2676 2001-04-26 Richard M. Stallman <rms@gnu.org>
2677
2678 * dabbrev.el: Add doc strings for some functions.
2679 (dabbrev--eliminate-newlines): New variable.
2680 (dabbrev--substitute-expansion): Convert newlines to spaces
2681 if dabbrev--eliminate-newlines is set.
2682 If abbrev and expansion are both all-lower-case,
2683 leave dabbrev--last-case-pattern nil.
2684
2685 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2686
2687 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2688 if necessary, like in rmail-show-message.
2689
2690 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2691
2692 * ps-print.el: Color specified by number is forced to be float number.
2693 (ps-print-version): New version number (6.5.1.1).
2694 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2695 initialization.
2696 (ps-prefix-quote): New internal var.
2697 (ps-print-quote): New fun.
2698 (ps-setup, ps-output-frame-properties, ps-float-format)
2699 (ps-format-color): Code fix.
2700 (ps-plot-region): Eliminate redundant foreground color text setting.
2701
2702 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2703
2704 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2705
2706 2001-04-25 Gerd Moellmann <gerd@gnu.org>
2707
2708 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2709
2710 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2711
2712 * info.el (Info-additional-directory-list): Doc fix.
2713
2714 * find-lisp.el (find-lisp-find-dired-filter)
2715 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2716 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
2717
2718 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2719
2720 * progmodes/make-mode.el (makefile-font-lock-keywords):
2721 Rationalize the rules for includes and conditionals and use the
2722 keyword face for them.
2723
2724 * faces.el (modify-face): Add compatibility for non-interactive use.
2725
2726 2001-04-24 John Wiegley <johnw@gnu.org>
2727
2728 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2729 fix from last night, since it wasn't finding eshell/cd.
2730
2731 2001-04-24 Gerd Moellmann <gerd@gnu.org>
2732
2733 * rect.el (string-rectangle): Revert to 20.x behaviour.
2734 (replace-rectangle): Make it an alias for string-rectangle.
2735 (string-insert-rectangle): New function.
2736
2737 2001-04-23 John Wiegley <johnw@gnu.org>
2738
2739 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2740 occurring with Emacs 21's diff.el/compile.el interaction layer.
2741
2742 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2743
2744 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2745 case where the function was defined in a file, but not part of an
2746 eshell module.
2747
2748 2001-04-23 John Wiegley <johnw@gnu.org>
2749
2750 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2751 code to work around a redisplay problem I've been having.
2752
2753 2001-04-23 John Wiegley <johnw@gnu.org>
2754
2755 * calendar/timeclock.el (timeclock-day-required): If the time
2756 required for a particular day is not set, use `timeclock-workday'.
2757 (timeclock-find-discrep): Added some sample code in a comment.
2758
2759 * eshell/eshell.el (eshell-command): Made a few changes so that
2760 `eshell-command' could be called programmatically.
2761
2762 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2763
2764 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2765
2766 2001-04-23 John Wiegley <johnw@gnu.org>
2767
2768 * calendar/timeclock.el: Updated copyright.
2769 (timeclock-generate-report): Don't report the daily or two-week
2770 total, if no time has been worked in that period.
2771 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2772 final computational form, which was unnecessary; corrected a
2773 parsing problem when timeclock-relative was nil.
2774
2775 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2776
2777 * calendar/timeclock.el (timeclock-modeline-display): Check if
2778 `list-entry' is null.
2779 (timeclock-use-display-time): The first argument to `set-variable'
2780 must be a symbol.
2781
2782 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2783
2784 * calendar/calendar.el (diary-entry-marker)
2785 (calendar-today-marker, calendar-holiday-marker):
2786 Use display-color-p instead of window-system.
2787 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2788 instead of window-system.
2789 (calendar-hide-window): Use display-multi-frame-p instead of
2790 window-system.
2791
2792 * calendar/cal-x.el (calendar-two-frame-setup)
2793 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2794 Use display-multi-frame-p instead of window-system.
2795
2796 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2797
2798 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2799
2800 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2801 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2802
2803 2001-04-23 Alex Schroeder <alex@gnu.org>
2804
2805 * goto-addr.el: Instead of defining line-beginning-position and
2806 line-end-position a defalias is used for point-at-bol and point-at-eol.
2807
2808 2001-04-23 Alex Schroeder <alex@gnu.org>
2809
2810 * goto-addr.el: Added XEmacs compatibility code.
2811 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2812
2813 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2814
2815 * textmodes/paragraphs.el (sentence-end): Doc fix.
2816
2817 2001-04-20 Alex Schroeder <alex@gnu.org>
2818
2819 * sql.el (sql-escape-newlines-and-send): New function.
2820 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2821
2822 2001-04-20 Alex Schroeder <alex@gnu.org>
2823
2824 * sql.el (sql-db2-program): New option.
2825 (sql-db2-options): New option.
2826 (sql-db2): New function.
2827
2828 2001-04-20 Alex Schroeder <alex@gnu.org>
2829
2830 * sql.el (sql-mode-menu): Added highlighting entries.
2831 (sql-highlight-oracle-keywords): New function.
2832 (sql-highlight-postgres-keywords): New function.
2833 (sql-highlight-ansi-keywords): New function.
2834
2835 2001-04-20 Alex Schroeder <alex@gnu.org>
2836
2837 * sql.el (sql-help): Doc change.
2838
2839 2001-04-19 Karl Fogel <kfogel@collab.net>
2840
2841 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2842 that inserted file content only to delete it immediately.
2843 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2844 <lektu@uol.com.br> for the patch.
2845
2846 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2847
2848 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2849
2850 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2851
2852 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2853 for defmethod.
2854
2855 * comint.el (comint-cr-magic): New function.
2856 (toplevel): Add it to comint-preoutput-filter-functions.
2857
2858 2001-04-18 Andrew Innes <andrewi@gnu.org>
2859
2860 * makefile.w32-in (EMACSLOADPATH): Define.
2861 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2862 (recompile): Remove stuff to set EMACSLOADPATH.
2863
2864 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2865
2866 * language/slovak.el ("Slovak"): Add tutorial entry.
2867
2868 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2869 browse-url-new-window-p.
2870
2871 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2872
2873 * info.el (Info-menu-update): When there are no menus and/or no
2874 cross references in the node, make the respective items of the
2875 Info menu-bar menu inactive.
2876
2877 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2878
2879 * indent.el (indent-for-tab-command): Call indent-line-function
2880 with no argument if PREFIX-ARG is non-nil.
2881
2882 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2883
2884 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2885
2886 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2887 an async subprocess if start-process is unavailable. Suggested by
2888 Tim Van Holder <tim.van.holder@pandora.be>.
2889
2890 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2891
2892 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2893 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2894
2895 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2896
2897 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2898 manual.
2899
2900 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2901
2902 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2903 (cvs-menu): Add a few entries.
2904
2905 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2906 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2907 lock file appears to be reachable from Emacs.
2908 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2909 (cvs-mode-find-file): Look for cvs-header-face rather than
2910 cvs-dirname-face (which doesn't exist).
2911 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2912
2913 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2914
2915 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2916
2917 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2918 normal-erase-is-backspace on a tty. Instead, bind some keys such
2919 as [delete] directly, like pc-select.el did before
2920 normal-erase-is-backspace was invented.
2921
2922 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2923
2924 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2925
2926 2001-04-11 John Wiegley <johnw@gnu.org>
2927
2928 * eshell/em-ls.el (eshell-ls-insert-directory):
2929 Set font-lock-defaults to nil, to prevent fontification in dired
2930 buffers, if Eshell's ls is being used.
2931
2932 2001-04-11 John Wiegley <johnw@gnu.org>
2933
2934 * calendar/timeclock.el (timeclock-completing-read): New function.
2935 (timeclock-ask-for-project, timeclock-ask-for-reason):
2936 Call `timeclock-completing-read'.
2937
2938 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2939 required where `member' was being used.
2940
2941 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
2942
2943 * eshell/em-hist.el (eshell-previous-matching-input):
2944 Don't display "History item" if the the minibuffer is active.
2945
2946 2001-04-11 Gerd Moellmann <gerd@gnu.org>
2947
2948 * startup.el (command-line): Output a newline after printing
2949 an error from loading the window system's init file.
2950
2951 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2952
2953 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2954 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2955 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2956 keywords whose arguments routinely include @@.
2957
2958 2001-04-10 Gerd Moellmann <gerd@gnu.org>
2959
2960 * emacs-lisp/advice.el (ad-make-advised-definition):
2961 Construct advice for subrs differently.
2962
2963 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2964 regexp in parentheses when building the regexp for searching backwards.
2965
2966 * simple.el (completion-list-mode-finish): New function.
2967 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2968
2969 * language/european.el ("Polish"): Change sample text.
2970 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2971
2972 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2973 parameter.
2974
2975 * faces.el (menu): Doc fix.
2976
2977 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2978
2979 * ps-print.el: Footer implementation. Doc fix.
2980 (ps-print-version): New version number (6.5.1).
2981 (ps-header-frame-alist): New customization var for header frame
2982 properties.
2983 (ps-line-number-color): New customization var for line number color.
2984 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2985 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2986 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2987 (ps-right-footer): New customization vars for footers.
2988 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2989 footers.
2990 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2991 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2992 Code fix.
2993 (ps-prologue-file): Indentation fix.
2994 (ps-print-quote): Fun eliminated.
2995 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2996 (ps-output-frame-properties): New fun.
2997 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2998 (ps-skip-newline): Replace defun by defsubst.
2999
3000 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
3001
3002 * eshell/eshell.el (eshell-command): Needed a "%s" format
3003 specifier, in case the buffer contains percent characters.
3004
3005 2001-04-10 John Wiegley <johnw@gnu.org>
3006
3007 * calendar/timeclock.el (timeclock-generate-report): Added a
3008 missing insert of the project name.
3009
3010 2001-04-09 Gerd Moellmann <gerd@gnu.org>
3011
3012 * obsolete/profile.el: Moved from emacs-lisp/.
3013
3014 * Makefile.in (nonobsolete_setwins): New macro.
3015 (finder-data): Use it instead of `setwins'.
3016 From: Dave Love <fx@gnu.org>.
3017
3018 * server.el (server-visit-files): Set server-existing-buffer correctly.
3019 (server-visit-files): Run server-visit-hook after going to
3020 line 1 so that the hook can set point as it sees fit.
3021
3022 * bindings.el (mode-line-modified): Unify help messages.
3023
3024 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3025
3026 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3027 All callers changed.
3028
3029 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3030
3031 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3032 long file names aren't supported, truncate the file names in
3033 quail-misc-package-ext-info to 8+3 before matching them against
3034 FILENAME.
3035
3036 * dos-fns.el (dos-truncate-to-8+3): New function.
3037
3038 * progmodes/compile.el (grep-compute-defaults): Use null-device
3039 instead of literal /dev/null. Reported by Jens Schmidt
3040 <schmidt@mathematik.uni-kl.de>.
3041
3042 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3043
3044 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3045
3046 * textmodes/sgml-mode.el: Add unknown maintainer.
3047 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3048 (html-mode-map): Use set-keymap-parent.
3049
3050 2001-04-06 Dave Love <fx@gnu.org>
3051
3052 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3053 Remove redundant string-to-list.
3054
3055 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3056
3057 * composite.el (reference-point-alist): Doc fix.
3058
3059 2001-04-05 Sam Steingold <sds@gnu.org>
3060
3061 * font-lock.el (font-lock-keywords-case-fold-search):
3062 Make buffer-local. This fixes a very annoying bug when loading a Lisp
3063 file made font-lock case-insensitive.
3064
3065 2001-04-05 Gerd Moellmann <gerd@gnu.org>
3066
3067 * faces.el (defface menu): Doc fix.
3068
3069 * wid-edit.el (widget-color-sample-face-get): Don't make
3070 faces for undefined colors.
3071
3072 * version.el (emacs-version): Include LessTif/Motif version info.
3073
3074 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3075
3076 * ps-mule.el: Eliminate cl package dependence.
3077 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3078 if they aren't defined yet.
3079 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3080 Eliminate cl package dependence.
3081
3082 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3083
3084 * progmodes/cc-cmds.el (c-outline-level):
3085 Bind buffer-invisibility-spec. Originally from Dave Love, but
3086 got lost when incorporating version 5.26.
3087
3088 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3089
3090 * emulation/pc-select.el (pc-selection-mode):
3091 Call normal-erase-is-backspace-mode instead of binding
3092 keys individually.
3093
3094 * cus-load.el (normal-erase-is-backspace): Use it instead of
3095 delete-key-deletes-forward.
3096
3097 * startup.el (command-line): Use normal-erase-is-backspace and
3098 normal-erase-is-backspace-mode.
3099
3100 * simple.el (normal-erase-is-backspace): Rename from
3101 delete-key-deletes-forward. Doc fix.
3102 (normal-erase-is-backspace-mode): Rename from
3103 delete-key-deletes-forward-mode. Doc fix.
3104 Run normal-erase-is-backspace-hook.
3105
3106 * dired.el (dired-move-to-filename-regexp): Support file sizes in
3107 ``human-readable'' format produced by GNU `ls'.
3108 (dired-move-to-filename-regexp): Recognize ISO format dates.
3109 From Paul Eggert <eggert@twinsun.com>.
3110
3111 2001-04-04 Gerd Moellmann <gerd@gnu.org>
3112
3113 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3114 New functions.
3115 (lm-verify): Check keywords.
3116 From Eric M. Ludlam <eric@siege-engine.com>.
3117
3118 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3119
3120 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3121 `xemacs' feature instead of for the function `set-extent-property'.
3122
3123 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3124
3125 * mail/mh-utils.el (mh-folder-hist): New var.
3126 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3127
3128 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3129
3130 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3131 region, position point on the first or last 16-byte group.
3132 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3133 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3134 hexl-beginning-of-line.
3135
3136 2001-04-03 Gerd Moellmann <gerd@gnu.org>
3137
3138 * icomplete.el (icomplete-mode): Treat an argument like other
3139 modes do.
3140
3141 * startup.el (fancy-splash-head): Use splash8.xpm for color
3142 depth 8.
3143
3144 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3145 Add an antry for ``converts''.
3146
3147 * language/slovak.el ("Slovak"): Add documentation string.
3148 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3149
3150 * language/czech.el ("Czech"): Add documentation string.
3151 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3152
3153 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3154 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3155
3156 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3157
3158 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3159 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3160 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3161 Use `defsubst' rather than a macro to ease debugging.
3162 (mail-extr-last): Remove (use `last' instead).
3163 (mail-extract-address-components): Properly reset the syntax-table
3164 after parsing an address. Use `last' rather than mail-extr-last.
3165 Make sure the end marker stays at the very end.
3166
3167 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3168
3169 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3170 last change.
3171
3172 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3173
3174 * ps-print.el: Line and paragraph spacing feature. Region to cut
3175 out when printing. Doc fix.
3176 (ps-print-version): New version number (6.5).
3177 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3178 New vars. Line and paragraph spacing feature.
3179 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3180 out when printing.
3181 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3182 (ps-get-font-size, ps-begin-job, ps-continue-line)
3183 (ps-plot-region): Code fix.
3184 (ps-print-prologue-2): Var eliminated.
3185 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3186 New internal vars.
3187 (ps-get-size): New fun.
3188 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3189 (ps-next-line): Replace defun by defsubst.
3190 (ps-mule-plot-string): Autoload doc fix.
3191
3192 * ps-bdf.el: XEmacs compatibility. Doc fix.
3193 (installation-directory, coding-system-for-read): Declare vars if
3194 it's not declared yet.
3195 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3196
3197 * ps-mule.el: XEmacs compatibility. Doc fix.
3198 (leading-code-private-22): Declare var if it's not declared yet.
3199 (charset-bytes, charset-dimension, charset-id, charset-width)
3200 (find-charset-region, split-char, char-width, chars-in-region)
3201 (forward-point, decompose-composite-char, encode-coding-string)
3202 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3203 Define funs if not defined yet.
3204 (encode-composition-rule, find-composition): Define funs if not
3205 loaded yet.
3206 (ps-mule-prologue): PostScript code fix.
3207
3208 2001-04-02 Kenichi Handa <handa@etl.go.jp>
3209
3210 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3211 non-nil, generate font for the header strings.
3212 (ps-mule-prepare-font): Likewise.
3213 (ps-mule-generate-glyphs): Likewise.
3214 (ps-mule-string-encoding): Likewise.
3215 (ps-mule-header-charsets): New variable.
3216 (ps-mule-encode-header-string): New function.
3217 (ps-mule-header-string-charsets): New function.
3218 (ps-mule-begin-job): Check charsets in the header strings. If there
3219 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3220
3221 * ps-print.el (ps-generate-header-line): Encode the header string by
3222 ps-mule-encode-header-string.
3223 (ps-mule-encode-header-string): Declare autoload.
3224
3225 2001-04-02 Gerd Moellmann <gerd@gnu.org>
3226
3227 * frame.el (cursor-in-non-selected-windows):
3228 Replaces show-cursor-in-non-selected-windows.
3229
3230 2001-03-31 Kenichi Handa <handa@etl.go.jp>
3231
3232 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3233 Delete entries for "chinese-py" and "chinese-ziranma".
3234 (quail-misc-package-ext-info): New variable.
3235 (tsang-quick-converter): New function.
3236 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3237 (quick-cns-converter, py-converter, ziranma-converter)
3238 (miscdic-convert, batch-miscdic-convert): New functions.
3239
3240 2001-03-30 Kenichi Handa <handa@etl.go.jp>
3241
3242 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3243 eight-bit-control chars.
3244
3245 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3246 Reduce making temporary vector (suggested by Dave Love).
3247
3248 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3249
3250 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3251 string as well.
3252
3253 2001-03-30 Andreas Schwab <schwab@suse.de>
3254
3255 * files.el (backup-directory-alist): Fix typo.
3256
3257 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3258
3259 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3260 <eggert@twinsun.com>.
3261
3262 2001-03-30 Dave Love <fx@gnu.org>
3263
3264 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3265
3266 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3267
3268 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3269
3270 2001-03-30 Miles Bader <miles@gnu.org>
3271
3272 * subr.el (interactive-form): Fix paren typo.
3273
3274 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3275
3276 * emacs-lisp/profile.el: Say that it's obsolete in the header
3277 line, so that finder.el puts that into its data-base.
3278 Suggested by Alex Schroeder <alex@gnu.org>.
3279
3280 2001-03-29 Paul Eggert <eggert@twinsun.com>
3281
3282 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3283 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3284
3285 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3286
3287 * generic.el (generic-mode-set-comments): Use "" rather than nil
3288 for comment-end.
3289
3290 2001-03-29 Gerd Moellmann <gerd@gnu.org>
3291
3292 * emacs-lisp/advice.el (ad-make-advised-definition):
3293 Call interactive-form to obtain the interactive spec of subrs.
3294
3295 * subr.el (interactive-form): New function.
3296
3297 2001-03-29 Andre Spiegel <spiegel@gnu.org>
3298
3299 * vc-sccs.el (vc-sccs-register): Use relative file names.
3300
3301 2001-03-28 Gerd Moellmann <gerd@gnu.org>
3302
3303 * bookmark.el (bookmark-get-bookmark): Handle case that
3304 BOOKMARK is not a string.
3305
3306 * image.el (image-type-regexps): Change type for PS files
3307 to `postscript'.
3308
3309 * subr.el (read-passwd): Clear command history after each
3310 character entered. From: Stephen Gildea
3311 <gildea@stop.mail-abuse.org>.
3312
3313 2001-03-27 Kenichi Handa <handa@etl.go.jp>
3314
3315 * international/kkc.el (kkc-save-init-file): Locally bind
3316 print-length to nil.
3317
3318 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3319
3320 * textmodes/flyspell.el: Some doc fixes.
3321 (flyspell-maybe-correct-transposition)
3322 (flyspell-maybe-correct-doubling): Use a temporary buffer
3323
3324 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3325
3326 * emacs-lisp/byte-opt.el (byte-optimize-while)
3327 (byte-optimize-form-code-walker): Diagnose too few arguments
3328 for `if' and `while'.
3329
3330 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3331
3332 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3333 Prepend `\' to "\<quail-translation-docstring>".
3334
3335 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3336
3337 * autorevert.el (global-auto-revert-non-file-buffers):
3338 Remove duplicate defcustom.
3339
3340 2001-03-26 Miles Bader <miles@gnu.org>
3341
3342 * international/latin1-disp.el (latin1-char-displayable-p):
3343 Add leading "-" for X font pattern.
3344
3345 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3346
3347 * international/mule-diag.el (describe-coding-system):
3348 For raw-text and emacs-mule, don't add anymore text about what
3349 charsets they can encode.
3350
3351 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3352
3353 * help.el (view-lossage): Mention open-dribble-file in the doc
3354 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3355
3356 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3357
3358 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3359 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3360
3361 2001-03-23 Kenichi Handa <handa@etl.go.jp>
3362
3363 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3364 Call ccl-execute-on-string directly so that CCL program handling
3365 multibyte sequence can work correctly.
3366 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3367 property of the coding system.
3368
3369 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3370
3371 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3372 Fix transcription typo.
3373
3374 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3375
3376 * whitespace.el: Add buffer local variables to toggle testing of
3377 whitespaces in buffers without affecting the default values.
3378 Bump version to 3.0 to account for a few other changes.
3379 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3380 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3381 (whitespace-toggle-spacetab-check): New functions.
3382
3383 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3384
3385 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3386
3387 2001-03-21 Gerd Moellmann <gerd@gnu.org>
3388
3389 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3390 bs-cycle-configuration-name. From Juanma Barranquero
3391 <lektu@uol.com.br>.
3392
3393 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3394 and cc-vars.el.
3395
3396 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3397 headers. Always invoke sendmail with option -t.
3398
3399 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3400
3401 * Release of cc-mode 5.28.
3402
3403 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3404
3405 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3406 Removed the hardcoded switch to "java" style in Java mode.
3407 It's instead taken care of by the default value for c-default-style.
3408
3409 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3410
3411 * cc-align.el (c-lineup-math): Fix bug where lineup was
3412 triggered by equal signs in string literals.
3413
3414 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3415
3416 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3417 limit detection when at the ends of the buffer.
3418
3419 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3420 "for" statement clause in case 7F; a better one is done
3421 earlier in case 7D anyway.
3422
3423 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3424
3425 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3426 somewhat more and did a small optimization.
3427
3428 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3429
3430 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3431 Use the limit argument only to limit the syntactic context
3432 search, not to limit the actual movement.
3433
3434 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3435 inside multiline strings, just like in comments. Also various
3436 fixes to the paragraph and comment prefix recognition, block
3437 comment ender handling etc.
3438
3439 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3440
3441 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3442 the relative position of the point.
3443
3444 * cc-cmds.el (c-electric-continued-statement): New function to
3445 use as abbrev hook to reindent for keywords such as "else"
3446 that continues an earlier statement.
3447
3448 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3449 like classes.
3450
3451 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3452 (pike-mode): Populate the default abbrev tables to reindent for
3453 keywords such as "else" that can continue earlier statements.
3454 Abbrev mode is therefore turned on by default now. (Note that
3455 this doesn't apply to idl-mode, since IDL afaik doesn't have
3456 statements at all.)
3457
3458 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3459
3460 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3461 bracelists where the declaration contains template arguments.
3462
3463 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3464
3465 * cc-cmds.el (c-comment-indent):
3466 Use `c-get-syntactic-indentation' to correctly calculate the
3467 syntactic indentation. Fixes bug with lineup functions that
3468 return vectors.
3469
3470 * cc-engine.el (c-get-syntactic-indentation): Split the
3471 indentation sum calculation from `c-indent-line' to a separate
3472 function.
3473
3474 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3475
3476 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3477 Fixed places where it was assumed that preprocessor directives
3478 have to start in column zero.
3479
3480 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3481 template arguments after a class identifier properly.
3482
3483 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3484 lists for `new Foo[]' constructs in Java as expressions and
3485 not top level definition brace lists on the top level, so that
3486 they'll get indented consistently with the same type of
3487 expression in a normal block.
3488
3489 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3490
3491 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3492 whether the adaptive filling package fails to keep the comment
3493 prefix is now kludged further to check for filladapt-mode
3494 which doesn't have that problem. This is really icky, but it's
3495 the only way that works with the current misfeatures/bugs in
3496 both adaptive-fill-mode and filladapt-mode.
3497
3498 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3499 around point is recognized more robust.
3500
3501 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3502
3503 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3504 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3505 (c-lit-type): Fixed all internal variables used dynamically so
3506 that they are always bound.
3507
3508 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3509 errors:
3510
3511 (c-indent-region): Fixed reporting of syntactic errors so that
3512 the region is fully reindented even when an error occurs.
3513 The last syntactic error is printed afterwards. Also cleanup up a
3514 whole lot of code that tried to optimize indentation of whole
3515 sexps but in reality accomplishes nothing.
3516
3517 (c-indent-sexp): Use c-indent-region.
3518
3519 (c-parsing-error): Changed this variable to hold the message
3520 for any syntactic error that is discovered.
3521
3522 (c-parse-state): Search backward from point instead of the bod
3523 position when the latter is invalid. This makes CC Mode
3524 recover faster when there are unbalanced close braces.
3525
3526 (c-backward-to-start-of-if): Use c-parsing-error to report
3527 dangling "else" clauses instead of throwing an error, and fall
3528 back to a reasonable position.
3529
3530 (c-indent-line): Added argument to avoid reporting syntactic errors.
3531
3532 (c-show-syntactic-information): Don't report any syntactic errors.
3533
3534 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3535
3536 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3537 paragraph recognition when moving by sentence in literals.
3538
3539 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3540 start regexp for javadoc to recognize javadoc markup in general instead
3541 of a specific set of keywords, to be more future-safe.
3542
3543 (c-Pike-pikedoc-paragraph-start)
3544 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3545 pikedoc markup.
3546
3547 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3548
3549 (pike-mode): Initialize paragraph settings pikedoc recognition.
3550
3551 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3552
3553 (c-comment-prefix-regexp): Made it possible to use an
3554 association list on this to specify mode specific regexps.
3555 The default value now use a special regexp in Pike mode to
3556 recognize pikedoc markup.
3557
3558 (c-current-comment-prefix): New variable containing the actual
3559 regexp from c-comment-prefix-regexp for the current buffer.
3560
3561 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3562
3563 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3564 lists: We can't look at the syntax, since a brace list can get
3565 recognized as a plain statement-cont.
3566
3567 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3568 special brace list opener broken over two lines got recognized
3569 as a statement on the second line. Case 9A changed.
3570
3571 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3572
3573 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3574 adjustment after line is reindented.
3575
3576 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3577
3578 * cc-defs.el (c-point): Added optional argument for position
3579 to use instead of the current point.
3580
3581 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3582 the in-expression block symbols when the construct starts at
3583 boi, to avoid the extra level of indentation in that case.
3584 Cases 4, 16A and 17E affected.
3585
3586 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3587
3588 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3589 calls to `c-indent-line', to adhere better to Emacs conventions.
3590
3591 * cc-engine.el (c-indent-line): Use the syntax already bound
3592 to `c-syntactic-context', if there is any.
3593
3594 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3595
3596 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3597 wasn't added up correctly when a lineup function returned nil.
3598
3599 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3600
3601 * cc-engine.el (c-collect-line-comments): Fixed bug where
3602 empty lines were ignored when collecting line comments backwards.
3603
3604 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3605
3606 * cc-align.el (c-lineup-dont-change): Return an absolute
3607 indentation column to work correctly in the case when several
3608 syntactic elements are processed for the same line.
3609
3610 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3611 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3612 (c-set-offset): Added absolute indentation column settings by
3613 using the vector type.
3614
3615 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3616
3617 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3618 Implemented two new cleanups `space-before-funcall' and
3619 `compact-empty-funcall'.
3620
3621 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3622
3623 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3624 helping building regexps.
3625
3626 * cc-engine.el (c-on-identifier): New function for detecting
3627 identifiers. It takes keywords into account.
3628
3629 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3630 lists. `c-keywords' is set to a regexp matching all keywords
3631 in the current language.
3632
3633 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3634
3635 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3636 list of characters to skip backwards over at the beginning of
3637 a statement, since it can precede string literals in Pike.
3638
3639 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3640
3641 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3642 recognition when standing on the last line in a C++ comment
3643 with nothing but whitespace after the prefix.
3644
3645 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3646 given no limit argument.
3647
3648 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3649
3650 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3651 recognition for the `[]= operator symbol in Pike.
3652
3653 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3654
3655 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3656 around a bug in `eval-when-compile' in the byte compiler.
3657
3658 * cc-engine.el (c-forward-token-1): Fixed bug with return
3659 value when count is zero and there's no token start within the limit.
3660
3661 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3662 "prefix comments", i.e. comments which are followed by code on
3663 the same line.
3664
3665 * cc-mode-19.el: Fixes so that checks that must be done at
3666 compile time also are done then.
3667
3668 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3669
3670 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3671 time and at runtime, and only when it's needed.
3672
3673 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3674
3675 Major cleanup for less error prone and more warning free
3676 compilation, including some fixes for bugs due to different
3677 compilation orders. Thanks to Martin Buchholz for providing
3678 the basis for all this.
3679
3680 * cc-bytecomp.el: New file that provides some byte compilation
3681 features: It ensures that files always are loaded from the
3682 current source directory during compilation, and it provides a
3683 set of macros to turn off specific compiler warnings for
3684 specific symbols. (It's not CC Mode specific in any way.)
3685
3686 Fixed a nearly acyclic dependency tree (both runtime and
3687 compile-time) between all files.
3688
3689 * cc-defs.el: Separated all macros before the inline functions,
3690 to ensure correct compilation.
3691
3692 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3693 cc-defs.el to cc-engine.el and made it a function instead.
3694
3695 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3696 about char-after.
3697
3698 * cc-vars.el: Cope even when there isn't a custom package
3699 containing defcustom available.
3700
3701 * cc-make.el: Removed since it's no longer necessary.
3702
3703 README: Updated installation instructions.
3704
3705 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3706
3707 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3708 improve the modularity: Moved all mode init stuff from
3709 cc-langs.el to cc-mode.el, including the keymap
3710 initialization; cc-langs now only contains the various
3711 variables for configuring the language syntax.
3712
3713 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3714 (c-get-offset): Moved from cc-styles to cc-engine since file
3715 dependency analysis suggests they belong there (which also
3716 makes more sense). Thanks to Martin Buchholz for doing the analysis.
3717
3718 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3719
3720 * cc-cmds.el (c-fn-region-is-active-p): New function that
3721 wraps the corresponding macro, for use in places that aren't
3722 compiled. Thanks to Martin Buchholz for pointing out this.
3723
3724 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3725
3726 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3727 add things to the bug report.
3728
3729 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3730
3731 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3732 returned prefix could contain a newline when the search for a
3733 good prefix line failed.
3734
3735 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3736
3737 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3738 (c-toggle-auto-hungry-state): Made the argument optional, as
3739 the documentation says it is.
3740
3741 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3742
3743 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3744 multiline string syntax, #"...", as a cpp macro.
3745
3746 2001-03-21 Paul Eggert <eggert@twinsun.com>
3747
3748 * international/mule-cmds.el (set-locale-environment):
3749 Set system-messages-locale and system-time-locale, but only if the
3750 caller specifies a non-nil locale name.
3751
3752 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3753
3754 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3755 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3756
3757 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3758
3759 * follow.el (follow-avoid-tail-recenter): Doc fix.
3760
3761 * custom.el (custom-set-variables): Avoid reversing the list
3762 of args needlessly.
3763
3764 * startup.el (fancy-splash-head): Don't change the colors of the
3765 XPM image on a dark background.
3766
3767 * comint.el (comint-exec-1): Set columns of the terminal to
3768 window-width instead of frame-width.
3769
3770 * info.el (Info-scroll-down): Add missing WINDOW arg for
3771 pos-visible-in-window-p.
3772
3773 * ehelp.el (electric-help-mode-hook): Add defcustom.
3774
3775 * mail/sendmail.el (mail-mode): Activate case-folding in
3776 font-lock-defaults.
3777
3778 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3779
3780 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3781 (completion-ignored-extensions): Remove duplicate ".class".
3782
3783 2001-03-19 Andreas Schwab <schwab@suse.de>
3784
3785 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3786 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3787
3788 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3789
3790 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3791 methods since there are not prefix input methods.
3792
3793 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3794
3795 * international/mule-cmds.el (read-input-method-name):
3796 Locally bind enable-recursive-minibuffers to t.
3797
3798 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3799
3800 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3801
3802 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3803
3804 * ediff-util.el: Copyright years.
3805 (ediff-choose-syntax-table): New function.
3806 (ediff-setup): Use ediff-choose-syntax-table.
3807
3808 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3809 with-syntax-table.
3810
3811 * ediff.el: Date of last update, copyright years.
3812
3813 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3814
3815 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3816 of Scott Bronson.
3817 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3818 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3819 Deleted functions.
3820 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3821 ex-token-list.
3822
3823 * viper-util.el: Spaces, indentation.
3824
3825 * viper.el: Changed version, modification time.
3826
3827 2001-03-16 John Wiegley <johnw@gnu.org>
3828
3829 * calendar/timeclock.el (timeclock-workday-remaining):
3830 Check whether `discrep' is non-null before using it.
3831
3832 2001-03-16 John Wiegley <johnw@gnu.org>
3833
3834 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3835 first-time checkins.
3836 (timeclock-log-data): Fixed problem with reading timelog log file.
3837 Resulting data in the "day list" was incorrect.
3838 (timeclock-find-discrep): Check if `timeclock-file' is readable
3839 before opening it.
3840 (timeclock-time-less-p): New function.
3841 (timeclock-day-base): New function.
3842 (timeclock-geometric-mean): New function.
3843 (timeclock-generate-report): Generate a summary report based on
3844 the contents of the log file. This uses `timeclock-log-data', and
3845 is an example of writing a timelog manipulation function.
3846 (timeclock-visit-timelog): A quick command for opening the timelog
3847 file.
3848 (timeclock-log-data): Bound the variable event.
3849
3850 2001-03-16 Kenichi Handa <handa@etl.go.jp>
3851
3852 * international/mule-cmds.el (select-safe-coding-system):
3853 Fix typo: symbol-name -> symbol-value.
3854
3855 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3856 before substitute-in-file-name to handle double slashes in FILE
3857 correctly.
3858
3859 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3860
3861 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3862 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3863
3864 2001-03-14 Gerd Moellmann <gerd@gnu.org>
3865
3866 * bindings.el (features): Add `md5' and `overlay' to the list.
3867
3868 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3869 bound before using it. It's not bound when configured without X,
3870 for instance.
3871
3872 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3873
3874 * progmodes/hideshow.el: Update copyright.
3875 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3876 (hs-minor-mode-hook): Include `:version' in defcustom form.
3877
3878 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3879
3880 * help.el (string-key-binding): Don't call event-start on
3881 a non-list.
3882
3883 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3884
3885 * startup.el (fancy-splash-tail, command-line-1): Fix the
3886 copyright year.
3887
3888 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3889
3890 * term.el: These changes are based on a patch sent from Yong Lu
3891 <lyongu@yahoo.com>.
3892 (term-set-escape-char): Bind M-x to execute-extended-command in
3893 term-raw-escape-map.
3894 (term-move-columns): Don't try to move to negagive column.
3895 (term-emulate-terminal): Insert a string before deleting a text to
3896 overwrite.
3897
3898 2001-03-12 Gerd Moellmann <gerd@gnu.org>
3899
3900 * play/life.el (life): Rearrange code so that all calls to
3901 life-display-generation are in a catch-form.
3902
3903 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3904 file that isn't interesting. In an interesting file, push the old
3905 value of point on the mark ring.
3906
3907 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3908 New function.
3909 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3910 Use it.
3911
3912 * emacs-lisp/autoload.el (generate-file-autoloads):
3913 Remove warning about line lengths.
3914
3915 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3916
3917 * progmodes/etags.el (tags-compression-info-list): New variable.
3918 (find-tag-in-order): Use it to deal with compressed source files.
3919 (tag-file-name-match-p): New function.
3920 (etags-recognize-tags-table): Use it for better match of file names.
3921
3922 2001-03-12 Kenichi Handa <handa@etl.go.jp>
3923
3924 * international/mule-cmds.el (register-input-method): Doc fix.
3925
3926 * international/quail.el (quail-translate-key): Fix condition to
3927 check if there's another breaking point in the current key.
3928
3929 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3930
3931 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3932 Babyl header to the newly-created output file, bind
3933 coding-system-for-write to either rmail-file-coding-system or
3934 emacs-mule-unix.
3935
3936 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3937
3938 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3939 Fix the name and regexp used for subsubsections.
3940
3941 2001-03-10 Dave Love <fx@gnu.org>
3942
3943 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3944 and save-buffer if buffer-file-name non-nil. From rms.
3945
3946 2001-03-10 Andre Spiegel <spiegel@gnu.org>
3947
3948 * vc.el (vc-do-command): If the destination buffer is already
3949 current, don't set it up and don't erase it. Updated doc string
3950 to reflect that.
3951 (vc-version-diff): When doing a single file diff, don't switch to the
3952 *vc-diff* buffer before the command. This is to preserve local
3953 variable bindings that might affect the diff command.
3954 (vc-print-log): Don't switch to the *vc* buffer before the
3955 command, so that local variable bindings are preserved.
3956
3957 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3958 not the current buffer.
3959 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3960
3961 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3962 make output go to buffer *vc*, not the current buffer.
3963
3964 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3965
3966 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3967 so ^, $, *, ? and + are interpreted correctly.
3968
3969 2001-03-09 Gerd Moellmann <gerd@gnu.org>
3970
3971 * help.el (string-key-binding): Renamed from
3972 mode-line-key-binding. Handle any event on a string.
3973 Check for `keymap' properties as well as `local-map' properties.
3974
3975 * comint.el (comint-insert-clicked-input): Use the last key
3976 from this-command-keys to lookup the global key definition.
3977
3978 2001-03-09 Kenichi Handa <handa@etl.go.jp>
3979
3980 * international/characters.el: Add category `j' for
3981 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3982
3983 * international/mule-conf.el (no-conversion): Fix docstring.
3984 (raw-text): Fix docstring.
3985
3986 2001-03-08 Gerd Moellmann <gerd@gnu.org>
3987
3988 * simple.el (choose-completion-string): When not leaving the
3989 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3990 is set.
3991
3992 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3993 parameter `(minibuffer . t)'.
3994
3995 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3996
3997 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3998 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3999 (sh-mode): Remove `make-local-variable' for unused var
4000 `font-lock-unfontify-region-function'.
4001
4002 2001-03-07 Richard M. Stallman <rms@gnu.org>
4003
4004 * info.el (Info-scroll-down): Fix previous change.
4005
4006 * mail/rmail.el (rmail-toggle-header): Use a window which
4007 is showing the Rmail buffer, rather than the selected window.
4008
4009 2001-03-07 Dave Love <fx@gnu.org>
4010
4011 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4012 now, to avoid problems with binding imenu directly to a mouse event.
4013
4014 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4015
4016 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4017 second arg t.
4018
4019 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4020
4021 * log-edit.el (log-edit-common-indent): New var.
4022 (log-edit-set-common-indentation): Renamed from
4023 log-edit-delete-common-indentation. Use the new var.
4024 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4025
4026 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4027 (cvs-mode-add-change-log-entry-other-window):
4028 Don't presume change-log-default-name is defined.
4029
4030 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4031
4032 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4033 the "tree" operation as well.
4034
4035 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4036
4037 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4038 to match paragraph-start.
4039
4040 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4041 comment-start-skip and set comment-end-skip as well.
4042 (sgml-comment-indent): Fix for new value of comment-start-skip.
4043 (html-autoview-mode): Don't bother using make-local-hook.
4044
4045 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4046
4047 * cus-edit.el (custom-save-delete): Move in front of local
4048 variables, otherwise long Custom entries would make them ineffective.
4049
4050 * uniquify.el: Set maintainer to FSF.
4051
4052 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4053
4054 * dired-aux.el (dired-do-shell-command): Doc fix.
4055
4056 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4057
4058 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4059
4060 * which-func.el (which-func-modes): Add cperl-mode.
4061 (which-func-mode-global): Use define-minor-mode.
4062
4063 * info-look.el: Docstring fixes and dead code eliminated.
4064 (cperl-mode): Add support.
4065 (emacs-lisp-mode): List all entries from elisp manual, whether
4066 or not they are currently (f)bound or not. Update regexp.
4067
4068 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4069
4070 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4071 so that C-h m shows the correct information.
4072 Use make-local-variable rather than make-variable-buffer-local.
4073 (cperl-info-buffer, cperl-setup-tmp-buf):
4074 Use make-local-variable rather than make-variable-buffer-local.
4075 (cperl-msb-fix, cperl-get-help-defer):
4076 Check major-mode for `cperl-mode' as well.
4077
4078 * progmodes/cperl-mode.el: Updated to author version 4.23.
4079 (cperl-electric-pod): SYNOPSIS was misspelled.
4080 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4081 (cperl-after-expr-p): Make true after __END__.
4082
4083 2001-03-06 Gerd Moellmann <gerd@gnu.org>
4084
4085 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
4086 bookmark-completion-ignore-case is t.
4087
4088 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4089 switch, like xterm, and concat resource strings, with a newline
4090 between them.
4091
4092 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4093
4094 * international/codepage.el (cp770-decode-table)
4095 (cp773-decode-table, cp774-decode-table): New variables.
4096
4097 * man.el (Man-hyphenated-reference-regexp): New variable.
4098 (Man-build-references-alist): Use it to search for referenced
4099 manpages. If hyphenated is non-nil, record a concatenated word in
4100 Man-refpages-alist only if it matches Man-reference-regexp.
4101 Update word's length when it is concatenated. Reverse the list,
4102 to get the first manpage at the head.
4103 (Man-possibly-hyphenated-word): New function.
4104 (Man-follow-manual-reference): Use it instead of current-word to
4105 find a manpage at point, in a way that accounts for hyphenated
4106 references.
4107
4108 2001-03-06 Alex Schroeder <alex@gnu.org>
4109
4110 * sql.el (sql-interbase): New function.
4111 (sql-interbase-program): New option.
4112 (sql-interbase-options): New option.
4113 And some typos fixed: "customise" to "customize".
4114
4115 2001-03-06 Dave Love <fx@gnu.org>
4116
4117 * textmodes/flyspell.el (flyspell-region):
4118 Set up flyspell-local-mouse-map.
4119
4120 2001-03-05 Richard M. Stallman <rms@gnu.org>
4121
4122 * mail/rmail.el (rmail-retry-failure):
4123 Don't call rmail-beginning-of-message.
4124 Don't discard From: field. Do discard Received: field.
4125 Use unwind-protect to re-prune.
4126 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
4127
4128 2001-03-06 Kenichi Handa <handa@etl.go.jp>
4129
4130 * international/quail.el (quail-title): Add autoload cookie.
4131
4132 2001-03-05 Dave Love <fx@gnu.org>
4133
4134 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4135 new defs.
4136
4137 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4138
4139 * language/ethio-util.el (ethio-toggle-space):
4140 Update current-input-method-title if necessary.
4141 (ethio-toggle-punctuation): Likewise.
4142
4143 * international/quail.el (quail-title): Fix for the case that a
4144 title of an input method is specified by a list of the same form
4145 as used in mode-line-format.
4146
4147 * international/mule-cmds.el (activate-input-method):
4148 If current-input-method-title is set by activating INPUT-METHOD,
4149 respect that value.
4150
4151 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4152
4153 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4154
4155 2001-03-05 Alex Schroeder <alex@gnu.org>
4156
4157 * sql.el (sql-sybase): Fix typo (was: query user about server two
4158 times instead of server and database).
4159
4160 * sql.el (sql-sybase): Doc change.
4161 (sql-mysql): Doc change.
4162 (sql-postgres): Doc change.
4163
4164 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4165
4166 * international/mule-conf.el (emacs-mule, raw-text):
4167 Docstring modified.
4168
4169 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4170
4171 * term/internal.el: Update copyright notice.
4172
4173 * term/pc-win.el: Update copyright notice.
4174
4175 2001-03-02 Dave Love <fx@gnu.org>
4176
4177 * files.el (insert-file-contents-literally):
4178 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4179 not jka-compr-compression-info-list.
4180
4181 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4182
4183 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4184 spaces in default comment-start-skip settings rather than \s-.
4185
4186 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4187
4188 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4189 default-frame-alist as well.
4190
4191 2001-03-01 Dave Love <fx@gnu.org>
4192
4193 * textmodes/reftex.el (defvar): Wrap some defvars in
4194 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4195
4196 * subr.el (event-basic-type): Doc fix.
4197
4198 * international/quail.el: Doc fixes.
4199
4200 * international/utf-8.el: Doc fixes.
4201
4202 * international/mule-cmds.el: Doc fixes.
4203 (leim-list-header): Fix header text.
4204
4205 * international/mule.el (coding-system-category): Doc fix.
4206
4207 * international/ccl.el (ccl-compile): Doc fix.
4208
4209 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4210
4211 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4212 rather than (before|after)-change-functions.
4213
4214 2001-03-01 Gerd Moellmann <gerd@gnu.org>
4215
4216 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4217 scroll-left and scroll-right being called interactively so that
4218 they set the window's min_hscroll.
4219
4220 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4221
4222 * info.el (info-insert-file-contents-1): Accept an additional
4223 argument `lfn': if it is non-nil, concatenate `filename' and
4224 `suffix'; otherwise use the complicated MS-DOS code.
4225 All callers changed.
4226 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4227 can access long file names, try the long file-name version of
4228 `info-insert-file-contents-1', then the short file-name version.
4229
4230 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
4231
4232 * language/ethio-util.el (setup-ethiopic-environment-internal):
4233 Change bindings of functions keys to conform to "Emacs Lisp Coding
4234 Convention".
4235
4236 * language/ethiopic.el ("Ethiopic"): Add documentation.
4237
4238 2001-02-28 Kenichi Handa <handa@etl.go.jp>
4239
4240 * international/utf-8.el (mule-utf-8): Set coding-category
4241 property to coding-category-utf-8.
4242
4243 2001-02-27 Richard M. Stallman <rms@gnu.org>
4244
4245 * lpr.el (lpr-page-header-switches, print-region-1):
4246 Undo 2000-07-06 change.
4247 (lpr-add-switches): Default to t on gnu/linux.
4248
4249 2001-02-27 Gerd Moellmann <gerd@gnu.org>
4250
4251 * bs.el (bs-attributes-list): Doc fix.
4252
4253 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4254
4255 * help.el (describe-project): Display the file THE-GNU-PROJECT.
4256
4257 * help.el (view-order-manuals): Use goto-address.
4258
4259 * startup.el (command-line-1): Add info about ordering manuals
4260 to the not so fancy splash screens.
4261
4262 2001-02-26 Andre Spiegel <spiegel@gnu.org>
4263
4264 * vc.el (vc-default-workfile-unchanged-p)
4265 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
4266
4267 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4268
4269 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
4270 fontify in the right buffer.
4271
4272 * allout.el (outline-flag-region): Move macro in front of first
4273 use to avoid a run-time error.
4274
4275 2001-02-24 Andrew Innes <andrewi@gnu.org>
4276
4277 * makefile.w32-in: Fix copyright notice.
4278
4279 2001-02-24 Kenichi Handa <handa@etl.go.jp>
4280
4281 * international/utf-8.el (mule-utf-8): Set correct value for
4282 valid-codes property.
4283
4284 * international/fontset.el (x-complement-fontset-spec): In the
4285 case that we use ASCII font for the other charsets, use only
4286 family and registry part of it.
4287
4288 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4289
4290 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4291 (shrink-window-if-larger-than-buffer): Doc fix.
4292
4293 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4294
4295 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4296 predicate passed to completing-read.
4297
4298 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4299
4300 * startup.el (command-line): Fix last change.
4301
4302 2001-02-23 Jason Rumney <jasonr@gnu.org>
4303
4304 * startup.el (tool-bar-originally-present): New variable.
4305 (command-line): Set it if the tool-bar is switched on at startup.
4306
4307 * frame.el (frame-notice-user-settings): Only adjust frame height
4308 for no tool-bar case if tool-bar was originally switched on.
4309 From E. Jay Berkenbilt.
4310
4311 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4312
4313 * server.el (server-switch-buffer): Only switch window if the
4314 current one is dedicated.
4315
4316 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4317 rather than using (match-beginning 0) when searching for break point.
4318
4319 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4320
4321 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4322 @ follows an accent command such as @'. Support optional braces
4323 in commands that insert accents, like makeinfo does.
4324
4325 2001-02-22 Gerd Moellmann <gerd@gnu.org>
4326
4327 * startup.el (fancy-splash-text): Add a line for ordering
4328 manuals. Reverse order of splash screens shown.
4329 (use-fancy-splash-screens-p): Adapt to the text line added.
4330
4331 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4332 manuals from the FSF.
4333
4334 * help.el (view-order-manuals): New function.
4335 (toplevel): Bind C-h C-m to this function.
4336
4337 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4338
4339 * newcomment.el (comment-forward): Skip the comment-start before
4340 searching for the comment-end.
4341
4342 2001-02-21 Dave Love <fx@gnu.org>
4343
4344 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4345
4346 * international/mule-cmds.el, international/mule.el: Doc fixes.
4347
4348 2001-02-21 Gerd Moellmann <gerd@gnu.org>
4349
4350 * startup.el (fancy-splash-screens): Use display-hourglass
4351 instead of display-busy-cursor.
4352
4353 * frame.el (display-hourglass): Renamed from busy-cursor.
4354 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4355 (show-cursor-in-non-selected-windows): Doc fix.
4356
4357 2001-02-20 Dave Love <fx@gnu.org>
4358
4359 * international/utf-8.el: Doc and commentary fixes.
4360
4361 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4362
4363 * ehelp.el (with-electric-help): Doc fix.
4364
4365 2001-02-20 Gerd Moellmann <gerd@gnu.org>
4366
4367 * msb.el (msb-mode): Call the update-buffers function explicitly
4368 with a FORCE argument.
4369
4370 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4371 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4372 returns nil.
4373
4374 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4375
4376 * ps-print.el: Timestamp package replacement. Some enhancements.
4377 Some XEmacs compatibility. Doc fix.
4378 (ps-print-version): New version number (6.4).
4379 (ps-printer-name): Initialization fix.
4380 (ps-zebra-stripe-follow): Funcionality enhancement.
4381 (ps-prologue-file): Code enhancement.
4382 (ps-right-header): Timestamp package replacement.
4383 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4384 (ps-get-page-dimensions)
4385 (ps-generate-header, ps-begin-file, ps-begin-job)
4386 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4387 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4388 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4389 (coding-system-for-write): Var declaration (XEmacs compatibility).
4390
4391 2001-02-20 Miles Bader <miles@gnu.org>
4392
4393 * image-file.el (image-file-name-extensions): Add "tif".
4394
4395 2001-02-19 Gerd Moellmann <gerd@gnu.org>
4396
4397 * wid-edit.el (widget-button-click): Save the selected window
4398 around the code handling clicks on buttons.
4399
4400 2001-02-18 Dave Love <fx@gnu.org>
4401
4402 * imenu.el (imenu--generic-function): Use mapc to iterate over
4403 syntax characters.
4404
4405 2001-02-17 Richard M. Stallman <rms@gnu.org>
4406
4407 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4408
4409 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4410
4411 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4412
4413 * mouse.el (mouse-save-then-kill): If the distance from the new
4414 point to the mark is equal to the distance of point from the new
4415 point, move point instead of the mark.
4416
4417 2001-02-16 Dave Love <fx@gnu.org>
4418
4419 * textmodes/flyspell.el (flyspell-get-word): Return string without
4420 properties.
4421
4422 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4423
4424 * generic.el (generic-find-file-regexp): Doc fix.
4425 (generic-ignore-files-regexp): New defcustom.
4426 (generic-mode-find-file-hook): If the file's name matches the
4427 regexp in `generic-ignore-files-regexp', don't enter
4428 default-generic-mode. Doc fix.
4429
4430 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4431
4432 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4433 Add autoload cookies.
4434
4435 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4436 of cal-tex-24.
4437
4438 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4439
4440 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4441
4442 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4443 the character class after the (optional) drive, to support file
4444 names with embedded blanks.
4445
4446 2001-02-15 Sam Steingold <sds@gnu.org>
4447
4448 * textmodes/tex-mode.el (tex-shell-running):
4449 Check the process buffer too.
4450
4451 2001-02-15 Dave Love <fx@gnu.org>
4452
4453 * battery.el (battery-status-function): Fix doc, :type.
4454
4455 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4456
4457 2001-02-15 Gerd Moellmann <gerd@gnu.org>
4458
4459 * subr.el (read-passwd): Clear Lisp memory holding password.
4460
4461 2001-02-15 Miles Bader <miles@gnu.org>
4462
4463 * info.el (Info-copy-current-node-name): New function.
4464 (Info-mode-menu): Add it to the menu.
4465
4466 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4467
4468 * international/mule-cmds.el (toggle-input-method): Doc fix.
4469
4470 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4471
4472 * replace.el (occur): Stop at end of buffer.
4473
4474 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4475
4476 * international/mule-cmds.el (set-input-method): Another doc fix.
4477
4478 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4479
4480 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4481
4482 2001-02-13 Miles Bader <miles@gnu.org>
4483
4484 * faces.el (set-face-background, set-face-foreground)
4485 (set-face-stipple): Treat a value of nil as being `unspecified'.
4486
4487 2001-02-12 Dave Love <d.love@dl.ac.uk>
4488
4489 * international/latin1-disp.el: Doc fixes.
4490 (latin1-display) <defgroup>: Add :link.
4491 (latin1-display) <function>: Set variable latin1-display.
4492
4493 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4494
4495 * international/mule-cmds.el (set-input-method): Doc fix.
4496
4497 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4498
4499 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4500 (speedbar-line-file): Return nil if not a file.
4501 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4502
4503 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
4504
4505 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4506 for remote files.
4507 (ediff-coding-system-for-read): Replaced the no-conversion default
4508 with raw-text.
4509
4510 * ediff-init.el: Removed :version from defcustom vars.
4511
4512 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4513 Better handling of the diff mode.
4514
4515 * ediff.texi: Added ediff-coding-system-for-read.
4516
4517 * viper.texi: Fix typos.
4518
4519 2001-02-11 Dave Love <fx@gnu.org>
4520
4521 * shadowfile.el: Doc fixes.
4522 (shadow) <defgroup>: Add :link.
4523 (shadowfile-unload-hook): New function.
4524 (shadow-initialize): Use defalias, not fset.
4525 (shadow-define-cluster, shadow-define-literal-group)
4526 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4527
4528 * international/mule.el: Doc and message fixes.
4529
4530 * international/ccl.el (define-ccl-program): Doc fix.
4531
4532 2001-02-11 Kenichi Handa <handa@etl.go.jp>
4533
4534 * faces.el (mode-line): Set :line-width property to -1.
4535
4536 2001-02-10 Richard M. Stallman <rms@gnu.org>
4537
4538 * complete.el (partial-completion-mode): Doc fix.
4539
4540 * simple.el (delete-key-deletes-forward-mode):
4541 Change `let' to `let*' to fix gross bug in last change.
4542
4543 * repeat.el (repeat): Don't let execute-kbd-macro alter
4544 real-last-command.
4545
4546 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4547
4548 * simple.el (eval-expression): Doc fix.
4549
4550 2001-02-09 Dave Love <fx@gnu.org>
4551
4552 * imenu.el (imenu-generic-expression): Doc fix.
4553
4554 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4555 From Juanma Barranquero.
4556
4557 * emacs-lisp/authors.el (authors): Expand `root' before running find.
4558
4559 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4560
4561 * faces.el (set-face-attribute): Describe the case of a negative
4562 value specified for :line-width.
4563
4564 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4565
4566 * which-func.el (which-func-mode): Invert which-func-mode-global.
4567 From Juanma Barranquero <lektu@uol.com.br>.
4568
4569 2001-02-08 Dave Love <fx@gnu.org>
4570
4571 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4572 widget-plist-value-type.
4573 (widget-alist-convert-widget): Replace binding of
4574 widget-alist-value-type.
4575
4576 * textmodes/paragraphs.el (sentence-end): Doc fix.
4577
4578 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4579 Remove `backward-line'.
4580
4581 * play/pong.el (pong-blank-color, pong-bat-color)
4582 (pong-ball-color, pong-border-color, pong-left-key)
4583 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4584 (pong-pause-key, pong-resume-key, pong-timer-delay):
4585 * mail/mh-comp.el (mh-compose-letter-function):
4586 * eshell/esh-mode.el (eshell-skip-prompt-function):
4587 * emulation/viper-ex.el (ex-unix-type-shell-options):
4588 * recentf.el (recentf-menu-filter):
4589 * ps-print.el (ps-print-region-function):
4590 * lpr.el (print-region-function):
4591 * forms.el (forms-mode-hooks):
4592 * dirtrack.el (dirtrack-directory-change-hook):
4593 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4594 * textmodes/spell.el (spell-filter):
4595 * textmodes/fill.el (adaptive-fill-function):
4596 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4597 * progmodes/etags.el (find-tag-default-function):
4598 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4599 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4600
4601 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4602
4603 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4604 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4605 Meyering <jim@meyering.net>.
4606
4607 * loadup.el: Revert last change.
4608
4609 2001-02-07 Kenichi Handa <handa@etl.go.jp>
4610
4611 * international/mule.el (transform-make-coding-system-args):
4612 Make it work also for coding systems not using CCL.
4613
4614 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4615
4616 * simple.el (previous-matching-history-element)
4617 (next-matching-history-element): Doc fix.
4618
4619 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4620 specific part.
4621
4622 2001-02-06 Dave Love <fx@gnu.org>
4623
4624 * add-log.el (add-log-current-defun-function)
4625 (add-log-buffer-file-name-function, add-log-file-name-function):
4626 Fix :type.
4627 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4628
4629 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4630
4631 * info.el (info-initialize): Remove the test for system-type when
4632 invocation-directory is non-nil.
4633
4634 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4635 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4636
4637 2001-02-06 Andrew Innes <andrewi@gnu.org>
4638
4639 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4640 absolute.
4641
4642 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4643
4644 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4645 buffers. When hi-lock turned on rather than only checking current
4646 buffer for regexps, all buffers are checked. Moved activation of
4647 font-lock to hi-lock-refontify. When font-lock turned off rather
4648 than removing added highlighting just in current buffer, remove it
4649 in all buffers. Changed edit menu text from "Automatic
4650 Highlighting" to "Regexp Highlighting" Documentation for
4651 highlighting phrases, minor documentation changes.
4652 (hi-lock-set-file-patterns): Execute only if there are new or
4653 existing file patterns.
4654 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4655 unfontify and, if a support mode is active, will not refontify the
4656 whole buffer. If necessary, turn on font lock. (Removed
4657 font-lock-unfontify and font-lock support-mode-specific calls,
4658 such as lazy-lock-fontify-window.)
4659 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4660 patterns are found. Not useful now since find-file-hook is removed
4661 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4662 (hi-lock-face-phrase-buffer): New function. Also added related
4663 menu item and keybinding.
4664 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4665 (hi-lock-process-phrase): New function.
4666 (hi-lock-line-face-buffer): Doc fixes.
4667 (hi-lock-face-buffer): Doc fixes.
4668 (hi-lock-unface-buffer): Doc fixes.
4669
4670 2001-02-06 Gerd Moellmann <gerd@gnu.org>
4671
4672 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4673 dabbrev-ignored-regexps.
4674
4675 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4676
4677 * simple.el (kill-line): Doc fix.
4678
4679 2001-02-05 Dave Love <fx@gnu.org>
4680
4681 * loadup.el: Revert last two changes -- bootstrapping works with
4682 regenerated loaddefs.
4683
4684 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4685
4686 * isearch.el (isearch-forward): Doc fix.
4687
4688 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4689 of font-lock-defaults to backward-paragraph.
4690
4691 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4692
4693 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4694 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4695
4696 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4697
4698 * ebnf2ps.el: Eliminate time-stamp functions.
4699 (ebnf-version): New version (3.5).
4700 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4701 format-time-string.
4702
4703 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4704
4705 * simple.el (next-line): Goto end-of-line before inserting a newline.
4706
4707 2001-02-05 Miles Bader <miles@gnu.org>
4708
4709 * image-file.el (insert-image-file): When visiting an image, also
4710 set `truncate-lines' to t so that any fringe arrow looks correct.
4711
4712 2001-02-05 Kenichi Handa <handa@etl.go.jp>
4713
4714 * isearch.el (isearch-forward): Add description about input method
4715 in the docsting.
4716
4717 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4718
4719 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4720
4721 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4722
4723 * info.el (info-initialize): If installation-directory is nil, for
4724 DOS/Windows systems try looking in a sibling of invocation-directory.
4725
4726 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4727
4728 * wid-edit.el (widget-button-click): Fix last change.
4729
4730 * frame.el (frame-notice-user-settings): When resizing the initial
4731 frame because the tool bar is off, also change the frame's top
4732 position if a negative top position was specified.
4733
4734 2001-02-02 Miles Bader <miles@gnu.org>
4735
4736 * image-file.el (insert-image-file): When visiting an image,
4737 suppress the cursor in the image buffer.
4738
4739 2001-02-01 Dave Love <fx@gnu.org>
4740
4741 * progmodes/f90.el (f90-mode): Remove startup message.
4742
4743 * vc-cvs.el: Remove autoloads. Require vc when compiling.
4744
4745 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4746
4747 * startup.el (command-line): Fix code determining whether or not
4748 to use delete-key-deletes-forward-mode.
4749
4750 2001-02-01 Andre Spiegel <spiegel@gnu.org>
4751
4752 * vc.el (vc-diff-switches): New user option.
4753 (vc-version-diff): Use it.
4754 (vc-diff-switches-list): New macro.
4755
4756 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4757 New customization options.
4758 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4759
4760 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4761
4762 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4763
4764 * msb.el (toplevel): Quote hook symbols.
4765
4766 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4767
4768 * international/mule.el (make-coding-system): Add description
4769 about recognized properties in the docstring.
4770
4771 * international/mule-conf.el: Remove unused charsets
4772 mac-roman-lower and mac-roman-upper.
4773
4774 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4775
4776 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4777 is in front of the left-margin, if any.
4778
4779 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4780 like `delete'.
4781
4782 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4783
4784 * term/w32-win.el (mouse-set-font): Doc fix.
4785
4786 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4787
4788 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4789 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4790 on already.
4791
4792 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4793
4794 * files.el (save-buffer): Don't give message if (buffer-file-name)
4795 returns nil.
4796
4797 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4798
4799 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4800
4801 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4802 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4803
4804 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4805 display problems.
4806
4807 2001-01-31 Kenichi Handa <handa@etl.go.jp>
4808
4809 * international/mule.el (charset-info): Fix docstring.
4810
4811 * international/mule-diag.el (describe-character-set): Check final
4812 char valid before printing it.
4813
4814 2001-01-30 Gerd Moellmann <gerd@gnu.org>
4815
4816 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4817
4818 * frame.el (frame-notice-user-settings): Do the tool-bar
4819 stuff only for graphical displays. Fix a braino.
4820
4821 * frame.el (frame-initialize): Create initial frame visible.
4822 (frame-notice-user-settings): When tool-bar has been switched off,
4823 correct the frame size and sync tool-bar-mode.
4824
4825 * startup.el (command-line): Remove manipulation of frame
4826 height for tool bars.
4827
4828 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4829
4830 * lpr.el: Compatibility with XEmacs and doc fixes.
4831 (lpr-windows-system, lpr-lp-system): New vars.
4832 (lpr-printer-switch): New defcustom.
4833 (printer-name, lpr-command): Customization fix.
4834 (print-region-1): Code fix.
4835 (print-region-new-buffer, printify-region): Indentation fix.
4836 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4837 New functions.
4838
4839 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4840
4841 * msb.el (toplevel): Fix the eval-after-load.
4842
4843 2001-01-29 Dave Love <fx@gnu.org>
4844
4845 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4846
4847 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4848
4849 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4850 (tcl-using-emacs-19-23): Consider Emacs 21+.
4851 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4852 (tcl-add-emacs-menu): Supply menu name.
4853 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4854
4855 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4856
4857 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4858
4859 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4860
4861 * pcvs.el (cvs-mark-fis-dead): New function.
4862 (cvs-mode-add): Use it.
4863 (cvs-mode-add-change-log-entry-other-window):
4864 Rebind change-log-default-name to itself rather than to nil.
4865
4866 2001-01-29 Sam Steingold <sds@gnu.org>
4867
4868 * vc-cvs.el: Replaced (require 'vc) with a bunch of
4869 `autoload' statements.
4870
4871 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4872
4873 * files.el (confirm-kill-emacs): Doc fix.
4874
4875 * frame.el (frame-initialize): Doc fix.
4876
4877 * time-stamp.el (time-stamp-string): Doc fix.
4878
4879 * woman.el (WoMan-log-1): Make the log buffer writable.
4880 From Markus Rost <rost@math.ohio-state.edu>.
4881
4882 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4883
4884 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4885 the `make-variable-buffer-local'.
4886
4887 2001-01-29 Dave Love <fx@gnu.org>
4888
4889 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4890 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4891 Add autoload cookie.
4892 (ansi-color-apply-sequence): Fix typo.
4893
4894 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4895
4896 * menu-bar.el (menu-bar-files-menu): Add menu items for
4897 Postscript printing in black and white.
4898
4899 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4900 X-Mailman-Version, Precedence, List-Help, List-Post,
4901 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4902 Content-Type, Content-Length.
4903
4904 2001-01-29 Dave Love <fx@gnu.org>
4905
4906 * elide-head.el (elide-head): Make overlay evaporate.
4907
4908 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4909
4910 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4911
4912 * isearch.el (isearch-highlight): Don't punt if the display
4913 doesn't support colors, since isearch faces are defined for
4914 monochrome displays as well.
4915
4916 2001-01-27 Sam Steingold <sds@gnu.org>
4917
4918 * shell.el (shell-write-history-on-exit): Make sure that we are in
4919 the shell buffer (M-x tex-file RET inserted the error message into
4920 the TeX buffer).
4921
4922 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4923
4924 * simple.el (transient-mark-mode): Doc fix.
4925
4926 2001-01-27 Gerd Moellmann <gerd@gnu.org>
4927
4928 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4929
4930 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4931
4932 * shell.el (shell-unquote-argument): If the shell is one of the
4933 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4934 quote character.
4935 (shell-dumb-shell-regexp): Document that the shells which match
4936 this regexp are supposed to not treat a backslash as a quote character.
4937
4938 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4939 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
4940
4941 2001-01-27 Richard M. Stallman <rms@gnu.org>
4942
4943 * dabbrev.el (dabbrev--substitute-expansion):
4944 Treat a one-capital-letter abbrev as "not all upper case",
4945 so as to force preservation of the expansion's pattern
4946 if the expansion starts with a capital letter.
4947
4948 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4949
4950 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4951 Doc fix.
4952
4953 * simple.el (transient-mark-mode): Document the fact that many
4954 commands act on the region when mark is active.
4955
4956 2001-01-27 Kenichi Handa <handa@etl.go.jp>
4957
4958 * international/quail.el (quail-setup-completion-buf): Make the
4959 multibyteness of current buffer inherited to Quail completion buffer.
4960 (quail-show-guidance-buf): Make the multibyteness of current
4961 buffer inherited to Quail guidance buffer.
4962 (quail-help): Make the multibyteness of current buffer inherited
4963 to Quail help buffer.
4964
4965 2001-01-26 Dave Love <fx@gnu.org>
4966
4967 * time-stamp.el: Doc fixes.
4968
4969 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4970 (delphi-keyword-face, delphi-other-face): Fix :type.
4971
4972 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4973
4974 * mail/feedmail.el (feedmail): Add :link.
4975 (feedmail-send-it): Doc fix.
4976
4977 * mail/sendmail.el: Doc fixes.
4978 (sendmail-send-it): Fix the non-ASCII regexp and use
4979 rfc2047-encode-string.
4980
4981 * dired.el, dired-aux.el: Revert last change.
4982
4983 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4984
4985 * makefile.w32-in (DONTCOMPILE): Add various term files.
4986
4987 2001-01-26 Dave Love <fx@gnu.org>
4988
4989 * Makefile.in (DONTCOMPILE): Add various term files.
4990
4991 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4992
4993 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4994
4995 * startup.el (display-startup-echo-area-message): Make sure
4996 the echo area is resized to fit the size of the startup message.
4997
4998 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4999 part of which is a constant.
5000
5001 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5002
5003 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
5004
5005 2001-01-26 Richard M. Stallman <rms@gnu.org>
5006
5007 * simple.el (next-line): Don't let `newline' expand abbrevs.
5008 Simplify slightly.
5009 (open-line): Don't let `newline' expand abbrevs.
5010
5011 2001-01-25 John Wiegley <johnw@gnu.org>
5012
5013 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5014 to `repeat' in the :type field.
5015
5016 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5017 allow a choice of regexp or nil.
5018 (pcomplete-dir-ignore): Same.
5019
5020 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5021 a command) to always fail.
5022
5023 2001-01-25 Gerd Moellmann <gerd@gnu.org>
5024
5025 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5026 discard the result.
5027 (iswitchb-to-end): Likewise.
5028
5029 2001-01-25 Sam Steingold <sds@gnu.org>
5030
5031 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
5032 Require vc.
5033
5034 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5035
5036 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5037
5038 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5039
5040 2001-01-25 Dave Love <fx@gnu.org>
5041
5042 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5043 (describe-coding-system): Tweak the English text.
5044
5045 * loadup.el: Preload international/ccl for utf-8.
5046
5047 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5048
5049 * mail/rmail.el (rmail-redecode-body): Doc fix.
5050
5051 2001-01-25 Kenichi Handa <handa@etl.go.jp>
5052
5053 * international/mule-cmds.el (reset-language-environment):
5054 Reset coding-category-utf-8 to mule-utf-8.
5055
5056 * international/mule-conf.el (coding-category-utf-8):
5057 Initialize to mule-utf-8.
5058
5059 * loadup.el: Preload international/utf-8.
5060
5061 * international/utf-8.el: New file.
5062
5063 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5064
5065 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5066
5067 2001-01-24 Sam Steingold <sds@gnu.org>
5068
5069 * dired.el (dired-replace-in-string): Removed.
5070 (dired-sort-toggle): Use `replace-regexps-in-string'
5071 instead of `dired-replace-in-string'.
5072
5073 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5074 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
5075
5076 * gs.el (gs-replace-in-string): Removed.
5077 (gs-options): Use `replace-regexps-in-string'
5078 instead of `gs-replace-in-string'.
5079
5080 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5081
5082 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5083 bug report is mailed to an email list and posted to a news group.
5084
5085 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5086
5087 * comint.el (comint-replace-by-expanded-history-before-point):
5088 Fix change of 2000-08-03 to move point to the start of the line again.
5089
5090 * startup.el (tool-bar-images-pixel-height): New variable.
5091 (command-line): After loading the user's init file, when
5092 tool-bar-mode is on, increase the frame's size by some lines for
5093 the tool-bar.
5094
5095 * frame.el (frame-initialize): Create the initial frame invisible.
5096
5097 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5098
5099 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5100 (chinese-big5): MIME:Big5.
5101
5102 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5103
5104 * international/mule-cmds.el (universal-coding-system-argument):
5105 Handle commands with prefix args.
5106
5107 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5108
5109 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5110 being a list of numbers.
5111 (diary-mail-entries): Rewritten.
5112
5113 2001-01-23 Dave Love <fx@gnu.org>
5114
5115 * international/mule.el (make-coding-system): Fix typo.
5116
5117 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5118 Add backward-paragraph as font-lock-beginning-of-syntax-function.
5119
5120 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5121
5122 * font-lock.el (font-lock-mode): Doc fix.
5123
5124 2001-01-23 Kenichi Handa <handa@etl.go.jp>
5125
5126 * international/mule.el (make-translation-table): Fix docstring.
5127
5128 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5129
5130 * mail/rmail.el (rmail-redecode-body): New function.
5131
5132 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5133
5134 2001-01-22 Gerd Moellmann <gerd@gnu.org>
5135
5136 * isearch.el (isearch-lazy-highlight-case-fold-search)
5137 (isearch-lazy-highlight-regexp): New variables.
5138 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5139 case-fold search or regexp search has been toggled.
5140
5141 * wid-edit.el (widget-button-click): Avoid a save-excursion
5142 around running a global binding.
5143
5144 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5145 to 0.25.
5146
5147 2001-01-20 Miles Bader <miles@gnu.org>
5148
5149 * cus-edit.el (custom-face-save): Do post-processing on the face's
5150 new value like `custom-face-set' does.
5151
5152 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5153
5154 * mail/emacsbug.el (report-emacs-bug): Report the value of
5155 LC_CTYPE, not LC_TYPE.
5156
5157 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5158 isearch-toggle-regexp and isearch-edit-string to doc string.
5159
5160 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5161
5162 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5163 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5164
5165 * jit-lock.el (jit-lock-fontify-now): Don't bind
5166 font-lock-beginning-of-syntax-function to nil.
5167
5168 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5169
5170 * mail/emacsbug.el (report-emacs-bug): Report values of
5171 locale-coding-system, default-enable-multibyte-characters, and the
5172 environment variables LC_ALL, LC_TYPE, and LANG.
5173
5174 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5175
5176 * font-lock.el (font-lock-default-fontify-region): Fix last change.
5177
5178 * font-lock.el (font-lock-multiline): Default to nil.
5179 (font-lock-default-fontify-region): If font-lock-multiline is
5180 nil, don't check the property `font-lock-multiline'.
5181
5182 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5183 is nil, don't check the `font-lock-multiline' text property.
5184
5185 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5186
5187 * viper.el: Call initial-major-mode on startup.
5188
5189 * ediff.el (ediff-patch-file): Use better defaults.
5190
5191 * ediff-vers.el: Fix for 8+3 DOS file systems.
5192
5193 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
5194
5195 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
5196 diff mode, if available.
5197
5198 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5199
5200 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
5201
5202 * ediff-init.el (subst-char-in-string): Define and use it, unless
5203 it's already defined.
5204
5205 2001-01-18 Gerd Moellmann <gerd@gnu.org>
5206
5207 * tooltip.el (tooltip-hide-delay): New user-option.
5208 (tooltip-show): Use tooltip-hide-delay instead of the default.
5209
5210 2001-01-18 Kenichi Handa <handa@etl.go.jp>
5211
5212 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5213 kill-local-variable doesn't work for enable-multibyte-characters.
5214
5215 2001-01-17 Dave Love <fx@gnu.org>
5216
5217 * ediff-init.el (ediff-before-setup-hook)
5218 (ediff-merge-filename-prefix): Add :version.
5219
5220 * international/latin1-disp.el: Require disp-table.
5221 (latin1-display): Fix :set.
5222
5223 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5224
5225 2001-01-17 Gerd Moellmann <gerd@gnu.org>
5226
5227 * isearch.el (isearch-lazy-highlight-initial-delay)
5228 (isearch-lazy-highlight-interval): Default to 0.
5229
5230 2001-01-17 Bob Glickstein <bobg@zanshin.com>
5231
5232 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5233 1 here rather than each time through
5234 isearch-lazy-highlight-new-loop.
5235 (isearch-lazy-highlight-max): Variable deleted.
5236 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5237 isearch-lazy-highlight-max but controls a single invocation of
5238 isearch-lazy-highlight-update.
5239 (isearch-lazy-highlight-wrapped): Variable recreated.
5240 (isearch-lazy-highlight-window-start): New variable.
5241 (isearch-lazy-highlight-cleanup): Restored to behavior of
5242 before 2-Jan.
5243 (isearch-lazy-highlight-remove-overlays): Function deleted;
5244 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5245 behavior removed.
5246 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5247 isearch-lazy-highlight-update in a loop rather than just once.
5248 Test isearch-invalid-regexp here and decide not to start a new
5249 loop, rather than testing it each time through
5250 isearch-lazy-highlight-update.
5251 (isearch-lazy-highlight-search): Function restored.
5252 (isearch-lazy-highlight-update): Get called in a timer loop again,
5253 but this time highlight more than one match each time through.
5254 Only highlight matches in the visible part of the window.
5255 Start at point, move in the direction of the search, and wrap around at
5256 the edge of the window. Use sit-for to force redisplay and ensure
5257 window-start is credible. "Face suppressing" behavior removed;
5258 overlay priorities should make it unnecessary, right?
5259 (isearch-highlight): Face suppressing behavior removed.
5260 (isearch-dehighlight): Face suppressing behavior removed.
5261 (isearch-set-lazy-highlight-faces-at): Removed.
5262
5263 2001-01-17 Kenichi Handa <handa@etl.go.jp>
5264
5265 * language/european.el ("Latin-1"): Make the format of description
5266 about additional language environments same as that of Latin-2.
5267
5268 2001-01-16 Dave Love <fx@gnu.org>
5269
5270 * isearch.el (isearch-lazy-highlight): Add :version.
5271
5272 * simple.el (backward-delete-char-untabify-method)
5273 (next-line-add-newlines): Add :version.
5274
5275 2001-01-16 Gerd Moellmann <gerd@gnu.org>
5276
5277 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5278 Don't bind <delete> otherwise.
5279
5280 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5281 and <delete> via function-key-map.
5282
5283 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5284 Subject line only if point is after the `Subject:'.
5285
5286 2001-01-16 Kenichi Handa <handa@etl.go.jp>
5287
5288 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5289 japanese-jisx0213-2 in `charset' property of this lang. env.
5290
5291 * language/european.el ("Latin-1"): Add description for Dutch and
5292 Spanish lang. env.
5293
5294 * international/mule.el (decode-char): Fix conditions.
5295 (encode-char): Handle eight-bit-control too.
5296 (transform-make-coding-system-args): New function.
5297 (make-coding-system): Accept XEmacs style arguments for CCL base
5298 coding system.
5299
5300 2001-01-15 Gerd Moellmann <gerd@gnu.org>
5301
5302 * progmodes/etags.el (find-tag-noselect): Save the value of
5303 tags-file-name before switching buffers, for the case it has a
5304 buffer-local value.
5305
5306 2001-01-15 Alex Schroeder <alex@gnu.org>
5307
5308 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5309 From Dave Love <fx@gnu.org>.
5310 (ansi-color-for-comint-mode): Fix :version.
5311
5312 2001-01-15 Alex Schroeder <alex@gnu.org>
5313
5314 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5315
5316 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5317
5318 * dired.el (dired-insert-directory): If file-system-info fails,
5319 remove the " free " part, but don't signal an error.
5320
5321 2001-01-12 Sam Steingold <sds@gnu.org>
5322
5323 * bookmark.el (bookmark-maybe-historicize-string):
5324 Use new backquote syntax.
5325
5326 2001-01-12 Richard M. Stallman <rms@gnu.org>
5327
5328 * subr.el (last): Handle a list that doesn't end in nil.
5329
5330 2001-01-12 Sam Steingold <sds@gnu.org>
5331
5332 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5333 to `backward-delete-char-untabify'.
5334
5335 2001-01-12 Dave Love <fx@gnu.org>
5336
5337 * cus-edit.el (customize-menu-create): Fix the :filter following
5338 easymenu change.
5339
5340 * wid-edit.el (function): Add :match-alternatives.
5341 (widget-color-action): Doc fix.
5342
5343 2001-01-12 Gerd Moellmann <gerd@gnu.org>
5344
5345 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5346
5347 2001-01-12 Kenichi Handa <handa@etl.go.jp>
5348
5349 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5350
5351 * international/ccl.el (define-ccl-program): Fix docstring.
5352
5353 2001-01-11 Dave Love <fx@gnu.org>
5354
5355 * international/mule-cmds.el (standard-display-european-internal):
5356 Set display table for 2208 as for 160.
5357
5358 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5359
5360 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5361 entry for custom-menu-create change.
5362 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5363 don't cons it in the search loop.
5364
5365 * imenu.el (imenu--truncate-items): Revert last change.
5366
5367 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5368
5369 * info.el (Info-setup-header-line): If the node header includes
5370 either Next: or Prev: links, don't show the File: and Node: parts
5371 in the header line.
5372
5373 2001-01-11 Gerd Moellmann <gerd@gnu.org>
5374
5375 * comint.el (comint-goto-process-mark): Don't print a message
5376 when running in batch mode.
5377
5378 * isearch.el (isearch-search): In the condition-case handler for
5379 `error', set isearch-invalid-regexp to the whole error message.
5380
5381 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5382 ensure that eval-after-load works for files dumped with Emacs.
5383
5384 * help.el (load-symbol-file-load-history): New function extracted
5385 from function symbol-file.
5386 (symbol-file): Use it.
5387
5388 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5389
5390 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5391
5392 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5393 behave as if there were no prefix argument.
5394 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5395 argument were nil.
5396
5397 2001-01-11 Richard M. Stallman <rms@gnu.org>
5398
5399 * isearch.el (isearch-lazy-highlight-update):
5400 Don't look for more potential matches once maximum is exceeded.
5401 Use overlays-in to check correctly for overlap with current match.
5402 Ignore empty matches.
5403
5404 2001-01-11 Miles Bader <miles@gnu.org>
5405
5406 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5407 (ispell-overlay-window, ispell-help, ispell-show-choices)
5408 (ispell-command-loop): Use it instead of `window-height'.
5409
5410 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5411
5412 * files.el (confirm-kill-emacs): New user-option.
5413 (save-buffers-kill-emacs): Ask for final confirmation before
5414 killing Emacs.
5415
5416 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5417 to nil.
5418
5419 2001-01-10 Dave Love <fx@gnu.org>
5420
5421 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5422
5423 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5424
5425 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5426
5427 * calculator.el (calculator-number-digits): Fix :type.
5428
5429 * vc-cvs.el (vc-cvs-header): Fix :type.
5430 * vc-rcs.el (vc-rcs-header): Fix :type.
5431 * vc-sccs.el (vc-sccs-header): Fix :type.
5432
5433 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5434
5435 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5436
5437 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5438
5439 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5440
5441 * simple.el (set-variable): Force a thorough redisplay for the
5442 case that the variable has an effect on the display, like
5443 `tab-width' has.
5444
5445 2001-01-10 Andre Spiegel <spiegel@gnu.org>
5446
5447 * vc.el: Add documentation for backend interface.
5448
5449 2001-01-10 Kenichi Handa <handa@etl.go.jp>
5450
5451 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5452
5453 * international/mule-conf.el (latin-extra-code-table): Set to t
5454 for \223 and \224.
5455
5456 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5457
5458 * international/mule-cmds.el (locale-language-names): Map "es" to
5459 "Spanish" and "nl" to "Dutch".
5460
5461 2001-01-09 Gerd Moellmann <gerd@gnu.org>
5462
5463 * bindings.el (global-map): Bind <home> to beginning-of-line,
5464 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5465 C-<end> to end-of-buffer.
5466
5467 * language/european.el: Add Dutch and Spanish language info
5468 to be able to use the appropriate tutorials.
5469
5470 2001-01-09 Alex Schroeder <alex@gnu.org>
5471
5472 * ansi-color.el (ansi-color-process-output): Use markers instead
5473 of positions for start and end of region.
5474 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5475 Previously, occasional mistakes happend when fontifying many
5476 chunks of output (eg. ls --color=yes /dev). This happened
5477 whenever an overlay was created up to the end of the region, which
5478 coincided with the process-mark. New text would then be added
5479 within that overlay instead of after it.
5480 (ansi-color-make-extent): Overlays are created with the property
5481 `modification-hooks' set to '(ansi-color-freeze-overlay).
5482 (ansi-color-freeze-overlay): New function. When inserting text at
5483 the end of the overlay, the overlay will resize.
5484
5485 2000-01-09 Alex Schroeder <alex@gnu.org>
5486
5487 * ansi-color.el (ansi-color-process-output): Doc change.
5488 (ansi-color-unfontify-region): Doc change. No longer installed
5489 automatically in font-lock-unfontify-region-function.
5490 (ansi-color-apply): Doc change.
5491 (ansi-color-apply-on-region): Use extents or overlays instead of
5492 text-properties.
5493 (ansi-color-make-extent): New function.
5494 (ansi-color-set-extent-face): New function.
5495
5496 2000-01-09 Alex Schroeder <alex@gnu.org>
5497
5498 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5499 both use ansi-color-process-output, now.
5500 (ansi-color-process-output): Doesn't return string anymore. It is
5501 installed in comint-output-filter-functions for both Emacs and
5502 XEmacs, now.
5503 (ansi-color-unfontify-region): Simplified code removing variables
5504 pos and start-ansi.
5505 (ansi-color-apply): Put text-property ansi-color before putting
5506 text-property face because ansi-color-unfontify-region is called
5507 immediately after the call to put-text-property.
5508 (ansi-color-context-region): Doc change.
5509 (ansi-color-filter-region): Simplified code.
5510 (ansi-color-apply-on-region): Changed start to start-marker, using
5511 a marker explicitly. Put text-property ansi-color before putting
5512 text-property face because ansi-color-unfontify-region is called
5513 immediately after the call to put-text-property.
5514
5515 2000-01-09 Alex Schroeder <alex@gnu.org>
5516
5517 * ansi-color.el (ansi-color-faces-vector): Doc change.
5518 (ansi-color-for-comint-mode): Changed :type property to choice.
5519 (ansi-color-last-context): Removed.
5520 (ansi-color-process-output): Don't use ansi-color-last-context, as
5521 the main functions will store their context now.
5522 (ansi-color-context): Doc change.
5523 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5524 Uses ansi-color-context such that repeated calls will strip
5525 partial escape sequences, too.
5526 (ansi-color-apply): Simplified code. Colorize end of string if
5527 face is not null. Store context in new (FACE STRING) format, such
5528 that repeated calls will strip partial escape sequences, too.
5529 Append faces to face property using ansi-color-apply-sequence such
5530 that cumulative mode actually works.
5531 (ansi-color-context-region): New variable.
5532 (ansi-color-filter-region): Rewrote it based on
5533 ansi-color-apply-on-region. Uses ansi-color-context-region such
5534 that repeated calls will strip partial escape sequences, too.
5535 (ansi-color-apply-on-region): Simplified code. Colorize end of
5536 region if face is not null. Store context in new (FACE POS)
5537 format, such that repeated calls will strip partial escape
5538 sequences, too. Append faces to face property using
5539 ansi-color-apply-sequence such that cumulative mode actually works.
5540 (ansi-color-apply-sequence): New function.
5541 (ansi-color-get-face): When the default face is added to the list
5542 of faces, all previous settings are discarded and the list of
5543 faces is set to '(default).
5544
5545 2000-01-09 Alex Schroeder <alex@gnu.org>
5546
5547 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5548 face, such that ansi-color-apply and ansi-color-apply-on-region
5549 will do the right thing.
5550 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5551 returns nil, set the list of faces back to nil instead of
5552 appending the result of ansi-color-get-face to the front of the list.
5553
5554 2000-01-09 Alex Schroeder <alex@gnu.org>
5555
5556 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5557 (ansi-color-process): Doc change.
5558 (ansi-color-last-context): New buffer-local variable.
5559 (ansi-color-process-output): New function. It is automatically
5560 added to comint-output-filter-functions if this is XEmacs.
5561 (ansi-color-unfontify-region): New optional parameter for XEmacs
5562 compatibility. Check wether font-lock-syntactic-keywords is
5563 boundp before removing the syntax table text property, as XEmacs
5564 doesn't have it.
5565 (ansi-color-filter-region): Doc change.
5566 (ansi-color-apply-on-region): Doc change.
5567 (ansi-color-make-face): New function. Compatibility layer for
5568 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5569 (ansi-color-make-color-map): Use ansi-color-make-face.
5570 (ansi-color-get-face): Avoid face text property '(nil) as results
5571 in an errow for XEmacs.
5572
5573 2000-01-09 Alex Schroeder <alex@gnu.org>
5574
5575 * ansi-color.el (ansi-color-unfontify-region): New function.
5576 Uses text-property ansi-color in order to preserve fontification by
5577 ansi-color. When the package is loaded, a lambda expression is
5578 put onto font-lock-mode-hook. This lambda expression will check
5579 font-lock-unfontify-region-function and replace
5580 font-lock-default-unfontify-region with ansi-color-unfontify-region.
5581 (ansi-color-apply): Add text-property ansi-color in addition to
5582 text-property face.
5583 (ansi-color-apply-on-region): Add text-property ansi-color in
5584 addition to text-property face.
5585 (save-buffer-state): Copy of the macro that is also used by
5586 lazy-lock and font-lock.
5587
5588 (ansi-color-for-comint-mode): New option.
5589 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5590 (ansi-color-for-comint-mode-off): Ditto.
5591 (ansi-color-for-comint-mode-filter): Ditto.
5592 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5593 decide what to do. This function is added to
5594 comint-preoutput-filter-functions when the package is loaded.
5595
5596 (ansi-color-for-shell-mode-set): Removed.
5597 (ansi-color-for-shell-mode): Removed.
5598
5599 2000-01-09 Alex Schroeder <alex@gnu.org>
5600
5601 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5602 the lambda expression from the ansi-color-for-shell-mode :set
5603 property. Additionally, modify shell-mode-hook to enable or
5604 disable font-lock-mode for future shell buffers.
5605 (ansi-color-for-shell-mode): The :set property calls
5606 ansi-color-for-shell-mode-set instead of a lambda expression.
5607
5608 2000-01-09 Alex Schroeder <alex@gnu.org>
5609
5610 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5611 (ansi-color-context): New variable.
5612 (ansi-color-apply): Save context between calls.
5613
5614 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5615
5616 * isearch.el (isearch, isearch-lazy-highlight-face):
5617 New definitions for face colors and attributes.
5618
5619 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5620 of display-mouse-p.
5621
5622 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5623
5624 * international/mule.el (make-coding-system): If the coding system
5625 accepts extra latin codes, register such codes as safe for the
5626 coding system.
5627
5628 2001-01-08 Richard M. Stallman <rms@gnu.org>
5629
5630 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5631 don't mention the file name or the date here, because they are
5632 logged at the start of the file.
5633
5634 2001-01-08 Richard M. Stallman <rms@gnu.org>
5635
5636 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5637 Change screen-width to frame-width.
5638
5639 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5640
5641 * info.el (Info-search): Print the default as part of the prompt.
5642
5643 2001-01-08 Andre Spiegel <spiegel@gnu.org>
5644
5645 * vc.el (vc-default-latest-on-branch-p): New function, replaces
5646 constant implementations in backends.
5647
5648 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5649 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5650
5651 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5652 WRITABLE to EDITABLE.
5653
5654 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5655 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5656 to EDITABLE.
5657
5658 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5659
5660 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5661 (copyright, copyright-update): Compute the current year at run time.
5662
5663 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5664
5665 * isearch.el (isearch-old-signal-hook): Removed.
5666 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5667 instead of setting signal-hook-function.
5668 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5669
5670 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
5671
5672 * emulation/edt.el: Update to version 4.0. Provide support for
5673 EDT scroll margins at top and bottom of the window. Provide an
5674 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5675 default). Enhance edt-quit, bound to GOLD-q by default, to warn
5676 user when file-related buffer modifications exist.
5677 Provide support for running EDT Emulation in XEmacs.
5678 Provide customize access to some user updatable variables.
5679 Add Commentary section to file header.
5680 Fixed a few minor bugs and cleaned up some code.
5681
5682 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5683 for detecting a keypress that generates an ASCII key sequence.
5684 (Previously, only a keypress that generates a vector was
5685 recognized.) Embed Window Manager name into name of the generated
5686 EDT Emulation initialization file since the initialization file is
5687 Window Manager specific. Add Commentary section to file header.
5688
5689 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5690
5691 * mail/sendmail.el (mail-mode): Doc fix.
5692
5693 * info.el (Info-goto-emacs-command-node): Doc fix.
5694 (Info-goto-emacs-key-command-node): Doc fix.
5695
5696 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5697
5698 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5699 systems without long file-name support.
5700
5701 2001-01-06 Andrew Innes <andrewi@gnu.org>
5702
5703 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5704
5705 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5706
5707 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5708 (isearch-lazy-highlight-update): Doc fix.
5709
5710 * ffap.el (ffap-bindings): Doc fix.
5711
5712 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5713
5714 2001-01-05 Dave Love <fx@gnu.org>
5715
5716 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5717
5718 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5719
5720 * mouse-drag.el (mouse-drag-safe-scroll):
5721 Bind scroll-preserve-screen-position to nil.
5722
5723 * isearch.el (isearch-old-signal-hook): New variable.
5724 (isearch-mode): Set signal-hook-function to isearch-done.
5725 (isearch-done): Restore old signal-hook-function.
5726
5727 * info.el (Info-fontify-node): Mark one more char as intangible.
5728
5729 2000-01-05 Kenichi Handa <handa@etl.go.jp>
5730
5731 * composite.el (compose-last-chars): New argument COMPONENTS.
5732 If it is non-nil, compose preceding characters by compose-region with
5733 COMPONENTS.
5734
5735 * international/quail.el (quail-input-string-to-events): New function.
5736 (quail-input-method): Convert input string to events here.
5737 (quail-start-translation): Return input string, not event list.
5738 (quail-start-conversion): Likewise.
5739
5740 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5741
5742 * tooltip.el (tooltip-cancel-delayed-tip)
5743 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5744 and tooltip-add-timeout.
5745 (tooltip-show): Set border color from faces's foreground.
5746 (tooltip-show-help-function): If called with the same help string
5747 as last time, do nothing.
5748 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5749
5750 * startup.el (fancy-splash-screens): Don't bind show-help-function
5751 to nil.
5752
5753 * tooltip.el (tooltip-frame-parameters): Remove colors.
5754 (tooltip): New face
5755 (tooltip-set-param): New function.
5756 (tooltip-show): Set up color frame parameters from face `tooltip'.
5757 Display the tooltip text in face `tooltip'.
5758
5759 2001-01-04 Dave Love <fx@gnu.org>
5760
5761 * whitespace.el (whitespace-global-mode): Fix typo.
5762
5763 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5764
5765 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5766
5767 * help.el (help-for-help): Fix a typo in a doc string.
5768 From kwzh@gnu.org (Karl Heuer).
5769
5770 2001-01-03 Dave Love <fx@gnu.org>
5771
5772 * dired-x.el: Doc fixes. Maintainer change.
5773 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5774 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5775 (dired-guess-shell-alist-user): Customize.
5776 (dired-x-help-address): Set to bug-gnu-emacs.
5777 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5778 (dired-default-directory): Renamed from default-directory.
5779
5780 * hl-line.el (hl-line): Doc fix.
5781
5782 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5783
5784 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5785
5786 2001-01-02 Richard M. Stallman <rms@gnu.org>
5787
5788 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5789 to remove all the current alternative-match highlighting.
5790 If nil, remove only what's outside the current window.
5791 (isearch-lazy-highlight-remove-overlays): Take optional
5792 region within which NOT to remove them.
5793 (isearch-lazy-highlight-new-loop): Greatly simplified.
5794 (isearch-lazy-highlight-update): Find all the other occurrences
5795 visible in the window, in just one call.
5796 (isearch-lazy-highlight-start): Now holds start of region to scan.
5797 (isearch-lazy-highlight-end): Now holds end of region to scan.
5798 (isearch-lazy-highlight-wrapped): Variable deleted.
5799 (isearch-lazy-highlight-search): Function deleted.
5800
5801 2000-01-02 Andrew Innes <andrewi@gnu.org>
5802
5803 * w32-fns.el (convert-standard-filename): Do length check on name
5804 before aref.
5805
5806 2001-01-02 Dave Love <fx@gnu.org>
5807
5808 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5809 value.
5810 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5811
5812 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5813
5814 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5815 read syntax.
5816
5817 * calendar/todo-mode.el (todo): Add :link, :version.
5818 (todo-save-top-priorities): Remove autoload cookie.
5819 (todo-add-category, todo-add-item-non-interactively)
5820 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5821
5822 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5823
5824 * comint.el (comint-input-history-ignore): New variable.
5825 (comint-read-input-ring): Ignore entries matching
5826 comint-input-history-ignore.
5827
5828 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
5829
5830 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5831 (lm-copyright-mark): New function.
5832 (lm-crack-copyright): New function.
5833 (lm-verify): Check that the file has a copyright.
5834 Check that the file is copyright Free Software Foundation.
5835
5836 2000-12-30 Kenichi Handa <handa@etl.go.jp>
5837
5838 * international/mule-diag.el (print-fontset): Indent font name by
5839 24 columns, not 25.
5840
5841 2000-12-29 Gerd Moellmann <gerd@gnu.org>
5842
5843 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5844 in Subject line.
5845
5846 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5847 Use mail-mode-hook instead of mail-setup-hook.
5848 Otherwise continuing an interrupted message with C-u C-x m for
5849 instance, winds up in Mail mode without abbrevs.
5850
5851 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5852
5853 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5854 non-nil. Adding almost all customization variables on ps-setup.
5855 Doc fix.
5856 (ps-print-version): New version number (6.3.3).
5857 (ps-end-with-control-d): Initialization fix.
5858 (ps-lines-printed): New var.
5859 (ps-skip-newline): New fun.
5860 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5861 (ps-next-line, ps-continue-line, ps-plot-region)
5862 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5863
5864 2000-12-29 Kenichi Handa <handa@etl.go.jp>
5865
5866 * international/fontset.el (x-complement-fontset-spec):
5867 Resolve ASCII font name so that the same family name is used for fonts
5868 registered in x-font-name-charset-alist.
5869 (create-fontset-from-fontset-spec): Adjusted for the above change.
5870 The name of fontset alias should be a unresolved ASCII font name.
5871
5872 2000-12-28 Gerd Moellmann <gerd@gnu.org>
5873
5874 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5875 and delete in isearch-mode-map.
5876
5877 2000-12-28 Richard M. Stallman <rms@gnu.org>
5878
5879 * dired-x.el (dired-guess-shell-alist-default):
5880 Use xpdf instead of acroread.
5881
5882 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5883
5884 * textmodes/artist.el (artist-butlast): Deleted.
5885 (artist-ellipse-mirror-quadrant): Use butlast instead of
5886 artist-butlast.
5887
5888 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5889
5890 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5891
5892 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5893
5894 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5895
5896 * ls-lisp.el: Better support for the Mac and MS-Windows.
5897 (ls-lisp): New defgroup.
5898 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5899 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5900 (ls-lisp-support-shell-wildcards): New defcustoms.
5901 (ls-lisp-parse-symlink): New function.
5902 (insert-directory): Code to convert switches to a list and set up
5903 the wildcard argument copied from ls-lisp-insert-directory.
5904 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5905 for -C and -R switches.
5906 (ls-lisp-column-format): New function.
5907 (ls-lisp-delete-matching, ls-lisp-handle-switches)
5908 (ls-lisp-format-time): Add doc strings.
5909 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5910 Support ls-lisp-dirs-first.
5911 (ls-lisp-classify, ls-lisp-extension): New functions.
5912 (ls-lisp-format): Optionally support emulation of symlinks.
5913 Support -i, -s, and -G switches.
5914
5915 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5916
5917 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5918
5919 * version.el (emacs-version): Print X scroll bar information.
5920
5921 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5922 instead of x-toolkit-scroll-bars-p.
5923
5924 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5925 of x-toolkit-scroll-bars-p.
5926
5927 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5928
5929 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5930 (ffap-bindings): Doc fix, to reflect the above change.
5931
5932 2000-12-27 Kenichi Handa <handa@etl.go.jp>
5933
5934 * term.el (term-char-mode): Define all non-ascii self-inserting
5935 characters to 'term-send-raw in term-raw-map.
5936
5937 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
5938
5939 * viper-init (viper-restore-cursor-type): Added condition-case guard.
5940
5941 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5942 Changed initialization; use add-hook.
5943 (ediff-file-remote-p): Use file-local-copy.
5944
5945 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5946
5947 * ediff.el (ediff-patch-buffer): Bug fix.
5948 (ediff-revision): Allow selection of the file at the prompt.
5949
5950 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5951
5952 * subr.el (combine-run-hooks): Remove.
5953
5954 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5955 and remove the rogue second spec.
5956
5957 2000-12-23 Gerd Moellmann <gerd@gnu.org>
5958
5959 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5960
5961 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5962
5963 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5964 Use minibuffer menu prompt for the `=' prefix.
5965 (smerge-command-prefix): Change default to C-^.
5966 (smerge-mode): Don't assume font-lock doesn't move point.
5967
5968 * skeleton.el (skeleton-internal-1): Make sure the first line of
5969 the region is also re-indented.
5970 (skeleton-end-newline): New var.
5971 (skeleton-end-hook): Use it.
5972
5973 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5974
5975 * comint.el (comint-password-prompt-regexp): Support CVS.
5976
5977 2000-12-22 Gerd Moellmann <gerd@gnu.org>
5978
5979 * simple.el (delete-key-deletes-forward-mode): Simplify.
5980 Also backspace key combinations, depending on
5981 delete-key-deletes-forward.
5982
5983 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5984
5985 * simple.el (delete-key-deletes-forward): Doc fix.
5986
5987 2000-08-22 Emmanuel Briot <briot@gnat.com>
5988
5989 * xml.el (top level comment): Updated to reflect the fact that
5990 white spaces are relevant in the XML file.
5991 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5992 to parse was already edited. This allows for on-the-fly analysis
5993 of XML files.
5994 (xml-parse-tag): Check that the casing is the same in the start
5995 tag and end tag, since XML is case-sensitive. Allows for spaces
5996 in the end tag, after the name of the tag.
5997 (xml-parse-attlist): Allow for the character '-' in the name of
5998 attributes, as in the standard http-equiv attribute Do not save
5999 the properties in the XML tree, since they are not relevant.
6000
6001 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6002
6003 * generic.el (generic-read-type): Undo last change, inline into
6004 `generic-mode' and then remove.
6005 (generic-mode): Inline generic-read-type.
6006 (define-generic-mode): Push the symbol name rather than the symbol
6007 onto generic-mode-list.
6008
6009 2000-12-21 Gerd Moellmann <gerd@gnu.org>
6010
6011 * generic.el (generic-read-type): Build an alist for
6012 completing-read as in 20.7.
6013
6014 * play/landmark.el (lm): Use interactive spec `P'.
6015 (toplevel): Don't set debug-on-error.
6016
6017 * server.el (server-switch-buffer): Choose a window on a visible frame.
6018
6019 2000-12-21 Dave Pearson <davep@davep.org>
6020
6021 * quickurl.el: Commentry change, I've moved my web site.
6022
6023 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6024
6025 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6026 ranges like \177-\237, but accepts the character sequence from \177 to
6027 \237. Doc fix.
6028 (ebnf-version): New version (3.4).
6029 (ebnf-setup): Code fix.
6030 (ebnf-range-regexp): New fun.
6031 (ebnf-8-bit-chars): Const fix.
6032
6033 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6034 entry. Doc fix.
6035 (ebnf-bnf-lex): Code fix.
6036 (ebnf-bnf-comment-chars): Const fix.
6037
6038 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6039 entry. Doc fix.
6040 (ebnf-iso-comment-chars): Const fix.
6041
6042 * ebnf-otz.el: Doc fix.
6043
6044 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6045 entry. Doc fix.
6046 (ebnf-yac-skip-code): Code fix.
6047 (ebnf-yac-comment-chars): Const fix.
6048
6049 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6050
6051 * files.el (insert-directory-safely): New function.
6052 (recover-file): Use it instead of insert-directory.
6053 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6054
6055 2000-12-21 Kenichi Handa <handa@etl.go.jp>
6056
6057 * international/mule-cmds.el (select-safe-coding-system):
6058 Check coding-category-list more rigidly. Improve help message.
6059
6060 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6061
6062 2000-12-21 Miles Bader <miles@gnu.org>
6063
6064 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
6065
6066 2000-12-21 Kenichi Handa <handa@etl.go.jp>
6067
6068 * international/mule-diag.el (describe-char-after): Make *Help*
6069 buffer inherit multibyteness of the current buffer.
6070
6071 * international/mule.el (make-char): Docstring adjusted for the
6072 change of make-char-internal.
6073
6074 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6075
6076 * international/iso-cvt.el: Docstrings fix.
6077
6078 2000-12-20 Dave Love <fx@gnu.org>
6079
6080 * subr.el (eval-after-load): Doc fix.
6081
6082 2000-12-20 Kenichi Handa <handa@etl.go.jp>
6083
6084 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6085 for numbers.
6086
6087 2000-12-20 Miles Bader <miles@gnu.org>
6088
6089 * international/quail.el (quail-help): Resize the help window
6090 again after it has all its contents. Remove unneeded progn.
6091
6092 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6093
6094 * pcmpl-linux.el: Fix copy/paste error.
6095
6096 2000-12-19 Andrew Innes <andrewi@gnu.org>
6097
6098 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
6099
6100 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6101
6102 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6103
6104 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6105
6106 * progmodes/idlw-shell.el: Fixed copyright notice.
6107
6108 * progmodes/idlwave.el: Fixed copyright notice.
6109
6110 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
6111 TAB as key separators.
6112
6113 2000-12-19 Alex Schroeder <alex@gnu.org>
6114
6115 * sql.el (sql-sybase-options): New option.
6116 (sql-sybase): Use it. Add sql-database to the list of parameters
6117 provided for login. The options -w 2048 -n are not used any more.
6118 (sql-postgres-options): Changed default from "--pset" to "-P".
6119 (sql-mysql-options): Doc change.
6120 (sql-stop): Doc change.
6121
6122 2000-12-19 Kenichi Handa <handa@etl.go.jp>
6123
6124 * international/quail.el (quail-input-method): Always hide
6125 the guidance buffer on exiting.
6126
6127 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6128
6129 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6130 isn't fboundp.
6131
6132 * server.el (server-buffer-done): Bury the buffer before
6133 killing it.
6134
6135 * faces.el (face-spec-set): Interpret a nil in specs for
6136 foreground and background colors as `unspecified', for
6137 compatibility with 20.x.
6138
6139 2000-12-18 Dave Love <fx@gnu.org>
6140
6141 * simple.el (mail-user-agent): Doc fix.
6142 (input-mode-8-bit): Removed.
6143
6144 * international/mule.el (set-keyboard-coding-system): Doc fix.
6145 (keyboard-coding-system): New option.
6146
6147 * mail/sendmail.el (send-mail-function): Customize.
6148
6149 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6150
6151 * international/codepage.el (cp866-decode-table): New table.
6152
6153 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6154
6155 * version.el (emacs-version): Remove `%a' from the time format
6156 because the weekday doesn't fit well into each locale.
6157
6158 2000-12-18 Miles Bader <miles@gnu.org>
6159
6160 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6161
6162 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
6163 Check that emacs-major-version is `=' to 20, not `>='.
6164 (artist-replace-chars): Use `make-string' instead of a loop.
6165
6166 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6167
6168 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6169 (cvs-execute-single-file): Don't change directory.
6170 Patch from Per Cederqvist.
6171
6172 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6173
6174 * textmodes/ispell.el (check-ispell-version):
6175 If `ispell-program-name' is "aspell", pass it the -v switch instead
6176 of -vv.
6177
6178 2000-12-16 Kenichi Handa <handa@etl.go.jp>
6179
6180 * international/mule-diag.el (mule-diag): Insert information about
6181 configure options, multibyte awareness, language env.
6182
6183 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6184 regexp to search for candidates.
6185
6186 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6187
6188 * info.el (Info-forward-node): If the node has an
6189 Info-header-line, widen the buffer before searching for "next:"
6190 and "up:" pointers, and set the search limit to stay in the
6191 current node.
6192
6193 2000-12-16 Miles Bader <miles@gnu.org>
6194
6195 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6196
6197 2000-12-15 Miles Bader <miles@gnu.org>
6198
6199 * comint.el (comint-send-string, comint-send-region): Also accept
6200 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6201 process-send-string/region.
6202
6203 2000-12-15 Gerd Moellmann <gerd@gnu.org>
6204
6205 * isearch.el (isearch-lazy-highlight-max): New user-option.
6206 (isearch-lazy-highlight-update): Don't highlight more than
6207 isearch-lazy-highlight-max matches.
6208
6209 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6210
6211 2000-12-15 Richard M. Stallman <rms@gnu.org>
6212
6213 * sort.el (sort-columns): Fix error message.
6214
6215 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6216 `upcase' or `downcase' or nil.
6217 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6218 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6219 (dabbrev--substitute-expansion): New arg record-case-pattern.
6220 If it is non-nil, set dabbrev--last-case-pattern.
6221 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6222
6223 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6224
6225 2000-12-15 Miles Bader <miles@gnu.org>
6226
6227 * paths.el (Info-default-directory-list): Don't delete
6228 configure-info-directory from the list of standard info
6229 directories when appending it to the end -- their order is important.
6230
6231 * faces.el (read-face-attribute): If there's no entry for the
6232 user's input in VALID, just use it as-is (this will often result
6233 in an error, but it may be OK for e.g. colors using hexadecimal
6234 notation, and at least will yield a better error message).
6235
6236 * window.el (mode-line-window-height-fudge): Function removed.
6237 (height-affecting-face-attributes, mode-line-window-height-fudge):
6238 Variables removed.
6239 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6240 window is really the right size. Use vertical-motion
6241 rather than forward-line.
6242 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6243 (ispell-command-loop, ispell-show-choices): Use the variable
6244 ispell-choices-win-default-height, rather than the function.
6245 (ispell-choices-win-default-height): Function removed.
6246 (ispell-mode-line-window-height-fudge): Function removed.
6247
6248 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6249
6250 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6251
6252 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6253
6254 * paths.el (Info-default-directory-list):
6255 If configure-info-directory is not one of the standard directories,
6256 put it first in the list; otherwise put it last. Doc string
6257 changed accordingly.
6258
6259 * info.el (Info-directory-list): Change doc string to reflect the
6260 change in Info-default-directory-list.
6261
6262 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6263 windows-nt as windowed environments, even under -nw.
6264
6265 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6266 if not fboundp. Switch delete-forward mode for the <delete> key
6267 on all PC platforms, even under -nw.
6268
6269 * term/internal.el ([M-delete]): Remap to M-d.
6270
6271 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6272
6273 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6274
6275 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6276
6277 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6278
6279 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6280
6281 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6282 if appropriate.
6283
6284 * simple.el (delete-key-deletes-forward): New user-option.
6285 (delete-key-deletes-forward-mode): New function.
6286
6287 * bindings.el: Bind `delete' to backward-delete-char.
6288
6289 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6290 Test if symbol is bound before getting its value.
6291
6292 * tooltip.el (tooltip-show): If an error is signaled in
6293 x-show-tip, display that error, and display the help in the
6294 echo area.
6295
6296 2000-12-14 Kenichi Handa <handa@etl.go.jp>
6297
6298 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6299 Show "... entries" messages for every 10000 entries, not 10.
6300
6301 2000-12-13 Karl Fogel <kfogel@red-bean.com>
6302
6303 * bookmark.el: Provide a generic exit hook, as suggested by
6304 Ovidiu Predescu <ovidiu@cup.hp.com>:
6305 (bookmark-exit-hook): New var.
6306 (bookmark-exit-hook-internal): New func, replaces
6307 old raw lambda form in `kill-emacs-hook', and runs new
6308 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6309 as logically that feature must have been provided if this function
6310 is running.
6311 Removed ;;;###autoload before the `add-hook' call.
6312
6313 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6314
6315 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6316 (easy-menu-current-active-maps): New function.
6317 (easy-menu-get-map): Use it.
6318 Make a proper menu entry when creating a new keymap.
6319
6320 2000-12-13 Kenichi Handa <handa@etl.go.jp>
6321
6322 * international/characters.el: Fix cases and syntaxes for
6323 mule-unicode-0100-24ff.
6324
6325 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6326 that a Japanese character is not appended after day and year.
6327
6328 * info.el (Info-suffix-list): Change format for a command that
6329 requires arguments.
6330 (info-insert-file-contents): Adjusted for the above change.
6331
6332 2000-12-12 Andreas Schwab <schwab@suse.de>
6333
6334 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6335 on the name of the tar buffer. Verify that the existing buffer is
6336 visiting the same subfile.
6337
6338 2000-12-12 Dave Love <fx@gnu.org>
6339
6340 * subdirs.el: Add obsolete.
6341
6342 2000-12-12 Gerd Moellmann <gerd@gnu.org>
6343
6344 * mail/rmailsum.el (rmail-summary-expunge)
6345 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6346 instead of rmail-confirm-expunge.
6347
6348 * replace.el (perform-replace): Don't use an empty match adjacent
6349 to a non-empty match when computing the next match before the
6350 replacement is performed.
6351
6352 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
6353
6354 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6355 definition (patch by Stefan Monnier).
6356 (glasses-mode): Use jit-lock instead of `after-change-functions'
6357 (patch by Stefan Monnier).
6358
6359 2000-12-12 Miles Bader <miles@gnu.org>
6360
6361 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6362 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6363
6364 2000-12-12 Andrew Choi <akochoi@i-cable.com>
6365
6366 * term/mac-win.el: Remove load for ls-lisp.
6367
6368 * loadup.el: Load ls-lisp for system-type `macos'.
6369
6370 2000-12-12 Miles Bader <miles@gnu.org>
6371
6372 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6373 Respect field end too.
6374 (just-one-space): Respect fields as `delete-horizontal-space'.
6375 (newline-and-indent, reindent-then-newline-and-indent):
6376 Use `delete-horizontal-space'.
6377
6378 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6379
6380 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6381 (so as to obey the field property in the minibuffer).
6382
6383 * obsolete/c-mode.el: Moved from lisp/progmodes.
6384 * obsolete/auto-show.el: Moved from lisp.
6385 * obsolete/ooutline.el: Moved from lisp/textmodes.
6386
6387 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6388
6389 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
6390 changes to list them here.
6391
6392 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6393 Too many changes to list them here.
6394
6395 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6396 Too many changes to list them here.
6397
6398 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6399
6400 2000-12-11 Gerd Moellmann <gerd@gnu.org>
6401
6402 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6403
6404 * cus-edit.el (custom-save-variables, custom-save-faces):
6405 Comment fix.
6406
6407 * hscroll.el: Moved to `obsolete' subdir.
6408
6409 2000-12-11 Miles Bader <miles@gnu.org>
6410
6411 * window.el (window-text-height): Function removed (now in C).
6412
6413 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6414
6415 * log-edit.el (log-edit-parent-buffer): New var.
6416 (log-edit): Set it. Add BUFFER argument.
6417 (log-edit-done): Use char-before.
6418 Don't bother checking validity of vc-comment-ring.
6419 Only bury the buffer if log-edit popped it up.
6420
6421 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6422 (cvs-mode-diff-help): Remove.
6423 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6424 (cvs-mode-marked): Set up the default for CMD manually.
6425
6426 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6427 Remove binding for ? now made unnecessary.
6428
6429 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6430
6431 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6432 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6433
6434 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6435 when master file is not open.
6436
6437 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6438
6439 * progmodes/ada-stmt.el: Update `maintainer'.
6440
6441 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
6442
6443 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6444 choices to match documentation string.
6445
6446 2000-12-09 Miles Bader <miles@gnu.org>
6447
6448 * minibuf-eldef.el: New file.
6449
6450 * window.el (fit-window-to-buffer): Don't pass last argument to
6451 pos-visible-in-window-p, now that its meaning is inverted.
6452
6453 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6454
6455 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6456 <ceder@lysator.liu.se>.
6457
6458 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6459
6460 * autoinsert.el (auto-insert-alist): Add missing final \n.
6461
6462 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6463 (cvs-menu-map): Remove.
6464 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6465 (cvs-mode-quit): Turn it back into a plain function.
6466
6467 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6468 (texinfo-filter): Remove (move to texinfo.el).
6469
6470 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6471 file where it's more visible.
6472 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6473 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6474 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6475 (texinfo-inside-macro-p): Only catch `scan-error's.
6476 (texinfo-inside-env-p): Make better use of the match info.
6477 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6478 (texinfo-insert-@end): Slight re-organization.
6479 Also remove useless `looking-at' call.
6480
6481 2000-12-08 Andrew Innes <andrewi@gnu.org>
6482
6483 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6484 accessible in -nw mode.
6485
6486 * term/w32-win.el: Remove stuff about selection timeout, which is
6487 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6488 it is accessible in -nw mode.
6489
6490 2000-12-08 Dave Love <fx@gnu.org>
6491
6492 * emacs-lisp/lisp-mode.el (lisp-mode):
6493 Set font-lock-keywords-case-fold-search.
6494
6495 2000-12-08 Gerd Moellmann <gerd@gnu.org>
6496
6497 * textmodes/ispell.el (ispell): Doc fix.
6498
6499 2000-12-08 Kenichi Handa <handa@etl.go.jp>
6500
6501 * international/quail.el (quail-insert-decode-map): Check the
6502 frame width of a window displaying the current buffer, not that of
6503 the selected frame.
6504 (quail-help): Make sure that the help buffer has window before
6505 inserting text in it.
6506
6507 2000-12-07 Sam Steingold <sds@gnu.org>
6508
6509 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6510 Backquote is used in isearch.el, so autoloading saves nothing.
6511
6512 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6513
6514 * startup.el (normal-top-level-add-subdirs-to-load-path):
6515 Ignore the CVS and RCS subdirectories case-insensitively.
6516
6517 * dired.el (dired-insert-directory): If file-system-info is
6518 fboundp, call it instead of invoking dired-free-space-program.
6519
6520 2000-12-07 Gerd Moellmann <gerd@gnu.org>
6521
6522 * server.el (server-visit-files): Push files on file-name-history.
6523
6524 * progmodes/cc-langs.el: Update copyright.
6525
6526 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6527
6528 * bindings.el (mode-line-mode-menu): Add glasses-mode.
6529
6530 * bindings.el (mode-line-mode-menu): Reverse the order
6531 of define-keys so that the menu appears in alphabetical order.
6532
6533 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
6534
6535 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6536 of the function.
6537
6538 2000-12-07 Dave Love <fx@gnu.org>
6539
6540 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6541
6542 * facemenu.el (facemenu-unlisted-faces): Fix value.
6543
6544 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6545
6546 * font-lock.el (font-lock-default-fontify-region):
6547 Include the terminating \n (off-by-one error).
6548 (font-lock-set-defaults): Use dolist.
6549
6550 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6551
6552 2000-12-07 Kenichi Handa <handa@etl.go.jp>
6553
6554 * international/mule-cmds.el (describe-language-environment):
6555 Fix for the case that an input method title is not string but a list.
6556
6557 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6558 of wrong SIZE record.
6559
6560 2000-12-06 Dave Love <fx@gnu.org>
6561
6562 * newcomment.el (comment-region, comment-dwim): Doc fix.
6563
6564 * textmodes/texinfo.el: Require tex-mode when compiling.
6565 (texinfo-update-node): Doc fix.
6566 (texinfo-imenu-generic-expression): Add @anchor.
6567 (texinfo-font-lock-keywords): Add @uref.
6568 (texinfo-inside-macro-p): Don't use ignore-errors.
6569 (texinfo-insert-quote): Match more contexts.
6570
6571 * international/mule.el (decode-char, encode-char): Doc fix.
6572 (auto-coding-alist): Customize.
6573
6574 * files.el (load-file): Fix change of 2000-03-12.
6575
6576 * wid-edit.el (widget-text-keymap): Doc fix.
6577
6578 2000-12-06 Andrew Innes <andrewi@gnu.org>
6579
6580 * makefile.w32-in (lisp): Set to an absolute directory, namely
6581 $(CURDIR).
6582
6583 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6584
6585 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6586 read generated-autoload-file, and set buffer-file-coding-system to
6587 raw-text-unix after reading the file.
6588
6589 * international/mule-conf.el (file-coding-system-alist):
6590 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6591
6592 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6593
6594 * replace.el (occur): Make line-number-width 1 smaller for the
6595 colon following the line number.
6596
6597 * startup.el (fancy-splash-text, command-line-1):
6598 Use `File' for the menu name instead of `Files'.
6599
6600 * tmm.el: Update copyright.
6601
6602 * cus-start.el: Add entry for even-window-heights.
6603
6604 2000-12-06 Miles Bader <miles@gnu.org>
6605
6606 * faces.el (frame-set-background-mode): Avoid stomping on
6607 locally modified faces.
6608
6609 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6610
6611 * international/fontset.el: Correct the font registries for
6612 japanese-jisx0213-1 and japanese-jisx0213-2.
6613
6614 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6615
6616 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6617
6618 * iswitchb.el: Update customization commentary.
6619
6620 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
6621
6622 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6623 (tpu-search-highlight): Fixed comparison of overlay end positions.
6624 (tpu-trim-line-ends): Implemented trimming logic locally.
6625
6626 * emulation/tpu-extras.el (tpu-write-file-hook)
6627 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6628
6629 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6630
6631 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6632 to cn-gb.
6633 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6634
6635 2000-12-04 Dave Love <fx@gnu.org>
6636
6637 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6638
6639 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6640
6641 * mail/rmailsum.el (rmail-summary-expunge)
6642 (rmail-summary-expunge-and-save): Ask for confirmation with
6643 rmail-expunge-confirmed.
6644
6645 * mail/rmail.el (rmail-expunge-confirmed): New function.
6646 (rmail-expunge): Use it.
6647
6648 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6649
6650 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6651 (etags-recognize-tags-table, find-tag-in-order):
6652 New functionality: interpret file names as tags.
6653
6654 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6655
6656 * info.el (Info-scroll-prefer-subnodes): New defcustom.
6657 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6658 the first subnode until the bottom of the current node is visible.
6659
6660 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6661
6662 * format.el (format-decode): Don't change buffer's undo list.
6663
6664 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6665
6666 * faces.el (face-font-registry-alternatives): Add entries for CJK
6667 fonts. Doc-string adjusted for the actual usage of this data.
6668
6669 * international/fontset.el: Change the font registries for CJK
6670 fonts in the default fontset. Don't append '*' to registries.
6671
6672 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6673
6674 * emacs-lisp/easy-mmode.el (define-derived-mode)
6675 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6676
6677 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6678 (derived-mode-p): New function.
6679 (derived-mode-make-docstring): Add `docstring' argument.
6680 Use it if available and complete it if necessary.
6681
6682 2000-12-03 Andreas Schwab <schwab@suse.de>
6683
6684 * type-break.el (type-break): Don't make parent of itself.
6685
6686 2000-12-03 Miles Bader <miles@gnu.org>
6687
6688 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6689
6690 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6691
6692 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6693 (tex-main-file, tex-file): Simplify.
6694 (tex-generate-zap-file-name): Use subst-char-in-string.
6695 (tex-strip-dots): Remove.
6696
6697 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6698
6699 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6700 to check if the match succeeded.
6701
6702 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6703
6704 * startup.el (use-fancy-splash-screens-p): New function.
6705 (command-line-1): Use it to determine whether or not to use
6706 a fancy splash screen.
6707
6708 2000-12-02 Andreas Schwab <schwab@suse.de>
6709
6710 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6711
6712 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6713
6714 * international/mule.el (make-char): Fix last change.
6715
6716 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6717 New defcustoms.
6718 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6719 autoloading tex-mode; instead, do the same manually.
6720 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
6721 with numeric argument. Docstring fix.
6722 (toplevel): Require cl when compiling.
6723
6724 * international/mule.el (make-char): Doc fix.
6725
6726 2000-12-02 Jason Rumney <jasonr@gnu.org>
6727
6728 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6729 the Emacs Lisp manual)
6730
6731 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6732
6733 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6734
6735 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6736 the Emacs Lisp manual).
6737
6738 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6739
6740 * simple.el (next-line-add-newlines): Change default to nil.
6741
6742 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6743
6744 * files.el (revert-buffer, recover-file):
6745 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6746
6747 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6748
6749 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6750
6751 2000-12-01 Miles Bader <miles@gnu.org>
6752
6753 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6754
6755 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6756
6757 * international/mule-diag.el (describe-char-after): Fix typo.
6758 (describe-character-set, non-iso-charset-alist): Fix typo.
6759
6760 2000-12-01 Miles Bader <miles@gnu.org>
6761
6762 * image-file.el (image-file-name-regexp): Automatically add
6763 upper-case variants of each filename extension in
6764 `image-file-name-extensions', since they seem to be common.
6765
6766 * simple.el (minibuffer-contents)
6767 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6768 New functions.
6769 * filecache.el (file-cache-directory-name)
6770 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6771
6772 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6773
6774 * filecache.el (file-cache-minibuffer-complete): Don't try to
6775 delete the minibuffer prompt.
6776
6777 2000-11-30 Dave Love <fx@gnu.org>
6778
6779 * cus-start.el: Fix read-buffer-function type.
6780
6781 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6782
6783 * md5.el: Removed. There's a built-in function, now.
6784
6785 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6786
6787 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6788 as dummy 0-th char of rmail-deleted-vector.
6789
6790 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6791
6792 * ps-print.el (ps-end-job): Bind case-fold-search only after
6793 switching to ps-spool-buffer.
6794
6795 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6796
6797 * ps-print.el: Line number font customization. PostScript: Lines and
6798 PageCount are initialized on each page. Doc Fix.
6799 (ps-print-version): New version number (6.3.2).
6800 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6801 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6802 (ps-right-header): Customization fix.
6803 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6804 Fix code.
6805 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6806 New vars.
6807
6808 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6809
6810 * bs.el: Fix typos and spelling errors.
6811 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6812 (bs-configuration): Doc fix.
6813
6814 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6815
6816 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
6817
6818 * emulation/tpu-edt.el (tpu-version): New version.
6819 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6820 (tpu-original-mode-line): Variable deleted.
6821 (tpu-mark-flag): New initial value.
6822 (tpu-set-mode-line): Don't redefine mode-line-format.
6823 Add tpu-mark-flag to minor-mode-alist.
6824 (tpu-update-mode-line): New mark flag logic.
6825 (tpu-get): Use find-file-wildcards.
6826 (tpu-search-highlight): Move overlay less, reset overlay properly.
6827 (tpu-unselect): Deactivate mark.
6828 (tpu-lm-replace): Reset overlay properly.
6829 (tpu-forward-line): Use forward-visible-line.
6830 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6831
6832 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6833
6834 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6835
6836 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6837
6838 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6839
6840 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6841 and skip whitespace and newlines.
6842
6843 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6844
6845 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6846
6847 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6848
6849 * help.el (describe-function-1): Regexp-quote function name
6850 when used as part of a regexp.
6851
6852 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6853 Use face-attribute instead of face-foreground and face-background.
6854 (tool-bar-add-item): Likewise, and handle unspecified colors.
6855
6856 * enriched.el (enriched-face-ans): Use face-attribute instead
6857 of face-foreground and face-background.
6858
6859 * faces.el (face-foreground, face-background, face-stipple):
6860 Return nil if attribute is unspecified, for backward compatibility.
6861
6862 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6863
6864 * play/5x5.el: Remove version info.
6865
6866 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6867
6868 * frame.el (blink-cursor-mode): Doc fix.
6869
6870 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6871
6872 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6873 to create Makefile rules.
6874 (antlr-tool-command): New user option.
6875 (antlr-ask-about-save): New user option.
6876 (antlr-makefile-specification): New user option.
6877 (antlr-file-formats-alist): New variable.
6878 (antlr-special-file-formats): New variable.
6879 (antlr-unknown-file-formats): New user option.
6880 (antlr-help-unknown-file-text): New variable.
6881 (antlr-help-rules-intro): New variable.
6882 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6883 (antlr-mode-menu): Add entries.
6884 (antlr-file-dependencies): New function.
6885 (antlr-directory-dependencies): New function.
6886 (antlr-superclasses-glibs): New function.
6887 (antlr-run-tool): New command.
6888 (antlr-makefile-insert-variable): New function.
6889 (antlr-insert-makefile-rules): New function.
6890 (antlr-show-makefile-rules): New command.
6891
6892 * antlr-mode.el: More Emacs/XEmacs stuff.
6893 (antlr-no-action-keywords): New constant with value nil.
6894 (antlr-font-lock-keywords-alist): Use it. Old value would break
6895 syntax highlighting in Emacs-21.0.
6896 (antlr-default-directory): Emacs/XEmacs dependend function.
6897 (antlr-read-shell-command): Ditto.
6898 (antlr-with-displaying-help-buffer): Ditto.
6899
6900 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6901
6902 * antlr-mode.el: imenu, parsing and highlighting changes.
6903 (antlr-imenu-create-index-function): Don't create extra submenus
6904 for definitions in different grammar classes. It is not necessary
6905 for the menu and would make command `imenu' awkward to use.
6906 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6907 header actions and more than one.
6908 (antlr-font-lock-tokendef-face): Changed color.
6909 (antlr-font-lock-tokenref-face): Changed color.
6910 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6911 (antlr-mode-syntax-table): New variable.
6912 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6913 (antlr-with-syntax-table): Don't copy syntax table.
6914
6915 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6916
6917 * antlr-mode.el: Minor changes: language setting.
6918 (antlr-language-alist): The value for file option "language" can
6919 be both an identifier and a string.
6920 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6921 (antlr-language-limit-n-regexp): Change accordingly.
6922
6923 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6924
6925 * antlr-mode.el: Minor changes: tabs, hiding.
6926 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6927 (antlr-action-visibility): Also allow value nil to also hide the
6928 braces. Renamed from `antlr-tiny-action-length'.
6929 Suggested by Jay@aol.com.
6930 (antlr-hide-actions): Change accordingly. Hide line if completely
6931 hidden action is on a line of its own.
6932
6933 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6934
6935 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6936
6937 * sort.el (sort-columns): Don't concat strings with numbers.
6938
6939 2000-11-29 Dave Love <fx@gnu.org>
6940
6941 * cus-edit.el (face): Fix :format.
6942
6943 * mail/feedmail.el: Require smtpmail when compiling.
6944 (mail-do-fcc): Autoload.
6945 (feedmail) <defgroup>: Fix :link.
6946 (feedmail-nuke-body-in-fcc): Fix :type.
6947 (feedmail-send-it): Add autoload cookie.
6948
6949 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6950
6951 * newcomment.el (comment-indent): Save excursion around call to
6952 comment-indent-function.
6953
6954 2000-11-29 Miles Bader <miles@gnu.org>
6955
6956 * subr.el (member-ignore-case): Return the tail of the list who's
6957 car matches, like `member', not the matching element itself.
6958
6959 2000-11-29 Kenichi Handa <handa@etl.go.jp>
6960
6961 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6962 should not contain `\n'.
6963
6964 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6965
6966 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6967
6968 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6969
6970 * dired-aux.el (dired-do-create-files): Construct default file
6971 name for dired-mark-read-file-name so that when the user enters
6972 just RET, the target file will end up in the target directory.
6973
6974 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6975 local-abbrev-table before changing buffers because it might
6976 have a buffer-local binding.
6977
6978 2000-11-28 Miles Bader <miles@gnu.org>
6979
6980 * simple.el (delete-horizontal-space): Handle fields more generally.
6981
6982 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6983
6984 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6985
6986 2000-11-28 Dave Love <fx@gnu.org>
6987
6988 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6989 comment-start-skip locally.
6990
6991 * progmodes/fortran.el (fortran-mode): Don't set
6992 fortran-comment-line-start-skip. Set comment-start to
6993 fortran-comment-line-start.
6994 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6995 (fortran-comment-line-start-skip): Simplify slightly.
6996
6997 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6998
6999 * play/5x5.el: Remove RCS keyword.
7000
7001 * bs.el: Mistaken commit, undone 2000-11-30.
7002
7003 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
7004
7005 * textmodes/tildify.el (tildify-string-alist):
7006 Add `plain-tex-mode' here.
7007
7008 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7009
7010 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7011 reference.
7012
7013 2000-11-28 Miles Bader <miles@gnu.org>
7014
7015 * cus-face.el (custom-face-attributes): Add post-filter function
7016 for :box. Make pre-filter function for :box handle all cases.
7017
7018 * wid-edit.el (widget-choose): Make sure pop-up window is large
7019 enough to display all the choices, as there's no way to scroll it.
7020
7021 2000-11-28 Kenichi Handa <handa@etl.go.jp>
7022
7023 * international/mule-conf.el: Make the coding system no-conversion
7024 safe for all characters.
7025
7026 2000-11-27 Dave Love <fx@gnu.org>
7027
7028 * net/ldap.el (ldap) <defgroup>: Add :version.
7029
7030 * tooltip.el (tooltip-use-echo-area): Doc fix.
7031
7032 * cus-start.el <minibuffer-prompt-properties>: Add version.
7033 <read-buffer-function>: Add.
7034
7035 * apropos.el (apropos-print): Add help-echo to active text.
7036
7037 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7038
7039 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7040
7041 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7042 type, group and version.
7043
7044 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7045
7046 * select.el (x-get-selection): Docstring fix.
7047
7048 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
7049
7050 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
7051
7052 2000-11-27 Andrew Innes <andrewi@gnu.org>
7053
7054 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7055
7056 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7057
7058 2000-11-27 Miles Bader <miles@gnu.org>
7059
7060 * dired.el (dired-get-filename): Return filename verbatim if
7061 LOCALP is `verbatim'.
7062 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7063 `verbatim' so that we don't inadvertently delete a non-existant
7064 directory name.
7065
7066 2000-11-27 Kenichi Handa <handa@etl.go.jp>
7067
7068 * international/characters.el: Specify cases and syntaxes for
7069 mule-unicode-0100-24ff.
7070
7071 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7072
7073 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7074 that foreground and/or background colors of the face `tool-bar'
7075 are unspecified.
7076
7077 2000-11-27 Miles Bader <miles@gnu.org>
7078
7079 * wid-edit.el (widget-field-buffer, widget-field-start)
7080 (widget-field-end): Handle widget field `pseudo-overlays'.
7081 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7082 if it's there instead of in `widget-field-list'.
7083
7084 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
7085 (help-make-xrefs): Delete extraneous newlines at the end of the
7086 docstring.
7087
7088 2000-11-25 Jason Rumney <jasonr@gnu.org>
7089
7090 * startup.el (command-line): Call set-locale-environment after
7091 Window System init file is read, as it can result in a call to
7092 redraw-frame.
7093
7094 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7095
7096 * simple.el (shell-command): Mention the effect of the prefix
7097 argument in the doc string.
7098
7099 2000-11-25 Miles Bader <miles@gnu.org>
7100
7101 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7102
7103 * wid-edit.el (widget-field-value-delete): Don't try to delete
7104 overlay when it's the `pseudo-overlay' that exists at some points.
7105
7106 2000-11-24 Jason Rumney <jasonr@gnu.org>
7107
7108 * international/mule-cmds.el (locale-language-names): Add "jp" as
7109 a non-standard alternative for Japanese.
7110
7111 2000-11-24 Andre Spiegel <spiegel@gnu.org>
7112
7113 * vc-hooks.el: Require 'cl during compilation.
7114
7115 2000-11-24 Gerd Moellmann <gerd@gnu.org>
7116
7117 * faces.el (face-set-after-frame-default): Let face attributes
7118 specified for new frames override frame parameters.
7119
7120 * startup.el (command-line): Fix computation of the source file
7121 for user-init-file when user-init-file is a compiled file.
7122
7123 2000-11-24 Miles Bader <miles@gnu.org>
7124
7125 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
7126 (custom-post-filter-face-spec): New functions.
7127 (custom-face-set, custom-face-value-create): Filter the face spec
7128 before and after customization.
7129 (custom-face-set): If VALUE specifies a null face, pass a
7130 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7131 * cus-face.el (custom-face-attributes): Remove SET and GET
7132 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7133 cases they're needed.
7134
7135 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7136 that it's distinguishable from the :off-glyph on dark-background
7137 displays. Set its background color too.
7138
7139 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7140 so that people can easily turn it off.
7141
7142 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
7143
7144 * ediff-diff.el: Moved variables around to have it compile under NT.
7145
7146 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7147
7148 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7149
7150 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7151 redundant skip-small-frames test.
7152
7153 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7154 (viper-downgrade-to-insert): Protect against errors in hooks.
7155
7156 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7157 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
7158 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7159 New functions.
7160
7161 * viper-util.el (viper-memq-char): Bug fixes.
7162
7163 * viper.el (viper-mode): Fix cursor handling.
7164
7165 2000-11-24 Kenichi Handa <handa@etl.go.jp>
7166
7167 * international/mule-diag.el (list-iso-charset-chars):
7168 For two-byte charset, fix the `while' condition.
7169 (list-non-iso-charset-chars): Fix the `while' condition.
7170
7171 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7172
7173 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7174 if the variable is make-variable-buffer-local.
7175
7176 * progmodes/ada-stmt.el (ada-template-map):
7177 Initialize and bind it to C-c t in ada-mode-map.
7178 (ada-stmt-mode-hook): New function extracted from old code.
7179 Only change the buffer-local side of skeleton-*.
7180 (ada-mode-hook): Use it.
7181
7182 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7183
7184 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7185 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7186 we expect to be returned by minibuffer-depth once we prompt the
7187 user in the minibuffer.
7188 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7189 as recorded in iswitchb-minibuf-depth, return non-nil.
7190
7191 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7192
7193 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7194 (hscroll-window-maybe): Docstring fix.
7195
7196 2000-11-23 Dave Love <fx@gnu.org>
7197
7198 * rect.el (string-rectangle): Don't test delete-selection-mode.
7199
7200 2000-11-23 Gerd Moellmann <gerd@gnu.org>
7201
7202 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7203 is in the tool bar.
7204
7205 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
7206 with `no-dir'; we want the directory part to be able to remove it.
7207
7208 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7209
7210 * textmodes/outline.el (outline-flag-region):
7211 Don't bind inhibit-read-only since we don't modify the buffer.
7212 (outline-isearch-open-invisible): Don't jump to overlay-start
7213 since we're trying to unhide text around point.
7214 (outline-discard-overlays): Use dolist.
7215
7216 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7217
7218 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7219
7220 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
7221
7222 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7223
7224 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7225 Fix ARG regexp to skip quoted braces.
7226 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7227 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7228 are (correctly) handled separately).
7229 Remove `caption' and `footnote' from `citations': they contain text.
7230 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7231 (latex-skeleton-end-hook): New function.
7232 (latex-mode): Use it.
7233 (tex-start-tex-marker): Remove.
7234 (tex-send-tex-command): Don't set tex-start-tex-marker.
7235 (tex-error-parse-syntax-table): New var.
7236 (tex-compilation-parse-errors): Use it.
7237 Ignore tex-start-tex-marker. Don't bother with marker-position.
7238 (tex-validate-buffer): Don't bother with marker-position.
7239
7240 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
7241 (flyspell-generic-progmode-verify): Use it.
7242
7243 2000-11-22 Sam Steingold <sds@gnu.org>
7244
7245 * simple.el (delete-trailing-whitespace): New interactive function.
7246
7247 * progmodes/ada-mode.el (ada-mode): Use it instead of
7248 `ada-remove-trailing-spaces'.
7249 (ada-remove-trailing-spaces): Removed.
7250
7251 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
7252
7253 * textmodes/picture.el (picture-clean): Removed.
7254 (picture-mode-exit): Call it instead of `picture-clean'.
7255
7256 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7257
7258 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7259
7260 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7261 jit-lock-fontify-buffer; it should anyway be unneccessary to
7262 do anything special when jit-lock is active.
7263 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7264
7265 2000-11-22 Dave Love <fx@gnu.org>
7266
7267 * calendar/todo-mode.el (todo-top-priorities): Use
7268 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7269
7270 * language/chinese.el, language/cyrillic.el:
7271 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7272 * language/hebrew.el, language/indian.el, language/japanese.el:
7273 * language/korean.el, language/lao.el, language/misc-lang.el:
7274 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7275 Use provide.
7276
7277 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7278 (custom-variable-set): Improve validation error mesage.
7279
7280 * rect.el (string-rectangle): Revert last change.
7281 (string-rectangle-line): New arg DELETE.
7282 (string-rectangle): Check delete-selection-mode.
7283
7284 * emacs-lisp/edebug.el (edebug-version)
7285 (edebug-maintainer-address): Deleted.
7286 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7287 (edebug-read-function): Account for other `'#' read forms.
7288 (edebug-mode-menus): Make some items toggles.
7289 (edebug-outside-unread-command-event, unread-command-event):
7290 Remove these to avoid warnings.
7291
7292 2000-11-22 David Ponce <david@dponce.com>
7293
7294 * recentf.el (recentf-menu-items-for-commands)
7295 (recentf-make-menu-items, recentf-make-menu-item)
7296 (recentf-filter-changer): Added :help and :active menu-item properties.
7297
7298 (recentf-build-dir-rules, recentf-dump-variable)
7299 (recentf-edit-list, recentf-open-files-item)
7300 (recentf-open-files): Replaced unnecessary `mapcar' with new
7301 built-in `mapc'.
7302
7303 2000-11-23 Miles Bader <miles@gnu.org>
7304
7305 * faces.el (menu): Make inverse-video on ttys too.
7306
7307 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7308
7309 * simple.el (comment-line-break-function): Use the new name
7310 indent-new-comment-line -> comment-indent-new-line.
7311 (clone-indirect-buffer): Don't ignore NORECORD.
7312 (next-completion): Properly handle the case where items are adjacent.
7313
7314 * mouse.el (popup-menu): Stupid typo.
7315
7316 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7317
7318 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7319 maintainer, keywords tags.
7320
7321 * rect.el (replace-rectangle): Don't call string-rectangle-line
7322 with too many arguments.
7323
7324 2000-11-22 Andre Spiegel <spiegel@gnu.org>
7325
7326 * ediff-util.el (ediff-file-checked-out-p)
7327 (ediff-file-checked-in-p): Call vc-state instead of
7328 vc-locking-user, which no longer exists.
7329
7330 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7331
7332 2000-11-22 Dave Love <fx@gnu.org>
7333
7334 * md5.el (md5): Provide.
7335 (md5): Fix error call.
7336
7337 2000-11-22 Miles Bader <miles@gnu.org>
7338
7339 * textmodes/refill.el (refill-adjust-ignorable-overlay)
7340 (refill-fill-paragraph-at): Remove debugging code.
7341
7342 * calendar/calendar.el (generate-calendar-window): When we don't
7343 call `fit-window-to-buffer', make sure the top line is fully visible.
7344
7345 * image-file.el (insert-image-file): Don't make `read-only'
7346 property rear-nonsticky.
7347
7348 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7349 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7350 stashing away its original value.
7351 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7352 in the recursive edit.
7353 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7354 (isearch-done): Restore `minibuffer-message-timeout'.
7355
7356 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7357
7358 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7359
7360 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7361
7362 * find-lisp.el (find-lisp-find-files-internal):
7363 Use dolist, when and file-name-as-directory.
7364
7365 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7366 (define-derived-mode, define-minor-mode): Add specs.
7367
7368 * window.el: General comment and spacing fixes.
7369 (save-selected-window): Use backquotes.
7370 (window-safely-shrinkable-p): New function.
7371 (shrink-window-if-larger-than-buffer): Use it.
7372
7373 * subr.el (make-local-hook): Docstring fix.
7374
7375 * shell.el (shell-mode): Use define-derived-mode.
7376
7377 * newcomment.el (comment-indent): Insert comment before calling
7378 comment-indent-function. Don't insert in column 0.
7379 (comment-dwim): Indent before inserting comment.
7380
7381 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7382 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7383 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7384 Use mapc rather than map.
7385
7386 * files.el (find-buffer-visiting): Compare all attributes before
7387 declaring two files identical (rather than just their inode-no).
7388 (auto-mode-alist): Use \' rather than $.
7389
7390 * which-func.el: Update maintainer line.
7391
7392 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7393 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7394 (uniquify-buffer-file-name): Use it.
7395
7396 2000-11-22 Miles Bader <miles@gnu.org>
7397
7398 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7399 * simple.el (minibuffer-avoid-prompt): New function.
7400
7401 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7402
7403 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7404
7405 2000-11-21 Miles Bader <miles@gnu.org>
7406
7407 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7408 inclusion of `track-mouse'.
7409
7410 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7411 (refill-adjust-ignorable-overlay): New function.
7412 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7413 only the paragraph's tail if possible.
7414 Update `refill-ignorable-overlay'.
7415 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7416
7417 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7418 point inside the fill-prefix.
7419
7420 * textmodes/refill.el (refill-post-command-function): Don't reset
7421 refill-doit in the case where a self-insertion command doesn't
7422 case a refill. Use `refill-fill-paragraph-at', getting position
7423 from `refill-doit'.
7424 (refill-after-change-function): Set `refill-doit' to END.
7425 (refill-fill-paragraph-at): New function, mostly from old
7426 refill-fill-paragraph.
7427 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7428 (refill-pre-command-function): New function.
7429 (refill-mode): Add it to `pre-command-hook'.
7430
7431 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7432
7433 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7434
7435 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7436 javadoc tags.
7437
7438 2000-11-20 Andre Spiegel <spiegel@gnu.org>
7439
7440 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7441 vc.el).
7442
7443 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7444 require vc.
7445
7446 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7447 checkouts.
7448
7449 2000-11-20 Dave Love <fx@gnu.org>
7450
7451 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7452
7453 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
7454
7455 * calculator.el (calculator-paste): Use `if' instead of `and'
7456 and `or'.
7457 (calculator-help): Don't use electric-describe-mode for XEmacs.
7458
7459 2000-11-19 Gerd Moellmann <gerd@gnu.org>
7460
7461 * info.el (info-menu-5): Doc fix.
7462
7463 * textmodes/artist.el: New file.
7464
7465 2000-11-19 Andre Spiegel <spiegel@gnu.org>
7466
7467 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7468 and differentiate according to checkout model.
7469 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7470 since this function is only concerned with master state.
7471
7472 * vc-hooks.el (vc-workfile-unchanged-p)
7473 (vc-default-workfile-unchanged-p): Moved here from vc.el.
7474
7475 * vc.el (vc-workfile-unchanged-p)
7476 (vc-default-workfile-unchanged-p): See above.
7477
7478 2000-11-19 Miles Bader <miles@gnu.org>
7479
7480 * image-file.el (insert-image-file): Make `intangible' and
7481 `read-only' properties rear-nonsticky too.
7482
7483 2000-11-18 Gerd Moellmann <gerd@gnu.org>
7484
7485 * ps-print.el: Update copyright notice.
7486
7487 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7488 (tooltip-show): Use the offsets.
7489
7490 * bindings.el (mode-line-modified): Fix a typo.
7491 (mode-line-toggle-modified, mode-line-widen)
7492 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7493
7494 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7495
7496 * ps-print.el (toplevel): Test for find-coding-system being
7497 fboundp before calling ps-x-find-coding-system.
7498
7499 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7500
7501 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7502 (vc-version-backup-file): Docstring fix.
7503
7504 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7505
7506 * files.el (basic-save-buffer): Don't add a newline if
7507 find-file-literally is non-nil.
7508 (find-file-literally): Extend doc string.
7509
7510 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7511 sort(1) with the `-f' argument.
7512
7513 2000-11-16 Andre Spiegel <spiegel@gnu.org>
7514
7515 * vc.el: Updated backend documentation.
7516 (vc-default-check-headers): New function.
7517
7518 * vc-{cvs,rcs,sccs}.el: Functions reordered.
7519
7520 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7521 up-to-date.
7522 (vc-do-command): In the asynchronous case, output messages only if
7523 the minibuffer is not active.
7524
7525 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7526 `vc-cvs-use-edit' is on.
7527 (vc-cvs-checkout): When this is used for reverting the workfile,
7528 make a backup of the original contents and revert to that in case
7529 of error.
7530 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7531 remote repositories.
7532
7533 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7534 for both version and ratio in the minibuffer.
7535
7536 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7537 Use vc-do-command to perform the annotation, not call-process.
7538
7539 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7540
7541 * international/quail.el (quail-start-translation): Don't call
7542 `message' before reading key sequence.
7543
7544 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7545
7546 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7547
7548 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7549
7550 * window.el (fit-window-to-buffer): Be sure to acquire at least
7551 one text line even if the buffer is empty.
7552
7553 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7554
7555 * net/ange-ftp.el (ange-ftp-file-writable-p)
7556 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7557 Bind ange-ftp-process-verbose to nil.
7558
7559 2000-11-15 Dave Love <fx@gnu.org>
7560
7561 * wid-edit.el (widget-specify-field, widget-specify-button):
7562 If :help-echo is a function, set help-echo of overlay to
7563 widget-mouse-help.
7564 (widget-mouse-help): New function.
7565 (widget-echo-help): Rewritten for :help-echo functions only taking
7566 a widget arg.
7567
7568 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7569 Use display-graphic-p.
7570 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7571 and that JPEG is available.
7572 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7573
7574 * international/mule-cmds.el (locale-charset-language-names):
7575 Match @euro.
7576
7577 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7578
7579 * faces.el (face-set-after-frame-default):
7580 If `inhibit-default-face-x-resources' is bound, don't intialize the
7581 default face from X resources.
7582
7583 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7584
7585 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7586 Don't set EMACSLOADPATH.
7587
7588 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7589
7590 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7591 texinfo-insert-@url.
7592 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7593 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7594
7595 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7596
7597 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7598 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7599 (checkdoc-minor-keymap): Backward compatibility.
7600 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7601 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7602 (checkdoc-this-string-valid-engine): Be a bit more strict
7603 to avoid matching substrings of `...' quoted vars/funs.
7604 (checkdoc-defun-info): Only look for `interactive' if alone.
7605 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7606
7607 * progmodes/compile.el (grep): `tag-default' can be nil.
7608
7609 * newcomment.el (comment-indent): Paren typo.
7610
7611 2000-11-14 Dave Love <fx@gnu.org>
7612
7613 * calculator.el: New maintainer version.
7614
7615 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7616
7617 * cmuscheme.el: Doc fixes.
7618 (cmuscheme) <defgroup>: Use `scheme' as parent.
7619 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
7620
7621 * xscheme.el (scheme-program-name): Don't define here.
7622
7623 * progmodes/scheme.el (scheme-program-name): New variable
7624 (originally in cmuscheme).
7625
7626 2000-11-14 Miles Bader <miles@gnu.org>
7627
7628 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7629 Handle header-lines. Don't loop forever if we can't enlarge the
7630 window anymore. Simplify a bit.
7631
7632 2000-11-14 Kenichi Handa <handa@etl.go.jp>
7633
7634 * window.el (fit-window-to-buffer): Don't check
7635 window-text-height. Assure that the last line is fully visible.
7636
7637 * international/quail.el (quail-show-guidance-buf):
7638 Call fit-window-to-buffer to assure the enough height of the guidance
7639 buffer.
7640 (quail-update-guidance): Avoid making the guidance buffer shorter.
7641
7642 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7643
7644 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7645 rather than `prepend' and add an interesting comment.
7646 (tex-math-face, tex-font-lock-syntactic-face-function):
7647 New face and function to use it.
7648 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7649 than `menu-enable' symbol property.
7650 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7651 (tex-mode): Add some latex-mode commands for auto-selection.
7652 Use tex-font-lock-syntactic-face-function.
7653 (tex-insert-quote): Simplify.
7654 (tex-shell): New mode.
7655 (tex-start-shell): Use it.
7656 (tex-shell-proc, tex-shell-buf): New functions.
7657 (tex-send-command): Use it.
7658 (tex-main-file): Fix the meaning of the new arg REALFILE.
7659 (tex-send-tex-command): New function split from `tex-start-tex'.
7660 Set compilation-last-buffer and compilation-parsing-end.
7661
7662 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7663 when it follows non-comment text on the line.
7664
7665 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7666 Set font-lock-defaults.
7667 (lisp-mode-shared-map): Init inside the defvar.
7668 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7669 Use define-derived-mode.
7670
7671 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7672
7673 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7674
7675 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7676
7677 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7678 Don't recursively optimize body because that can lead to infinite
7679 recursion; see comment there.
7680
7681 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7682
7683 * faces.el (face-spec-set-match-display): Revert the change from
7684 2000-10-24. Add a FIXME for after v21.1.
7685
7686 2000-11-13 Miles Bader <miles@gnu.org>
7687
7688 * textmodes/fill.el (skip-line-prefix): New function.
7689 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7690 (fill-paragraph): Don't leave point inside the fill-prefix.
7691 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7692 point inside the fill-prefix.
7693
7694 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7695
7696 * calendar/calendar.el (generate-calendar-window):
7697 Use `fit-window-to-buffer'.
7698
7699 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7700
7701 * gud.el (gud-minor-mode): New var.
7702 (gud-symbol, gud-val): New functions.
7703 (gud-find-file): Copy gud-minor-mode to the new buffer.
7704 (gud-menu-map): Include entries for commands that are not always
7705 available, using :enable to (de)activate them.
7706 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7707 (gud-mode-map): New map.
7708 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7709 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7710 Don't set up gud's menu (it's done by the minor-mode).
7711 (gud-minibuffer-local-map): New.
7712 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7713 (gud-query-cmdline): New function.
7714 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7715 (gud-mode): Use define-derived-mode.
7716 Don't set up gud's menu (it's done by the minor-mode).
7717 (gud-chop-words): Remove.
7718 (gud-common-init): Use split-string instead.
7719 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7720
7721 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7722 Add keyword arg :name.
7723
7724 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7725 (diff-count-matches, diff-split-hunk): New functions.
7726 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7727
7728 * pcvs-info.el (cvs-fi-conflict-face): New var.
7729
7730 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7731 Make it into a simple syntax-table, shared among all submodes.
7732 (sh-heredoc-face): Re-introduce.
7733 (sh-font-lock-syntactic-face-function): New function.
7734 (sh-mode): Use it. Also use define-derived-mode.
7735 Remove old bogus setting of indent-region-function.
7736 (sh-set-shell): Don't set the syntax-table any more.
7737 (sh-mode-syntax-table) <defun>: Remove.
7738
7739 2000-11-12 Miles Bader <miles@gnu.org>
7740
7741 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7742 message if interactive.
7743
7744 2000-11-12 Dave Love <fx@gnu.org>
7745
7746 * mail/feedmail.el: Fix header,
7747 (feedmail) <defgroup>: Add :link.
7748
7749 * view.el: Use local-map property, not keymap on mode-line string.
7750
7751 * scroll-all.el (scroll-all-mode): Customize variable.
7752 Add autoload cookie to function.
7753
7754 * lazy-lock.el: Remove compatibility code.
7755
7756 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7757 (finder-help-echo): New variable.
7758 (finder-mouse-face-on-line): Add help-echo stuff.
7759 (finder-list-keywords, finder-list-matches): Use mapc.
7760
7761 * faces.el (face-font-registry-alternatives): Add :version.
7762
7763 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7764 tags-table-list.
7765
7766 * net/browse-url.el (browse-url-browser-function): Update :version.
7767
7768 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7769 (mail-mode): Use [:alnum:] in some regexps.
7770
7771 2000-11-10 Dave Love <fx@gnu.org>
7772
7773 * ediff.el (ediff-regions-internal, ediff-documentation):
7774 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7775 fundamental mode.
7776
7777 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7778 buffer into fundamental mode.
7779 (ediff-set-difference): Use copy-sequence if available.
7780
7781 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7782 Check ediff-patch-map non-nil.
7783 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7784 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7785 buffer into fundamental mode.
7786
7787 * ediff-merg.el (state-or-merge): Defvar when compiling.
7788
7789 2000-11-10 Jason Rumney <jasonr@gnu.org>
7790
7791 * w32-fns.el (w32-add-charset-info): New function.
7792 (w32-charset-info-alist): Use it.
7793
7794 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7795
7796 * faces.el (face-font-registry-alternatives): New user-option.
7797
7798 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7799
7800 * textmodes/texinfo.el (texinfo-block-default): New var.
7801 (texinfo-insert-block): Use it. Insert a newline if needed.
7802
7803 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7804 (fill-region-as-paragraph): Use it.
7805
7806 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7807 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7808 Tweak paragraph regexps to allow a leading [ \t]*.
7809 (tex-latex-block): Insert a newline if necessary.
7810 (latex-insert-item): Only insert a newline if necessary.
7811 (tex-guess-main-file): New function.
7812 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7813 Set tex-main-file if TeX-master is provided.
7814 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7815
7816 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7817
7818 * startup.el (command-line): Set the default tooltip-mode
7819 to t for graphical displays which implement x-show-tip.
7820
7821 * tooltip.el (tooltip-mode): Add a comment about startup.el
7822 setting the default value of this user-option.
7823
7824 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7825
7826 * font-lock.el (font-lock-*-face) <defvar>: Move.
7827 (font-lock-defaults-alist): Mark obsolete.
7828 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7829 (font-lock-mode): Use define-minor-mode.
7830 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7831 (font-lock-turn-off-thing-lock): Be more explicit.
7832 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7833 (font-lock-syntactic-face-function): New var.
7834 (font-lock-fontify-syntactically-region): Use it.
7835 (font-lock-doc-face): New.
7836
7837 * pcvs.el (cvs-enabledp): Ignore errors.
7838 (cvs-commit-filelist): Never query.
7839 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7840 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7841 (cvs-do-removal): Use cvs-partition rather than delete-if.
7842 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7843 cvs-bury-buffer.
7844
7845 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7846 Allow `next' to jump to after the end of the last match.
7847
7848 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7849
7850 * simple.el (byte-compiling-files-p): New function.
7851
7852 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7853 if it is there.
7854
7855 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7856 nil again.
7857
7858 * textmodes/ispell.el (ispell-library-path): Don't call
7859 check-ispell-version when byte-compiling because that starts
7860 an ispell process, and ispell might not be installed.
7861 (toplevel): Don't set up a menu when byte-compiling.
7862
7863 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7864 it, so that a boundp test can be used to determine if we're
7865 currently byte-compiling.
7866
7867 2000-11-09 Dave Love <fx@gnu.org>
7868
7869 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7870
7871 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7872
7873 * ps-print.el: Patch for variable initialization when spooling.
7874 Doc fix.
7875 (ps-output-list): Fun eliminated.
7876 (ps-begin-file, ps-begin-job): Code fix.
7877
7878 2000-11-08 Dave Love <fx@gnu.org>
7879
7880 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7881
7882 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7883
7884 * simple.el (shell-command, display-message-or-buffer)
7885 (shell-command-on-region): Mention resize-mini-windows in the doc
7886 string.
7887 (display-message-or-buffer): Take the value of resize-mini-windows
7888 into account.
7889
7890 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7891
7892 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7893
7894 * dired.el (dired-between-files): Add `^. find' as an alternative
7895 to the regular expression, for find-dired.
7896
7897 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7898
7899 * textmodes/texnfo-upd.el: Require texinfo.
7900 (defmacro, defgroup): Remove.
7901 (texinfo-section-to-generic-alist): Remove.
7902 Use texinfo-section-list instead (i.e. level is changed string->int).
7903 (texinfo-filter): New function.
7904 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7905 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7906 Use it. And use regexp-opt.
7907 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7908 (texinfo-update-menu-region-beginning)
7909 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7910 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7911 (texinfo-update-menu-same-level-regexps): Update.
7912 (texinfo-update-node, texinfo-every-node-update)
7913 (texinfo-sequential-node-update): Remove autoload cookie.
7914
7915 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7916 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7917 (texinfo-chapter-level-regexp): Remove.
7918 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7919
7920 2000-11-06 Dave Love <fx@gnu.org>
7921
7922 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7923
7924 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7925 Match defun*.
7926
7927 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7928
7929 * composite.el (composition-function-table): Variable declaration
7930 moved to src/composite.c.
7931 (compose-chars-after): New optional arg object.
7932
7933 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7934
7935 * bindings.el (mode-line-toggle-read-only)
7936 (mode-line-toggle-modified, mode-line-widen)
7937 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7938 (make-mode-line-mouse2-map): Rewritten.
7939 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7940 functions so that C-h k can show something with a doc string.
7941
7942 * startup.el (fancy-splash-delay): Set to 10 seconds.
7943 (fancy-splash-max-time): New user-option.
7944 (fancy-splash-stop-time): New variable.
7945 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7946 (fancy-splash-screens-1): Throw `stop-splashing' when current
7947 time is greater than fancy-splash-stop-time.
7948
7949 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7950
7951 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7952
7953 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7954 Prompt user for a file rather than raising an error.
7955 (cvs-enabledp): Fix call to cvs-mode-marked.
7956 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7957 (cvs-mode-insert): Use it. Change the init prompt' value.
7958 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7959
7960 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7961 Don't pass default arg to ewoc-locate.
7962 (ewoc-collect): Return result in the right order.
7963
7964 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7965
7966 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7967 (cvs-status-get-tags): Fix regexp.
7968 (cvs-status-trees, cvs-status-cvstrees):
7969 Combine after change hooks and don't sit-for.
7970 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7971 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7972 Use make-char rather than hard-coded cryptic data.
7973 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7974
7975 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7976
7977 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7978 (cvs-insert-strings): New function.
7979
7980 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7981
7982 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7983 `mwheel-scroll-amount'.
7984 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7985 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7986 string-matching against the version string.
7987
7988 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7989
7990 * language/thai.el ("Thai"): Set a lisp form that produces
7991 composed string in `sample-text' language info.
7992
7993 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7994 composed string in `sample-text' language info.
7995
7996 * international/mule-cmds.el (describe-language-environment):
7997 Eval `sample-text' data and insert the result.
7998
7999 * international/mule-conf.el (compound-text): Define this coding
8000 system here. Make x-ctext and ctext aliases of it.
8001
8002 * language/european.el (compound-text, ctext): Moved to
8003 international/mule-conf.el.
8004
8005 2000-11-05 Andrew Innes <andrewi@gnu.org>
8006
8007 * w32-fns.el (w32-version): New function.
8008
8009 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8010
8011 * progmodes/awk-mode.el: Update copyright.
8012 (awk-mode-abbrev-table): Remove.
8013 (awk-font-lock-keywords): Use regexp-opt.
8014 (awk-mode): Use define-derived-mode.
8015
8016 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8017 when extracting a suffix.
8018
8019 2000-11-04 Andre Spiegel <spiegel@gnu.org>
8020
8021 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8022 auto-save-mode.
8023
8024 2000-11-04 Jason Rumney <jasonr@gnu.org>
8025
8026 * language/european.el (decode-mac-roman): Test against r1 not r0.
8027
8028 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8029
8030 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8031 (icon-mode): Define indent-line-function.
8032 (icon-comment-indent): Simplify.
8033 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8034
8035 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8036
8037 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8038 Bind change-log-default-mode to defeat the caching done on it.
8039 Don't bother saving excursion any more.
8040
8041 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8042
8043 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8044 (set-frame-font): Use the new name (and the old for compatibility).
8045
8046 * toolbar/tool-bar.el (tool-bar-mode):
8047 * time.el (display-time-mode):
8048 * recentf.el (recentf-mode):
8049 * paren.el (show-paren-mode):
8050 * mwheel.el (mouse-wheel-mode):
8051 * msb.el (msb-mode):
8052 * jka-compr.el (auto-compression-mode):
8053 * image-file.el (auto-image-file-mode):
8054 * hl-line.el (hl-line-mode):
8055 * delsel.el (delete-selection-mode):
8056 * autoinsert.el (auto-insert-mode):
8057 * complete.el (partial-completion-mode): Drop unneeded positional args.
8058
8059 * info.el (Info-mode):
8060 * comint.el (comint-mode): Don't bother with make-local-hook.
8061
8062 * log-edit.el (log-edit-menu): New menu.
8063
8064 2000-11-03 Miles Bader <miles@gnu.org>
8065
8066 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8067 definition, so that trailing spaces are handled properly.
8068 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8069
8070 2000-11-03 Gerd Moellmann <gerd@gnu.org>
8071
8072 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8073 tab character.
8074 (fancy-splash-screens): Set tab-width to 20.
8075
8076 2000-11-03 Dave Love <fx@gnu.org>
8077
8078 * comint.el (comint-completion-addsuffix): Fix custom type.
8079
8080 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8081
8082 * font-lock.el (font-lock-buffers): Remove.
8083 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8084 (font-lock-change-major-mode): Remove.
8085 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8086 (font-lock-default-fontify-region): Extend the multiline
8087 fontification to whole lines.
8088 (font-lock-fontify-anchored-keywords)
8089 (font-lock-fontify-keywords-region): If matching just one
8090 line (with \n) only mark the \n as multiline.
8091
8092 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8093 Correctly handle the case where several :group args are supplied.
8094 Allow :extra-args.
8095 (easy-mmode-define-global-mode): Allow :extra-args.
8096 Correctly handle the case where several :group args are supplied.
8097
8098 2000-11-02 Miles Bader <miles@gnu.org>
8099
8100 * calendar/calendar.el (diary-face, calendar-today-face)
8101 (holiday-face): Remove dependency on `window-system'.
8102
8103 2000-11-02 Ken Raeburn <raeburn@gnu.org>
8104
8105 * Makefile.in (emacs): Set EMACSLOADPATH always.
8106 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
8107 (compile-files): Bomb out if compilation of a file fails.
8108
8109 2000-11-02 Dave Love <fx@gnu.org>
8110
8111 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8112
8113 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8114
8115 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8116 punctuation in the warning inserted into the *mail* buffer.
8117
8118 2000-11-02 Gerd Moellmann <gerd@gnu.org>
8119
8120 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8121 (authors-public-domain-p): New function.
8122 (authors-print): Use it.
8123
8124 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8125
8126 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8127
8128 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8129
8130 * ps-print.el: Extension for even/odd printing. Doc fix.
8131 (ps-print-version): New version number (6.3.1).
8132 (ps-even-or-odd-pages): Customization fix.
8133 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8134 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8135 (ps-page-count): Var replaced by `ps-page-column'.
8136 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8137 (ps-print-sheet-p): New fun.
8138
8139 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8140
8141 * tooltip.el (tooltip-gud-tips-setup): New function.
8142 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8143 (tooltip-mode): Call tooltip-gud-tips-setup.
8144 (tooltip-gud-tips): Use `gud-basic-call' instead of
8145 process-send-string, so the prompt gets frobbed appropriately.
8146 Handle nil return value from `tooltip-gud-print-command'.
8147
8148 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8149
8150 * comint.el (comint-add-to-input-history): New function.
8151 (comint-send-input): Use `comint-add-to-input-history'.
8152
8153 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8154
8155 * info.el (info-menu-header): New face.
8156 (Info-fontify-menu-headers): New function.
8157 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8158
8159 * info.el (Info-insert-dir): Don't include blank lines at
8160 beginning of additional dir files (one is added automatically).
8161
8162 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8163
8164 * emacs-lisp/easy-mmode.el (define-minor-mode):
8165 Revert the latest changes.
8166 Allow the three positional arguments to be skipped and replaced
8167 by keyword arguments.
8168 Add a :toggle argument to determine whether a nil arg means toggle
8169 or means turn-on. The default is unchanged.
8170 Add a call to force-mode-line-update.
8171
8172 2000-11-01 Dave Love <fx@gnu.org>
8173
8174 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
8175
8176 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8177
8178 * calendar/calendar.el (diary-face, holiday-face):
8179 Add dark-background variants.
8180
8181 2000-10-31 Sam Steingold <sds@gnu.org>
8182
8183 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8184 `tex-main-file' does not have directory in it.
8185
8186 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8187
8188 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8189
8190 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8191
8192 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8193 functional change.
8194
8195 2000-10-31 Gerd Moellmann <gerd@gnu.org>
8196
8197 * files.el (find-file-noselect): When we expand a wildcard, return
8198 a list of buffers, as we should do according to the doc string.
8199
8200 2000-10-31 Ken Raeburn <raeburn@gnu.org>
8201
8202 * loadup.el (top level): Adjust load path if program name is
8203 "../src/bootstrap-emacs", in case it's not dumped and thus the
8204 load path adjustment hasn't already been done.
8205
8206 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8207
8208 * ps-print.el: Fix bug on selected pages for printing.
8209 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
8210 is on. Try to avoid warning messages when compiling. Doc Fix.
8211 (ps-print-version): New version number (6.3).
8212 (ps-color-device): Use `color-values' to determine if device
8213 supports color.
8214 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8215 (ps-print-page-p): Changed from defsubst to defun.
8216 (ps-page-number): Changed from defmacro to defun.
8217 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8218 printing.
8219 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
8220 (ps-end-file, ps-dummy-page): Funs eliminated.
8221 (ps-print-color-scale): Changed default value.
8222 (ps-page-n-up, ps-print-page-p): New internal vars.
8223 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8224 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8225
8226 * delim-col.el: Little programming improvement.
8227 (delimit-columns-str): New macro.
8228 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8229
8230 2000-10-31 Kenichi Handa <handa@etl.go.jp>
8231
8232 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8233 Moved to european.el.
8234 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8235 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8236 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8237 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
8238
8239 2000-10-30 Dave Love <fx@gnu.org>
8240
8241 * progmodes/cc-menus.el (imenu-generic-expression)
8242 (imenu-progress-message): Only defvar when compiling.
8243
8244 * emacs-lisp/elp.el (elp-unload-hook): New function.
8245
8246 * loadhist.el (unload-feature): Call elp-restore-function,
8247 checking for symbols; don't use elp-restore-all.
8248 (loadhist-hook-functions): Doc fix.
8249
8250 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8251
8252 * log-edit.el (log-edit-confirm): Fix the default.
8253
8254 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8255
8256 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8257 delimit-columns-format.
8258 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8259
8260 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8261
8262 * comint.el (comint-replace-by-expanded-history): Don't use
8263 comint-get-old-input (we're not looking at *old* input).
8264 (comint-get-old-input-default): If using fields, signal an error
8265 when the point is not in an input field.
8266
8267 2000-10-30 Kenichi Handa <handa@etl.go.jp>
8268
8269 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8270 and mule-unicode-e000-ffff.
8271
8272 * international/mule.el (decode-char, encode-char): New functions.
8273 (make-coding-system): Accept a symbol of translation table as a
8274 value of property `safe-chars'.
8275
8276 * international/mule-cmds.el (encode-coding-char): Check property
8277 safe-chars instead of safe-charsets.
8278
8279 * international/fontset.el (fontset-default): Modified for
8280 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8281 (x-font-name-charset-alist): Likewise.
8282 (ccl-encode-unicode-font): New CCL program. Record it in
8283 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8284
8285 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8286 New translation tables.
8287 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8288 programs are modified and moved from mac-win.el.
8289 (mac-roman): Definition of this coding system is modified and
8290 moved from mac-win.el.
8291
8292 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8293
8294 * ediff-wind.el (ediff-setup-control-frame): Enclose
8295 face-attribute in condition-case to avoid errors in older emacsen.
8296
8297 2000-10-29 Miles Bader <miles@gnu.org>
8298
8299 * custom.el (custom-add-to-group): Allow multiple entries for a
8300 given value OPTION, as long as their widget types are different.
8301 * cus-edit.el (custom-face-value-create): If face name doesn't end
8302 with "face", add such here (similar to custom group widgets).
8303
8304 * comint.el (comint-highlight-prompt): Add :type.
8305
8306 2000-10-28 John Wiegley <johnw@gnu.org>
8307
8308 * calendar/timeclock.el (timeclock-log): Doc fix.
8309 (timeclock-last-event): Doc fix.
8310 (timeclock-log): Kill the timelog buffer after appending a new event.
8311 (timeclock-find-discrep): Use a temp buffer to read in the
8312 timelog, instead of visiting the file.
8313 (timeclock-log-data): A new function, along with a host of helper
8314 functions, for the purpose of making timelog data accessible to
8315 programmers.
8316
8317 * eshell/esh-mode.el (window-height test): Make certain that
8318 `eshell-stringify-t' is non-nil.
8319 (eshell-password-prompt-regexp): Changed to a much simpler
8320 password regexp.
8321 (eshell-send-input): If `eshell-invoke-directly' returns t,
8322 directly invoke the parsed command using `eval'. This improves
8323 turn-around time on simple commands by a factor of three or
8324 greater, such as cd, ls, pwd, etc. -- which get used very often.
8325 It also conserves thousands of cons cells per call (since
8326 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8327 in the Pacific Cookie Company).
8328
8329 * eshell/esh-test.el (eshell-test): Whitespace fix.
8330
8331 * eshell/em-ls.el (eshell-ls-insert-directory):
8332 Make `eshell-ls-initial-args' nil when inserting directory contents.
8333
8334 * eshell/em-script.el (eshell-script-initialize): Add names to
8335 `eshell-complex-commands, since `source' and `.' are complex.
8336
8337 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8338 (eshell-rewrite-while-command): Use `eshell-protect' instead of
8339 `eshell-copy-handles'.
8340 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8341 bodies.
8342 (eshell-separate-commands): Whitespace fix.
8343 (eshell-complex-commands): Added a new list of names, for
8344 determining whether a given command is as simple as it looks.
8345 (eshell-invoke-directly): New function. Returns t if a command
8346 should be invoked directly (using `eval'), rather than indirectly
8347 using `eshell-do-eval'.
8348 (eshell-do-eval): Whitespace fix.
8349
8350 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8351 which provides an emulation of the DOS shell behavior of assuming
8352 that cp/mv/ln should copy/move/link to the current directory.
8353 (eshell-remove-entries): Added a doc string.
8354 (eshell-shuffle-files): Removed the check for `target' being null.
8355 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8356 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8357 it to do a smarter check of whether a destination was provided.
8358 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8359 (eshell/ln): Enable `:preserve-args', and use
8360 `eshell-mvcpln-template' to implement the body of the function.
8361 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8362 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8363 list after flattening it. This makes it possible to cat files
8364 with numerical names.
8365 (eshell-unix-initialize): Added several names to
8366 `eshell-complex-commands.
8367 (eshell-unix-command-complex-p): Return t if a given command name
8368 may result in external processes being invoked.
8369
8370 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8371 variable nil by default, since it slows down glob processing by a
8372 factor of two or more, and increases memory consumption.
8373
8374 * eshell/em-smart.el: Added a note about how memory consumptive
8375 smart display mode can be (at least this is true in Emacs 21).
8376 (eshell-smart-initialize): Whitespace fix.
8377 (eshell-refresh-windows): Use `if' instead of `when'.
8378 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8379 not necessary.
8380 (eshell-currently-handling-window): Added a missing global variable.
8381
8382 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8383 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8384 Whitespace fix.
8385 (eshell-ls-exclude-hidden): Added this variable in addition to
8386 `eshell-ls-exclude-regexp'. This one prevents files beginning
8387 with . from even being read, which can improve memory consumption
8388 quite a bit.
8389 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8390 read file entries beginning with a dot. In home directories with
8391 lots of hidden files, fully two-thirds of the time spent in ls is
8392 used to read directory entries that are immediately thrown away.
8393 (eshell-ls-initial-args): Added back this configuration variable,
8394 for specifying default initial arguments to every call to ls.
8395 Much faster than using an alias to do the same thing.
8396 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8397 (eshell-ls-dir): Whitespace change.
8398
8399 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8400
8401 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8402 (eshell-stringify-t): Added a customization variable, to indicate
8403 whether `t' should be rendered as a string at all. If not, one
8404 can still determine if the result of an expression is true using
8405 "file-exists-p FILE && echo true".
8406 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8407 stringify t!
8408
8409 * eshell/esh-module.el: Whitespace fix.
8410
8411 * eshell/em-alias.el (eshell-alias-initialize):
8412 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8413 (eshell-command-aliased-p): New function that returns t if a
8414 command name names an aliased.
8415
8416 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8417
8418 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8419 redrawing the screen when changing cursor color.
8420 (viper-insert-state-pre-command-sentinel)
8421 (viper-replace-state-pre-command-sentinel)
8422 (viper-replace-state-post-command-sentinel):
8423 Use viper-preserve-cursor-color.
8424 Many functions changed to use viper= instead of = when comparing
8425 characters.
8426 * viper-util.el (viper-memq-char,viper=): New functions for
8427 working with characters.
8428 (viper-change-cursor-color): Fixed buglet.
8429 Many functions changed to use viper= instead of = when comparing
8430 characters.
8431 * viper.el (viper-insert-state-mode-list): Added eshell.
8432
8433 * ediff-init.el (ediff-before-setup-hook): New hook.
8434 Several typos fixed in various docstrings.
8435 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8436 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8437 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8438 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8439 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8440 (ediff-get-selected-buffers): New function.
8441 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8442 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8443 Use save-window-excursion.
8444 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8445 termination check in while loop.
8446 * ediff.el (ediff-get-default-file-name): Better defaults when in
8447 dired buffer.
8448 (ediff-files,ediff-merge-files,ediff-files3)
8449 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8450
8451 2000-10-28 Dave Love <fx@gnu.org>
8452
8453 * info.el (Info-fontify-node): Add help-echo for menu items.
8454
8455 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8456
8457 * startup.el (normal-top-level): If the value of $TERM indicates
8458 we are running from xterm or one of its work-alikes, default to a
8459 light background mode.
8460
8461 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8462 * faces.el (tty-handle-reverse-video): New function.
8463 (tty-create-frame-with-faces): Call it.
8464
8465 * frame.el (frame-notice-user-settings): Don't apply
8466 default-frame-alist and initial-frame-alist to MS-DOS frames.
8467 Call tty-handle-reverse-video, frame-set-background-mode, and
8468 face-set-after-frame-default for non-MS-DOS frames.
8469
8470 * startup.el (tty-long-option-alist): New variable.
8471 (tty-handle-args): New function.
8472 (command-line): Call tty-handle-args.
8473
8474 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8475 startup.el now does that for all character-terminal frames.
8476
8477 2000-10-28 Miles Bader <miles@gnu.org>
8478
8479 * emacs-lisp/easy-mmode.el (define-minor-mode):
8480 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8481 is global. If :global is followed by a non-nil but non-t value,
8482 make the mode buffer-local, but also generate a `global-MODE'
8483 version using `easy-mmode-define-global-mode'.
8484 Add :conditional-turn-on keyword argument.
8485
8486 2000-10-28 Dave Love <fx@gnu.org>
8487
8488 * international/latin1-disp.el (latin1-char-displayable-p):
8489 Don't use window-system.
8490
8491 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8492
8493 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8494 Don't call find-buffer-file-type-coding-system. Instead, just
8495 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8496 if the file is on an untranslated filesystem.
8497 (add-untranslated-filesystem): Use "D" instead of "f" inside
8498 interactive.
8499
8500 2000-10-27 Dave Love <fx@gnu.org>
8501
8502 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8503 (refill-mode): Use it.
8504
8505 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8506
8507 * international/quail.el (quail-activate): Don't make-local-hook.
8508
8509 2000-10-27 Andre Spiegel <spiegel@gnu.org>
8510
8511 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8512 manual backups and file.~<rev>.~ for automatic ones.
8513 (vc-make-version-backup): Don't do it on MS-DOS without long file
8514 names.
8515
8516 * vc.el (vc-version-other-window): If an automatic backup of the
8517 desired version exists, rename it instead of copying it.
8518
8519 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8520 after command. If there's an unexpected error, signal it instead
8521 of being silent.
8522 (vc-cvs-merge-news): Be prepared for no news at all.
8523
8524 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8525
8526 * shell.el (shell): Add BUFFER argument.
8527 * comint.el (make-comint-in-buffer): New function.
8528 (make-comint): Use it.
8529
8530 * faces.el (face-spec-choose): Change syntax so that the list of
8531 attribute-value pairs is now the cdr of each clause, not the cadr.
8532 Detect old-style entries, and handle them. Use pop.
8533
8534 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8535
8536 * cus-edit.el (custom-mode-map): Use a sparse map.
8537 (custom-mode): Don't bother with make-local-hook.
8538
8539 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8540
8541 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8542
8543 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8544
8545 * ps-print.el: Avoid compilation gripes.
8546 (ps-print-version): New version number (6.2.1).
8547
8548 2000-10-26 Dave Love <fx@gnu.org>
8549
8550 * menu-bar.el: Modify some menu item help strings.
8551 (menu-bar-help-menu): Add link to MORE.STUFF.
8552
8553 * cus-edit.el (custom-mode): Add `special' mode-class property.
8554
8555 * wid-browse.el (widget-browse-mode): Likewise.
8556
8557 * wid-edit.el (widget-specify-field): Revert to using local-map
8558 property, not keymap.
8559
8560 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8561
8562 * wid-edit.el (widget-field-end): When checking for a `boundary'
8563 field, do so in the correct buffer.
8564
8565 * simple.el (undo): Correctly distinguish between numeric and
8566 non-numeric prefix args in non-transient-mark-mode, as per the doc
8567 string. When in transient-mark-mode, treat all prefix-args as
8568 numeric.
8569
8570 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8571 Position point on match. Handle N == 0 correctly.
8572
8573 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8574 (comint-mode-map): Reverse order of `comint-write-output' and
8575 `comint-append-output-to-file'.
8576 (comint-append-output-to-file): Reinstate this function, for the
8577 benefit of the menu.
8578
8579 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8580
8581 * vc.el (vc-version-other-window): Bind `file'.
8582
8583 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8584
8585 * Makefile.in (update-authors): New target for maintenance purposes.
8586
8587 * emacs-lisp/authors.el (batch-update-authors): New function.
8588 (authors-fixed-entries): New defconst.
8589 (authors-add-fixed-entries): New function.
8590 (authors): Call it.: Don't process lispref/.
8591
8592 2000-10-25 Jason Rumney <jasonr@gnu.org>
8593
8594 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8595 Merge x w32 and mac definitions.
8596
8597 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8598
8599 * menu-bar.el (menu-bar-options-menu): Add a help string for
8600 `uniquify'.
8601
8602 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
8603
8604 * time-stamp.el (time-stamp-string-preprocess):
8605 Fix a wrong type argument error.
8606
8607 2000-10-25 Miles Bader <miles@gnu.org>
8608
8609 * recentf.el (recentf-mode): Variable removed.
8610 (recentf-mode): Use `define-minor-mode'.
8611
8612 * mwheel.el (mouse-wheel-mode): New global minor mode.
8613 (mwheel-install): Use `mouse-wheel-mode'.
8614
8615 2000-10-25 Dave Love <fx@gnu.org>
8616
8617 * progmodes/cperl-mode.el (cperl-mode):
8618 Set normal-auto-fill-function correctly.
8619
8620 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8621 Don't inherit from global-map and don't nullify menu-bar and tool-bar
8622 bindings.
8623
8624 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8625
8626 * wid-edit.el (widget-field-at): New function.
8627 (widget-at, widget-field-activate): Use it.
8628 (widget-tabable-at): Use `widget-at'.
8629 (widget-specify-field): If the terminating character of the widget
8630 field (which is read-only) is a newline, put it into a special
8631 `boundary' field so that C-n/C-p act more naturally.
8632 (widget-field-end): Also don't subtract one if a special
8633 `boundary' field has been added after the widget field.
8634
8635 * comint.el (comint-output-filter, comint-send-input):
8636 Don't bother adding stickiness fields to overlays to fool the field
8637 code, since it should notice the overlay insertion-types now.
8638
8639 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8640 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8641 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8642
8643 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8644
8645 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8646 (authors): Set file coding system to iso-2022-7bit.
8647 Add file-local variables to output buffer.
8648
8649 * files.el (after-find-file): Don't print any warnings if
8650 WARN is nil.
8651
8652 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8653
8654 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8655
8656 * delim-col.el: Now there is a column formatting mechanism.
8657 Modified to customization mechanisms convention. Doc fix.
8658 (columns): New group for delim-col.
8659 (delimit-columns-before, delimit-columns-after)
8660 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8661 (delimit-columns-end): New vars.
8662 (delimit-columns-customize, delimit-columns-format): New funs.
8663 (delimit-columns-region, delimit-columns-rectangle)
8664 (delimit-columns-rectangle-line): Modified to support column
8665 formatting.
8666
8667 2000-10-24 Dave Love <fx@gnu.org>
8668
8669 * log-edit.el (log-edit): Add :version and a :group for vc.
8670
8671 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8672
8673 * files.el (after-find-file): Don't print a message ``New file''
8674 if WARN is nil.
8675
8676 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8677 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
8678 get duplicate tool-bar entries because we'll see the global ones
8679 on more than one path through keymaps.
8680
8681 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8682
8683 * progmodes/cmacexp.el: Change Francesco's email address.
8684
8685 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8686
8687 * window.el (fit-window-to-buffer): Adjust point of the window
8688 buffer, not that of the current buffer.
8689
8690 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8691
8692 * progmodes/cmacexp.el: Update the euthor's email address.
8693
8694 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8695
8696 * faces.el (face-spec-set-match-display): Add `graphic' display
8697 type (the inverse of `tty'). Use `display-graphic-p' instead of
8698 the window-system variable.
8699
8700 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8701
8702 * international/isearch-x.el (isearch-with-input-method):
8703 Call input-method-function with the first event in
8704 unread-command-events.
8705
8706 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8707
8708 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8709
8710 2000-10-24 Andrew Choi <akochoi@i-cable.com>
8711
8712 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8713 New charsets.
8714
8715 * term/mac-win.el: Remove definitions of mac-roman-lower and
8716 mac-roman-upper, require dired, and define instead of set
8717 mac-ready-for-drag-n-drop to avoid compilation error.
8718
8719 2000-10-23 Andrew Innes <andrewi@gnu.org>
8720
8721 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8722 Remove superfluous calls to subst-char-in-string; instead apply
8723 expand-file-name after convert-standard-filename to ensure
8724 expected directory separators are used.
8725
8726 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8727
8728 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8729
8730 2000-10-23 Dave Love <fx@gnu.org>
8731
8732 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8733 (tool-bar-add-item): Set foreground and background for XBM icons.
8734
8735 * international/latin1-disp.el (latin1-char-displayable-p):
8736 New function (from Handa).
8737 (latin1-display-check-font): Use it.
8738
8739 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8740 using :key-sequence, making it much more usable.
8741 Use nconc, not append.
8742 (imenu--create-keymap-1): Avoid append.
8743
8744 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8745
8746 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8747
8748 [the following changes fix a bug where `define-minor-mode' didn't
8749 correctly generate :require clauses for defcustoms in compiled files]
8750 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8751 (byte-compile-log-file, byte-compile-log-1): Don't set
8752 `byte-compile-current-file' to nil. Instead set
8753 `byte-compile-last-logged-file' to it. Test whether
8754 byte-compile-current-file equals byte-compile-last-logged-file
8755 instead of whether its nil.
8756 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8757
8758 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8759
8760 * textmodes/refill.el: Fix var names in doc.
8761 (refill-mode): Don't bother with make-local-hook anymore.
8762
8763 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8764
8765 * faces.el (face-user-default-spec, face-default-spec): New functions.
8766 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8767 (frame-set-background-mode, face-set-after-frame-default):
8768 Use `face-user-default-spec'. Simplify code slightly.
8769
8770 * woman.el (woman-italic-face, woman-bold-face)
8771 (woman-unknown-face): Add dark-background variants.
8772 (woman-default-faces): Renamed from `woman-colour-faces'.
8773 Set using the stored defaults, rather than using hard-wired colors.
8774 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8775 Just make the foreground `unspecified' rather than "black".
8776 (woman-menu): Rename menu entries accordingly.
8777
8778 * faces.el (header-line): Make more reasonable on mono/grayscale
8779 displays.
8780
8781 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8782
8783 * cus-edit.el (custom-button-face): Use 3D look for mac.
8784 (custom-button-pressed-face): Likewise.
8785
8786 * faces.el (set-face-attributes-from-resources): Handle mac frames
8787 in the same way as x and w32 frames.
8788 (face-valid-attribute-values): Likewise.
8789 (read-face-attribute): Likewise.
8790 (defined-colors): Likewise.
8791 (color-defined-p): Likewise.
8792 (color-values): Likewise.
8793 (display-grayscale-p): Likewise.
8794 (face-set-after-frame-default): Likewise.
8795 (mode-line): Same default face as for x and w32.
8796 (tool-bar): Likewise.
8797
8798 * frame.el: Remove call to frame-notice-user-settings at end of
8799 the file.
8800
8801 * info.el (Info-fontify-node): Make underlines invisible for mac
8802 as for x, pc, and w32 frame types.
8803
8804 * term/mac-win.el: New file.
8805
8806 2000-10-22 Dave Love <fx@gnu.org>
8807
8808 * textmodes/refill.el: New file.
8809
8810 2000-10-22 Andre Spiegel <spiegel@gnu.org>
8811
8812 * vc-hooks.el (vc-version-backup-file-name): New optional args
8813 MANUAL and REGEXP.
8814 (vc-delete-automatic-version-backups, vc-make-version-backup):
8815 New functions.
8816 (vc-before-save): Use the latter.
8817 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8818 confusion.
8819
8820 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8821 expected by vc[-hooks].el.
8822
8823 * vc.el (vc-checkout): Added `-p' suffix in call to
8824 vc-make-version-backups-p; use vc-make-version-backup to actually
8825 make the backup.
8826 (vc-version-other-window, vc-version-backup-file): Handle both
8827 automatic and manual backups.
8828 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8829 of all of them.
8830
8831 2000-10-22 Miles Bader <miles@gnu.org>
8832
8833 * comint.el (comint-highlight-input, comint-highlight-prompt):
8834 Renamed, `-face' at end removed.
8835 (comint-send-input, comint-output-filter): Use renamed faces.
8836
8837 * window.el (fit-window-to-buffer): Change defaulting of
8838 MAX-HEIGHT slightly.
8839
8840 * faces.el (color-values, color-defined-p): Use `member', not
8841 `memq', because it works correctly for strings.
8842 (frame-set-background-mode): Actually, "unspecified-fg" and
8843 "unspecified-bg" *are* strings. Use `member', not `memq', and
8844 `equal', not `eq', when a string value is possible.
8845
8846 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8847
8848 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8849
8850 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8851
8852 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8853 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8854 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8855 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8856 (sh-font-lock-syntactic-keywords): Use them.
8857 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8858 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8859 (sh-mode): Don't override font-lock-unfontify-region-function.
8860 Use a copy of sh-font-lock-syntactic-keywords.
8861 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8862 Don't call sh-scan-buffer since font-lock does it on the fly.
8863 (sh-get-indent-info): Use `face' rather than `syntax-table'
8864 text-property to detect here-documents.
8865 Replace sh-special-syntax with sh-st-punc.
8866 (sh-prev-line): Use `face' rather than `syntax-table'
8867 text-property to skip over here-documents.
8868 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8869 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8870 (sh-electric-less, sh-set-here-doc-region)
8871 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8872 (sh-scan-buffer, sh-rescan-buffer): Remove.
8873
8874 2000-10-21 Andrew Innes <andrewi@gnu.org>
8875
8876 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8877 remote (ange-ftp) file names.
8878
8879 2000-10-21 Miles Bader <miles@gnu.org>
8880
8881 * window.el (fit-window-to-buffer): New function.
8882 (shrink-window-if-larger-than-buffer): Use it.
8883 (window-text-height): Don't expect minibuffers to have mode-lines.
8884
8885 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8886 * international/quail.el (quail-update-guidance):
8887 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8888
8889 * international/quail.el (quail-show-guidance-buf): Make sure
8890 guidance window really has enough room.
8891 (quail-update-guidance): If quail-guidance-win is already shown,
8892 make sure its height is OK.
8893
8894 * window.el (window-text-height, set-window-text-height):
8895 New functions.
8896 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8897 instead of `window-height' & `mode-line-window-height-fudge'.
8898 (mode-line-window-height-fudge): Add FACE parameter.
8899 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8900 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8901
8902 2000-10-20 Miles Bader <miles@gnu.org>
8903
8904 * window.el (height-affecting-face-attributes): Use `defconst'.
8905
8906 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8907 New function, conditionally aliased to `mode-line-window-height-fudge'.
8908 (ispell-help): Use it.
8909 (ispell-choices-win-default-height): Don't include mode-line fudge.
8910 (ispell-choices-win-default-height): New function.
8911 (ispell-show-choices, ispell-command-loop): Use function
8912 `ispell-choices-win-default-height' instead of variable.
8913
8914 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8915
8916 * window.el (mode-line-window-height-fudge): New variable.
8917 (height-affecting-face-attributes): New variable.
8918 (mode-line-window-height-fudge): New function.
8919 (shrink-window-if-larger-than-buffer): Use it.
8920 * help.el (resize-temp-buffer-window): Likewise.
8921
8922 * info.el (Info-fontify-node): Add support for @subsubsection
8923 titles, which use `Info-title-4-face'.
8924 (Info-title-4-face): New face.
8925 (Info-title-3-face): Inherit from Info-title-4-face instead of
8926 variable-pitch.
8927
8928 2000-10-19 Jason Rumney <jasonr@gnu.org>
8929
8930 * dired.el (dired-insert-directory): Do not let errors signalled by
8931 attempt to run dired-free-space-program prevent dired from working.
8932
8933 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8934
8935 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8936
8937 2000-10-19 Gerd Moellmann <gerd@gnu.org>
8938
8939 * dirtrack.el (dirtrack): Fix call to run-hooks.
8940
8941 * cmuscheme.el (cmuscheme-program-name): Renamed from
8942 scheme-program-name because xscheme.el contains a defcustom with
8943 the same name. As a consequence, customizing group `cmuscheme'
8944 loaded `xscheme' which redefined run-scheme.
8945 (run-scheme): Use cmuscheme-program-name.
8946
8947 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8948
8949 * play/doctor.el (doctor-death): Update the Samaritans'
8950 anonymous address, and add a website for Befrienders International.
8951
8952 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8953
8954 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8955 Avoid compilation gripes. Doc fix.
8956 (ps-print-version): New version number (6.2).
8957 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8958 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8959 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8960 (ps-x-extent-priority, ps-x-extent-start-position)
8961 (ps-x-face-font-instance, ps-x-find-coding-system)
8962 (ps-x-font-instance-properties, ps-x-make-color-instance)
8963 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8964 avoid compilation gripes without defining functions.
8965 (ps-e-find-composition): Alias for function find-composition, to have a
8966 suitable function depending on Emacs version.
8967 (ps-color-device, ps-color-values, ps-face-foreground-name)
8968 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8969 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8970 (ps-print-ensure-fontified): Function definitions surrounded by
8971 `eval-and-compile' to avoid compilation gripes.
8972 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8973 by symbol-value to avoid compilation gripes.
8974 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8975 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8976
8977 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8978
8979 * startup.el (normal-top-level): Call `frame-set-background-mode'
8980 after `frame-notice-user-settings' because the latter doesn't call
8981 the former on a tty.
8982
8983 * faces.el (frame-set-background-mode): `unspecified' &c are
8984 symbols, not strings.
8985
8986 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8987
8988 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8989 why some "light*" colors are deliberately absent from the alist.
8990
8991 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8992 Change colors for tty's, as suggested by Miles Bader.
8993
8994 2000-10-19 Kenichi Handa <handa@etl.go.jp>
8995
8996 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8997 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8998 for ISO10646-1 fonts.
8999 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9000
9001 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9002
9003 * faces.el (frame-set-background-mode): If a tty frame defines a
9004 background color, use that to compute the background mode, instead
9005 of always defaulting to "dark".
9006
9007 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9008
9009 * comint.el (comint-write-output): New function.
9010 (comint-mode-map): Add it to the menu.
9011 Bind `C-c C-s' to comint-write-output.
9012
9013 2000-10-18 Gerd Moellmann <gerd@gnu.org>
9014
9015 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9016 Use fancy-splash-delay.
9017
9018 2000-10-18 Alex Schroeder <alex@gnu.org>
9019
9020 * progmodes/sql.el (sql-sybase-options): New option.
9021 (sql-sybase): Use it. Add sql-database to the list of parameters
9022 provided for login. The options -w 2048 -n are not used any more.
9023
9024 * comint.el (comint-read-input-ring): Bugfix such that the first
9025 and the last entry of the input ring file are not lost.
9026
9027 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9028
9029 * ps-print.el: Internal variable changes to defcustom,
9030 make-local-hook changes to defvar. Doc fix.
9031 (ps-print-version): New version number (6.1).
9032 (ps-setup, ps-do-despool): Code fix.
9033 (ps-printer-name): Customization fix.
9034 (ps-printer-name-option): Now is a defcustom instead of an
9035 internal variable.
9036 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9037 (ps-print-begin-column-hook): Now are defvar instead of
9038 make-local-hook.
9039
9040 2000-10-18 Miles Bader <miles@gnu.org>
9041
9042 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9043 (comint-kill-output): Changed into an alias for `comint-delete-output',
9044 and made obsolete.
9045 (comint-mode-map): Rename references to comint-kill-output.
9046
9047 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9048
9049 * diff-mode.el (diff-header-face, diff-file-header-face)
9050 (diff-changed-face): Add bold and italic attributes to tty faces.
9051 (diff-function-face): New face.
9052 (diff-font-lock-keywords): Use it.
9053
9054 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9055
9056 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9057 Remove commented-out call to force-mode-line-update.
9058 (comint-kill-output): Use `forward-line 0' instead of
9059 beginning-of-line to make sure we get past the prompt.
9060
9061 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9062
9063 * diff-mode.el (diff-header-face, diff-file-header-face):
9064 Add specific setting for dark background.
9065 (diff-context-face): Renamed from diff-comment-face.
9066 Set explicitly rather than inheriting from font-lock-comment-face.
9067
9068 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9069
9070 * startup.el (command-line): Move the code which sets the default
9071 TTY colors to before before-init-hook.
9072
9073 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9074
9075 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9076
9077 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9078
9079 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9080 extensions, for MS-DOS.
9081
9082 * diff-mode.el (diff-header-face, diff-file-header-face)
9083 (diff-changed-face): Define tty-specific colors.
9084
9085 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9086
9087 * startup.el (fancy-splash-text): Realign the text.
9088
9089 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9090
9091 * font-lock.el (font-lock-comment-face): Define a separate default
9092 for dark-background tty's.
9093
9094 2000-10-17 Miles Bader <miles@gnu.org>
9095
9096 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9097 being obscured by whizzy mode-lines on graphics displays.
9098
9099 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9100
9101 * info.el (Info-title-1-face, Info-title-2-face)
9102 (Info-title-3-face): Define colors for tty's.
9103 (info-header-node): Remove unneeded tty-specific definition.
9104
9105 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9106
9107 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9108 reverse from the frame parameters, and don't invert foreground and
9109 background colors.
9110
9111 2000-10-16 Miles Bader <miles@gnu.org>
9112
9113 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9114 string "*Info*". Call propertized-buffer-identification to spruce
9115 up the result.
9116
9117 2000-10-16 Gerd Moellmann <gerd@gnu.org>
9118
9119 * help.el: Provide `help' for the sake of define-minor-mode
9120 which generates defcustoms with requires.
9121
9122 * jit-lock.el (jit-lock-after-change): If we're in text that
9123 matches a multi-line font-lock pattern, make sure the whole text
9124 will be redisplayed.
9125
9126 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9127 author's name is unknown.
9128
9129 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9130 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9131 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9132 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9133 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9134 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9135 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9136 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9137 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9138 Add author information.
9139
9140 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9141
9142 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9143 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9144 full-color version (using the Gimp) to eliminate dithering artifacts.
9145
9146 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9147
9148 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9149
9150 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9151
9152 2000-10-15 Dave Love <fx@gnu.org>
9153
9154 * progmodes/sh-script.el: Require skeleton and comint when compiling.
9155
9156 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9157
9158 * whitespace.el: Doc fixes.
9159 (top-level): Don't add hooks here.
9160 (whitespace-running-emacs): Deleted.
9161 (timer): Don't require.
9162 (whitespace): Add back :version conditional on xemacs test.
9163 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9164 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9165 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9166 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9167 Avoid specific xemacs test.
9168 (whitespace-global-mode): New option.
9169 (whitespace-global-mode): New command.
9170 (whitespace-unload-hook): New function.
9171
9172 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
9173 (Info-fontify-node, Info-goto-node, Info-mode-menu)
9174 (Info-fontify-node): `Goto' goes to `Go to'.
9175 (Info-fontify-node): Add help-echo to xref links.
9176
9177 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9178
9179 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9180
9181 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9182
9183 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9184 Use plist-get and allow :inherit.
9185
9186 * emacs-lisp/cl-macs.el (cl-do-arglist):
9187 Use plist-get and plist-member instead of memq.
9188
9189 * emacs-lisp/ewoc.el (ewoc-location): New function.
9190 (ewoc-enter-after, ewoc-enter-before): Document return value.
9191 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9192 Don't need make-local-hook any more.
9193 (cvs-addto-collection): Return the new tin.
9194 (cvs-mode-insert): Jump to the new line.
9195
9196 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9197
9198 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9199
9200 * font-lock.el (font-lock-syntactically-fontified): New var.
9201 (font-lock-fontify-syntactic-keywords-region): Use it.
9202 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9203
9204 * diff-mode.el (diff-find-file-name): Fix regexp.
9205
9206 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9207 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9208
9209 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9210 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9211 (sh-mode): Don't make all vars local here.
9212 (sh-kw): Reformat.
9213 (sh-set-shell): Use dolist. Don't set indent-region-function.
9214 (sh-mode-syntax-table): Use pop.
9215 (sh-remember-variable): Use push.
9216 (sh-help-string-for-variable): Use memq.
9217 (sh-safe-backward-sexp): Remove.
9218 (sh-safe-forward-sexp): Add ARG.
9219 (sh-get-indent-info, sh-prev-stmt): Use it.
9220 (sh-prev-line): Simplify by using forward-comment.
9221 (sh-this-is-a-continuation): Simplify.
9222 (sh-learn-buffer-indent): Use dolist.
9223 (sh-do-nothing): Remove.
9224 (sh-set-char-syntax, sh-set-here-doc-region):
9225 Use inhibit-modification-hooks.
9226 (sh-name-style): Use mapcar and push.
9227 (sh-load-style): Use dolist.
9228 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9229 (sh-case, sh-while-getopts): Use propertize directly rather
9230 than sh-electric-rparen.
9231
9232 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9233
9234 * textmodes/tex-mode.el: Require CL when compiling.
9235 (tex-mode-syntax-table): Init immediately.
9236 (tex-mode-map): Bind M-RET to latex-insert-item.
9237 (latex-mode): Set indent-line-function to latex-indent.
9238 (tex-common-initialization): Don't setup the syntax-table any more.
9239 (latex-insert-item): New skeleton.
9240 (tex-next-unmatched-end): Fix copy/paste braino.
9241 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
9242 (latex-indent, latex-find-indent): New functions.
9243 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
9244 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9245 (tex-compilation-parse-errors): Use with-syntax-table.
9246
9247 2000-10-15 Miles Bader <miles@gnu.org>
9248
9249 * font-lock.el (font-lock-comment-face): Change dark-background,
9250 color, non-tty, default to `chocolate1'.
9251
9252 2000-10-13 John Wiegley <johnw@gnu.org>
9253
9254 * eshell/esh-util.el (require): Added a missing `require' form,
9255 needed when compiling (for an ange-ftp macro definition).
9256
9257 2000-10-13 Dave Love <fx@gnu.org>
9258
9259 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9260
9261 2000-10-13 Gerd Moellmann <gerd@gnu.org>
9262
9263 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
9264
9265 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
9266 transparent -colors 8).
9267
9268 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
9269
9270 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9271 that breaks with old list format timestamps.
9272 (time-stamp-warn-inactive, time-stamp-old-format-warn)
9273 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
9274
9275 2000-10-13 John Wiegley <johnw@gnu.org>
9276
9277 * align.el, pcomplete.el, calendar/timeclock.el,
9278 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9279
9280 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
9281 faulty math, where holiday hours were being computing as seconds.
9282
9283 2000-10-13 John Wiegley <johnw@gnu.org>
9284
9285 * desktop.el (desktop-buffer-modes-to-save): Added a global for
9286 specifying what "other" kinds of buffers should be saved.
9287 This used to be hard-coded.
9288 (desktop-buffer-misc-functions): A global for specifying how
9289 auxiliary data should be determined for special buffer types.
9290 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9291 instead of hard-coding the special buffer types.
9292 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9293 auxiliary data, instead of hard-coding for Info buffers and dired.
9294 (desktop-buffer-info-misc-data): Aux function for determining Info
9295 buffer auxiliary info.
9296 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9297 (desktop-buffer-info): Changed this function to use the info
9298 gathered above.
9299 (desktop-create-buffer): Be a little more careful about what
9300 `minor-mode' means before calling it. This is important for some
9301 buffer types.
9302
9303 2000-10-13 John Wiegley <johnw@gnu.org>
9304
9305 * eshell/esh-util.el: Added a global form which declares an
9306 autoload for `parse-time-string', if that function is not already
9307 defined, and if parse-time.el is available on the user's system.
9308
9309 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9310 to be aware of ange-ftp user info.
9311 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
9312 (eshell-ls-annotate): Use `eshell-file-attributes'.
9313 (eshell-ls-file): Made the user-id printing code a bit smarter.
9314
9315 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9316 allow identification of alias user ids in remote directories.
9317 It's manual, but there's no other way to know when the current user
9318 on the local machine, is also the owning user on the remote machine.
9319 (fboundp): Bind `ange-cache'.
9320 (eshell-directory-files-and-attributes): Re-organized the logic a
9321 bit to use `eshell-file-attributes' instead of `file-attributes'.
9322 The former is more sensitive to directories that are read via FTP,
9323 and knows how to use ange-ftp to determine full attribute
9324 information, instead of just the name and last modtime.
9325 (eshell-current-ange-uids): Return the current user id when in a
9326 remote directory.
9327 (eshell-parse-ange-ls): Parse a full directory listing that has
9328 been returned by ange-ftp.
9329 (eshell-file-attributes): This beefed up version of
9330 `file-attributes' is only special if the user is currently in a
9331 remote directory, in which case it does a lot of work to find out
9332 what the real attributes of a file are, as they appear on the
9333 remote machine. This makes usage of remote directories (i.e.,
9334 ange-ftp pathnames) much more useful. You can now use Eshell as a
9335 full-fledged FTP client, with much more manipulation ability than
9336 most other clients.
9337
9338 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9339 variable, which means that Eshell's du should always be preferred
9340 in remote directories.
9341 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9342 just `file-attributes'.
9343 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9344 when reading remote directories. This is an Eshell-specific
9345 variable (not part of ange-ftp).
9346 (eshell/ln): Bind `ange-cache'.
9347 (eshell/du): Added some extra logic for determining when to use
9348 Eshell's du (which is slow), and when to use the external version
9349 (which may or may not exist).
9350
9351 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9352 Call `eshell-interactive-process', rather than using
9353 `get-buffer-process', since backgrounded processes don't count in
9354 the context of this function's logic.
9355
9356 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9357 `forward-char', so that null strings are parsed correctly.
9358
9359 2000-09-13 John Wiegley <johnw@gnu.org>
9360
9361 * eshell/em-pred.el (eshell-pred-file-type)
9362 (eshell-pred-file-links, eshell-pred-file-size):
9363 Use `eshell-file-attributes'. This is more correct over ange-ftp.
9364
9365 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9366 that remote file globbing is more efficient.
9367
9368 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9369 gathering the files and attributes within a directory.
9370
9371 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9372 the command line is a special file (not a regular file, directory
9373 or symlink), always attempt to call the external version of cat.
9374
9375 2000-09-13 John Wiegley <johnw@gnu.org>
9376
9377 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9378 Eshell-friendly version of find-tag.
9379
9380 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9381
9382 * image-file.el (image-file-name-extensions)
9383 (image-file-name-regexps): Add autoload cookies.
9384
9385 2000-10-13 Kenichi Handa <handa@etl.go.jp>
9386
9387 * international/mule-cmds.el (select-safe-coding-system): If FROM
9388 is string, show it in *Warning* buffer.
9389
9390 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9391
9392 * startup.el (normal-top-level): Use display-popup-menus-p instead
9393 of window-system.
9394 (command-line): Use display-graphic-p instead of window-system.
9395 (command-line-1): Use display-popup-menus-p and display-mouse-p
9396 instead of window-system.
9397
9398 2000-10-12 Sam Steingold <sds@gnu.org>
9399
9400 * tooltip.el (tooltip-use-echo-area): New user variable.
9401 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9402
9403 2000-10-12 Dave Love <fx@gnu.org>
9404
9405 * recentf.el: Maintainer's checkdoc fixes.
9406
9407 * startup.el (normal-top-level-add-subdirs-to-load-path):
9408 Use character class, not ASCII when matching file names.
9409 (fancy-splash-head): Add trailing slash to URL.
9410 (command-line): Don't require XPM support for toolbar.
9411
9412 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9413 (cperl-invalid-face): Revert last change.
9414 (cperl-init-faces): Quote cperl-invalid-face.
9415
9416 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9417
9418 * startup.el (fancy-splash-text): Remove superfluous quote.
9419
9420 2000-10-12 Gerd Moellmann <gerd@gnu.org>
9421
9422 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9423 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9424 (command-line-1): Don't use fancy-splash-pending-command.
9425 (fancy-splash-screens-1): Goto point-min after inserting text.
9426
9427 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9428
9429 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9430 instead of shared-lisp-mode-map.
9431
9432 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9433
9434 * faces.el (header-line): Change tty-variant to use underlining.
9435
9436 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9437 (isearch-highlight): Restore lazy-isearch face properties at old
9438 position, and suppress them at new position.
9439 (isearch-dehighlight): Restore lazy-isearch face properties.
9440 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9441 over the real isearch overlay, but in that case, don't give it a
9442 face property. Use `push'.
9443
9444 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9445
9446 * man.el (Man-getpage-in-background): Fix previous change.
9447 Decode the process output only when we are in multibyte mode.
9448
9449 2000-10-11 Dave Love <fx@gnu.org>
9450
9451 * info.el (Info-mode-menu): Fix some help.
9452 (info-tool-bar-map): Add entry for Info-last.
9453
9454 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9455 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9456 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9457 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9458 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9459 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9460 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9461 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9462 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9463 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9464 Reduce colour requirements to 25 overall. (Probably wants
9465 revisiting from the originals to reduce further.)
9466
9467 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9468
9469 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9470 buffer-file-coding-system, instead of raw-text.
9471 (dehexlify-buffer): Bind coding-system-for-read to
9472 buffer-file-coding-system, instead of raw-text.
9473
9474 2000-10-11 Sam Steingold <sds@gnu.org>
9475
9476 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9477 `underline' - fixes the bug introduced on 2000-09-21.
9478
9479 2000-10-11 Dave Love <fx@gnu.org>
9480
9481 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9482 Avoid compiler warnings.
9483 (scheme-mode): Doc fix.
9484 (scheme-font-lock-keywords-1): Match `define-syntax'.
9485
9486 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
9487
9488 * faces.el (frame-set-background-mode): Pay attention to saved
9489 face specs as well as default ones. Only do anything if the
9490 bg-mode or display-type has actually changed. Use `dolist'.
9491 (region): Make dark-background `region' face less in-your-face.
9492
9493 2000-10-10 Sam Steingold <sds@gnu.org>
9494
9495 * chistory.el, ielm.el, ledit.el:
9496 * progmodes/inf-lisp.el, progmodes/scheme.el:
9497 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9498
9499 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9500
9501 * textmodes/texinfo.el: Update copyright and fix typo.
9502
9503 * desktop.el (desktop-modes-not-to-save): New var.
9504 (desktop-save-buffer-p): Use it.
9505 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9506 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9507
9508 2000-10-10 Dave Love <fx@gnu.org>
9509
9510 * toolbar/tool-bar.el (tool-bar-add-item)
9511 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9512
9513 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9514 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9515 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9516 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9517 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9518 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9519 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9520 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9521 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9522 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9523 the .xpms; probably need retouching.
9524
9525 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9526
9527 * subr.el (add-to-list): Add optional argument APPEND.
9528 * battery.el (display-battery): Use `add-to-list'.
9529
9530 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9531
9532 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9533 properties.
9534 (zone, zone-when-idle, zone-leave-me-alone)
9535 (zone-pgm-whack-chars): Use new symbol properties.
9536
9537 * battery.el (display-battery): Doc spelling fix.
9538
9539 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9540 property.
9541
9542 2000-10-09 Dave Love <fx@gnu.org>
9543
9544 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9545 has been initialized before calling tool-bar-setup.
9546 (tool-bar-add-item-from-menu): Add autoload cookie.
9547
9548 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9549
9550 * menu-bar.el (send-mail-item-name): New function.
9551 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9552 of mail-user-agent in the menu. Don't display the "Send Mail"
9553 item if mail-user-agent is nil or its value is ignore.
9554 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9555 if read-mail-command is nil or its value is ignore.
9556
9557 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9558
9559 2000-10-09 Miles Bader <miles@gnu.org>
9560
9561 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9562 Correct image size.
9563 * toolbar/left_arrow.xpm: Correct image size.
9564
9565 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9566 will be done by the definition of `auto-compression-mode' if
9567 necessary. Move code to uninstall existing file-name handler
9568 before definition of `auto-compression-mode'.
9569
9570 * image-file.el (auto-image-file-mode): Move to the end of the
9571 file, because `define-minor-mode' actually calls the mode-function
9572 if the associated variable is non-nil, which requires that all
9573 needed functions be already defined.
9574
9575 * mouse.el (popup-menu): Balance parens.
9576
9577 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9578
9579 * mouse.el (popup-menu): Move the command call outside the loop
9580 so that popup-menu returns whatever the command returns.
9581
9582 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9583 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9584 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9585 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9586
9587 * vc.el (vc-version-diff): diff-switches can be a list.
9588 Use relative filenames for prettier output.
9589
9590 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9591 (vc-post-command-functions): Remove old-VC compatibility code.
9592
9593 * newcomment.el (comment-indent-default): Autoload.
9594
9595 * font-lock.el (font-lock-defaults): Make buffer-local.
9596 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9597 (font-lock-choose-keywords):
9598 Ignore LEVEL unless KEYWORDS is a list of syms.
9599 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9600 Don't wrap regexp-opt things in \(...\) unnecessarily.
9601
9602 * jit-lock.el: Don't require font-lock any more.
9603 (jit-lock-functions): Make buffer-local.
9604 (jit-lock-saved-fontify-buffer-function): Remove.
9605 (jit-lock-mode): Remove autoload cookie.
9606 Remove font-lock specific code.
9607 (jit-lock-unregister): Don't bother handling complex hooks any more.
9608 (jit-lock-refontify): New function.
9609 (jit-lock-fontify-buffer): Use it.
9610 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9611 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9612 Add optional args START and END.
9613 Never call font-lock-fontify-region directly.
9614 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9615
9616 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9617
9618 2000-10-08 Dave Love <fx@gnu.org>
9619
9620 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9621
9622 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9623
9624 * play/studly.el (studlify-region, studlify-word): Add autoload
9625 cookie.
9626
9627 * play/morse.el (morse-region, unmorse-region): Add autoload
9628 cookie.
9629
9630 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9631 concat.
9632
9633 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9634 insist on symbols starting with word syntax.
9635 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9636 (eval-defun-1): Doc fix.
9637 (indent-sexp): Use nconc to build up indent-stack.
9638
9639 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9640 Gnus with little use.
9641 (mail-setup-hook): Add mail-abbrevs-setup to options.
9642
9643 * recentf.el: Doc fixes.
9644
9645 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9646 Clean up remainder.
9647
9648 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9649 without timezone and (8) with timezone to enforce some whitespace.
9650 Simplify code somewhat.
9651
9652 * options.el (list-options): Doc that you should use customize.
9653
9654 * iswitchb.el (iswitchb-mode): Add :require.
9655
9656 * info.el (Info-goto-node, Info-menu): Doc fix.
9657 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9658 (info-tool-bar-map): New variable.
9659 (Info-mode): Use it.
9660 (Info-edit-map): Define all in defvar.
9661 (speedbar-attached-frame): Avoid compiler warning.
9662
9663 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9664 (global-map): Bind [tool-bar] to a filtered map.
9665 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9666 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9667 Allow PBM icons.
9668 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9669
9670 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9671 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9672 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9673 icons, except up_arrow, which is left-arrow rotated.
9674
9675 * imenu.el (imenu-add-to-menubar): Fix last change.
9676
9677 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9678
9679 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9680 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9681
9682 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9683
9684 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9685 typos in doc strings.
9686
9687 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9688 the doc strings how to customize Font Lock faces.
9689
9690 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9691 computing growth when dragging the header line.
9692
9693 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9694
9695 * simple.el (kill-line): Doc fix.
9696
9697 2000-10-08 Miles Bader <miles@gnu.org>
9698
9699 * faces.el (secondary-selection): Make foreground visible on tty.
9700
9701 * jka-compr.el (auto-compression-mode): Move to the end of the
9702 file, because `define-minor-mode' actually calls the mode-function
9703 if the associated variable is non-nil, which requires that all
9704 needed functions be already defined.
9705 (with-auto-compression-mode): Add autoload cookie.
9706
9707 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9708
9709 * files.el (find-backup-file-name) [ms-dos]: If support for long
9710 file names is not available, behave as if version-control were set
9711 to never.
9712
9713 2000-10-07 Dave Love <fx@gnu.org>
9714
9715 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9716 (browse-url-gnome-moz): New function.
9717 (browse-url-browser-function): Use it.
9718 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9719
9720 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9721
9722 * indent.el (tab-always-indent): New var.
9723 (indent-for-tab-command): Use it.
9724
9725 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9726 raise an error. This way it can still default to a sane value.
9727
9728 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9729
9730 * startup.el (fancy-splash-screens): Use local rather than global map.
9731 Don't use `update-menu-bindings' any more.
9732 Get rid of assumptions about keymap representation.
9733
9734 2000-10-06 Dave Love <fx@gnu.org>
9735
9736 * textmodes/fill.el (sentence-end-double-space)
9737 (sentence-end-without-period): Doc fix.
9738 (adaptive-fill-regexp): Purecopy.
9739 (unjustify-current-line): Use line-end-position.
9740 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9741
9742 * net/eudc-vars.el (eudc): Add :version, :link.
9743
9744 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9745
9746 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9747 Fix for define-minor-mode.
9748 (function-at-point): Alias to function-called-at-point.
9749
9750 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9751
9752 * simple.el (backward-word): Doc fix.
9753
9754 * image-file.el (image-file-name-regexp): image-file-regexps ->
9755 image-file-name-regexps.
9756 (image-file-name-extensions): Add pbm.
9757
9758 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9759
9760 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9761 and add filename to the names so that diff-mode can jump to source.
9762
9763 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9764 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9765 (tex-font-lock-keywords-1): Remove.
9766 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9767 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9768 (font-lock-default-fontify-region):
9769 Expand beg..end correctly when just following a multiline region.
9770 (font-lock-fontify-anchored-keywords):
9771 Include the anchor text as part of the multiline.
9772
9773 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9774
9775 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9776 latter needs the autoloaded define-minor-mode macro during the
9777 bootstrap.
9778
9779 * startup.el (command-line): For now, activate tool-bar-mode only
9780 if XPM images are supported.
9781
9782 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9783 window by dragging a header-line at the top of the frame; that's
9784 confusing because the header-line doesn't move.
9785 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9786 of treating the event as a list. Some cleanup.
9787
9788 2000-10-06 Miles Bader <miles@gnu.org>
9789
9790 * simple.el (display-message-or-buffer): New function.
9791 (shell-command-on-region): Use `display-message-or-buffer'.
9792
9793 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9794 docstring parts.
9795
9796 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9797 (smbclient-prompt-regexp): Add usage note to doc string.
9798 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9799 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9800 Use add-hook for adding the comint filter function, and only do so
9801 if it's not already in the global hook list.
9802 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9803 to `make-local-variable'.
9804 (nslookup-font-lock-keywords): Remove prompt entry.
9805 (nslookup): Don't set the process-filter.
9806 (finger): Exit the loop correctly when the regexps list runs out.
9807 (ftp, smbclient, smbclient-list-shares):
9808 Set the real major mode immediately, not after execing.
9809 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9810
9811 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9812
9813 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9814
9815 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9816
9817 * which-func.el (which-func-format): Remove spurious space.
9818 (which-func-mode): Don't make it permanent-local.
9819 (which-func-ff-hook): Allow which-func-maxout to be nil.
9820 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9821 (which-func-mode): Simplify.
9822 Use post-command-idle-hook rather than post-command-hook.
9823 Go through all buffers and update their state.
9824 (which-function): Also try add-log-current-defun-function.
9825
9826 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9827 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9828 Update call to with-vc-properties accordingly.
9829 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9830 (vc-revert-buffer): More careful about window selection and deletion.
9831 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9832
9833 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9834 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9835 (cvs-dired-action): Change the default to quickdir.
9836
9837 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9838 if comment-indent-function returns nil.
9839 (comment-indent-default): New function.
9840 (comment-indent-function): Use it and document the new semantics.
9841
9842 * image-file.el: Docstring fixes.
9843
9844 * help.el (help-xref-on-pp): Use match-string.
9845 (describe-variable): New arg BUFFER.
9846 Store the current buffer in the help-xref-stack.
9847 (temp-buffer-resize-mode): Use define-minor-mode.
9848
9849 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9850 consistently with its docstring.
9851 Set jit-lock-first-unfontify-pos in an idempotent way.
9852 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9853
9854 2000-10-05 Alex Schroeder <alex@gnu.org>
9855
9856 * sql.el (sql-mysql-options): New variable.
9857 (sql-mysql): Use it.
9858
9859 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9860
9861 * image.el (image): New group.
9862
9863 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9864 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9865
9866 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9867
9868 * net/net-utils.el (nslookup-font-lock-keywords)
9869 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9870 Ignore the value of wqindow-system; always define keywords
9871
9872 2000-10-05 Kenichi Handa <handa@etl.go.jp>
9873
9874 * startup.el (fancy-splash-screens): Remove the code for
9875 debugging; `(trace-to-stderr "EXITTT\n")'.
9876
9877 2000-10-05 Miles Bader <miles@gnu.org>
9878
9879 * diff-mode.el (diff-goto-source): Update call to
9880 `diff-hunk-status-msg' to reflect new REV variable.
9881
9882 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9883
9884 * progmodes/icon.el (icon-mode):
9885 Don't gratuitously override the default for comment-column.
9886
9887 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9888
9889 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9890 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9891 (jit-lock-functions): New var.
9892 (jit-lock-function-1): Use it if non-nil.
9893 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9894 Set the `fontified' property before doing the fontification to avoid
9895 repeatedly going through the same error.
9896 Don't turn errors into messages.
9897 (jit-lock-register, jit-lock-unregister): New functions.
9898
9899 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9900 Use with-current-buffer.
9901
9902 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9903 Turn comment into docstring.
9904
9905 * apropos.el (apropos-mode): Use define-derived-mode.
9906
9907 2000-10-04 Gerd Moellmann <gerd@gnu.org>
9908
9909 * startup.el (fancy-splash-pending-command): New variable.
9910 (fancy-splash-pre-command): New function.
9911 (fancy-splash-screens): Rewritten.
9912 (command-line-1): If fancy-splash-pending-command is set, call it
9913 interactively.
9914
9915 2000-10-04 Dave Love <fx@gnu.org>
9916
9917 * toolbar/tool-bar.el (tool-bar-setup): New function.
9918 (tool-bar-mode): Use it.
9919
9920 * subr.el (substitute-key-definition): Doc fix.
9921 (play-sound-file): New command.
9922
9923 2000-10-04 Andre Spiegel <spiegel@gnu.org>
9924
9925 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9926 vc-version-backup-file-name): New functions.
9927
9928 * files.el (basic-save-buffer): Call vc-before-save before saving.
9929
9930 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9931 vc-cvs-stay-local-p.
9932
9933 * vc.el (vc-revert-buffer): Handle empty diff properly.
9934 (vc-version-backup-file): New function.
9935 (vc-checkout): Create a version backup if necessary.
9936 (vc-checkin): If a version backup file exists, delete it.
9937 (vc-version-diff): Diff locally using version backups, if available.
9938 (vc-revert-file): If there's a version backup, revert locally.
9939 (vc-transfer-file): Use version backup for base version, if
9940 available. If not, ask for confirmation whether to get it from the
9941 server. Update mode line before check-in.
9942
9943 2000-10-04 Dave Love <fx@gnu.org>
9944
9945 * toolbar/tool-bar.el (tool-bar-setup): New function.
9946 (tool-bar-mode): Use it.
9947
9948 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9949
9950 * net/net-utils.el (nslookup-font-lock-keywords)
9951 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9952 Only set if window-system is non-nil
9953 (net-utils-run-program): Returns buffer.
9954 (network-connection-reconnect): Added this function.
9955
9956 * generic.el:
9957 Incorporates extensive cleanup and docfixes by
9958 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9959 Uses cl compile-time macros.
9960 (generic-mode-name, generic-comment-list)
9961 (generic-keywords-list, generic-font-lock-expressions)
9962 (generic-mode-function-list, generic-mode-syntax-table):
9963 Removed variables.
9964 (generic-mode-alist): Renamed to generic-mode-list.
9965 (generic-find-file-regexp): Default changed to "^#".
9966 (generic-read-type): Uses completing read on generic-mode-list.
9967 (generic-mode-sanity-check): removed this function.
9968 (generic-add-to-auto-mode): Removed this function
9969 (generic-mode-internal): Bind mode-specific definitions
9970 into function instead of putting them in alist.
9971 (generic-mode-set-comments): Reworked extensively.
9972 (generic-mode-find-file-hook): Simplified regexp searching
9973 (generic-make-keywords-list): Omit extra pair of parens
9974
9975 * find-lisp.el (find-lisp-find-files-internal):
9976 Make sure directory name ends with "/".
9977
9978 * generic-x.el (apache-conf-generic-mode):
9979 Regexp now allows leading whitespace.
9980 (rc-generic-mode): Added eval-when-compile
9981 around generic-make-keywords-list.
9982 Deleted duplicate regexp
9983 (rul-generic-mode): Added eval-when-compile
9984 around generic-make-keywords-list.
9985 (etc-fstab-generic-mode): New generic mode.
9986 (rul-generic-mode): Removed one eval-when-compile
9987 which caused a max-specpdl-size exceeded error.
9988
9989 2000-10-04 Miles Bader <miles@gnu.org>
9990
9991 * simple.el (minibuffer-temporary-goal-position): New variable.
9992 (next-history-element): Try to keep the position of point in the
9993 input string constant.
9994
9995 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9996 (dired-do-create-files): If there's only one file, pass it in as
9997 the DEFAULT arg to dired-mark-read-file-name.
9998
9999 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10000
10001 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10002 (diff-goto-source): Be smarter when choosing REVERSE or not.
10003
10004 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10005 (texinfo-mode-menu): Add an explicit shortcut for update all.
10006
10007 2000-10-03 Andre Spiegel <spiegel@gnu.org>
10008
10009 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10010 factorize backend-specific code cleanly (this was essentially
10011 conceived by Stefan Monnier).
10012 (vc-unregister): Function removed.
10013 (vc-revert-file): New function.
10014 (vc-revert-buffer): Delegate some of the work to it.
10015
10016 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10017 default branch unconditionally.
10018 (vc-rcs-set-default-branch): New function.
10019 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10020 (vc-rcs-checkin): If an appropriate default branch has been set,
10021 force creation of that branch.
10022 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10023 code (as suggested by Stefan Monnier).
10024
10025 2000-10-02 Gerd Moellmann <gerd@gnu.org>
10026
10027 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10028 highlighting overlay with a different face over the overlay
10029 isearch uses to highlight the current match because that can lead
10030 to bad face combinations.
10031
10032 * loadup.el (toplevel): Load faces before isearch.
10033
10034 * isearch.el (isearch-faces): New custom group.
10035 (isearch): New defface; was already tested for in the code.
10036 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10037 (isearch-highlight): Always use face `isearch'.
10038
10039 2000-10-02 Dave Love <fx@gnu.org>
10040
10041 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10042 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10043 comparison of opcode with operand.
10044
10045 2000-10-03 Miles Bader <miles@gnu.org>
10046
10047 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10048 buffer, since the echo area will now grow to accommodate them.
10049
10050 2000-10-02 Andre Spiegel <spiegel@gnu.org>
10051
10052 * vc-hooks.el (vc-registered): If FILE used to be registered under
10053 a certain backend, try that one first.
10054
10055 * vc.el (vc-responsible-backend): Undo the previous change in the
10056 argument list. Handle multiple backends correctly.
10057 (vc-find-new-backend): Function removed.
10058 (vc-register): Use vc-responsible-backend, as before.
10059 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10060
10061 2000-10-02 Gerd Moellmann <gerd@gnu.org>
10062
10063 * startup.el (fancy-splash-head): Change message below the
10064 logo.
10065
10066 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10067
10068 * diff-mode.el (diff-goto-source): Emit a status message.
10069 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10070 (diff-test-hunk): Fix doc string.
10071 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10072 (diff-advance-after-apply-hunk): New variable.
10073 (diff-apply-hunk): Don't return a value.
10074
10075 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10076
10077 * vc.el (vc-editable-p): Minor optimization.
10078 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10079 (vc-find-new-backend): New function split from vc-responsible-backend.
10080 (vc-register): Use it.
10081 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10082 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10083 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10084 (vc-clear-headers): Don't use find-file.
10085 (vc-revert-buffer): Use `and' again (must have been a braino).
10086 (vc-switch-backend): Only prompt if requested.
10087 Short circuit if nothing is to be done.
10088 Don't use vc-resynch-buffer which could lose unsaved editing.
10089 (vc-default-receive-file): Update call to vc-unregister.
10090 (with-vc-file, vc-next-action-on-file):
10091 Use vc-backend rather than vc-registered.
10092 (vc-next-action-on-file): Use intern-soft.
10093 Deal with read-only *vc-diff* buffer.
10094 (vc-transfer-file): Docstring fix.
10095
10096 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10097 (vc-rcs-receive-file): Avoid with-vc-properties.
10098 Update call to vc-unregister.
10099 Use constant `RCS' rather than (dynamically bound) var `backend'.
10100
10101 2000-10-01 Andre Spiegel <spiegel@gnu.org>
10102
10103 * vc.el (vc-next-action-on-file): Update mode line only if file
10104 is visited.
10105 (vc-start-entry): New argument initial-contents. Don't visit the file
10106 if it isn't already visited. Brought documentation up-to-date.
10107 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10108 (vc-checkin): New optional arg initial-contents, which is passed to
10109 vc-start-entry.
10110 (vc-finish-logentry): Make sure to bury log buffer only if there
10111 really is one. Call `vc-resynch-buffer' on log-file, not
10112 buffer-file-name.
10113 (vc-default-comment-history, vc-default-wash-log): New functions.
10114 (vc-index-of): Removed.
10115 (vc-transfer-file): Make do without the above.
10116 (vc-default-receive-file): Call comment-history unconditionally. Pass
10117 the resulting string to vc-checkin, instead of inserting it into the
10118 comment ring.
10119
10120 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10121 unconditionally. Use the comments as initial contents of the log
10122 entry buffer. Document the trick to force branch creation with no
10123 changes.
10124
10125 2000-10-01 Miles Bader <miles@gnu.org>
10126
10127 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10128 `recenter' with an arg to prevent redrawing the display.
10129
10130 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10131
10132 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10133
10134 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10135
10136 * progmodes/c-mode.el (c-mode):
10137 Don't gratuitously override the default for comment-column.
10138
10139 * textmodes/tex-mode.el (latex-metasection-list): New var.
10140 (latex-imenu-create-index): Use it.
10141 Move the regexp construction outside loops (and use push).
10142 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10143 (tex-font-lock-keywords): Moved from font-lock.el.
10144 (tex-comment-indent): Remove.
10145 (tex-common-initialization): Don't set comment-indent-function.
10146 (latex-block-default): New var.
10147 (tex-latex-block): Use it to provide a default choice.
10148 Add any unknown choice to latex-block-names.
10149 Insert [...] after {...}.
10150 (tex-last-unended-begin): Simplify regexp.
10151 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10152 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10153 (latex-mode): Set forward-sexp-function.
10154
10155 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10156 Add regexp for @ignore ... @end ignore.
10157 (texinfo-heading-face): New face.
10158 (texinfo-font-lock-keywords): Use it.
10159 (texinfo-mode-menu): New menu.
10160 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10161 New functions.
10162 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10163 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10164 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10165 Remove declaration.
10166 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10167
10168 * delsel.el (delete-selection-mode): Use define-minor-mode.
10169
10170 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10171
10172 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10173
10174 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10175
10176 2000-09-30 Gerd Moellmann <gerd@gnu.org>
10177
10178 * replace.el (keep-lines-read-args): New function.
10179 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10180 read arguments interactively. Add parameters RSTART and REND.
10181 Operate on the active region in Transient Mark mode.
10182
10183 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10184
10185 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10186 (authors-obsolete-files-regexps): New variable.
10187 (authors-add): Don't record changes in obsolete files.
10188
10189 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10190
10191 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10192
10193 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10194 (comment-indent): Make sure there's a space between code and comment.
10195 Shift comments left to avoid going past fill-column.
10196
10197 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10198
10199 * startup.el (startup-echo-area-message): New function.
10200 (display-startup-echo-area-message): Use it.
10201 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10202 (fancy-splash-default-action): New function.
10203 (fancy-splash-screens-1): New function.
10204 (fancy-splash-head): Put a help-echo and a keymap under the image.
10205
10206 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10207
10208 * diff-mode.el (diff-add-log-file-name): Remove.
10209 (diff-mode): Use add-log-buffer-file-name-function.
10210
10211 * add-log.el (find-change-log): New arg BUFFER-FILE.
10212 (add-log-file-name): Obey add-log-file-name-function.
10213 (add-log-buffer-file-name-function): New var.
10214 (add-change-log-entry): Use it.
10215
10216 2000-09-29 Miles Bader <miles@gnu.org>
10217
10218 * image-file.el (image-file-name-extensions): New variable.
10219 (image-file-name-regexps): Renamed from `image-file-regexps'.
10220 New default value is nil. Call `auto-image-file-mode'.
10221 (image-file-name-regexp): New function.
10222 (auto-image-file-mode): New minor mode.
10223 (insert-image-file): Don't make conditional on the image-file
10224 handler being enabled.
10225 (image-file-handler): Make the call here conditional instead.
10226 (set-image-file-handler-enabled, enable-image-file-handler)
10227 (disable-image-file-handler): Functions removed.
10228
10229 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10230 string.
10231
10232 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10233
10234 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10235 it's a function from CL.
10236 (latex-imenu-create-index): Replace eval-when-compile with progn
10237 because latex-section-alist is not bound while compiling.
10238
10239 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10240
10241 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10242 (outline-mode): Use define-derived-mode.
10243
10244 * progmodes/perl-mode.el (perl-mode):
10245 * progmodes/awk-mode.el (awk-mode):
10246 * progmodes/asm-mode.el (asm-mode):
10247 Don't gratuitously override the default for comment-column.
10248
10249 * emacs-lisp/lisp.el (lisp-complete-symbol):
10250 Distinguish the let-binding case from the funcall case.
10251 (forward-sexp-function): New variable.
10252 (forward-sexp): Use it.
10253
10254 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10255 (easy-mmode-defmap): Remove the now useless autoload.
10256
10257 * time.el (display-time-mode): Use define-minor-mode.
10258
10259 * subr.el (add-minor-mode): Don't eval NAME.
10260 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10261 Use if rather than cond.
10262
10263 * simple.el (read-expression-map): Define more properly.
10264 (comment-indent-hook): Remove.
10265 (string-to-syntax): Bug fix.
10266
10267 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10268 (cvs-ediff-diff): Fix typo.
10269 (cvs-revert-if-needed): Don't bother preserving read-only.
10270
10271 * paren.el (show-paren-mode): Use define-minor-mode.
10272
10273 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10274 (toggle-auto-compression): Remove.
10275 (jka-compr-build-file-regexp): Remove useless grouping.
10276
10277 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10278 Avoid user-reserved bindings.
10279 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10280 (diff-header-face): Revert to grey85.
10281
10282 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10283
10284 * complete.el (partial-completion-mode) <defcustom>: Remove.
10285 (partial-completion-mode): Use define-minor-mode.
10286 (PC-do-completion): Understand `completion-auto-help = delay'
10287 to mean to popup the completion buffer only the second time.
10288 (PC-include-file-all-completions, PC-include-file-all-completions)
10289 (PC-include-file-all-completions): Don't quote lambda.
10290
10291 * comint.el (comint-mode-hook): Docstring fix.
10292 (comint-mode): Use define-derived-mode.
10293 (comint-mode-map): Remove obsolete comment.
10294 (make-comint): Minor stylistic change.
10295 (comint-insert-clicked-input): Be more careful to find the overlay.
10296 Use this-command-keys rather than hardcoding mouse-2.
10297
10298 * font-lock.el: Replace confusing (,@ with ,
10299 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10300 Don't use regexp-opt-depth. Spice up the regexp for args.
10301 Don't distinguish between cmds that can take an opt arg or not.
10302 Use `append' and `prepend' rather than `keep'.
10303
10304 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10305 (latex-outline-regexp): New var.
10306 (latex-outline-level): New fun.
10307 (latex-section-alist): New var.
10308 (latex-imenu-create-index): Use it. Use `push' as well.
10309 (tex-shell-map): Initialize it properly.
10310 (tex-mode): Minor stylistic change.
10311 (plain-tex-mode): Use define-derived-mode.
10312 (latex-mode): Use define-derived-mode.
10313 Construct the paragraph regexps in a more readable way.
10314 Set the buffer-local outline-{level,regexp} vars.
10315 (slitex-mode): Derive from latex-mode.
10316 (tex-common-initialization): Don't kill-all-vars anymore.
10317 Add setting for comment-add and font-lock-defaults.
10318 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10319 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10320 (tex-start-tex): New arg DIR (and send a chdir command for it).
10321 Also display the shell buffer and save it in tex-last-buffer-texed.
10322 (tex-region): Use expand-file-name rather than concat.
10323 Remove code made useless by changes in tex-start-tex.
10324 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10325
10326 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10327
10328 2000-09-28 Dave Love <fx@gnu.org>
10329
10330 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10331
10332 2000-09-28 Gerd Moellmann <gerd@gnu.org>
10333
10334 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10335 `append'.
10336
10337 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10338
10339 * info.el (Info-extract-pointer): Undo last change.
10340 Instead, fix the position of the `bound' arg to re-search-backward.
10341
10342 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10343
10344 * info.el (Info-extract-pointer):
10345 Widen more carefully, to avoid finding pointers in other nodes.
10346 (Info-index): Use push.
10347
10348 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10349
10350 * frame.el (set-frame-font): Remove call to obsolete function
10351 frame-update-faces.
10352 (set-foreground-color, set-background-color): Likewise for
10353 frame-update-face-colors.
10354
10355 2000-09-27 Miles Bader <miles@gnu.org>
10356
10357 * image-file.el: New file.
10358
10359 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10360
10361 * frame.el (frame-notice-user-settings): Don't call
10362 frame-update-faces, which is a no-op now.
10363
10364 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10365 tool-bar-lines.
10366
10367 2000-09-27 Dave Love <fx@gnu.org>
10368
10369 * mouse.el: Fix last change.
10370
10371 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10372
10373 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10374
10375 2000-09-22 Kenichi Handa <handa@etl.go.jp>
10376
10377 * international/quail.el (quail-help): The output message is
10378 improved.
10379
10380 2000-09-26 Dave Love <fx@gnu.org>
10381
10382 * mouse.el (popup-menu): If POSITION is nil, set it using
10383 mouse-position.
10384
10385 2000-09-25 Sam Steingold <sds@gnu.org>
10386
10387 * net/browse-url.el (browse-url-file-url): Check for null maps.
10388
10389 2000-09-26 Gerd Moellmann <gerd@gnu.org>
10390
10391 * frame.el (frame-notice-user-settings): Don't add a
10392 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10393
10394 * frame.el (frame-notice-user-settings):
10395 Make tool-bar-mode and default-frame-alist consistent.
10396
10397 * toolbar/tool-bar.el (tool-bar-help): New function.
10398
10399 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10400
10401 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10402 current-load-list in top-level forms. Else this leaks a cons cell
10403 every time a defun is called.
10404
10405 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10406
10407 2000-09-25 Dave Love <fx@gnu.org>
10408
10409 * startup.el (fancy-splash-head): Check XPM is available.
10410
10411 * autoinsert.el (auto-insert): Doc fix.
10412 (auto-insert-alist): Following GNU notices, don't say `copyright
10413 _by_'. Use line-beginning-position.
10414 (auto-insert): Check buffer-file-name is non-nil before use.
10415
10416 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10417
10418 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10419 starting with `@def' or `@multitable', in addition to ones
10420 specified by the user in auto-fill-inhibit-regexp.
10421
10422 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
10423
10424 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10425 rmail-dont-reply-to-names matches the empty string.
10426
10427 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10428
10429 * startup.el (command-line-1, fancy-splash-text): Change the
10430 text to sound more friendly.
10431
10432 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10433
10434 * progmodes/hideshow.el: Update author email address.
10435 Generally, sync w/ maintainer version 5.22.
10436 (hs-hide-all-non-comment-function): New var.
10437 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10438 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10439 (hs-show-region): Delete this command.
10440 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10441
10442 2000-09-22 Dave Love <fx@gnu.org>
10443
10444 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10445 (hl-line-highlight): Specify buffer when moving overlay.
10446
10447 * progmodes/fortran.el (fortran-mode): Locally set
10448 normal-auto-fill-function.
10449 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10450 (fortran-mode-map): Adjust auto-fill menu entry.
10451
10452 2000-09-22 Gerd Moellmann <gerd@gnu.org>
10453
10454 * vc-rcs.el (toplevel): Require `vc' when compiling.
10455
10456 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10457
10458 2000-09-22 Andre Spiegel <spiegel@gnu.org>
10459
10460 * vc.el (vc-switch-backend): Signal an error if the file is not
10461 registered under the new backend.
10462
10463 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10464 without explicit revision number.
10465
10466 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10467
10468 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10469 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10470 (diff-xor): New function.
10471 (diff-find-source-location): Use it. Fix a stupid name clash.
10472 (diff-hunk-status-msg): New function.
10473 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10474 (diff-test-hunk): Use diff-find-source-location.
10475 (diff-goto-source): Favor the `reverse'.
10476 (diff-hunk-text): Properly handle one-sided context diffs.
10477 (diff-apply-hunk): When done, advance to the next hunk.
10478
10479 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10480
10481 * startup.el (command-line): If frame was created with a non-zero
10482 tool-bar-lines parameter, switch tool-bar-mode on.
10483
10484 * add-log.el (change-log-date-face, change-log-name-face)
10485 (change-log-email-face, change-log-file-face)
10486 (change-log-list-face, change-log-conditionals-face)
10487 (change-log-function-face, change-log-acknowledgement-face):
10488 New faces, inheriting from font-lock faces.
10489 (change-log-font-lock-keywords): Use them.
10490
10491 2000-09-21 Dave Love <fx@gnu.org>
10492
10493 * progmodes/cperl-mode.el (top-level): Clean up
10494 `eval-when-compile's and assorted defvars.
10495 (cperl-invalid-face): Don't double-quote value. Change custom
10496 type.
10497 (cperl-mode): Set normal-auto-fill-function and don't zap
10498 auto-fill-function.
10499 (cperl-imenu--function-name-regexp-perl): Renamed from
10500 imenu-example--function-name-regexp-perl.
10501 (cperl-imenu--create-perl-index): Renamed from
10502 imenu-example--create-perl-index.
10503 (cperl-xsub-scan): Don't require cl.
10504
10505 * msb.el (msb-mode-map): Use substitute-key-definition.
10506 (msb-mode): Use msb-mode-map.
10507
10508 2000-09-21 Andre Spiegel <spiegel@gnu.org>
10509
10510 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10511 New functions.
10512 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10513 (vc-switch-backend): New function.
10514 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10515 (vc-register): Fix prompt.
10516 (vc-unregister, vc-default-unregister): New functions.
10517 (vc-version-diff): Handle empty buffer in sentinel.
10518
10519 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10520 (vc-rcs-state-heuristic): Use it to guess the state of files with
10521 non-strict locking.
10522 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10523 been set with -b, but not created yet.
10524 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10525 contents in order to find the state.
10526 (vc-rcs-checkin): Allow creation of branches with no changes.
10527 (vc-rcs-unregister, vc-rcs-receive-file)
10528 (vc-rcs-set-non-strict-locking): New functions.
10529
10530 * vc-hooks.el (vc-name): Force correct computation of the value
10531 in case it is missing.
10532
10533 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10534
10535 * startup.el (fancy-splash-tail): Use a different foreground
10536 color on a dark frame background.
10537
10538 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10539
10540 * info.el: Use the correct capitalization when making Info-mode
10541 and Info-edit-mode `special' modes.
10542
10543 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10544
10545 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10546 (diff-mode): Add support for add-log.el.
10547 (diff-hunk-text): Use char offsets rather than line offsets.
10548 (diff-find-source-location): Replace LINE with line-offset (nil
10549 if not found) and always set POS to a meaningful position.
10550 Adapt to the new char-offsets.
10551 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10552 Adapt to the new diff-find-source-location.
10553 (diff-goto-source): Adapt to the new diff-find-source-location.
10554
10555 * add-log.el (add-log-file-name): New function (split out of
10556 add-change-log-entry).
10557 (add-change-log-entry): Use it.
10558 Call add-log-file-name-function with the changelog file name if
10559 the current buffer is not associated with any file.
10560 Avoid find-file if the selected window is dedicated.
10561
10562 * diff-mode.el (diff-find-source-location):
10563 Move code from diff-apply-hunk. Return buffer rather than file.
10564 (diff-apply-hunk): Use the new result from diff-find-source-location.
10565 (diff-goto-source): Use the new diff-find-source-location.
10566
10567 2000-09-20 Dave Love <fx@gnu.org>
10568
10569 * iswitchb.el: Some doc fixes.
10570 (iswitchb-mode-map): Define completely initially. Inherit
10571 minibuffer-local-map.
10572 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10573 fundamental-mode.
10574 (iswitchb-global-map): New variable.
10575 (iswitchb-summaries-to-end): Amalgamate regexps.
10576 (iswitchb-mode): New.
10577 (iswitchb-mode-hook): New variable.
10578 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10579 `extensions'.
10580
10581 2000-09-20 Gerd Moellmann <gerd@gnu.org>
10582
10583 * ehelp.el (electric-help): New defgroup.
10584 (electric-help-shrink-window): New user-option.
10585 (with-electric-help): Use it.
10586
10587 * window.el (shrink-window-if-larger-than-buffer): If face
10588 `mode-line' has a :box, and we're on a graphical frame, add 1
10589 to the needed window height.
10590
10591 * frame.el (frame-notice-user-settings): Add a last parameter nil
10592 to a call to `append', because the last list passed to `append' is
10593 not copied, and so subsequent calls to assq-delete-all will modify
10594 default-frame-alist.
10595
10596 * startup.el (fancy-splash-image): Change :type.
10597 (fancy-splash-head): Use an XBM image if appropriate.
10598 (command-line-1): Show splash screens in more cases.
10599
10600 * startup.el (fancy-splash-text): Don't quote faces.
10601
10602 * dired.el (dired-font-lock-keywords): Undo last change.
10603 (dired-readin): Bind indent-tabs-mode to nil.
10604
10605 * startup.el (fancy-splash-head): If frame's background mode
10606 is `dark', change the black background of the image to gray.
10607 (fancy-splash-screens): Display startup echo area message.
10608 (display-startup-echo-area-message): New function.
10609
10610 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10611
10612 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10613
10614 * info.el (info-header-node): Tweak for color ttys.
10615
10616 * faces.el (face-valid-attribute-values): Make sure directories we
10617 search for stipples both exist and are readable before trying to
10618 search them.
10619
10620 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10621 in the dry-run case.
10622
10623 * jka-compr.el (with-auto-compression-mode): New macro.
10624
10625 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10626 (custom-group-tag-face, custom-variable-tag-face): Use relative
10627 :height and inherit from `variable-pitch' face instead of
10628 hardwiring :family.
10629 * hi-lock.el (hi-black-hb): Likewise.
10630
10631 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10632 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10633 toolbar-add-item, if image doesn't have a mask add a `:mask
10634 heuristic'.
10635
10636 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10637
10638 * diff-mode.el: Docstring fixes.
10639 (diff-header-face, diff-comment-face): New faces.
10640 (diff-font-lock-keywords): Highlight a bit differently.
10641 (diff-find-source-location): Don't return SPAN any more.
10642 (diff-hunk-text): Don't bother erasing the temp buffer.
10643 (diff-find-text): Drop argument LINE.
10644 (diff-apply-hunk): Update calls to diff-find-text.
10645 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10646
10647 * calendar/calendar.el: Docstring fixes.
10648 (calendar-make-alist): Don't quote lambda.
10649 (calendar-star-date): Use make-local-variable.
10650
10651 2000-09-19 Dave Love <fx@gnu.org>
10652
10653 * toolbar/tool-bar.el: Renamed from toolbar.el.
10654 Change `toolbar' to `tool-bar' generally in symbols.
10655 Make some items invisible in `special' major modes.
10656 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10657 Add arg PROPS.
10658
10659 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10660 Add :version here.
10661 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10662
10663 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10664
10665 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10666
10667 * files.el (find-file-suppress-same-file-warnings): New user-option.
10668 (find-file-noselect): Use it.
10669
10670 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10671 (fancy-splash-screen): Defgroup.
10672
10673 * add-log.el (change-log-font-lock-keywords): Match names
10674 more exactly for the case that font-lock-constant-face is
10675 underlined.
10676
10677 2000-09-19 Richard M. Stallman <rms@gnu.org>
10678
10679 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10680
10681 2000-09-19 Andre Spiegel <spiegel@gnu.org>
10682
10683 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10684
10685 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10686
10687 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10688 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10689 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10690 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10691 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10692 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10693 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10694 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10695 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10696 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10697 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10698 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10699
10700 * startup.el (fancy-splash-text): New variable.
10701 (fancy-splash-delay, fancy-splash-image): New user-options.
10702 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10703 (fancy-splash-screens): New functions.
10704 (command-line-1): If display has a `display' frame parameter, has
10705 colors, and we have XPM support, show more fancy splash screens.
10706
10707 2000-09-19 Dave Love <fx@gnu.org>
10708
10709 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10710 with null `help'. Use modern backquote syntax.
10711
10712 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10713
10714 * font-lock.el (font-lock-mode): Change message telling the user
10715 that ``the buffer is too big''.
10716
10717 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10718 for instance for the case that tab-width is 2.
10719
10720 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10721
10722 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10723 toolbar-add-item, if image doesn't have a mask add a `:mask
10724 heuristic'.
10725
10726 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10727
10728 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10729 and return a cons if it's non-nil.
10730 (diff-apply-hunk): Try to jump to the line in the source text
10731 corresponding to the position of point in the in the hunk.
10732
10733 * info.el (Info-title-3-face, Info-title-2-face)
10734 (Info-title-1-face): Use face inheritance and relative sizes
10735 instead of hard-wiring things.
10736
10737 * faces.el (secondary-selection): Make dark-background variant sane.
10738
10739 2000-09-16 Andrew Innes <andrewi@gnu.org>
10740
10741 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10742 read-only, since they aren't under VC now.
10743
10744 2000-09-17 Dave Love <fx@gnu.org>
10745
10746 * tmm.el: Replace mapcar with mapc in several places.
10747
10748 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10749 ad-unadvise.
10750
10751 * international/latin1-disp.el: New file.
10752
10753 * calendar/cal-move.el (scroll-calendar-left)
10754 (scroll-calendar-right): Make arg optional (for active mode line).
10755
10756 * calendar/calendar.el (calendar-mode-line-format): Make fields
10757 mouse-sensitive.
10758 (calendar-read-date, calendar-read-date, calendar-window-list):
10759 Unquote lambda.
10760 (calendar-month-name): Use aref, not sref.
10761
10762 * view.el (minor-mode-alist): Propertize the string.
10763
10764 * international/characters.el (standard-case-table): Add entries
10765 for Greek.
10766
10767 2000-09-18 Miles Bader <miles@gnu.org>
10768
10769 * info.el (info-node, info-xref): Add dark-background variants.
10770
10771 * faces.el (header-line): Change defaults to be less confusing
10772 when mixed with mode-lines.
10773
10774 * info.el (Info-fontify-node): Make a few cleanups.
10775 Add extra `help-echo' and `local-map' props to node xrefs.
10776 Use header-specific faces for node-names & xrefs.
10777 (Info-use-header-line): New variable.
10778 (info-header-xref, info-header-node): New faces.
10779 (Info-setup-header-line): New function.
10780 (Info-select-node): Call Info-setup-header-line when enabled.
10781 (Info-extract-pointer): Work even if the header line is hidden.
10782 (Info-header-line): New variable.
10783
10784 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10785
10786 * vms-patch.el (print-region-function): Don't quote lambda.
10787
10788 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10789
10790 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10791 (lm-get-header-re): Allow spaces between the header and the colon.
10792 (lm-header): Allow $ in non-RCS headers.
10793 (lm-header-multiline): Put the strings back into order.
10794 Stop at an empty line. Don't require two space chars if the
10795 line is clearly not another header line.
10796
10797 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10798 (popup-menu-popup): Remove.
10799
10800 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10801
10802 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10803 specification if or if not tool-bar item contains an `:enabled'
10804 property.
10805
10806 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10807 current buffer has no file name.
10808
10809 2000-09-15 Dave Love <fx@gnu.org>
10810
10811 * strokes.el: Sync with maintainer's current version with changes
10812 for Emacs, but avoid runtime cl and levents.
10813 (toplevel): Change autoloads and compilation requires.
10814 (strokes-version, strokes-bug-address, strokes-lift): Values
10815 changed.
10816 (strokes-xpm-header, strokes-insinuated): New variable.
10817 (strokes): Add :link.
10818 (strokes-mode): Customized.
10819 (strokes-while-inhibiting-garbage-collector): New macro.
10820 (strokes-remassoc): Avoid remove-if.
10821 (strokes-fix-button2-command): Don't use ad-do-it.
10822 (strokes-insinuate): New function.
10823 (strokes-button-press-event-p, strokes-button-release-event-p):
10824 New functions, used instead of non-`strokes-' versions..
10825 (strokes-mouse-event-p): Rewritten.
10826 (strokes-event-closest-point): Avoid event-point.
10827 (strokes-get-grid-position): Avoid cdadr, caadr
10828 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10829 functions.
10830 (strokes-help): Use with-output-to-temp-buffer.
10831 (strokes-window-configuration-changed-p): New function.
10832 (strokes-update-window-configuration): Use buffer-live-p,
10833 strokes-window-configuration-changed-p.
10834 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10835 (strokes-char-face): New face.
10836 (strokes-char-table, strokes-base64-chars): New variable.
10837 (strokes-xpm-for-stroke, strokes-list-strokes)
10838 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10839 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10840 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10841 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10842 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10843 functions.
10844
10845 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10846
10847 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10848
10849 * image.el (create-image): Doc fix.
10850
10851 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10852 instead of `:heuristic-mask t'.
10853
10854 2000-09-14 Andrew Innes <andrewi@gnu.org>
10855
10856 * makefile.w32-in: Revert to Unix line endings.
10857
10858 2000-09-14 Andrew Innes <andrewi@gnu.org>
10859
10860 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10861 when installing.
10862
10863 * makefile.nt (DONTCOMPILE): Fix typo.
10864
10865 * shell.el (shell-write-history-on-exit): New function.
10866 (shell-dumb-shell-regexp): New custom variable.
10867 (shell-mode): Make shell-write-history-on-exit the process
10868 sentinel if shell name matches shell-dumb-shell-regexp.
10869
10870 * w32-fns.el: Comment out before-init-hook function which resets
10871 source-directory based; this breaks bootstrap.
10872
10873 2000-09-14 Dave Love <fx@gnu.org>
10874
10875 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10876 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10877 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10878 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10879 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10880 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10881 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10882 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10883 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10884
10885 * toolbar/toolbar.el: New.
10886
10887 * subdirs.el: Add toolbar.
10888
10889 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10890
10891 * indent.el (indent-for-tab-command): Doc fix.
10892
10893 2000-09-14 Alex Schroeder <alex@gnu.org>
10894
10895 * ansi-color.el (ansi-colors): Doc change.
10896 (ansi-color-get-face): Simplified regexp.
10897 (ansi-color-faces-vector): Added more faces, doc change.
10898 (ansi-color-names-vector): Doc change.
10899 (ansi-color-regexp): Simplified regexp.
10900 (ansi-color-parameter-regexp): New regexp.
10901 (ansi-color-filter-apply): Doc change.
10902 (ansi-color-filter-region): Doc change.
10903 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10904 deal with zero length parameters.
10905 (ansi-color-apply-on-region): Doc change.
10906 (ansi-color-map): Doc change.
10907 (ansi-color-map-update): Removed debugging message.
10908 (ansi-color-get-face-1): Added condition-case to trap
10909 args-out-of-range errors.
10910 (ansi-color-get-face): Doc change.
10911 (ansi-color-make-face): Removed.
10912 (ansi-color-for-shell-mode): New option.
10913
10914 2000-09-13 Kenichi Handa <handa@etl.go.jp>
10915
10916 * international/quail.el (quail-start-translation): Translate KEY
10917 if necessary even if it doesn't have any mapping in the current
10918 input method.
10919 (quail-start-conversion): Likewise.
10920 (quail-help): The output message is improved.
10921
10922 2000-09-13 Miles Bader <miles@gnu.org>
10923
10924 * comint.el (comint-output-filter): Revert to using
10925 `insert-before-markers'. Add bletcherous hack to undo damage
10926 caused by `insert-before-markers'. Put `front-sticky' property on
10927 overlays created here so that the field code understands how the
10928 overlay works. Use a let when making comint-last-prompt-overlay,
10929 so that the code is easier to read.
10930
10931 2000-09-13 Dave Love <fx@gnu.org>
10932
10933 * wid-edit.el (widget-default-format-handler): DTRT when
10934 doc-property is a function.
10935
10936 2000-09-12 Francesco Potorti` <pot@gnu.org>
10937
10938 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10939 filed name if it's not there.
10940
10941 2000-09-12 Dave Love <fx@gnu.org>
10942
10943 * simple.el (read-mail-command): Doc fix.
10944 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10945
10946 * vc.el (vc-dired-listing-switches): Fix :version.
10947
10948 * vc-hooks.el: Doc fixes.
10949
10950 * subr.el (add-minor-mode): Use toggle-fun arg.
10951
10952 * speedbar.el: Add :version to several defcustoms.
10953
10954 * imenu.el (imenu--truncate-items, imenu--cleanup)
10955 (imenu--generic-function): Avoid mapcar.
10956 (imenu--replace-spaces): Function removed.
10957 (imenu--completion-buffer): Use subst-char-in-string.
10958 (imenu-add-to-menubar): Use keymap inheritance.
10959
10960 2000-09-12 Miles Bader <miles@gnu.org>
10961
10962 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10963 (diff-mode-map): Bind `diff-test-hunk'.
10964 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10965
10966 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10967
10968 * bytecomp.el (byte-compile-defvar): Undo last change
10969 because it breaks '(make-variable-buffer-local (defvar ...)'
10970 which is used at least in dired.
10971
10972 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10973
10974 * international/quail.el (quail-define-package): Docstring
10975 modified.
10976
10977 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10978
10979 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10980 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10981 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10982 docstring of "chinese-py".
10983
10984 * international/quail.el (quail-translation-docstring): New
10985 variable.
10986 (quail-show-keyboard-layout): Docstring modified.
10987 (quail-select-current): Likewise.
10988 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10989 infinite recursive call.
10990 (quail-help): Check quail-translation-docstring. Format of the
10991 output changed.
10992 (quail-help-insert-keymap-description): Adjusted for the above
10993 change.
10994
10995 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10996
10997 * bytecomp.el (byte-compile-defvar): Only cons onto
10998 current-load-list in top-level forms. Else this leaks a cons cell
10999 every time a defun is called.
11000
11001 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11002
11003 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11004 Now understands non-unified diffs. Some functionality moved into
11005 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11006 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11007 modify anything. Only reposition point in the patched file if the
11008 patch succeeds. Only pop up another window if POPUP is true.
11009 Emit a message describing what happened if successful, and at what
11010 line-offset. Automatically detect reversed hunks and do something
11011 appropriate.
11012 (diff-hunk-text, diff-find-text): New functions.
11013 (diff-filter-lines): Function removed.
11014 (diff-test-hunk): New function.
11015 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11016
11017 2000-09-10 Dave Love <fx@gnu.org>
11018
11019 * textmodes/tildify.el: Minor doc/commentary fixes.
11020 (tildify) <defgroup>: Add :version.
11021
11022 * faces.el (face-x-resources): Make custom type more specific.
11023 (frame-background-mode): Use mapc.
11024 (region) <defcustom>: Add :version.
11025
11026 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11027
11028 * vc-sccs.el (vc-sccs-register):
11029 * vc-rcs.el (vc-rcs-register):
11030 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11031 * vc.el (vc-register): Clear file's properties.
11032
11033 2000-09-08 Gerd Moellmann <gerd@gnu.org>
11034
11035 * faces.el (face-spec-set): Only face-spec-reset-face when
11036 ATTRS is non-nil.
11037
11038 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11039
11040 * help.el (help-insert-xref-button): Fix a typo in doc string.
11041
11042 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11043
11044 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11045 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11046 methods.
11047
11048 * menu-bar.el (read-mail-item-name): New function.
11049 (menu-bar-tools-menu): Use it to compute and display the package
11050 used to read email.
11051 (menu-bar-tools-menu): Fix typo in GUD's help string.
11052
11053 2000-09-07 Dave Love <fx@gnu.org>
11054
11055 * diff-mode.el (diff-mouse-goto-source): New function.
11056
11057 * vc-sccs.el: Doc fixes.
11058 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11059
11060 * vc-rcs.el: Doc fixes.
11061 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11062 (vc-rcs-checkout-switches, vc-rcs-header)
11063 (vc-rcs-master-templates): Add or change :version.
11064
11065 * vc-cvs.el: Doc fixes.
11066 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11067 (vc-cvs-stay-local): Add :version.
11068
11069 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11070
11071 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11072
11073 * international/quail.el (quail-help): Fix previous change.
11074
11075 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11076
11077 * faces.el (color-values): Doc fix.
11078
11079 * faces.el (frame-set-background-mode): Use frame-parameter
11080 instead of frame-parameters.
11081
11082 * frame.el (filtered-frame-list): Reduce consing.
11083 (frames-on-display-list): Call frame-parameter instead of
11084 frame-parameters.
11085
11086 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11087
11088 * language/devan-util.el (devanagari-to-indian-region): In the
11089 loop, change the following char, not preceding char.
11090
11091 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11092
11093 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11094 instead of frame-parameters.
11095
11096 * faces.el (set-face-attribute): Simplify by calling
11097 internal-set-lisp-face-attribute with FRAME being 0.
11098
11099 * vc.el: Remove `Id' version control keyword.
11100
11101 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11102
11103 * help.el (help-make-xrefs): Adjusted for the change of
11104 help-xref-mule-regexp.
11105 (help-insert-xref-button): New function.
11106
11107 * international/mule-cmds.el (help-xref-mule-regexp-template):
11108 Include the pattern for character set.
11109 (leim): New group.
11110
11111 * international/quail.el: Don't require face.
11112 (quail): New group.
11113 (quail-other-command): Dummy command to make quail-help work better.
11114 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11115 (quail-keyboard-layout-substitution): New variable.
11116 (quail-update-keyboard-layout): New function.
11117 (quail-keyboard-layout-type): New customizable variable.
11118 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11119 (quail-keyboard-translate): Pay attention to
11120 quail-keyboard-layout-substitution.
11121 (quail-insert-kbd-layout): New function.
11122 (quail-show-keyboard-layout): New function.
11123 (quail-get-translation): If the definition is a vector of length
11124 1, and the element is a string of length 1, return the character
11125 in that string.
11126 (quail-update-current-translations): Fix the case of
11127 relative-index out of range.
11128 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11129 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11130 Show key sequences for all available characters.
11131 (quail-help-insert-keymap-description): Don't show such verbose
11132 key bindings as quail-self-insert-command.
11133
11134 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11135 Format changed, and each element now have extra documentations.
11136 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11137 Adjusted for the change of quail-cxterm-package-ext-info.
11138
11139 2000-09-06 Gerd Moellmann <gerd@gnu.org>
11140
11141 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11142 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11143 during bootstrap.
11144
11145 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11146
11147 * vc.el: (toplevel): Don't require `dired' at run-time.
11148 (vc-dired-resynch-file): Remove autoload cookie.
11149
11150 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11151
11152 * vc.el: Made several backend functions optional.
11153 (vc-default-responsible-p): New function.
11154 (vc-merge): Use RET for first version to trigger merge-news, not
11155 prefix arg.
11156 (vc-annotate): Handle backends that do not support annotation.
11157 (vc-default-merge-news): Removed. The existence of a merge-news
11158 implementation is now checked on caller sites.
11159
11160 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11161 case.
11162
11163 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11164 special case that has been removed from the default in vc-hooks.el.
11165
11166 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11167
11168 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11169
11170 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11171
11172 * vc-hooks.el: Require vc during compilation.
11173 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11174 macro `with-vc-properties' in vc.el.
11175 (vc-file-getprop): Doc fix.
11176 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11177
11178 * vc.el: Require dired-aux during compilation.
11179 (vc-name-assoc-file): Moved to vc-sccs.el.
11180 (with-vc-properties): New macro.
11181 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11182 vc-finish-steal): Use it.
11183 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11184 to the backend-specific function is now supposed to do the checkout,
11185 too.
11186 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11187
11188 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11189 set file properties; that gets done in the generic code now.
11190
11191 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11192 Changed parameter list, added code from vc.el that does the
11193 checkout, possibly with a double-take.
11194
11195 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11196 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11197 the above under the new name.
11198 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11199 parameter list, added checkout command.
11200 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11201 properties; that gets done in the generic code now.
11202
11203 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11204
11205 * vc.el: Docstring fixes (courtesy of checkdoc).
11206
11207 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11208
11209 * vc.el (vc-checkout-writable-buffer-hook)
11210 (vc-checkout-writable-buffer): Remove.
11211 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11212 (vc-log-mode): Make it into a clean derived major mode.
11213 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11214 vc-log-mode if log-edit is not available.
11215 (vc-dired-mode-map): Don't set-keymap-parent yet.
11216 (vc-dired-mode): Do set-keymap-parent here.
11217 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11218
11219 2000-09-05 Gerd Moellmann <gerd@gnu.org>
11220
11221 * faces.el (set-face-attribute, face-spec-reset-face)
11222 (face-spec-set): Avoid consing by removing calls to `apply'.
11223
11224 * frame.el (frame-parameter): Move to C code.
11225
11226 2000-09-05 Dave Love <fx@gnu.org>
11227
11228 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11229 insert-before-markers-and-inherit. Now checked systematically!
11230
11231 2000-09-05 Alex Schroeder <alex@gnu.org>
11232
11233 * sql.el (sql-postgres): Use sql-postgres-options.
11234 (sql-postgres-options): New variable.
11235
11236 2000-09-05 Alex Schroeder <alex@gnu.org>
11237
11238 * sql.el (sql-mode-menu): Work around missing variable mark-active
11239 in XEmacs.
11240 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11241 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11242 compatibility.
11243
11244 2000-09-04 Gerd Moellmann <gerd@gnu.org>
11245
11246 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11247
11248 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11249
11250 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11251
11252 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11253
11254 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11255 don't support anything else under SCCS yet.
11256
11257 * vc-hooks.el: Minor doc fixes.
11258
11259 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11260
11261 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11262 not necessary. If verbose in state `needs-patch', do the same as
11263 under `up-to-date'. When NOT verbose and `needs-patch', check out
11264 latest version instead of `merge-news'.
11265 (vc-next-action-dired): Don't mess with default-directory here; it
11266 breaks other parts of dired. It is the job of the
11267 backend-specific functions to adjust it temporarily if they need it.
11268 (vc-next-action): Remove a special CVS case.
11269 (vc-clear-headers): New optional arg FILE.
11270 (vc-checkin, vc-checkout): Set properties vc-state and
11271 vc-checkout-time properly.
11272 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11273 (vc-print-log): Use new backend function `show-log-entry'.
11274 (vc-cancel-version): Do the checks in a different order. Added a
11275 FIXME concerning RCS-only code.
11276
11277 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11278 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11279
11280 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11281
11282 * vc-hooks.el (vc-default-mode-line-string): Show state
11283 `needs-patch' as a `-' too.
11284
11285 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11286
11287 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11288 (vc-default-could-register): New function.
11289 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11290 (vc-resynch-buffer): Call vc-dired-resynch-file.
11291 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11292 vc-resynch-buffer instead of vc-resynch-window.
11293 (vc-next-action-dired): Don't redisplay here, that gets done as a
11294 result of the individual file operations.
11295 (vc-retrieve-snapshot): Corrected prompt order.
11296
11297 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11298
11299 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11300 as well.
11301 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11302 hostname regexps. Updated all callers.
11303 (vc-cvs-responsible-p): Handle directories as well.
11304 (vc-cvs-could-register): New function.
11305 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11306 properties up-to-date.
11307
11308 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11309 user whether to create one.
11310
11311 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11312
11313 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11314 check out a non-existing file.
11315
11316 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11317 workfile does not exist.
11318
11319 * vc.el (vc-version-diff): Use `require' to check for existence of
11320 diff-mode.
11321
11322 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11323
11324 * vc-cvs.el (vc-cvs-registered): Use new function
11325 vc-cvs-parse-entry to do the actual work.
11326
11327 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11328
11329 * vc-hooks.el (vc-find-backend-function): If function doesn't
11330 exist, return nil instead of error.
11331 (vc-call-backend): Doc fix.
11332
11333 * vc.el (vc-do-command): Doc fix.
11334 (vc-finish-logentry): When checking in from vc-dired, choose the
11335 right backend for logentry check.
11336 (vc-dired-mode-map): Inherit from dired-mode-map.
11337 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11338 simplified.
11339 (vc-dired-state-info): Removed, updated caller.
11340 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11341 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11342 (vc-dired-listing-switches): New variable.
11343 (vc-directory): Use it, instead of dired-listing-switches.
11344
11345 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11346 (vc-cvs-dir-state): New function.
11347 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11348 (vc-cvs-parse-entry): New function, also to be used in
11349 vc-cvs-registered.
11350
11351 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11352
11353 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11354 *or* single-window-frames.
11355
11356 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11357
11358 * vc.el (vc-update-changelog): Split into generic part and default
11359 implementation. Doc string adapted.
11360 (vc-default-update-changelog): New function. Call the `rcs2log'
11361 script in exec-directory, to fix a long-standing nuisance.
11362
11363 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11364 simply signals an error.
11365
11366 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11367
11368 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11369 control-flow more clear and to avoid running `cvs' twice.
11370
11371 * vc.el (vc-next-action-on-file): Doc fix.
11372 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11373 (vc-print-log): Eval `file' before constructing the continuation.
11374
11375 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11376
11377 * vc.el (vc-next-action-on-file): Corrected several messages.
11378 (vc-merge): Add prefix arg `merge-news'; handle it.
11379
11380 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11381 is not reached. It is.
11382 (vc-cvs-merge): Set state to 'edited after merge.
11383 (vc-cvs-merge-news): Set workfile version to nil if not known.
11384 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11385
11386 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11387 via stdout. (Merge from main line.)
11388
11389 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11390
11391 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11392 detection.
11393
11394 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11395
11396 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11397 against kill-all-local-variables.
11398 (vc-log-edit): Don't save vc-parent-buffer any more.
11399 (vc-last-comment-match): Initialize to an empty string.
11400 (vc-post-command-functions): New hook.
11401 (vc-do-command): Run it.
11402 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11403 (vc-finish-logentry): Only add the comment to the ring if it's
11404 different from the last comment entered.
11405 (vc-new-comment-index): New function.
11406 (vc-previous-comment): Use it. Make the minibuffer message
11407 slightly less terse.
11408 (vc-comment-search-reverse): Make it work forward as well. Don't
11409 set vc-comment-ring-index if no match is found. Use
11410 vc-new-comment-index.
11411 (vc-comment-search-forward): Use vc-comment-search-reverse.
11412 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11413 define-derived-mode will do it for us. Bind `v' to a keymap that
11414 inherits from vc-prefix-map so that we can bind `vt' without
11415 binding C-x v t.
11416 (vc-retrieve-snapshot): Parenthesis typo.
11417
11418 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11419 to 1. Make sure to switch to *vc* before looking for an error
11420 message. Use vc-parse-buffer.
11421
11422 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11423
11424 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11425 and NAME.
11426 (vc-retrieve-snapshot): Split into two parts.
11427 (vc-default-retrieve-snapshot): New function.
11428
11429 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11430 (vc-cvs-retrieve-snapshot): New function (untested).
11431 (vc-cvs-stay-local): Default to t.
11432 (vc-cvs-remote-p): New function and property.
11433 (vc-cvs-state): Stay local only if the above is t.
11434 (vc-handle-cvs): Removed.
11435 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11436 done via vc-handled-backends now.
11437 (vc-cvs-header): Escape Id.
11438
11439 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11440
11441 * vc.el (vc-do-command): Remove unused commands.
11442 (vc-version-diff): Make sure default-directory ends with a slash.
11443 Move the window commands into a vc-exec-after.
11444 (vc-print-log): Move more of the code into the `vc-exec-after'.
11445
11446 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11447
11448 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11449 (vc-print-log): Search current revision from beginning of buffer.
11450 (vc-revert-buffer): Clear echo area after the diff is finished.
11451 (vc-prefix-map): Removed definition of "t" for terse display in vc
11452 dired.
11453 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11454 definition of "vt" for terse display.
11455 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11456
11457 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11458
11459 * vc.el (vc-exec-after): Avoid caddr.
11460
11461 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11462
11463 * vc.el (vc-exec-after): New function.
11464 (vc-do-command): Use it to add a termination message for async
11465 procs.
11466 (vc-checkout): Try to handle a missing-backend situation.
11467 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11468 of a directory with a backend using async diffs.
11469 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11470 present.
11471
11472 * vc-sccs.el (vc-sccs-state-heuristic): Use
11473 file-ownership-preserved-p.
11474
11475 * vc-rcs.el (vc-rcs-state-heuristic): Use
11476 file-ownership-preserved-p.
11477 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11478
11479 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11480
11481 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11482 vc-do-command.
11483
11484 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11485 when there are no changes.
11486
11487 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11488
11489 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11490
11491 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11492
11493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11494
11495 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11496
11497 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11498 the `fset' outside of the defvar so that it works even if
11499 vc-prefix-map was already defined.
11500 (vc-setup-buffer): New function, split out of vc-do-command.
11501 (vc-do-command): Allow BUFFER to be t to mean `just use the
11502 current buffer without any fuss'.
11503 (vc-version-diff): Change the `diff' backend operation to just put
11504 the diff in the current buffer without erasing it. Always use
11505 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11506 shrink-window-if-larger-than-buffer.
11507 (vc-print-log): Change the `print-log' backend operation to just
11508 put the log in the current buffer without erasing it. Protect
11509 shrink-window-if-larger-than-buffer.
11510 (vc-update-change-log): Fix setd typo.
11511
11512 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11513 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11514
11515 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11516 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11517 CMP.
11518
11519 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11520 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11521 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11522
11523 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11524
11525 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11526 not possible, use vc-BACKEND-workfile-unchanged-p.
11527 (vc-default-workfile-unchanged-p): New function. Delegates to a
11528 full vc-BACKEND-diff.
11529
11530 * vc-hooks.el (vc-simple-command): Removed.
11531
11532 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11533 instead of vc-simple-command.
11534 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11535 avoid doing a diff when opening a file.
11536 (vc-rcs-state): Added check for unlocked-changes.
11537 (vc-rcs-header): Escape Id.
11538 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11539 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11540 version.
11541
11542 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11543 (vc-sccs-diff): Remove optional arg CMP.
11544 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11545 SCCS-specific function.
11546
11547 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11548 vc-simple-command.
11549
11550 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11551
11552 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11553 (with-vc-file, vc-merge): Use vc-editable-p.
11554 (vc-do-command): Remove unused var vc-file and fix the
11555 doubly-defined `status' var. Add a user message when starting an
11556 async command.
11557 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11558 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11559 Use with-current-buffer.
11560 (vc-buffer-sync): Use unless.
11561 (vc-next-action-on-file): If the file is 'edited by read-only,
11562 make it read-write instead of trying to commit.
11563 (vc-version-diff, vc-update-change-log): Use `setq
11564 default-directory' rather than `cd'.
11565 (vc-log-edit): Don't forget to set default-directory in the
11566 buffer.
11567
11568 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11569 (vc-sccs-state-heuristic): Use file-writable-p instead of
11570 comparing userids.
11571 (vc-sccs-checkout): Use `unless'.
11572
11573 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11574 of comparing userids.
11575 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11576 Simplify the logic by eliminating unreachable code.
11577 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11578 just do a recursive call if we need to retry.
11579 (vc-rcs-checkout): Handle the case where rcs is missing by making
11580 the buffer read-write if requested and re-signalling the error.
11581
11582 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11583
11584 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11585
11586 * vc-hooks.el (vc-handled-backends): Docstring change.
11587 (vc-ignore-vc-files): Mark obsolete.
11588 (vc-registered): Check vc-ignore-vc-files.
11589 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11590 vc-ignore-vc-files.
11591
11592 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11593
11594 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11595
11596 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11597 files since ange-ftp already has vc-registered return nil.
11598
11599 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11600 (vc-sccs-workfile-version): Use with-temp-buffer and new
11601 vc-parse-buffer and don't bother setting the property.
11602 (vc-sccs-add-triple): Use with-current-buffer and
11603 find-file-noselect.
11604 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11605
11606 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11607 derives from the old vc-parse-buffer but uses the revision number
11608 rather than the date (much easier to compare robustly).
11609 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11610 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11611 locking-user more directly. Check strict locking and set
11612 checkout-model appropriately.
11613 (vc-rcs-parse-locks): Remove.
11614 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11615 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11616 (vc-rcs-system-release): Use with-current-buffer and
11617 vc-parse-buffer.
11618 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11619
11620 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11621 (vc-simple-command): Docstring fix.
11622 (vc-registered): Align the way the file-handler is called with the
11623 way the function itself works.
11624 (vc-file-owner): Remove.
11625
11626 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11627 extraction of fields and call to file-attributes because of a
11628 temporary bug in rcp.el.
11629 (vc-cvs-fetch-status): Use with-current-buffer.
11630
11631 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11632
11633 * vc.el (vc-do-command): Use file-relative-name.
11634 (vc-responsible-backend): Use vc-backend if possible.
11635 (vc-create-snapshot): Improve the `interactive' spec. Add support
11636 for branches and dispatch to backend-specific `create-snapshot'.
11637 (vc-default-create-snapshot): New function, containing the bulk of
11638 the old vc-create-snapshot.
11639 (vc-retrieve-snapshot): Improve the interactive spec.
11640
11641 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11642 (vc-backend-hook-functions): Remove.
11643 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11644 (vc-backend): Reintroduce the test for `file = nil' now that I
11645 know why it was there (and added a comment to better remember).
11646
11647 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11648 code from vc-sccs-hooks.el.
11649 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11650 'vc anymore.
11651 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11652 and file-directory-p instead of file-exists-p.
11653 (vc-sccs-check-headers): Simplify the regexp.
11654
11655 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11656 from vc-rcs-hooks.el. Don't require 'vc anymore.
11657 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11658 file-directory-p instead of file-exists-p.
11659
11660 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11661 from vc-cvs-hooks.el.
11662 (proto vc-cvs-registered): Require 'vc-cvs instead of
11663 'vc-cvs-hooks. Don't require 'vc anymore.
11664 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11665 file-directory-p instead of file-exists-p.
11666 (vc-cvs-create-snapshot): New function, replacing
11667 vc-cvs-assign-name.
11668 (vc-cvs-assign-name): Remove.
11669
11670 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11671
11672 * vc-cvs.el (vc-cvs-header): New var.
11673
11674 * vc-rcs.el (vc-rcs-exists): Remove.
11675 (vc-rcs-header): New var.
11676
11677 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11678 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11679 (vc-sccs-header): New var.
11680
11681 * vc.el (vc-do-command): Get rid of the `last' argument.
11682 (vc-header-alist): Remove, replaced by vc-X-header.
11683 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11684 (vc-dired-hook): Use expand-file-name instead of concat.
11685 (vc-directory): Use file-name-as-directory.
11686 (vc-snapshot-precondition, vc-create-snapshot)
11687 (vc-retrieve-snapshot): Allow the command to operate on any
11688 directory.
11689
11690 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11691 just removing the 'WORKFILE argument or by removing the 'MASTER
11692 argument and replacing `file' with (vc-name file).
11693
11694 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11695
11696 * vc.el: Update Copyright and add a crude list of backend funs.
11697 (vc-writable-p): New function.
11698 (with-vc-file): Use vc-writable-p.
11699 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11700 (vc-register): Avoid vc-name.
11701 (vc-locking-user): Remove.
11702 (vc-steal-lock): Make the `owner' arg non-optional.
11703 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11704 vc-checkout-model.
11705 (vc-default-dired-state-info): Use vc-state instead of
11706 vc-locking-user and return special strings for special states.
11707 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11708 and get rid of one of the special CVS cases.
11709 (vc-cancel-version): prettify error message with \\[...].
11710 (vc-rename-master): New function.
11711 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11712 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11713 the CVS special case generic.
11714 (vc-default-record-rename): Remove.
11715 (vc-file-tree-walk-internal): Only call FUNC for files that are
11716 under control of some VC backend and replace `concat' with
11717 expand-file-name.
11718 (vc-file-tree-walk): Update docstring.
11719 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11720 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11721
11722 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11723 vc-sccs-record-rename. Use `find-file-noselect' rather than
11724 `find-file' and call `vc-rename-master' to do the actual move.
11725 (vc-sccs-diff): Remove unused `backend' variable.
11726
11727 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11728 to delay loading of vc-sccs until it is really used.
11729 (vc-sccs-master-templates): Preload.
11730 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11731 (vc-sccs-project-dir): Remove (merged into
11732 vc-sccs-search-project-dir).
11733 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11734 rather than `concat', make sure it is preloaded and don't bother
11735 to check that the file actually exists.
11736 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11737 `locks' argument (use buffer's content instead) and eliminate n^2
11738 behavior.
11739
11740 * vc-rcs.el: Update Copyright.
11741 (vc-rcs-rename-file): New function.
11742 (vc-rcs-diff): Remove unused `backend' variable.
11743
11744 * vc-hooks.el: Update Copyright.
11745 (vc-backend): Don't accept a nil argument any more.
11746 (vc-up-to-date-p): Turn into a defsubst.
11747 (vc-possible-master): New function.
11748 (vc-check-master-templates): Use `vc-possible-master' and allow
11749 funs in vc-X-master-templates to return a non-existent file.
11750
11751 * vc-cvs.el: Update Copyright.
11752 (vc-cvs-diff): Remove unused `backend' variable.
11753 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11754
11755 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11756
11757 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11758
11759 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11760 since it can be called from vc-rcs.el.
11761 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11762
11763 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11764
11765 * vc.el (vc-version-diff): Expand file name read from the
11766 minibuffer. Handle the case when a previous version number can't
11767 be guessed. Give suitable messages when there were no differences
11768 found.
11769 (vc-clear-headers): Call backend-specific implementation, if one
11770 exists.
11771 (vc-cancel-version): Made error checks generic. When done, clear
11772 headers generically, too.
11773
11774 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11775 from vc-clear-headers in vc.el.
11776
11777 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11778 correctly.
11779 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11780 optional. Handle the case when it's not there.
11781
11782 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11783
11784 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11785
11786 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11787
11788 * vc-hooks.el (vc-loadup): Remove.
11789 (vc-find-backend-function): Use `require'. Also, handle the case
11790 where vc-BACKEND-hooks.el doesn't exist.
11791 (vc-call-backend): Cleanup.
11792
11793 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11794
11795 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11796 vc-rcs-grab-templates)
11797 (vc-rcs-registered): Remove. The default function works as well.
11798 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11799 vc-sccs-grab-templates)
11800 (vc-sccs-registered): Remove. The default function works as well.
11801
11802 * vc.el (vc-version-diff): Left out a vc- in call to
11803 vc-call-backend.
11804 (vc-default-dired-state-info, vc-default-record-rename)
11805 (vc-default-merge-news): Update for the new backend argument.
11806
11807 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11808 using the default function.
11809 (vc-call-backend): If calling the default function, pass it the
11810 backend as first argument. Update the docstring accordingly.
11811 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11812 for the new backend argument.
11813 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11814 (vc-find-backend-function): Use the new name.
11815 (vc-default-registered): New function.
11816
11817 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11818
11819 * vc.el (vc-merge): Use vc-find-backend-function.
11820
11821 * vc-hooks.el (vc-backend-functions): Remove.
11822 (vc-loadup): Don't setup 'vc-functions.
11823 (vc-find-backend-function): New function.
11824 (vc-call-backend): Use above fun and populate 'vc-functions
11825 lazily.
11826 (vc-backend-defines): Remove.
11827
11828 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11829
11830 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11831 Call vc-call-backend without the leading vc-.
11832 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11833 (vc-check-headers): Call vc-call-backend without the leading vc-.
11834 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11835 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11836 Call vc-call-backend without the leading vc-.
11837
11838 * vc-cvs.el (tail): Provide vc-cvs.
11839 * vc-sccs.el (tail): Provide vc-sccs.
11840 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11841
11842 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11843 (vc-make-backend-function, vc-call): Pass names without leading
11844 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11845 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11846 (vc-call-backend): Always try to load vc-X-hooks.
11847 (vc-registered): Remove vc- in call to vc-call-backend.
11848
11849 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11850
11851 * vc.el (vc-process-filter): New function.
11852 (vc-do-command): Setup `vc-process-filter' for the async process.
11853 (vc-maybe-resolve-conflicts): New function to reduce
11854 code-duplication. Additionally, it puts the buffer in
11855 `smerge-mode' if applicable.
11856 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11857 calling `merge-news'.
11858 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11859 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11860 interfacing to log-edit.el.
11861 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11862 log-edit is available.
11863 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11864
11865 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11866
11867 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11868 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11869 defvar and the initialization.
11870 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11871
11872 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11873 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11874
11875 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11876
11877 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11878
11879 * vc.el (vc-file-clear-masterprops): Removed.
11880 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11881 (vc-version-diff): Use buffer-size without argument.
11882 (vc-register): Heed vc-initial-comment.
11883
11884 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11885 default branch.
11886
11887 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11888 file name and workfile version.
11889 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11890
11891 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11892 vc-file-clear-masterprops.
11893
11894 * vc-sccs.el (vc-sccs-checkout): Removed call to
11895 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11896 rather than user login name.
11897
11898
11899 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11900
11901 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11902 `want-differences-if-changed' and simplify.
11903 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11904 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11905 output (which is invalid for async vc-diff) to decide whether to
11906 do the revert silently or not.
11907
11908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11909
11910 * vc-hooks.el (vc-loadup): Load files quietly.
11911 (vc-call-backend): Oops, brain fart.
11912
11913 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11914
11915 * vc-cvs.el (vc-cvs-state): Typo.
11916 (vc-cvs-merge-news): Return the status code rather than the error msg.
11917
11918 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11919
11920 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11921 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11922 vc-state or vc-up-to-date-p.
11923 (vc-merge): Use vc-backend-defines to check whether merging is
11924 possible. Set state to 'edited after successful merge.
11925
11926 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11927 return that name. Redocumented.
11928
11929 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11930
11931 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11932 new `vc-state' semantics.
11933 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11934 'vc-locking-user to the current user.
11935 (vc-merge): Inline vc-backend-merge. Comment out code that I
11936 don't understand and hence can't adapt to the new `vc-state' and
11937 `vc-locking-user' semantics.
11938 (vc-backend-merge): Remove.
11939
11940 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11941 rather than 'vc-locking-user.
11942
11943 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11944
11945 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11946 (vc-state): Don't use 'reserved any more. Just use the same
11947 convention as the one used for vc-<backend>-state where the
11948 locking user (as a string) is returned.
11949 (vc-locking-user): Update, based on the above convention. The
11950 'vc-locking-user property has disappeared.
11951 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11952
11953 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11954 with a heuristic one.
11955 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11956 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11957 error. That allows us to get to 'needs-merge even in the
11958 stay-local case. There's still no way to detect 'needs-patch in
11959 such a setup (or to force an update for that matter).
11960 (vc-cvs-logentry-check): Remove, the default works as well.
11961
11962 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11963
11964 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11965
11966 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11967 major-mode in which the buffer might have been put earlier. Use
11968 `remove' and `when'. Allow `okstatus' to be `async' and use
11969 `start-process' in this case.
11970 (vc-version-diff): Handle the case where the diff looks empty
11971 because of the use of an async process.
11972
11973 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11974
11975 * vc.el (vc-next-action-on-file): Removed optional parameter
11976 `simple'. Recompute state unconditionally.
11977 (vc-default-toggle-read-only): Removed.
11978
11979 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11980 (vc-toggle-read-only): Undid prev change.
11981
11982 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11983 vc-cvs-simple-toggle. Redocumented.
11984 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11985 (vc-cvs-toggle-read-only): Removed.
11986
11987 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11988
11989 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11990 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11991 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11992 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11993 still is. So maybe it should be removed.
11994 (vc-head-version, vc-find-binary): Remove.
11995 (vc-recompute-state): Move from vc-hooks.el.
11996 (vc-next-action-on-file): Add a `simple' argument to allow
11997 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11998 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11999 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12000 (vc-dired-mode-map): Properly defvar it.
12001 (vc-print-log): Call log-view-mode if available.
12002 (small-temporary-file-directory): defvar instead of use boundp.
12003 (vc-merge-news): Moved to vc-cvs.el.
12004 (vc-default-merge-news): New function.
12005
12006 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12007 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12008 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12009 unknown `vc-latest-version' function. It should probably refer to
12010 vc-workfile-version or somesuch, but it's very unclear to me and I
12011 don't have SCCS to test things.
12012
12013 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12014 (vc-sccs-state-heuristic): Fix typo.
12015 (vc-sccs-workfile-unchanged-p): Add missing argument.
12016
12017 * vc-rcs.el: Require vc and vc-rcs-hooks.
12018 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12019 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12020 (vc-release-greater-or-equal-p): Move from vc.
12021 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12022 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12023 (vc-rcs-checkout): Add a missing `new-version' argument in the
12024 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12025
12026 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12027 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12028 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12029 than the apparently unbound `workfile-version'.
12030
12031 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12032 (vc-file-prop-obarray): Use `make-vector'.
12033 (vc-backend-functions): Add new hookable functions
12034 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12035 (vc-loadup): If neither backend nor default functions exist, use
12036 the backend function rather than nil.
12037 (vc-call-backend): If the function if not bound yet, try to load
12038 the non-hook file to see if it provides it.
12039 (vc-call): New macro plus use it wherever possible.
12040 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12041 nor `vc-find-binary' since it's only called from
12042 vc-mistrust-permission which is only used once the backend is known.
12043 (vc-checkout-model): Fix parenthesis.
12044 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12045
12046 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12047 (vc-cvs-release, vc-cvs-system-release): Remove.
12048 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12049 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12050 status symbols.
12051 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12052 (vc-cvs-toggle-read-only): First cut at a function to allow a
12053 cvs-status-free vc-toggle-read-only.
12054 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12055 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12056 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12057 (vc-cvs-checkout): Modify access rights directly if the user
12058 requested not to use `cvs edit'. And refresh the mode line.
12059
12060 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12061 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12062
12063 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12064
12065 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12066 workfile' that got lost when the code was extracted from vc.el.
12067 And merged the tail with the rest of the code (not possible in the
12068 old vc.el where the tail was shared among all backends). And
12069 explicitly set the state to 'edited if `writable' is set.
12070
12071 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12072 (vc-cvs-state): Be careful to return the value from
12073 vc-cvs-parse-state.
12074 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12075 property but return it instead. Also be careful to handle a nil
12076 or "" `rev' when workfile is non-nil (it was handled properly when
12077 workfile was nil).
12078
12079 * vc.el: Removed those pesky unnecessary `(function' quotes.
12080 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12081 directly in the defvar.
12082 (vc-do-command): Bind inhibit-read-only so as to properly handle
12083 the case where the destination buffer has been made read-only.
12084 (vc-diff): Delegate to vc-version-diff in all cases.
12085 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12086 (vc-annotate-mode-variables): Removed (code moved partly to
12087 defvars and partly to vc-annotate-add-menu).
12088 (vc-annotate-mode): Turned into a derived-mode.
12089 (vc-annotate-add-menu): Moved in code in
12090 vc-annotate-mode-variables.
12091 (vc-update-change-log): Use make-temp-file if available.
12092
12093 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12094
12095 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12096 `vc-checkout-model' updated to `vc-cvs-update-model'.
12097
12098 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12099
12100 * vc.el (vc-next-action-on-file): Added handling of state
12101 `unlocked-changes'.
12102 (vc-checkout-carefully): Is now practically obsolete, unless the
12103 above is too slow to be enabled unconditionally.
12104 (vc-update-change-log): Fixed typo.
12105
12106 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12107
12108 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12109 Now handles state `unlocked-changes'.
12110 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12111
12112 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12113
12114 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12115 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12116 `unlocked-changes'.
12117 (vc-rcs-workfile-unchanged-p): Renamed from
12118 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12119 function yet, but supposed to become one soon.
12120
12121 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12122 `vc-steal-lock'.
12123 (vc-call-backend): Changed error message.
12124 (vc-state): Added description of state `unlocked-changes'.
12125
12126 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12127
12128 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12129 always return t in CVS-controlled directories.
12130
12131 * vc.el (vc-responsible-backend): New function.
12132 (vc-register): Largely rewritten.
12133 (vc-admin): Removed (implementation moved into vc-register).
12134 (vc-checkin): Redocumented.
12135 (vc-finish-logentry): If no backend defined yet (because we are in
12136 the process of registering), use the responsible backend.
12137
12138 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12139 Updated function lists.
12140 (vc-call-backend): Fixed typo.
12141
12142 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12143 New functions.
12144 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12145 Removed query option. Redocumented.
12146
12147 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12148
12149 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12150
12151 * vc.el: Updated callers of `vc-checkout-required' to use
12152 `vc-checkout-model'.
12153
12154 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12155
12156 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12157 stuff updated to reference this function instead of the old
12158 `vc-backend-release-p'.
12159
12160 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12161
12162 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12163 vc-checkout-model. Return appropriate values. Updated callers.
12164
12165 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12166
12167 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12168 (vc-backend-revert): Function moved into `vc-revert';
12169 `vc-next-action' must be updated to accomodate this change.
12170 (vc-backend-steal): Function moved into `vc-finish-steal'.
12171 (vc-backend-logentry-check): Function moved into
12172 `vc-finish-logentry'.
12173 (vc-backend-printlog): Function moved into `vc-print-log'.
12174 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12175 (vc-backend-assign-name): Function moved into
12176 `vc-create-snapshot'.
12177
12178 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12179
12180 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12181 Rename to vc-checkout-model. Return appropriate values.
12182 Update callers.
12183
12184 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12185 to vc-checkout-model.
12186 (vc-checkout-required): Rename to vc-checkout-model.
12187 Re-implement and re-comment.
12188 (vc-after-save): Use vc-checkout-model.
12189
12190 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12191
12192 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12193 Update to use the vc-BACKEND-diff functions instead.
12194 `vc-diff' is now working.
12195
12196 * vc-rcs.el (vc-rcs-logentry-check): New function.
12197
12198 * vc-cvs.el (vc-cvs-logentry-check): New function.
12199
12200 * vc-sccs.el (vc-sccs-diff): Function changed name from
12201 `vc-backend-diff'. This makes `vc-diff' work.
12202
12203 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12204 of functions possibly implemented in a vc-BACKEND library.
12205 (vc-checkout-required): Fix bug that caused an error to be
12206 signaled during `vc-after-save'.
12207
12208 * vc.el: Fix typo.
12209 This checkin is made with our new VC code base for the very first time.
12210 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12211
12212 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12213 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12214
12215 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12216 updated to `vc-uses-locking'.
12217 (vc-checkout-required): Call to backend function.
12218 `vc-checkout-required' updated to `vc-uses-locking' instead.
12219
12220 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12221 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12222
12223 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12224 to match the split into various backends.
12225 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12226 (vc-retrieve-snapshot): Bug fix.
12227
12228 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12229
12230 * vc-sccs.el (vc-sccs-release): Doc fix.
12231
12232 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12233
12234 * vc.el (vc-next-action-on-file): Bug found and fixed.
12235 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12236 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12237
12238 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12239 (vc-rcs-checkout): Name space cleaned up. No more revision number
12240 crunching function names that are not prefixed with vc-rcs.
12241 (vc-rcs-checkout-model): Function added. References to
12242 `vc-checkout-model' replaced.
12243
12244 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12245
12246 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12247 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12248 still need to be split, and implemented for RCS).
12249
12250 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12251
12252 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12253
12254 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12255 required by the vc.el file.
12256
12257 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12258 required by the vc.el file.
12259 (vc-rcs-exists): Function added.
12260
12261 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12262 required by the vc.el file.
12263
12264 * vc.el (vc-admin): Updated to handle selection of appropriate
12265 backend. Current implementation is crufty and need re-thinking.
12266
12267 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12268
12269 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12270
12271 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12272 beginning of annotate buffers correctly.
12273
12274 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12275 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12276 functionality updated quite a lot to support multiple backends.
12277 Variables `vc-annotate-mode', `vc-annotate-buffers',
12278 `vc-annotate-backend' added.
12279
12280 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12281 `vc-annotate-difference' added to supported backend functions.
12282
12283 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12284
12285 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12286 Use with-temp-file instead of /bin/sh. Merged from mainline
12287
12288 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12289
12290 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12291
12292 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12293
12294 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12295
12296 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12297
12298 * vc-hooks.el: vc-state-heuristic added to
12299 vc-backend-hook-functions.
12300
12301 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12302
12303 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12304
12305 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12306 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12307 state to `reserved'.
12308
12309 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12310 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12311
12312 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12313
12314 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12315 untouched.
12316
12317 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12318
12319 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12320 if defined. (Merged from main line, slightly adapted.)
12321
12322 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12323 millenium problem (merged from mainline).
12324
12325 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12326
12327 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12328 part and moved the non-BACKEND stuff to vc.el.
12329
12330 * vc.el: Split the annotate feature into a BACKEND specific part
12331 and moved it from the vc-cvs.el file to this one.
12332
12333 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12334
12335 * vc-hooks.el: Implement new state model.
12336 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12337 (vc-locking-user): Simplify. Now only needed if the file is
12338 locked by somebody else.
12339 (vc-lock-from-permissions): Remove. Functionality is in
12340 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12341 (vc-mode-line-string): New name for former vc-status. Adapted.
12342 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12343
12344 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12345 Various simplifications and adaptations all over the place.
12346
12347 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12348 Simplify and adapt the rest.
12349
12350 * vc.el (vc-resynch-window): Add TODO comment: check for
12351 interaction with view mode according to recent RCS change.
12352 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12353
12354 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12355
12356 * vc.el: Convert the remaining function comments to docstrings.
12357
12358 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12359
12360 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12361 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12362 (vc-minor-part, vc-previous-version): Functions that operate and
12363 compare revision numbers got proper documentation. Comments added
12364 about their possible removal.
12365
12366 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12367
12368 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12369 the vc-backend.el files.
12370
12371 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12372
12373 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12374 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12375 (vc-rcs-previous-version): Functions added.
12376
12377 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12378
12379 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12380
12381 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12382
12383 * vc-hooks.el (vc-master-templates): Is really obsolete.
12384 Comment out the definition for now. What is the right procedure
12385 to get rid of it?
12386 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12387 rewritten.
12388 (vc-default-registered): Remove.
12389 (vc-check-master-templates): New function; does mostly what the
12390 above did before.
12391 (vc-locking-user): Don't rely on the backend to set the property.
12392
12393 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12394 Rewrite documentation.
12395 (vc-rcs-templates-grabbed): New variable.
12396 (vc-rcs-grab-templates): New function.
12397 (vc-rcs-registered): Rewrite to use above mechanism.
12398
12399 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12400 Rewrite documentation.
12401 (vc-sccs-templates-grabbed): New variable.
12402 (vc-sccs-grab-templates): New function.
12403 (vc-sccs-registered): Rewrite to use above mechanism.
12404 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12405 Don't throw the result, simply return it.
12406
12407 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12408 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12409 (vc-cvs-registered): Does the check itself now. Simplify.
12410
12411 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12412 from main line.
12413
12414 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12415
12416 * vc-cvs.el (vc-cvs-diff): New function.
12417
12418 * vc-sccs.el (vc-sccs-diff): New function.
12419
12420 * vc-rcs.el (vc-rcs-diff): New function.
12421 (vc-rcs-checkout): Bug (typo) found and fixed.
12422 (vc-rcs-register-switches): New variable.
12423
12424 * vc.el (vc-backend-diff): Function removed and placed in the
12425 backend files.
12426
12427 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12428
12429 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12430
12431 * vc.el (vc-backend-checkout): Function removed and replaced in
12432 the vc-backend.el files.
12433
12434 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12435
12436 * vc.el (vc-backend-admin): Removed and replaced in the
12437 vc-backend.el files.
12438
12439 * vc.el (Martin): Removed all the annotate functionality since it
12440 is CVS backend specific.
12441
12442 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12443
12444 * spec.txt: Added specification of vc-state.
12445
12446 * vc-sccs-hooks.el (vc-sccs-master-properties):
12447 Remove handling of vc-latest-version and
12448 vc-your-latest-version. What used to be vc-latest-version, is now
12449 returned as vc-workfile-version.
12450 (vc-sccs-workfile-version): Adapt.
12451
12452 2000-09-04 Dave Love <fx@gnu.org>
12453
12454 * vc.el: [Merged from mainline.]
12455 (vc-dired-mode): Make the dired-move-to-filename-regexp
12456 regexp match the date, to avoid treating date as file size.
12457 Add YYYY S option to WESTERN/
12458
12459 2000-09-04 Dave Love <fx@gnu.org>
12460
12461 * vc.el: Require `compile' when compiling.
12462 (vc-logentry-check-hook): New option.
12463 (vc-steal-lock): Use compose-mail.
12464 (vc-dired-mode-map): Defvar when compiling.
12465 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12466 vc-sccs.el and renamed. Callers changed.
12467 (vc-backend-checkout, vc-backend-logentry-check)
12468 (vc-backend-merge-news): Doc fix.
12469 (vc-default-logentry-check): New function.
12470 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12471 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12472 (vc-backend-merge): Doc fix. Use backend functions.
12473 (vc-check-headers): Use backend functions.
12474
12475 * vc-cvs.el: Require vc when compiling.
12476 (vc-cvs-register-switches): Doc fix.
12477 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12478 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12479 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12480 New functions (code from vc.el).
12481 (vc-annotate-display-default): Fix interactive spec.
12482 (vc-annotate-time-span): Doc fix.
12483
12484 * vc-rcs.el: Require vc when compiling.
12485 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12486 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12487 (vc-rcs-checkin): New functions (code from vc.el).
12488 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12489 Doc fix.
12490 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12491
12492 * vc-sccs.el: Require vc when compiling.
12493 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12494 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12495 (vc-sccs-revert)
12496 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12497 from vc.el).
12498 (vc-sccs-add-triple, vc-sccs-record-rename)
12499 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12500 (vc-sccs-admin): Doc fix.
12501
12502 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12503
12504 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12505 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12506 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12507 from vc.el.
12508
12509 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12510
12511 * vc-cvs.el: Moved the annotate functionality from vc.el.
12512 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12513
12514 2000-09-04 Dave Love <fx@gnu.org>
12515
12516 * vc.el (vc-backend-release): Call vc-system-release.
12517
12518 * vc-sccs.el (vc-sccs-system-release):
12519 Renamed from vc-sccs-backend-release.
12520
12521 * vc-rcs.el (vc-rcs-system-release):
12522 Renamed from vc-rcs-backend-release.
12523
12524 * vc-cvs.el (vc-cvs-system-release):
12525 Renamed from vc-cvs-backend-release.
12526
12527 2000-09-04 Dave Love <fx@gnu.org>
12528
12529 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12530 backend files.
12531 (vc-backend-release): Dispatch to backend functions.
12532 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12533 probably needs attention.]
12534
12535 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12536 (vc-sccs-backend-release): New function.
12537
12538 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12539 (vc-cvs-backend-release): New function.
12540
12541 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12542 Doc fix.
12543 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12544 (vc-default-dired-state-info): New function.
12545 (vc-dired-state-info): Dispatch to backends.
12546 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12547
12548 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12549 from vc.el and renamed.
12550
12551 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12552
12553 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12554 (vc-version-other-window, vc-backend-assign-name): Removed
12555 references to vc-latest-version; sometimes changed into
12556 vc-workfile-version.
12557
12558 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12559 vc-rcs-master-workfile-version.
12560 (vc-rcs-workfile-version): Use the above. Don't call
12561 vc-latest-version (that was unreachable code, anyway).
12562 (vc-rcs-fetch-master-properties): Doc fix.
12563
12564 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12565 (vc-backend-hook-functions): Removed them from this list, too.
12566 (vc-fetch-properties): Removed.
12567 (vc-workfile-version): Doc fix.
12568
12569 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12570 (vc-rcs-workfile-version, vc-rcs-locking-user)
12571 (vc-rcs-uses-locking): Use it.
12572
12573 * vc-hooks.el (vc-consult-rcs-headers):
12574 Moved into vc-rcs-hooks.el, under the name
12575 vc-rcs-consult-headers.
12576
12577 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12578 headers.
12579 (vc-cvs-find-master): Use this name only; correct different
12580 versions of the name.
12581
12582 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12583 New functions.
12584 (vc-sccs-locking-user): Use the latter.
12585
12586 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12587 New functions.
12588
12589 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12590 Moved into both
12591 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12592 functions are implementation details of those two backends.
12593
12594 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12595
12596 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12597 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12598
12599 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12600 (vc-sccs-parse-locks): SCCS-specific code moved here from
12601 vc-hooks.
12602
12603 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12604 code moved here from vc-hooks.
12605
12606 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12607 into back-end specific parts and removed. Callers not updated
12608 yet; because I guess these callers will disappear into back-end
12609 specific files anyway.
12610
12611 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12612
12613 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12614 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12615 `vc-uses-locking'.
12616
12617 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12618 Store yes/no in the property, and return t/nil. Updated all
12619 callers.
12620
12621 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12622 vc-sccs-uses-locking. Don't set property.
12623 (vc-sccs-locking-user): Don't set property.
12624
12625 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12626 vc-cvs-uses-locking. Don't set property here; leave that to
12627 vc-hooks.
12628 (vc-cvs-locking-user): Reflect above change. Streamlined.
12629
12630 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12631 vc-rcs-uses-locking.
12632 (vc-rcs-locking-user): Reflect above change.
12633
12634 2000-09-04 Dave Love <fx@gnu.org>
12635
12636 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12637
12638 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12639
12640 * vc-hooks.el (vc-checkout-model): Punt to backends.
12641
12642 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12643
12644 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12645
12646 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12647 New functions.
12648
12649 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12650 New functions.
12651
12652 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12653 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12654
12655 * vc-hooks.el (vc-default-locking-user): New function.
12656 (vc-locking-user, vc-workfile-version): Punt to backends.
12657
12658 2000-09-04 Dave Love <fx@gnu.org>
12659
12660 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12661 (vc-master-workfile-version): Moved from vc-hooks.
12662
12663 * vc-rcs-hooks.el: Fix duplicate code in last change.
12664
12665 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12666 (vc-rcs-master-templates): Improve :type.
12667 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12668 vc-master-workfile-version): Moved from vc-hooks.
12669
12670 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12671 (vc-sccs-master-templates): Improve :type.
12672 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12673
12674 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12675
12676 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12677 (vc-cvs-master-templates): Improve :type. Use
12678 vc-cvs-find-cvs-master.
12679 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12680 from vc-hooks.
12681 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12682
12683 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12684 Moved to vc-cvs-hooks.
12685
12686 * vc-hooks.el: Add doc strings in various places. Simplify the
12687 minor mode setup.
12688 (vc-handled-backends): New user variable.
12689 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12690 simplification.
12691
12692 2000-09-04 Dave Love <fx@gnu.org>
12693
12694 * vc.el: Some doc fixes for autoloaded and interactive functions.
12695 Fix compilation warnings from ediff stuff.
12696 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12697
12698 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12699
12700 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12701
12702 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12703
12704 2000-09-04 Dave Love <fx@gnu.org>
12705
12706 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12707 New variable.
12708 (vc-make-backend-function, vc-loadup, vc-call-backend)
12709 (vc-backend-defines): New functions.
12710
12711 * vc-hooks.el: Various doc fixes.
12712 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12713 (vc-match-substring): Function removed. Callers changed to use
12714 match-string.
12715 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12716 Simplify.
12717
12718 2000-09-04 Dave Love <fx@gnu.org>
12719
12720 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12721 type.
12722 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12723 (vc-sccs-registered): Doc fix.
12724
12725 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12726 (vc-cvs-registered): Doc fix.
12727
12728 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12729 (vc-rcs-registered): Doc fix.
12730
12731 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12732
12733 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12734
12735 * vc-hooks.el: vc-registered has been renamed
12736 vc-default-registered. Some functions have been moved to the
12737 backend specific files. they all support the
12738 vc-BACKEND-registered functions.
12739
12740 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12741
12742 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12743
12744 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12745
12746 2000-09-04 Dave Love <fx@gnu.org>
12747
12748 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12749 menu-bar-update-hook.
12750
12751 * help.el (help-manyarg-func-alist): Add
12752 find-operation-coding-system.
12753
12754 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12755
12756 * custom.el (custom-set-variables): Print message about errors in
12757 setting.
12758
12759 2000-09-03 Andrew Innes <andrewi@gnu.org>
12760
12761 * makefile.w32-in: Change to DOS line endings.
12762
12763 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12764
12765 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12766 minor-mode keymaps, if they don't have one.
12767
12768 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12769
12770 * eshell/esh-module.el (eval-when-compile): Don't lose if
12771 esh-module.el's file name is truncated to DOS 8+3 limits.
12772
12773 2000-09-01 John Wiegley <johnw@gnu.org>
12774
12775 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12776 predicate, which caused entries in the completion list to be
12777 doubled.
12778
12779 2000-08-30 John Wiegley <johnw@gnu.org>
12780
12781 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12782 sending to subprocesses. Also, hook pre-command-hook if
12783 `eshell-send-direct-to-subprocesses' is non-nil.
12784 (eshell-send-direct-to-subprocesses): New config variable. If t,
12785 subprocess input is send immediately.
12786 (eshell-toggle-direct-send): New function.
12787 (eshell-self-insert-command): New function.
12788 (eshell-intercept-commands): New function.
12789 (eshell-send-input): If direct subprocess sending is enabled,
12790 don't echo any input to the Eshell buffer. Let the subprocess
12791 handle that. This requires "stty echo" in bash, for example.
12792
12793 2000-08-28 John Wiegley <johnw@gnu.org>
12794
12795 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12796 completion function for Eshell's implementation of `unset'.
12797
12798 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12799
12800 * info.el (Info-directory-list): Doc fix.
12801
12802 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12803
12804 * filecache.el (file-cache-add-directory-using-find): Don't quote
12805 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12806
12807 2000-08-31 Kenichi Handa <handa@etl.go.jp>
12808
12809 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12810 coding systems.
12811
12812 2000-08-30 Andrew Innes <andrewi@gnu.org>
12813
12814 * timer.el (run-with-idle-timer): Undo last change, so that timer
12815 is not activated immediately if Emacs is already idle. Some
12816 existing code relies on this behaviour.
12817
12818 2000-08-30 Miles Bader <miles@gnu.org>
12819
12820 * frame.el (set-frame-font): Do completion of font-name for
12821 interactive use.
12822
12823 2000-08-30 Kenichi Handa <handa@etl.go.jp>
12824
12825 * international/quail.el (quail-start-translation): Bind locally
12826 last-command-event, last-command, and this-command.
12827 (quail-start-conversion): Likewise.
12828 (quail-self-insert-command): Fix docstring.
12829
12830 2000-08-29 Gerd Moellmann <gerd@gnu.org>
12831
12832 * progmodes/executable.el
12833 (executable-make-buffer-file-executable-if-script-p): Check that
12834 buffer contains at least 2 characters.
12835
12836 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12837
12838 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12839
12840 2000-08-29 Dave Love <fx@gnu.org>
12841
12842 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12843 (diff-mode-shared-map): Bind mouse-2.
12844 (diff-imenu-generic-expression): New variable.
12845 (diff-mode): Use it.
12846
12847 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12848 (mouse-popup-menubar): Add minor mode menus.
12849 (popup-menu): Check for lookup-key returning number.
12850
12851 2000-08-29 Miles Bader <miles@gnu.org>
12852
12853 * comint.el (comint-send-input): Create overlays using the proper
12854 front/read-advance arguments.
12855
12856 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12857
12858 * ps-print.el: Even/odd pages printing. Doc fix.
12859 (ps-print-version): New version number (6.0).
12860 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12861 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12862 (ps-print-duplex-feature): Variable eliminated.
12863 (ps-even-or-odd-pages): New variable.
12864
12865 * progmodes/ebnf2ps.el: Doc fix.
12866 (ebnf-version): New version (3.3).
12867 (ebnf-user-arrow): Change variable customization to sexp.
12868 (ebnf-user-arrow): Function eliminated.
12869 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12870
12871 2000-08-29 Kenichi Handa <handa@etl.go.jp>
12872
12873 * help.el (help-xref-mule-regexp): New variable.
12874 (help-make-xrefs): Handle help-xref-mule-regexp.
12875
12876 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12877 variable.
12878 (describe-input-method): Temporarily activate the specfied input
12879 method to display the information.
12880 (describe-language-environment): Hyperlinks to mule related items.
12881
12882 * international/mule-diag.el (charset-multibyte-form-string): New
12883 function.
12884 (list-character-sets-1): Use charset-multibyte-form-string.
12885 (describe-character-set): New function.
12886 (describe-coding-system): Hyperlinks to safe character sets.
12887
12888 * international/quail.el (quail-help): New arg PACKAGE.
12889 Hyperlinks to mule related items.
12890 (quail-help-insert-keymap-description): Use
12891 substitute-command-keys instead of describe-bindings.
12892 (quail-translation-help): Hyperlinks to mule related items.
12893
12894 2000-08-28 John Wiegley <johnw@gnu.org>
12895
12896 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12897 have a defsubst call itself. Made `eshell-flatten-list' back into
12898 a function again.
12899
12900 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12901 catch, in case re-centering point at bottom messes up the display.
12902 This happens frequently in Emacs 21, due I believe to variable
12903 line heights.
12904
12905 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12906 to call `find-tag-interactive'.
12907
12908 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12909 the list of remember directories.
12910
12911 2000-08-28 John Wiegley <johnw@gnu.org>
12912
12913 * align.el: Test align-region-separate to see if it's a symbol.
12914
12915 2000-08-28 John Wiegley <johnw@gnu.org>
12916
12917 * eshell/esh-util.el (eshell-flatten-list): Made this function
12918 into a defsubst form. It gets used very frequently, although
12919 calls don't occur all that often.
12920
12921 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12922 examining it.
12923
12924 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12925 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12926 `eshell-protect'.
12927 (eshell-copy-handles): Created a new macro for duplicating the
12928 current set of open handles. This is needed by the looping
12929 functions.
12930 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12931 is not incorrectly stomped on.
12932
12933 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12934 declaration for pcomplete-use-paring.
12935 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12936 value of eshell-cmpl-use-paring.
12937 * pcomplete.el (pcomplete-use-paring): New config variable, to
12938 indicate whether paring should be used.
12939 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12940 completion alternatives that have already been used.
12941
12942 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12943 bound to C-c C-y, which will repeat the previous N arguments
12944 (based on prefix argument).
12945 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12946
12947 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12948 if there is no *Help* buffer. This is for XEmacs, which renames
12949 its help buffers uniquely. TODO: Find out what the current buffer
12950 name to delete is.
12951
12952 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12953 first entry that correlates to a passwd/group number. Later
12954 entries (used for group/user name aliasing to multiple IDs) are
12955 ignored.
12956
12957 * eshell/em-xtra.el (eshell/expr):
12958 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12959 (eshell-grep, eshell/diff, eshell/locate):
12960 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12961 argument list, before passing it to the system command.
12962
12963 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12964 `find-tag' for use at final position in Eshell buffers (which
12965 otherwise triggers an error on Emacs 21).
12966 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12967 buffer, if it is currently bound to `find-tag'.
12968
12969 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12970 in the list of matched Makefile names.
12971 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12972 directory, prefer its contents to Makefile.
12973
12974 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12975 directory parts (like "cd old new", or "cd =regexp"), are now case
12976 sensitive on non-Windows/DOS platforms.
12977
12978 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12979 types RET after an open delimiter (like "), display a message
12980 indicating that Eshell is waiting for the closing delimiter.
12981
12982 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12983 environment variables.
12984
12985 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12986 gracefully if the user enters incorrect arguments.
12987
12988 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12989 Eshell buffers.
12990
12991 * eshell/esh-var.el (eshell-interpolate-variable):
12992 * eshell/esh-mode.el (eshell-move-argument):
12993 * eshell/em-unix.el (eshell-du-sum-directory):
12994 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12995 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12996 (not (= ...)).
12997
12998 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12999 to ensure the `preserve' flag gets propagated when doing recursive
13000 directory copies.
13001
13002 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13003
13004 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13005 Don't convert \n into \0177 in memory.
13006 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13007 and back again, when reading and writing.
13008
13009 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13010
13011 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13012 testing of `fboundp' on `processp'.
13013
13014 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13015 (eshell/jobs): Don't call process-list if it is not bound.
13016 (eshell-gather-process-output): Support systems where async
13017 subprocesses aren't supported.
13018 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13019 variables.
13020
13021 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13022 eshell-do-eval returns t.
13023 (eshell-do-pipelines-synchronously): New defmacro.
13024 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13025 when async subprocesses aren't supported.
13026 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13027 if async subprocesses aren't supported.
13028 (eshell-resume-command): Don't assume STATUS is a string.
13029
13030 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13031
13032 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13033 (eshell-close-target, eshell-get-target): Use eshell-processp.
13034 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13035 fix.
13036 (eshell-get-target, eshell-create-handles): Doc fix.
13037
13038 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13039
13040 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13041 criterion to include commands that output something, as long as it
13042 leaves both the command and the end-of-buffer visible when the
13043 command has exited.
13044 (eshell-review-quick-commands): Adjust the help doc string
13045 accordingly.
13046
13047 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13048
13049 * locate.el (locate): Cleaned up locate command's interactive prompting
13050 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13051
13052 * filecache.el (file-cache-case-fold-search): New variable
13053 (file-cache-assoc-function): New variable
13054 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13055 Use file-cache-case-fold-search variable
13056 (file-cache-add-file): Use file-cache-assoc-function
13057 (file-cache-delete-file): likewise
13058 (file-cache-directory-name): likewise
13059 (file-cache-debug-read-from-minibuffer): likewise
13060
13061 2000-08-28 Gerd Moellmann <gerd@gnu.org>
13062
13063 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13064 (abbrev-table-name): New function.
13065 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13066 If non-nil list local abbrev, only.
13067
13068 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13069
13070 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13071 from Gnus support code, and use special article copy buffer
13072 `(gnus-original-article-buffer)' instead. This allows to get rid
13073 of article-hide-headers usage (which breaks in the latest Gnus
13074 version). Thanks to Detlev Zundel.
13075
13076 2000-08-28 Kenichi Handa <handa@etl.go.jp>
13077
13078 * international/quail.el (quail-use-package): Hide "... loaded"
13079 message.
13080 (quail-start-translation, quail-start-conversion): Likewise.
13081
13082 * international/kkc.el (kkc-region): Hide "... loaded" message.
13083
13084 2000-08-27 Dave Love <fx@gnu.org>
13085
13086 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13087
13088 2000-08-27 Miles Bader <miles@gnu.org>
13089
13090 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13091
13092 2000-08-27 Kenichi Handa <handa@etl.go.jp>
13093
13094 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13095 'ja-dic-cnv), not (require 'skkdic-cnv).
13096
13097 2000-08-26 Miles Bader <miles@gnu.org>
13098
13099 * faces.el (face-x-resources): Add entry for :inherit.
13100 * cus-face.el (custom-face-attributes): Add support for :inherit
13101 attribute. Add support for relative face heights.
13102 (custom-face-attributes-get): Treat `nil' as being a default value
13103 for :inherit (as well as `unspecified').
13104
13105 * faces.el (set-face-attribute): Update doc string.
13106 (face-attribute-name-alist): Add :inherit.
13107 (face-valid-attribute-values): Handle :inherit.
13108 (face-read-string): Rephrase prompt to be less confusing.
13109 Assume that DEFAULT is a string, since we must return a string.
13110 (face-read-integer): Use `format' to turn DEFAULT into an
13111 acceptable default for face-read-string. Match NEW-VALUE against
13112 the string "unspecified", not the symbol `unspecified', since
13113 that's what face-read-string returns.
13114 (read-face-attribute): Lookup a name for old-value in valid, and
13115 use it as a default if we find one. Treat all values from
13116 face-read-string as strings. If the default is used, don't do any
13117 more processing on the value, just use the old value directly.
13118 (read-face-and-attribute, modify-face): Tweak prompt.
13119 (read-face-name): Don't assume prompt ends with a space.
13120
13121 * faces.el (describe-face): Add support for :inherit attribute.
13122
13123 2000-08-25 Kenichi Handa <handa@etl.go.jp>
13124
13125 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13126 concat doesn't accept interger.
13127
13128 * international/kkc.el: Remove SKK from Keywords. Require
13129 ja-dic-utl instead of skkdic-utl.
13130
13131 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13132 Provide ja-dic-cnv instead of skkdic-cnv.
13133 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13134 (iso-2022-7bit-short): Add safe-charsets property.
13135 (skkdic-convert-postfix): Search Japanese chou-on character in
13136 addition to Hiragana character.
13137 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13138 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13139 (batch-skkdic-convert): Likewise.
13140
13141 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13142 Provide ja-dic-utl instead of skkdic-utl.
13143 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13144
13145 2000-08-24 Dave Love <fx@gnu.org>
13146
13147 * disp-table.el (standard-display-default): Make the test of `l'
13148 useful.
13149
13150 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13151 mod sample text.
13152
13153 * international/iso-ascii.el: Make pilcrow convenient string
13154 consistent with section.
13155 (iso-ascii-display): Set up multibyte characters as well as
13156 unibyte.
13157
13158 2000-08-24 Kenichi Handa <handa@etl.go.jp>
13159
13160 * international/mule-cmds.el (reset-language-environment): Set
13161 default-process-coding-system to '(undecided . iso-latin-1), which
13162 makes process I/O almost consistent with file I/O. Call this
13163 function when mule-cmds.el[c] is loaded.
13164
13165 2000-08-22 Andrew Innes <andrewi@gnu.org>
13166
13167 * makefile.w32-in: New file.
13168
13169 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13170
13171 * comint.el (comint-output-filter): Compare end of
13172 comint-last-output-overlay with the start of the newly inserted
13173 text, not the end, when deciding whether to extend it.
13174 Set saved-point's insertion type to advance after insertion.
13175
13176 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13177 since this is now done independently of font-lock mode.
13178
13179 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13180
13181 * server.el (server-kill-new-buffers): New user option.
13182 (server-existing-buffer): New buffer-local variable.
13183 (server-visit-files): When using an existing buffer, set
13184 server-existing-buffer to t.
13185 (server-buffer-done): If server-kill-new-buffers is t, kill the
13186 buffer, unless it was already present before visiting it with
13187 Emacs server.
13188
13189 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13190
13191 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13192 even if the display doesn't support colors: some displays will
13193 support bold/underline faces.
13194
13195 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13196
13197 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13198
13199 * startup.el (command-line): If user's init file had an error,
13200 add explanatory text to *Messages*.
13201
13202 2000-08-21 Kenichi Handa <handa@etl.go.jp>
13203
13204 * man.el (Man-getpage-in-background): Decode the process output by
13205 the system locale coding system.
13206
13207 2000-08-20 Dave Love <fx@gnu.org>
13208
13209 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13210 Don't test x-popup-menu.
13211 (function) <complete-function>: Complete only fbound symbols.
13212 <validate, value>: New.
13213 (variable) <complete-function>: Complete only bound symbols.
13214 (coding-system): Add :base-only, :complete-function, :validate,
13215 :value, :prompt-match.
13216 (widget-coding-system-prompt-value): Use read-coding-system and
13217 act on :base-only.
13218 (editable-field): Add :help-echo.
13219 (widget-push-button-gui, widget-push-button-cache)
13220 (widget-gui-action, widget-editable-list-gui): COmment out, along
13221 with uses.
13222 (widget-at): Make arg optional.
13223 (widget-echo-help): Adjust for current help-echo calling sequence.
13224 (widget-specify-field, widget-specify-button)
13225 (widget-specify-insert, widget-get-sibling, widget-image-find)
13226 (widget-convert, widget-insert, widget-leave-text)
13227 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13228 (widget-setup, widget-field-find, widget-before-change)
13229 (widget-after-change, widget-default-complete)
13230 (widget-default-create, widget-default-delete)
13231 (widget-push-button-value-create, editable-field)
13232 (widget-field-prompt-value, widget-field-validate)
13233 (widget-choice-value-create, widget-choice-action)
13234 (widget-choice-validate, widget-checklist-add-item)
13235 (widget-radio-add-item, widget-radio-chosen)
13236 (widget-radio-value-inline, widget-editable-list-value-create)
13237 (widget-editable-list-entry-create)
13238 (widget-documentation-link-add)
13239 (widget-documentation-string-value-create)
13240 (widget-regexp-validate, widget-file-complete)
13241 (widget-sexp-validate, widget-plist-convert-widget)
13242 (widget-plist-convert-widget, widget-alist-convert-widget)
13243 (widget-alist-convert-widget, widget-color-complete): Simplify,
13244 particularly to avoid bindings which aren't optimized out.
13245
13246 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13247 Doc fix.
13248 (down-list, backward-up-list, up-list, kill-sexp)
13249 (backward-kill-sexp, mark-sexp): Make arg optional.
13250 (lisp-complete-symbol): Add optional arg PREDICATE.
13251
13252 * cus-start.el: Add display-buffer-reuse-frames,
13253 file-coding-system-alist.
13254
13255 2000-08-20 Gerd Moellmann <gerd@gnu.org>
13256
13257 * startup.el (command-line): Clear realized faces after
13258 modifying TTY color mappings.
13259
13260 2000-08-20 Miles Bader <miles@gnu.org>
13261
13262 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13263 merely a subset of FACE's attributes.
13264
13265 2000-08-19 Miles Bader <miles@gnu.org>
13266
13267 * comint.el (comint-output-filter): Save the point with a marker,
13268 not just a buffer position.
13269
13270 * international/mule.el (set-buffer-process-coding-system): Make
13271 interactive prompt less confusing.
13272
13273 2000-08-19 Gerd Moellmann <gerd@gnu.org>
13274
13275 * hilit-chg.el: General cleanup of doc strings, comments and
13276 code formatting.
13277
13278 2000-08-19 Miles Bader <miles@gnu.org>
13279
13280 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13281 Compiler macro removed; beginning-of-line is no longer always
13282 equivalent to forward-line, in the presence of fields.
13283
13284 * comint.el (comint-output-filter): Remove ad-hoc saving of
13285 restriction, and just use save-restriction, now that it works
13286 correctly. Don't adjust comint-last-input-start to account for
13287 our insertion; it shouldn't have moved because we don't use
13288 insert-before-markers anymore. Comment out call to
13289 `force-mode-line-update'; why is it here?
13290
13291 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13292 while checking for prompt to delete. Use `forward-line 0'
13293 instead of beginning-of-line.
13294 (gud-filter): Temporarily widen gud comint buffer while
13295 examining output.
13296
13297 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13298
13299 * progmodes/sh-script.el: Big bag of typos.
13300
13301 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13302 check since ispell-process is not bound when ispell is not yet loaded.
13303
13304 2000-08-18 Dave Love <fx@gnu.org>
13305
13306 * image.el (find-image): Copy `spec' before using plist-put.
13307
13308 2000-08-18 Gerd Moellmann <gerd@gnu.org>
13309
13310 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13311 `portugues'.
13312
13313 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13314 backward-kill-sexp, analogous to kill-sexp.
13315
13316 * progmodes/icon.el (icon-indent-line)
13317 (icon-is-continuation-line): Handle comments specially.
13318
13319 2000-08-17 Ken Stevens <k.stevens@ieee.org>
13320
13321 * ispell.el: Set to standard author/maintainer/keyword fields.
13322 Fine tuning to menu map appearance and operation, and added help.
13323 Remove `start' and `end' error messages when compiling.
13324 (ispell-choices-win-default-height): Fixed comment string.
13325 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13326 castellano8 dictionaries.
13327 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13328 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13329 dictionary, added italiano dictionary.
13330 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13331 word character
13332 (ispell-tex-skip-alists): Added psfig support.
13333 (ispell-skip-html): Renamed from ispell-skip-sgml.
13334 (ispell-begin-skip-region-regexp, ispell-skip-region)
13335 (ispell-minor-check): Improved html skipping support to skip across
13336 code, and recognize `&' commands without propper `;' syntax;
13337 (ispell-process-line): Fix alignment error when manually
13338 correcting spelling.
13339 (ispell): Fix comment string.
13340 (ispell-add-per-file-word-list): Always put word list on new line.
13341
13342 2000-08-17 Gerd Moellmann <gerd@gnu.org>
13343
13344 * format.el (format-encode-run-method): Fix error message to say
13345 `encode' instead of `decode'. Use save-window-excursion around
13346 shell-command-on-region as in format-decode-run-method because
13347 shell-command-on-region can display a buffer with error output.
13348 (format-decode): Don't record undo information for the decoding.
13349 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13350 that number part of the temporary buffer name so that more than
13351 one decoding using a temporary buffer can happen safely.
13352
13353 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13354 of `A-z' in the regexp.
13355
13356 * hilit-chg.el: Fix typos in commentary.
13357
13358 * help.el (view-emacs-news): Rewritten for new naming scheme
13359 for old NEWS files.
13360
13361 * startup.el (command-line): Pop to *Messages* in case an error
13362 is signaled while loading user-init-file.
13363
13364 2000-08-17 Andreas Schwab <schwab@suse.de>
13365
13366 * files.el (insert-directory): Don't lose original file name,
13367 undoing an undocumented change.
13368
13369 2000-08-17 Alex Schroeder <alex@gnu.org>
13370
13371 * sql.el (sql-magic-go): Use comint-bol.
13372 (sql-copy-column): Use comint-line-beginning-position.
13373 (comint-line-beginning-position): Define a replacement for
13374 comint-line-beginning-position if it is not fboundp.
13375
13376 2000-08-17 Alex Schroeder <alex@gnu.org>
13377
13378 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13379 it didn't have any effect anyway.
13380
13381 2000-08-17 Alex Schroeder <alex@gnu.org>
13382
13383 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13384 --pset and pager=off instead of sending \\o|cat at the beginning
13385 of the session.
13386
13387 2000-08-17 Miles Bader <miles@gnu.org>
13388
13389 * progmodes/octave-inf.el: Add compatibility definition of
13390 comint-line-beginning-position.
13391
13392 2000-08-17 Kenichi Handa <handa@etl.go.jp>
13393
13394 * startup.el (normal-top-level): Look in each dir in load-path for
13395 a leim-list.el file too. This assures of loading leim-list.el
13396 that is created at Emacs installation time even if a user have his
13397 own leim-list.el.
13398
13399 2000-08-17 Miles Bader <miles@gnu.org>
13400
13401 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13402 foreground color to black if the background is dark.
13403
13404 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13405
13406 * loadhist.el (unload-feature): Typo.
13407
13408 * finder.el (finder-compile-keywords):
13409 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13410 to the generated file.
13411
13412 * mail/mh-e.el (mh-make-local-vars):
13413 Replace make-variable-buffer-local with make-local-variable.
13414
13415 * play/landmark.el:
13416 * options.el (Edit-options-{set,toggle,t,nil}):
13417 * mail/mailabbrev.el (mail-abbrevs-mode):
13418 * textmodes/tex-mode.el (tex-expand-files):
13419 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13420
13421 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13422
13423 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13424 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13425 Allow going past the last element.
13426 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13427 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13428 (cvs-mouse-toggle-mark): Don't move point.
13429 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13430
13431 * progmodes/compile.el (grep): Provide a default set of files.
13432 (next-error): Docstring fix.
13433 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13434
13435 * emacs-lisp/easy-mmode.el (define-minor-mode):
13436 Use `symbol-value' to keep the byte-compiler quiet.
13437
13438 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13439 (diff-find-source-location): New fun, extracted from diff-goto-source.
13440 (diff-goto-source): Use it.
13441 (diff-next-complex-hunk, diff-filter-lines): New function.
13442 (diff-apply-hunk): New command.
13443
13444 * smerge-mode.el (smerge-mode-menu): Doc fix.
13445
13446 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13447
13448 2000-08-16 Dave Love <fx@gnu.org>
13449
13450 * windmove.el (windmove) <defgroup>: Add :version.
13451
13452 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13453 (goto-address-fontify-p, goto-address-highlight-p)
13454 (goto-address-url-face, goto-address-url-mouse-face)
13455 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13456 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13457 (goto-address-fontify, goto-address-at-mouse): Simplify,
13458 (goto-address-at-point): browse-url-url-at-point,
13459 goto-address-find-address-at-point can return nil.
13460 (goto-address-find-address-at-point): Return nil on failure.
13461
13462 * align.el (align) <defgroup>: Add :version.
13463
13464 * calculator.el (calculator): Add :version.
13465 (calculator): Use two lines for calculator window if `modeline'
13466 face is boxed.
13467
13468 * play/5x5.el: Doc fixes.
13469 (5x5) <defgroup>: Add :version.
13470
13471 * play/fortune.el (fortune) <defgroup>: Add :version.
13472 (fortune-append): Fix error message.
13473 (fortune-from-region): Doc fix.
13474
13475 * play/pong.el (pong): Doc fix.
13476
13477 * play/morse.el: Keywords, commentary, autoloads.
13478
13479 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13480
13481 * desktop.el (desktop-save): Don't look at symbol-value of a
13482 member of minor-mode-alist, unless it is boundp.
13483
13484 2000-08-16 Sam Steingold <sds@gnu.org>
13485
13486 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13487 `while'; use `with-current-buffer' instead of `save-excursion'.
13488 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13489
13490 2000-08-16 Kenichi Handa <handa@etl.go.jp>
13491
13492 * international/ccl.el (declare-ccl-program): Docstring modified.
13493 (ccl-execute-with-args): Likewise.
13494
13495 2000-08-16 Miles Bader <miles@gnu.org>
13496
13497 * progmodes/sql.el: Add compatibility definition of
13498 comint-line-beginning-position.
13499
13500 2000-08-15 Gerd Moellmann <gerd@gnu.org>
13501
13502 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13503 'buffer-menu' property.
13504 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13505 fails.
13506 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13507 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13508 wasn't killed.
13509
13510 * buff-menu.el (list-buffers-noselect): Don't display the
13511 *Buffer List* buffer.
13512
13513 * font-lock.el: Require jit-lock to prevent a very late
13514 `Loading jit-lock' message.
13515
13516 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13517 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13518 mail address.
13519
13520 2000-08-15 Miles Bader <miles@gnu.org>
13521
13522 * textmodes/ispell.el (ispell-graphic-p): New constant.
13523 (ispell-choices-win-default-height, ispell-help): Use
13524 `ispell-graphic-p' instead of `xemacsp'.
13525
13526 2000-08-15 Dave Love <fx@gnu.org>
13527
13528 * simple.el: Autoload widget-convert when compiling.
13529 (mail-user-agent): Doc fix.
13530
13531 * help.el (function-called-at-point, variable-at-point): Use
13532 with-syntax-table.
13533 (help-manyarg-func-alist): Add insert-and-inherit.
13534
13535 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13536
13537 * delsel.el (delsel-unload-hook): New function.
13538
13539 * find-file.el: Doc fixes. Move provide to end.
13540 (ff) <defgroup>: Add :link.
13541 (ff-goto-click): Deleted.
13542 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13543 Use mouse-set-point.
13544
13545 * textmodes/tildify.el: Doc fixes.
13546 (tildify) <defgroup>: Add:version.
13547
13548 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13549 (glasses-custom-set): Use set-default, not set.
13550 (minor-mode-alist): Propertize the lighter.
13551 (glasses-mode): Provide optional arg.
13552
13553 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13554 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13555 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13556 option. Provide :type.
13557 (cwarn-configuration): Provide :type.
13558 (cwarn-mode): Doc fix.
13559
13560 * add-log.el (change-log-merge): Doc fix.
13561 (change-log-redate): New command.
13562
13563 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13564 Doze and Dog.
13565 (browse-url): Use dolist, not mapcar.
13566 (browse-url-at-point): Check for null url.
13567 (browse-url-event-buffer, browse-url-event-point): Functions
13568 deleted.
13569 (browse-url-at-mouse, browse-url-netscape): Simplify.
13570
13571 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13572 modes.
13573 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13574 Fix previous change to mapcan.
13575 (msb--init-file-alist, msb--add-separators)
13576 (msb--make-keymap-menu): Simplify.
13577 (msb--choose-file-menu): Use copy-sequence.
13578 (msb-mode-map): Add title to keymap.
13579 (msb-unload-hook): New function.
13580
13581 * bs.el: Fix indentation.
13582 (bs) <defgroup>: Add :links.
13583 (bs-show): Doc fix.
13584 (bs-apply-sort-faces): Don't use window-system.
13585 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13586
13587 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13588
13589 * calendar/timeclock.el (timeclock-file): Run .timelog through
13590 convert-standard-filename.
13591
13592 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13593
13594 * emacs-lisp/authors.el: New file.
13595
13596 * paren.el (show-paren-priority): New user option.
13597 (show-paren-function): Set overlay priorities to
13598 show-paren-priority.
13599
13600 2000-08-14 Miles Bader <miles@gnu.org>
13601
13602 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13603 beginning-of-line with inhibit-field-text-motion bound.
13604
13605 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13606
13607 * calendar/timeclock.el: New file.
13608
13609 2000-08-14 David Ponce <david@dponce.com>
13610
13611 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13612 `widget-button-click'. so that one can use left mouse button to
13613 click on dialog buttons.
13614
13615 2000-08-14 Emmanuel Briot <briot@gnat.com>
13616
13617 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13618 identifiers, since XML is case sensitive
13619
13620 2000-08-12 Miles Bader <miles@gnu.org>
13621
13622 * comint.el (comint-output-filter): Don't bother frobbing
13623 window-start, it doesn't seem to be necessary.
13624
13625 * comint.el (comint-send-string, comint-send-region): Make into
13626 real functions. Snapshot the prompt before sending.
13627
13628 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13629
13630 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13631 technique similar to Info-index, instead of relying on specific
13632 names of relevant Index nodes.
13633 (Info-goto-emacs-command-node): Bind Info-history to nil when
13634 going to the first node found by Info-find-emacs-command-nodes.
13635
13636 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13637
13638 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13639
13640 2000-08-10 Miles Bader <miles@gnu.org>
13641
13642 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13643
13644 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13645
13646 * info.el (Info-file-list-for-emacs): More elements for the
13647 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13648 and woman manuals.
13649
13650 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13651
13652 * comint.el (comint-send-input): Make the newline boundary overlay
13653 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13654 (comint-output-filter): Use `insert' instead of
13655 `insert-before-markers'. Extend comint-last-output-overlay when
13656 necessary since we can't rely on insert-before-markers to do it.
13657 * gud.el (gud-filter): Use `with-current-buffer' instead of
13658 save-excursion when inserting the output, so that point gets
13659 updated correctly; the old method relied on a rather dodgy
13660 side-effect of comint-output-filter to avoid the effect of
13661 save-excursion.
13662
13663 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13664
13665 * files.el (recover-file): Call insert-directory instead of
13666 invoking `ls' directly.
13667
13668 2000-08-10 Miles Bader <miles@gnu.org>
13669
13670 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13671 (comint-last-prompt-overlay): New variables.
13672 (comint-output-filter): Implement prompt highlighting.
13673 (comint-snapshot-last-prompt): New function.
13674 (comint-send-input): Snapshot the last prompt.
13675 Use comint-highlight-input-face.
13676 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13677 Use defface instead of defcustom.
13678 (send-invisible, comint-send-eof): Snapshot the last prompt.
13679 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13680 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13681
13682 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13683
13684 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13685 (regexp-opt-group): Use a list of chars for `letters'.
13686 (regexp-opt-charset): `chars' is now a list of chars.
13687 Use a char-table rather than a vector so it works for multibyte chars.
13688
13689 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13690 Set cvs-minor-current-files to the selected fileinfo.
13691 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13692 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13693
13694 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13695
13696 * files.el (insert-directory): Don't call access-file on
13697 directories on DOS and Windows.
13698
13699 2000-08-09 Kenichi Handa <handa@etl.go.jp>
13700
13701 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13702 longer if necessary.
13703 (ccl-embed-code): Call ccl-embed-data to store CODE in
13704 ccl-program-vector.
13705
13706 2000-08-09 Miles Bader <miles@gnu.org>
13707
13708 * comint.el (comint-output-filter): Properly handle the case where
13709 the text surrounded by comint-last-output-overlay was deleted.
13710
13711 2000-08-08 Gerd Moellmann <gerd@gnu.org>
13712
13713 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13714 non-nil.
13715 (Info-file-list-for-emacs): Remove "info" from the list because
13716 that leads to trying to use the documentation from file `info'
13717 in various situations where it isn't appropriate, for instance
13718 C-h C-k C-h i.
13719
13720 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13721 DIR and/or STRING are nil.
13722
13723 * progmodes/compile.el (compilation-setup): Make variable
13724 compilation-error-screen-columns buffer-local, as some comment
13725 in the code suggests it should be.
13726
13727 * files.el (auto-mode-interpreter-regexp): New variable.
13728 (set-auto-mode): Use it.
13729
13730 * indent.el (indent-for-tab-command): Doc fix.
13731
13732 * mouse-sel.el (mouse-sel-mode): Doc fix.
13733
13734 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13735 labels.
13736
13737 * help.el (print-help-return-message): When
13738 display-buffer-reuse-frames is set, let the help window been quit,
13739 instead of deleting it, which might delete a reused frame.
13740
13741 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13742
13743 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13744 rename a directory to a name that differs only by its letter case.
13745
13746 2000-08-08 Kenichi Handa <handa@etl.go.jp>
13747
13748 * international/quail.el (quail-define-rules): Handle Quail decode
13749 map correctly. Add code for supporting annotations.
13750 (quail-install-decode-map): New function.
13751 (quail-defrule-internal): New optional arguments decode-map and
13752 props.
13753 (quail-advice): New function.
13754
13755 2000-08-07 Sam Steingold <sds@gnu.org>
13756
13757 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13758 `defconst', `define-condition', `with-slots'.
13759 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13760
13761 2000-08-03 Miles Bader <miles@gnu.org>
13762
13763 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13764 New variable.
13765 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13766 comint-use-prompt-regexp-instead-of-fields.
13767 (comint-send-input): Add `input' field property to stuff we send to
13768 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13769 (comint-output-filter): Add `output' field property to process
13770 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13771 (comint-replace-by-expanded-history)
13772 (comint-get-old-input-default, comint-show-output)
13773 (comint-backward-matching-input, comint-forward-matching-input)
13774 (comint-next-prompt, comint-previous-prompt): Use field
13775 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13776 (comint-line-beginning-position): New function.
13777 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13778 (comint-replace-by-expanded-history-before-point): Use
13779 comint-line-beginning-position and line-end-position.
13780 (comint-last-output-overlay): New variable.
13781 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13782
13783 * shell.el (shell-prompt-pattern): Doc change.
13784 (shell-backward-command): Use line-beginning-position.
13785
13786 * gud.el (gud-gdb-complete-command): Use
13787 comint-line-beginning-position.
13788
13789 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13790 comint-bol doesn't actually go to the beginning of the line.
13791
13792 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13793 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13794 (try-expand-line-all-buffers): Likewise.
13795
13796 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13797 explicitly matching comint-prompt-regexp.
13798 (sql-copy-column): Use comint-line-beginning-position instead of
13799 explicitly matching comint-prompt-regexp.
13800
13801 * progmodes/octave-inf.el (inferior-octave-complete): Use
13802 comint-line-beginning-position.
13803
13804 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13805
13806 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13807 looking for a prompt, use `forward-line 0' instead of
13808 `beginning-of-line', to avoid getting caught by an input field.
13809
13810 2000-08-07 Gerd Moellmann <gerd@gnu.org>
13811
13812 * files.el (shell-quote-wildcard-pattern): Make sure to return
13813 PATTERN, in the Unix case.
13814
13815 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13816
13817 * play/zone.el (zone): Discard any pending input before running
13818 the randomly-chosen pgm.
13819
13820 2000-08-07 Kenichi Handa <handa@etl.go.jp>
13821
13822 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13823 checking the existence of any multibyte characters.
13824
13825 2000-08-06 Gerd Moellmann <gerd@gnu.org>
13826
13827 * help.el (describe-mode): Test minor-mode symbol for being
13828 bound before testing its value for being nil.
13829
13830 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13831 `first', `second', and `third'.
13832
13833 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13834 (second): Make it an alias for `cadr'.
13835
13836 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13837
13838 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13839 types of display support faces now.
13840
13841 2000-08-05 Gerd Moellmann <gerd@gnu.org>
13842
13843 * pcvs.el (require): Require `cl' during compilation, only.
13844
13845 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13846 (toplevel): Remove `remq' and `remove' from autoloads.
13847 (cl-fake-autoloads): New variable. If set, arrange for an error
13848 when CL functions etc. are autoloaded.
13849
13850 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13851
13852 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13853
13854 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13855 popped up, but the user clicks outside the menu, return an empty
13856 regexp (that causes unhighlight-regexp to have no effect).
13857
13858 * menu-bar.el (menu-bar-games-menu): Add Zone.
13859
13860 * hi-lock.el (toplevel): Require font-lock.
13861
13862 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13863
13864 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13865 (ebnf-8-bit-chars): New var for bug fix.
13866 (ebnf-string): Bug fix.
13867
13868 2000-08-03 Sam Steingold <sds@gnu.org>
13869
13870 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13871 instead of `buffer-string'.
13872 (require 'cl): Always, not just when compiling.
13873 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13874 necessary.
13875
13876 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13877
13878 * international/mule-cmds.el (select-safe-coding-system): Make
13879 the message text about selecting a safe coding system more clear.
13880
13881 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13882
13883 * hi-lock.el: New file.
13884
13885 * play/zone.el: New file.
13886
13887 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13888 value of tab-width in the original buffer. Choose a line number
13889 format that's a multiple of the original buffer's tab width, so
13890 that lines appear right.
13891
13892 * textmodes/ispell.el (ispell): New function, replacing an alias.
13893 Spell-check active region if in transient-mark-mode and mark
13894 is active; otherwise spell-check buffer.
13895
13896 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13897
13898 * ps-mule.el: Fix a customization problem on
13899 ps-mule-font-info-database-default.
13900
13901 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13902
13903 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13904 display-mouse-p instead of window-system.
13905 (ebrowse-member-mode-map): Ditto.
13906
13907 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13908
13909 * progmodes/ebnf2ps.el: Update ps-print functions call.
13910 Indentation fix. Doc fix.
13911 (ebnf-version): New version number (3.2).
13912 (ebnf-format-color, ebnf-begin-job): Code fix.
13913
13914 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13915
13916 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13917 font lock support on window-system.
13918 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13919
13920 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13921 display-color-p, if fboundp, instead of window-system.
13922
13923 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13924
13925 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13926 instead of window-system.
13927
13928 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13929 window-system.
13930 (widget-choice-mouse-down-action): Use display-popup-menus-p
13931 instead of window-system.
13932
13933 * strokes.el (strokes-file): Run the file name through
13934 convert-standard-filename.
13935 (strokes-mode): Call display-mouse-p instead of looking at
13936 window-system. Change the error message accordingly.
13937
13938 * progmodes/cpp.el (toplevel): Support faces on tty's.
13939
13940 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13941 (lm-plot-square, lm-init-display): Don't use window-system.
13942
13943 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13944 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13945
13946 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13947 instead of looking at window-system.
13948
13949 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13950
13951 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13952 of testing if iswitchb-prepost-hooks is bound, because the
13953 latter will always be true when invoking a recursive minibuffer
13954 from an active Iswitchb buffer.
13955
13956 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13957
13958 * files.el (shell-quote-wildcard-pattern): New function.
13959 (insert-directory): Call it. Only prepend "\" to command on Unix
13960 and GNU/Linux systems.
13961
13962 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13963
13964 * eshell/esh-groups.el: Change custom :link file names
13965 from `eshell.info' to `eshell'.
13966
13967 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13968
13969 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13970 correctly in recursive ange-ftp listings.
13971
13972 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13973
13974 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13975 ps-header-font-size-internal and
13976 ps-header-title-font-size-internal variables are not set,
13977 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13978 face text property is (foreground-color . COLOR) or
13979 `(background-color . COLOR)', ps-print crashes. Doc fix.
13980 (ps-print-version): New version number (5.2.4).
13981 (ps-plot-region): Code fix.
13982 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13983 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13984 Bug fix 2.
13985
13986 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
13987
13988 * glasses.el (glasses-make-readable): Fix uncapitalization of
13989 identifiers like `myXMLDocument'.
13990
13991 2000-07-28 Karl Fogel <kfogel@red-bean.com>
13992
13993 * mail/mail-hist.el (mail-hist-previous-input)
13994 (mail-hist-next-input): Do the obvious code factorization.
13995 (mail-hist-retrieve-and-insert): New func, contains common
13996 code of above two.
13997 If inserting a message body, leave point at top.
13998
13999 2000-07-28 Sam Steingold <sds@gnu.org>
14000
14001 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14002 Use `<=', not `<' to compare times!
14003 (ange-ftp-ls): Remove.
14004
14005 2000-07-27 Gerd Moellmann <gerd@gnu.org>
14006
14007 * play/cookie1.el: Add explanation of how to make cookie.el
14008 compatible with strfile(1) to comment.
14009
14010 * subr.el (remove, remq): New functions.
14011
14012 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14013 escape `*' in regexps.
14014 (midnight-find): Reverse order of arguments in the funcall of
14015 TEST.
14016
14017 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14018 and `.class'.
14019
14020 * play/meese.el: Add Commentary section.
14021
14022 2000-07-27 Alex Schroeder <alex@gnu.org>
14023
14024 * sql.el (sql-ms): Added autoload cookie.
14025 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14026 (sql-oracle): Ditto.
14027 (sql-help): Doc change.
14028
14029 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14030 types and exceptions.
14031
14032 2000-07-27 Alex Schroeder <alex@gnu.org>
14033
14034 * sql.el (sql-placeholder-history): New variable.
14035 (sql-query-placeholders-and-send): New function that will query
14036 the user and replace placeholders with user input.
14037 (sql-oracle): If running on NT, set comint-input-sender to
14038 sql-query-placeholders-and-send.
14039
14040 (sql-stop): If in the SQLi buffer, insert stop notification, else
14041 present it as a message.
14042
14043 2000-07-27 Alex Schroeder <alex@gnu.org>
14044
14045 * sql.el (sql-input-ring-separator): Doc change.
14046 (sql-input-ring-file-name): Doc change.
14047 (sql-interactive-mode): Use `sql-input-ring-separator' and
14048 `sql-input-ring-file-name' to set the comint-mode equivalents
14049 without making them local variables.
14050 (sql-stop): Don't bind `sql-input-ring-separator' and
14051 `sql-input-ring-file-name' dynamically to their comint-mode
14052 equivalents.
14053
14054 2000-07-27 Kenichi Handa <handa@etl.go.jp>
14055
14056 * international/mule.el (register-char-codings): New function.
14057 (make-coding-system): Handle `safe-chars' specification in the arg
14058 PROPERTY.
14059
14060 * international/mule-cmds.el
14061 (find-coding-systems-region-subset-p): This function deleted.
14062 (sort-coding-systems-predicate): New variable.
14063 (sort-coding-systems): New function.
14064 (find-coding-systems-region): Use
14065 find-coding-systems-region-internal.
14066 (find-coding-systems-string): Use find-coding-systems-region.
14067 (find-coding-systems-for-charsets): Check
14068 char-coding-system-table.
14069 (select-safe-coding-system-accept-default-p): New variable.
14070 (select-safe-coding-system): Mostly rewritten. New argument
14071 ACCEPT-DEFAULT-P.
14072 (select-message-coding-system): Call select-safe-coding-system
14073 with ACCEPT-DEFAULT-P arg.
14074 (reset-language-environment): Reset default-sendmail-coding-system
14075 to the default value iso-latin-1.
14076 (set-language-environment): Don't set the obsolete variable
14077 charset-origin-alist.
14078
14079 * international/codepage.el (cp-coding-system-for-codepage-1):
14080 Give `safe-chars' property to make-coding-system.
14081
14082 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14083 calling select-message-coding-system twice.
14084
14085 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14086 instead of `safe-charsets'.
14087 (cyrillic-alternativnyj): Likewise.
14088 (ccl-encode-alternativnyj): Don't check the charset
14089 cyrillic-iso8859-5.
14090
14091 2000-07-27 Kenichi Handa <handa@etl.go.jp>
14092
14093 * composite.el (compose-chars-after): Preserve match data.
14094
14095 2000-07-26 Sam Steingold <sds@gnu.org>
14096
14097 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14098 (ange-ftp-real-file-newer-than-file-p): New function.
14099 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14100 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14101
14102 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14103 * midnight.el (midnight-float-time): Ditto.
14104
14105 2000-07-26 Andreas Schwab <schwab@suse.de>
14106
14107 * files.el (normal-backup-enable-predicate): Correct
14108 interpretation of the return value of compare-strings.
14109
14110 2000-07-26 Gerd Moellmann <gerd@gnu.org>
14111
14112 * isearch.el (isearch-resume): New function.
14113 (isearch-done): Add something to command-history to resume
14114 the search.
14115 (isearch-yank-line, isearch-yank-word): Use
14116 buffer-substring-no-properties instead of buffer-substring.
14117
14118 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14119 of flyspell-mouse-map.
14120
14121 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14122 duplicate definition.
14123 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14124
14125 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14126 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14127
14128 2000-07-25 Sam Steingold <sds@gnu.org>
14129
14130 * net/ange-ftp.el: Get modtime over the net.
14131 (ange-ftp-file-modtime): New function.
14132 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14133 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14134 Use it.
14135 (ange-ftp-dot-to-slash): New function.
14136 (ange-ftp-fix-name-for-vms): Use it.
14137
14138 * midnight.el (midnight-buffer-display-time): Use
14139 `with-current-buffer'.
14140
14141 2000-07-25 Gerd Moellmann <gerd@gnu.org>
14142
14143 * find-dired.el: Update copyright notice.
14144 (find-dired): Offer to kill a running `find'.
14145
14146 * enriched.el (enriched-face-ans): For a `foreground-color'
14147 property, return '(("x-color" COLOR))' so that COLOR will be
14148 output as a parameter of the x-color annotation. Likewise for the
14149 `background-color' property. In the case of normal face
14150 properties, don't return annotations for unspecified foreground
14151 and background face attributes.
14152
14153 2000-07-25 Kenichi Handa <handa@etl.go.jp>
14154
14155 * language/japan-util.el (japanese-katakana-region): Fix handling
14156 HANKAKU argument.
14157
14158 2000-07-25 Miles Bader <miles@gnu.org>
14159
14160 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14161 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14162 constrain-to-field.
14163
14164 2000-07-24 Andrew Innes <andrewi@gnu.org>
14165
14166 * timer.el (timer-activate-when-idle): Add optional parameter
14167 DONT-WAIT. Update docstring.
14168 (run-with-idle-timer): Specify extra parameter to
14169 timer-activate-when-idle, so that timer will be activated
14170 immediately if Emacs is already idle.
14171
14172 * w32-fns.el (w32-using-nt): Fix docstring.
14173
14174 2000-07-24 Dave Love <fx@gnu.org>
14175
14176 * mouse.el (popup-menu): Set last-command-event.
14177 (mouse-major-mode-menu-prefix): Declare.
14178
14179 2000-07-24 Gerd Moellmann <gerd@gnu.org>
14180
14181 * textmodes/flyspell.el: Update to author's version 1.5d.
14182
14183 * progmodes/hideshow.el: Update copyright notice.
14184
14185 * vcursor.el: Set maintainer to FSF, since author cannot
14186 be reached.
14187
14188 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14189
14190 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14191 the prompt.
14192
14193 * mouse.el (popup-menu): Run the keymap through indirect-function,
14194 in case it was defined with define-prefix-key. If the menu is a
14195 list of keymaps, look up the binding of user's choice in each one
14196 of the keymaps.
14197 (mouse-popup-menubar): If the global and local menu-bar keymaps
14198 don't have a prompt string, create one and insert it into the
14199 keymap. Don't barf if current-local-map returns nil.
14200
14201 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14202
14203 * dired.el (dired-sort-R-check): Added to allow recursive listing
14204 to be undone.
14205 (dired-sort-other): Use it.
14206
14207 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14208
14209 * Release of cc-mode 5.27
14210
14211 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14212
14213 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14214 c-beginning-of-statement-1 that caused a bad case of recursion
14215 which could consume a lot of CPU in large classes in languages
14216 that have in-expression classes (i.e. Java and Pike).
14217
14218 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14219 statements before top level constructs (i.e. case 6 is moved
14220 before case 5 and is now case 4) to catch in-expression
14221 classes in top level expressions correctly.
14222
14223 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14224
14225 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14226 objc-method-intro. Case 4 removed and case 5I added.
14227
14228 * cc-langs.el (c-append-paragraph-start): New variable used by
14229 c-common-init to get paragraph-start correct.
14230 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14231 initialize paragraph-start to make it correct both with and
14232 without the javadoc special case.
14233
14234 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14235 initialize paragraph-start for javadoc markup.
14236
14237 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14238 change by defaulting this to t. It's motivated by the
14239 confusing behavior that otherwise arise from the style system
14240 when editing both java and non-java files at the same time
14241 (see the comments about style setting in c-common-init).
14242
14243 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14244
14245 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14246 similar to the one in c-fill-paragraph to check the fill
14247 prefix from the adaptive fill function for sanity.
14248
14249 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14250
14251 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14252 defun block.
14253
14254 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14255
14256 * cc-align.el (c-lineup-multi-inher): Handle lines with
14257 leading comma nicely. Extended to handle member initializers
14258 too.
14259
14260 * cc-engine.el: (c-beginning-of-inheritance-list,
14261 c-guess-basic-syntax): Fixed recognition of inheritance lists
14262 when the lines begins with a comma.
14263
14264 * cc-vars.el (c-offsets-alist): Changed default for
14265 member-init-cont to c-lineup-multi-inher since it now handles
14266 member initializers and indents better for leading commas.
14267
14268 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14269
14270 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14271 handling that caused class open lines to be recognized as
14272 statement-conts in some cases.
14273
14274 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14275 guessed by the adaptive fill function unless point is on the
14276 first line of a block comment.
14277
14278 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14279 when the buffer ends with a macro continuation char.
14280
14281 * cc-engine.el (c-guess-basic-syntax): Added support for
14282 function definitions as statements in Pike. The first
14283 statement in a lambda block is now labeled defun-block-intro
14284 instead of statement-block-intro.
14285
14286 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14287 so that the class surrounding point is selected, not the one
14288 innermost in the state.
14289
14290 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14291 recognition of switch labels having hanging multiline
14292 statements.
14293
14294 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14295 some code in c-guess-basic-syntax to a separate function.
14296 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14297 recognition of member inits with multiple line arglists.
14298 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14299 member-init-cont when the commas are in funny places.
14300
14301 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14302
14303 * cc-defs.el (c-auto-newline): Removed this macro since it's
14304 not used anymore.
14305
14306 * cc-engine.el (c-looking-at-bos): New helper function.
14307 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14308 inexpr and toplevel classes apart in Pike.
14309
14310 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14311 of case 9A.
14312
14313 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14314 constant, since "class" can introduce an in-expression class
14315 in Pike nowadays.
14316
14317 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14318
14319 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14320 indentation on cpp-macro lines.
14321
14322 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14323 a syntax modifier like comment-intro, to make it possible to
14324 get syntactic indentation for preprocessor directives. It's
14325 incompatible wrt to lineup functions on cpp-macro, but it has
14326 no observable effect in the 99.9% common case where cpp-macro
14327 is set to -1000.
14328
14329 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14330
14331 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14332 member-init-cont when the preceding arglist is several lines.
14333
14334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14335
14336 * cc-styles.el (c-style-alist): The basic offset for the BSD
14337 style corrected to 8.
14338
14339 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14340
14341 * cc-styles.el (c-style-alist): Adjusted the indentation of
14342 brace list openers in the gnu style.
14343
14344 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14345
14346 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14347
14348 * cc-cmds.el (c-electric-brace, c-electric-slash,
14349 c-electric-star, c-electric-semi&comma, c-electric-colon,
14350 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14351 when c-syntactic-indentation is nil.
14352
14353 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14354 we were left at comments preceding the first statement when
14355 reaching the beginning of the buffer.
14356
14357 * cc-vars.el (c-syntactic-indentation): New variable to turn
14358 off all syntactic indentation.
14359
14360 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14361
14362 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14363 between the text and the block comment ender when it hangs,
14364 depending on how many there are before the fill.
14365
14366 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14367
14368 * cc-engine.el (c-beginning-of-closest-statement): New helper
14369 function to go back to the closest preceding statement start,
14370 which could be inside a conditional statement.
14371 * cc-engine.el (c-guess-basic-syntax): Use
14372 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14373
14374 * cc-engine.el (c-guess-basic-syntax): Better handling of
14375 arglist-intro, arglist-cont-nonempty and arglist-close when
14376 the arglist is nested inside parens. Cases 7A, 7C and 7F
14377 changed.
14378
14379 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14380 up-to-date with javadoc 1.2.
14381
14382 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14383
14384 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14385 multiline Pike type decls.
14386
14387 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14388
14389 * cc-cmds.el (c-indent-new-comment-line): Always break
14390 multiline comments in multiline mode, regardless of
14391 comment-multi-line.
14392
14393 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14394
14395 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14396 fully::qualified::names in C++ member init lists. Preamble in
14397 case 5D changed.
14398
14399 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14400
14401 * cc-langs.el (c-common-init): Handling of obsolete variables
14402 moved to c-initialize-cc-mode. More compatible style override
14403 when using global style variables.
14404 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14405 variables moved here.
14406
14407 * cc-styles.el (c-make-styles-buffer-local): Flag style
14408 variable localness in c-style-variables-are-local-p to make
14409 the compatibility measure in c-common-init work well.
14410
14411 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14412 longer contain set-from-style.
14413 * cc-styles.el (c-initialize-builtin-style): Don't check for
14414 set-from-style on c-special-indent-hook.
14415 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14416 copy-alist is sufficient now.
14417
14418 * cc-styles.el (c-set-style, c-set-style-1,
14419 c-get-style-variables): Fixes to variable initialization so
14420 that duplicate entries in styles have the same effect
14421 regardless of DONT-OVERRIDE.
14422
14423 * cc-styles.el (c-set-style-2): Fixed bug where the
14424 initialization of inheriting styles failed when the
14425 dont-override flag is set.
14426
14427 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14428 on this.
14429
14430 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14431
14432 * cc-defs.el (c-forward-comment): Removed the workaround
14433 introduced in 5.38 since it had worse side-effects. If a line
14434 contains the string "//\"", it regarded the // as a comment
14435 start since the \ temporarily doesn't have escape syntax.
14436
14437 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
14438
14439 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14440 ada-xref.el before ada-prj.el, so that the Project menu is created
14441 when ada-prj tries to add to it.
14442 (ada-activate-keys-for-case): Suppress the characters that are not
14443 part of the Ada syntax. Better compatibility with else-mode
14444 (ada-adjust-case-interactive): When auto-casing is not active,
14445 correctly insert newlines (used to insert only ^M). Prevent the
14446 syntax table from being changed in case of an error
14447 (or '_' becomes part of a word and some commands are confused).
14448 Do nothing if ada-auto-case is nil.
14449 (ada-after-keyword-p): Ignore keywords that are also attributes
14450 (ada-batch-reformat): Update usage comment
14451 (ada-call-from-contextual-menu): New function
14452 (ada-case-read-exceptions): Reinitialize the casing exception list
14453 first to nil first, so that the casing exception file can be
14454 shared.
14455 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14456 files.
14457 (ada-compile-goto-error): Fix regexp used to detect a file:line
14458 anywhere in the error message
14459 (ada-contextual-menu-last-point): New variable
14460 (ada-create-keymap): If the variable delete-key-deletes-forward is
14461 t on XEmacs, it means that DEL should delete one character
14462 forward.
14463 (ada-create-menu): Use :included instead of :visible for XEmacs.
14464 New submenu "Options".
14465 (ada-end-stmt-re): Correctly indent "select ... then abort"
14466 statements.
14467 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14468 even if they don't match ada-fill-comment-prefix Fix handling of
14469 paragraphs on the first or last line of a file.
14470 (ada-format-paramlist): Fix handling of default parameter values.
14471 (ada-get-body-name): New function.
14472 (ada-get-current-indent): Optimized by searchling directly for an
14473 existing generic part or a statement outside of it. Handle
14474 ada-indent-align-comments when indenting comments Replaced some
14475 regexps by testing directly the next character. This results in a
14476 huge speedup on some files. New indentation scheme for renames
14477 statements. Stop looking for the 'while' or 'for' associated with
14478 a 'loop' at the first semicolon encountered. A "return" can also
14479 match an anonymous access subprogram declaration.
14480 (ada-get-indent-noindent): Ignore strings and comments when
14481 looking for the keywords "record" and "private".
14482 (ada-goto-matching-decl-start): When matching "if", make sure we
14483 are not in fact seeing "end if". Ignore "when" statements except
14484 when initial keyword was "begin". Fix handling of nested
14485 procedures. Add a recursive call to this function to skip over
14486 other 'end' statmts. Fix indentation for "when .. => begin"
14487 (ada-in-open-paren-p): Fix indentation for complex boolean
14488 expressions, where 'and then', 'or else' and parenthesis
14489 statements are mixed up.
14490 (ada-in-paramlist-p): Skip comments while searching for the
14491 beginning Fix handling of operator declarations.
14492 (ada-indent-align-comments): New variable
14493 (ada-indent-current): Change the syntax table only in the
14494 protected section, so that we are sure it is restored correctly.
14495 (ada-indent-on-previous-lines): Use ada-use-indent and
14496 ada-with-indent Correctly indent "select ... then"
14497 (ada-indent-region): Slight speedup.
14498 (ada-indent-renames): New variable.
14499 (ada-last-which-function-subprog, ada-last-which-function-line):
14500 New variables
14501 (ada-looking-at-semi-private): Correctly indent the 'private'
14502 keyword when it is the first word in a package declaration.
14503 (ada-loose-case-word): Stop searching if at the end of the buffer.
14504 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14505 even if point is not initially at the end of the word.
14506 (ada-matching-decl-start-re): Add "when".
14507 (ada-mode): Add support for abbrev-mode, outline-mode and
14508 which-func-mode Override the old find-file.el entry in
14509 ff-special-constructs since it is using the obsolete
14510 ada-spec-suffix variable
14511 (ada-no-auto-case): New function
14512 (ada-scan-paramlist): When parsing the argument type, accept
14513 spaces (as in "X 'Class", generated by Rational Rose).
14514 (ada-other-file-name): No longer loads the other file.
14515 (ada-popup-menu): Save and restore the current buffer and cursor
14516 position before and after displaying the menu.
14517 (ada-search-ignore-complex-boolean): New function.
14518 (ada-uncomment-region): Emacs21 already knows how to delete
14519 comments not starting in the first column.
14520 (ada-use-indent): New variable
14521 (ada-which-function): New function.
14522 (ada-with-indent): New variable
14523 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14524 can be batch-compiled from the command line.
14525
14526 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14527 Add to the menu when the file is loaded, not in ada-mode-hook.
14528 Add -toolbar to the default ddd command Switches moved from
14529 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14530 ada-prj-default-comp-opt
14531 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14532 Reference Manual to the menu
14533 (ada-check-current): rewritten as a call to ada-compile-current
14534 (ada-compile): Removed.
14535 (ada-compile-application, ada-compile-current, ada-check-current):
14536 Set the compilation-search-path so that compile.el automatically
14537 finds the sources in src_dir. Automatic scrollong of the
14538 compilation buffer. C-uC-cC-c asks for confirmation before
14539 compiling
14540 (ada-compile-current): New parameter, prj-field
14541 (ada-complete-identifier): Load the .ali file before doing
14542 processing
14543 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14544 conform to gnatmake's behavior.
14545 (ada-find-file-in-dir): New function
14546 (ada-find-references): Set the environment variables for gnatfind
14547 (ada-find-src-file-in-dir): New function.
14548 (ada-first-non-nil): Removed
14549 (ada-gdb-application): Add support for jdb, the java debugger.
14550 (ada-get-ada-file-name): Load the original-file first if not done
14551 yet.
14552 (ada-get-all-references): Handles the new ali syntax (parent types
14553 are found between <>).
14554 (ada-initialize-runtime-library): New function
14555 (ada-mode-hook): Always load a project file when a file is opened,
14556 so that the casing exceptions are correctly read.
14557 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14558 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14559 to open the project file, since the latter does not work with
14560 speedbar Get default values before loading the prj file, or the
14561 default executable file name is wrong. Use the absolute value of
14562 src_dir to initialize ada-search-directories and
14563 compilation-search-path,... Add the standard runtime library to
14564 the search path for find-file.
14565 (ada-prj-default-debugger): Was missing an opening '{'
14566 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14567 variables.
14568 (ada-prj-default-gnatmake-opt): New variable
14569 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14570 buffers, the project file is the default one Save the windows
14571 configuration before displaying the menu.
14572 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14573 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14574 ...) regexp-quote identifiers names to support operators +,
14575 -,... in regexps.
14576 (ada-remote): New function.
14577 (ada-run-application): Erase the output buffer before starting the
14578 run Support remote execution of the application. Use
14579 call-process, or the arguments are incorrectly parsed
14580 (ada-set-default-project-file): Reread the content of the active
14581 project file, not the one from the current buffer When a project
14582 file is set as the default project, all directories are
14583 automatically associated with it.
14584 (ada-set-environment): New function
14585 (ada-treat-cmd-string): New special variable ${current}
14586 (ada-treat-cmd-string): Revised. The substitution is now done for
14587 any ${...} substring
14588 (ada-xref-current): If no body was found, compiles the spec
14589 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14590 compiler to get rid of command line length limitations.
14591 (ada-xref-get-project-field): New function
14592 (ada-xref-project-files): New variable
14593 (ada-xref-runtime-library-specs-path)
14594 (ada-xref-runtime-library-ali-path): New variables
14595 (ada-xref-set-default-prj-values): Default run command now does a
14596 cd to the build directory. New field: main_unit Provide a default
14597 file name even if the current buffer has no prj file.
14598
14599 * ada-prj.el:
14600 Rewritten to show a tabbed-dialog.
14601 (ada-prj-add-ada-menu): Remove the map and name parameters.
14602 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14603 New function
14604 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14605 (ada-prj-load-from-file): New function
14606 (ada-prj-save): Always save fields that depend on the current buffer
14607 (ada-prj-show-value): New function
14608
14609 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14610 Ada mode. This will allow us to display the Ada menu in any buffer
14611 we want (for project items).
14612 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14613 number of spaces in the header.
14614
14615 2000-07-24 Dave Love <fx@gnu.org>
14616
14617 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14618
14619 2000-07-23 Noah Friedman <friedman@splode.com>
14620
14621 * type-break.el (type-break): perform autosave.
14622 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
14623 (type-break-do-query): Cancel query schedule while performing
14624 actual query, to avoid possibility of a second query being made
14625 while first one is already in progress.
14626 (type-break-time-stamp-format): New variable.
14627 (type-break-time-stamp): New function.
14628 (type-break-time-warning): Use it.
14629 (type-break-keystroke-warning): Use it.
14630 (type-break-noninteractive-query): Use it.
14631
14632 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14633 cookie.
14634 Use add-minor-mode to set minor-mode-alist, if available.
14635 (eldoc-echo-area-use-multiline-p): New user option.
14636 (eldoc-echo-area-multiline-supported-p): New variable.
14637 (eldoc-docstring-format-sym-doc): Use them.
14638 (eldoc-mode): If not using idle timers, append to local post and
14639 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14640 (eldoc-display-message-no-interference-p): Don't interfere with
14641 edebug.
14642 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14643 (eldoc-function-arglist): New function.
14644 (eldoc-function-argstring): Use it.
14645
14646 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14647 auto save directory exists before calling directory-files.
14648
14649 2000-07-23 Dave Love <fx@gnu.org>
14650
14651 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14652 ^o, ^u.
14653
14654 2000-07-21 Dave Love <fx@gnu.org>
14655
14656 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14657 now passed to the function. It now works properly.
14658
14659 * smerge-mode.el (smerge-mode-menu): Fill it out.
14660
14661 2000-07-20 Gerd Moellmann <gerd@gnu.org>
14662
14663 * info-look.el (info-lookup): If *info* is shown in another frame
14664 on the same display, select that frame, instead of switching to
14665 the Info buffer in another window of the selected frame.
14666
14667 * simple.el (universal-argument-map): Bind numeric keypad keys
14668 kp-0 to kp-9 and kp-subtract.
14669 (digit-argument): Handle these keys.
14670
14671 2000-07-20 Dave Love <fx@gnu.org>
14672
14673 * net/goto-addr.el (goto-address-fontify): Don't bother with
14674 buffer-modified and read-only stuff -- irrelevant with overlays.
14675 Put an extra property on the overlays and use it to clean up in
14676 case goto-address is re-run.
14677
14678 2000-07-19 Richard M. Stallman <rms@gnu.org>
14679
14680 * timer.el (run-with-idle-timer): Doc fix.
14681
14682 * mail/mail-utils.el (mail-strip-quoted-names):
14683 Handle case where <...> appears inside "...".
14684 Use replace-match to edit the string more simply.
14685 (rmail-dont-reply-to): Cope with an unmatched ".
14686
14687 2000-07-19 Dave Love <fx@gnu.org>
14688
14689 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14690 implementation.
14691
14692 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14693 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14694 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14695
14696 2000-07-19 Gerd Moellmann <gerd@gnu.org>
14697
14698 * textmodes/refer.el: Correct maintainer's email address.
14699
14700 * progmodes/hideif.el: Correct author's email address.
14701 Fix typo in comment.
14702
14703 * xml.el: New file.
14704
14705 * mail/mailheader.el: Correct author's mail address.
14706
14707 * gnus/parse-time.el: Correct author's mail address.
14708
14709 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14710
14711 * comint.el (comint-highlight-input, comint-highlight-face):
14712 New user options.
14713 (comint-input-ring-file-name): Change custom type.
14714 (comint-mode-map): Bind mouse-2.
14715 (comint-insert-clicked-input): New function.
14716 (comint-send-input): Handle input highlighting.
14717
14718 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14719
14720 * mouse.el (popup-menu): New function.
14721 (mouse-major-mode-menu): Use it.
14722
14723 2000-07-18 Dave Love <fx@gnu.org>
14724
14725 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14726 improvements.
14727
14728 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14729
14730 * faces.el (face-font-selection-order)
14731 (face-font-family-alternatives): Add custom type.
14732
14733 2000-07-18 Dave Love <fx@gnu.org>
14734
14735 * cus-edit.el (custom-variable-reset-saved)
14736 (custom-variable-reset-standard): Remove unused bindings.
14737
14738 * rect.el (open-rectangle-line): Remove unused let.
14739
14740 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14741
14742 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14743
14744 * cdl.el: Fix `Maintainer' keyword.
14745
14746 * play/pong.el: Add author's email address.
14747
14748 2000-07-17 Sam Steingold <sds@gnu.org>
14749
14750 * files.el (insert-directory): Call `split-string' instead of
14751 re-implementing it.
14752
14753 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14754
14755 * mail/vms-pmail.el: Change maintainer to FSF.
14756
14757 * net/goto-addr.el: Change maintainer to FSF.
14758
14759 * info.el (Info-title-face-alist): Removed.
14760
14761 2000-07-18 David Ponce <david@dponce.com>
14762
14763 * recentf.el (recentf-open-files): New command that works like
14764 `recentf-open-more-files', but shows the whole list of files (not just
14765 those omitted from the menu). Useful if you don't use a menu-bar!
14766 (recentf-open-more-files) Modified to use `recentf-open-files'.
14767
14768 (recentf-open-files, recentf-open-more-files)
14769 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14770
14771 (recentf-dialog-mode): New mode for dialogs. You can now just type
14772 "q" to cancel the dialogs.
14773
14774 2000-07-18 David Ponce <david@dponce.com>
14775
14776 * recentf.el: This is a major update of recentf.el. It adds new
14777 features to better organize the recentf menu and "More..." buffer.
14778
14779 Using new provided menu filtering functions you can now organize the
14780 recent files list:
14781
14782 - by major modes
14783 - by directories
14784 - by user defined rules
14785
14786 Finally, with the new `recentf-filter-changer' customizable filter you
14787 can define a ring of filters and dynamically (via the menu) cycle on
14788 each menu organization in the ring (a la msb).
14789
14790 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14791
14792 * eshell/eshell.el (eshell): Replace links to eshell.info with
14793 links to eshell, to avoid problems on systems where the manual is
14794 installed as `eshell'.
14795 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14796 * eshell/em-smart.el (eshell-smart): Ditto.
14797 * eshell/em-banner.el (eshell-banner): Ditto.
14798 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14799
14800 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14801 same-file check in the MS-DOS version (it does support inodes).
14802
14803 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14804
14805 * eshell/eshell.el (eshell-directory-name):
14806 Run default directory name through convert-standard-filename.
14807
14808 2000-07-18 Kenichi Handa <handa@etl.go.jp>
14809
14810 * international/mule-cmds.el (select-safe-coding-system):
14811 Fix typo in the comment.
14812
14813 * language/european.el (compound-text):
14814 Force katakana-jisx0201 to be designated to G1.
14815
14816 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14817 Don't translate some national variant characters of latin-jisx0201.
14818 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14819
14820 * international/kkc.el (kkc-after-update-conversion-functions):
14821 New variable.
14822 (kkc-update-conversion): Run functions in it at the tail.
14823
14824 2000-07-16 John Wiegley <johnw@gnu.org>
14825
14826 * lisp/align.el (align-newline-and-indent):
14827 Adding new function. for auto-aligning blocks of code on RET.
14828 (align-region): Fixed badly formatted minibuffer message.
14829
14830 2000-07-17 Kenichi Handa <handa@etl.go.jp>
14831
14832 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14833 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14834 the conversion list at first if appropriate.
14835 (kkc-next): Don't update kkc-next-count here.
14836 (kkc-prev): Don't update kkc-prev-count here.
14837 (kkc-show-conversion-list-update): Fix setting up of conversion
14838 list message.
14839
14840 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14841
14842 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14843
14844 2000-07-16 Dave Love <fx@gnu.org>
14845
14846 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14847 function to be more specific.
14848
14849 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14850 non-string help-echo.
14851 (widget-types-convert-widget): Defsubst it.
14852 (widget-echo-help): Try to cope with a help-echo function of two
14853 possible sorts.
14854
14855 2000-07-15 Jason Rumney <jasonr@gnu.org>
14856
14857 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14858 Declare as obsolete.
14859
14860 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14861
14862 2000-07-14 Gerd Moellmann <gerd@gnu.org>
14863
14864 * hilit-chg.el: Fix typo.
14865
14866 2000-07-14 Dave Love <fx@gnu.org>
14867
14868 * info.el (Info-mode-menu): Fix use of :help, :enable.
14869
14870 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14871
14872 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14873
14874 2000-07-13 Dave Love <fx@gnu.org>
14875
14876 * emacs-lisp/easymenu.el: Doc fixes.
14877 (easy-menu-remove): Defalias to ignore.
14878
14879 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14880 Call throw correctly.
14881
14882 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14883
14884 * faces.el (frame-background-mode): Doc fix.
14885
14886 * simple.el (eval-expression-print-length): Change custom type to
14887 allow entering nil as value.
14888
14889 2000-07-13 Dave Love <fx@gnu.org>
14890
14891 * progmodes/fortran.el (fortran-imenu-generic-expression):
14892 Change definition layout.
14893 (fortran-mode-menu): Reinstate customize entries.
14894
14895 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14896 Use :filter, per old XEmacs code.
14897
14898 2000-07-12 Gerd Moellmann <gerd@gnu.org>
14899
14900 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14901 event when deciding what to send to the terminal.
14902
14903 2000-07-12 Dave Love <fx@gnu.org>
14904
14905 * cus-start.el: Add optional version as 4th element of specs and
14906 use it for several things new in v21. Remove load-path. Fix type
14907 of line-number-display-limit.
14908
14909 2000-07-11 Dave Love <fx@gnu.org>
14910
14911 * progmodes/fortran.el: Don't require easymenu.
14912 Use repeat counts in various regexps.
14913 (fortran-mode-syntax-table): Defvar directly.
14914 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14915 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14916 Use defvar, not defconst.
14917 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14918 (fortran-mode): Set fortran-comment-line-start-skip,
14919 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14920 (fortran-comment-indent): Use defsubst.
14921 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14922 Use fortran-comment-indent, not fortran-comment-indent-function.
14923 (fortran-comment-region, fortran-electric-line-number): Simplify.
14924 (fortran-auto-fill): New function.
14925 (fortran-do-auto-fill): Deleted.
14926 (fortran-find-comment-start-skip):
14927 Check for non-null comment-start-skip.
14928 (fortran-auto-fill-mode, fortran-fill-statement):
14929 Use fortran-auto-fill.
14930 (fortran-fill): Use fortran-auto-fill. Check for null
14931 comment-start-skip. Simplify final clause and use end-of-line finally.
14932
14933 * widget.el (widget-plist-member): New alias.
14934
14935 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14936
14937 * eshell/esh-module.el (toplevel): Reference
14938 byte-compile-current-file only if it is bound.
14939
14940 2000-07-10 Gerd Moellmann <gerd@gnu.org>
14941
14942 * dired.el: Don't require `dired-aux'.
14943
14944 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14945
14946 * dired-aux.el (dired-show-file-type): New function.
14947 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14948 (dired-show-file-type): Add autoload.
14949
14950 2000-07-10 Kenichi Handa <handa@etl.go.jp>
14951
14952 * international/mule-diag.el (describe-font): Adjusted for the
14953 change of fontset-info.
14954 (print-fontset): Likewise.
14955
14956 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14957
14958 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14959
14960 2000-07-07 Gerd Moellmann <gerd@gnu.org>
14961
14962 * bindings.el: Bind `[delete]' to delete-char.
14963
14964 * dired.el (dired-find-alternate-file): New function.
14965 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14966 (toplevel): Require dired-aux when compiling.
14967 (dired-buffers): Move defvar within file to avoid compiler warning.
14968
14969 * info.el (Info-last-search): Variable removed.
14970 (Info-search-history): New variable.
14971 (Info-search): New Info-search-history.
14972
14973 * battery.el, info-look.el: Change author's mail address.
14974
14975 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14976
14977 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14978 if rmail-ignored-headers is nil.
14979 (rmail-retry-failure): Bind rmail-ignored-headers and
14980 rmail-displayed-headers to nil.
14981
14982 2000-07-06 Gerd Moellmann <gerd@gnu.org>
14983
14984 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14985 (print-region-1): Don't hard code `-h' here.
14986
14987 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14988
14989 2000-07-01 Francesco Potorti` <pot@gnu.org>
14990
14991 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14992 exim can use "your message" instead of "the message".
14993
14994 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14995
14996 * facemenu.el: Docstrings fixes.
14997 (facemenu-get-face): Don't use internal-find-face.
14998 (facemenu-iterate): Rename arg to match the docstring.
14999
15000 * newcomment.el (uncomment-region): Be more careful when skipping
15001 backwards over `=' not to bump into BOBP.
15002
15003 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15004
15005 * ediff-diff.el (ediff-wordify): Use syntax table.
15006 * ediff-init.el (ediff-has-face-support-p): Use
15007 ediff-color-display-p.
15008 (ediff-color-display-p): Use display-color-p, changed to defun
15009 from defsubst.
15010 Got rid of special cases for NeXT and OS/2.
15011 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15012 face.
15013
15014 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15015
15016 * emacs-lisp/lucid.el: Require CL.
15017 (copy-tree, remprop): Remove, it's provided by CL.
15018 (map-keymap): Define in terms of cl-map-keymap.
15019 (extent-property, set-extent-end-glyph): New functions.
15020
15021 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15022
15023 2000-07-05 Gerd Moellmann <gerd@gnu.org>
15024
15025 * Makefile.in (DONTCOMPILE): Add comment that the name may
15026 not be changed without changing the make-dist script.
15027
15028 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15029 (cl-mapc): Use mapc instead of cl-old-mapc.
15030
15031 2000-07-05 Andrew Innes <andrewi@gnu.org>
15032
15033 * makefile.nt: Add support for `bootstrap' and related targets.
15034
15035 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15036
15037 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15038 (easy-menu-do-define): Use `menu-item' format.
15039 Handle case where easy-menu-create-menu returns a symbol.
15040 Manually call the potential top-level filter in the function binding.
15041 (easy-menu-filter-return): New arg NAME.
15042 Convert to a keymap if MENU is an XEmacs menu.
15043 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15044 (easy-menu-converted-items-table, easy-menu-convert-item):
15045 New var and fun to memoize easy-menu-convert-item-1.
15046 (easy-menu-do-add-item): Use it.
15047 (easy-menu-create-menu): Use easy-menu-convert-item.
15048 Wrap easy-menu-filter-return around any :filter specification.
15049 Don't convert the menu if a filter was specified.
15050 Tell easy-menu-make-symbol not to check for MENU being an expression.
15051 (easy-menu-make-symbol): New arg NOEXP.
15052
15053 2000-07-05 Gerd Moellmann <gerd@gnu.org>
15054
15055 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15056 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15057 (eval-defun): If called with prefix arg, instrument code for
15058 Edebug.
15059
15060 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15061 similar to that of eval-defun.
15062
15063 2000-07-04 Dave Love <fx@gnu.org>
15064
15065 * hl-line.el (hl-line-overlay): Make it permanent-local.
15066
15067 * calendar/todo-mode.el: Replaced with a working version, based on
15068 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15069
15070 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15071
15072 * paths.el (prune-directory-list): New function.
15073 (Info-default-directory-list): Rewritten to more methodically
15074 enumerate a big list of possible info directories (based on the
15075 list used by the standalone info reader).
15076
15077 * info.el (info-initialize): Use prune-directory-list to remove
15078 non-existent directories from Info-directory-list.
15079
15080 * paths.el (Info-default-directory-list): Try a list of possible
15081 info-directories instead of a single one. Add the possible
15082 info directory "/usr/share/info".
15083
15084 * woman.el (woman-man.conf-path): Explicitly include the debian
15085 man-db config file "/etc/manpath.config".
15086 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15087 are present in `manpath.config'.
15088 (woman-manpath): Include "/usr/share/man".
15089
15090 2000-07-03 Gerd Moellmann <gerd@gnu.org>
15091
15092 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15093
15094 * startup.el (command-line): Initialize blink-cursor based
15095 on window-system.
15096
15097 * frame.el (blink-cursor): Default to nil if not running under
15098 a window-system.
15099
15100 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15101 (face-x-resources): Remove duplicate entry for :font.
15102
15103 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15104 instead of cycling through windows with next-window.
15105
15106 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15107 of cycling through windows with next-window.
15108
15109 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15110 of cycling through windows with next-window.
15111
15112 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15113 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15114 instead of cycling through windows with next-window.
15115
15116 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15117 instead of cycling through windows with next-window.
15118
15119 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15120 of cycling through windows with next-window.
15121
15122 * terminal.el (te-process-output): Use walk-windows instead of
15123 cycling through windows with next-window.
15124
15125 * server.el (server-switch-buffer): Use some-window instead of
15126 cycling through windows with next-window.
15127
15128 * window.el (some-window): New function.
15129 (walk-windows): Remove reference to walk-windows-start.
15130
15131 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15132
15133 2000-07-03 Richard Stallman <rms@gnu.org>
15134
15135 * window.el (walk-windows): Guarantee termination by keeping a list
15136 of all the windows already handled.
15137
15138 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15139
15140 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15141 window-system.
15142
15143 * man.el (Man-notify-when-ready): Don't use window-system. If
15144 Man-notify-method is newframe, and the display is not
15145 multi-frame, select the frame created for the man page.
15146 (Man-init-defvars): Doc fix.
15147
15148 2000-06-28 Gerd Moellmann <gerd@gnu.org>
15149
15150 * faces.el (region): Change background color for light background.
15151
15152 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15153 attribute from mode-line face of Ediff control frame.
15154
15155 * replace.el (query-replace-map): Bind `e' like `E'.
15156
15157 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15158
15159 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15160 Change name to "Select All".
15161
15162 * dos-fns.el (convert-standard-filename): Fix last change.
15163
15164 2000-06-27 Gerd Moellmann <gerd@gnu.org>
15165
15166 * help.el (describe-variable): Don't insert a second `'s' in front
15167 of the string `value is shown below'. Since the syntax-table is
15168 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15169 an existing `'s', so that this won't be deleted.
15170
15171 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15172 * pcmpl-unix.el: New files.
15173
15174 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15175
15176 * wid-edit.el (widget-member): Use the new plist-member.
15177
15178 2000-06-26 Gerd Moellmann <gerd@gnu.org>
15179
15180 * replace.el (perform-replace): Undo change of 2000-04-04.
15181 Instead, move backward 1 character at the end of the loop when
15182 necessary.
15183
15184 * faces.el (fringe): Change face for different backgrounds.
15185
15186 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15187 patch from John.
15188
15189 * eshell/*.el: Change spelling of the Free Software Foundation.
15190
15191 * eshell/esh-toggle.el: Removed.
15192
15193 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15194
15195 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15196 interactively.
15197
15198 2000-06-26 Alex Schroeder <alex@gnu.org>
15199
15200 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15201 `define-key'; instead of checking `(emacs-version)' check for
15202 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15203 for `;' and `o' which might be electric.
15204
15205 (sql-electric-stuff): New user option.
15206 (sql-magic-go): New function which uses `sql-electric-stuff'.
15207 (sql-magic-semicolon): New function which uses
15208 `sql-electric-stuff'.
15209
15210 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15211 is not fboundp.
15212
15213 (sql-oracle-options): New variable.
15214 (sql-oracle): Use it.
15215
15216 (sql-imenu-generic-expression): Doc change.
15217 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15218 is used.
15219
15220 (sql-informix): Added command line parameter "-" to force
15221 sql-informix-program to use stdout.
15222
15223 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15224
15225 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15226 (cp864-decode-table): Doc fix.
15227 (cp720-decode-table): New variable, supports the Arabic OEM
15228 codepage used by Windows.
15229 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15230
15231 2000-06-23 Dave Love <fx@gnu.org>
15232
15233 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15234 (font-lock-fontify-anchored-keywords): Use
15235 line-beginning-position.
15236 (global-font-lock-mode): Use mapc.
15237
15238 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15239
15240 * eshell/esh-module.el: Require CL when compiling.
15241
15242 2000-06-23 Gerd Moellmann <gerd@gnu.org>
15243
15244 * comint.el (comint-substitute-in-file-name): Call replace-match
15245 with second and third arg t.
15246
15247 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15248 Specify foreground color.
15249
15250 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15251 color.
15252
15253 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15254
15255 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15256 cddr instead of cdddr.
15257
15258 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15259 instead of copy-list.
15260
15261 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15262 of copy-list.
15263
15264 * subdirs.el: Add eshell subdirectory.
15265
15266 * eshell: New subdirectory containing the Eshell package.
15267
15268 * pcomplete.el: New file.
15269
15270 2000-06-23 Paul Eggert <eggert@twinsun.com>
15271
15272 * mail/mailpost.el (post-mail-send-it): Make sure file has
15273 proper permissions from birth.
15274
15275 * files.el (basic-save-buffer-2): When temporarily setting
15276 file modes, set them to current modes plus 0200, not to 0777.
15277
15278 * emerge.el (emerge-make-temp-file): Make sure file has proper
15279 permissions from birth.
15280
15281 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15282
15283 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15284 backup file name through convert-standard-filename.
15285
15286 * dos-fns.el (convert-standard-filename): Convert leading
15287 directories as well. When long file names are supported, convert
15288 characters that are invalid in Windows file names.
15289
15290 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15291
15292 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15293 ps-print crashes. New feature: page selection for printing. Create
15294 raw-text-unix coding system for XEmacs. Doc fix.
15295 (ps-print-version): New version number (5.2.3).
15296 (ps-plot-region): Bug fix.
15297 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15298 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15299 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15300 funs.
15301 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15302 (ps-last-page): New vars.
15303
15304 2000-06-21 Gerd Moellmann <gerd@gnu.org>
15305
15306 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15307 empty option string.
15308
15309 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15310
15311 * man.el (man): Doc fix.
15312
15313 2000-06-21 Kenichi Handa <handa@etl.go.jp>
15314
15315 * international/mule-cmds.el (set-language-info-alist): Docstring
15316 fixed.
15317
15318 2000-06-20 Gerd Moellmann <gerd@gnu.org>
15319
15320 * version.el (emacs-version): Use ISO date format.
15321
15322 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15323 instead of `M-backspace'.
15324
15325 * simple.el (turn-off-auto-fill): New function.
15326
15327 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15328
15329 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15330 Renamed from with-buffer-prepared-for-font-lock and use
15331 inhibit-modification-hooks rather than setting *-change-functions.
15332 Update all functions to use the new name.
15333 (jit-lock-first-unfontify-pos): New semantics (and doc).
15334 (jit-lock-mode): Make non-interactive.
15335 Don't automatically turn on font-lock.
15336 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15337 Always use jit-lock-after-change.
15338 Remove and restore font-lock-after-change-function.
15339 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15340 (jit-lock-after-unfontify-buffer): Remove.
15341 (jit-lock-stealth-fontify):
15342 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15343 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15344
15345 2000-06-20 Sam Steingold <sds@gnu.org>
15346
15347 * emacs-lisp/cl-indent.el (toplevel): Indent
15348 `print-unreadable-object' properly. Untabify.
15349
15350 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15351
15352 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15353 Support for bibentry.
15354 (reftex-compile-variables): Fixed problem with end of section-re.
15355
15356 * texmodes/reftex-dcr.el (reftex-view-crossref,
15357 reftex-view-crossref-from-bibtex):
15358 Deal with changed `reftex-find-citation-regexp-format'.
15359 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15360 Replaced `remprop' with `put'.
15361 (reftex-view-crossref, reftex-view-crossref-when-idle):
15362 Support for bibentry.
15363
15364 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15365 New entry for bibentry package.
15366
15367 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15368 Regexp also matches "\nobibliography".
15369
15370 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15371 Call `reftex-ensure-write-access' before doing anything.
15372 (reftex-ensure-write-access): New function.
15373
15374 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15375
15376 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15377
15378 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15379
15380 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15381
15382 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15383
15384
15385 2000-06-20 Dave Love <fx@gnu.org>
15386
15387 * faces.el (frame-background-mode): Use set-default, not set, in
15388 setter.
15389 (frame-update-faces, frame-update-face-colors): Define with
15390 defalias.
15391
15392 * enriched.el (enriched-decode-foreground)
15393 (enriched-decode-background): Don't use internal-find-face.
15394
15395 * apropos.el: Doc fixes.
15396
15397 * cus-edit.el (customize-changed-options): Check arg.
15398 (customize-version-lessp): Don't require decimal point.
15399
15400 * custom.el (defcustom, defgroup): Doc fix.
15401
15402 * newcomment.el (comment) <defgroup>: Add :version.
15403 (comment-multi-line): Doc fix.
15404
15405 * emulation/mlsupport.el (define-hooked-local-abbrev,
15406 define-hooked-global-abbrev): Fix, using define-abbrev.
15407
15408 2000-06-19 Gerd Moellmann <gerd@gnu.org>
15409
15410 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15411 the whole buffer.
15412
15413 2000-06-19 Dave Love <fx@gnu.org>
15414
15415 * menu-bar.el (menu-bar-options-save): New function.
15416 (menu-bar-options-menu): Use it.
15417 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15418 Simplify.
15419
15420 2000-06-19 Andreas Schwab <schwab@suse.de>
15421
15422 * progmodes/etags.el (tags-query-replace): Put new parameters
15423 START and END at the end, for backward compatibility.
15424
15425 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15426
15427 * international/codepage.el:
15428 (cp-coding-system-for-codepage-1): Delete special codes for
15429 generating xxx-dos coding system because now a CCL based coding
15430 system can handle EOL conversion by default.
15431
15432 * international/mule.el (make-coding-system): Generate subsidiary
15433 coding systems for EOL handling variants even for a CCL based
15434 coding system.
15435
15436 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15437
15438 * international/isearch-x.el (isearch-minibuffer-input-method)
15439 (isearch-minibuffer-input-method-function): These variables
15440 deleted.
15441 (isearch-with-input-method): Don't use the above variables.
15442 (isearch-process-search-multibyte-characters): Likewise. Call
15443 read-string with the arg INHERIT-INPUT-METHOD t.
15444
15445 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15446
15447 * font-lock.el (font-lock-after-fontify-buffer)
15448 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15449
15450 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15451 Use consistent make-local-variable style for font-lock-fontified.
15452 (jit-lock-fontify-buffer):
15453 Don't bother checking for font-lock-mode and jit-lock-mode.
15454
15455 * time.el: Remove trailing ^M that prevent CVS-merging.
15456
15457 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15458
15459 * Makefile.in (distclean): New target.
15460
15461 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15462
15463 * Makefile.in (srcdir): Define for update-subdirs.
15464
15465 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15466
15467 * find-lisp.el: New file.
15468
15469 2000-06-16 Andrew Innes <andrewi@gnu.org>
15470
15471 * time.el (display-time-mail-function): New variable, to allow
15472 external packages to indicate when new mail is available.
15473 (display-time-update): Use it.
15474
15475 2000-06-16 Kenichi Handa <handa@etl.go.jp>
15476
15477 * international/mule.el (mule-version): Change version name to
15478 SAKAKI. AOI has already been used by Meadow.
15479
15480 * international/quail.el (quail-show-guidance-buf): To find the
15481 bottom window (but minibuffer), pay attention to the height of
15482 minibuffer.
15483
15484 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15485
15486 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15487 menu-bar menus. Add help strings. Don't remove the Edit menu
15488 from the menu bar, as the menu bar has enough space now.
15489
15490 * Makefile.in (SHELL): Make sure /bin/sh is used.
15491
15492 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15493 characters, which use series of two ^H characters instead of one.
15494
15495 2000-06-15 Gerd Moellmann <gerd@gnu.org>
15496
15497 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15498 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15499 functions.
15500 (Info-find-node-2): Try a case-sensitive search first, then
15501 do a case-insensitive search.
15502
15503 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15504 tutorials.
15505
15506 * complete.el (PC-env-vars-alist): New variable.
15507 (PC-complete-as-file-name): New function.
15508 (partial-completion-mode): Initialize PC-env-vars-alist from
15509 process-environment.
15510 (PC-do-completion): Handle completion of env vars.
15511
15512 * info.el (Info-set-mode-line): Show file name in mode line,
15513 use `*Info*' instead of `Info:'.
15514
15515 * startup.el (command-line-1): Change copyright messages to year
15516 2000.
15517
15518 2000-06-15 Dave Love <fx@gnu.org>
15519
15520 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15521 not local-map.
15522
15523 2000-06-15 Kenichi Handa <handa@etl.go.jp>
15524
15525 * international/mule.el (set-buffer-file-coding-system): Almost
15526 rewritten to handle `undecided' as no-op.
15527
15528 2000-06-14 Gerd Moellmann <gerd@gnu.org>
15529
15530 * Makefile.in: New file.
15531
15532 * Makefile: Removed.
15533
15534 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15535 (goto-address-highlight-keymap): Bind C-c RET.
15536
15537 2000-06-14 Kenichi Handa <handa@etl.go.jp>
15538
15539 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15540 inherits buffer-file-coding-system of the current buffer.
15541
15542 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15543 0. Give correct argument to set-auto-coding-function.
15544 (tar-expunge): For goto-char, use (point-min), not 0.
15545 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15546 (tar-subfile-save-buffer): Likewize.
15547
15548 * international/mule.el
15549 (after-insert-file-set-buffer-file-coding-system): Call
15550 set-buffer-file-coding-system with the arg FORCE t.
15551
15552 2000-06-13 Gerd Moellmann <gerd@gnu.org>
15553
15554 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15555 nil. Contemporary sendmails issue an X-Authentication-Warning if
15556 the sender is set with `-f'.
15557
15558 2000-06-13 Dave Love <fx@gnu.org>
15559
15560 * help.el (describe-function-1): Kluge around cases of functions
15561 fset to subrs whose doc doesn't match their symbol-name.
15562
15563 * image.el (insert-image): Default STRING to a space.
15564
15565 * info.el Doc fixes.
15566 (Info-build-node-completions): Match Ref tags.
15567
15568 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15569
15570 * frame.el (display-multi-frame-p, display-multi-font-p): New
15571 defaliases for display-graphic-p.
15572
15573 * hl-line.el: Fixed a typo in commentary.
15574
15575 2000-06-13 Kenichi Handa <handa@etl.go.jp>
15576
15577 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15578 fixed.
15579
15580 2000-06-12 Dave Love <fx@gnu.org>
15581
15582 * image.el (insert-image): Save a little consing.
15583
15584 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15585
15586 * language/tibet-util.el: Convert all tibetan-1-column characters
15587 to the corresponding tibetan characters.
15588 (tibetan-add-components): Delete code for the special treatment of
15589 'a chung.
15590
15591 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15592 change.
15593 (tibetan-vowel-transcription-alist): More rules added.
15594 (tibetan-composite-vowel-alist): New variable.
15595 (tibetan-precomposition-rule-alist): More rules added.
15596
15597 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15598
15599 * startup.el (command-line): Only call menu-bar-mode if interactive.
15600
15601 * thingatpt.el (toplevel symbol-properties):
15602 * textmodes/makeinfo.el (makeinfo-compile):
15603 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15604 * progmodes/hideif.el (hif-compress-define-list)
15605 (hide-ifdef-use-define-alist):
15606 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15607 (ange-ftp-vms-add-file-entry):
15608 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15609 * man.el (Man-build-man-command):
15610 * mail/rnewspost.el (news-reply-header-hook):
15611 * info.el (Info-insert-dir):
15612 * emulation/mlconvert.el (backward-word, forward-word, setq):
15613 * emacs-lisp/gulp.el (gulp-send-requests):
15614 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15615 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15616 (byte-optimize-apply, end of file):
15617 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15618 (ad-make-freeze-definition):
15619 * startup.el (command-line, command-line-1): Don't quote lambdas.
15620
15621 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15622 (cvs-cleanup-removed): New function.
15623 (cvs-cleanup-functions): New var.
15624 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15625 some flexibility in specifying additional entries to auto-cleanup.
15626 (cvs-quickdir): New function.
15627 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15628 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15629 (cvs-mode-find-file): Check that we are on a filename or dirname
15630 when invoked through a mouse-click.
15631 (cvs-full-path): Remove.
15632 (cvs-dired-action): Re-introduced.
15633 (cvs-dired-noselect): Use it.
15634 (vc-post-command-functions): use this new hook if available.
15635
15636 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15637 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15638 (cvs-filename-map, cvs-dirname-map): Remove.
15639 (cvs-default-action): Remove.
15640 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15641 if the arg is really a keymap.
15642 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15643 Don't hardcode the mapping from state (aka type) to face, but check
15644 the var cvs-fi-<type>-face instead.
15645 (cvs-fileinfo-from-entries): New function.
15646
15647 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15648 Docstring fix.
15649 (cvs-find-file-and-jump): Change default to be safer.
15650 (cvs-mode-diff-map): Define it as a function as well.
15651 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15652 Bind mouse-2 in this global map rather than with text-properties.
15653
15654 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15655 file to resolve the ambiguity between C(conflict) and C(need-merge).
15656
15657 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15658
15659 * international/mule.el (set-buffer-file-coding-system): If
15660 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15661 unconditionally.
15662
15663 2000-06-12 Dave Love <fx@gnu.org>
15664
15665 * wid-edit.el (widget-specify-button): Really suppress the face if
15666 required.
15667
15668 2000-06-11 Gerd Moellmann <gerd@gnu.org>
15669
15670 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15671
15672 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15673
15674 * imenu.el (imenu-generic-expression): Docstring fix.
15675
15676 * composite.el (composition-function-table): Move the `put'
15677 below the autoload cookie so we can load the file before loaddefs.
15678
15679 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15680
15681 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15682 Handle easy-mmode-define-global-mode.
15683 For complex macros like define-minor-mode that can generate
15684 several autoload entries, try to autoload entries in the
15685 macroexpanded code.
15686
15687 * emacs-lisp/easy-mmode.el (define-minor-mode):
15688 If KEYMAP is a symbol, just use it.
15689 Use byte-compile-current-file and load-file-name to infer the
15690 proper :require to pass to defcustom.
15691 Wrap the hook var into `progn' so as not to autoload it.
15692 Add a :autoload-end cookie.
15693 Be more careful about the evaluation of KEYMAP.
15694 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15695 (define-derived-mode): Move define-abbrev-table outside of defvar.
15696
15697 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15698
15699 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15700 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15701 (backup-compiled-files): Ignore errors during `tar'.
15702 (bootstrap): Make autoloads before elc files.
15703
15704 2000-06-10 Kenichi Handa <handa@etl.go.jp>
15705
15706 * international/mule.el (set-buffer-file-coding-system): If one of
15707 undecided-XXX is specified, change only EOL conversion.
15708
15709 * international/mule-conf.el (unix): New alias for the coding
15710 system undecided-unix.
15711
15712 2000-06-09 Dave Love <fx@gnu.org>
15713
15714 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15715
15716 * progmodes/executable.el: Byte compile dynamic.
15717 (executable-insert): Change custom type.
15718 (executable-find): Add autoload cookie.
15719 (executable-make-buffer-file-executable-if-script-p): New
15720 function. After Noah Friedman.
15721
15722 * files.el (after-save-hook): Customize, with
15723 executable-make-buffer-file-executable-if-script-p as an option.
15724
15725 2000-06-09 Kenichi Handa <handa@etl.go.jp>
15726
15727 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15728 "tib24p-mule.bdf" for Tibetan.
15729
15730 * composite.el (decompose-composite-char): Declare it as obsolete.
15731
15732 * man.el (Man-fontify-manpage): Pay attention to underline and
15733 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15734
15735 2000-06-08 Gerd Moellmann <gerd@gnu.org>
15736
15737 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15738 Set maintainer to FSF since author isn't reachable.
15739
15740 2000-06-08 Dave Love <fx@gnu.org>
15741
15742 * international/mule-cmds.el (select-safe-coding-system): If
15743 DEFAULT-CODING-SYSTEM is not specified, also check the most
15744 preferred coding-system if buffer-file-coding-system is
15745 `undecided'. From Handa.
15746
15747 2000-06-08 Kenichi Handa <handa@etl.go.jp>
15748
15749 * international/mule.el
15750 (after-insert-file-set-buffer-file-coding-system): If the buffer
15751 size is greater than INSERTED, judget that we are not visiting.
15752
15753 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15754
15755 * whitespace.el (defgroup whitespace): Comment out `:version'.
15756 XEmacs 20.4 has problems defining the group with this present.
15757 We'll have this commented out till get resolve the problem.
15758
15759 2000-06-07 John Wiegley <johnw@gnu.org>
15760
15761 * align.el (align-dq-string-modes, align-sq-string-modes)
15762 (align-open-comment-modes): Add pyhton-mode.
15763 (align-rules-list): Use get-text-property instead of
15764 text-properties-at.
15765 (align-rules-list): Add python-assignment.
15766 (align-rules-list): Change perl-comma-delimiter to
15767 basic-comma-delimiter. Use if for Perl modes and python-mode.
15768 (align-rules-list): Add python-chain-logic and
15769 basic-line-continuation.
15770
15771 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15772
15773 * apropos.el (apropos-mode-hook): New user variable.
15774 (apropos-mode): Run apropos-mode-hook.
15775
15776 2000-06-07 David Ponce <david@dponce.com>
15777
15778 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15779 commands. Require `wid-edit' at run-time.
15780
15781 2000-06-07 David Ponce <david@dponce.com>
15782
15783 * recentf.el: Added some "Commentary".
15784 (recentf-open-more-files, recentf-edit-list): Minor changes to
15785 move the point at the top of the file list. This behaviour is
15786 consistent with the menu one when the list contains a lot of
15787 files.
15788 (recentf-cleanup): Now displays the number of items removed from
15789 the list.
15790 (recentf-relative-filter) New menu filter to show filenames
15791 relative to `default-directory'.
15792
15793 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15794
15795 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15796 with/without giving an error if PostScript printer doesn't have this
15797 kind of page size. Zebra Stripe continues or restarts on next page.
15798 Manual/automatic paper feeding. Switch or not the header.
15799 (ps-print-version): New version number (5.2.2).
15800 (ps-windows-system): Include emx as a Windows system.
15801 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15802 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15803 (ps-background-text): Code fix.
15804 (ps-error-handler-message, ps-user-defined-prologue)
15805 (ps-print-prologue-header, ps-printer-name)
15806 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15807 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15808 (ps-use-face-background): Customization fix.
15809 (ps-n-up-database): Data fix.
15810 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15811 (ps-switch-header): New vars.
15812 (ps-xemacs-color-name, ps-face-foreground-name)
15813 (ps-face-background-name, ps-boolean-constant): New funs.
15814
15815 2000-06-07 Dave Love <fx@gnu.org>
15816
15817 * allout.el: New version from Manheimer.
15818
15819 2000-06-07 Kenichi Handa <handa@etl.go.jp>
15820
15821 * textmodes/fill.el (fill-find-break-point): Check the validity of
15822 charset.
15823
15824 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15825
15826 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15827 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15828 Call display-color-p and display-mouse-p instead of looking at
15829 window-system.
15830
15831 2000-06-06 Dave Love <fx@gnu.org>
15832
15833 * image.el (find-image): Doc fix. Return nil if image not found.
15834 (put-image, insert-image): Make STRING arg optional.
15835
15836 2000-06-06 Kenichi Handa <handa@etl.go.jp>
15837
15838 * language/vietnamese.el: Remove eval-when-compile.
15839 (viet-viscii-nonascii-translation-table): Define it as a
15840 translation table made from viet-viscii-decode-table.
15841 (viet-viscii-encode-table): Define it as a translation table made
15842 from the reverse map of above.
15843 (viet-vscii-nonascii-translation-table): Define it as a
15844 translation table made from viet-vscii-decode-table.
15845 (viet-vscii-encode-table): Define it as a translation table made
15846 from the reverse map of above.
15847 (ccl-decode-viscii): Use translate-character.
15848 (ccl-encode-viscii, ccl-encode-viscii-font)
15849 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15850 Likewize.
15851
15852 * language/cyrillic.el: Remove eval-when-compile.
15853 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15854 translation table made from cyrillic-koi8-r-decode-table.
15855 (cyrillic-koi8-r-encode-table): Define it as a translation table
15856 made from the reverse map of above.
15857 (ccl-decode-koi8): Use translate-character.
15858 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15859 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15860 a translation table made from cyrillic-alternativnyj-decode-table.
15861 (cyrillic-alternativnyj-encode-table): Define it as a translation
15862 table made from the reverse map of above.
15863 (ccl-decode-alternativnyj): Use translate-character.
15864 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15865 Likewize
15866
15867 * international/mule-diag.el (non-iso-charset-alist): Specify
15868 translation table symbol instead of translation table itself.
15869 (list-block-of-chars): CHARSET may be a translation table symbol.
15870
15871 * international/mule.el (make-coding-system): If CODING-SYSTEM
15872 already exists, override it.
15873
15874 * international/fontset.el: Use family `proportional' for Tibetan
15875 fonts.
15876
15877 * international/ccl.el (ccl-compile-translate-character): Don't
15878 check if Rrr has property translation-table.
15879 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15880
15881 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15882
15883 * info.el: Bind case-fold-search to t when searching in case
15884 a user sets it to nil in a hook.
15885
15886 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15887
15888 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15889 * hl-line.el (hl-line-mode): Use the new :global key argument.
15890
15891 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15892 (tar-clip-time-string): Prepend a space.
15893 (tar-grind-file-mode): Construct a string rather than modifying one.
15894 (tar-header-block-summarize): Fix docstring.
15895 Use `format' rather than an error-prone set of copy-loops.
15896
15897 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15898 (diff-goto-source, diff-unified->context, diff-context->unified)
15899 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15900 understand the format output by the `-p' argument to diff.
15901
15902 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15903 (sh-re-done): Use defconst.
15904 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15905 (sh-help-string-for-variable, sh-guess-basic-offset):
15906 Don't quote lambdas.
15907 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15908 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15909
15910 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15911 (mh-letter-mode): Derive from text-mode.
15912 This implicitly means that it now calls kill-all-local-variables.
15913 Also remove the Emacs-18 compatibility code.
15914
15915 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15916 Make use of symbol-property doc-string-elt.
15917 Use memq rather than a sequence of eq.
15918 (doc-string-elt): Fix the wrong or missing previously unused values.
15919 (autoload-print-form): New function extracted from
15920 generate-file-autoloads to allow recursion when handling progn
15921 so that defvar's and defun's docstrings are properly printed.
15922 (generate-file-autoloads): Use it.
15923
15924 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15925 Use find-file-hooks in the minor-mode function.
15926 Be careful not to loop indefinitely in the post-command-hook function.
15927
15928 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15929
15930 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15931 tty's.
15932 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15933 differences whenever appropriate.
15934 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15935 * viper.el (find-file, find-file-other-window): Get viper to do
15936 wildcards.
15937
15938 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15939
15940 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15941 (jit-lock-fontify-buffer): New function for JIT refontification.
15942 (jit-lock-mode): Fix docstring.
15943 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15944 Remove jit-lock-after-change from the _local_ hook.
15945 (jit-lock-function-1): Fix docstring.
15946
15947 * info.el (Info-on-current-buffer): Initialize info.
15948
15949 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15950
15951 * progmodes/tcl.el (tcl-indent-for-comment):
15952 Ignore comment-indent-hook.
15953
15954 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15955 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15956 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15957 and improve to use the lighter to guess the capitalization.
15958 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15959 Add keyword arguments to specify global-ness or the custom group.
15960 Add local-map and help-echo properties to the lighter.
15961 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15962 (easy-mmode-define-global-mode): New macro.
15963
15964 2000-06-02 Dave Love <fx@gnu.org>
15965
15966 * wid-edit.el: byte-compile-dynamic since we typically don't use
15967 all the widgets. Don't require cl or widget. Remove
15968 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15969 (widget-read-event): Removed. Callers changed to use read-event.
15970 (widget-button-release-event-p): Renamed from
15971 button-release-event-p.
15972 (widget-field-add-space, widget-field-use-before-change):
15973 Uncustomize.
15974 (widget-specify-field): Use keymap property, not local-map.
15975 (widget-specify-button): Obey :suppress-face.
15976 (widget-specify-insert): Use modern backquote syntax.
15977 (widget-image-directory): Renamed from widget-glyph-directory.
15978 (widget-image-enable): Renamed from widget-glyph-enable.
15979 (widget-image-find): Replaces widget-glyph-find.
15980 (widget-button-pressed-face): Move defvar.
15981 (widget-image-insert): Replaces widget-glyph-insert.
15982 (widget-convert): Use keywordp.
15983 (widget-leave-text, widget-children-value-delete): Use mapc.
15984 (widget-keymap): Remove XEmacs stuff.
15985 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15986 (widget-button-click): Don't set point at the click, but re-centre
15987 if we scroll out of window. Rewritten for images v. glyphs &c.
15988 (widget-tabable-at): Use POS arg, not point.
15989 (widget-beginning-of-line, widget-end-of-line)
15990 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15991 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15992 (widget-default-create): Use widget-image-insert; some rewriting.
15993 (widget-visibility-value-create)
15994 (widget-push-button-value-create, widget-toggle-value-create): Use
15995 widget-image-insert.
15996 (checkbox): Create on and off images dynamically.
15997 (documentation-link): Change :help-echo.
15998 (widget-documentation-link-echo-help): Remove.
15999
16000 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16001
16002 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16003
16004 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16005 (easy-mmode-define-toggle, define-minor-mode): Use it.
16006 (easy-mmode-define-keymap): Docstring fix.
16007 (define-derived-mode): Default PARENT to fundamental-mode.
16008 Add the derived-mode-parent symbol-property.
16009 (easy-mmode-derived-mode-p): New function.
16010
16011 2000-06-02 Dave Love <fx@gnu.org>
16012
16013 * files.el (convert-standard-filename): Doc fix.
16014 (normal-backup-enable-predicate): New function.
16015 (backup-enable-predicate): Use it to replace the lambda form.
16016
16017 * calendar/todo-mode.el: [This needs more work on the outline
16018 stuff.] Doc fixes.
16019 (todo) <defgroup>: Add :version.
16020 (todo-add-category): Don't use pushnew.
16021 (todo-cmd-raise): Fix typo.
16022 (todo-top-priorities): Change temp buffer name.
16023 (todo-category-alist): Avoid redundant lambda.
16024 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16025 Use outline-next-heading.
16026
16027 * autoarg.el: Rewritten to use define-minor-mode.
16028 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16029 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16030
16031 2000-06-02 Kenichi Handa <handa@etl.go.jp>
16032
16033 * isearch.el (isearch-other-meta-char): Fix previous change.
16034
16035 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16036
16037 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16038 (log-edit-done): Only add the comment to the ring if it's different
16039 from the last comment entered.
16040
16041 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16042
16043 2000-06-01 Dave Love <fx@gnu.org>
16044
16045 * hl-line.el: Rewritten using define-minor-mode.
16046
16047 * help.el (describe-function-1): Distinguish special form from
16048 builtin function. Sanity-check presence of arglist for builtins.
16049
16050 2000-06-01 Kenichi Handa <handa@etl.go.jp>
16051
16052 * international/characters.el: Fix syntax/category setting of
16053 Tibetan characters.
16054
16055 * language/tibet-util.el (tibetan-add-components): Fixes for new
16056 encoding of Tibetan characters.
16057 (tibetan-decompose-precomposition-alist): New variable.
16058 (tibetan-decompose-region): Convert precomposed characters to
16059 non-precomposed characters.
16060 (tibetan-decompose-string): Likewise.
16061 (tibetan-composition-function): Fix args to
16062 thibetan-compose-string.
16063
16064 * language/tibetan.el (tibetan-composable-pattern): More
16065 characters included.
16066 (tibetan-consonant-transcription-alist): Rule for "R" added.
16067 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16068 "+R" added.
16069 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16070
16071 * language/lao-util.el (lao-composition-function): Fix args to
16072 compose-string.
16073
16074 * language/thai-util.el (thai-composition-function): Fix args to
16075 compose-string.
16076
16077 * isearch.el (isearch-update): Set disable-point-adjustment to t
16078 to prevent the point moving to the end of a composition when a
16079 part of a composition is searched.
16080 (isearch-other-meta-char): If the key invoking this command can be
16081 mapped by function-key-map to a printing char, call
16082 isearch-process-search-char directly.
16083
16084 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16085
16086 * emacs-lisp/bytecomp.el:
16087 * frame.el:
16088 * international/mule-cmds.el:
16089 * international/mule-util.el:
16090 * international/mule.el:
16091 * mouse.el:
16092 * subr.el:
16093 * faces.el: Update calls to make-obsolete with a WHEN argument.
16094
16095 * byte-run.el (make-obsolete, make-obsolete-variable):
16096 Add an optional WHEN argument and change the format of the
16097 symbol-property information.
16098 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16099 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16100 new obsolete-symbol-property format and print WHEN if it is provided.
16101
16102 2000-05-31 Dave Love <fx@gnu.org>
16103
16104 * loadhist.el (loadhist-hook-functions): Remove
16105 before-change-function, after-change-function.
16106 (unload-feature): Deal with symbols which are both bound and
16107 fbound.
16108
16109 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16110 before-change-function, after-change-function.
16111
16112 * simple.el (newline): Don't bind before-change-function,
16113 after-change-function.
16114
16115 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16116
16117 * whitespace.el (whitespace-rescan-timer-time): Update interval
16118 set to 600 seconds (10 minutes) instead of 60 seconds since
16119 a large number of whitespace buffers causes emacs to `freeze'
16120 for a considerable amount of time.
16121
16122 * whitespace.el: Updated email address
16123
16124 2000-05-31 Dave Love <fx@gnu.org>
16125
16126 * add-log.el (change-log-font-lock-keywords) <function>: Add
16127 pattern for function of change.
16128 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16129 acknowledgements patterns.
16130
16131 2000-05-31 Kenichi Handa <handa@etl.go.jp>
16132
16133 * isearch.el (isearch-printing-char): If keyboard coding system is
16134 being used, call isearch-process-search-multibyte-characters.
16135
16136 * international/isearch-x.el: Mostly rewritten.
16137
16138 * international/quail.el (quail-start-conversion): Don't include
16139 unhandled events in the returned events, but set them in
16140 unread-command-events. Exit if all inputs are deleted.
16141
16142 2000-05-30 Jason Rumney <jasonr@gnu.org>
16143
16144 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16145
16146 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16147 Reenable code to create initial fontsets.
16148 Use set-fontset-font in place of put-charset-property.
16149
16150 2000-05-30 Gerd Moellmann <gerd@gnu.org>
16151
16152 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16153 label, ensure that the first colon isn't followed by another.
16154
16155 * paths.el (Info-default-directory-list): Doc fix.
16156
16157 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16158 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16159 send a query containing USER only, not USER@HOST.
16160
16161 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16162 and rmail-msgend to compute the restriction at the end, instead of
16163 computing it.
16164
16165 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16166
16167 * dabbrev.el (dabbrev-expand): Don't display messages in the
16168 echo area if the minibuffer window is active.
16169
16170 * jit-lock.el (jit-lock-mode): Add after change function to
16171 local hook.
16172
16173 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16174
16175 * antlr-mode.el: New commands: hide/unhide actions,
16176 upcase/downcase literals.
16177 (antlr-tiny-action-length): New user option.
16178 (antlr-hide-actions): New command. Suggested by
16179 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16180 (antlr-mode-map): New binding [C-c C-v].
16181 (antlr-mode-menu): New entries.
16182 (antlr-downcase-literals): New command.
16183 (antlr-upcase-literals): Ditto.
16184
16185 * antlr-mode.el: Minor changes: indendation, mode-name.
16186 (antlr-indent-line): Indent cpp directive at column 0.
16187 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16188
16189 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16190 (antlr-font-lock-additional-keywords): Workaround for intentional
16191 bug in XEmacs version of font-lock.
16192 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16193 be used by a smarter version of `buffers-menu-grouping-function'.
16194
16195 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16196
16197 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16198 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16199
16200 2000-05-29 Kenichi Handa <handa@etl.go.jp>
16201
16202 * international/encoded-kb.el
16203 (encoded-kbd-iso2022-designation-map): Pay attention to that
16204 charset-iso-final-char return -1 for eight-bit-control and
16205 eight-bit-graphic.
16206
16207 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16208
16209 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16210 (speedbar-easymenu-definition-base): Use display-graphic-p where
16211 available, instead of window-system.
16212
16213 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16214
16215 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16216 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16217 coding systems.
16218
16219 2000-05-26 Dave Love <fx@gnu.org>
16220
16221 * disp-table.el (standard-display-underline): Don't use
16222 internal-find-face.
16223
16224 * mail/reporter.el: Maintainer change. Doc fixes.
16225 (reporter-version): Deleted.
16226
16227 * emacs-lisp/elp.el: Maintainer change.
16228 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16229
16230 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16231
16232 * add-log.el (add-change-log-entry): Merge the current entry with the
16233 previous one if the previous one is empty.
16234
16235 2000-05-26 Dave Love <fx@gnu.org>
16236
16237 * loadhist.el (unload-feature): Fix interactive spec [from
16238 lijnzaad@ebi.ac.uk].
16239
16240 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16241 subr-arity to check primitives.
16242 (byte-compile-flush-pending, byte-compile-file-form-progn)
16243 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16244 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16245 mapcar.
16246
16247 2000-05-26 Kenichi Handa <handa@etl.go.jp>
16248
16249 * international/fontset.el: Set family names of non-latin charsets
16250 in default fontset to "*".
16251
16252 * international/mule-diag.el (print-fontset): Combine family part
16253 and registry part of the fontname by "-*-" instead of "-".
16254
16255 * international/mule-cmds.el (encode-coding-char): Make strings
16256 multibyte before calling encode-coding-string.
16257
16258 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16259
16260 * derived.el: Fix keywords.
16261 (define-derived-mode): Only define if needed.
16262
16263 * simple.el (fill-comment, comment-column, comment-start)
16264 (comment-start-skip, comment-end, comment-indent-function)
16265 (block-comment-start, block-comment-end, indent-for-comment)
16266 (set-comment-column, kill-comment, comment-padding, comment-region)
16267 (comment-multi-line, indent-new-comment-line): Remove.
16268
16269 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16270 function names for comment operations.
16271
16272 * newcomment.el: Add abundant autoload cookies.
16273 (comment-style): Don't depend on runtime data at compile-time.
16274 (comment-indent-hook): Remove.
16275 (comment-indent): Check if comment-indent-hook is bound.
16276 (comment-region): Docstring fix.
16277
16278 2000-05-25 Dave Love <fx@gnu.org>
16279
16280 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16281 byte-code-function-p.
16282
16283 * mail/rmailsum.el: Add provide.
16284
16285 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16286
16287 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16288 defcustom.
16289
16290 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16291
16292 * ediff-diff.el (ediff-exec-process): delete --binary option from
16293 non-buffer ediff jobs.
16294
16295 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16296
16297 * hilit-chg.el (highlight-changes-mode): Ask about color or
16298 grayscale support, not about window-system.
16299
16300 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16301 window-system.
16302 (ffap-highlight): Always default to t.
16303
16304 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16305 display-popup-menus-p instead of looking at window-system.
16306
16307 * disp-table.el (standard-display-g1, standard-display-graphic):
16308 Only refuse to use string glyphs on X and MS-Windows.
16309
16310 * avoid.el: Remove window-system from commentary, suggest to use
16311 display-*-p instead.
16312
16313 * apropos.el (apropos-print): Use display-mouse-p instead of
16314 window-system.
16315
16316 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16317
16318 * international/codepage.el (cp-decoding-vector-for-codepage):
16319 Fill up unsupported characters with their own codes. From Kenichi
16320 Handa.
16321
16322 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16323
16324 * international/mule-diag.el (describe-char-after): Use
16325 display-graphic-p instead of window-system, so that this function
16326 works on MS-DOS.
16327
16328 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16329
16330 * international/codepage.el (cp-make-coding-systems-for-codepage):
16331 Remove the eight-bit-graphic and eight-bit-control charsets from
16332 the list of charsets which we convert into `?'.
16333
16334 2000-05-25 Kenichi Handa <handa@etl.go.jp>
16335
16336 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16337 private charsets.
16338 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16339 japanese-jisx0213-2): New charsets.
16340
16341 * international/fontset.el: Setup default fontset for new charsets.
16342
16343 2000-05-24 Dave Love <fx@gnu.org>
16344
16345 * info.el (Info-find-node-2): Restructure [following "Vadim
16346 S. Solomin" <sovs@uic.nnov.ru>].
16347
16348 * icomplete.el: Fix header for Finder.
16349
16350 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16351
16352 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16353 STAY.
16354
16355 * rmail.el (rmail-automatic-folder-directives): New user variable.
16356 (rmail-show-message): Add call to `rmail-auto-file' during
16357 display.
16358 (rmail-auto-file): New function.
16359
16360 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16361
16362 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16363 account.
16364 (ediff-test-utility,ediff-diff-mandatory-option)
16365 (ediff-reset-diff-options): Utilities for proper initialization of
16366 ediff-diff-options and ediff-diff3-options on Windows.
16367
16368 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16369 variable.
16370
16371 * ediff-mult.el (ediff-filegroup-action): Use
16372 ediff-merge-filename-prefix.
16373
16374 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16375
16376 * viper-ex.el (ex-write): Set selective display to nil.
16377
16378 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16379
16380 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16381 aliases for hebrew-iso-8bit.
16382
16383 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16384
16385 * woman.el: New version from Francis J. Wright
16386 <F.J.Wright@Maths.QMW.ac.uk>.
16387 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16388 names in environment variables regardless of the path separator.
16389 (woman-topic-all-completions-1): Don't call file-name-directory-p
16390 on all files, since woman-file-regexp already filters out any
16391 directories.
16392
16393 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16394
16395 * international/quail.el (quail-start-translation): Don't change
16396 modified-p of the current buffer.
16397 (quail-start-conversion): Likewise.
16398
16399 * international/kkc.el (kkc-region): Don't change modified-p of
16400 the current buffer.
16401
16402 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16403 conform to RFC1468.
16404 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16405
16406 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16407
16408 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16409 (speedbar-insert-button): Invisible text property fix.
16410 (speedbar-directory-plus): Renamed from speedbar-directory-+
16411 (speedbar-directory-minus): Renamed from speedbar-directory--
16412 (speedbar-page-plus): Renamed from speedbar-file-+
16413 (speedbar-page-minus): Renamed from speedbar-file--
16414 (speedbar-page): Renamed from speedbar-file-
16415 (speedbar-tag): Renamed from speedbar-tag-
16416 (speedbar-tag-plus): Renamed from speedbar-tag-+
16417 (speedbar-tag-minus): Renamed from speedbar-tag--
16418 (speedbar-expand-image-button-alist): Use above renames.
16419
16420 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16421 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16422 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16423 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16424 * sb-pg.xpm: Renamed from sb-file.xpm
16425 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16426 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16427
16428 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16429
16430 * international/quail.el (quail-show-guidance-buf): Set
16431 current-input-method of the guidance buffer to the name of the
16432 curren input method.
16433
16434 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16435
16436 * progmodes/compile.el (compile-internal): Style typo.
16437
16438 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16439 quote vars and functions in the docstring.
16440
16441 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16442
16443 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16444 Don't quote lambdas.
16445
16446 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16447
16448 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16449
16450 * startup.el (command-line): Determine source file of compiled
16451 user init file differently. Warn if compiled user init file
16452 is older than its source file.
16453
16454 * ffap.el (ffap-url-regexp): Add `https'.
16455
16456 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16457
16458 * files.el (make-backup-file-name-1): Replace slashes with `!'
16459 rather than `|' (which is not allowed on Windows). Replace the
16460 drive letters with a string "drive_X".
16461
16462 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16463
16464 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16465
16466 * files.el (interpreter-mode-alist): Add `bash2'.
16467
16468 2000-05-22 Dave Love <fx@gnu.org>
16469
16470 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16471 mapc.
16472 (feature-file): Avoid calling symbol-name. Doc fix.
16473 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16474 (loadhist-hook-functions): Add mouse-position-function.
16475 (unload-feature): Change uses of mapcar.
16476
16477 * files.el (parse-colon-path): Doc fix.
16478 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16479 (set-auto-mode): Use mapc.
16480
16481 * complete.el (PC-look-for-include-file): Use :alnum: character
16482 class.
16483 (partial-completion-mode): Add autoload cookie.
16484
16485 2000-05-22 Sam Steingold <sds@gnu.org>
16486
16487 * info.el (Info-fontify-node): Fixed the call to
16488 `add-text-properties' (bug introduced on 2000-05-18).
16489
16490 2000-05-22 Dave Love <fx@gnu.org>
16491
16492 * bindings.el: Remove debug-ignored-errors set in other files.
16493
16494 * progmodes/etags.el: Add to debug-ignored-errors.
16495 (visit-tags-table-buffer): Clear out buffers holding old tables
16496 when making a new list.
16497 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16498 mapc.
16499
16500 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16501 quote keywords.
16502 (cmpl-string-case-type): Use character classes.
16503
16504 * comint.el:
16505 * textmodes/ispell.el:
16506 * imenu.el:
16507 * mail/mh-e.el:
16508 * progmodes/compile.el: Add to debug-ignored-errors.
16509
16510 * dabbrev.el: Add to debug-ignored-errors.
16511 (dabbrev-completion): Use mapc.
16512
16513 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16514
16515 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16516 (woman-mapcan, woman-parse-man.conf)
16517 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16518 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16519 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16520 path syntax better.
16521 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16522 (woman-manpath): Call woman-parse-man.conf.
16523 (woman-emulation): New defcustom, defaults to nroff.
16524 (woman-font-support): New defconst.
16525 (woman-use-symbol-font): New defcustom.
16526 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16527 "Emulation".
16528 Many functions: Doc fix.
16529
16530 2000-05-22 Kenichi Handa <handa@etl.go.jp>
16531
16532 * international/quail.el (quail-simple-translation-keymap): Map
16533 128..255 to quail-self-insert-command.
16534 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16535
16536 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16537
16538 * help.el (help-manyarg-func-alist): Typo.
16539
16540 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16541 intervals which makes it heaps simpler.
16542
16543 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16544 the nested comment markers.
16545
16546 * subr.el (remove-hook): Don't turn the hook's value into a list.
16547
16548 2000-05-21 Dave Love <fx@gnu.org>
16549
16550 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16551 are invalid characters.
16552
16553 * international/mule-util.el (detect-coding-with-priority): Use
16554 mapc. Remove redundant lambda.
16555
16556 * international/mule-diag.el (list-non-iso-charset-chars)
16557 (describe-fontset): Remove redundant lambda.
16558
16559 * emulation/crisp.el (brief-mode): New alias.
16560
16561 * emacs-lisp/ring.el (ring-elements): New function.
16562
16563 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16564 (easy-menu-do-add-item): Use keywordp.
16565
16566 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16567
16568 * replace.el: Doc and error message fixes.
16569 (replace-highlight): Use facep, not internal-find-face.
16570
16571 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16572
16573 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16574
16575 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16576 (log-edit-insert-changelog): Drop `:' as well.
16577
16578 * log-view.el: Fix file description.
16579 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16580 available.
16581 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16582 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16583
16584 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16585 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16586 Print a status message if the toggle is called interactively.
16587 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16588 for global minor modes and use `defcustom' for them.
16589 Use add-minor-mode.
16590 (easy-mmode-define-derived-mode): Remove.
16591 (define-derived-mode): Fancier default docstring.
16592 (easy-mmode-define-navigation): Signal an error rather than (ding).
16593
16594 * newcomment.el (comment-styles): New `box-multi'.
16595 (comment-normalize-vars): Better default for comment-continue to
16596 avoid whitespace-only continuations.
16597 (comment-search-forward): Always move even in the no-syntax case.
16598 (comment-padright): Only obey N if it's only obeyed for padleft.
16599 (comment-make-extra-lines): Better handling of empty continuations.
16600 Use `=' for the filler if comment-start has only one character.
16601 (uncomment-region): Try handling the special `=' filler.
16602 (comment-region): Allow LINES even if MULTI is nil.
16603 (comment-box): Choose box style based on comment-style.
16604
16605 2000-05-20 Kenichi Handa <handa@etl.go.jp>
16606
16607 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16608 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16609
16610 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
16611
16612 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16613 and insert, not subst-char-in-region.
16614
16615 * international/mule-diag.el (list-character-sets-1): Handle
16616 charsets eight-bit-control and eight-bit-graphic.
16617 (list-iso-charset-chars): Likewise.
16618 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16619 charactes as is. Use indent-to to align characters.
16620
16621 * international/mule-cmds.el (find-multibyte-characters): Never
16622 exclude charsets eight-bit-control and eight-bit-graphic.
16623
16624 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16625
16626 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16627 Don't quote lambdas.
16628
16629 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16630
16631 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16632
16633 * gud.el (gud-jdb-directories): Doc fix.
16634
16635 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16636
16637 * newcomment.el: New file.
16638
16639 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16640
16641 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16642
16643 2000-05-18 Andreas Schwab <schwab@suse.de>
16644
16645 * dired.el (dired-between-files): Also skip lines beginning with
16646 `used'.
16647
16648 2000-05-18 Gerd Moellmann <gerd@gnu.org>
16649
16650 * msb.el (msb-menu-cond): Add choice `user'.
16651
16652 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16653
16654 * ps-print.el: Compatibility, customization and doc fix.
16655 (ps-printer-name-option): Replace defconst by defvar.
16656 (ps-postscript-code-directory): XEmacs compatibility.
16657 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16658 fix.
16659 (ps-user-defined-prologue, ps-print-prologue-header)
16660 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16661 compatibility and code fix.
16662 (ps-print-background-image, ps-print-background-text):
16663 Customization fix.
16664 (ps-line-number-start, ps-n-up-on): New vars.
16665
16666 2000-05-18 Espen Skoglund <esk@ira.uka.de>
16667
16668 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16669 the indent-comment function to just return the appropriate indent.
16670
16671 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16672
16673 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16674 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16675 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16676
16677 2000-05-18 Dave Love <fx@gnu.org>
16678
16679 * info.el (Info-fontify-node): Add intangible property as well as
16680 invisible.
16681
16682 * calendar/appt.el (appt-make-list): Match all lines of entry.
16683 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16684
16685 2000-05-18 Kenichi Handa <handa@etl.go.jp>
16686
16687 * international/mule-diag.el (describe-char-after): Call
16688 internal-char-font, not char-font. If internal-char-font returns
16689 nil, display "-- none --".
16690
16691 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16692
16693 * image.el (image-type-available-p): Don't reference image-types
16694 if it isn't bound.
16695
16696 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16697
16698 * autoarg.el (autoarg-mode): Typo in the :set argument.
16699
16700 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16701
16702 * startup.el (command-line-1): Don't signal an error if the
16703 directory for auto-save-list files does not yet exist.
16704
16705 2000-05-17 Kenichi Handa <handa@etl.go.jp>
16706
16707 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16708
16709 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16710
16711 * subr.el (remove-hook): `setq' hook-value, not `set'.
16712
16713 2000-05-16 Sam Steingold <sds@gnu.org>
16714
16715 * info.el (debug-ignored-errors): More errors to ignore.
16716
16717 2000-05-16 Dave Love <fx@gnu.org>
16718
16719 * cus-edit.el: Don't require cl or easymenu.
16720 (custom-variable-prompt): Test standard-value property, not
16721 user-variable-p.
16722
16723 2000-05-16 Sam Steingold <sds@gnu.org>
16724
16725 * subr.el (add-hook): `setq' hook-value, not `set'.
16726
16727 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16728
16729 * startup.el (command-line-1): Mention the FAQ in the startup
16730 message.
16731
16732 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16733
16734 * progmodes/compile.el (compilation-parse-errors): Collect
16735 `nomessage' regexps last.
16736
16737 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16738
16739 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16740 to the function name.
16741
16742 2000-05-15 Dave Love <fx@gnu.org>
16743
16744 * speedbar.el (speedbar-recenter): Typo.
16745 (speedbar-expand-line): Make arg optional.
16746 (speedbar-mode): Avoid a compiler warning.
16747
16748 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16749
16750 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16751 user-specified option string is empty.
16752
16753 * mouse.el (mouse-yank-at-click): Doc fix.
16754
16755 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16756
16757 * term/internal.el (IT-character-translations): More updates of
16758 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16759 documents.
16760
16761 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16762
16763 * env.el (getenv): New function, interactively callable.
16764 (setenv, getenv): Remove autoload cookies.
16765
16766 * loadup.el: Load `env'.
16767
16768 * progmodes/f90.el: Change author's mail address.
16769
16770 2000-05-14 Dave Love <fx@gnu.org>
16771
16772 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16773 goto-addr as an option.
16774
16775 * help.el (help-xref-stack): Doc fix.
16776 (help-xref-following): New variable.
16777 (help-make-xrefs): Use it.
16778 (help-xref-go-back): Use position information from stack element.
16779 (help-follow): Make position in stack element a pair. Use
16780 help-xref-following.
16781
16782 * autoarg.el: New file.
16783
16784 * faces.el: Declare more functions obsolete.
16785
16786 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16787 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16788 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16789 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16790 Remove all the setup-...-environment functions.
16791
16792 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16793
16794 * speedbar.el: Updated the commentary section. xemacs20p now uses
16795 >= when detecting. Require `defimage' safely.
16796 (speedbar-easymenu-definition-base): Add toggle for images.
16797 (speedbar-easymenu-definition-special): Add flush cache & expand.
16798 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16799 (speedbar-reconfigure-keymaps-hook): New variable.
16800 (speedbar-frame-parameters): Updated documentation.
16801 (speedbar-use-imenu-flag): Updated custom tag
16802 (speedbar-dynamic-tags-function-list): New variable.
16803 (speedbar-tag-hierarchy-method): Updated doc & custom.
16804 (speedbar-indentation-width, speedbar-indentation-width) New
16805 variables.
16806 (speedbar-hide-button-brackets-flag): Customizable.
16807 (speedbar-vc-indicator): Doc update.
16808 (speedbar-ignored-path-expressions): Updated default value.
16809 (speedbar-supported-extension-expressions): Updated default value.
16810 (speedbar-syntax-table): Remove {} paren status.
16811 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16812 as "+". Added overlay aliases.
16813 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16814 `force-mode-line-update'.
16815 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16816 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16817 `mouse-set-point'
16818 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16819 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16820 of arbitrary text, and new helper functions.
16821 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16822 filename finder.
16823 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16824 (speedbar-directory-buttons): Update path search/expansion.
16825 (speedbar-make-tag-line): Pay attention to
16826 `speedbar-indentation-width'. Use more care w/ invisible
16827 properties.
16828 (speedbar-change-expand-button-char): Call
16829 `speedbar-insert-image-button-maybe'.
16830 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16831 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16832 (speedbar-trim-words-tag-hierarchy)
16833 (speedbar-simple-group-tag-hierarchy): New functions
16834 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16835 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16836 functions.
16837 (speedbar-mouse-set-point): New function
16838 (speedbar-power-click): Updated documentation.
16839 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16840 of tag prefix text.
16841 (speedbar-expand-line, speedbar-contract-line): Make more robust
16842 to strange text.
16843 (speedbar-expand-line): Takes universal argument to flush the
16844 cache.
16845 (speedbar-flush-expand-line): New function.
16846 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16847 Use new generator insertion method.
16848 (speedbar-fetch-dynamic-tags): New function.
16849 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16850 `speedbar-fetch-dynamic-imenu'.
16851 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16852 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16853 "Revert Buffer" menu items.
16854 (speedbar-buffer-buttons-engine): Be smarter when creating a
16855 filename tag (for expansion purposes.).
16856 (speedbar-highlight-one-tag-line,
16857 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16858 (speedbar-recenter): New functions.
16859 (defimage-speedbar): Image loading abstraction.
16860 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16861 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16862 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16863 (speedbar-tag-type, speedbar-tag-mail): New images.
16864 (speedbar-expand-image-button-alist): New variable.
16865 (speedbar-insert-image-button-maybe): Insert an image over some
16866 buttons.
16867
16868 2000-05-13 Kenichi Handa <handa@etl.go.jp>
16869
16870 * international/mule-cmds.el (encode-coding-char): An ASCII
16871 character is always encodable.
16872
16873 * international/mule-conf.el: Add more information in descriptions
16874 of character sets.
16875
16876 * international/mule-diag.el (describe-char-after): New function.
16877 (describe-font-internal): Adjusted for the change of font-info.
16878 (describe-font): Likewise.
16879 (print-fontset): Rewritten for the new fontset implementation.
16880 (describe-fontset): Include fontset alias names in completion.
16881 (list-fontsets): Adjusted for the change of print-fontset.
16882
16883 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16884 describe-char-after instead of displaying the detail in the echo
16885 area.
16886 (syntax-code-table): Format changed.
16887 (string-to-syntax): Adjusted for the above change.
16888
16889 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16890
16891 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16892
16893 2000-05-12 Dave Love <fx@gnu.org>
16894
16895 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16896 dependence. Use line-{beginning,end}-position, not
16897 point-at{b,e}ol. Some doc fixes.
16898 (todo-position): New function. Fix callers of position to use it.
16899 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16900
16901 2000-05-12 Gerd Moellmann <gerd@gnu.org>
16902
16903 * time.el (display-time-mail-icon): Use `:ascent center'.
16904
16905 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16906 handling FTP security extensions.
16907
16908 2000-05-11 Dave Love <fx@gnu.org>
16909
16910 * calendar/todo-mode.el: New file.
16911
16912 2000-05-11 Gerd Moellmann <gerd@gnu.org>
16913
16914 * comint.el (comint-read-input-ring): Move reference to
16915 comint-input-ring-size outside of the save-excursion. It was
16916 causing the default value to be the only one ever seen.
16917
16918 * font-lock.el: Update copyright. Remove Simon Marshall's email
16919 address on request from him.
16920
16921 * subr.el (substitute-key-definition): Add comment describing
16922 the meaning of PREFIX.
16923
16924 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16925
16926 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16927
16928 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16929 (add-minor-mode): Don't make the variable buffer-local and add a
16930 reference to define-minor-mode in the docstring.
16931
16932 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16933 HEADER/FOOTER and fix bug with trailing empty directory.
16934 (cvs-append-to-ignore): Use vc-editable-p if available.
16935 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16936 (vc-do-command): Tweak advice to handle the new VC.
16937
16938 * log-view.el (log-view-goto-rev): New function for the new VC.
16939 (log-view-minor-wrap): Use mark-active.
16940
16941 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16942 (log-edit-changelog-full-paragraphs): New var.
16943 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16944 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16945 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16946 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16947 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16948 Replace the `cvs' prefix with `log-edit'.
16949
16950 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16951
16952 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16953 (diff-font-lock-defaults): Explicitly turn off multiline.
16954 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16955 (diff-ediff-patch): Fix call to ediff-patch-file.
16956 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16957 Handle comments.
16958
16959 * frame.el (automatic-hscrolling): Typo.
16960
16961 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16962
16963 2000-05-09 Sam Steingold <sds@goems.com>
16964
16965 * apropos.el (apropos-print): use `describe-face' instead of
16966 `customize-face-other-window'.
16967
16968 2000-05-09 Dave Love <fx@gnu.org>
16969
16970 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16971
16972 * help.el (describe-variable): Have customize button pop the
16973 help-xref stack when invoked.
16974 (help-xref-symbol-regexp): Add `face'.
16975 (help-make-xrefs): Check for quoted face names and adapt regexp
16976 submatch numbers to cope.
16977 (help-xref-interned): Maybe insert face doc too. Separate
16978 sections with a line of hyphens.
16979
16980 * faces.el: Some doc fixes. Declare some functions obsolete.
16981 (describe-face): Add customize button. Return the help
16982 text. Fix prompt.
16983
16984 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16985
16986 * term/internal.el (IT-character-translations): Fix last change.
16987
16988 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16989
16990 * woman.el: New file
16991 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16992
16993 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16994
16995 * term/internal.el (IT-character-translations): Update ASCII
16996 simulations for greek-iso8859-7, add latin-iso8859-14 and
16997 latin-iso8859-15.
16998
16999 * international/mule-cmds.el (set-language-info-alist): Call
17000 define-prefix-command with 3 arguments, to make the map suitable
17001 for a menu.
17002
17003 2000-05-07 Dave Love <fx@gnu.org>
17004
17005 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17006
17007 2000-05-05 Dave Love <fx@gnu.org>
17008
17009 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17010 list in doc string. Don't quote keyword symbols.
17011 * emacs-lisp/cl.el: Likewise
17012 * emacs-lisp/cl-seq.el: Likewise
17013
17014 2000-05-05 Gerd Moellmann <gerd@gnu.org>
17015
17016 * abbrev.el (abbrev-mode): Make ARG optional.
17017
17018 2000-05-04 Gerd Moellmann <gerd@gnu.org>
17019
17020 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17021
17022 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17023
17024 * subr.el (substitute-key-definition): Clarify documentation.
17025
17026 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
17027
17028 * glasses.el (glasses-convert-to-unreadable): Use
17029 `glasses-separator' instead of the hard-wired "_".
17030 (glasses-mode): Call `glasses-make-unreadable' only in a single
17031 place.
17032
17033 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17034
17035 * term/internal.el (cjk-codepages-alist): Add associations for
17036 Chinese and Korean codepages. Remove FIXME comment.
17037
17038 2000-05-03 Dave Love <fx@gnu.org>
17039
17040 * time.el (display-time-mail-face, display-time-use-mail-icon):
17041 New option.
17042 (display-time-mail-icon): New variable.
17043 (display-time-string-forms): Use the above. Fix the local-map.
17044
17045 2000-05-03 Gerd Moellmann <gerd@gnu.org>
17046
17047 * replace.el (query-replace-map): Add binding for `E'.
17048 (query-replace-help): Extend help text.
17049 (perform-replace): Allow editing the replacement string.
17050
17051 * make-mode.el (makefile-mode-abbrev-table): New variable.
17052 (makefile-mode): Set local abbrev table to
17053 makefile-mode-abbrev-table.
17054 (makefile-font-lock-keywords): Fontify includes and conditionals.
17055
17056 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17057 set TOGGLE's value.
17058
17059 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17060 mail-interactive-insert-alias.
17061 (mail-abbrev-complete-alias): New command.
17062 (mail-mode-map): Bind it to `M-TAB'.
17063
17064 2000-05-03 Kenichi Handa <handa@etl.go.jp>
17065
17066 * language/lao-util.el (lao-compose-region): New function.
17067
17068 2000-05-02 Gerd Moellmann <gerd@gnu.org>
17069
17070 * files.el (recover-session): Make directories as necessary
17071 if they don't exist yet.
17072
17073 * calendar/cal-french.el
17074 (french-calendar-multibyte-special-days-array)
17075 (french-calendar-special-days-array): Change French text.
17076 (calendar-french-date-string): Change output.
17077 (calendar-goto-french-date): Likewise.
17078
17079 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17080
17081 * wid-edit.el (widget-default-active): Obey `:always-active'.
17082 (widget-documentation-string-value-create): Set `:always-active'.
17083
17084 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17085
17086 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17087 default prefix to `~/_emacs.d/auto-save.list/_s'.
17088 (normal-top-level): Create the directory for auto-save files, if
17089 it doesn't already exist (in the ms-dos case only).
17090
17091 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17092
17093 * international/mule-cmds.el (set-language-environment): Don't
17094 concat an integer (dos-codepage), use format instead.
17095
17096 2000-05-02 Dave Love <fx@gnu.org>
17097
17098 * help.el (help-xref-on-pp): Check for constant symbols.
17099
17100 2000-04-29 Gerd Moellmann <gerd@gnu.org>
17101
17102 * startup.el (normal-top-level): Put a condition-case around
17103 the code loading subdirs.el.
17104
17105 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17106
17107 * ps-print.el: Upside-down and face background color printing,
17108 line number step, doc fix.
17109 (ps-print-version): New version number (5.2).
17110 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17111 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17112 (ps-spool-config): Var fix.
17113 (ps-printer-name-option): Const fix.
17114 (ps-print-upside-down, ps-use-face-background)
17115 (ps-line-number-step): New vars.
17116 (ps-window-system, ps-lp-system): New consts.
17117 (ps-face-background): New fun.
17118
17119 2000-04-28 Richard Stallman <rms@gnu.org>
17120
17121 * files.el (make-auto-save-file-name):
17122 Apply auto-save-file-name-transforms to visited file name
17123 before generating auto save file name.
17124 (auto-save-file-name-transforms): New variable.
17125
17126 * files.el (backup-enable-predicate):
17127 Correctly test for a file under a temporary directory.
17128
17129 2000-04-28 Gerd Moellmann <gerd@gnu.org>
17130
17131 * subr.el (add-minor-mode): Rewritten.
17132
17133 2000-04-28 Kenichi Handa <handa@etl.go.jp>
17134
17135 * mail/sendmail.el (sendmail-send-it): Set
17136 buffer-file-coding-system to the selected coding system for MIME
17137 header.
17138
17139 2000-04-27 Gerd Moellmann <gerd@gnu.org>
17140
17141 * dired.el (dired-move-to-filename-regexp): Allow format where
17142 YYYY is followed by two spaces.
17143
17144 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17145 in the second character class of the regexp.
17146
17147 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17148 mh-etc, too.
17149
17150 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17151 nil.
17152
17153 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17154
17155 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17156 argument.
17157
17158 2000-04-27 Sen Nagata <sen@eccosys.com>
17159
17160 * emacs-lisp/crm.el (crm-completion-table): New variable.
17161 (crm-collection-fn, crm-test-completion)
17162 (completing-read-multiple): Use it.
17163
17164 2000-04-27 Dave Love <fx@gnu.org>
17165
17166 * help.el (locate-library): Use mapc.
17167 (help-manyarg-func-alist): Add call-process-region.
17168
17169 2000-04-26 Gerd Moellmann <gerd@gnu.org>
17170
17171 * subr.el (add-minor-mode): Make argument MAP optional.
17172
17173 * desktop.el (desktop-save): Save list of minor modes.
17174 (desktop-create-buffer): Restore minor modes.
17175 (desktop-minor-mode-table): New user-option.
17176
17177 * subr.el (add-minor-mode): New function.
17178
17179 * image.el (find-image): New function.
17180 (defimage): Rewritten to find image at load time.
17181
17182 * startup.el (normal-top-level-add-to-load-path): Handle
17183 case that the default directory is not in load-path.
17184
17185 * help.el: Old patch from Stefan Monnier.
17186 (help-xref-on-pp): New function.
17187 (describe-variable): Use it to display xrefs in a symbol's value.
17188
17189 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17190
17191 * cus-edit.el (custom-face): Fix parenthesis.
17192
17193 2000-04-26 Kenichi Handa <handa@etl.go.jp>
17194
17195 * mail/rmail.el (rmail-expunge): When there are no deleted
17196 messages, do nothing.
17197
17198 2000-04-26 Dave Love <fx@gnu.org>
17199
17200 * international/mule-cmds.el (locale-translation-file-name):
17201 Defvar to nil.
17202 (set-locale-environment): Set it here (at runtime).
17203
17204 2000-04-25 Gerd Moellmann <gerd@gnu.org>
17205
17206 * replace.el (perform-replace): Add parameters START and END. Use
17207 them instead of the check for a region in Transient Mark mode.
17208 (query-replace-read-args): Return two more list elements for the
17209 start and end of the region in Transient Mark mode.
17210 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17211 (map-query-replace-regexp, replace-string, replace-regexp): Add
17212 optional last arguments START and END and pass them to
17213 perform-replace.
17214
17215 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17216 form with additional arguments for perform-replace.
17217
17218 * progmodes/etags.el (tags-query-replace): Add parameters START
17219 and END. Construct a form with additional arguments for
17220 perform-replace.
17221
17222 * simple.el (shell-command): Set default directory for "*Shell
17223 Command Output" buffer.
17224
17225 * language/european.el (iso-latin-4): Fix typo.
17226
17227 * emacs-lisp/crm.el: New file.
17228
17229 2000-04-24 Dave Love <fx@gnu.org>
17230
17231 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17232 (Custom-reset-saved, Custom-reset-standard)
17233 (custom-group-value-create, custom-group-set, custom-group-save)
17234 (custom-group-reset-current, custom-group-reset-saved)
17235 (custom-group-reset-standard): Use mapc.
17236 (custom-buffer-create-internal): Disable undo when creating items.
17237 Use mapc.
17238 (custom-face): Avoid redundant lambda.
17239
17240 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17241
17242 * startup.el (auto-save-list-file-prefix): Set default to
17243 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17244
17245 2000-04-24 Sam Steingold <sds@gnu.org>
17246
17247 * time-stamp.el (time-stamp-string-preprocess): Always convert
17248 `field-result' to a string.
17249
17250 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17251
17252 * frame.el (scrolling): New group.
17253 (automatic-hscrolling): New user-option.
17254
17255 * startup.el (command-line-x-option-alist): Add `-lsp' and
17256 `--line-spacing'.
17257
17258 2000-04-19 Dave Love <fx@gnu.org>
17259
17260 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17261 (cl-mapc): Rename from mapc. Fix the funcall.
17262
17263 2000-04-19 Gerd Moellmann <gerd@gnu.org>
17264
17265 * simple.el (clone-indirect-buffer-other-window): New command.
17266 (clone-indirect-buffer): Add optional arg NORECROD.
17267 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17268
17269 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17270
17271 * window.el (count-screen-lines): New function.
17272 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17273 instead of window-buffer-height.
17274
17275 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17276 non-existing variable comint-input-sentinel.
17277 (inferior-lisp-args-to-list): Removed.
17278 (inferior-lisp): Use split-string instead of
17279 inferior-lisp-args-to-list.
17280
17281 * hexl.el (hexl-insert-hex-string): New command.
17282
17283 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17284 instead of concat.
17285
17286 2000-04-18 Gerd Moellmann <gerd@gnu.org>
17287
17288 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17289 at the start of an existing but empty folder.
17290
17291 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17292
17293 * ps-mule.el: Customization fix, doc fix.
17294 (ps-multibyte-buffer): Customization fix.
17295
17296 2000-04-17 Richard M. Stallman <rms@gnu.org>
17297
17298 * subr.el (read-passwd): Use read-char-exclusive.
17299
17300 2000-04-17 Gerd Moellmann <gerd@gnu.org>
17301
17302 * textmodes/texinfo.el (texinfo-insert-@email)
17303 (texinfo-insert-@emph, texinfo-insert-@quotation)
17304 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17305 (texinfo-mode-map): Add key bindings for them.
17306
17307 * files.el (basic-save-buffer-2): Use a template with `$'
17308 instead of `#' for VMS.
17309
17310 * simple.el (clone-indirect-buffer): New function.
17311
17312 2000-04-16 Stephen Eglen <stephen@gnu.org>
17313
17314 * iswitchb.el (iswitchb-case): New function. If the user input
17315 contains any upper-case characters, the search is made
17316 case-sensitive.
17317
17318 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17319
17320 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17321 comment-end.
17322 (texinfo-font-lock-syntactic-keywords): New var.
17323 (texinfo-font-lock-keywords): Remove comment regexp.
17324 (texinfo-insert-block): New function.
17325 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17326 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17327 and font-lock-defaults. Use regexp-opt for outline-regexp.
17328 (texinfo-environments): New var.
17329 (texinfo-environment-regexp): Use regexp-opt and
17330 texinfo-environments.
17331
17332 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17333 ispell-process is bound since this might be eval'd before ispell
17334 is loaded.
17335 (ispell-message): Use a tiny bit less magic and a bit more hard
17336 data to figure out what kind of sc-cite-regexp to use.
17337
17338 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17339
17340 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17341 (insert-cyclic-diary-entry): Unquote the lambda.
17342
17343 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17344
17345 * files.el (backup-enable-predicate): Unquote the lambda.
17346
17347 * cus-edit.el (custom-face, face): Unquote the lambda.
17348
17349 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17350
17351 * ps-print.el: Check for line-beginning-position definition.
17352
17353 * ps-print.el: Fix counting lines in a region.
17354 (ps-print-version): New version number (5.1.5).
17355 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17356 (ps-printing-region): Fun code fix.
17357
17358 2000-04-15 Gerd Moellmann <gerd@gnu.org>
17359
17360 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17361 to file-directory-p.
17362
17363 2000-04-14 Gerd Moellmann <gerd@gnu.org>
17364
17365 * gud.el (gud-jdb-build-source-files-list): Check that directory
17366 exists before calling directory-files.
17367
17368 2000-04-13 Dave Love <fx@gnu.org>
17369
17370 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17371 syntax.
17372
17373 * emacs-lisp/cl-specs.el: Remove when, unless.
17374
17375 * emacs-lisp/cl-extra.el: Don't quote keywords.
17376 (cl-old-mapc): New variable.
17377 (mapc): Use it.
17378 (cl-map-intervals): Use with-current-buffer. Don't check for
17379 next-property-change.
17380 (cl-map-overlays): Use with-current-buffer.
17381 (cl-expt): Remove.
17382 (copy-tree, remprop): Define unconditionally.
17383
17384 * emacs-lisp/cl-compat.el (keywordp): Remove.
17385
17386 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17387 to use keywordp.
17388 (edebug-spec): Enable keywordp.
17389
17390 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17391 string-lessp.
17392
17393 * cus-start.el: Use keywordp.
17394
17395 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17396
17397 * diary-lib.el (include-other-diary-files): Fix the fix of
17398 2000-02-18 by doing a save-excursion.
17399
17400 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17401
17402 * ps-print.el: Customization fix, doc fix.
17403 (ps-print-version): New version number (5.1.4).
17404 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17405 (ps-print-preprint): Adjust code.
17406 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17407 (ps-print-prologue-header, ps-print-control-characters)
17408 (ps-spool-config): Customization fix.
17409
17410 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17411
17412 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17413 converted to the new menu-item format, names silightly changed,
17414 help strings added.
17415
17416 Support for spelling without async subprocesses:
17417
17418 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17419 (ispell-session-buffer): New variables.
17420 (ispell-start-process, ispell-process-status,
17421 ispell-accept-output, ispell-send-string): New functions, for
17422 Ispell invocation when async subprocesses aren't supported.
17423 (ispell-word, ispell-pdict-save, ispell-command-loop,
17424 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17425 to process-send-string with calls to ispell-send-string, and
17426 accept-process-output with ispell-accept-output.
17427 (ispell-init-process): Call ispell-process-status instead of
17428 process-status with.
17429 (ispell-init-process): Call ispell-start-process. Call
17430 ispell-accept-output and ispell-send-string. Don't call
17431 process-kill-without-query and kill-process if they are unbound.
17432 (ispell-async-processp): New function.
17433
17434 2000-04-12 Dave Love <fx@gnu.org>
17435
17436 * info.el: Add debug-ignored-errors.
17437 (Info-mode-menu): Add some items.
17438 (Info-directory): Add autoload cookie.
17439
17440 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17441 Modify `truncate-lines'. Make `describe-language-environment'
17442 always visible and add help. Modify `describe-key' help. Invoke
17443 Info-directory from `info'. New entry `emacs-manual'.
17444
17445 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17446
17447 * progmodes/ebrowse.el (ebrowse-tree-mode):
17448 Use propertized-buffer-identification.
17449 (ebrowse-update-member-buffer-mode-line): Likewise.
17450 (ebrowse--mode-strings): Removed.
17451 (ebrowse--mode-line-props): Removed.
17452
17453 * files.el (auto-mode-alist): Add `EBROWSE'.
17454
17455 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17456 space before testing for end of buffer.
17457 (ebrowse-load): Removed.
17458 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17459 (ebrowse-create-tree-buffer): Rewritten.
17460 (ebrowse-tree-mode): Read tree from buffer.
17461
17462 * progmodes/ebrowse-ffh.el: Removed.
17463
17464 2000-04-10 Kenichi Handa <handa@etl.go.jp>
17465
17466 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17467
17468 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17469
17470 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17471 at the wrong place.
17472
17473 2000-04-09 Dave Love <fx@gnu.org>
17474
17475 * files.el (backup-enable-predicate):
17476 Use temporary-file-directory, small-temporary-file-directory.
17477 (make-backup-file-name-function, backup-directory-alist): New vars.
17478 (make-backup-file-name-1): New function.
17479 (make-backup-file-name): Use it.
17480 (find-backup-file-name): Likewise. Use format for clarity, not concat.
17481 (file-newest-backup): Use make-backup-file-name.
17482
17483 2000-04-09 Gerd Moellmann <gerd@gnu.org>
17484
17485 * progmodes/ebrowse-ffh.el: New file.
17486
17487 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17488 Moved to ebrowse-ffh.el.
17489 (ebrowse-load): Add autoload.
17490
17491 * finder.el (finder-commentary): Add autoload cookie.
17492
17493 * mail/rfc2368.el: Correct author's email address.
17494
17495 * progmodes/ebrowse.el: New file.
17496
17497 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17498 item help string.
17499 (easy-menu-do-add-item): Ditto.
17500 (easy-menu-define): Extend doc string.
17501
17502 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17503 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17504 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17505 with-buffer-unmodified.
17506
17507 2000-04-08 Dave Love <fx@gnu.org>
17508
17509 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17510 unless, when.
17511
17512 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17513
17514 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17515 (viper-flash-search-pattern): No operation when using Emacs
17516 doesn't support face.
17517 Use `viper-put-on-search-overlay'.
17518
17519 2000-04-04 Gerd Moellmann <gerd@gnu.org>
17520
17521 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17522 like C-r.
17523
17524 * progmodes/make-mode.el: Some doc fixes.
17525 (makefile-mode-abbrev-table): New variable.
17526 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17527 (makefile-font-lock-keywords): Fontify includes and conditionals.
17528 (toplevel): Require `dabbrev' and `add-log' when compiling.
17529
17530 * replace.el (perform-replace): Don't move forward one char
17531 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17532 to do that because it leaves point 1 position after the last
17533 replacement, after everything has been replaced.
17534
17535 * jit-lock.el (with-buffer-unmodified): New macro.
17536 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17537 modified state.
17538 (jit-lock-function-1): Extracted from jit-lock-function; not
17539 preserving buffer's modified state.
17540 (jit-lock-function, jit-lock-stealth-fontify):
17541 Call jit-lock-function-1.
17542
17543 * mail/rfc2368.el: Remove supernumerary copyright line.
17544
17545 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
17546
17547 * glasses.el: Provide facilities for inserting space before left
17548 parentheses and uncapitalization of identifiers.
17549 (glasses-mode): Try to remove old overlays in all cases.
17550
17551 2000-04-03 Gerd Moellmann <gerd@gnu.org>
17552
17553 * progmodes/compile.el (compile-internal): Display the compilation
17554 buffer in a different frame, if it's already displayed there.
17555
17556 * mail/rfc2368.el: New file.
17557
17558 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17559 header and insert its value as mail body.
17560
17561 * subr.el (member-ignore-case): New function.
17562
17563 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17564 (dabbrev--find-expansion): Ignore buffers matching a regexp
17565 from dabbrev-ignored-regexps.
17566
17567 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17568 to extensions handled by gzip.
17569
17570 2000-04-03 Richard M. Stallman <rms@gnu.org>
17571
17572 * files.el (insert-directory): List the total free space
17573 along with the used space.
17574
17575 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17576 line is followed by one that matches CITATION-REGEXP, end the
17577 paragraph.
17578
17579 2000-04-03 Markus Rost <rost@delysid.gnu.org>
17580
17581 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17582 (rmail-make-basic-summary-line): Use that option.
17583
17584 2000-04-03 Kenichi Handa <handa@etl.go.jp>
17585
17586 * international/mule-cmds.el (encoded-string-description):
17587 Rewritten. Try pretty description for ISO 2022 escape sequences
17588 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17589 for hexadecimal format.
17590
17591 2000-04-01 Dave Love <fx@gnu.org>
17592
17593 * cpp.el: Change customization group to `c' from `C'.
17594
17595 * vcursor.el (vcursor-move): Use display-color-p.
17596
17597 * international/mule-util.el: Provide mule-utils.
17598 (string-to-sequence): Simplify and speed up.
17599
17600 * international/mule.el (make-coding-system): Purecopy doc-string.
17601
17602 * international/mule-cmds.el: Various menu changes.
17603 (describe-specified-language-support): Handle `Default'.
17604 (set-language-info): Purecopy `info'.
17605
17606 2000-03-31 Andrew Innes <andrewi@gnu.org>
17607
17608 * vc.el (vc-backend-diff): Return the correct status if we had to
17609 retry the rcsdiff command without the --brief option.
17610
17611 2000-03-31 Dave Love <fx@gnu.org>
17612
17613 * help.el (help-manyarg-func-alist): Correct several omissions.
17614
17615 * add-log.el: Don't require cl, fortran.
17616 (add-log-current-defun-function): Doc fix.
17617 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
17618 (change-log-version-rcs): Function deleted.
17619 (change-log-version-number-search): Doc fix.
17620 Use vc-workfile-version. Avoid CL dolist.
17621 (add-change-log-entry): Just call add-log-current-defun to get
17622 defun. Simplify somewhat.
17623 (change-log-get-method-definition-1): Likewise.
17624 (add-log-current-defun): Return nil if calling
17625 add-log-current-defun-function does so. Move Fortran stuff to
17626 fortran.el. Return string without properties.
17627
17628 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17629 and :alpha: char classes.
17630
17631 * mail/supercite.el: Defvar curline when compiling.
17632 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17633 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17634 rather than a-zA-Z0-9 to allow non-ASCII characters.
17635
17636 2000-03-31 Gerd Moellmann <gerd@gnu.org>
17637
17638 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17639
17640 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17641 Re-enable new code.
17642
17643 * lpr.el (print-region-1): Use -d to specify printer name for
17644 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17645
17646 2000-03-31 Dave Love <fx@gnu.org>
17647
17648 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17649 Look for function definition in symbol's function value slot first
17650 instead of first consulting byte-compile-function-environment.
17651
17652 2000-03-31 Kenichi Handa <handa@etl.go.jp>
17653
17654 * language/european.el ("Polish"): New language environment.
17655 (setup-polish-environment): New function.
17656
17657 2000-03-30 Gerd Moellmann <gerd@gnu.org>
17658
17659 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17660 Disable new code.
17661
17662 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17663 trying to `load' the symbol of an autoload instead of the file
17664 recorded in the autoload. Fix error messages.
17665
17666 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17667
17668 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17669 (ps-print-version): New version number (5.1.3).
17670 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17671 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17672 (ps-generate-postscript-with-faces): Code fix.
17673 (ps-color-values): XEmacs compatibility.
17674 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17675 (ps-default-fg, ps-default-bg): Adjust customization.
17676 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17677 (ps-color-scale): Renaming old ps-color-value fun.
17678 (ps-print-headers): Replace ps-print-header group to avoid conflict
17679 with ps-print-header variable.
17680 (ps-print-miscellany): New group.
17681 (ps-format-color, ps-rgb-color): New funs.
17682 (ps-default-foreground): New var.
17683 (ps-printer-name-option): New const.
17684
17685 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17686
17687 * net/net-utils.el:
17688 (network-connection-host, network-connection-service): New variables
17689 (network-connection-mode): New mode, derived from comint-mode
17690 (network-connection-mode-setup): New function, saves host and
17691 service information in local variables.
17692
17693 * lisp/locate.el:
17694 (locate-word-at-point): Added this function
17695 (locate): Default to using locate-word-at-point as input
17696 Run dired-mode-hook
17697
17698 2000-03-29 Dave Love <fx@gnu.org>
17699
17700 * calendar/appt.el: Doc fixes.
17701 (appt-check): Convert min-to-app to a string before passing to
17702 appt-disp-window-function or concat.
17703 (appt-delete-window): Remove test for frame-root-window.
17704 (appt-select-lowest-window, appt-convert-time): Simplify.
17705
17706 * emacs-lisp/bytecomp.el: Doc fixes.
17707 (byte-compile-file-form-autoload):
17708 Update byte-compile-function-environment.
17709
17710 2000-03-29 Andreas Schwab <schwab@suse.de>
17711
17712 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17713
17714 * dired.el (dired-insert-directory): If dired-free-space-program
17715 failed just delete its output.
17716
17717 2000-03-29 Dave Love <fx@gnu.org>
17718
17719 * international/iso-cvt.el: Move provide to end. Doc fixes.
17720 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17721 (iso-iso2sgml, iso-sgml2iso): New functions.
17722 (iso-cvt-define-menu): Fix some entries and use backquote for
17723 clarity.
17724
17725 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17726
17727 2000-03-28 Gerd Moellmann <gerd@gnu.org>
17728
17729 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17730 ISO-DATE. If non-nil, return date in ISO 8601 format.
17731
17732 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17733
17734 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17735 if it ever becomes used.
17736 (log-edit-mode-hook): Default to vc-log-mode-hook.
17737 (log-edit-mode): Fix the docstring.
17738
17739 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17740 the code.
17741
17742 2000-03-26 Dave Love <fx@gnu.org>
17743
17744 * net/browse-url.el (browse-url): Re-fix case of
17745 browse-url-browser-function being an alist.
17746 (browse-url): Add :link to defgroup.
17747
17748 * files.el: Doc fixes.
17749 (file-truename): Include `[' in wildcard characters.
17750 (automount-dir-prefix): Customize.
17751 (find-file-wildcards): Add :version.
17752 (find-file-noselect): Simplify a mapcar call.
17753
17754 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17755 compatible with inf-lisp version.
17756 (eval-defun-1): Fix custom-declare-variable case.
17757
17758 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17759
17760 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17761
17762 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17763
17764 * Makefile (COMPILE_FIRST): New macro.
17765 (compile-files): Compile files from COMPILE_FIRST first.
17766
17767 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17768
17769 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17770 matching open parenthesis in column 0 to defun-prompt-regexp
17771 only if open-paren-in-column-0-is-defun-start is set.
17772
17773 * sun-curs.el: Require CL at compile-time only.
17774
17775 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17776 instead of copy-list which is a function from CL.
17777 (msb--choose-menu, msb--mode-menu-cond)
17778 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17779 (msb--init-file-alist): Use mapcar instead of mapcan.
17780 (msb--aggregate-alist): Use mapcar instead of mapcan.
17781 Fix `(' in column 0 in doc string.
17782 (msb--add-separators): Use mapcar instead of mapcan.
17783
17784 * cus-dep.el: Require CL at compile-time only.
17785
17786 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17787
17788 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17789 (byte-compile-warnings): New warning `noruntime'.
17790 (byte-compile-constants, byte-compile-variables): Fix docstring.
17791 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17792 execute `eval-whenc-compile's body.
17793 (byte-compile-unresolved-functions): Fix docstring.
17794 (byte-compile-eval): New function.
17795 (byte-compile-callargs-warn): Check if the function will be available
17796 at runtime (via property `byte-compile-noruntime').
17797 (byte-compile-print-syms): New function.
17798 (byte-compile-warn-about-unresolved-functions): Also warn about
17799 `noruntime' functions (and use `byte-compile-print-syms').
17800 (byte-compile-file): Capitalize the message.
17801
17802 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17803
17804 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17805 (rmail-expunge): Ask for confirmation depending on the setting
17806 of rmail-confirm-expunge.
17807
17808 2000-03-23 Gerd Moellmann <gerd@gnu.org>
17809
17810 * Makefile (bootstrap-clean): If $(emacs) exists, build
17811 loaddefs.el first. A loaddefs.el that's not up-to-date might
17812 cause a bootstrap failure because things don't autoload as expected.
17813
17814 2000-03-23 Dave Love <fx@gnu.org>
17815
17816 * net/browse-url.el: Restore previous use of
17817 browse-url-maybe-new-window.
17818
17819 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17820
17821 * ps-print.el: Skip banner page fix.
17822 (ps-print-version): New version number (5.1.2).
17823 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17824
17825 2000-03-23 Dave Pearson <davep@davep.org>
17826
17827 * net/quickurl.el Changed the type of parameter passed to the
17828 function defined by `quickurl-format-function'. Before only the
17829 text of the URL was passed. Now the whole URL structure is passed
17830 and the function is responsible for extracting the parts it requires.
17831 Changed the default of `quickurl-format-function' accordingly.
17832 (quickurl-insert): Changed the `funcall' of
17833 `quickurl-format-function' to match the above change.
17834 (quickurl-list-insert): Changed the `url' case so that it makes
17835 use of `quickurl-format-function', previous to this the format was
17836 hard wired.
17837
17838 2000-03-22 Gerd Moellmann <gerd@gnu.org>
17839
17840 * startup.el: Change some spellings for the X Window System.
17841
17842 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17843
17844 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17845 Clean up the code and the regexp and make sure the cursor is
17846 temporarily moved to the suspicious line while querying the user.
17847
17848 2000-03-22 Jason Rumney <jasonr@gnu.org>
17849
17850 * w32-fns.el (w32-charset-info-alist): Initialize.
17851
17852 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17853
17854 * ps-print.el: N-up last page fix.
17855 (ps-print-version): New version number (5.1.1).
17856 (ps-end-file, ps-end-job, ps-generate): Code fix.
17857
17858 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17859
17860 * files.el (find-file-run-dired): Update docstring.
17861 (find-directory-functions): New hook.
17862 (find-file-noselect): Run find-directory-functions rather than
17863 calling dired directly.
17864
17865 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17866
17867 * pcvs.el: Add a minimal leading commentary.
17868 (cvs-make-cvs-buffer): Change the header part by removing the startup
17869 message and adding a `Module' entry. Also replace the FOOTER and
17870 HEADER special fileinfos with the new support in ewoc for updating
17871 its own footer and header.
17872 (cvs-update-header): Update to use the header/footer of the ewoc.
17873 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17874 (cvs-is-within-p): New function.
17875 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17876 to only examine some subset of the buffers.
17877
17878 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17879 `format' instead of our own ad-hoc functions.
17880 Remove HEADER and FOOTER cases, now handled in the EWOC.
17881 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17882
17883 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17884 output to avoid scaring the user.
17885 (cvs-parse-table): Catch message for non-up-to-date commits.
17886
17887 * pcvs-defs.el (cvs-startup-message): Remove.
17888 (cvs-global-menu): New autoloaded menu.
17889
17890 * pcvs-util.el (cvs-string-fill): Remove.
17891
17892 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17893 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17894 PP part of it and also make it work for footers and headers.
17895 (ewoc-create): Drop POS and BUFFER arguments.
17896 Use the DLL's dummy node to store the end-of-footer position.
17897 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17898 (ewoc-refresh): Remove unused `header' variable.
17899 (ewoc-(get|set)-hf): New functions.
17900
17901 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17902 log-view-*-(message|file) and use easy-mmode-define-navigation.
17903 (log-view-message-re): Match SCCS format as well.
17904 And match the revision line rather than the dashed separator line.
17905 (log-view-mode): Use the new define-derived-mode.
17906 (log-view-current-tag): Fill in with an actual implementation.
17907
17908 * cvs-status.el (cvs-status-(prev|next)): Rename from
17909 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17910 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17911 to let the output "breathe" a little more (more readable).
17912 (cvs-status-mode): Use the new define-derived-mode.
17913
17914 * smerge-mode.el (smerge-auto-leave): New function and variable.
17915 (smerge-basic-map): Rename from smerge-basic-keymap.
17916 Change the bindings for smerge-diff-*.
17917 (smerge-*-map): Use easy-mmode-defmap.
17918 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17919 (smerge-keep-*): Use smerge-auto-leave.
17920
17921 2000-03-21 Jason Rumney <jasonr@gnu.org>
17922
17923 * cus-edit.el (custom-button-face): Use 3D look for w32.
17924 (custom-button-pressed-face): Likewise.
17925
17926 2000-03-21 Gerd Moellmann <gerd@gnu.org>
17927
17928 * progmodes/etags.el (tags-case-fold-search): New user-option.
17929 (tags-loop-eval): New function. Bind case-fold-search around eval
17930 depending on the value of tags-case-fold-search.
17931 (tags-loop-continue): Use tags-loop-eval.
17932 (find-tag-in-order): Bind case-fold-search depending on the value
17933 of tags-case-fold-search.
17934
17935 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17936
17937 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17938 (diff-end-of-hunk): Return the end position for use in
17939 `easy-mmode-define-navigation'.
17940 (diff-recenter): Remove.
17941 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17942 of `easy-mmode-define-navigation'.
17943 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17944 previous renaming) and fix to use new names.
17945 (diff-merge-strings): Use \n as separator: simpler, faster.
17946 (diff-mode): Use `define-derived-mode'.
17947
17948 * derived.el (define-derived-mode): Don't autoload anymore.
17949 Prefer the macro-only version provided by easy-mmode.el.
17950
17951 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17952 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
17953 (easy-mmode-define-navigation): New macro.
17954
17955 * subr.el (combine-run-hooks): New function.
17956
17957 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
17958
17959 * term/x-win.el: Fontsets related initialization is simplified.
17960
17961 * international/mule-diag.el (describe-font): Don't refer to
17962 global-fontset-alist, instead call font-list.
17963 (describe-fontset, list-fontsets, mule-diag): Likewise.
17964 (print-fontset): Adjusted for the change of fontset implementation.
17965
17966 * international/fontset.el (x-charset-registries): Variable removed,
17967 instead the corresponding data is stored in the default fontset.
17968 (register-alternate-fontnames): Function removed.
17969 (resolved-ascii-font): Variable removed.
17970 (x-compose-font-name): Ignore the second argument REDOCE.
17971 (x-complement-fontset-spec): Complement only an ASCII font and
17972 element for those charsets than can use that ASCII font.
17973 (generate-fontset-menu): Don't refer to global-fontset-alist,
17974 instead call fontset-list.
17975 (uninstantiated-fontset-alist): Variable removed.
17976 (x-style-funcs-alist): Likewise.
17977 (fontset-default-styles): Likewise.
17978 (x-modify-font-name): Function removed.
17979 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17980 (create-fontset-from-ascii-font): Docsting adjusted for the above
17981 change.
17982 (instantiate-fontset, resolve-fontset-name): Functions removed.
17983 (fontset-list): Now implemented by C code.
17984
17985 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17986 (describe-face): Include `font' attribute in the description.
17987
17988 2000-03-21 Kenichi Handa <handa@etl.go.jp>
17989
17990 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17991
17992 2000-03-20 Gerd Moellmann <gerd@gnu.org>
17993
17994 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17995 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17996 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17997
17998 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17999 about behavior of set-buffer-modified-p wrt redisplay.
18000
18001 2000-03-19 Richard M. Stallman <rms@gnu.org>
18002
18003 * view.el (view-mode-disable): Kill local binding of view-read-only.
18004
18005 2000-03-18 Gerd Moellmann <gerd@gnu.org>
18006
18007 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
18008 is a string, convert it to a syntax cell using string-to-syntax.
18009
18010 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18011 (string-to-syntax): New function.
18012
18013 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18014 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18015 try to use passive ftp mode.
18016
18017 2000-03-17 Gerd Moellmann <gerd@gnu.org>
18018
18019 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18020
18021 * simple.el (append-to-buffer): Update point of windows after
18022 insertion.
18023
18024 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18025 forward then moving backward. Reindent.
18026
18027 * frame.el (other-frame): Call x-focus-frame only if
18028 focus-follows-mouse is off.
18029
18030 2000-03-17 Dave Love <fx@gnu.org>
18031
18032 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
18033
18034 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18035
18036 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18037 regexp for labels cannot span several lines.
18038
18039 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18040 `(setq :<key> ':<key>)' to the macro expansion.
18041
18042 2000-03-16 Dave Love <fx@gnu.org>
18043
18044 * progmodes/f90.el (f90): Put custom group under `languages', not
18045 `fortran'.
18046 (f90-mode-hook): Customize.
18047 (f90-mode): Set add-log-current-defun-function.
18048 (f90-current-defun): New function.
18049
18050 2000-03-16 Gerd Moellmann <gerd@gnu.org>
18051
18052 * cus-edit.el (custom-variable-tag-face): Handle case that
18053 default face's height is not a number.
18054 (custom-face-tag-face, custom-group-tag-face-1)
18055 (custom-group-tag-face): Ditto.
18056 (custom-group-tag-face-1): Add :group.
18057
18058 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18059
18060 2000-03-15 Gerd Moellmann <gerd@gnu.org>
18061
18062 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18063 requiring easymenu.
18064
18065 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18066
18067 * ps-print.el: PostScript user-defined prologue, PostScript error
18068 handler, doc fix.
18069 (ps-print-version): New version number (5.1).
18070 (ps-user-defined-prologue, ps-error-handler-message)
18071 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18072 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18073 (ps-insert-string): New function.
18074
18075 2000-03-15 Kenichi Handa <handa@etl.go.jp>
18076
18077 * international/ccl.el (ccl-compile-expression): Don't generate
18078 invalid self-assignment code.
18079
18080 2000-03-14 Dave Love <fx@gnu.org>
18081
18082 * subr.el (replace-regexp-in-string): Renamed from
18083 replace-regexps-in-string. Doc fix.
18084
18085 2000-03-12 Dave Love <fx@gnu.org>
18086
18087 * cus-edit.el: Doc fixes.
18088 (customize-set-variable, customize-save-variable): Rename args for doc.
18089 (custom-variable-tag-face, custom-face-tag-face)
18090 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18091 style which user identify as hyperlink.
18092 (hook): Don't add undefined functions to the hook.
18093 (debug-ignored-errors): Transfer message from bindings.el.
18094
18095 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18096
18097 * recentf.el (recentf-keep-non-readable-files-p):
18098 Remove double/nested definition.
18099
18100 2000-03-12 Dave Love <fx@gnu.org>
18101
18102 * facemenu.el (facemenu-get-face): Use display-color-p.
18103 * enriched.el (enriched-decode-foreground): Likewise.
18104 (enriched-decode-background): Likewise.
18105 * isearch.el (isearch-highlight): Likewise.
18106 * info-look.el (info-lookup): Likewise.
18107 * simple.el (completion-setup-function): Likewise.
18108
18109 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18110 :options.
18111
18112 * bindings.el (mode-line-format): Fix line-number and
18113 column-number items. Add help-echo for the background.
18114 (mode-line-mule-info): Modify help-echo.
18115
18116 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18117
18118 * files.el (load-file): Allow completion to .elc.
18119
18120 * man.el: Doc fixes.
18121 (Man-init-defvars): Use display-color-p to set fontification.
18122
18123 * play/hanoi.el (hanoi-internal): Don't use oddp.
18124
18125 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18126
18127 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18128
18129 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18130
18131 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18132
18133 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18134 Fix comment.
18135
18136 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18137
18138 * font-lock.el (font-lock-keywords): Fix the doc now that
18139 regexp-opt-depth is unnecessary.
18140 (save-buffer-state): Set an edebug spec.
18141 (font-lock-fontify-anchored-keywords): Properly handle the case when
18142 the matcher goes past the limit.
18143
18144 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18145 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18146
18147 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18148 dll.el and cookie.el (from Elib) with heavy renaming and other
18149 massaging.
18150
18151 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18152 Autoload the functions used.
18153 (easy-mmode-define-syntax): Fix CL typo.
18154 (easy-mmode-define-derived-mode): Improve the docstring generation.
18155
18156 2000-03-10 Gerd Moellmann <gerd@gnu.org>
18157
18158 * textmodes/texinfo.el (texinfo-version): Variable and function
18159 removed.
18160
18161 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18162
18163 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18164 allow more flexibility.
18165 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
18166 (easy-mmode-defmap, easy-mmode-defsyntax)
18167 (easy-mmode-define-derived-mode): New macros.
18168
18169 2000-03-09 Didier Verna <didier@xemacs.org>
18170
18171 * rect.el (replace-rectangle): New function.
18172
18173 2000-03-09 Dave Love <fx@gnu.org>
18174
18175 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
18176 (fortran-comment-line-start-skip): Don't match cpp stuff.
18177 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18178 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18179 (fortran-mode): Don't set fortran-comment-line-start-skip,
18180 fortran-comment-line-start here. Set comment-start,
18181 add-log-current-defun.
18182 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18183 (fortran-current-defun): New function.
18184
18185 2000-03-09 Gerd Moellmann <gerd@gnu.org>
18186
18187 * emacs-lisp/re-builder.el: New file.
18188
18189 * mouse.el (mouse-drag-region): Don't run up-event handler
18190 if hscroll has changed.
18191
18192 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18193 builtin operators, use `font-lock-builtin-face' for Emacs and
18194 `font-lock-preprocessor-face' otherwise.
18195
18196 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18197 `(defun (setf foo)' differently.
18198
18199 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18200
18201 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18202 (regexp-opt): Update comment and adapt the code the new meaning of
18203 the `paren' argument of regex-opt-group for shy-groups.
18204 (regexp-opt-depth): Handle shy groups as well as backslashed
18205 backslashes.
18206 (regexp-opt-group): Turn the leading comment into a docstring.
18207 Allow `paren' to be a string (the string to use to open a group).
18208 Remove open-presuf and close-presuf. Instead of checking for `all
18209 one-char' and then later on check for `several one-char', handle
18210 both cases close together. Also apply a more generic algorithm
18211 for suffixes (the mirror image of the algorithm used for
18212 prefixes). Use shy-groups. Use nreverse rather than reverse.
18213 (regexp-opt-try-suffix): Removed.
18214
18215 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18216 from comint-mode-map, so we can just inherit from it. Also, move
18217 the initialization into the `defvar' since there's no docstring
18218 anyway and it's fairly short.
18219 (inferior-scheme-mode): Define it as derived-mode: the code is
18220 shorter and this way we inherit from comint-mode-map rather than
18221 copying it.
18222
18223 * subr.el (replace-regexps-in-string): Properly handle the case
18224 where we match an empty string.
18225
18226 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18227 when the command has a directory component (such as "./testml").
18228 Also fix a typo in the comment.
18229
18230 2000-03-08 Gerd Moellmann <gerd@gnu.org>
18231
18232 * Makefile (compile-files): Compile files one by one because
18233 that's the only way to ensure a clean compilation environment for
18234 each individual file.
18235
18236 * frame.el (other-frame): Call x-focus-frame.
18237
18238 2000-03-07 Dave Love <fx@gnu.org>
18239
18240 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18241 :require to defcustom.
18242
18243 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
18244
18245 * files.el (auto-mode-alist): Add configure.in.
18246
18247 * progmodes/autoconf.el: New file.
18248
18249 2000-03-07 Gerd Moellmann <gerd@gnu.org>
18250
18251 * mail/mh-e.el: Change maintainer to `none'.
18252
18253 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18254 to remove-hook and add-hook.
18255
18256 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18257
18258 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18259 it as the default.
18260 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18261 (sendmail-send-it): Conditionally add MIME headers specifying the
18262 used character set.
18263
18264 2000-03-07 Dave Love <fx@gnu.org>
18265
18266 * winner.el: Fix keywords, autoload cookies.
18267 Split eval-when-compile form to avoid compilation failure.
18268
18269 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18270
18271 * international/mule.el: Modify comment about coding system
18272 property `coding-category'.
18273 (make-coding-system): New argument EOL-TYPE. Pay attention to
18274 coding-category property of PROPERTIES.
18275
18276 * international/mule-conf.el (coding-category-utf-8)
18277 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
18278 categories. Include them in the argument for set-coding-priority.
18279
18280 * international/mule-cmds.el (reset-language-environment):
18281 Include coding-category-utf-8, coding-category-utf-16-be, and
18282 coding-category-utf-16-le in the argument for set-coding-priority.
18283 (reset-language-environment): Initialize coding-category-utf-8,
18284 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18285
18286 2000-03-06 Karl Fogel <kfogel@red-bean.com>
18287
18288 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18289 code abstracted out of `bookmark-jump-noselect'. Now tries info
18290 extensions as well as compression extensions.
18291 (bookmark-jump-noselect): Use above new func.
18292
18293 2000-03-03 Gerd Moellmann <gerd@gnu.org>
18294
18295 * strokes.el: Change maintainer's mail address.
18296
18297 2000-03-03 Kenichi Handa <handa@etl.go.jp>
18298
18299 * international/mule-diag.el (list-character-sets): Make help-echo
18300 string by substitute-command-keys.
18301 (list-character-sets): Likewise.
18302 (sort-listed-character-sets): Call help-setup-xref.
18303
18304 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18305
18306 * time.el (display-time-mail-file): Add `none' to the list of choices.
18307
18308 2000-03-01 Dave Love <fx@gnu.org>
18309
18310 * help.el (help-xref-go-back): Don't try to set position.
18311
18312 * international/mule-diag.el (list-character-sets):
18313 Call help-setup-xref. Add help-echo to xrefs.
18314 (list-character-sets-1): Add help-echo to xrefs.
18315
18316 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18317
18318 * frame.el (blink-cursor-mode): Switch cursor on when turning
18319 the mode off.
18320
18321 * add-log.el (add-log-current-defun): Add support for
18322 Autoconf mode.
18323
18324 * mail/rmail.el (rmail-quit-hook): New variable.
18325
18326 2000-03-01 Dave Love <fx@gnu.org>
18327
18328 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18329
18330 * help.el (help-xref-button): Add help-echo arg.
18331 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18332
18333 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18334
18335 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18336
18337 2000-03-01 Gerd Moellmann <gerd@gnu.org>
18338
18339 * image.el (defimage): Look for image files in load-path.
18340
18341 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18342
18343 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18344
18345 * recentf.el (recentf): Added version tag to the defgroup of recentf.
18346
18347 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18348
18349 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18350 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18351 action to select/unselect a file.
18352 (recentf-edit-list): Code cleanup and improvement.
18353 (recentf-open-more-files-action): `recentf-open-more-files' button
18354 widget action to open a file.
18355 (recentf-open-more-files): No more use standard completion but widgets.
18356 (recentf-more-collection): Deleted.
18357 (recentf-more-history): Deleted.
18358 (recentf-setup-more-completion): Deleted.
18359
18360 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18361
18362 * recentf.el (recentf-mode): No more needs that Emacs is running
18363 under a window-system.
18364
18365 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18366
18367 * recentf.el (recentf-edit-list): New command to edit the recent
18368 list which allow the user to remove files.
18369 (recentf-edit-selected-items): New global variable, used by
18370 `recentf-edit-list' to hold the list of files to be removed from
18371 the recent list.
18372 (recentf-make-menu-items): Updated to display a "Edit list..."
18373 menu item. Minor code cleanup.
18374
18375 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18376
18377 * recentf.el (recentf-open-more-files): New command to open files
18378 that are not displayed in the menu.
18379 (recentf-more-collection): New global variable holding the set of
18380 permissible completions used by `recentf-open-more-files'.
18381 (recentf-more-history): New global variable holding the history list
18382 used by `recentf-open-more-files' completion.
18383 (recentf-setup-more-completion): New function to setup completion for
18384 `recentf-open-more-files'.
18385 (recentf-make-menu-items): Updated to display a "More..." menu item.
18386
18387 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18388
18389 * recentf.el (recentf-menu-action): Doc fixed.
18390
18391 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18392
18393 * recentf.el (recentf-menu-filter): Doc updated.
18394 (recentf-update-menu-hook): Allow menu filters to force menu update.
18395 (recentf-make-menu-items): New menu filter handling.
18396 (recentf-make-menu-item): New helper function.
18397 (recentf-menu-elements): New menu handling function.
18398 (recentf-sort-ascending): Updated to new menu filter handling.
18399 (recentf-sort-descending): Updated to new menu filter handling.
18400 (recentf-sort-basenames-ascending): New menu filter function.
18401 (recentf-sort-basenames-descending): New menu filter function.
18402 (recentf-show-basenames): New menu filter function.
18403 (recentf-show-basenames-ascending): New menu filter function.
18404 (recentf-show-basenames-descending): New menu filter function.
18405
18406 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18407
18408 * diary-lib.el (list-diary-entries): Don't try to go forward at
18409 the end of the buffer.
18410
18411 2000-02-29 Kenichi Handa <handa@etl.go.jp>
18412
18413 * international/mule-diag.el (list-character-sets):
18414 Completely rewritten.
18415 (sort-listed-character-sets): New function.
18416 (list-character-sets-1): Completely rewritten.
18417 (list-character-sets-2): New function.
18418 (non-iso-charset-alist): New variable.
18419 (decode-codepage-char): New function.
18420 (charset-history): New variable.
18421 (read-charset) (list-block-of-chars)
18422 (list-iso-charset-chars)
18423 (list-non-iso-charset-chars)
18424 (list-charset-chars): New functions.
18425 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18426 (dump-charsets): Likewise.
18427
18428 2000-02-29 Gerd Moellmann <gerd@gnu.org>
18429
18430 * dired-x.el (dired-filename-at-point): Add `@' to valid
18431 file name characters.
18432 (dired-filename-at-point): Handle ange-ftp file names.
18433
18434 * frame.el (frame-notice-user-settings): Use assq-delete-all
18435 instead of assoc-delete-all.
18436 (frame-notice-user-settings): Ditto.
18437
18438 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18439 Don't copy alist.
18440
18441 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18442
18443 * calculator.el (calculator-use-menu): New option.
18444 (calculator-initial-bindings): Changed some bindings to work as macros.
18445 (calculator-forced-input): Removed.
18446 (calculator-restart-other-mode): New variable.
18447 (calculator-mode-map): Set up menu.
18448
18449 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18450
18451 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18452
18453 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18454
18455 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18456 translate all ESC key sequences.
18457 (viper-goto-mark-subr): Restore markers for files for which
18458 they were saved.
18459 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18460 * viper-util.el (viper-set-replace-overlay-glyphs)
18461 (viper-set-replace-overlay): Always check if the replacement
18462 overlay is live.
18463 * viper.el (viper-vi-state-mode-list): Add major modes.
18464 * ediff-wind.el: Minor comment changes.
18465 * ediff.el: Copyright notice date fix.
18466
18467 2000-02-27 Jason Rumney <jasonr@gnu.org>
18468
18469 * faces.el (face-font-family-alternatives): Add arial to helv.
18470 (mode-line, header-line, tool-bar): Same default as x for w32.
18471 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18472 face-font-family-alternatives from working.
18473 * term/w32-win.el (mouse-set-font): Do not build fontset from
18474 chosen font.
18475
18476 2000-02-25 Sam Steingold <sds@goems.com>
18477
18478 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18479 properly.
18480
18481 2000-02-25 Richard M. Stallman <rms@gnu.org>
18482
18483 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18484
18485 2000-02-25 Gerd Moellmann <gerd@gnu.org>
18486
18487 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18488
18489 * frame.el (busy-cursor-delay-seconds): New option.
18490
18491 2000-02-24 Gerd Moellmann <gerd@gnu.org>
18492
18493 * frame.el (show-cursor-in-non-selected-windows): New option.
18494
18495 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18496
18497 * diary-lib.el (include-other-diary-files): Undo the selective
18498 display in any included file and don't kill it.
18499
18500 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18501
18502 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18503 Menu items converted to (menu-item format, help strings added.
18504 [downcase, upcase]: Don't enable on MS-DOS.
18505 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18506 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18507
18508 2000-02-23 Dave Love <fx@gnu.org>
18509
18510 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18511 (backward-kill-word): Revert addition of * to interactive spec --
18512 it's a feature.
18513
18514 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18515 (backward-kill-sentence, kill-sentence): Likewise.
18516
18517 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18518 scratch buffer name.
18519 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
18520
18521 * term/w32-win.el (internal-face-interactive): Update prompt for
18522 new read-face-name.
18523
18524 * mail/footnote.el (footnote): Add :version to defgroup.
18525 (footnote-section-tag-regexp): Customize.
18526 (footnote-start-tag, footnote-end-tag): New option.
18527 (footnote-latin-regexp): New variable.
18528 (Footnote-latin): New function.
18529 (footnote-style-alist): Add element for latin style.
18530 (footnote-style): Moved.
18531 (Footnote-goto-footnote): Use eq to test arg.
18532
18533 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18534
18535 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18536 (byte-compile-trueconstp): Include keywords.
18537 (byte-optimize-quote, byte-optimize-lapcode):
18538 Use byte-compile-const-symbol-p.
18539 (byte-optimize-char-before): New optimization.
18540
18541 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18542 (byte-compile-const-symbol-p): New function.
18543 (byte-compile-constp, byte-compile-out-toplevel)
18544 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18545 Use it.
18546
18547 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18548
18549 2000-02-23 Kenichi Handa <handa@etl.go.jp>
18550
18551 * international/encoded-kb.el: Be sure to update minor-mode-alist
18552 and minor-mode-map-alist.
18553 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18554 codes SS2 and SS3 correctly.
18555 (encoded-kbd-self-insert-ccl): New function.
18556 (encoded-kbd-setup-keymap): New function.
18557 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18558 by calling encoded-kbd-setup-keymap.
18559
18560 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18561 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18562
18563 2000-02-22 Dave Love <fx@gnu.org>
18564
18565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18566 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18567 (lisp-mode-syntax-table): Set up for #|...|# comments.
18568 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18569 classes. Match `defface'.
18570 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18571 (eval-defun-1): Fix for defcustom.
18572 (lisp-indent-region): Doc fix.
18573
18574 * subr.el (when, unless, split-string): Doc fix.
18575 (read-passwd): Move call of clear-this-command-keys to the right place.
18576 (replace-regexps-in-string): New function.
18577
18578 2000-02-22 Gerd Moellmann <gerd@gnu.org>
18579
18580 * help.el (describe-variable): Set syntax table to
18581 emacs-lisp-mode-syntax-table when moving forward over the
18582 symbol's name.
18583
18584 2000-02-22 Dave Love <fx@gnu.org>
18585
18586 * xt-mouse.el: Doc fixes.
18587 (xterm-mouse-position-function): New function, replacing advice of
18588 mouse-position.
18589 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18590
18591 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18592
18593 2000-02-21 Gerd Moellmann <gerd@gnu.org>
18594
18595 * format.el (format-annotate-single-property-change):
18596 Handle properties.with dotted-list values.
18597 (format-proper-list-p): New function.
18598
18599 * enriched.el (enriched-face-ans): Handle '(foreground-color
18600 . COLOR) and (background-color . COLOR).
18601
18602 2000-02-20 Dave Love <fx@gnu.org>
18603
18604 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18605 and assignments to it.
18606 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18607 current local map.
18608 (make-flyspell-overlay): Use it.
18609 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18610
18611 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18612 (lm-get-header-re): Defun, not defsubst.
18613 (lm-get-package-name): Defun, not defsubst. Simplify.
18614 (lm-version): Doc fix. Simplify.
18615 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18616 (lm-crack-address, lm-last-modified-date, lm-commentary)
18617 (lm-verify, lm-synopsis): Simplify.
18618 (lm-report-bug): Require emacsbug. Use compose-mail.
18619
18620 2000-02-20 Gerd Moellmann <gerd@gnu.org>
18621
18622 * dired.el (dired-mode): Call propertized-buffer-identification
18623 to set mode-line-buffer-identification to something having
18624 the right text properties.
18625
18626 * bindings.el (propertized-buffer-identification): New function.
18627
18628 2000-02-20 Dave Love <fx@gnu.org>
18629
18630 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18631 check for t-mouse too.
18632
18633 * cus-start.el: Make echo-keystrokes `number'.
18634
18635 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18636
18637 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18638 Don't call ring-empty-p unless tags-location-ring is bound.
18639 From Noah Friedman <friedman@splode.com>.
18640
18641 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18642
18643 * progmodes/hideshow.el (hs-flag-region): No longer use
18644 `intangible' overlay property.
18645
18646 (hs-toggle-hiding): New command.
18647 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18648
18649 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18650 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18651 and deactivation.
18652
18653 2000-02-18 Gerd Moellmann <gerd@gnu.org>
18654
18655 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18656
18657 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18658
18659 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18660
18661 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18662 of `*' to handle `(* ... *)' comments.
18663
18664 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18665
18666 * faces.el (list-faces-display): Use display-mouse-p instead of
18667 window-system.
18668
18669 * menu-bar.el (global-map): Menu-bar items converted to the new
18670 format (menu-item..., rearranged for better CUA compliance, and
18671 their names changed for better clarity. Help strings added.
18672
18673 * international/mule-cmds.el (mule-menu-keymap)
18674 (describe-language-environment-map, set-coding-system-map)
18675 (setup-language-environment-map): Convert to new (menu-item...
18676 form, add help strings. Change names of menu items for better clarity.
18677 "Mule" menu-bar item removed (it's now in the "Options" submenu).
18678
18679 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18680
18681 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18682 within the code.
18683
18684 2000-02-16 Dave Love <fx@gnu.org>
18685
18686 * faces.el: Don't require custom. Add more specific :groups to
18687 various deffaces.
18688 (set-face-attribute): Purecopy args.
18689 (read-face-name): Default to name at point and use it in prompt.
18690 Remove colon from arg in all callers.
18691 (list-faces-display): Hyperlink to face descriptions and customize
18692 buffers.
18693
18694 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18695
18696 * wid-edit.el (widget-match-inline): An atom never matches a list.
18697
18698 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18699
18700 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18701 at ':' characters by call to split-string.
18702
18703 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18704
18705 * textmodes/bibtex.el: Added RCS version identification.
18706
18707 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18708
18709 * textmodes/bibtex.el: Some temporary comments removed.
18710 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18711 (bibtex-field-const): Allow capital letters.
18712 (bibtex-start-of-string): Deleted because unused.
18713
18714 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18715 use the term 'reference' to describe a bibtex entry as a whole.
18716 Further, reference keys are no longer called 'labels'.
18717 (bibtex-keys): Renamed to bibtex-reference-keys.
18718 (bibtex-reformat-previous-labels): Renamed to
18719 bibtex-reformat-previous-reference-keys.
18720 (bibtex-reference-type): Renamed to bibtex-entry-type.
18721 (bibtex-reference-head): Renamed to bibtex-entry-head.
18722 (bibtex-reference-maybe-empty-head): Renamed to
18723 bibtex-entry-maybe-empty-head.
18724 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18725 (bibtex-search-reference): Renamed to bibtex-search-entry.
18726 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18727 bibtex-enclosing-entry-maybe-empty-head.
18728 (bibtex-entry-field-alist, bibtex-entry-head)
18729 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18730 (bibtex-map-entries, bibtex-search-entry)
18731 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18732 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18733 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18734 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18735 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18736 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18737 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18738
18739 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18740
18741 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18742 comment.
18743 (bibtex-format-field-delimiters): New function, functionality
18744 extracted from bibtex-format-entry.
18745 (bibtex-autokey-get-yearfield-digits): New function, functionality
18746 extracted from bibtex-autokey-get-yearfield.
18747
18748 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18749 entries in order to avoid stack overflow in the regexp matcher if
18750 field contents become large.
18751 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18752 (bibtex-field-string-part-not-braced)
18753 (bibtex-field-string-part-no-inner-braces)
18754 (bibtex-field-string-part-1-inner-brace)
18755 (bibtex-field-string-part-2-inner-braces)
18756 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18757 (bibtex-field-string-quoted, bibtex-field-string)
18758 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18759 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18760 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18761 Deleted as parsing is now performed by the following functions.
18762 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18763 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18764 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18765 (bibtex-parse-association, bibtex-field-name-for-parsing)
18766 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18767 (bibtex-search-forward-field, bibtex-search-backward-field)
18768 (bibtex-start-of-field, bibtex-end-of-field)
18769 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18770 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18771 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18772 (bibtex-parse-string, bibtex-search-forward-string)
18773 (bibtex-search-backward-string, bibtex-start-of-string)
18774 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18775 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18776 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18777 entries. Instead of reporting the results of the parsing by
18778 match-beginning or match-end, these functions return data structures
18779 that hold the corresponding positions.
18780 (bibtex-enclosing-field): Changed to also report field boundaries by
18781 return values rather than by match-beginning or match-end.
18782 The following functions have been adapted to use the new
18783 parsing functions.
18784 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18785 (bibtex-enclosing-field, bibtex-format-entry)
18786 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18787 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18788 (bibtex-print-help-message, bibtex-end-of-entry)
18789 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18790 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18791 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18792 Use the new method for parsing.
18793 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18794 (bibtex-map-entries, bibtex-flash-head)
18795 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18796 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18797 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18798 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18799 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18800 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18801 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18802 order to make the new binding of case-fold-search immediately visible.
18803
18804 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18805
18806 * textmodes/bibtex.el: Copyright notice is up to date.
18807 Added constant 'bibtex-maintainer-salutation.
18808
18809 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18810 than make-temp-name, use match-string-no-properties and eliminate
18811 a quadratic behavior when building bibtex-strings.
18812
18813 * bibtex.el (bibtex-reference-key): Accept string entries whose
18814 reference key contains upper case letters.
18815
18816 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18817
18818 * bibtex.el (bibtex-reference-head): Allow entries to start with
18819 a new line.
18820
18821 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18822
18823 * bibtex.el: Hiding of entry bodies is not longer provided by
18824 bibtex.el directly. Instead the hideshow package can be used.
18825 Added a special bibtex entry to hs-special-modes-alist.
18826 (bibtex-hs-forward-sexp): Added for hideshow.el.
18827
18828 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18829
18830 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18831 proceedings entry type (for cross referencing). Thanks to Wagner
18832 Toledo Correa for the suggestion.
18833
18834 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18835
18836 2000-02-14 Kenichi Handa <handa@etl.go.jp>
18837
18838 * international/characters.el: Setup case table for Vietnamese.
18839
18840 2000-02-12 Gerd Moellmann <gerd@gnu.org>
18841
18842 * uniquify.el (toplevel): Require CL at compile time.
18843 (uniquify-push): Removed.
18844
18845 * shadowfile.el (shadow-when): Removed.
18846
18847 * tempo.el (tempo-dolist, tempo-mapc): Removed.
18848 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18849
18850 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18851 regexp for paragraph-start.
18852
18853 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18854 commas as well.
18855
18856 2000-02-10 Dave Love <fx@gnu.org>
18857
18858 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18859 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18860 Deleted.
18861 (widget-specify-field, widget-specify-button): Don't use
18862 widget-mouse-help as help-echo property.
18863 (default): Use #'ignore for :validate and :mouse-down-action.
18864 (checkbox): Add help-echo.
18865 (widget-sexp-validate): Rewritten to clarify error messages.
18866 (character): Use char-valid-p in :match function.
18867 (widget-color-complete): Use facemenu-color-alist.
18868 (widget-color-action): Use facemenu-read-color.
18869
18870 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18871 set up `caar' &c that we now have.
18872
18873 2000-02-09 Ray Blaak <blaak@gnu.org>
18874
18875 * delphi.el: Make resourcestring a declaration region, like const
18876 and var.
18877
18878 2000-02-09 Dave Love <fx@gnu.org>
18879
18880 * bindings.el (mode-line-input-method-map): New variable.
18881 (mode-line-mule-info): Use it; fix last change.
18882 (mode-line-mode-menu): Move definition.
18883 (mode-line-mouse-sensitive-p): Deleted.
18884 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18885 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18886
18887 * startup.el (command-line-1): Don't call
18888 make-mode-line-mouse-sensitive.
18889
18890 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18891
18892 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18893 before rmail-toggle-header, because the former toggles headers.
18894
18895 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18896
18897 * diff-mode.el (diff-kill-junk): New interactive function.
18898 (diff-reverse-direction): Use delete-and-extract-region.
18899 (diff-post-command-hook): Restrict the area so that the hook also works
18900 outside of any diff hunk. This is necessary for the minor-mode.
18901 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18902 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18903
18904 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18905 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18906 so that it can be used more easily in <foo>-mode-hook. Also make sure
18907 to avoid duplicate entries.
18908 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18909 (font-lock-remove-keywords): Just as was done for `add', allow it to
18910 work even if font-lock-mode is nil. Also make sure we don't modify
18911 any pre-existing list by forcing a copy-sequence. Finally rename
18912 `major-mode' to `mode'.
18913 (font-lock-fontify-syntactic-anchored-keywords)
18914 (font-lock-fontify-anchored-keywords)
18915 (font-lock-fontify-keywords-region): Use line-end-position.
18916 Don't make `font-lock-multiline' local (it's now done in
18917 font-lock-set-defaults).
18918 (font-lock-set-defaults): Make `font-lock-multiline' local.
18919 Move the `font-lock-fontified' creation to inside the `unless'.
18920
18921 2000-02-06 Andrew Innes <andrewi@gnu.org>
18922
18923 * term/w32-win.el (x-handle-args): Comment out call to message,
18924 which occurs before window system is initialized.
18925
18926 * makefile.nt: Add support for recompiling lisp code.
18927
18928 2000-02-04 Dave Love <fx@gnu.org>
18929
18930 * bindings.el (mode-line-mule-info): Fix/extend last change.
18931
18932 * completion.el: Replace completion-dolist with dolist.
18933
18934 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18935
18936 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18937
18938 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18939 environment names before they go into the section regexp.
18940
18941 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18942 char class in regexp.
18943
18944 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18945 Bind `case-fold-search' to nil.
18946
18947 * progmodes/idlwave.el (idlwave-template):
18948 Respect `idlwave-abbrev-change-case'.
18949 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18950 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18951 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18952 (idlwave-rw-case): New function.
18953 (idlwave-statement-match): Fixed problem with assignment regexp.
18954 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18955 (idlwave-surround): New argument LENGTH to support padding of
18956 operators longer than 1 char.
18957
18958 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18959 idlwave-shell-expression-overlay. Implemented printing of
18960 expressions on higher levels of the calling stack.
18961 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18962 (idlwave-retrieve-expression-from-level): New function.
18963 (idlwave-shell-last-calling-stack): Variable removed.
18964 (idlwave-shell-reset): Argument action reversed (`visible' to
18965 `hidden'). Also remove stop-line overlay.
18966 (idlwave-shell-calling-stack-routine): New variable.
18967 (idlwave-shell-parse-stack-and-display): Messages now display
18968 negative level numbers.
18969 (idlwave-shell-mode): Set `modeline-format'.
18970 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18971 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18972 (idlwave-shell-print-expression-function): New option.
18973
18974 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18975 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18976 `tool-bar' instead of `toolbar'.
18977
18978 2000-02-02 Dave Love <fx@gnu.org>
18979
18980 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18981 emacs-lisp-mode-hook. Don't check for defalias being defined.
18982
18983 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18984 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18985 Use the new builtins directly.
18986
18987 * whitespace.el (whitespace): Add :version to defgroup.
18988
18989 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18990 Doc fix.
18991
18992 * thingatpt.el (sexp-at-point, symbol-at-point)
18993 (number-at-point, list-at-point): Add autoload cookie.
18994
18995 * recentf.el (recentf): Add :version to defgroup.
18996
18997 * quickurl.el (quickurl): Add :version to defgroup.
18998
18999 * elide-head.el (elide-head): Use point-marker more.
19000
19001 * bs.el (bs): Add :version to defgroup.
19002
19003 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19004
19005 * progmodes/delphi.el (delphi): Add :version to defgroup.
19006
19007 2000-02-02 Gerd Moellmann <gerd@gnu.org>
19008
19009 * ange-ftp.el (ange-ftp-write-region): Handle case that
19010 succeeding process operation sets a different coding system.
19011
19012 * calculator.el: New file.
19013
19014 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19015
19016 * frame.el (frames-on-display-list, framep-on-display): New functions.
19017 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19018 (display-selections-p, display-screens, display-pixel-width)
19019 (display-pixel-height, display-mm-width, display-mm-height)
19020 (display-backing-store, display-save-under, display-planes)
19021 (display-color-cells, display-visual-class): New functions.
19022
19023 * term/tty-colors.el (tty-color-gray-shades): New function.
19024
19025 * faces.el (display-color-p): Use framep-on-display.
19026 (display-grayscale-p): New function.
19027
19028 2000-01-31 Dave Love <fx@gnu.org>
19029
19030 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19031 (create-fontset-from-x-resource): Don't concat integers.
19032
19033 2000-01-31 Inge Frick <inge@nada.kth.se>
19034
19035 * view.el: Some changes in documentation. Removed some trailing
19036 whitespace. Changed some parameter names to agree with documentation.
19037 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19038 window is not deleted. Modifies change 1998-04-26.
19039
19040 2000-01-31 Gerd Moellmann <gerd@gnu.org>
19041
19042 * windmove.el: New file.
19043
19044 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19045 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19046 progmodes/ebnf-yac.el: Update copyright and license info.
19047
19048 * jit-lock.el (jit-lock-function): Widen before calculating
19049 end position.
19050 (jit-lock-stealth-chunk-start): Rewritten.
19051
19052 * info.el (Info-title-face-alist): Removed.
19053 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
19054 (Info-fontify-node): Use these faces.
19055
19056 2000-01-30 Gerd Moellmann <gerd@gnu.org>
19057
19058 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19059 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19060 `&allow-other-keywords'.
19061
19062 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19063 the list of directories scanned heuristically.
19064
19065 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
19066
19067 2000-01-30 Jason Rumney <jasonr@gnu.org>
19068
19069 * w32-fns.el: Define w32-tty-standard-colors.
19070
19071 * startup.el (command-line): Use w32-tty-standard-colors when in
19072 w32 console mode.
19073
19074 2000-01-30 Dave Love <fx@gnu.org>
19075
19076 * jka-compr.el (jka-compr-load): Fix up load-history.
19077
19078 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19079
19080 * emacs-lisp/cl-macs.el: Revert previous change.
19081
19082 2000-01-29 Dave Love <fx@gnu.org>
19083
19084 * facemenu.el: Purecopy various strings.
19085
19086 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19087 years. Deal with three-digit years.
19088
19089 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19090 Use defconst, purecopy.
19091 (help-back-label): Purecopy it.
19092
19093 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19094
19095 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19096 variable. If non-nil, order the buffer list according to the
19097 currently selected frame.
19098 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19099 non-nil, pass the selected frame to function buffer-list.
19100
19101 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19102
19103 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19104
19105 2000-01-28 Dave Love <fx@gnu.org>
19106
19107 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19108
19109 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19110 Don't use lisp-indent-hook property.
19111 (cl-abs): Remove.
19112
19113 * subr.el: Move out indent and edebug specs for when and unless.
19114
19115 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19116 when, unless.
19117
19118 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19119 unless, when.
19120
19121 2000-01-28 Gerd Moellmann <gerd@gnu.org>
19122
19123 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19124 `collecting' as synonym for `collect'.
19125
19126 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19127 for the case it contains spaces.
19128
19129 * simple.el (what-cursor-position): Change formatting of messages.
19130
19131 * frame.el (delete-other-frames): New function.
19132 (toplevel): Bind it to C-x 5 1.
19133
19134 * sort.el (sort-numeric-base): New option.
19135 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19136 interpret it as octal or hexadecimal. Use sort-numeric-base
19137 as default base.
19138
19139 * progmodes/glasses.el: New file.
19140
19141 2000-01-27 Gerd Moellmann <gerd@gnu.org>
19142
19143 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19144 userids differently.
19145
19146 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19147 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19148 progmodes/ebnf-yac.el: New files.
19149
19150 2000-01-26 Dave Love <fx@gnu.org>
19151
19152 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19153 on a function with an empty body. [From Eric Ludlam.]
19154
19155 2000-01-25 Andre Spiegel <spiegel@gnu.org>
19156
19157 * vc.el (vc-version-diff): Make sure file name is expanded.
19158
19159 2000-01-25 Gerd Moellmann <gerd@gnu.org>
19160
19161 * scroll-bar.el (scroll-bar-timer): Variable removed.
19162 (scroll-bar-toolkit-scroll): Don't use a timer.
19163
19164 2000-01-25 Kenichi Handa <handa@etl.go.jp>
19165
19166 * language/thai-util.el (thai-composition-function):
19167 Delete superfluous `a'.
19168
19169 2000-01-24 Dave Love <fx@gnu.org>
19170
19171 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19172 end-of-defun-function.
19173
19174 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
19175
19176 2000-01-22 Jason Rumney <jasonr@gnu.org>
19177
19178 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19179 conflicts with new face support.
19180
19181 2000-01-22 Richard M. Stallman <rms@gnu.org>
19182
19183 * replace.el (query-replace): Rename last arg to DELIMITED.
19184 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19185 (query-replace-regexp): Likewise.
19186
19187 2000-01-20 Richard M. Stallman <rms@gnu.org>
19188
19189 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19190
19191 * emacs-lisp/lisp.el (beginning-of-defun-function):
19192 Variable renamed from beginning-of-defun.
19193 Do not call make-variable-buffer-local.
19194 (beginning-of-defun-raw): Use new variable name; doc fix.
19195 (beginning-of-defun): Doc fix.
19196 (end-of-defun-function): Variable renamed from end-of-defun.
19197 Do not call make-variable-buffer-local.
19198 (end-of-defun): Use new variable name; doc fix.
19199
19200 * subr.el (dolist, dotimes): Copied from cl-macs.el
19201 and made to work.
19202
19203 * mail/undigest.el (rmail-digest-end-regexps):
19204 Variable replaces rmail-digest-end-regexp.
19205 Allows multiple regexps for detecting the end line.
19206 (undigestify-rmail-message): Corresponding changes.
19207
19208 2000-01-19 Dave Love <fx@gnu.org>
19209
19210 * files.el (user-init-file): Don't declare here -- is primitive.
19211
19212 * startup.el (command-line): Check for compiled user-init-file and
19213 set to uncompiled version if necessary.
19214
19215 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19216
19217 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19218 (undigestify-rmail-message): Use it.
19219
19220 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19221
19222 2000-01-17 Gerd Moellmann <gerd@gnu.org>
19223
19224 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19225 of mini-buffer.
19226
19227 2000-01-14 Gerd Moellmann <gerd@gnu.org>
19228
19229 * emacs-lisp/copyright.el (copyright-update): Removed the
19230 requirement for a trailing space from `copyright-regexp', to
19231 support copyrights with owner specified on a separate line..
19232
19233 * align.el: New file.
19234
19235 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19236
19237 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19238
19239 2000-01-13 Dave Love <fx@gnu.org>
19240
19241 * ph.el: Removed. (Obsoleted by EUDC.)
19242
19243 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19244
19245 * net/eudc.el (toplevel): Remove autoloaded code installing
19246 menu with easymenu, because that causes build problems.
19247
19248 * frame.el (frame-notice-user-settings): New variable.
19249 (frame-notice-user-settings): Don't modify frame parameters
19250 if called a second time.
19251
19252 2000-01-13 Richard M. Stallman <rms@gnu.org>
19253
19254 * frame.el (frame-notice-user-settings):
19255 Notice default-frame-parameters even for non-window frames.
19256
19257 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19258
19259 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19260 for Emacs.
19261 (eudc-bob-can-display-inline-images): Extend for Emacs.
19262 (eudc-bob-toggle-inline-display): Ditto.
19263 (eudc-bob-display-jpeg): Ditto.
19264
19265 2000-01-12 Gerd Moellmann <gerd@gnu.org>
19266
19267 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19268 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19269 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19270
19271 * add-log.el (add-change-log-entry): Fix error trying an
19272 `(insert nil)'.
19273
19274 * subdirs.el: Add `net' directory.
19275
19276 * net: New directory.
19277
19278 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19279 eval-last-sexp. Don't bind debug-on-error here.
19280 (eval-last-sexp): New function. Bind debug-on-error if
19281 eval-expression-debug-on-error is non-nil.
19282 (eval-defun-2, eval-defun): Likewise.
19283
19284 * simple.el (eval-expression): Don't bind debug-on-error if
19285 eval-expression-debug-on-error is nil. Detect changed
19286 debug-on-error, and propagate new value to global binding, if
19287 eval-expression-debug-on-error is non-nil,
19288 (eval-expression-debug-on-error): Change doc string.
19289
19290 2000-01-11 Richard M. Stallman <rms@gnu.org>
19291
19292 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19293
19294 * emacs-lisp/lisp-mode.el (with-syntax-table):
19295 Set up lisp-indent-function property.
19296
19297 * subr.el (with-syntax-table): Moved from simple.el.
19298
19299 * simple.el (with-syntax-table): Moved to subr.el.
19300
19301 2000-01-11 Gerd Moellmann <gerd@gnu.org>
19302
19303 * tmm.el (tmm-shortcut): Delete region after prompt instead
19304 of erasing buffer.
19305
19306 * textmodes/fill.el (fill-common-string-prefix): New function.
19307 (fill-context-prefix): Use the longest common prefix of first
19308 and second line fill prefix, if there is one.
19309
19310 2000-01-11 Richard M. Stallman <rms@gnu.org>
19311
19312 * array.el (array-mode): Don't use make-variable-buffer-local.
19313 Use make-local-variable for `truncate-lines'.
19314
19315 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19316
19317 * add-log.el (add-log-current-defun): Handle user-defined
19318 add-log-current-function returning nil,
19319
19320 * add-log.el (add-change-log-entry): Insert version number
19321 if having found a current function
19322
19323 * add-log.el (add-log-current-defun):
19324 Call `add-log-current-defun-function'. Try matches at level 0 and
19325 level 1. Strip whitespace from defun found.
19326
19327 2000-01-10 John Wiegley <johnw@gnu.org>
19328
19329 * allout.el (isearch-done/outline-provisions): Added `edit'
19330 argument to correspond with the current definition of `isearch-done'.
19331
19332 2000-01-10 Dave Love <fx@gnu.org>
19333
19334 * elide-head.el (elide-head): Use point-marker, not point.
19335
19336 2000-01-10 Gerd Moellmann <gerd@gnu.org>
19337
19338 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19339 before and after the year 2000.
19340
19341 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19342 Add ispell- prefix.
19343
19344 2000-01-10 Ken Stevens <k.stevens@ieee.org>
19345
19346 * ispell.el: Only define dictionaries in menus when they exist.
19347 (version18p): New variable.
19348 (version20p): New variable.
19349 (xemacsp): New variable.
19350 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19351 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19352 (ispell-dictionary-alist6): Russian command lines no longer accept
19353 run-together words.
19354 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19355 (ispell-dictionary-alist): Add koi8-r to customize definition.
19356 (check-ispell-version): Added documentation string. Return library
19357 path when called non-interactively.
19358 (ispell-menu-map-needed): Uses new variables.
19359 (ispell-library-path): New variable.
19360 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19361 (ispell-word): Improved documentation string. Test for valid
19362 character mappings. Correctly check typed in word changes that can
19363 result in single words split into multiple words.
19364 Return replacement word.
19365 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19366 replace in recursive query replace mode. Help message for
19367 recursive edit mode.
19368 (ispell-show-choices): Protect against bad framepop bindings.
19369 (ispell-help): Fix to work with XEmacs.
19370 (ispell-highlight-spelling-error): Use new variables.
19371 (ispell-overlay-window): Fix to work with XEmacs.
19372 (ispell-parse-output): Passed and returns location information
19373 tracking spelling corrections. Doesn't recheck same word on
19374 current line.
19375 (ispell-init-process): Protect against bogus XEmacs variable binding.
19376 Fix call to single argument in sleep-for. Use new variables.
19377 (ispell-region): Passed and returns location information tracking
19378 spelling corrections. Doesn't check same word on current line.
19379 Improved documentation string. Doesn't resend a line already
19380 checked to the ispell process - fixes bug in LaTeX parsing.
19381 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19382 (ispell-skip-region): No longer skips <TT> in SGML.
19383 (ispell-process-line): Tracks location information with spelling
19384 corrections. Added documentation string. Accounts for words
19385 already accepted on this line. Don't allow query-replace on line
19386 starting with math characters. Doesn't resend a line already sent
19387 to ispell process. Fixes alignment error bug.
19388
19389 2000-01-10 Richard M. Stallman <rms@gnu.org>
19390
19391 * dired-x.el (dired-guess-shell-alist-default):
19392 Suggest xloadimage, which is free, not xv, which isn't.
19393
19394 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19395 Don't ever include the host name or user name in the value.
19396
19397 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19398
19399 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19400 of a real newline.
19401
19402 2000-01-09 Stephen Eglen <stephen@gnu.org>
19403
19404 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19405 for .png files.
19406
19407 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19408
19409 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19410
19411 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19412
19413 * progmodes/cperl-mode.el: Replace ^F with ^L.
19414
19415 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19416 `require'ing rmail and mailalias to prevent infinite recursion.
19417
19418 2000-01-08 Dave Love <fx@gnu.org>
19419
19420 * emacs-lisp/backquote.el: Remove inappropriate customization
19421 (allowing custom.el to use backquote).
19422
19423 2000-01-07 Dave Love <fx@gnu.org>
19424
19425 * add-log.el (add-log-debugging): Deleted.
19426 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19427 file. Remove debugging code.
19428 (change-log-get-method-definition, change-log-name): Add doc.
19429 (change-log-sortable-date-at): New function.
19430 (change-log-merge): New command.
19431
19432 * time.el (display-time-string-forms): Make the Mail string active.
19433 (display-time-update): Provide help-echo for load average.
19434
19435 * bindings.el (make-mode-line-mouse2-map): New function.
19436 (mode-line-modified): Use it and simplify.
19437 (mode-line-mule-info): Provide help-echo info.
19438 (minor-mode-alist): Activate the strings.
19439 (make-mode-line-mouse-sensitive): Simplify for
19440 mode-line-buffer-identification.
19441
19442 2000-01-07 Gerd Moellmann <gerd@gnu.org>
19443
19444 * play/pong.el: New file.
19445
19446 2000-01-06 Dave Love <fx@gnu.org>
19447
19448 * array.el: Assorted cleanups for compiler warnings, doc strings,
19449 `array-' prefix for symbols.
19450
19451 2000-01-05 Dave Love <fx@gnu.org>
19452
19453 * textmodes/outline.el (outline-mode-menu-bar-map):
19454 Add outline-headers-as-kill.
19455 (outline-mode): Define imenu-generic-expression.
19456 (outline-headers-as-kill): New command.
19457
19458 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19459 from paragraph-start.
19460 (paragraph-indent-minor-mode): New command.
19461
19462 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19463 M-C-e, M-C-h, C-j, C-xnd, TAB.
19464 (fortran-mode): Set beginning-of-defun, end-of-defun.
19465 (fortran-column-ruler): Simplify.
19466 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19467 (fortran-with-subprogram-narrowing): Likewise.
19468 (fortran-indent-subprogram): Call mark-defun.
19469 (fortran-check-for-matching-do): Change narrowing.
19470
19471 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19472 (cl-lucid-hash-tag): Delete.
19473 (cl-hash-table-p): Correct test for native table.
19474 (cl-hash-table-count): Use hash-table-count.
19475
19476 * browse-url.el (browse-url): Fix case of
19477 browse-url-browser-function being an alist.
19478
19479 2000-01-05 Carsten Dominik <cd@gnu.org>
19480
19481 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19482 (reftex-index-phrase-file-extension): New options.
19483
19484 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19485 Use new option `reftex-index-phrase-file-extension'.
19486
19487 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19488 `reftex-parse-file-extension'.
19489
19490 2000-01-05 Dave Love <fx@gnu.org>
19491
19492 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19493 (beginning-of-defun-raw): Use it.
19494 (end-of-defun): New variable.
19495 (end-of-defun): Use it.
19496 (check-parens): New command.
19497
19498 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19499
19500 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19501 (hs-show-block): Don't use `mapcar' when not accumulating.
19502
19503 Fix buglet in local variables initialization.
19504
19505 2000-01-05 Andreas Schwab <schwab@suse.de>
19506
19507 * hscroll.el (hscroll): Doc fix.
19508
19509 2000-01-05 Carsten Dominik <cd@gnu.org>
19510
19511 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19512 Require idlw-toolbar.
19513
19514 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19515 file idlw-rinfo.el.
19516 (idlwave-customize): Load must read file idlw-shell.el.
19517 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19518
19519 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19520
19521 * progmodes/idlw-shell.el: Also provide idlwave-shell
19522 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19523 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19524
19525 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19526 both reftex-dcr and reftex-vcr.
19527
19528 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19529
19530 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19531
19532 * ps-print.el: PostScript code now is in separate files, doc fix.
19533 (ps-print-version): New version number (5.0.3).
19534 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19535 local.
19536 (ps-spool-config): Initialization fix.
19537 (ps-print-prologue-1, ps-print-prologue-2)
19538 (ps-print-duplex-feature): PostScript code moved to separated file.
19539 (ps-background-image): Little code reformating.
19540 (ps-begin-file, ps-begin-job): Fix code.
19541 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19542 (ps-prologue-file): New fun.
19543
19544 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19545
19546 * ps-vars.el: Eliminated.
19547
19548 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19549 `;;;###autoload'.
19550
19551 * ps-print.el: ps-vars eliminated, doc fix.
19552 (ps-print-version): New version number (5.0.2).
19553 (ps-spool-config): Initialization fix.
19554 (ps-print-customize): New fun.
19555
19556 2000-01-04 Gerd Moellmann <gerd@gnu.org>
19557
19558 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19559
19560 2000-01-04 Dave Love <fx@gnu.org>
19561
19562 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19563 menu items.
19564
19565 2000-01-03 Dave Love <fx@gnu.org>
19566
19567 * elide-head.el (elide-head) [defgroup]: Add :version.
19568
19569 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19570 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19571 Use `cl-hash-table-p', not `hash-table-p'.
19572 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19573
19574 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19575
19576 * faces.el (face-read-integer, read-face-attribute)
19577 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19578
19579 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19580
19581 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19582 at comment end, and re-insert them after filling.
19583
19584 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19585
19586 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19587 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19588 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19589
19590 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19591
19592 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19593 the new name of face-color-supported-p.
19594
19595 * term/w32-win.el (xw-defined-colors): Likewise.
19596
19597 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19598
19599 * simple.el (completion-setup-function): Count completion-size
19600 from minibuffer-prompt-end, not from point-min.
19601
19602 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19603
19604 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19605 Pass the frame to tty-color-* functions.
19606 (display-color-p, frame-set-background-mode): Pass the frame to
19607 tty-display-color-p.
19608
19609 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19610 tty-color-alist.
19611 (tty-color-alist, tty-modify-color-alist): New functions.
19612 (tty-color-define, tty-color-clear, tty-color-approximate)
19613 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19614 optional parameter FRAME.
19615
19616 2000-01-01 Gerd Moellmann <gerd@gnu.org>
19617
19618 * image.el (create-image, defimage): Don't assume image data is
19619 a string.
19620
19621 * image.el (defimage): Handle specifications containing :data
19622 instead of :file.
19623 (image-type-from-data): New function.
19624 (image-type-from-file-header): Use it.
19625 (create-image): Add parameter DATA-P.
19626
19627 See ChangeLog.8 for earlier changes.
19628
19629 ;; Local Variables:
19630 ;; coding: iso-2022-7bit
19631 ;; End: