]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-03-08 Gerd Moellmann <gerd@gnu.org>
2
3 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4 parameter `(minibuffer . t)'.
5
6 2001-03-07 Richard M. Stallman <rms@gnu.org>
7
8 * info.el (Info-scroll-down): Fix previous change.
9
10 * mail/rmail.el (rmail-toggle-header): Use a window which
11 is showing the Rmail buffer, rather than the selected window.
12
13 2001-03-07 Dave Love <fx@gnu.org>
14
15 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
16 now, to avoid problems with binding imenu directly to a mouse event.
17
18 2001-03-07 Gerd Moellmann <gerd@gnu.org>
19
20 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
21 second arg t.
22
23 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
24
25 * log-edit.el (log-edit-common-indent): New var.
26 (log-edit-set-common-indentation): Renamed from
27 log-edit-delete-common-indentation. Use the new var.
28 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
29
30 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
31 (cvs-mode-add-change-log-entry-other-window):
32 Don't presume change-log-default-name is defined.
33
34 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
35
36 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
37 the "tree" operation as well.
38
39 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
40
41 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
42 to match paragraph-start.
43
44 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
45 comment-start-skip and set comment-end-skip as well.
46 (sgml-comment-indent): Fix for new value of comment-start-skip.
47 (html-autoview-mode): Don't bother using make-local-hook.
48
49 2001-03-07 Gerd Moellmann <gerd@gnu.org>
50
51 * cus-edit.el (custom-save-delete): Move in front of local
52 variables, otherwise long Custom entries would make them
53 ineffective.
54
55 * uniquify.el: Set maintainer to FSF.
56
57 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
58
59 * dired-aux.el (dired-do-shell-command): Doc fix.
60
61 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
62
63 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
64
65 * which-func.el (which-func-modes): Add cperl-mode.
66 (which-func-mode-global): Use define-minor-mode.
67
68 * info-look.el: Docstring fixes and dead code eliminated.
69 (cperl-mode): Add support.
70 (emacs-lisp-mode): List all entries from elisp manual, whether
71 or not they are currently (f)bound or not. Update regexp.
72
73 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
74
75 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
76 so that C-h m shows the correct information.
77 Use make-local-variable rather than make-variable-buffer-local.
78 (cperl-info-buffer, cperl-setup-tmp-buf):
79 Use make-local-variable rather than make-variable-buffer-local.
80 (cperl-msb-fix, cperl-get-help-defer):
81 Check major-mode for `cperl-mode' as well.
82
83 * progmodes/cperl-mode.el: Updated to author version 4.23.
84 (cperl-electric-pod): SYNOPSIS was misspelled.
85 (cperl-find-pods-heres): @if ? a : b was considered a REx.
86 (cperl-after-expr-p): Make true after __END__.
87
88 2001-03-06 Gerd Moellmann <gerd@gnu.org>
89
90 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
91 bookmark-completion-ignore-case is t.
92
93 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
94 switch, like xterm, and concat resource strings, with a newline
95 between them.
96
97 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
98
99 * international/codepage.el (cp770-decode-table)
100 (cp773-decode-table, cp774-decode-table): New variables.
101
102 * man.el (Man-hyphenated-reference-regexp): New variable.
103 (Man-build-references-alist): Use it to search for referenced
104 manpages. If hyphenated is non-nil, record a concatenated word in
105 Man-refpages-alist only if it matches Man-reference-regexp.
106 Update word's length when it is concatenated. Reverse the list,
107 to get the first manpage at the head.
108 (Man-possibly-hyphenated-word): New function.
109 (Man-follow-manual-reference): Use it instead of current-word to
110 find a manpage at point, in a way that accounts for hyphenated
111 references.
112
113 2001-03-06 Alex Schroeder <alex@gnu.org>
114
115 * sql.el (sql-interbase): New function.
116 (sql-interbase-program): New option.
117 (sql-interbase-options): New option.
118 And some typos fixed: "customise" to "customize".
119
120 2001-03-06 Dave Love <fx@gnu.org>
121
122 * textmodes/flyspell.el (flyspell-region): Set up
123 flyspell-local-mouse-map.
124
125 2001-03-05 Richard M. Stallman <rms@gnu.org>
126
127 * mail/rmail.el (rmail-retry-failure):
128 Don't call rmail-beginning-of-message.
129 Don't discard From: field. Do discard Received: field.
130 Use unwind-protect to re-prune.
131 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
132
133 2001-03-06 Kenichi Handa <handa@etl.go.jp>
134
135 * international/quail.el (quail-title): Add autoload cookie.
136
137 2001-03-05 Dave Love <fx@gnu.org>
138
139 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
140 new defs.
141
142 2001-03-05 Kenichi Handa <handa@etl.go.jp>
143
144 * language/ethio-util.el (ethio-toggle-space): Update
145 current-input-method-title if necessary.
146 (ethio-toggle-punctuation): Likewise.
147
148 * international/quail.el (quail-title): Fix for the case that a
149 title of an input method is specified by a list of the same form
150 as used in mode-line-format.
151
152 * international/mule-cmds.el (activate-input-method): If
153 current-input-method-title is set by activating INPUT-METHOD,
154 respect that value.
155
156 2001-03-05 Gerd Moellmann <gerd@gnu.org>
157
158 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
159
160 2001-03-05 Alex Schroeder <alex@gnu.org>
161
162 * sql.el (sql-sybase): Fix typo (was: query user about server two
163 times instead of server and database).
164
165 * sql.el (sql-sybase): Doc change.
166 (sql-mysql): Doc change.
167 (sql-postgres): Doc change.
168
169 2001-03-05 Kenichi Handa <handa@etl.go.jp>
170
171 * international/mule-conf.el (emacs-mule, raw-text): Docstring
172 modified.
173
174 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
175
176 * term/internal.el: Update copyright notice.
177
178 * term/pc-win.el: Update copyright notice.
179
180 2001-03-02 Dave Love <fx@gnu.org>
181
182 * files.el (insert-file-contents-literally): Bind
183 inhibit-file-name-handlers and inhibit-file-name-operation, not
184 jka-compr-compression-info-list.
185
186 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
187
188 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
189 spaces in default comment-start-skip settings rather than \s-.
190
191 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
192
193 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
194 default-frame-alist as well.
195
196 2001-03-01 Dave Love <fx@gnu.org>
197
198 * textmodes/reftex.el (defvar): Wrap some defvars in
199 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
200
201 * subr.el (event-basic-type): Doc fix.
202
203 * international/quail.el: Doc fixes.
204
205 * international/utf-8.el: Doc fixes.
206
207 * international/mule-cmds.el: Doc fixes.
208 (leim-list-header): Fix header text.
209
210 * international/mule.el (coding-system-category): Doc fix.
211
212 * international/ccl.el (ccl-compile): Doc fix.
213
214 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
215
216 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
217 rather than (before|after)-change-functions.
218
219 2001-03-01 Gerd Moellmann <gerd@gnu.org>
220
221 * ediff-util.el (ediff-scroll-horizontally): Arrange for
222 scroll-left and scroll-right being called interactively so that
223 they set the window's min_hscroll.
224
225 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
226
227 * info.el (info-insert-file-contents-1): Accept an additional
228 argument `lfn': if it is non-nil, concatenate `filename' and
229 `suffix'; otherwise use the complicated MS-DOS code. All callers
230 changed.
231 (info-insert-file-contents, Info-find-node): If the MS-DOS port
232 can access long file names, try the long file-name version of
233 `info-insert-file-contents-1', then the short file-name version.
234
235 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
236
237 * language/ethio-util.el (setup-ethiopic-environment-internal):
238 Change bindings of functions keys to conform to "Emacs Lisp Coding
239 Convention".
240
241 * language/ethiopic.el ("Ethiopic"): Add documentation.
242
243 2001-02-28 Kenichi Handa <handa@etl.go.jp>
244
245 * international/utf-8.el (mule-utf-8): Set coding-category
246 property to coding-category-utf-8.
247
248 2001-02-27 Richard M. Stallman <rms@gnu.org>
249
250 * lpr.el (lpr-page-header-switches, print-region-1):
251 Undo 2000-07-06 change.
252 (lpr-add-switches): Default to t on gnu/linux.
253
254 2001-02-27 Gerd Moellmann <gerd@gnu.org>
255
256 * bs.el (bs-attributes-list): Doc fix.
257
258 2001-02-26 Gerd Moellmann <gerd@gnu.org>
259
260 * help.el (describe-project): Display the file THE-GNU-PROJECT.
261
262 * help.el (view-order-manuals): Use goto-address.
263
264 * startup.el (command-line-1): Add info about ordering manuals
265 to the not so fancy splash screens.
266
267 2001-02-26 Andre Spiegel <spiegel@gnu.org>
268
269 * vc.el (vc-default-workfile-unchanged-p)
270 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
271
272 2001-02-26 Gerd Moellmann <gerd@gnu.org>
273
274 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
275 fontify in the right buffer.
276
277 * allout.el (outline-flag-region): Move macro in front of first
278 use to avoid a run-time error.
279
280 2001-02-24 Andrew Innes <andrewi@gnu.org>
281
282 * makefile.w32-in: Fix copyright notice.
283
284 2001-02-24 Kenichi Handa <handa@etl.go.jp>
285
286 * international/utf-8.el (mule-utf-8): Set correct value for
287 valid-codes property.
288
289 * international/fontset.el (x-complement-fontset-spec): In the
290 case that we use ASCII font for the other charsets, use only
291 family and registry part of it.
292
293 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
294
295 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
296 (shrink-window-if-larger-than-buffer): Doc fix.
297
298 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
299
300 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
301 predicate passed to completing-read.
302
303 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
304
305 * startup.el (command-line): Fix last change.
306
307 2001-02-23 Jason Rumney <jasonr@gnu.org>
308
309 * startup.el (tool-bar-originally-present): New variable.
310 (command-line): Set it if the tool-bar is switched on at startup.
311
312 * frame.el (frame-notice-user-settings): Only adjust frame height
313 for no tool-bar case if tool-bar was originally switched on.
314 From E. Jay Berkenbilt.
315
316 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
317
318 * server.el (server-switch-buffer): Only switch window if the
319 current one is dedicated.
320
321 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
322 rather than using (match-beginning 0) when searching for break point.
323
324 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
325
326 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
327 @ follows an accent command such as @'. Support optional braces
328 in commands that insert accents, like makeinfo does.
329
330 2001-02-22 Gerd Moellmann <gerd@gnu.org>
331
332 * startup.el (fancy-splash-text): Add a line for ordering
333 manuals. Reverse order of splash screens shown.
334 (use-fancy-splash-screens-p): Adapt to the text line added.
335
336 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
337 manuals from the FSF.
338
339 * help.el (view-order-manuals): New function.
340 (toplevel): Bind C-h C-m to this function.
341
342 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
343
344 * newcomment.el (comment-forward): Skip the comment-start before
345 searching for the comment-end.
346
347 2001-02-21 Dave Love <fx@gnu.org>
348
349 * custom.el (custom-initialize-changed, defcustom): Doc fix.
350
351 * international/mule-cmds.el, international/mule.el: Doc fixes.
352
353 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
354 (fortune) <defgroup>: Add :link.
355 (fortune-from-region): Use eq, not eql.
356
357 2001-02-21 Gerd Moellmann <gerd@gnu.org>
358
359 * startup.el (fancy-splash-screens): Use display-hourglass
360 instead of display-busy-cursor.
361
362 * frame.el (display-hourglass): Renamed from busy-cursor.
363 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
364 (show-cursor-in-non-selected-windows): Doc fix.
365
366 2001-02-20 Dave Love <fx@gnu.org>
367
368 * international/utf-8.el: Doc and commentary fixes.
369
370 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
371
372 * ehelp.el (with-electric-help): Doc fix.
373
374 2001-02-20 Gerd Moellmann <gerd@gnu.org>
375
376 * msb.el (msb-mode): Call the update-buffers function explicitly
377 with a FORCE argument.
378
379 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
380 FORCE. If set, update the menu even if frame-or-buffer-changed-p
381 returns nil.
382
383 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
384
385 * ps-print.el: Timestamp package replacement. Some enhancements.
386 Some XEmacs compatibility. Doc fix.
387 (ps-print-version): New version number (6.4).
388 (ps-printer-name): Initialization fix.
389 (ps-zebra-stripe-follow): Funcionality enhancement.
390 (ps-prologue-file): Code enhancement.
391 (ps-right-header): Timestamp package replacement.
392 (ps-setup, ps-face-bold-p, ps-face-italic-p,
393 ps-get-page-dimensions)
394 (ps-generate-header, ps-begin-file, ps-begin-job)
395 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
396 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
397 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
398 (coding-system-for-write): Var declaration (XEmacs compatibility).
399
400 2001-02-20 Miles Bader <miles@gnu.org>
401
402 * image-file.el (image-file-name-extensions): Add "tif".
403
404 2001-02-19 Gerd Moellmann <gerd@gnu.org>
405
406 * wid-edit.el (widget-button-click): Save the selected window
407 around the code handling clicks on buttons.
408
409 2001-02-18 Dave Love <fx@gnu.org>
410
411 * imenu.el (imenu--generic-function): Use mapc to iterate over
412 syntax characters.
413
414 2001-02-17 Richard M. Stallman <rms@gnu.org>
415
416 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
417
418 * uniquify.el (uniquify-buffer-name-style): Doc fix.
419
420 2001-02-16 Gerd Moellmann <gerd@gnu.org>
421
422 * mouse.el (mouse-save-then-kill): If the distance from the new
423 point to the mark is equal to the distance of point from the new
424 point, move point instead of the mark.
425
426 2001-02-16 Dave Love <fx@gnu.org>
427
428 * textmodes/flyspell.el (flyspell-get-word): Return string without
429 properties.
430
431 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
432
433 * generic.el (generic-find-file-regexp): Doc fix.
434 (generic-ignore-files-regexp): New defcustom.
435 (generic-mode-find-file-hook): If the file's name matches the
436 regexp in `generic-ignore-files-regexp', don't enter
437 default-generic-mode. Doc fix.
438
439 2001-02-16 Gerd Moellmann <gerd@gnu.org>
440
441 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
442 Add autoload cookies.
443
444 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
445 of cal-tex-24.
446
447 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
448
449 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
450
451 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
452 the character class after the (optional) drive, to support file
453 names with embedded blanks.
454
455 2001-02-15 Sam Steingold <sds@gnu.org>
456
457 * textmodes/tex-mode.el (tex-shell-running):
458 Check the process buffer too.
459
460 2001-02-15 Dave Love <fx@gnu.org>
461
462 * battery.el (battery-status-function): Fix doc, :type.
463
464 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
465
466 2001-02-15 Gerd Moellmann <gerd@gnu.org>
467
468 * subr.el (read-passwd): Clear Lisp memory holding password.
469
470 2001-02-15 Miles Bader <miles@gnu.org>
471
472 * info.el (Info-copy-current-node-name): New function.
473 (Info-mode-menu): Add it to the menu.
474
475 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
476
477 * international/mule-cmds.el (toggle-input-method): Doc fix.
478
479 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
480
481 * replace.el (occur): Stop at end of buffer.
482
483 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
484
485 * international/mule-cmds.el (set-input-method): Another doc fix.
486
487 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
488
489 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
490
491 2001-02-13 Miles Bader <miles@gnu.org>
492
493 * faces.el (set-face-background, set-face-foreground)
494 (set-face-stipple): Treat a value of nil as being `unspecified'.
495
496 2001-02-12 Dave Love <d.love@dl.ac.uk>
497
498 * international/latin1-disp.el: Doc fixes.
499 (latin1-display) <defgroup>: Add :link.
500 (latin1-display) <function>: Set variable latin1-display.
501
502 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
503
504 * international/mule-cmds.el (set-input-method): Doc fix.
505
506 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
507
508 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
509 (speedbar-line-file): Return nil if not a file.
510 (speedbar-buffers-line-path): Return file for tags, and dir for files.
511
512 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
513
514 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
515 for remote files.
516 (ediff-coding-system-for-read): Replaced the no-conversion default
517 with raw-text.
518
519 * ediff-init.el: Removed :version from defcustom vars.
520
521 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
522 handling of the diff mode
523
524 * ediff.texi: Added ediff-coding-system-for-read.
525
526 * viper.texi: Fix typos.
527
528 2001-02-11 Dave Love <fx@gnu.org>
529
530 * shadowfile.el: Doc fixes.
531 (shadow) <defgroup>: Add :link.
532 (shadowfile-unload-hook): New function.
533 (shadow-initialize): Use defalias, not fset.
534 (shadow-define-cluster, shadow-define-literal-group)
535 (shadow-define-regexp-group, shadow-initialize): Add autoload
536 cookie.
537
538 * international/mule.el: Doc and message fixes.
539
540 * international/ccl.el (define-ccl-program): Doc fix.
541
542 2001-02-11 Kenichi Handa <handa@etl.go.jp>
543
544 * faces.el (mode-line): Set :line-width property to -1.
545
546 2001-02-10 Richard M. Stallman <rms@gnu.org>
547
548 * complete.el (partial-completion-mode): Doc fix.
549
550 * simple.el (delete-key-deletes-forward-mode):
551 Change `let' to `let*' to fix gross bug in last change.
552
553 * repeat.el (repeat): Don't let execute-kbd-macro alter
554 real-last-command.
555
556 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
557
558 * simple.el (eval-expression): Doc fix.
559
560 2001-02-09 Dave Love <fx@gnu.org>
561
562 * imenu.el (imenu-generic-expression): Doc fix.
563
564 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
565 Juanma Barranquero.
566
567 * emacs-lisp/authors.el (authors): Expand `root' before running find.
568
569 2001-02-09 Kenichi Handa <handa@etl.go.jp>
570
571 * faces.el (set-face-attribute): Describe the case of a negative
572 value specified for :line-width.
573
574 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
575
576 * which-func.el (which-func-mode): Invert which-func-mode-global.
577 Fix from Juanma Barranquero <lektu@uol.com.br>.
578
579 2001-02-08 Dave Love <fx@gnu.org>
580
581 * wid-edit.el (widget-plist-convert-widget): Replace binding of
582 widget-plist-value-type.
583 (widget-alist-convert-widget): Replace binding of
584 widget-alist-value-type.
585
586 * textmodes/paragraphs.el (sentence-end): Doc fix.
587
588 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
589 `backward-line'.
590
591 * play/pong.el (pong-blank-color, pong-bat-color)
592 (pong-ball-color, pong-border-color, pong-left-key)
593 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
594 (pong-pause-key, pong-resume-key, pong-timer-delay):
595 * mail/mh-comp.el (mh-compose-letter-function):
596 * eshell/esh-mode.el (eshell-skip-prompt-function):
597 * emulation/viper-ex.el (ex-unix-type-shell-options):
598 * recentf.el (recentf-menu-filter):
599 * ps-print.el (ps-print-region-function):
600 * lpr.el (print-region-function):
601 * forms.el (forms-mode-hooks):
602 * dirtrack.el (dirtrack-directory-change-hook):
603 * cus-start.el (temp-buffer-show-function, display-buffer-function):
604 * textmodes/spell.el (spell-filter):
605 * textmodes/fill.el (adaptive-fill-function):
606 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
607 * progmodes/etags.el (find-tag-default-function):
608 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
609 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
610
611 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
612
613 * emulation/viper-init.el (viper-fast-keyseq-timeout)
614 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
615 Meyering <jim@meyering.net>.
616
617 * loadup.el: Revert last change.
618
619 2001-02-07 Kenichi Handa <handa@etl.go.jp>
620
621 * international/mule.el (transform-make-coding-system-args): Make
622 it work also for coding systems not using CCL.
623
624 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
625
626 * simple.el (previous-matching-history-element)
627 (next-matching-history-element): Doc fix.
628
629 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
630 specific part.
631
632 2001-02-06 Dave Love <fx@gnu.org>
633
634 * add-log.el (add-log-current-defun-function)
635 (add-log-buffer-file-name-function, add-log-file-name-function):
636 Fix :type.
637 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
638
639 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
640
641 * info.el (info-initialize): Remove the test for system-type when
642 invocation-directory is non-nil.
643
644 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
645 of `font-lock-defaults' to `backward-paragraph' rather than nil.
646
647 2001-02-06 Andrew Innes <andrewi@gnu.org>
648
649 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
650 absolute.
651
652 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
653
654 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
655 buffers. When hi-lock turned on rather than only checking current
656 buffer for regexps, all buffers are checked. Moved activation of
657 font-lock to hi-lock-refontify. When font-lock turned off rather
658 than removing added highlighting just in current buffer, remove it
659 in all buffers. Changed edit menu text from "Automatic
660 Highlighting" to "Regexp Highlighting" Documentation for
661 highlighting phrases, minor documentation changes.
662 (hi-lock-set-file-patterns): Execute only if there are new or
663 existing file patterns.
664 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
665 unfontify and, if a support mode is active, will not refontify the
666 whole buffer. If necessary, turn on font lock. (Removed
667 font-lock-unfontify and font-lock support-mode-specific calls,
668 such as lazy-lock-fontify-window.)
669 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
670 patterns are found. Not useful now since find-file-hook is removed
671 if hi-lock is off, but may be needed for per-buffer hi-lock
672 activation.
673 (hi-lock-face-phrase-buffer): New function. Also added related
674 menu item and keybinding.
675 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
676 (hi-lock-process-phrase): New function.
677 (hi-lock-line-face-buffer): Doc fixes.
678 (hi-lock-face-buffer): Doc fixes.
679 (hi-lock-unface-buffer): Doc fixes.
680
681 2001-02-06 Gerd Moellmann <gerd@gnu.org>
682
683 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
684 dabbrev-ignored-regexps.
685
686 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
687
688 * simple.el (kill-line): Doc fix.
689
690 2001-02-05 Dave Love <fx@gnu.org>
691
692 * loadup.el: Revert last two changes -- bootstrapping works with
693 regenerated loaddefs.
694
695 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
696
697 * isearch.el (isearch-forward): Doc fix.
698
699 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
700 of font-lock-defaults to backward-paragraph.
701
702 2001-02-05 Gerd Moellmann <gerd@gnu.org>
703
704 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
705 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
706
707 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
708
709 * ebnf2ps.el: Eliminate time-stamp functions.
710 (ebnf-version): New version (3.5).
711 (ebnf-eps-finish-and-write): Replace time-stamp functions by
712 format-time-string.
713
714 2001-02-05 Gerd Moellmann <gerd@gnu.org>
715
716 * simple.el (next-line): Goto end-of-line before inserting a newline.
717
718 2001-02-05 Miles Bader <miles@gnu.org>
719
720 * image-file.el (insert-image-file): When visiting an image, also
721 set `truncate-lines' to t so that any fringe arrow looks correct.
722
723 2001-02-05 Kenichi Handa <handa@etl.go.jp>
724
725 * isearch.el (isearch-forward): Add description about input method
726 in the docsting.
727
728 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
729
730 * skeleton.el (skeleton-internal-1): Always push the mark for @.
731
732 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
733
734 * info.el (info-initialize): If installation-directory is nil, for
735 DOS/Windows systems try looking in a sibling of
736 invocation-directory.
737
738 2001-02-02 Gerd Moellmann <gerd@gnu.org>
739
740 * wid-edit.el (widget-button-click): Fix last change.
741
742 * frame.el (frame-notice-user-settings): When resizing the initial
743 frame because the tool bar is off, also change the frame's top
744 position if a negative top position was specified.
745
746 2001-02-02 Miles Bader <miles@gnu.org>
747
748 * image-file.el (insert-image-file): When visiting an image,
749 suppress the cursor in the image buffer.
750
751 2001-02-01 Dave Love <fx@gnu.org>
752
753 * progmodes/f90.el (f90-mode): Remove startup message.
754
755 * vc-cvs.el: Remove autoloads. Require vc when compiling.
756
757 2001-02-01 Gerd Moellmann <gerd@gnu.org>
758
759 * startup.el (command-line): Fix code determining whether or not
760 to use delete-key-deletes-forward-mode.
761
762 2001-02-01 Andre Spiegel <spiegel@gnu.org>
763
764 * vc.el (vc-diff-switches): New user option.
765 (vc-version-diff): Use it.
766 (vc-diff-switches-list): New macro.
767
768 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
769 customization options.
770 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
771
772 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
773
774 2001-02-01 Gerd Moellmann <gerd@gnu.org>
775
776 * msb.el (toplevel): Quote hook symbols.
777
778 2001-02-01 Kenichi Handa <handa@etl.go.jp>
779
780 * international/mule.el (make-coding-system): Add description
781 about recognized properties in the docstring.
782
783 * international/mule-conf.el: Remove unused charsets
784 mac-roman-lower and mac-roman-upper.
785
786 2001-01-31 Gerd Moellmann <gerd@gnu.org>
787
788 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
789 is in front of the left-margin, if any.
790
791 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
792 like `delete'.
793
794 * bindings.el: Define `kp-delete' like `delete' in
795 function-key-map.
796
797 * term/w32-win.el (mouse-set-font): Doc fix.
798
799 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
800
801 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
802 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
803 on already.
804
805 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
806
807 * files.el (save-buffer): Don't give message if (buffer-file-name)
808 returns nil.
809
810 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
811
812 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
813
814 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
815 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
816
817 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
818 display problems.
819
820 2001-01-31 Kenichi Handa <handa@etl.go.jp>
821
822 * international/mule.el (charset-info): Fix docstring.
823
824 * international/mule-diag.el (describe-character-set): Check final
825 char valid before printing it.
826
827 2001-01-30 Gerd Moellmann <gerd@gnu.org>
828
829 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
830
831 * frame.el (frame-notice-user-settings): Do the tool-bar
832 stuff only for graphical displays. Fix a braino.
833
834 * frame.el (frame-initialize): Create initial frame visible.
835 (frame-notice-user-settings): When tool-bar has been switched off,
836 correct the frame size and sync tool-bar-mode.
837
838 * startup.el (command-line): Remove manipulation of frame
839 height for tool bars.
840
841 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
842
843 * lpr.el: Compatibility with XEmacs and doc fixes.
844 (lpr-windows-system, lpr-lp-system): New vars.
845 (lpr-printer-switch): New defcustom.
846 (printer-name, lpr-command): Customization fix.
847 (print-region-1): Code fix.
848 (print-region-new-buffer, printify-region): Indentation fix.
849 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
850 functions.
851
852 2001-01-29 Gerd Moellmann <gerd@gnu.org>
853
854 * msb.el (toplevel): Fix the eval-after-load.
855
856 2001-01-29 Dave Love <fx@gnu.org>
857
858 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
859
860 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
861
862 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
863 compiling.
864 (tcl-using-emacs-19-23): Consider Emacs 21+.
865 (tcl-help-directory-list, tcl-command-switches): Fix :type.
866 (tcl-add-emacs-menu): Supply menu name.
867 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
868
869 2001-01-29 Gerd Moellmann <gerd@gnu.org>
870
871 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
872
873 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
874
875 * pcvs.el (cvs-mark-fis-dead): New function.
876 (cvs-mode-add): Use it.
877 (cvs-mode-add-change-log-entry-other-window):
878 Rebind change-log-default-name to itself rather than to nil.
879
880 2001-01-29 Sam Steingold <sds@gnu.org>
881
882 * vc-cvs.el: Replaced (require 'vc) with a bunch of
883 `autoload' statements.
884
885 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
886
887 * files.el (confirm-kill-emacs): Doc fix.
888
889 * frame.el (frame-initialize): Doc fix.
890
891 * time-stamp.el (time-stamp-string): Doc fix.
892
893 * woman.el (WoMan-log-1): Make the log buffer writable. From
894 Markus Rost <rost@math.ohio-state.edu>.
895
896 2001-01-29 Gerd Moellmann <gerd@gnu.org>
897
898 * imenu.el (imenu-syntax-alist): Add autoload cookie for
899 the `make-variable-buffer-local'.
900
901 2001-01-29 Dave Love <fx@gnu.org>
902
903 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
904 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
905 autoload cookie.
906 (ansi-color-apply-sequence): Fix typo.
907
908 2001-01-29 Gerd Moellmann <gerd@gnu.org>
909
910 * menu-bar.el (menu-bar-files-menu): Add menu items for
911 Postscript printing in black and white.
912
913 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
914 X-Mailman-Version, Precedence, List-Help, List-Post,
915 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
916 Content-Type, Content-Length.
917
918 2001-01-29 Dave Love <fx@gnu.org>
919
920 * elide-head.el (elide-head): Make overlay evaporate.
921
922 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
923 fix.
924
925 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
926
927 * isearch.el (isearch-highlight): Don't punt if the display
928 doesn't support colors, since isearch faces are defined for
929 monochrome displays as well.
930
931 2001-01-27 Sam Steingold <sds@gnu.org>
932
933 * shell.el (shell-write-history-on-exit): Make sure that we are in
934 the shell buffer (M-x tex-file RET inserted the error message into
935 the TeX buffer).
936
937 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
938
939 * simple.el (transient-mark-mode): Doc fix.
940
941 2001-01-27 Gerd Moellmann <gerd@gnu.org>
942
943 * progmodes/etags.el (find-tag-noselect): Don't bind
944 tags-file-name.
945
946 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
947
948 * shell.el (shell-unquote-argument): If the shell is one of the
949 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
950 quote character.
951 (shell-dumb-shell-regexp): Document that the shells which match
952 this regexp are supposed to not treat a backslash as a quote
953 character.
954
955 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
956 from 2001-01-12. It is not needed, since backspace is mapped into
957 DEL.
958
959 2001-01-27 Richard M. Stallman <rms@gnu.org>
960
961 * dabbrev.el (dabbrev--substitute-expansion):
962 Treat a one-capital-letter abbrev as "not all upper case",
963 so as to force preservation of the expansion's pattern
964 if the expansion starts with a capital letter.
965
966 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
967
968 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
969 Doc fix.
970
971 * simple.el (transient-mark-mode): Document the fact that many
972 commands act on the region when mark is active.
973
974 2001-01-27 Kenichi Handa <handa@etl.go.jp>
975
976 * international/quail.el (quail-setup-completion-buf): Make the
977 multibyteness of current buffer inherited to Quail completion
978 buffer.
979 (quail-show-guidance-buf): Make the multibyteness of current
980 buffer inherited to Quail guidance buffer.
981 (quail-help): Make the multibyteness of current buffer inherited
982 to Quail help buffer.
983
984 2001-01-26 Dave Love <fx@gnu.org>
985
986 * time-stamp.el: Doc fixes.
987
988 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
989 (delphi-keyword-face, delphi-other-face): Fix :type.
990
991 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
992
993 * mail/feedmail.el (feedmail): Add :link.
994 (feedmail-send-it): Doc fix.
995
996 * mail/sendmail.el: Doc fixes.
997 (sendmail-send-it): Fix the non-ASCII regexp and use
998 rfc2047-encode-string.
999
1000 * dired.el, dired-aux.el: Revert last change.
1001
1002 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1003
1004 * makefile.w32-in (DONTCOMPILE): Add various term files.
1005
1006 2001-01-26 Dave Love <fx@gnu.org>
1007
1008 * Makefile.in (DONTCOMPILE): Add various term files.
1009
1010 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1011
1012 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1013
1014 * startup.el (display-startup-echo-area-message): Make sure
1015 the echo area is resized to fit the size of the startup
1016 message.
1017
1018 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1019 part of which is a constant.
1020
1021 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1022
1023 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
1024 twice.
1025
1026 2001-01-26 Richard M. Stallman <rms@gnu.org>
1027
1028 * simple.el (next-line): Don't let `newline' expand abbrevs.
1029 Simplify slightly.
1030 (open-line): Don't let `newline' expand abbrevs.
1031
1032 2001-01-25 John Wiegley <johnw@gnu.org>
1033
1034 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1035 to `repeat' in the :type field.
1036
1037 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1038 allow a choice of regexp or nil.
1039 (pcomplete-dir-ignore): Same.
1040
1041 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1042 a command) to always fail.
1043
1044 2001-01-25 Gerd Moellmann <gerd@gnu.org>
1045
1046 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1047 discard the result.
1048 (iswitchb-to-end): Likewise.
1049
1050 2001-01-25 Sam Steingold <sds@gnu.org>
1051
1052 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
1053 Require vc.
1054
1055 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1056
1057 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1058
1059 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1060
1061 2001-01-25 Dave Love <fx@gnu.org>
1062
1063 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1064 (describe-coding-system): Tweak the English text.
1065
1066 * loadup.el: Preload international/ccl for utf-8.
1067
1068 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1069
1070 * mail/rmail.el (rmail-redecode-body): Doc fix.
1071
1072 2001-01-25 Kenichi Handa <handa@etl.go.jp>
1073
1074 * international/mule-cmds.el (reset-language-environment): Reset
1075 coding-category-utf-8 to mule-utf-8.
1076
1077 * international/mule-conf.el (coding-category-utf-8): Initialize
1078 to mule-utf-8.
1079
1080 * loadup.el: Preload international/utf-8.
1081
1082 * international/utf-8.el: New file.
1083
1084 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1085
1086 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1087
1088 2001-01-24 Sam Steingold <sds@gnu.org>
1089
1090 * dired.el (dired-replace-in-string): Removed.
1091 (dired-sort-toggle): Use `replace-regexps-in-string'
1092 instead of `dired-replace-in-string'.
1093
1094 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1095 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
1096
1097 * gs.el (gs-replace-in-string): Removed.
1098 (gs-options): Use `replace-regexps-in-string'
1099 instead of `gs-replace-in-string'.
1100
1101 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1102
1103 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1104 bug report is mailed to an email list and posted to a news group.
1105
1106 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1107
1108 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1109 change of 2000-08-03 to move point to the start of the line again.
1110
1111 * startup.el (tool-bar-images-pixel-height): New variable.
1112 (command-line): After loading the user's init file, when
1113 tool-bar-mode is on, increase the frame's size by some lines for
1114 the tool-bar.
1115
1116 * frame.el (frame-initialize): Create the initial frame invisible.
1117
1118 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1119
1120 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1121 (chinese-big5): MIME:Big5.
1122
1123 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1124
1125 * international/mule-cmds.el (universal-coding-system-argument):
1126 Handle commands with prefix args.
1127
1128 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1129
1130 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1131 being a list of numbers.
1132 (diary-mail-entries): Rewritten.
1133
1134 2001-01-23 Dave Love <fx@gnu.org>
1135
1136 * international/mule.el (make-coding-system): Fix typo.
1137
1138 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
1139 backward-paragraph as font-lock-beginning-of-syntax-function.
1140
1141 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1142
1143 * font-lock.el (font-lock-mode): Doc fix.
1144
1145 2001-01-23 Kenichi Handa <handa@etl.go.jp>
1146
1147 * international/mule.el (make-translation-table): Fix docstring.
1148
1149 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1150
1151 * mail/rmail.el (rmail-redecode-body): New function.
1152
1153 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1154
1155 2001-01-22 Gerd Moellmann <gerd@gnu.org>
1156
1157 * isearch.el (isearch-lazy-highlight-case-fold-search)
1158 (isearch-lazy-highlight-regexp): New variables.
1159 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1160 case-fold search or regexp search has been toggled.
1161
1162 * wid-edit.el (widget-button-click): Avoid a save-excursion
1163 around running a global binding.
1164
1165 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1166 to 0.25.
1167
1168 2001-01-20 Miles Bader <miles@gnu.org>
1169
1170 * cus-edit.el (custom-face-save): Do post-processing on the face's
1171 new value like `custom-face-set' does.
1172
1173 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1174
1175 * mail/emacsbug.el (report-emacs-bug): Report the value of
1176 LC_CTYPE, not LC_TYPE.
1177
1178 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1179 isearch-toggle-regexp and isearch-edit-string to doc string.
1180
1181 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1182
1183 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1184 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1185
1186 * jit-lock.el (jit-lock-fontify-now): Don't bind
1187 font-lock-beginning-of-syntax-function to nil.
1188
1189 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1190
1191 * mail/emacsbug.el (report-emacs-bug): Report values of
1192 locale-coding-system, default-enable-multibyte-characters, and the
1193 environment variables LC_ALL, LC_TYPE, and LANG.
1194
1195 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1196
1197 * font-lock.el (font-lock-default-fontify-region): Fix last
1198 change.
1199
1200 * font-lock.el (font-lock-multiline): Default to nil.
1201 (font-lock-default-fontify-region): If font-lock-multiline is
1202 nil, don't check the property `font-lock-multiline'.
1203
1204 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1205 is nil, don't check the `font-lock-multiline' text property.
1206
1207 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1208
1209 * viper.el: Call initial-major-mode on startup.
1210
1211 * ediff.el (ediff-patch-file): Use better defaults.
1212
1213 * ediff-vers.el: Fix for 8+3 DOS file systems.
1214
1215 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
1216
1217 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
1218 diff mode, if available.
1219
1220 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1221
1222 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
1223
1224 * ediff-init.el (subst-char-in-string): Define and use it, unless
1225 it's already defined.
1226
1227 2001-01-18 Gerd Moellmann <gerd@gnu.org>
1228
1229 * tooltip.el (tooltip-hide-delay): New user-option.
1230 (tooltip-show): Use tooltip-hide-delay instead of the default.
1231
1232 2001-01-18 Kenichi Handa <handa@etl.go.jp>
1233
1234 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1235 kill-local-variable doesn't work for enable-multibyte-characters.
1236
1237 2001-01-17 Dave Love <fx@gnu.org>
1238
1239 * ediff-init.el (ediff-before-setup-hook)
1240 (ediff-merge-filename-prefix): Add :version.
1241
1242 * international/latin1-disp.el: Require disp-table.
1243 (latin1-display): Fix :set.
1244
1245 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1246
1247 2001-01-17 Gerd Moellmann <gerd@gnu.org>
1248
1249 * isearch.el (isearch-lazy-highlight-initial-delay)
1250 (isearch-lazy-highlight-interval): Default to 0.
1251
1252 2001-01-17 Bob Glickstein <bobg@zanshin.com>
1253
1254 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1255 1 here rather than each time through
1256 isearch-lazy-highlight-new-loop.
1257 (isearch-lazy-highlight-max): Variable deleted.
1258 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1259 isearch-lazy-highlight-max but controls a single invocation of
1260 isearch-lazy-highlight-update.
1261 (isearch-lazy-highlight-wrapped): Variable recreated.
1262 (isearch-lazy-highlight-window-start): New variable.
1263 (isearch-lazy-highlight-cleanup): Restored to behavior of
1264 before 2-Jan.
1265 (isearch-lazy-highlight-remove-overlays): Function deleted;
1266 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1267 behavior removed.
1268 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1269 isearch-lazy-highlight-update in a loop rather than just once.
1270 Test isearch-invalid-regexp here and decide not to start a new
1271 loop, rather than testing it each time through
1272 isearch-lazy-highlight-update.
1273 (isearch-lazy-highlight-search): Function restored.
1274 (isearch-lazy-highlight-update): Get called in a timer loop again,
1275 but this time highlight more than one match each time through.
1276 Only highlight matches in the visible part of the window. Start
1277 at point, move in the direction of the search, and wrap around at
1278 the edge of the window. Use sit-for to force redisplay and ensure
1279 window-start is credible. "Face suppressing" behavior removed;
1280 overlay priorities should make it unnecessary, right?
1281 (isearch-highlight): Face suppressing behavior removed.
1282 (isearch-dehighlight): Face suppressing behavior removed.
1283 (isearch-set-lazy-highlight-faces-at): Removed.
1284
1285 2001-01-17 Kenichi Handa <handa@etl.go.jp>
1286
1287 * language/european.el ("Latin-1"): Make the format of description
1288 about additional language environments same as that of Latin-2.
1289
1290 2001-01-16 Dave Love <fx@gnu.org>
1291
1292 * isearch.el (isearch-lazy-highlight): Add :version.
1293
1294 * simple.el (backward-delete-char-untabify-method)
1295 (next-line-add-newlines): Add :version.
1296
1297 2001-01-16 Gerd Moellmann <gerd@gnu.org>
1298
1299 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1300 Don't bind <delete> otherwise.
1301
1302 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1303 and <delete> via function-key-map.
1304
1305 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1306 Subject line only if point is after the `Subject:'.
1307
1308 2001-01-16 Kenichi Handa <handa@etl.go.jp>
1309
1310 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1311 japanese-jisx0213-2 in `charset' property of this lang. env.
1312
1313 * language/european.el ("Latin-1"): Add description for Dutch and
1314 Spanish lang. env.
1315
1316 * international/mule.el (decode-char): Fix conditions.
1317 (encode-char): Handle eight-bit-control too.
1318 (transform-make-coding-system-args): New function.
1319 (make-coding-system): Accept XEmacs style arguments for CCL base
1320 coding system.
1321
1322 2001-01-15 Gerd Moellmann <gerd@gnu.org>
1323
1324 * progmodes/etags.el (find-tag-noselect): Save the value of
1325 tags-file-name before switching buffers, for the case it has a
1326 buffer-local value.
1327
1328 2001-01-15 Alex Schroeder <alex@gnu.org>
1329
1330 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1331 From Dave Love <fx@gnu.org>.
1332 (ansi-color-for-comint-mode): Fix :version.
1333
1334 2001-01-15 Alex Schroeder <alex@gnu.org>
1335
1336 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1337
1338 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1339
1340 * dired.el (dired-insert-directory): If file-system-info fails,
1341 remove the " free " part, but don't signal an error.
1342
1343 2001-01-12 Sam Steingold <sds@gnu.org>
1344
1345 * bookmark.el (bookmark-maybe-historicize-string):
1346 Use new backquote syntax.
1347
1348 2001-01-12 Richard M. Stallman <rms@gnu.org>
1349
1350 * subr.el (last): Handle a list that doesn't end in nil.
1351
1352 2001-01-12 Sam Steingold <sds@gnu.org>
1353
1354 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1355 to `backward-delete-char-untabify'.
1356
1357 2001-01-12 Dave Love <fx@gnu.org>
1358
1359 * cus-edit.el (customize-menu-create): Fix the :filter following
1360 easymenu change.
1361
1362 * wid-edit.el (function): Add :match-alternatives.
1363 (widget-color-action): Doc fix.
1364
1365 2001-01-12 Gerd Moellmann <gerd@gnu.org>
1366
1367 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1368
1369 2001-01-12 Kenichi Handa <handa@etl.go.jp>
1370
1371 * international/mule-cmds.el (prefer-coding-system): Fix
1372 docstring.
1373
1374 * international/ccl.el (define-ccl-program): Fix docstring.
1375
1376 2001-01-11 Dave Love <fx@gnu.org>
1377
1378 * international/mule-cmds.el (standard-display-european-internal):
1379 Set display table for 2208 as for 160.
1380
1381 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1382
1383 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1384 entry for custom-menu-create change.
1385 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1386 don't cons it in the search loop.
1387
1388 * imenu.el (imenu--truncate-items): Revert last change.
1389
1390 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1391
1392 * info.el (Info-setup-header-line): If the node header includes
1393 either Next: or Prev: links, don't show the File: and Node: parts
1394 in the header line.
1395
1396 2001-01-11 Gerd Moellmann <gerd@gnu.org>
1397
1398 * comint.el (comint-goto-process-mark): Don't print a message
1399 when running in batch mode.
1400
1401 * isearch.el (isearch-search): In the condition-case handler for
1402 `error', set isearch-invalid-regexp to the whole error message.
1403
1404 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1405 ensure that eval-after-load works for files dumped with Emacs.
1406
1407 * help.el (load-symbol-file-load-history): New function extracted
1408 from function symbol-file.
1409 (symbol-file): Use it.
1410
1411 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1412 exit.xpm.
1413
1414 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1415
1416 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1417 behave as if there were no prefix argument.
1418 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1419 argument were nil.
1420
1421 2001-01-11 Richard M. Stallman <rms@gnu.org>
1422
1423 * isearch.el (isearch-lazy-highlight-update):
1424 Don't look for more potential matches once maximum is exceeded.
1425 Use overlays-in to check correctly for overlap with current match.
1426 Ignore empty matches.
1427
1428 2001-01-11 Miles Bader <miles@gnu.org>
1429
1430 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1431 (ispell-overlay-window, ispell-help, ispell-show-choices)
1432 (ispell-command-loop): Use it instead of `window-height'.
1433
1434 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1435
1436 * files.el (confirm-kill-emacs): New user-option.
1437 (save-buffers-kill-emacs): Ask for final confirmation before
1438 killing Emacs.
1439
1440 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1441 to nil.
1442
1443 2001-01-10 Dave Love <fx@gnu.org>
1444
1445 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1446
1447 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1448 :type.
1449
1450 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1451
1452 * calculator.el (calculator-number-digits): Fix :type.
1453
1454 * vc-cvs.el (vc-cvs-header): Fix :type.
1455 * vc-rcs.el (vc-rcs-header): Fix :type.
1456 * vc-sccs.el (vc-sccs-header): Fix :type.
1457
1458 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1459
1460 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1461
1462 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1463
1464 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1465
1466 * simple.el (set-variable): Force a thorough redisplay for the
1467 case that the variable has an effect on the display, like
1468 `tab-width' has.
1469
1470 2001-01-10 Andre Spiegel <spiegel@gnu.org>
1471
1472 * vc.el: Add documentation for backend interface.
1473
1474 2001-01-10 Kenichi Handa <handa@etl.go.jp>
1475
1476 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1477
1478 * international/mule-conf.el (latin-extra-code-table): Set to t
1479 for \223 and \224.
1480
1481 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1482
1483 * international/mule-cmds.el (locale-language-names): Map "es" to
1484 "Spanish" and "nl" to "Dutch".
1485
1486 2001-01-09 Gerd Moellmann <gerd@gnu.org>
1487
1488 * bindings.el (global-map): Bind <home> to beginning-of-line,
1489 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1490 C-<end> to end-of-buffer.
1491
1492 * language/european.el: Add Dutch and Spanish language info
1493 to be able to use the appropriate tutorials.
1494
1495 2001-01-09 Alex Schroeder <alex@gnu.org>
1496
1497 * ansi-color.el (ansi-color-process-output): Use markers instead
1498 of positions for start and end of region.
1499 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1500 Previously, occasional mistakes happend when fontifying many
1501 chunks of output (eg. ls --color=yes /dev). This happened
1502 whenever an overlay was created up to the end of the region, which
1503 coincided with the process-mark. New text would then be added
1504 within that overlay instead of after it.
1505 (ansi-color-make-extent): Overlays are created with the property
1506 `modification-hooks' set to '(ansi-color-freeze-overlay).
1507 (ansi-color-freeze-overlay): New function. When inserting text at
1508 the end of the overlay, the overlay will resize.
1509
1510 2000-01-09 Alex Schroeder <alex@gnu.org>
1511
1512 * ansi-color.el (ansi-color-process-output): Doc change.
1513 (ansi-color-unfontify-region): Doc change. No longer installed
1514 automatically in font-lock-unfontify-region-function.
1515 (ansi-color-apply): Doc change.
1516 (ansi-color-apply-on-region): Use extents or overlays instead of
1517 text-properties.
1518 (ansi-color-make-extent): New function.
1519 (ansi-color-set-extent-face): New function.
1520
1521 2000-01-09 Alex Schroeder <alex@gnu.org>
1522
1523 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1524 both use ansi-color-process-output, now.
1525 (ansi-color-process-output): Doesn't return string anymore. It is
1526 installed in comint-output-filter-functions for both Emacs and
1527 XEmacs, now.
1528 (ansi-color-unfontify-region): Simplified code removing variables
1529 pos and start-ansi.
1530 (ansi-color-apply): Put text-property ansi-color before putting
1531 text-property face because ansi-color-unfontify-region is called
1532 immediately after the call to put-text-property.
1533 (ansi-color-context-region): Doc change.
1534 (ansi-color-filter-region): Simplified code.
1535 (ansi-color-apply-on-region): Changed start to start-marker, using
1536 a marker explicitly. Put text-property ansi-color before putting
1537 text-property face because ansi-color-unfontify-region is called
1538 immediately after the call to put-text-property.
1539
1540 2000-01-09 Alex Schroeder <alex@gnu.org>
1541
1542 * ansi-color.el (ansi-color-faces-vector): Doc change.
1543 (ansi-color-for-comint-mode): Changed :type property to choice.
1544 (ansi-color-last-context): Removed.
1545 (ansi-color-process-output): Don't use ansi-color-last-context, as
1546 the main functions will store their context now.
1547 (ansi-color-context): Doc change.
1548 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1549 Uses ansi-color-context such that repeated calls will strip
1550 partial escape sequences, too.
1551 (ansi-color-apply): Simplified code. Colorize end of string if
1552 face is not null. Store context in new (FACE STRING) format, such
1553 that repeated calls will strip partial escape sequences, too.
1554 Append faces to face property using ansi-color-apply-sequence such
1555 that cumulative mode actually works.
1556 (ansi-color-context-region): New variable.
1557 (ansi-color-filter-region): Rewrote it based on
1558 ansi-color-apply-on-region. Uses ansi-color-context-region such
1559 that repeated calls will strip partial escape sequences, too.
1560 (ansi-color-apply-on-region): Simplified code. Colorize end of
1561 region if face is not null. Store context in new (FACE POS)
1562 format, such that repeated calls will strip partial escape
1563 sequences, too. Append faces to face property using
1564 ansi-color-apply-sequence such that cumulative mode actually
1565 works.
1566 (ansi-color-apply-sequence): New function.
1567 (ansi-color-get-face): When the default face is added to the list
1568 of faces, all previous settings are discarded and the list of
1569 faces is set to '(default).
1570
1571 2000-01-09 Alex Schroeder <alex@gnu.org>
1572
1573 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1574 face, such that ansi-color-apply and ansi-color-apply-on-region
1575 will do the right thing.
1576 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1577 returns nil, set the list of faces back to nil instead of
1578 appending the result of ansi-color-get-face to the front of the
1579 list.
1580
1581 2000-01-09 Alex Schroeder <alex@gnu.org>
1582
1583 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1584 (ansi-color-process): Doc change.
1585 (ansi-color-last-context): New buffer-local variable.
1586 (ansi-color-process-output): New function. It is automatically
1587 added to comint-output-filter-functions if this is XEmacs.
1588 (ansi-color-unfontify-region): New optional parameter for XEmacs
1589 compatibility. Check wether font-lock-syntactic-keywords is
1590 boundp before removing the syntax table text property, as XEmacs
1591 doesn't have it.
1592 (ansi-color-filter-region): Doc change.
1593 (ansi-color-apply-on-region): Doc change.
1594 (ansi-color-make-face): New function. Compatibility layer for
1595 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1596 (ansi-color-make-color-map): Use ansi-color-make-face.
1597 (ansi-color-get-face): Avoid face text property '(nil) as results
1598 in an errow for XEmacs.
1599
1600 2000-01-09 Alex Schroeder <alex@gnu.org>
1601
1602 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1603 text-property ansi-color in order to preserve fontification by
1604 ansi-color. When the package is loaded, a lambda expression is
1605 put onto font-lock-mode-hook. This lambda expression will check
1606 font-lock-unfontify-region-function and replace
1607 font-lock-default-unfontify-region with
1608 ansi-color-unfontify-region.
1609 (ansi-color-apply): Add text-property ansi-color in addition to
1610 text-property face.
1611 (ansi-color-apply-on-region): Add text-property ansi-color in
1612 addition to text-property face.
1613 (save-buffer-state): Copy of the macro that is also used by
1614 lazy-lock and font-lock.
1615
1616 (ansi-color-for-comint-mode): New option.
1617 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1618 (ansi-color-for-comint-mode-off): Ditto.
1619 (ansi-color-for-comint-mode-filter): Ditto.
1620 (ansi-color-process): New function. Uses
1621 ansi-color-for-comint-mode to decide what to do. This function is
1622 added to comint-preoutput-filter-functions when the package is
1623 loaded.
1624
1625 (ansi-color-for-shell-mode-set): Removed.
1626 (ansi-color-for-shell-mode): Removed.
1627
1628 2000-01-09 Alex Schroeder <alex@gnu.org>
1629
1630 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1631 the lambda expression from the ansi-color-for-shell-mode :set
1632 property. Additionally, modify shell-mode-hook to enable or
1633 disable font-lock-mode for future shell buffers.
1634 (ansi-color-for-shell-mode): The :set property calls
1635 ansi-color-for-shell-mode-set instead of a lambda expression.
1636
1637 2000-01-09 Alex Schroeder <alex@gnu.org>
1638
1639 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1640 (ansi-color-context): New variable.
1641 (ansi-color-apply): Save context between calls.
1642
1643 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1644
1645 * isearch.el (isearch, isearch-lazy-highlight-face): New
1646 definitions for face colors and attributes.
1647
1648 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1649 of display-mouse-p.
1650
1651 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1652
1653 * international/mule.el (make-coding-system): If the coding system
1654 accepts extra latin codes, register such codes as safe for the
1655 coding system.
1656
1657 2001-01-08 Richard M. Stallman <rms@gnu.org>
1658
1659 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1660 don't mention the file name or the date here, because they are
1661 logged at the start of the file.
1662
1663 2001-01-08 Richard M. Stallman <rms@gnu.org>
1664
1665 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1666 Change screen-width to frame-width.
1667
1668 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1669
1670 * info.el (Info-search): Print the default as part of the prompt.
1671
1672 2001-01-08 Andre Spiegel <spiegel@gnu.org>
1673
1674 * vc.el (vc-default-latest-on-branch-p): New function, replaces
1675 constant implementations in backends.
1676
1677 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1678 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1679
1680 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1681 WRITABLE to EDITABLE.
1682
1683 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1684 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1685 to EDITABLE.
1686
1687 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1688
1689 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1690 (copyright, copyright-update): Compute the current year at run
1691 time.
1692
1693 2001-01-08 Gerd Moellmann <gerd@gnu.org>
1694
1695 * isearch.el (isearch-old-signal-hook): Removed.
1696 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1697 instead of setting signal-hook-function.
1698 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1699
1700 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
1701
1702 * emulation/edt.el: Update to version 4.0. Provide support for
1703 EDT scroll margins at top and bottom of the window. Provide an
1704 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1705 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1706 user when file-related buffer modifications exist. Provide
1707 support for running EDT Emulation in XEmacs. Provide customize
1708 access to some user updatable variables. Add Commentary section
1709 to file header. Fixed a few minor bugs and cleaned up some code.
1710
1711 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1712 for detecting a keypress that generates an ASCII key sequence.
1713 (Previously, only a keypress that generates a vector was
1714 recognized.) Embed Window Manager name into name of the generated
1715 EDT Emulation initialization file since the initialization file is
1716 Window Manager specific. Add Commentary section to file header.
1717
1718 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * mail/sendmail.el (mail-mode): Doc fix.
1721
1722 * info.el (Info-goto-emacs-command-node): Doc fix.
1723 (Info-goto-emacs-key-command-node): Doc fix.
1724
1725 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1726
1727 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1728 systems without long file-name support.
1729
1730 2001-01-06 Andrew Innes <andrewi@gnu.org>
1731
1732 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1733
1734 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1735
1736 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1737 (isearch-lazy-highlight-update): Doc fix.
1738
1739 * ffap.el (ffap-bindings): Doc fix.
1740
1741 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1742
1743 2001-01-05 Dave Love <fx@gnu.org>
1744
1745 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1746
1747 2001-01-05 Gerd Moellmann <gerd@gnu.org>
1748
1749 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1750 scroll-preserve-screen-position to nil.
1751
1752 * isearch.el (isearch-old-signal-hook): New variable.
1753 (isearch-mode): Set signal-hook-function to isearch-done.
1754 (isearch-done): Restore old signal-hook-function.
1755
1756 * info.el (Info-fontify-node): Mark one more char as intangible.
1757
1758 2000-01-05 Kenichi Handa <handa@etl.go.jp>
1759
1760 * composite.el (compose-last-chars): New argument COMPONENTS. If
1761 it is non-nil, compose preceding characters by compose-region with
1762 COMPONENTS.
1763
1764 * international/quail.el (quail-input-string-to-events): New function.
1765 (quail-input-method): Convert input string to events here.
1766 (quail-start-translation): Return input string, not event list.
1767 (quail-start-conversion): Likewise.
1768
1769 2001-01-04 Gerd Moellmann <gerd@gnu.org>
1770
1771 * tooltip.el (tooltip-cancel-delayed-tip)
1772 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1773 and tooltip-add-timeout.
1774 (tooltip-show): Set border color from faces's foreground.
1775 (tooltip-show-help-function): If called with the same help string
1776 as last time, do nothing.
1777 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1778
1779 * startup.el (fancy-splash-screens): Don't bind show-help-function
1780 to nil.
1781
1782 * tooltip.el (tooltip-frame-parameters): Remove colors.
1783 (tooltip): New face
1784 (tooltip-set-param): New function.
1785 (tooltip-show): Set up color frame parameters from face `tooltip'.
1786 Display the tooltip text in face `tooltip'.
1787
1788 2001-01-04 Dave Love <fx@gnu.org>
1789
1790 * whitespace.el (whitespace-global-mode): Fix typo.
1791
1792 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1793
1794 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1795
1796 * help.el (help-for-help): Fix a typo in a doc string. From
1797 kwzh@gnu.org (Karl Heuer).
1798
1799 2001-01-03 Dave Love <fx@gnu.org>
1800
1801 * dired-x.el: Doc fixes. Maintainer change.
1802 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1803 :type.
1804 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1805 (dired-guess-shell-alist-user): Customize.
1806 (dired-x-help-address): Set to bug-gnu-emacs.
1807 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1808 (dired-default-directory): Renamed from default-directory.
1809
1810 * hl-line.el (hl-line): Doc fix.
1811
1812 2001-01-03 Karl Fogel <kfogel@red-bean.com>
1813
1814 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1815
1816 2001-01-02 Richard M. Stallman <rms@gnu.org>
1817
1818 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1819 to remove all the current alternative-match highlighting.
1820 If nil, remove only what's outside the current window.
1821 (isearch-lazy-highlight-remove-overlays): Take optional
1822 region within which NOT to remove them.
1823 (isearch-lazy-highlight-new-loop): Greatly simplified.
1824 (isearch-lazy-highlight-update): Find all the other occurrences
1825 visible in the window, in just one call.
1826 (isearch-lazy-highlight-start): Now holds start of region to scan.
1827 (isearch-lazy-highlight-end): Now holds end of region to scan.
1828 (isearch-lazy-highlight-wrapped): Variable deleted.
1829 (isearch-lazy-highlight-search): Function deleted.
1830
1831 2000-01-02 Andrew Innes <andrewi@gnu.org>
1832
1833 * w32-fns.el (convert-standard-filename): Do length check on name
1834 before aref.
1835
1836 2001-01-02 Dave Love <fx@gnu.org>
1837
1838 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1839 value.
1840 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1841
1842 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1843
1844 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1845 read syntax.
1846
1847 * calendar/todo-mode.el (todo): Add :link, :version.
1848 (todo-save-top-priorities): Remove autoload cookie.
1849 (todo-add-category, todo-add-item-non-interactively)
1850 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1851 cookie.
1852
1853 2001-01-02 Gerd Moellmann <gerd@gnu.org>
1854
1855 * comint.el (comint-input-history-ignore): New variable.
1856 (comint-read-input-ring): Ignore entries matching
1857 comint-input-history-ignore.
1858
1859 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
1860
1861 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1862 (lm-copyright-mark): New function.
1863 (lm-crack-copyright): New function.
1864 (lm-verify): Check that the file has a copyright.
1865 Check that the file is copyright Free Software Foundation.
1866
1867 2000-12-30 Kenichi Handa <handa@etl.go.jp>
1868
1869 * international/mule-diag.el (print-fontset): Indent font name by
1870 24 columns, not 25.
1871
1872 2000-12-29 Gerd Moellmann <gerd@gnu.org>
1873
1874 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1875 in Subject line.
1876
1877 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1878 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1879 continuing an interrupted message with C-u C-x m for instence,
1880 winds up in Mail mode without abbrevs.
1881
1882 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1883
1884 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1885 non-nil. Adding almost all customization variables on ps-setup. Doc
1886 fix.
1887 (ps-print-version): New version number (6.3.3).
1888 (ps-end-with-control-d): Initialization fix.
1889 (ps-lines-printed): New var.
1890 (ps-skip-newline): New fun.
1891 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1892 (ps-next-line, ps-continue-line, ps-plot-region)
1893 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1894
1895 2000-12-29 Kenichi Handa <handa@etl.go.jp>
1896
1897 * international/fontset.el (x-complement-fontset-spec): Resolve
1898 ASCII font name so that the same family name is used for fonts
1899 registered in x-font-name-charset-alist.
1900 (create-fontset-from-fontset-spec): Adjusted for the above change.
1901 The name of fontset alias should be a unresolved ASCII font name.
1902
1903 2000-12-28 Gerd Moellmann <gerd@gnu.org>
1904
1905 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1906 and delete in isearch-mode-map.
1907
1908 2000-12-28 Richard M. Stallman <rms@gnu.org>
1909
1910 * dired-x.el (dired-guess-shell-alist-default):
1911 Use xpdf instead of acroread.
1912
1913 2000-12-28 Kenichi Handa <handa@etl.go.jp>
1914
1915 * textmodes/artist.el (artist-butlast): Deleted.
1916 (artist-ellipse-mirror-quadrant): Use butlast instead of
1917 artist-butlast.
1918
1919 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1920
1921 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1922
1923 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1924
1925 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1926
1927 * ls-lisp.el: Better support for the Mac and MS-Windows.
1928 (ls-lisp): New defgroup.
1929 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1930 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1931 (ls-lisp-support-shell-wildcards): New defcustoms.
1932 (ls-lisp-parse-symlink): New function.
1933 (insert-directory): Code to convert switches to a list and set up
1934 the wildcard argument copied from ls-lisp-insert-directory.
1935 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1936 for -C and -R switches.
1937 (ls-lisp-column-format): New function.
1938 (ls-lisp-delete-matching, ls-lisp-handle-switches)
1939 (ls-lisp-format-time): Add doc strings.
1940 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1941 Support ls-lisp-dirs-first.
1942 (ls-lisp-classify, ls-lisp-extension): New functions.
1943 (ls-lisp-format): Optionally support emulation of symlinks.
1944 Support -i, -s, and -G switches.
1945
1946 2000-12-27 Gerd Moellmann <gerd@gnu.org>
1947
1948 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1949
1950 * version.el (emacs-version): Print X scroll bar information.
1951
1952 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1953 instead of x-toolkit-scroll-bars-p.
1954
1955 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1956 of x-toolkit-scroll-bars-p.
1957
1958 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1959
1960 * ffap.el (ffap-bindings): Make interactive and add an autoload
1961 cookie.
1962 (ffap-bindings): Doc fix, to reflect the above change.
1963
1964 2000-12-27 Kenichi Handa <handa@etl.go.jp>
1965
1966 * term.el (term-char-mode): Define all non-ascii self-inserting
1967 characters to 'term-send-raw in term-raw-map.
1968
1969 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
1970
1971 * viper-init (viper-restore-cursor-type): Added condition-case
1972 guard.
1973
1974 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1975 initialization; use add-hook.
1976 (ediff-file-remote-p): Use file-local-copy.
1977
1978 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1979
1980 * ediff.el (ediff-patch-buffer): Bug fix.
1981 (ediff-revision): Allow selection of the file at the prompt.
1982
1983 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1984
1985 * subr.el (combine-run-hooks): Remove.
1986
1987 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1988 and remove the rogue second spec.
1989
1990 2000-12-23 Gerd Moellmann <gerd@gnu.org>
1991
1992 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1993
1994 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1995
1996 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1997 Use minibuffer menu prompt for the `=' prefix.
1998 (smerge-command-prefix): Change default to C-^.
1999 (smerge-mode): Don't assume font-lock doesn't move point.
2000
2001 * skeleton.el (skeleton-internal-1): Make sure the first line of
2002 the region is also re-indented.
2003 (skeleton-end-newline): New var.
2004 (skeleton-end-hook): Use it.
2005
2006 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2007
2008 * comint.el (comint-password-prompt-regexp): Support CVS.
2009
2010 2000-12-22 Gerd Moellmann <gerd@gnu.org>
2011
2012 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
2013 backspace key combinations, depending on
2014 delete-key-deletes-forward.
2015
2016 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2017
2018 * simple.el (delete-key-deletes-forward): Doc fix.
2019
2020 2000-08-22 Emmanuel Briot <briot@gnat.com>
2021
2022 * xml.el (top level comment): Updated to reflect the fact that
2023 white spaces are relevant in the XML file.
2024 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2025 to parse was already edited. This allows for on-the-fly analysis
2026 of XML files.
2027 (xml-parse-tag): Check that the casing is the same in the start
2028 tag and end tag, since XML is case-sensitive. Allows for spaces
2029 in the end tag, after the name of the tag.
2030 (xml-parse-attlist): Allow for the character '-' in the name of
2031 attributes, as in the standard http-equiv attribute Do not save
2032 the properties in the XML tree, since they are not relevant.
2033
2034 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2035
2036 * generic.el (generic-read-type): Undo last change, inline into
2037 `generic-mode' and then remove.
2038 (generic-mode): Inline generic-read-type.
2039 (define-generic-mode): Push the symbol name rather than the symbol
2040 onto generic-mode-list.
2041
2042 2000-12-21 Gerd Moellmann <gerd@gnu.org>
2043
2044 * generic.el (generic-read-type): Build an alist for
2045 completing-read as in 20.7.
2046
2047 * play/landmark.el (lm): Use interactive spec `P'.
2048 (toplevel): Don't set debug-on-error.
2049
2050 * server.el (server-switch-buffer): Choose a window on a visible
2051 frame.
2052
2053 2000-12-21 Dave Pearson <davep@davep.org>
2054
2055 * quickurl.el: Commentry change, I've moved my web site.
2056
2057 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2058
2059 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2060 ranges like \177-\237, but accepts the character sequence from \177 to
2061 \237. Doc fix.
2062 (ebnf-version): New version (3.4).
2063 (ebnf-setup): Code fix.
2064 (ebnf-range-regexp): New fun.
2065 (ebnf-8-bit-chars): Const fix.
2066
2067 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2068 entry. Doc fix.
2069 (ebnf-bnf-lex): Code fix.
2070 (ebnf-bnf-comment-chars): Const fix.
2071
2072 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2073 entry. Doc fix.
2074 (ebnf-iso-comment-chars): Const fix.
2075
2076 * ebnf-otz.el: Doc fix.
2077
2078 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2079 entry. Doc fix.
2080 (ebnf-yac-skip-code): Code fix.
2081 (ebnf-yac-comment-chars): Const fix.
2082
2083 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2084
2085 * files.el (insert-directory-safely): New function.
2086 (recover-file): Use it instead of insert-directory. From Markus
2087 Rost <markus.rost@mathematik.uni-regensburg.de>
2088
2089 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2090
2091 * international/mule-cmds.el (select-safe-coding-system): Check
2092 coding-category-list more rigidly. Improve help message.
2093
2094 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2095
2096 2000-12-21 Miles Bader <miles@gnu.org>
2097
2098 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
2099 prefix.
2100
2101 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2102
2103 * international/mule-diag.el (describe-char-after): Make *Help*
2104 buffer inherit multibyteness of the current buffer.
2105
2106 * international/mule.el (make-char): Docstring adjusted for the
2107 change of make-char-internal.
2108
2109 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2110
2111 * international/iso-cvt.el: Docstrings fix.
2112
2113 2000-12-20 Dave Love <fx@gnu.org>
2114
2115 * subr.el (eval-after-load): Doc fix.
2116
2117 2000-12-20 Kenichi Handa <handa@etl.go.jp>
2118
2119 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2120 for numbers.
2121
2122 2000-12-20 Miles Bader <miles@gnu.org>
2123
2124 * international/quail.el (quail-help): Resize the help window
2125 again after it has all its contents. Remove unneeded progn.
2126
2127 2000-12-19 Gerd Moellmann <gerd@gnu.org>
2128
2129 * pcmpl-linux.el: Fix copy/paste error.
2130
2131 2000-12-19 Andrew Innes <andrewi@gnu.org>
2132
2133 * simple.el (delete-key-deletes-forward-mode): Fix typo in
2134 docstring.
2135
2136 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2137
2138 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2139
2140 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2141
2142 * progmodes/idlw-shell.el: Fixed copyright notice.
2143
2144 * progmodes/idlwave.el: Fixed copyright notice.
2145
2146 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
2147 TAB as key separators.
2148
2149 2000-12-19 Alex Schroeder <alex@gnu.org>
2150
2151 * sql.el (sql-sybase-options): New option.
2152 (sql-sybase): Use it. Add sql-database to the list of parameters
2153 provided for login. The options -w 2048 -n are not used any more.
2154 (sql-postgres-options): Changed default from "--pset" to "-P".
2155 (sql-mysql-options): Doc change.
2156 (sql-stop): Doc change.
2157
2158 2000-12-19 Kenichi Handa <handa@etl.go.jp>
2159
2160 * international/quail.el (quail-input-method): Always hide
2161 the guidance buffer on exiting.
2162
2163 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2164
2165 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2166 isn't fboundp.
2167
2168 * server.el (server-buffer-done): Bury the buffer before
2169 killing it.
2170
2171 * faces.el (face-spec-set): Interpret a nil in specs for
2172 foreground and background colors as `unspecified', for
2173 compatibility with 20.x.
2174
2175 2000-12-18 Dave Love <fx@gnu.org>
2176
2177 * simple.el (mail-user-agent): Doc fix.
2178 (input-mode-8-bit): Removed.
2179
2180 * international/mule.el (set-keyboard-coding-system): Doc fix.
2181 (keyboard-coding-system): New option.
2182
2183 * mail/sendmail.el (send-mail-function): Customize.
2184
2185 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2186
2187 * international/codepage.el (cp866-decode-table): New table.
2188
2189 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2190
2191 * version.el (emacs-version): Remove `%a' from the time format
2192 because the weekday doesn't fit well into each locale.
2193
2194 2000-12-18 Miles Bader <miles@gnu.org>
2195
2196 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2197
2198 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
2199 Check that emacs-major-version is `=' to 20, not `>='.
2200 (artist-replace-chars): Use `make-string' instead of a loop.
2201
2202 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2203
2204 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2205 (cvs-execute-single-file): Don't change directory.
2206 Patch from Per Cederqvist.
2207
2208 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2209
2210 * textmodes/ispell.el (check-ispell-version): If
2211 `ispell-program-name' is "aspell", pass it the -v switch instead
2212 of -vv.
2213
2214 2000-12-16 Kenichi Handa <handa@etl.go.jp>
2215
2216 * international/mule-diag.el (mule-diag): Insert information about
2217 configure options, multibyte awareness, language env.
2218
2219 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2220 regexp to search for candidates.
2221
2222 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2223
2224 * info.el (Info-forward-node): If the node has an
2225 Info-header-line, widen the buffer before searching for "next:"
2226 and "up:" pointers, and set the search limit to stay in the
2227 current node.
2228
2229 2000-12-16 Miles Bader <miles@gnu.org>
2230
2231 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2232
2233 2000-12-15 Miles Bader <miles@gnu.org>
2234
2235 * comint.el (comint-send-string, comint-send-region): Also accept
2236 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2237 process-send-string/region.
2238
2239 2000-12-15 Gerd Moellmann <gerd@gnu.org>
2240
2241 * isearch.el (isearch-lazy-highlight-max): New user-option.
2242 (isearch-lazy-highlight-update): Don't highlight more than
2243 isearch-lazy-highlight-max matches.
2244
2245 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2246
2247 2000-12-15 Richard M. Stallman <rms@gnu.org>
2248
2249 * sort.el (sort-columns): Fix error message.
2250
2251 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2252 `upcase' or `downcase' or nil.
2253 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2254 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2255 (dabbrev--substitute-expansion): New arg record-case-pattern.
2256 If it is non-nil, set dabbrev--last-case-pattern.
2257 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2258
2259 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2260
2261 2000-12-15 Miles Bader <miles@gnu.org>
2262
2263 * paths.el (Info-default-directory-list): Don't delete
2264 configure-info-directory from the list of standard info
2265 directories when appending it to the end -- their order is
2266 important.
2267
2268 * faces.el (read-face-attribute): If there's no entry for the
2269 user's input in VALID, just use it as-is (this will often result
2270 in an error, but it may be OK for e.g. colors using hexadecimal
2271 notation, and at least will yield a better error message).
2272
2273 * window.el (mode-line-window-height-fudge): Function removed.
2274 (height-affecting-face-attributes, mode-line-window-height-fudge):
2275 Variables removed.
2276 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2277 window is really the right size. Use vertical-motion
2278 rather than forward-line.
2279 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2280 (ispell-command-loop, ispell-show-choices): Use the variable
2281 ispell-choices-win-default-height, rather than the function.
2282 (ispell-choices-win-default-height): Function removed.
2283 (ispell-mode-line-window-height-fudge): Function removed.
2284
2285 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2286
2287 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2288
2289 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2290
2291 * paths.el (Info-default-directory-list): If
2292 configure-info-directory is not one of the standard directories,
2293 put it first in the list; otherwise put it last. Doc string
2294 changed accordingly.
2295
2296 * info.el (Info-directory-list): Change doc string to reflect the
2297 change in Info-default-directory-list.
2298
2299 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2300 windows-nt as windowed environments, even under -nw.
2301
2302 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2303 if not fboundp. Switch delete-forward mode for the <delete> key
2304 on all PC platforms, even under -nw.
2305
2306 * term/internal.el ([M-delete]): Remap to M-d.
2307
2308 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2309
2310 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2311
2312 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2313
2314 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2315
2316 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2317
2318 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2319 if appropriate.
2320
2321 * simple.el (delete-key-deletes-forward): New user-option.
2322 (delete-key-deletes-forward-mode): New function.
2323
2324 * bindings.el: Bind `delete' to backward-delete-char.
2325
2326 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2327 if symbol is bound before getting its value.
2328
2329 * tooltip.el (tooltip-show): If an error is signaled in
2330 x-show-tip, display that error, and display the help in the
2331 echo area.
2332
2333 2000-12-14 Kenichi Handa <handa@etl.go.jp>
2334
2335 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2336 "... entries" messages for every 10000 entries, not 10.
2337
2338 2000-12-13 Karl Fogel <kfogel@red-bean.com>
2339
2340 * bookmark.el: Provide a generic exit hook, as suggested by
2341 Ovidiu Predescu <ovidiu@cup.hp.com>:
2342 (bookmark-exit-hook): New var.
2343 (bookmark-exit-hook-internal): New func, replaces
2344 old raw lambda form in `kill-emacs-hook', and runs new
2345 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2346 as logically that feature must have been provided if this function
2347 is running.
2348 Removed ;;;###autoload before the `add-hook' call.
2349
2350 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2351
2352 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2353 (easy-menu-current-active-maps): New function.
2354 (easy-menu-get-map): Use it.
2355 Make a proper menu entry when creating a new keymap.
2356
2357 2000-12-13 Kenichi Handa <handa@etl.go.jp>
2358
2359 * international/characters.el: Fix cases and syntaxes for
2360 mule-unicode-0100-24ff.
2361
2362 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2363 that a Japanese character is not appended after day and year.
2364
2365 * info.el (Info-suffix-list): Change format for a command that
2366 requires arguments.
2367 (info-insert-file-contents): Adjusted for the above change.
2368
2369 2000-12-12 Andreas Schwab <schwab@suse.de>
2370
2371 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2372 on the name of the tar buffer. Verify that the existing buffer is
2373 visiting the same subfile.
2374
2375 2000-12-12 Dave Love <fx@gnu.org>
2376
2377 * subdirs.el: Add obsolete.
2378
2379 2000-12-12 Gerd Moellmann <gerd@gnu.org>
2380
2381 * mail/rmailsum.el (rmail-summary-expunge)
2382 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2383 instead of rmail-confirm-expunge.
2384
2385 * replace.el (perform-replace): Don't use an empty match adjacent
2386 to a non-empty match when computing the next match before the
2387 replacement is performed.
2388
2389 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
2390
2391 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2392 definition (patch by Stefan Monnier).
2393 (glasses-mode): Use jit-lock instead of `after-change-functions'
2394 (patch by Stefan Monnier).
2395
2396 2000-12-12 Miles Bader <miles@gnu.org>
2397
2398 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2399 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2400
2401 2000-12-12 Andrew Choi <akochoi@i-cable.com>
2402
2403 * term/mac-win.el: Remove load for ls-lisp.
2404
2405 * loadup.el: Load ls-lisp for system-type `macos'.
2406
2407 2000-12-12 Miles Bader <miles@gnu.org>
2408
2409 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2410 Respect field end too.
2411 (just-one-space): Respect fields as `delete-horizontal-space'.
2412 (newline-and-indent, reindent-then-newline-and-indent): Use
2413 `delete-horizontal-space'.
2414
2415 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2416
2417 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2418 (so as to obey the field property in the minibuffer).
2419
2420 * obsolete/c-mode.el: Moved from lisp/progmodes.
2421 * obsolete/auto-show.el: Moved from lisp.
2422 * obsolete/ooutline.el: Moved from lisp/textmodes.
2423
2424 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2425
2426 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
2427 changes to list them here.
2428
2429 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2430 many changes to list them here.
2431
2432 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2433 many changes to list them here.
2434
2435 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2436
2437 2000-12-11 Gerd Moellmann <gerd@gnu.org>
2438
2439 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2440 nil.
2441
2442 * cus-edit.el (custom-save-variables, custom-save-faces):
2443 Comment fix.
2444
2445 * hscroll.el: Moved to `obsolete' subdir.
2446
2447 2000-12-11 Miles Bader <miles@gnu.org>
2448
2449 * window.el (window-text-height): Function removed (now in C).
2450
2451 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2452
2453 * log-edit.el (log-edit-parent-buffer): New var.
2454 (log-edit): Set it. Add BUFFER argument.
2455 (log-edit-done): Use char-before.
2456 Don't bother checking validity of vc-comment-ring.
2457 Only bury the buffer if log-edit popped it up.
2458
2459 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2460 (cvs-mode-diff-help): Remove.
2461 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
2462 (cvs-mode-marked): Set up the default for CMD manually.
2463
2464 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2465 Remove binding for ? now made unnecessary.
2466
2467 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2468
2469 * textmodes/reftex.el (reftex-scanning-info-available-p): New
2470 function
2471 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2472
2473 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2474 when master file is not open.
2475
2476 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2477
2478 * progmodes/ada-stmt.el: Update `maintainer'.
2479
2480 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2481
2482 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2483 choices to match documentation string.
2484
2485 2000-12-09 Miles Bader <miles@gnu.org>
2486
2487 * minibuf-eldef.el: New file.
2488
2489 * window.el (fit-window-to-buffer): Don't pass last argument to
2490 pos-visible-in-window-p, now that its meaning is inverted.
2491
2492 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2493
2494 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2495 <ceder@lysator.liu.se>.
2496
2497 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2498
2499 * autoinsert.el (auto-insert-alist): Add missing final \n.
2500
2501 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2502 (cvs-menu-map): Remove.
2503 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2504 (cvs-mode-quit): Turn it back into a plain function.
2505
2506 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
2507 (texinfo-filter): Remove (move to texinfo.el).
2508
2509 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2510 file where it's more visible.
2511 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2512 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2513 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2514 (texinfo-inside-macro-p): Only catch `scan-error's.
2515 (texinfo-inside-env-p): Make better use of the match info.
2516 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2517 (texinfo-insert-@end): Slight re-organization.
2518 Also remove useless `looking-at' call.
2519
2520 2000-12-08 Andrew Innes <andrewi@gnu.org>
2521
2522 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2523 accessible in -nw mode.
2524
2525 * term/w32-win.el: Remove stuff about selection timeout, which is
2526 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2527 it is accessible in -nw mode.
2528
2529 2000-12-08 Dave Love <fx@gnu.org>
2530
2531 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2532 font-lock-keywords-case-fold-search.
2533
2534 2000-12-08 Gerd Moellmann <gerd@gnu.org>
2535
2536 * textmodes/ispell.el (ispell): Doc fix.
2537
2538 2000-12-08 Kenichi Handa <handa@etl.go.jp>
2539
2540 * international/quail.el (quail-insert-decode-map): Check the
2541 frame width of a window displaying the current buffer, not that of
2542 the selected frame.
2543 (quail-help): Make sure that the help buffer has window before
2544 inserting text in it.
2545
2546 2000-12-07 Sam Steingold <sds@gnu.org>
2547
2548 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2549 Backquote is used in isearch.el, so autoloading saves nothing.
2550
2551 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2552
2553 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2554 the CVS and RCS subdirectories case-insensitively.
2555
2556 * dired.el (dired-insert-directory): If file-system-info is
2557 fboundp, call it instead of invoking dired-free-space-program.
2558
2559 2000-12-07 Gerd Moellmann <gerd@gnu.org>
2560
2561 * server.el (server-visit-files): Push files on file-name-history.
2562
2563 * progmodes/cc-langs.el: Update copyright.
2564
2565 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2566
2567 * bindings.el (mode-line-mode-menu): Add glasses-mode.
2568
2569 * bindings.el (mode-line-mode-menu): Reverse the order
2570 of define-keys so that the menu appears in alphabetical order.
2571
2572 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
2573
2574 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2575 of the function.
2576
2577 2000-12-07 Dave Love <fx@gnu.org>
2578
2579 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2580
2581 * facemenu.el (facemenu-unlisted-faces): Fix value.
2582
2583 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2584
2585 * font-lock.el (font-lock-default-fontify-region):
2586 Include the terminating \n (off-by-one error).
2587 (font-lock-set-defaults): Use dolist.
2588
2589 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2590
2591 2000-12-07 Kenichi Handa <handa@etl.go.jp>
2592
2593 * international/mule-cmds.el (describe-language-environment): Fix
2594 for the case that an input method title is not string but a list.
2595
2596 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2597 of wrong SIZE record.
2598
2599 2000-12-06 Dave Love <fx@gnu.org>
2600
2601 * newcomment.el (comment-region, comment-dwim): Doc fix.
2602
2603 * textmodes/texinfo.el: Require tex-mode when compiling.
2604 (texinfo-update-node): Doc fix.
2605 (texinfo-imenu-generic-expression): Add @anchor.
2606 (texinfo-font-lock-keywords): Add @uref.
2607 (texinfo-inside-macro-p): Don't use ignore-errors.
2608 (texinfo-insert-quote): Match more contexts.
2609
2610 * international/mule.el (decode-char, encode-char): Doc fix.
2611 (auto-coding-alist): Customize.
2612
2613 * files.el (load-file): Fix change of 2000-03-12.
2614
2615 * wid-edit.el (widget-text-keymap): Doc fix.
2616
2617 2000-12-06 Andrew Innes <andrewi@gnu.org>
2618
2619 * makefile.w32-in (lisp): Set to an absolute directory, namely
2620 $(CURDIR).
2621
2622 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2623
2624 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2625 read generated-autoload-file, and set buffer-file-coding-system to
2626 raw-text-unix after reading the file.
2627
2628 * international/mule-conf.el (file-coding-system-alist): Use
2629 raw-text for reading loaddefs.el and raw-text-unix for writing
2630 it.
2631
2632 2000-12-06 Gerd Moellmann <gerd@gnu.org>
2633
2634 * replace.el (occur): Make line-number-width 1 smaller for the
2635 colon following the line number.
2636
2637 * startup.el (fancy-splash-text, command-line-1): Use
2638 `File' for the menu name instead of `Files'.
2639
2640 * tmm.el: Update copyright.
2641
2642 * cus-start.el: Add entry for even-window-heights.
2643
2644 2000-12-06 Miles Bader <miles@gnu.org>
2645
2646 * faces.el (frame-set-background-mode): Avoid stomping on
2647 locally modified faces.
2648
2649 2000-12-06 Kenichi Handa <handa@etl.go.jp>
2650
2651 * international/fontset.el: Correct the font registries for
2652 japanese-jisx0213-1 and japanese-jisx0213-2.
2653
2654 2000-12-05 Gerd Moellmann <gerd@gnu.org>
2655
2656 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2657
2658 * iswitchb.el: Update customization commentary.
2659
2660 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
2661
2662 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2663 (tpu-search-highlight): Fixed comparison of overlay end positions.
2664 (tpu-trim-line-ends): Implemented trimming logic locally.
2665
2666 * emulation/tpu-extras.el (tpu-write-file-hook)
2667 (tpu-set-cursor-bound): Replaced picture-clean with
2668 tpu-trim-line-ends.
2669
2670 2000-12-05 Kenichi Handa <handa@etl.go.jp>
2671
2672 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2673 to cn-gb.
2674 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2675
2676 2000-12-04 Dave Love <fx@gnu.org>
2677
2678 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2679
2680 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2681
2682 * mail/rmailsum.el (rmail-summary-expunge)
2683 (rmail-summary-expunge-and-save): Ask for confirmation with
2684 rmail-expunge-confirmed.
2685
2686 * mail/rmail.el (rmail-expunge-confirmed): New function.
2687 (rmail-expunge): Use it.
2688
2689 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2690 (etags-recognize-tags-table, find-tag-in-order): New
2691 functionality: interpret file names as tags.
2692
2693 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2694
2695 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2696 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2697 visit the first subnode until the bottom of the current node is
2698 visible.
2699
2700 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2701
2702 * format.el (format-decode): Don't change buffer's undo list.
2703
2704 2000-12-04 Kenichi Handa <handa@etl.go.jp>
2705
2706 * faces.el (face-font-registry-alternatives): Add entries for CJK
2707 fonts. Doc-string adjusted for the actual usage of this data.
2708
2709 * international/fontset.el: Change the font registries for CJK
2710 fonts in the default fontset. Don't append '*' to registries.
2711
2712 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2713
2714 * emacs-lisp/easy-mmode.el (define-derived-mode)
2715 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2716
2717 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2718 (derived-mode-p): New function.
2719 (derived-mode-make-docstring): Add `docstring' argument.
2720 Use it if available and complete it if necessary.
2721
2722 2000-12-03 Andreas Schwab <schwab@suse.de>
2723
2724 * type-break.el (type-break): Don't make parent of itself.
2725
2726 2000-12-03 Miles Bader <miles@gnu.org>
2727
2728 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2729
2730 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2731
2732 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2733 (tex-main-file, tex-file): Simplify.
2734 (tex-generate-zap-file-name): Use subst-char-in-string.
2735 (tex-strip-dots): Remove.
2736
2737 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2738
2739 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2740 to check if the match succeeded.
2741
2742 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2743
2744 * startup.el (use-fancy-splash-screens-p): New function.
2745 (command-line-1): Use it to determine whether or not to use
2746 a fancy splash screen.
2747
2748 2000-12-02 Andreas Schwab <schwab@suse.de>
2749
2750 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2751
2752 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2753
2754 * international/mule.el (make-char): Fix last change.
2755
2756 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2757 New defcustoms.
2758 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2759 autoloading tex-mode; instead, do the same manually. Use
2760 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2761 with numeric argument. Docstring fix.
2762 (toplevel): Require cl when compiling.
2763
2764 * international/mule.el (make-char): Doc fix.
2765
2766 2000-12-02 Jason Rumney <jasonr@gnu.org>
2767
2768 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2769 the Emacs Lisp manual)
2770
2771 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2772
2773 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2774
2775 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2776 the Emacs Lisp manual).
2777
2778 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2779
2780 * simple.el (next-line-add-newlines): Change default to nil.
2781
2782 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2783
2784 * files.el (revert-buffer, recover-file): Bind
2785 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2786
2787 2000-12-01 Gerd Moellmann <gerd@gnu.org>
2788
2789 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2790
2791 2000-12-01 Miles Bader <miles@gnu.org>
2792
2793 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2794
2795 2000-12-01 Kenichi Handa <handa@etl.go.jp>
2796
2797 * international/mule-diag.el (describe-char-after): Fix typo.
2798 (describe-character-set, non-iso-charset-alist): Fix typo.
2799
2800 2000-12-01 Miles Bader <miles@gnu.org>
2801
2802 * image-file.el (image-file-name-regexp): Automatically add
2803 upper-case variants of each filename extension in
2804 `image-file-name-extensions', since they seem to be common.
2805
2806 * simple.el (minibuffer-contents)
2807 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2808 New functions.
2809 * filecache.el (file-cache-directory-name)
2810 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2811
2812 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2813
2814 * filecache.el (file-cache-minibuffer-complete): Don't try to
2815 delete the minibuffer prompt.
2816
2817 2000-11-30 Dave Love <fx@gnu.org>
2818
2819 * cus-start.el: Fix read-buffer-function type.
2820
2821 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2822
2823 * md5.el: Removed. There's a built-in function, now.
2824
2825 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
2826
2827 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2828 as dummy 0-th char of rmail-deleted-vector.
2829
2830 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2831
2832 * ps-print.el (ps-end-job): Bind case-fold-search only after
2833 switching to ps-spool-buffer.
2834
2835 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2836
2837 * ps-print.el: Line number font customization. PostScript: Lines and
2838 PageCount are initialized on each page. Doc Fix.
2839 (ps-print-version): New version number (6.3.2).
2840 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2841 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2842 (ps-right-header): Customization fix.
2843 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2844 Fix code.
2845 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2846 New vars.
2847
2848 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2849
2850 * bs.el: Fix typos and spelling errors.
2851 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2852 (bs-configuration): Doc fix.
2853
2854 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2855
2856 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
2857
2858 * emulation/tpu-edt.el (tpu-version): New version.
2859 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2860 (tpu-original-mode-line): Variable deleted.
2861 (tpu-mark-flag): New initial value.
2862 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2863 tpu-mark-flag to minor-mode-alist.
2864 (tpu-update-mode-line): New mark flag logic.
2865 (tpu-get): Use find-file-wildcards.
2866 (tpu-search-highlight): Move overlay less, reset overlay properly.
2867 (tpu-unselect): Deactivate mark.
2868 (tpu-lm-replace): Reset overlay properly.
2869 (tpu-forward-line): Use forward-visible-line.
2870 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2871
2872 * emulation/tpu-extras.el (tpu-forward-line): Use
2873 forward-visible-line.
2874
2875 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2876
2877 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2878
2879 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2880
2881 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2882 and skip whitespace and newlines.
2883
2884 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2885
2886 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2887
2888 2000-11-29 Gerd Moellmann <gerd@gnu.org>
2889
2890 * help.el (describe-function-1): Regexp-quote function name
2891 when used as part of a regexp.
2892
2893 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2894 face-attribute instead of face-foreground and face-background.
2895 (tool-bar-add-item): Likewise, and handle unspecified colors.
2896
2897 * enriched.el (enriched-face-ans): Use face-attribute instead
2898 of face-foreground and face-background.
2899
2900 * faces.el (face-foreground, face-background, face-stipple):
2901 Return nil if attribute is unspecified, for backward
2902 compatibility.
2903
2904 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2905
2906 * play/5x5.el: Remove version info.
2907
2908 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2909
2910 * frame.el (blink-cursor-mode): Doc fix.
2911
2912 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2913
2914 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2915 to create Makefile rules.
2916 (antlr-tool-command): New user option.
2917 (antlr-ask-about-save): New user option.
2918 (antlr-makefile-specification): New user option.
2919 (antlr-file-formats-alist): New variable.
2920 (antlr-special-file-formats): New variable.
2921 (antlr-unknown-file-formats): New user option.
2922 (antlr-help-unknown-file-text): New variable.
2923 (antlr-help-rules-intro): New variable.
2924 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2925 (antlr-mode-menu): Add entries.
2926 (antlr-file-dependencies): New function.
2927 (antlr-directory-dependencies): New function.
2928 (antlr-superclasses-glibs): New function.
2929 (antlr-run-tool): New command.
2930 (antlr-makefile-insert-variable): New function.
2931 (antlr-insert-makefile-rules): New function.
2932 (antlr-show-makefile-rules): New command.
2933
2934 * antlr-mode.el: More Emacs/XEmacs stuff.
2935 (antlr-no-action-keywords): New constant with value nil.
2936 (antlr-font-lock-keywords-alist): Use it. Old value would break
2937 syntax highlighting in Emacs-21.0.
2938 (antlr-default-directory): Emacs/XEmacs dependend function.
2939 (antlr-read-shell-command): Ditto.
2940 (antlr-with-displaying-help-buffer): Ditto.
2941
2942 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2943
2944 * antlr-mode.el: imenu, parsing and highlighting changes.
2945 (antlr-imenu-create-index-function): Don't create extra submenus
2946 for definitions in different grammar classes. It is not necessary
2947 for the menu and would make command `imenu' awkward to use.
2948 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2949 header actions and more than one.
2950 (antlr-font-lock-tokendef-face): Changed color.
2951 (antlr-font-lock-tokenref-face): Changed color.
2952 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2953 (antlr-mode-syntax-table): New variable.
2954 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2955 (antlr-with-syntax-table): Don't copy syntax table.
2956
2957 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2958
2959 * antlr-mode.el: Minor changes: language setting.
2960 (antlr-language-alist): The value for file option "language" can
2961 be both an identifier and a string.
2962 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2963 (antlr-language-limit-n-regexp): Change accordingly.
2964
2965 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2966
2967 * antlr-mode.el: Minor changes: tabs, hiding.
2968 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2969 (antlr-action-visibility): Also allow value nil to also hide the
2970 braces. Renamed from `antlr-tiny-action-length'.
2971 Suggested by Jay@aol.com.
2972 (antlr-hide-actions): Change accordingly. Hide line if completely
2973 hidden action is on a line of its own.
2974
2975 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2976
2977 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2978
2979 * sort.el (sort-columns): Don't concat strings with numbers.
2980
2981 2000-11-29 Dave Love <fx@gnu.org>
2982
2983 * cus-edit.el (face): Fix :format.
2984
2985 * mail/feedmail.el: Require smtpmail when compiling.
2986 (mail-do-fcc): Autoload.
2987 (feedmail) <defgroup>: Fix :link.
2988 (feedmail-nuke-body-in-fcc): Fix :type.
2989 (feedmail-send-it): Add autoload cookie.
2990
2991 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2992
2993 * newcomment.el (comment-indent): Save excursion around call to
2994 comment-indent-function.
2995
2996 2000-11-29 Miles Bader <miles@gnu.org>
2997
2998 * subr.el (member-ignore-case): Return the tail of the list who's
2999 car matches, like `member', not the matching element itself.
3000
3001 2000-11-29 Kenichi Handa <handa@etl.go.jp>
3002
3003 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3004 should not contain `\n'.
3005
3006 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3007
3008 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3009
3010 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3011
3012 * dired-aux.el (dired-do-create-files): Construct default file
3013 name for dired-mark-read-file-name so that when the user enters
3014 just RET, the target file will end up in the target directory.
3015
3016 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3017 local-abbrev-table before changing buffers because it might
3018 have a buffer-local binding.
3019
3020 2000-11-28 Miles Bader <miles@gnu.org>
3021
3022 * simple.el (delete-horizontal-space): Handle fields more generally.
3023
3024 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3025
3026 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3027
3028 2000-11-28 Dave Love <fx@gnu.org>
3029
3030 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3031 comment-start-skip locally.
3032
3033 * progmodes/fortran.el (fortran-mode): Don't set
3034 fortran-comment-line-start-skip. Set comment-start to
3035 fortran-comment-line-start.
3036 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3037 (fortran-comment-line-start-skip): Simplify slightly.
3038
3039 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3040
3041 * play/5x5.el: Remove RCS keyword.
3042
3043 * bs.el: Mistaken commit, undone 2000-11-30.
3044
3045 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
3046
3047 * textmodes/tildify.el (tildify-string-alist): Add
3048 `plain-tex-mode' here.
3049
3050 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3051
3052 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3053 reference.
3054
3055 2000-11-28 Miles Bader <miles@gnu.org>
3056
3057 * cus-face.el (custom-face-attributes): Add post-filter function
3058 for :box. Make pre-filter function for :box handle all cases.
3059
3060 * wid-edit.el (widget-choose): Make sure pop-up window is large
3061 enough to display all the choices, as there's no way to scroll it.
3062
3063 2000-11-28 Kenichi Handa <handa@etl.go.jp>
3064
3065 * international/mule-conf.el: Make the coding system no-conversion
3066 safe for all characters.
3067
3068 2000-11-27 Dave Love <fx@gnu.org>
3069
3070 * net/ldap.el (ldap) <defgroup>: Add :version.
3071
3072 * tooltip.el (tooltip-use-echo-area): Doc fix.
3073
3074 * cus-start.el <minibuffer-prompt-properties>: Add version.
3075 <read-buffer-function>: Add.
3076
3077 * apropos.el (apropos-print): Add help-echo to active text.
3078
3079 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3080
3081 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3082
3083 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3084 type, group and version.
3085
3086 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3087
3088 * select.el (x-get-selection): Docstring fix.
3089
3090 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
3091
3092 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
3093
3094 2000-11-27 Andrew Innes <andrewi@gnu.org>
3095
3096 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3097
3098 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3099
3100 2000-11-27 Miles Bader <miles@gnu.org>
3101
3102 * dired.el (dired-get-filename): Return filename verbatim if
3103 LOCALP is `verbatim'.
3104 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3105 `verbatim' so that we don't inadvertently delete a non-existant
3106 directory name.
3107
3108 2000-11-27 Kenichi Handa <handa@etl.go.jp>
3109
3110 * international/characters.el: Specify cases and syntaxes for
3111 mule-unicode-0100-24ff.
3112
3113 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3114
3115 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3116 that foreground and/or background colors of the face `tool-bar'
3117 are unspecified.
3118
3119 2000-11-27 Miles Bader <miles@gnu.org>
3120
3121 * wid-edit.el (widget-field-buffer, widget-field-start)
3122 (widget-field-end): Handle widget field `pseudo-overlays'.
3123 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3124 if it's there instead of in `widget-field-list'.
3125
3126 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
3127 (help-make-xrefs): Delete extraneous newlines at the end of the
3128 docstring.
3129
3130 2000-11-25 Jason Rumney <jasonr@gnu.org>
3131
3132 * startup.el (command-line): Call set-locale-environment after
3133 Window System init file is read, as it can result in a call to
3134 redraw-frame.
3135
3136 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3137
3138 * simple.el (shell-command): Mention the effect of the prefix
3139 argument in the doc string.
3140
3141 2000-11-25 Miles Bader <miles@gnu.org>
3142
3143 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3144
3145 * wid-edit.el (widget-field-value-delete): Don't try to delete
3146 overlay when it's the `pseudo-overlay' that exists at some points.
3147
3148 2000-11-24 Jason Rumney <jasonr@gnu.org>
3149
3150 * international/mule-cmds.el (locale-language-names): Add "jp" as
3151 a non-standard alternative for Japanese.
3152
3153 2000-11-24 Andre Spiegel <spiegel@gnu.org>
3154
3155 * vc-hooks.el: Require 'cl during compilation.
3156
3157 2000-11-24 Gerd Moellmann <gerd@gnu.org>
3158
3159 * faces.el (face-set-after-frame-default): Let face attributes
3160 specified for new frames override frame parameters.
3161
3162 * startup.el (command-line): Fix computation of the source file
3163 for user-init-file when user-init-file is a compiled file.
3164
3165 2000-11-24 Miles Bader <miles@gnu.org>
3166
3167 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
3168 (custom-post-filter-face-spec): New functions.
3169 (custom-face-set, custom-face-value-create): Filter the face spec
3170 before and after customization.
3171 (custom-face-set): If VALUE specifies a null face, pass a
3172 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3173 * cus-face.el (custom-face-attributes): Remove SET and GET
3174 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3175 cases they're needed.
3176
3177 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3178 that it's distinguishable from the :off-glyph on dark-background
3179 displays. Set its background color too.
3180
3181 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3182 so that people can easily turn it off.
3183
3184 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3185
3186 * ediff-diff.el: Moved variables around to have it compile under NT.
3187
3188 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
3189
3190 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
3191
3192 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
3193 redundant skip-small-frames test.
3194
3195 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
3196 (viper-downgrade-to-insert): protect against errors in hooks.
3197
3198 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3199 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3200 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
3201 functions.
3202
3203 * viper-util.el (viper-memq-char): Bug fixes.
3204
3205 * viper.el (viper-mode): Fix cursor handling.
3206
3207 2000-11-24 Kenichi Handa <handa@etl.go.jp>
3208
3209 * international/mule-diag.el (list-iso-charset-chars): For
3210 two-byte charset, fix the `while' condition.
3211 (list-non-iso-charset-chars): Fix the `while' condition.
3212
3213 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3214
3215 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3216 if the variable is make-variable-buffer-local.
3217
3218 * progmodes/ada-stmt.el (ada-template-map): Initialize
3219 and bind it to C-c t in ada-mode-map.
3220 (ada-stmt-mode-hook): New function extracted from old code.
3221 Only change the buffer-local side of skeleton-*.
3222 (ada-mode-hook): Use it.
3223
3224 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3225
3226 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3227 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3228 we expect to be returned by minibuffer-depth once we prompt the
3229 user in the minibuffer.
3230 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3231 as recorded in iswitchb-minibuf-depth, return non-nil.
3232
3233 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3234
3235 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3236 (hscroll-window-maybe): Docstring fix.
3237
3238 2000-11-23 Dave Love <fx@gnu.org>
3239
3240 * rect.el (string-rectangle): Don't test delete-selection-mode.
3241
3242 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3243
3244 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3245 is in the tool bar.
3246
3247 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3248 with `no-dir'; we want the directory part to be able to remove
3249 it.
3250
3251 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3252
3253 * textmodes/outline.el (outline-flag-region):
3254 Don't bind inhibit-read-only since we don't modify the buffer.
3255 (outline-isearch-open-invisible): Don't jump to overlay-start
3256 since we're trying to unhide text around point.
3257 (outline-discard-overlays): Use dolist.
3258
3259 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3260
3261 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3262
3263 * mail/rmail.el (rmail-confirm-expunge): Default to
3264 y-or-n-p.
3265
3266 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3267
3268 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3269 Fix ARG regexp to skip quoted braces.
3270 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3271 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3272 are (correctly) handled separately).
3273 Remove `caption' and `footnote' from `citations': they contain text.
3274 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3275 (latex-skeleton-end-hook): New function.
3276 (latex-mode): Use it.
3277 (tex-start-tex-marker): Remove.
3278 (tex-send-tex-command): Don't set tex-start-tex-marker.
3279 (tex-error-parse-syntax-table): New var.
3280 (tex-compilation-parse-errors): Use it.
3281 Ignore tex-start-tex-marker. Don't bother with marker-position.
3282 (tex-validate-buffer): Don't bother with marker-position.
3283
3284 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3285 (flyspell-generic-progmode-verify): Use it.
3286
3287 2000-11-22 Sam Steingold <sds@gnu.org>
3288
3289 * simple.el (delete-trailing-whitespace): New interactive
3290 function.
3291
3292 * progmodes/ada-mode.el (ada-mode): Use it instead of
3293 `ada-remove-trailing-spaces'.
3294 (ada-remove-trailing-spaces): Removed.
3295
3296 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3297
3298 * textmodes/picture.el (picture-clean): Removed.
3299 (picture-mode-exit): Call it instead of `picture-clean'.
3300
3301 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3302
3303 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3304
3305 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3306 jit-lock-fontify-buffer; it should anyway be unneccessary to
3307 do anything special when jit-lock is active.
3308 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3309
3310 2000-11-22 Dave Love <fx@gnu.org>
3311
3312 * calendar/todo-mode.el (todo-top-priorities): Use
3313 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3314
3315 * language/chinese.el, language/cyrillic.el:
3316 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3317 * language/hebrew.el, language/indian.el, language/japanese.el:
3318 * language/korean.el, language/lao.el, language/misc-lang.el:
3319 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3320 Use provide.
3321
3322 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3323 (custom-variable-set): Improve validation error mesage.
3324
3325 * rect.el (string-rectangle): Revert last change.
3326 (string-rectangle-line): New arg DELETE.
3327 (string-rectangle): Check delete-selection-mode.
3328
3329 * emacs-lisp/edebug.el (edebug-version)
3330 (edebug-maintainer-address): Deleted.
3331 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3332 (edebug-read-function): Account for other `'#' read forms.
3333 (edebug-mode-menus): Make some items toggles.
3334 (edebug-outside-unread-command-event, unread-command-event):
3335 Remove these to avoid warnings.
3336
3337 2000-11-22 David Ponce <david@dponce.com>
3338
3339 * recentf.el (recentf-menu-items-for-commands)
3340 (recentf-make-menu-items, recentf-make-menu-item)
3341 (recentf-filter-changer): Added :help and :active menu-item properties.
3342
3343 (recentf-build-dir-rules, recentf-dump-variable)
3344 (recentf-edit-list, recentf-open-files-item)
3345 (recentf-open-files): Replaced unnecessary `mapcar' with new
3346 built-in `mapc'.
3347
3348 2000-11-23 Miles Bader <miles@gnu.org>
3349
3350 * faces.el (menu): Make inverse-video on ttys too.
3351
3352 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3353
3354 * simple.el (comment-line-break-function): Use the new name
3355 indent-new-comment-line -> comment-indent-new-line.
3356 (clone-indirect-buffer): Don't ignore NORECORD.
3357 (next-completion): Properly handle the case where items are adjacent.
3358
3359 * mouse.el (popup-menu): Stupid typo.
3360
3361 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3362
3363 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3364 maintainer, keywords tags.
3365
3366 * rect.el (replace-rectangle): Don't call string-rectangle-line
3367 with too many arguments.
3368
3369 2000-11-22 Andre Spiegel <spiegel@gnu.org>
3370
3371 * ediff-util.el (ediff-file-checked-out-p)
3372 (ediff-file-checked-in-p): Call vc-state instead of
3373 vc-locking-user, which no longer exists.
3374
3375 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3376
3377 2000-11-22 Dave Love <fx@gnu.org>
3378
3379 * md5.el (md5): Provide.
3380 (md5): Fix error call.
3381
3382 2000-11-22 Miles Bader <miles@gnu.org>
3383
3384 * textmodes/refill.el (refill-adjust-ignorable-overlay)
3385 (refill-fill-paragraph-at): Remove debugging code.
3386
3387 * calendar/calendar.el (generate-calendar-window): When we don't
3388 call `fit-window-to-buffer', make sure the top line is fully visible.
3389
3390 * image-file.el (insert-image-file): Don't make `read-only'
3391 property rear-nonsticky.
3392
3393 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3394 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3395 stashing away its original value.
3396 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3397 in the recursive edit.
3398 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3399 (isearch-done): Restore `minibuffer-message-timeout'.
3400
3401 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3402
3403 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3404
3405 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3406
3407 * find-lisp.el (find-lisp-find-files-internal):
3408 Use dolist, when and file-name-as-directory.
3409
3410 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3411 (define-derived-mode, define-minor-mode): Add specs.
3412
3413 * window.el: General comment and spacing fixes.
3414 (save-selected-window): Use backquotes.
3415 (window-safely-shrinkable-p): New function.
3416 (shrink-window-if-larger-than-buffer): Use it.
3417
3418 * subr.el (make-local-hook): Docstring fix.
3419
3420 * shell.el (shell-mode): Use define-derived-mode.
3421
3422 * newcomment.el (comment-indent): Insert comment before calling
3423 comment-indent-function. Don't insert in column 0.
3424 (comment-dwim): Indent before inserting comment.
3425
3426 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3427 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3428 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3429 Use mapc rather than map.
3430
3431 * files.el (find-buffer-visiting): Compare all attributes before
3432 declaring two files identical (rather than just their inode-no).
3433 (auto-mode-alist): Use \' rather than $.
3434
3435 * which-func.el: Update maintainer line.
3436
3437 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3438 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3439 (uniquify-buffer-file-name): Use it.
3440
3441 2000-11-22 Miles Bader <miles@gnu.org>
3442
3443 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3444 * simple.el (minibuffer-avoid-prompt): New function.
3445
3446 2000-11-21 Gerd Moellmann <gerd@gnu.org>
3447
3448 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3449
3450 2000-11-21 Miles Bader <miles@gnu.org>
3451
3452 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3453 inclusion of `track-mouse'.
3454
3455 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3456 (refill-adjust-ignorable-overlay): New function.
3457 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3458 only the paragraph's tail if possible.
3459 Update `refill-ignorable-overlay'.
3460 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3461
3462 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3463 point inside the fill-prefix.
3464
3465 * textmodes/refill.el (refill-post-command-function): Don't reset
3466 refill-doit in the case where a self-insertion command doesn't
3467 case a refill. Use `refill-fill-paragraph-at', getting position
3468 from `refill-doit'.
3469 (refill-after-change-function): Set `refill-doit' to END.
3470 (refill-fill-paragraph-at): New function, mostly from old
3471 refill-fill-paragraph.
3472 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3473 (refill-pre-command-function): New function.
3474 (refill-mode): Add it to `pre-command-hook'.
3475
3476 2000-11-20 Gerd Moellmann <gerd@gnu.org>
3477
3478 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3479
3480 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3481 javadoc tags.
3482
3483 2000-11-20 Andre Spiegel <spiegel@gnu.org>
3484
3485 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3486 vc.el).
3487
3488 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
3489 require vc.
3490
3491 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
3492 checkouts.
3493
3494 2000-11-20 Dave Love <fx@gnu.org>
3495
3496 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3497
3498 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
3499
3500 * calculator.el (calculator-paste): Use `if' instead of `and'
3501 and `or'.
3502 (calculator-help): Don't use electric-describe-mode for XEmacs.
3503
3504 2000-11-19 Gerd Moellmann <gerd@gnu.org>
3505
3506 * info.el (info-menu-5): Doc fix.
3507
3508 * textmodes/artist.el: New file.
3509
3510 2000-11-19 Andre Spiegel <spiegel@gnu.org>
3511
3512 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
3513 and differentiate according to checkout model.
3514 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3515 since this function is only concerned with master state.
3516
3517 * vc-hooks.el (vc-workfile-unchanged-p,
3518 vc-default-workfile-unchanged-p): Moved here from vc.el.
3519
3520 * vc.el (vc-workfile-unchanged-p,
3521 vc-default-workfile-unchanged-p): See above.
3522
3523 2000-11-19 Miles Bader <miles@gnu.org>
3524
3525 * image-file.el (insert-image-file): Make `intangible' and
3526 `read-only' properties rear-nonsticky too.
3527
3528 2000-11-18 Gerd Moellmann <gerd@gnu.org>
3529
3530 * ps-print.el: Update copyright notice.
3531
3532 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3533 (tooltip-show): Use the offsets.
3534
3535 * bindings.el (mode-line-modified): Fix a typo.
3536 (mode-line-toggle-modified, mode-line-widen)
3537 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3538
3539 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3540
3541 * ps-print.el (toplevel): Test for find-coding-system being
3542 fboundp before calling ps-x-find-coding-system.
3543
3544 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3545
3546 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3547 (vc-version-backup-file): Docstring fix.
3548
3549 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3550
3551 * files.el (basic-save-buffer): Don't add a newline if
3552 find-file-literally is non-nil.
3553 (find-file-literally): Extend doc string.
3554
3555 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3556 sort(1) with the `-f' argument.
3557
3558 2000-11-16 Andre Spiegel <spiegel@gnu.org>
3559
3560 * vc.el: Updated backend documentation.
3561 (vc-default-check-headers): New function.
3562
3563 * vc-{cvs,rcs,sccs}.el: Functions reordered.
3564
3565 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
3566 up-to-date.
3567 (vc-do-command): In the asynchronous case, output messages only if
3568 the minibuffer is not active.
3569
3570 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
3571 `vc-cvs-use-edit' is on.
3572 (vc-cvs-checkout): When this is used for reverting the workfile,
3573 make a backup of the original contents and revert to that in case
3574 of error.
3575 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
3576 remote repositories.
3577
3578 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3579 for both version and ratio in the minibuffer.
3580
3581 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
3582 Use vc-do-command to perform the annotation, not call-process.
3583
3584 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3585
3586 * international/quail.el (quail-start-translation): Don't call
3587 `message' before reading key sequence.
3588
3589 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3590
3591 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3592
3593 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3594
3595 * window.el (fit-window-to-buffer): Be sure to acquire at least
3596 one text line even if the buffer is empty.
3597
3598 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3599
3600 * net/ange-ftp.el (ange-ftp-file-writable-p)
3601 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3602 ange-ftp-process-verbose to nil.
3603
3604 2000-11-15 Dave Love <fx@gnu.org>
3605
3606 * wid-edit.el (widget-specify-field, widget-specify-button): If
3607 :help-echo is a function, set help-echo of overlay to
3608 widget-mouse-help.
3609 (widget-mouse-help): New function.
3610 (widget-echo-help): Rewritten for :help-echo functions only taking
3611 a widget arg.
3612
3613 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3614 display-graphic-p.
3615 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3616 and that JPEG is available.
3617 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3618
3619 * international/mule-cmds.el (locale-charset-language-names):
3620 Match @euro.
3621
3622 2000-11-15 Gerd Moellmann <gerd@gnu.org>
3623
3624 * faces.el (face-set-after-frame-default): If
3625 `inhibit-default-face-x-resources' is bound, don't intialize the
3626 default face from X resources.
3627
3628 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3629
3630 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3631 Don't set EMACSLOADPATH.
3632
3633 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3634
3635 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3636 texinfo-insert-@url.
3637 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3638 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3639
3640 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3641
3642 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3643 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3644 (checkdoc-minor-keymap): Backward compatibility.
3645 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3646 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3647 (checkdoc-this-string-valid-engine): Be a bit more strict
3648 to avoid matching substrings of `...' quoted vars/funs.
3649 (checkdoc-defun-info): Only look for `interactive' if alone.
3650 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3651
3652 * progmodes/compile.el (grep): `tag-default' can be nil.
3653
3654 * newcomment.el (comment-indent): Paren typo.
3655
3656 2000-11-14 Dave Love <fx@gnu.org>
3657
3658 * calculator.el: New maintainer version.
3659
3660 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3661
3662 * cmuscheme.el: Doc fixes.
3663 (cmuscheme) <defgroup>: Use `scheme' as parent.
3664 (cmuscheme-program-name): Remove. Change uses to
3665 scheme-program-name.
3666
3667 * xscheme.el (scheme-program-name): Don't define here.
3668
3669 * progmodes/scheme.el (scheme-program-name): New variable
3670 (originally in cmuscheme).
3671
3672 2000-11-14 Miles Bader <miles@gnu.org>
3673
3674 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3675 Handle header-lines. Don't loop forever if we can't enlarge the
3676 window anymore. Simplify a bit.
3677
3678 2000-11-14 Kenichi Handa <handa@etl.go.jp>
3679
3680 * window.el (fit-window-to-buffer): Don't check
3681 window-text-height. Assure that the last line is fully visible.
3682
3683 * international/quail.el (quail-show-guidance-buf): Call
3684 fit-window-to-buffer to assure the enough height of the guidance
3685 buffer.
3686 (quail-update-guidance): Avoid making the guidance buffer shorter.
3687
3688 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3689
3690 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3691 rather than `prepend' and add an interesting comment.
3692 (tex-math-face, tex-font-lock-syntactic-face-function):
3693 New face and function to use it.
3694 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3695 than `menu-enable' symbol property.
3696 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3697 (tex-mode): Add some latex-mode commands for auto-selection.
3698 Use tex-font-lock-syntactic-face-function.
3699 (tex-insert-quote): Simplify.
3700 (tex-shell): New mode.
3701 (tex-start-shell): Use it.
3702 (tex-shell-proc, tex-shell-buf): New functions.
3703 (tex-send-command): Use it.
3704 (tex-main-file): Fix the meaning of the new arg REALFILE.
3705 (tex-send-tex-command): New function split from `tex-start-tex'.
3706 Set compilation-last-buffer and compilation-parsing-end.
3707
3708 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3709 when it follows non-comment text on the line.
3710
3711 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3712 Set font-lock-defaults.
3713 (lisp-mode-shared-map): Init inside the defvar.
3714 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3715 Use define-derived-mode.
3716
3717 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3718
3719 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3720
3721 2000-11-14 Gerd Moellmann <gerd@gnu.org>
3722
3723 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3724 recursively optimize body because that can lead to infinite
3725 recursion; see comment there.
3726
3727 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3728
3729 * faces.el (face-spec-set-match-display): Revert the change from
3730 2000-10-24. Add a FIXME for after v21.1.
3731
3732 2000-11-13 Miles Bader <miles@gnu.org>
3733
3734 * textmodes/fill.el (skip-line-prefix): New function.
3735 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3736 (fill-paragraph): Don't leave point inside the fill-prefix.
3737 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3738 point inside the fill-prefix.
3739
3740 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3741
3742 * calendar/calendar.el (generate-calendar-window): Use
3743 `fit-window-to-buffer'.
3744
3745 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3746
3747 * gud.el (gud-minor-mode): New var.
3748 (gud-symbol, gud-val): New functions.
3749 (gud-find-file): Copy gud-minor-mode to the new buffer.
3750 (gud-menu-map): Include entries for commands that are not always
3751 available, using :enable to (de)activate them.
3752 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3753 (gud-mode-map): New map.
3754 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3755 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3756 Don't set up gud's menu (it's done by the minor-mode).
3757 (gud-minibuffer-local-map): New.
3758 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3759 (gud-query-cmdline): New function.
3760 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3761 (gud-mode): Use define-derived-mode.
3762 Don't set up gud's menu (it's done by the minor-mode).
3763 (gud-chop-words): Remove.
3764 (gud-common-init): Use split-string instead.
3765 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3766
3767 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3768 Add keyword arg :name.
3769
3770 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3771 (diff-count-matches, diff-split-hunk): New functions.
3772 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3773
3774 * pcvs-info.el (cvs-fi-conflict-face): New var.
3775
3776 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3777 Make it into a simple syntax-table, shared among all submodes.
3778 (sh-heredoc-face): Re-introduce.
3779 (sh-font-lock-syntactic-face-function): New function.
3780 (sh-mode): Use it. Also use define-derived-mode.
3781 Remove old bogus setting of indent-region-function.
3782 (sh-set-shell): Don't set the syntax-table any more.
3783 (sh-mode-syntax-table) <defun>: Remove.
3784
3785 2000-11-12 Miles Bader <miles@gnu.org>
3786
3787 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3788 message if interactive.
3789
3790 2000-11-12 Dave Love <fx@gnu.org>
3791
3792 * mail/feedmail.el: Fix header,
3793 (feedmail) <defgroup>: Add :link.
3794
3795 * view.el: Use local-map property, not keymap on mode-line string.
3796
3797 * scroll-all.el (scroll-all-mode): Customize variable. Add
3798 autoload cookie to function.
3799
3800 * lazy-lock.el: Remove compatibility code.
3801
3802 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3803 (finder-help-echo): New variable.
3804 (finder-mouse-face-on-line): Add help-echo stuff.
3805 (finder-list-keywords, finder-list-matches): Use mapc.
3806
3807 * faces.el (face-font-registry-alternatives): Add :version.
3808
3809 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3810 tags-table-list.
3811
3812 * net/browse-url.el (browse-url-browser-function): Update :version.
3813
3814 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3815 (mail-mode): Use [:alnum:] in some regexps.
3816
3817 2000-11-10 Dave Love <fx@gnu.org>
3818
3819 * ediff.el (ediff-regions-internal, ediff-documentation):
3820 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3821 fundamental mode.
3822
3823 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3824 buffer into fundamental mode.
3825 (ediff-set-difference): Use copy-sequence if available.
3826
3827 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3828 ediff-patch-map non-nil.
3829 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3830 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3831 buffer into fundamental mode.
3832
3833 * ediff-merg.el (state-or-merge): Defvar when compiling.
3834
3835 2000-11-10 Jason Rumney <jasonr@gnu.org>
3836
3837 * w32-fns.el (w32-add-charset-info): New function.
3838 (w32-charset-info-alist): Use it.
3839
3840 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3841
3842 * faces.el (face-font-registry-alternatives): New user-option.
3843
3844 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3845
3846 * textmodes/texinfo.el (texinfo-block-default): New var.
3847 (texinfo-insert-block): Use it. Insert a newline if needed.
3848
3849 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3850 (fill-region-as-paragraph): Use it.
3851
3852 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3853 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3854 Tweak paragraph regexps to allow a leading [ \t]*.
3855 (tex-latex-block): Insert a newline if necessary.
3856 (latex-insert-item): Only insert a newline if necessary.
3857 (tex-guess-main-file): New function.
3858 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3859 Set tex-main-file if TeX-master is provided.
3860 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3861
3862 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3863
3864 * startup.el (command-line): Set the default tooltip-mode
3865 to t for graphical displays which implement x-show-tip.
3866
3867 * tooltip.el (tooltip-mode): Add a comment about startup.el
3868 setting the default value of this user-option.
3869
3870 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3871
3872 * font-lock.el (font-lock-*-face) <defvar>: Move.
3873 (font-lock-defaults-alist): Mark obsolete.
3874 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3875 (font-lock-mode): Use define-minor-mode.
3876 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3877 (font-lock-turn-off-thing-lock): Be more explicit.
3878 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3879 (font-lock-syntactic-face-function): New var.
3880 (font-lock-fontify-syntactically-region): Use it.
3881 (font-lock-doc-face): New.
3882
3883 * pcvs.el (cvs-enabledp): Ignore errors.
3884 (cvs-commit-filelist): Never query.
3885 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3886 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3887 (cvs-do-removal): Use cvs-partition rather than delete-if.
3888 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3889 cvs-bury-buffer.
3890
3891 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3892 Allow `next' to jump to after the end of the last match.
3893
3894 2000-11-09 Gerd Moellmann <gerd@gnu.org>
3895
3896 * simple.el (byte-compiling-files-p): New function.
3897
3898 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3899 if it is there.
3900
3901 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3902 nil again.
3903
3904 * textmodes/ispell.el (ispell-library-path): Don't call
3905 check-ispell-version when byte-compiling because that starts
3906 an ispell process, and ispell might not be installed.
3907 (toplevel): Don't set up a menu when byte-compiling.
3908
3909 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3910 it, so that a boundp test can be used to determine if we're
3911 currently byte-compiling.
3912
3913 2000-11-09 Dave Love <fx@gnu.org>
3914
3915 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3916 eval-after-load.
3917
3918 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3919
3920 * ps-print.el: Patch for variable initialization when spooling. Doc
3921 fix.
3922 (ps-output-list): Fun eliminated.
3923 (ps-begin-file, ps-begin-job): Code fix.
3924
3925 2000-11-08 Dave Love <fx@gnu.org>
3926
3927 * ediff-wind.el (ediff-control-frame-parameters): Zero
3928 tool-bar-lines.
3929
3930 2000-11-08 Gerd Moellmann <gerd@gnu.org>
3931
3932 * simple.el (shell-command, display-message-or-buffer)
3933 (shell-command-on-region): Mention resize-mini-windows in the doc
3934 string.
3935 (display-message-or-buffer): Take the value of resize-mini-windows
3936 into account.
3937
3938 2000-11-07 Gerd Moellmann <gerd@gnu.org>
3939
3940 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3941
3942 * dired.el (dired-between-files): Add `^. find' as an alternative
3943 to the regular expression, for find-dired.
3944
3945 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3946
3947 * textmodes/texnfo-upd.el: Require texinfo.
3948 (defmacro, defgroup): Remove.
3949 (texinfo-section-to-generic-alist): Remove.
3950 Use texinfo-section-list instead (i.e. level is changed string->int).
3951 (texinfo-filter): New function.
3952 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3953 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3954 Use it. And use regexp-opt.
3955 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3956 (texinfo-update-menu-region-beginning)
3957 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3958 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3959 (texinfo-update-menu-same-level-regexps): Update.
3960 (texinfo-update-node, texinfo-every-node-update)
3961 (texinfo-sequential-node-update): Remove autoload cookie.
3962
3963 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3964 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3965 (texinfo-chapter-level-regexp): Remove.
3966 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3967
3968 2000-11-06 Dave Love <fx@gnu.org>
3969
3970 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3971
3972 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3973 Match defun*.
3974
3975 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3976
3977 * composite.el (composition-function-table): Variable declaration
3978 moved to src/composite.c.
3979 (compose-chars-after): New optional arg object.
3980
3981 2000-11-06 Gerd Moellmann <gerd@gnu.org>
3982
3983 * bindings.el (mode-line-toggle-read-only)
3984 (mode-line-toggle-modified, mode-line-widen)
3985 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3986 (make-mode-line-mouse2-map): Rewritten.
3987 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3988 functions so that C-h k can show something with a doc string.
3989
3990 * startup.el (fancy-splash-delay): Set to 10 seconds.
3991 (fancy-splash-max-time): New user-option.
3992 (fancy-splash-stop-time): New variable.
3993 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3994 (fancy-splash-screens-1): Throw `stop-splashing' when current
3995 time is greater than fancy-splash-stop-time.
3996
3997 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3998
3999 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4000
4001 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4002 Prompt user for a file rather than raising an error.
4003 (cvs-enabledp): Fix call to cvs-mode-marked.
4004 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4005 (cvs-mode-insert): Use it. Change the init prompt' value.
4006 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4007
4008 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4009 Don't pass default arg to ewoc-locate.
4010 (ewoc-collect): Return result in the right order.
4011
4012 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4013
4014 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4015 (cvs-status-get-tags): Fix regexp.
4016 (cvs-status-trees, cvs-status-cvstrees):
4017 Combine after change hooks and don't sit-for.
4018 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4019 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4020 Use make-char rather than hard-coded cryptic data.
4021 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4022
4023 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4024
4025 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4026 (cvs-insert-strings): New function.
4027
4028 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4029
4030 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4031 `mwheel-scroll-amount'.
4032 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4033 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4034 string-matching against the version string.
4035
4036 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4037
4038 * language/thai.el ("Thai"): Set a lisp form that produces
4039 composed string in `sample-text' language info.
4040
4041 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4042 composed string in `sample-text' language info.
4043
4044 * international/mule-cmds.el (describe-language-environment): Eval
4045 `sample-text' data and insert the result.
4046
4047 * international/mule-conf.el (compound-text): Define this coding
4048 system here. Make x-ctext and ctext aliases of it.
4049
4050 * language/european.el (compound-text, ctext): Moved to
4051 international/mule-conf.el.
4052
4053 2000-11-05 Andrew Innes <andrewi@gnu.org>
4054
4055 * w32-fns.el (w32-version): New function.
4056
4057 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4058
4059 * progmodes/awk-mode.el: Update copyright.
4060 (awk-mode-abbrev-table): Remove.
4061 (awk-font-lock-keywords): Use regexp-opt.
4062 (awk-mode): Use define-derived-mode.
4063
4064 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4065 when extracting a suffix.
4066
4067 2000-11-04 Andre Spiegel <spiegel@gnu.org>
4068
4069 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4070 auto-save-mode.
4071
4072 2000-11-04 Jason Rumney <jasonr@gnu.org>
4073
4074 * language/european.el (decode-mac-roman): Test against r1 not r0.
4075
4076 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4077
4078 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4079 (icon-mode): Define indent-line-function.
4080 (icon-comment-indent): Simplify.
4081 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4082
4083 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4084
4085 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4086 Bind change-log-default-mode to defeat the caching done on it.
4087 Don't bother saving excursion any more.
4088
4089 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4090
4091 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4092 (set-frame-font): Use the new name (and the old for compatibility).
4093
4094 * toolbar/tool-bar.el (tool-bar-mode):
4095 * time.el (display-time-mode):
4096 * recentf.el (recentf-mode):
4097 * paren.el (show-paren-mode):
4098 * mwheel.el (mouse-wheel-mode):
4099 * msb.el (msb-mode):
4100 * jka-compr.el (auto-compression-mode):
4101 * image-file.el (auto-image-file-mode):
4102 * hl-line.el (hl-line-mode):
4103 * delsel.el (delete-selection-mode):
4104 * autoinsert.el (auto-insert-mode):
4105 * complete.el (partial-completion-mode): Drop unneeded positional args.
4106
4107 * info.el (Info-mode):
4108 * comint.el (comint-mode): Don't bother with make-local-hook.
4109
4110 * log-edit.el (log-edit-menu): New menu.
4111
4112 2000-11-03 Miles Bader <miles@gnu.org>
4113
4114 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4115 definition, so that trailing spaces are handled properly.
4116 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4117
4118 2000-11-03 Gerd Moellmann <gerd@gnu.org>
4119
4120 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4121 tab character.
4122 (fancy-splash-screens): Set tab-width to 20.
4123
4124 2000-11-03 Dave Love <fx@gnu.org>
4125
4126 * comint.el (comint-completion-addsuffix): Fix custom type.
4127
4128 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4129
4130 * font-lock.el (font-lock-buffers): Remove.
4131 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4132 (font-lock-change-major-mode): Remove.
4133 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4134 (font-lock-default-fontify-region): Extend the multiline
4135 fontification to whole lines.
4136 (font-lock-fontify-anchored-keywords)
4137 (font-lock-fontify-keywords-region): If matching just one
4138 line (with \n) only mark the \n as multiline.
4139
4140 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4141 Correctly handle the case where several :group args are supplied.
4142 Allow :extra-args.
4143 (easy-mmode-define-global-mode): Allow :extra-args.
4144 Correctly handle the case where several :group args are supplied.
4145
4146 2000-11-02 Miles Bader <miles@gnu.org>
4147
4148 * calendar/calendar.el (diary-face, calendar-today-face)
4149 (holiday-face): Remove dependency on `window-system'.
4150
4151 2000-11-02 Ken Raeburn <raeburn@gnu.org>
4152
4153 * Makefile.in (emacs): Set EMACSLOADPATH always.
4154 (update-authors, .el.elc, compile-files): Don't do it explicitly
4155 here.
4156 (compile-files): Bomb out if compilation of a file fails.
4157
4158 2000-11-02 Dave Love <fx@gnu.org>
4159
4160 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4161
4162 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4163
4164 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4165 punctuation in the warning inserted into the *mail* buffer.
4166
4167 2000-11-02 Gerd Moellmann <gerd@gnu.org>
4168
4169 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4170 (authors-public-domain-p): New function.
4171 (authors-print): Use it.
4172
4173 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4174
4175 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4176
4177 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4178
4179 * ps-print.el: Extension for even/odd printing. Doc fix.
4180 (ps-print-version): New version number (6.3.1).
4181 (ps-even-or-odd-pages): Customization fix.
4182 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4183 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4184 (ps-page-count): Var replaced by `ps-page-column'.
4185 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4186 (ps-print-sheet-p): New fun.
4187
4188 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4189
4190 * tooltip.el (tooltip-gud-tips-setup): New function.
4191 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4192 (tooltip-mode): Call tooltip-gud-tips-setup.
4193 (tooltip-gud-tips): Use `gud-basic-call' instead of
4194 process-send-string, so the prompt gets frobbed appropriately.
4195 Handle nil return value from `tooltip-gud-print-command'.
4196
4197 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4198
4199 * comint.el (comint-add-to-input-history): New function.
4200 (comint-send-input): Use `comint-add-to-input-history'.
4201
4202 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4203
4204 * info.el (info-menu-header): New face.
4205 (Info-fontify-menu-headers): New function.
4206 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4207
4208 * info.el (Info-insert-dir): Don't include blank lines at
4209 beginning of additional dir files (one is added automatically).
4210
4211 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4212
4213 * emacs-lisp/easy-mmode.el (define-minor-mode):
4214 Revert the latest changes.
4215 Allow the three positional arguments to be skipped and replaced
4216 by keyword arguments.
4217 Add a :toggle argument to determine whether a nil arg means toggle
4218 or means turn-on. The default is unchanged.
4219 Add a call to force-mode-line-update.
4220
4221 2000-11-01 Dave Love <fx@gnu.org>
4222
4223 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4224 cookie.
4225
4226 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4227
4228 * calendar/calendar.el (diary-face, holiday-face): Add
4229 dark-background variants.
4230
4231 2000-10-31 Sam Steingold <sds@gnu.org>
4232
4233 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4234 `tex-main-file' does not have directory in it.
4235
4236 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4237
4238 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4239
4240 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4241
4242 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4243 functional change.
4244
4245 2000-10-31 Gerd Moellmann <gerd@gnu.org>
4246
4247 * files.el (find-file-noselect): When we expand a wildcard, return
4248 a list of buffers, as we should do according to the doc string.
4249
4250 2000-10-31 Ken Raeburn <raeburn@gnu.org>
4251
4252 * loadup.el (top level): Adjust load path if program name is
4253 "../src/bootstrap-emacs", in case it's not dumped and thus the
4254 load path adjustment hasn't already been done.
4255
4256 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4257
4258 * ps-print.el: Fix bug on selected pages for printing. Use
4259 `color-values' for Emacs 21. Ensure fontification when jit-lock
4260 is on. Try to avoid warning messages when compiling. Doc Fix.
4261 (ps-print-version): New version number (6.3).
4262 (ps-color-device): Use `color-values' to determine if device
4263 supports color.
4264 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4265 (ps-print-page-p): Changed from defsubst to defun.
4266 (ps-page-number): Changed from defmacro to defun.
4267 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4268 printing.
4269 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
4270 (ps-end-file, ps-dummy-page): Funs eliminated.
4271 (ps-print-color-scale): Changed default value.
4272 (ps-page-n-up, ps-print-page-p): New internal vars.
4273 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4274 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4275
4276 * delim-col.el: Little programming improvement.
4277 (delimit-columns-str): New macro.
4278 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4279
4280 2000-10-31 Kenichi Handa <handa@etl.go.jp>
4281
4282 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4283 Moved to european.el.
4284 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4285 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4286 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4287 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4288
4289 2000-10-30 Dave Love <fx@gnu.org>
4290
4291 * progmodes/cc-menus.el (imenu-generic-expression)
4292 (imenu-progress-message): Only defvar when compiling.
4293
4294 * emacs-lisp/elp.el (elp-unload-hook): New function.
4295
4296 * loadhist.el (unload-feature): Call elp-restore-function,
4297 checking for symbols; don't use elp-restore-all.
4298 (loadhist-hook-functions): Doc fix.
4299
4300 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4301
4302 * log-edit.el (log-edit-confirm): Fix the default.
4303
4304 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4305
4306 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4307 delimit-columns-format.
4308 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4309
4310 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4311
4312 * comint.el (comint-replace-by-expanded-history): Don't use
4313 comint-get-old-input (we're not looking at *old* input).
4314 (comint-get-old-input-default): If using fields, signal an error
4315 when the point is not in an input field.
4316
4317 2000-10-30 Kenichi Handa <handa@etl.go.jp>
4318
4319 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4320 and mule-unicode-e000-ffff.
4321
4322 * international/mule.el (decode-char, encode-char): New functions.
4323 (make-coding-system): Accept a symbol of translation table as a
4324 value of property `safe-chars'.
4325
4326 * international/mule-cmds.el (encode-coding-char): Check property
4327 safe-chars instead of safe-charsets.
4328
4329 * international/fontset.el (fontset-default): Modified for
4330 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4331 (x-font-name-charset-alist): Likewise.
4332 (ccl-encode-unicode-font): New CCL program. Record it in
4333 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4334
4335 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4336 New translation tables.
4337 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4338 programs are modified and moved from mac-win.el.
4339 (mac-roman): Definition of this coding system is modified and
4340 moved from mac-win.el.
4341
4342 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4343
4344 * ediff-wind.el (ediff-setup-control-frame): Enclose
4345 face-attribute in condition-case to avoid errors in older emacsen.
4346
4347 2000-10-29 Miles Bader <miles@gnu.org>
4348
4349 * custom.el (custom-add-to-group): Allow multiple entries for a
4350 given value OPTION, as long as their widget types are different.
4351 * cus-edit.el (custom-face-value-create): If face name doesn't end
4352 with "face", add such here (similar to custom group widgets).
4353
4354 * comint.el (comint-highlight-prompt): Add :type.
4355
4356 2000-10-28 John Wiegley <johnw@gnu.org>
4357
4358 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4359 Changed this function to operate on a temporary buffer instead of
4360 the main buffer. This not only keeps flyspell from marking a
4361 buffer as changed that wasn't, but it solves the jumpy cursor
4362 problem when attempts are made to edit incorrect words.
4363 (flyspell-maybe-correct-doubling): Same change as for
4364 `flyspell-maybe-correct-transposition'.
4365
4366 * calendar/timeclock.el (timeclock-log): Doc fix.
4367 (timeclock-last-event): Doc fix.
4368 (timeclock-log): Kill the timelog buffer after appending a new
4369 event.
4370 (timeclock-find-discrep): Use a temp buffer to read in the
4371 timelog, instead of visiting the file.
4372 (timeclock-log-data): A new function, along with a host of helper
4373 functions, for the purpose of making timelog data accessible to
4374 programmers.
4375
4376 * eshell/esh-mode.el (window-height test): Make certain that
4377 `eshell-stringify-t' is non-nil.
4378 (eshell-password-prompt-regexp): Changed to a much simpler
4379 password regexp.
4380 (eshell-send-input): If `eshell-invoke-directly' returns t,
4381 directly invoke the parsed command using `eval'. This improves
4382 turn-around time on simple commands by a factor of three or
4383 greater, such as cd, ls, pwd, etc. -- which get used very often.
4384 It also conserves thousands of cons cells per call (since
4385 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4386 in the Pacific Cookie Company).
4387
4388 * eshell/esh-test.el (eshell-test): Whitespace fix.
4389
4390 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4391 `eshell-ls-initial-args' nil when inserting directory contents.
4392
4393 * eshell/em-script.el (eshell-script-initialize): Add names to
4394 `eshell-complex-commands, since `source' and `.' are complex.
4395
4396 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4397 (eshell-rewrite-while-command): Use `eshell-protect' instead of
4398 `eshell-copy-handles'.
4399 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4400 bodies.
4401 (eshell-separate-commands): Whitespace fix.
4402 (eshell-complex-commands): Added a new list of names, for
4403 determining whether a given command is as simple as it looks.
4404 (eshell-invoke-directly): New function. Returns t if a command
4405 should be invoked directly (using `eval'), rather than indirectly
4406 using `eshell-do-eval'.
4407 (eshell-do-eval): Whitespace fix.
4408
4409 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4410 which provides an emulation of the DOS shell behavior of assuming
4411 that cp/mv/ln should copy/move/link to the current directory.
4412 (eshell-remove-entries): Added a doc string.
4413 (eshell-shuffle-files): Removed the check for `target' being null.
4414 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4415 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4416 it to do a smarter check of whether a destination was provided.
4417 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4418 (eshell/ln): Enable `:preserve-args', and use
4419 `eshell-mvcpln-template' to implement the body of the function.
4420 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4421 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
4422 list after flattening it. This makes it possible to cat files
4423 with numerical names.
4424 (eshell-unix-initialize): Added several names to
4425 `eshell-complex-commands.
4426 (eshell-unix-command-complex-p): Return t if a given command name
4427 may result in external processes being invoked.
4428
4429 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4430 variable nil by default, since it slows down glob processing by a
4431 factor of two or more, and increases memory consumption.
4432
4433 * eshell/em-smart.el: Added a note about how memory consumptive
4434 smart display mode can be (at least this is true in Emacs 21).
4435 (eshell-smart-initialize): Whitespace fix.
4436 (eshell-refresh-windows): Use `if' instead of `when'.
4437 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4438 not necessary.
4439 (eshell-currently-handling-window): Added a missing global
4440 variable.
4441
4442 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4443 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4444 Whitespace fix.
4445 (eshell-ls-exclude-hidden): Added this variable in addition to
4446 `eshell-ls-exclude-regexp'. This one prevents files beginning
4447 with . from even being read, which can improve memory consumption
4448 quite a bit.
4449 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4450 read file entries beginning with a dot. In home directories with
4451 lots of hidden files, fully two-thirds of the time spent in ls is
4452 used to read directory entries that are immediately thrown away.
4453 (eshell-ls-initial-args): Added back this configuration variable,
4454 for specifying default initial arguments to every call to ls.
4455 Much faster than using an alias to do the same thing.
4456 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4457 (eshell-ls-dir): Whitespace change.
4458
4459 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4460
4461 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4462 available.
4463 (eshell-stringify-t): Added a customization variable, to indicate
4464 whether `t' should be rendered as a string at all. If not, one
4465 can still determine if the result of an expression is true using
4466 "file-exists-p FILE && echo true".
4467 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4468 stringify t!
4469
4470 * eshell/esh-module.el: Whitespace fix.
4471
4472 * eshell/em-alias.el (eshell-alias-initialize): Added
4473 `eshell-command-aliased-p' to `eshell-complex-commands'.
4474 (eshell-command-aliased-p): New function that returns t if a
4475 command name names an aliased.
4476
4477 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4478
4479 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
4480 redrawing the screen when changing cursor color.
4481 (viper-insert-state-pre-command-sentinel)
4482 (viper-replace-state-pre-command-sentinel)
4483 (viper-replace-state-post-command-sentinel):
4484 Use viper-preserve-cursor-color.
4485 Many functions changed to use viper= instead of = when comparing
4486 characters.
4487 * viper-util.el (viper-memq-char,viper=): New functions for
4488 working with characters.
4489 (viper-change-cursor-color): Fixed buglet.
4490 Many functions changed to use viper= instead of = when comparing
4491 characters.
4492 * viper.el (viper-insert-state-mode-list): Added eshell.
4493
4494 * ediff-init.el (ediff-before-setup-hook): New hook.
4495 Several typos fixed in various docstrings.
4496 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4497 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
4498 hook.
4499 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4500 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4501 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4502 (ediff-get-selected-buffers): New function.
4503 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4504 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
4505 save-window-excursion.
4506 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
4507 termination check in while loop.
4508 * ediff.el (ediff-get-default-file-name): Better defaults when in
4509 dired buffer.
4510 (ediff-files,ediff-merge-files,ediff-files3)
4511 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4512
4513 2000-10-28 Dave Love <fx@gnu.org>
4514
4515 * info.el (Info-fontify-node): Add help-echo for menu items.
4516
4517 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4518
4519 * startup.el (normal-top-level): If the value of $TERM indicates
4520 we are running from xterm or one of its work-alikes, default to a
4521 light background mode.
4522
4523 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4524 * faces.el (tty-handle-reverse-video): New function.
4525 (tty-create-frame-with-faces): Call it.
4526
4527 * frame.el (frame-notice-user-settings): Don't apply
4528 default-frame-alist and initial-frame-alist to MS-DOS frames.
4529 Call tty-handle-reverse-video, frame-set-background-mode, and
4530 face-set-after-frame-default for non-MS-DOS frames.
4531
4532 * startup.el (tty-long-option-alist): New variable.
4533 (tty-handle-args): New function.
4534 (command-line): Call tty-handle-args.
4535
4536 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4537 startup.el now does that for all character-terminal frames.
4538
4539 2000-10-28 Miles Bader <miles@gnu.org>
4540
4541 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4542 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4543 global. If :global is followed by a non-nil but non-t value,
4544 make the mode buffer-local, but also generate a `global-MODE'
4545 version using `easy-mmode-define-global-mode'. Add
4546 :conditional-turn-on keyword argument.
4547
4548 2000-10-28 Dave Love <fx@gnu.org>
4549
4550 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4551 use window-system.
4552
4553 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4554
4555 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4556 Don't call find-buffer-file-type-coding-system. Instead, just
4557 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4558 if the file is on an untranslated filesystem.
4559 (add-untranslated-filesystem): Use "D" instead of "f" inside
4560 interactive.
4561
4562 2000-10-27 Dave Love <fx@gnu.org>
4563
4564 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
4565 (refill-mode): Use it.
4566
4567 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4568
4569 * international/quail.el (quail-activate): Don't make-local-hook.
4570
4571 2000-10-27 Andre Spiegel <spiegel@gnu.org>
4572
4573 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
4574 manual backups and file.~<rev>.~ for automatic ones.
4575 (vc-make-version-backup): Don't do it on MS-DOS without long file
4576 names.
4577
4578 * vc.el (vc-version-other-window): If an automatic backup of the
4579 desired version exists, rename it instead of copying it.
4580
4581 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4582 after command. If there's an unexpected error, signal it instead
4583 of being silent.
4584 (vc-cvs-merge-news): Be prepared for no news at all.
4585
4586 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4587
4588 * shell.el (shell): Add BUFFER argument.
4589 * comint.el (make-comint-in-buffer): New function.
4590 (make-comint): Use it.
4591
4592 * faces.el (face-spec-choose): Change syntax so that the list of
4593 attribute-value pairs is now the cdr of each clause, not the cadr.
4594 Detect old-style entries, and handle them. Use pop.
4595
4596 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4597
4598 * cus-edit.el (custom-mode-map): Use a sparse map.
4599 (custom-mode): Don't bother with make-local-hook.
4600
4601 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4602
4603 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4604
4605 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4606
4607 * ps-print.el: Avoid compilation gripes.
4608 (ps-print-version): New version number (6.2.1).
4609
4610 2000-10-26 Dave Love <fx@gnu.org>
4611
4612 * menu-bar.el: Modify some menu item help strings.
4613 (menu-bar-help-menu): Add link to MORE.STUFF.
4614
4615 * cus-edit.el (custom-mode): Add `special' mode-class property.
4616
4617 * wid-browse.el (widget-browse-mode): Likewise.
4618
4619 * wid-edit.el (widget-specify-field): Revert to using local-map
4620 property, not keymap.
4621
4622 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4623
4624 * wid-edit.el (widget-field-end): When checking for a `boundary'
4625 field, do so in the correct buffer.
4626
4627 * simple.el (undo): Correctly distinguish between numeric and
4628 non-numeric prefix args in non-transient-mark-mode, as per the doc
4629 string. When in transient-mark-mode, treat all prefix-args as
4630 numeric.
4631
4632 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4633 Position point on match. Handle N == 0 correctly.
4634
4635 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4636 (comint-mode-map): Reverse order of `comint-write-output' and
4637 `comint-append-output-to-file'.
4638 (comint-append-output-to-file): Reinstate this function, for the
4639 benefit of the menu.
4640
4641 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4642
4643 * vc.el (vc-version-other-window): Bind `file'.
4644
4645 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4646
4647 * Makefile.in (update-authors): New target for maintenance purposes.
4648
4649 * emacs-lisp/authors.el (batch-update-authors): New function.
4650 (authors-fixed-entries): New defconst.
4651 (authors-add-fixed-entries): New function.
4652 (authors): Call it.: Don't process lispref/.
4653
4654 2000-10-25 Jason Rumney <jasonr@gnu.org>
4655
4656 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4657 Merge x w32 and mac definitions.
4658
4659 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4660
4661 * menu-bar.el (menu-bar-options-menu): Add a help string for
4662 `uniquify'.
4663
4664 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4665
4666 * time-stamp.el (time-stamp-string-preprocess):
4667 Fix a wrong type argument error.
4668
4669 2000-10-25 Miles Bader <miles@gnu.org>
4670
4671 * recentf.el (recentf-mode): Variable removed.
4672 (recentf-mode): Use `define-minor-mode'.
4673
4674 * mwheel.el (mouse-wheel-mode): New global minor mode.
4675 (mwheel-install): Use `mouse-wheel-mode'.
4676
4677 2000-10-25 Dave Love <fx@gnu.org>
4678
4679 * progmodes/cperl-mode.el (cperl-mode):
4680 Set normal-auto-fill-function correctly.
4681
4682 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4683 inherit from global-map and don't nullify menu-bar and tool-bar
4684 bindings.
4685
4686 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4687
4688 * wid-edit.el (widget-field-at): New function.
4689 (widget-at, widget-field-activate): Use it.
4690 (widget-tabable-at): Use `widget-at'.
4691 (widget-specify-field): If the terminating character of the widget
4692 field (which is read-only) is a newline, put it into a special
4693 `boundary' field so that C-n/C-p act more naturally.
4694 (widget-field-end): Also don't subtract one if a special
4695 `boundary' field has been added after the widget field.
4696
4697 * comint.el (comint-output-filter, comint-send-input): Don't
4698 bother adding stickiness fields to overlays to fool the field
4699 code, since it should notice the overlay insertion-types now.
4700
4701 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4702 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4703 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4704
4705 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4706
4707 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4708 (authors): Set file coding system to iso-2022-7bit. Add
4709 file-local variables to output buffer.
4710
4711 * files.el (after-find-file): Don't print any warnings if
4712 WARN is nil.
4713
4714 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4715
4716 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4717
4718 * delim-col.el: Now there is a column formatting mechanism.
4719 Modified to customization mechanisms convention. Doc fix.
4720 (columns): New group for delim-col.
4721 (delimit-columns-before, delimit-columns-after)
4722 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4723 (delimit-columns-end): New vars.
4724 (delimit-columns-customize, delimit-columns-format): New funs.
4725 (delimit-columns-region, delimit-columns-rectangle)
4726 (delimit-columns-rectangle-line): Modified to support column
4727 formatting.
4728
4729 2000-10-24 Dave Love <fx@gnu.org>
4730
4731 * log-edit.el (log-edit): Add :version and a :group for vc.
4732
4733 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4734
4735 * files.el (after-find-file): Don't print a message ``New file''
4736 if WARN is nil.
4737
4738 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4739 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4740 get duplicate tool-bar entries because we'll see the global ones
4741 on more than one path through keymaps.
4742
4743 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4744
4745 * progmodes/cmacexp.el: Change Francesco's email address.
4746
4747 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4748
4749 * window.el (fit-window-to-buffer): Adjust point of the window
4750 buffer, not that of the current buffer.
4751
4752 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4753
4754 * progmodes/cmacexp.el: Update the euthor's email address.
4755
4756 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4757
4758 * faces.el (face-spec-set-match-display): Add `graphic' display
4759 type (the inverse of `tty'). Use `display-graphic-p' instead of
4760 the window-system variable.
4761
4762 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4763
4764 * international/isearch-x.el (isearch-with-input-method): Call
4765 input-method-function with the first event in
4766 unread-command-events.
4767
4768 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4769
4770 * faces.el (face-default-spec, face-user-default-spec): Make
4771 defsubsts.
4772
4773 2000-10-24 Andrew Choi <akochoi@i-cable.com>
4774
4775 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4776 New charsets.
4777
4778 * term/mac-win.el: Remove definitions of mac-roman-lower and
4779 mac-roman-upper, require dired, and define instead of set
4780 mac-ready-for-drag-n-drop to avoid compilation error.
4781
4782 2000-10-23 Andrew Innes <andrewi@gnu.org>
4783
4784 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4785 superfluous calls to subst-char-in-string; instead apply
4786 expand-file-name after convert-standard-filename to ensure
4787 expected directory separators are used.
4788
4789 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4790
4791 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4792
4793 2000-10-23 Dave Love <fx@gnu.org>
4794
4795 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4796 (tool-bar-add-item): Set foreground and background for XBM icons.
4797
4798 * international/latin1-disp.el (latin1-char-displayable-p): New
4799 function (from Handa).
4800 (latin1-display-check-font): Use it.
4801
4802 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4803 using :key-sequence, making it much more usable. Use nconc, not
4804 append.
4805 (imenu--create-keymap-1): Avoid append.
4806
4807 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4808
4809 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4810
4811 [the following changes fix a bug where `define-minor-mode' didn't
4812 correctly generate :require clauses for defcustoms in compiled files]
4813 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4814 (byte-compile-log-file, byte-compile-log-1): Don't set
4815 `byte-compile-current-file' to nil. Instead set
4816 `byte-compile-last-logged-file' to it. Test whether
4817 byte-compile-current-file equals byte-compile-last-logged-file
4818 instead of whether its nil.
4819 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4820
4821 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4822
4823 * textmodes/refill.el: Fix var names in doc.
4824 (refill-mode): Don't bother with make-local-hook anymore.
4825
4826 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4827
4828 * faces.el (face-user-default-spec, face-default-spec): New functions.
4829 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4830 (frame-set-background-mode, face-set-after-frame-default):
4831 Use `face-user-default-spec'. Simplify code slightly.
4832
4833 * woman.el (woman-italic-face, woman-bold-face)
4834 (woman-unknown-face): Add dark-background variants.
4835 (woman-default-faces): Renamed from `woman-colour-faces'.
4836 Set using the stored defaults, rather than using hard-wired colors.
4837 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4838 Just make the foreground `unspecified' rather than "black".
4839 (woman-menu): Rename menu entries accordingly.
4840
4841 * faces.el (header-line): Make more reasonable on mono/grayscale
4842 displays.
4843
4844 2000-10-23 Andrew Choi <akochoi@i-cable.com>
4845
4846 * cus-edit.el (custom-button-face): Use 3D look for mac.
4847 (custom-button-pressed-face): Likewise.
4848
4849 * faces.el (set-face-attributes-from-resources): Handle mac frames
4850 in the same way as x and w32 frames.
4851 (face-valid-attribute-values): Likewise.
4852 (read-face-attribute): Likewise.
4853 (defined-colors): Likewise.
4854 (color-defined-p): Likewise.
4855 (color-values): Likewise.
4856 (display-grayscale-p): Likewise.
4857 (face-set-after-frame-default): Likewise.
4858 (mode-line): Same default face as for x and w32.
4859 (tool-bar): Likewise.
4860
4861 * frame.el: Remove call to frame-notice-user-settings at end of
4862 the file.
4863
4864 * info.el (Info-fontify-node): make underlines invisible for mac
4865 as for x, pc, and w32 frame types.
4866
4867 * term/mac-win.el: New file.
4868
4869 2000-10-22 Dave Love <fx@gnu.org>
4870
4871 * textmodes/refill.el: New file.
4872
4873 2000-10-22 Andre Spiegel <spiegel@gnu.org>
4874
4875 * vc-hooks.el (vc-version-backup-file-name): New optional args
4876 MANUAL and REGEXP.
4877 (vc-delete-automatic-version-backups, vc-make-version-backup):
4878 New functions.
4879 (vc-before-save): Use the latter.
4880 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4881 confusion.
4882
4883 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4884 expected by vc[-hooks].el.
4885
4886 * vc.el (vc-checkout): Added `-p' suffix in call to
4887 vc-make-version-backups-p; use vc-make-version-backup to actually
4888 make the backup.
4889 (vc-version-other-window, vc-version-backup-file): Handle both
4890 automatic and manual backups.
4891 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4892 of all of them.
4893
4894 2000-10-22 Miles Bader <miles@gnu.org>
4895
4896 * comint.el (comint-highlight-input, comint-highlight-prompt):
4897 Renamed, `-face' at end removed.
4898 (comint-send-input, comint-output-filter): Use renamed faces.
4899
4900 * window.el (fit-window-to-buffer): Change defaulting of
4901 MAX-HEIGHT slightly.
4902
4903 * faces.el (color-values, color-defined-p): Use `member', not
4904 `memq', because it works correctly for strings.
4905 (frame-set-background-mode): Actually, "unspecified-fg" and
4906 "unspecified-bg" *are* strings. Use `member', not `memq', and
4907 `equal', not `eq', when a string value is possible.
4908
4909 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4910
4911 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4912
4913 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4914
4915 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4916 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4917 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4918 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4919 (sh-font-lock-syntactic-keywords): Use them.
4920 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4921 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4922 (sh-mode): Don't override font-lock-unfontify-region-function.
4923 Use a copy of sh-font-lock-syntactic-keywords.
4924 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4925 Don't call sh-scan-buffer since font-lock does it on the fly.
4926 (sh-get-indent-info): Use `face' rather than `syntax-table'
4927 text-property to detect here-documents.
4928 Replace sh-special-syntax with sh-st-punc.
4929 (sh-prev-line): Use `face' rather than `syntax-table'
4930 text-property to skip over here-documents.
4931 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4932 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4933 (sh-electric-less, sh-set-here-doc-region)
4934 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4935 (sh-scan-buffer, sh-rescan-buffer): Remove.
4936
4937 2000-10-21 Andrew Innes <andrewi@gnu.org>
4938
4939 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4940 remote (ange-ftp) file names.
4941
4942 2000-10-21 Miles Bader <miles@gnu.org>
4943
4944 * window.el (fit-window-to-buffer): New function.
4945 (shrink-window-if-larger-than-buffer): Use it.
4946 (window-text-height): Don't expect minibuffers to have mode-lines.
4947
4948 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4949 * international/quail.el (quail-update-guidance): Use
4950 `fit-window-to-buffer' instead of `set-window-text-height'.
4951
4952 * international/quail.el (quail-show-guidance-buf): Make sure
4953 guidance window really has enough room.
4954 (quail-update-guidance): If quail-guidance-win is already shown,
4955 make sure its height is OK.
4956
4957 * window.el (window-text-height, set-window-text-height):
4958 New functions.
4959 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4960 instead of `window-height' & `mode-line-window-height-fudge'.
4961 (mode-line-window-height-fudge): Add FACE parameter.
4962 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4963 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4964
4965 2000-10-20 Miles Bader <miles@gnu.org>
4966
4967 * window.el (height-affecting-face-attributes): Use `defconst'.
4968
4969 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4970 New function, conditionally aliased to `mode-line-window-height-fudge'.
4971 (ispell-help): Use it.
4972 (ispell-choices-win-default-height): Don't include mode-line fudge.
4973 (ispell-choices-win-default-height): New function.
4974 (ispell-show-choices, ispell-command-loop): Use function
4975 `ispell-choices-win-default-height' instead of variable.
4976
4977 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4978
4979 * window.el (mode-line-window-height-fudge): New variable.
4980 (height-affecting-face-attributes): New variable.
4981 (mode-line-window-height-fudge): New function.
4982 (shrink-window-if-larger-than-buffer): Use it.
4983 * help.el (resize-temp-buffer-window): Likewise.
4984
4985 * info.el (Info-fontify-node): Add support for @subsubsection
4986 titles, which use `Info-title-4-face'.
4987 (Info-title-4-face): New face.
4988 (Info-title-3-face): Inherit from Info-title-4-face instead of
4989 variable-pitch.
4990
4991 2000-10-19 Jason Rumney <jasonr@gnu.org>
4992
4993 * dired.el (dired-insert-directory): Do not let errors signalled by
4994 attempt to run dired-free-space-program prevent dired from working.
4995
4996 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4997
4998 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4999
5000 2000-10-19 Gerd Moellmann <gerd@gnu.org>
5001
5002 * dirtrack.el (dirtrack): Fix call to run-hooks.
5003
5004 * cmuscheme.el (cmuscheme-program-name): Renamed from
5005 scheme-program-name because xscheme.el contains a defcustom with
5006 the same name. As a consequence, customizing group `cmuscheme'
5007 loaded `xscheme' which redefined run-scheme.
5008 (run-scheme): Use cmuscheme-program-name.
5009
5010 * ps-print.el (ps-print-emacs-type): Move into the
5011 eval-and-compile.
5012
5013 * play/doctor.el (doctor-death): Update the Samaritans'
5014 anonymous address, and add a website for Befrienders International.
5015
5016 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5017
5018 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5019 Avoid compilation gripes. Doc fix.
5020 (ps-print-version): New version number (6.2).
5021 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5022 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5023 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5024 (ps-x-extent-priority, ps-x-extent-start-position)
5025 (ps-x-face-font-instance, ps-x-find-coding-system)
5026 (ps-x-font-instance-properties, ps-x-make-color-instance)
5027 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5028 avoid compilation gripes without defining functions.
5029 (ps-e-find-composition): Alias for function find-composition, to have a
5030 suitable function depending on Emacs version.
5031 (ps-color-device, ps-color-values, ps-face-foreground-name)
5032 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5033 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5034 (ps-print-ensure-fontified): Function definitions surrounded by
5035 `eval-and-compile' to avoid compilation gripes.
5036 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5037 by symbol-value to avoid compilation gripes.
5038 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5039 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5040
5041 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5042
5043 * startup.el (normal-top-level): Call `frame-set-background-mode'
5044 after `frame-notice-user-settings' because the latter doesn't call
5045 the former on a tty.
5046
5047 * faces.el (frame-set-background-mode): `unspecified' &c are
5048 symbols, not strings.
5049
5050 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5051
5052 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5053 why some "light*" colors are deliberately absent from the alist.
5054
5055 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5056 Change colors for tty's, as suggested by Miles Bader.
5057
5058 2000-10-19 Kenichi Handa <handa@etl.go.jp>
5059
5060 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
5061 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5062 for ISO10646-1 fonts.
5063 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5064
5065 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5066
5067 * faces.el (frame-set-background-mode): If a tty frame defines a
5068 background color, use that to compute the background mode, instead
5069 of always defaulting to "dark".
5070
5071 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5072
5073 * comint.el (comint-write-output): New function.
5074 (comint-mode-map): Add it to the menu.
5075 Bind `C-c C-s' to comint-write-output.
5076
5077 2000-10-18 Gerd Moellmann <gerd@gnu.org>
5078
5079 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5080 Use fancy-splash-delay.
5081
5082 2000-10-18 Alex Schroeder <alex@gnu.org>
5083
5084 * progmodes/sql.el (sql-sybase-options): New option.
5085 (sql-sybase): Use it. Add sql-database to the list of parameters
5086 provided for login. The options -w 2048 -n are not used any more.
5087
5088 * comint.el (comint-read-input-ring): Bugfix such that the first
5089 and the last entry of the input ring file are not lost.
5090
5091 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5092
5093 * ps-print.el: Internal variable changes to defcustom,
5094 make-local-hook changes to defvar. Doc fix.
5095 (ps-print-version): New version number (6.1).
5096 (ps-setup, ps-do-despool): Code fix.
5097 (ps-printer-name): Customization fix.
5098 (ps-printer-name-option): Now is a defcustom instead of an
5099 internal variable.
5100 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5101 (ps-print-begin-column-hook): Now are defvar instead of
5102 make-local-hook.
5103
5104 2000-10-18 Miles Bader <miles@gnu.org>
5105
5106 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5107 (comint-kill-output): Changed into an alias for `comint-delete-output',
5108 and made obsolete.
5109 (comint-mode-map): Rename references to comint-kill-output.
5110
5111 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5112
5113 * diff-mode.el (diff-header-face, diff-file-header-face)
5114 (diff-changed-face): Add bold and italic attributes to tty faces.
5115 (diff-function-face): New face.
5116 (diff-font-lock-keywords): Use it.
5117
5118 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5119
5120 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5121 Remove commented-out call to force-mode-line-update.
5122 (comint-kill-output): Use `forward-line 0' instead of
5123 beginning-of-line to make sure we get past the prompt.
5124
5125 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5126
5127 * diff-mode.el (diff-header-face, diff-file-header-face):
5128 Add specific setting for dark background.
5129 (diff-context-face): Renamed from diff-comment-face.
5130 Set explicitly rather than inheriting from font-lock-comment-face.
5131
5132 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5133
5134 * startup.el (command-line): Move the code which sets the default
5135 TTY colors to before before-init-hook.
5136
5137 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5138
5139 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5140
5141 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5142
5143 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5144 extensions, for MS-DOS.
5145
5146 * diff-mode.el (diff-header-face, diff-file-header-face)
5147 (diff-changed-face): Define tty-specific colors.
5148
5149 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5150
5151 * startup.el (fancy-splash-text): Realign the text.
5152
5153 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5154
5155 * font-lock.el (font-lock-comment-face): Define a separate default
5156 for dark-background tty's.
5157
5158 2000-10-17 Miles Bader <miles@gnu.org>
5159
5160 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5161 being obscured by whizzy mode-lines on graphics displays.
5162
5163 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5164
5165 * info.el (Info-title-1-face, Info-title-2-face)
5166 (Info-title-3-face): Define colors for tty's.
5167 (info-header-node): Remove unneeded tty-specific definition.
5168
5169 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5170
5171 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5172 reverse from the frame parameters, and don't invert foreground and
5173 background colors.
5174
5175 2000-10-16 Miles Bader <miles@gnu.org>
5176
5177 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5178 string "*Info*". Call propertized-buffer-identification to spruce
5179 up the result.
5180
5181 2000-10-16 Gerd Moellmann <gerd@gnu.org>
5182
5183 * help.el: Provide `help' for the sake of define-minor-mode
5184 which generates defcustoms with requires.
5185
5186 * jit-lock.el (jit-lock-after-change): If we're in text that
5187 matches a multi-line font-lock pattern, make sure the whole text
5188 will be redisplayed.
5189
5190 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5191 author's name is unknown.
5192
5193 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5194 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5195 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5196 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5197 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5198 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5199 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5200 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5201 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5202 Add author information.
5203
5204 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5205
5206 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5207 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5208 full-color version (using the Gimp) to eliminate dithering artifacts.
5209
5210 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5211
5212 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5213
5214 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5215
5216 2000-10-15 Dave Love <fx@gnu.org>
5217
5218 * progmodes/sh-script.el: Require skeleton and comint when
5219 compiling.
5220
5221 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5222
5223 * whitespace.el: Doc fixes.
5224 (top-level): Don't add hooks here.
5225 (whitespace-running-emacs): Deleted.
5226 (timer): Don't require.
5227 (whitespace): Add back :version conditional on xemacs test.
5228 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5229 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5230 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5231 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5232 Avoid specific xemacs test.
5233 (whitespace-global-mode): New option.
5234 (whitespace-global-mode): New command.
5235 (whitespace-unload-hook): New function.
5236
5237 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
5238 (Info-fontify-node, Info-goto-node, Info-mode-menu)
5239 (Info-fontify-node): `Goto' goes to `Go to'.
5240 (Info-fontify-node): Add help-echo to xref links.
5241
5242 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5243
5244 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5245
5246 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5247
5248 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5249 Use plist-get and allow :inherit.
5250
5251 * emacs-lisp/cl-macs.el (cl-do-arglist):
5252 Use plist-get and plist-member instead of memq.
5253
5254 * emacs-lisp/ewoc.el (ewoc-location): New function.
5255 (ewoc-enter-after, ewoc-enter-before): Document return value.
5256 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5257 Don't need make-local-hook any more.
5258 (cvs-addto-collection): Return the new tin.
5259 (cvs-mode-insert): Jump to the new line.
5260
5261 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5262
5263 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5264
5265 * font-lock.el (font-lock-syntactically-fontified): New var.
5266 (font-lock-fontify-syntactic-keywords-region): Use it.
5267 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5268
5269 * diff-mode.el (diff-find-file-name): Fix regexp.
5270
5271 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5272 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5273
5274 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5275 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5276 (sh-mode): Don't make all vars local here.
5277 (sh-kw): Reformat.
5278 (sh-set-shell): Use dolist. Don't set indent-region-function.
5279 (sh-mode-syntax-table): Use pop.
5280 (sh-remember-variable): Use push.
5281 (sh-help-string-for-variable): Use memq.
5282 (sh-safe-backward-sexp): Remove.
5283 (sh-safe-forward-sexp): Add ARG.
5284 (sh-get-indent-info, sh-prev-stmt): Use it.
5285 (sh-prev-line): Simplify by using forward-comment.
5286 (sh-this-is-a-continuation): Simplify.
5287 (sh-learn-buffer-indent): Use dolist.
5288 (sh-do-nothing): Remove.
5289 (sh-set-char-syntax, sh-set-here-doc-region):
5290 Use inhibit-modification-hooks.
5291 (sh-name-style): Use mapcar and push.
5292 (sh-load-style): Use dolist.
5293 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5294 (sh-case, sh-while-getopts): Use propertize directly rather
5295 than sh-electric-rparen.
5296
5297 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5298
5299 * textmodes/tex-mode.el: Require CL when compiling.
5300 (tex-mode-syntax-table): Init immediately.
5301 (tex-mode-map): Bind M-RET to latex-insert-item.
5302 (latex-mode): Set indent-line-function to latex-indent.
5303 (tex-common-initialization): Don't setup the syntax-table any more.
5304 (latex-insert-item): New skeleton.
5305 (tex-next-unmatched-end): Fix copy/paste braino.
5306 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5307 (latex-indent, latex-find-indent): New functions.
5308 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5309 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5310 (tex-compilation-parse-errors): Use with-syntax-table.
5311
5312 2000-10-15 Miles Bader <miles@gnu.org>
5313
5314 * font-lock.el (font-lock-comment-face): Change dark-background,
5315 color, non-tty, default to `chocolate1'.
5316
5317 2000-10-13 John Wiegley <johnw@gnu.org>
5318
5319 * eshell/esh-util.el (require): Added a missing `require' form,
5320 needed when compiling (for an ange-ftp macro definition).
5321
5322 2000-10-13 Dave Love <fx@gnu.org>
5323
5324 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5325
5326 2000-10-13 Gerd Moellmann <gerd@gnu.org>
5327
5328 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5329 fix.
5330
5331 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5332 transparent -colors 8).
5333
5334 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5335
5336 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5337 that breaks with old list format timestamps.
5338 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5339 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5340 strings.
5341
5342 2000-10-13 John Wiegley <johnw@gnu.org>
5343
5344 * align.el, pcomplete.el, calendar/timeclock.el,
5345 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5346
5347 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5348 faulty math, where holiday hours were being computing as seconds.
5349
5350 2000-10-13 John Wiegley <johnw@gnu.org>
5351
5352 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5353 specifying what "other" kinds of buffers should be saved. This
5354 used to be hard-coded.
5355 (desktop-buffer-misc-functions): A global for specifying how
5356 auxiliary data should be determined for special buffer types.
5357 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5358 instead of hard-coding the special buffer types.
5359 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5360 auxiliary data, instead of hard-coding for Info buffers and dired.
5361 (desktop-buffer-info-misc-data): Aux function for determining Info
5362 buffer auxiliary info.
5363 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5364 (desktop-buffer-info): Changed this function to use the info
5365 gathered above.
5366 (desktop-create-buffer): Be a little more careful about what
5367 `minor-mode' means before calling it. This is important for some
5368 buffer types.
5369
5370 2000-10-13 John Wiegley <johnw@gnu.org>
5371
5372 * eshell/esh-util.el: Added a global form which declares an
5373 autoload for `parse-time-string', if that function is not already
5374 defined, and if parse-time.el is available on the user's system.
5375
5376 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5377 to be aware of ange-ftp user info.
5378 (eshell-do-ls): Bind `ange-cache'. Also, use
5379 `eshell-file-attributes'.
5380 (eshell-ls-annotate): Use `eshell-file-attributes'.
5381 (eshell-ls-file): Made the user-id printing code a bit smarter.
5382
5383 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5384 allow identification of alias user ids in remote directories.
5385 It's manual, but there's no other way to know when the current
5386 user on the local machine, is also the owning user on the remote
5387 machine.
5388 (fboundp): Bind `ange-cache'.
5389 (eshell-directory-files-and-attributes): Re-organized the logic a
5390 bit to use `eshell-file-attributes' instead of `file-attributes'.
5391 The former is more sensitive to directories that are read via FTP,
5392 and knows how to use ange-ftp to determine full attribute
5393 information, instead of just the name and last modtime.
5394 (eshell-current-ange-uids): Return the current user id when in a
5395 remote directory.
5396 (eshell-parse-ange-ls): Parse a full directory listing that has
5397 been returned by ange-ftp.
5398 (eshell-file-attributes): This beefed up version of
5399 `file-attributes' is only special if the user is currently in a
5400 remote directory, in which case it does a lot of work to find out
5401 what the real attributes of a file are, as they appear on the
5402 remote machine. This makes usage of remote directories (i.e.,
5403 ange-ftp pathnames) much more useful. You can now use Eshell as a
5404 full-fledged FTP client, with much more manipulation ability than
5405 most other clients.
5406
5407 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5408 variable, which means that Eshell's du should always be preferred
5409 in remote directories.
5410 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5411 just `file-attributes'.
5412 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5413 when reading remote directories. This is an Eshell-specific
5414 variable (not part of ange-ftp).
5415 (eshell/ln): Bind `ange-cache'.
5416 (eshell/du): Added some extra logic for determining when to use
5417 Eshell's du (which is slow), and when to use the external version
5418 (which may or may not exist).
5419
5420 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5421 `eshell-interactive-process', rather than using
5422 `get-buffer-process', since backgrounded processes don't count in
5423 the context of this function's logic.
5424
5425 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5426 `forward-char', so that null strings are parsed correctly.
5427
5428 2000-09-13 John Wiegley <johnw@gnu.org>
5429
5430 * eshell/em-pred.el (eshell-pred-file-type,
5431 eshell-pred-file-links, eshell-pred-file-size): Use
5432 `eshell-file-attributes'. This is more correct over ange-ftp.
5433
5434 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5435 that remote file globbing is more efficient.
5436
5437 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5438 gathering the files and attributes within a directory.
5439
5440 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5441 the command line is a special file (not a regular file, directory
5442 or symlink), always attempt to call the external version of cat.
5443
5444 2000-09-13 John Wiegley <johnw@gnu.org>
5445
5446 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5447 Eshell-friendly version of find-tag.
5448
5449 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5450
5451 * image-file.el (image-file-name-extensions)
5452 (image-file-name-regexps): Add autoload cookies.
5453
5454 2000-10-13 Kenichi Handa <handa@etl.go.jp>
5455
5456 * international/mule-cmds.el (select-safe-coding-system): If FROM
5457 is string, show it in *Warning* buffer.
5458
5459 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5460
5461 * startup.el (normal-top-level): Use display-popup-menus-p instead
5462 of window-system.
5463 (command-line): Use display-graphic-p instead of window-system.
5464 (command-line-1): Use display-popup-menus-p and display-mouse-p
5465 instead of window-system.
5466
5467 2000-10-12 Sam Steingold <sds@gnu.org>
5468
5469 * tooltip.el (tooltip-use-echo-area): New user variable.
5470 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5471
5472 2000-10-12 Dave Love <fx@gnu.org>
5473
5474 * recentf.el: Maintainer's checkdoc fixes.
5475
5476 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5477 character class, not ASCII when matching file names.
5478 (fancy-splash-head): Add trailing slash to URL.
5479 (command-line): Don't require XPM support for toolbar.
5480
5481 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5482 (cperl-invalid-face): Revert last change.
5483 (cperl-init-faces): Quote cperl-invalid-face.
5484
5485 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5486
5487 * startup.el (fancy-splash-text): Remove superfluous quote.
5488
5489 2000-10-12 Gerd Moellmann <gerd@gnu.org>
5490
5491 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5492 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5493 (command-line-1): Don't use fancy-splash-pending-command.
5494 (fancy-splash-screens-1): Goto point-min after inserting text.
5495
5496 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5497
5498 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5499 instead of shared-lisp-mode-map.
5500
5501 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5502
5503 * faces.el (header-line): Change tty-variant to use underlining.
5504
5505 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5506 (isearch-highlight): Restore lazy-isearch face properties at old
5507 position, and suppress them at new position.
5508 (isearch-dehighlight): Restore lazy-isearch face properties.
5509 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5510 over the real isearch overlay, but in that case, don't give it a
5511 face property. Use `push'.
5512
5513 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5514
5515 * man.el (Man-getpage-in-background): Fix previous change.
5516 Decode the process output only when we are in multibyte mode.
5517
5518 2000-10-11 Dave Love <fx@gnu.org>
5519
5520 * info.el (Info-mode-menu): Fix some help.
5521 (info-tool-bar-map): Add entry for Info-last.
5522
5523 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5524 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5525 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5526 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5527 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5528 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5529 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5530 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5531 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5532 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5533 Reduce colour requirements to 25 overall. (Probably wants
5534 revisiting from the originals to reduce further.)
5535
5536 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5537
5538 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5539 buffer-file-coding-system, instead of raw-text.
5540 (dehexlify-buffer): Bind coding-system-for-read to
5541 buffer-file-coding-system, instead of raw-text.
5542
5543 2000-10-11 Sam Steingold <sds@gnu.org>
5544
5545 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5546 `underline' - fixes the bug introduced on 2000-09-21.
5547
5548 2000-10-11 Dave Love <fx@gnu.org>
5549
5550 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5551 compiler warnings.
5552 (scheme-mode): Doc fix.
5553 (scheme-font-lock-keywords-1): Match `define-syntax'.
5554
5555 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
5556
5557 * faces.el (frame-set-background-mode): Pay attention to saved
5558 face specs as well as default ones. Only do anything if the
5559 bg-mode or display-type has actually changed. Use `dolist'.
5560 (region): Make dark-background `region' face less in-your-face.
5561
5562 2000-10-10 Sam Steingold <sds@gnu.org>
5563
5564 * chistory.el, ielm.el, ledit.el:
5565 * progmodes/inf-lisp.el, progmodes/scheme.el:
5566 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5567
5568 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5569
5570 * textmodes/texinfo.el: Update copyright and fix typo.
5571
5572 * desktop.el (desktop-modes-not-to-save): New var.
5573 (desktop-save-buffer-p): Use it.
5574 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5575 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5576
5577 2000-10-10 Dave Love <fx@gnu.org>
5578
5579 * toolbar/tool-bar.el (tool-bar-add-item)
5580 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5581 display.
5582
5583 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5584 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5585 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5586 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5587 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5588 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5589 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5590 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5591 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5592 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5593 the .xpms; probably need retouching.
5594
5595 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5596
5597 * subr.el (add-to-list): Add optional argument APPEND.
5598 * battery.el (display-battery): Use `add-to-list'.
5599
5600 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5601
5602 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5603 these vars as symbol properties.
5604 (zone, zone-when-idle, zone-leave-me-alone)
5605 (zone-pgm-whack-chars): Use new symbol properties.
5606
5607 * battery.el (display-battery): Doc spelling fix.
5608
5609 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5610 property.
5611
5612 2000-10-09 Dave Love <fx@gnu.org>
5613
5614 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5615 has been initialized before calling tool-bar-setup.
5616 (tool-bar-add-item-from-menu): Add autoload cookie.
5617
5618 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5619
5620 * menu-bar.el (send-mail-item-name): New function.
5621 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5622 of mail-user-agent in the menu. Don't display the "Send Mail"
5623 item if mail-user-agent is nil or its value is ignore.
5624 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5625 if read-mail-command is nil or its value is ignore.
5626
5627 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5628
5629 2000-10-09 Miles Bader <miles@gnu.org>
5630
5631 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5632 Correct image size.
5633 * toolbar/left_arrow.xpm: Correct image size.
5634
5635 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5636 will be done by the definition of `auto-compression-mode' if
5637 necessary. Move code to uninstall existing file-name handler
5638 before definition of `auto-compression-mode'.
5639
5640 * image-file.el (auto-image-file-mode): Move to the end of the
5641 file, because `define-minor-mode' actually calls the mode-function
5642 if the associated variable is non-nil, which requires that all
5643 needed functions be already defined.
5644
5645 * mouse.el (popup-menu): Balance parens.
5646
5647 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5648
5649 * mouse.el (popup-menu): Move the command call outside the loop
5650 so that popup-menu returns whatever the command returns.
5651
5652 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5653 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5654 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5655 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5656
5657 * vc.el (vc-version-diff): diff-switches can be a list.
5658 Use relative filenames for prettier output.
5659
5660 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5661 (vc-post-command-functions): Remove old-VC compatibility code.
5662
5663 * newcomment.el (comment-indent-default): Autoload.
5664
5665 * font-lock.el (font-lock-defaults): Make buffer-local.
5666 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5667 (font-lock-choose-keywords):
5668 Ignore LEVEL unless KEYWORDS is a list of syms.
5669 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5670 Don't wrap regexp-opt things in \(...\) unnecessarily.
5671
5672 * jit-lock.el: Don't require font-lock any more.
5673 (jit-lock-functions): Make buffer-local.
5674 (jit-lock-saved-fontify-buffer-function): Remove.
5675 (jit-lock-mode): Remove autoload cookie.
5676 Remove font-lock specific code.
5677 (jit-lock-unregister): Don't bother handling complex hooks any more.
5678 (jit-lock-refontify): New function.
5679 (jit-lock-fontify-buffer): Use it.
5680 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5681 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5682 Add optional args START and END.
5683 Never call font-lock-fontify-region directly.
5684 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5685
5686 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5687
5688 2000-10-08 Dave Love <fx@gnu.org>
5689
5690 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5691
5692 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5693
5694 * play/studly.el (studlify-region, studlify-word): Add autoload
5695 cookie.
5696
5697 * play/morse.el (morse-region, unmorse-region): Add autoload
5698 cookie.
5699
5700 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5701 concat.
5702
5703 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5704 insist on symbols starting with word syntax.
5705 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5706 (eval-defun-1): Doc fix.
5707 (indent-sexp): Use nconc to build up indent-stack.
5708
5709 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5710 Gnus with little use.
5711 (mail-setup-hook): Add mail-abbrevs-setup to options.
5712
5713 * recentf.el: Doc fixes.
5714
5715 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5716 Clean up remainder.
5717
5718 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5719 without timezone and (8) with timezone to enforce some whitespace.
5720 Simplify code somewhat.
5721
5722 * options.el (list-options): Doc that you should use customize.
5723
5724 * iswitchb.el (iswitchb-mode): Add :require.
5725
5726 * info.el (Info-goto-node, Info-menu): Doc fix.
5727 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5728 (info-tool-bar-map): New variable.
5729 (Info-mode): Use it.
5730 (Info-edit-map): Define all in defvar.
5731 (speedbar-attached-frame): Avoid compiler warning.
5732
5733 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5734 (global-map): Bind [tool-bar] to a filtered map.
5735 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5736 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5737 Allow PBM icons.
5738 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5739
5740 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5741 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5742 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5743 icons, except up_arrow, which is left-arrow rotated.
5744
5745 * imenu.el (imenu-add-to-menubar): Fix last change.
5746
5747 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5748
5749 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5750 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5751
5752 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5753
5754 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5755 typos in doc strings.
5756
5757 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5758 the doc strings how to customize Font Lock faces.
5759
5760 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5761 computing growth when dragging the header line.
5762
5763 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5764
5765 * simple.el (kill-line): Doc fix.
5766
5767 2000-10-08 Miles Bader <miles@gnu.org>
5768
5769 * faces.el (secondary-selection): Make foreground visible on tty.
5770
5771 * jka-compr.el (auto-compression-mode): Move to the end of the
5772 file, because `define-minor-mode' actually calls the mode-function
5773 if the associated variable is non-nil, which requires that all
5774 needed functions be already defined.
5775 (with-auto-compression-mode): Add autoload cookie.
5776
5777 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5778
5779 * files.el (find-backup-file-name) [ms-dos]: If support for long
5780 file names is not available, behave as if version-control were set
5781 to never.
5782
5783 2000-10-07 Dave Love <fx@gnu.org>
5784
5785 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5786 (browse-url-gnome-moz): New function.
5787 (browse-url-browser-function): Use it.
5788 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5789
5790 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5791
5792 * indent.el (tab-always-indent): New var.
5793 (indent-for-tab-command): Use it.
5794
5795 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5796 raise an error. This way it can still default to a sane value.
5797
5798 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5799
5800 * startup.el (fancy-splash-screens): Use local rather than global map.
5801 Don't use `update-menu-bindings' any more.
5802 Get rid of assumptions about keymap representation.
5803
5804 2000-10-06 Dave Love <fx@gnu.org>
5805
5806 * textmodes/fill.el (sentence-end-double-space)
5807 (sentence-end-without-period): Doc fix.
5808 (adaptive-fill-regexp): Purecopy.
5809 (unjustify-current-line): Use line-end-position.
5810 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5811
5812 * net/eudc-vars.el (eudc): Add :version, :link.
5813
5814 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5815
5816 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5817 Fix for define-minor-mode.
5818 (function-at-point): Alias to function-called-at-point.
5819
5820 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5821
5822 * simple.el (backward-word): Doc fix.
5823
5824 * image-file.el (image-file-name-regexp): image-file-regexps ->
5825 image-file-name-regexps.
5826 (image-file-name-extensions): Add pbm.
5827
5828 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5829
5830 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5831 and add filename to the names so that diff-mode can jump to source.
5832
5833 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5834 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5835 (tex-font-lock-keywords-1): Remove.
5836 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5837 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5838 (font-lock-default-fontify-region):
5839 Expand beg..end correctly when just following a multiline region.
5840 (font-lock-fontify-anchored-keywords):
5841 Include the anchor text as part of the multiline.
5842
5843 2000-10-06 Gerd Moellmann <gerd@gnu.org>
5844
5845 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5846 latter needs the autoloaded define-minor-mode macro during the
5847 bootstrap.
5848
5849 * startup.el (command-line): For now, activate tool-bar-mode only
5850 if XPM images are supported.
5851
5852 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5853 window by dragging a header-line at the top of the frame; that's
5854 confusing because the header-line doesn't move.
5855 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5856 of treating the event as a list. Some cleanup.
5857
5858 2000-10-06 Miles Bader <miles@gnu.org>
5859
5860 * simple.el (display-message-or-buffer): New function.
5861 (shell-command-on-region): Use `display-message-or-buffer'.
5862
5863 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5864 docstring parts.
5865
5866 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5867 (smbclient-prompt-regexp): Add usage note to doc string.
5868 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5869 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5870 Use add-hook for adding the comint filter function, and only do so
5871 if it's not already in the global hook list.
5872 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5873 to `make-local-variable'.
5874 (nslookup-font-lock-keywords): Remove prompt entry.
5875 (nslookup): Don't set the process-filter.
5876 (finger): Exit the loop correctly when the regexps list runs out.
5877 (ftp, smbclient, smbclient-list-shares):
5878 Set the real major mode immediately, not after execing.
5879 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5880
5881 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5882
5883 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5884
5885 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5886
5887 * which-func.el (which-func-format): Remove spurious space.
5888 (which-func-mode): Don't make it permanent-local.
5889 (which-func-ff-hook): Allow which-func-maxout to be nil.
5890 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5891 (which-func-mode): Simplify.
5892 Use post-command-idle-hook rather than post-command-hook.
5893 Go through all buffers and update their state.
5894 (which-function): Also try add-log-current-defun-function.
5895
5896 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5897 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5898 Update call to with-vc-properties accordingly.
5899 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5900 (vc-revert-buffer): More careful about window selection and deletion.
5901 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5902
5903 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5904 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5905 (cvs-dired-action): Change the default to quickdir.
5906
5907 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5908 if comment-indent-function returns nil.
5909 (comment-indent-default): New function.
5910 (comment-indent-function): Use it and document the new semantics.
5911
5912 * image-file.el: Docstring fixes.
5913
5914 * help.el (help-xref-on-pp): Use match-string.
5915 (describe-variable): New arg BUFFER.
5916 Store the current buffer in the help-xref-stack.
5917 (temp-buffer-resize-mode): Use define-minor-mode.
5918
5919 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5920 consistently with its docstring.
5921 Set jit-lock-first-unfontify-pos in an idempotent way.
5922 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5923
5924 2000-10-05 Alex Schroeder <alex@gnu.org>
5925
5926 * sql.el (sql-mysql-options): New variable.
5927 (sql-mysql): Use it.
5928
5929 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5930
5931 * image.el (image): New group.
5932
5933 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5934 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5935
5936 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5937
5938 * net/net-utils.el (nslookup-font-lock-keywords)
5939 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5940 Ignore the value of wqindow-system; always define keywords
5941
5942 2000-10-05 Kenichi Handa <handa@etl.go.jp>
5943
5944 * startup.el (fancy-splash-screens): Remove the code for
5945 debugging; `(trace-to-stderr "EXITTT\n")'.
5946
5947 2000-10-05 Miles Bader <miles@gnu.org>
5948
5949 * diff-mode.el (diff-goto-source): Update call to
5950 `diff-hunk-status-msg' to reflect new REV variable.
5951
5952 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5953
5954 * progmodes/icon.el (icon-mode):
5955 Don't gratuitously override the default for comment-column.
5956
5957 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5958
5959 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5960 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5961 (jit-lock-functions): New var.
5962 (jit-lock-function-1): Use it if non-nil.
5963 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5964 Set the `fontified' property before doing the fontification to avoid
5965 repeatedly going through the same error.
5966 Don't turn errors into messages.
5967 (jit-lock-register, jit-lock-unregister): New functions.
5968
5969 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5970 Use with-current-buffer.
5971
5972 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5973 Turn comment into docstring.
5974
5975 * apropos.el (apropos-mode): Use define-derived-mode.
5976
5977 2000-10-04 Gerd Moellmann <gerd@gnu.org>
5978
5979 * startup.el (fancy-splash-pending-command): New variable.
5980 (fancy-splash-pre-command): New function.
5981 (fancy-splash-screens): Rewritten.
5982 (command-line-1): If fancy-splash-pending-command is set, call it
5983 interactively.
5984
5985 2000-10-04 Dave Love <fx@gnu.org>
5986
5987 * toolbar/tool-bar.el (tool-bar-setup): New function.
5988 (tool-bar-mode): Use it.
5989
5990 * subr.el (substitute-key-definition): Doc fix.
5991 (play-sound-file): New command.
5992
5993 2000-10-04 Andre Spiegel <spiegel@gnu.org>
5994
5995 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5996 vc-version-backup-file-name): New functions.
5997
5998 * files.el (basic-save-buffer): Call vc-before-save before saving.
5999
6000 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6001 vc-cvs-stay-local-p.
6002
6003 * vc.el (vc-revert-buffer): Handle empty diff properly.
6004 (vc-version-backup-file): New function.
6005 (vc-checkout): Create a version backup if necessary.
6006 (vc-checkin): If a version backup file exists, delete it.
6007 (vc-version-diff): Diff locally using version backups, if available.
6008 (vc-revert-file): If there's a version backup, revert locally.
6009 (vc-transfer-file): Use version backup for base version, if
6010 available. If not, ask for confirmation whether to get it from the
6011 server. Update mode line before check-in.
6012
6013 2000-10-04 Dave Love <fx@gnu.org>
6014
6015 * toolbar/tool-bar.el (tool-bar-setup): New function.
6016 (tool-bar-mode): Use it.
6017
6018 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6019
6020 * net/net-utils.el (nslookup-font-lock-keywords)
6021 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6022 Only set if window-system is non-nil
6023 (net-utils-run-program): Returns buffer.
6024 (network-connection-reconnect): Added this function.
6025
6026 * generic.el:
6027 Incorporates extensive cleanup and docfixes by
6028 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6029 Uses cl compile-time macros.
6030 (generic-mode-name, generic-comment-list)
6031 (generic-keywords-list, generic-font-lock-expressions)
6032 (generic-mode-function-list, generic-mode-syntax-table):
6033 Removed variables.
6034 (generic-mode-alist): Renamed to generic-mode-list.
6035 (generic-find-file-regexp): Default changed to "^#".
6036 (generic-read-type): Uses completing read on generic-mode-list.
6037 (generic-mode-sanity-check): removed this function.
6038 (generic-add-to-auto-mode): Removed this function
6039 (generic-mode-internal): Bind mode-specific definitions
6040 into function instead of putting them in alist.
6041 (generic-mode-set-comments): Reworked extensively.
6042 (generic-mode-find-file-hook): Simplified regexp searching
6043 (generic-make-keywords-list): Omit extra pair of parens
6044
6045 * find-lisp.el (find-lisp-find-files-internal):
6046 Make sure directory name ends with "/".
6047
6048 * generic-x.el (apache-conf-generic-mode):
6049 Regexp now allows leading whitespace.
6050 (rc-generic-mode): Added eval-when-compile
6051 around generic-make-keywords-list.
6052 Deleted duplicate regexp
6053 (rul-generic-mode): Added eval-when-compile
6054 around generic-make-keywords-list.
6055 (etc-fstab-generic-mode): New generic mode.
6056 (rul-generic-mode): Removed one eval-when-compile
6057 which caused a max-specpdl-size exceeded error.
6058
6059 2000-10-04 Miles Bader <miles@gnu.org>
6060
6061 * simple.el (minibuffer-temporary-goal-position): New variable.
6062 (next-history-element): Try to keep the position of point in the
6063 input string constant.
6064
6065 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6066 (dired-do-create-files): If there's only one file, pass it in as
6067 the DEFAULT arg to dired-mark-read-file-name.
6068
6069 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6070
6071 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6072 (diff-goto-source): Be smarter when choosing REVERSE or not.
6073
6074 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6075 (texinfo-mode-menu): Add an explicit shortcut for update all.
6076
6077 2000-10-03 Andre Spiegel <spiegel@gnu.org>
6078
6079 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6080 factorize backend-specific code cleanly (this was essentially
6081 conceived by Stefan Monnier).
6082 (vc-unregister): Function removed.
6083 (vc-revert-file): New function.
6084 (vc-revert-buffer): Delegate some of the work to it.
6085
6086 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6087 default branch unconditionally.
6088 (vc-rcs-set-default-branch): New function.
6089 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6090 (vc-rcs-checkin): If an appropriate default branch has been set,
6091 force creation of that branch.
6092 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6093 code (as suggested by Stefan Monnier).
6094
6095 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6096
6097 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6098 highlighting overlay with a different face over the overlay
6099 isearch uses to highlight the current match because that can lead
6100 to bad face combinations.
6101
6102 * loadup.el (toplevel): Load faces before isearch.
6103
6104 * isearch.el (isearch-faces): New custom group.
6105 (isearch): New defface; was already tested for in the code.
6106 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6107 (isearch-highlight): Always use face `isearch'.
6108
6109 2000-10-02 Dave Love <fx@gnu.org>
6110
6111 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6112 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6113 comparison of opcode with operand.
6114
6115 2000-10-03 Miles Bader <miles@gnu.org>
6116
6117 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6118 buffer, since the echo area will now grow to accommodate them.
6119
6120 2000-10-02 Andre Spiegel <spiegel@gnu.org>
6121
6122 * vc-hooks.el (vc-registered): If FILE used to be registered under
6123 a certain backend, try that one first.
6124
6125 * vc.el (vc-responsible-backend): Undo the previous change in the
6126 argument list. Handle multiple backends correctly.
6127 (vc-find-new-backend): Function removed.
6128 (vc-register): Use vc-responsible-backend, as before.
6129 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6130
6131 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6132
6133 * startup.el (fancy-splash-head): Change message below the
6134 logo.
6135
6136 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6137
6138 * diff-mode.el (diff-goto-source): Emit a status message.
6139 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6140 (diff-test-hunk): Fix doc string.
6141 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6142 (diff-advance-after-apply-hunk): New variable.
6143 (diff-apply-hunk): Don't return a value.
6144
6145 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6146
6147 * vc.el (vc-editable-p): Minor optimization.
6148 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6149 (vc-find-new-backend): New function split from vc-responsible-backend.
6150 (vc-register): Use it.
6151 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6152 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6153 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6154 (vc-clear-headers): Don't use find-file.
6155 (vc-revert-buffer): Use `and' again (must have been a braino).
6156 (vc-switch-backend): Only prompt if requested.
6157 Short circuit if nothing is to be done.
6158 Don't use vc-resynch-buffer which could lose unsaved editing.
6159 (vc-default-receive-file): Update call to vc-unregister.
6160 (with-vc-file, vc-next-action-on-file):
6161 Use vc-backend rather than vc-registered.
6162 (vc-next-action-on-file): Use intern-soft.
6163 Deal with read-only *vc-diff* buffer.
6164 (vc-transfer-file): Docstring fix.
6165
6166 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6167 (vc-rcs-receive-file): Avoid with-vc-properties.
6168 Update call to vc-unregister.
6169 Use constant `RCS' rather than (dynamically bound) var `backend'.
6170
6171 2000-10-01 Andre Spiegel <spiegel@gnu.org>
6172
6173 * vc.el (vc-next-action-on-file): Update mode line only if file
6174 is visited.
6175 (vc-start-entry): New argument initial-contents. Don't visit the file
6176 if it isn't already visited. Brought documentation up-to-date.
6177 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6178 (vc-checkin): New optional arg initial-contents, which is passed to
6179 vc-start-entry.
6180 (vc-finish-logentry): Make sure to bury log buffer only if there
6181 really is one. Call `vc-resynch-buffer' on log-file, not
6182 buffer-file-name.
6183 (vc-default-comment-history, vc-default-wash-log): New functions.
6184 (vc-index-of): Removed.
6185 (vc-transfer-file): Make do without the above.
6186 (vc-default-receive-file): Call comment-history unconditionally. Pass
6187 the resulting string to vc-checkin, instead of inserting it into the
6188 comment ring.
6189
6190 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6191 unconditionally. Use the comments as initial contents of the log
6192 entry buffer. Document the trick to force branch creation with no
6193 changes.
6194
6195 2000-10-01 Miles Bader <miles@gnu.org>
6196
6197 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6198 `recenter' with an arg to prevent redrawing the display.
6199
6200 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6201
6202 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6203
6204 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6205
6206 * progmodes/c-mode.el (c-mode):
6207 Don't gratuitously override the default for comment-column.
6208
6209 * textmodes/tex-mode.el (latex-metasection-list): New var.
6210 (latex-imenu-create-index): Use it.
6211 Move the regexp construction outside loops (and use push).
6212 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6213 (tex-font-lock-keywords): Moved from font-lock.el.
6214 (tex-comment-indent): Remove.
6215 (tex-common-initialization): Don't set comment-indent-function.
6216 (latex-block-default): New var.
6217 (tex-latex-block): Use it to provide a default choice.
6218 Add any unknown choice to latex-block-names.
6219 Insert [...] after {...}.
6220 (tex-last-unended-begin): Simplify regexp.
6221 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6222 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6223 (latex-mode): Set forward-sexp-function.
6224
6225 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6226 Add regexp for @ignore ... @end ignore.
6227 (texinfo-heading-face): New face.
6228 (texinfo-font-lock-keywords): Use it.
6229 (texinfo-mode-menu): New menu.
6230 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6231 New functions.
6232 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6233 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6234 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6235 Remove declaration.
6236 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6237
6238 * delsel.el (delete-selection-mode): Use define-minor-mode.
6239
6240 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6241
6242 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6243
6244 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6245
6246 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6247
6248 * replace.el (keep-lines-read-args): New function.
6249 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6250 read arguments interactively. Add parameters RSTART and REND.
6251 Operate on the active region in Transient Mark mode.
6252
6253 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6254
6255 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6256 (authors-obsolete-files-regexps): New variable.
6257 (authors-add): Don't record changes in obsolete files.
6258
6259 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6260
6261 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6262
6263 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6264 (comment-indent): Make sure there's a space between code and comment.
6265 Shift comments left to avoid going past fill-column.
6266
6267 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6268
6269 * startup.el (startup-echo-area-message): New function.
6270 (display-startup-echo-area-message): Use it.
6271 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6272 (fancy-splash-default-action): New function.
6273 (fancy-splash-screens-1): New function.
6274 (fancy-splash-head): Put a help-echo and a keymap under the image.
6275
6276 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6277
6278 * diff-mode.el (diff-add-log-file-name): Remove.
6279 (diff-mode): Use add-log-buffer-file-name-function.
6280
6281 * add-log.el (find-change-log): New arg BUFFER-FILE.
6282 (add-log-file-name): Obey add-log-file-name-function.
6283 (add-log-buffer-file-name-function): New var.
6284 (add-change-log-entry): Use it.
6285
6286 2000-09-29 Miles Bader <miles@gnu.org>
6287
6288 * image-file.el (image-file-name-extensions): New variable.
6289 (image-file-name-regexps): Renamed from `image-file-regexps'.
6290 New default value is nil. Call `auto-image-file-mode'.
6291 (image-file-name-regexp): New function.
6292 (auto-image-file-mode): New minor mode.
6293 (insert-image-file): Don't make conditional on the image-file
6294 handler being enabled.
6295 (image-file-handler): Make the call here conditional instead.
6296 (set-image-file-handler-enabled, enable-image-file-handler)
6297 (disable-image-file-handler): Functions removed.
6298
6299 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6300 string.
6301
6302 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6303
6304 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6305 it's a function from CL.
6306 (latex-imenu-create-index): Replace eval-when-compile with progn
6307 because latex-section-alist is not bound while compiling.
6308
6309 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6310
6311 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6312 (outline-mode): Use define-derived-mode.
6313
6314 * progmodes/perl-mode.el (perl-mode):
6315 * progmodes/awk-mode.el (awk-mode):
6316 * progmodes/asm-mode.el (asm-mode):
6317 Don't gratuitously override the default for comment-column.
6318
6319 * emacs-lisp/lisp.el (lisp-complete-symbol):
6320 Distinguish the let-binding case from the funcall case.
6321 (forward-sexp-function): New variable.
6322 (forward-sexp): Use it.
6323
6324 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6325 (easy-mmode-defmap): Remove the now useless autoload.
6326
6327 * time.el (display-time-mode): Use define-minor-mode.
6328
6329 * subr.el (add-minor-mode): Don't eval NAME.
6330 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6331 Use if rather than cond.
6332
6333 * simple.el (read-expression-map): Define more properly.
6334 (comment-indent-hook): Remove.
6335 (string-to-syntax): Bug fix.
6336
6337 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6338 (cvs-ediff-diff): Fix typo.
6339 (cvs-revert-if-needed): Don't bother preserving read-only.
6340
6341 * paren.el (show-paren-mode): Use define-minor-mode.
6342
6343 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6344 (toggle-auto-compression): Remove.
6345 (jka-compr-build-file-regexp): Remove useless grouping.
6346
6347 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6348 Avoid user-reserved bindings.
6349 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6350 (diff-header-face): Revert to grey85.
6351
6352 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6353
6354 * complete.el (partial-completion-mode) <defcustom>: Remove.
6355 (partial-completion-mode): Use define-minor-mode.
6356 (PC-do-completion): Understand `completion-auto-help = delay'
6357 to mean to popup the completion buffer only the second time.
6358 (PC-include-file-all-completions, PC-include-file-all-completions)
6359 (PC-include-file-all-completions): Don't quote lambda.
6360
6361 * comint.el (comint-mode-hook): Docstring fix.
6362 (comint-mode): Use define-derived-mode.
6363 (comint-mode-map): Remove obsolete comment.
6364 (make-comint): Minor stylistic change.
6365 (comint-insert-clicked-input): Be more careful to find the overlay.
6366 Use this-command-keys rather than hardcoding mouse-2.
6367
6368 * font-lock.el: Replace confusing (,@ with ,
6369 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6370 Don't use regexp-opt-depth. Spice up the regexp for args.
6371 Don't distinguish between cmds that can take an opt arg or not.
6372 Use `append' and `prepend' rather than `keep'.
6373
6374 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6375 (latex-outline-regexp): New var.
6376 (latex-outline-level): New fun.
6377 (latex-section-alist): New var.
6378 (latex-imenu-create-index): Use it. Use `push' as well.
6379 (tex-shell-map): Initialize it properly.
6380 (tex-mode): Minor stylistic change.
6381 (plain-tex-mode): Use define-derived-mode.
6382 (latex-mode): Use define-derived-mode.
6383 Construct the paragraph regexps in a more readable way.
6384 Set the buffer-local outline-{level,regexp} vars.
6385 (slitex-mode): Derive from latex-mode.
6386 (tex-common-initialization): Don't kill-all-vars anymore.
6387 Add setting for comment-add and font-lock-defaults.
6388 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6389 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6390 (tex-start-tex): New arg DIR (and send a chdir command for it).
6391 Also display the shell buffer and save it in tex-last-buffer-texed.
6392 (tex-region): Use expand-file-name rather than concat.
6393 Remove code made useless by changes in tex-start-tex.
6394 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6395
6396 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6397
6398 2000-09-28 Dave Love <fx@gnu.org>
6399
6400 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6401
6402 2000-09-28 Gerd Moellmann <gerd@gnu.org>
6403
6404 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6405 `append'.
6406
6407 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6408
6409 * info.el (Info-extract-pointer): Undo last change.
6410 Instead, fix the position of the `bound' arg to re-search-backward.
6411
6412 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6413
6414 * info.el (Info-extract-pointer):
6415 Widen more carefully, to avoid finding pointers in other nodes.
6416 (Info-index): Use push.
6417
6418 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6419
6420 * frame.el (set-frame-font): Remove call to obsolete function
6421 frame-update-faces.
6422 (set-foreground-color, set-background-color): Likewise for
6423 frame-update-face-colors.
6424
6425 2000-09-27 Miles Bader <miles@gnu.org>
6426
6427 * image-file.el: New file.
6428
6429 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6430
6431 * frame.el (frame-notice-user-settings): Don't call
6432 frame-update-faces, which is a no-op now.
6433
6434 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6435 tool-bar-lines.
6436
6437 2000-09-27 Dave Love <fx@gnu.org>
6438
6439 * mouse.el: Fix last change.
6440
6441 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6442
6443 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6444
6445 2000-09-22 Kenichi Handa <handa@etl.go.jp>
6446
6447 * international/quail.el (quail-help): The output message is
6448 improved.
6449
6450 2000-09-26 Dave Love <fx@gnu.org>
6451
6452 * mouse.el (popup-menu): If POSITION is nil, set it using
6453 mouse-position.
6454
6455 2000-09-25 Sam Steingold <sds@gnu.org>
6456
6457 * net/browse-url.el (browse-url-file-url): Check for null maps.
6458
6459 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6460
6461 * frame.el (frame-notice-user-settings): Don't add a
6462 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6463
6464 * frame.el (frame-notice-user-settings):
6465 Make tool-bar-mode and default-frame-alist consistent.
6466
6467 * toolbar/tool-bar.el (tool-bar-help): New function.
6468
6469 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6470
6471 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6472 current-load-list in top-level forms. Else this leaks a cons cell
6473 every time a defun is called.
6474
6475 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6476
6477 2000-09-25 Dave Love <fx@gnu.org>
6478
6479 * startup.el (fancy-splash-head): Check XPM is available.
6480
6481 * autoinsert.el (auto-insert): Doc fix.
6482 (auto-insert-alist): Following GNU notices, don't say `copyright
6483 _by_'. Use line-beginning-position.
6484 (auto-insert): Check buffer-file-name is non-nil before use.
6485
6486 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6487
6488 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6489 starting with `@def' or `@multitable', in addition to ones
6490 specified by the user in auto-fill-inhibit-regexp.
6491
6492 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
6493
6494 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6495 rmail-dont-reply-to-names matches the empty string.
6496
6497 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6498
6499 * startup.el (command-line-1, fancy-splash-text): Change the
6500 text to sound more friendly.
6501
6502 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6503
6504 * progmodes/hideshow.el: Update author email address.
6505 Generally, sync w/ maintainer version 5.22.
6506 (hs-hide-all-non-comment-function): New var.
6507 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6508 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6509 (hs-show-region): Delete this command.
6510 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6511
6512 2000-09-22 Dave Love <fx@gnu.org>
6513
6514 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6515 (hl-line-highlight): Specify buffer when moving overlay.
6516
6517 * progmodes/fortran.el (fortran-mode): Locally set
6518 normal-auto-fill-function.
6519 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6520 (fortran-mode-map): Adjust auto-fill menu entry.
6521
6522 2000-09-22 Gerd Moellmann <gerd@gnu.org>
6523
6524 * vc-rcs.el (toplevel): Require `vc' when compiling.
6525
6526 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6527
6528 2000-09-22 Andre Spiegel <spiegel@gnu.org>
6529
6530 * vc.el (vc-switch-backend): Signal an error if the file is not
6531 registered under the new backend.
6532
6533 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6534 without explicit revision number.
6535
6536 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6537
6538 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6539 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6540 (diff-xor): New function.
6541 (diff-find-source-location): Use it. Fix a stupid name clash.
6542 (diff-hunk-status-msg): New function.
6543 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6544 (diff-test-hunk): Use diff-find-source-location.
6545 (diff-goto-source): Favor the `reverse'.
6546 (diff-hunk-text): Properly handle one-sided context diffs.
6547 (diff-apply-hunk): When done, advance to the next hunk.
6548
6549 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6550
6551 * startup.el (command-line): If frame was created with a non-zero
6552 tool-bar-lines parameter, switch tool-bar-mode on.
6553
6554 * add-log.el (change-log-date-face, change-log-name-face)
6555 (change-log-email-face, change-log-file-face)
6556 (change-log-list-face, change-log-conditionals-face)
6557 (change-log-function-face, change-log-acknowledgement-face):
6558 New faces, inheriting from font-lock faces.
6559 (change-log-font-lock-keywords): Use them.
6560
6561 2000-09-21 Dave Love <fx@gnu.org>
6562
6563 * progmodes/cperl-mode.el (top-level): Clean up
6564 `eval-when-compile's and assorted defvars.
6565 (cperl-invalid-face): Don't double-quote value. Change custom
6566 type.
6567 (cperl-mode): Set normal-auto-fill-function and don't zap
6568 auto-fill-function.
6569 (cperl-imenu--function-name-regexp-perl): Renamed from
6570 imenu-example--function-name-regexp-perl.
6571 (cperl-imenu--create-perl-index): Renamed from
6572 imenu-example--create-perl-index.
6573 (cperl-xsub-scan): Don't require cl.
6574
6575 * msb.el (msb-mode-map): Use substitute-key-definition.
6576 (msb-mode): Use msb-mode-map.
6577
6578 2000-09-21 Andre Spiegel <spiegel@gnu.org>
6579
6580 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6581 New functions.
6582 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6583 (vc-switch-backend): New function.
6584 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6585 (vc-register): Fix prompt.
6586 (vc-unregister, vc-default-unregister): New functions.
6587 (vc-version-diff): Handle empty buffer in sentinel.
6588
6589 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6590 (vc-rcs-state-heuristic): Use it to guess the state of files with
6591 non-strict locking.
6592 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6593 been set with -b, but not created yet.
6594 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6595 contents in order to find the state.
6596 (vc-rcs-checkin): Allow creation of branches with no changes.
6597 (vc-rcs-unregister, vc-rcs-receive-file)
6598 (vc-rcs-set-non-strict-locking): New functions.
6599
6600 * vc-hooks.el (vc-name): Force correct computation of the value
6601 in case it is missing.
6602
6603 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6604
6605 * startup.el (fancy-splash-tail): Use a different foreground
6606 color on a dark frame background.
6607
6608 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6609
6610 * info.el: Use the correct capitalization when making Info-mode
6611 and Info-edit-mode `special' modes.
6612
6613 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6614
6615 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6616 (diff-mode): Add support for add-log.el.
6617 (diff-hunk-text): Use char offsets rather than line offsets.
6618 (diff-find-source-location): Replace LINE with line-offset (nil
6619 if not found) and always set POS to a meaningful position.
6620 Adapt to the new char-offsets.
6621 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6622 Adapt to the new diff-find-source-location.
6623 (diff-goto-source): Adapt to the new diff-find-source-location.
6624
6625 * add-log.el (add-log-file-name): New function (split out of
6626 add-change-log-entry).
6627 (add-change-log-entry): Use it.
6628 Call add-log-file-name-function with the changelog file name if
6629 the current buffer is not associated with any file.
6630 Avoid find-file if the selected window is dedicated.
6631
6632 * diff-mode.el (diff-find-source-location):
6633 Move code from diff-apply-hunk. Return buffer rather than file.
6634 (diff-apply-hunk): Use the new result from diff-find-source-location.
6635 (diff-goto-source): Use the new diff-find-source-location.
6636
6637 2000-09-20 Dave Love <fx@gnu.org>
6638
6639 * iswitchb.el: Some doc fixes.
6640 (iswitchb-mode-map): Define completely initially. Inherit
6641 minibuffer-local-map.
6642 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6643 fundamental-mode.
6644 (iswitchb-global-map): New variable.
6645 (iswitchb-summaries-to-end): Amalgamate regexps.
6646 (iswitchb-mode): New.
6647 (iswitchb-mode-hook): New variable.
6648 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6649 `extensions'.
6650
6651 2000-09-20 Gerd Moellmann <gerd@gnu.org>
6652
6653 * ehelp.el (electric-help): New defgroup.
6654 (electric-help-shrink-window): New user-option.
6655 (with-electric-help): Use it.
6656
6657 * window.el (shrink-window-if-larger-than-buffer): If face
6658 `mode-line' has a :box, and we're on a graphical frame, add 1
6659 to the needed window height.
6660
6661 * frame.el (frame-notice-user-settings): Add a last parameter nil
6662 to a call to `append', because the last list passed to `append' is
6663 not copied, and so subsequent calls to assq-delete-all will modify
6664 default-frame-alist.
6665
6666 * startup.el (fancy-splash-image): Change :type.
6667 (fancy-splash-head): Use an XBM image if appropriate.
6668 (command-line-1): Show splash screens in more cases.
6669
6670 * startup.el (fancy-splash-text): Don't quote faces.
6671
6672 * dired.el (dired-font-lock-keywords): Undo last change.
6673 (dired-readin): Bind indent-tabs-mode to nil.
6674
6675 * startup.el (fancy-splash-head): If frame's background mode
6676 is `dark', change the black background of the image to gray.
6677 (fancy-splash-screens): Display startup echo area message.
6678 (display-startup-echo-area-message): New function.
6679
6680 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6681
6682 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6683
6684 * info.el (info-header-node): Tweak for color ttys.
6685
6686 * faces.el (face-valid-attribute-values): Make sure directories we
6687 search for stipples both exist and are readable before trying to
6688 search them.
6689
6690 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6691 in the dry-run case.
6692
6693 * jka-compr.el (with-auto-compression-mode): New macro.
6694
6695 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6696 (custom-group-tag-face, custom-variable-tag-face): Use relative
6697 :height and inherit from `variable-pitch' face instead of
6698 hardwiring :family.
6699 * hi-lock.el (hi-black-hb): Likewise.
6700
6701 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6702 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6703 toolbar-add-item, if image doesn't have a mask add a `:mask
6704 heuristic'.
6705
6706 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6707
6708 * diff-mode.el: Docstring fixes.
6709 (diff-header-face, diff-comment-face): New faces.
6710 (diff-font-lock-keywords): Highlight a bit differently.
6711 (diff-find-source-location): Don't return SPAN any more.
6712 (diff-hunk-text): Don't bother erasing the temp buffer.
6713 (diff-find-text): Drop argument LINE.
6714 (diff-apply-hunk): Update calls to diff-find-text.
6715 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6716
6717 * calendar/calendar.el: Docstring fixes.
6718 (calendar-make-alist): Don't quote lambda.
6719 (calendar-star-date): Use make-local-variable.
6720
6721 2000-09-19 Dave Love <fx@gnu.org>
6722
6723 * toolbar/tool-bar.el: Renamed from toolbar.el.
6724 Change `toolbar' to `tool-bar' generally in symbols.
6725 Make some items invisible in `special' major modes.
6726 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6727 Add arg PROPS.
6728
6729 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6730 Add :version here.
6731 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6732
6733 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6734
6735 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6736
6737 * files.el (find-file-suppress-same-file-warnings): New user-option.
6738 (find-file-noselect): Use it.
6739
6740 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6741 (fancy-splash-screen): Defgroup.
6742
6743 * add-log.el (change-log-font-lock-keywords): Match names
6744 more exactly for the case that font-lock-constant-face is
6745 underlined.
6746
6747 2000-09-19 Richard M. Stallman <rms@gnu.org>
6748
6749 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6750
6751 2000-09-19 Andre Spiegel <spiegel@gnu.org>
6752
6753 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6754
6755 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6756
6757 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6758 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6759 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6760 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6761 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6762 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6763 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6764 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6765 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6766 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6767 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6768 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6769
6770 * startup.el (fancy-splash-text): New variable.
6771 (fancy-splash-delay, fancy-splash-image): New user-options.
6772 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6773 (fancy-splash-screens): New functions.
6774 (command-line-1): If display has a `display' frame parameter, has
6775 colors, and we have XPM support, show more fancy splash screens.
6776
6777 2000-09-19 Dave Love <fx@gnu.org>
6778
6779 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6780 with null `help'. Use modern backquote syntax.
6781
6782 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6783
6784 * font-lock.el (font-lock-mode): Change message telling the user
6785 that ``the buffer is too big''.
6786
6787 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6788 for instance for the case that tab-width is 2.
6789
6790 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6791
6792 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6793 toolbar-add-item, if image doesn't have a mask add a `:mask
6794 heuristic'.
6795
6796 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6797
6798 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6799 and return a cons if it's non-nil.
6800 (diff-apply-hunk): Try to jump to the line in the source text
6801 corresponding to the position of point in the in the hunk.
6802
6803 * info.el (Info-title-3-face, Info-title-2-face)
6804 (Info-title-1-face): Use face inheritance and relative sizes
6805 instead of hard-wiring things.
6806
6807 * faces.el (secondary-selection): Make dark-background variant sane.
6808
6809 2000-09-16 Andrew Innes <andrewi@gnu.org>
6810
6811 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6812 read-only, since they aren't under VC now.
6813
6814 2000-09-17 Dave Love <fx@gnu.org>
6815
6816 * tmm.el: Replace mapcar with mapc in several places.
6817
6818 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6819 ad-unadvise.
6820
6821 * international/latin1-disp.el: New file.
6822
6823 * calendar/cal-move.el (scroll-calendar-left)
6824 (scroll-calendar-right): Make arg optional (for active mode line).
6825
6826 * calendar/calendar.el (calendar-mode-line-format): Make fields
6827 mouse-sensitive.
6828 (calendar-read-date, calendar-read-date, calendar-window-list):
6829 Unquote lambda.
6830 (calendar-month-name): Use aref, not sref.
6831
6832 * view.el (minor-mode-alist): Propertize the string.
6833
6834 * international/characters.el (standard-case-table): Add entries
6835 for Greek.
6836
6837 2000-09-18 Miles Bader <miles@gnu.org>
6838
6839 * info.el (info-node, info-xref): Add dark-background variants.
6840
6841 * faces.el (header-line): Change defaults to be less confusing
6842 when mixed with mode-lines.
6843
6844 * info.el (Info-fontify-node): Make a few cleanups.
6845 Add extra `help-echo' and `local-map' props to node xrefs.
6846 Use header-specific faces for node-names & xrefs.
6847 (Info-use-header-line): New variable.
6848 (info-header-xref, info-header-node): New faces.
6849 (Info-setup-header-line): New function.
6850 (Info-select-node): Call Info-setup-header-line when enabled.
6851 (Info-extract-pointer): Work even if the header line is hidden.
6852 (Info-header-line): New variable.
6853
6854 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6855
6856 * vms-patch.el (print-region-function): Don't quote lambda.
6857
6858 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6859
6860 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6861 (lm-get-header-re): Allow spaces between the header and the colon.
6862 (lm-header): Allow $ in non-RCS headers.
6863 (lm-header-multiline): Put the strings back into order.
6864 Stop at an empty line. Don't require two space chars if the
6865 line is clearly not another header line.
6866
6867 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6868 (popup-menu-popup): Remove.
6869
6870 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6871
6872 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6873 specification if or if not tool-bar item contains an `:enabled'
6874 property.
6875
6876 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6877 current buffer has no file name.
6878
6879 2000-09-15 Dave Love <fx@gnu.org>
6880
6881 * strokes.el: Sync with maintainer's current version with changes
6882 for Emacs, but avoid runtime cl and levents.
6883 (toplevel): Change autoloads and compilation requires.
6884 (strokes-version, strokes-bug-address, strokes-lift): Values
6885 changed.
6886 (strokes-xpm-header, strokes-insinuated): New variable.
6887 (strokes): Add :link.
6888 (strokes-mode): Customized.
6889 (strokes-while-inhibiting-garbage-collector): New macro.
6890 (strokes-remassoc): Avoid remove-if.
6891 (strokes-fix-button2-command): Don't use ad-do-it.
6892 (strokes-insinuate): New function.
6893 (strokes-button-press-event-p, strokes-button-release-event-p):
6894 New functions, used instead of non-`strokes-' versions..
6895 (strokes-mouse-event-p): Rewritten.
6896 (strokes-event-closest-point): Avoid event-point.
6897 (strokes-get-grid-position): Avoid cdadr, caadr
6898 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6899 functions.
6900 (strokes-help): Use with-output-to-temp-buffer.
6901 (strokes-window-configuration-changed-p): New function.
6902 (strokes-update-window-configuration): Use buffer-live-p,
6903 strokes-window-configuration-changed-p.
6904 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6905 (strokes-char-face): New face.
6906 (strokes-char-table, strokes-base64-chars): New variable.
6907 (strokes-xpm-for-stroke, strokes-list-strokes)
6908 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6909 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6910 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6911 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6912 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6913 functions.
6914
6915 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6916
6917 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6918
6919 * image.el (create-image): Doc fix.
6920
6921 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6922 instead of `:heuristic-mask t'.
6923
6924 2000-09-14 Andrew Innes <andrewi@gnu.org>
6925
6926 * makefile.w32-in: Revert to Unix line endings.
6927
6928 2000-09-14 Andrew Innes <andrewi@gnu.org>
6929
6930 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6931 when installing.
6932
6933 * makefile.nt (DONTCOMPILE): Fix typo.
6934
6935 * shell.el (shell-write-history-on-exit): New function.
6936 (shell-dumb-shell-regexp): New custom variable.
6937 (shell-mode): Make shell-write-history-on-exit the process
6938 sentinel if shell name matches shell-dumb-shell-regexp.
6939
6940 * w32-fns.el: Comment out before-init-hook function which resets
6941 source-directory based; this breaks bootstrap.
6942
6943 2000-09-14 Dave Love <fx@gnu.org>
6944
6945 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6946 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6947 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6948 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6949 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6950 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6951 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6952 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6953 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6954
6955 * toolbar/toolbar.el: New.
6956
6957 * subdirs.el: Add toolbar.
6958
6959 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6960
6961 * indent.el (indent-for-tab-command): Doc fix.
6962
6963 2000-09-14 Alex Schroeder <alex@gnu.org>
6964
6965 * ansi-color.el (ansi-colors): Doc change.
6966 (ansi-color-get-face): Simplified regexp.
6967 (ansi-color-faces-vector): Added more faces, doc change.
6968 (ansi-color-names-vector): Doc change.
6969 (ansi-color-regexp): Simplified regexp.
6970 (ansi-color-parameter-regexp): New regexp.
6971 (ansi-color-filter-apply): Doc change.
6972 (ansi-color-filter-region): Doc change.
6973 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6974 deal with zero length parameters.
6975 (ansi-color-apply-on-region): Doc change.
6976 (ansi-color-map): Doc change.
6977 (ansi-color-map-update): Removed debugging message.
6978 (ansi-color-get-face-1): Added condition-case to trap
6979 args-out-of-range errors.
6980 (ansi-color-get-face): Doc change.
6981 (ansi-color-make-face): Removed.
6982 (ansi-color-for-shell-mode): New option.
6983
6984 2000-09-13 Kenichi Handa <handa@etl.go.jp>
6985
6986 * international/quail.el (quail-start-translation): Translate KEY
6987 if necessary even if it doesn't have any mapping in the current
6988 input method.
6989 (quail-start-conversion): Likewise.
6990 (quail-help): The output message is improved.
6991
6992 2000-09-13 Miles Bader <miles@gnu.org>
6993
6994 * comint.el (comint-output-filter): Revert to using
6995 `insert-before-markers'. Add bletcherous hack to undo damage
6996 caused by `insert-before-markers'. Put `front-sticky' property on
6997 overlays created here so that the field code understands how the
6998 overlay works. Use a let when making comint-last-prompt-overlay,
6999 so that the code is easier to read.
7000
7001 2000-09-13 Dave Love <fx@gnu.org>
7002
7003 * wid-edit.el (widget-default-format-handler): DTRT when
7004 doc-property is a function.
7005
7006 2000-09-12 Francesco Potorti` <pot@gnu.org>
7007
7008 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7009 filed name if it's not there.
7010
7011 2000-09-12 Dave Love <fx@gnu.org>
7012
7013 * simple.el (read-mail-command): Doc fix.
7014 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7015
7016 * vc.el (vc-dired-listing-switches): Fix :version.
7017
7018 * vc-hooks.el: Doc fixes.
7019
7020 * subr.el (add-minor-mode): Use toggle-fun arg.
7021
7022 * speedbar.el: Add :version to several defcustoms.
7023
7024 * imenu.el (imenu--truncate-items, imenu--cleanup)
7025 (imenu--generic-function): Avoid mapcar.
7026 (imenu--replace-spaces): Function removed.
7027 (imenu--completion-buffer): Use subst-char-in-string.
7028 (imenu-add-to-menubar): Use keymap inheritance.
7029
7030 2000-09-12 Miles Bader <miles@gnu.org>
7031
7032 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7033 (diff-mode-map): Bind `diff-test-hunk'.
7034 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7035
7036 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7037
7038 * bytecomp.el (byte-compile-defvar): Undo last change
7039 because it breaks '(make-variable-buffer-local (defvar ...)'
7040 which is used at least in dired.
7041
7042 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7043
7044 * international/quail.el (quail-define-package): Docstring
7045 modified.
7046
7047 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7048
7049 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7050 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7051 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7052 docstring of "chinese-py".
7053
7054 * international/quail.el (quail-translation-docstring): New
7055 variable.
7056 (quail-show-keyboard-layout): Docstring modified.
7057 (quail-select-current): Likewise.
7058 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7059 infinite recursive call.
7060 (quail-help): Check quail-translation-docstring. Format of the
7061 output changed.
7062 (quail-help-insert-keymap-description): Adjusted for the above
7063 change.
7064
7065 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7066
7067 * bytecomp.el (byte-compile-defvar): Only cons onto
7068 current-load-list in top-level forms. Else this leaks a cons cell
7069 every time a defun is called.
7070
7071 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7072
7073 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7074 Now understands non-unified diffs. Some functionality moved into
7075 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7076 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7077 modify anything. Only reposition point in the patched file if the
7078 patch succeeds. Only pop up another window if POPUP is true.
7079 Emit a message describing what happened if successful, and at what
7080 line-offset. Automatically detect reversed hunks and do something
7081 appropriate.
7082 (diff-hunk-text, diff-find-text): New functions.
7083 (diff-filter-lines): Function removed.
7084 (diff-test-hunk): New function.
7085 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7086
7087 2000-09-10 Dave Love <fx@gnu.org>
7088
7089 * textmodes/tildify.el: Minor doc/commentary fixes.
7090 (tildify) <defgroup>: Add :version.
7091
7092 * faces.el (face-x-resources): Make custom type more specific.
7093 (frame-background-mode): Use mapc.
7094 (region) <defcustom>: Add :version.
7095
7096 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7097
7098 * vc-sccs.el (vc-sccs-register):
7099 * vc-rcs.el (vc-rcs-register):
7100 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7101 * vc.el (vc-register): Clear file's properties.
7102
7103 2000-09-08 Gerd Moellmann <gerd@gnu.org>
7104
7105 * faces.el (face-spec-set): Only face-spec-reset-face when
7106 ATTRS is non-nil.
7107
7108 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7109
7110 * help.el (help-insert-xref-button): Fix a typo in doc string.
7111
7112 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7113
7114 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7115 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7116 methods.
7117
7118 * menu-bar.el (read-mail-item-name): New function.
7119 (menu-bar-tools-menu): Use it to compute and display the package
7120 used to read email.
7121 (menu-bar-tools-menu): Fix typo in GUD's help string.
7122
7123 2000-09-07 Dave Love <fx@gnu.org>
7124
7125 * diff-mode.el (diff-mouse-goto-source): New function.
7126
7127 * vc-sccs.el: Doc fixes.
7128 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7129
7130 * vc-rcs.el: Doc fixes.
7131 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7132 (vc-rcs-checkout-switches, vc-rcs-header)
7133 (vc-rcs-master-templates): Add or change :version.
7134
7135 * vc-cvs.el: Doc fixes.
7136 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7137 (vc-cvs-stay-local): Add :version.
7138
7139 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7140
7141 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7142
7143 * international/quail.el (quail-help): Fix previous change.
7144
7145 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7146
7147 * faces.el (color-values): Doc fix.
7148
7149 * faces.el (frame-set-background-mode): Use frame-parameter
7150 instead of frame-parameters.
7151
7152 * frame.el (filtered-frame-list): Reduce consing.
7153 (frames-on-display-list): Call frame-parameter instead of
7154 frame-parameters.
7155
7156 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7157
7158 * language/devan-util.el (devanagari-to-indian-region): In the
7159 loop, change the following char, not preceding char.
7160
7161 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7162
7163 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7164 instead of frame-parameters.
7165
7166 * faces.el (set-face-attribute): Simplify by calling
7167 internal-set-lisp-face-attribute with FRAME being 0.
7168
7169 * vc.el: Remove `Id' version control keyword.
7170
7171 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7172
7173 * help.el (help-make-xrefs): Adjusted for the change of
7174 help-xref-mule-regexp.
7175 (help-insert-xref-button): New function.
7176
7177 * international/mule-cmds.el (help-xref-mule-regexp-template):
7178 Include the pattern for character set.
7179 (leim): New group.
7180
7181 * international/quail.el: Don't require face.
7182 (quail): New group.
7183 (quail-other-command): Dummy command to make quail-help work better.
7184 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7185 (quail-keyboard-layout-substitution): New variable.
7186 (quail-update-keyboard-layout): New function.
7187 (quail-keyboard-layout-type): New customizable variable.
7188 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7189 (quail-keyboard-translate): Pay attention to
7190 quail-keyboard-layout-substitution.
7191 (quail-insert-kbd-layout): New function.
7192 (quail-show-keyboard-layout): New function.
7193 (quail-get-translation): If the definition is a vector of length
7194 1, and the element is a string of length 1, return the character
7195 in that string.
7196 (quail-update-current-translations): Fix the case of
7197 relative-index out of range.
7198 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7199 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7200 Show key sequences for all available characters.
7201 (quail-help-insert-keymap-description): Don't show such verbose
7202 key bindings as quail-self-insert-command.
7203
7204 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7205 Format changed, and each element now have extra documentations.
7206 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7207 Adjusted for the change of quail-cxterm-package-ext-info.
7208
7209 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7210
7211 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7212 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7213 during bootstrap.
7214
7215 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7216
7217 * vc.el: (toplevel): Don't require `dired' at run-time.
7218 (vc-dired-resynch-file): Remove autoload cookie.
7219
7220 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7221
7222 * vc.el: Made several backend functions optional.
7223 (vc-default-responsible-p): New function.
7224 (vc-merge): Use RET for first version to trigger merge-news, not
7225 prefix arg.
7226 (vc-annotate): Handle backends that do not support annotation.
7227 (vc-default-merge-news): Removed. The existence of a merge-news
7228 implementation is now checked on caller sites.
7229
7230 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7231 case.
7232
7233 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7234 special case that has been removed from the default in vc-hooks.el.
7235
7236 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7237
7238 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7239
7240 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7241
7242 * vc-hooks.el: Require vc during compilation.
7243 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7244 macro `with-vc-properties' in vc.el.
7245 (vc-file-getprop): Doc fix.
7246 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7247
7248 * vc.el: Require dired-aux during compilation.
7249 (vc-name-assoc-file): Moved to vc-sccs.el.
7250 (with-vc-properties): New macro.
7251 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7252 vc-finish-steal): Use it.
7253 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7254 to the backend-specific function is now supposed to do the checkout,
7255 too.
7256 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7257
7258 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7259 set file properties; that gets done in the generic code now.
7260
7261 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7262 Changed parameter list, added code from vc.el that does the
7263 checkout, possibly with a double-take.
7264
7265 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7266 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7267 the above under the new name.
7268 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7269 parameter list, added checkout command.
7270 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7271 properties; that gets done in the generic code now.
7272
7273 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7274
7275 * vc.el: Docstring fixes (courtesy of checkdoc).
7276
7277 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7278
7279 * vc.el (vc-checkout-writable-buffer-hook)
7280 (vc-checkout-writable-buffer): Remove.
7281 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7282 (vc-log-mode): Make it into a clean derived major mode.
7283 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7284 vc-log-mode if log-edit is not available.
7285 (vc-dired-mode-map): Don't set-keymap-parent yet.
7286 (vc-dired-mode): Do set-keymap-parent here.
7287 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7288
7289 2000-09-05 Gerd Moellmann <gerd@gnu.org>
7290
7291 * faces.el (set-face-attribute, face-spec-reset-face)
7292 (face-spec-set): Avoid consing by removing calls to `apply'.
7293
7294 * frame.el (frame-parameter): Move to C code.
7295
7296 2000-09-05 Dave Love <fx@gnu.org>
7297
7298 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7299 insert-before-markers-and-inherit. Now checked systematically!
7300
7301 2000-09-05 Alex Schroeder <alex@gnu.org>
7302
7303 * sql.el (sql-postgres): Use sql-postgres-options.
7304 (sql-postgres-options): New variable.
7305
7306 2000-09-05 Alex Schroeder <alex@gnu.org>
7307
7308 * sql.el (sql-mode-menu): Work around missing variable mark-active
7309 in XEmacs.
7310 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7311 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7312 compatibility.
7313
7314 2000-09-04 Gerd Moellmann <gerd@gnu.org>
7315
7316 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7317
7318 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7319
7320 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7321
7322 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7323
7324 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7325 don't support anything else under SCCS yet.
7326
7327 * vc-hooks.el: Minor doc fixes.
7328
7329 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7330
7331 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7332 not necessary. If verbose in state `needs-patch', do the same as
7333 under `up-to-date'. When NOT verbose and `needs-patch', check out
7334 latest version instead of `merge-news'.
7335 (vc-next-action-dired): Don't mess with default-directory here; it
7336 breaks other parts of dired. It is the job of the
7337 backend-specific functions to adjust it temporarily if they need it.
7338 (vc-next-action): Remove a special CVS case.
7339 (vc-clear-headers): New optional arg FILE.
7340 (vc-checkin, vc-checkout): Set properties vc-state and
7341 vc-checkout-time properly.
7342 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7343 (vc-print-log): Use new backend function `show-log-entry'.
7344 (vc-cancel-version): Do the checks in a different order. Added a
7345 FIXME concerning RCS-only code.
7346
7347 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7348 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7349
7350 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7351
7352 * vc-hooks.el (vc-default-mode-line-string): Show state
7353 `needs-patch' as a `-' too.
7354
7355 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7356
7357 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7358 (vc-default-could-register): New function.
7359 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7360 (vc-resynch-buffer): Call vc-dired-resynch-file.
7361 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7362 vc-resynch-buffer instead of vc-resynch-window.
7363 (vc-next-action-dired): Don't redisplay here, that gets done as a
7364 result of the individual file operations.
7365 (vc-retrieve-snapshot): Corrected prompt order.
7366
7367 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7368
7369 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7370 as well.
7371 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7372 hostname regexps. Updated all callers.
7373 (vc-cvs-responsible-p): Handle directories as well.
7374 (vc-cvs-could-register): New function.
7375 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7376 properties up-to-date.
7377
7378 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7379 user whether to create one.
7380
7381 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7382
7383 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7384 check out a non-existing file.
7385
7386 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7387 workfile does not exist.
7388
7389 * vc.el (vc-version-diff): Use `require' to check for existence of
7390 diff-mode.
7391
7392 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7393
7394 * vc-cvs.el (vc-cvs-registered): Use new function
7395 vc-cvs-parse-entry to do the actual work.
7396
7397 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7398
7399 * vc-hooks.el (vc-find-backend-function): If function doesn't
7400 exist, return nil instead of error.
7401 (vc-call-backend): Doc fix.
7402
7403 * vc.el (vc-do-command): Doc fix.
7404 (vc-finish-logentry): When checking in from vc-dired, choose the
7405 right backend for logentry check.
7406 (vc-dired-mode-map): Inherit from dired-mode-map.
7407 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7408 simplified.
7409 (vc-dired-state-info): Removed, updated caller.
7410 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7411 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7412 (vc-dired-listing-switches): New variable.
7413 (vc-directory): Use it, instead of dired-listing-switches.
7414
7415 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7416 (vc-cvs-dir-state): New function.
7417 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7418 (vc-cvs-parse-entry): New function, also to be used in
7419 vc-cvs-registered.
7420
7421 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7422
7423 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7424 *or* single-window-frames.
7425
7426 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7427
7428 * vc.el (vc-update-changelog): Split into generic part and default
7429 implementation. Doc string adapted.
7430 (vc-default-update-changelog): New function. Call the `rcs2log'
7431 script in exec-directory, to fix a long-standing nuisance.
7432
7433 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7434 simply signals an error.
7435
7436 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7437
7438 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7439 control-flow more clear and to avoid running `cvs' twice.
7440
7441 * vc.el (vc-next-action-on-file): Doc fix.
7442 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7443 (vc-print-log): Eval `file' before constructing the continuation.
7444
7445 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7446
7447 * vc.el (vc-next-action-on-file): Corrected several messages.
7448 (vc-merge): Add prefix arg `merge-news'; handle it.
7449
7450 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7451 is not reached. It is.
7452 (vc-cvs-merge): Set state to 'edited after merge.
7453 (vc-cvs-merge-news): Set workfile version to nil if not known.
7454 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7455
7456 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7457 via stdout. (Merge from main line.)
7458
7459 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7460
7461 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7462 detection.
7463
7464 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7465
7466 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7467 against kill-all-local-variables.
7468 (vc-log-edit): Don't save vc-parent-buffer any more.
7469 (vc-last-comment-match): Initialize to an empty string.
7470 (vc-post-command-functions): New hook.
7471 (vc-do-command): Run it.
7472 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7473 (vc-finish-logentry): Only add the comment to the ring if it's
7474 different from the last comment entered.
7475 (vc-new-comment-index): New function.
7476 (vc-previous-comment): Use it. Make the minibuffer message
7477 slightly less terse.
7478 (vc-comment-search-reverse): Make it work forward as well. Don't
7479 set vc-comment-ring-index if no match is found. Use
7480 vc-new-comment-index.
7481 (vc-comment-search-forward): Use vc-comment-search-reverse.
7482 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7483 define-derived-mode will do it for us. Bind `v' to a keymap that
7484 inherits from vc-prefix-map so that we can bind `vt' without
7485 binding C-x v t.
7486 (vc-retrieve-snapshot): Parenthesis typo.
7487
7488 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7489 to 1. Make sure to switch to *vc* before looking for an error
7490 message. Use vc-parse-buffer.
7491
7492 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7493
7494 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7495 and NAME.
7496 (vc-retrieve-snapshot): Split into two parts.
7497 (vc-default-retrieve-snapshot): New function.
7498
7499 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7500 (vc-cvs-retrieve-snapshot): New function (untested).
7501 (vc-cvs-stay-local): Default to t.
7502 (vc-cvs-remote-p): New function and property.
7503 (vc-cvs-state): Stay local only if the above is t.
7504 (vc-handle-cvs): Removed.
7505 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7506 done via vc-handled-backends now.
7507 (vc-cvs-header): Escape Id.
7508
7509 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7510
7511 * vc.el (vc-do-command): Remove unused commands.
7512 (vc-version-diff): Make sure default-directory ends with a slash.
7513 Move the window commands into a vc-exec-after.
7514 (vc-print-log): Move more of the code into the `vc-exec-after'.
7515
7516 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7517
7518 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7519 (vc-print-log): Search current revision from beginning of buffer.
7520 (vc-revert-buffer): Clear echo area after the diff is finished.
7521 (vc-prefix-map): Removed definition of "t" for terse display in vc
7522 dired.
7523 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7524 definition of "vt" for terse display.
7525 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7526
7527 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7528
7529 * vc.el (vc-exec-after): Avoid caddr.
7530
7531 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7532
7533 * vc.el (vc-exec-after): New function.
7534 (vc-do-command): Use it to add a termination message for async
7535 procs.
7536 (vc-checkout): Try to handle a missing-backend situation.
7537 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7538 of a directory with a backend using async diffs.
7539 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7540 present.
7541
7542 * vc-sccs.el (vc-sccs-state-heuristic): Use
7543 file-ownership-preserved-p.
7544
7545 * vc-rcs.el (vc-rcs-state-heuristic): Use
7546 file-ownership-preserved-p.
7547 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7548
7549 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7550
7551 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7552 vc-do-command.
7553
7554 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7555 when there are no changes.
7556
7557 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7558
7559 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7560
7561 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7562
7563 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7564
7565 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7566
7567 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7568 the `fset' outside of the defvar so that it works even if
7569 vc-prefix-map was already defined.
7570 (vc-setup-buffer): New function, split out of vc-do-command.
7571 (vc-do-command): Allow BUFFER to be t to mean `just use the
7572 current buffer without any fuss'.
7573 (vc-version-diff): Change the `diff' backend operation to just put
7574 the diff in the current buffer without erasing it. Always use
7575 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7576 shrink-window-if-larger-than-buffer.
7577 (vc-print-log): Change the `print-log' backend operation to just
7578 put the log in the current buffer without erasing it. Protect
7579 shrink-window-if-larger-than-buffer.
7580 (vc-update-change-log): Fix setd typo.
7581
7582 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7583 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7584
7585 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7586 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7587 CMP.
7588
7589 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7590 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7591 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7592
7593 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7594
7595 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7596 not possible, use vc-BACKEND-workfile-unchanged-p.
7597 (vc-default-workfile-unchanged-p): New function. Delegates to a
7598 full vc-BACKEND-diff.
7599
7600 * vc-hooks.el (vc-simple-command): Removed.
7601
7602 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7603 instead of vc-simple-command.
7604 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7605 avoid doing a diff when opening a file.
7606 (vc-rcs-state): Added check for unlocked-changes.
7607 (vc-rcs-header): Escape Id.
7608 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7609 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7610 version.
7611
7612 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7613 (vc-sccs-diff): Remove optional arg CMP.
7614 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7615 SCCS-specific function.
7616
7617 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7618 vc-simple-command.
7619
7620 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7621
7622 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7623 (with-vc-file, vc-merge): Use vc-editable-p.
7624 (vc-do-command): Remove unused var vc-file and fix the
7625 doubly-defined `status' var. Add a user message when starting an
7626 async command.
7627 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7628 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7629 Use with-current-buffer.
7630 (vc-buffer-sync): Use unless.
7631 (vc-next-action-on-file): If the file is 'edited by read-only,
7632 make it read-write instead of trying to commit.
7633 (vc-version-diff, vc-update-change-log): Use `setq
7634 default-directory' rather than `cd'.
7635 (vc-log-edit): Don't forget to set default-directory in the
7636 buffer.
7637
7638 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7639 (vc-sccs-state-heuristic): Use file-writable-p instead of
7640 comparing userids.
7641 (vc-sccs-checkout): Use `unless'.
7642
7643 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7644 of comparing userids.
7645 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7646 Simplify the logic by eliminating unreachable code.
7647 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7648 just do a recursive call if we need to retry.
7649 (vc-rcs-checkout): Handle the case where rcs is missing by making
7650 the buffer read-write if requested and re-signalling the error.
7651
7652 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7653
7654 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7655
7656 * vc-hooks.el (vc-handled-backends): Docstring change.
7657 (vc-ignore-vc-files): Mark obsolete.
7658 (vc-registered): Check vc-ignore-vc-files.
7659 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7660 vc-ignore-vc-files.
7661
7662 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7663
7664 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7665
7666 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7667 files since ange-ftp already has vc-registered return nil.
7668
7669 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7670 (vc-sccs-workfile-version): Use with-temp-buffer and new
7671 vc-parse-buffer and don't bother setting the property.
7672 (vc-sccs-add-triple): Use with-current-buffer and
7673 find-file-noselect.
7674 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7675
7676 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7677 derives from the old vc-parse-buffer but uses the revision number
7678 rather than the date (much easier to compare robustly).
7679 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7680 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7681 locking-user more directly. Check strict locking and set
7682 checkout-model appropriately.
7683 (vc-rcs-parse-locks): Remove.
7684 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7685 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7686 (vc-rcs-system-release): Use with-current-buffer and
7687 vc-parse-buffer.
7688 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7689
7690 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7691 (vc-simple-command): Docstring fix.
7692 (vc-registered): Align the way the file-handler is called with the
7693 way the function itself works.
7694 (vc-file-owner): Remove.
7695
7696 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7697 extraction of fields and call to file-attributes because of a
7698 temporary bug in rcp.el.
7699 (vc-cvs-fetch-status): Use with-current-buffer.
7700
7701 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7702
7703 * vc.el (vc-do-command): Use file-relative-name.
7704 (vc-responsible-backend): Use vc-backend if possible.
7705 (vc-create-snapshot): Improve the `interactive' spec. Add support
7706 for branches and dispatch to backend-specific `create-snapshot'.
7707 (vc-default-create-snapshot): New function, containing the bulk of
7708 the old vc-create-snapshot.
7709 (vc-retrieve-snapshot): Improve the interactive spec.
7710
7711 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7712 (vc-backend-hook-functions): Remove.
7713 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7714 (vc-backend): Reintroduce the test for `file = nil' now that I
7715 know why it was there (and added a comment to better remember).
7716
7717 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7718 code from vc-sccs-hooks.el.
7719 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7720 'vc anymore.
7721 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7722 and file-directory-p instead of file-exists-p.
7723 (vc-sccs-check-headers): Simplify the regexp.
7724
7725 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7726 from vc-rcs-hooks.el. Don't require 'vc anymore.
7727 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7728 file-directory-p instead of file-exists-p.
7729
7730 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7731 from vc-cvs-hooks.el.
7732 (proto vc-cvs-registered): Require 'vc-cvs instead of
7733 'vc-cvs-hooks. Don't require 'vc anymore.
7734 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7735 file-directory-p instead of file-exists-p.
7736 (vc-cvs-create-snapshot): New function, replacing
7737 vc-cvs-assign-name.
7738 (vc-cvs-assign-name): Remove.
7739
7740 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7741
7742 * vc-cvs.el (vc-cvs-header): New var.
7743
7744 * vc-rcs.el (vc-rcs-exists): Remove.
7745 (vc-rcs-header): New var.
7746
7747 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7748 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7749 (vc-sccs-header): New var.
7750
7751 * vc.el (vc-do-command): Get rid of the `last' argument.
7752 (vc-header-alist): Remove, replaced by vc-X-header.
7753 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7754 (vc-dired-hook): Use expand-file-name instead of concat.
7755 (vc-directory): Use file-name-as-directory.
7756 (vc-snapshot-precondition, vc-create-snapshot)
7757 (vc-retrieve-snapshot): Allow the command to operate on any
7758 directory.
7759
7760 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7761 just removing the 'WORKFILE argument or by removing the 'MASTER
7762 argument and replacing `file' with (vc-name file).
7763
7764 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7765
7766 * vc.el: Update Copyright and add a crude list of backend funs.
7767 (vc-writable-p): New function.
7768 (with-vc-file): Use vc-writable-p.
7769 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7770 (vc-register): Avoid vc-name.
7771 (vc-locking-user): Remove.
7772 (vc-steal-lock): Make the `owner' arg non-optional.
7773 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7774 vc-checkout-model.
7775 (vc-default-dired-state-info): Use vc-state instead of
7776 vc-locking-user and return special strings for special states.
7777 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7778 and get rid of one of the special CVS cases.
7779 (vc-cancel-version): prettify error message with \\[...].
7780 (vc-rename-master): New function.
7781 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7782 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7783 the CVS special case generic.
7784 (vc-default-record-rename): Remove.
7785 (vc-file-tree-walk-internal): Only call FUNC for files that are
7786 under control of some VC backend and replace `concat' with
7787 expand-file-name.
7788 (vc-file-tree-walk): Update docstring.
7789 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7790 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7791
7792 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7793 vc-sccs-record-rename. Use `find-file-noselect' rather than
7794 `find-file' and call `vc-rename-master' to do the actual move.
7795 (vc-sccs-diff): Remove unused `backend' variable.
7796
7797 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7798 to delay loading of vc-sccs until it is really used.
7799 (vc-sccs-master-templates): Preload.
7800 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7801 (vc-sccs-project-dir): Remove (merged into
7802 vc-sccs-search-project-dir).
7803 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7804 rather than `concat', make sure it is preloaded and don't bother
7805 to check that the file actually exists.
7806 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7807 `locks' argument (use buffer's content instead) and eliminate n^2
7808 behavior.
7809
7810 * vc-rcs.el: Update Copyright.
7811 (vc-rcs-rename-file): New function.
7812 (vc-rcs-diff): Remove unused `backend' variable.
7813
7814 * vc-hooks.el: Update Copyright.
7815 (vc-backend): Don't accept a nil argument any more.
7816 (vc-up-to-date-p): Turn into a defsubst.
7817 (vc-possible-master): New function.
7818 (vc-check-master-templates): Use `vc-possible-master' and allow
7819 funs in vc-X-master-templates to return a non-existent file.
7820
7821 * vc-cvs.el: Update Copyright.
7822 (vc-cvs-diff): Remove unused `backend' variable.
7823 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7824
7825 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7826
7827 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7828
7829 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7830 since it can be called from vc-rcs.el.
7831 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7832
7833 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7834
7835 * vc.el (vc-version-diff): Expand file name read from the
7836 minibuffer. Handle the case when a previous version number can't
7837 be guessed. Give suitable messages when there were no differences
7838 found.
7839 (vc-clear-headers): Call backend-specific implementation, if one
7840 exists.
7841 (vc-cancel-version): Made error checks generic. When done, clear
7842 headers generically, too.
7843
7844 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7845 from vc-clear-headers in vc.el.
7846
7847 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7848 correctly.
7849 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7850 optional. Handle the case when it's not there.
7851
7852 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7853
7854 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7855
7856 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7857
7858 * vc-hooks.el (vc-loadup): Remove.
7859 (vc-find-backend-function): Use `require'. Also, handle the case
7860 where vc-BACKEND-hooks.el doesn't exist.
7861 (vc-call-backend): Cleanup.
7862
7863 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7864
7865 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7866 vc-rcs-grab-templates)
7867 (vc-rcs-registered): Remove. The default function works as well.
7868 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7869 vc-sccs-grab-templates)
7870 (vc-sccs-registered): Remove. The default function works as well.
7871
7872 * vc.el (vc-version-diff): Left out a vc- in call to
7873 vc-call-backend.
7874 (vc-default-dired-state-info, vc-default-record-rename)
7875 (vc-default-merge-news): Update for the new backend argument.
7876
7877 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7878 using the default function.
7879 (vc-call-backend): If calling the default function, pass it the
7880 backend as first argument. Update the docstring accordingly.
7881 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7882 for the new backend argument.
7883 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7884 (vc-find-backend-function): Use the new name.
7885 (vc-default-registered): New function.
7886
7887 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7888
7889 * vc.el (vc-merge): Use vc-find-backend-function.
7890
7891 * vc-hooks.el (vc-backend-functions): Remove.
7892 (vc-loadup): Don't setup 'vc-functions.
7893 (vc-find-backend-function): New function.
7894 (vc-call-backend): Use above fun and populate 'vc-functions
7895 lazily.
7896 (vc-backend-defines): Remove.
7897
7898 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7899
7900 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7901 Call vc-call-backend without the leading vc-.
7902 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7903 (vc-check-headers): Call vc-call-backend without the leading vc-.
7904 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7905 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7906 Call vc-call-backend without the leading vc-.
7907
7908 * vc-cvs.el (tail): Provide vc-cvs.
7909 * vc-sccs.el (tail): Provide vc-sccs.
7910 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7911
7912 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7913 (vc-make-backend-function, vc-call): Pass names without leading
7914 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7915 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7916 (vc-call-backend): Always try to load vc-X-hooks.
7917 (vc-registered): Remove vc- in call to vc-call-backend.
7918
7919 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7920
7921 * vc.el (vc-process-filter): New function.
7922 (vc-do-command): Setup `vc-process-filter' for the async process.
7923 (vc-maybe-resolve-conflicts): New function to reduce
7924 code-duplication. Additionally, it puts the buffer in
7925 `smerge-mode' if applicable.
7926 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7927 calling `merge-news'.
7928 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7929 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7930 interfacing to log-edit.el.
7931 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7932 log-edit is available.
7933 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7934
7935 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7936
7937 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7938 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7939 defvar and the initialization.
7940 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7941
7942 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7943 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7944
7945 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7946
7947 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7948
7949 * vc.el (vc-file-clear-masterprops): Removed.
7950 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7951 (vc-version-diff): Use buffer-size without argument.
7952 (vc-register): Heed vc-initial-comment.
7953
7954 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7955 default branch.
7956
7957 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7958 file name and workfile version.
7959 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7960
7961 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7962 vc-file-clear-masterprops.
7963
7964 * vc-sccs.el (vc-sccs-checkout): Removed call to
7965 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7966 rather than user login name.
7967
7968
7969 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7970
7971 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7972 `want-differences-if-changed' and simplify.
7973 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7974 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7975 output (which is invalid for async vc-diff) to decide whether to
7976 do the revert silently or not.
7977
7978 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7979
7980 * vc-hooks.el (vc-loadup): Load files quietly.
7981 (vc-call-backend): Oops, brain fart.
7982
7983 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7984
7985 * vc-cvs.el (vc-cvs-state): Typo.
7986 (vc-cvs-merge-news): Return the status code rather than the error msg.
7987
7988 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7989
7990 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7991 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7992 vc-state or vc-up-to-date-p.
7993 (vc-merge): Use vc-backend-defines to check whether merging is
7994 possible. Set state to 'edited after successful merge.
7995
7996 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7997 return that name. Redocumented.
7998
7999 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8000
8001 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8002 new `vc-state' semantics.
8003 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8004 'vc-locking-user to the current user.
8005 (vc-merge): Inline vc-backend-merge. Comment out code that I
8006 don't understand and hence can't adapt to the new `vc-state' and
8007 `vc-locking-user' semantics.
8008 (vc-backend-merge): Remove.
8009
8010 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8011 rather than 'vc-locking-user.
8012
8013 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8014
8015 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8016 (vc-state): Don't use 'reserved any more. Just use the same
8017 convention as the one used for vc-<backend>-state where the
8018 locking user (as a string) is returned.
8019 (vc-locking-user): Update, based on the above convention. The
8020 'vc-locking-user property has disappeared.
8021 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8022
8023 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8024 with a heuristic one.
8025 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8026 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8027 error. That allows us to get to 'needs-merge even in the
8028 stay-local case. There's still no way to detect 'needs-patch in
8029 such a setup (or to force an update for that matter).
8030 (vc-cvs-logentry-check): Remove, the default works as well.
8031
8032 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8033
8034 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8035
8036 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8037 major-mode in which the buffer might have been put earlier. Use
8038 `remove' and `when'. Allow `okstatus' to be `async' and use
8039 `start-process' in this case.
8040 (vc-version-diff): Handle the case where the diff looks empty
8041 because of the use of an async process.
8042
8043 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8044
8045 * vc.el (vc-next-action-on-file): Removed optional parameter
8046 `simple'. Recompute state unconditionally.
8047 (vc-default-toggle-read-only): Removed.
8048
8049 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8050 (vc-toggle-read-only): Undid prev change.
8051
8052 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8053 vc-cvs-simple-toggle. Redocumented.
8054 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8055 (vc-cvs-toggle-read-only): Removed.
8056
8057 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8058
8059 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8060 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8061 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8062 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8063 still is. So maybe it should be removed.
8064 (vc-head-version, vc-find-binary): Remove.
8065 (vc-recompute-state): Move from vc-hooks.el.
8066 (vc-next-action-on-file): Add a `simple' argument to allow
8067 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8068 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8069 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8070 (vc-dired-mode-map): Properly defvar it.
8071 (vc-print-log): Call log-view-mode if available.
8072 (small-temporary-file-directory): defvar instead of use boundp.
8073 (vc-merge-news): Moved to vc-cvs.el.
8074 (vc-default-merge-news): New function.
8075
8076 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8077 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8078 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8079 unknown `vc-latest-version' function. It should probably refer to
8080 vc-workfile-version or somesuch, but it's very unclear to me and I
8081 don't have SCCS to test things.
8082
8083 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8084 (vc-sccs-state-heuristic): Fix typo.
8085 (vc-sccs-workfile-unchanged-p): Add missing argument.
8086
8087 * vc-rcs.el: Require vc and vc-rcs-hooks.
8088 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8089 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8090 (vc-release-greater-or-equal-p): Move from vc.
8091 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8092 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8093 (vc-rcs-checkout): Add a missing `new-version' argument in the
8094 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8095
8096 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8097 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8098 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8099 than the apparently unbound `workfile-version'.
8100
8101 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8102 (vc-file-prop-obarray): Use `make-vector'.
8103 (vc-backend-functions): Add new hookable functions
8104 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8105 (vc-loadup): If neither backend nor default functions exist, use
8106 the backend function rather than nil.
8107 (vc-call-backend): If the function if not bound yet, try to load
8108 the non-hook file to see if it provides it.
8109 (vc-call): New macro plus use it wherever possible.
8110 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8111 nor `vc-find-binary' since it's only called from
8112 vc-mistrust-permission which is only used once the backend is known.
8113 (vc-checkout-model): Fix parenthesis.
8114 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8115
8116 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8117 (vc-cvs-release, vc-cvs-system-release): Remove.
8118 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8119 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8120 status symbols.
8121 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8122 (vc-cvs-toggle-read-only): First cut at a function to allow a
8123 cvs-status-free vc-toggle-read-only.
8124 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8125 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8126 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8127 (vc-cvs-checkout): Modify access rights directly if the user
8128 requested not to use `cvs edit'. And refresh the mode line.
8129
8130 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8131 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8132
8133 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8134
8135 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8136 workfile' that got lost when the code was extracted from vc.el.
8137 And merged the tail with the rest of the code (not possible in the
8138 old vc.el where the tail was shared among all backends). And
8139 explicitly set the state to 'edited if `writable' is set.
8140
8141 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8142 (vc-cvs-state): Be careful to return the value from
8143 vc-cvs-parse-state.
8144 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8145 property but return it instead. Also be careful to handle a nil
8146 or "" `rev' when workfile is non-nil (it was handled properly when
8147 workfile was nil).
8148
8149 * vc.el: Removed those pesky unnecessary `(function' quotes.
8150 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8151 directly in the defvar.
8152 (vc-do-command): Bind inhibit-read-only so as to properly handle
8153 the case where the destination buffer has been made read-only.
8154 (vc-diff): Delegate to vc-version-diff in all cases.
8155 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8156 (vc-annotate-mode-variables): Removed (code moved partly to
8157 defvars and partly to vc-annotate-add-menu).
8158 (vc-annotate-mode): Turned into a derived-mode.
8159 (vc-annotate-add-menu): Moved in code in
8160 vc-annotate-mode-variables.
8161 (vc-update-change-log): Use make-temp-file if available.
8162
8163 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8164
8165 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8166 `vc-checkout-model' updated to `vc-cvs-update-model'.
8167
8168 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8169
8170 * vc.el (vc-next-action-on-file): Added handling of state
8171 `unlocked-changes'.
8172 (vc-checkout-carefully): Is now practically obsolete, unless the
8173 above is too slow to be enabled unconditionally.
8174 (vc-update-change-log): Fixed typo.
8175
8176 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8177
8178 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8179 Now handles state `unlocked-changes'.
8180 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8181
8182 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8183
8184 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8185 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8186 `unlocked-changes'.
8187 (vc-rcs-workfile-unchanged-p): Renamed from
8188 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8189 function yet, but supposed to become one soon.
8190
8191 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8192 `vc-steal-lock'.
8193 (vc-call-backend): Changed error message.
8194 (vc-state): Added description of state `unlocked-changes'.
8195
8196 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8197
8198 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8199 always return t in CVS-controlled directories.
8200
8201 * vc.el (vc-responsible-backend): New function.
8202 (vc-register): Largely rewritten.
8203 (vc-admin): Removed (implementation moved into vc-register).
8204 (vc-checkin): Redocumented.
8205 (vc-finish-logentry): If no backend defined yet (because we are in
8206 the process of registering), use the responsible backend.
8207
8208 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8209 Updated function lists.
8210 (vc-call-backend): Fixed typo.
8211
8212 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8213 New functions.
8214 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8215 Removed query option. Redocumented.
8216
8217 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8218
8219 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8220
8221 * vc.el: Updated callers of `vc-checkout-required' to use
8222 `vc-checkout-model'.
8223
8224 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8225
8226 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8227 stuff updated to reference this function instead of the old
8228 `vc-backend-release-p'.
8229
8230 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8231
8232 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8233 vc-checkout-model. Return appropriate values. Updated callers.
8234
8235 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8236
8237 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8238 (vc-backend-revert): Function moved into `vc-revert';
8239 `vc-next-action' must be updated to accomodate this change.
8240 (vc-backend-steal): Function moved into `vc-finish-steal'.
8241 (vc-backend-logentry-check): Function moved into
8242 `vc-finish-logentry'.
8243 (vc-backend-printlog): Function moved into `vc-print-log'.
8244 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8245 (vc-backend-assign-name): Function moved into
8246 `vc-create-snapshot'.
8247
8248 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8249
8250 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8251 Rename to vc-checkout-model. Return appropriate values.
8252 Update callers.
8253
8254 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8255 to vc-checkout-model.
8256 (vc-checkout-required): Rename to vc-checkout-model.
8257 Re-implement and re-comment.
8258 (vc-after-save): Use vc-checkout-model.
8259
8260 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8261
8262 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8263 Update to use the vc-BACKEND-diff functions instead.
8264 `vc-diff' is now working.
8265
8266 * vc-rcs.el (vc-rcs-logentry-check): New function.
8267
8268 * vc-cvs.el (vc-cvs-logentry-check): New function.
8269
8270 * vc-sccs.el (vc-sccs-diff): Function changed name from
8271 `vc-backend-diff'. This makes `vc-diff' work.
8272
8273 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8274 of functions possibly implemented in a vc-BACKEND library.
8275 (vc-checkout-required): Fix bug that caused an error to be
8276 signaled during `vc-after-save'.
8277
8278 * vc.el: Fix typo.
8279 This checkin is made with our new VC code base for the very first time.
8280 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8281
8282 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8283 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8284
8285 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8286 updated to `vc-uses-locking'.
8287 (vc-checkout-required): Call to backend function.
8288 `vc-checkout-required' updated to `vc-uses-locking' instead.
8289
8290 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8291 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8292
8293 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8294 to match the split into various backends.
8295 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8296 (vc-retrieve-snapshot): Bug fix.
8297
8298 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8299
8300 * vc-sccs.el (vc-sccs-release): Doc fix.
8301
8302 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8303
8304 * vc.el (vc-next-action-on-file): Bug found and fixed.
8305 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8306 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8307
8308 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8309 (vc-rcs-checkout): Name space cleaned up. No more revision number
8310 crunching function names that are not prefixed with vc-rcs.
8311 (vc-rcs-checkout-model): Function added. References to
8312 `vc-checkout-model' replaced.
8313
8314 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8315
8316 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8317 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8318 still need to be split, and implemented for RCS).
8319
8320 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8321
8322 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8323
8324 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8325 required by the vc.el file.
8326
8327 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8328 required by the vc.el file.
8329 (vc-rcs-exists): Function added.
8330
8331 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8332 required by the vc.el file.
8333
8334 * vc.el (vc-admin): Updated to handle selection of appropriate
8335 backend. Current implementation is crufty and need re-thinking.
8336
8337 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8338
8339 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8340
8341 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8342 beginning of annotate buffers correctly.
8343
8344 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8345 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8346 functionality updated quite a lot to support multiple backends.
8347 Variables `vc-annotate-mode', `vc-annotate-buffers',
8348 `vc-annotate-backend' added.
8349
8350 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8351 `vc-annotate-difference' added to supported backend functions.
8352
8353 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8354
8355 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8356 Use with-temp-file instead of /bin/sh. Merged from mainline
8357
8358 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8359
8360 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8361
8362 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8363
8364 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8365
8366 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8367
8368 * vc-hooks.el: vc-state-heuristic added to
8369 vc-backend-hook-functions.
8370
8371 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8372
8373 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8374
8375 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8376 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8377 state to `reserved'.
8378
8379 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8380 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8381
8382 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8383
8384 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8385 untouched.
8386
8387 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8388
8389 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8390 if defined. (Merged from main line, slightly adapted.)
8391
8392 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8393 millenium problem (merged from mainline).
8394
8395 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8396
8397 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8398 part and moved the non-BACKEND stuff to vc.el.
8399
8400 * vc.el: Split the annotate feature into a BACKEND specific part
8401 and moved it from the vc-cvs.el file to this one.
8402
8403 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8404
8405 * vc-hooks.el: Implement new state model.
8406 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8407 (vc-locking-user): Simplify. Now only needed if the file is
8408 locked by somebody else.
8409 (vc-lock-from-permissions): Remove. Functionality is in
8410 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8411 (vc-mode-line-string): New name for former vc-status. Adapted.
8412 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8413
8414 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8415 Various simplifications and adaptations all over the place.
8416
8417 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8418 Simplify and adapt the rest.
8419
8420 * vc.el (vc-resynch-window): Add TODO comment: check for
8421 interaction with view mode according to recent RCS change.
8422 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8423
8424 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8425
8426 * vc.el: Convert the remaining function comments to docstrings.
8427
8428 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8429
8430 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8431 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8432 (vc-minor-part, vc-previous-version): Functions that operate and
8433 compare revision numbers got proper documentation. Comments added
8434 about their possible removal.
8435
8436 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8437
8438 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8439 the vc-backend.el files.
8440
8441 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8442
8443 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8444 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8445 (vc-rcs-previous-version): Functions added.
8446
8447 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8448
8449 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8450
8451 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8452
8453 * vc-hooks.el (vc-master-templates): Is really obsolete.
8454 Comment out the definition for now. What is the right procedure
8455 to get rid of it?
8456 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8457 rewritten.
8458 (vc-default-registered): Remove.
8459 (vc-check-master-templates): New function; does mostly what the
8460 above did before.
8461 (vc-locking-user): Don't rely on the backend to set the property.
8462
8463 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8464 Rewrite documentation.
8465 (vc-rcs-templates-grabbed): New variable.
8466 (vc-rcs-grab-templates): New function.
8467 (vc-rcs-registered): Rewrite to use above mechanism.
8468
8469 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8470 Rewrite documentation.
8471 (vc-sccs-templates-grabbed): New variable.
8472 (vc-sccs-grab-templates): New function.
8473 (vc-sccs-registered): Rewrite to use above mechanism.
8474 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8475 Don't throw the result, simply return it.
8476
8477 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8478 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8479 (vc-cvs-registered): Does the check itself now. Simplify.
8480
8481 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8482 from main line.
8483
8484 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8485
8486 * vc-cvs.el (vc-cvs-diff): New function.
8487
8488 * vc-sccs.el (vc-sccs-diff): New function.
8489
8490 * vc-rcs.el (vc-rcs-diff): New function.
8491 (vc-rcs-checkout): Bug (typo) found and fixed.
8492 (vc-rcs-register-switches): New variable.
8493
8494 * vc.el (vc-backend-diff): Function removed and placed in the
8495 backend files.
8496
8497 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8498
8499 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8500
8501 * vc.el (vc-backend-checkout): Function removed and replaced in
8502 the vc-backend.el files.
8503
8504 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8505
8506 * vc.el (vc-backend-admin): Removed and replaced in the
8507 vc-backend.el files.
8508
8509 * vc.el (Martin): Removed all the annotate functionality since it
8510 is CVS backend specific.
8511
8512 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8513
8514 * spec.txt: Added specification of vc-state.
8515
8516 * vc-sccs-hooks.el (vc-sccs-master-properties):
8517 Remove handling of vc-latest-version and
8518 vc-your-latest-version. What used to be vc-latest-version, is now
8519 returned as vc-workfile-version.
8520 (vc-sccs-workfile-version): Adapt.
8521
8522 2000-09-04 Dave Love <fx@gnu.org>
8523
8524 * vc.el: [Merged from mainline.]
8525 (vc-dired-mode): Make the dired-move-to-filename-regexp
8526 regexp match the date, to avoid treating date as file size.
8527 Add YYYY S option to WESTERN/
8528
8529 2000-09-04 Dave Love <fx@gnu.org>
8530
8531 * vc.el: Require `compile' when compiling.
8532 (vc-logentry-check-hook): New option.
8533 (vc-steal-lock): Use compose-mail.
8534 (vc-dired-mode-map): Defvar when compiling.
8535 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8536 vc-sccs.el and renamed. Callers changed.
8537 (vc-backend-checkout, vc-backend-logentry-check)
8538 (vc-backend-merge-news): Doc fix.
8539 (vc-default-logentry-check): New function.
8540 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8541 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8542 (vc-backend-merge): Doc fix. Use backend functions.
8543 (vc-check-headers): Use backend functions.
8544
8545 * vc-cvs.el: Require vc when compiling.
8546 (vc-cvs-register-switches): Doc fix.
8547 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8548 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8549 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8550 New functions (code from vc.el).
8551 (vc-annotate-display-default): Fix interactive spec.
8552 (vc-annotate-time-span): Doc fix.
8553
8554 * vc-rcs.el: Require vc when compiling.
8555 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8556 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8557 (vc-rcs-checkin): New functions (code from vc.el).
8558 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8559 Doc fix.
8560 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8561
8562 * vc-sccs.el: Require vc when compiling.
8563 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8564 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8565 (vc-sccs-revert)
8566 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8567 from vc.el).
8568 (vc-sccs-add-triple, vc-sccs-record-rename)
8569 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8570 (vc-sccs-admin): Doc fix.
8571
8572 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8573
8574 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8575 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8576 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8577 from vc.el.
8578
8579 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8580
8581 * vc-cvs.el: Moved the annotate functionality from vc.el.
8582 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8583
8584 2000-09-04 Dave Love <fx@gnu.org>
8585
8586 * vc.el (vc-backend-release): Call vc-system-release.
8587
8588 * vc-sccs.el (vc-sccs-system-release):
8589 Renamed from vc-sccs-backend-release.
8590
8591 * vc-rcs.el (vc-rcs-system-release):
8592 Renamed from vc-rcs-backend-release.
8593
8594 * vc-cvs.el (vc-cvs-system-release):
8595 Renamed from vc-cvs-backend-release.
8596
8597 2000-09-04 Dave Love <fx@gnu.org>
8598
8599 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8600 backend files.
8601 (vc-backend-release): Dispatch to backend functions.
8602 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8603 probably needs attention.]
8604
8605 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8606 (vc-sccs-backend-release): New function.
8607
8608 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8609 (vc-cvs-backend-release): New function.
8610
8611 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8612 Doc fix.
8613 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8614 (vc-default-dired-state-info): New function.
8615 (vc-dired-state-info): Dispatch to backends.
8616 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8617
8618 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8619 from vc.el and renamed.
8620
8621 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8622
8623 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8624 (vc-version-other-window, vc-backend-assign-name): Removed
8625 references to vc-latest-version; sometimes changed into
8626 vc-workfile-version.
8627
8628 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8629 vc-rcs-master-workfile-version.
8630 (vc-rcs-workfile-version): Use the above. Don't call
8631 vc-latest-version (that was unreachable code, anyway).
8632 (vc-rcs-fetch-master-properties): Doc fix.
8633
8634 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8635 (vc-backend-hook-functions): Removed them from this list, too.
8636 (vc-fetch-properties): Removed.
8637 (vc-workfile-version): Doc fix.
8638
8639 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8640 (vc-rcs-workfile-version, vc-rcs-locking-user)
8641 (vc-rcs-uses-locking): Use it.
8642
8643 * vc-hooks.el (vc-consult-rcs-headers):
8644 Moved into vc-rcs-hooks.el, under the name
8645 vc-rcs-consult-headers.
8646
8647 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8648 headers.
8649 (vc-cvs-find-master): Use this name only; correct different
8650 versions of the name.
8651
8652 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8653 New functions.
8654 (vc-sccs-locking-user): Use the latter.
8655
8656 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8657 New functions.
8658
8659 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8660 Moved into both
8661 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8662 functions are implementation details of those two backends.
8663
8664 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8665
8666 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8667 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8668
8669 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8670 (vc-sccs-parse-locks): SCCS-specific code moved here from
8671 vc-hooks.
8672
8673 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8674 code moved here from vc-hooks.
8675
8676 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8677 into back-end specific parts and removed. Callers not updated
8678 yet; because I guess these callers will disappear into back-end
8679 specific files anyway.
8680
8681 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8682
8683 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8684 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8685 `vc-uses-locking'.
8686
8687 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8688 Store yes/no in the property, and return t/nil. Updated all
8689 callers.
8690
8691 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8692 vc-sccs-uses-locking. Don't set property.
8693 (vc-sccs-locking-user): Don't set property.
8694
8695 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8696 vc-cvs-uses-locking. Don't set property here; leave that to
8697 vc-hooks.
8698 (vc-cvs-locking-user): Reflect above change. Streamlined.
8699
8700 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8701 vc-rcs-uses-locking.
8702 (vc-rcs-locking-user): Reflect above change.
8703
8704 2000-09-04 Dave Love <fx@gnu.org>
8705
8706 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8707
8708 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8709
8710 * vc-hooks.el (vc-checkout-model): Punt to backends.
8711
8712 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8713
8714 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8715
8716 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8717 New functions.
8718
8719 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8720 New functions.
8721
8722 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8723 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8724
8725 * vc-hooks.el (vc-default-locking-user): New function.
8726 (vc-locking-user, vc-workfile-version): Punt to backends.
8727
8728 2000-09-04 Dave Love <fx@gnu.org>
8729
8730 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8731 (vc-master-workfile-version): Moved from vc-hooks.
8732
8733 * vc-rcs-hooks.el: Fix duplicate code in last change.
8734
8735 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8736 (vc-rcs-master-templates): Improve :type.
8737 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8738 vc-master-workfile-version): Moved from vc-hooks.
8739
8740 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8741 (vc-sccs-master-templates): Improve :type.
8742 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8743
8744 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8745
8746 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8747 (vc-cvs-master-templates): Improve :type. Use
8748 vc-cvs-find-cvs-master.
8749 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8750 from vc-hooks.
8751 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8752
8753 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8754 Moved to vc-cvs-hooks.
8755
8756 * vc-hooks.el: Add doc strings in various places. Simplify the
8757 minor mode setup.
8758 (vc-handled-backends): New user variable.
8759 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8760 simplification.
8761
8762 2000-09-04 Dave Love <fx@gnu.org>
8763
8764 * vc.el: Some doc fixes for autoloaded and interactive functions.
8765 Fix compilation warnings from ediff stuff.
8766 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8767
8768 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8769
8770 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8771
8772 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8773
8774 2000-09-04 Dave Love <fx@gnu.org>
8775
8776 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8777 New variable.
8778 (vc-make-backend-function, vc-loadup, vc-call-backend)
8779 (vc-backend-defines): New functions.
8780
8781 * vc-hooks.el: Various doc fixes.
8782 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8783 (vc-match-substring): Function removed. Callers changed to use
8784 match-string.
8785 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8786 Simplify.
8787
8788 2000-09-04 Dave Love <fx@gnu.org>
8789
8790 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8791 type.
8792 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8793 (vc-sccs-registered): Doc fix.
8794
8795 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8796 (vc-cvs-registered): Doc fix.
8797
8798 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8799 (vc-rcs-registered): Doc fix.
8800
8801 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8802
8803 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8804
8805 * vc-hooks.el: vc-registered has been renamed
8806 vc-default-registered. Some functions have been moved to the
8807 backend specific files. they all support the
8808 vc-BACKEND-registered functions.
8809
8810 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8811
8812 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8813
8814 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8815
8816 2000-09-04 Dave Love <fx@gnu.org>
8817
8818 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8819 menu-bar-update-hook.
8820
8821 * help.el (help-manyarg-func-alist): Add
8822 find-operation-coding-system.
8823
8824 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8825
8826 * custom.el (custom-set-variables): Print message about errors in
8827 setting.
8828
8829 2000-09-03 Andrew Innes <andrewi@gnu.org>
8830
8831 * makefile.w32-in: Change to DOS line endings.
8832
8833 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8834
8835 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8836 minor-mode keymaps, if they don't have one.
8837
8838 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8839
8840 * eshell/esh-module.el (eval-when-compile): Don't lose if
8841 esh-module.el's file name is truncated to DOS 8+3 limits.
8842
8843 2000-09-01 John Wiegley <johnw@gnu.org>
8844
8845 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8846 predicate, which caused entries in the completion list to be
8847 doubled.
8848
8849 2000-08-30 John Wiegley <johnw@gnu.org>
8850
8851 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8852 sending to subprocesses. Also, hook pre-command-hook if
8853 `eshell-send-direct-to-subprocesses' is non-nil.
8854 (eshell-send-direct-to-subprocesses): New config variable. If t,
8855 subprocess input is send immediately.
8856 (eshell-toggle-direct-send): New function.
8857 (eshell-self-insert-command): New function.
8858 (eshell-intercept-commands): New function.
8859 (eshell-send-input): If direct subprocess sending is enabled,
8860 don't echo any input to the Eshell buffer. Let the subprocess
8861 handle that. This requires "stty echo" in bash, for example.
8862
8863 2000-08-28 John Wiegley <johnw@gnu.org>
8864
8865 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8866 completion function for Eshell's implementation of `unset'.
8867
8868 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8869
8870 * info.el (Info-directory-list): Doc fix.
8871
8872 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8873
8874 * filecache.el (file-cache-add-directory-using-find): Don't quote
8875 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8876
8877 2000-08-31 Kenichi Handa <handa@etl.go.jp>
8878
8879 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8880 coding systems.
8881
8882 2000-08-30 Andrew Innes <andrewi@gnu.org>
8883
8884 * timer.el (run-with-idle-timer): Undo last change, so that timer
8885 is not activated immediately if Emacs is already idle. Some
8886 existing code relies on this behaviour.
8887
8888 2000-08-30 Miles Bader <miles@gnu.org>
8889
8890 * frame.el (set-frame-font): Do completion of font-name for
8891 interactive use.
8892
8893 2000-08-30 Kenichi Handa <handa@etl.go.jp>
8894
8895 * international/quail.el (quail-start-translation): Bind locally
8896 last-command-event, last-command, and this-command.
8897 (quail-start-conversion): Likewise.
8898 (quail-self-insert-command): Fix docstring.
8899
8900 2000-08-29 Gerd Moellmann <gerd@gnu.org>
8901
8902 * progmodes/executable.el
8903 (executable-make-buffer-file-executable-if-script-p): Check that
8904 buffer contains at least 2 characters.
8905
8906 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8907
8908 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8909
8910 2000-08-29 Dave Love <fx@gnu.org>
8911
8912 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8913 (diff-mode-shared-map): Bind mouse-2.
8914 (diff-imenu-generic-expression): New variable.
8915 (diff-mode): Use it.
8916
8917 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8918 (mouse-popup-menubar): Add minor mode menus.
8919 (popup-menu): Check for lookup-key returning number.
8920
8921 2000-08-29 Miles Bader <miles@gnu.org>
8922
8923 * comint.el (comint-send-input): Create overlays using the proper
8924 front/read-advance arguments.
8925
8926 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8927
8928 * ps-print.el: Even/odd pages printing. Doc fix.
8929 (ps-print-version): New version number (6.0).
8930 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8931 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8932 (ps-print-duplex-feature): Variable eliminated.
8933 (ps-even-or-odd-pages): New variable.
8934
8935 * progmodes/ebnf2ps.el: Doc fix.
8936 (ebnf-version): New version (3.3).
8937 (ebnf-user-arrow): Change variable customization to sexp.
8938 (ebnf-user-arrow): Function eliminated.
8939 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8940
8941 2000-08-29 Kenichi Handa <handa@etl.go.jp>
8942
8943 * help.el (help-xref-mule-regexp): New variable.
8944 (help-make-xrefs): Handle help-xref-mule-regexp.
8945
8946 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8947 variable.
8948 (describe-input-method): Temporarily activate the specfied input
8949 method to display the information.
8950 (describe-language-environment): Hyperlinks to mule related items.
8951
8952 * international/mule-diag.el (charset-multibyte-form-string): New
8953 function.
8954 (list-character-sets-1): Use charset-multibyte-form-string.
8955 (describe-character-set): New function.
8956 (describe-coding-system): Hyperlinks to safe character sets.
8957
8958 * international/quail.el (quail-help): New arg PACKAGE.
8959 Hyperlinks to mule related items.
8960 (quail-help-insert-keymap-description): Use
8961 substitute-command-keys instead of describe-bindings.
8962 (quail-translation-help): Hyperlinks to mule related items.
8963
8964 2000-08-28 John Wiegley <johnw@gnu.org>
8965
8966 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8967 have a defsubst call itself. Made `eshell-flatten-list' back into
8968 a function again.
8969
8970 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8971 catch, in case re-centering point at bottom messes up the display.
8972 This happens frequently in Emacs 21, due I believe to variable
8973 line heights.
8974
8975 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8976 to call `find-tag-interactive'.
8977
8978 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8979 the list of remember directories.
8980
8981 2000-08-28 John Wiegley <johnw@gnu.org>
8982
8983 * align.el: Test align-region-separate to see if it's a symbol.
8984
8985 2000-08-28 John Wiegley <johnw@gnu.org>
8986
8987 * eshell/esh-util.el (eshell-flatten-list): Made this function
8988 into a defsubst form. It gets used very frequently, although
8989 calls don't occur all that often.
8990
8991 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8992 examining it.
8993
8994 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8995 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8996 `eshell-protect'.
8997 (eshell-copy-handles): Created a new macro for duplicating the
8998 current set of open handles. This is needed by the looping
8999 functions.
9000 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9001 is not incorrectly stomped on.
9002
9003 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9004 declaration for pcomplete-use-paring.
9005 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9006 value of eshell-cmpl-use-paring.
9007 * pcomplete.el (pcomplete-use-paring): New config variable, to
9008 indicate whether paring should be used.
9009 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9010 completion alternatives that have already been used.
9011
9012 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9013 bound to C-c C-y, which will repeat the previous N arguments
9014 (based on prefix argument).
9015 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9016
9017 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9018 if there is no *Help* buffer. This is for XEmacs, which renames
9019 its help buffers uniquely. TODO: Find out what the current buffer
9020 name to delete is.
9021
9022 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9023 first entry that correlates to a passwd/group number. Later
9024 entries (used for group/user name aliasing to multiple IDs) are
9025 ignored.
9026
9027 * eshell/em-xtra.el (eshell/expr):
9028 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9029 (eshell-grep, eshell/diff, eshell/locate):
9030 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9031 argument list, before passing it to the system command.
9032
9033 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9034 `find-tag' for use at final position in Eshell buffers (which
9035 otherwise triggers an error on Emacs 21).
9036 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9037 buffer, if it is currently bound to `find-tag'.
9038
9039 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9040 in the list of matched Makefile names.
9041 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9042 directory, prefer its contents to Makefile.
9043
9044 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9045 directory parts (like "cd old new", or "cd =regexp"), are now case
9046 sensitive on non-Windows/DOS platforms.
9047
9048 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9049 types RET after an open delimiter (like "), display a message
9050 indicating that Eshell is waiting for the closing delimiter.
9051
9052 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9053 environment variables.
9054
9055 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9056 gracefully if the user enters incorrect arguments.
9057
9058 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9059 Eshell buffers.
9060
9061 * eshell/esh-var.el (eshell-interpolate-variable):
9062 * eshell/esh-mode.el (eshell-move-argument):
9063 * eshell/em-unix.el (eshell-du-sum-directory):
9064 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9065 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9066 (not (= ...)).
9067
9068 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9069 to ensure the `preserve' flag gets propagated when doing recursive
9070 directory copies.
9071
9072 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9073
9074 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9075 Don't convert \n into \0177 in memory.
9076 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9077 and back again, when reading and writing.
9078
9079 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9080
9081 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9082 testing of `fboundp' on `processp'.
9083
9084 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9085 (eshell/jobs): Don't call process-list if it is not bound.
9086 (eshell-gather-process-output): Support systems where async
9087 subprocesses aren't supported.
9088 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9089 variables.
9090
9091 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9092 eshell-do-eval returns t.
9093 (eshell-do-pipelines-synchronously): New defmacro.
9094 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9095 when async subprocesses aren't supported.
9096 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9097 if async subprocesses aren't supported.
9098 (eshell-resume-command): Don't assume STATUS is a string.
9099
9100 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9101
9102 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9103 (eshell-close-target, eshell-get-target): Use eshell-processp.
9104 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9105 fix.
9106 (eshell-get-target, eshell-create-handles): Doc fix.
9107
9108 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9109
9110 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9111 criterion to include commands that output something, as long as it
9112 leaves both the command and the end-of-buffer visible when the
9113 command has exited.
9114 (eshell-review-quick-commands): Adjust the help doc string
9115 accordingly.
9116
9117 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9118
9119 * locate.el (locate): Cleaned up locate command's interactive prompting
9120 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9121
9122 * filecache.el (file-cache-case-fold-search): New variable
9123 (file-cache-assoc-function): New variable
9124 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9125 Use file-cache-case-fold-search variable
9126 (file-cache-add-file): Use file-cache-assoc-function
9127 (file-cache-delete-file): likewise
9128 (file-cache-directory-name): likewise
9129 (file-cache-debug-read-from-minibuffer): likewise
9130
9131 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9132
9133 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9134 (abbrev-table-name): New function.
9135 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9136 If non-nil list local abbrev, only.
9137
9138 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9139
9140 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9141 from Gnus support code, and use special article copy buffer
9142 `(gnus-original-article-buffer)' instead. This allows to get rid
9143 of article-hide-headers usage (which breaks in the latest Gnus
9144 version). Thanks to Detlev Zundel.
9145
9146 2000-08-28 Kenichi Handa <handa@etl.go.jp>
9147
9148 * international/quail.el (quail-use-package): Hide "... loaded"
9149 message.
9150 (quail-start-translation, quail-start-conversion): Likewise.
9151
9152 * international/kkc.el (kkc-region): Hide "... loaded" message.
9153
9154 2000-08-27 Dave Love <fx@gnu.org>
9155
9156 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9157
9158 2000-08-27 Miles Bader <miles@gnu.org>
9159
9160 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9161
9162 2000-08-27 Kenichi Handa <handa@etl.go.jp>
9163
9164 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9165 'ja-dic-cnv), not (require 'skkdic-cnv).
9166
9167 2000-08-26 Miles Bader <miles@gnu.org>
9168
9169 * faces.el (face-x-resources): Add entry for :inherit.
9170 * cus-face.el (custom-face-attributes): Add support for :inherit
9171 attribute. Add support for relative face heights.
9172 (custom-face-attributes-get): Treat `nil' as being a default value
9173 for :inherit (as well as `unspecified').
9174
9175 * faces.el (set-face-attribute): Update doc string.
9176 (face-attribute-name-alist): Add :inherit.
9177 (face-valid-attribute-values): Handle :inherit.
9178 (face-read-string): Rephrase prompt to be less confusing.
9179 Assume that DEFAULT is a string, since we must return a string.
9180 (face-read-integer): Use `format' to turn DEFAULT into an
9181 acceptable default for face-read-string. Match NEW-VALUE against
9182 the string "unspecified", not the symbol `unspecified', since
9183 that's what face-read-string returns.
9184 (read-face-attribute): Lookup a name for old-value in valid, and
9185 use it as a default if we find one. Treat all values from
9186 face-read-string as strings. If the default is used, don't do any
9187 more processing on the value, just use the old value directly.
9188 (read-face-and-attribute, modify-face): Tweak prompt.
9189 (read-face-name): Don't assume prompt ends with a space.
9190
9191 * faces.el (describe-face): Add support for :inherit attribute.
9192
9193 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9194
9195 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9196 concat doesn't accept interger.
9197
9198 * international/kkc.el: Remove SKK from Keywords. Require
9199 ja-dic-utl instead of skkdic-utl.
9200
9201 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9202 Provide ja-dic-cnv instead of skkdic-cnv.
9203 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9204 (iso-2022-7bit-short): Add safe-charsets property.
9205 (skkdic-convert-postfix): Search Japanese chou-on character in
9206 addition to Hiragana character.
9207 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9208 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9209 (batch-skkdic-convert): Likewise.
9210
9211 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9212 Provide ja-dic-utl instead of skkdic-utl.
9213 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9214
9215 2000-08-24 Dave Love <fx@gnu.org>
9216
9217 * disp-table.el (standard-display-default): Make the test of `l'
9218 useful.
9219
9220 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9221 mod sample text.
9222
9223 * international/iso-ascii.el: Make pilcrow convenient string
9224 consistent with section.
9225 (iso-ascii-display): Set up multibyte characters as well as
9226 unibyte.
9227
9228 2000-08-24 Kenichi Handa <handa@etl.go.jp>
9229
9230 * international/mule-cmds.el (reset-language-environment): Set
9231 default-process-coding-system to '(undecided . iso-latin-1), which
9232 makes process I/O almost consistent with file I/O. Call this
9233 function when mule-cmds.el[c] is loaded.
9234
9235 2000-08-22 Andrew Innes <andrewi@gnu.org>
9236
9237 * makefile.w32-in: New file.
9238
9239 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9240
9241 * comint.el (comint-output-filter): Compare end of
9242 comint-last-output-overlay with the start of the newly inserted
9243 text, not the end, when deciding whether to extend it.
9244 Set saved-point's insertion type to advance after insertion.
9245
9246 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9247 since this is now done independently of font-lock mode.
9248
9249 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9250
9251 * server.el (server-kill-new-buffers): New user option.
9252 (server-existing-buffer): New buffer-local variable.
9253 (server-visit-files): When using an existing buffer, set
9254 server-existing-buffer to t.
9255 (server-buffer-done): If server-kill-new-buffers is t, kill the
9256 buffer, unless it was already present before visiting it with
9257 Emacs server.
9258
9259 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9260
9261 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9262 even if the display doesn't support colors: some displays will
9263 support bold/underline faces.
9264
9265 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9266
9267 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9268
9269 * startup.el (command-line): If user's init file had an error,
9270 add explanatory text to *Messages*.
9271
9272 2000-08-21 Kenichi Handa <handa@etl.go.jp>
9273
9274 * man.el (Man-getpage-in-background): Decode the process output by
9275 the system locale coding system.
9276
9277 2000-08-20 Dave Love <fx@gnu.org>
9278
9279 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9280 Don't test x-popup-menu.
9281 (function) <complete-function>: Complete only fbound symbols.
9282 <validate, value>: New.
9283 (variable) <complete-function>: Complete only bound symbols.
9284 (coding-system): Add :base-only, :complete-function, :validate,
9285 :value, :prompt-match.
9286 (widget-coding-system-prompt-value): Use read-coding-system and
9287 act on :base-only.
9288 (editable-field): Add :help-echo.
9289 (widget-push-button-gui, widget-push-button-cache)
9290 (widget-gui-action, widget-editable-list-gui): COmment out, along
9291 with uses.
9292 (widget-at): Make arg optional.
9293 (widget-echo-help): Adjust for current help-echo calling sequence.
9294 (widget-specify-field, widget-specify-button)
9295 (widget-specify-insert, widget-get-sibling, widget-image-find)
9296 (widget-convert, widget-insert, widget-leave-text)
9297 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9298 (widget-setup, widget-field-find, widget-before-change)
9299 (widget-after-change, widget-default-complete)
9300 (widget-default-create, widget-default-delete)
9301 (widget-push-button-value-create, editable-field)
9302 (widget-field-prompt-value, widget-field-validate)
9303 (widget-choice-value-create, widget-choice-action)
9304 (widget-choice-validate, widget-checklist-add-item)
9305 (widget-radio-add-item, widget-radio-chosen)
9306 (widget-radio-value-inline, widget-editable-list-value-create)
9307 (widget-editable-list-entry-create)
9308 (widget-documentation-link-add)
9309 (widget-documentation-string-value-create)
9310 (widget-regexp-validate, widget-file-complete)
9311 (widget-sexp-validate, widget-plist-convert-widget)
9312 (widget-plist-convert-widget, widget-alist-convert-widget)
9313 (widget-alist-convert-widget, widget-color-complete): Simplify,
9314 particularly to avoid bindings which aren't optimized out.
9315
9316 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9317 Doc fix.
9318 (down-list, backward-up-list, up-list, kill-sexp)
9319 (backward-kill-sexp, mark-sexp): Make arg optional.
9320 (lisp-complete-symbol): Add optional arg PREDICATE.
9321
9322 * cus-start.el: Add display-buffer-reuse-frames,
9323 file-coding-system-alist.
9324
9325 2000-08-20 Gerd Moellmann <gerd@gnu.org>
9326
9327 * startup.el (command-line): Clear realized faces after
9328 modifying TTY color mappings.
9329
9330 2000-08-20 Miles Bader <miles@gnu.org>
9331
9332 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9333 merely a subset of FACE's attributes.
9334
9335 2000-08-19 Miles Bader <miles@gnu.org>
9336
9337 * comint.el (comint-output-filter): Save the point with a marker,
9338 not just a buffer position.
9339
9340 * international/mule.el (set-buffer-process-coding-system): Make
9341 interactive prompt less confusing.
9342
9343 2000-08-19 Gerd Moellmann <gerd@gnu.org>
9344
9345 * hilit-chg.el: General cleanup of doc strings, comments and
9346 code formatting.
9347
9348 2000-08-19 Miles Bader <miles@gnu.org>
9349
9350 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9351 Compiler macro removed; beginning-of-line is no longer always
9352 equivalent to forward-line, in the presence of fields.
9353
9354 * comint.el (comint-output-filter): Remove ad-hoc saving of
9355 restriction, and just use save-restriction, now that it works
9356 correctly. Don't adjust comint-last-input-start to account for
9357 our insertion; it shouldn't have moved because we don't use
9358 insert-before-markers anymore. Comment out call to
9359 `force-mode-line-update'; why is it here?
9360
9361 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9362 while checking for prompt to delete. Use `forward-line 0'
9363 instead of beginning-of-line.
9364 (gud-filter): Temporarily widen gud comint buffer while
9365 examining output.
9366
9367 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9368
9369 * progmodes/sh-script.el: Big bag of typos.
9370
9371 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9372 check since ispell-process is not bound when ispell is not yet loaded.
9373
9374 2000-08-18 Dave Love <fx@gnu.org>
9375
9376 * image.el (find-image): Copy `spec' before using plist-put.
9377
9378 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9379
9380 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9381 `portugues'.
9382
9383 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9384 backward-kill-sexp, analogous to kill-sexp.
9385
9386 * progmodes/icon.el (icon-indent-line)
9387 (icon-is-continuation-line): Handle comments specially.
9388
9389 2000-08-17 Ken Stevens <k.stevens@ieee.org>
9390
9391 * ispell.el: Set to standard author/maintainer/keyword fields.
9392 Fine tuning to menu map appearance and operation, and added help.
9393 Remove `start' and `end' error messages when compiling.
9394 (ispell-choices-win-default-height): Fixed comment string.
9395 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9396 castellano8 dictionaries.
9397 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9398 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9399 dictionary, added italiano dictionary.
9400 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9401 word character
9402 (ispell-tex-skip-alists): Added psfig support.
9403 (ispell-skip-html): Renamed from ispell-skip-sgml.
9404 (ispell-begin-skip-region-regexp, ispell-skip-region)
9405 (ispell-minor-check): Improved html skipping support to skip across
9406 code, and recognize `&' commands without propper `;' syntax;
9407 (ispell-process-line): Fix alignment error when manually
9408 correcting spelling.
9409 (ispell): Fix comment string.
9410 (ispell-add-per-file-word-list): Always put word list on new line.
9411
9412 2000-08-17 Gerd Moellmann <gerd@gnu.org>
9413
9414 * format.el (format-encode-run-method): Fix error message to say
9415 `encode' instead of `decode'. Use save-window-excursion around
9416 shell-command-on-region as in format-decode-run-method because
9417 shell-command-on-region can display a buffer with error output.
9418 (format-decode): Don't record undo information for the decoding.
9419 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9420 that number part of the temporary buffer name so that more than
9421 one decoding using a temporary buffer can happen safely.
9422
9423 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9424 of `A-z' in the regexp.
9425
9426 * hilit-chg.el: Fix typos in commentary.
9427
9428 * help.el (view-emacs-news): Rewritten for new naming scheme
9429 for old NEWS files.
9430
9431 * startup.el (command-line): Pop to *Messages* in case an error
9432 is signaled while loading user-init-file.
9433
9434 2000-08-17 Andreas Schwab <schwab@suse.de>
9435
9436 * files.el (insert-directory): Don't lose original file name,
9437 undoing an undocumented change.
9438
9439 2000-08-17 Alex Schroeder <alex@gnu.org>
9440
9441 * sql.el (sql-magic-go): Use comint-bol.
9442 (sql-copy-column): Use comint-line-beginning-position.
9443 (comint-line-beginning-position): Define a replacement for
9444 comint-line-beginning-position if it is not fboundp.
9445
9446 2000-08-17 Alex Schroeder <alex@gnu.org>
9447
9448 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9449 it didn't have any effect anyway.
9450
9451 2000-08-17 Alex Schroeder <alex@gnu.org>
9452
9453 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9454 --pset and pager=off instead of sending \\o|cat at the beginning
9455 of the session.
9456
9457 2000-08-17 Miles Bader <miles@gnu.org>
9458
9459 * progmodes/octave-inf.el: Add compatibility definition of
9460 comint-line-beginning-position.
9461
9462 2000-08-17 Kenichi Handa <handa@etl.go.jp>
9463
9464 * startup.el (normal-top-level): Look in each dir in load-path for
9465 a leim-list.el file too. This assures of loading leim-list.el
9466 that is created at Emacs installation time even if a user have his
9467 own leim-list.el.
9468
9469 2000-08-17 Miles Bader <miles@gnu.org>
9470
9471 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9472 foreground color to black if the background is dark.
9473
9474 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9475
9476 * loadhist.el (unload-feature): Typo.
9477
9478 * finder.el (finder-compile-keywords):
9479 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9480 to the generated file.
9481
9482 * mail/mh-e.el (mh-make-local-vars):
9483 Replace make-variable-buffer-local with make-local-variable.
9484
9485 * play/landmark.el:
9486 * options.el (Edit-options-{set,toggle,t,nil}):
9487 * mail/mailabbrev.el (mail-abbrevs-mode):
9488 * textmodes/tex-mode.el (tex-expand-files):
9489 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9490
9491 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9492
9493 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9494 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9495 Allow going past the last element.
9496 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9497 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9498 (cvs-mouse-toggle-mark): Don't move point.
9499 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9500
9501 * progmodes/compile.el (grep): Provide a default set of files.
9502 (next-error): Docstring fix.
9503 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9504
9505 * emacs-lisp/easy-mmode.el (define-minor-mode):
9506 Use `symbol-value' to keep the byte-compiler quiet.
9507
9508 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9509 (diff-find-source-location): New fun, extracted from diff-goto-source.
9510 (diff-goto-source): Use it.
9511 (diff-next-complex-hunk, diff-filter-lines): New function.
9512 (diff-apply-hunk): New command.
9513
9514 * smerge-mode.el (smerge-mode-menu): Doc fix.
9515
9516 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9517
9518 2000-08-16 Dave Love <fx@gnu.org>
9519
9520 * windmove.el (windmove) <defgroup>: Add :version.
9521
9522 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9523 (goto-address-fontify-p, goto-address-highlight-p)
9524 (goto-address-url-face, goto-address-url-mouse-face)
9525 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9526 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9527 (goto-address-fontify, goto-address-at-mouse): Simplify,
9528 (goto-address-at-point): browse-url-url-at-point,
9529 goto-address-find-address-at-point can return nil.
9530 (goto-address-find-address-at-point): Return nil on failure.
9531
9532 * align.el (align) <defgroup>: Add :version.
9533
9534 * calculator.el (calculator): Add :version.
9535 (calculator): Use two lines for calculator window if `modeline'
9536 face is boxed.
9537
9538 * play/5x5.el: Doc fixes.
9539 (5x5) <defgroup>: Add :version.
9540
9541 * play/fortune.el (fortune) <defgroup>: Add :version.
9542 (fortune-append): Fix error message.
9543 (fortune-from-region): Doc fix.
9544
9545 * play/pong.el (pong): Doc fix.
9546
9547 * play/morse.el: Keywords, commentary, autoloads.
9548
9549 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9550
9551 * desktop.el (desktop-save): Don't look at symbol-value of a
9552 member of minor-mode-alist, unless it is boundp.
9553
9554 2000-08-16 Sam Steingold <sds@gnu.org>
9555
9556 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9557 `while'; use `with-current-buffer' instead of `save-excursion'.
9558 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9559
9560 2000-08-16 Kenichi Handa <handa@etl.go.jp>
9561
9562 * international/ccl.el (declare-ccl-program): Docstring modified.
9563 (ccl-execute-with-args): Likewise.
9564
9565 2000-08-16 Miles Bader <miles@gnu.org>
9566
9567 * progmodes/sql.el: Add compatibility definition of
9568 comint-line-beginning-position.
9569
9570 2000-08-15 Gerd Moellmann <gerd@gnu.org>
9571
9572 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9573 'buffer-menu' property.
9574 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9575 fails.
9576 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9577 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9578 wasn't killed.
9579
9580 * buff-menu.el (list-buffers-noselect): Don't display the
9581 *Buffer List* buffer.
9582
9583 * font-lock.el: Require jit-lock to prevent a very late
9584 `Loading jit-lock' message.
9585
9586 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9587 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9588 mail address.
9589
9590 2000-08-15 Miles Bader <miles@gnu.org>
9591
9592 * textmodes/ispell.el (ispell-graphic-p): New constant.
9593 (ispell-choices-win-default-height, ispell-help): Use
9594 `ispell-graphic-p' instead of `xemacsp'.
9595
9596 2000-08-15 Dave Love <fx@gnu.org>
9597
9598 * simple.el: Autoload widget-convert when compiling.
9599 (mail-user-agent): Doc fix.
9600
9601 * help.el (function-called-at-point, variable-at-point): Use
9602 with-syntax-table.
9603 (help-manyarg-func-alist): Add insert-and-inherit.
9604
9605 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9606
9607 * delsel.el (delsel-unload-hook): New function.
9608
9609 * find-file.el: Doc fixes. Move provide to end.
9610 (ff) <defgroup>: Add :link.
9611 (ff-goto-click): Deleted.
9612 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9613 Use mouse-set-point.
9614
9615 * textmodes/tildify.el: Doc fixes.
9616 (tildify) <defgroup>: Add:version.
9617
9618 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9619 (glasses-custom-set): Use set-default, not set.
9620 (minor-mode-alist): Propertize the lighter.
9621 (glasses-mode): Provide optional arg.
9622
9623 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9624 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9625 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9626 option. Provide :type.
9627 (cwarn-configuration): Provide :type.
9628 (cwarn-mode): Doc fix.
9629
9630 * add-log.el (change-log-merge): Doc fix.
9631 (change-log-redate): New command.
9632
9633 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9634 Doze and Dog.
9635 (browse-url): Use dolist, not mapcar.
9636 (browse-url-at-point): Check for null url.
9637 (browse-url-event-buffer, browse-url-event-point): Functions
9638 deleted.
9639 (browse-url-at-mouse, browse-url-netscape): Simplify.
9640
9641 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9642 modes.
9643 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9644 Fix previous change to mapcan.
9645 (msb--init-file-alist, msb--add-separators)
9646 (msb--make-keymap-menu): Simplify.
9647 (msb--choose-file-menu): Use copy-sequence.
9648 (msb-mode-map): Add title to keymap.
9649 (msb-unload-hook): New function.
9650
9651 * bs.el: Fix indentation.
9652 (bs) <defgroup>: Add :links.
9653 (bs-show): Doc fix.
9654 (bs-apply-sort-faces): Don't use window-system.
9655 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9656
9657 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9658
9659 * calendar/timeclock.el (timeclock-file): Run .timelog through
9660 convert-standard-filename.
9661
9662 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9663
9664 * emacs-lisp/authors.el: New file.
9665
9666 * paren.el (show-paren-priority): New user option.
9667 (show-paren-function): Set overlay priorities to
9668 show-paren-priority.
9669
9670 2000-08-14 Miles Bader <miles@gnu.org>
9671
9672 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9673 beginning-of-line with inhibit-field-text-motion bound.
9674
9675 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9676
9677 * calendar/timeclock.el: New file.
9678
9679 2000-08-14 David Ponce <david@dponce.com>
9680
9681 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9682 `widget-button-click'. so that one can use left mouse button to
9683 click on dialog buttons.
9684
9685 2000-08-14 Emmanuel Briot <briot@gnat.com>
9686
9687 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9688 identifiers, since XML is case sensitive
9689
9690 2000-08-12 Miles Bader <miles@gnu.org>
9691
9692 * comint.el (comint-output-filter): Don't bother frobbing
9693 window-start, it doesn't seem to be necessary.
9694
9695 * comint.el (comint-send-string, comint-send-region): Make into
9696 real functions. Snapshot the prompt before sending.
9697
9698 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9699
9700 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9701 technique similar to Info-index, instead of relying on specific
9702 names of relevant Index nodes.
9703 (Info-goto-emacs-command-node): Bind Info-history to nil when
9704 going to the first node found by Info-find-emacs-command-nodes.
9705
9706 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9707
9708 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9709
9710 2000-08-10 Miles Bader <miles@gnu.org>
9711
9712 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9713
9714 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9715
9716 * info.el (Info-file-list-for-emacs): More elements for the
9717 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9718 and woman manuals.
9719
9720 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9721
9722 * comint.el (comint-send-input): Make the newline boundary overlay
9723 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9724 (comint-output-filter): Use `insert' instead of
9725 `insert-before-markers'. Extend comint-last-output-overlay when
9726 necessary since we can't rely on insert-before-markers to do it.
9727 * gud.el (gud-filter): Use `with-current-buffer' instead of
9728 save-excursion when inserting the output, so that point gets
9729 updated correctly; the old method relied on a rather dodgy
9730 side-effect of comint-output-filter to avoid the effect of
9731 save-excursion.
9732
9733 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9734
9735 * files.el (recover-file): Call insert-directory instead of
9736 invoking `ls' directly.
9737
9738 2000-08-10 Miles Bader <miles@gnu.org>
9739
9740 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9741 (comint-last-prompt-overlay): New variables.
9742 (comint-output-filter): Implement prompt highlighting.
9743 (comint-snapshot-last-prompt): New function.
9744 (comint-send-input): Snapshot the last prompt.
9745 Use comint-highlight-input-face.
9746 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9747 Use defface instead of defcustom.
9748 (send-invisible, comint-send-eof): Snapshot the last prompt.
9749 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9750 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9751
9752 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9753
9754 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9755 (regexp-opt-group): Use a list of chars for `letters'.
9756 (regexp-opt-charset): `chars' is now a list of chars.
9757 Use a char-table rather than a vector so it works for multibyte chars.
9758
9759 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9760 Set cvs-minor-current-files to the selected fileinfo.
9761 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9762 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9763
9764 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9765
9766 * files.el (insert-directory): Don't call access-file on
9767 directories on DOS and Windows.
9768
9769 2000-08-09 Kenichi Handa <handa@etl.go.jp>
9770
9771 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9772 longer if necessary.
9773 (ccl-embed-code): Call ccl-embed-data to store CODE in
9774 ccl-program-vector.
9775
9776 2000-08-09 Miles Bader <miles@gnu.org>
9777
9778 * comint.el (comint-output-filter): Properly handle the case where
9779 the text surrounded by comint-last-output-overlay was deleted.
9780
9781 2000-08-08 Gerd Moellmann <gerd@gnu.org>
9782
9783 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9784 non-nil.
9785 (Info-file-list-for-emacs): Remove "info" from the list because
9786 that leads to trying to use the documentation from file `info'
9787 in various situations where it isn't appropriate, for instance
9788 C-h C-k C-h i.
9789
9790 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9791 DIR and/or STRING are nil.
9792
9793 * progmodes/compile.el (compilation-setup): Make variable
9794 compilation-error-screen-columns buffer-local, as some comment
9795 in the code suggests it should be.
9796
9797 * files.el (auto-mode-interpreter-regexp): New variable.
9798 (set-auto-mode): Use it.
9799
9800 * indent.el (indent-for-tab-command): Doc fix.
9801
9802 * mouse-sel.el (mouse-sel-mode): Doc fix.
9803
9804 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9805 labels.
9806
9807 * help.el (print-help-return-message): When
9808 display-buffer-reuse-frames is set, let the help window been quit,
9809 instead of deleting it, which might delete a reused frame.
9810
9811 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9812
9813 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9814 rename a directory to a name that differs only by its letter case.
9815
9816 2000-08-08 Kenichi Handa <handa@etl.go.jp>
9817
9818 * international/quail.el (quail-define-rules): Handle Quail decode
9819 map correctly. Add code for supporting annotations.
9820 (quail-install-decode-map): New function.
9821 (quail-defrule-internal): New optional arguments decode-map and
9822 props.
9823 (quail-advice): New function.
9824
9825 2000-08-07 Sam Steingold <sds@gnu.org>
9826
9827 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9828 `defconst', `define-condition', `with-slots'.
9829 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9830
9831 2000-08-03 Miles Bader <miles@gnu.org>
9832
9833 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9834 New variable.
9835 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9836 comint-use-prompt-regexp-instead-of-fields.
9837 (comint-send-input): Add `input' field property to stuff we send to
9838 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9839 (comint-output-filter): Add `output' field property to process
9840 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9841 (comint-replace-by-expanded-history)
9842 (comint-get-old-input-default, comint-show-output)
9843 (comint-backward-matching-input, comint-forward-matching-input)
9844 (comint-next-prompt, comint-previous-prompt): Use field
9845 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9846 (comint-line-beginning-position): New function.
9847 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9848 (comint-replace-by-expanded-history-before-point): Use
9849 comint-line-beginning-position and line-end-position.
9850 (comint-last-output-overlay): New variable.
9851 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9852
9853 * shell.el (shell-prompt-pattern): Doc change.
9854 (shell-backward-command): Use line-beginning-position.
9855
9856 * gud.el (gud-gdb-complete-command): Use
9857 comint-line-beginning-position.
9858
9859 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9860 comint-bol doesn't actually go to the beginning of the line.
9861
9862 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9863 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9864 (try-expand-line-all-buffers): Likewise.
9865
9866 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9867 explicitly matching comint-prompt-regexp.
9868 (sql-copy-column): Use comint-line-beginning-position instead of
9869 explicitly matching comint-prompt-regexp.
9870
9871 * progmodes/octave-inf.el (inferior-octave-complete): Use
9872 comint-line-beginning-position.
9873
9874 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9875
9876 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9877 looking for a prompt, use `forward-line 0' instead of
9878 `beginning-of-line', to avoid getting caught by an input field.
9879
9880 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9881
9882 * files.el (shell-quote-wildcard-pattern): Make sure to return
9883 PATTERN, in the Unix case.
9884
9885 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9886
9887 * play/zone.el (zone): Discard any pending input before running
9888 the randomly-chosen pgm.
9889
9890 2000-08-07 Kenichi Handa <handa@etl.go.jp>
9891
9892 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9893 checking the existence of any multibyte characters.
9894
9895 2000-08-06 Gerd Moellmann <gerd@gnu.org>
9896
9897 * help.el (describe-mode): Test minor-mode symbol for being
9898 bound before testing its value for being nil.
9899
9900 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9901 `first', `second', and `third'.
9902
9903 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9904 (second): Make it an alias for `cadr'.
9905
9906 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9907
9908 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9909 types of display support faces now.
9910
9911 2000-08-05 Gerd Moellmann <gerd@gnu.org>
9912
9913 * pcvs.el (require): Require `cl' during compilation, only.
9914
9915 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9916 (toplevel): Remove `remq' and `remove' from autoloads.
9917 (cl-fake-autoloads): New variable. If set, arrange for an error
9918 when CL functions etc. are autoloaded.
9919
9920 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9921
9922 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9923
9924 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9925 popped up, but the user clicks outside the menu, return an empty
9926 regexp (that causes unhighlight-regexp to have no effect).
9927
9928 * menu-bar.el (menu-bar-games-menu): Add Zone.
9929
9930 * hi-lock.el (toplevel): Require font-lock.
9931
9932 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9933
9934 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9935 (ebnf-8-bit-chars): New var for bug fix.
9936 (ebnf-string): Bug fix.
9937
9938 2000-08-03 Sam Steingold <sds@gnu.org>
9939
9940 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9941 instead of `buffer-string'.
9942 (require 'cl): Always, not just when compiling.
9943 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9944 necessary.
9945
9946 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9947
9948 * international/mule-cmds.el (select-safe-coding-system): Make
9949 the message text about selecting a safe coding system more clear.
9950
9951 2000-08-02 Gerd Moellmann <gerd@gnu.org>
9952
9953 * hi-lock.el: New file.
9954
9955 * play/zone.el: New file.
9956
9957 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9958 value of tab-width in the original buffer. Choose a line number
9959 format that's a multiple of the original buffer's tab width, so
9960 that lines appear right.
9961
9962 * textmodes/ispell.el (ispell): New function, replacing an alias.
9963 Spell-check active region if in transient-mark-mode and mark
9964 is active; otherwise spell-check buffer.
9965
9966 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9967
9968 * ps-mule.el: Fix a customization problem on
9969 ps-mule-font-info-database-default.
9970
9971 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9972
9973 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9974 display-mouse-p instead of window-system.
9975 (ebrowse-member-mode-map): Ditto.
9976
9977 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9978
9979 * progmodes/ebnf2ps.el: Update ps-print functions call.
9980 Indentation fix. Doc fix.
9981 (ebnf-version): New version number (3.2).
9982 (ebnf-format-color, ebnf-begin-job): Code fix.
9983
9984 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9985
9986 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9987 font lock support on window-system.
9988 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9989
9990 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9991 display-color-p, if fboundp, instead of window-system.
9992
9993 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9994
9995 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9996 instead of window-system.
9997
9998 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9999 window-system.
10000 (widget-choice-mouse-down-action): Use display-popup-menus-p
10001 instead of window-system.
10002
10003 * strokes.el (strokes-file): Run the file name through
10004 convert-standard-filename.
10005 (strokes-mode): Call display-mouse-p instead of looking at
10006 window-system. Change the error message accordingly.
10007
10008 * progmodes/cpp.el (toplevel): Support faces on tty's.
10009
10010 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10011 (lm-plot-square, lm-init-display): Don't use window-system.
10012
10013 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10014 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10015
10016 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10017 instead of looking at window-system.
10018
10019 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10020
10021 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10022 of testing if iswitchb-prepost-hooks is bound, because the
10023 latter will always be true when invoking a recursive minibuffer
10024 from an active Iswitchb buffer.
10025
10026 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10027
10028 * files.el (shell-quote-wildcard-pattern): New function.
10029 (insert-directory): Call it. Only prepend "\" to command on Unix
10030 and GNU/Linux systems.
10031
10032 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10033
10034 * eshell/esh-groups.el: Change custom :link file names
10035 from `eshell.info' to `eshell'.
10036
10037 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10038
10039 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10040 correctly in recursive ange-ftp listings.
10041
10042 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10043
10044 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10045 ps-header-font-size-internal and
10046 ps-header-title-font-size-internal variables are not set,
10047 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10048 face text property is (foreground-color . COLOR) or
10049 `(background-color . COLOR)', ps-print crashes. Doc fix.
10050 (ps-print-version): New version number (5.2.4).
10051 (ps-plot-region): Code fix.
10052 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10053 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10054 Bug fix 2.
10055
10056 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
10057
10058 * glasses.el (glasses-make-readable): Fix uncapitalization of
10059 identifiers like `myXMLDocument'.
10060
10061 2000-07-28 Karl Fogel <kfogel@red-bean.com>
10062
10063 * mail/mail-hist.el (mail-hist-previous-input)
10064 (mail-hist-next-input): Do the obvious code factorization.
10065 (mail-hist-retrieve-and-insert): New func, contains common
10066 code of above two.
10067 If inserting a message body, leave point at top.
10068
10069 2000-07-28 Sam Steingold <sds@gnu.org>
10070
10071 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10072 Use `<=', not `<' to compare times!
10073 (ange-ftp-ls): Remove.
10074
10075 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10076
10077 * play/cookie1.el: Add explanation of how to make cookie.el
10078 compatible with strfile(1) to comment.
10079
10080 * subr.el (remove, remq): New functions.
10081
10082 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10083 escape `*' in regexps.
10084 (midnight-find): Reverse order of arguments in the funcall of
10085 TEST.
10086
10087 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10088 and `.class'.
10089
10090 * play/meese.el: Add Commentary section.
10091
10092 2000-07-27 Alex Schroeder <alex@gnu.org>
10093
10094 * sql.el (sql-ms): Added autoload cookie.
10095 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10096 (sql-oracle): Ditto.
10097 (sql-help): Doc change.
10098
10099 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10100 types and exceptions.
10101
10102 2000-07-27 Alex Schroeder <alex@gnu.org>
10103
10104 * sql.el (sql-placeholder-history): New variable.
10105 (sql-query-placeholders-and-send): New function that will query
10106 the user and replace placeholders with user input.
10107 (sql-oracle): If running on NT, set comint-input-sender to
10108 sql-query-placeholders-and-send.
10109
10110 (sql-stop): If in the SQLi buffer, insert stop notification, else
10111 present it as a message.
10112
10113 2000-07-27 Alex Schroeder <alex@gnu.org>
10114
10115 * sql.el (sql-input-ring-separator): Doc change.
10116 (sql-input-ring-file-name): Doc change.
10117 (sql-interactive-mode): Use `sql-input-ring-separator' and
10118 `sql-input-ring-file-name' to set the comint-mode equivalents
10119 without making them local variables.
10120 (sql-stop): Don't bind `sql-input-ring-separator' and
10121 `sql-input-ring-file-name' dynamically to their comint-mode
10122 equivalents.
10123
10124 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10125
10126 * international/mule.el (register-char-codings): New function.
10127 (make-coding-system): Handle `safe-chars' specification in the arg
10128 PROPERTY.
10129
10130 * international/mule-cmds.el
10131 (find-coding-systems-region-subset-p): This function deleted.
10132 (sort-coding-systems-predicate): New variable.
10133 (sort-coding-systems): New function.
10134 (find-coding-systems-region): Use
10135 find-coding-systems-region-internal.
10136 (find-coding-systems-string): Use find-coding-systems-region.
10137 (find-coding-systems-for-charsets): Check
10138 char-coding-system-table.
10139 (select-safe-coding-system-accept-default-p): New variable.
10140 (select-safe-coding-system): Mostly rewritten. New argument
10141 ACCEPT-DEFAULT-P.
10142 (select-message-coding-system): Call select-safe-coding-system
10143 with ACCEPT-DEFAULT-P arg.
10144 (reset-language-environment): Reset default-sendmail-coding-system
10145 to the default value iso-latin-1.
10146 (set-language-environment): Don't set the obsolete variable
10147 charset-origin-alist.
10148
10149 * international/codepage.el (cp-coding-system-for-codepage-1):
10150 Give `safe-chars' property to make-coding-system.
10151
10152 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10153 calling select-message-coding-system twice.
10154
10155 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10156 instead of `safe-charsets'.
10157 (cyrillic-alternativnyj): Likewise.
10158 (ccl-encode-alternativnyj): Don't check the charset
10159 cyrillic-iso8859-5.
10160
10161 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10162
10163 * composite.el (compose-chars-after): Preserve match data.
10164
10165 2000-07-26 Sam Steingold <sds@gnu.org>
10166
10167 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10168 (ange-ftp-real-file-newer-than-file-p): New function.
10169 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10170 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10171
10172 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10173 * midnight.el (midnight-float-time): Ditto.
10174
10175 2000-07-26 Andreas Schwab <schwab@suse.de>
10176
10177 * files.el (normal-backup-enable-predicate): Correct
10178 interpretation of the return value of compare-strings.
10179
10180 2000-07-26 Gerd Moellmann <gerd@gnu.org>
10181
10182 * isearch.el (isearch-resume): New function.
10183 (isearch-done): Add something to command-history to resume
10184 the search.
10185 (isearch-yank-line, isearch-yank-word): Use
10186 buffer-substring-no-properties instead of buffer-substring.
10187
10188 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10189 of flyspell-mouse-map.
10190
10191 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10192 duplicate definition.
10193 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10194
10195 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10196 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10197
10198 2000-07-25 Sam Steingold <sds@gnu.org>
10199
10200 * net/ange-ftp.el: Get modtime over the net.
10201 (ange-ftp-file-modtime): New function.
10202 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10203 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10204 Use it.
10205 (ange-ftp-dot-to-slash): New function.
10206 (ange-ftp-fix-name-for-vms): Use it.
10207
10208 * midnight.el (midnight-buffer-display-time): Use
10209 `with-current-buffer'.
10210
10211 2000-07-25 Gerd Moellmann <gerd@gnu.org>
10212
10213 * find-dired.el: Update copyright notice.
10214 (find-dired): Offer to kill a running `find'.
10215
10216 * enriched.el (enriched-face-ans): For a `foreground-color'
10217 property, return '(("x-color" COLOR))' so that COLOR will be
10218 output as a parameter of the x-color annotation. Likewise for the
10219 `background-color' property. In the case of normal face
10220 properties, don't return annotations for unspecified foreground
10221 and background face attributes.
10222
10223 2000-07-25 Kenichi Handa <handa@etl.go.jp>
10224
10225 * language/japan-util.el (japanese-katakana-region): Fix handling
10226 HANKAKU argument.
10227
10228 2000-07-25 Miles Bader <miles@gnu.org>
10229
10230 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10231 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10232 constrain-to-field.
10233
10234 2000-07-24 Andrew Innes <andrewi@gnu.org>
10235
10236 * timer.el (timer-activate-when-idle): Add optional parameter
10237 DONT-WAIT. Update docstring.
10238 (run-with-idle-timer): Specify extra parameter to
10239 timer-activate-when-idle, so that timer will be activated
10240 immediately if Emacs is already idle.
10241
10242 * w32-fns.el (w32-using-nt): Fix docstring.
10243
10244 2000-07-24 Dave Love <fx@gnu.org>
10245
10246 * mouse.el (popup-menu): Set last-command-event.
10247 (mouse-major-mode-menu-prefix): Declare.
10248
10249 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10250
10251 * textmodes/flyspell.el: Update to author's version 1.5d.
10252
10253 * progmodes/hideshow.el: Update copyright notice.
10254
10255 * vcursor.el: Set maintainer to FSF, since author cannot
10256 be reached.
10257
10258 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10259
10260 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10261 the prompt.
10262
10263 * mouse.el (popup-menu): Run the keymap through indirect-function,
10264 in case it was defined with define-prefix-key. If the menu is a
10265 list of keymaps, look up the binding of user's choice in each one
10266 of the keymaps.
10267 (mouse-popup-menubar): If the global and local menu-bar keymaps
10268 don't have a prompt string, create one and insert it into the
10269 keymap. Don't barf if current-local-map returns nil.
10270
10271 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10272
10273 * dired.el (dired-sort-R-check): Added to allow recursive listing
10274 to be undone.
10275 (dired-sort-other): Use it.
10276
10277 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10278
10279 * Release of cc-mode 5.27
10280
10281 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10282
10283 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10284 c-beginning-of-statement-1 that caused a bad case of recursion
10285 which could consume a lot of CPU in large classes in languages
10286 that have in-expression classes (i.e. Java and Pike).
10287
10288 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10289 statements before top level constructs (i.e. case 6 is moved
10290 before case 5 and is now case 4) to catch in-expression
10291 classes in top level expressions correctly.
10292
10293 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10294
10295 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10296 objc-method-intro. Case 4 removed and case 5I added.
10297
10298 * cc-langs.el (c-append-paragraph-start): New variable used by
10299 c-common-init to get paragraph-start correct.
10300 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10301 initialize paragraph-start to make it correct both with and
10302 without the javadoc special case.
10303
10304 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10305 initialize paragraph-start for javadoc markup.
10306
10307 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10308 change by defaulting this to t. It's motivated by the
10309 confusing behavior that otherwise arise from the style system
10310 when editing both java and non-java files at the same time
10311 (see the comments about style setting in c-common-init).
10312
10313 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10314
10315 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10316 similar to the one in c-fill-paragraph to check the fill
10317 prefix from the adaptive fill function for sanity.
10318
10319 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10320
10321 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10322 defun block.
10323
10324 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10325
10326 * cc-mode.texi Documented the change of cpp-macro.
10327
10328 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10329
10330 * cc-align.el (c-lineup-multi-inher): Handle lines with
10331 leading comma nicely. Extended to handle member initializers
10332 too.
10333
10334 * cc-engine.el: (c-beginning-of-inheritance-list,
10335 c-guess-basic-syntax): Fixed recognition of inheritance lists
10336 when the lines begins with a comma.
10337
10338 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10339
10340 * cc-vars.el (c-offsets-alist): Changed default for
10341 member-init-cont to c-lineup-multi-inher since it now handles
10342 member initializers and indents better for leading commas.
10343
10344 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10345
10346 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10347 handling that caused class open lines to be recognized as
10348 statement-conts in some cases.
10349
10350 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10351 guessed by the adaptive fill function unless point is on the
10352 first line of a block comment.
10353
10354 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10355 when the buffer ends with a macro continuation char.
10356
10357 * cc-engine.el (c-guess-basic-syntax): Added support for
10358 function definitions as statements in Pike. The first
10359 statement in a lambda block is now labeled defun-block-intro
10360 instead of statement-block-intro.
10361
10362 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10363 so that the class surrounding point is selected, not the one
10364 innermost in the state.
10365
10366 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10367 recognition of switch labels having hanging multiline
10368 statements.
10369
10370 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10371 some code in c-guess-basic-syntax to a separate function.
10372 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10373 recognition of member inits with multiple line arglists.
10374 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10375 member-init-cont when the commas are in funny places.
10376
10377 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10378
10379 * cc-defs.el (c-auto-newline): Removed this macro since it's
10380 not used anymore.
10381
10382 * cc-engine.el (c-looking-at-bos): New helper function.
10383 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10384 inexpr and toplevel classes apart in Pike.
10385
10386 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10387 of case 9A.
10388
10389 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10390 constant, since "class" can introduce an in-expression class
10391 in Pike nowadays.
10392
10393 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10394
10395 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10396 indentation on cpp-macro lines.
10397
10398 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10399 a syntax modifier like comment-intro, to make it possible to
10400 get syntactic indentation for preprocessor directives. It's
10401 incompatible wrt to lineup functions on cpp-macro, but it has
10402 no observable effect in the 99.9% common case where cpp-macro
10403 is set to -1000.
10404
10405 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10406
10407 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10408 member-init-cont when the preceding arglist is several lines.
10409
10410 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10411
10412 * cc-styles.el (c-style-alist): The basic offset for the BSD
10413 style corrected to 8.
10414
10415 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10416
10417 * cc-styles.el (c-style-alist): Adjusted the indentation of
10418 brace list openers in the gnu style.
10419
10420 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10421
10422 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10423
10424 * cc-cmds.el (c-electric-brace, c-electric-slash,
10425 c-electric-star, c-electric-semi&comma, c-electric-colon,
10426 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10427 when c-syntactic-indentation is nil.
10428
10429 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10430 we were left at comments preceding the first statement when
10431 reaching the beginning of the buffer.
10432
10433 * cc-vars.el (c-syntactic-indentation): New variable to turn
10434 off all syntactic indentation.
10435
10436 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10437
10438 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10439 between the text and the block comment ender when it hangs,
10440 depending on how many there are before the fill.
10441
10442 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10443
10444 * cc-engine.el (c-beginning-of-closest-statement): New helper
10445 function to go back to the closest preceding statement start,
10446 which could be inside a conditional statement.
10447 * cc-engine.el (c-guess-basic-syntax): Use
10448 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10449
10450 * cc-engine.el (c-guess-basic-syntax): Better handling of
10451 arglist-intro, arglist-cont-nonempty and arglist-close when
10452 the arglist is nested inside parens. Cases 7A, 7C and 7F
10453 changed.
10454
10455 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10456 up-to-date with javadoc 1.2.
10457
10458 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10459
10460 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10461 multiline Pike type decls.
10462
10463 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10464
10465 * cc-cmds.el (c-indent-new-comment-line): Always break
10466 multiline comments in multiline mode, regardless of
10467 comment-multi-line.
10468
10469 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10470
10471 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10472 fully::qualified::names in C++ member init lists. Preamble in
10473 case 5D changed.
10474
10475 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10476
10477 * cc-langs.el (c-common-init): Handling of obsolete variables
10478 moved to c-initialize-cc-mode. More compatible style override
10479 when using global style variables.
10480 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10481 variables moved here.
10482
10483 * cc-mode.texi: Documented the special behavior of
10484 c-special-indent-hook as a style variable. Don't talk about
10485 doing (c-make-styles-buffer-local t) in a mode hook, since
10486 that's already too late to work right.
10487
10488 * cc-styles.el (c-make-styles-buffer-local): Flag style
10489 variable localness in c-style-variables-are-local-p to make
10490 the compatibility measure in c-common-init work well.
10491
10492 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10493 longer contain set-from-style.
10494 * cc-styles.el (c-initialize-builtin-style): Don't check for
10495 set-from-style on c-special-indent-hook.
10496 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10497 copy-alist is sufficient now.
10498
10499 * cc-styles.el (c-set-style, c-set-style-1,
10500 c-get-style-variables): Fixes to variable initialization so
10501 that duplicate entries in styles have the same effect
10502 regardless of DONT-OVERRIDE.
10503
10504 * cc-styles.el (c-set-style-2): Fixed bug where the
10505 initialization of inheriting styles failed when the
10506 dont-override flag is set.
10507
10508 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10509 on this.
10510
10511 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10512
10513 * cc-defs.el (c-forward-comment): Removed the workaround
10514 introduced in 5.38 since it had worse side-effects. If a line
10515 contains the string "//\"", it regarded the // as a comment
10516 start since the \ temporarily doesn't have escape syntax.
10517
10518 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
10519
10520 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10521 ada-xref.el before ada-prj.el, so that the Project menu is created
10522 when ada-prj tries to add to it.
10523 (ada-activate-keys-for-case): Suppress the characters that are not
10524 part of the Ada syntax. Better compatibility with else-mode
10525 (ada-adjust-case-interactive): When auto-casing is not active,
10526 correctly insert newlines (used to insert only ^M). Prevent the
10527 syntax table from being changed in case of an error
10528 (or '_' becomes part of a word and some commands are confused).
10529 Do nothing if ada-auto-case is nil.
10530 (ada-after-keyword-p): Ignore keywords that are also attributes
10531 (ada-batch-reformat): Update usage comment
10532 (ada-call-from-contextual-menu): New function
10533 (ada-case-read-exceptions): Reinitialize the casing exception list
10534 first to nil first, so that the casing exception file can be
10535 shared.
10536 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10537 files.
10538 (ada-compile-goto-error): Fix regexp used to detect a file:line
10539 anywhere in the error message
10540 (ada-contextual-menu-last-point): New variable
10541 (ada-create-keymap): If the variable delete-key-deletes-forward is
10542 t on XEmacs, it means that DEL should delete one character
10543 forward.
10544 (ada-create-menu): Use :included instead of :visible for XEmacs.
10545 New submenu "Options".
10546 (ada-end-stmt-re): Correctly indent "select ... then abort"
10547 statements.
10548 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10549 even if they don't match ada-fill-comment-prefix Fix handling of
10550 paragraphs on the first or last line of a file.
10551 (ada-format-paramlist): Fix handling of default parameter values.
10552 (ada-get-body-name): New function.
10553 (ada-get-current-indent): Optimized by searchling directly for an
10554 existing generic part or a statement outside of it. Handle
10555 ada-indent-align-comments when indenting comments Replaced some
10556 regexps by testing directly the next character. This results in a
10557 huge speedup on some files. New indentation scheme for renames
10558 statements. Stop looking for the 'while' or 'for' associated with
10559 a 'loop' at the first semicolon encountered. A "return" can also
10560 match an anonymous access subprogram declaration.
10561 (ada-get-indent-noindent): Ignore strings and comments when
10562 looking for the keywords "record" and "private".
10563 (ada-goto-matching-decl-start): When matching "if", make sure we
10564 are not in fact seeing "end if". Ignore "when" statements except
10565 when initial keyword was "begin". Fix handling of nested
10566 procedures. Add a recursive call to this function to skip over
10567 other 'end' statmts. Fix indentation for "when .. => begin"
10568 (ada-in-open-paren-p): Fix indentation for complex boolean
10569 expressions, where 'and then', 'or else' and parenthesis
10570 statements are mixed up.
10571 (ada-in-paramlist-p): Skip comments while searching for the
10572 beginning Fix handling of operator declarations.
10573 (ada-indent-align-comments): New variable
10574 (ada-indent-current): Change the syntax table only in the
10575 protected section, so that we are sure it is restored correctly.
10576 (ada-indent-on-previous-lines): Use ada-use-indent and
10577 ada-with-indent Correctly indent "select ... then"
10578 (ada-indent-region): Slight speedup.
10579 (ada-indent-renames): New variable.
10580 (ada-last-which-function-subprog, ada-last-which-function-line):
10581 New variables
10582 (ada-looking-at-semi-private): Correctly indent the 'private'
10583 keyword when it is the first word in a package declaration.
10584 (ada-loose-case-word): Stop searching if at the end of the buffer.
10585 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10586 even if point is not initially at the end of the word.
10587 (ada-matching-decl-start-re): Add "when".
10588 (ada-mode): Add support for abbrev-mode, outline-mode and
10589 which-func-mode Override the old find-file.el entry in
10590 ff-special-constructs since it is using the obsolete
10591 ada-spec-suffix variable
10592 (ada-no-auto-case): New function
10593 (ada-scan-paramlist): When parsing the argument type, accept
10594 spaces (as in "X 'Class", generated by Rational Rose).
10595 (ada-other-file-name): No longer loads the other file.
10596 (ada-popup-menu): Save and restore the current buffer and cursor
10597 position before and after displaying the menu.
10598 (ada-search-ignore-complex-boolean): New function.
10599 (ada-uncomment-region): Emacs21 already knows how to delete
10600 comments not starting in the first column.
10601 (ada-use-indent): New variable
10602 (ada-which-function): New function.
10603 (ada-with-indent): New variable
10604 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10605 can be batch-compiled from the command line.
10606
10607 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10608 Add to the menu when the file is loaded, not in ada-mode-hook.
10609 Add -toolbar to the default ddd command Switches moved from
10610 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10611 ada-prj-default-comp-opt
10612 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10613 Reference Manual to the menu
10614 (ada-check-current): rewritten as a call to ada-compile-current
10615 (ada-compile): Removed.
10616 (ada-compile-application, ada-compile-current, ada-check-current):
10617 Set the compilation-search-path so that compile.el automatically
10618 finds the sources in src_dir. Automatic scrollong of the
10619 compilation buffer. C-uC-cC-c asks for confirmation before
10620 compiling
10621 (ada-compile-current): New parameter, prj-field
10622 (ada-complete-identifier): Load the .ali file before doing
10623 processing
10624 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10625 conform to gnatmake's behavior.
10626 (ada-find-file-in-dir): New function
10627 (ada-find-references): Set the environment variables for gnatfind
10628 (ada-find-src-file-in-dir): New function.
10629 (ada-first-non-nil): Removed
10630 (ada-gdb-application): Add support for jdb, the java debugger.
10631 (ada-get-ada-file-name): Load the original-file first if not done
10632 yet.
10633 (ada-get-all-references): Handles the new ali syntax (parent types
10634 are found between <>).
10635 (ada-initialize-runtime-library): New function
10636 (ada-mode-hook): Always load a project file when a file is opened,
10637 so that the casing exceptions are correctly read.
10638 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10639 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10640 to open the project file, since the latter does not work with
10641 speedbar Get default values before loading the prj file, or the
10642 default executable file name is wrong. Use the absolute value of
10643 src_dir to initialize ada-search-directories and
10644 compilation-search-path,... Add the standard runtime library to
10645 the search path for find-file.
10646 (ada-prj-default-debugger): Was missing an opening '{'
10647 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10648 variables.
10649 (ada-prj-default-gnatmake-opt): New variable
10650 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10651 buffers, the project file is the default one Save the windows
10652 configuration before displaying the menu.
10653 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10654 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10655 ...) regexp-quote identifiers names to support operators +,
10656 -,... in regexps.
10657 (ada-remote): New function.
10658 (ada-run-application): Erase the output buffer before starting the
10659 run Support remote execution of the application. Use
10660 call-process, or the arguments are incorrectly parsed
10661 (ada-set-default-project-file): Reread the content of the active
10662 project file, not the one from the current buffer When a project
10663 file is set as the default project, all directories are
10664 automatically associated with it.
10665 (ada-set-environment): New function
10666 (ada-treat-cmd-string): New special variable ${current}
10667 (ada-treat-cmd-string): Revised. The substitution is now done for
10668 any ${...} substring
10669 (ada-xref-current): If no body was found, compiles the spec
10670 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10671 compiler to get rid of command line length limitations.
10672 (ada-xref-get-project-field): New function
10673 (ada-xref-project-files): New variable
10674 (ada-xref-runtime-library-specs-path)
10675 (ada-xref-runtime-library-ali-path): New variables
10676 (ada-xref-set-default-prj-values): Default run command now does a
10677 cd to the build directory. New field: main_unit Provide a default
10678 file name even if the current buffer has no prj file.
10679
10680 * ada-prj.el:
10681 Rewritten to show a tabbed-dialog.
10682 (ada-prj-add-ada-menu): Remove the map and name parameters.
10683 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10684 New function
10685 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10686 (ada-prj-load-from-file): New function
10687 (ada-prj-save): Always save fields that depend on the current buffer
10688 (ada-prj-show-value): New function
10689
10690 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10691 Ada mode. This will allow us to display the Ada menu in any buffer
10692 we want (for project items).
10693 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10694 number of spaces in the header.
10695
10696 2000-07-24 Dave Love <fx@gnu.org>
10697
10698 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10699
10700 2000-07-23 Noah Friedman <friedman@splode.com>
10701
10702 * type-break.el (type-break): perform autosave.
10703 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10704 (type-break-do-query): Cancel query schedule while performing
10705 actual query, to avoid possibility of a second query being made
10706 while first one is already in progress.
10707 (type-break-time-stamp-format): New variable.
10708 (type-break-time-stamp): New function.
10709 (type-break-time-warning): Use it.
10710 (type-break-keystroke-warning): Use it.
10711 (type-break-noninteractive-query): Use it.
10712
10713 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10714 cookie.
10715 Use add-minor-mode to set minor-mode-alist, if available.
10716 (eldoc-echo-area-use-multiline-p): New user option.
10717 (eldoc-echo-area-multiline-supported-p): New variable.
10718 (eldoc-docstring-format-sym-doc): Use them.
10719 (eldoc-mode): If not using idle timers, append to local post and
10720 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10721 (eldoc-display-message-no-interference-p): Don't interfere with
10722 edebug.
10723 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10724 (eldoc-function-arglist): New function.
10725 (eldoc-function-argstring): Use it.
10726
10727 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10728 auto save directory exists before calling directory-files.
10729
10730 2000-07-23 Dave Love <fx@gnu.org>
10731
10732 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10733 ^o, ^u.
10734
10735 2000-07-21 Dave Love <fx@gnu.org>
10736
10737 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10738 now passed to the function. It now works properly.
10739
10740 * smerge-mode.el (smerge-mode-menu): Fill it out.
10741
10742 2000-07-20 Gerd Moellmann <gerd@gnu.org>
10743
10744 * info-look.el (info-lookup): If *info* is shown in another frame
10745 on the same display, select that frame, instead of switching to
10746 the Info buffer in another window of the selected frame.
10747
10748 * simple.el (universal-argument-map): Bind numeric keypad keys
10749 kp-0 to kp-9 and kp-subtract.
10750 (digit-argument): Handle these keys.
10751
10752 2000-07-20 Dave Love <fx@gnu.org>
10753
10754 * net/goto-addr.el (goto-address-fontify): Don't bother with
10755 buffer-modified and read-only stuff -- irrelevant with overlays.
10756 Put an extra property on the overlays and use it to clean up in
10757 case goto-address is re-run.
10758
10759 2000-07-19 Richard M. Stallman <rms@gnu.org>
10760
10761 * timer.el (run-with-idle-timer): Doc fix.
10762
10763 * mail/mail-utils.el (mail-strip-quoted-names):
10764 Handle case where <...> appears inside "...".
10765 Use replace-match to edit the string more simply.
10766 (rmail-dont-reply-to): Cope with an unmatched ".
10767
10768 2000-07-19 Dave Love <fx@gnu.org>
10769
10770 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10771 implementation.
10772
10773 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10774 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10775 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10776
10777 2000-07-19 Gerd Moellmann <gerd@gnu.org>
10778
10779 * textmodes/refer.el: Correct maintainer's email address.
10780
10781 * progmodes/hideif.el: Correct author's email address.
10782 Fix typo in comment.
10783
10784 * xml.el: New file.
10785
10786 * mail/mailheader.el: Correct author's mail address.
10787
10788 * gnus/parse-time.el: Correct author's mail address.
10789
10790 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10791
10792 * comint.el (comint-highlight-input, comint-highlight-face):
10793 New user options.
10794 (comint-input-ring-file-name): Change custom type.
10795 (comint-mode-map): Bind mouse-2.
10796 (comint-insert-clicked-input): New function.
10797 (comint-send-input): Handle input highlighting.
10798
10799 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10800
10801 * mouse.el (popup-menu): New function.
10802 (mouse-major-mode-menu): Use it.
10803
10804 2000-07-18 Dave Love <fx@gnu.org>
10805
10806 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10807 improvements.
10808
10809 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10810
10811 * faces.el (face-font-selection-order)
10812 (face-font-family-alternatives): Add custom type.
10813
10814 2000-07-18 Dave Love <fx@gnu.org>
10815
10816 * cus-edit.el (custom-variable-reset-saved)
10817 (custom-variable-reset-standard): Remove unused bindings.
10818
10819 * rect.el (open-rectangle-line): Remove unused let.
10820
10821 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10822
10823 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10824
10825 * cdl.el: Fix `Maintainer' keyword.
10826
10827 * play/pong.el: Add author's email address.
10828
10829 2000-07-17 Sam Steingold <sds@gnu.org>
10830
10831 * files.el (insert-directory): Call `split-string' instead of
10832 re-implementing it.
10833
10834 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10835
10836 * mail/vms-pmail.el: Change maintainer to FSF.
10837
10838 * net/goto-addr.el: Change maintainer to FSF.
10839
10840 * info.el (Info-title-face-alist): Removed.
10841
10842 2000-07-18 David Ponce <david@dponce.com>
10843
10844 * recentf.el (recentf-open-files): New command that works like
10845 `recentf-open-more-files', but shows the whole list of files (not just
10846 those omitted from the menu). Useful if you don't use a menu-bar!
10847 (recentf-open-more-files) Modified to use `recentf-open-files'.
10848
10849 (recentf-open-files, recentf-open-more-files)
10850 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10851
10852 (recentf-dialog-mode): New mode for dialogs. You can now just type
10853 "q" to cancel the dialogs.
10854
10855 2000-07-18 David Ponce <david@dponce.com>
10856
10857 * recentf.el: This is a major update of recentf.el. It adds new
10858 features to better organize the recentf menu and "More..." buffer.
10859
10860 Using new provided menu filtering functions you can now organize the
10861 recent files list:
10862
10863 - by major modes
10864 - by directories
10865 - by user defined rules
10866
10867 Finally, with the new `recentf-filter-changer' customizable filter you
10868 can define a ring of filters and dynamically (via the menu) cycle on
10869 each menu organization in the ring (a la msb).
10870
10871 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10872
10873 * eshell/eshell.el (eshell): Replace links to eshell.info with
10874 links to eshell, to avoid problems on systems where the manual is
10875 installed as `eshell'.
10876 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10877 * eshell/em-smart.el (eshell-smart): Ditto.
10878 * eshell/em-banner.el (eshell-banner): Ditto.
10879 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10880
10881 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10882 same-file check in the MS-DOS version (it does support inodes).
10883
10884 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10885
10886 * eshell/eshell.el (eshell-directory-name):
10887 Run default directory name through convert-standard-filename.
10888
10889 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10890
10891 * international/mule-cmds.el (select-safe-coding-system):
10892 Fix typo in the comment.
10893
10894 * language/european.el (compound-text):
10895 Force katakana-jisx0201 to be designated to G1.
10896
10897 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10898 Don't translate some national variant characters of latin-jisx0201.
10899 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10900
10901 * international/kkc.el (kkc-after-update-conversion-functions):
10902 New variable.
10903 (kkc-update-conversion): Run functions in it at the tail.
10904
10905 2000-07-16 John Wiegley <johnw@gnu.org>
10906
10907 * lisp/align.el (align-newline-and-indent):
10908 Adding new function. for auto-aligning blocks of code on RET.
10909 (align-region): Fixed badly formatted minibuffer message.
10910
10911 2000-07-17 Kenichi Handa <handa@etl.go.jp>
10912
10913 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10914 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10915 the conversion list at first if appropriate.
10916 (kkc-next): Don't update kkc-next-count here.
10917 (kkc-prev): Don't update kkc-prev-count here.
10918 (kkc-show-conversion-list-update): Fix setting up of conversion
10919 list message.
10920
10921 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10922
10923 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10924
10925 2000-07-16 Dave Love <fx@gnu.org>
10926
10927 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10928 function to be more specific.
10929
10930 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10931 non-string help-echo.
10932 (widget-types-convert-widget): Defsubst it.
10933 (widget-echo-help): Try to cope with a help-echo function of two
10934 possible sorts.
10935
10936 2000-07-15 Jason Rumney <jasonr@gnu.org>
10937
10938 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10939 Declare as obsolete.
10940
10941 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10942
10943 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10944
10945 * hilit-chg.el: Fix typo.
10946
10947 2000-07-14 Dave Love <fx@gnu.org>
10948
10949 * info.el (Info-mode-menu): Fix use of :help, :enable.
10950
10951 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10952
10953 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10954
10955 2000-07-13 Dave Love <fx@gnu.org>
10956
10957 * emacs-lisp/easymenu.el: Doc fixes.
10958 (easy-menu-remove): Defalias to ignore.
10959
10960 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10961 Call throw correctly.
10962
10963 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10964
10965 * faces.el (frame-background-mode): Doc fix.
10966
10967 * simple.el (eval-expression-print-length): Change custom type to
10968 allow entering nil as value.
10969
10970 2000-07-13 Dave Love <fx@gnu.org>
10971
10972 * progmodes/fortran.el (fortran-imenu-generic-expression):
10973 Change definition layout.
10974 (fortran-mode-menu): Reinstate customize entries.
10975
10976 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10977 Use :filter, per old XEmacs code.
10978
10979 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10980
10981 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10982 event when deciding what to send to the terminal.
10983
10984 2000-07-12 Dave Love <fx@gnu.org>
10985
10986 * cus-start.el: Add optional version as 4th element of specs and
10987 use it for several things new in v21. Remove load-path. Fix type
10988 of line-number-display-limit.
10989
10990 2000-07-11 Dave Love <fx@gnu.org>
10991
10992 * progmodes/fortran.el: Don't require easymenu.
10993 Use repeat counts in various regexps.
10994 (fortran-mode-syntax-table): Defvar directly.
10995 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10996 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10997 Use defvar, not defconst.
10998 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10999 (fortran-mode): Set fortran-comment-line-start-skip,
11000 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11001 (fortran-comment-indent): Use defsubst.
11002 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11003 Use fortran-comment-indent, not fortran-comment-indent-function.
11004 (fortran-comment-region, fortran-electric-line-number): Simplify.
11005 (fortran-auto-fill): New function.
11006 (fortran-do-auto-fill): Deleted.
11007 (fortran-find-comment-start-skip):
11008 Check for non-null comment-start-skip.
11009 (fortran-auto-fill-mode, fortran-fill-statement):
11010 Use fortran-auto-fill.
11011 (fortran-fill): Use fortran-auto-fill. Check for null
11012 comment-start-skip. Simplify final clause and use end-of-line finally.
11013
11014 * widget.el (widget-plist-member): New alias.
11015
11016 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11017
11018 * eshell/esh-module.el (toplevel): Reference
11019 byte-compile-current-file only if it is bound.
11020
11021 2000-07-10 Gerd Moellmann <gerd@gnu.org>
11022
11023 * dired.el: Don't require `dired-aux'.
11024
11025 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11026
11027 * dired-aux.el (dired-show-file-type): New function.
11028 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11029 (dired-show-file-type): Add autoload.
11030
11031 2000-07-10 Kenichi Handa <handa@etl.go.jp>
11032
11033 * international/mule-diag.el (describe-font): Adjusted for the
11034 change of fontset-info.
11035 (print-fontset): Likewise.
11036
11037 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11038
11039 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11040
11041 2000-07-07 Gerd Moellmann <gerd@gnu.org>
11042
11043 * bindings.el: Bind `[delete]' to delete-char.
11044
11045 * dired.el (dired-find-alternate-file): New function.
11046 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11047 (toplevel): Require dired-aux when compiling.
11048 (dired-buffers): Move defvar within file to avoid compiler warning.
11049
11050 * info.el (Info-last-search): Variable removed.
11051 (Info-search-history): New variable.
11052 (Info-search): New Info-search-history.
11053
11054 * battery.el, info-look.el: Change author's mail address.
11055
11056 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11057
11058 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11059 if rmail-ignored-headers is nil.
11060 (rmail-retry-failure): Bind rmail-ignored-headers and
11061 rmail-displayed-headers to nil.
11062
11063 2000-07-06 Gerd Moellmann <gerd@gnu.org>
11064
11065 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11066 (print-region-1): Don't hard code `-h' here.
11067
11068 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11069
11070 2000-07-01 Francesco Potorti` <pot@gnu.org>
11071
11072 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11073 exim can use "your message" instead of "the message".
11074
11075 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11076
11077 * facemenu.el: Docstrings fixes.
11078 (facemenu-get-face): Don't use internal-find-face.
11079 (facemenu-iterate): Rename arg to match the docstring.
11080
11081 * newcomment.el (uncomment-region): Be more careful when skipping
11082 backwards over `=' not to bump into BOBP.
11083
11084 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11085
11086 * ediff-diff.el (ediff-wordify): Use syntax table.
11087 * ediff-init.el (ediff-has-face-support-p): Use
11088 ediff-color-display-p.
11089 (ediff-color-display-p): Use display-color-p, changed to defun
11090 from defsubst.
11091 Got rid of special cases for NeXT and OS/2.
11092 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11093 face.
11094
11095 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11096
11097 * emacs-lisp/lucid.el: Require CL.
11098 (copy-tree, remprop): Remove, it's provided by CL.
11099 (map-keymap): Define in terms of cl-map-keymap.
11100 (extent-property, set-extent-end-glyph): New functions.
11101
11102 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11103
11104 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11105
11106 * Makefile.in (DONTCOMPILE): Add comment that the name may
11107 not be changed without changing the make-dist script.
11108
11109 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11110 (cl-mapc): Use mapc instead of cl-old-mapc.
11111
11112 2000-07-05 Andrew Innes <andrewi@gnu.org>
11113
11114 * makefile.nt: Add support for `bootstrap' and related targets.
11115
11116 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11117
11118 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11119 (easy-menu-do-define): Use `menu-item' format.
11120 Handle case where easy-menu-create-menu returns a symbol.
11121 Manually call the potential top-level filter in the function binding.
11122 (easy-menu-filter-return): New arg NAME.
11123 Convert to a keymap if MENU is an XEmacs menu.
11124 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11125 (easy-menu-converted-items-table, easy-menu-convert-item):
11126 New var and fun to memoize easy-menu-convert-item-1.
11127 (easy-menu-do-add-item): Use it.
11128 (easy-menu-create-menu): Use easy-menu-convert-item.
11129 Wrap easy-menu-filter-return around any :filter specification.
11130 Don't convert the menu if a filter was specified.
11131 Tell easy-menu-make-symbol not to check for MENU being an expression.
11132 (easy-menu-make-symbol): New arg NOEXP.
11133
11134 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11135
11136 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11137 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11138 (eval-defun): If called with prefix arg, instrument code for
11139 Edebug.
11140
11141 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11142 similar to that of eval-defun.
11143
11144 2000-07-04 Dave Love <fx@gnu.org>
11145
11146 * hl-line.el (hl-line-overlay): Make it permanent-local.
11147
11148 * calendar/todo-mode.el: Replaced with a working version, based on
11149 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11150
11151 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11152
11153 * paths.el (prune-directory-list): New function.
11154 (Info-default-directory-list): Rewritten to more methodically
11155 enumerate a big list of possible info directories (based on the
11156 list used by the standalone info reader).
11157
11158 * info.el (info-initialize): Use prune-directory-list to remove
11159 non-existent directories from Info-directory-list.
11160
11161 * paths.el (Info-default-directory-list): Try a list of possible
11162 info-directories instead of a single one. Add the possible
11163 info directory "/usr/share/info".
11164
11165 * woman.el (woman-man.conf-path): Explicitly include the debian
11166 man-db config file "/etc/manpath.config".
11167 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11168 are present in `manpath.config'.
11169 (woman-manpath): Include "/usr/share/man".
11170
11171 2000-07-03 Gerd Moellmann <gerd@gnu.org>
11172
11173 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11174
11175 * startup.el (command-line): Initialize blink-cursor based
11176 on window-system.
11177
11178 * frame.el (blink-cursor): Default to nil if not running under
11179 a window-system.
11180
11181 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11182 (face-x-resources): Remove duplicate entry for :font.
11183
11184 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11185 instead of cycling through windows with next-window.
11186
11187 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11188 of cycling through windows with next-window.
11189
11190 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11191 of cycling through windows with next-window.
11192
11193 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11194 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11195 instead of cycling through windows with next-window.
11196
11197 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11198 instead of cycling through windows with next-window.
11199
11200 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11201 of cycling through windows with next-window.
11202
11203 * terminal.el (te-process-output): Use walk-windows instead of
11204 cycling through windows with next-window.
11205
11206 * server.el (server-switch-buffer): Use some-window instead of
11207 cycling through windows with next-window.
11208
11209 * window.el (some-window): New function.
11210 (walk-windows): Remove reference to walk-windows-start.
11211
11212 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11213
11214 2000-07-03 Richard Stallman <rms@gnu.org>
11215
11216 * window.el (walk-windows): Guarantee termination by keeping a list
11217 of all the windows already handled.
11218
11219 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11220
11221 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11222 window-system.
11223
11224 * man.el (Man-notify-when-ready): Don't use window-system. If
11225 Man-notify-method is newframe, and the display is not
11226 multi-frame, select the frame created for the man page.
11227 (Man-init-defvars): Doc fix.
11228
11229 2000-06-28 Gerd Moellmann <gerd@gnu.org>
11230
11231 * faces.el (region): Change background color for light background.
11232
11233 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11234 attribute from mode-line face of Ediff control frame.
11235
11236 * replace.el (query-replace-map): Bind `e' like `E'.
11237
11238 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11239
11240 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11241 Change name to "Select All".
11242
11243 * dos-fns.el (convert-standard-filename): Fix last change.
11244
11245 2000-06-27 Gerd Moellmann <gerd@gnu.org>
11246
11247 * help.el (describe-variable): Don't insert a second `'s' in front
11248 of the string `value is shown below'. Since the syntax-table is
11249 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11250 an existing `'s', so that this won't be deleted.
11251
11252 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11253 * pcmpl-unix.el: New files.
11254
11255 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11256
11257 * wid-edit.el (widget-member): Use the new plist-member.
11258
11259 2000-06-26 Gerd Moellmann <gerd@gnu.org>
11260
11261 * replace.el (perform-replace): Undo change of 2000-04-04.
11262 Instead, move backward 1 character at the end of the loop when
11263 necessary.
11264
11265 * faces.el (fringe): Change face for different backgrounds.
11266
11267 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11268 patch from John.
11269
11270 * eshell/*.el: Change spelling of the Free Software Foundation.
11271
11272 * eshell/esh-toggle.el: Removed.
11273
11274 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11275
11276 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11277 interactively.
11278
11279 2000-06-26 Alex Schroeder <alex@gnu.org>
11280
11281 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11282 `define-key'; instead of checking `(emacs-version)' check for
11283 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11284 for `;' and `o' which might be electric.
11285
11286 (sql-electric-stuff): New user option.
11287 (sql-magic-go): New function which uses `sql-electric-stuff'.
11288 (sql-magic-semicolon): New function which uses
11289 `sql-electric-stuff'.
11290
11291 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11292 is not fboundp.
11293
11294 (sql-oracle-options): New variable.
11295 (sql-oracle): Use it.
11296
11297 (sql-imenu-generic-expression): Doc change.
11298 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11299 is used.
11300
11301 (sql-informix): Added command line parameter "-" to force
11302 sql-informix-program to use stdout.
11303
11304 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11305
11306 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11307 (cp864-decode-table): Doc fix.
11308 (cp720-decode-table): New variable, supports the Arabic OEM
11309 codepage used by Windows.
11310 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11311
11312 2000-06-23 Dave Love <fx@gnu.org>
11313
11314 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11315 (font-lock-fontify-anchored-keywords): Use
11316 line-beginning-position.
11317 (global-font-lock-mode): Use mapc.
11318
11319 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11320
11321 * eshell/esh-module.el: Require CL when compiling.
11322
11323 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11324
11325 * comint.el (comint-substitute-in-file-name): Call replace-match
11326 with second and third arg t.
11327
11328 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11329 Specify foreground color.
11330
11331 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11332 color.
11333
11334 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11335
11336 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11337 cddr instead of cdddr.
11338
11339 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11340 instead of copy-list.
11341
11342 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11343 of copy-list.
11344
11345 * subdirs.el: Add eshell subdirectory.
11346
11347 * eshell: New subdirectory containing the Eshell package.
11348
11349 * pcomplete.el: New file.
11350
11351 2000-06-23 Paul Eggert <eggert@twinsun.com>
11352
11353 * mail/mailpost.el (post-mail-send-it): Make sure file has
11354 proper permissions from birth.
11355
11356 * files.el (basic-save-buffer-2): When temporarily setting
11357 file modes, set them to current modes plus 0200, not to 0777.
11358
11359 * emerge.el (emerge-make-temp-file): Make sure file has proper
11360 permissions from birth.
11361
11362 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11363
11364 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11365 backup file name through convert-standard-filename.
11366
11367 * dos-fns.el (convert-standard-filename): Convert leading
11368 directories as well. When long file names are supported, convert
11369 characters that are invalid in Windows file names.
11370
11371 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11372
11373 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11374 ps-print crashes. New feature: page selection for printing. Create
11375 raw-text-unix coding system for XEmacs. Doc fix.
11376 (ps-print-version): New version number (5.2.3).
11377 (ps-plot-region): Bug fix.
11378 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11379 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11380 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11381 funs.
11382 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11383 (ps-last-page): New vars.
11384
11385 2000-06-21 Gerd Moellmann <gerd@gnu.org>
11386
11387 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11388 empty option string.
11389
11390 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11391
11392 * man.el (man): Doc fix.
11393
11394 2000-06-21 Kenichi Handa <handa@etl.go.jp>
11395
11396 * international/mule-cmds.el (set-language-info-alist): Docstring
11397 fixed.
11398
11399 2000-06-20 Gerd Moellmann <gerd@gnu.org>
11400
11401 * version.el (emacs-version): Use ISO date format.
11402
11403 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11404 instead of `M-backspace'.
11405
11406 * simple.el (turn-off-auto-fill): New function.
11407
11408 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11409
11410 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11411 Renamed from with-buffer-prepared-for-font-lock and use
11412 inhibit-modification-hooks rather than setting *-change-functions.
11413 Update all functions to use the new name.
11414 (jit-lock-first-unfontify-pos): New semantics (and doc).
11415 (jit-lock-mode): Make non-interactive.
11416 Don't automatically turn on font-lock.
11417 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11418 Always use jit-lock-after-change.
11419 Remove and restore font-lock-after-change-function.
11420 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11421 (jit-lock-after-unfontify-buffer): Remove.
11422 (jit-lock-stealth-fontify):
11423 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11424 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11425
11426 2000-06-20 Sam Steingold <sds@gnu.org>
11427
11428 * emacs-lisp/cl-indent.el (toplevel): Indent
11429 `print-unreadable-object' properly. Untabify.
11430
11431 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11432
11433 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11434 Support for bibentry.
11435 (reftex-compile-variables): Fixed problem with end of section-re.
11436
11437 * texmodes/reftex-dcr.el (reftex-view-crossref,
11438 reftex-view-crossref-from-bibtex):
11439 Deal with changed `reftex-find-citation-regexp-format'.
11440 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11441 Replaced `remprop' with `put'.
11442 (reftex-view-crossref, reftex-view-crossref-when-idle):
11443 Support for bibentry.
11444
11445 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11446 New entry for bibentry package.
11447
11448 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11449 Regexp also matches "\nobibliography".
11450
11451 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11452 Call `reftex-ensure-write-access' before doing anything.
11453 (reftex-ensure-write-access): New function.
11454
11455 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11456
11457 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11458
11459 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11460
11461 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11462
11463 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11464
11465
11466 2000-06-20 Dave Love <fx@gnu.org>
11467
11468 * faces.el (frame-background-mode): Use set-default, not set, in
11469 setter.
11470 (frame-update-faces, frame-update-face-colors): Define with
11471 defalias.
11472
11473 * enriched.el (enriched-decode-foreground)
11474 (enriched-decode-background): Don't use internal-find-face.
11475
11476 * apropos.el: Doc fixes.
11477
11478 * cus-edit.el (customize-changed-options): Check arg.
11479 (customize-version-lessp): Don't require decimal point.
11480
11481 * custom.el (defcustom, defgroup): Doc fix.
11482
11483 * newcomment.el (comment) <defgroup>: Add :version.
11484 (comment-multi-line): Doc fix.
11485
11486 * emulation/mlsupport.el (define-hooked-local-abbrev,
11487 define-hooked-global-abbrev): Fix, using define-abbrev.
11488
11489 2000-06-19 Gerd Moellmann <gerd@gnu.org>
11490
11491 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11492 the whole buffer.
11493
11494 2000-06-19 Dave Love <fx@gnu.org>
11495
11496 * menu-bar.el (menu-bar-options-save): New function.
11497 (menu-bar-options-menu): Use it.
11498 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11499 Simplify.
11500
11501 2000-06-19 Andreas Schwab <schwab@suse.de>
11502
11503 * progmodes/etags.el (tags-query-replace): Put new parameters
11504 START and END at the end, for backward compatibility.
11505
11506 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11507
11508 * international/codepage.el:
11509 (cp-coding-system-for-codepage-1): Delete special codes for
11510 generating xxx-dos coding system because now a CCL based coding
11511 system can handle EOL conversion by default.
11512
11513 * international/mule.el (make-coding-system): Generate subsidiary
11514 coding systems for EOL handling variants even for a CCL based
11515 coding system.
11516
11517 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11518
11519 * international/isearch-x.el (isearch-minibuffer-input-method)
11520 (isearch-minibuffer-input-method-function): These variables
11521 deleted.
11522 (isearch-with-input-method): Don't use the above variables.
11523 (isearch-process-search-multibyte-characters): Likewise. Call
11524 read-string with the arg INHERIT-INPUT-METHOD t.
11525
11526 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11527
11528 * font-lock.el (font-lock-after-fontify-buffer)
11529 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11530
11531 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11532 Use consistent make-local-variable style for font-lock-fontified.
11533 (jit-lock-fontify-buffer):
11534 Don't bother checking for font-lock-mode and jit-lock-mode.
11535
11536 * time.el: Remove trailing ^M that prevent CVS-merging.
11537
11538 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11539
11540 * Makefile.in (distclean): New target.
11541
11542 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11543
11544 * Makefile.in (srcdir): Define for update-subdirs.
11545
11546 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11547
11548 * find-lisp.el: New file.
11549
11550 2000-06-16 Andrew Innes <andrewi@gnu.org>
11551
11552 * time.el (display-time-mail-function): New variable, to allow
11553 external packages to indicate when new mail is available.
11554 (display-time-update): Use it.
11555
11556 2000-06-16 Kenichi Handa <handa@etl.go.jp>
11557
11558 * international/mule.el (mule-version): Change version name to
11559 SAKAKI. AOI has already been used by Meadow.
11560
11561 * international/quail.el (quail-show-guidance-buf): To find the
11562 bottom window (but minibuffer), pay attention to the height of
11563 minibuffer.
11564
11565 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11566
11567 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11568 menu-bar menus. Add help strings. Don't remove the Edit menu
11569 from the menu bar, as the menu bar has enough space now.
11570
11571 * Makefile.in (SHELL): Make sure /bin/sh is used.
11572
11573 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11574 characters, which use series of two ^H characters instead of one.
11575
11576 2000-06-15 Gerd Moellmann <gerd@gnu.org>
11577
11578 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11579 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11580 functions.
11581 (Info-find-node-2): Try a case-sensitive search first, then
11582 do a case-insensitive search.
11583
11584 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11585 tutorials.
11586
11587 * complete.el (PC-env-vars-alist): New variable.
11588 (PC-complete-as-file-name): New function.
11589 (partial-completion-mode): Initialize PC-env-vars-alist from
11590 process-environment.
11591 (PC-do-completion): Handle completion of env vars.
11592
11593 * info.el (Info-set-mode-line): Show file name in mode line,
11594 use `*Info*' instead of `Info:'.
11595
11596 * startup.el (command-line-1): Change copyright messages to year
11597 2000.
11598
11599 2000-06-15 Dave Love <fx@gnu.org>
11600
11601 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11602 not local-map.
11603
11604 2000-06-15 Kenichi Handa <handa@etl.go.jp>
11605
11606 * international/mule.el (set-buffer-file-coding-system): Almost
11607 rewritten to handle `undecided' as no-op.
11608
11609 2000-06-14 Gerd Moellmann <gerd@gnu.org>
11610
11611 * Makefile.in: New file.
11612
11613 * Makefile: Removed.
11614
11615 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11616 (goto-address-highlight-keymap): Bind C-c RET.
11617
11618 2000-06-14 Kenichi Handa <handa@etl.go.jp>
11619
11620 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11621 inherits buffer-file-coding-system of the current buffer.
11622
11623 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11624 0. Give correct argument to set-auto-coding-function.
11625 (tar-expunge): For goto-char, use (point-min), not 0.
11626 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11627 (tar-subfile-save-buffer): Likewize.
11628
11629 * international/mule.el
11630 (after-insert-file-set-buffer-file-coding-system): Call
11631 set-buffer-file-coding-system with the arg FORCE t.
11632
11633 2000-06-13 Gerd Moellmann <gerd@gnu.org>
11634
11635 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11636 nil. Contemporary sendmails issue an X-Authentication-Warning if
11637 the sender is set with `-f'.
11638
11639 2000-06-13 Dave Love <fx@gnu.org>
11640
11641 * help.el (describe-function-1): Kluge around cases of functions
11642 fset to subrs whose doc doesn't match their symbol-name.
11643
11644 * image.el (insert-image): Default STRING to a space.
11645
11646 * info.el Doc fixes.
11647 (Info-build-node-completions): Match Ref tags.
11648
11649 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11650
11651 * frame.el (display-multi-frame-p, display-multi-font-p): New
11652 defaliases for display-graphic-p.
11653
11654 * hl-line.el: Fixed a typo in commentary.
11655
11656 2000-06-13 Kenichi Handa <handa@etl.go.jp>
11657
11658 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11659 fixed.
11660
11661 2000-06-12 Dave Love <fx@gnu.org>
11662
11663 * image.el (insert-image): Save a little consing.
11664
11665 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11666
11667 * language/tibet-util.el: Convert all tibetan-1-column characters
11668 to the corresponding tibetan characters.
11669 (tibetan-add-components): Delete code for the special treatment of
11670 'a chung.
11671
11672 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11673 change.
11674 (tibetan-vowel-transcription-alist): More rules added.
11675 (tibetan-composite-vowel-alist): New variable.
11676 (tibetan-precomposition-rule-alist): More rules added.
11677
11678 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11679
11680 * startup.el (command-line): Only call menu-bar-mode if interactive.
11681
11682 * thingatpt.el (toplevel symbol-properties):
11683 * textmodes/makeinfo.el (makeinfo-compile):
11684 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11685 * progmodes/hideif.el (hif-compress-define-list)
11686 (hide-ifdef-use-define-alist):
11687 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11688 (ange-ftp-vms-add-file-entry):
11689 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11690 * man.el (Man-build-man-command):
11691 * mail/rnewspost.el (news-reply-header-hook):
11692 * info.el (Info-insert-dir):
11693 * emulation/mlconvert.el (backward-word, forward-word, setq):
11694 * emacs-lisp/gulp.el (gulp-send-requests):
11695 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11696 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11697 (byte-optimize-apply, end of file):
11698 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11699 (ad-make-freeze-definition):
11700 * startup.el (command-line, command-line-1): Don't quote lambdas.
11701
11702 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11703 (cvs-cleanup-removed): New function.
11704 (cvs-cleanup-functions): New var.
11705 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11706 some flexibility in specifying additional entries to auto-cleanup.
11707 (cvs-quickdir): New function.
11708 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11709 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11710 (cvs-mode-find-file): Check that we are on a filename or dirname
11711 when invoked through a mouse-click.
11712 (cvs-full-path): Remove.
11713 (cvs-dired-action): Re-introduced.
11714 (cvs-dired-noselect): Use it.
11715 (vc-post-command-functions): use this new hook if available.
11716
11717 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11718 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11719 (cvs-filename-map, cvs-dirname-map): Remove.
11720 (cvs-default-action): Remove.
11721 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11722 if the arg is really a keymap.
11723 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11724 Don't hardcode the mapping from state (aka type) to face, but check
11725 the var cvs-fi-<type>-face instead.
11726 (cvs-fileinfo-from-entries): New function.
11727
11728 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11729 Docstring fix.
11730 (cvs-find-file-and-jump): Change default to be safer.
11731 (cvs-mode-diff-map): Define it as a function as well.
11732 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11733 Bind mouse-2 in this global map rather than with text-properties.
11734
11735 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11736 file to resolve the ambiguity between C(conflict) and C(need-merge).
11737
11738 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11739
11740 * international/mule.el (set-buffer-file-coding-system): If
11741 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11742 unconditionally.
11743
11744 2000-06-12 Dave Love <fx@gnu.org>
11745
11746 * wid-edit.el (widget-specify-button): Really suppress the face if
11747 required.
11748
11749 2000-06-11 Gerd Moellmann <gerd@gnu.org>
11750
11751 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11752
11753 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11754
11755 * imenu.el (imenu-generic-expression): Docstring fix.
11756
11757 * composite.el (composition-function-table): Move the `put'
11758 below the autoload cookie so we can load the file before loaddefs.
11759
11760 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11761
11762 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11763 Handle easy-mmode-define-global-mode.
11764 For complex macros like define-minor-mode that can generate
11765 several autoload entries, try to autoload entries in the
11766 macroexpanded code.
11767
11768 * emacs-lisp/easy-mmode.el (define-minor-mode):
11769 If KEYMAP is a symbol, just use it.
11770 Use byte-compile-current-file and load-file-name to infer the
11771 proper :require to pass to defcustom.
11772 Wrap the hook var into `progn' so as not to autoload it.
11773 Add a :autoload-end cookie.
11774 Be more careful about the evaluation of KEYMAP.
11775 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11776 (define-derived-mode): Move define-abbrev-table outside of defvar.
11777
11778 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11779
11780 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11781 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11782 (backup-compiled-files): Ignore errors during `tar'.
11783 (bootstrap): Make autoloads before elc files.
11784
11785 2000-06-10 Kenichi Handa <handa@etl.go.jp>
11786
11787 * international/mule.el (set-buffer-file-coding-system): If one of
11788 undecided-XXX is specified, change only EOL conversion.
11789
11790 * international/mule-conf.el (unix): New alias for the coding
11791 system undecided-unix.
11792
11793 2000-06-09 Dave Love <fx@gnu.org>
11794
11795 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11796
11797 * progmodes/executable.el: Byte compile dynamic.
11798 (executable-insert): Change custom type.
11799 (executable-find): Add autoload cookie.
11800 (executable-make-buffer-file-executable-if-script-p): New
11801 function. After Noah Friedman.
11802
11803 * files.el (after-save-hook): Customize, with
11804 executable-make-buffer-file-executable-if-script-p as an option.
11805
11806 2000-06-09 Kenichi Handa <handa@etl.go.jp>
11807
11808 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11809 "tib24p-mule.bdf" for Tibetan.
11810
11811 * composite.el (decompose-composite-char): Declare it as obsolete.
11812
11813 * man.el (Man-fontify-manpage): Pay attention to underline and
11814 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11815
11816 2000-06-08 Gerd Moellmann <gerd@gnu.org>
11817
11818 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11819 Set maintainer to FSF since author isn't reachable.
11820
11821 2000-06-08 Dave Love <fx@gnu.org>
11822
11823 * international/mule-cmds.el (select-safe-coding-system): If
11824 DEFAULT-CODING-SYSTEM is not specified, also check the most
11825 preferred coding-system if buffer-file-coding-system is
11826 `undecided'. From Handa.
11827
11828 2000-06-08 Kenichi Handa <handa@etl.go.jp>
11829
11830 * international/mule.el
11831 (after-insert-file-set-buffer-file-coding-system): If the buffer
11832 size is greater than INSERTED, judget that we are not visiting.
11833
11834 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11835
11836 * whitespace.el (defgroup whitespace): Comment out `:version'.
11837 XEmacs 20.4 has problems defining the group with this present.
11838 We'll have this commented out till get resolve the problem.
11839
11840 2000-06-07 John Wiegley <johnw@gnu.org>
11841
11842 * align.el (align-dq-string-modes, align-sq-string-modes)
11843 (align-open-comment-modes): Add pyhton-mode.
11844 (align-rules-list): Use get-text-property instead of
11845 text-properties-at.
11846 (align-rules-list): Add python-assignment.
11847 (align-rules-list): Change perl-comma-delimiter to
11848 basic-comma-delimiter. Use if for Perl modes and python-mode.
11849 (align-rules-list): Add python-chain-logic and
11850 basic-line-continuation.
11851
11852 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11853
11854 * apropos.el (apropos-mode-hook): New user variable.
11855 (apropos-mode): Run apropos-mode-hook.
11856
11857 2000-06-07 David Ponce <david@dponce.com>
11858
11859 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11860 commands. Require `wid-edit' at run-time.
11861
11862 2000-06-07 David Ponce <david@dponce.com>
11863
11864 * recentf.el: Added some "Commentary".
11865 (recentf-open-more-files, recentf-edit-list): Minor changes to
11866 move the point at the top of the file list. This behaviour is
11867 consistent with the menu one when the list contains a lot of
11868 files.
11869 (recentf-cleanup): Now displays the number of items removed from
11870 the list.
11871 (recentf-relative-filter) New menu filter to show filenames
11872 relative to `default-directory'.
11873
11874 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11875
11876 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11877 with/without giving an error if PostScript printer doesn't have this
11878 kind of page size. Zebra Stripe continues or restarts on next page.
11879 Manual/automatic paper feeding. Switch or not the header.
11880 (ps-print-version): New version number (5.2.2).
11881 (ps-windows-system): Include emx as a Windows system.
11882 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11883 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11884 (ps-background-text): Code fix.
11885 (ps-error-handler-message, ps-user-defined-prologue)
11886 (ps-print-prologue-header, ps-printer-name)
11887 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11888 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11889 (ps-use-face-background): Customization fix.
11890 (ps-n-up-database): Data fix.
11891 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11892 (ps-switch-header): New vars.
11893 (ps-xemacs-color-name, ps-face-foreground-name)
11894 (ps-face-background-name, ps-boolean-constant): New funs.
11895
11896 2000-06-07 Dave Love <fx@gnu.org>
11897
11898 * allout.el: New version from Manheimer.
11899
11900 2000-06-07 Kenichi Handa <handa@etl.go.jp>
11901
11902 * textmodes/fill.el (fill-find-break-point): Check the validity of
11903 charset.
11904
11905 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11906
11907 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11908 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11909 Call display-color-p and display-mouse-p instead of looking at
11910 window-system.
11911
11912 2000-06-06 Dave Love <fx@gnu.org>
11913
11914 * image.el (find-image): Doc fix. Return nil if image not found.
11915 (put-image, insert-image): Make STRING arg optional.
11916
11917 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11918
11919 * language/vietnamese.el: Remove eval-when-compile.
11920 (viet-viscii-nonascii-translation-table): Define it as a
11921 translation table made from viet-viscii-decode-table.
11922 (viet-viscii-encode-table): Define it as a translation table made
11923 from the reverse map of above.
11924 (viet-vscii-nonascii-translation-table): Define it as a
11925 translation table made from viet-vscii-decode-table.
11926 (viet-vscii-encode-table): Define it as a translation table made
11927 from the reverse map of above.
11928 (ccl-decode-viscii): Use translate-character.
11929 (ccl-encode-viscii, ccl-encode-viscii-font)
11930 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11931 Likewize.
11932
11933 * language/cyrillic.el: Remove eval-when-compile.
11934 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11935 translation table made from cyrillic-koi8-r-decode-table.
11936 (cyrillic-koi8-r-encode-table): Define it as a translation table
11937 made from the reverse map of above.
11938 (ccl-decode-koi8): Use translate-character.
11939 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11940 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11941 a translation table made from cyrillic-alternativnyj-decode-table.
11942 (cyrillic-alternativnyj-encode-table): Define it as a translation
11943 table made from the reverse map of above.
11944 (ccl-decode-alternativnyj): Use translate-character.
11945 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11946 Likewize
11947
11948 * international/mule-diag.el (non-iso-charset-alist): Specify
11949 translation table symbol instead of translation table itself.
11950 (list-block-of-chars): CHARSET may be a translation table symbol.
11951
11952 * international/mule.el (make-coding-system): If CODING-SYSTEM
11953 already exists, override it.
11954
11955 * international/fontset.el: Use family `proportional' for Tibetan
11956 fonts.
11957
11958 * international/ccl.el (ccl-compile-translate-character): Don't
11959 check if Rrr has property translation-table.
11960 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11961
11962 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11963
11964 * info.el: Bind case-fold-search to t when searching in case
11965 a user sets it to nil in a hook.
11966
11967 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11968
11969 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11970 * hl-line.el (hl-line-mode): Use the new :global key argument.
11971
11972 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11973 (tar-clip-time-string): Prepend a space.
11974 (tar-grind-file-mode): Construct a string rather than modifying one.
11975 (tar-header-block-summarize): Fix docstring.
11976 Use `format' rather than an error-prone set of copy-loops.
11977
11978 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11979 (diff-goto-source, diff-unified->context, diff-context->unified)
11980 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11981 understand the format output by the `-p' argument to diff.
11982
11983 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11984 (sh-re-done): Use defconst.
11985 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11986 (sh-help-string-for-variable, sh-guess-basic-offset):
11987 Don't quote lambdas.
11988 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11989 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11990
11991 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11992 (mh-letter-mode): Derive from text-mode.
11993 This implicitly means that it now calls kill-all-local-variables.
11994 Also remove the Emacs-18 compatibility code.
11995
11996 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11997 Make use of symbol-property doc-string-elt.
11998 Use memq rather than a sequence of eq.
11999 (doc-string-elt): Fix the wrong or missing previously unused values.
12000 (autoload-print-form): New function extracted from
12001 generate-file-autoloads to allow recursion when handling progn
12002 so that defvar's and defun's docstrings are properly printed.
12003 (generate-file-autoloads): Use it.
12004
12005 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12006 Use find-file-hooks in the minor-mode function.
12007 Be careful not to loop indefinitely in the post-command-hook function.
12008
12009 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12010
12011 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12012 tty's.
12013 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12014 differences whenever appropriate.
12015 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12016 * viper.el (find-file, find-file-other-window): Get viper to do
12017 wildcards.
12018
12019 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12020
12021 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12022 (jit-lock-fontify-buffer): New function for JIT refontification.
12023 (jit-lock-mode): Fix docstring.
12024 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12025 Remove jit-lock-after-change from the _local_ hook.
12026 (jit-lock-function-1): Fix docstring.
12027
12028 * info.el (Info-on-current-buffer): Initialize info.
12029
12030 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12031
12032 * progmodes/tcl.el (tcl-indent-for-comment):
12033 Ignore comment-indent-hook.
12034
12035 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12036 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12037 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12038 and improve to use the lighter to guess the capitalization.
12039 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12040 Add keyword arguments to specify global-ness or the custom group.
12041 Add local-map and help-echo properties to the lighter.
12042 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12043 (easy-mmode-define-global-mode): New macro.
12044
12045 2000-06-02 Dave Love <fx@gnu.org>
12046
12047 * wid-edit.el: byte-compile-dynamic since we typically don't use
12048 all the widgets. Don't require cl or widget. Remove
12049 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12050 (widget-read-event): Removed. Callers changed to use read-event.
12051 (widget-button-release-event-p): Renamed from
12052 button-release-event-p.
12053 (widget-field-add-space, widget-field-use-before-change):
12054 Uncustomize.
12055 (widget-specify-field): Use keymap property, not local-map.
12056 (widget-specify-button): Obey :suppress-face.
12057 (widget-specify-insert): Use modern backquote syntax.
12058 (widget-image-directory): Renamed from widget-glyph-directory.
12059 (widget-image-enable): Renamed from widget-glyph-enable.
12060 (widget-image-find): Replaces widget-glyph-find.
12061 (widget-button-pressed-face): Move defvar.
12062 (widget-image-insert): Replaces widget-glyph-insert.
12063 (widget-convert): Use keywordp.
12064 (widget-leave-text, widget-children-value-delete): Use mapc.
12065 (widget-keymap): Remove XEmacs stuff.
12066 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12067 (widget-button-click): Don't set point at the click, but re-centre
12068 if we scroll out of window. Rewritten for images v. glyphs &c.
12069 (widget-tabable-at): Use POS arg, not point.
12070 (widget-beginning-of-line, widget-end-of-line)
12071 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12072 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12073 (widget-default-create): Use widget-image-insert; some rewriting.
12074 (widget-visibility-value-create)
12075 (widget-push-button-value-create, widget-toggle-value-create): Use
12076 widget-image-insert.
12077 (checkbox): Create on and off images dynamically.
12078 (documentation-link): Change :help-echo.
12079 (widget-documentation-link-echo-help): Remove.
12080
12081 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12082
12083 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12084
12085 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12086 (easy-mmode-define-toggle, define-minor-mode): Use it.
12087 (easy-mmode-define-keymap): Docstring fix.
12088 (define-derived-mode): Default PARENT to fundamental-mode.
12089 Add the derived-mode-parent symbol-property.
12090 (easy-mmode-derived-mode-p): New function.
12091
12092 2000-06-02 Dave Love <fx@gnu.org>
12093
12094 * files.el (convert-standard-filename): Doc fix.
12095 (normal-backup-enable-predicate): New function.
12096 (backup-enable-predicate): Use it to replace the lambda form.
12097
12098 * calendar/todo-mode.el: [This needs more work on the outline
12099 stuff.] Doc fixes.
12100 (todo) <defgroup>: Add :version.
12101 (todo-add-category): Don't use pushnew.
12102 (todo-cmd-raise): Fix typo.
12103 (todo-top-priorities): Change temp buffer name.
12104 (todo-category-alist): Avoid redundant lambda.
12105 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12106 Use outline-next-heading.
12107
12108 * autoarg.el: Rewritten to use define-minor-mode.
12109 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12110 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12111
12112 2000-06-02 Kenichi Handa <handa@etl.go.jp>
12113
12114 * isearch.el (isearch-other-meta-char): Fix previous change.
12115
12116 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12117
12118 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12119 (log-edit-done): Only add the comment to the ring if it's different
12120 from the last comment entered.
12121
12122 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12123
12124 2000-06-01 Dave Love <fx@gnu.org>
12125
12126 * hl-line.el: Rewritten using define-minor-mode.
12127
12128 * help.el (describe-function-1): Distinguish special form from
12129 builtin function. Sanity-check presence of arglist for builtins.
12130
12131 2000-06-01 Kenichi Handa <handa@etl.go.jp>
12132
12133 * international/characters.el: Fix syntax/category setting of
12134 Tibetan characters.
12135
12136 * language/tibet-util.el (tibetan-add-components): Fixes for new
12137 encoding of Tibetan characters.
12138 (tibetan-decompose-precomposition-alist): New variable.
12139 (tibetan-decompose-region): Convert precomposed characters to
12140 non-precomposed characters.
12141 (tibetan-decompose-string): Likewise.
12142 (tibetan-composition-function): Fix args to
12143 thibetan-compose-string.
12144
12145 * language/tibetan.el (tibetan-composable-pattern): More
12146 characters included.
12147 (tibetan-consonant-transcription-alist): Rule for "R" added.
12148 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12149 "+R" added.
12150 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12151
12152 * language/lao-util.el (lao-composition-function): Fix args to
12153 compose-string.
12154
12155 * language/thai-util.el (thai-composition-function): Fix args to
12156 compose-string.
12157
12158 * isearch.el (isearch-update): Set disable-point-adjustment to t
12159 to prevent the point moving to the end of a composition when a
12160 part of a composition is searched.
12161 (isearch-other-meta-char): If the key invoking this command can be
12162 mapped by function-key-map to a printing char, call
12163 isearch-process-search-char directly.
12164
12165 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12166
12167 * emacs-lisp/bytecomp.el:
12168 * frame.el:
12169 * international/mule-cmds.el:
12170 * international/mule-util.el:
12171 * international/mule.el:
12172 * mouse.el:
12173 * subr.el:
12174 * faces.el: Update calls to make-obsolete with a WHEN argument.
12175
12176 * byte-run.el (make-obsolete, make-obsolete-variable):
12177 Add an optional WHEN argument and change the format of the
12178 symbol-property information.
12179 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12180 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12181 new obsolete-symbol-property format and print WHEN if it is provided.
12182
12183 2000-05-31 Dave Love <fx@gnu.org>
12184
12185 * loadhist.el (loadhist-hook-functions): Remove
12186 before-change-function, after-change-function.
12187 (unload-feature): Deal with symbols which are both bound and
12188 fbound.
12189
12190 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12191 before-change-function, after-change-function.
12192
12193 * simple.el (newline): Don't bind before-change-function,
12194 after-change-function.
12195
12196 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12197
12198 * whitespace.el (whitespace-rescan-timer-time): Update interval
12199 set to 600 seconds (10 minutes) instead of 60 seconds since
12200 a large number of whitespace buffers causes emacs to `freeze'
12201 for a considerable amount of time.
12202
12203 * whitespace.el: Updated email address
12204
12205 2000-05-31 Dave Love <fx@gnu.org>
12206
12207 * add-log.el (change-log-font-lock-keywords) <function>: Add
12208 pattern for function of change.
12209 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12210 acknowledgements patterns.
12211
12212 2000-05-31 Kenichi Handa <handa@etl.go.jp>
12213
12214 * isearch.el (isearch-printing-char): If keyboard coding system is
12215 being used, call isearch-process-search-multibyte-characters.
12216
12217 * international/isearch-x.el: Mostly rewritten.
12218
12219 * international/quail.el (quail-start-conversion): Don't include
12220 unhandled events in the returned events, but set them in
12221 unread-command-events. Exit if all inputs are deleted.
12222
12223 2000-05-30 Jason Rumney <jasonr@gnu.org>
12224
12225 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12226
12227 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12228 Reenable code to create initial fontsets.
12229 Use set-fontset-font in place of put-charset-property.
12230
12231 2000-05-30 Gerd Moellmann <gerd@gnu.org>
12232
12233 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12234 label, ensure that the first colon isn't followed by another.
12235
12236 * paths.el (Info-default-directory-list): Doc fix.
12237
12238 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12239 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12240 send a query containing USER only, not USER@HOST.
12241
12242 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12243 and rmail-msgend to compute the restriction at the end, instead of
12244 computing it.
12245
12246 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12247
12248 * dabbrev.el (dabbrev-expand): Don't display messages in the
12249 echo area if the minibuffer window is active.
12250
12251 * jit-lock.el (jit-lock-mode): Add after change function to
12252 local hook.
12253
12254 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12255
12256 * antlr-mode.el: New commands: hide/unhide actions,
12257 upcase/downcase literals.
12258 (antlr-tiny-action-length): New user option.
12259 (antlr-hide-actions): New command. Suggested by
12260 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12261 (antlr-mode-map): New binding [C-c C-v].
12262 (antlr-mode-menu): New entries.
12263 (antlr-downcase-literals): New command.
12264 (antlr-upcase-literals): Ditto.
12265
12266 * antlr-mode.el: Minor changes: indendation, mode-name.
12267 (antlr-indent-line): Indent cpp directive at column 0.
12268 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12269
12270 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12271 (antlr-font-lock-additional-keywords): Workaround for intentional
12272 bug in XEmacs version of font-lock.
12273 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12274 be used by a smarter version of `buffers-menu-grouping-function'.
12275
12276 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12277
12278 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12279 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12280
12281 2000-05-29 Kenichi Handa <handa@etl.go.jp>
12282
12283 * international/encoded-kb.el
12284 (encoded-kbd-iso2022-designation-map): Pay attention to that
12285 charset-iso-final-char return -1 for eight-bit-control and
12286 eight-bit-graphic.
12287
12288 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12289
12290 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12291 (speedbar-easymenu-definition-base): Use display-graphic-p where
12292 available, instead of window-system.
12293
12294 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12295
12296 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12297 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12298 coding systems.
12299
12300 2000-05-26 Dave Love <fx@gnu.org>
12301
12302 * disp-table.el (standard-display-underline): Don't use
12303 internal-find-face.
12304
12305 * mail/reporter.el: Maintainer change. Doc fixes.
12306 (reporter-version): Deleted.
12307
12308 * emacs-lisp/elp.el: Maintainer change.
12309 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12310
12311 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12312
12313 * add-log.el (add-change-log-entry): Merge the current entry with the
12314 previous one if the previous one is empty.
12315
12316 2000-05-26 Dave Love <fx@gnu.org>
12317
12318 * loadhist.el (unload-feature): Fix interactive spec [from
12319 lijnzaad@ebi.ac.uk].
12320
12321 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12322 subr-arity to check primitives.
12323 (byte-compile-flush-pending, byte-compile-file-form-progn)
12324 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12325 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12326 mapcar.
12327
12328 2000-05-26 Kenichi Handa <handa@etl.go.jp>
12329
12330 * international/fontset.el: Set family names of non-latin charsets
12331 in default fontset to "*".
12332
12333 * international/mule-diag.el (print-fontset): Combine family part
12334 and registry part of the fontname by "-*-" instead of "-".
12335
12336 * international/mule-cmds.el (encode-coding-char): Make strings
12337 multibyte before calling encode-coding-string.
12338
12339 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12340
12341 * derived.el: Fix keywords.
12342 (define-derived-mode): Only define if needed.
12343
12344 * simple.el (fill-comment, comment-column, comment-start)
12345 (comment-start-skip, comment-end, comment-indent-function)
12346 (block-comment-start, block-comment-end, indent-for-comment)
12347 (set-comment-column, kill-comment, comment-padding, comment-region)
12348 (comment-multi-line, indent-new-comment-line): Remove.
12349
12350 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12351 function names for comment operations.
12352
12353 * newcomment.el: Add abundant autoload cookies.
12354 (comment-style): Don't depend on runtime data at compile-time.
12355 (comment-indent-hook): Remove.
12356 (comment-indent): Check if comment-indent-hook is bound.
12357 (comment-region): Docstring fix.
12358
12359 2000-05-25 Dave Love <fx@gnu.org>
12360
12361 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12362 byte-code-function-p.
12363
12364 * mail/rmailsum.el: Add provide.
12365
12366 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12367
12368 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12369 defcustom.
12370
12371 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12372
12373 * ediff-diff.el (ediff-exec-process): delete --binary option from
12374 non-buffer ediff jobs.
12375
12376 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12377
12378 * hilit-chg.el (highlight-changes-mode): Ask about color or
12379 grayscale support, not about window-system.
12380
12381 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12382 window-system.
12383 (ffap-highlight): Always default to t.
12384
12385 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12386 display-popup-menus-p instead of looking at window-system.
12387
12388 * disp-table.el (standard-display-g1, standard-display-graphic):
12389 Only refuse to use string glyphs on X and MS-Windows.
12390
12391 * avoid.el: Remove window-system from commentary, suggest to use
12392 display-*-p instead.
12393
12394 * apropos.el (apropos-print): Use display-mouse-p instead of
12395 window-system.
12396
12397 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12398
12399 * international/codepage.el (cp-decoding-vector-for-codepage):
12400 Fill up unsupported characters with their own codes. From Kenichi
12401 Handa.
12402
12403 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12404
12405 * international/mule-diag.el (describe-char-after): Use
12406 display-graphic-p instead of window-system, so that this function
12407 works on MS-DOS.
12408
12409 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12410
12411 * international/codepage.el (cp-make-coding-systems-for-codepage):
12412 Remove the eight-bit-graphic and eight-bit-control charsets from
12413 the list of charsets which we convert into `?'.
12414
12415 2000-05-25 Kenichi Handa <handa@etl.go.jp>
12416
12417 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12418 private charsets.
12419 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12420 japanese-jisx0213-2): New charsets.
12421
12422 * international/fontset.el: Setup default fontset for new charsets.
12423
12424 2000-05-24 Dave Love <fx@gnu.org>
12425
12426 * info.el (Info-find-node-2): Restructure [following "Vadim
12427 S. Solomin" <sovs@uic.nnov.ru>].
12428
12429 * icomplete.el: Fix header for Finder.
12430
12431 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12432
12433 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12434 STAY.
12435
12436 * rmail.el (rmail-automatic-folder-directives): New user variable.
12437 (rmail-show-message): Add call to `rmail-auto-file' during
12438 display.
12439 (rmail-auto-file): New function.
12440
12441 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12442
12443 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12444 account.
12445 (ediff-test-utility,ediff-diff-mandatory-option)
12446 (ediff-reset-diff-options): Utilities for proper initialization of
12447 ediff-diff-options and ediff-diff3-options on Windows.
12448
12449 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12450 variable.
12451
12452 * ediff-mult.el (ediff-filegroup-action): Use
12453 ediff-merge-filename-prefix.
12454
12455 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12456
12457 * viper-ex.el (ex-write): Set selective display to nil.
12458
12459 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12460
12461 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12462 aliases for hebrew-iso-8bit.
12463
12464 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12465
12466 * woman.el: New version from Francis J. Wright
12467 <F.J.Wright@Maths.QMW.ac.uk>.
12468 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12469 names in environment variables regardless of the path separator.
12470 (woman-topic-all-completions-1): Don't call file-name-directory-p
12471 on all files, since woman-file-regexp already filters out any
12472 directories.
12473
12474 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12475
12476 * international/quail.el (quail-start-translation): Don't change
12477 modified-p of the current buffer.
12478 (quail-start-conversion): Likewise.
12479
12480 * international/kkc.el (kkc-region): Don't change modified-p of
12481 the current buffer.
12482
12483 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12484 conform to RFC1468.
12485 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12486
12487 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12488
12489 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12490 (speedbar-insert-button): Invisible text property fix.
12491 (speedbar-directory-plus): Renamed from speedbar-directory-+
12492 (speedbar-directory-minus): Renamed from speedbar-directory--
12493 (speedbar-page-plus): Renamed from speedbar-file-+
12494 (speedbar-page-minus): Renamed from speedbar-file--
12495 (speedbar-page): Renamed from speedbar-file-
12496 (speedbar-tag): Renamed from speedbar-tag-
12497 (speedbar-tag-plus): Renamed from speedbar-tag-+
12498 (speedbar-tag-minus): Renamed from speedbar-tag--
12499 (speedbar-expand-image-button-alist): Use above renames.
12500
12501 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12502 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12503 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12504 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12505 * sb-pg.xpm: Renamed from sb-file.xpm
12506 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12507 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12508
12509 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12510
12511 * international/quail.el (quail-show-guidance-buf): Set
12512 current-input-method of the guidance buffer to the name of the
12513 curren input method.
12514
12515 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12516
12517 * progmodes/compile.el (compile-internal): Style typo.
12518
12519 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12520 quote vars and functions in the docstring.
12521
12522 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12523
12524 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12525 Don't quote lambdas.
12526
12527 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12528
12529 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12530
12531 * startup.el (command-line): Determine source file of compiled
12532 user init file differently. Warn if compiled user init file
12533 is older than its source file.
12534
12535 * ffap.el (ffap-url-regexp): Add `https'.
12536
12537 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12538
12539 * files.el (make-backup-file-name-1): Replace slashes with `!'
12540 rather than `|' (which is not allowed on Windows). Replace the
12541 drive letters with a string "drive_X".
12542
12543 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12544
12545 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12546
12547 * files.el (interpreter-mode-alist): Add `bash2'.
12548
12549 2000-05-22 Dave Love <fx@gnu.org>
12550
12551 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12552 mapc.
12553 (feature-file): Avoid calling symbol-name. Doc fix.
12554 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12555 (loadhist-hook-functions): Add mouse-position-function.
12556 (unload-feature): Change uses of mapcar.
12557
12558 * files.el (parse-colon-path): Doc fix.
12559 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12560 (set-auto-mode): Use mapc.
12561
12562 * complete.el (PC-look-for-include-file): Use :alnum: character
12563 class.
12564 (partial-completion-mode): Add autoload cookie.
12565
12566 2000-05-22 Sam Steingold <sds@gnu.org>
12567
12568 * info.el (Info-fontify-node): Fixed the call to
12569 `add-text-properties' (bug introduced on 2000-05-18).
12570
12571 2000-05-22 Dave Love <fx@gnu.org>
12572
12573 * bindings.el: Remove debug-ignored-errors set in other files.
12574
12575 * progmodes/etags.el: Add to debug-ignored-errors.
12576 (visit-tags-table-buffer): Clear out buffers holding old tables
12577 when making a new list.
12578 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12579 mapc.
12580
12581 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12582 quote keywords.
12583 (cmpl-string-case-type): Use character classes.
12584
12585 * comint.el:
12586 * textmodes/ispell.el:
12587 * imenu.el:
12588 * mail/mh-e.el:
12589 * progmodes/compile.el: Add to debug-ignored-errors.
12590
12591 * dabbrev.el: Add to debug-ignored-errors.
12592 (dabbrev-completion): Use mapc.
12593
12594 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12595
12596 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12597 (woman-mapcan, woman-parse-man.conf)
12598 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12599 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12600 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12601 path syntax better.
12602 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12603 (woman-manpath): Call woman-parse-man.conf.
12604 (woman-emulation): New defcustom, defaults to nroff.
12605 (woman-font-support): New defconst.
12606 (woman-use-symbol-font): New defcustom.
12607 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12608 "Emulation".
12609 Many functions: Doc fix.
12610
12611 2000-05-22 Kenichi Handa <handa@etl.go.jp>
12612
12613 * international/quail.el (quail-simple-translation-keymap): Map
12614 128..255 to quail-self-insert-command.
12615 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12616
12617 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12618
12619 * help.el (help-manyarg-func-alist): Typo.
12620
12621 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12622 intervals which makes it heaps simpler.
12623
12624 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12625 the nested comment markers.
12626
12627 * subr.el (remove-hook): Don't turn the hook's value into a list.
12628
12629 2000-05-21 Dave Love <fx@gnu.org>
12630
12631 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12632 are invalid characters.
12633
12634 * international/mule-util.el (detect-coding-with-priority): Use
12635 mapc. Remove redundant lambda.
12636
12637 * international/mule-diag.el (list-non-iso-charset-chars)
12638 (describe-fontset): Remove redundant lambda.
12639
12640 * emulation/crisp.el (brief-mode): New alias.
12641
12642 * emacs-lisp/ring.el (ring-elements): New function.
12643
12644 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12645 (easy-menu-do-add-item): Use keywordp.
12646
12647 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12648
12649 * replace.el: Doc and error message fixes.
12650 (replace-highlight): Use facep, not internal-find-face.
12651
12652 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12653
12654 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12655
12656 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12657 (log-edit-insert-changelog): Drop `:' as well.
12658
12659 * log-view.el: Fix file description.
12660 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12661 available.
12662 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12663 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12664
12665 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12666 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12667 Print a status message if the toggle is called interactively.
12668 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12669 for global minor modes and use `defcustom' for them.
12670 Use add-minor-mode.
12671 (easy-mmode-define-derived-mode): Remove.
12672 (define-derived-mode): Fancier default docstring.
12673 (easy-mmode-define-navigation): Signal an error rather than (ding).
12674
12675 * newcomment.el (comment-styles): New `box-multi'.
12676 (comment-normalize-vars): Better default for comment-continue to
12677 avoid whitespace-only continuations.
12678 (comment-search-forward): Always move even in the no-syntax case.
12679 (comment-padright): Only obey N if it's only obeyed for padleft.
12680 (comment-make-extra-lines): Better handling of empty continuations.
12681 Use `=' for the filler if comment-start has only one character.
12682 (uncomment-region): Try handling the special `=' filler.
12683 (comment-region): Allow LINES even if MULTI is nil.
12684 (comment-box): Choose box style based on comment-style.
12685
12686 2000-05-20 Kenichi Handa <handa@etl.go.jp>
12687
12688 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12689 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12690
12691 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
12692
12693 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12694 and insert, not subst-char-in-region.
12695
12696 * international/mule-diag.el (list-character-sets-1): Handle
12697 charsets eight-bit-control and eight-bit-graphic.
12698 (list-iso-charset-chars): Likewise.
12699 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12700 charactes as is. Use indent-to to align characters.
12701
12702 * international/mule-cmds.el (find-multibyte-characters): Never
12703 exclude charsets eight-bit-control and eight-bit-graphic.
12704
12705 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12706
12707 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12708 Don't quote lambdas.
12709
12710 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12711
12712 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12713
12714 * gud.el (gud-jdb-directories): Doc fix.
12715
12716 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12717
12718 * newcomment.el: New file.
12719
12720 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12721
12722 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12723
12724 2000-05-18 Andreas Schwab <schwab@suse.de>
12725
12726 * dired.el (dired-between-files): Also skip lines beginning with
12727 `used'.
12728
12729 2000-05-18 Gerd Moellmann <gerd@gnu.org>
12730
12731 * msb.el (msb-menu-cond): Add choice `user'.
12732
12733 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12734
12735 * ps-print.el: Compatibility, customization and doc fix.
12736 (ps-printer-name-option): Replace defconst by defvar.
12737 (ps-postscript-code-directory): XEmacs compatibility.
12738 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12739 fix.
12740 (ps-user-defined-prologue, ps-print-prologue-header)
12741 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12742 compatibility and code fix.
12743 (ps-print-background-image, ps-print-background-text):
12744 Customization fix.
12745 (ps-line-number-start, ps-n-up-on): New vars.
12746
12747 2000-05-18 Espen Skoglund <esk@ira.uka.de>
12748
12749 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12750 the indent-comment function to just return the appropriate indent.
12751
12752 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12753
12754 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12755 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12756 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12757
12758 2000-05-18 Dave Love <fx@gnu.org>
12759
12760 * info.el (Info-fontify-node): Add intangible property as well as
12761 invisible.
12762
12763 * calendar/appt.el (appt-make-list): Match all lines of entry.
12764 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12765
12766 2000-05-18 Kenichi Handa <handa@etl.go.jp>
12767
12768 * international/mule-diag.el (describe-char-after): Call
12769 internal-char-font, not char-font. If internal-char-font returns
12770 nil, display "-- none --".
12771
12772 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12773
12774 * image.el (image-type-available-p): Don't reference image-types
12775 if it isn't bound.
12776
12777 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12778
12779 * autoarg.el (autoarg-mode): Typo in the :set argument.
12780
12781 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12782
12783 * startup.el (command-line-1): Don't signal an error if the
12784 directory for auto-save-list files does not yet exist.
12785
12786 2000-05-17 Kenichi Handa <handa@etl.go.jp>
12787
12788 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12789
12790 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12791
12792 * subr.el (remove-hook): `setq' hook-value, not `set'.
12793
12794 2000-05-16 Sam Steingold <sds@gnu.org>
12795
12796 * info.el (debug-ignored-errors): More errors to ignore.
12797
12798 2000-05-16 Dave Love <fx@gnu.org>
12799
12800 * cus-edit.el: Don't require cl or easymenu.
12801 (custom-variable-prompt): Test standard-value property, not
12802 user-variable-p.
12803
12804 2000-05-16 Sam Steingold <sds@gnu.org>
12805
12806 * subr.el (add-hook): `setq' hook-value, not `set'.
12807
12808 2000-05-16 Gerd Moellmann <gerd@gnu.org>
12809
12810 * startup.el (command-line-1): Mention the FAQ in the startup
12811 message.
12812
12813 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12814
12815 * progmodes/compile.el (compilation-parse-errors): Collect
12816 `nomessage' regexps last.
12817
12818 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12819
12820 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12821 to the function name.
12822
12823 2000-05-15 Dave Love <fx@gnu.org>
12824
12825 * speedbar.el (speedbar-recenter): Typo.
12826 (speedbar-expand-line): Make arg optional.
12827 (speedbar-mode): Avoid a compiler warning.
12828
12829 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12830
12831 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12832 user-specified option string is empty.
12833
12834 * mouse.el (mouse-yank-at-click): Doc fix.
12835
12836 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12837
12838 * term/internal.el (IT-character-translations): More updates of
12839 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12840 documents.
12841
12842 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12843
12844 * env.el (getenv): New function, interactively callable.
12845 (setenv, getenv): Remove autoload cookies.
12846
12847 * loadup.el: Load `env'.
12848
12849 * progmodes/f90.el: Change author's mail address.
12850
12851 2000-05-14 Dave Love <fx@gnu.org>
12852
12853 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12854 goto-addr as an option.
12855
12856 * help.el (help-xref-stack): Doc fix.
12857 (help-xref-following): New variable.
12858 (help-make-xrefs): Use it.
12859 (help-xref-go-back): Use position information from stack element.
12860 (help-follow): Make position in stack element a pair. Use
12861 help-xref-following.
12862
12863 * autoarg.el: New file.
12864
12865 * faces.el: Declare more functions obsolete.
12866
12867 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12868 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12869 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12870 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12871 Remove all the setup-...-environment functions.
12872
12873 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12874
12875 * speedbar.el: Updated the commentary section. xemacs20p now uses
12876 >= when detecting. Require `defimage' safely.
12877 (speedbar-easymenu-definition-base): Add toggle for images.
12878 (speedbar-easymenu-definition-special): Add flush cache & expand.
12879 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12880 (speedbar-reconfigure-keymaps-hook): New variable.
12881 (speedbar-frame-parameters): Updated documentation.
12882 (speedbar-use-imenu-flag): Updated custom tag
12883 (speedbar-dynamic-tags-function-list): New variable.
12884 (speedbar-tag-hierarchy-method): Updated doc & custom.
12885 (speedbar-indentation-width, speedbar-indentation-width) New
12886 variables.
12887 (speedbar-hide-button-brackets-flag): Customizable.
12888 (speedbar-vc-indicator): Doc update.
12889 (speedbar-ignored-path-expressions): Updated default value.
12890 (speedbar-supported-extension-expressions): Updated default value.
12891 (speedbar-syntax-table): Remove {} paren status.
12892 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12893 as "+". Added overlay aliases.
12894 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12895 `force-mode-line-update'.
12896 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12897 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12898 `mouse-set-point'
12899 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12900 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12901 of arbitrary text, and new helper functions.
12902 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12903 filename finder.
12904 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12905 (speedbar-directory-buttons): Update path search/expansion.
12906 (speedbar-make-tag-line): Pay attention to
12907 `speedbar-indentation-width'. Use more care w/ invisible
12908 properties.
12909 (speedbar-change-expand-button-char): Call
12910 `speedbar-insert-image-button-maybe'.
12911 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12912 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12913 (speedbar-trim-words-tag-hierarchy)
12914 (speedbar-simple-group-tag-hierarchy): New functions
12915 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12916 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12917 functions.
12918 (speedbar-mouse-set-point): New function
12919 (speedbar-power-click): Updated documentation.
12920 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12921 of tag prefix text.
12922 (speedbar-expand-line, speedbar-contract-line): Make more robust
12923 to strange text.
12924 (speedbar-expand-line): Takes universal argument to flush the
12925 cache.
12926 (speedbar-flush-expand-line): New function.
12927 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12928 Use new generator insertion method.
12929 (speedbar-fetch-dynamic-tags): New function.
12930 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12931 `speedbar-fetch-dynamic-imenu'.
12932 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12933 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12934 "Revert Buffer" menu items.
12935 (speedbar-buffer-buttons-engine): Be smarter when creating a
12936 filename tag (for expansion purposes.).
12937 (speedbar-highlight-one-tag-line,
12938 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12939 (speedbar-recenter): New functions.
12940 (defimage-speedbar): Image loading abstraction.
12941 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12942 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12943 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12944 (speedbar-tag-type, speedbar-tag-mail): New images.
12945 (speedbar-expand-image-button-alist): New variable.
12946 (speedbar-insert-image-button-maybe): Insert an image over some
12947 buttons.
12948
12949 2000-05-13 Kenichi Handa <handa@etl.go.jp>
12950
12951 * international/mule-cmds.el (encode-coding-char): An ASCII
12952 character is always encodable.
12953
12954 * international/mule-conf.el: Add more information in descriptions
12955 of character sets.
12956
12957 * international/mule-diag.el (describe-char-after): New function.
12958 (describe-font-internal): Adjusted for the change of font-info.
12959 (describe-font): Likewise.
12960 (print-fontset): Rewritten for the new fontset implementation.
12961 (describe-fontset): Include fontset alias names in completion.
12962 (list-fontsets): Adjusted for the change of print-fontset.
12963
12964 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12965 describe-char-after instead of displaying the detail in the echo
12966 area.
12967 (syntax-code-table): Format changed.
12968 (string-to-syntax): Adjusted for the above change.
12969
12970 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12971
12972 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12973
12974 2000-05-12 Dave Love <fx@gnu.org>
12975
12976 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12977 dependence. Use line-{beginning,end}-position, not
12978 point-at{b,e}ol. Some doc fixes.
12979 (todo-position): New function. Fix callers of position to use it.
12980 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12981
12982 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12983
12984 * time.el (display-time-mail-icon): Use `:ascent center'.
12985
12986 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12987 handling FTP security extensions.
12988
12989 2000-05-11 Dave Love <fx@gnu.org>
12990
12991 * calendar/todo-mode.el: New file.
12992
12993 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12994
12995 * comint.el (comint-read-input-ring): Move reference to
12996 comint-input-ring-size outside of the save-excursion. It was
12997 causing the default value to be the only one ever seen.
12998
12999 * font-lock.el: Update copyright. Remove Simon Marshall's email
13000 address on request from him.
13001
13002 * subr.el (substitute-key-definition): Add comment describing
13003 the meaning of PREFIX.
13004
13005 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13006
13007 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13008
13009 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13010 (add-minor-mode): Don't make the variable buffer-local and add a
13011 reference to define-minor-mode in the docstring.
13012
13013 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13014 HEADER/FOOTER and fix bug with trailing empty directory.
13015 (cvs-append-to-ignore): Use vc-editable-p if available.
13016 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13017 (vc-do-command): Tweak advice to handle the new VC.
13018
13019 * log-view.el (log-view-goto-rev): New function for the new VC.
13020 (log-view-minor-wrap): Use mark-active.
13021
13022 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13023 (log-edit-changelog-full-paragraphs): New var.
13024 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13025 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13026 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13027 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13028 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13029 Replace the `cvs' prefix with `log-edit'.
13030
13031 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13032
13033 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13034 (diff-font-lock-defaults): Explicitly turn off multiline.
13035 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13036 (diff-ediff-patch): Fix call to ediff-patch-file.
13037 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13038 Handle comments.
13039
13040 * frame.el (automatic-hscrolling): Typo.
13041
13042 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13043
13044 2000-05-09 Sam Steingold <sds@goems.com>
13045
13046 * apropos.el (apropos-print): use `describe-face' instead of
13047 `customize-face-other-window'.
13048
13049 2000-05-09 Dave Love <fx@gnu.org>
13050
13051 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13052
13053 * help.el (describe-variable): Have customize button pop the
13054 help-xref stack when invoked.
13055 (help-xref-symbol-regexp): Add `face'.
13056 (help-make-xrefs): Check for quoted face names and adapt regexp
13057 submatch numbers to cope.
13058 (help-xref-interned): Maybe insert face doc too. Separate
13059 sections with a line of hyphens.
13060
13061 * faces.el: Some doc fixes. Declare some functions obsolete.
13062 (describe-face): Add customize button. Return the help
13063 text. Fix prompt.
13064
13065 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13066
13067 * term/internal.el (IT-character-translations): Fix last change.
13068
13069 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13070
13071 * woman.el: New file
13072 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13073
13074 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13075
13076 * term/internal.el (IT-character-translations): Update ASCII
13077 simulations for greek-iso8859-7, add latin-iso8859-14 and
13078 latin-iso8859-15.
13079
13080 * international/mule-cmds.el (set-language-info-alist): Call
13081 define-prefix-command with 3 arguments, to make the map suitable
13082 for a menu.
13083
13084 2000-05-07 Dave Love <fx@gnu.org>
13085
13086 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13087
13088 2000-05-05 Dave Love <fx@gnu.org>
13089
13090 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13091 list in doc string. Don't quote keyword symbols.
13092 * emacs-lisp/cl.el: Likewise
13093 * emacs-lisp/cl-seq.el: Likewise
13094
13095 2000-05-05 Gerd Moellmann <gerd@gnu.org>
13096
13097 * abbrev.el (abbrev-mode): Make ARG optional.
13098
13099 2000-05-04 Gerd Moellmann <gerd@gnu.org>
13100
13101 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13102
13103 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13104
13105 * subr.el (substitute-key-definition): Clarify documentation.
13106
13107 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
13108
13109 * glasses.el (glasses-convert-to-unreadable): Use
13110 `glasses-separator' instead of the hard-wired "_".
13111 (glasses-mode): Call `glasses-make-unreadable' only in a single
13112 place.
13113
13114 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13115
13116 * term/internal.el (cjk-codepages-alist): Add associations for
13117 Chinese and Korean codepages. Remove FIXME comment.
13118
13119 2000-05-03 Dave Love <fx@gnu.org>
13120
13121 * time.el (display-time-mail-face, display-time-use-mail-icon):
13122 New option.
13123 (display-time-mail-icon): New variable.
13124 (display-time-string-forms): Use the above. Fix the local-map.
13125
13126 2000-05-03 Gerd Moellmann <gerd@gnu.org>
13127
13128 * replace.el (query-replace-map): Add binding for `E'.
13129 (query-replace-help): Extend help text.
13130 (perform-replace): Allow editing the replacement string.
13131
13132 * make-mode.el (makefile-mode-abbrev-table): New variable.
13133 (makefile-mode): Set local abbrev table to
13134 makefile-mode-abbrev-table.
13135 (makefile-font-lock-keywords): Fontify includes and conditionals.
13136
13137 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13138 set TOGGLE's value.
13139
13140 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13141 mail-interactive-insert-alias.
13142 (mail-abbrev-complete-alias): New command.
13143 (mail-mode-map): Bind it to `M-TAB'.
13144
13145 2000-05-03 Kenichi Handa <handa@etl.go.jp>
13146
13147 * language/lao-util.el (lao-compose-region): New function.
13148
13149 2000-05-02 Gerd Moellmann <gerd@gnu.org>
13150
13151 * files.el (recover-session): Make directories as necessary
13152 if they don't exist yet.
13153
13154 * calendar/cal-french.el
13155 (french-calendar-multibyte-special-days-array)
13156 (french-calendar-special-days-array): Change French text.
13157 (calendar-french-date-string): Change output.
13158 (calendar-goto-french-date): Likewise.
13159
13160 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13161
13162 * wid-edit.el (widget-default-active): Obey `:always-active'.
13163 (widget-documentation-string-value-create): Set `:always-active'.
13164
13165 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13166
13167 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13168 default prefix to `~/_emacs.d/auto-save.list/_s'.
13169 (normal-top-level): Create the directory for auto-save files, if
13170 it doesn't already exist (in the ms-dos case only).
13171
13172 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13173
13174 * international/mule-cmds.el (set-language-environment): Don't
13175 concat an integer (dos-codepage), use format instead.
13176
13177 2000-05-02 Dave Love <fx@gnu.org>
13178
13179 * help.el (help-xref-on-pp): Check for constant symbols.
13180
13181 2000-04-29 Gerd Moellmann <gerd@gnu.org>
13182
13183 * startup.el (normal-top-level): Put a condition-case around
13184 the code loading subdirs.el.
13185
13186 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13187
13188 * ps-print.el: Upside-down and face background color printing,
13189 line number step, doc fix.
13190 (ps-print-version): New version number (5.2).
13191 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13192 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13193 (ps-spool-config): Var fix.
13194 (ps-printer-name-option): Const fix.
13195 (ps-print-upside-down, ps-use-face-background)
13196 (ps-line-number-step): New vars.
13197 (ps-window-system, ps-lp-system): New consts.
13198 (ps-face-background): New fun.
13199
13200 2000-04-28 Richard Stallman <rms@gnu.org>
13201
13202 * files.el (make-auto-save-file-name):
13203 Apply auto-save-file-name-transforms to visited file name
13204 before generating auto save file name.
13205 (auto-save-file-name-transforms): New variable.
13206
13207 * files.el (backup-enable-predicate):
13208 Correctly test for a file under a temporary directory.
13209
13210 2000-04-28 Gerd Moellmann <gerd@gnu.org>
13211
13212 * subr.el (add-minor-mode): Rewritten.
13213
13214 2000-04-28 Kenichi Handa <handa@etl.go.jp>
13215
13216 * mail/sendmail.el (sendmail-send-it): Set
13217 buffer-file-coding-system to the selected coding system for MIME
13218 header.
13219
13220 2000-04-27 Gerd Moellmann <gerd@gnu.org>
13221
13222 * dired.el (dired-move-to-filename-regexp): Allow format where
13223 YYYY is followed by two spaces.
13224
13225 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13226 in the second character class of the regexp.
13227
13228 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13229 mh-etc, too.
13230
13231 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13232 nil.
13233
13234 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13235
13236 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13237 argument.
13238
13239 2000-04-27 Sen Nagata <sen@eccosys.com>
13240
13241 * emacs-lisp/crm.el (crm-completion-table): New variable.
13242 (crm-collection-fn, crm-test-completion)
13243 (completing-read-multiple): Use it.
13244
13245 2000-04-27 Dave Love <fx@gnu.org>
13246
13247 * help.el (locate-library): Use mapc.
13248 (help-manyarg-func-alist): Add call-process-region.
13249
13250 2000-04-26 Gerd Moellmann <gerd@gnu.org>
13251
13252 * subr.el (add-minor-mode): Make argument MAP optional.
13253
13254 * desktop.el (desktop-save): Save list of minor modes.
13255 (desktop-create-buffer): Restore minor modes.
13256 (desktop-minor-mode-table): New user-option.
13257
13258 * subr.el (add-minor-mode): New function.
13259
13260 * image.el (find-image): New function.
13261 (defimage): Rewritten to find image at load time.
13262
13263 * startup.el (normal-top-level-add-to-load-path): Handle
13264 case that the default directory is not in load-path.
13265
13266 * help.el: Old patch from Stefan Monnier.
13267 (help-xref-on-pp): New function.
13268 (describe-variable): Use it to display xrefs in a symbol's value.
13269
13270 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13271
13272 * cus-edit.el (custom-face): Fix parenthesis.
13273
13274 2000-04-26 Kenichi Handa <handa@etl.go.jp>
13275
13276 * mail/rmail.el (rmail-expunge): When there are no deleted
13277 messages, do nothing.
13278
13279 2000-04-26 Dave Love <fx@gnu.org>
13280
13281 * international/mule-cmds.el (locale-translation-file-name):
13282 Defvar to nil.
13283 (set-locale-environment): Set it here (at runtime).
13284
13285 2000-04-25 Gerd Moellmann <gerd@gnu.org>
13286
13287 * replace.el (perform-replace): Add parameters START and END. Use
13288 them instead of the check for a region in Transient Mark mode.
13289 (query-replace-read-args): Return two more list elements for the
13290 start and end of the region in Transient Mark mode.
13291 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13292 (map-query-replace-regexp, replace-string, replace-regexp): Add
13293 optional last arguments START and END and pass them to
13294 perform-replace.
13295
13296 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13297 form with additional arguments for perform-replace.
13298
13299 * progmodes/etags.el (tags-query-replace): Add parameters START
13300 and END. Construct a form with additional arguments for
13301 perform-replace.
13302
13303 * simple.el (shell-command): Set default directory for "*Shell
13304 Command Output" buffer.
13305
13306 * language/european.el (iso-latin-4): Fix typo.
13307
13308 * emacs-lisp/crm.el: New file.
13309
13310 2000-04-24 Dave Love <fx@gnu.org>
13311
13312 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13313 (Custom-reset-saved, Custom-reset-standard)
13314 (custom-group-value-create, custom-group-set, custom-group-save)
13315 (custom-group-reset-current, custom-group-reset-saved)
13316 (custom-group-reset-standard): Use mapc.
13317 (custom-buffer-create-internal): Disable undo when creating items.
13318 Use mapc.
13319 (custom-face): Avoid redundant lambda.
13320
13321 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13322
13323 * startup.el (auto-save-list-file-prefix): Set default to
13324 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13325
13326 2000-04-24 Sam Steingold <sds@gnu.org>
13327
13328 * time-stamp.el (time-stamp-string-preprocess): Always convert
13329 `field-result' to a string.
13330
13331 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13332
13333 * frame.el (scrolling): New group.
13334 (automatic-hscrolling): New user-option.
13335
13336 * startup.el (command-line-x-option-alist): Add `-lsp' and
13337 `--line-spacing'.
13338
13339 2000-04-19 Dave Love <fx@gnu.org>
13340
13341 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13342 (cl-mapc): Rename from mapc. Fix the funcall.
13343
13344 2000-04-19 Gerd Moellmann <gerd@gnu.org>
13345
13346 * simple.el (clone-indirect-buffer-other-window): New command.
13347 (clone-indirect-buffer): Add optional arg NORECROD.
13348 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13349
13350 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13351
13352 * window.el (count-screen-lines): New function.
13353 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13354 instead of window-buffer-height.
13355
13356 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13357 non-existing variable comint-input-sentinel.
13358 (inferior-lisp-args-to-list): Removed.
13359 (inferior-lisp): Use split-string instead of
13360 inferior-lisp-args-to-list.
13361
13362 * hexl.el (hexl-insert-hex-string): New command.
13363
13364 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13365 instead of concat.
13366
13367 2000-04-18 Gerd Moellmann <gerd@gnu.org>
13368
13369 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13370 at the start of an existing but empty folder.
13371
13372 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13373
13374 * ps-mule.el: Customization fix, doc fix.
13375 (ps-multibyte-buffer): Customization fix.
13376
13377 2000-04-17 Richard M. Stallman <rms@gnu.org>
13378
13379 * subr.el (read-passwd): Use read-char-exclusive.
13380
13381 2000-04-17 Gerd Moellmann <gerd@gnu.org>
13382
13383 * textmodes/texinfo.el (texinfo-insert-@email)
13384 (texinfo-insert-@emph, texinfo-insert-@quotation)
13385 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13386 (texinfo-mode-map): Add key bindings for them.
13387
13388 * files.el (basic-save-buffer-2): Use a template with `$'
13389 instead of `#' for VMS.
13390
13391 * simple.el (clone-indirect-buffer): New function.
13392
13393 2000-04-16 Stephen Eglen <stephen@gnu.org>
13394
13395 * iswitchb.el (iswitchb-case): New function. If the user input
13396 contains any upper-case characters, the search is made
13397 case-sensitive.
13398
13399 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13400
13401 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13402 comment-end.
13403 (texinfo-font-lock-syntactic-keywords): New var.
13404 (texinfo-font-lock-keywords): Remove comment regexp.
13405 (texinfo-insert-block): New function.
13406 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13407 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13408 and font-lock-defaults. Use regexp-opt for outline-regexp.
13409 (texinfo-environments): New var.
13410 (texinfo-environment-regexp): Use regexp-opt and
13411 texinfo-environments.
13412
13413 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13414 ispell-process is bound since this might be eval'd before ispell
13415 is loaded.
13416 (ispell-message): Use a tiny bit less magic and a bit more hard
13417 data to figure out what kind of sc-cite-regexp to use.
13418
13419 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13420
13421 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13422 (insert-cyclic-diary-entry): Unquote the lambda.
13423
13424 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13425
13426 * files.el (backup-enable-predicate): Unquote the lambda.
13427
13428 * cus-edit.el (custom-face, face): Unquote the lambda.
13429
13430 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13431
13432 * ps-print.el: Check for line-beginning-position definition.
13433
13434 * ps-print.el: Fix counting lines in a region.
13435 (ps-print-version): New version number (5.1.5).
13436 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13437 (ps-printing-region): Fun code fix.
13438
13439 2000-04-15 Gerd Moellmann <gerd@gnu.org>
13440
13441 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13442 to file-directory-p.
13443
13444 2000-04-14 Gerd Moellmann <gerd@gnu.org>
13445
13446 * gud.el (gud-jdb-build-source-files-list): Check that directory
13447 exists before calling directory-files.
13448
13449 2000-04-13 Dave Love <fx@gnu.org>
13450
13451 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13452 syntax.
13453
13454 * emacs-lisp/cl-specs.el: Remove when, unless.
13455
13456 * emacs-lisp/cl-extra.el: Don't quote keywords.
13457 (cl-old-mapc): New variable.
13458 (mapc): Use it.
13459 (cl-map-intervals): Use with-current-buffer. Don't check for
13460 next-property-change.
13461 (cl-map-overlays): Use with-current-buffer.
13462 (cl-expt): Remove.
13463 (copy-tree, remprop): Define unconditionally.
13464
13465 * emacs-lisp/cl-compat.el (keywordp): Remove.
13466
13467 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13468 to use keywordp.
13469 (edebug-spec): Enable keywordp.
13470
13471 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13472 string-lessp.
13473
13474 * cus-start.el: Use keywordp.
13475
13476 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13477
13478 * diary-lib.el (include-other-diary-files): Fix the fix of
13479 2000-02-18 by doing a save-excursion.
13480
13481 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13482
13483 * ps-print.el: Customization fix, doc fix.
13484 (ps-print-version): New version number (5.1.4).
13485 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13486 (ps-print-preprint): Adjust code.
13487 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13488 (ps-print-prologue-header, ps-print-control-characters)
13489 (ps-spool-config): Customization fix.
13490
13491 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13492
13493 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13494 converted to the new menu-item format, names silightly changed,
13495 help strings added.
13496
13497 Support for spelling without async subprocesses:
13498
13499 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13500 (ispell-session-buffer): New variables.
13501 (ispell-start-process, ispell-process-status,
13502 ispell-accept-output, ispell-send-string): New functions, for
13503 Ispell invocation when async subprocesses aren't supported.
13504 (ispell-word, ispell-pdict-save, ispell-command-loop,
13505 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13506 to process-send-string with calls to ispell-send-string, and
13507 accept-process-output with ispell-accept-output.
13508 (ispell-init-process): Call ispell-process-status instead of
13509 process-status with.
13510 (ispell-init-process): Call ispell-start-process. Call
13511 ispell-accept-output and ispell-send-string. Don't call
13512 process-kill-without-query and kill-process if they are unbound.
13513 (ispell-async-processp): New function.
13514
13515 2000-04-12 Dave Love <fx@gnu.org>
13516
13517 * info.el: Add debug-ignored-errors.
13518 (Info-mode-menu): Add some items.
13519 (Info-directory): Add autoload cookie.
13520
13521 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13522 Modify `truncate-lines'. Make `describe-language-environment'
13523 always visible and add help. Modify `describe-key' help. Invoke
13524 Info-directory from `info'. New entry `emacs-manual'.
13525
13526 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13527
13528 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13529 propertized-buffer-identification.
13530 (ebrowse-update-member-buffer-mode-line): Likewise.
13531 (ebrowse--mode-strings): Removed.
13532 (ebrowse--mode-line-props): Removed.
13533
13534 * files.el (auto-mode-alist): Add `EBROWSE'.
13535
13536 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13537 space before testing for end of buffer.
13538 (ebrowse-load): Removed.
13539 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13540 (ebrowse-create-tree-buffer): Rewritten.
13541 (ebrowse-tree-mode): Read tree from buffer.
13542
13543 * progmodes/ebrowse-ffh.el: Removed.
13544
13545 2000-04-10 Kenichi Handa <handa@etl.go.jp>
13546
13547 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13548
13549 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13550
13551 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13552 at the wrong place.
13553
13554 2000-04-09 Dave Love <fx@gnu.org>
13555
13556 * files.el (backup-enable-predicate): Use
13557 temporary-file-directory, small-temporary-file-directory.
13558 (make-backup-file-name-function, backup-directory-alist): New
13559 variables.
13560 (make-backup-file-name-1): New function.
13561 (make-backup-file-name): Use it.
13562 (find-backup-file-name): Likewise. Use format for clarity, not
13563 concat.
13564 (file-newest-backup): Use make-backup-file-name.
13565
13566 2000-04-09 Gerd Moellmann <gerd@gnu.org>
13567
13568 * progmodes/ebrowse-ffh.el: New file.
13569
13570 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13571 to ebrowse-ffh.el.
13572 (ebrowse-load): Add autoload.
13573
13574 * finder.el (finder-commentary): Add autoload cookie.
13575
13576 * mail/rfc2368.el: Correct author's email address.
13577
13578 * progmodes/ebrowse.el: New file.
13579
13580 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13581 item help string.
13582 (easy-menu-do-add-item): Ditto.
13583 (easy-menu-define): Extend doc string.
13584
13585 * jit-lock.el (with-buffer-unmodified): Use
13586 restore-buffer-modified-p.
13587 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13588 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13589 with-buffer-unmodified.
13590
13591 2000-04-08 Dave Love <fx@gnu.org>
13592
13593 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13594 unless, when.
13595
13596 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13597
13598 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13599 (viper-flash-search-pattern): No operation when using Emacs
13600 doesn't support face.
13601 Use `viper-put-on-search-overlay'.
13602
13603 2000-04-04 Gerd Moellmann <gerd@gnu.org>
13604
13605 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13606 like C-r.
13607
13608 * progmodes/make-mode.el: Some doc fixes.
13609 (makefile-mode-abbrev-table): New variable.
13610 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13611 (makefile-font-lock-keywords): Fontify includes and conditionals.
13612 (toplevel): Require `dabbrev' and `add-log' when compiling.
13613
13614 * replace.el (perform-replace): Don't move forward one char
13615 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13616 to do that because it leaves point 1 position after the last
13617 replacement, after everything has been replaced.
13618
13619 * jit-lock.el (with-buffer-unmodified): New macro.
13620 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13621 modified state.
13622 (jit-lock-function-1): Extracted from jit-lock-function; not
13623 preserving buffer's modified state.
13624 (jit-lock-function, jit-lock-stealth-fontify): Call
13625 jit-lock-function-1.
13626
13627 * mail/rfc2368.el: Remove supernumerary copyright line.
13628
13629 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
13630
13631 * glasses.el: Provide facilities for inserting space before left
13632 parentheses and uncapitalization of identifiers.
13633 (glasses-mode): Try to remove old overlays in all cases.
13634
13635 2000-04-03 Gerd Moellmann <gerd@gnu.org>
13636
13637 * progmodes/compile.el (compile-internal): Display the compilation
13638 buffer in a different frame, if it's already displayed there.
13639
13640 * mail/rfc2368.el: New file.
13641
13642 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13643 header and insert its value as mail body.
13644
13645 * subr.el (member-ignore-case): New function.
13646
13647 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13648 (dabbrev--find-expansion): Ignore buffers matching a regexp
13649 from dabbrev-ignored-regexps.
13650
13651 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13652 to extensions handled by gzip.
13653
13654 2000-04-03 Richard M. Stallman <rms@gnu.org>
13655
13656 * files.el (insert-directory): List the total free space
13657 along with the used space.
13658
13659 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13660 line is followed by one that matches CITATION-REGEXP, end the
13661 paragraph.
13662
13663 2000-04-03 Markus Rost <rost@delysid.gnu.org>
13664
13665 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13666 (rmail-make-basic-summary-line): Use that option.
13667
13668 2000-04-03 Kenichi Handa <handa@etl.go.jp>
13669
13670 * international/mule-cmds.el (encoded-string-description):
13671 Rewritten. Try pretty description for ISO 2022 escape sequences
13672 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13673 for hexadecimal format.
13674
13675 2000-04-01 Dave Love <fx@gnu.org>
13676
13677 * cpp.el: Change customization group to `c' from `C'.
13678
13679 * vcursor.el (vcursor-move): Use display-color-p.
13680
13681 * international/mule-util.el: Provide mule-utils.
13682 (string-to-sequence): Simplify and speed up.
13683
13684 * international/mule.el (make-coding-system): Purecopy doc-string.
13685
13686 * international/mule-cmds.el: Various menu changes.
13687 (describe-specified-language-support): Handle `Default'.
13688 (set-language-info): Purecopy `info'.
13689
13690 2000-03-31 Andrew Innes <andrewi@gnu.org>
13691
13692 * vc.el (vc-backend-diff): Return the correct status if we had to
13693 retry the rcsdiff command without the --brief option.
13694
13695 2000-03-31 Dave Love <fx@gnu.org>
13696
13697 * help.el (help-manyarg-func-alist): Correct several omissions.
13698
13699 * add-log.el: Don't require cl, fortran.
13700 (add-log-current-defun-function): Doc fix.
13701 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13702 fix.
13703 (change-log-version-rcs): Function deleted.
13704 (change-log-version-number-search): Doc fix. Use
13705 vc-workfile-version. Avoid CL dolist.
13706 (add-change-log-entry): Just call add-log-current-defun to get
13707 defun. Simplify somewhat.
13708 (change-log-get-method-definition-1): Likewise.
13709 (add-log-current-defun): Return nil if calling
13710 add-log-current-defun-function does so. Move Fortran stuff to
13711 fortran.el. Return string without properties.
13712
13713 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13714 and :alpha: char classes.
13715
13716 * mail/supercite.el: Defvar curline when compiling.
13717 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13718 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13719 rather than a-zA-Z0-9 to allow non-ASCII characters.
13720
13721 2000-03-31 Gerd Moellmann <gerd@gnu.org>
13722
13723 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13724
13725 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13726 Re-enable new code.
13727
13728 * lpr.el (print-region-1): Use -d to specify printer name for
13729 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13730
13731 2000-03-31 Dave Love <fx@gnu.org>
13732
13733 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13734 for function definition in symbol's function value slot first
13735 instead of first consulting byte-compile-function-environment.
13736
13737 2000-03-31 Kenichi Handa <handa@etl.go.jp>
13738
13739 * language/european.el ("Polish"): New language environment.
13740 (setup-polish-environment): New function.
13741
13742 2000-03-30 Gerd Moellmann <gerd@gnu.org>
13743
13744 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13745 Disable new code.
13746
13747 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13748 trying to `load' the symbol of an autoload instead of the file
13749 recorded in the autoload. Fix error messages.
13750
13751 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13752
13753 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13754 (ps-print-version): New version number (5.1.3).
13755 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13756 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13757 (ps-generate-postscript-with-faces): Code fix.
13758 (ps-color-values): XEmacs compatibility.
13759 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13760 (ps-default-fg, ps-default-bg): Adjust customization.
13761 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13762 (ps-color-scale): Renaming old ps-color-value fun.
13763 (ps-print-headers): Replace ps-print-header group to avoid conflict
13764 with ps-print-header variable.
13765 (ps-print-miscellany): New group.
13766 (ps-format-color, ps-rgb-color): New funs.
13767 (ps-default-foreground): New var.
13768 (ps-printer-name-option): New const.
13769
13770 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13771
13772 * net/net-utils.el:
13773 (network-connection-host, network-connection-service): New variables
13774 (network-connection-mode): New mode, derived from comint-mode
13775 (network-connection-mode-setup): New function, saves host and
13776 service information in local variables.
13777
13778 * lisp/locate.el:
13779 (locate-word-at-point): Added this function
13780 (locate): Default to using locate-word-at-point as input
13781 Run dired-mode-hook
13782
13783 2000-03-29 Dave Love <fx@gnu.org>
13784
13785 * calendar/appt.el: Doc fixes.
13786 (appt-check): Convert min-to-app to a string before passing to
13787 appt-disp-window-function or concat.
13788 (appt-delete-window): Remove test for frame-root-window.
13789 (appt-select-lowest-window, appt-convert-time): Simplify.
13790
13791 * emacs-lisp/bytecomp.el: Doc fixes.
13792 (byte-compile-file-form-autoload): Update
13793 byte-compile-function-environment.
13794
13795 2000-03-29 Andreas Schwab <schwab@suse.de>
13796
13797 * emacs-lisp/autoload.el: Also print defsubst doc string
13798 specially.
13799
13800 * dired.el (dired-insert-directory): If dired-free-space-program
13801 failed just delete its output.
13802
13803 2000-03-29 Dave Love <fx@gnu.org>
13804
13805 * international/iso-cvt.el: Move provide to end. Doc fixes.
13806 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13807 (iso-iso2sgml, iso-sgml2iso): New functions.
13808 (iso-cvt-define-menu): Fix some entries and use backquote for
13809 clarity.
13810
13811 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13812
13813 2000-03-28 Gerd Moellmann <gerd@gnu.org>
13814
13815 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13816 ISO-DATE. If non-nil, return date in ISO 8601 format.
13817
13818 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13819
13820 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13821 if it ever becomes used.
13822 (log-edit-mode-hook): Default to vc-log-mode-hook.
13823 (log-edit-mode): Fix the docstring.
13824
13825 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13826 the code.
13827
13828 2000-03-26 Dave Love <fx@gnu.org>
13829
13830 * net/browse-url.el (browse-url): Re-fix case of
13831 browse-url-browser-function being an alist.
13832 (browse-url): Add :link to defgroup.
13833
13834 * files.el: Doc fixes.
13835 (file-truename): Include `[' in wildcard characters.
13836 (automount-dir-prefix): Customize.
13837 (find-file-wildcards): Add :version.
13838 (find-file-noselect): Simplify a mapcar call.
13839
13840 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13841 compatible with inf-lisp version.
13842 (eval-defun-1): Fix custom-declare-variable case.
13843
13844 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13845
13846 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13847
13848 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13849
13850 * Makefile (COMPILE_FIRST): New macro.
13851 (compile-files): Compile files from COMPILE_FIRST first.
13852
13853 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13854 code.
13855
13856 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13857 matching open parenthesis in column 0 to defun-prompt-regexp
13858 only if open-paren-in-column-0-is-defun-start is set.
13859
13860 * sun-curs.el: Require CL at compile-time only.
13861
13862 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13863 instead of copy-list which is a function from CL.
13864 (msb--choose-menu, msb--mode-menu-cond)
13865 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13866 (msb--init-file-alist): Use mapcar instead of mapcan.
13867 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13868 `(' in column 0 in doc string.
13869 (msb--add-separators): Use mapcar instead of mapcan.
13870
13871 * cus-dep.el: Require CL at compile-time only.
13872
13873 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13874
13875 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13876 (byte-compile-warnings): New warning `noruntime'.
13877 (byte-compile-constants, byte-compile-variables): Fix docstring.
13878 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13879 execute `eval-whenc-compile's body.
13880 (byte-compile-unresolved-functions): Fix docstring.
13881 (byte-compile-eval): New function.
13882 (byte-compile-callargs-warn): Check if the function will be available
13883 at runtime (via property `byte-compile-noruntime').
13884 (byte-compile-print-syms): New function.
13885 (byte-compile-warn-about-unresolved-functions): Also warn about
13886 `noruntime' functions (and use `byte-compile-print-syms').
13887 (byte-compile-file): Capitalize the message.
13888
13889 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13890
13891 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13892 (rmail-expunge): Ask for confirmation depending on the setting
13893 of rmail-confirm-expunge.
13894
13895 2000-03-23 Gerd Moellmann <gerd@gnu.org>
13896
13897 * Makefile (bootstrap-clean): If $(emacs) exists, build
13898 loaddefs.el first. A loaddefs.el that's not up-to-date might
13899 cause a bootstrap failure because things don't autoload as
13900 expected.
13901
13902 2000-03-23 Dave Love <fx@gnu.org>
13903
13904 * net/browse-url.el: Restore previous use of
13905 browse-url-maybe-new-window.
13906
13907 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13908
13909 * ps-print.el: Skip banner page fix.
13910 (ps-print-version): New version number (5.1.2).
13911 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13912
13913 2000-03-23 Dave Pearson <davep@davep.org>
13914
13915 * net/quickurl.el Changed the type of parameter passed to the
13916 function defined by `quickurl-format-function'. Before only the
13917 text of the URL was passed. Now the whole URL structure is passed
13918 and the function is responsible for extracting the parts it
13919 requires. Changed the default of `quickurl-format-function'
13920 accordingly.
13921 (quickurl-insert): Changed the `funcall' of
13922 `quickurl-format-function' to match the above change.
13923 (quickurl-list-insert): Changed the `url' case so that it makes
13924 use of `quickurl-format-function', previous to this the format was
13925 hard wired.
13926
13927 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13928
13929 * startup.el: Change some spellings for the X Window System.
13930
13931 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13932
13933 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13934 up the code and the regexp and make sure the cursor is temporarily
13935 moved to the suspicious line while querying the user.
13936
13937 2000-03-22 Jason Rumney <jasonr@gnu.org>
13938
13939 * w32-fns.el (w32-charset-info-alist): Initialize.
13940
13941 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13942
13943 * ps-print.el: N-up last page fix.
13944 (ps-print-version): New version number (5.1.1).
13945 (ps-end-file, ps-end-job, ps-generate): Code fix.
13946
13947 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13948
13949 * files.el (find-file-run-dired): Update docstring.
13950 (find-directory-functions): New hook.
13951 (find-file-noselect): Run find-directory-functions rather than
13952 calling dired directly.
13953
13954 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13955
13956 * pcvs.el: Add a minimal leading commentary.
13957 (cvs-make-cvs-buffer): Change the header part by removing the startup
13958 message and adding a `Module' entry. Also replace the FOOTER and
13959 HEADER special fileinfos with the new support in ewoc for updating
13960 its own footer and header.
13961 (cvs-update-header): Update to use the header/footer of the ewoc.
13962 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13963 (cvs-is-within-p): New function.
13964 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13965 to only examine some subset of the buffers.
13966
13967 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13968 `format' instead of our own ad-hoc functions.
13969 Remove HEADER and FOOTER cases, now handled in the EWOC.
13970 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13971
13972 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13973 output to avoid scaring the user.
13974 (cvs-parse-table): Catch message for non-up-to-date commits.
13975
13976 * pcvs-defs.el (cvs-startup-message): Remove.
13977 (cvs-global-menu): New autoloaded menu.
13978
13979 * pcvs-util.el (cvs-string-fill): Remove.
13980
13981 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13982 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13983 PP part of it and also make it work for footers and headers.
13984 (ewoc-create): Drop POS and BUFFER arguments.
13985 Use the DLL's dummy node to store the end-of-footer position.
13986 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13987 (ewoc-refresh): Remove unused `header' variable.
13988 (ewoc-(get|set)-hf): New functions.
13989
13990 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13991 log-view-*-(message|file) and use easy-mmode-define-navigation.
13992 (log-view-message-re): Match SCCS format as well.
13993 And match the revision line rather than the dashed separator line.
13994 (log-view-mode): Use the new define-derived-mode.
13995 (log-view-current-tag): Fill in with an actual implementation.
13996
13997 * cvs-status.el (cvs-status-(prev|next)): Rename from
13998 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13999 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14000 to let the output "breathe" a little more (more readable).
14001 (cvs-status-mode): Use the new define-derived-mode.
14002
14003 * smerge-mode.el (smerge-auto-leave): New function and variable.
14004 (smerge-basic-map): Rename from smerge-basic-keymap.
14005 Change the bindings for smerge-diff-*.
14006 (smerge-*-map): Use easy-mmode-defmap.
14007 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14008 (smerge-keep-*): Use smerge-auto-leave.
14009
14010 2000-03-21 Jason Rumney <jasonr@gnu.org>
14011
14012 * cus-edit.el (custom-button-face): Use 3D look for w32.
14013 (custom-button-pressed-face): Likewise.
14014
14015 2000-03-21 Gerd Moellmann <gerd@gnu.org>
14016
14017 * progmodes/etags.el (tags-case-fold-search): New user-option.
14018 (tags-loop-eval): New function. Bind case-fold-search around eval
14019 depending on the value of tags-case-fold-search.
14020 (tags-loop-continue): Use tags-loop-eval.
14021 (find-tag-in-order): Bind case-fold-search depending on the value
14022 of tags-case-fold-search.
14023
14024 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14025
14026 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14027 (diff-end-of-hunk): Return the end position for use in
14028 `easy-mmode-define-navigation'.
14029 (diff-recenter): Remove.
14030 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14031 of `easy-mmode-define-navigation'.
14032 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14033 previous renaming) and fix to use new names.
14034 (diff-merge-strings): Use \n as separator: simpler, faster.
14035 (diff-mode): Use `define-derived-mode'.
14036
14037 * derived.el (define-derived-mode): Don't autoload anymore.
14038 Prefer the macro-only version provided by easy-mmode.el.
14039
14040 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14041 `easy-mmode-define-derived-mode'.
14042 Use `combine-run-hooks'.
14043 (easy-mmode-define-navigation): New macro.
14044
14045 * subr.el (combine-run-hooks): New function.
14046
14047 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
14048
14049 * term/x-win.el: Fontsets related initialization is simplified.
14050
14051 * international/mule-diag.el (describe-font): Don't refer to
14052 global-fontset-alist, instead call font-list.
14053 (describe-fontset, list-fontsets, mule-diag): Likewise.
14054 (print-fontset): Adjusted for the change of fontset
14055 implementation.
14056
14057 * international/fontset.el (x-charset-registries): Variable
14058 removed, instead the corresponding data is stored in the default
14059 fontset.
14060 (register-alternate-fontnames): Function removed.
14061 (resolved-ascii-font): Variable removed.
14062 (x-compose-font-name): Ignore the second argument REDOCE.
14063 (x-complement-fontset-spec): Complement only an ASCII font and
14064 element for those charsets than can use that ASCII font.
14065 (generate-fontset-menu): Don't refer to global-fontset-alist,
14066 instead call fontset-list.
14067 (uninstantiated-fontset-alist): Variable removed.
14068 (x-style-funcs-alist): Likewise.
14069 (fontset-default-styles): Likewise.
14070 (x-modify-font-name): Function removed.
14071 (create-fontset-from-fontset-spec): Ignore the argument
14072 STYLE-VARIANT.
14073 (create-fontset-from-ascii-font): Docsting adjusted for the above
14074 change.
14075 (instantiate-fontset, resolve-fontset-name): Functions removed.
14076 (fontset-list): Now implemented by C code.
14077
14078 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14079 (describe-face): Include `font' attribute in the description.
14080
14081 2000-03-21 Kenichi Handa <handa@etl.go.jp>
14082
14083 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14084
14085 2000-03-20 Gerd Moellmann <gerd@gnu.org>
14086
14087 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14088 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14089 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14090
14091 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14092 about behavior of set-buffer-modified-p wrt redisplay.
14093
14094 2000-03-19 Richard M. Stallman <rms@gnu.org>
14095
14096 * view.el (view-mode-disable): Kill local binding of view-read-only.
14097
14098 2000-03-18 Gerd Moellmann <gerd@gnu.org>
14099
14100 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14101 is a string, convert it to a syntax cell using string-to-syntax.
14102
14103 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14104 (string-to-syntax): New function.
14105
14106 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14107 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14108 try to use passive ftp mode.
14109
14110 2000-03-17 Gerd Moellmann <gerd@gnu.org>
14111
14112 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14113
14114 * simple.el (append-to-buffer): Update point of windows after
14115 insertion.
14116
14117 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14118 forward then moving backward. Reindent.
14119
14120 * frame.el (other-frame): Call x-focus-frame only if
14121 focus-follows-mouse is off.
14122
14123 2000-03-17 Dave Love <fx@gnu.org>
14124
14125 * pcvs-util.el (cvs-strings->string): Rename
14126 replace-regexps-in-string.
14127
14128 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14129
14130 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14131 regexp for labels cannot span several lines.
14132
14133 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14134 `(setq :<key> ':<key>)' to the macro expansion.
14135
14136 2000-03-16 Dave Love <fx@gnu.org>
14137
14138 * progmodes/f90.el (f90): Put custom group under `languages', not
14139 `fortran'.
14140 (f90-mode-hook): Customize.
14141 (f90-mode): Set add-log-current-defun-function.
14142 (f90-current-defun): New function.
14143
14144 2000-03-16 Gerd Moellmann <gerd@gnu.org>
14145
14146 * cus-edit.el (custom-variable-tag-face): Handle case that
14147 default face's height is not a number.
14148 (custom-face-tag-face, custom-group-tag-face-1)
14149 (custom-group-tag-face): Ditto.
14150 (custom-group-tag-face-1): Add :group.
14151
14152 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14153
14154 2000-03-15 Gerd Moellmann <gerd@gnu.org>
14155
14156 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14157 requiring easymenu.
14158
14159 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14160
14161 * ps-print.el: PostScript user-defined prologue, PostScript error
14162 handler, doc fix.
14163 (ps-print-version): New version number (5.1).
14164 (ps-user-defined-prologue, ps-error-handler-message)
14165 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14166 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14167 (ps-insert-string): New function.
14168
14169 2000-03-15 Kenichi Handa <handa@etl.go.jp>
14170
14171 * international/ccl.el (ccl-compile-expression): Don't generate
14172 invalid self-assignment code.
14173
14174 2000-03-14 Dave Love <fx@gnu.org>
14175
14176 * subr.el (replace-regexp-in-string): Renamed from
14177 replace-regexps-in-string. Doc fix.
14178
14179 2000-03-12 Dave Love <fx@gnu.org>
14180
14181 * cus-edit.el: Doc fixes.
14182 (customize-set-variable, customize-save-variable): Rename args for
14183 doc.
14184 (custom-variable-tag-face, custom-face-tag-face)
14185 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14186 style which user identify as hyperlink.
14187 (hook): Don't add undefined functions to the hook.
14188 (debug-ignored-errors): Transfer message from bindings.el.
14189
14190 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14191
14192 * recentf.el (recentf-keep-non-readable-files-p): Remove
14193 double/nested definition.
14194
14195 2000-03-12 Dave Love <fx@gnu.org>
14196
14197 * facemenu.el (facemenu-get-face): Use display-color-p.
14198 * enriched.el (enriched-decode-foreground): Likewise.
14199 (enriched-decode-background): Likewise.
14200 * isearch.el (isearch-highlight): Likewise.
14201 * info-look.el (info-lookup): Likewise.
14202 * simple.el (completion-setup-function): Likewise.
14203
14204 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14205 :options.
14206
14207 * bindings.el (mode-line-format): Fix line-number and
14208 column-number items. Add help-echo for the background.
14209 (mode-line-mule-info): Modify help-echo.
14210
14211 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14212
14213 * files.el (load-file): Allow completion to .elc.
14214
14215 * man.el: Doc fixes.
14216 (Man-init-defvars): Use display-color-p to set fontification.
14217
14218 * play/hanoi.el (hanoi-internal): Don't use oddp.
14219
14220 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14221
14222 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14223
14224 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14225
14226 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14227
14228 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14229 Fix comment.
14230
14231 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14232
14233 * font-lock.el (font-lock-keywords): Fix the doc now that
14234 regexp-opt-depth is unnecessary.
14235 (save-buffer-state): Set an edebug spec.
14236 (font-lock-fontify-anchored-keywords): Properly handle the case when
14237 the matcher goes past the limit.
14238
14239 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14240 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14241
14242 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14243 dll.el and cookie.el (from Elib) with heavy renaming and other
14244 massaging.
14245
14246 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14247 Autoload the functions used.
14248 (easy-mmode-define-syntax): Fix CL typo.
14249 (easy-mmode-define-derived-mode): Improve the docstring generation.
14250
14251 2000-03-10 Gerd Moellmann <gerd@gnu.org>
14252
14253 * textmodes/texinfo.el (texinfo-version): Variable and function
14254 removed.
14255
14256 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14257
14258 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14259 allow more flexibility.
14260 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14261 fns.
14262 (easy-mmode-defmap, easy-mmode-defsyntax)
14263 (easy-mmode-define-derived-mode): New macros.
14264
14265 2000-03-09 Didier Verna <didier@xemacs.org>
14266
14267 * rect.el (replace-rectangle): New function.
14268
14269 2000-03-09 Dave Love <fx@gnu.org>
14270
14271 * progmodes/fortran.el (fortran-comment-line-start): Define as
14272 "C".
14273 (fortran-comment-line-start-skip): Don't match cpp stuff.
14274 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14275 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14276 (fortran-mode): Don't set fortran-comment-line-start-skip,
14277 fortran-comment-line-start here. Set comment-start,
14278 add-log-current-defun.
14279 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14280 (fortran-current-defun): New function.
14281
14282 2000-03-09 Gerd Moellmann <gerd@gnu.org>
14283
14284 * emacs-lisp/re-builder.el: New file.
14285
14286 * mouse.el (mouse-drag-region): Don't run up-event handler
14287 if hscroll has changed.
14288
14289 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14290 builtin operators, use `font-lock-builtin-face' for Emacs and
14291 `font-lock-preprocessor-face' otherwise.
14292
14293 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14294 `(defun (setf foo)' differently.
14295
14296 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14297
14298 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14299 (regexp-opt): Update comment and adapt the code the new meaning of
14300 the `paren' argument of regex-opt-group for shy-groups.
14301 (regexp-opt-depth): Handle shy groups as well as backslashed
14302 backslashes.
14303 (regexp-opt-group): Turn the leading comment into a docstring.
14304 Allow `paren' to be a string (the string to use to open a group).
14305 Remove open-presuf and close-presuf. Instead of checking for `all
14306 one-char' and then later on check for `several one-char', handle
14307 both cases close together. Also apply a more generic algorithm
14308 for suffixes (the mirror image of the algorithm used for
14309 prefixes). Use shy-groups. Use nreverse rather than reverse.
14310 (regexp-opt-try-suffix): Removed.
14311
14312 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14313 from comint-mode-map, so we can just inherit from it. Also, move
14314 the initialization into the `defvar' since there's no docstring
14315 anyway and it's fairly short.
14316 (inferior-scheme-mode): Define it as derived-mode: the code is
14317 shorter and this way we inherit from comint-mode-map rather than
14318 copying it.
14319
14320 * subr.el (replace-regexps-in-string): Properly handle the case
14321 where we match an empty string.
14322
14323 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14324 when the command has a directory component (such as "./testml").
14325 Also fix a typo in the comment.
14326
14327 2000-03-08 Gerd Moellmann <gerd@gnu.org>
14328
14329 * Makefile (compile-files): Compile files one by one because
14330 that's the only way to ensure a clean compilation environment for
14331 each individual file.
14332
14333 * frame.el (other-frame): Call x-focus-frame.
14334
14335 2000-03-07 Dave Love <fx@gnu.org>
14336
14337 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14338 :require to defcustom.
14339
14340 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14341 lists.
14342
14343 * files.el (auto-mode-alist): Add configure.in.
14344
14345 * progmodes/autoconf.el: New file.
14346
14347 2000-03-07 Gerd Moellmann <gerd@gnu.org>
14348
14349 * mail/mh-e.el: Change maintainer to `none'.
14350
14351 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14352 to remove-hook and add-hook.
14353
14354 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14355
14356 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14357 it as the default.
14358 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14359 (sendmail-send-it): Conditionally add MIME headers specifying the
14360 used character set.
14361
14362 2000-03-07 Dave Love <fx@gnu.org>
14363
14364 * winner.el: Fix keywords, autoload cookies. Split
14365 eval-when-compile form to avoid compilation failure.
14366
14367 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14368
14369 * international/mule.el: Modify comment about coding system
14370 property `coding-category'.
14371 (make-coding-system): New argument EOL-TYPE. Pay attention to
14372 coding-category property of PROPERTIES.
14373
14374 * international/mule-conf.el (coding-category-utf-8,
14375 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14376 categories. Include them in the argument for set-coding-priority.
14377
14378 * international/mule-cmds.el (reset-language-environment): Include
14379 coding-category-utf-8, coding-category-utf-16-be, and
14380 coding-category-utf-16-le in the argument for set-coding-priority.
14381 (reset-language-environment): Initialize coding-category-utf-8,
14382 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14383
14384 2000-03-06 Karl Fogel <kfogel@red-bean.com>
14385
14386 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14387 code abstracted out of `bookmark-jump-noselect'. Now tries info
14388 extensions as well as compression extensions.
14389 (bookmark-jump-noselect): Use above new func.
14390
14391 2000-03-03 Gerd Moellmann <gerd@gnu.org>
14392
14393 * strokes.el: Change maintainer's mail address.
14394
14395 2000-03-03 Kenichi Handa <handa@etl.go.jp>
14396
14397 * international/mule-diag.el (list-character-sets): Make help-echo
14398 string by substitute-command-keys.
14399 (list-character-sets): Likewise.
14400 (sort-listed-character-sets): Call help-setup-xref.
14401
14402 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14403
14404 * time.el (display-time-mail-file): Add `none' to the list of
14405 choices.
14406
14407 2000-03-01 Dave Love <fx@gnu.org>
14408
14409 * help.el (help-xref-go-back): Don't try to set position.
14410
14411 * international/mule-diag.el (list-character-sets): Call
14412 help-setup-xref. Add help-echo to xrefs.
14413 (list-character-sets-1): Add help-echo to xrefs.
14414
14415 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14416
14417 * frame.el (blink-cursor-mode): Switch cursor on when turning
14418 the mode off.
14419
14420 * add-log.el (add-log-current-defun): Add support for
14421 Autoconf mode.
14422
14423 * mail/rmail.el (rmail-quit-hook): New variable.
14424
14425 2000-03-01 Dave Love <fx@gnu.org>
14426
14427 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14428
14429 * help.el (help-xref-button): Add help-echo arg.
14430 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14431
14432 * faces.el (list-faces-display): Supply help-echo with
14433 help-make-xrefs.
14434
14435 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14436 nil.
14437
14438 2000-03-01 Gerd Moellmann <gerd@gnu.org>
14439
14440 * image.el (defimage): Look for image files in load-path.
14441
14442 * frame.el (busy-cursor-delay-seconds): Change type to
14443 `number'.
14444
14445 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14446
14447 * recentf.el (recentf): Added version tag to the defgroup of
14448 recentf.
14449
14450 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14451
14452 * recentf.el (recentf-cleanup): Changed to remove excluded file
14453 too.
14454 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14455 action to select/unselect a file.
14456 (recentf-edit-list): Code cleanup and improvement.
14457 (recentf-open-more-files-action): `recentf-open-more-files' button
14458 widget action to open a file.
14459 (recentf-open-more-files): No more use standard completion but
14460 widgets.
14461 (recentf-more-collection): Deleted.
14462 (recentf-more-history): Deleted.
14463 (recentf-setup-more-completion): Deleted.
14464
14465 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14466
14467 * recentf.el (recentf-mode): No more needs that Emacs is running
14468 under a window-system.
14469
14470 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14471
14472 * recentf.el (recentf-edit-list): New command to edit the recent
14473 list which allow the user to remove files.
14474 (recentf-edit-selected-items): New global variable, used by
14475 `recentf-edit-list' to hold the list of files to be removed from
14476 the recent list.
14477 (recentf-make-menu-items): Updated to display a "Edit list..."
14478 menu item. Minor code cleanup.
14479
14480 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14481
14482 * recentf.el (recentf-open-more-files): New command to open files
14483 that are not displayed in the menu.
14484 (recentf-more-collection): New global variable holding the set of
14485 permissible completions used by `recentf-open-more-files'.
14486 (recentf-more-history): New global variable holding the history list
14487 used by `recentf-open-more-files' completion.
14488 (recentf-setup-more-completion): New function to setup completion for
14489 `recentf-open-more-files'.
14490 (recentf-make-menu-items): Updated to display a "More..." menu item.
14491
14492 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14493
14494 * recentf.el (recentf-menu-action): Doc fixed.
14495
14496 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14497
14498 * recentf.el (recentf-menu-filter): Doc updated.
14499 (recentf-update-menu-hook): Allow menu filters to force menu update.
14500 (recentf-make-menu-items): New menu filter handling.
14501 (recentf-make-menu-item): New helper function.
14502 (recentf-menu-elements): New menu handling function.
14503 (recentf-sort-ascending): Updated to new menu filter handling.
14504 (recentf-sort-descending): Updated to new menu filter handling.
14505 (recentf-sort-basenames-ascending): New menu filter function.
14506 (recentf-sort-basenames-descending): New menu filter function.
14507 (recentf-show-basenames): New menu filter function.
14508 (recentf-show-basenames-ascending): New menu filter function.
14509 (recentf-show-basenames-descending): New menu filter function.
14510
14511 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14512
14513 * diary-lib.el (list-diary-entries): Don't try to go forward at
14514 the end of the buffer.
14515
14516 2000-02-29 Kenichi Handa <handa@etl.go.jp>
14517
14518 * international/mule-diag.el (list-character-sets): Completely
14519 rewritten.
14520 (sort-listed-character-sets): New function.
14521 (list-character-sets-1): Completely rewritten.
14522 (list-character-sets-2): New function.
14523 (non-iso-charset-alist): New variable.
14524 (decode-codepage-char): New function.
14525 (charset-history): New variable.
14526 (read-charset) (list-block-of-chars)
14527 (list-iso-charset-chars)
14528 (list-non-iso-charset-chars)
14529 (list-charset-chars): New functions.
14530 (mule-diag): Call list-character-sets-2, not
14531 list-character-sets-2.
14532 (dump-charsets): Likewise.
14533
14534 2000-02-29 Gerd Moellmann <gerd@gnu.org>
14535
14536 * dired-x.el (dired-filename-at-point): Add `@' to valid
14537 file name characters.
14538 (dired-filename-at-point): Handle ange-ftp file names.
14539
14540 * frame.el (frame-notice-user-settings): Use assq-delete-all
14541 instead of assoc-delete-all.
14542 (frame-notice-user-settings): Ditto.
14543
14544 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14545 Don't copy alist.
14546
14547 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14548
14549 * calculator.el (calculator-use-menu): New option.
14550 (calculator-initial-bindings): Changed some bindings to work as
14551 macros.
14552 (calculator-forced-input): Removed.
14553 (calculator-restart-other-mode): New variable.
14554 (calculator-mode-map): Set up menu.
14555
14556 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14557
14558 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14559 tags.
14560
14561 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14562
14563 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14564 translate all ESC key sequences.
14565 (viper-goto-mark-subr): restore markers for files for which
14566 they were saved.
14567 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14568 * viper-util.el (viper-set-replace-overlay-glyphs,
14569 viper-set-replace-overlay): always check if the replacement
14570 overlay is live.
14571 * viper.el (viper-vi-state-mode-list): added major modes.
14572 * ediff-wind.el: minor comment changes.
14573 * ediff.el: copyright notice date fix.
14574
14575 2000-02-27 Jason Rumney <jasonr@gnu.org>
14576
14577 * faces.el (face-font-family-alternatives): Add arial to helv.
14578 (mode-line, header-line, tool-bar): Same default as x for w32.
14579 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14580 face-font-family-alternatives from working.
14581 * term/w32-win.el (mouse-set-font): Do not build fontset from
14582 chosen font.
14583
14584 2000-02-25 Sam Steingold <sds@goems.com>
14585
14586 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14587 properly.
14588
14589 2000-02-25 Richard M. Stallman <rms@gnu.org>
14590
14591 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14592
14593 2000-02-25 Gerd Moellmann <gerd@gnu.org>
14594
14595 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14596 writable.
14597
14598 * frame.el (busy-cursor-delay-seconds): New option.
14599
14600 2000-02-24 Gerd Moellmann <gerd@gnu.org>
14601
14602 * frame.el (show-cursor-in-non-selected-windows): New option.
14603
14604 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14605
14606 * diary-lib.el (include-other-diary-files): Undo the selective
14607 display in any included file and don't kill it.
14608
14609 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14610
14611 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14612 bar. Menu items converted to (menu-item format, help strings
14613 added.
14614 [downcase, upcase]: Don't enable on MS-DOS.
14615 [symlink, symlinks]: Don't show if make-symbolic-link is not
14616 bound.
14617 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14618
14619 2000-02-23 Dave Love <fx@gnu.org>
14620
14621 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14622 (backward-kill-word): Revert addition of * to interactive spec --
14623 it's a feature.
14624
14625 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14626 (backward-kill-sentence, kill-sentence): Likewise.
14627
14628 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14629 scratch buffer name.
14630 (gud-format-command): Use int-to-string in ?l case. Simplify
14631 slightly.
14632
14633 * term/w32-win.el (internal-face-interactive): Update prompt for
14634 new read-face-name.
14635
14636 * mail/footnote.el (footnote): Add :version to defgroup.
14637 (footnote-section-tag-regexp): Customize.
14638 (footnote-start-tag, footnote-end-tag): New option.
14639 (footnote-latin-regexp): New variable.
14640 (Footnote-latin): New function.
14641 (footnote-style-alist): Add element for latin style.
14642 (footnote-style): Moved.
14643 (Footnote-goto-footnote): Use eq to test arg.
14644
14645 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14646
14647 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14648 (byte-compile-trueconstp): Include keywords.
14649 (byte-optimize-quote, byte-optimize-lapcode): Use
14650 byte-compile-const-symbol-p.
14651 (byte-optimize-char-before): New optimization.
14652
14653 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14654 (byte-compile-const-symbol-p): New function.
14655 (byte-compile-constp, byte-compile-out-toplevel)
14656 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14657 Use it.
14658
14659 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14660
14661 2000-02-23 Kenichi Handa <handa@etl.go.jp>
14662
14663 * international/encoded-kb.el: Be sure to update minor-mode-alist
14664 and minor-mode-map-alist.
14665 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14666 codes SS2 and SS3 correctly.
14667 (encoded-kbd-self-insert-ccl): New function.
14668 (encoded-kbd-setup-keymap): New function.
14669 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14670 by calling encoded-kbd-setup-keymap.
14671
14672 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14673 characters.
14674 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14675 locally.
14676
14677 2000-02-22 Dave Love <fx@gnu.org>
14678
14679 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14680 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14681 defvar.
14682 (lisp-mode-syntax-table): Set up for #|...|# comments.
14683 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14684 classes. Match `defface'.
14685 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14686 (eval-defun-1): Fix for defcustom.
14687 (lisp-indent-region): Doc fix.
14688
14689 * subr.el (when, unless, split-string): Doc fix.
14690 (read-passwd): Move call of clear-this-command-keys to the right
14691 place.
14692 (replace-regexps-in-string): New function.
14693
14694 2000-02-22 Gerd Moellmann <gerd@gnu.org>
14695
14696 * help.el (describe-variable): Set syntax table to
14697 emacs-lisp-mode-syntax-table when moving forward over the
14698 symbol's name.
14699
14700 2000-02-22 Dave Love <fx@gnu.org>
14701
14702 * xt-mouse.el: Doc fixes.
14703 (xterm-mouse-position-function): New function, replacing advice of
14704 mouse-position.
14705 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14706
14707 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14708
14709 2000-02-21 Gerd Moellmann <gerd@gnu.org>
14710
14711 * format.el (format-annotate-single-property-change): Handle
14712 properties.with dotted-list values.
14713 (format-proper-list-p): New function.
14714
14715 * enriched.el (enriched-face-ans): Handle '(foreground-color
14716 . COLOR) and (background-color . COLOR).
14717
14718 2000-02-20 Dave Love <fx@gnu.org>
14719
14720 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14721 and assignments to it.
14722 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14723 current local map.
14724 (make-flyspell-overlay): Use it.
14725 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14726
14727 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14728 (lm-get-header-re): Defun, not defsubst.
14729 (lm-get-package-name): Defun, not defsubst. Simplify.
14730 (lm-version): Doc fix. Simplify.
14731 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14732 (lm-crack-address, lm-last-modified-date, lm-commentary)
14733 (lm-verify, lm-synopsis): Simplify.
14734 (lm-report-bug): Require emacsbug. Use compose-mail.
14735
14736 2000-02-20 Gerd Moellmann <gerd@gnu.org>
14737
14738 * dired.el (dired-mode): Call propertized-buffer-identification
14739 to set mode-line-buffer-identification to something having
14740 the right text properties.
14741
14742 * bindings.el (propertized-buffer-identification): New function.
14743
14744 2000-02-20 Dave Love <fx@gnu.org>
14745
14746 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14747 check for t-mouse too.
14748
14749 * cus-start.el: Make echo-keystrokes `number'.
14750
14751 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14752
14753 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14754 Don't call ring-empty-p unless tags-location-ring is bound.
14755 From Noah Friedman <friedman@splode.com>.
14756
14757 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14758
14759 * progmodes/hideshow.el (hs-flag-region): No longer use
14760 `intangible' overlay property.
14761
14762 (hs-toggle-hiding): New command.
14763 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14764
14765 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14766 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14767 and deactivation.
14768
14769 2000-02-18 Gerd Moellmann <gerd@gnu.org>
14770
14771 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14772
14773 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14774
14775 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14776
14777 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14778 of `*' to handle `(* ... *)' comments.
14779
14780 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14781
14782 * faces.el (list-faces-display): Use display-mouse-p instead of
14783 window-system.
14784
14785 * menu-bar.el (global-map): Menu-bar items converted to the new
14786 format (menu-item..., rearranged for better CUA compliance, and
14787 their names changed for better clarity. Help strings added.
14788
14789 * international/mule-cmds.el (mule-menu-keymap)
14790 (describe-language-environment-map, set-coding-system-map)
14791 (setup-language-environment-map): Convert to new (menu-item...
14792 form, add help strings. Change names of menu items for better
14793 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14794 submenu).
14795
14796 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14797
14798 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14799 within the code.
14800
14801 2000-02-16 Dave Love <fx@gnu.org>
14802
14803 * faces.el: Don't require custom. Add more specific :groups to
14804 various deffaces.
14805 (set-face-attribute): Purecopy args.
14806 (read-face-name): Default to name at point and use it in prompt.
14807 Remove colon from arg in all callers.
14808 (list-faces-display): Hyperlink to face descriptions and customize
14809 buffers.
14810
14811 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14812
14813 * wid-edit.el (widget-match-inline): An atom never matches a
14814 list.
14815
14816 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14817
14818 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14819 at ':' characters by call to split-string.
14820
14821 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14822
14823 * textmodes/bibtex.el: Added RCS version identification.
14824
14825 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14826
14827 * textmodes/bibtex.el: Some temporary comments removed.
14828 (bibtex-field-name, bibtex-entry-type): Made the relationship
14829 explicit.
14830 (bibtex-field-const): Allow capital letters.
14831 (bibtex-start-of-string): Deleted because unused.
14832
14833 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14834 use the term 'reference' to describe a bibtex entry as a whole.
14835 Further, reference keys are no longer called 'labels'.
14836 (bibtex-keys): Renamed to bibtex-reference-keys.
14837 (bibtex-reformat-previous-labels): Renamed to
14838 bibtex-reformat-previous-reference-keys.
14839 (bibtex-reference-type): Renamed to bibtex-entry-type.
14840 (bibtex-reference-head): Renamed to bibtex-entry-head.
14841 (bibtex-reference-maybe-empty-head): Renamed to
14842 bibtex-entry-maybe-empty-head.
14843 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14844 (bibtex-search-reference): Renamed to bibtex-search-entry.
14845 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14846 bibtex-enclosing-entry-maybe-empty-head.
14847 (bibtex-entry-field-alist, bibtex-entry-head,
14848 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14849 bibtex-map-entries, bibtex-search-entry,
14850 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14851 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14852 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14853 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14854 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14855 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14856 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14857
14858 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14859
14860 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14861 comment.
14862 (bibtex-format-field-delimiters): New function, functionality
14863 extracted from bibtex-format-entry.
14864 (bibtex-autokey-get-yearfield-digits): New function, functionality
14865 extracted from bibtex-autokey-get-yearfield.
14866
14867 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14868 entries in order to avoid stack overflow in the regexp matcher if
14869 field contents become large.
14870 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14871 bibtex-field-string-part-not-braced,
14872 bibtex-field-string-part-no-inner-braces,
14873 bibtex-field-string-part-1-inner-brace,
14874 bibtex-field-string-part-2-inner-braces,
14875 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14876 bibtex-field-string-quoted, bibtex-field-string,
14877 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14878 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14879 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14880 as parsing is now performed by the following functions.
14881 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14882 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14883 bibtex-parse-field-string, bibtex-search-forward-field-string,
14884 bibtex-parse-association, bibtex-field-name-for-parsing,
14885 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14886 bibtex-search-forward-field, bibtex-search-backward-field,
14887 bibtex-start-of-field, bibtex-end-of-field,
14888 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14889 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14890 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14891 bibtex-parse-string, bibtex-search-forward-string,
14892 bibtex-search-backward-string, bibtex-start-of-string,
14893 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14894 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14895 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14896 entries. Instead of reporting the results of the parsing by
14897 match-beginning or match-end, these functions return data structures
14898 that hold the corresponding positions.
14899 (bibtex-enclosing-field): Changed to also report field boundaries by
14900 return values rather than by match-beginning or match-end. The
14901 following functions have been adapted to use the new parsing
14902 functions.
14903 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14904 bibtex-enclosing-field, bibtex-format-entry,
14905 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14906 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14907 bibtex-print-help-message, bibtex-end-of-entry,
14908 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14909 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14910 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14911 method for parsing.
14912 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14913 bibtex-map-entries, bibtex-flash-head,
14914 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14915 bibtex-autokey-change, bibtex-autokey-get-namefield,
14916 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14917 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14918 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14919 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14920 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14921 order to make the new binding of case-fold-search immediately
14922 visible.
14923
14924 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14925
14926 * textmodes/bibtex.el: Copyright notice is up to date.
14927 Added constant 'bibtex-maintainer-salutation.
14928
14929 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14930 than make-temp-name, use match-string-no-properties and eliminate
14931 a quadratic behavior when building bibtex-strings.
14932
14933 * bibtex.el (bibtex-reference-key): Accept string entries whose
14934 reference key contains upper case letters.
14935
14936 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14937
14938 * bibtex.el (bibtex-reference-head): Allow entries to start with
14939 a new line.
14940
14941 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14942
14943 * bibtex.el: Hiding of entry bodies is not longer provided by
14944 bibtex.el directly. Instead the hideshow package can be used.
14945 Added a special bibtex entry to hs-special-modes-alist.
14946 (bibtex-hs-forward-sexp): Added for hideshow.el.
14947
14948 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14949
14950 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14951 at ':' characters by call to split-string.
14952
14953 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14954
14955 * textmodes/bibtex.el: Added RCS version identification.
14956
14957 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14958
14959 * textmodes/bibtex.el: Some temporary comments removed.
14960 (bibtex-field-name, bibtex-entry-type): Made the relationship
14961 explicit.
14962 (bibtex-field-const): Allow capital letters.
14963 (bibtex-start-of-string): Deleted because unused.
14964
14965 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14966 use the term 'reference' to describe a bibtex entry as a whole.
14967 Further, reference keys are no longer called 'labels'.
14968 (bibtex-keys): Renamed to bibtex-reference-keys.
14969 (bibtex-reformat-previous-labels): Renamed to
14970 bibtex-reformat-previous-reference-keys.
14971 (bibtex-reference-type): Renamed to bibtex-entry-type.
14972 (bibtex-reference-head): Renamed to bibtex-entry-head.
14973 (bibtex-reference-maybe-empty-head): Renamed to
14974 bibtex-entry-maybe-empty-head.
14975 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14976 (bibtex-search-reference): Renamed to bibtex-search-entry.
14977 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14978 bibtex-enclosing-entry-maybe-empty-head.
14979 (bibtex-entry-field-alist, bibtex-entry-head,
14980 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14981 bibtex-map-entries, bibtex-search-entry,
14982 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14983 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14984 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14985 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14986 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14987 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14988 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14989
14990 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14991
14992 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14993 comment.
14994 (bibtex-format-field-delimiters): New function, functionality
14995 extracted from bibtex-format-entry.
14996 (bibtex-autokey-get-yearfield-digits): New function, functionality
14997 extracted from bibtex-autokey-get-yearfield.
14998
14999 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15000 entries in order to avoid stack overflow in the regexp matcher if
15001 field contents become large.
15002 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15003 bibtex-field-string-part-not-braced,
15004 bibtex-field-string-part-no-inner-braces,
15005 bibtex-field-string-part-1-inner-brace,
15006 bibtex-field-string-part-2-inner-braces,
15007 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15008 bibtex-field-string-quoted, bibtex-field-string,
15009 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15010 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15011 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15012 as parsing is now performed by the following functions.
15013 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15014 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15015 bibtex-parse-field-string, bibtex-search-forward-field-string,
15016 bibtex-parse-association, bibtex-field-name-for-parsing,
15017 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15018 bibtex-search-forward-field, bibtex-search-backward-field,
15019 bibtex-start-of-field, bibtex-end-of-field,
15020 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15021 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15022 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15023 bibtex-parse-string, bibtex-search-forward-string,
15024 bibtex-search-backward-string, bibtex-start-of-string,
15025 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15026 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15027 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15028 entries. Instead of reporting the results of the parsing by
15029 match-beginning or match-end, these functions return data structures
15030 that hold the corresponding positions.
15031 (bibtex-enclosing-field): Changed to also report field boundaries by
15032 return values rather than by match-beginning or match-end. The
15033 following functions have been adapted to use the new parsing
15034 functions.
15035 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15036 bibtex-enclosing-field, bibtex-format-entry,
15037 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15038 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15039 bibtex-print-help-message, bibtex-end-of-entry,
15040 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15041 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15042 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15043 method for parsing.
15044 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15045 bibtex-map-entries, bibtex-flash-head,
15046 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15047 bibtex-autokey-change, bibtex-autokey-get-namefield,
15048 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15049 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15050 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15051 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15052 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15053 order to make the new binding of case-fold-search immediately
15054 visible.
15055
15056 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15057
15058 * textmodes/bibtex.el: Copyright notice is up to date.
15059 Added constant 'bibtex-maintainer-salutation.
15060
15061 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15062 than make-temp-name, use match-string-no-properties and eliminate
15063 a quadratic behavior when building bibtex-strings.
15064
15065 * bibtex.el (bibtex-reference-key): Accept string entries whose
15066 reference key contains upper case letters.
15067
15068 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15069
15070 * bibtex.el (bibtex-reference-head): Allow entries to start with
15071 a new line.
15072
15073 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15074
15075 * bibtex.el: Hiding of entry bodies is not longer provided by
15076 bibtex.el directly. Instead the hideshow package can be used.
15077 Added a special bibtex entry to hs-special-modes-alist.
15078 (bibtex-hs-forward-sexp): Added for hideshow.el.
15079
15080 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15081
15082 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15083 proceedings entry type (for cross referencing). Thanks to Wagner
15084 Toledo Correa for the suggestion.
15085
15086 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15087
15088 2000-02-14 Kenichi Handa <handa@etl.go.jp>
15089
15090 * international/characters.el: Setup case table for Vietnamese.
15091
15092 2000-02-12 Gerd Moellmann <gerd@gnu.org>
15093
15094 * uniquify.el (toplevel): Require CL at compile time.
15095 (uniquify-push): Removed.
15096
15097 * shadowfile.el (shadow-when): Removed.
15098
15099 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15100 (tempo-process-and-insert-string): Use dolist instead of
15101 tempo-dolist.
15102
15103 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15104 regexp for paragraph-start.
15105
15106 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15107 commas as well.
15108
15109 2000-02-10 Dave Love <fx@gnu.org>
15110
15111 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15112 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15113 Deleted.
15114 (widget-specify-field, widget-specify-button): Don't use
15115 widget-mouse-help as help-echo property.
15116 (default): Use #'ignore for :validate and :mouse-down-action.
15117 (checkbox): Add help-echo.
15118 (widget-sexp-validate): Rewritten to clarify error messages.
15119 (character): Use char-valid-p in :match function.
15120 (widget-color-complete): Use facemenu-color-alist.
15121 (widget-color-action): Use facemenu-read-color.
15122
15123 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15124 set up `caar' &c that we now have.
15125
15126 2000-02-09 Ray Blaak <blaak@gnu.org>
15127
15128 * delphi.el: Make resourcestring a declaration region, like const
15129 and var.
15130
15131 2000-02-09 Dave Love <fx@gnu.org>
15132
15133 * bindings.el (mode-line-input-method-map): New variable.
15134 (mode-line-mule-info): Use it; fix last change.
15135 (mode-line-mode-menu): Move definition.
15136 (mode-line-mouse-sensitive-p): Deleted.
15137 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15138 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15139 level.
15140
15141 * startup.el (command-line-1): Don't call
15142 make-mode-line-mouse-sensitive.
15143
15144 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15145
15146 * mail/rmail.el (rmail-retry-failure): Use
15147 rmail-beginning-of-message before rmail-toggle-header, because the
15148 former toggles headers.
15149
15150 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15151
15152 * diff-mode.el (diff-kill-junk): New interactive function.
15153 (diff-reverse-direction): Use delete-and-extract-region.
15154 (diff-post-command-hook): Restrict the area so that the hook also works
15155 outside of any diff hunk. This is necessary for the minor-mode.
15156 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15157 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15158
15159 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15160 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15161 so that it can be used more easily in <foo>-mode-hook. Also make sure
15162 to avoid duplicate entries.
15163 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15164 (font-lock-remove-keywords): Just as was done for `add', allow it to
15165 work even if font-lock-mode is nil. Also make sure we don't modify
15166 any pre-existing list by forcing a copy-sequence. Finally rename
15167 `major-mode' to `mode'.
15168 (font-lock-fontify-syntactic-anchored-keywords)
15169 (font-lock-fontify-anchored-keywords)
15170 (font-lock-fontify-keywords-region): Use line-end-position.
15171 Don't make `font-lock-multiline' local (it's now done in
15172 font-lock-set-defaults).
15173 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15174 move the `font-lock-fontified' creation to inside the `unless'.
15175
15176 2000-02-06 Andrew Innes <andrewi@gnu.org>
15177
15178 * term/w32-win.el (x-handle-args): Comment out call to message,
15179 which occurs before window system is initialized.
15180
15181 * makefile.nt: Add support for recompiling lisp code.
15182
15183 2000-02-04 Dave Love <fx@gnu.org>
15184
15185 * bindings.el (mode-line-mule-info): Fix/extend last change.
15186
15187 * completion.el: Replace completion-dolist with dolist.
15188
15189 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15190 dotimes.
15191
15192 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15193
15194 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15195 environment names before they go into the section regexp.
15196
15197 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15198 char class in regexp.
15199
15200 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15201 `case-fold-search' to nil.
15202
15203 * progmodes/idlwave.el (idlwave-template): Respect
15204 `idlwave-abbrev-change-case'.
15205 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15206 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15207 idlwave-while): respect `idlwave-reserved-word-upcase'.
15208 (idlwave-rw-case): New function.
15209 (idlwave-statement-match): Fixed problem with assignment regexp.
15210 (idlwave-font-lock-keywords): Improved regexp for keyword
15211 parameters.
15212 (idlwave-surround): New argument LENGTH to support padding of
15213 operators longer than 1 char.
15214
15215 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15216 idlwave-shell-expression-overlay. Implemented printing of
15217 expressions on higher levels of the calling stack.
15218 (idlwave-shell-display-level-in-calling-stack): Restore stack
15219 level.
15220 (idlwave-retrieve-expression-from-level): New function.
15221 (idlwave-shell-last-calling-stack): Variable removed.
15222 (idlwave-shell-reset): Argument action reversed (`visible' to
15223 `hidden'). Also remove stop-line overlay.
15224 (idlwave-shell-calling-stack-routine): New variable.
15225 (idlwave-shell-parse-stack-and-display): Messages now display
15226 negative level numbers.
15227 (idlwave-shell-mode): Set `modeline-format'.
15228 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15229 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15230 21.
15231 (idlwave-shell-print-expression-function): New option.
15232
15233 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15234 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15235 `tool-bar' instead of `toolbar'.
15236
15237 2000-02-02 Dave Love <fx@gnu.org>
15238
15239 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15240 emacs-lisp-mode-hook. Don't check for defalias being defined.
15241
15242 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15243 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15244 the new builtins directly.
15245
15246 * whitespace.el (whitespace): Add :version to defgroup.
15247
15248 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15249 Doc fix.
15250
15251 * thingatpt.el (sexp-at-point, symbol-at-point)
15252 (number-at-point, list-at-point): Add autoload cookie.
15253
15254 * recentf.el (recentf): Add :version to defgroup.
15255
15256 * quickurl.el (quickurl): Add :version to defgroup.
15257
15258 * elide-head.el (elide-head): Use point-marker more.
15259
15260 * bs.el (bs): Add :version to defgroup.
15261
15262 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15263
15264 * progmodes/delphi.el (delphi): Add :version to defgroup.
15265
15266 2000-02-02 Gerd Moellmann <gerd@gnu.org>
15267
15268 * ange-ftp.el (ange-ftp-write-region): Handle case that
15269 succeeding process operation sets a different coding system.
15270
15271 * calculator.el: New file.
15272
15273 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15274
15275 * frame.el (frames-on-display-list, framep-on-display): New
15276 functions.
15277 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15278 (display-selections-p, display-screens, display-pixel-width)
15279 (display-pixel-height, display-mm-width, display-mm-height)
15280 (display-backing-store, display-save-under, display-planes)
15281 (display-color-cells, display-visual-class): New functions.
15282
15283 * term/tty-colors.el (tty-color-gray-shades): New function.
15284
15285 * faces.el (display-color-p): Use framep-on-display.
15286 (display-grayscale-p): New function.
15287
15288 2000-01-31 Dave Love <fx@gnu.org>
15289
15290 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15291 (create-fontset-from-x-resource): Don't concat integers.
15292
15293 2000-01-31 Inge Frick <inge@nada.kth.se>
15294
15295 * view.el: Some changes in documentation. Removed some trailing
15296 whitespace. Changed some parameter names to agree with
15297 documentation.
15298 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15299 window is not deleted. Modifies change 1998-04-26.
15300
15301 2000-01-31 Gerd Moellmann <gerd@gnu.org>
15302
15303 * windmove.el: New file.
15304
15305 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15306 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15307 progmodes/ebnf-yac.el: Update copyright and license info.
15308
15309 * jit-lock.el (jit-lock-function): Widen before calculating end
15310 position.
15311 (jit-lock-stealth-chunk-start): Rewritten.
15312
15313 * info.el (Info-title-face-alist): Removed.
15314 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15315 faces.
15316 (Info-fontify-node): Use these faces.
15317
15318 2000-01-30 Gerd Moellmann <gerd@gnu.org>
15319
15320 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15321 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15322 `&allow-other-keywords'.
15323
15324 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15325 the list of directories scanned heuristically.
15326
15327 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15328 exist.
15329
15330 2000-01-30 Jason Rumney <jasonr@gnu.org>
15331
15332 * w32-fns.el: Define w32-tty-standard-colors.
15333
15334 * startup.el (command-line): Use w32-tty-standard-colors when in
15335 w32 console mode.
15336
15337 2000-01-30 Dave Love <fx@gnu.org>
15338
15339 * jka-compr.el (jka-compr-load): Fix up load-history.
15340
15341 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15342
15343 * emacs-lisp/cl-macs.el: Revert previous change.
15344
15345 2000-01-29 Dave Love <fx@gnu.org>
15346
15347 * facemenu.el: Purecopy various strings.
15348
15349 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15350 years. Deal with three-digit years.
15351
15352 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15353 defconst, purecopy.
15354 (help-back-label): Purecopy it.
15355
15356 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15357
15358 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15359 variable. If non-nil, order the buffer list according to the
15360 currently selected frame.
15361 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15362 non-nil, pass the selected frame to function buffer-list.
15363
15364 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15365
15366 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15367
15368 2000-01-28 Dave Love <fx@gnu.org>
15369
15370 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15371
15372 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15373 Don't use lisp-indent-hook property.
15374 (cl-abs): Remove.
15375
15376 * subr.el: Move out indent and edebug specs for when and unless.
15377
15378 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15379 when, unless.
15380
15381 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15382 unless, when.
15383
15384 2000-01-28 Gerd Moellmann <gerd@gnu.org>
15385
15386 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15387 `collecting' as synonym for `collect'.
15388
15389 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15390 for the case it contains spaces.
15391
15392 * simple.el (what-cursor-position): Change formatting of
15393 messages.
15394
15395 * frame.el (delete-other-frames): New function.
15396 (toplevel): Bind it to C-x 5 1.
15397
15398 * sort.el (sort-numeric-base): New option.
15399 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15400 interpret it as octal or hexadecimal. Use sort-numeric-base
15401 as default base.
15402
15403 * progmodes/glasses.el: New file.
15404
15405 2000-01-27 Gerd Moellmann <gerd@gnu.org>
15406
15407 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15408 userids differently.
15409
15410 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15411 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15412 progmodes/ebnf-yac.el: New files.
15413
15414 2000-01-26 Dave Love <fx@gnu.org>
15415
15416 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15417 on a function with an empty body. [From Eric Ludlam.]
15418
15419 2000-01-25 Andre Spiegel <spiegel@gnu.org>
15420
15421 * vc.el (vc-version-diff): Make sure file name is expanded.
15422
15423 2000-01-25 Gerd Moellmann <gerd@gnu.org>
15424
15425 * scroll-bar.el (scroll-bar-timer): Variable removed.
15426 (scroll-bar-toolkit-scroll): Don't use a timer.
15427
15428 2000-01-25 Kenichi Handa <handa@etl.go.jp>
15429
15430 * language/thai-util.el (thai-composition-function): Delete
15431 superfluous `a'.
15432
15433 2000-01-24 Dave Love <fx@gnu.org>
15434
15435 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15436 end-of-defun-function.
15437
15438 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15439 &c.
15440
15441 2000-01-22 Jason Rumney <jasonr@gnu.org>
15442
15443 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15444 conflicts with new face support.
15445
15446 2000-01-22 Richard M. Stallman <rms@gnu.org>
15447
15448 * replace.el (query-replace): Rename last arg to DELIMITED.
15449 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15450 (query-replace-regexp): Likewise.
15451
15452 2000-01-20 Richard M. Stallman <rms@gnu.org>
15453
15454 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15455
15456 * emacs-lisp/lisp.el (beginning-of-defun-function):
15457 Variable renamed from beginning-of-defun.
15458 Do not call make-variable-buffer-local.
15459 (beginning-of-defun-raw): Use new variable name; doc fix.
15460 (beginning-of-defun): Doc fix.
15461 (end-of-defun-function): Variable renamed from end-of-defun.
15462 Do not call make-variable-buffer-local.
15463 (end-of-defun): Use new variable name; doc fix.
15464
15465 * subr.el (dolist, dotimes): Copied from cl-macs.el
15466 and made to work.
15467
15468 * mail/undigest.el (rmail-digest-end-regexps):
15469 Variable replaces rmail-digest-end-regexp.
15470 Allows multiple regexps for detecting the end line.
15471 (undigestify-rmail-message): Corresponding changes.
15472
15473 2000-01-19 Dave Love <fx@gnu.org>
15474
15475 * files.el (user-init-file): Don't declare here -- is primitive.
15476
15477 * startup.el (command-line): Check for compiled user-init-file and
15478 set to uncompiled version if necessary.
15479
15480 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15481
15482 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15483 (undigestify-rmail-message): Use it.
15484
15485 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15486
15487 2000-01-17 Gerd Moellmann <gerd@gnu.org>
15488
15489 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15490 of mini-buffer.
15491
15492 2000-01-14 Gerd Moellmann <gerd@gnu.org>
15493
15494 * emacs-lisp/copyright.el (copyright-update): Removed the
15495 requirement for a trailing space from `copyright-regexp', to
15496 support copyrights with owner specified on a separate line..
15497
15498 * align.el: New file.
15499
15500 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15501
15502 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15503
15504 2000-01-13 Dave Love <fx@gnu.org>
15505
15506 * ph.el: Removed. (Obsoleted by EUDC.)
15507
15508 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15509
15510 * net/eudc.el (toplevel): Remove autoloaded code installing
15511 menu with easymenu, because that causes build problems.
15512
15513 * frame.el (frame-notice-user-settings): New variable.
15514 (frame-notice-user-settings): Don't modify frame parameters
15515 if called a second time.
15516
15517 2000-01-13 Richard M. Stallman <rms@gnu.org>
15518
15519 * frame.el (frame-notice-user-settings):
15520 Notice default-frame-parameters even for non-window frames.
15521
15522 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15523
15524 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15525 for Emacs.
15526 (eudc-bob-can-display-inline-images): Extend for Emacs.
15527 (eudc-bob-toggle-inline-display): Ditto.
15528 (eudc-bob-display-jpeg): Ditto.
15529
15530 2000-01-12 Gerd Moellmann <gerd@gnu.org>
15531
15532 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15533 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15534 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15535
15536 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15537 nil)'.
15538
15539 * subdirs.el: Add `net' directory.
15540
15541 * net: New directory.
15542
15543 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15544 eval-last-sexp. Don't bind debug-on-error here.
15545 (eval-last-sexp): New function. Bind debug-on-error if
15546 eval-expression-debug-on-error is non-nil.
15547 (eval-defun-2, eval-defun): Likewise.
15548
15549 * simple.el (eval-expression): Don't bind debug-on-error if
15550 eval-expression-debug-on-error is nil. Detect changed
15551 debug-on-error, and propagate new value to global binding, if
15552 eval-expression-debug-on-error is non-nil,
15553 (eval-expression-debug-on-error): Change doc string.
15554
15555 2000-01-11 Richard M. Stallman <rms@gnu.org>
15556
15557 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15558
15559 * emacs-lisp/lisp-mode.el (with-syntax-table):
15560 Set up lisp-indent-function property.
15561
15562 * subr.el (with-syntax-table): Moved from simple.el.
15563
15564 * simple.el (with-syntax-table): Moved to subr.el.
15565
15566 2000-01-11 Gerd Moellmann <gerd@gnu.org>
15567
15568 * tmm.el (tmm-shortcut): Delete region after prompt instead
15569 of erasing buffer.
15570
15571 * textmodes/fill.el (fill-common-string-prefix): New function.
15572 (fill-context-prefix): Use the longest common prefix of first
15573 and second line fill prefix, if there is one.
15574
15575 2000-01-11 Richard M. Stallman <rms@gnu.org>
15576
15577 * array.el (array-mode): Don't use make-variable-buffer-local.
15578 Use make-local-variable for `truncate-lines'.
15579
15580 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15581
15582 * add-log.el (add-log-current-defun): Handle user-defined
15583 add-log-current-function returning nil,
15584
15585 * add-log.el (add-change-log-entry): Insert version number
15586 if having found a current function
15587
15588 * add-log.el (add-log-current-defun): Call
15589 `add-log-current-defun-function'. Try matches at level 0 and
15590 level 1. Strip whitespace from defun found.
15591
15592 2000-01-10 John Wiegley <johnw@gnu.org>
15593
15594 * allout.el (isearch-done/outline-provisions): Added `edit'
15595 argument to correspond with the current definition of
15596 `isearch-done'.
15597
15598 2000-01-10 Dave Love <fx@gnu.org>
15599
15600 * elide-head.el (elide-head): Use point-marker, not point.
15601
15602 2000-01-10 Gerd Moellmann <gerd@gnu.org>
15603
15604 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15605 before and after the year 2000.
15606
15607 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15608 Add ispell- prefix.
15609
15610 2000-01-10 Ken Stevens <k.stevens@ieee.org>
15611
15612 * ispell.el: Only define dictionaries in menus when they exist.
15613 (version18p): New variable.
15614 (version20p): New variable.
15615 (xemacsp): New variable.
15616 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15617 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15618 (ispell-dictionary-alist6): Russian command lines no longer accept
15619 run-together words.
15620 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15621 (ispell-dictionary-alist): Add koi8-r to customize definition.
15622 (check-ispell-version): Added documentation string. Returns
15623 library path when called non-interactively.
15624 (ispell-menu-map-needed): Uses new variables.
15625 (ispell-library-path): New variable.
15626 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15627 (ispell-word): Improved documentation string. Test for valid
15628 character mappings. Correctly check typed in word changes that can
15629 result in single words split into multiple words. Returns
15630 replacement word.
15631 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15632 replace in recursive query replace mode. Help message for
15633 recursive edit mode.
15634 (ispell-show-choices): Protect against bad framepop bindings.
15635 (ispell-help): Fix to work with XEmacs.
15636 (ispell-highlight-spelling-error): Use new variables.
15637 (ispell-overlay-window): Fix to work with XEmacs.
15638 (ispell-parse-output): Passed and returns location information
15639 tracking spelling corrections. Doesn't recheck same word on
15640 current line.
15641 (ispell-init-process): Protect against bogus XEmacs variable binding.
15642 Fix call to single argument in sleep-for. Use new variables.
15643 (ispell-region): Passed and returns location information tracking
15644 spelling corrections. Doesn't check same word on current line.
15645 Improved documentation string. Doesn't resend a line already
15646 checked to the ispell process - fixes bug in LaTeX parsing.
15647 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15648 (ispell-skip-region): No longer skips <TT> in SGML.
15649 (ispell-process-line): Tracks location information with spelling
15650 corrections. Added documentation string. Accounts for words
15651 already accepted on this line. Don't allow query-replace on line
15652 starting with math characters. Doesn't resend a line already sent
15653 to ispell process. Fixes alignment error bug.
15654
15655 2000-01-10 Richard M. Stallman <rms@gnu.org>
15656
15657 * dired-x.el (dired-guess-shell-alist-default):
15658 Suggest xloadimage, which is free, not xv, which isn't.
15659
15660 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15661 Don't ever include the host name or user name in the value.
15662
15663 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15664
15665 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15666 of a real newline.
15667
15668 2000-01-09 Stephen Eglen <stephen@gnu.org>
15669
15670 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15671 for .png files.
15672
15673 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15674
15675 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15676
15677 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15678
15679 * progmodes/cperl-mode.el: Replace ^F with ^L.
15680
15681 * sendmail.el (toplevel): Provide `sendmail' when compiling
15682 before `require'ing rmail and mailalias to prevent infinite
15683 recursion.
15684
15685 2000-01-08 Dave Love <fx@gnu.org>
15686
15687 * emacs-lisp/backquote.el: Remove inappropriate customization
15688 (allowing custom.el to use backquote).
15689
15690 2000-01-07 Dave Love <fx@gnu.org>
15691
15692 * add-log.el (add-log-debugging): Deleted.
15693 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15694 file. Remove debugging code.
15695 (change-log-get-method-definition, change-log-name): Add doc.
15696 (change-log-sortable-date-at): New function.
15697 (change-log-merge): New command.
15698
15699 * time.el (display-time-string-forms): Make the Mail string active.
15700 (display-time-update): Provide help-echo for load average.
15701
15702 * bindings.el (make-mode-line-mouse2-map): New function.
15703 (mode-line-modified): Use it and simplify.
15704 (mode-line-mule-info): Provide help-echo info.
15705 (minor-mode-alist): Activate the strings.
15706 (make-mode-line-mouse-sensitive): Simplify for
15707 mode-line-buffer-identification.
15708
15709 2000-01-07 Gerd Moellmann <gerd@gnu.org>
15710
15711 * play/pong.el: New file.
15712
15713 2000-01-06 Dave Love <fx@gnu.org>
15714
15715 * array.el: Assorted cleanups for compiler warnings, doc strings,
15716 `array-' prefix for symbols.
15717
15718 2000-01-05 Dave Love <fx@gnu.org>
15719
15720 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15721 outline-headers-as-kill.
15722 (outline-mode): Define imenu-generic-expression.
15723 (outline-headers-as-kill): New command.
15724
15725 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15726 from paragraph-start.
15727 (paragraph-indent-minor-mode): New command.
15728
15729 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15730 M-C-e, M-C-h, C-j, C-xnd, TAB.
15731 (fortran-mode): Set beginning-of-defun, end-of-defun.
15732 (fortran-column-ruler): Simplify.
15733 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15734 (fortran-with-subprogram-narrowing): Likewise.
15735 (fortran-indent-subprogram): Call mark-defun.
15736 (fortran-check-for-matching-do): Change narrowing.
15737
15738 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15739 (cl-lucid-hash-tag): Delete.
15740 (cl-hash-table-p): Correct test for native table.
15741 (cl-hash-table-count): Use hash-table-count.
15742
15743 * browse-url.el (browse-url): Fix case of
15744 browse-url-browser-function being an alist.
15745
15746 2000-01-05 Carsten Dominik <cd@gnu.org>
15747
15748 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15749 (reftex-index-phrase-file-extension): New options.
15750
15751 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15752 Use new option `reftex-index-phrase-file-extension'.
15753
15754 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15755 `reftex-parse-file-extension'.
15756
15757 2000-01-05 Dave Love <fx@gnu.org>
15758
15759 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15760 (beginning-of-defun-raw): Use it.
15761 (end-of-defun): New variable.
15762 (end-of-defun): Use it.
15763 (check-parens): New command.
15764
15765 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15766
15767 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15768 (hs-show-block): Don't use `mapcar' when not accumulating.
15769
15770 Fix buglet in local variables initialization.
15771
15772 2000-01-05 Andreas Schwab <schwab@suse.de>
15773
15774 * hscroll.el (hscroll): Doc fix.
15775
15776 2000-01-05 Carsten Dominik <cd@gnu.org>
15777
15778 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15779 idlw-toolbar.
15780
15781 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15782 file idlw-rinfo.el.
15783 (idlwave-customize): load must read file idlw-shell.el.
15784 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15785
15786 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15787
15788 * progmodes/idlw-shell.el: Also provide idlwave-shell
15789 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15790 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15791
15792 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15793 both reftex-dcr and reftex-vcr.
15794
15795 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15796
15797 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15798
15799 * ps-print.el: PostScript code now is in separate files, doc fix.
15800 (ps-print-version): New version number (5.0.3).
15801 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15802 local.
15803 (ps-spool-config): Initialization fix.
15804 (ps-print-prologue-1, ps-print-prologue-2)
15805 (ps-print-duplex-feature): PostScript code moved to separated file.
15806 (ps-background-image): Little code reformating.
15807 (ps-begin-file, ps-begin-job): Fix code.
15808 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15809 (ps-prologue-file): New fun.
15810
15811 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15812
15813 * ps-vars.el: Eliminated.
15814
15815 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15816 `;;;###autoload'.
15817
15818 * ps-print.el: ps-vars eliminated, doc fix.
15819 (ps-print-version): New version number (5.0.2).
15820 (ps-spool-config): Initialization fix.
15821 (ps-print-customize): New fun.
15822
15823 2000-01-04 Gerd Moellmann <gerd@gnu.org>
15824
15825 * autorevert.el (auto-revert-mode): Return value of
15826 auto-revert-mode.
15827
15828 2000-01-04 Dave Love <fx@gnu.org>
15829
15830 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15831 menu items.
15832
15833 2000-01-03 Dave Love <fx@gnu.org>
15834
15835 * elide-head.el (elide-head) [defgroup]: Add :version.
15836
15837 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15838 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15839 `cl-hash-table-p', not `hash-table-p'.
15840 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15841
15842 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15843
15844 * faces.el (face-read-integer, read-face-attribute)
15845 (color-defined-p, color-values): unspecified-{f,b}g are now
15846 strings.
15847
15848 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15849
15850 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15851 at comment end, and re-insert them after filling.
15852
15853 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15854
15855 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15856 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15857 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15858
15859 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15860
15861 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15862 the new name of face-color-supported-p.
15863
15864 * term/w32-win.el (xw-defined-colors): Likewise.
15865
15866 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15867
15868 * simple.el (completion-setup-function): Count completion-size
15869 from minibuffer-prompt-end, not from point-min.
15870
15871 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15872
15873 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15874 Pass the frame to tty-color-* functions.
15875 (display-color-p, frame-set-background-mode): Pass the frame to
15876 tty-display-color-p.
15877
15878 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15879 tty-color-alist.
15880 (tty-color-alist, tty-modify-color-alist): New functions.
15881 (tty-color-define, tty-color-clear, tty-color-approximate)
15882 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15883 an optional parameter FRAME.
15884
15885 2000-01-01 Gerd Moellmann <gerd@gnu.org>
15886
15887 * image.el (create-image, defimage): Don't assume image data is a
15888 string.
15889
15890 * image.el (defimage): Handle specifications containing :data
15891 instead of :file.
15892 (image-type-from-data): New function.
15893 (image-type-from-file-header): Use it.
15894 (create-image): Add parameter DATA-P.
15895
15896 See ChangeLog.8 for earlier changes.
15897
15898 ;; Local Variables:
15899 ;; coding: iso-2022-7bit
15900 ;; End: