(isearch-old-signal-hook): New variable.
[bpt/emacs.git] / lisp / ChangeLog
1 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2
3 * isearch.el (isearch-old-signal-hook): New variable.
4 (isearch-mode): Set signal-hook-function to isearch-done.
5 (isearch-done): Restore old signal-hook-function.
6
7 * info.el (Info-fontify-node): Mark one more char as intangible.
8
9 2000-01-05 Kenichi Handa <handa@etl.go.jp>
10
11 * composite.el (compose-last-chars): New argument COMPONENTS. If
12 it is non-nil, compose preceding characters by compose-region with
13 COMPONENTS.
14
15 * international/quail.el (quail-input-string-to-events): New function.
16 (quail-input-method): Convert input string to events here.
17 (quail-start-translation): Return input string, not event list.
18 (quail-start-conversion): Likewise.
19
20 2001-01-04 Gerd Moellmann <gerd@gnu.org>
21
22 * tooltip.el (tooltip-cancel-delayed-tip)
23 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
24 and tooltip-add-timeout.
25 (tooltip-show): Set border color from faces's foreground.
26 (tooltip-show-help-function): If called with the same help string
27 as last time, do nothing.
28 (tooltip-help-tips): Don't set tooltip-help-message to nil.
29
30 * startup.el (fancy-splash-screens): Don't bind show-help-function
31 to nil.
32
33 * tooltip.el (tooltip-frame-parameters): Remove colors.
34 (tooltip): New face
35 (tooltip-set-param): New function.
36 (tooltip-show): Set up color frame parameters from face `tooltip'.
37 Display the tooltip text in face `tooltip'.
38
39 2001-01-04 Dave Love <fx@gnu.org>
40
41 * whitespace.el (whitespace-global-mode): Fix typo.
42
43 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
44
45 2001-01-03 Dave Love <fx@gnu.org>
46
47 * dired-x.el: Doc fixes. Maintainer change.
48 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
49 :type.
50 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
51 (dired-guess-shell-alist-user): Customize.
52 (dired-x-help-address): Set to bug-gnu-emacs.
53 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
54 (dired-default-directory): Renamed from default-directory.
55
56 * hl-line.el (hl-line): Doc fix.
57
58 2001-01-03 Karl Fogel <kfogel@red-bean.com>
59
60 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
61
62 2001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
63
64 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
65 to remove all the current alternative-match highlighting.
66 If nil, remove only what's outside the current window.
67 (isearch-lazy-highlight-remove-overlays): Take optional
68 region within which NOT to remove them.
69 (isearch-lazy-highlight-new-loop): Greatly simplified.
70 (isearch-lazy-highlight-update): Find all the other occurrences
71 visible in the window, in just one call.
72 (isearch-lazy-highlight-start): Now holds start of region to scan.
73 (isearch-lazy-highlight-end): Now holds end of region to scan.
74 (isearch-lazy-highlight-wrapped): Variable deleted.
75 (isearch-lazy-highlight-search): Function deleted.
76
77 2000-01-02 Andrew Innes <andrewi@gnu.org>
78
79 * w32-fns.el (convert-standard-filename): Do length check on name
80 before aref.
81
82 2001-01-02 Dave Love <fx@gnu.org>
83
84 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
85 value.
86 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
87
88 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
89
90 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
91 read syntax.
92
93 * calendar/todo-mode.el (todo): Add :link, :version.
94 (todo-save-top-priorities): Remove autoload cookie.
95 (todo-add-category, todo-add-item-non-interactively)
96 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
97 cookie.
98
99 2001-01-02 Gerd Moellmann <gerd@gnu.org>
100
101 * comint.el (comint-input-history-ignore): New variable.
102 (comint-read-input-ring): Ignore entries matching
103 comint-input-history-ignore.
104
105 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
106
107 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
108 (lm-copyright-mark): New function.
109 (lm-crack-copyright): New function.
110 (lm-verify): Check that the file has a copyright.
111 Check that the file is copyright Free Software Foundation.
112
113 2000-12-30 Kenichi Handa <handa@etl.go.jp>
114
115 * international/mule-diag.el (print-fontset): Indent font name by
116 24 columns, not 25.
117
118 2000-12-29 Gerd Moellmann <gerd@gnu.org>
119
120 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
121 in Subject line.
122
123 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
124 Use mail-mode-hook instead of mail-setup-hook. Otherwise
125 continuing an interrupted message with C-u C-x m for instence,
126 winds up in Mail mode without abbrevs.
127
128 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
129
130 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
131 non-nil. Adding almost all customization variables on ps-setup. Doc
132 fix.
133 (ps-print-version): New version number (6.3.3).
134 (ps-end-with-control-d): Initialization fix.
135 (ps-lines-printed): New var.
136 (ps-skip-newline): New fun.
137 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
138 (ps-next-line, ps-continue-line, ps-plot-region)
139 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
140
141 2000-12-29 Kenichi Handa <handa@etl.go.jp>
142
143 * international/fontset.el (x-complement-fontset-spec): Resolve
144 ASCII font name so that the same family name is used for fonts
145 registered in x-font-name-charset-alist.
146 (create-fontset-from-fontset-spec): Adjusted for the above change.
147 The name of fontset alias should be a unresolved ASCII font name.
148
149 2000-12-28 Gerd Moellmann <gerd@gnu.org>
150
151 * simple.el (delete-key-deletes-forward-mode): Bind backspace
152 and delete in isearch-mode-map.
153
154 2000-12-28 Richard M. Stallman <rms@gnu.org>
155
156 * dired-x.el (dired-guess-shell-alist-default):
157 Use xpdf instead of acroread.
158
159 2000-12-28 Kenichi Handa <handa@etl.go.jp>
160
161 * textmodes/artist.el (artist-butlast): Deleted.
162 (artist-ellipse-mirror-quadrant): Use butlast instead of
163 artist-butlast.
164
165 * subr.el (butlast, nbutlast): Moved from cl.el to here.
166
167 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
168
169 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
170
171 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
172
173 * ls-lisp.el: Better support for the Mac and MS-Windows.
174 (ls-lisp): New defgroup.
175 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
176 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
177 (ls-lisp-support-shell-wildcards): New defcustoms.
178 (ls-lisp-parse-symlink): New function.
179 (insert-directory): Code to convert switches to a list and set up
180 the wildcard argument copied from ls-lisp-insert-directory.
181 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
182 for -C and -R switches.
183 (ls-lisp-column-format): New function.
184 (ls-lisp-delete-matching, ls-lisp-handle-switches)
185 (ls-lisp-format-time): Add doc strings.
186 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
187 Support ls-lisp-dirs-first.
188 (ls-lisp-classify, ls-lisp-extension): New functions.
189 (ls-lisp-format): Optionally support emulation of symlinks.
190 Support -i, -s, and -G switches.
191
192 2000-12-27 Gerd Moellmann <gerd@gnu.org>
193
194 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
195
196 * version.el (emacs-version): Print X scroll bar information.
197
198 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
199 instead of x-toolkit-scroll-bars-p.
200
201 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
202 of x-toolkit-scroll-bars-p.
203
204 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
205
206 * ffap.el (ffap-bindings): Make interactive and add an autoload
207 cookie.
208 (ffap-bindings): Doc fix, to reflect the above change.
209
210 2000-12-27 Kenichi Handa <handa@etl.go.jp>
211
212 * term.el (term-char-mode): Define all non-ascii self-inserting
213 characters to 'term-send-raw in term-raw-map.
214
215 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
216
217 * viper-init (viper-restore-cursor-type): Added condition-case
218 guard.
219
220 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
221 initialization; use add-hook.
222 (ediff-file-remote-p): Use file-local-copy.
223
224 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
225
226 * ediff.el (ediff-patch-buffer): Bug fix.
227 (ediff-revision): Allow selection of the file at the prompt.
228
229 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
230
231 * subr.el (combine-run-hooks): Remove.
232
233 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
234 and remove the rogue second spec.
235
236 2000-12-23 Gerd Moellmann <gerd@gnu.org>
237
238 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
239
240 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
241
242 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
243 Use minibuffer menu prompt for the `=' prefix.
244 (smerge-command-prefix): Change default to C-^.
245 (smerge-mode): Don't assume font-lock doesn't move point.
246
247 * skeleton.el (skeleton-internal-1): Make sure the first line of
248 the region is also re-indented.
249 (skeleton-end-newline): New var.
250 (skeleton-end-hook): Use it.
251
252 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
253
254 * comint.el (comint-password-prompt-regexp): Support CVS.
255
256 2000-12-22 Gerd Moellmann <gerd@gnu.org>
257
258 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
259 backspace key combinations, depending on
260 delete-key-deletes-forward.
261
262 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
263
264 * simple.el (delete-key-deletes-forward): Doc fix.
265
266 2000-08-22 Emmanuel Briot <briot@gnat.com>
267
268 * xml.el (top level comment): Updated to reflect the fact that
269 white spaces are relevant in the XML file.
270 (xml-parse-file): Do not kill an existing Emacs buffer if the file
271 to parse was already edited. This allows for on-the-fly analysis
272 of XML files.
273 (xml-parse-tag): Check that the casing is the same in the start
274 tag and end tag, since XML is case-sensitive. Allows for spaces
275 in the end tag, after the name of the tag.
276 (xml-parse-attlist): Allow for the character '-' in the name of
277 attributes, as in the standard http-equiv attribute Do not save
278 the properties in the XML tree, since they are not relevant.
279
280 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
281
282 * generic.el (generic-read-type): Undo last change, inline into
283 `generic-mode' and then remove.
284 (generic-mode): Inline generic-read-type.
285 (define-generic-mode): Push the symbol name rather than the symbol
286 onto generic-mode-list.
287
288 2000-12-21 Gerd Moellmann <gerd@gnu.org>
289
290 * generic.el (generic-read-type): Build an alist for
291 completing-read as in 20.7.
292
293 * play/landmark.el (lm): Use interactive spec `P'.
294 (toplevel): Don't set debug-on-error.
295
296 * server.el (server-switch-buffer): Choose a window on a visible
297 frame.
298
299 2000-12-21 Dave Pearson <davep@davep.org>
300
301 * quickurl.el: Commentry change, I've moved my web site.
302
303 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
304
305 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
306 ranges like \177-\237, but accepts the character sequence from \177 to
307 \237. Doc fix.
308 (ebnf-version): New version (3.4).
309 (ebnf-setup): Code fix.
310 (ebnf-range-regexp): New fun.
311 (ebnf-8-bit-chars): Const fix.
312
313 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
314 entry. Doc fix.
315 (ebnf-bnf-lex): Code fix.
316 (ebnf-bnf-comment-chars): Const fix.
317
318 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
319 entry. Doc fix.
320 (ebnf-iso-comment-chars): Const fix.
321
322 * ebnf-otz.el: Doc fix.
323
324 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
325 entry. Doc fix.
326 (ebnf-yac-skip-code): Code fix.
327 (ebnf-yac-comment-chars): Const fix.
328
329 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
330
331 * files.el (insert-directory-safely): New function.
332 (recover-file): Use it instead of insert-directory. From Markus
333 Rost <markus.rost@mathematik.uni-regensburg.de>
334
335 2000-12-21 Kenichi Handa <handa@etl.go.jp>
336
337 * international/mule-cmds.el (select-safe-coding-system): Check
338 coding-category-list more rigidly. Improve help message.
339
340 * dired.el (dired-move-to-filename-regexp): Fix previous change.
341
342 2000-12-21 Miles Bader <miles@gnu.org>
343
344 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
345 prefix.
346
347 2000-12-21 Kenichi Handa <handa@etl.go.jp>
348
349 * international/mule-diag.el (describe-char-after): Make *Help*
350 buffer inherit multibyteness of the current buffer.
351
352 * international/mule.el (make-char): Docstring adjusted for the
353 change of make-char-internal.
354
355 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
356
357 * international/iso-cvt.el: Docstrings fix.
358
359 2000-12-20 Dave Love <fx@gnu.org>
360
361 * subr.el (eval-after-load): Doc fix.
362
363 2000-12-20 Kenichi Handa <handa@etl.go.jp>
364
365 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
366 for numbers.
367
368 2000-12-20 Miles Bader <miles@gnu.org>
369
370 * international/quail.el (quail-help): Resize the help window
371 again after it has all its contents. Remove unneeded progn.
372
373 2000-12-19 Gerd Moellmann <gerd@gnu.org>
374
375 * pcmpl-linux.el: Fix copy/paste error.
376
377 2000-12-19 Andrew Innes <andrewi@gnu.org>
378
379 * simple.el (delete-key-deletes-forward-mode): Fix typo in
380 docstring.
381
382 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
383
384 * progmodes/idlw-rinfo.el: Fixed copyright notice.
385
386 * progmodes/idlw-toolbar.el: Fixed copyright notice.
387
388 * progmodes/idlw-shell.el: Fixed copyright notice.
389
390 * progmodes/idlwave.el: Fixed copyright notice.
391
392 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
393 TAB as key separators.
394
395 2000-12-19 Alex Schroeder <alex@gnu.org>
396
397 * sql.el (sql-sybase-options): New option.
398 (sql-sybase): Use it. Add sql-database to the list of parameters
399 provided for login. The options -w 2048 -n are not used any more.
400 (sql-postgres-options): Changed default from "--pset" to "-P".
401 (sql-mysql-options): Doc change.
402 (sql-stop): Doc change.
403
404 2000-12-19 Kenichi Handa <handa@etl.go.jp>
405
406 * international/quail.el (quail-input-method): Always hide
407 the guidance buffer on exiting.
408
409 2000-12-18 Gerd Moellmann <gerd@gnu.org>
410
411 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
412 isn't fboundp.
413
414 * server.el (server-buffer-done): Bury the buffer before
415 killing it.
416
417 * faces.el (face-spec-set): Interpret a nil in specs for
418 foreground and background colors as `unspecified', for
419 compatibility with 20.x.
420
421 2000-12-18 Dave Love <fx@gnu.org>
422
423 * simple.el (mail-user-agent): Doc fix.
424 (input-mode-8-bit): Removed.
425
426 * international/mule.el (set-keyboard-coding-system): Doc fix.
427 (keyboard-coding-system): New option.
428
429 * mail/sendmail.el (send-mail-function): Customize.
430
431 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
432
433 * international/codepage.el (cp866-decode-table): New table.
434
435 2000-12-18 Gerd Moellmann <gerd@gnu.org>
436
437 * version.el (emacs-version): Remove `%a' from the time format
438 because the weekday doesn't fit well into each locale.
439
440 2000-12-18 Miles Bader <miles@gnu.org>
441
442 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
443
444 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
445 Check that emacs-major-version is `=' to 20, not `>='.
446 (artist-replace-chars): Use `make-string' instead of a loop.
447
448 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
449
450 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
451 (cvs-execute-single-file): Don't change directory.
452 Patch from Per Cederqvist.
453
454 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
455
456 * textmodes/ispell.el (check-ispell-version): If
457 `ispell-program-name' is "aspell", pass it the -v switch instead
458 of -vv.
459
460 2000-12-16 Kenichi Handa <handa@etl.go.jp>
461
462 * international/mule-diag.el (mule-diag): Insert information about
463 configure options, multibyte awareness, language env.
464
465 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
466 regexp to search for candidates.
467
468 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
469
470 * info.el (Info-forward-node): If the node has an
471 Info-header-line, widen the buffer before searching for "next:"
472 and "up:" pointers, and set the search limit to stay in the
473 current node.
474
475 2000-12-16 Miles Bader <miles@gnu.org>
476
477 * simple.el (delete-trailing-whitespace): Remove extraneous let.
478
479 2000-12-15 Miles Bader <miles@gnu.org>
480
481 * comint.el (comint-send-string, comint-send-region): Also accept
482 a buffer, buffer-name, or nil for PROCESS, for compatibility with
483 process-send-string/region.
484
485 2000-12-15 Gerd Moellmann <gerd@gnu.org>
486
487 * isearch.el (isearch-lazy-highlight-max): New user-option.
488 (isearch-lazy-highlight-update): Don't highlight more than
489 isearch-lazy-highlight-max matches.
490
491 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
492
493 2000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
494
495 * sort.el (sort-columns): Fix error message.
496
497 * dabbrev.el (dabbrev--last-case-pattern): Value is now
498 `upcase' or `downcase' or nil.
499 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
500 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
501 (dabbrev--substitute-expansion): New arg record-case-pattern.
502 If it is non-nil, set dabbrev--last-case-pattern.
503 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
504
505 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
506
507 2000-12-15 Miles Bader <miles@gnu.org>
508
509 * paths.el (Info-default-directory-list): Don't delete
510 configure-info-directory from the list of standard info
511 directories when appending it to the end -- their order is
512 important.
513
514 * faces.el (read-face-attribute): If there's no entry for the
515 user's input in VALID, just use it as-is (this will often result
516 in an error, but it may be OK for e.g. colors using hexadecimal
517 notation, and at least will yield a better error message).
518
519 * window.el (mode-line-window-height-fudge): Function removed.
520 (height-affecting-face-attributes, mode-line-window-height-fudge):
521 Variables removed.
522 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
523 window is really the right size. Use vertical-motion
524 rather than forward-line.
525 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
526 (ispell-command-loop, ispell-show-choices): Use the variable
527 ispell-choices-win-default-height, rather than the function.
528 (ispell-choices-win-default-height): Function removed.
529 (ispell-mode-line-window-height-fudge): Function removed.
530
531 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
532
533 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
534
535 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
536
537 * paths.el (Info-default-directory-list): If
538 configure-info-directory is not one of the standard directories,
539 put it first in the list; otherwise put it last. Doc string
540 changed accordingly.
541
542 * info.el (Info-directory-list): Change doc string to reflect the
543 change in Info-default-directory-list.
544
545 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
546 windows-nt as windowed environments, even under -nw.
547
548 * startup.el (command-line): Don't call x-backspace-delete-keys-p
549 if not fboundp. Switch delete-forward mode for the <delete> key
550 on all PC platforms, even under -nw.
551
552 * term/internal.el ([M-delete]): Remap to M-d.
553
554 2000-12-14 Gerd Moellmann <gerd@gnu.org>
555
556 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
557
558 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
559
560 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
561
562 2000-12-14 Gerd Moellmann <gerd@gnu.org>
563
564 * startup.el (command-line): Call delete-key-deletes-forward-mode,
565 if appropriate.
566
567 * simple.el (delete-key-deletes-forward): New user-option.
568 (delete-key-deletes-forward-mode): New function.
569
570 * bindings.el: Bind `delete' to backward-delete-char.
571
572 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
573 if symbol is bound before getting its value.
574
575 * tooltip.el (tooltip-show): If an error is signaled in
576 x-show-tip, display that error, and display the help in the
577 echo area.
578
579 2000-12-14 Kenichi Handa <handa@etl.go.jp>
580
581 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
582 "... entries" messages for every 10000 entries, not 10.
583
584 2000-12-13 Karl Fogel <kfogel@red-bean.com>
585
586 * bookmark.el: Provide a generic exit hook, as suggested by
587 Ovidiu Predescu <ovidiu@cup.hp.com>:
588 (bookmark-exit-hook): New var.
589 (bookmark-exit-hook-internal): New func, replaces
590 old raw lambda form in `kill-emacs-hook', and runs new
591 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
592 as logically that feature must have been provided if this function
593 is running.
594 Removed ;;;###autoload before the `add-hook' call.
595
596 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
597
598 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
599 (easy-menu-current-active-maps): New function.
600 (easy-menu-get-map): Use it.
601 Make a proper menu entry when creating a new keymap.
602
603 2000-12-13 Kenichi Handa <handa@etl.go.jp>
604
605 * international/characters.el: Fix cases and syntaxes for
606 mule-unicode-0100-24ff.
607
608 * dired.el (dired-move-to-filename-regexp): Fixed for the case
609 that a Japanese character is not appended after day and year.
610
611 * info.el (Info-suffix-list): Change format for a command that
612 requires arguments.
613 (info-insert-file-contents): Adjusted for the above change.
614
615 2000-12-12 Andreas Schwab <schwab@suse.de>
616
617 * tar-mode.el (tar-extract): Base the name of the subfile buffer
618 on the name of the tar buffer. Verify that the existing buffer is
619 visiting the same subfile.
620
621 2000-12-12 Dave Love <fx@gnu.org>
622
623 * subdirs.el: Add obsolete.
624
625 2000-12-12 Gerd Moellmann <gerd@gnu.org>
626
627 * mail/rmailsum.el (rmail-summary-expunge)
628 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
629 instead of rmail-confirm-expunge.
630
631 * replace.el (perform-replace): Don't use an empty match adjacent
632 to a non-empty match when computing the next match before the
633 replacement is performed.
634
635 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
636
637 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
638 definition (patch by Stefan Monnier).
639 (glasses-mode): Use jit-lock instead of `after-change-functions'
640 (patch by Stefan Monnier).
641
642 2000-12-12 Miles Bader <miles@gnu.org>
643
644 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
645 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
646
647 2000-12-12 Andrew Choi <akochoi@i-cable.com>
648
649 * term/mac-win.el: Remove load for ls-lisp.
650
651 * loadup.el: Load ls-lisp for system-type `macos'.
652
653 2000-12-12 Miles Bader <miles@gnu.org>
654
655 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
656 Respect field end too.
657 (just-one-space): Respect fields as `delete-horizontal-space'.
658 (newline-and-indent, reindent-then-newline-and-indent): Use
659 `delete-horizontal-space'.
660
661 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
662
663 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
664 (so as to obey the field property in the minibuffer).
665
666 * obsolete/c-mode.el: Moved from lisp/progmodes.
667 * obsolete/auto-show.el: Moved from lisp.
668 * obsolete/ooutline.el: Moved from lisp/textmodes.
669
670 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
671
672 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
673 changes to list them here.
674
675 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
676 many changes to list them here.
677
678 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
679 many changes to list them here.
680
681 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
682
683 2000-12-11 Gerd Moellmann <gerd@gnu.org>
684
685 * simple.el (kill-new): Don't try to setcar kill-ring if it is
686 nil.
687
688 * cus-edit.el (custom-save-variables, custom-save-faces):
689 Comment fix.
690
691 * hscroll.el: Moved to `obsolete' subdir.
692
693 2000-12-11 Miles Bader <miles@gnu.org>
694
695 * window.el (window-text-height): Function removed (now in C).
696
697 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
698
699 * log-edit.el (log-edit-parent-buffer): New var.
700 (log-edit): Set it. Add BUFFER argument.
701 (log-edit-done): Use char-before.
702 Don't bother checking validity of vc-comment-ring.
703 Only bury the buffer if log-edit popped it up.
704
705 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
706 (cvs-mode-diff-help): Remove.
707 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
708 (cvs-mode-marked): Set up the default for CMD manually.
709
710 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
711 Remove binding for ? now made unnecessary.
712
713 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
714
715 * textmodes/reftex.el (reftex-scanning-info-available-p): New
716 function
717 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
718
719 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
720 when master file is not open.
721
722 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
723
724 * progmodes/ada-stmt.el: Update `maintainer'.
725
726 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
727
728 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
729 choices to match documentation string.
730
731 2000-12-09 Miles Bader <miles@gnu.org>
732
733 * minibuf-eldef.el: New file.
734
735 * window.el (fit-window-to-buffer): Don't pass last argument to
736 pos-visible-in-window-p, now that its meaning is inverted.
737
738 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
739
740 * image.el (create-image): Doc fix; spotted by Per Cederqvist
741 <ceder@lysator.liu.se>.
742
743 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
744
745 * autoinsert.el (auto-insert-alist): Add missing final \n.
746
747 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
748 (cvs-menu-map): Remove.
749 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
750 (cvs-mode-quit): Turn it back into a plain function.
751
752 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
753 (texinfo-filter): Remove (move to texinfo.el).
754
755 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
756 file where it's more visible.
757 (texinfo-filter, texinfo-chapter-level-regexp): New variables
758 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
759 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
760 (texinfo-inside-macro-p): Only catch `scan-error's.
761 (texinfo-inside-env-p): Make better use of the match info.
762 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
763 (texinfo-insert-@end): Slight re-organization.
764 Also remove useless `looking-at' call.
765
766 2000-12-08 Andrew Innes <andrewi@gnu.org>
767
768 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
769 accessible in -nw mode.
770
771 * term/w32-win.el: Remove stuff about selection timeout, which is
772 irrelevant on Windows. Move clipboard support to w32-fns.el, so
773 it is accessible in -nw mode.
774
775 2000-12-08 Dave Love <fx@gnu.org>
776
777 * emacs-lisp/lisp-mode.el (lisp-mode): Set
778 font-lock-keywords-case-fold-search.
779
780 2000-12-08 Gerd Moellmann <gerd@gnu.org>
781
782 * textmodes/ispell.el (ispell): Doc fix.
783
784 2000-12-08 Kenichi Handa <handa@etl.go.jp>
785
786 * international/quail.el (quail-insert-decode-map): Check the
787 frame width of a window displaying the current buffer, not that of
788 the selected frame.
789 (quail-help): Make sure that the help buffer has window before
790 inserting text in it.
791
792 2000-12-07 Sam Steingold <sds@gnu.org>
793
794 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
795 Backquote is used in isearch.el, so autoloading saves nothing.
796
797 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
798
799 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
800 the CVS and RCS subdirectories case-insensitively.
801
802 * dired.el (dired-insert-directory): If file-system-info is
803 fboundp, call it instead of invoking dired-free-space-program.
804
805 2000-12-07 Gerd Moellmann <gerd@gnu.org>
806
807 * server.el (server-visit-files): Push files on file-name-history.
808
809 * progmodes/cc-langs.el: Update copyright.
810
811 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
812
813 * bindings.el (mode-line-mode-menu): Add glasses-mode.
814
815 * bindings.el (mode-line-mode-menu): Reverse the order
816 of define-keys so that the menu appears in alphabetical order.
817
818 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
819
820 * progmodes/glasses.el (glasses-mode): Update mode line at the end
821 of the function.
822
823 2000-12-07 Dave Love <fx@gnu.org>
824
825 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
826
827 * facemenu.el (facemenu-unlisted-faces): Fix value.
828
829 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
830
831 * font-lock.el (font-lock-default-fontify-region):
832 Include the terminating \n (off-by-one error).
833 (font-lock-set-defaults): Use dolist.
834
835 * derived.el (define-derived-mode): Don't use combine-run-hooks.
836
837 2000-12-07 Kenichi Handa <handa@etl.go.jp>
838
839 * international/mule-cmds.el (describe-language-environment): Fix
840 for the case that an input method title is not string but a list.
841
842 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
843 of wrong SIZE record.
844
845 2000-12-06 Dave Love <fx@gnu.org>
846
847 * newcomment.el (comment-region, comment-dwim): Doc fix.
848
849 * textmodes/texinfo.el: Require tex-mode when compiling.
850 (texinfo-update-node): Doc fix.
851 (texinfo-imenu-generic-expression): Add @anchor.
852 (texinfo-font-lock-keywords): Add @uref.
853 (texinfo-inside-macro-p): Don't use ignore-errors.
854 (texinfo-insert-quote): Match more contexts.
855
856 * international/mule.el (decode-char, encode-char): Doc fix.
857 (auto-coding-alist): Customize.
858
859 * files.el (load-file): Fix change of 2000-03-12.
860
861 * wid-edit.el (widget-text-keymap): Doc fix.
862
863 2000-12-06 Andrew Innes <andrewi@gnu.org>
864
865 * makefile.w32-in (lisp): Set to an absolute directory, namely
866 $(CURDIR).
867
868 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
869
870 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
871 read generated-autoload-file, and set buffer-file-coding-system to
872 raw-text-unix after reading the file.
873
874 * international/mule-conf.el (file-coding-system-alist): Use
875 raw-text for reading loaddefs.el and raw-text-unix for writing
876 it.
877
878 2000-12-06 Gerd Moellmann <gerd@gnu.org>
879
880 * replace.el (occur): Make line-number-width 1 smaller for the
881 colon following the line number.
882
883 * startup.el (fancy-splash-text, command-line-1): Use
884 `File' for the menu name instead of `Files'.
885
886 * tmm.el: Update copyright.
887
888 * cus-start.el: Add entry for even-window-heights.
889
890 2000-12-06 Miles Bader <miles@gnu.org>
891
892 * faces.el (frame-set-background-mode): Avoid stomping on
893 locally modified faces.
894
895 2000-12-06 Kenichi Handa <handa@etl.go.jp>
896
897 * international/fontset.el: Correct the font registries for
898 japanese-jisx0213-1 and japanese-jisx0213-2.
899
900 2000-12-05 Gerd Moellmann <gerd@gnu.org>
901
902 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
903
904 * iswitchb.el: Update customization commentary.
905
906 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
907
908 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
909 (tpu-search-highlight): Fixed comparison of overlay end positions.
910 (tpu-trim-line-ends): Implemented trimming logic locally.
911
912 * emulation/tpu-extras.el (tpu-write-file-hook)
913 (tpu-set-cursor-bound): Replaced picture-clean with
914 tpu-trim-line-ends.
915
916 2000-12-05 Kenichi Handa <handa@etl.go.jp>
917
918 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
919 to cn-gb.
920 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
921
922 2000-12-04 Dave Love <fx@gnu.org>
923
924 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
925
926 2000-12-04 Gerd Moellmann <gerd@gnu.org>
927
928 * mail/rmailsum.el (rmail-summary-expunge)
929 (rmail-summary-expunge-and-save): Ask for confirmation with
930 rmail-expunge-confirmed.
931
932 * mail/rmail.el (rmail-expunge-confirmed): New function.
933 (rmail-expunge): Use it.
934
935 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
936 (etags-recognize-tags-table, find-tag-in-order): New
937 functionality: interpret file names as tags.
938
939 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
940
941 * info.el (Info-scroll-prefer-subnodes): New defcustom.
942 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
943 visit the first subnode until the bottom of the current node is
944 visible.
945
946 2000-12-04 Gerd Moellmann <gerd@gnu.org>
947
948 * format.el (format-decode): Don't change buffer's undo list.
949
950 2000-12-04 Kenichi Handa <handa@etl.go.jp>
951
952 * faces.el (face-font-registry-alternatives): Add entries for CJK
953 fonts. Doc-string adjusted for the actual usage of this data.
954
955 * international/fontset.el: Change the font registries for CJK
956 fonts in the default fontset. Don't append '*' to registries.
957
958 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
959
960 * emacs-lisp/easy-mmode.el (define-derived-mode)
961 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
962
963 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
964 (derived-mode-p): New function.
965 (derived-mode-make-docstring): Add `docstring' argument.
966 Use it if available and complete it if necessary.
967
968 2000-12-03 Andreas Schwab <schwab@suse.de>
969
970 * type-break.el (type-break): Don't make parent of itself.
971
972 2000-12-03 Miles Bader <miles@gnu.org>
973
974 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
975
976 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
977
978 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
979 (tex-main-file, tex-file): Simplify.
980 (tex-generate-zap-file-name): Use subst-char-in-string.
981 (tex-strip-dots): Remove.
982
983 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
984
985 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
986 to check if the match succeeded.
987
988 2000-12-02 Gerd Moellmann <gerd@gnu.org>
989
990 * startup.el (use-fancy-splash-screens-p): New function.
991 (command-line-1): Use it to determine whether or not to use
992 a fancy splash screen.
993
994 2000-12-02 Andreas Schwab <schwab@suse.de>
995
996 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
997
998 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
999
1000 * international/mule.el (make-char): Fix last change.
1001
1002 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1003 New defcustoms.
1004 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1005 autoloading tex-mode; instead, do the same manually. Use
1006 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1007 with numeric argument. Docstring fix.
1008 (toplevel): Require cl when compiling.
1009
1010 * international/mule.el (make-char): Doc fix.
1011
1012 2000-12-02 Jason Rumney <jasonr@gnu.org>
1013
1014 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1015 the Emacs Lisp manual)
1016
1017 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1018
1019 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1020
1021 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1022 the Emacs Lisp manual).
1023
1024 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1025
1026 * simple.el (next-line-add-newlines): Change default to nil.
1027
1028 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1029
1030 * files.el (revert-buffer, recover-file): Bind
1031 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1032
1033 2000-12-01 Gerd Moellmann <gerd@gnu.org>
1034
1035 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1036
1037 2000-12-01 Miles Bader <miles@gnu.org>
1038
1039 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1040
1041 2000-12-01 Kenichi Handa <handa@etl.go.jp>
1042
1043 * international/mule-diag.el (describe-char-after): Fix typo.
1044 (describe-character-set, non-iso-charset-alist): Fix typo.
1045
1046 2000-12-01 Miles Bader <miles@gnu.org>
1047
1048 * image-file.el (image-file-name-regexp): Automatically add
1049 upper-case variants of each filename extension in
1050 `image-file-name-extensions', since they seem to be common.
1051
1052 * simple.el (minibuffer-contents)
1053 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1054 New functions.
1055 * filecache.el (file-cache-directory-name)
1056 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1057
1058 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1059
1060 * filecache.el (file-cache-minibuffer-complete): Don't try to
1061 delete the minibuffer prompt.
1062
1063 2000-11-30 Dave Love <fx@gnu.org>
1064
1065 * cus-start.el: Fix read-buffer-function type.
1066
1067 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1068
1069 * md5.el: Removed. There's a built-in function, now.
1070
1071 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
1072
1073 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1074 as dummy 0-th char of rmail-deleted-vector.
1075
1076 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1077
1078 * ps-print.el (ps-end-job): Bind case-fold-search only after
1079 switching to ps-spool-buffer.
1080
1081 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1082
1083 * ps-print.el: Line number font customization. PostScript: Lines and
1084 PageCount are initialized on each page. Doc Fix.
1085 (ps-print-version): New version number (6.3.2).
1086 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1087 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1088 (ps-right-header): Customization fix.
1089 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1090 Fix code.
1091 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1092 New vars.
1093
1094 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1095
1096 * bs.el: Fix typos and spelling errors.
1097 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1098 (bs-configuration): Doc fix.
1099
1100 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1101
1102 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
1103
1104 * emulation/tpu-edt.el (tpu-version): New version.
1105 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1106 (tpu-original-mode-line): Variable deleted.
1107 (tpu-mark-flag): New initial value.
1108 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1109 tpu-mark-flag to minor-mode-alist.
1110 (tpu-update-mode-line): New mark flag logic.
1111 (tpu-get): Use find-file-wildcards.
1112 (tpu-search-highlight): Move overlay less, reset overlay properly.
1113 (tpu-unselect): Deactivate mark.
1114 (tpu-lm-replace): Reset overlay properly.
1115 (tpu-forward-line): Use forward-visible-line.
1116 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1117
1118 * emulation/tpu-extras.el (tpu-forward-line): Use
1119 forward-visible-line.
1120
1121 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1122
1123 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1124
1125 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1126
1127 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1128 and skip whitespace and newlines.
1129
1130 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1131
1132 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1133
1134 2000-11-29 Gerd Moellmann <gerd@gnu.org>
1135
1136 * help.el (describe-function-1): Regexp-quote function name
1137 when used as part of a regexp.
1138
1139 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1140 face-attribute instead of face-foreground and face-background.
1141 (tool-bar-add-item): Likewise, and handle unspecified colors.
1142
1143 * enriched.el (enriched-face-ans): Use face-attribute instead
1144 of face-foreground and face-background.
1145
1146 * faces.el (face-foreground, face-background, face-stipple):
1147 Return nil if attribute is unspecified, for backward
1148 compatibility.
1149
1150 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1151
1152 * play/5x5.el: Remove version info.
1153
1154 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1155
1156 * frame.el (blink-cursor-mode): Doc fix.
1157
1158 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1159
1160 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1161 to create Makefile rules.
1162 (antlr-tool-command): New user option.
1163 (antlr-ask-about-save): New user option.
1164 (antlr-makefile-specification): New user option.
1165 (antlr-file-formats-alist): New variable.
1166 (antlr-special-file-formats): New variable.
1167 (antlr-unknown-file-formats): New user option.
1168 (antlr-help-unknown-file-text): New variable.
1169 (antlr-help-rules-intro): New variable.
1170 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1171 (antlr-mode-menu): Add entries.
1172 (antlr-file-dependencies): New function.
1173 (antlr-directory-dependencies): New function.
1174 (antlr-superclasses-glibs): New function.
1175 (antlr-run-tool): New command.
1176 (antlr-makefile-insert-variable): New function.
1177 (antlr-insert-makefile-rules): New function.
1178 (antlr-show-makefile-rules): New command.
1179
1180 * antlr-mode.el: More Emacs/XEmacs stuff.
1181 (antlr-no-action-keywords): New constant with value nil.
1182 (antlr-font-lock-keywords-alist): Use it. Old value would break
1183 syntax highlighting in Emacs-21.0.
1184 (antlr-default-directory): Emacs/XEmacs dependend function.
1185 (antlr-read-shell-command): Ditto.
1186 (antlr-with-displaying-help-buffer): Ditto.
1187
1188 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1189
1190 * antlr-mode.el: imenu, parsing and highlighting changes.
1191 (antlr-imenu-create-index-function): Don't create extra submenus
1192 for definitions in different grammar classes. It is not necessary
1193 for the menu and would make command `imenu' awkward to use.
1194 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1195 header actions and more than one.
1196 (antlr-font-lock-tokendef-face): Changed color.
1197 (antlr-font-lock-tokenref-face): Changed color.
1198 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1199 (antlr-mode-syntax-table): New variable.
1200 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1201 (antlr-with-syntax-table): Don't copy syntax table.
1202
1203 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1204
1205 * antlr-mode.el: Minor changes: language setting.
1206 (antlr-language-alist): The value for file option "language" can
1207 be both an identifier and a string.
1208 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1209 (antlr-language-limit-n-regexp): Change accordingly.
1210
1211 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1212
1213 * antlr-mode.el: Minor changes: tabs, hiding.
1214 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1215 (antlr-action-visibility): Also allow value nil to also hide the
1216 braces. Renamed from `antlr-tiny-action-length'.
1217 Suggested by Jay@aol.com.
1218 (antlr-hide-actions): Change accordingly. Hide line if completely
1219 hidden action is on a line of its own.
1220
1221 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1222
1223 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1224
1225 * sort.el (sort-columns): Don't concat strings with numbers.
1226
1227 2000-11-29 Dave Love <fx@gnu.org>
1228
1229 * cus-edit.el (face): Fix :format.
1230
1231 * mail/feedmail.el: Require smtpmail when compiling.
1232 (mail-do-fcc): Autoload.
1233 (feedmail) <defgroup>: Fix :link.
1234 (feedmail-nuke-body-in-fcc): Fix :type.
1235 (feedmail-send-it): Add autoload cookie.
1236
1237 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1238
1239 * newcomment.el (comment-indent): Save excursion around call to
1240 comment-indent-function.
1241
1242 2000-11-29 Miles Bader <miles@gnu.org>
1243
1244 * subr.el (member-ignore-case): Return the tail of the list who's
1245 car matches, like `member', not the matching element itself.
1246
1247 2000-11-29 Kenichi Handa <handa@etl.go.jp>
1248
1249 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1250 should not contain `\n'.
1251
1252 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1253
1254 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1255
1256 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1257
1258 * dired-aux.el (dired-do-create-files): Construct default file
1259 name for dired-mark-read-file-name so that when the user enters
1260 just RET, the target file will end up in the target directory.
1261
1262 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1263 local-abbrev-table before changing buffers because it might
1264 have a buffer-local binding.
1265
1266 2000-11-28 Miles Bader <miles@gnu.org>
1267
1268 * simple.el (delete-horizontal-space): Handle fields more generally.
1269
1270 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1271
1272 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1273
1274 2000-11-28 Dave Love <fx@gnu.org>
1275
1276 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1277 comment-start-skip locally.
1278
1279 * progmodes/fortran.el (fortran-mode): Don't set
1280 fortran-comment-line-start-skip. Set comment-start to
1281 fortran-comment-line-start.
1282 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1283 (fortran-comment-line-start-skip): Simplify slightly.
1284
1285 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1286
1287 * play/5x5.el: Remove RCS keyword.
1288
1289 * bs.el: Mistaken commit, undone 2000-11-30.
1290
1291 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
1292
1293 * textmodes/tildify.el (tildify-string-alist): Add
1294 `plain-tex-mode' here.
1295
1296 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1297
1298 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1299 reference.
1300
1301 2000-11-28 Miles Bader <miles@gnu.org>
1302
1303 * cus-face.el (custom-face-attributes): Add post-filter function
1304 for :box. Make pre-filter function for :box handle all cases.
1305
1306 * wid-edit.el (widget-choose): Make sure pop-up window is large
1307 enough to display all the choices, as there's no way to scroll it.
1308
1309 2000-11-28 Kenichi Handa <handa@etl.go.jp>
1310
1311 * international/mule-conf.el: Make the coding system no-conversion
1312 safe for all characters.
1313
1314 2000-11-27 Dave Love <fx@gnu.org>
1315
1316 * net/ldap.el (ldap) <defgroup>: Add :version.
1317
1318 * tooltip.el (tooltip-use-echo-area): Doc fix.
1319
1320 * cus-start.el <minibuffer-prompt-properties>: Add version.
1321 <read-buffer-function>: Add.
1322
1323 * apropos.el (apropos-print): Add help-echo to active text.
1324
1325 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1326
1327 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1328
1329 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1330 type, group and version.
1331
1332 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1333
1334 * select.el (x-get-selection): Docstring fix.
1335
1336 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
1337
1338 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
1339
1340 2000-11-27 Andrew Innes <andrewi@gnu.org>
1341
1342 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1343
1344 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1345
1346 2000-11-27 Miles Bader <miles@gnu.org>
1347
1348 * dired.el (dired-get-filename): Return filename verbatim if
1349 LOCALP is `verbatim'.
1350 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1351 `verbatim' so that we don't inadvertently delete a non-existant
1352 directory name.
1353
1354 >>>>>>> 1.1768
1355 2000-11-27 Kenichi Handa <handa@etl.go.jp>
1356
1357 * international/characters.el: Specify cases and syntaxes for
1358 mule-unicode-0100-24ff.
1359
1360 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1361
1362 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1363 that foreground and/or background colors of the face `tool-bar'
1364 are unspecified.
1365
1366 2000-11-27 Miles Bader <miles@gnu.org>
1367
1368 * wid-edit.el (widget-field-buffer, widget-field-start)
1369 (widget-field-end): Handle widget field `pseudo-overlays'.
1370 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1371 if it's there instead of in `widget-field-list'.
1372
1373 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
1374 (help-make-xrefs): Delete extraneous newlines at the end of the
1375 docstring.
1376
1377 2000-11-25 Jason Rumney <jasonr@gnu.org>
1378
1379 * startup.el (command-line): Call set-locale-environment after
1380 Window System init file is read, as it can result in a call to
1381 redraw-frame.
1382
1383 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1384
1385 * simple.el (shell-command): Mention the effect of the prefix
1386 argument in the doc string.
1387
1388 2000-11-25 Miles Bader <miles@gnu.org>
1389
1390 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1391
1392 * wid-edit.el (widget-field-value-delete): Don't try to delete
1393 overlay when it's the `pseudo-overlay' that exists at some points.
1394
1395 2000-11-24 Jason Rumney <jasonr@gnu.org>
1396
1397 * international/mule-cmds.el (locale-language-names): Add "jp" as
1398 a non-standard alternative for Japanese.
1399
1400 2000-11-24 Andre Spiegel <spiegel@gnu.org>
1401
1402 * vc-hooks.el: Require 'cl during compilation.
1403
1404 2000-11-24 Gerd Moellmann <gerd@gnu.org>
1405
1406 * faces.el (face-set-after-frame-default): Let face attributes
1407 specified for new frames override frame parameters.
1408
1409 * startup.el (command-line): Fix computation of the source file
1410 for user-init-file when user-init-file is a compiled file.
1411
1412 2000-11-24 Miles Bader <miles@gnu.org>
1413
1414 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
1415 (custom-post-filter-face-spec): New functions.
1416 (custom-face-set, custom-face-value-create): Filter the face spec
1417 before and after customization.
1418 (custom-face-set): If VALUE specifies a null face, pass a
1419 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1420 * cus-face.el (custom-face-attributes): Remove SET and GET
1421 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1422 cases they're needed.
1423
1424 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1425 that it's distinguishable from the :off-glyph on dark-background
1426 displays. Set its background color too.
1427
1428 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1429 so that people can easily turn it off.
1430
1431 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1432
1433 * ediff-diff.el: Moved variables around to have it compile under NT.
1434
1435 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
1436
1437 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
1438
1439 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
1440 redundant skip-small-frames test.
1441
1442 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
1443 (viper-downgrade-to-insert): protect against errors in hooks.
1444
1445 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1446 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1447 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
1448 functions.
1449
1450 * viper-util.el (viper-memq-char): Bug fixes.
1451
1452 * viper.el (viper-mode): Fix cursor handling.
1453
1454 2000-11-24 Kenichi Handa <handa@etl.go.jp>
1455
1456 * international/mule-diag.el (list-iso-charset-chars): For
1457 two-byte charset, fix the `while' condition.
1458 (list-non-iso-charset-chars): Fix the `while' condition.
1459
1460 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1461
1462 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1463 if the variable is make-variable-buffer-local.
1464
1465 * progmodes/ada-stmt.el (ada-template-map): Initialize
1466 and bind it to C-c t in ada-mode-map.
1467 (ada-stmt-mode-hook): New function extracted from old code.
1468 Only change the buffer-local side of skeleton-*.
1469 (ada-mode-hook): Use it.
1470
1471 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1472
1473 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1474 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1475 we expect to be returned by minibuffer-depth once we prompt the
1476 user in the minibuffer.
1477 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1478 as recorded in iswitchb-minibuf-depth, return non-nil.
1479
1480 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1481
1482 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1483 (hscroll-window-maybe): Docstring fix.
1484
1485 2000-11-23 Dave Love <fx@gnu.org>
1486
1487 * rect.el (string-rectangle): Don't test delete-selection-mode.
1488
1489 2000-11-23 Gerd Moellmann <gerd@gnu.org>
1490
1491 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1492 is in the tool bar.
1493
1494 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1495 with `no-dir'; we want the directory part to be able to remove
1496 it.
1497
1498 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1499
1500 * textmodes/outline.el (outline-flag-region):
1501 Don't bind inhibit-read-only since we don't modify the buffer.
1502 (outline-isearch-open-invisible): Don't jump to overlay-start
1503 since we're trying to unhide text around point.
1504 (outline-discard-overlays): Use dolist.
1505
1506 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1507
1508 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1509
1510 * mail/rmail.el (rmail-confirm-expunge): Default to
1511 y-or-n-p.
1512
1513 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1514
1515 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1516 Fix ARG regexp to skip quoted braces.
1517 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1518 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1519 are (correctly) handled separately).
1520 Remove `caption' and `footnote' from `citations': they contain text.
1521 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1522 (latex-skeleton-end-hook): New function.
1523 (latex-mode): Use it.
1524 (tex-start-tex-marker): Remove.
1525 (tex-send-tex-command): Don't set tex-start-tex-marker.
1526 (tex-error-parse-syntax-table): New var.
1527 (tex-compilation-parse-errors): Use it.
1528 Ignore tex-start-tex-marker. Don't bother with marker-position.
1529 (tex-validate-buffer): Don't bother with marker-position.
1530
1531 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1532 (flyspell-generic-progmode-verify): Use it.
1533
1534 2000-11-22 Sam Steingold <sds@gnu.org>
1535
1536 * simple.el (delete-trailing-whitespace): New interactive
1537 function.
1538
1539 * progmodes/ada-mode.el (ada-mode): Use it instead of
1540 `ada-remove-trailing-spaces'.
1541 (ada-remove-trailing-spaces): Removed.
1542
1543 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1544
1545 * textmodes/picture.el (picture-clean): Removed.
1546 (picture-mode-exit): Call it instead of `picture-clean'.
1547
1548 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1549
1550 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1551
1552 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1553 jit-lock-fontify-buffer; it should anyway be unneccessary to
1554 do anything special when jit-lock is active.
1555 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1556
1557 2000-11-22 Dave Love <fx@gnu.org>
1558
1559 * calendar/todo-mode.el (todo-top-priorities): Use
1560 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1561
1562 * language/chinese.el, language/cyrillic.el:
1563 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1564 * language/hebrew.el, language/indian.el, language/japanese.el:
1565 * language/korean.el, language/lao.el, language/misc-lang.el:
1566 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1567 Use provide.
1568
1569 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1570 (custom-variable-set): Improve validation error mesage.
1571
1572 * rect.el (string-rectangle): Revert last change.
1573 (string-rectangle-line): New arg DELETE.
1574 (string-rectangle): Check delete-selection-mode.
1575
1576 * emacs-lisp/edebug.el (edebug-version)
1577 (edebug-maintainer-address): Deleted.
1578 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1579 (edebug-read-function): Account for other `'#' read forms.
1580 (edebug-mode-menus): Make some items toggles.
1581 (edebug-outside-unread-command-event, unread-command-event):
1582 Remove these to avoid warnings.
1583
1584 2000-11-22 David Ponce <david@dponce.com>
1585
1586 * recentf.el (recentf-menu-items-for-commands)
1587 (recentf-make-menu-items, recentf-make-menu-item)
1588 (recentf-filter-changer): Added :help and :active menu-item properties.
1589
1590 (recentf-build-dir-rules, recentf-dump-variable)
1591 (recentf-edit-list, recentf-open-files-item)
1592 (recentf-open-files): Replaced unnecessary `mapcar' with new
1593 built-in `mapc'.
1594
1595 2000-11-23 Miles Bader <miles@gnu.org>
1596
1597 * faces.el (menu): Make inverse-video on ttys too.
1598
1599 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1600
1601 * simple.el (comment-line-break-function): Use the new name
1602 indent-new-comment-line -> comment-indent-new-line.
1603 (clone-indirect-buffer): Don't ignore NORECORD.
1604 (next-completion): Properly handle the case where items are adjacent.
1605
1606 * mouse.el (popup-menu): Stupid typo.
1607
1608 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1609
1610 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1611 maintainer, keywords tags.
1612
1613 * rect.el (replace-rectangle): Don't call string-rectangle-line
1614 with too many arguments.
1615
1616 2000-11-22 Andre Spiegel <spiegel@gnu.org>
1617
1618 * ediff-util.el (ediff-file-checked-out-p)
1619 (ediff-file-checked-in-p): Call vc-state instead of
1620 vc-locking-user, which no longer exists.
1621
1622 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1623
1624 2000-11-22 Dave Love <fx@gnu.org>
1625
1626 * md5.el (md5): Provide.
1627 (md5): Fix error call.
1628
1629 2000-11-22 Miles Bader <miles@gnu.org>
1630
1631 * textmodes/refill.el (refill-adjust-ignorable-overlay)
1632 (refill-fill-paragraph-at): Remove debugging code.
1633
1634 * calendar/calendar.el (generate-calendar-window): When we don't
1635 call `fit-window-to-buffer', make sure the top line is fully visible.
1636
1637 * image-file.el (insert-image-file): Don't make `read-only'
1638 property rear-nonsticky.
1639
1640 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1641 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1642 stashing away its original value.
1643 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1644 in the recursive edit.
1645 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1646 (isearch-done): Restore `minibuffer-message-timeout'.
1647
1648 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1649
1650 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1651
1652 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1653
1654 * find-lisp.el (find-lisp-find-files-internal):
1655 Use dolist, when and file-name-as-directory.
1656
1657 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1658 (define-derived-mode, define-minor-mode): Add specs.
1659
1660 * window.el: General comment and spacing fixes.
1661 (save-selected-window): Use backquotes.
1662 (window-safely-shrinkable-p): New function.
1663 (shrink-window-if-larger-than-buffer): Use it.
1664
1665 * subr.el (make-local-hook): Docstring fix.
1666
1667 * shell.el (shell-mode): Use define-derived-mode.
1668
1669 * newcomment.el (comment-indent): Insert comment before calling
1670 comment-indent-function. Don't insert in column 0.
1671 (comment-dwim): Indent before inserting comment.
1672
1673 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1674 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1675 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1676 Use mapc rather than map.
1677
1678 * files.el (find-buffer-visiting): Compare all attributes before
1679 declaring two files identical (rather than just their inode-no).
1680 (auto-mode-alist): Use \' rather than $.
1681
1682 * which-func.el: Update maintainer line.
1683
1684 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1685 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1686 (uniquify-buffer-file-name): Use it.
1687
1688 2000-11-22 Miles Bader <miles@gnu.org>
1689
1690 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1691 * simple.el (minibuffer-avoid-prompt): New function.
1692
1693 2000-11-21 Gerd Moellmann <gerd@gnu.org>
1694
1695 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1696
1697 2000-11-21 Miles Bader <miles@gnu.org>
1698
1699 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1700 inclusion of `track-mouse'.
1701
1702 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1703 (refill-adjust-ignorable-overlay): New function.
1704 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1705 only the paragraph's tail if possible.
1706 Update `refill-ignorable-overlay'.
1707 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1708
1709 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1710 point inside the fill-prefix.
1711
1712 * textmodes/refill.el (refill-post-command-function): Don't reset
1713 refill-doit in the case where a self-insertion command doesn't
1714 case a refill. Use `refill-fill-paragraph-at', getting position
1715 from `refill-doit'.
1716 (refill-after-change-function): Set `refill-doit' to END.
1717 (refill-fill-paragraph-at): New function, mostly from old
1718 refill-fill-paragraph.
1719 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1720 (refill-pre-command-function): New function.
1721 (refill-mode): Add it to `pre-command-hook'.
1722
1723 2000-11-20 Gerd Moellmann <gerd@gnu.org>
1724
1725 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1726
1727 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1728 javadoc tags.
1729
1730 2000-11-20 Andre Spiegel <spiegel@gnu.org>
1731
1732 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1733 vc.el).
1734
1735 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
1736 require vc.
1737
1738 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
1739 checkouts.
1740
1741 2000-11-20 Dave Love <fx@gnu.org>
1742
1743 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1744
1745 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
1746
1747 * calculator.el (calculator-paste): Use `if' instead of `and'
1748 and `or'.
1749 (calculator-help): Don't use electric-describe-mode for XEmacs.
1750
1751 2000-11-19 Gerd Moellmann <gerd@gnu.org>
1752
1753 * info.el (info-menu-5): Doc fix.
1754
1755 * textmodes/artist.el: New file.
1756
1757 2000-11-19 Andre Spiegel <spiegel@gnu.org>
1758
1759 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
1760 and differentiate according to checkout model.
1761 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1762 since this function is only concerned with master state.
1763
1764 * vc-hooks.el (vc-workfile-unchanged-p,
1765 vc-default-workfile-unchanged-p): Moved here from vc.el.
1766
1767 * vc.el (vc-workfile-unchanged-p,
1768 vc-default-workfile-unchanged-p): See above.
1769
1770 2000-11-19 Miles Bader <miles@gnu.org>
1771
1772 * image-file.el (insert-image-file): Make `intangible' and
1773 `read-only' properties rear-nonsticky too.
1774
1775 2000-11-18 Gerd Moellmann <gerd@gnu.org>
1776
1777 * ps-print.el: Update copyright notice.
1778
1779 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1780 (tooltip-show): Use the offsets.
1781
1782 * bindings.el (mode-line-modified): Fix a typo.
1783 (mode-line-toggle-modified, mode-line-widen)
1784 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1785
1786 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1787
1788 * ps-print.el (toplevel): Test for find-coding-system being
1789 fboundp before calling ps-x-find-coding-system.
1790
1791 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1792
1793 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1794 (vc-version-backup-file): Docstring fix.
1795
1796 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1797
1798 * files.el (basic-save-buffer): Don't add a newline if
1799 find-file-literally is non-nil.
1800 (find-file-literally): Extend doc string.
1801
1802 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1803 sort(1) with the `-f' argument.
1804
1805 2000-11-16 Andre Spiegel <spiegel@gnu.org>
1806
1807 * vc.el: Updated backend documentation.
1808 (vc-default-check-headers): New function.
1809
1810 * vc-{cvs,rcs,sccs}.el: Functions reordered.
1811
1812 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1813 up-to-date.
1814 (vc-do-command): In the asynchronous case, output messages only if
1815 the minibuffer is not active.
1816
1817 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1818 `vc-cvs-use-edit' is on.
1819 (vc-cvs-checkout): When this is used for reverting the workfile,
1820 make a backup of the original contents and revert to that in case
1821 of error.
1822 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1823 remote repositories.
1824
1825 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1826 for both version and ratio in the minibuffer.
1827
1828 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1829 Use vc-do-command to perform the annotation, not call-process.
1830
1831 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1832
1833 * international/quail.el (quail-start-translation): Don't call
1834 `message' before reading key sequence.
1835
1836 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1837
1838 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1839
1840 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1841
1842 * window.el (fit-window-to-buffer): Be sure to acquire at least
1843 one text line even if the buffer is empty.
1844
1845 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1846
1847 * net/ange-ftp.el (ange-ftp-file-writable-p)
1848 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1849 ange-ftp-process-verbose to nil.
1850
1851 2000-11-15 Dave Love <fx@gnu.org>
1852
1853 * wid-edit.el (widget-specify-field, widget-specify-button): If
1854 :help-echo is a function, set help-echo of overlay to
1855 widget-mouse-help.
1856 (widget-mouse-help): New function.
1857 (widget-echo-help): Rewritten for :help-echo functions only taking
1858 a widget arg.
1859
1860 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1861 display-graphic-p.
1862 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1863 and that JPEG is available.
1864 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1865
1866 * international/mule-cmds.el (locale-charset-language-names):
1867 Match @euro.
1868
1869 2000-11-15 Gerd Moellmann <gerd@gnu.org>
1870
1871 * faces.el (face-set-after-frame-default): If
1872 `inhibit-default-face-x-resources' is bound, don't intialize the
1873 default face from X resources.
1874
1875 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1876
1877 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1878 Don't set EMACSLOADPATH.
1879
1880 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1881
1882 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1883 texinfo-insert-@url.
1884 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1885 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1886
1887 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1888
1889 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1890 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1891 (checkdoc-minor-keymap): Backward compatibility.
1892 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1893 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1894 (checkdoc-this-string-valid-engine): Be a bit more strict
1895 to avoid matching substrings of `...' quoted vars/funs.
1896 (checkdoc-defun-info): Only look for `interactive' if alone.
1897 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1898
1899 * progmodes/compile.el (grep): `tag-default' can be nil.
1900
1901 * newcomment.el (comment-indent): Paren typo.
1902
1903 2000-11-14 Dave Love <fx@gnu.org>
1904
1905 * calculator.el: New maintainer version.
1906
1907 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1908
1909 * cmuscheme.el: Doc fixes.
1910 (cmuscheme) <defgroup>: Use `scheme' as parent.
1911 (cmuscheme-program-name): Remove. Change uses to
1912 scheme-program-name.
1913
1914 * xscheme.el (scheme-program-name): Don't define here.
1915
1916 * progmodes/scheme.el (scheme-program-name): New variable
1917 (originally in cmuscheme).
1918
1919 2000-11-14 Miles Bader <miles@gnu.org>
1920
1921 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1922 Handle header-lines. Don't loop forever if we can't enlarge the
1923 window anymore. Simplify a bit.
1924
1925 2000-11-14 Kenichi Handa <handa@etl.go.jp>
1926
1927 * window.el (fit-window-to-buffer): Don't check
1928 window-text-height. Assure that the last line is fully visible.
1929
1930 * international/quail.el (quail-show-guidance-buf): Call
1931 fit-window-to-buffer to assure the enough height of the guidance
1932 buffer.
1933 (quail-update-guidance): Avoid making the guidance buffer shorter.
1934
1935 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1936
1937 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1938 rather than `prepend' and add an interesting comment.
1939 (tex-math-face, tex-font-lock-syntactic-face-function):
1940 New face and function to use it.
1941 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1942 than `menu-enable' symbol property.
1943 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1944 (tex-mode): Add some latex-mode commands for auto-selection.
1945 Use tex-font-lock-syntactic-face-function.
1946 (tex-insert-quote): Simplify.
1947 (tex-shell): New mode.
1948 (tex-start-shell): Use it.
1949 (tex-shell-proc, tex-shell-buf): New functions.
1950 (tex-send-command): Use it.
1951 (tex-main-file): Fix the meaning of the new arg REALFILE.
1952 (tex-send-tex-command): New function split from `tex-start-tex'.
1953 Set compilation-last-buffer and compilation-parsing-end.
1954
1955 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1956 when it follows non-comment text on the line.
1957
1958 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1959 Set font-lock-defaults.
1960 (lisp-mode-shared-map): Init inside the defvar.
1961 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1962 Use define-derived-mode.
1963
1964 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1965
1966 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1967
1968 2000-11-14 Gerd Moellmann <gerd@gnu.org>
1969
1970 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1971 recursively optimize body because that can lead to infinite
1972 recursion; see comment there.
1973
1974 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1975
1976 * faces.el (face-spec-set-match-display): Revert the change from
1977 2000-10-24. Add a FIXME for after v21.1.
1978
1979 2000-11-13 Miles Bader <miles@gnu.org>
1980
1981 * textmodes/fill.el (skip-line-prefix): New function.
1982 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1983 (fill-paragraph): Don't leave point inside the fill-prefix.
1984 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1985 point inside the fill-prefix.
1986
1987 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1988
1989 * calendar/calendar.el (generate-calendar-window): Use
1990 `fit-window-to-buffer'.
1991
1992 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1993
1994 * gud.el (gud-minor-mode): New var.
1995 (gud-symbol, gud-val): New functions.
1996 (gud-find-file): Copy gud-minor-mode to the new buffer.
1997 (gud-menu-map): Include entries for commands that are not always
1998 available, using :enable to (de)activate them.
1999 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2000 (gud-mode-map): New map.
2001 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2002 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2003 Don't set up gud's menu (it's done by the minor-mode).
2004 (gud-minibuffer-local-map): New.
2005 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2006 (gud-query-cmdline): New function.
2007 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2008 (gud-mode): Use define-derived-mode.
2009 Don't set up gud's menu (it's done by the minor-mode).
2010 (gud-chop-words): Remove.
2011 (gud-common-init): Use split-string instead.
2012 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2013
2014 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2015 Add keyword arg :name.
2016
2017 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2018 (diff-count-matches, diff-split-hunk): New functions.
2019 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2020
2021 * pcvs-info.el (cvs-fi-conflict-face): New var.
2022
2023 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2024 Make it into a simple syntax-table, shared among all submodes.
2025 (sh-heredoc-face): Re-introduce.
2026 (sh-font-lock-syntactic-face-function): New function.
2027 (sh-mode): Use it. Also use define-derived-mode.
2028 Remove old bogus setting of indent-region-function.
2029 (sh-set-shell): Don't set the syntax-table any more.
2030 (sh-mode-syntax-table) <defun>: Remove.
2031
2032 2000-11-12 Miles Bader <miles@gnu.org>
2033
2034 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2035 message if interactive.
2036
2037 2000-11-12 Dave Love <fx@gnu.org>
2038
2039 * mail/feedmail.el: Fix header,
2040 (feedmail) <defgroup>: Add :link.
2041
2042 * view.el: Use local-map property, not keymap on mode-line string.
2043
2044 * scroll-all.el (scroll-all-mode): Customize variable. Add
2045 autoload cookie to function.
2046
2047 * lazy-lock.el: Remove compatibility code.
2048
2049 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2050 (finder-help-echo): New variable.
2051 (finder-mouse-face-on-line): Add help-echo stuff.
2052 (finder-list-keywords, finder-list-matches): Use mapc.
2053
2054 * faces.el (face-font-registry-alternatives): Add :version.
2055
2056 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2057 tags-table-list.
2058
2059 * net/browse-url.el (browse-url-browser-function): Update :version.
2060
2061 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2062 (mail-mode): Use [:alnum:] in some regexps.
2063
2064 2000-11-10 Dave Love <fx@gnu.org>
2065
2066 * ediff.el (ediff-regions-internal, ediff-documentation):
2067 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2068 fundamental mode.
2069
2070 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2071 buffer into fundamental mode.
2072 (ediff-set-difference): Use copy-sequence if available.
2073
2074 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2075 ediff-patch-map non-nil.
2076 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2077 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2078 buffer into fundamental mode.
2079
2080 * ediff-merg.el (state-or-merge): Defvar when compiling.
2081
2082 2000-11-10 Jason Rumney <jasonr@gnu.org>
2083
2084 * w32-fns.el (w32-add-charset-info): New function.
2085 (w32-charset-info-alist): Use it.
2086
2087 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2088
2089 * faces.el (face-font-registry-alternatives): New user-option.
2090
2091 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2092
2093 * textmodes/texinfo.el (texinfo-block-default): New var.
2094 (texinfo-insert-block): Use it. Insert a newline if needed.
2095
2096 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2097 (fill-region-as-paragraph): Use it.
2098
2099 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2100 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2101 Tweak paragraph regexps to allow a leading [ \t]*.
2102 (tex-latex-block): Insert a newline if necessary.
2103 (latex-insert-item): Only insert a newline if necessary.
2104 (tex-guess-main-file): New function.
2105 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2106 Set tex-main-file if TeX-master is provided.
2107 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2108
2109 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2110
2111 * startup.el (command-line): Set the default tooltip-mode
2112 to t for graphical displays which implement x-show-tip.
2113
2114 * tooltip.el (tooltip-mode): Add a comment about startup.el
2115 setting the default value of this user-option.
2116
2117 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2118
2119 * font-lock.el (font-lock-*-face) <defvar>: Move.
2120 (font-lock-defaults-alist): Mark obsolete.
2121 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2122 (font-lock-mode): Use define-minor-mode.
2123 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2124 (font-lock-turn-off-thing-lock): Be more explicit.
2125 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2126 (font-lock-syntactic-face-function): New var.
2127 (font-lock-fontify-syntactically-region): Use it.
2128 (font-lock-doc-face): New.
2129
2130 * pcvs.el (cvs-enabledp): Ignore errors.
2131 (cvs-commit-filelist): Never query.
2132 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2133 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2134 (cvs-do-removal): Use cvs-partition rather than delete-if.
2135 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2136 cvs-bury-buffer.
2137
2138 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2139 Allow `next' to jump to after the end of the last match.
2140
2141 2000-11-09 Gerd Moellmann <gerd@gnu.org>
2142
2143 * simple.el (byte-compiling-files-p): New function.
2144
2145 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2146 if it is there.
2147
2148 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2149 nil again.
2150
2151 * textmodes/ispell.el (ispell-library-path): Don't call
2152 check-ispell-version when byte-compiling because that starts
2153 an ispell process, and ispell might not be installed.
2154 (toplevel): Don't set up a menu when byte-compiling.
2155
2156 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2157 it, so that a boundp test can be used to determine if we're
2158 currently byte-compiling.
2159
2160 2000-11-09 Dave Love <fx@gnu.org>
2161
2162 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2163 eval-after-load.
2164
2165 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2166
2167 * ps-print.el: Patch for variable initialization when spooling. Doc
2168 fix.
2169 (ps-output-list): Fun eliminated.
2170 (ps-begin-file, ps-begin-job): Code fix.
2171
2172 2000-11-08 Dave Love <fx@gnu.org>
2173
2174 * ediff-wind.el (ediff-control-frame-parameters): Zero
2175 tool-bar-lines.
2176
2177 2000-11-08 Gerd Moellmann <gerd@gnu.org>
2178
2179 * simple.el (shell-command, display-message-or-buffer)
2180 (shell-command-on-region): Mention resize-mini-windows in the doc
2181 string.
2182 (display-message-or-buffer): Take the value of resize-mini-windows
2183 into account.
2184
2185 2000-11-07 Gerd Moellmann <gerd@gnu.org>
2186
2187 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2188
2189 * dired.el (dired-between-files): Add `^. find' as an alternative
2190 to the regular expression, for find-dired.
2191
2192 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2193
2194 * textmodes/texnfo-upd.el: Require texinfo.
2195 (defmacro, defgroup): Remove.
2196 (texinfo-section-to-generic-alist): Remove.
2197 Use texinfo-section-list instead (i.e. level is changed string->int).
2198 (texinfo-filter): New function.
2199 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2200 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2201 Use it. And use regexp-opt.
2202 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2203 (texinfo-update-menu-region-beginning)
2204 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2205 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2206 (texinfo-update-menu-same-level-regexps): Update.
2207 (texinfo-update-node, texinfo-every-node-update)
2208 (texinfo-sequential-node-update): Remove autoload cookie.
2209
2210 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2211 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2212 (texinfo-chapter-level-regexp): Remove.
2213 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2214
2215 2000-11-06 Dave Love <fx@gnu.org>
2216
2217 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2218
2219 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2220 Match defun*.
2221
2222 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2223
2224 * composite.el (composition-function-table): Variable declaration
2225 moved to src/composite.c.
2226 (compose-chars-after): New optional arg object.
2227
2228 2000-11-06 Gerd Moellmann <gerd@gnu.org>
2229
2230 * bindings.el (mode-line-toggle-read-only)
2231 (mode-line-toggle-modified, mode-line-widen)
2232 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2233 (make-mode-line-mouse2-map): Rewritten.
2234 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2235 functions so that C-h k can show something with a doc string.
2236
2237 * startup.el (fancy-splash-delay): Set to 10 seconds.
2238 (fancy-splash-max-time): New user-option.
2239 (fancy-splash-stop-time): New variable.
2240 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2241 (fancy-splash-screens-1): Throw `stop-splashing' when current
2242 time is greater than fancy-splash-stop-time.
2243
2244 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2245
2246 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2247
2248 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2249 Prompt user for a file rather than raising an error.
2250 (cvs-enabledp): Fix call to cvs-mode-marked.
2251 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2252 (cvs-mode-insert): Use it. Change the init prompt' value.
2253 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2254
2255 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2256 Don't pass default arg to ewoc-locate.
2257 (ewoc-collect): Return result in the right order.
2258
2259 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2260
2261 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2262 (cvs-status-get-tags): Fix regexp.
2263 (cvs-status-trees, cvs-status-cvstrees):
2264 Combine after change hooks and don't sit-for.
2265 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2266 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2267 Use make-char rather than hard-coded cryptic data.
2268 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2269
2270 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2271
2272 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2273 (cvs-insert-strings): New function.
2274
2275 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2276
2277 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2278 `mwheel-scroll-amount'.
2279 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2280 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2281 string-matching against the version string.
2282
2283 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2284
2285 * language/thai.el ("Thai"): Set a lisp form that produces
2286 composed string in `sample-text' language info.
2287
2288 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2289 composed string in `sample-text' language info.
2290
2291 * international/mule-cmds.el (describe-language-environment): Eval
2292 `sample-text' data and insert the result.
2293
2294 * international/mule-conf.el (compound-text): Define this coding
2295 system here. Make x-ctext and ctext aliases of it.
2296
2297 * language/european.el (compound-text, ctext): Moved to
2298 international/mule-conf.el.
2299
2300 2000-11-05 Andrew Innes <andrewi@gnu.org>
2301
2302 * w32-fns.el (w32-version): New function.
2303
2304 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2305
2306 * progmodes/awk-mode.el: Update copyright.
2307 (awk-mode-abbrev-table): Remove.
2308 (awk-font-lock-keywords): Use regexp-opt.
2309 (awk-mode): Use define-derived-mode.
2310
2311 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2312 when extracting a suffix.
2313
2314 2000-11-04 Andre Spiegel <spiegel@gnu.org>
2315
2316 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2317 auto-save-mode.
2318
2319 2000-11-04 Jason Rumney <jasonr@gnu.org>
2320
2321 * language/european.el (decode-mac-roman): Test against r1 not r0.
2322
2323 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2324
2325 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2326 (icon-mode): Define indent-line-function.
2327 (icon-comment-indent): Simplify.
2328 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2329
2330 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2331
2332 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2333 Bind change-log-default-mode to defeat the caching done on it.
2334 Don't bother saving excursion any more.
2335
2336 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2337
2338 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2339 (set-frame-font): Use the new name (and the old for compatibility).
2340
2341 * toolbar/tool-bar.el (tool-bar-mode):
2342 * time.el (display-time-mode):
2343 * recentf.el (recentf-mode):
2344 * paren.el (show-paren-mode):
2345 * mwheel.el (mouse-wheel-mode):
2346 * msb.el (msb-mode):
2347 * jka-compr.el (auto-compression-mode):
2348 * image-file.el (auto-image-file-mode):
2349 * hl-line.el (hl-line-mode):
2350 * delsel.el (delete-selection-mode):
2351 * autoinsert.el (auto-insert-mode):
2352 * complete.el (partial-completion-mode): Drop unneeded positional args.
2353
2354 * info.el (Info-mode):
2355 * comint.el (comint-mode): Don't bother with make-local-hook.
2356
2357 * log-edit.el (log-edit-menu): New menu.
2358
2359 2000-11-03 Miles Bader <miles@gnu.org>
2360
2361 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2362 definition, so that trailing spaces are handled properly.
2363 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2364
2365 2000-11-03 Gerd Moellmann <gerd@gnu.org>
2366
2367 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2368 tab character.
2369 (fancy-splash-screens): Set tab-width to 20.
2370
2371 2000-11-03 Dave Love <fx@gnu.org>
2372
2373 * comint.el (comint-completion-addsuffix): Fix custom type.
2374
2375 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2376
2377 * font-lock.el (font-lock-buffers): Remove.
2378 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2379 (font-lock-change-major-mode): Remove.
2380 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2381 (font-lock-default-fontify-region): Extend the multiline
2382 fontification to whole lines.
2383 (font-lock-fontify-anchored-keywords)
2384 (font-lock-fontify-keywords-region): If matching just one
2385 line (with \n) only mark the \n as multiline.
2386
2387 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2388 Correctly handle the case where several :group args are supplied.
2389 Allow :extra-args.
2390 (easy-mmode-define-global-mode): Allow :extra-args.
2391 Correctly handle the case where several :group args are supplied.
2392
2393 2000-11-02 Miles Bader <miles@gnu.org>
2394
2395 * calendar/calendar.el (diary-face, calendar-today-face)
2396 (holiday-face): Remove dependency on `window-system'.
2397
2398 2000-11-02 Ken Raeburn <raeburn@gnu.org>
2399
2400 * Makefile.in (emacs): Set EMACSLOADPATH always.
2401 (update-authors, .el.elc, compile-files): Don't do it explicitly
2402 here.
2403 (compile-files): Bomb out if compilation of a file fails.
2404
2405 2000-11-02 Dave Love <fx@gnu.org>
2406
2407 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2408
2409 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2410
2411 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2412 punctuation in the warning inserted into the *mail* buffer.
2413
2414 2000-11-02 Gerd Moellmann <gerd@gnu.org>
2415
2416 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2417 (authors-public-domain-p): New function.
2418 (authors-print): Use it.
2419
2420 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2421
2422 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2423
2424 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2425
2426 * ps-print.el: Extension for even/odd printing. Doc fix.
2427 (ps-print-version): New version number (6.3.1).
2428 (ps-even-or-odd-pages): Customization fix.
2429 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2430 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2431 (ps-page-count): Var replaced by `ps-page-column'.
2432 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2433 (ps-print-sheet-p): New fun.
2434
2435 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2436
2437 * tooltip.el (tooltip-gud-tips-setup): New function.
2438 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2439 (tooltip-mode): Call tooltip-gud-tips-setup.
2440 (tooltip-gud-tips): Use `gud-basic-call' instead of
2441 process-send-string, so the prompt gets frobbed appropriately.
2442 Handle nil return value from `tooltip-gud-print-command'.
2443
2444 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2445
2446 * comint.el (comint-add-to-input-history): New function.
2447 (comint-send-input): Use `comint-add-to-input-history'.
2448
2449 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2450
2451 * info.el (info-menu-header): New face.
2452 (Info-fontify-menu-headers): New function.
2453 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2454
2455 * info.el (Info-insert-dir): Don't include blank lines at
2456 beginning of additional dir files (one is added automatically).
2457
2458 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2459
2460 * emacs-lisp/easy-mmode.el (define-minor-mode):
2461 Revert the latest changes.
2462 Allow the three positional arguments to be skipped and replaced
2463 by keyword arguments.
2464 Add a :toggle argument to determine whether a nil arg means toggle
2465 or means turn-on. The default is unchanged.
2466 Add a call to force-mode-line-update.
2467
2468 2000-11-01 Dave Love <fx@gnu.org>
2469
2470 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2471 cookie.
2472
2473 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2474
2475 * calendar/calendar.el (diary-face, holiday-face): Add
2476 dark-background variants.
2477
2478 2000-10-31 Sam Steingold <sds@gnu.org>
2479
2480 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2481 `tex-main-file' does not have directory in it.
2482
2483 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2484
2485 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2486
2487 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2488
2489 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2490 functional change.
2491
2492 2000-10-31 Gerd Moellmann <gerd@gnu.org>
2493
2494 * files.el (find-file-noselect): When we expand a wildcard, return
2495 a list of buffers, as we should do according to the doc string.
2496
2497 2000-10-31 Ken Raeburn <raeburn@gnu.org>
2498
2499 * loadup.el (top level): Adjust load path if program name is
2500 "../src/bootstrap-emacs", in case it's not dumped and thus the
2501 load path adjustment hasn't already been done.
2502
2503 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2504
2505 * ps-print.el: Fix bug on selected pages for printing. Use
2506 `color-values' for Emacs 21. Ensure fontification when jit-lock
2507 is on. Try to avoid warning messages when compiling. Doc Fix.
2508 (ps-print-version): New version number (6.3).
2509 (ps-color-device): Use `color-values' to determine if device
2510 supports color.
2511 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2512 (ps-print-page-p): Changed from defsubst to defun.
2513 (ps-page-number): Changed from defmacro to defun.
2514 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2515 printing.
2516 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2517 (ps-end-file, ps-dummy-page): Funs eliminated.
2518 (ps-print-color-scale): Changed default value.
2519 (ps-page-n-up, ps-print-page-p): New internal vars.
2520 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2521 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2522
2523 * delim-col.el: Little programming improvement.
2524 (delimit-columns-str): New macro.
2525 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2526
2527 2000-10-31 Kenichi Handa <handa@etl.go.jp>
2528
2529 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2530 Moved to european.el.
2531 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2532 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2533 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2534 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2535
2536 2000-10-30 Dave Love <fx@gnu.org>
2537
2538 * progmodes/cc-menus.el (imenu-generic-expression)
2539 (imenu-progress-message): Only defvar when compiling.
2540
2541 * emacs-lisp/elp.el (elp-unload-hook): New function.
2542
2543 * loadhist.el (unload-feature): Call elp-restore-function,
2544 checking for symbols; don't use elp-restore-all.
2545 (loadhist-hook-functions): Doc fix.
2546
2547 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2548
2549 * log-edit.el (log-edit-confirm): Fix the default.
2550
2551 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2552
2553 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2554 delimit-columns-format.
2555 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2556
2557 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2558
2559 * comint.el (comint-replace-by-expanded-history): Don't use
2560 comint-get-old-input (we're not looking at *old* input).
2561 (comint-get-old-input-default): If using fields, signal an error
2562 when the point is not in an input field.
2563
2564 2000-10-30 Kenichi Handa <handa@etl.go.jp>
2565
2566 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2567 and mule-unicode-e000-ffff.
2568
2569 * international/mule.el (decode-char, encode-char): New functions.
2570 (make-coding-system): Accept a symbol of translation table as a
2571 value of property `safe-chars'.
2572
2573 * international/mule-cmds.el (encode-coding-char): Check property
2574 safe-chars instead of safe-charsets.
2575
2576 * international/fontset.el (fontset-default): Modified for
2577 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2578 (x-font-name-charset-alist): Likewise.
2579 (ccl-encode-unicode-font): New CCL program. Record it in
2580 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2581
2582 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2583 New translation tables.
2584 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2585 programs are modified and moved from mac-win.el.
2586 (mac-roman): Definition of this coding system is modified and
2587 moved from mac-win.el.
2588
2589 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2590
2591 * ediff-wind.el (ediff-setup-control-frame): Enclose
2592 face-attribute in condition-case to avoid errors in older emacsen.
2593
2594 2000-10-29 Miles Bader <miles@gnu.org>
2595
2596 * custom.el (custom-add-to-group): Allow multiple entries for a
2597 given value OPTION, as long as their widget types are different.
2598 * cus-edit.el (custom-face-value-create): If face name doesn't end
2599 with "face", add such here (similar to custom group widgets).
2600
2601 * comint.el (comint-highlight-prompt): Add :type.
2602
2603 2000-10-28 John Wiegley <johnw@gnu.org>
2604
2605 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2606 Changed this function to operate on a temporary buffer instead of
2607 the main buffer. This not only keeps flyspell from marking a
2608 buffer as changed that wasn't, but it solves the jumpy cursor
2609 problem when attempts are made to edit incorrect words.
2610 (flyspell-maybe-correct-doubling): Same change as for
2611 `flyspell-maybe-correct-transposition'.
2612
2613 * calendar/timeclock.el (timeclock-log): Doc fix.
2614 (timeclock-last-event): Doc fix.
2615 (timeclock-log): Kill the timelog buffer after appending a new
2616 event.
2617 (timeclock-find-discrep): Use a temp buffer to read in the
2618 timelog, instead of visiting the file.
2619 (timeclock-log-data): A new function, along with a host of helper
2620 functions, for the purpose of making timelog data accessible to
2621 programmers.
2622
2623 * eshell/esh-mode.el (window-height test): Make certain that
2624 `eshell-stringify-t' is non-nil.
2625 (eshell-password-prompt-regexp): Changed to a much simpler
2626 password regexp.
2627 (eshell-send-input): If `eshell-invoke-directly' returns t,
2628 directly invoke the parsed command using `eval'. This improves
2629 turn-around time on simple commands by a factor of three or
2630 greater, such as cd, ls, pwd, etc. -- which get used very often.
2631 It also conserves thousands of cons cells per call (since
2632 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2633 in the Pacific Cookie Company).
2634
2635 * eshell/esh-test.el (eshell-test): Whitespace fix.
2636
2637 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2638 `eshell-ls-initial-args' nil when inserting directory contents.
2639
2640 * eshell/em-script.el (eshell-script-initialize): Add names to
2641 `eshell-complex-commands, since `source' and `.' are complex.
2642
2643 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2644 (eshell-rewrite-while-command): Use `eshell-protect' instead of
2645 `eshell-copy-handles'.
2646 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2647 bodies.
2648 (eshell-separate-commands): Whitespace fix.
2649 (eshell-complex-commands): Added a new list of names, for
2650 determining whether a given command is as simple as it looks.
2651 (eshell-invoke-directly): New function. Returns t if a command
2652 should be invoked directly (using `eval'), rather than indirectly
2653 using `eshell-do-eval'.
2654 (eshell-do-eval): Whitespace fix.
2655
2656 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2657 which provides an emulation of the DOS shell behavior of assuming
2658 that cp/mv/ln should copy/move/link to the current directory.
2659 (eshell-remove-entries): Added a doc string.
2660 (eshell-shuffle-files): Removed the check for `target' being null.
2661 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2662 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2663 it to do a smarter check of whether a destination was provided.
2664 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2665 (eshell/ln): Enable `:preserve-args', and use
2666 `eshell-mvcpln-template' to implement the body of the function.
2667 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2668 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2669 list after flattening it. This makes it possible to cat files
2670 with numerical names.
2671 (eshell-unix-initialize): Added several names to
2672 `eshell-complex-commands.
2673 (eshell-unix-command-complex-p): Return t if a given command name
2674 may result in external processes being invoked.
2675
2676 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2677 variable nil by default, since it slows down glob processing by a
2678 factor of two or more, and increases memory consumption.
2679
2680 * eshell/em-smart.el: Added a note about how memory consumptive
2681 smart display mode can be (at least this is true in Emacs 21).
2682 (eshell-smart-initialize): Whitespace fix.
2683 (eshell-refresh-windows): Use `if' instead of `when'.
2684 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2685 not necessary.
2686 (eshell-currently-handling-window): Added a missing global
2687 variable.
2688
2689 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2690 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2691 Whitespace fix.
2692 (eshell-ls-exclude-hidden): Added this variable in addition to
2693 `eshell-ls-exclude-regexp'. This one prevents files beginning
2694 with . from even being read, which can improve memory consumption
2695 quite a bit.
2696 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2697 read file entries beginning with a dot. In home directories with
2698 lots of hidden files, fully two-thirds of the time spent in ls is
2699 used to read directory entries that are immediately thrown away.
2700 (eshell-ls-initial-args): Added back this configuration variable,
2701 for specifying default initial arguments to every call to ls.
2702 Much faster than using an alias to do the same thing.
2703 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2704 (eshell-ls-dir): Whitespace change.
2705
2706 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2707
2708 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2709 available.
2710 (eshell-stringify-t): Added a customization variable, to indicate
2711 whether `t' should be rendered as a string at all. If not, one
2712 can still determine if the result of an expression is true using
2713 "file-exists-p FILE && echo true".
2714 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2715 stringify t!
2716
2717 * eshell/esh-module.el: Whitespace fix.
2718
2719 * eshell/em-alias.el (eshell-alias-initialize): Added
2720 `eshell-command-aliased-p' to `eshell-complex-commands'.
2721 (eshell-command-aliased-p): New function that returns t if a
2722 command name names an aliased.
2723
2724 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2725
2726 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
2727 redrawing the screen when changing cursor color.
2728 (viper-insert-state-pre-command-sentinel)
2729 (viper-replace-state-pre-command-sentinel)
2730 (viper-replace-state-post-command-sentinel):
2731 Use viper-preserve-cursor-color.
2732 Many functions changed to use viper= instead of = when comparing
2733 characters.
2734 * viper-util.el (viper-memq-char,viper=): New functions for
2735 working with characters.
2736 (viper-change-cursor-color): Fixed buglet.
2737 Many functions changed to use viper= instead of = when comparing
2738 characters.
2739 * viper.el (viper-insert-state-mode-list): Added eshell.
2740
2741 * ediff-init.el (ediff-before-setup-hook): New hook.
2742 Several typos fixed in various docstrings.
2743 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2744 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
2745 hook.
2746 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2747 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2748 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2749 (ediff-get-selected-buffers): New function.
2750 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2751 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
2752 save-window-excursion.
2753 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
2754 termination check in while loop.
2755 * ediff.el (ediff-get-default-file-name): Better defaults when in
2756 dired buffer.
2757 (ediff-files,ediff-merge-files,ediff-files3)
2758 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
2759
2760 2000-10-28 Dave Love <fx@gnu.org>
2761
2762 * info.el (Info-fontify-node): Add help-echo for menu items.
2763
2764 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2765
2766 * startup.el (normal-top-level): If the value of $TERM indicates
2767 we are running from xterm or one of its work-alikes, default to a
2768 light background mode.
2769
2770 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2771 * faces.el (tty-handle-reverse-video): New function.
2772 (tty-create-frame-with-faces): Call it.
2773
2774 * frame.el (frame-notice-user-settings): Don't apply
2775 default-frame-alist and initial-frame-alist to MS-DOS frames.
2776 Call tty-handle-reverse-video, frame-set-background-mode, and
2777 face-set-after-frame-default for non-MS-DOS frames.
2778
2779 * startup.el (tty-long-option-alist): New variable.
2780 (tty-handle-args): New function.
2781 (command-line): Call tty-handle-args.
2782
2783 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2784 startup.el now does that for all character-terminal frames.
2785
2786 2000-10-28 Miles Bader <miles@gnu.org>
2787
2788 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2789 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2790 global. If :global is followed by a non-nil but non-t value,
2791 make the mode buffer-local, but also generate a `global-MODE'
2792 version using `easy-mmode-define-global-mode'. Add
2793 :conditional-turn-on keyword argument.
2794
2795 2000-10-28 Dave Love <fx@gnu.org>
2796
2797 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2798 use window-system.
2799
2800 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2801
2802 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2803 Don't call find-buffer-file-type-coding-system. Instead, just
2804 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2805 if the file is on an untranslated filesystem.
2806 (add-untranslated-filesystem): Use "D" instead of "f" inside
2807 interactive.
2808
2809 2000-10-27 Dave Love <fx@gnu.org>
2810
2811 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2812 (refill-mode): Use it.
2813
2814 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2815
2816 * international/quail.el (quail-activate): Don't make-local-hook.
2817
2818 2000-10-27 Andre Spiegel <spiegel@gnu.org>
2819
2820 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2821 manual backups and file.~<rev>.~ for automatic ones.
2822 (vc-make-version-backup): Don't do it on MS-DOS without long file
2823 names.
2824
2825 * vc.el (vc-version-other-window): If an automatic backup of the
2826 desired version exists, rename it instead of copying it.
2827
2828 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2829 after command. If there's an unexpected error, signal it instead
2830 of being silent.
2831 (vc-cvs-merge-news): Be prepared for no news at all.
2832
2833 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2834
2835 * shell.el (shell): Add BUFFER argument.
2836 * comint.el (make-comint-in-buffer): New function.
2837 (make-comint): Use it.
2838
2839 * faces.el (face-spec-choose): Change syntax so that the list of
2840 attribute-value pairs is now the cdr of each clause, not the cadr.
2841 Detect old-style entries, and handle them. Use pop.
2842
2843 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2844
2845 * cus-edit.el (custom-mode-map): Use a sparse map.
2846 (custom-mode): Don't bother with make-local-hook.
2847
2848 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2849
2850 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2851
2852 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2853
2854 * ps-print.el: Avoid compilation gripes.
2855 (ps-print-version): New version number (6.2.1).
2856
2857 2000-10-26 Dave Love <fx@gnu.org>
2858
2859 * menu-bar.el: Modify some menu item help strings.
2860 (menu-bar-help-menu): Add link to MORE.STUFF.
2861
2862 * cus-edit.el (custom-mode): Add `special' mode-class property.
2863
2864 * wid-browse.el (widget-browse-mode): Likewise.
2865
2866 * wid-edit.el (widget-specify-field): Revert to using local-map
2867 property, not keymap.
2868
2869 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2870
2871 * wid-edit.el (widget-field-end): When checking for a `boundary'
2872 field, do so in the correct buffer.
2873
2874 * simple.el (undo): Correctly distinguish between numeric and
2875 non-numeric prefix args in non-transient-mark-mode, as per the doc
2876 string. When in transient-mark-mode, treat all prefix-args as
2877 numeric.
2878
2879 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2880 Position point on match. Handle N == 0 correctly.
2881
2882 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2883 (comint-mode-map): Reverse order of `comint-write-output' and
2884 `comint-append-output-to-file'.
2885 (comint-append-output-to-file): Reinstate this function, for the
2886 benefit of the menu.
2887
2888 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2889
2890 * vc.el (vc-version-other-window): Bind `file'.
2891
2892 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2893
2894 * Makefile.in (update-authors): New target for maintenance purposes.
2895
2896 * emacs-lisp/authors.el (batch-update-authors): New function.
2897 (authors-fixed-entries): New defconst.
2898 (authors-add-fixed-entries): New function.
2899 (authors): Call it.: Don't process lispref/.
2900
2901 2000-10-25 Jason Rumney <jasonr@gnu.org>
2902
2903 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2904 Merge x w32 and mac definitions.
2905
2906 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2907
2908 * menu-bar.el (menu-bar-options-menu): Add a help string for
2909 `uniquify'.
2910
2911 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2912
2913 * time-stamp.el (time-stamp-string-preprocess):
2914 Fix a wrong type argument error.
2915
2916 2000-10-25 Miles Bader <miles@gnu.org>
2917
2918 * recentf.el (recentf-mode): Variable removed.
2919 (recentf-mode): Use `define-minor-mode'.
2920
2921 * mwheel.el (mouse-wheel-mode): New global minor mode.
2922 (mwheel-install): Use `mouse-wheel-mode'.
2923
2924 2000-10-25 Dave Love <fx@gnu.org>
2925
2926 * progmodes/cperl-mode.el (cperl-mode):
2927 Set normal-auto-fill-function correctly.
2928
2929 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2930 inherit from global-map and don't nullify menu-bar and tool-bar
2931 bindings.
2932
2933 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2934
2935 * wid-edit.el (widget-field-at): New function.
2936 (widget-at, widget-field-activate): Use it.
2937 (widget-tabable-at): Use `widget-at'.
2938 (widget-specify-field): If the terminating character of the widget
2939 field (which is read-only) is a newline, put it into a special
2940 `boundary' field so that C-n/C-p act more naturally.
2941 (widget-field-end): Also don't subtract one if a special
2942 `boundary' field has been added after the widget field.
2943
2944 * comint.el (comint-output-filter, comint-send-input): Don't
2945 bother adding stickiness fields to overlays to fool the field
2946 code, since it should notice the overlay insertion-types now.
2947
2948 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2949 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2950 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2951
2952 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2953
2954 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2955 (authors): Set file coding system to iso-2022-7bit. Add
2956 file-local variables to output buffer.
2957
2958 * files.el (after-find-file): Don't print any warnings if
2959 WARN is nil.
2960
2961 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2962
2963 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2964
2965 * delim-col.el: Now there is a column formatting mechanism.
2966 Modified to customization mechanisms convention. Doc fix.
2967 (columns): New group for delim-col.
2968 (delimit-columns-before, delimit-columns-after)
2969 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2970 (delimit-columns-end): New vars.
2971 (delimit-columns-customize, delimit-columns-format): New funs.
2972 (delimit-columns-region, delimit-columns-rectangle)
2973 (delimit-columns-rectangle-line): Modified to support column
2974 formatting.
2975
2976 2000-10-24 Dave Love <fx@gnu.org>
2977
2978 * log-edit.el (log-edit): Add :version and a :group for vc.
2979
2980 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2981
2982 * files.el (after-find-file): Don't print a message ``New file''
2983 if WARN is nil.
2984
2985 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2986 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2987 get duplicate tool-bar entries because we'll see the global ones
2988 on more than one path through keymaps.
2989
2990 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2991
2992 * progmodes/cmacexp.el: Change Francesco's email address.
2993
2994 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2995
2996 * window.el (fit-window-to-buffer): Adjust point of the window
2997 buffer, not that of the current buffer.
2998
2999 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3000
3001 * progmodes/cmacexp.el: Update the euthor's email address.
3002
3003 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3004
3005 * faces.el (face-spec-set-match-display): Add `graphic' display
3006 type (the inverse of `tty'). Use `display-graphic-p' instead of
3007 the window-system variable.
3008
3009 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3010
3011 * international/isearch-x.el (isearch-with-input-method): Call
3012 input-method-function with the first event in
3013 unread-command-events.
3014
3015 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3016
3017 * faces.el (face-default-spec, face-user-default-spec): Make
3018 defsubsts.
3019
3020 2000-10-24 Andrew Choi <akochoi@i-cable.com>
3021
3022 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3023 New charsets.
3024
3025 * term/mac-win.el: Remove definitions of mac-roman-lower and
3026 mac-roman-upper, require dired, and define instead of set
3027 mac-ready-for-drag-n-drop to avoid compilation error.
3028
3029 2000-10-23 Andrew Innes <andrewi@gnu.org>
3030
3031 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3032 superfluous calls to subst-char-in-string; instead apply
3033 expand-file-name after convert-standard-filename to ensure
3034 expected directory separators are used.
3035
3036 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3037
3038 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3039
3040 2000-10-23 Dave Love <fx@gnu.org>
3041
3042 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3043 (tool-bar-add-item): Set foreground and background for XBM icons.
3044
3045 * international/latin1-disp.el (latin1-char-displayable-p): New
3046 function (from Handa).
3047 (latin1-display-check-font): Use it.
3048
3049 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3050 using :key-sequence, making it much more usable. Use nconc, not
3051 append.
3052 (imenu--create-keymap-1): Avoid append.
3053
3054 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3055
3056 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3057
3058 [the following changes fix a bug where `define-minor-mode' didn't
3059 correctly generate :require clauses for defcustoms in compiled files]
3060 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3061 (byte-compile-log-file, byte-compile-log-1): Don't set
3062 `byte-compile-current-file' to nil. Instead set
3063 `byte-compile-last-logged-file' to it. Test whether
3064 byte-compile-current-file equals byte-compile-last-logged-file
3065 instead of whether its nil.
3066 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3067
3068 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3069
3070 * textmodes/refill.el: Fix var names in doc.
3071 (refill-mode): Don't bother with make-local-hook anymore.
3072
3073 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3074
3075 * faces.el (face-user-default-spec, face-default-spec): New functions.
3076 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3077 (frame-set-background-mode, face-set-after-frame-default):
3078 Use `face-user-default-spec'. Simplify code slightly.
3079
3080 * woman.el (woman-italic-face, woman-bold-face)
3081 (woman-unknown-face): Add dark-background variants.
3082 (woman-default-faces): Renamed from `woman-colour-faces'.
3083 Set using the stored defaults, rather than using hard-wired colors.
3084 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3085 Just make the foreground `unspecified' rather than "black".
3086 (woman-menu): Rename menu entries accordingly.
3087
3088 * faces.el (header-line): Make more reasonable on mono/grayscale
3089 displays.
3090
3091 2000-10-23 Andrew Choi <akochoi@i-cable.com>
3092
3093 * cus-edit.el (custom-button-face): Use 3D look for mac.
3094 (custom-button-pressed-face): Likewise.
3095
3096 * faces.el (set-face-attributes-from-resources): Handle mac frames
3097 in the same way as x and w32 frames.
3098 (face-valid-attribute-values): Likewise.
3099 (read-face-attribute): Likewise.
3100 (defined-colors): Likewise.
3101 (color-defined-p): Likewise.
3102 (color-values): Likewise.
3103 (display-grayscale-p): Likewise.
3104 (face-set-after-frame-default): Likewise.
3105 (mode-line): Same default face as for x and w32.
3106 (tool-bar): Likewise.
3107
3108 * frame.el: Remove call to frame-notice-user-settings at end of
3109 the file.
3110
3111 * info.el (Info-fontify-node): make underlines invisible for mac
3112 as for x, pc, and w32 frame types.
3113
3114 * term/mac-win.el: New file.
3115
3116 2000-10-22 Dave Love <fx@gnu.org>
3117
3118 * textmodes/refill.el: New file.
3119
3120 2000-10-22 Andre Spiegel <spiegel@gnu.org>
3121
3122 * vc-hooks.el (vc-version-backup-file-name): New optional args
3123 MANUAL and REGEXP.
3124 (vc-delete-automatic-version-backups, vc-make-version-backup):
3125 New functions.
3126 (vc-before-save): Use the latter.
3127 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3128 confusion.
3129
3130 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3131 expected by vc[-hooks].el.
3132
3133 * vc.el (vc-checkout): Added `-p' suffix in call to
3134 vc-make-version-backups-p; use vc-make-version-backup to actually
3135 make the backup.
3136 (vc-version-other-window, vc-version-backup-file): Handle both
3137 automatic and manual backups.
3138 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3139 of all of them.
3140
3141 2000-10-22 Miles Bader <miles@gnu.org>
3142
3143 * comint.el (comint-highlight-input, comint-highlight-prompt):
3144 Renamed, `-face' at end removed.
3145 (comint-send-input, comint-output-filter): Use renamed faces.
3146
3147 * window.el (fit-window-to-buffer): Change defaulting of
3148 MAX-HEIGHT slightly.
3149
3150 * faces.el (color-values, color-defined-p): Use `member', not
3151 `memq', because it works correctly for strings.
3152 (frame-set-background-mode): Actually, "unspecified-fg" and
3153 "unspecified-bg" *are* strings. Use `member', not `memq', and
3154 `equal', not `eq', when a string value is possible.
3155
3156 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3157
3158 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3159
3160 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3161
3162 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3163 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3164 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3165 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3166 (sh-font-lock-syntactic-keywords): Use them.
3167 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3168 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3169 (sh-mode): Don't override font-lock-unfontify-region-function.
3170 Use a copy of sh-font-lock-syntactic-keywords.
3171 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3172 Don't call sh-scan-buffer since font-lock does it on the fly.
3173 (sh-get-indent-info): Use `face' rather than `syntax-table'
3174 text-property to detect here-documents.
3175 Replace sh-special-syntax with sh-st-punc.
3176 (sh-prev-line): Use `face' rather than `syntax-table'
3177 text-property to skip over here-documents.
3178 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3179 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3180 (sh-electric-less, sh-set-here-doc-region)
3181 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3182 (sh-scan-buffer, sh-rescan-buffer): Remove.
3183
3184 2000-10-21 Andrew Innes <andrewi@gnu.org>
3185
3186 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3187 remote (ange-ftp) file names.
3188
3189 2000-10-21 Miles Bader <miles@gnu.org>
3190
3191 * window.el (fit-window-to-buffer): New function.
3192 (shrink-window-if-larger-than-buffer): Use it.
3193 (window-text-height): Don't expect minibuffers to have mode-lines.
3194
3195 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3196 * international/quail.el (quail-update-guidance): Use
3197 `fit-window-to-buffer' instead of `set-window-text-height'.
3198
3199 * international/quail.el (quail-show-guidance-buf): Make sure
3200 guidance window really has enough room.
3201 (quail-update-guidance): If quail-guidance-win is already shown,
3202 make sure its height is OK.
3203
3204 * window.el (window-text-height, set-window-text-height):
3205 New functions.
3206 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3207 instead of `window-height' & `mode-line-window-height-fudge'.
3208 (mode-line-window-height-fudge): Add FACE parameter.
3209 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3210 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3211
3212 2000-10-20 Miles Bader <miles@gnu.org>
3213
3214 * window.el (height-affecting-face-attributes): Use `defconst'.
3215
3216 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3217 New function, conditionally aliased to `mode-line-window-height-fudge'.
3218 (ispell-help): Use it.
3219 (ispell-choices-win-default-height): Don't include mode-line fudge.
3220 (ispell-choices-win-default-height): New function.
3221 (ispell-show-choices, ispell-command-loop): Use function
3222 `ispell-choices-win-default-height' instead of variable.
3223
3224 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3225
3226 * window.el (mode-line-window-height-fudge): New variable.
3227 (height-affecting-face-attributes): New variable.
3228 (mode-line-window-height-fudge): New function.
3229 (shrink-window-if-larger-than-buffer): Use it.
3230 * help.el (resize-temp-buffer-window): Likewise.
3231
3232 * info.el (Info-fontify-node): Add support for @subsubsection
3233 titles, which use `Info-title-4-face'.
3234 (Info-title-4-face): New face.
3235 (Info-title-3-face): Inherit from Info-title-4-face instead of
3236 variable-pitch.
3237
3238 2000-10-19 Jason Rumney <jasonr@gnu.org>
3239
3240 * dired.el (dired-insert-directory): Do not let errors signalled by
3241 attempt to run dired-free-space-program prevent dired from working.
3242
3243 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3244
3245 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3246
3247 2000-10-19 Gerd Moellmann <gerd@gnu.org>
3248
3249 * dirtrack.el (dirtrack): Fix call to run-hooks.
3250
3251 * cmuscheme.el (cmuscheme-program-name): Renamed from
3252 scheme-program-name because xscheme.el contains a defcustom with
3253 the same name. As a consequence, customizing group `cmuscheme'
3254 loaded `xscheme' which redefined run-scheme.
3255 (run-scheme): Use cmuscheme-program-name.
3256
3257 * ps-print.el (ps-print-emacs-type): Move into the
3258 eval-and-compile.
3259
3260 * play/doctor.el (doctor-death): Update the Samaritans'
3261 anonymous address, and add a website for Befrienders International.
3262
3263 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3264
3265 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3266 Avoid compilation gripes. Doc fix.
3267 (ps-print-version): New version number (6.2).
3268 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3269 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3270 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3271 (ps-x-extent-priority, ps-x-extent-start-position)
3272 (ps-x-face-font-instance, ps-x-find-coding-system)
3273 (ps-x-font-instance-properties, ps-x-make-color-instance)
3274 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3275 avoid compilation gripes without defining functions.
3276 (ps-e-find-composition): Alias for function find-composition, to have a
3277 suitable function depending on Emacs version.
3278 (ps-color-device, ps-color-values, ps-face-foreground-name)
3279 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3280 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3281 (ps-print-ensure-fontified): Function definitions surrounded by
3282 `eval-and-compile' to avoid compilation gripes.
3283 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3284 by symbol-value to avoid compilation gripes.
3285 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3286 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3287
3288 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3289
3290 * startup.el (normal-top-level): Call `frame-set-background-mode'
3291 after `frame-notice-user-settings' because the latter doesn't call
3292 the former on a tty.
3293
3294 * faces.el (frame-set-background-mode): `unspecified' &c are
3295 symbols, not strings.
3296
3297 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3298
3299 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3300 why some "light*" colors are deliberately absent from the alist.
3301
3302 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3303 Change colors for tty's, as suggested by Miles Bader.
3304
3305 2000-10-19 Kenichi Handa <handa@etl.go.jp>
3306
3307 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3308 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3309 for ISO10646-1 fonts.
3310 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3311
3312 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * faces.el (frame-set-background-mode): If a tty frame defines a
3315 background color, use that to compute the background mode, instead
3316 of always defaulting to "dark".
3317
3318 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3319
3320 * comint.el (comint-write-output): New function.
3321 (comint-mode-map): Add it to the menu.
3322 Bind `C-c C-s' to comint-write-output.
3323
3324 2000-10-18 Gerd Moellmann <gerd@gnu.org>
3325
3326 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3327 Use fancy-splash-delay.
3328
3329 2000-10-18 Alex Schroeder <alex@gnu.org>
3330
3331 * progmodes/sql.el (sql-sybase-options): New option.
3332 (sql-sybase): Use it. Add sql-database to the list of parameters
3333 provided for login. The options -w 2048 -n are not used any more.
3334
3335 * comint.el (comint-read-input-ring): Bugfix such that the first
3336 and the last entry of the input ring file are not lost.
3337
3338 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3339
3340 * ps-print.el: Internal variable changes to defcustom,
3341 make-local-hook changes to defvar. Doc fix.
3342 (ps-print-version): New version number (6.1).
3343 (ps-setup, ps-do-despool): Code fix.
3344 (ps-printer-name): Customization fix.
3345 (ps-printer-name-option): Now is a defcustom instead of an
3346 internal variable.
3347 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3348 (ps-print-begin-column-hook): Now are defvar instead of
3349 make-local-hook.
3350
3351 2000-10-18 Miles Bader <miles@gnu.org>
3352
3353 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3354 (comint-kill-output): Changed into an alias for `comint-delete-output',
3355 and made obsolete.
3356 (comint-mode-map): Rename references to comint-kill-output.
3357
3358 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3359
3360 * diff-mode.el (diff-header-face, diff-file-header-face)
3361 (diff-changed-face): Add bold and italic attributes to tty faces.
3362 (diff-function-face): New face.
3363 (diff-font-lock-keywords): Use it.
3364
3365 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3366
3367 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3368 Remove commented-out call to force-mode-line-update.
3369 (comint-kill-output): Use `forward-line 0' instead of
3370 beginning-of-line to make sure we get past the prompt.
3371
3372 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3373
3374 * diff-mode.el (diff-header-face, diff-file-header-face):
3375 Add specific setting for dark background.
3376 (diff-context-face): Renamed from diff-comment-face.
3377 Set explicitly rather than inheriting from font-lock-comment-face.
3378
3379 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3380
3381 * startup.el (command-line): Move the code which sets the default
3382 TTY colors to before before-init-hook.
3383
3384 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3385
3386 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3387
3388 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3389
3390 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3391 extensions, for MS-DOS.
3392
3393 * diff-mode.el (diff-header-face, diff-file-header-face)
3394 (diff-changed-face): Define tty-specific colors.
3395
3396 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3397
3398 * startup.el (fancy-splash-text): Realign the text.
3399
3400 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3401
3402 * font-lock.el (font-lock-comment-face): Define a separate default
3403 for dark-background tty's.
3404
3405 2000-10-17 Miles Bader <miles@gnu.org>
3406
3407 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3408 being obscured by whizzy mode-lines on graphics displays.
3409
3410 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3411
3412 * info.el (Info-title-1-face, Info-title-2-face)
3413 (Info-title-3-face): Define colors for tty's.
3414 (info-header-node): Remove unneeded tty-specific definition.
3415
3416 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3417
3418 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3419 reverse from the frame parameters, and don't invert foreground and
3420 background colors.
3421
3422 2000-10-16 Miles Bader <miles@gnu.org>
3423
3424 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3425 string "*Info*". Call propertized-buffer-identification to spruce
3426 up the result.
3427
3428 2000-10-16 Gerd Moellmann <gerd@gnu.org>
3429
3430 * help.el: Provide `help' for the sake of define-minor-mode
3431 which generates defcustoms with requires.
3432
3433 * jit-lock.el (jit-lock-after-change): If we're in text that
3434 matches a multi-line font-lock pattern, make sure the whole text
3435 will be redisplayed.
3436
3437 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3438 author's name is unknown.
3439
3440 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3441 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3442 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3443 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3444 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3445 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3446 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3447 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3448 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3449 Add author information.
3450
3451 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3452
3453 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3454 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3455 full-color version (using the Gimp) to eliminate dithering artifacts.
3456
3457 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3458
3459 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3460
3461 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3462
3463 2000-10-15 Dave Love <fx@gnu.org>
3464
3465 * progmodes/sh-script.el: Require skeleton and comint when
3466 compiling.
3467
3468 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3469
3470 * whitespace.el: Doc fixes.
3471 (top-level): Don't add hooks here.
3472 (whitespace-running-emacs): Deleted.
3473 (timer): Don't require.
3474 (whitespace): Add back :version conditional on xemacs test.
3475 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3476 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3477 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3478 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3479 Avoid specific xemacs test.
3480 (whitespace-global-mode): New option.
3481 (whitespace-global-mode): New command.
3482 (whitespace-unload-hook): New function.
3483
3484 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3485 (Info-fontify-node, Info-goto-node, Info-mode-menu)
3486 (Info-fontify-node): `Goto' goes to `Go to'.
3487 (Info-fontify-node): Add help-echo to xref links.
3488
3489 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3490
3491 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3492
3493 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3494
3495 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3496 Use plist-get and allow :inherit.
3497
3498 * emacs-lisp/cl-macs.el (cl-do-arglist):
3499 Use plist-get and plist-member instead of memq.
3500
3501 * emacs-lisp/ewoc.el (ewoc-location): New function.
3502 (ewoc-enter-after, ewoc-enter-before): Document return value.
3503 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3504 Don't need make-local-hook any more.
3505 (cvs-addto-collection): Return the new tin.
3506 (cvs-mode-insert): Jump to the new line.
3507
3508 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3509
3510 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3511
3512 * font-lock.el (font-lock-syntactically-fontified): New var.
3513 (font-lock-fontify-syntactic-keywords-region): Use it.
3514 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3515
3516 * diff-mode.el (diff-find-file-name): Fix regexp.
3517
3518 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3519 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3520
3521 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3522 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3523 (sh-mode): Don't make all vars local here.
3524 (sh-kw): Reformat.
3525 (sh-set-shell): Use dolist. Don't set indent-region-function.
3526 (sh-mode-syntax-table): Use pop.
3527 (sh-remember-variable): Use push.
3528 (sh-help-string-for-variable): Use memq.
3529 (sh-safe-backward-sexp): Remove.
3530 (sh-safe-forward-sexp): Add ARG.
3531 (sh-get-indent-info, sh-prev-stmt): Use it.
3532 (sh-prev-line): Simplify by using forward-comment.
3533 (sh-this-is-a-continuation): Simplify.
3534 (sh-learn-buffer-indent): Use dolist.
3535 (sh-do-nothing): Remove.
3536 (sh-set-char-syntax, sh-set-here-doc-region):
3537 Use inhibit-modification-hooks.
3538 (sh-name-style): Use mapcar and push.
3539 (sh-load-style): Use dolist.
3540 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3541 (sh-case, sh-while-getopts): Use propertize directly rather
3542 than sh-electric-rparen.
3543
3544 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3545
3546 * textmodes/tex-mode.el: Require CL when compiling.
3547 (tex-mode-syntax-table): Init immediately.
3548 (tex-mode-map): Bind M-RET to latex-insert-item.
3549 (latex-mode): Set indent-line-function to latex-indent.
3550 (tex-common-initialization): Don't setup the syntax-table any more.
3551 (latex-insert-item): New skeleton.
3552 (tex-next-unmatched-end): Fix copy/paste braino.
3553 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3554 (latex-indent, latex-find-indent): New functions.
3555 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3556 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3557 (tex-compilation-parse-errors): Use with-syntax-table.
3558
3559 2000-10-15 Miles Bader <miles@gnu.org>
3560
3561 * font-lock.el (font-lock-comment-face): Change dark-background,
3562 color, non-tty, default to `chocolate1'.
3563
3564 2000-10-13 John Wiegley <johnw@gnu.org>
3565
3566 * eshell/esh-util.el (require): Added a missing `require' form,
3567 needed when compiling (for an ange-ftp macro definition).
3568
3569 2000-10-13 Dave Love <fx@gnu.org>
3570
3571 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3572
3573 2000-10-13 Gerd Moellmann <gerd@gnu.org>
3574
3575 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3576 fix.
3577
3578 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3579 transparent -colors 8).
3580
3581 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3582
3583 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3584 that breaks with old list format timestamps.
3585 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3586 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3587 strings.
3588
3589 2000-10-13 John Wiegley <johnw@gnu.org>
3590
3591 * align.el, pcomplete.el, calendar/timeclock.el,
3592 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3593
3594 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3595 faulty math, where holiday hours were being computing as seconds.
3596
3597 2000-10-13 John Wiegley <johnw@gnu.org>
3598
3599 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3600 specifying what "other" kinds of buffers should be saved. This
3601 used to be hard-coded.
3602 (desktop-buffer-misc-functions): A global for specifying how
3603 auxiliary data should be determined for special buffer types.
3604 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3605 instead of hard-coding the special buffer types.
3606 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3607 auxiliary data, instead of hard-coding for Info buffers and dired.
3608 (desktop-buffer-info-misc-data): Aux function for determining Info
3609 buffer auxiliary info.
3610 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3611 (desktop-buffer-info): Changed this function to use the info
3612 gathered above.
3613 (desktop-create-buffer): Be a little more careful about what
3614 `minor-mode' means before calling it. This is important for some
3615 buffer types.
3616
3617 2000-10-13 John Wiegley <johnw@gnu.org>
3618
3619 * eshell/esh-util.el: Added a global form which declares an
3620 autoload for `parse-time-string', if that function is not already
3621 defined, and if parse-time.el is available on the user's system.
3622
3623 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3624 to be aware of ange-ftp user info.
3625 (eshell-do-ls): Bind `ange-cache'. Also, use
3626 `eshell-file-attributes'.
3627 (eshell-ls-annotate): Use `eshell-file-attributes'.
3628 (eshell-ls-file): Made the user-id printing code a bit smarter.
3629
3630 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3631 allow identification of alias user ids in remote directories.
3632 It's manual, but there's no other way to know when the current
3633 user on the local machine, is also the owning user on the remote
3634 machine.
3635 (fboundp): Bind `ange-cache'.
3636 (eshell-directory-files-and-attributes): Re-organized the logic a
3637 bit to use `eshell-file-attributes' instead of `file-attributes'.
3638 The former is more sensitive to directories that are read via FTP,
3639 and knows how to use ange-ftp to determine full attribute
3640 information, instead of just the name and last modtime.
3641 (eshell-current-ange-uids): Return the current user id when in a
3642 remote directory.
3643 (eshell-parse-ange-ls): Parse a full directory listing that has
3644 been returned by ange-ftp.
3645 (eshell-file-attributes): This beefed up version of
3646 `file-attributes' is only special if the user is currently in a
3647 remote directory, in which case it does a lot of work to find out
3648 what the real attributes of a file are, as they appear on the
3649 remote machine. This makes usage of remote directories (i.e.,
3650 ange-ftp pathnames) much more useful. You can now use Eshell as a
3651 full-fledged FTP client, with much more manipulation ability than
3652 most other clients.
3653
3654 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3655 variable, which means that Eshell's du should always be preferred
3656 in remote directories.
3657 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3658 just `file-attributes'.
3659 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3660 when reading remote directories. This is an Eshell-specific
3661 variable (not part of ange-ftp).
3662 (eshell/ln): Bind `ange-cache'.
3663 (eshell/du): Added some extra logic for determining when to use
3664 Eshell's du (which is slow), and when to use the external version
3665 (which may or may not exist).
3666
3667 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3668 `eshell-interactive-process', rather than using
3669 `get-buffer-process', since backgrounded processes don't count in
3670 the context of this function's logic.
3671
3672 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3673 `forward-char', so that null strings are parsed correctly.
3674
3675 2000-09-13 John Wiegley <johnw@gnu.org>
3676
3677 * eshell/em-pred.el (eshell-pred-file-type,
3678 eshell-pred-file-links, eshell-pred-file-size): Use
3679 `eshell-file-attributes'. This is more correct over ange-ftp.
3680
3681 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3682 that remote file globbing is more efficient.
3683
3684 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3685 gathering the files and attributes within a directory.
3686
3687 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3688 the command line is a special file (not a regular file, directory
3689 or symlink), always attempt to call the external version of cat.
3690
3691 2000-09-13 John Wiegley <johnw@gnu.org>
3692
3693 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3694 Eshell-friendly version of find-tag.
3695
3696 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3697
3698 * image-file.el (image-file-name-extensions)
3699 (image-file-name-regexps): Add autoload cookies.
3700
3701 2000-10-13 Kenichi Handa <handa@etl.go.jp>
3702
3703 * international/mule-cmds.el (select-safe-coding-system): If FROM
3704 is string, show it in *Warning* buffer.
3705
3706 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3707
3708 * startup.el (normal-top-level): Use display-popup-menus-p instead
3709 of window-system.
3710 (command-line): Use display-graphic-p instead of window-system.
3711 (command-line-1): Use display-popup-menus-p and display-mouse-p
3712 instead of window-system.
3713
3714 2000-10-12 Sam Steingold <sds@gnu.org>
3715
3716 * tooltip.el (tooltip-use-echo-area): New user variable.
3717 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3718
3719 2000-10-12 Dave Love <fx@gnu.org>
3720
3721 * recentf.el: Maintainer's checkdoc fixes.
3722
3723 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3724 character class, not ASCII when matching file names.
3725 (fancy-splash-head): Add trailing slash to URL.
3726 (command-line): Don't require XPM support for toolbar.
3727
3728 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3729 (cperl-invalid-face): Revert last change.
3730 (cperl-init-faces): Quote cperl-invalid-face.
3731
3732 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3733
3734 * startup.el (fancy-splash-text): Remove superfluous quote.
3735
3736 2000-10-12 Gerd Moellmann <gerd@gnu.org>
3737
3738 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3739 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3740 (command-line-1): Don't use fancy-splash-pending-command.
3741 (fancy-splash-screens-1): Goto point-min after inserting text.
3742
3743 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3744
3745 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3746 instead of shared-lisp-mode-map.
3747
3748 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3749
3750 * faces.el (header-line): Change tty-variant to use underlining.
3751
3752 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3753 (isearch-highlight): Restore lazy-isearch face properties at old
3754 position, and suppress them at new position.
3755 (isearch-dehighlight): Restore lazy-isearch face properties.
3756 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3757 over the real isearch overlay, but in that case, don't give it a
3758 face property. Use `push'.
3759
3760 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3761
3762 * man.el (Man-getpage-in-background): Fix previous change.
3763 Decode the process output only when we are in multibyte mode.
3764
3765 2000-10-11 Dave Love <fx@gnu.org>
3766
3767 * info.el (Info-mode-menu): Fix some help.
3768 (info-tool-bar-map): Add entry for Info-last.
3769
3770 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3771 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3772 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3773 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3774 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3775 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3776 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3777 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3778 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3779 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3780 Reduce colour requirements to 25 overall. (Probably wants
3781 revisiting from the originals to reduce further.)
3782
3783 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3784
3785 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3786 buffer-file-coding-system, instead of raw-text.
3787 (dehexlify-buffer): Bind coding-system-for-read to
3788 buffer-file-coding-system, instead of raw-text.
3789
3790 2000-10-11 Sam Steingold <sds@gnu.org>
3791
3792 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3793 `underline' - fixes the bug introduced on 2000-09-21.
3794
3795 2000-10-11 Dave Love <fx@gnu.org>
3796
3797 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3798 compiler warnings.
3799 (scheme-mode): Doc fix.
3800 (scheme-font-lock-keywords-1): Match `define-syntax'.
3801
3802 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
3803
3804 * faces.el (frame-set-background-mode): Pay attention to saved
3805 face specs as well as default ones. Only do anything if the
3806 bg-mode or display-type has actually changed. Use `dolist'.
3807 (region): Make dark-background `region' face less in-your-face.
3808
3809 2000-10-10 Sam Steingold <sds@gnu.org>
3810
3811 * chistory.el, ielm.el, ledit.el:
3812 * progmodes/inf-lisp.el, progmodes/scheme.el:
3813 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3814
3815 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3816
3817 * textmodes/texinfo.el: Update copyright and fix typo.
3818
3819 * desktop.el (desktop-modes-not-to-save): New var.
3820 (desktop-save-buffer-p): Use it.
3821 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3822 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3823
3824 2000-10-10 Dave Love <fx@gnu.org>
3825
3826 * toolbar/tool-bar.el (tool-bar-add-item)
3827 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3828 display.
3829
3830 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3831 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3832 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3833 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3834 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3835 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3836 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3837 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3838 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3839 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3840 the .xpms; probably need retouching.
3841
3842 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3843
3844 * subr.el (add-to-list): Add optional argument APPEND.
3845 * battery.el (display-battery): Use `add-to-list'.
3846
3847 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3848
3849 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3850 these vars as symbol properties.
3851 (zone, zone-when-idle, zone-leave-me-alone)
3852 (zone-pgm-whack-chars): Use new symbol properties.
3853
3854 * battery.el (display-battery): Doc spelling fix.
3855
3856 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3857 property.
3858
3859 2000-10-09 Dave Love <fx@gnu.org>
3860
3861 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3862 has been initialized before calling tool-bar-setup.
3863 (tool-bar-add-item-from-menu): Add autoload cookie.
3864
3865 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3866
3867 * menu-bar.el (send-mail-item-name): New function.
3868 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3869 of mail-user-agent in the menu. Don't display the "Send Mail"
3870 item if mail-user-agent is nil or its value is ignore.
3871 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3872 if read-mail-command is nil or its value is ignore.
3873
3874 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3875
3876 2000-10-09 Miles Bader <miles@gnu.org>
3877
3878 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3879 Correct image size.
3880 * toolbar/left_arrow.xpm: Correct image size.
3881
3882 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3883 will be done by the definition of `auto-compression-mode' if
3884 necessary. Move code to uninstall existing file-name handler
3885 before definition of `auto-compression-mode'.
3886
3887 * image-file.el (auto-image-file-mode): Move to the end of the
3888 file, because `define-minor-mode' actually calls the mode-function
3889 if the associated variable is non-nil, which requires that all
3890 needed functions be already defined.
3891
3892 * mouse.el (popup-menu): Balance parens.
3893
3894 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3895
3896 * mouse.el (popup-menu): Move the command call outside the loop
3897 so that popup-menu returns whatever the command returns.
3898
3899 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3900 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3901 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3902 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3903
3904 * vc.el (vc-version-diff): diff-switches can be a list.
3905 Use relative filenames for prettier output.
3906
3907 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3908 (vc-post-command-functions): Remove old-VC compatibility code.
3909
3910 * newcomment.el (comment-indent-default): Autoload.
3911
3912 * font-lock.el (font-lock-defaults): Make buffer-local.
3913 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3914 (font-lock-choose-keywords):
3915 Ignore LEVEL unless KEYWORDS is a list of syms.
3916 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3917 Don't wrap regexp-opt things in \(...\) unnecessarily.
3918
3919 * jit-lock.el: Don't require font-lock any more.
3920 (jit-lock-functions): Make buffer-local.
3921 (jit-lock-saved-fontify-buffer-function): Remove.
3922 (jit-lock-mode): Remove autoload cookie.
3923 Remove font-lock specific code.
3924 (jit-lock-unregister): Don't bother handling complex hooks any more.
3925 (jit-lock-refontify): New function.
3926 (jit-lock-fontify-buffer): Use it.
3927 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3928 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3929 Add optional args START and END.
3930 Never call font-lock-fontify-region directly.
3931 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3932
3933 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3934
3935 2000-10-08 Dave Love <fx@gnu.org>
3936
3937 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3938
3939 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3940
3941 * play/studly.el (studlify-region, studlify-word): Add autoload
3942 cookie.
3943
3944 * play/morse.el (morse-region, unmorse-region): Add autoload
3945 cookie.
3946
3947 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3948 concat.
3949
3950 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3951 insist on symbols starting with word syntax.
3952 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3953 (eval-defun-1): Doc fix.
3954 (indent-sexp): Use nconc to build up indent-stack.
3955
3956 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3957 Gnus with little use.
3958 (mail-setup-hook): Add mail-abbrevs-setup to options.
3959
3960 * recentf.el: Doc fixes.
3961
3962 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3963 Clean up remainder.
3964
3965 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3966 without timezone and (8) with timezone to enforce some whitespace.
3967 Simplify code somewhat.
3968
3969 * options.el (list-options): Doc that you should use customize.
3970
3971 * iswitchb.el (iswitchb-mode): Add :require.
3972
3973 * info.el (Info-goto-node, Info-menu): Doc fix.
3974 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3975 (info-tool-bar-map): New variable.
3976 (Info-mode): Use it.
3977 (Info-edit-map): Define all in defvar.
3978 (speedbar-attached-frame): Avoid compiler warning.
3979
3980 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3981 (global-map): Bind [tool-bar] to a filtered map.
3982 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3983 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3984 Allow PBM icons.
3985 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3986
3987 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3988 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3989 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3990 icons, except up_arrow, which is left-arrow rotated.
3991
3992 * imenu.el (imenu-add-to-menubar): Fix last change.
3993
3994 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3995
3996 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3997 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3998
3999 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4000
4001 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4002 typos in doc strings.
4003
4004 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4005 the doc strings how to customize Font Lock faces.
4006
4007 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4008 computing growth when dragging the header line.
4009
4010 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4011
4012 * simple.el (kill-line): Doc fix.
4013
4014 2000-10-08 Miles Bader <miles@gnu.org>
4015
4016 * faces.el (secondary-selection): Make foreground visible on tty.
4017
4018 * jka-compr.el (auto-compression-mode): Move to the end of the
4019 file, because `define-minor-mode' actually calls the mode-function
4020 if the associated variable is non-nil, which requires that all
4021 needed functions be already defined.
4022 (with-auto-compression-mode): Add autoload cookie.
4023
4024 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4025
4026 * files.el (find-backup-file-name) [ms-dos]: If support for long
4027 file names is not available, behave as if version-control were set
4028 to never.
4029
4030 2000-10-07 Dave Love <fx@gnu.org>
4031
4032 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4033 (browse-url-gnome-moz): New function.
4034 (browse-url-browser-function): Use it.
4035 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4036
4037 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4038
4039 * indent.el (tab-always-indent): New var.
4040 (indent-for-tab-command): Use it.
4041
4042 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4043 raise an error. This way it can still default to a sane value.
4044
4045 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4046
4047 * startup.el (fancy-splash-screens): Use local rather than global map.
4048 Don't use `update-menu-bindings' any more.
4049 Get rid of assumptions about keymap representation.
4050
4051 2000-10-06 Dave Love <fx@gnu.org>
4052
4053 * textmodes/fill.el (sentence-end-double-space)
4054 (sentence-end-without-period): Doc fix.
4055 (adaptive-fill-regexp): Purecopy.
4056 (unjustify-current-line): Use line-end-position.
4057 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4058
4059 * net/eudc-vars.el (eudc): Add :version, :link.
4060
4061 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4062
4063 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4064 Fix for define-minor-mode.
4065 (function-at-point): Alias to function-called-at-point.
4066
4067 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4068
4069 * simple.el (backward-word): Doc fix.
4070
4071 * image-file.el (image-file-name-regexp): image-file-regexps ->
4072 image-file-name-regexps.
4073 (image-file-name-extensions): Add pbm.
4074
4075 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4076
4077 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4078 and add filename to the names so that diff-mode can jump to source.
4079
4080 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4081 (tex-font-lock-keywords, tex-font-lock-keywords-2)
4082 (tex-font-lock-keywords-1): Remove.
4083 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4084 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4085 (font-lock-default-fontify-region):
4086 Expand beg..end correctly when just following a multiline region.
4087 (font-lock-fontify-anchored-keywords):
4088 Include the anchor text as part of the multiline.
4089
4090 2000-10-06 Gerd Moellmann <gerd@gnu.org>
4091
4092 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4093 latter needs the autoloaded define-minor-mode macro during the
4094 bootstrap.
4095
4096 * startup.el (command-line): For now, activate tool-bar-mode only
4097 if XPM images are supported.
4098
4099 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4100 window by dragging a header-line at the top of the frame; that's
4101 confusing because the header-line doesn't move.
4102 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4103 of treating the event as a list. Some cleanup.
4104
4105 2000-10-06 Miles Bader <miles@gnu.org>
4106
4107 * simple.el (display-message-or-buffer): New function.
4108 (shell-command-on-region): Use `display-message-or-buffer'.
4109
4110 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4111 docstring parts.
4112
4113 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4114 (smbclient-prompt-regexp): Add usage note to doc string.
4115 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4116 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4117 Use add-hook for adding the comint filter function, and only do so
4118 if it's not already in the global hook list.
4119 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4120 to `make-local-variable'.
4121 (nslookup-font-lock-keywords): Remove prompt entry.
4122 (nslookup): Don't set the process-filter.
4123 (finger): Exit the loop correctly when the regexps list runs out.
4124 (ftp, smbclient, smbclient-list-shares):
4125 Set the real major mode immediately, not after execing.
4126 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4127
4128 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4129
4130 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4131
4132 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4133
4134 * which-func.el (which-func-format): Remove spurious space.
4135 (which-func-mode): Don't make it permanent-local.
4136 (which-func-ff-hook): Allow which-func-maxout to be nil.
4137 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4138 (which-func-mode): Simplify.
4139 Use post-command-idle-hook rather than post-command-hook.
4140 Go through all buffers and update their state.
4141 (which-function): Also try add-log-current-defun-function.
4142
4143 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4144 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4145 Update call to with-vc-properties accordingly.
4146 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4147 (vc-revert-buffer): More careful about window selection and deletion.
4148 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4149
4150 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4151 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4152 (cvs-dired-action): Change the default to quickdir.
4153
4154 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4155 if comment-indent-function returns nil.
4156 (comment-indent-default): New function.
4157 (comment-indent-function): Use it and document the new semantics.
4158
4159 * image-file.el: Docstring fixes.
4160
4161 * help.el (help-xref-on-pp): Use match-string.
4162 (describe-variable): New arg BUFFER.
4163 Store the current buffer in the help-xref-stack.
4164 (temp-buffer-resize-mode): Use define-minor-mode.
4165
4166 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4167 consistently with its docstring.
4168 Set jit-lock-first-unfontify-pos in an idempotent way.
4169 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4170
4171 2000-10-05 Alex Schroeder <alex@gnu.org>
4172
4173 * sql.el (sql-mysql-options): New variable.
4174 (sql-mysql): Use it.
4175
4176 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4177
4178 * image.el (image): New group.
4179
4180 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4181 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4182
4183 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4184
4185 * net/net-utils.el (nslookup-font-lock-keywords)
4186 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4187 Ignore the value of wqindow-system; always define keywords
4188
4189 2000-10-05 Kenichi Handa <handa@etl.go.jp>
4190
4191 * startup.el (fancy-splash-screens): Remove the code for
4192 debugging; `(trace-to-stderr "EXITTT\n")'.
4193
4194 2000-10-05 Miles Bader <miles@gnu.org>
4195
4196 * diff-mode.el (diff-goto-source): Update call to
4197 `diff-hunk-status-msg' to reflect new REV variable.
4198
4199 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4200
4201 * progmodes/icon.el (icon-mode):
4202 Don't gratuitously override the default for comment-column.
4203
4204 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4205
4206 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4207 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4208 (jit-lock-functions): New var.
4209 (jit-lock-function-1): Use it if non-nil.
4210 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4211 Set the `fontified' property before doing the fontification to avoid
4212 repeatedly going through the same error.
4213 Don't turn errors into messages.
4214 (jit-lock-register, jit-lock-unregister): New functions.
4215
4216 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4217 Use with-current-buffer.
4218
4219 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4220 Turn comment into docstring.
4221
4222 * apropos.el (apropos-mode): Use define-derived-mode.
4223
4224 2000-10-04 Gerd Moellmann <gerd@gnu.org>
4225
4226 * startup.el (fancy-splash-pending-command): New variable.
4227 (fancy-splash-pre-command): New function.
4228 (fancy-splash-screens): Rewritten.
4229 (command-line-1): If fancy-splash-pending-command is set, call it
4230 interactively.
4231
4232 2000-10-04 Dave Love <fx@gnu.org>
4233
4234 * toolbar/tool-bar.el (tool-bar-setup): New function.
4235 (tool-bar-mode): Use it.
4236
4237 * subr.el (substitute-key-definition): Doc fix.
4238 (play-sound-file): New command.
4239
4240 2000-10-04 Andre Spiegel <spiegel@gnu.org>
4241
4242 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4243 vc-version-backup-file-name): New functions.
4244
4245 * files.el (basic-save-buffer): Call vc-before-save before saving.
4246
4247 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4248 vc-cvs-stay-local-p.
4249
4250 * vc.el (vc-revert-buffer): Handle empty diff properly.
4251 (vc-version-backup-file): New function.
4252 (vc-checkout): Create a version backup if necessary.
4253 (vc-checkin): If a version backup file exists, delete it.
4254 (vc-version-diff): Diff locally using version backups, if available.
4255 (vc-revert-file): If there's a version backup, revert locally.
4256 (vc-transfer-file): Use version backup for base version, if
4257 available. If not, ask for confirmation whether to get it from the
4258 server. Update mode line before check-in.
4259
4260 2000-10-04 Dave Love <fx@gnu.org>
4261
4262 * toolbar/tool-bar.el (tool-bar-setup): New function.
4263 (tool-bar-mode): Use it.
4264
4265 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4266
4267 * net/net-utils.el (nslookup-font-lock-keywords)
4268 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4269 Only set if window-system is non-nil
4270 (net-utils-run-program): Returns buffer.
4271 (network-connection-reconnect): Added this function.
4272
4273 * generic.el:
4274 Incorporates extensive cleanup and docfixes by
4275 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4276 Uses cl compile-time macros.
4277 (generic-mode-name, generic-comment-list)
4278 (generic-keywords-list, generic-font-lock-expressions)
4279 (generic-mode-function-list, generic-mode-syntax-table):
4280 Removed variables.
4281 (generic-mode-alist): Renamed to generic-mode-list.
4282 (generic-find-file-regexp): Default changed to "^#".
4283 (generic-read-type): Uses completing read on generic-mode-list.
4284 (generic-mode-sanity-check): removed this function.
4285 (generic-add-to-auto-mode): Removed this function
4286 (generic-mode-internal): Bind mode-specific definitions
4287 into function instead of putting them in alist.
4288 (generic-mode-set-comments): Reworked extensively.
4289 (generic-mode-find-file-hook): Simplified regexp searching
4290 (generic-make-keywords-list): Omit extra pair of parens
4291
4292 * find-lisp.el (find-lisp-find-files-internal):
4293 Make sure directory name ends with "/".
4294
4295 * generic-x.el (apache-conf-generic-mode):
4296 Regexp now allows leading whitespace.
4297 (rc-generic-mode): Added eval-when-compile
4298 around generic-make-keywords-list.
4299 Deleted duplicate regexp
4300 (rul-generic-mode): Added eval-when-compile
4301 around generic-make-keywords-list.
4302 (etc-fstab-generic-mode): New generic mode.
4303 (rul-generic-mode): Removed one eval-when-compile
4304 which caused a max-specpdl-size exceeded error.
4305
4306 2000-10-04 Miles Bader <miles@gnu.org>
4307
4308 * simple.el (minibuffer-temporary-goal-position): New variable.
4309 (next-history-element): Try to keep the position of point in the
4310 input string constant.
4311
4312 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4313 (dired-do-create-files): If there's only one file, pass it in as
4314 the DEFAULT arg to dired-mark-read-file-name.
4315
4316 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4317
4318 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4319 (diff-goto-source): Be smarter when choosing REVERSE or not.
4320
4321 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4322 (texinfo-mode-menu): Add an explicit shortcut for update all.
4323
4324 2000-10-03 Andre Spiegel <spiegel@gnu.org>
4325
4326 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4327 factorize backend-specific code cleanly (this was essentially
4328 conceived by Stefan Monnier).
4329 (vc-unregister): Function removed.
4330 (vc-revert-file): New function.
4331 (vc-revert-buffer): Delegate some of the work to it.
4332
4333 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4334 default branch unconditionally.
4335 (vc-rcs-set-default-branch): New function.
4336 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4337 (vc-rcs-checkin): If an appropriate default branch has been set,
4338 force creation of that branch.
4339 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4340 code (as suggested by Stefan Monnier).
4341
4342 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4343
4344 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4345 highlighting overlay with a different face over the overlay
4346 isearch uses to highlight the current match because that can lead
4347 to bad face combinations.
4348
4349 * loadup.el (toplevel): Load faces before isearch.
4350
4351 * isearch.el (isearch-faces): New custom group.
4352 (isearch): New defface; was already tested for in the code.
4353 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4354 (isearch-highlight): Always use face `isearch'.
4355
4356 2000-10-02 Dave Love <fx@gnu.org>
4357
4358 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4359 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4360 comparison of opcode with operand.
4361
4362 2000-10-03 Miles Bader <miles@gnu.org>
4363
4364 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4365 buffer, since the echo area will now grow to accommodate them.
4366
4367 2000-10-02 Andre Spiegel <spiegel@gnu.org>
4368
4369 * vc-hooks.el (vc-registered): If FILE used to be registered under
4370 a certain backend, try that one first.
4371
4372 * vc.el (vc-responsible-backend): Undo the previous change in the
4373 argument list. Handle multiple backends correctly.
4374 (vc-find-new-backend): Function removed.
4375 (vc-register): Use vc-responsible-backend, as before.
4376 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4377
4378 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4379
4380 * startup.el (fancy-splash-head): Change message below the
4381 logo.
4382
4383 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4384
4385 * diff-mode.el (diff-goto-source): Emit a status message.
4386 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4387 (diff-test-hunk): Fix doc string.
4388 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4389 (diff-advance-after-apply-hunk): New variable.
4390 (diff-apply-hunk): Don't return a value.
4391
4392 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4393
4394 * vc.el (vc-editable-p): Minor optimization.
4395 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4396 (vc-find-new-backend): New function split from vc-responsible-backend.
4397 (vc-register): Use it.
4398 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4399 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4400 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4401 (vc-clear-headers): Don't use find-file.
4402 (vc-revert-buffer): Use `and' again (must have been a braino).
4403 (vc-switch-backend): Only prompt if requested.
4404 Short circuit if nothing is to be done.
4405 Don't use vc-resynch-buffer which could lose unsaved editing.
4406 (vc-default-receive-file): Update call to vc-unregister.
4407 (with-vc-file, vc-next-action-on-file):
4408 Use vc-backend rather than vc-registered.
4409 (vc-next-action-on-file): Use intern-soft.
4410 Deal with read-only *vc-diff* buffer.
4411 (vc-transfer-file): Docstring fix.
4412
4413 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4414 (vc-rcs-receive-file): Avoid with-vc-properties.
4415 Update call to vc-unregister.
4416 Use constant `RCS' rather than (dynamically bound) var `backend'.
4417
4418 2000-10-01 Andre Spiegel <spiegel@gnu.org>
4419
4420 * vc.el (vc-next-action-on-file): Update mode line only if file
4421 is visited.
4422 (vc-start-entry): New argument initial-contents. Don't visit the file
4423 if it isn't already visited. Brought documentation up-to-date.
4424 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4425 (vc-checkin): New optional arg initial-contents, which is passed to
4426 vc-start-entry.
4427 (vc-finish-logentry): Make sure to bury log buffer only if there
4428 really is one. Call `vc-resynch-buffer' on log-file, not
4429 buffer-file-name.
4430 (vc-default-comment-history, vc-default-wash-log): New functions.
4431 (vc-index-of): Removed.
4432 (vc-transfer-file): Make do without the above.
4433 (vc-default-receive-file): Call comment-history unconditionally. Pass
4434 the resulting string to vc-checkin, instead of inserting it into the
4435 comment ring.
4436
4437 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4438 unconditionally. Use the comments as initial contents of the log
4439 entry buffer. Document the trick to force branch creation with no
4440 changes.
4441
4442 2000-10-01 Miles Bader <miles@gnu.org>
4443
4444 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4445 `recenter' with an arg to prevent redrawing the display.
4446
4447 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4448
4449 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4450
4451 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4452
4453 * progmodes/c-mode.el (c-mode):
4454 Don't gratuitously override the default for comment-column.
4455
4456 * textmodes/tex-mode.el (latex-metasection-list): New var.
4457 (latex-imenu-create-index): Use it.
4458 Move the regexp construction outside loops (and use push).
4459 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
4460 (tex-font-lock-keywords): Moved from font-lock.el.
4461 (tex-comment-indent): Remove.
4462 (tex-common-initialization): Don't set comment-indent-function.
4463 (latex-block-default): New var.
4464 (tex-latex-block): Use it to provide a default choice.
4465 Add any unknown choice to latex-block-names.
4466 Insert [...] after {...}.
4467 (tex-last-unended-begin): Simplify regexp.
4468 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4469 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4470 (latex-mode): Set forward-sexp-function.
4471
4472 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4473 Add regexp for @ignore ... @end ignore.
4474 (texinfo-heading-face): New face.
4475 (texinfo-font-lock-keywords): Use it.
4476 (texinfo-mode-menu): New menu.
4477 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4478 New functions.
4479 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4480 (texinfo-section-types-regexp, texinfo-section-level-regexp)
4481 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4482 Remove declaration.
4483 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4484
4485 * delsel.el (delete-selection-mode): Use define-minor-mode.
4486
4487 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4488
4489 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4490
4491 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4492
4493 2000-09-30 Gerd Moellmann <gerd@gnu.org>
4494
4495 * replace.el (keep-lines-read-args): New function.
4496 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4497 read arguments interactively. Add parameters RSTART and REND.
4498 Operate on the active region in Transient Mark mode.
4499
4500 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4501
4502 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4503 (authors-obsolete-files-regexps): New variable.
4504 (authors-add): Don't record changes in obsolete files.
4505
4506 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4507
4508 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4509
4510 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4511 (comment-indent): Make sure there's a space between code and comment.
4512 Shift comments left to avoid going past fill-column.
4513
4514 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4515
4516 * startup.el (startup-echo-area-message): New function.
4517 (display-startup-echo-area-message): Use it.
4518 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4519 (fancy-splash-default-action): New function.
4520 (fancy-splash-screens-1): New function.
4521 (fancy-splash-head): Put a help-echo and a keymap under the image.
4522
4523 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4524
4525 * diff-mode.el (diff-add-log-file-name): Remove.
4526 (diff-mode): Use add-log-buffer-file-name-function.
4527
4528 * add-log.el (find-change-log): New arg BUFFER-FILE.
4529 (add-log-file-name): Obey add-log-file-name-function.
4530 (add-log-buffer-file-name-function): New var.
4531 (add-change-log-entry): Use it.
4532
4533 2000-09-29 Miles Bader <miles@gnu.org>
4534
4535 * image-file.el (image-file-name-extensions): New variable.
4536 (image-file-name-regexps): Renamed from `image-file-regexps'.
4537 New default value is nil. Call `auto-image-file-mode'.
4538 (image-file-name-regexp): New function.
4539 (auto-image-file-mode): New minor mode.
4540 (insert-image-file): Don't make conditional on the image-file
4541 handler being enabled.
4542 (image-file-handler): Make the call here conditional instead.
4543 (set-image-file-handler-enabled, enable-image-file-handler)
4544 (disable-image-file-handler): Functions removed.
4545
4546 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4547 string.
4548
4549 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4550
4551 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4552 it's a function from CL.
4553 (latex-imenu-create-index): Replace eval-when-compile with progn
4554 because latex-section-alist is not bound while compiling.
4555
4556 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4557
4558 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4559 (outline-mode): Use define-derived-mode.
4560
4561 * progmodes/perl-mode.el (perl-mode):
4562 * progmodes/awk-mode.el (awk-mode):
4563 * progmodes/asm-mode.el (asm-mode):
4564 Don't gratuitously override the default for comment-column.
4565
4566 * emacs-lisp/lisp.el (lisp-complete-symbol):
4567 Distinguish the let-binding case from the funcall case.
4568 (forward-sexp-function): New variable.
4569 (forward-sexp): Use it.
4570
4571 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4572 (easy-mmode-defmap): Remove the now useless autoload.
4573
4574 * time.el (display-time-mode): Use define-minor-mode.
4575
4576 * subr.el (add-minor-mode): Don't eval NAME.
4577 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4578 Use if rather than cond.
4579
4580 * simple.el (read-expression-map): Define more properly.
4581 (comment-indent-hook): Remove.
4582 (string-to-syntax): Bug fix.
4583
4584 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4585 (cvs-ediff-diff): Fix typo.
4586 (cvs-revert-if-needed): Don't bother preserving read-only.
4587
4588 * paren.el (show-paren-mode): Use define-minor-mode.
4589
4590 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4591 (toggle-auto-compression): Remove.
4592 (jka-compr-build-file-regexp): Remove useless grouping.
4593
4594 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4595 Avoid user-reserved bindings.
4596 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4597 (diff-header-face): Revert to grey85.
4598
4599 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4600
4601 * complete.el (partial-completion-mode) <defcustom>: Remove.
4602 (partial-completion-mode): Use define-minor-mode.
4603 (PC-do-completion): Understand `completion-auto-help = delay'
4604 to mean to popup the completion buffer only the second time.
4605 (PC-include-file-all-completions, PC-include-file-all-completions)
4606 (PC-include-file-all-completions): Don't quote lambda.
4607
4608 * comint.el (comint-mode-hook): Docstring fix.
4609 (comint-mode): Use define-derived-mode.
4610 (comint-mode-map): Remove obsolete comment.
4611 (make-comint): Minor stylistic change.
4612 (comint-insert-clicked-input): Be more careful to find the overlay.
4613 Use this-command-keys rather than hardcoding mouse-2.
4614
4615 * font-lock.el: Replace confusing (,@ with ,
4616 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4617 Don't use regexp-opt-depth. Spice up the regexp for args.
4618 Don't distinguish between cmds that can take an opt arg or not.
4619 Use `append' and `prepend' rather than `keep'.
4620
4621 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4622 (latex-outline-regexp): New var.
4623 (latex-outline-level): New fun.
4624 (latex-section-alist): New var.
4625 (latex-imenu-create-index): Use it. Use `push' as well.
4626 (tex-shell-map): Initialize it properly.
4627 (tex-mode): Minor stylistic change.
4628 (plain-tex-mode): Use define-derived-mode.
4629 (latex-mode): Use define-derived-mode.
4630 Construct the paragraph regexps in a more readable way.
4631 Set the buffer-local outline-{level,regexp} vars.
4632 (slitex-mode): Derive from latex-mode.
4633 (tex-common-initialization): Don't kill-all-vars anymore.
4634 Add setting for comment-add and font-lock-defaults.
4635 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4636 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4637 (tex-start-tex): New arg DIR (and send a chdir command for it).
4638 Also display the shell buffer and save it in tex-last-buffer-texed.
4639 (tex-region): Use expand-file-name rather than concat.
4640 Remove code made useless by changes in tex-start-tex.
4641 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4642
4643 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4644
4645 2000-09-28 Dave Love <fx@gnu.org>
4646
4647 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4648
4649 2000-09-28 Gerd Moellmann <gerd@gnu.org>
4650
4651 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4652 `append'.
4653
4654 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4655
4656 * info.el (Info-extract-pointer): Undo last change.
4657 Instead, fix the position of the `bound' arg to re-search-backward.
4658
4659 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4660
4661 * info.el (Info-extract-pointer):
4662 Widen more carefully, to avoid finding pointers in other nodes.
4663 (Info-index): Use push.
4664
4665 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4666
4667 * frame.el (set-frame-font): Remove call to obsolete function
4668 frame-update-faces.
4669 (set-foreground-color, set-background-color): Likewise for
4670 frame-update-face-colors.
4671
4672 2000-09-27 Miles Bader <miles@gnu.org>
4673
4674 * image-file.el: New file.
4675
4676 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4677
4678 * frame.el (frame-notice-user-settings): Don't call
4679 frame-update-faces, which is a no-op now.
4680
4681 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4682 tool-bar-lines.
4683
4684 2000-09-27 Dave Love <fx@gnu.org>
4685
4686 * mouse.el: Fix last change.
4687
4688 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4689
4690 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4691
4692 2000-09-22 Kenichi Handa <handa@etl.go.jp>
4693
4694 * international/quail.el (quail-help): The output message is
4695 improved.
4696
4697 2000-09-26 Dave Love <fx@gnu.org>
4698
4699 * mouse.el (popup-menu): If POSITION is nil, set it using
4700 mouse-position.
4701
4702 2000-09-25 Sam Steingold <sds@gnu.org>
4703
4704 * net/browse-url.el (browse-url-file-url): Check for null maps.
4705
4706 2000-09-26 Gerd Moellmann <gerd@gnu.org>
4707
4708 * frame.el (frame-notice-user-settings): Don't add a
4709 tool-bar-lines frame parameter to default-frame-alist in batch mode.
4710
4711 * frame.el (frame-notice-user-settings):
4712 Make tool-bar-mode and default-frame-alist consistent.
4713
4714 * toolbar/tool-bar.el (tool-bar-help): New function.
4715
4716 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4717
4718 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4719 current-load-list in top-level forms. Else this leaks a cons cell
4720 every time a defun is called.
4721
4722 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4723
4724 2000-09-25 Dave Love <fx@gnu.org>
4725
4726 * startup.el (fancy-splash-head): Check XPM is available.
4727
4728 * autoinsert.el (auto-insert): Doc fix.
4729 (auto-insert-alist): Following GNU notices, don't say `copyright
4730 _by_'. Use line-beginning-position.
4731 (auto-insert): Check buffer-file-name is non-nil before use.
4732
4733 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4734
4735 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4736 starting with `@def' or `@multitable', in addition to ones
4737 specified by the user in auto-fill-inhibit-regexp.
4738
4739 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
4740
4741 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4742 rmail-dont-reply-to-names matches the empty string.
4743
4744 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4745
4746 * startup.el (command-line-1, fancy-splash-text): Change the
4747 text to sound more friendly.
4748
4749 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4750
4751 * progmodes/hideshow.el: Update author email address.
4752 Generally, sync w/ maintainer version 5.22.
4753 (hs-hide-all-non-comment-function): New var.
4754 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4755 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4756 (hs-show-region): Delete this command.
4757 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4758
4759 2000-09-22 Dave Love <fx@gnu.org>
4760
4761 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4762 (hl-line-highlight): Specify buffer when moving overlay.
4763
4764 * progmodes/fortran.el (fortran-mode): Locally set
4765 normal-auto-fill-function.
4766 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4767 (fortran-mode-map): Adjust auto-fill menu entry.
4768
4769 2000-09-22 Gerd Moellmann <gerd@gnu.org>
4770
4771 * vc-rcs.el (toplevel): Require `vc' when compiling.
4772
4773 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4774
4775 2000-09-22 Andre Spiegel <spiegel@gnu.org>
4776
4777 * vc.el (vc-switch-backend): Signal an error if the file is not
4778 registered under the new backend.
4779
4780 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4781 without explicit revision number.
4782
4783 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4784
4785 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4786 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4787 (diff-xor): New function.
4788 (diff-find-source-location): Use it. Fix a stupid name clash.
4789 (diff-hunk-status-msg): New function.
4790 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4791 (diff-test-hunk): Use diff-find-source-location.
4792 (diff-goto-source): Favor the `reverse'.
4793 (diff-hunk-text): Properly handle one-sided context diffs.
4794 (diff-apply-hunk): When done, advance to the next hunk.
4795
4796 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4797
4798 * startup.el (command-line): If frame was created with a non-zero
4799 tool-bar-lines parameter, switch tool-bar-mode on.
4800
4801 * add-log.el (change-log-date-face, change-log-name-face)
4802 (change-log-email-face, change-log-file-face)
4803 (change-log-list-face, change-log-conditionals-face)
4804 (change-log-function-face, change-log-acknowledgement-face):
4805 New faces, inheriting from font-lock faces.
4806 (change-log-font-lock-keywords): Use them.
4807
4808 2000-09-21 Dave Love <fx@gnu.org>
4809
4810 * progmodes/cperl-mode.el (top-level): Clean up
4811 `eval-when-compile's and assorted defvars.
4812 (cperl-invalid-face): Don't double-quote value. Change custom
4813 type.
4814 (cperl-mode): Set normal-auto-fill-function and don't zap
4815 auto-fill-function.
4816 (cperl-imenu--function-name-regexp-perl): Renamed from
4817 imenu-example--function-name-regexp-perl.
4818 (cperl-imenu--create-perl-index): Renamed from
4819 imenu-example--create-perl-index.
4820 (cperl-xsub-scan): Don't require cl.
4821
4822 * msb.el (msb-mode-map): Use substitute-key-definition.
4823 (msb-mode): Use msb-mode-map.
4824
4825 2000-09-21 Andre Spiegel <spiegel@gnu.org>
4826
4827 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4828 New functions.
4829 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4830 (vc-switch-backend): New function.
4831 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4832 (vc-register): Fix prompt.
4833 (vc-unregister, vc-default-unregister): New functions.
4834 (vc-version-diff): Handle empty buffer in sentinel.
4835
4836 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4837 (vc-rcs-state-heuristic): Use it to guess the state of files with
4838 non-strict locking.
4839 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4840 been set with -b, but not created yet.
4841 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4842 contents in order to find the state.
4843 (vc-rcs-checkin): Allow creation of branches with no changes.
4844 (vc-rcs-unregister, vc-rcs-receive-file)
4845 (vc-rcs-set-non-strict-locking): New functions.
4846
4847 * vc-hooks.el (vc-name): Force correct computation of the value
4848 in case it is missing.
4849
4850 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4851
4852 * startup.el (fancy-splash-tail): Use a different foreground
4853 color on a dark frame background.
4854
4855 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4856
4857 * info.el: Use the correct capitalization when making Info-mode
4858 and Info-edit-mode `special' modes.
4859
4860 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4861
4862 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4863 (diff-mode): Add support for add-log.el.
4864 (diff-hunk-text): Use char offsets rather than line offsets.
4865 (diff-find-source-location): Replace LINE with line-offset (nil
4866 if not found) and always set POS to a meaningful position.
4867 Adapt to the new char-offsets.
4868 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4869 Adapt to the new diff-find-source-location.
4870 (diff-goto-source): Adapt to the new diff-find-source-location.
4871
4872 * add-log.el (add-log-file-name): New function (split out of
4873 add-change-log-entry).
4874 (add-change-log-entry): Use it.
4875 Call add-log-file-name-function with the changelog file name if
4876 the current buffer is not associated with any file.
4877 Avoid find-file if the selected window is dedicated.
4878
4879 * diff-mode.el (diff-find-source-location):
4880 Move code from diff-apply-hunk. Return buffer rather than file.
4881 (diff-apply-hunk): Use the new result from diff-find-source-location.
4882 (diff-goto-source): Use the new diff-find-source-location.
4883
4884 2000-09-20 Dave Love <fx@gnu.org>
4885
4886 * iswitchb.el: Some doc fixes.
4887 (iswitchb-mode-map): Define completely initially. Inherit
4888 minibuffer-local-map.
4889 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4890 fundamental-mode.
4891 (iswitchb-global-map): New variable.
4892 (iswitchb-summaries-to-end): Amalgamate regexps.
4893 (iswitchb-mode): New.
4894 (iswitchb-mode-hook): New variable.
4895 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4896 `extensions'.
4897
4898 2000-09-20 Gerd Moellmann <gerd@gnu.org>
4899
4900 * ehelp.el (electric-help): New defgroup.
4901 (electric-help-shrink-window): New user-option.
4902 (with-electric-help): Use it.
4903
4904 * window.el (shrink-window-if-larger-than-buffer): If face
4905 `mode-line' has a :box, and we're on a graphical frame, add 1
4906 to the needed window height.
4907
4908 * frame.el (frame-notice-user-settings): Add a last parameter nil
4909 to a call to `append', because the last list passed to `append' is
4910 not copied, and so subsequent calls to assq-delete-all will modify
4911 default-frame-alist.
4912
4913 * startup.el (fancy-splash-image): Change :type.
4914 (fancy-splash-head): Use an XBM image if appropriate.
4915 (command-line-1): Show splash screens in more cases.
4916
4917 * startup.el (fancy-splash-text): Don't quote faces.
4918
4919 * dired.el (dired-font-lock-keywords): Undo last change.
4920 (dired-readin): Bind indent-tabs-mode to nil.
4921
4922 * startup.el (fancy-splash-head): If frame's background mode
4923 is `dark', change the black background of the image to gray.
4924 (fancy-splash-screens): Display startup echo area message.
4925 (display-startup-echo-area-message): New function.
4926
4927 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4928
4929 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4930
4931 * info.el (info-header-node): Tweak for color ttys.
4932
4933 * faces.el (face-valid-attribute-values): Make sure directories we
4934 search for stipples both exist and are readable before trying to
4935 search them.
4936
4937 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4938 in the dry-run case.
4939
4940 * jka-compr.el (with-auto-compression-mode): New macro.
4941
4942 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4943 (custom-group-tag-face, custom-variable-tag-face): Use relative
4944 :height and inherit from `variable-pitch' face instead of
4945 hardwiring :family.
4946 * hi-lock.el (hi-black-hb): Likewise.
4947
4948 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4949 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4950 toolbar-add-item, if image doesn't have a mask add a `:mask
4951 heuristic'.
4952
4953 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4954
4955 * diff-mode.el: Docstring fixes.
4956 (diff-header-face, diff-comment-face): New faces.
4957 (diff-font-lock-keywords): Highlight a bit differently.
4958 (diff-find-source-location): Don't return SPAN any more.
4959 (diff-hunk-text): Don't bother erasing the temp buffer.
4960 (diff-find-text): Drop argument LINE.
4961 (diff-apply-hunk): Update calls to diff-find-text.
4962 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4963
4964 * calendar/calendar.el: Docstring fixes.
4965 (calendar-make-alist): Don't quote lambda.
4966 (calendar-star-date): Use make-local-variable.
4967
4968 2000-09-19 Dave Love <fx@gnu.org>
4969
4970 * toolbar/tool-bar.el: Renamed from toolbar.el.
4971 Change `toolbar' to `tool-bar' generally in symbols.
4972 Make some items invisible in `special' major modes.
4973 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4974 Add arg PROPS.
4975
4976 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4977 Add :version here.
4978 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4979
4980 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4981
4982 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4983
4984 * files.el (find-file-suppress-same-file-warnings): New user-option.
4985 (find-file-noselect): Use it.
4986
4987 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4988 (fancy-splash-screen): Defgroup.
4989
4990 * add-log.el (change-log-font-lock-keywords): Match names
4991 more exactly for the case that font-lock-constant-face is
4992 underlined.
4993
4994 2000-09-19 Richard M. Stallman <rms@gnu.org>
4995
4996 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4997
4998 2000-09-19 Andre Spiegel <spiegel@gnu.org>
4999
5000 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5001
5002 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5003
5004 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5005 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5006 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5007 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5008 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5009 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5010 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5011 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5012 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5013 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5014 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5015 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5016
5017 * startup.el (fancy-splash-text): New variable.
5018 (fancy-splash-delay, fancy-splash-image): New user-options.
5019 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5020 (fancy-splash-screens): New functions.
5021 (command-line-1): If display has a `display' frame parameter, has
5022 colors, and we have XPM support, show more fancy splash screens.
5023
5024 2000-09-19 Dave Love <fx@gnu.org>
5025
5026 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5027 with null `help'. Use modern backquote syntax.
5028
5029 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5030
5031 * font-lock.el (font-lock-mode): Change message telling the user
5032 that ``the buffer is too big''.
5033
5034 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5035 for instance for the case that tab-width is 2.
5036
5037 2000-09-18 Gerd Moellmann <gerd@gnu.org>
5038
5039 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5040 toolbar-add-item, if image doesn't have a mask add a `:mask
5041 heuristic'.
5042
5043 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5044
5045 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5046 and return a cons if it's non-nil.
5047 (diff-apply-hunk): Try to jump to the line in the source text
5048 corresponding to the position of point in the in the hunk.
5049
5050 * info.el (Info-title-3-face, Info-title-2-face)
5051 (Info-title-1-face): Use face inheritance and relative sizes
5052 instead of hard-wiring things.
5053
5054 * faces.el (secondary-selection): Make dark-background variant sane.
5055
5056 2000-09-16 Andrew Innes <andrewi@gnu.org>
5057
5058 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5059 read-only, since they aren't under VC now.
5060
5061 2000-09-17 Dave Love <fx@gnu.org>
5062
5063 * tmm.el: Replace mapcar with mapc in several places.
5064
5065 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5066 ad-unadvise.
5067
5068 * international/latin1-disp.el: New file.
5069
5070 * calendar/cal-move.el (scroll-calendar-left)
5071 (scroll-calendar-right): Make arg optional (for active mode line).
5072
5073 * calendar/calendar.el (calendar-mode-line-format): Make fields
5074 mouse-sensitive.
5075 (calendar-read-date, calendar-read-date, calendar-window-list):
5076 Unquote lambda.
5077 (calendar-month-name): Use aref, not sref.
5078
5079 * view.el (minor-mode-alist): Propertize the string.
5080
5081 * international/characters.el (standard-case-table): Add entries
5082 for Greek.
5083
5084 2000-09-18 Miles Bader <miles@gnu.org>
5085
5086 * info.el (info-node, info-xref): Add dark-background variants.
5087
5088 * faces.el (header-line): Change defaults to be less confusing
5089 when mixed with mode-lines.
5090
5091 * info.el (Info-fontify-node): Make a few cleanups.
5092 Add extra `help-echo' and `local-map' props to node xrefs.
5093 Use header-specific faces for node-names & xrefs.
5094 (Info-use-header-line): New variable.
5095 (info-header-xref, info-header-node): New faces.
5096 (Info-setup-header-line): New function.
5097 (Info-select-node): Call Info-setup-header-line when enabled.
5098 (Info-extract-pointer): Work even if the header line is hidden.
5099 (Info-header-line): New variable.
5100
5101 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5102
5103 * vms-patch.el (print-region-function): Don't quote lambda.
5104
5105 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5106
5107 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5108 (lm-get-header-re): Allow spaces between the header and the colon.
5109 (lm-header): Allow $ in non-RCS headers.
5110 (lm-header-multiline): Put the strings back into order.
5111 Stop at an empty line. Don't require two space chars if the
5112 line is clearly not another header line.
5113
5114 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5115 (popup-menu-popup): Remove.
5116
5117 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5118
5119 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5120 specification if or if not tool-bar item contains an `:enabled'
5121 property.
5122
5123 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5124 current buffer has no file name.
5125
5126 2000-09-15 Dave Love <fx@gnu.org>
5127
5128 * strokes.el: Sync with maintainer's current version with changes
5129 for Emacs, but avoid runtime cl and levents.
5130 (toplevel): Change autoloads and compilation requires.
5131 (strokes-version, strokes-bug-address, strokes-lift): Values
5132 changed.
5133 (strokes-xpm-header, strokes-insinuated): New variable.
5134 (strokes): Add :link.
5135 (strokes-mode): Customized.
5136 (strokes-while-inhibiting-garbage-collector): New macro.
5137 (strokes-remassoc): Avoid remove-if.
5138 (strokes-fix-button2-command): Don't use ad-do-it.
5139 (strokes-insinuate): New function.
5140 (strokes-button-press-event-p, strokes-button-release-event-p):
5141 New functions, used instead of non-`strokes-' versions..
5142 (strokes-mouse-event-p): Rewritten.
5143 (strokes-event-closest-point): Avoid event-point.
5144 (strokes-get-grid-position): Avoid cdadr, caadr
5145 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5146 functions.
5147 (strokes-help): Use with-output-to-temp-buffer.
5148 (strokes-window-configuration-changed-p): New function.
5149 (strokes-update-window-configuration): Use buffer-live-p,
5150 strokes-window-configuration-changed-p.
5151 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5152 (strokes-char-face): New face.
5153 (strokes-char-table, strokes-base64-chars): New variable.
5154 (strokes-xpm-for-stroke, strokes-list-strokes)
5155 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5156 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5157 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5158 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5159 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5160 functions.
5161
5162 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5163
5164 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5165
5166 * image.el (create-image): Doc fix.
5167
5168 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5169 instead of `:heuristic-mask t'.
5170
5171 2000-09-14 Andrew Innes <andrewi@gnu.org>
5172
5173 * makefile.w32-in: Revert to Unix line endings.
5174
5175 2000-09-14 Andrew Innes <andrewi@gnu.org>
5176
5177 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5178 when installing.
5179
5180 * makefile.nt (DONTCOMPILE): Fix typo.
5181
5182 * shell.el (shell-write-history-on-exit): New function.
5183 (shell-dumb-shell-regexp): New custom variable.
5184 (shell-mode): Make shell-write-history-on-exit the process
5185 sentinel if shell name matches shell-dumb-shell-regexp.
5186
5187 * w32-fns.el: Comment out before-init-hook function which resets
5188 source-directory based; this breaks bootstrap.
5189
5190 2000-09-14 Dave Love <fx@gnu.org>
5191
5192 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5193 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5194 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5195 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5196 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5197 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5198 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5199 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5200 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5201
5202 * toolbar/toolbar.el: New.
5203
5204 * subdirs.el: Add toolbar.
5205
5206 2000-09-14 Gerd Moellmann <gerd@gnu.org>
5207
5208 * indent.el (indent-for-tab-command): Doc fix.
5209
5210 2000-09-14 Alex Schroeder <alex@gnu.org>
5211
5212 * ansi-color.el (ansi-colors): Doc change.
5213 (ansi-color-get-face): Simplified regexp.
5214 (ansi-color-faces-vector): Added more faces, doc change.
5215 (ansi-color-names-vector): Doc change.
5216 (ansi-color-regexp): Simplified regexp.
5217 (ansi-color-parameter-regexp): New regexp.
5218 (ansi-color-filter-apply): Doc change.
5219 (ansi-color-filter-region): Doc change.
5220 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5221 deal with zero length parameters.
5222 (ansi-color-apply-on-region): Doc change.
5223 (ansi-color-map): Doc change.
5224 (ansi-color-map-update): Removed debugging message.
5225 (ansi-color-get-face-1): Added condition-case to trap
5226 args-out-of-range errors.
5227 (ansi-color-get-face): Doc change.
5228 (ansi-color-make-face): Removed.
5229 (ansi-color-for-shell-mode): New option.
5230
5231 2000-09-13 Kenichi Handa <handa@etl.go.jp>
5232
5233 * international/quail.el (quail-start-translation): Translate KEY
5234 if necessary even if it doesn't have any mapping in the current
5235 input method.
5236 (quail-start-conversion): Likewise.
5237 (quail-help): The output message is improved.
5238
5239 2000-09-13 Miles Bader <miles@gnu.org>
5240
5241 * comint.el (comint-output-filter): Revert to using
5242 `insert-before-markers'. Add bletcherous hack to undo damage
5243 caused by `insert-before-markers'. Put `front-sticky' property on
5244 overlays created here so that the field code understands how the
5245 overlay works. Use a let when making comint-last-prompt-overlay,
5246 so that the code is easier to read.
5247
5248 2000-09-13 Dave Love <fx@gnu.org>
5249
5250 * wid-edit.el (widget-default-format-handler): DTRT when
5251 doc-property is a function.
5252
5253 2000-09-12 Francesco Potorti` <pot@gnu.org>
5254
5255 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5256 filed name if it's not there.
5257
5258 2000-09-12 Dave Love <fx@gnu.org>
5259
5260 * simple.el (read-mail-command): Doc fix.
5261 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5262
5263 * vc.el (vc-dired-listing-switches): Fix :version.
5264
5265 * vc-hooks.el: Doc fixes.
5266
5267 * subr.el (add-minor-mode): Use toggle-fun arg.
5268
5269 * speedbar.el: Add :version to several defcustoms.
5270
5271 * imenu.el (imenu--truncate-items, imenu--cleanup)
5272 (imenu--generic-function): Avoid mapcar.
5273 (imenu--replace-spaces): Function removed.
5274 (imenu--completion-buffer): Use subst-char-in-string.
5275 (imenu-add-to-menubar): Use keymap inheritance.
5276
5277 2000-09-12 Miles Bader <miles@gnu.org>
5278
5279 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5280 (diff-mode-map): Bind `diff-test-hunk'.
5281 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5282
5283 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5284
5285 * bytecomp.el (byte-compile-defvar): Undo last change
5286 because it breaks '(make-variable-buffer-local (defvar ...)'
5287 which is used at least in dired.
5288
5289 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5290
5291 * international/quail.el (quail-define-package): Docstring
5292 modified.
5293
5294 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5295
5296 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5297 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5298 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5299 docstring of "chinese-py".
5300
5301 * international/quail.el (quail-translation-docstring): New
5302 variable.
5303 (quail-show-keyboard-layout): Docstring modified.
5304 (quail-select-current): Likewise.
5305 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5306 infinite recursive call.
5307 (quail-help): Check quail-translation-docstring. Format of the
5308 output changed.
5309 (quail-help-insert-keymap-description): Adjusted for the above
5310 change.
5311
5312 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5313
5314 * bytecomp.el (byte-compile-defvar): Only cons onto
5315 current-load-list in top-level forms. Else this leaks a cons cell
5316 every time a defun is called.
5317
5318 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5319
5320 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5321 Now understands non-unified diffs. Some functionality moved into
5322 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5323 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5324 modify anything. Only reposition point in the patched file if the
5325 patch succeeds. Only pop up another window if POPUP is true.
5326 Emit a message describing what happened if successful, and at what
5327 line-offset. Automatically detect reversed hunks and do something
5328 appropriate.
5329 (diff-hunk-text, diff-find-text): New functions.
5330 (diff-filter-lines): Function removed.
5331 (diff-test-hunk): New function.
5332 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5333
5334 2000-09-10 Dave Love <fx@gnu.org>
5335
5336 * textmodes/tildify.el: Minor doc/commentary fixes.
5337 (tildify) <defgroup>: Add :version.
5338
5339 * faces.el (face-x-resources): Make custom type more specific.
5340 (frame-background-mode): Use mapc.
5341 (region) <defcustom>: Add :version.
5342
5343 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5344
5345 * vc-sccs.el (vc-sccs-register):
5346 * vc-rcs.el (vc-rcs-register):
5347 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5348 * vc.el (vc-register): Clear file's properties.
5349
5350 2000-09-08 Gerd Moellmann <gerd@gnu.org>
5351
5352 * faces.el (face-spec-set): Only face-spec-reset-face when
5353 ATTRS is non-nil.
5354
5355 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5356
5357 * help.el (help-insert-xref-button): Fix a typo in doc string.
5358
5359 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5360
5361 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5362 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
5363 methods.
5364
5365 * menu-bar.el (read-mail-item-name): New function.
5366 (menu-bar-tools-menu): Use it to compute and display the package
5367 used to read email.
5368 (menu-bar-tools-menu): Fix typo in GUD's help string.
5369
5370 2000-09-07 Dave Love <fx@gnu.org>
5371
5372 * diff-mode.el (diff-mouse-goto-source): New function.
5373
5374 * vc-sccs.el: Doc fixes.
5375 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
5376
5377 * vc-rcs.el: Doc fixes.
5378 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5379 (vc-rcs-checkout-switches, vc-rcs-header)
5380 (vc-rcs-master-templates): Add or change :version.
5381
5382 * vc-cvs.el: Doc fixes.
5383 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5384 (vc-cvs-stay-local): Add :version.
5385
5386 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5387
5388 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5389
5390 * international/quail.el (quail-help): Fix previous change.
5391
5392 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5393
5394 * faces.el (color-values): Doc fix.
5395
5396 * faces.el (frame-set-background-mode): Use frame-parameter
5397 instead of frame-parameters.
5398
5399 * frame.el (filtered-frame-list): Reduce consing.
5400 (frames-on-display-list): Call frame-parameter instead of
5401 frame-parameters.
5402
5403 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5404
5405 * language/devan-util.el (devanagari-to-indian-region): In the
5406 loop, change the following char, not preceding char.
5407
5408 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5409
5410 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5411 instead of frame-parameters.
5412
5413 * faces.el (set-face-attribute): Simplify by calling
5414 internal-set-lisp-face-attribute with FRAME being 0.
5415
5416 * vc.el: Remove `Id' version control keyword.
5417
5418 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5419
5420 * help.el (help-make-xrefs): Adjusted for the change of
5421 help-xref-mule-regexp.
5422 (help-insert-xref-button): New function.
5423
5424 * international/mule-cmds.el (help-xref-mule-regexp-template):
5425 Include the pattern for character set.
5426 (leim): New group.
5427
5428 * international/quail.el: Don't require face.
5429 (quail): New group.
5430 (quail-other-command): Dummy command to make quail-help work better.
5431 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5432 (quail-keyboard-layout-substitution): New variable.
5433 (quail-update-keyboard-layout): New function.
5434 (quail-keyboard-layout-type): New customizable variable.
5435 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5436 (quail-keyboard-translate): Pay attention to
5437 quail-keyboard-layout-substitution.
5438 (quail-insert-kbd-layout): New function.
5439 (quail-show-keyboard-layout): New function.
5440 (quail-get-translation): If the definition is a vector of length
5441 1, and the element is a string of length 1, return the character
5442 in that string.
5443 (quail-update-current-translations): Fix the case of
5444 relative-index out of range.
5445 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5446 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
5447 Show key sequences for all available characters.
5448 (quail-help-insert-keymap-description): Don't show such verbose
5449 key bindings as quail-self-insert-command.
5450
5451 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5452 Format changed, and each element now have extra documentations.
5453 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5454 Adjusted for the change of quail-cxterm-package-ext-info.
5455
5456 2000-09-06 Gerd Moellmann <gerd@gnu.org>
5457
5458 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5459 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5460 during bootstrap.
5461
5462 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5463
5464 * vc.el: (toplevel): Don't require `dired' at run-time.
5465 (vc-dired-resynch-file): Remove autoload cookie.
5466
5467 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5468
5469 * vc.el: Made several backend functions optional.
5470 (vc-default-responsible-p): New function.
5471 (vc-merge): Use RET for first version to trigger merge-news, not
5472 prefix arg.
5473 (vc-annotate): Handle backends that do not support annotation.
5474 (vc-default-merge-news): Removed. The existence of a merge-news
5475 implementation is now checked on caller sites.
5476
5477 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5478 case.
5479
5480 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5481 special case that has been removed from the default in vc-hooks.el.
5482
5483 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5484
5485 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5486
5487 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5488
5489 * vc-hooks.el: Require vc during compilation.
5490 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5491 macro `with-vc-properties' in vc.el.
5492 (vc-file-getprop): Doc fix.
5493 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5494
5495 * vc.el: Require dired-aux during compilation.
5496 (vc-name-assoc-file): Moved to vc-sccs.el.
5497 (with-vc-properties): New macro.
5498 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5499 vc-finish-steal): Use it.
5500 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5501 to the backend-specific function is now supposed to do the checkout,
5502 too.
5503 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5504
5505 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5506 set file properties; that gets done in the generic code now.
5507
5508 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5509 Changed parameter list, added code from vc.el that does the
5510 checkout, possibly with a double-take.
5511
5512 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5513 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5514 the above under the new name.
5515 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5516 parameter list, added checkout command.
5517 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5518 properties; that gets done in the generic code now.
5519
5520 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5521
5522 * vc.el: Docstring fixes (courtesy of checkdoc).
5523
5524 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5525
5526 * vc.el (vc-checkout-writable-buffer-hook)
5527 (vc-checkout-writable-buffer): Remove.
5528 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5529 (vc-log-mode): Make it into a clean derived major mode.
5530 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5531 vc-log-mode if log-edit is not available.
5532 (vc-dired-mode-map): Don't set-keymap-parent yet.
5533 (vc-dired-mode): Do set-keymap-parent here.
5534 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5535
5536 2000-09-05 Gerd Moellmann <gerd@gnu.org>
5537
5538 * faces.el (set-face-attribute, face-spec-reset-face)
5539 (face-spec-set): Avoid consing by removing calls to `apply'.
5540
5541 * frame.el (frame-parameter): Move to C code.
5542
5543 2000-09-05 Dave Love <fx@gnu.org>
5544
5545 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5546 insert-before-markers-and-inherit. Now checked systematically!
5547
5548 2000-09-05 Alex Schroeder <alex@gnu.org>
5549
5550 * sql.el (sql-postgres): Use sql-postgres-options.
5551 (sql-postgres-options): New variable.
5552
5553 2000-09-05 Alex Schroeder <alex@gnu.org>
5554
5555 * sql.el (sql-mode-menu): Work around missing variable mark-active
5556 in XEmacs.
5557 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5558 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5559 compatibility.
5560
5561 2000-09-04 Gerd Moellmann <gerd@gnu.org>
5562
5563 * vc.el (vc-dired-resynch-file): Add autoload cookie.
5564
5565 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5566
5567 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5568
5569 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5570
5571 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5572 don't support anything else under SCCS yet.
5573
5574 * vc-hooks.el: Minor doc fixes.
5575
5576 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5577
5578 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5579 not necessary. If verbose in state `needs-patch', do the same as
5580 under `up-to-date'. When NOT verbose and `needs-patch', check out
5581 latest version instead of `merge-news'.
5582 (vc-next-action-dired): Don't mess with default-directory here; it
5583 breaks other parts of dired. It is the job of the
5584 backend-specific functions to adjust it temporarily if they need it.
5585 (vc-next-action): Remove a special CVS case.
5586 (vc-clear-headers): New optional arg FILE.
5587 (vc-checkin, vc-checkout): Set properties vc-state and
5588 vc-checkout-time properly.
5589 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5590 (vc-print-log): Use new backend function `show-log-entry'.
5591 (vc-cancel-version): Do the checks in a different order. Added a
5592 FIXME concerning RCS-only code.
5593
5594 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5595 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5596
5597 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5598
5599 * vc-hooks.el (vc-default-mode-line-string): Show state
5600 `needs-patch' as a `-' too.
5601
5602 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5603
5604 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5605 (vc-default-could-register): New function.
5606 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5607 (vc-resynch-buffer): Call vc-dired-resynch-file.
5608 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5609 vc-resynch-buffer instead of vc-resynch-window.
5610 (vc-next-action-dired): Don't redisplay here, that gets done as a
5611 result of the individual file operations.
5612 (vc-retrieve-snapshot): Corrected prompt order.
5613
5614 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5615
5616 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5617 as well.
5618 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5619 hostname regexps. Updated all callers.
5620 (vc-cvs-responsible-p): Handle directories as well.
5621 (vc-cvs-could-register): New function.
5622 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5623 properties up-to-date.
5624
5625 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5626 user whether to create one.
5627
5628 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5629
5630 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5631 check out a non-existing file.
5632
5633 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5634 workfile does not exist.
5635
5636 * vc.el (vc-version-diff): Use `require' to check for existence of
5637 diff-mode.
5638
5639 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5640
5641 * vc-cvs.el (vc-cvs-registered): Use new function
5642 vc-cvs-parse-entry to do the actual work.
5643
5644 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5645
5646 * vc-hooks.el (vc-find-backend-function): If function doesn't
5647 exist, return nil instead of error.
5648 (vc-call-backend): Doc fix.
5649
5650 * vc.el (vc-do-command): Doc fix.
5651 (vc-finish-logentry): When checking in from vc-dired, choose the
5652 right backend for logentry check.
5653 (vc-dired-mode-map): Inherit from dired-mode-map.
5654 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5655 simplified.
5656 (vc-dired-state-info): Removed, updated caller.
5657 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5658 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5659 (vc-dired-listing-switches): New variable.
5660 (vc-directory): Use it, instead of dired-listing-switches.
5661
5662 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5663 (vc-cvs-dir-state): New function.
5664 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5665 (vc-cvs-parse-entry): New function, also to be used in
5666 vc-cvs-registered.
5667
5668 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5669
5670 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5671 *or* single-window-frames.
5672
5673 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5674
5675 * vc.el (vc-update-changelog): Split into generic part and default
5676 implementation. Doc string adapted.
5677 (vc-default-update-changelog): New function. Call the `rcs2log'
5678 script in exec-directory, to fix a long-standing nuisance.
5679
5680 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5681 simply signals an error.
5682
5683 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5684
5685 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5686 control-flow more clear and to avoid running `cvs' twice.
5687
5688 * vc.el (vc-next-action-on-file): Doc fix.
5689 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5690 (vc-print-log): Eval `file' before constructing the continuation.
5691
5692 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5693
5694 * vc.el (vc-next-action-on-file): Corrected several messages.
5695 (vc-merge): Add prefix arg `merge-news'; handle it.
5696
5697 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5698 is not reached. It is.
5699 (vc-cvs-merge): Set state to 'edited after merge.
5700 (vc-cvs-merge-news): Set workfile version to nil if not known.
5701 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5702
5703 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5704 via stdout. (Merge from main line.)
5705
5706 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5707
5708 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5709 detection.
5710
5711 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5712
5713 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5714 against kill-all-local-variables.
5715 (vc-log-edit): Don't save vc-parent-buffer any more.
5716 (vc-last-comment-match): Initialize to an empty string.
5717 (vc-post-command-functions): New hook.
5718 (vc-do-command): Run it.
5719 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5720 (vc-finish-logentry): Only add the comment to the ring if it's
5721 different from the last comment entered.
5722 (vc-new-comment-index): New function.
5723 (vc-previous-comment): Use it. Make the minibuffer message
5724 slightly less terse.
5725 (vc-comment-search-reverse): Make it work forward as well. Don't
5726 set vc-comment-ring-index if no match is found. Use
5727 vc-new-comment-index.
5728 (vc-comment-search-forward): Use vc-comment-search-reverse.
5729 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5730 define-derived-mode will do it for us. Bind `v' to a keymap that
5731 inherits from vc-prefix-map so that we can bind `vt' without
5732 binding C-x v t.
5733 (vc-retrieve-snapshot): Parenthesis typo.
5734
5735 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5736 to 1. Make sure to switch to *vc* before looking for an error
5737 message. Use vc-parse-buffer.
5738
5739 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5740
5741 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5742 and NAME.
5743 (vc-retrieve-snapshot): Split into two parts.
5744 (vc-default-retrieve-snapshot): New function.
5745
5746 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5747 (vc-cvs-retrieve-snapshot): New function (untested).
5748 (vc-cvs-stay-local): Default to t.
5749 (vc-cvs-remote-p): New function and property.
5750 (vc-cvs-state): Stay local only if the above is t.
5751 (vc-handle-cvs): Removed.
5752 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5753 done via vc-handled-backends now.
5754 (vc-cvs-header): Escape Id.
5755
5756 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5757
5758 * vc.el (vc-do-command): Remove unused commands.
5759 (vc-version-diff): Make sure default-directory ends with a slash.
5760 Move the window commands into a vc-exec-after.
5761 (vc-print-log): Move more of the code into the `vc-exec-after'.
5762
5763 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5764
5765 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5766 (vc-print-log): Search current revision from beginning of buffer.
5767 (vc-revert-buffer): Clear echo area after the diff is finished.
5768 (vc-prefix-map): Removed definition of "t" for terse display in vc
5769 dired.
5770 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5771 definition of "vt" for terse display.
5772 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5773
5774 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5775
5776 * vc.el (vc-exec-after): Avoid caddr.
5777
5778 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5779
5780 * vc.el (vc-exec-after): New function.
5781 (vc-do-command): Use it to add a termination message for async
5782 procs.
5783 (vc-checkout): Try to handle a missing-backend situation.
5784 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5785 of a directory with a backend using async diffs.
5786 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5787 present.
5788
5789 * vc-sccs.el (vc-sccs-state-heuristic): Use
5790 file-ownership-preserved-p.
5791
5792 * vc-rcs.el (vc-rcs-state-heuristic): Use
5793 file-ownership-preserved-p.
5794 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5795
5796 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5797
5798 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5799 vc-do-command.
5800
5801 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5802 when there are no changes.
5803
5804 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5805
5806 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5807
5808 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5809
5810 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5811
5812 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5813
5814 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5815 the `fset' outside of the defvar so that it works even if
5816 vc-prefix-map was already defined.
5817 (vc-setup-buffer): New function, split out of vc-do-command.
5818 (vc-do-command): Allow BUFFER to be t to mean `just use the
5819 current buffer without any fuss'.
5820 (vc-version-diff): Change the `diff' backend operation to just put
5821 the diff in the current buffer without erasing it. Always use
5822 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5823 shrink-window-if-larger-than-buffer.
5824 (vc-print-log): Change the `print-log' backend operation to just
5825 put the log in the current buffer without erasing it. Protect
5826 shrink-window-if-larger-than-buffer.
5827 (vc-update-change-log): Fix setd typo.
5828
5829 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5830 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5831
5832 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5833 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5834 CMP.
5835
5836 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5837 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5838 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5839
5840 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5841
5842 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5843 not possible, use vc-BACKEND-workfile-unchanged-p.
5844 (vc-default-workfile-unchanged-p): New function. Delegates to a
5845 full vc-BACKEND-diff.
5846
5847 * vc-hooks.el (vc-simple-command): Removed.
5848
5849 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5850 instead of vc-simple-command.
5851 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5852 avoid doing a diff when opening a file.
5853 (vc-rcs-state): Added check for unlocked-changes.
5854 (vc-rcs-header): Escape Id.
5855 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5856 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5857 version.
5858
5859 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5860 (vc-sccs-diff): Remove optional arg CMP.
5861 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5862 SCCS-specific function.
5863
5864 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5865 vc-simple-command.
5866
5867 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5868
5869 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5870 (with-vc-file, vc-merge): Use vc-editable-p.
5871 (vc-do-command): Remove unused var vc-file and fix the
5872 doubly-defined `status' var. Add a user message when starting an
5873 async command.
5874 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5875 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5876 Use with-current-buffer.
5877 (vc-buffer-sync): Use unless.
5878 (vc-next-action-on-file): If the file is 'edited by read-only,
5879 make it read-write instead of trying to commit.
5880 (vc-version-diff, vc-update-change-log): Use `setq
5881 default-directory' rather than `cd'.
5882 (vc-log-edit): Don't forget to set default-directory in the
5883 buffer.
5884
5885 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5886 (vc-sccs-state-heuristic): Use file-writable-p instead of
5887 comparing userids.
5888 (vc-sccs-checkout): Use `unless'.
5889
5890 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5891 of comparing userids.
5892 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5893 Simplify the logic by eliminating unreachable code.
5894 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5895 just do a recursive call if we need to retry.
5896 (vc-rcs-checkout): Handle the case where rcs is missing by making
5897 the buffer read-write if requested and re-signalling the error.
5898
5899 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5900
5901 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5902
5903 * vc-hooks.el (vc-handled-backends): Docstring change.
5904 (vc-ignore-vc-files): Mark obsolete.
5905 (vc-registered): Check vc-ignore-vc-files.
5906 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5907 vc-ignore-vc-files.
5908
5909 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5910
5911 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5912
5913 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5914 files since ange-ftp already has vc-registered return nil.
5915
5916 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5917 (vc-sccs-workfile-version): Use with-temp-buffer and new
5918 vc-parse-buffer and don't bother setting the property.
5919 (vc-sccs-add-triple): Use with-current-buffer and
5920 find-file-noselect.
5921 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5922
5923 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5924 derives from the old vc-parse-buffer but uses the revision number
5925 rather than the date (much easier to compare robustly).
5926 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5927 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5928 locking-user more directly. Check strict locking and set
5929 checkout-model appropriately.
5930 (vc-rcs-parse-locks): Remove.
5931 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5932 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5933 (vc-rcs-system-release): Use with-current-buffer and
5934 vc-parse-buffer.
5935 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5936
5937 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5938 (vc-simple-command): Docstring fix.
5939 (vc-registered): Align the way the file-handler is called with the
5940 way the function itself works.
5941 (vc-file-owner): Remove.
5942
5943 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5944 extraction of fields and call to file-attributes because of a
5945 temporary bug in rcp.el.
5946 (vc-cvs-fetch-status): Use with-current-buffer.
5947
5948 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5949
5950 * vc.el (vc-do-command): Use file-relative-name.
5951 (vc-responsible-backend): Use vc-backend if possible.
5952 (vc-create-snapshot): Improve the `interactive' spec. Add support
5953 for branches and dispatch to backend-specific `create-snapshot'.
5954 (vc-default-create-snapshot): New function, containing the bulk of
5955 the old vc-create-snapshot.
5956 (vc-retrieve-snapshot): Improve the interactive spec.
5957
5958 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5959 (vc-backend-hook-functions): Remove.
5960 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5961 (vc-backend): Reintroduce the test for `file = nil' now that I
5962 know why it was there (and added a comment to better remember).
5963
5964 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5965 code from vc-sccs-hooks.el.
5966 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5967 'vc anymore.
5968 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5969 and file-directory-p instead of file-exists-p.
5970 (vc-sccs-check-headers): Simplify the regexp.
5971
5972 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5973 from vc-rcs-hooks.el. Don't require 'vc anymore.
5974 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5975 file-directory-p instead of file-exists-p.
5976
5977 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5978 from vc-cvs-hooks.el.
5979 (proto vc-cvs-registered): Require 'vc-cvs instead of
5980 'vc-cvs-hooks. Don't require 'vc anymore.
5981 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5982 file-directory-p instead of file-exists-p.
5983 (vc-cvs-create-snapshot): New function, replacing
5984 vc-cvs-assign-name.
5985 (vc-cvs-assign-name): Remove.
5986
5987 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5988
5989 * vc-cvs.el (vc-cvs-header): New var.
5990
5991 * vc-rcs.el (vc-rcs-exists): Remove.
5992 (vc-rcs-header): New var.
5993
5994 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5995 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5996 (vc-sccs-header): New var.
5997
5998 * vc.el (vc-do-command): Get rid of the `last' argument.
5999 (vc-header-alist): Remove, replaced by vc-X-header.
6000 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6001 (vc-dired-hook): Use expand-file-name instead of concat.
6002 (vc-directory): Use file-name-as-directory.
6003 (vc-snapshot-precondition, vc-create-snapshot)
6004 (vc-retrieve-snapshot): Allow the command to operate on any
6005 directory.
6006
6007 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6008 just removing the 'WORKFILE argument or by removing the 'MASTER
6009 argument and replacing `file' with (vc-name file).
6010
6011 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6012
6013 * vc.el: Update Copyright and add a crude list of backend funs.
6014 (vc-writable-p): New function.
6015 (with-vc-file): Use vc-writable-p.
6016 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6017 (vc-register): Avoid vc-name.
6018 (vc-locking-user): Remove.
6019 (vc-steal-lock): Make the `owner' arg non-optional.
6020 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6021 vc-checkout-model.
6022 (vc-default-dired-state-info): Use vc-state instead of
6023 vc-locking-user and return special strings for special states.
6024 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6025 and get rid of one of the special CVS cases.
6026 (vc-cancel-version): prettify error message with \\[...].
6027 (vc-rename-master): New function.
6028 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6029 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6030 the CVS special case generic.
6031 (vc-default-record-rename): Remove.
6032 (vc-file-tree-walk-internal): Only call FUNC for files that are
6033 under control of some VC backend and replace `concat' with
6034 expand-file-name.
6035 (vc-file-tree-walk): Update docstring.
6036 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6037 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6038
6039 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6040 vc-sccs-record-rename. Use `find-file-noselect' rather than
6041 `find-file' and call `vc-rename-master' to do the actual move.
6042 (vc-sccs-diff): Remove unused `backend' variable.
6043
6044 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6045 to delay loading of vc-sccs until it is really used.
6046 (vc-sccs-master-templates): Preload.
6047 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6048 (vc-sccs-project-dir): Remove (merged into
6049 vc-sccs-search-project-dir).
6050 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6051 rather than `concat', make sure it is preloaded and don't bother
6052 to check that the file actually exists.
6053 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6054 `locks' argument (use buffer's content instead) and eliminate n^2
6055 behavior.
6056
6057 * vc-rcs.el: Update Copyright.
6058 (vc-rcs-rename-file): New function.
6059 (vc-rcs-diff): Remove unused `backend' variable.
6060
6061 * vc-hooks.el: Update Copyright.
6062 (vc-backend): Don't accept a nil argument any more.
6063 (vc-up-to-date-p): Turn into a defsubst.
6064 (vc-possible-master): New function.
6065 (vc-check-master-templates): Use `vc-possible-master' and allow
6066 funs in vc-X-master-templates to return a non-existent file.
6067
6068 * vc-cvs.el: Update Copyright.
6069 (vc-cvs-diff): Remove unused `backend' variable.
6070 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6071
6072 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6073
6074 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6075
6076 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6077 since it can be called from vc-rcs.el.
6078 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6079
6080 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6081
6082 * vc.el (vc-version-diff): Expand file name read from the
6083 minibuffer. Handle the case when a previous version number can't
6084 be guessed. Give suitable messages when there were no differences
6085 found.
6086 (vc-clear-headers): Call backend-specific implementation, if one
6087 exists.
6088 (vc-cancel-version): Made error checks generic. When done, clear
6089 headers generically, too.
6090
6091 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6092 from vc-clear-headers in vc.el.
6093
6094 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6095 correctly.
6096 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6097 optional. Handle the case when it's not there.
6098
6099 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6100
6101 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6102
6103 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6104
6105 * vc-hooks.el (vc-loadup): Remove.
6106 (vc-find-backend-function): Use `require'. Also, handle the case
6107 where vc-BACKEND-hooks.el doesn't exist.
6108 (vc-call-backend): Cleanup.
6109
6110 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6111
6112 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6113 vc-rcs-grab-templates)
6114 (vc-rcs-registered): Remove. The default function works as well.
6115 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6116 vc-sccs-grab-templates)
6117 (vc-sccs-registered): Remove. The default function works as well.
6118
6119 * vc.el (vc-version-diff): Left out a vc- in call to
6120 vc-call-backend.
6121 (vc-default-dired-state-info, vc-default-record-rename)
6122 (vc-default-merge-news): Update for the new backend argument.
6123
6124 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6125 using the default function.
6126 (vc-call-backend): If calling the default function, pass it the
6127 backend as first argument. Update the docstring accordingly.
6128 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6129 for the new backend argument.
6130 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6131 (vc-find-backend-function): Use the new name.
6132 (vc-default-registered): New function.
6133
6134 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6135
6136 * vc.el (vc-merge): Use vc-find-backend-function.
6137
6138 * vc-hooks.el (vc-backend-functions): Remove.
6139 (vc-loadup): Don't setup 'vc-functions.
6140 (vc-find-backend-function): New function.
6141 (vc-call-backend): Use above fun and populate 'vc-functions
6142 lazily.
6143 (vc-backend-defines): Remove.
6144
6145 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6146
6147 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6148 Call vc-call-backend without the leading vc-.
6149 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6150 (vc-check-headers): Call vc-call-backend without the leading vc-.
6151 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6152 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6153 Call vc-call-backend without the leading vc-.
6154
6155 * vc-cvs.el (tail): Provide vc-cvs.
6156 * vc-sccs.el (tail): Provide vc-sccs.
6157 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6158
6159 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6160 (vc-make-backend-function, vc-call): Pass names without leading
6161 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6162 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6163 (vc-call-backend): Always try to load vc-X-hooks.
6164 (vc-registered): Remove vc- in call to vc-call-backend.
6165
6166 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6167
6168 * vc.el (vc-process-filter): New function.
6169 (vc-do-command): Setup `vc-process-filter' for the async process.
6170 (vc-maybe-resolve-conflicts): New function to reduce
6171 code-duplication. Additionally, it puts the buffer in
6172 `smerge-mode' if applicable.
6173 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6174 calling `merge-news'.
6175 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6176 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6177 interfacing to log-edit.el.
6178 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6179 log-edit is available.
6180 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6181
6182 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6183
6184 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6185 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6186 defvar and the initialization.
6187 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6188
6189 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6190 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6191
6192 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6193
6194 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6195
6196 * vc.el (vc-file-clear-masterprops): Removed.
6197 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6198 (vc-version-diff): Use buffer-size without argument.
6199 (vc-register): Heed vc-initial-comment.
6200
6201 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6202 default branch.
6203
6204 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6205 file name and workfile version.
6206 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6207
6208 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6209 vc-file-clear-masterprops.
6210
6211 * vc-sccs.el (vc-sccs-checkout): Removed call to
6212 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6213 rather than user login name.
6214
6215
6216 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6217
6218 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6219 `want-differences-if-changed' and simplify.
6220 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6221 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6222 output (which is invalid for async vc-diff) to decide whether to
6223 do the revert silently or not.
6224
6225 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6226
6227 * vc-hooks.el (vc-loadup): Load files quietly.
6228 (vc-call-backend): Oops, brain fart.
6229
6230 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6231
6232 * vc-cvs.el (vc-cvs-state): Typo.
6233 (vc-cvs-merge-news): Return the status code rather than the error msg.
6234
6235 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6236
6237 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6238 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6239 vc-state or vc-up-to-date-p.
6240 (vc-merge): Use vc-backend-defines to check whether merging is
6241 possible. Set state to 'edited after successful merge.
6242
6243 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6244 return that name. Redocumented.
6245
6246 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6247
6248 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6249 new `vc-state' semantics.
6250 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6251 'vc-locking-user to the current user.
6252 (vc-merge): Inline vc-backend-merge. Comment out code that I
6253 don't understand and hence can't adapt to the new `vc-state' and
6254 `vc-locking-user' semantics.
6255 (vc-backend-merge): Remove.
6256
6257 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6258 rather than 'vc-locking-user.
6259
6260 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6261
6262 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6263 (vc-state): Don't use 'reserved any more. Just use the same
6264 convention as the one used for vc-<backend>-state where the
6265 locking user (as a string) is returned.
6266 (vc-locking-user): Update, based on the above convention. The
6267 'vc-locking-user property has disappeared.
6268 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6269
6270 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6271 with a heuristic one.
6272 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6273 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6274 error. That allows us to get to 'needs-merge even in the
6275 stay-local case. There's still no way to detect 'needs-patch in
6276 such a setup (or to force an update for that matter).
6277 (vc-cvs-logentry-check): Remove, the default works as well.
6278
6279 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6280
6281 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6282
6283 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6284 major-mode in which the buffer might have been put earlier. Use
6285 `remove' and `when'. Allow `okstatus' to be `async' and use
6286 `start-process' in this case.
6287 (vc-version-diff): Handle the case where the diff looks empty
6288 because of the use of an async process.
6289
6290 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6291
6292 * vc.el (vc-next-action-on-file): Removed optional parameter
6293 `simple'. Recompute state unconditionally.
6294 (vc-default-toggle-read-only): Removed.
6295
6296 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6297 (vc-toggle-read-only): Undid prev change.
6298
6299 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6300 vc-cvs-simple-toggle. Redocumented.
6301 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6302 (vc-cvs-toggle-read-only): Removed.
6303
6304 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6305
6306 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6307 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6308 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6309 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6310 still is. So maybe it should be removed.
6311 (vc-head-version, vc-find-binary): Remove.
6312 (vc-recompute-state): Move from vc-hooks.el.
6313 (vc-next-action-on-file): Add a `simple' argument to allow
6314 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6315 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6316 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6317 (vc-dired-mode-map): Properly defvar it.
6318 (vc-print-log): Call log-view-mode if available.
6319 (small-temporary-file-directory): defvar instead of use boundp.
6320 (vc-merge-news): Moved to vc-cvs.el.
6321 (vc-default-merge-news): New function.
6322
6323 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6324 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6325 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6326 unknown `vc-latest-version' function. It should probably refer to
6327 vc-workfile-version or somesuch, but it's very unclear to me and I
6328 don't have SCCS to test things.
6329
6330 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6331 (vc-sccs-state-heuristic): Fix typo.
6332 (vc-sccs-workfile-unchanged-p): Add missing argument.
6333
6334 * vc-rcs.el: Require vc and vc-rcs-hooks.
6335 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6336 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6337 (vc-release-greater-or-equal-p): Move from vc.
6338 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6339 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6340 (vc-rcs-checkout): Add a missing `new-version' argument in the
6341 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
6342
6343 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6344 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6345 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6346 than the apparently unbound `workfile-version'.
6347
6348 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6349 (vc-file-prop-obarray): Use `make-vector'.
6350 (vc-backend-functions): Add new hookable functions
6351 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6352 (vc-loadup): If neither backend nor default functions exist, use
6353 the backend function rather than nil.
6354 (vc-call-backend): If the function if not bound yet, try to load
6355 the non-hook file to see if it provides it.
6356 (vc-call): New macro plus use it wherever possible.
6357 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6358 nor `vc-find-binary' since it's only called from
6359 vc-mistrust-permission which is only used once the backend is known.
6360 (vc-checkout-model): Fix parenthesis.
6361 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6362
6363 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
6364 (vc-cvs-release, vc-cvs-system-release): Remove.
6365 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6366 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6367 status symbols.
6368 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6369 (vc-cvs-toggle-read-only): First cut at a function to allow a
6370 cvs-status-free vc-toggle-read-only.
6371 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6372 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6373 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6374 (vc-cvs-checkout): Modify access rights directly if the user
6375 requested not to use `cvs edit'. And refresh the mode line.
6376
6377 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6378 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6379
6380 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6381
6382 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6383 workfile' that got lost when the code was extracted from vc.el.
6384 And merged the tail with the rest of the code (not possible in the
6385 old vc.el where the tail was shared among all backends). And
6386 explicitly set the state to 'edited if `writable' is set.
6387
6388 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6389 (vc-cvs-state): Be careful to return the value from
6390 vc-cvs-parse-state.
6391 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6392 property but return it instead. Also be careful to handle a nil
6393 or "" `rev' when workfile is non-nil (it was handled properly when
6394 workfile was nil).
6395
6396 * vc.el: Removed those pesky unnecessary `(function' quotes.
6397 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6398 directly in the defvar.
6399 (vc-do-command): Bind inhibit-read-only so as to properly handle
6400 the case where the destination buffer has been made read-only.
6401 (vc-diff): Delegate to vc-version-diff in all cases.
6402 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
6403 (vc-annotate-mode-variables): Removed (code moved partly to
6404 defvars and partly to vc-annotate-add-menu).
6405 (vc-annotate-mode): Turned into a derived-mode.
6406 (vc-annotate-add-menu): Moved in code in
6407 vc-annotate-mode-variables.
6408 (vc-update-change-log): Use make-temp-file if available.
6409
6410 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6411
6412 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6413 `vc-checkout-model' updated to `vc-cvs-update-model'.
6414
6415 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6416
6417 * vc.el (vc-next-action-on-file): Added handling of state
6418 `unlocked-changes'.
6419 (vc-checkout-carefully): Is now practically obsolete, unless the
6420 above is too slow to be enabled unconditionally.
6421 (vc-update-change-log): Fixed typo.
6422
6423 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6424
6425 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6426 Now handles state `unlocked-changes'.
6427 (vc-sccs-workfile-unchanged-p): New function, to support the above.
6428
6429 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6430
6431 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6432 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6433 `unlocked-changes'.
6434 (vc-rcs-workfile-unchanged-p): Renamed from
6435 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6436 function yet, but supposed to become one soon.
6437
6438 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6439 `vc-steal-lock'.
6440 (vc-call-backend): Changed error message.
6441 (vc-state): Added description of state `unlocked-changes'.
6442
6443 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6444
6445 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6446 always return t in CVS-controlled directories.
6447
6448 * vc.el (vc-responsible-backend): New function.
6449 (vc-register): Largely rewritten.
6450 (vc-admin): Removed (implementation moved into vc-register).
6451 (vc-checkin): Redocumented.
6452 (vc-finish-logentry): If no backend defined yet (because we are in
6453 the process of registering), use the responsible backend.
6454
6455 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6456 Updated function lists.
6457 (vc-call-backend): Fixed typo.
6458
6459 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6460 New functions.
6461 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6462 Removed query option. Redocumented.
6463
6464 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6465
6466 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6467
6468 * vc.el: Updated callers of `vc-checkout-required' to use
6469 `vc-checkout-model'.
6470
6471 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6472
6473 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6474 stuff updated to reference this function instead of the old
6475 `vc-backend-release-p'.
6476
6477 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6478
6479 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6480 vc-checkout-model. Return appropriate values. Updated callers.
6481
6482 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6483
6484 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6485 (vc-backend-revert): Function moved into `vc-revert';
6486 `vc-next-action' must be updated to accomodate this change.
6487 (vc-backend-steal): Function moved into `vc-finish-steal'.
6488 (vc-backend-logentry-check): Function moved into
6489 `vc-finish-logentry'.
6490 (vc-backend-printlog): Function moved into `vc-print-log'.
6491 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6492 (vc-backend-assign-name): Function moved into
6493 `vc-create-snapshot'.
6494
6495 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6496
6497 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6498 Rename to vc-checkout-model. Return appropriate values.
6499 Update callers.
6500
6501 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6502 to vc-checkout-model.
6503 (vc-checkout-required): Rename to vc-checkout-model.
6504 Re-implement and re-comment.
6505 (vc-after-save): Use vc-checkout-model.
6506
6507 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6508
6509 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6510 Update to use the vc-BACKEND-diff functions instead.
6511 `vc-diff' is now working.
6512
6513 * vc-rcs.el (vc-rcs-logentry-check): New function.
6514
6515 * vc-cvs.el (vc-cvs-logentry-check): New function.
6516
6517 * vc-sccs.el (vc-sccs-diff): Function changed name from
6518 `vc-backend-diff'. This makes `vc-diff' work.
6519
6520 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6521 of functions possibly implemented in a vc-BACKEND library.
6522 (vc-checkout-required): Fix bug that caused an error to be
6523 signaled during `vc-after-save'.
6524
6525 * vc.el: Fix typo.
6526 This checkin is made with our new VC code base for the very first time.
6527 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6528
6529 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6530 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6531
6532 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6533 updated to `vc-uses-locking'.
6534 (vc-checkout-required): Call to backend function.
6535 `vc-checkout-required' updated to `vc-uses-locking' instead.
6536
6537 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6538 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6539
6540 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6541 to match the split into various backends.
6542 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
6543 (vc-retrieve-snapshot): Bug fix.
6544
6545 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6546
6547 * vc-sccs.el (vc-sccs-release): Doc fix.
6548
6549 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6550
6551 * vc.el (vc-next-action-on-file): Bug found and fixed.
6552 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6553 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6554
6555 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6556 (vc-rcs-checkout): Name space cleaned up. No more revision number
6557 crunching function names that are not prefixed with vc-rcs.
6558 (vc-rcs-checkout-model): Function added. References to
6559 `vc-checkout-model' replaced.
6560
6561 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6562
6563 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6564 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6565 still need to be split, and implemented for RCS).
6566
6567 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6568
6569 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6570
6571 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6572 required by the vc.el file.
6573
6574 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6575 required by the vc.el file.
6576 (vc-rcs-exists): Function added.
6577
6578 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6579 required by the vc.el file.
6580
6581 * vc.el (vc-admin): Updated to handle selection of appropriate
6582 backend. Current implementation is crufty and need re-thinking.
6583
6584 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6585
6586 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6587
6588 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6589 beginning of annotate buffers correctly.
6590
6591 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6592 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6593 functionality updated quite a lot to support multiple backends.
6594 Variables `vc-annotate-mode', `vc-annotate-buffers',
6595 `vc-annotate-backend' added.
6596
6597 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6598 `vc-annotate-difference' added to supported backend functions.
6599
6600 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6601
6602 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6603 Use with-temp-file instead of /bin/sh. Merged from mainline
6604
6605 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6606
6607 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6608
6609 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6610
6611 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6612
6613 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6614
6615 * vc-hooks.el: vc-state-heuristic added to
6616 vc-backend-hook-functions.
6617
6618 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6619
6620 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6621
6622 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6623 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
6624 state to `reserved'.
6625
6626 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6627 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6628
6629 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6630
6631 * vc-rcs-hooks.el: Implement new state model. Hardly anything
6632 untouched.
6633
6634 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6635
6636 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6637 if defined. (Merged from main line, slightly adapted.)
6638
6639 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6640 millenium problem (merged from mainline).
6641
6642 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6643
6644 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6645 part and moved the non-BACKEND stuff to vc.el.
6646
6647 * vc.el: Split the annotate feature into a BACKEND specific part
6648 and moved it from the vc-cvs.el file to this one.
6649
6650 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6651
6652 * vc-hooks.el: Implement new state model.
6653 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6654 (vc-locking-user): Simplify. Now only needed if the file is
6655 locked by somebody else.
6656 (vc-lock-from-permissions): Remove. Functionality is in
6657 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6658 (vc-mode-line-string): New name for former vc-status. Adapted.
6659 (vc-mode-line): Adapt to use the above. Remove optional parameter.
6660
6661 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6662 Various simplifications and adaptations all over the place.
6663
6664 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6665 Simplify and adapt the rest.
6666
6667 * vc.el (vc-resynch-window): Add TODO comment: check for
6668 interaction with view mode according to recent RCS change.
6669 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6670
6671 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6672
6673 * vc.el: Convert the remaining function comments to docstrings.
6674
6675 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6676
6677 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6678 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6679 (vc-minor-part, vc-previous-version): Functions that operate and
6680 compare revision numbers got proper documentation. Comments added
6681 about their possible removal.
6682
6683 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6684
6685 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6686 the vc-backend.el files.
6687
6688 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6689
6690 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6691 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6692 (vc-rcs-previous-version): Functions added.
6693
6694 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6695
6696 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6697
6698 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6699
6700 * vc-hooks.el (vc-master-templates): Is really obsolete.
6701 Comment out the definition for now. What is the right procedure
6702 to get rid of it?
6703 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6704 rewritten.
6705 (vc-default-registered): Remove.
6706 (vc-check-master-templates): New function; does mostly what the
6707 above did before.
6708 (vc-locking-user): Don't rely on the backend to set the property.
6709
6710 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6711 Rewrite documentation.
6712 (vc-rcs-templates-grabbed): New variable.
6713 (vc-rcs-grab-templates): New function.
6714 (vc-rcs-registered): Rewrite to use above mechanism.
6715
6716 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6717 Rewrite documentation.
6718 (vc-sccs-templates-grabbed): New variable.
6719 (vc-sccs-grab-templates): New function.
6720 (vc-sccs-registered): Rewrite to use above mechanism.
6721 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6722 Don't throw the result, simply return it.
6723
6724 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6725 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6726 (vc-cvs-registered): Does the check itself now. Simplify.
6727
6728 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
6729 from main line.
6730
6731 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6732
6733 * vc-cvs.el (vc-cvs-diff): New function.
6734
6735 * vc-sccs.el (vc-sccs-diff): New function.
6736
6737 * vc-rcs.el (vc-rcs-diff): New function.
6738 (vc-rcs-checkout): Bug (typo) found and fixed.
6739 (vc-rcs-register-switches): New variable.
6740
6741 * vc.el (vc-backend-diff): Function removed and placed in the
6742 backend files.
6743
6744 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6745
6746 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6747
6748 * vc.el (vc-backend-checkout): Function removed and replaced in
6749 the vc-backend.el files.
6750
6751 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6752
6753 * vc.el (vc-backend-admin): Removed and replaced in the
6754 vc-backend.el files.
6755
6756 * vc.el (Martin): Removed all the annotate functionality since it
6757 is CVS backend specific.
6758
6759 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6760
6761 * spec.txt: Added specification of vc-state.
6762
6763 * vc-sccs-hooks.el (vc-sccs-master-properties):
6764 Remove handling of vc-latest-version and
6765 vc-your-latest-version. What used to be vc-latest-version, is now
6766 returned as vc-workfile-version.
6767 (vc-sccs-workfile-version): Adapt.
6768
6769 2000-09-04 Dave Love <fx@gnu.org>
6770
6771 * vc.el: [Merged from mainline.]
6772 (vc-dired-mode): Make the dired-move-to-filename-regexp
6773 regexp match the date, to avoid treating date as file size.
6774 Add YYYY S option to WESTERN/
6775
6776 2000-09-04 Dave Love <fx@gnu.org>
6777
6778 * vc.el: Require `compile' when compiling.
6779 (vc-logentry-check-hook): New option.
6780 (vc-steal-lock): Use compose-mail.
6781 (vc-dired-mode-map): Defvar when compiling.
6782 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6783 vc-sccs.el and renamed. Callers changed.
6784 (vc-backend-checkout, vc-backend-logentry-check)
6785 (vc-backend-merge-news): Doc fix.
6786 (vc-default-logentry-check): New function.
6787 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6788 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6789 (vc-backend-merge): Doc fix. Use backend functions.
6790 (vc-check-headers): Use backend functions.
6791
6792 * vc-cvs.el: Require vc when compiling.
6793 (vc-cvs-register-switches): Doc fix.
6794 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6795 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6796 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6797 New functions (code from vc.el).
6798 (vc-annotate-display-default): Fix interactive spec.
6799 (vc-annotate-time-span): Doc fix.
6800
6801 * vc-rcs.el: Require vc when compiling.
6802 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6803 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6804 (vc-rcs-checkin): New functions (code from vc.el).
6805 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6806 Doc fix.
6807 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6808
6809 * vc-sccs.el: Require vc when compiling.
6810 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6811 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6812 (vc-sccs-revert)
6813 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6814 from vc.el).
6815 (vc-sccs-add-triple, vc-sccs-record-rename)
6816 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6817 (vc-sccs-admin): Doc fix.
6818
6819 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6820
6821 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6822 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6823 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6824 from vc.el.
6825
6826 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6827
6828 * vc-cvs.el: Moved the annotate functionality from vc.el.
6829 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6830
6831 2000-09-04 Dave Love <fx@gnu.org>
6832
6833 * vc.el (vc-backend-release): Call vc-system-release.
6834
6835 * vc-sccs.el (vc-sccs-system-release):
6836 Renamed from vc-sccs-backend-release.
6837
6838 * vc-rcs.el (vc-rcs-system-release):
6839 Renamed from vc-rcs-backend-release.
6840
6841 * vc-cvs.el (vc-cvs-system-release):
6842 Renamed from vc-cvs-backend-release.
6843
6844 2000-09-04 Dave Love <fx@gnu.org>
6845
6846 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6847 backend files.
6848 (vc-backend-release): Dispatch to backend functions.
6849 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6850 probably needs attention.]
6851
6852 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6853 (vc-sccs-backend-release): New function.
6854
6855 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6856 (vc-cvs-backend-release): New function.
6857
6858 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6859 Doc fix.
6860 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6861 (vc-default-dired-state-info): New function.
6862 (vc-dired-state-info): Dispatch to backends.
6863 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6864
6865 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6866 from vc.el and renamed.
6867
6868 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6869
6870 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6871 (vc-version-other-window, vc-backend-assign-name): Removed
6872 references to vc-latest-version; sometimes changed into
6873 vc-workfile-version.
6874
6875 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6876 vc-rcs-master-workfile-version.
6877 (vc-rcs-workfile-version): Use the above. Don't call
6878 vc-latest-version (that was unreachable code, anyway).
6879 (vc-rcs-fetch-master-properties): Doc fix.
6880
6881 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6882 (vc-backend-hook-functions): Removed them from this list, too.
6883 (vc-fetch-properties): Removed.
6884 (vc-workfile-version): Doc fix.
6885
6886 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6887 (vc-rcs-workfile-version, vc-rcs-locking-user)
6888 (vc-rcs-uses-locking): Use it.
6889
6890 * vc-hooks.el (vc-consult-rcs-headers):
6891 Moved into vc-rcs-hooks.el, under the name
6892 vc-rcs-consult-headers.
6893
6894 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6895 headers.
6896 (vc-cvs-find-master): Use this name only; correct different
6897 versions of the name.
6898
6899 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6900 New functions.
6901 (vc-sccs-locking-user): Use the latter.
6902
6903 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6904 New functions.
6905
6906 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6907 Moved into both
6908 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6909 functions are implementation details of those two backends.
6910
6911 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6912
6913 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6914 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6915
6916 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6917 (vc-sccs-parse-locks): SCCS-specific code moved here from
6918 vc-hooks.
6919
6920 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6921 code moved here from vc-hooks.
6922
6923 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6924 into back-end specific parts and removed. Callers not updated
6925 yet; because I guess these callers will disappear into back-end
6926 specific files anyway.
6927
6928 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6929
6930 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6931 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6932 `vc-uses-locking'.
6933
6934 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6935 Store yes/no in the property, and return t/nil. Updated all
6936 callers.
6937
6938 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6939 vc-sccs-uses-locking. Don't set property.
6940 (vc-sccs-locking-user): Don't set property.
6941
6942 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6943 vc-cvs-uses-locking. Don't set property here; leave that to
6944 vc-hooks.
6945 (vc-cvs-locking-user): Reflect above change. Streamlined.
6946
6947 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6948 vc-rcs-uses-locking.
6949 (vc-rcs-locking-user): Reflect above change.
6950
6951 2000-09-04 Dave Love <fx@gnu.org>
6952
6953 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6954
6955 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6956
6957 * vc-hooks.el (vc-checkout-model): Punt to backends.
6958
6959 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6960
6961 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6962
6963 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6964 New functions.
6965
6966 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6967 New functions.
6968
6969 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6970 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6971
6972 * vc-hooks.el (vc-default-locking-user): New function.
6973 (vc-locking-user, vc-workfile-version): Punt to backends.
6974
6975 2000-09-04 Dave Love <fx@gnu.org>
6976
6977 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6978 (vc-master-workfile-version): Moved from vc-hooks.
6979
6980 * vc-rcs-hooks.el: Fix duplicate code in last change.
6981
6982 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6983 (vc-rcs-master-templates): Improve :type.
6984 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6985 vc-master-workfile-version): Moved from vc-hooks.
6986
6987 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6988 (vc-sccs-master-templates): Improve :type.
6989 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6990
6991 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6992
6993 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6994 (vc-cvs-master-templates): Improve :type. Use
6995 vc-cvs-find-cvs-master.
6996 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6997 from vc-hooks.
6998 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6999
7000 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7001 Moved to vc-cvs-hooks.
7002
7003 * vc-hooks.el: Add doc strings in various places. Simplify the
7004 minor mode setup.
7005 (vc-handled-backends): New user variable.
7006 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7007 simplification.
7008
7009 2000-09-04 Dave Love <fx@gnu.org>
7010
7011 * vc.el: Some doc fixes for autoloaded and interactive functions.
7012 Fix compilation warnings from ediff stuff.
7013 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7014
7015 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7016
7017 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7018
7019 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7020
7021 2000-09-04 Dave Love <fx@gnu.org>
7022
7023 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7024 New variable.
7025 (vc-make-backend-function, vc-loadup, vc-call-backend)
7026 (vc-backend-defines): New functions.
7027
7028 * vc-hooks.el: Various doc fixes.
7029 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7030 (vc-match-substring): Function removed. Callers changed to use
7031 match-string.
7032 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7033 Simplify.
7034
7035 2000-09-04 Dave Love <fx@gnu.org>
7036
7037 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7038 type.
7039 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7040 (vc-sccs-registered): Doc fix.
7041
7042 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7043 (vc-cvs-registered): Doc fix.
7044
7045 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7046 (vc-rcs-registered): Doc fix.
7047
7048 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7049
7050 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7051
7052 * vc-hooks.el: vc-registered has been renamed
7053 vc-default-registered. Some functions have been moved to the
7054 backend specific files. they all support the
7055 vc-BACKEND-registered functions.
7056
7057 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7058
7059 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7060
7061 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7062
7063 2000-09-04 Dave Love <fx@gnu.org>
7064
7065 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7066 menu-bar-update-hook.
7067
7068 * help.el (help-manyarg-func-alist): Add
7069 find-operation-coding-system.
7070
7071 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7072
7073 * custom.el (custom-set-variables): Print message about errors in
7074 setting.
7075
7076 2000-09-03 Andrew Innes <andrewi@gnu.org>
7077
7078 * makefile.w32-in: Change to DOS line endings.
7079
7080 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7081
7082 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7083 minor-mode keymaps, if they don't have one.
7084
7085 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7086
7087 * eshell/esh-module.el (eval-when-compile): Don't lose if
7088 esh-module.el's file name is truncated to DOS 8+3 limits.
7089
7090 2000-09-01 John Wiegley <johnw@gnu.org>
7091
7092 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7093 predicate, which caused entries in the completion list to be
7094 doubled.
7095
7096 2000-08-30 John Wiegley <johnw@gnu.org>
7097
7098 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7099 sending to subprocesses. Also, hook pre-command-hook if
7100 `eshell-send-direct-to-subprocesses' is non-nil.
7101 (eshell-send-direct-to-subprocesses): New config variable. If t,
7102 subprocess input is send immediately.
7103 (eshell-toggle-direct-send): New function.
7104 (eshell-self-insert-command): New function.
7105 (eshell-intercept-commands): New function.
7106 (eshell-send-input): If direct subprocess sending is enabled,
7107 don't echo any input to the Eshell buffer. Let the subprocess
7108 handle that. This requires "stty echo" in bash, for example.
7109
7110 2000-08-28 John Wiegley <johnw@gnu.org>
7111
7112 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7113 completion function for Eshell's implementation of `unset'.
7114
7115 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7116
7117 * info.el (Info-directory-list): Doc fix.
7118
7119 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7120
7121 * filecache.el (file-cache-add-directory-using-find): Don't quote
7122 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7123
7124 2000-08-31 Kenichi Handa <handa@etl.go.jp>
7125
7126 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7127 coding systems.
7128
7129 2000-08-30 Andrew Innes <andrewi@gnu.org>
7130
7131 * timer.el (run-with-idle-timer): Undo last change, so that timer
7132 is not activated immediately if Emacs is already idle. Some
7133 existing code relies on this behaviour.
7134
7135 2000-08-30 Miles Bader <miles@gnu.org>
7136
7137 * frame.el (set-frame-font): Do completion of font-name for
7138 interactive use.
7139
7140 2000-08-30 Kenichi Handa <handa@etl.go.jp>
7141
7142 * international/quail.el (quail-start-translation): Bind locally
7143 last-command-event, last-command, and this-command.
7144 (quail-start-conversion): Likewise.
7145 (quail-self-insert-command): Fix docstring.
7146
7147 2000-08-29 Gerd Moellmann <gerd@gnu.org>
7148
7149 * progmodes/executable.el
7150 (executable-make-buffer-file-executable-if-script-p): Check that
7151 buffer contains at least 2 characters.
7152
7153 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7154
7155 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7156
7157 2000-08-29 Dave Love <fx@gnu.org>
7158
7159 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7160 (diff-mode-shared-map): Bind mouse-2.
7161 (diff-imenu-generic-expression): New variable.
7162 (diff-mode): Use it.
7163
7164 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7165 (mouse-popup-menubar): Add minor mode menus.
7166 (popup-menu): Check for lookup-key returning number.
7167
7168 2000-08-29 Miles Bader <miles@gnu.org>
7169
7170 * comint.el (comint-send-input): Create overlays using the proper
7171 front/read-advance arguments.
7172
7173 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7174
7175 * ps-print.el: Even/odd pages printing. Doc fix.
7176 (ps-print-version): New version number (6.0).
7177 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7178 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7179 (ps-print-duplex-feature): Variable eliminated.
7180 (ps-even-or-odd-pages): New variable.
7181
7182 * progmodes/ebnf2ps.el: Doc fix.
7183 (ebnf-version): New version (3.3).
7184 (ebnf-user-arrow): Change variable customization to sexp.
7185 (ebnf-user-arrow): Function eliminated.
7186 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7187
7188 2000-08-29 Kenichi Handa <handa@etl.go.jp>
7189
7190 * help.el (help-xref-mule-regexp): New variable.
7191 (help-make-xrefs): Handle help-xref-mule-regexp.
7192
7193 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7194 variable.
7195 (describe-input-method): Temporarily activate the specfied input
7196 method to display the information.
7197 (describe-language-environment): Hyperlinks to mule related items.
7198
7199 * international/mule-diag.el (charset-multibyte-form-string): New
7200 function.
7201 (list-character-sets-1): Use charset-multibyte-form-string.
7202 (describe-character-set): New function.
7203 (describe-coding-system): Hyperlinks to safe character sets.
7204
7205 * international/quail.el (quail-help): New arg PACKAGE.
7206 Hyperlinks to mule related items.
7207 (quail-help-insert-keymap-description): Use
7208 substitute-command-keys instead of describe-bindings.
7209 (quail-translation-help): Hyperlinks to mule related items.
7210
7211 2000-08-28 John Wiegley <johnw@gnu.org>
7212
7213 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7214 have a defsubst call itself. Made `eshell-flatten-list' back into
7215 a function again.
7216
7217 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7218 catch, in case re-centering point at bottom messes up the display.
7219 This happens frequently in Emacs 21, due I believe to variable
7220 line heights.
7221
7222 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7223 to call `find-tag-interactive'.
7224
7225 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7226 the list of remember directories.
7227
7228 2000-08-28 John Wiegley <johnw@gnu.org>
7229
7230 * align.el: Test align-region-separate to see if it's a symbol.
7231
7232 2000-08-28 John Wiegley <johnw@gnu.org>
7233
7234 * eshell/esh-util.el (eshell-flatten-list): Made this function
7235 into a defsubst form. It gets used very frequently, although
7236 calls don't occur all that often.
7237
7238 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7239 examining it.
7240
7241 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7242 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7243 `eshell-protect'.
7244 (eshell-copy-handles): Created a new macro for duplicating the
7245 current set of open handles. This is needed by the looping
7246 functions.
7247 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7248 is not incorrectly stomped on.
7249
7250 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7251 declaration for pcomplete-use-paring.
7252 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7253 value of eshell-cmpl-use-paring.
7254 * pcomplete.el (pcomplete-use-paring): New config variable, to
7255 indicate whether paring should be used.
7256 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7257 completion alternatives that have already been used.
7258
7259 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7260 bound to C-c C-y, which will repeat the previous N arguments
7261 (based on prefix argument).
7262 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7263
7264 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7265 if there is no *Help* buffer. This is for XEmacs, which renames
7266 its help buffers uniquely. TODO: Find out what the current buffer
7267 name to delete is.
7268
7269 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7270 first entry that correlates to a passwd/group number. Later
7271 entries (used for group/user name aliasing to multiple IDs) are
7272 ignored.
7273
7274 * eshell/em-xtra.el (eshell/expr):
7275 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7276 (eshell-grep, eshell/diff, eshell/locate):
7277 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7278 argument list, before passing it to the system command.
7279
7280 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7281 `find-tag' for use at final position in Eshell buffers (which
7282 otherwise triggers an error on Emacs 21).
7283 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7284 buffer, if it is currently bound to `find-tag'.
7285
7286 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7287 in the list of matched Makefile names.
7288 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7289 directory, prefer its contents to Makefile.
7290
7291 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7292 directory parts (like "cd old new", or "cd =regexp"), are now case
7293 sensitive on non-Windows/DOS platforms.
7294
7295 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7296 types RET after an open delimiter (like "), display a message
7297 indicating that Eshell is waiting for the closing delimiter.
7298
7299 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7300 environment variables.
7301
7302 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7303 gracefully if the user enters incorrect arguments.
7304
7305 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7306 Eshell buffers.
7307
7308 * eshell/esh-var.el (eshell-interpolate-variable):
7309 * eshell/esh-mode.el (eshell-move-argument):
7310 * eshell/em-unix.el (eshell-du-sum-directory):
7311 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7312 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7313 (not (= ...)).
7314
7315 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7316 to ensure the `preserve' flag gets propagated when doing recursive
7317 directory copies.
7318
7319 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
7320
7321 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7322 Don't convert \n into \0177 in memory.
7323 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7324 and back again, when reading and writing.
7325
7326 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7327
7328 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7329 testing of `fboundp' on `processp'.
7330
7331 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7332 (eshell/jobs): Don't call process-list if it is not bound.
7333 (eshell-gather-process-output): Support systems where async
7334 subprocesses aren't supported.
7335 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7336 variables.
7337
7338 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7339 eshell-do-eval returns t.
7340 (eshell-do-pipelines-synchronously): New defmacro.
7341 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7342 when async subprocesses aren't supported.
7343 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7344 if async subprocesses aren't supported.
7345 (eshell-resume-command): Don't assume STATUS is a string.
7346
7347 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7348
7349 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7350 (eshell-close-target, eshell-get-target): Use eshell-processp.
7351 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7352 fix.
7353 (eshell-get-target, eshell-create-handles): Doc fix.
7354
7355 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
7356
7357 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
7358 criterion to include commands that output something, as long as it
7359 leaves both the command and the end-of-buffer visible when the
7360 command has exited.
7361 (eshell-review-quick-commands): Adjust the help doc string
7362 accordingly.
7363
7364 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7365
7366 * locate.el (locate): Cleaned up locate command's interactive prompting
7367 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
7368
7369 * filecache.el (file-cache-case-fold-search): New variable
7370 (file-cache-assoc-function): New variable
7371 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7372 Use file-cache-case-fold-search variable
7373 (file-cache-add-file): Use file-cache-assoc-function
7374 (file-cache-delete-file): likewise
7375 (file-cache-directory-name): likewise
7376 (file-cache-debug-read-from-minibuffer): likewise
7377
7378 2000-08-28 Gerd Moellmann <gerd@gnu.org>
7379
7380 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7381 (abbrev-table-name): New function.
7382 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7383 If non-nil list local abbrev, only.
7384
7385 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7386
7387 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7388 from Gnus support code, and use special article copy buffer
7389 `(gnus-original-article-buffer)' instead. This allows to get rid
7390 of article-hide-headers usage (which breaks in the latest Gnus
7391 version). Thanks to Detlev Zundel.
7392
7393 2000-08-28 Kenichi Handa <handa@etl.go.jp>
7394
7395 * international/quail.el (quail-use-package): Hide "... loaded"
7396 message.
7397 (quail-start-translation, quail-start-conversion): Likewise.
7398
7399 * international/kkc.el (kkc-region): Hide "... loaded" message.
7400
7401 2000-08-27 Dave Love <fx@gnu.org>
7402
7403 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7404
7405 2000-08-27 Miles Bader <miles@gnu.org>
7406
7407 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7408
7409 2000-08-27 Kenichi Handa <handa@etl.go.jp>
7410
7411 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7412 'ja-dic-cnv), not (require 'skkdic-cnv).
7413
7414 2000-08-26 Miles Bader <miles@gnu.org>
7415
7416 * faces.el (face-x-resources): Add entry for :inherit.
7417 * cus-face.el (custom-face-attributes): Add support for :inherit
7418 attribute. Add support for relative face heights.
7419 (custom-face-attributes-get): Treat `nil' as being a default value
7420 for :inherit (as well as `unspecified').
7421
7422 * faces.el (set-face-attribute): Update doc string.
7423 (face-attribute-name-alist): Add :inherit.
7424 (face-valid-attribute-values): Handle :inherit.
7425 (face-read-string): Rephrase prompt to be less confusing.
7426 Assume that DEFAULT is a string, since we must return a string.
7427 (face-read-integer): Use `format' to turn DEFAULT into an
7428 acceptable default for face-read-string. Match NEW-VALUE against
7429 the string "unspecified", not the symbol `unspecified', since
7430 that's what face-read-string returns.
7431 (read-face-attribute): Lookup a name for old-value in valid, and
7432 use it as a default if we find one. Treat all values from
7433 face-read-string as strings. If the default is used, don't do any
7434 more processing on the value, just use the old value directly.
7435 (read-face-and-attribute, modify-face): Tweak prompt.
7436 (read-face-name): Don't assume prompt ends with a space.
7437
7438 * faces.el (describe-face): Add support for :inherit attribute.
7439
7440 2000-08-25 Kenichi Handa <handa@etl.go.jp>
7441
7442 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7443 concat doesn't accept interger.
7444
7445 * international/kkc.el: Remove SKK from Keywords. Require
7446 ja-dic-utl instead of skkdic-utl.
7447
7448 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7449 Provide ja-dic-cnv instead of skkdic-cnv.
7450 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7451 (iso-2022-7bit-short): Add safe-charsets property.
7452 (skkdic-convert-postfix): Search Japanese chou-on character in
7453 addition to Hiragana character.
7454 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7455 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7456 (batch-skkdic-convert): Likewise.
7457
7458 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7459 Provide ja-dic-utl instead of skkdic-utl.
7460 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7461
7462 2000-08-24 Dave Love <fx@gnu.org>
7463
7464 * disp-table.el (standard-display-default): Make the test of `l'
7465 useful.
7466
7467 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7468 mod sample text.
7469
7470 * international/iso-ascii.el: Make pilcrow convenient string
7471 consistent with section.
7472 (iso-ascii-display): Set up multibyte characters as well as
7473 unibyte.
7474
7475 2000-08-24 Kenichi Handa <handa@etl.go.jp>
7476
7477 * international/mule-cmds.el (reset-language-environment): Set
7478 default-process-coding-system to '(undecided . iso-latin-1), which
7479 makes process I/O almost consistent with file I/O. Call this
7480 function when mule-cmds.el[c] is loaded.
7481
7482 2000-08-22 Andrew Innes <andrewi@gnu.org>
7483
7484 * makefile.w32-in: New file.
7485
7486 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7487
7488 * comint.el (comint-output-filter): Compare end of
7489 comint-last-output-overlay with the start of the newly inserted
7490 text, not the end, when deciding whether to extend it.
7491 Set saved-point's insertion type to advance after insertion.
7492
7493 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7494 since this is now done independently of font-lock mode.
7495
7496 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7497
7498 * server.el (server-kill-new-buffers): New user option.
7499 (server-existing-buffer): New buffer-local variable.
7500 (server-visit-files): When using an existing buffer, set
7501 server-existing-buffer to t.
7502 (server-buffer-done): If server-kill-new-buffers is t, kill the
7503 buffer, unless it was already present before visiting it with
7504 Emacs server.
7505
7506 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7507
7508 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7509 even if the display doesn't support colors: some displays will
7510 support bold/underline faces.
7511
7512 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7513
7514 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7515
7516 * startup.el (command-line): If user's init file had an error,
7517 add explanatory text to *Messages*.
7518
7519 2000-08-21 Kenichi Handa <handa@etl.go.jp>
7520
7521 * man.el (Man-getpage-in-background): Decode the process output by
7522 the system locale coding system.
7523
7524 2000-08-20 Dave Love <fx@gnu.org>
7525
7526 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7527 Don't test x-popup-menu.
7528 (function) <complete-function>: Complete only fbound symbols.
7529 <validate, value>: New.
7530 (variable) <complete-function>: Complete only bound symbols.
7531 (coding-system): Add :base-only, :complete-function, :validate,
7532 :value, :prompt-match.
7533 (widget-coding-system-prompt-value): Use read-coding-system and
7534 act on :base-only.
7535 (editable-field): Add :help-echo.
7536 (widget-push-button-gui, widget-push-button-cache)
7537 (widget-gui-action, widget-editable-list-gui): COmment out, along
7538 with uses.
7539 (widget-at): Make arg optional.
7540 (widget-echo-help): Adjust for current help-echo calling sequence.
7541 (widget-specify-field, widget-specify-button)
7542 (widget-specify-insert, widget-get-sibling, widget-image-find)
7543 (widget-convert, widget-insert, widget-leave-text)
7544 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7545 (widget-setup, widget-field-find, widget-before-change)
7546 (widget-after-change, widget-default-complete)
7547 (widget-default-create, widget-default-delete)
7548 (widget-push-button-value-create, editable-field)
7549 (widget-field-prompt-value, widget-field-validate)
7550 (widget-choice-value-create, widget-choice-action)
7551 (widget-choice-validate, widget-checklist-add-item)
7552 (widget-radio-add-item, widget-radio-chosen)
7553 (widget-radio-value-inline, widget-editable-list-value-create)
7554 (widget-editable-list-entry-create)
7555 (widget-documentation-link-add)
7556 (widget-documentation-string-value-create)
7557 (widget-regexp-validate, widget-file-complete)
7558 (widget-sexp-validate, widget-plist-convert-widget)
7559 (widget-plist-convert-widget, widget-alist-convert-widget)
7560 (widget-alist-convert-widget, widget-color-complete): Simplify,
7561 particularly to avoid bindings which aren't optimized out.
7562
7563 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7564 Doc fix.
7565 (down-list, backward-up-list, up-list, kill-sexp)
7566 (backward-kill-sexp, mark-sexp): Make arg optional.
7567 (lisp-complete-symbol): Add optional arg PREDICATE.
7568
7569 * cus-start.el: Add display-buffer-reuse-frames,
7570 file-coding-system-alist.
7571
7572 2000-08-20 Gerd Moellmann <gerd@gnu.org>
7573
7574 * startup.el (command-line): Clear realized faces after
7575 modifying TTY color mappings.
7576
7577 2000-08-20 Miles Bader <miles@gnu.org>
7578
7579 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7580 merely a subset of FACE's attributes.
7581
7582 2000-08-19 Miles Bader <miles@gnu.org>
7583
7584 * comint.el (comint-output-filter): Save the point with a marker,
7585 not just a buffer position.
7586
7587 * international/mule.el (set-buffer-process-coding-system): Make
7588 interactive prompt less confusing.
7589
7590 2000-08-19 Gerd Moellmann <gerd@gnu.org>
7591
7592 * hilit-chg.el: General cleanup of doc strings, comments and
7593 code formatting.
7594
7595 2000-08-19 Miles Bader <miles@gnu.org>
7596
7597 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7598 Compiler macro removed; beginning-of-line is no longer always
7599 equivalent to forward-line, in the presence of fields.
7600
7601 * comint.el (comint-output-filter): Remove ad-hoc saving of
7602 restriction, and just use save-restriction, now that it works
7603 correctly. Don't adjust comint-last-input-start to account for
7604 our insertion; it shouldn't have moved because we don't use
7605 insert-before-markers anymore. Comment out call to
7606 `force-mode-line-update'; why is it here?
7607
7608 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7609 while checking for prompt to delete. Use `forward-line 0'
7610 instead of beginning-of-line.
7611 (gud-filter): Temporarily widen gud comint buffer while
7612 examining output.
7613
7614 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7615
7616 * progmodes/sh-script.el: Big bag of typos.
7617
7618 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7619 check since ispell-process is not bound when ispell is not yet loaded.
7620
7621 2000-08-18 Dave Love <fx@gnu.org>
7622
7623 * image.el (find-image): Copy `spec' before using plist-put.
7624
7625 2000-08-18 Gerd Moellmann <gerd@gnu.org>
7626
7627 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7628 `portugues'.
7629
7630 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7631 backward-kill-sexp, analogous to kill-sexp.
7632
7633 * progmodes/icon.el (icon-indent-line)
7634 (icon-is-continuation-line): Handle comments specially.
7635
7636 2000-08-17 Ken Stevens <k.stevens@ieee.org>
7637
7638 * ispell.el: Set to standard author/maintainer/keyword fields.
7639 Fine tuning to menu map appearance and operation, and added help.
7640 Remove `start' and `end' error messages when compiling.
7641 (ispell-choices-win-default-height): Fixed comment string.
7642 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7643 castellano8 dictionaries.
7644 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7645 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7646 dictionary, added italiano dictionary.
7647 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7648 word character
7649 (ispell-tex-skip-alists): Added psfig support.
7650 (ispell-skip-html): Renamed from ispell-skip-sgml.
7651 (ispell-begin-skip-region-regexp, ispell-skip-region)
7652 (ispell-minor-check): Improved html skipping support to skip across
7653 code, and recognize `&' commands without propper `;' syntax;
7654 (ispell-process-line): Fix alignment error when manually
7655 correcting spelling.
7656 (ispell): Fix comment string.
7657 (ispell-add-per-file-word-list): Always put word list on new line.
7658
7659 2000-08-17 Gerd Moellmann <gerd@gnu.org>
7660
7661 * format.el (format-encode-run-method): Fix error message to say
7662 `encode' instead of `decode'. Use save-window-excursion around
7663 shell-command-on-region as in format-decode-run-method because
7664 shell-command-on-region can display a buffer with error output.
7665 (format-decode): Don't record undo information for the decoding.
7666 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7667 that number part of the temporary buffer name so that more than
7668 one decoding using a temporary buffer can happen safely.
7669
7670 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7671 of `A-z' in the regexp.
7672
7673 * hilit-chg.el: Fix typos in commentary.
7674
7675 * help.el (view-emacs-news): Rewritten for new naming scheme
7676 for old NEWS files.
7677
7678 * startup.el (command-line): Pop to *Messages* in case an error
7679 is signaled while loading user-init-file.
7680
7681 2000-08-17 Andreas Schwab <schwab@suse.de>
7682
7683 * files.el (insert-directory): Don't lose original file name,
7684 undoing an undocumented change.
7685
7686 2000-08-17 Alex Schroeder <alex@gnu.org>
7687
7688 * sql.el (sql-magic-go): Use comint-bol.
7689 (sql-copy-column): Use comint-line-beginning-position.
7690 (comint-line-beginning-position): Define a replacement for
7691 comint-line-beginning-position if it is not fboundp.
7692
7693 2000-08-17 Alex Schroeder <alex@gnu.org>
7694
7695 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7696 it didn't have any effect anyway.
7697
7698 2000-08-17 Alex Schroeder <alex@gnu.org>
7699
7700 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7701 --pset and pager=off instead of sending \\o|cat at the beginning
7702 of the session.
7703
7704 2000-08-17 Miles Bader <miles@gnu.org>
7705
7706 * progmodes/octave-inf.el: Add compatibility definition of
7707 comint-line-beginning-position.
7708
7709 2000-08-17 Kenichi Handa <handa@etl.go.jp>
7710
7711 * startup.el (normal-top-level): Look in each dir in load-path for
7712 a leim-list.el file too. This assures of loading leim-list.el
7713 that is created at Emacs installation time even if a user have his
7714 own leim-list.el.
7715
7716 2000-08-17 Miles Bader <miles@gnu.org>
7717
7718 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7719 foreground color to black if the background is dark.
7720
7721 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7722
7723 * loadhist.el (unload-feature): Typo.
7724
7725 * finder.el (finder-compile-keywords):
7726 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7727 to the generated file.
7728
7729 * mail/mh-e.el (mh-make-local-vars):
7730 Replace make-variable-buffer-local with make-local-variable.
7731
7732 * play/landmark.el:
7733 * options.el (Edit-options-{set,toggle,t,nil}):
7734 * mail/mailabbrev.el (mail-abbrevs-mode):
7735 * textmodes/tex-mode.el (tex-expand-files):
7736 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7737
7738 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7739
7740 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7741 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7742 Allow going past the last element.
7743 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7744 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7745 (cvs-mouse-toggle-mark): Don't move point.
7746 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7747
7748 * progmodes/compile.el (grep): Provide a default set of files.
7749 (next-error): Docstring fix.
7750 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7751
7752 * emacs-lisp/easy-mmode.el (define-minor-mode):
7753 Use `symbol-value' to keep the byte-compiler quiet.
7754
7755 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7756 (diff-find-source-location): New fun, extracted from diff-goto-source.
7757 (diff-goto-source): Use it.
7758 (diff-next-complex-hunk, diff-filter-lines): New function.
7759 (diff-apply-hunk): New command.
7760
7761 * smerge-mode.el (smerge-mode-menu): Doc fix.
7762
7763 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7764
7765 2000-08-16 Dave Love <fx@gnu.org>
7766
7767 * windmove.el (windmove) <defgroup>: Add :version.
7768
7769 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7770 (goto-address-fontify-p, goto-address-highlight-p)
7771 (goto-address-url-face, goto-address-url-mouse-face)
7772 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7773 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7774 (goto-address-fontify, goto-address-at-mouse): Simplify,
7775 (goto-address-at-point): browse-url-url-at-point,
7776 goto-address-find-address-at-point can return nil.
7777 (goto-address-find-address-at-point): Return nil on failure.
7778
7779 * align.el (align) <defgroup>: Add :version.
7780
7781 * calculator.el (calculator): Add :version.
7782 (calculator): Use two lines for calculator window if `modeline'
7783 face is boxed.
7784
7785 * play/5x5.el: Doc fixes.
7786 (5x5) <defgroup>: Add :version.
7787
7788 * play/fortune.el (fortune) <defgroup>: Add :version.
7789 (fortune-append): Fix error message.
7790 (fortune-from-region): Doc fix.
7791
7792 * play/pong.el (pong): Doc fix.
7793
7794 * play/morse.el: Keywords, commentary, autoloads.
7795
7796 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7797
7798 * desktop.el (desktop-save): Don't look at symbol-value of a
7799 member of minor-mode-alist, unless it is boundp.
7800
7801 2000-08-16 Sam Steingold <sds@gnu.org>
7802
7803 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7804 `while'; use `with-current-buffer' instead of `save-excursion'.
7805 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7806
7807 2000-08-16 Kenichi Handa <handa@etl.go.jp>
7808
7809 * international/ccl.el (declare-ccl-program): Docstring modified.
7810 (ccl-execute-with-args): Likewise.
7811
7812 2000-08-16 Miles Bader <miles@gnu.org>
7813
7814 * progmodes/sql.el: Add compatibility definition of
7815 comint-line-beginning-position.
7816
7817 2000-08-15 Gerd Moellmann <gerd@gnu.org>
7818
7819 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7820 'buffer-menu' property.
7821 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7822 fails.
7823 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7824 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7825 wasn't killed.
7826
7827 * buff-menu.el (list-buffers-noselect): Don't display the
7828 *Buffer List* buffer.
7829
7830 * font-lock.el: Require jit-lock to prevent a very late
7831 `Loading jit-lock' message.
7832
7833 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7834 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7835 mail address.
7836
7837 2000-08-15 Miles Bader <miles@gnu.org>
7838
7839 * textmodes/ispell.el (ispell-graphic-p): New constant.
7840 (ispell-choices-win-default-height, ispell-help): Use
7841 `ispell-graphic-p' instead of `xemacsp'.
7842
7843 2000-08-15 Dave Love <fx@gnu.org>
7844
7845 * simple.el: Autoload widget-convert when compiling.
7846 (mail-user-agent): Doc fix.
7847
7848 * help.el (function-called-at-point, variable-at-point): Use
7849 with-syntax-table.
7850 (help-manyarg-func-alist): Add insert-and-inherit.
7851
7852 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7853
7854 * delsel.el (delsel-unload-hook): New function.
7855
7856 * find-file.el: Doc fixes. Move provide to end.
7857 (ff) <defgroup>: Add :link.
7858 (ff-goto-click): Deleted.
7859 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7860 Use mouse-set-point.
7861
7862 * textmodes/tildify.el: Doc fixes.
7863 (tildify) <defgroup>: Add:version.
7864
7865 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7866 (glasses-custom-set): Use set-default, not set.
7867 (minor-mode-alist): Propertize the lighter.
7868 (glasses-mode): Provide optional arg.
7869
7870 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7871 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7872 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7873 option. Provide :type.
7874 (cwarn-configuration): Provide :type.
7875 (cwarn-mode): Doc fix.
7876
7877 * add-log.el (change-log-merge): Doc fix.
7878 (change-log-redate): New command.
7879
7880 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7881 Doze and Dog.
7882 (browse-url): Use dolist, not mapcar.
7883 (browse-url-at-point): Check for null url.
7884 (browse-url-event-buffer, browse-url-event-point): Functions
7885 deleted.
7886 (browse-url-at-mouse, browse-url-netscape): Simplify.
7887
7888 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7889 modes.
7890 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7891 Fix previous change to mapcan.
7892 (msb--init-file-alist, msb--add-separators)
7893 (msb--make-keymap-menu): Simplify.
7894 (msb--choose-file-menu): Use copy-sequence.
7895 (msb-mode-map): Add title to keymap.
7896 (msb-unload-hook): New function.
7897
7898 * bs.el: Fix indentation.
7899 (bs) <defgroup>: Add :links.
7900 (bs-show): Doc fix.
7901 (bs-apply-sort-faces): Don't use window-system.
7902 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7903
7904 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7905
7906 * calendar/timeclock.el (timeclock-file): Run .timelog through
7907 convert-standard-filename.
7908
7909 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7910
7911 * emacs-lisp/authors.el: New file.
7912
7913 * paren.el (show-paren-priority): New user option.
7914 (show-paren-function): Set overlay priorities to
7915 show-paren-priority.
7916
7917 2000-08-14 Miles Bader <miles@gnu.org>
7918
7919 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7920 beginning-of-line with inhibit-field-text-motion bound.
7921
7922 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7923
7924 * calendar/timeclock.el: New file.
7925
7926 2000-08-14 David Ponce <david@dponce.com>
7927
7928 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7929 `widget-button-click'. so that one can use left mouse button to
7930 click on dialog buttons.
7931
7932 2000-08-14 Emmanuel Briot <briot@gnat.com>
7933
7934 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7935 identifiers, since XML is case sensitive
7936
7937 2000-08-12 Miles Bader <miles@gnu.org>
7938
7939 * comint.el (comint-output-filter): Don't bother frobbing
7940 window-start, it doesn't seem to be necessary.
7941
7942 * comint.el (comint-send-string, comint-send-region): Make into
7943 real functions. Snapshot the prompt before sending.
7944
7945 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7946
7947 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7948 technique similar to Info-index, instead of relying on specific
7949 names of relevant Index nodes.
7950 (Info-goto-emacs-command-node): Bind Info-history to nil when
7951 going to the first node found by Info-find-emacs-command-nodes.
7952
7953 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7954
7955 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7956
7957 2000-08-10 Miles Bader <miles@gnu.org>
7958
7959 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7960
7961 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7962
7963 * info.el (Info-file-list-for-emacs): More elements for the
7964 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7965 and woman manuals.
7966
7967 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7968
7969 * comint.el (comint-send-input): Make the newline boundary overlay
7970 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7971 (comint-output-filter): Use `insert' instead of
7972 `insert-before-markers'. Extend comint-last-output-overlay when
7973 necessary since we can't rely on insert-before-markers to do it.
7974 * gud.el (gud-filter): Use `with-current-buffer' instead of
7975 save-excursion when inserting the output, so that point gets
7976 updated correctly; the old method relied on a rather dodgy
7977 side-effect of comint-output-filter to avoid the effect of
7978 save-excursion.
7979
7980 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7981
7982 * files.el (recover-file): Call insert-directory instead of
7983 invoking `ls' directly.
7984
7985 2000-08-10 Miles Bader <miles@gnu.org>
7986
7987 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7988 (comint-last-prompt-overlay): New variables.
7989 (comint-output-filter): Implement prompt highlighting.
7990 (comint-snapshot-last-prompt): New function.
7991 (comint-send-input): Snapshot the last prompt.
7992 Use comint-highlight-input-face.
7993 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7994 Use defface instead of defcustom.
7995 (send-invisible, comint-send-eof): Snapshot the last prompt.
7996 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7997 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7998
7999 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8000
8001 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8002 (regexp-opt-group): Use a list of chars for `letters'.
8003 (regexp-opt-charset): `chars' is now a list of chars.
8004 Use a char-table rather than a vector so it works for multibyte chars.
8005
8006 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8007 Set cvs-minor-current-files to the selected fileinfo.
8008 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8009 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8010
8011 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8012
8013 * files.el (insert-directory): Don't call access-file on
8014 directories on DOS and Windows.
8015
8016 2000-08-09 Kenichi Handa <handa@etl.go.jp>
8017
8018 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8019 longer if necessary.
8020 (ccl-embed-code): Call ccl-embed-data to store CODE in
8021 ccl-program-vector.
8022
8023 2000-08-09 Miles Bader <miles@gnu.org>
8024
8025 * comint.el (comint-output-filter): Properly handle the case where
8026 the text surrounded by comint-last-output-overlay was deleted.
8027
8028 2000-08-08 Gerd Moellmann <gerd@gnu.org>
8029
8030 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8031 non-nil.
8032 (Info-file-list-for-emacs): Remove "info" from the list because
8033 that leads to trying to use the documentation from file `info'
8034 in various situations where it isn't appropriate, for instance
8035 C-h C-k C-h i.
8036
8037 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8038 DIR and/or STRING are nil.
8039
8040 * progmodes/compile.el (compilation-setup): Make variable
8041 compilation-error-screen-columns buffer-local, as some comment
8042 in the code suggests it should be.
8043
8044 * files.el (auto-mode-interpreter-regexp): New variable.
8045 (set-auto-mode): Use it.
8046
8047 * indent.el (indent-for-tab-command): Doc fix.
8048
8049 * mouse-sel.el (mouse-sel-mode): Doc fix.
8050
8051 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8052 labels.
8053
8054 * help.el (print-help-return-message): When
8055 display-buffer-reuse-frames is set, let the help window been quit,
8056 instead of deleting it, which might delete a reused frame.
8057
8058 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8059
8060 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8061 rename a directory to a name that differs only by its letter case.
8062
8063 2000-08-08 Kenichi Handa <handa@etl.go.jp>
8064
8065 * international/quail.el (quail-define-rules): Handle Quail decode
8066 map correctly. Add code for supporting annotations.
8067 (quail-install-decode-map): New function.
8068 (quail-defrule-internal): New optional arguments decode-map and
8069 props.
8070 (quail-advice): New function.
8071
8072 2000-08-07 Sam Steingold <sds@gnu.org>
8073
8074 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8075 `defconst', `define-condition', `with-slots'.
8076 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8077
8078 2000-08-03 Miles Bader <miles@gnu.org>
8079
8080 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8081 New variable.
8082 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8083 comint-use-prompt-regexp-instead-of-fields.
8084 (comint-send-input): Add `input' field property to stuff we send to
8085 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8086 (comint-output-filter): Add `output' field property to process
8087 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8088 (comint-replace-by-expanded-history)
8089 (comint-get-old-input-default, comint-show-output)
8090 (comint-backward-matching-input, comint-forward-matching-input)
8091 (comint-next-prompt, comint-previous-prompt): Use field
8092 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8093 (comint-line-beginning-position): New function.
8094 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8095 (comint-replace-by-expanded-history-before-point): Use
8096 comint-line-beginning-position and line-end-position.
8097 (comint-last-output-overlay): New variable.
8098 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8099
8100 * shell.el (shell-prompt-pattern): Doc change.
8101 (shell-backward-command): Use line-beginning-position.
8102
8103 * gud.el (gud-gdb-complete-command): Use
8104 comint-line-beginning-position.
8105
8106 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8107 comint-bol doesn't actually go to the beginning of the line.
8108
8109 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8110 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8111 (try-expand-line-all-buffers): Likewise.
8112
8113 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8114 explicitly matching comint-prompt-regexp.
8115 (sql-copy-column): Use comint-line-beginning-position instead of
8116 explicitly matching comint-prompt-regexp.
8117
8118 * progmodes/octave-inf.el (inferior-octave-complete): Use
8119 comint-line-beginning-position.
8120
8121 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8122
8123 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8124 looking for a prompt, use `forward-line 0' instead of
8125 `beginning-of-line', to avoid getting caught by an input field.
8126
8127 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8128
8129 * files.el (shell-quote-wildcard-pattern): Make sure to return
8130 PATTERN, in the Unix case.
8131
8132 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8133
8134 * play/zone.el (zone): Discard any pending input before running
8135 the randomly-chosen pgm.
8136
8137 2000-08-07 Kenichi Handa <handa@etl.go.jp>
8138
8139 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8140 checking the existence of any multibyte characters.
8141
8142 2000-08-06 Gerd Moellmann <gerd@gnu.org>
8143
8144 * help.el (describe-mode): Test minor-mode symbol for being
8145 bound before testing its value for being nil.
8146
8147 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8148 `first', `second', and `third'.
8149
8150 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8151 (second): Make it an alias for `cadr'.
8152
8153 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8154
8155 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8156 types of display support faces now.
8157
8158 2000-08-05 Gerd Moellmann <gerd@gnu.org>
8159
8160 * pcvs.el (require): Require `cl' during compilation, only.
8161
8162 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8163 (toplevel): Remove `remq' and `remove' from autoloads.
8164 (cl-fake-autoloads): New variable. If set, arrange for an error
8165 when CL functions etc. are autoloaded.
8166
8167 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8168
8169 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8170
8171 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8172 popped up, but the user clicks outside the menu, return an empty
8173 regexp (that causes unhighlight-regexp to have no effect).
8174
8175 * menu-bar.el (menu-bar-games-menu): Add Zone.
8176
8177 * hi-lock.el (toplevel): Require font-lock.
8178
8179 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8180
8181 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8182 (ebnf-8-bit-chars): New var for bug fix.
8183 (ebnf-string): Bug fix.
8184
8185 2000-08-03 Sam Steingold <sds@gnu.org>
8186
8187 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8188 instead of `buffer-string'.
8189 (require 'cl): Always, not just when compiling.
8190 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8191 necessary.
8192
8193 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8194
8195 * international/mule-cmds.el (select-safe-coding-system): Make
8196 the message text about selecting a safe coding system more clear.
8197
8198 2000-08-02 Gerd Moellmann <gerd@gnu.org>
8199
8200 * hi-lock.el: New file.
8201
8202 * play/zone.el: New file.
8203
8204 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8205 value of tab-width in the original buffer. Choose a line number
8206 format that's a multiple of the original buffer's tab width, so
8207 that lines appear right.
8208
8209 * textmodes/ispell.el (ispell): New function, replacing an alias.
8210 Spell-check active region if in transient-mark-mode and mark
8211 is active; otherwise spell-check buffer.
8212
8213 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8214
8215 * ps-mule.el: Fix a customization problem on
8216 ps-mule-font-info-database-default.
8217
8218 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8219
8220 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8221 display-mouse-p instead of window-system.
8222 (ebrowse-member-mode-map): Ditto.
8223
8224 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8225
8226 * progmodes/ebnf2ps.el: Update ps-print functions call.
8227 Indentation fix. Doc fix.
8228 (ebnf-version): New version number (3.2).
8229 (ebnf-format-color, ebnf-begin-job): Code fix.
8230
8231 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8232
8233 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8234 font lock support on window-system.
8235 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8236
8237 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8238 display-color-p, if fboundp, instead of window-system.
8239
8240 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8241
8242 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8243 instead of window-system.
8244
8245 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8246 window-system.
8247 (widget-choice-mouse-down-action): Use display-popup-menus-p
8248 instead of window-system.
8249
8250 * strokes.el (strokes-file): Run the file name through
8251 convert-standard-filename.
8252 (strokes-mode): Call display-mouse-p instead of looking at
8253 window-system. Change the error message accordingly.
8254
8255 * progmodes/cpp.el (toplevel): Support faces on tty's.
8256
8257 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8258 (lm-plot-square, lm-init-display): Don't use window-system.
8259
8260 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8261 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8262
8263 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8264 instead of looking at window-system.
8265
8266 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8267
8268 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8269 of testing if iswitchb-prepost-hooks is bound, because the
8270 latter will always be true when invoking a recursive minibuffer
8271 from an active Iswitchb buffer.
8272
8273 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8274
8275 * files.el (shell-quote-wildcard-pattern): New function.
8276 (insert-directory): Call it. Only prepend "\" to command on Unix
8277 and GNU/Linux systems.
8278
8279 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8280
8281 * eshell/esh-groups.el: Change custom :link file names
8282 from `eshell.info' to `eshell'.
8283
8284 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8285
8286 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8287 correctly in recursive ange-ftp listings.
8288
8289 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8290
8291 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8292 ps-header-font-size-internal and
8293 ps-header-title-font-size-internal variables are not set,
8294 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8295 face text property is (foreground-color . COLOR) or
8296 `(background-color . COLOR)', ps-print crashes. Doc fix.
8297 (ps-print-version): New version number (5.2.4).
8298 (ps-plot-region): Code fix.
8299 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8300 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8301 Bug fix 2.
8302
8303 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
8304
8305 * glasses.el (glasses-make-readable): Fix uncapitalization of
8306 identifiers like `myXMLDocument'.
8307
8308 2000-07-28 Karl Fogel <kfogel@red-bean.com>
8309
8310 * mail/mail-hist.el (mail-hist-previous-input)
8311 (mail-hist-next-input): Do the obvious code factorization.
8312 (mail-hist-retrieve-and-insert): New func, contains common
8313 code of above two.
8314 If inserting a message body, leave point at top.
8315
8316 2000-07-28 Sam Steingold <sds@gnu.org>
8317
8318 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8319 Use `<=', not `<' to compare times!
8320 (ange-ftp-ls): Remove.
8321
8322 2000-07-27 Gerd Moellmann <gerd@gnu.org>
8323
8324 * play/cookie1.el: Add explanation of how to make cookie.el
8325 compatible with strfile(1) to comment.
8326
8327 * subr.el (remove, remq): New functions.
8328
8329 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8330 escape `*' in regexps.
8331 (midnight-find): Reverse order of arguments in the funcall of
8332 TEST.
8333
8334 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8335 and `.class'.
8336
8337 * play/meese.el: Add Commentary section.
8338
8339 2000-07-27 Alex Schroeder <alex@gnu.org>
8340
8341 * sql.el (sql-ms): Added autoload cookie.
8342 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8343 (sql-oracle): Ditto.
8344 (sql-help): Doc change.
8345
8346 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8347 types and exceptions.
8348
8349 2000-07-27 Alex Schroeder <alex@gnu.org>
8350
8351 * sql.el (sql-placeholder-history): New variable.
8352 (sql-query-placeholders-and-send): New function that will query
8353 the user and replace placeholders with user input.
8354 (sql-oracle): If running on NT, set comint-input-sender to
8355 sql-query-placeholders-and-send.
8356
8357 (sql-stop): If in the SQLi buffer, insert stop notification, else
8358 present it as a message.
8359
8360 2000-07-27 Alex Schroeder <alex@gnu.org>
8361
8362 * sql.el (sql-input-ring-separator): Doc change.
8363 (sql-input-ring-file-name): Doc change.
8364 (sql-interactive-mode): Use `sql-input-ring-separator' and
8365 `sql-input-ring-file-name' to set the comint-mode equivalents
8366 without making them local variables.
8367 (sql-stop): Don't bind `sql-input-ring-separator' and
8368 `sql-input-ring-file-name' dynamically to their comint-mode
8369 equivalents.
8370
8371 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8372
8373 * international/mule.el (register-char-codings): New function.
8374 (make-coding-system): Handle `safe-chars' specification in the arg
8375 PROPERTY.
8376
8377 * international/mule-cmds.el
8378 (find-coding-systems-region-subset-p): This function deleted.
8379 (sort-coding-systems-predicate): New variable.
8380 (sort-coding-systems): New function.
8381 (find-coding-systems-region): Use
8382 find-coding-systems-region-internal.
8383 (find-coding-systems-string): Use find-coding-systems-region.
8384 (find-coding-systems-for-charsets): Check
8385 char-coding-system-table.
8386 (select-safe-coding-system-accept-default-p): New variable.
8387 (select-safe-coding-system): Mostly rewritten. New argument
8388 ACCEPT-DEFAULT-P.
8389 (select-message-coding-system): Call select-safe-coding-system
8390 with ACCEPT-DEFAULT-P arg.
8391 (reset-language-environment): Reset default-sendmail-coding-system
8392 to the default value iso-latin-1.
8393 (set-language-environment): Don't set the obsolete variable
8394 charset-origin-alist.
8395
8396 * international/codepage.el (cp-coding-system-for-codepage-1):
8397 Give `safe-chars' property to make-coding-system.
8398
8399 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8400 calling select-message-coding-system twice.
8401
8402 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8403 instead of `safe-charsets'.
8404 (cyrillic-alternativnyj): Likewise.
8405 (ccl-encode-alternativnyj): Don't check the charset
8406 cyrillic-iso8859-5.
8407
8408 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8409
8410 * composite.el (compose-chars-after): Preserve match data.
8411
8412 2000-07-26 Sam Steingold <sds@gnu.org>
8413
8414 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8415 (ange-ftp-real-file-newer-than-file-p): New function.
8416 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8417 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8418
8419 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8420 * midnight.el (midnight-float-time): Ditto.
8421
8422 2000-07-26 Andreas Schwab <schwab@suse.de>
8423
8424 * files.el (normal-backup-enable-predicate): Correct
8425 interpretation of the return value of compare-strings.
8426
8427 2000-07-26 Gerd Moellmann <gerd@gnu.org>
8428
8429 * isearch.el (isearch-resume): New function.
8430 (isearch-done): Add something to command-history to resume
8431 the search.
8432 (isearch-yank-line, isearch-yank-word): Use
8433 buffer-substring-no-properties instead of buffer-substring.
8434
8435 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8436 of flyspell-mouse-map.
8437
8438 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8439 duplicate definition.
8440 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8441
8442 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8443 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8444
8445 2000-07-25 Sam Steingold <sds@gnu.org>
8446
8447 * net/ange-ftp.el: Get modtime over the net.
8448 (ange-ftp-file-modtime): New function.
8449 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8450 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
8451 Use it.
8452 (ange-ftp-dot-to-slash): New function.
8453 (ange-ftp-fix-name-for-vms): Use it.
8454
8455 * midnight.el (midnight-buffer-display-time): Use
8456 `with-current-buffer'.
8457
8458 2000-07-25 Gerd Moellmann <gerd@gnu.org>
8459
8460 * find-dired.el: Update copyright notice.
8461 (find-dired): Offer to kill a running `find'.
8462
8463 * enriched.el (enriched-face-ans): For a `foreground-color'
8464 property, return '(("x-color" COLOR))' so that COLOR will be
8465 output as a parameter of the x-color annotation. Likewise for the
8466 `background-color' property. In the case of normal face
8467 properties, don't return annotations for unspecified foreground
8468 and background face attributes.
8469
8470 2000-07-25 Kenichi Handa <handa@etl.go.jp>
8471
8472 * language/japan-util.el (japanese-katakana-region): Fix handling
8473 HANKAKU argument.
8474
8475 2000-07-25 Miles Bader <miles@gnu.org>
8476
8477 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8478 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8479 constrain-to-field.
8480
8481 2000-07-24 Andrew Innes <andrewi@gnu.org>
8482
8483 * timer.el (timer-activate-when-idle): Add optional parameter
8484 DONT-WAIT. Update docstring.
8485 (run-with-idle-timer): Specify extra parameter to
8486 timer-activate-when-idle, so that timer will be activated
8487 immediately if Emacs is already idle.
8488
8489 * w32-fns.el (w32-using-nt): Fix docstring.
8490
8491 2000-07-24 Dave Love <fx@gnu.org>
8492
8493 * mouse.el (popup-menu): Set last-command-event.
8494 (mouse-major-mode-menu-prefix): Declare.
8495
8496 2000-07-24 Gerd Moellmann <gerd@gnu.org>
8497
8498 * textmodes/flyspell.el: Update to author's version 1.5d.
8499
8500 * progmodes/hideshow.el: Update copyright notice.
8501
8502 * vcursor.el: Set maintainer to FSF, since author cannot
8503 be reached.
8504
8505 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8506
8507 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8508 the prompt.
8509
8510 * mouse.el (popup-menu): Run the keymap through indirect-function,
8511 in case it was defined with define-prefix-key. If the menu is a
8512 list of keymaps, look up the binding of user's choice in each one
8513 of the keymaps.
8514 (mouse-popup-menubar): If the global and local menu-bar keymaps
8515 don't have a prompt string, create one and insert it into the
8516 keymap. Don't barf if current-local-map returns nil.
8517
8518 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8519
8520 * dired.el (dired-sort-R-check): Added to allow recursive listing
8521 to be undone.
8522 (dired-sort-other): Use it.
8523
8524 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8525
8526 * Release of cc-mode 5.27
8527
8528 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8529
8530 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8531 c-beginning-of-statement-1 that caused a bad case of recursion
8532 which could consume a lot of CPU in large classes in languages
8533 that have in-expression classes (i.e. Java and Pike).
8534
8535 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8536 statements before top level constructs (i.e. case 6 is moved
8537 before case 5 and is now case 4) to catch in-expression
8538 classes in top level expressions correctly.
8539
8540 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8541
8542 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8543 objc-method-intro. Case 4 removed and case 5I added.
8544
8545 * cc-langs.el (c-append-paragraph-start): New variable used by
8546 c-common-init to get paragraph-start correct.
8547 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8548 initialize paragraph-start to make it correct both with and
8549 without the javadoc special case.
8550
8551 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8552 initialize paragraph-start for javadoc markup.
8553
8554 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8555 change by defaulting this to t. It's motivated by the
8556 confusing behavior that otherwise arise from the style system
8557 when editing both java and non-java files at the same time
8558 (see the comments about style setting in c-common-init).
8559
8560 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8561
8562 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8563 similar to the one in c-fill-paragraph to check the fill
8564 prefix from the adaptive fill function for sanity.
8565
8566 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8567
8568 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8569 defun block.
8570
8571 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8572
8573 * cc-mode.texi Documented the change of cpp-macro.
8574
8575 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8576
8577 * cc-align.el (c-lineup-multi-inher): Handle lines with
8578 leading comma nicely. Extended to handle member initializers
8579 too.
8580
8581 * cc-engine.el: (c-beginning-of-inheritance-list,
8582 c-guess-basic-syntax): Fixed recognition of inheritance lists
8583 when the lines begins with a comma.
8584
8585 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8586
8587 * cc-vars.el (c-offsets-alist): Changed default for
8588 member-init-cont to c-lineup-multi-inher since it now handles
8589 member initializers and indents better for leading commas.
8590
8591 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8592
8593 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8594 handling that caused class open lines to be recognized as
8595 statement-conts in some cases.
8596
8597 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8598 guessed by the adaptive fill function unless point is on the
8599 first line of a block comment.
8600
8601 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8602 when the buffer ends with a macro continuation char.
8603
8604 * cc-engine.el (c-guess-basic-syntax): Added support for
8605 function definitions as statements in Pike. The first
8606 statement in a lambda block is now labeled defun-block-intro
8607 instead of statement-block-intro.
8608
8609 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8610 so that the class surrounding point is selected, not the one
8611 innermost in the state.
8612
8613 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8614 recognition of switch labels having hanging multiline
8615 statements.
8616
8617 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8618 some code in c-guess-basic-syntax to a separate function.
8619 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8620 recognition of member inits with multiple line arglists.
8621 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8622 member-init-cont when the commas are in funny places.
8623
8624 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8625
8626 * cc-defs.el (c-auto-newline): Removed this macro since it's
8627 not used anymore.
8628
8629 * cc-engine.el (c-looking-at-bos): New helper function.
8630 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8631 inexpr and toplevel classes apart in Pike.
8632
8633 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8634 of case 9A.
8635
8636 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8637 constant, since "class" can introduce an in-expression class
8638 in Pike nowadays.
8639
8640 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8641
8642 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8643 indentation on cpp-macro lines.
8644
8645 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8646 a syntax modifier like comment-intro, to make it possible to
8647 get syntactic indentation for preprocessor directives. It's
8648 incompatible wrt to lineup functions on cpp-macro, but it has
8649 no observable effect in the 99.9% common case where cpp-macro
8650 is set to -1000.
8651
8652 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8653
8654 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8655 member-init-cont when the preceding arglist is several lines.
8656
8657 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8658
8659 * cc-styles.el (c-style-alist): The basic offset for the BSD
8660 style corrected to 8.
8661
8662 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8663
8664 * cc-styles.el (c-style-alist): Adjusted the indentation of
8665 brace list openers in the gnu style.
8666
8667 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8668
8669 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8670
8671 * cc-cmds.el (c-electric-brace, c-electric-slash,
8672 c-electric-star, c-electric-semi&comma, c-electric-colon,
8673 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8674 when c-syntactic-indentation is nil.
8675
8676 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8677 we were left at comments preceding the first statement when
8678 reaching the beginning of the buffer.
8679
8680 * cc-vars.el (c-syntactic-indentation): New variable to turn
8681 off all syntactic indentation.
8682
8683 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8684
8685 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8686 between the text and the block comment ender when it hangs,
8687 depending on how many there are before the fill.
8688
8689 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8690
8691 * cc-engine.el (c-beginning-of-closest-statement): New helper
8692 function to go back to the closest preceding statement start,
8693 which could be inside a conditional statement.
8694 * cc-engine.el (c-guess-basic-syntax): Use
8695 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8696
8697 * cc-engine.el (c-guess-basic-syntax): Better handling of
8698 arglist-intro, arglist-cont-nonempty and arglist-close when
8699 the arglist is nested inside parens. Cases 7A, 7C and 7F
8700 changed.
8701
8702 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8703 up-to-date with javadoc 1.2.
8704
8705 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8706
8707 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8708 multiline Pike type decls.
8709
8710 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8711
8712 * cc-cmds.el (c-indent-new-comment-line): Always break
8713 multiline comments in multiline mode, regardless of
8714 comment-multi-line.
8715
8716 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8717
8718 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8719 fully::qualified::names in C++ member init lists. Preamble in
8720 case 5D changed.
8721
8722 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8723
8724 * cc-langs.el (c-common-init): Handling of obsolete variables
8725 moved to c-initialize-cc-mode. More compatible style override
8726 when using global style variables.
8727 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8728 variables moved here.
8729
8730 * cc-mode.texi: Documented the special behavior of
8731 c-special-indent-hook as a style variable. Don't talk about
8732 doing (c-make-styles-buffer-local t) in a mode hook, since
8733 that's already too late to work right.
8734
8735 * cc-styles.el (c-make-styles-buffer-local): Flag style
8736 variable localness in c-style-variables-are-local-p to make
8737 the compatibility measure in c-common-init work well.
8738
8739 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8740 longer contain set-from-style.
8741 * cc-styles.el (c-initialize-builtin-style): Don't check for
8742 set-from-style on c-special-indent-hook.
8743 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8744 copy-alist is sufficient now.
8745
8746 * cc-styles.el (c-set-style, c-set-style-1,
8747 c-get-style-variables): Fixes to variable initialization so
8748 that duplicate entries in styles have the same effect
8749 regardless of DONT-OVERRIDE.
8750
8751 * cc-styles.el (c-set-style-2): Fixed bug where the
8752 initialization of inheriting styles failed when the
8753 dont-override flag is set.
8754
8755 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8756 on this.
8757
8758 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8759
8760 * cc-defs.el (c-forward-comment): Removed the workaround
8761 introduced in 5.38 since it had worse side-effects. If a line
8762 contains the string "//\"", it regarded the // as a comment
8763 start since the \ temporarily doesn't have escape syntax.
8764
8765 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8766
8767 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8768 ada-xref.el before ada-prj.el, so that the Project menu is created
8769 when ada-prj tries to add to it.
8770 (ada-activate-keys-for-case): Suppress the characters that are not
8771 part of the Ada syntax. Better compatibility with else-mode
8772 (ada-adjust-case-interactive): When auto-casing is not active,
8773 correctly insert newlines (used to insert only ^M). Prevent the
8774 syntax table from being changed in case of an error
8775 (or '_' becomes part of a word and some commands are confused).
8776 Do nothing if ada-auto-case is nil.
8777 (ada-after-keyword-p): Ignore keywords that are also attributes
8778 (ada-batch-reformat): Update usage comment
8779 (ada-call-from-contextual-menu): New function
8780 (ada-case-read-exceptions): Reinitialize the casing exception list
8781 first to nil first, so that the casing exception file can be
8782 shared.
8783 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8784 files.
8785 (ada-compile-goto-error): Fix regexp used to detect a file:line
8786 anywhere in the error message
8787 (ada-contextual-menu-last-point): New variable
8788 (ada-create-keymap): If the variable delete-key-deletes-forward is
8789 t on XEmacs, it means that DEL should delete one character
8790 forward.
8791 (ada-create-menu): Use :included instead of :visible for XEmacs.
8792 New submenu "Options".
8793 (ada-end-stmt-re): Correctly indent "select ... then abort"
8794 statements.
8795 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8796 even if they don't match ada-fill-comment-prefix Fix handling of
8797 paragraphs on the first or last line of a file.
8798 (ada-format-paramlist): Fix handling of default parameter values.
8799 (ada-get-body-name): New function.
8800 (ada-get-current-indent): Optimized by searchling directly for an
8801 existing generic part or a statement outside of it. Handle
8802 ada-indent-align-comments when indenting comments Replaced some
8803 regexps by testing directly the next character. This results in a
8804 huge speedup on some files. New indentation scheme for renames
8805 statements. Stop looking for the 'while' or 'for' associated with
8806 a 'loop' at the first semicolon encountered. A "return" can also
8807 match an anonymous access subprogram declaration.
8808 (ada-get-indent-noindent): Ignore strings and comments when
8809 looking for the keywords "record" and "private".
8810 (ada-goto-matching-decl-start): When matching "if", make sure we
8811 are not in fact seeing "end if". Ignore "when" statements except
8812 when initial keyword was "begin". Fix handling of nested
8813 procedures. Add a recursive call to this function to skip over
8814 other 'end' statmts. Fix indentation for "when .. => begin"
8815 (ada-in-open-paren-p): Fix indentation for complex boolean
8816 expressions, where 'and then', 'or else' and parenthesis
8817 statements are mixed up.
8818 (ada-in-paramlist-p): Skip comments while searching for the
8819 beginning Fix handling of operator declarations.
8820 (ada-indent-align-comments): New variable
8821 (ada-indent-current): Change the syntax table only in the
8822 protected section, so that we are sure it is restored correctly.
8823 (ada-indent-on-previous-lines): Use ada-use-indent and
8824 ada-with-indent Correctly indent "select ... then"
8825 (ada-indent-region): Slight speedup.
8826 (ada-indent-renames): New variable.
8827 (ada-last-which-function-subprog, ada-last-which-function-line):
8828 New variables
8829 (ada-looking-at-semi-private): Correctly indent the 'private'
8830 keyword when it is the first word in a package declaration.
8831 (ada-loose-case-word): Stop searching if at the end of the buffer.
8832 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8833 even if point is not initially at the end of the word.
8834 (ada-matching-decl-start-re): Add "when".
8835 (ada-mode): Add support for abbrev-mode, outline-mode and
8836 which-func-mode Override the old find-file.el entry in
8837 ff-special-constructs since it is using the obsolete
8838 ada-spec-suffix variable
8839 (ada-no-auto-case): New function
8840 (ada-scan-paramlist): When parsing the argument type, accept
8841 spaces (as in "X 'Class", generated by Rational Rose).
8842 (ada-other-file-name): No longer loads the other file.
8843 (ada-popup-menu): Save and restore the current buffer and cursor
8844 position before and after displaying the menu.
8845 (ada-search-ignore-complex-boolean): New function.
8846 (ada-uncomment-region): Emacs21 already knows how to delete
8847 comments not starting in the first column.
8848 (ada-use-indent): New variable
8849 (ada-which-function): New function.
8850 (ada-with-indent): New variable
8851 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8852 can be batch-compiled from the command line.
8853
8854 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8855 Add to the menu when the file is loaded, not in ada-mode-hook.
8856 Add -toolbar to the default ddd command Switches moved from
8857 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8858 ada-prj-default-comp-opt
8859 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8860 Reference Manual to the menu
8861 (ada-check-current): rewritten as a call to ada-compile-current
8862 (ada-compile): Removed.
8863 (ada-compile-application, ada-compile-current, ada-check-current):
8864 Set the compilation-search-path so that compile.el automatically
8865 finds the sources in src_dir. Automatic scrollong of the
8866 compilation buffer. C-uC-cC-c asks for confirmation before
8867 compiling
8868 (ada-compile-current): New parameter, prj-field
8869 (ada-complete-identifier): Load the .ali file before doing
8870 processing
8871 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8872 conform to gnatmake's behavior.
8873 (ada-find-file-in-dir): New function
8874 (ada-find-references): Set the environment variables for gnatfind
8875 (ada-find-src-file-in-dir): New function.
8876 (ada-first-non-nil): Removed
8877 (ada-gdb-application): Add support for jdb, the java debugger.
8878 (ada-get-ada-file-name): Load the original-file first if not done
8879 yet.
8880 (ada-get-all-references): Handles the new ali syntax (parent types
8881 are found between <>).
8882 (ada-initialize-runtime-library): New function
8883 (ada-mode-hook): Always load a project file when a file is opened,
8884 so that the casing exceptions are correctly read.
8885 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8886 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8887 to open the project file, since the latter does not work with
8888 speedbar Get default values before loading the prj file, or the
8889 default executable file name is wrong. Use the absolute value of
8890 src_dir to initialize ada-search-directories and
8891 compilation-search-path,... Add the standard runtime library to
8892 the search path for find-file.
8893 (ada-prj-default-debugger): Was missing an opening '{'
8894 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8895 variables.
8896 (ada-prj-default-gnatmake-opt): New variable
8897 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8898 buffers, the project file is the default one Save the windows
8899 configuration before displaying the menu.
8900 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8901 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8902 ...) regexp-quote identifiers names to support operators +,
8903 -,... in regexps.
8904 (ada-remote): New function.
8905 (ada-run-application): Erase the output buffer before starting the
8906 run Support remote execution of the application. Use
8907 call-process, or the arguments are incorrectly parsed
8908 (ada-set-default-project-file): Reread the content of the active
8909 project file, not the one from the current buffer When a project
8910 file is set as the default project, all directories are
8911 automatically associated with it.
8912 (ada-set-environment): New function
8913 (ada-treat-cmd-string): New special variable ${current}
8914 (ada-treat-cmd-string): Revised. The substitution is now done for
8915 any ${...} substring
8916 (ada-xref-current): If no body was found, compiles the spec
8917 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8918 compiler to get rid of command line length limitations.
8919 (ada-xref-get-project-field): New function
8920 (ada-xref-project-files): New variable
8921 (ada-xref-runtime-library-specs-path)
8922 (ada-xref-runtime-library-ali-path): New variables
8923 (ada-xref-set-default-prj-values): Default run command now does a
8924 cd to the build directory. New field: main_unit Provide a default
8925 file name even if the current buffer has no prj file.
8926
8927 * ada-prj.el:
8928 Rewritten to show a tabbed-dialog.
8929 (ada-prj-add-ada-menu): Remove the map and name parameters.
8930 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8931 New function
8932 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8933 (ada-prj-load-from-file): New function
8934 (ada-prj-save): Always save fields that depend on the current buffer
8935 (ada-prj-show-value): New function
8936
8937 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8938 Ada mode. This will allow us to display the Ada menu in any buffer
8939 we want (for project items).
8940 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8941 number of spaces in the header.
8942
8943 2000-07-24 Dave Love <fx@gnu.org>
8944
8945 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8946
8947 2000-07-23 Noah Friedman <friedman@splode.com>
8948
8949 * type-break.el (type-break): perform autosave.
8950 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8951 (type-break-do-query): Cancel query schedule while performing
8952 actual query, to avoid possibility of a second query being made
8953 while first one is already in progress.
8954 (type-break-time-stamp-format): New variable.
8955 (type-break-time-stamp): New function.
8956 (type-break-time-warning): Use it.
8957 (type-break-keystroke-warning): Use it.
8958 (type-break-noninteractive-query): Use it.
8959
8960 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8961 cookie.
8962 Use add-minor-mode to set minor-mode-alist, if available.
8963 (eldoc-echo-area-use-multiline-p): New user option.
8964 (eldoc-echo-area-multiline-supported-p): New variable.
8965 (eldoc-docstring-format-sym-doc): Use them.
8966 (eldoc-mode): If not using idle timers, append to local post and
8967 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8968 (eldoc-display-message-no-interference-p): Don't interfere with
8969 edebug.
8970 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8971 (eldoc-function-arglist): New function.
8972 (eldoc-function-argstring): Use it.
8973
8974 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8975 auto save directory exists before calling directory-files.
8976
8977 2000-07-23 Dave Love <fx@gnu.org>
8978
8979 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8980 ^o, ^u.
8981
8982 2000-07-21 Dave Love <fx@gnu.org>
8983
8984 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8985 now passed to the function. It now works properly.
8986
8987 * smerge-mode.el (smerge-mode-menu): Fill it out.
8988
8989 2000-07-20 Gerd Moellmann <gerd@gnu.org>
8990
8991 * info-look.el (info-lookup): If *info* is shown in another frame
8992 on the same display, select that frame, instead of switching to
8993 the Info buffer in another window of the selected frame.
8994
8995 * simple.el (universal-argument-map): Bind numeric keypad keys
8996 kp-0 to kp-9 and kp-subtract.
8997 (digit-argument): Handle these keys.
8998
8999 2000-07-20 Dave Love <fx@gnu.org>
9000
9001 * net/goto-addr.el (goto-address-fontify): Don't bother with
9002 buffer-modified and read-only stuff -- irrelevant with overlays.
9003 Put an extra property on the overlays and use it to clean up in
9004 case goto-address is re-run.
9005
9006 2000-07-19 Richard M. Stallman <rms@gnu.org>
9007
9008 * timer.el (run-with-idle-timer): Doc fix.
9009
9010 * mail/mail-utils.el (mail-strip-quoted-names):
9011 Handle case where <...> appears inside "...".
9012 Use replace-match to edit the string more simply.
9013 (rmail-dont-reply-to): Cope with an unmatched ".
9014
9015 2000-07-19 Dave Love <fx@gnu.org>
9016
9017 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9018 implementation.
9019
9020 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9021 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9022 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9023
9024 2000-07-19 Gerd Moellmann <gerd@gnu.org>
9025
9026 * textmodes/refer.el: Correct maintainer's email address.
9027
9028 * progmodes/hideif.el: Correct author's email address.
9029 Fix typo in comment.
9030
9031 * xml.el: New file.
9032
9033 * mail/mailheader.el: Correct author's mail address.
9034
9035 * gnus/parse-time.el: Correct author's mail address.
9036
9037 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
9038
9039 * comint.el (comint-highlight-input, comint-highlight-face):
9040 New user options.
9041 (comint-input-ring-file-name): Change custom type.
9042 (comint-mode-map): Bind mouse-2.
9043 (comint-insert-clicked-input): New function.
9044 (comint-send-input): Handle input highlighting.
9045
9046 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9047
9048 * mouse.el (popup-menu): New function.
9049 (mouse-major-mode-menu): Use it.
9050
9051 2000-07-18 Dave Love <fx@gnu.org>
9052
9053 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9054 improvements.
9055
9056 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9057
9058 * faces.el (face-font-selection-order)
9059 (face-font-family-alternatives): Add custom type.
9060
9061 2000-07-18 Dave Love <fx@gnu.org>
9062
9063 * cus-edit.el (custom-variable-reset-saved)
9064 (custom-variable-reset-standard): Remove unused bindings.
9065
9066 * rect.el (open-rectangle-line): Remove unused let.
9067
9068 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9069
9070 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9071
9072 * cdl.el: Fix `Maintainer' keyword.
9073
9074 * play/pong.el: Add author's email address.
9075
9076 2000-07-17 Sam Steingold <sds@gnu.org>
9077
9078 * files.el (insert-directory): Call `split-string' instead of
9079 re-implementing it.
9080
9081 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9082
9083 * mail/vms-pmail.el: Change maintainer to FSF.
9084
9085 * net/goto-addr.el: Change maintainer to FSF.
9086
9087 * info.el (Info-title-face-alist): Removed.
9088
9089 2000-07-18 David Ponce <david@dponce.com>
9090
9091 * recentf.el (recentf-open-files): New command that works like
9092 `recentf-open-more-files', but shows the whole list of files (not just
9093 those omitted from the menu). Useful if you don't use a menu-bar!
9094 (recentf-open-more-files) Modified to use `recentf-open-files'.
9095
9096 (recentf-open-files, recentf-open-more-files)
9097 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9098
9099 (recentf-dialog-mode): New mode for dialogs. You can now just type
9100 "q" to cancel the dialogs.
9101
9102 2000-07-18 David Ponce <david@dponce.com>
9103
9104 * recentf.el: This is a major update of recentf.el. It adds new
9105 features to better organize the recentf menu and "More..." buffer.
9106
9107 Using new provided menu filtering functions you can now organize the
9108 recent files list:
9109
9110 - by major modes
9111 - by directories
9112 - by user defined rules
9113
9114 Finally, with the new `recentf-filter-changer' customizable filter you
9115 can define a ring of filters and dynamically (via the menu) cycle on
9116 each menu organization in the ring (a la msb).
9117
9118 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9119
9120 * eshell/eshell.el (eshell): Replace links to eshell.info with
9121 links to eshell, to avoid problems on systems where the manual is
9122 installed as `eshell'.
9123 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9124 * eshell/em-smart.el (eshell-smart): Ditto.
9125 * eshell/em-banner.el (eshell-banner): Ditto.
9126 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9127
9128 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9129 same-file check in the MS-DOS version (it does support inodes).
9130
9131 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9132
9133 * eshell/eshell.el (eshell-directory-name):
9134 Run default directory name through convert-standard-filename.
9135
9136 2000-07-18 Kenichi Handa <handa@etl.go.jp>
9137
9138 * international/mule-cmds.el (select-safe-coding-system):
9139 Fix typo in the comment.
9140
9141 * language/european.el (compound-text):
9142 Force katakana-jisx0201 to be designated to G1.
9143
9144 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9145 Don't translate some national variant characters of latin-jisx0201.
9146 (x-ctext): Force katakana-jisx0201 to be designated to G1.
9147
9148 * international/kkc.el (kkc-after-update-conversion-functions):
9149 New variable.
9150 (kkc-update-conversion): Run functions in it at the tail.
9151
9152 2000-07-16 John Wiegley <johnw@gnu.org>
9153
9154 * lisp/align.el (align-newline-and-indent):
9155 Adding new function. for auto-aligning blocks of code on RET.
9156 (align-region): Fixed badly formatted minibuffer message.
9157
9158 2000-07-17 Kenichi Handa <handa@etl.go.jp>
9159
9160 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9161 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9162 the conversion list at first if appropriate.
9163 (kkc-next): Don't update kkc-next-count here.
9164 (kkc-prev): Don't update kkc-prev-count here.
9165 (kkc-show-conversion-list-update): Fix setting up of conversion
9166 list message.
9167
9168 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9169
9170 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9171
9172 2000-07-16 Dave Love <fx@gnu.org>
9173
9174 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9175 function to be more specific.
9176
9177 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9178 non-string help-echo.
9179 (widget-types-convert-widget): Defsubst it.
9180 (widget-echo-help): Try to cope with a help-echo function of two
9181 possible sorts.
9182
9183 2000-07-15 Jason Rumney <jasonr@gnu.org>
9184
9185 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9186 Declare as obsolete.
9187
9188 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9189
9190 2000-07-14 Gerd Moellmann <gerd@gnu.org>
9191
9192 * hilit-chg.el: Fix typo.
9193
9194 2000-07-14 Dave Love <fx@gnu.org>
9195
9196 * info.el (Info-mode-menu): Fix use of :help, :enable.
9197
9198 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9199
9200 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9201
9202 2000-07-13 Dave Love <fx@gnu.org>
9203
9204 * emacs-lisp/easymenu.el: Doc fixes.
9205 (easy-menu-remove): Defalias to ignore.
9206
9207 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9208 Call throw correctly.
9209
9210 2000-07-13 Gerd Moellmann <gerd@gnu.org>
9211
9212 * faces.el (frame-background-mode): Doc fix.
9213
9214 * simple.el (eval-expression-print-length): Change custom type to
9215 allow entering nil as value.
9216
9217 2000-07-13 Dave Love <fx@gnu.org>
9218
9219 * progmodes/fortran.el (fortran-imenu-generic-expression):
9220 Change definition layout.
9221 (fortran-mode-menu): Reinstate customize entries.
9222
9223 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9224 Use :filter, per old XEmacs code.
9225
9226 2000-07-12 Gerd Moellmann <gerd@gnu.org>
9227
9228 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9229 event when deciding what to send to the terminal.
9230
9231 2000-07-12 Dave Love <fx@gnu.org>
9232
9233 * cus-start.el: Add optional version as 4th element of specs and
9234 use it for several things new in v21. Remove load-path. Fix type
9235 of line-number-display-limit.
9236
9237 2000-07-11 Dave Love <fx@gnu.org>
9238
9239 * progmodes/fortran.el: Don't require easymenu.
9240 Use repeat counts in various regexps.
9241 (fortran-mode-syntax-table): Defvar directly.
9242 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9243 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9244 Use defvar, not defconst.
9245 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
9246 (fortran-mode): Set fortran-comment-line-start-skip,
9247 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9248 (fortran-comment-indent): Use defsubst.
9249 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9250 Use fortran-comment-indent, not fortran-comment-indent-function.
9251 (fortran-comment-region, fortran-electric-line-number): Simplify.
9252 (fortran-auto-fill): New function.
9253 (fortran-do-auto-fill): Deleted.
9254 (fortran-find-comment-start-skip):
9255 Check for non-null comment-start-skip.
9256 (fortran-auto-fill-mode, fortran-fill-statement):
9257 Use fortran-auto-fill.
9258 (fortran-fill): Use fortran-auto-fill. Check for null
9259 comment-start-skip. Simplify final clause and use end-of-line finally.
9260
9261 * widget.el (widget-plist-member): New alias.
9262
9263 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9264
9265 * eshell/esh-module.el (toplevel): Reference
9266 byte-compile-current-file only if it is bound.
9267
9268 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9269
9270 * dired.el: Don't require `dired-aux'.
9271
9272 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9273
9274 * dired-aux.el (dired-show-file-type): New function.
9275 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9276 (dired-show-file-type): Add autoload.
9277
9278 2000-07-10 Kenichi Handa <handa@etl.go.jp>
9279
9280 * international/mule-diag.el (describe-font): Adjusted for the
9281 change of fontset-info.
9282 (print-fontset): Likewise.
9283
9284 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9285
9286 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9287
9288 2000-07-07 Gerd Moellmann <gerd@gnu.org>
9289
9290 * bindings.el: Bind `[delete]' to delete-char.
9291
9292 * dired.el (dired-find-alternate-file): New function.
9293 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9294 (toplevel): Require dired-aux when compiling.
9295 (dired-buffers): Move defvar within file to avoid compiler warning.
9296
9297 * info.el (Info-last-search): Variable removed.
9298 (Info-search-history): New variable.
9299 (Info-search): New Info-search-history.
9300
9301 * battery.el, info-look.el: Change author's mail address.
9302
9303 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9304
9305 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9306 if rmail-ignored-headers is nil.
9307 (rmail-retry-failure): Bind rmail-ignored-headers and
9308 rmail-displayed-headers to nil.
9309
9310 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9311
9312 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9313 (print-region-1): Don't hard code `-h' here.
9314
9315 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9316
9317 2000-07-01 Francesco Potorti` <pot@gnu.org>
9318
9319 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9320 exim can use "your message" instead of "the message".
9321
9322 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9323
9324 * facemenu.el: Docstrings fixes.
9325 (facemenu-get-face): Don't use internal-find-face.
9326 (facemenu-iterate): Rename arg to match the docstring.
9327
9328 * newcomment.el (uncomment-region): Be more careful when skipping
9329 backwards over `=' not to bump into BOBP.
9330
9331 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
9332
9333 * ediff-diff.el (ediff-wordify): Use syntax table.
9334 * ediff-init.el (ediff-has-face-support-p): Use
9335 ediff-color-display-p.
9336 (ediff-color-display-p): Use display-color-p, changed to defun
9337 from defsubst.
9338 Got rid of special cases for NeXT and OS/2.
9339 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
9340 face.
9341
9342 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9343
9344 * emacs-lisp/lucid.el: Require CL.
9345 (copy-tree, remprop): Remove, it's provided by CL.
9346 (map-keymap): Define in terms of cl-map-keymap.
9347 (extent-property, set-extent-end-glyph): New functions.
9348
9349 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9350
9351 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9352
9353 * Makefile.in (DONTCOMPILE): Add comment that the name may
9354 not be changed without changing the make-dist script.
9355
9356 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
9357 (cl-mapc): Use mapc instead of cl-old-mapc.
9358
9359 2000-07-05 Andrew Innes <andrewi@gnu.org>
9360
9361 * makefile.nt: Add support for `bootstrap' and related targets.
9362
9363 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9364
9365 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9366 (easy-menu-do-define): Use `menu-item' format.
9367 Handle case where easy-menu-create-menu returns a symbol.
9368 Manually call the potential top-level filter in the function binding.
9369 (easy-menu-filter-return): New arg NAME.
9370 Convert to a keymap if MENU is an XEmacs menu.
9371 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9372 (easy-menu-converted-items-table, easy-menu-convert-item):
9373 New var and fun to memoize easy-menu-convert-item-1.
9374 (easy-menu-do-add-item): Use it.
9375 (easy-menu-create-menu): Use easy-menu-convert-item.
9376 Wrap easy-menu-filter-return around any :filter specification.
9377 Don't convert the menu if a filter was specified.
9378 Tell easy-menu-make-symbol not to check for MENU being an expression.
9379 (easy-menu-make-symbol): New arg NOEXP.
9380
9381 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9382
9383 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9384 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9385 (eval-defun): If called with prefix arg, instrument code for
9386 Edebug.
9387
9388 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9389 similar to that of eval-defun.
9390
9391 2000-07-04 Dave Love <fx@gnu.org>
9392
9393 * hl-line.el (hl-line-overlay): Make it permanent-local.
9394
9395 * calendar/todo-mode.el: Replaced with a working version, based on
9396 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9397
9398 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
9399
9400 * paths.el (prune-directory-list): New function.
9401 (Info-default-directory-list): Rewritten to more methodically
9402 enumerate a big list of possible info directories (based on the
9403 list used by the standalone info reader).
9404
9405 * info.el (info-initialize): Use prune-directory-list to remove
9406 non-existent directories from Info-directory-list.
9407
9408 * paths.el (Info-default-directory-list): Try a list of possible
9409 info-directories instead of a single one. Add the possible
9410 info directory "/usr/share/info".
9411
9412 * woman.el (woman-man.conf-path): Explicitly include the debian
9413 man-db config file "/etc/manpath.config".
9414 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9415 are present in `manpath.config'.
9416 (woman-manpath): Include "/usr/share/man".
9417
9418 2000-07-03 Gerd Moellmann <gerd@gnu.org>
9419
9420 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9421
9422 * startup.el (command-line): Initialize blink-cursor based
9423 on window-system.
9424
9425 * frame.el (blink-cursor): Default to nil if not running under
9426 a window-system.
9427
9428 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9429 (face-x-resources): Remove duplicate entry for :font.
9430
9431 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9432 instead of cycling through windows with next-window.
9433
9434 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9435 of cycling through windows with next-window.
9436
9437 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9438 of cycling through windows with next-window.
9439
9440 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9441 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9442 instead of cycling through windows with next-window.
9443
9444 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9445 instead of cycling through windows with next-window.
9446
9447 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9448 of cycling through windows with next-window.
9449
9450 * terminal.el (te-process-output): Use walk-windows instead of
9451 cycling through windows with next-window.
9452
9453 * server.el (server-switch-buffer): Use some-window instead of
9454 cycling through windows with next-window.
9455
9456 * window.el (some-window): New function.
9457 (walk-windows): Remove reference to walk-windows-start.
9458
9459 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
9460
9461 2000-07-03 Richard Stallman <rms@gnu.org>
9462
9463 * window.el (walk-windows): Guarantee termination by keeping a list
9464 of all the windows already handled.
9465
9466 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9467
9468 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9469 window-system.
9470
9471 * man.el (Man-notify-when-ready): Don't use window-system. If
9472 Man-notify-method is newframe, and the display is not
9473 multi-frame, select the frame created for the man page.
9474 (Man-init-defvars): Doc fix.
9475
9476 2000-06-28 Gerd Moellmann <gerd@gnu.org>
9477
9478 * faces.el (region): Change background color for light background.
9479
9480 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9481 attribute from mode-line face of Ediff control frame.
9482
9483 * replace.el (query-replace-map): Bind `e' like `E'.
9484
9485 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9486
9487 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9488 Change name to "Select All".
9489
9490 * dos-fns.el (convert-standard-filename): Fix last change.
9491
9492 2000-06-27 Gerd Moellmann <gerd@gnu.org>
9493
9494 * help.el (describe-variable): Don't insert a second `'s' in front
9495 of the string `value is shown below'. Since the syntax-table is
9496 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9497 an existing `'s', so that this won't be deleted.
9498
9499 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9500 * pcmpl-unix.el: New files.
9501
9502 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9503
9504 * wid-edit.el (widget-member): Use the new plist-member.
9505
9506 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9507
9508 * replace.el (perform-replace): Undo change of 2000-04-04.
9509 Instead, move backward 1 character at the end of the loop when
9510 necessary.
9511
9512 * faces.el (fringe): Change face for different backgrounds.
9513
9514 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9515 patch from John.
9516
9517 * eshell/*.el: Change spelling of the Free Software Foundation.
9518
9519 * eshell/esh-toggle.el: Removed.
9520
9521 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9522
9523 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9524 interactively.
9525
9526 2000-06-26 Alex Schroeder <alex@gnu.org>
9527
9528 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9529 `define-key'; instead of checking `(emacs-version)' check for
9530 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9531 for `;' and `o' which might be electric.
9532
9533 (sql-electric-stuff): New user option.
9534 (sql-magic-go): New function which uses `sql-electric-stuff'.
9535 (sql-magic-semicolon): New function which uses
9536 `sql-electric-stuff'.
9537
9538 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9539 is not fboundp.
9540
9541 (sql-oracle-options): New variable.
9542 (sql-oracle): Use it.
9543
9544 (sql-imenu-generic-expression): Doc change.
9545 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9546 is used.
9547
9548 (sql-informix): Added command line parameter "-" to force
9549 sql-informix-program to use stdout.
9550
9551 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9552
9553 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9554 (cp864-decode-table): Doc fix.
9555 (cp720-decode-table): New variable, supports the Arabic OEM
9556 codepage used by Windows.
9557 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9558
9559 2000-06-23 Dave Love <fx@gnu.org>
9560
9561 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9562 (font-lock-fontify-anchored-keywords): Use
9563 line-beginning-position.
9564 (global-font-lock-mode): Use mapc.
9565
9566 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9567
9568 * eshell/esh-module.el: Require CL when compiling.
9569
9570 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9571
9572 * comint.el (comint-substitute-in-file-name): Call replace-match
9573 with second and third arg t.
9574
9575 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9576 Specify foreground color.
9577
9578 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9579 color.
9580
9581 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9582
9583 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9584 cddr instead of cdddr.
9585
9586 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9587 instead of copy-list.
9588
9589 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9590 of copy-list.
9591
9592 * subdirs.el: Add eshell subdirectory.
9593
9594 * eshell: New subdirectory containing the Eshell package.
9595
9596 * pcomplete.el: New file.
9597
9598 2000-06-23 Paul Eggert <eggert@twinsun.com>
9599
9600 * mail/mailpost.el (post-mail-send-it): Make sure file has
9601 proper permissions from birth.
9602
9603 * files.el (basic-save-buffer-2): When temporarily setting
9604 file modes, set them to current modes plus 0200, not to 0777.
9605
9606 * emerge.el (emerge-make-temp-file): Make sure file has proper
9607 permissions from birth.
9608
9609 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9610
9611 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9612 backup file name through convert-standard-filename.
9613
9614 * dos-fns.el (convert-standard-filename): Convert leading
9615 directories as well. When long file names are supported, convert
9616 characters that are invalid in Windows file names.
9617
9618 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9619
9620 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9621 ps-print crashes. New feature: page selection for printing. Create
9622 raw-text-unix coding system for XEmacs. Doc fix.
9623 (ps-print-version): New version number (5.2.3).
9624 (ps-plot-region): Bug fix.
9625 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9626 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9627 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9628 funs.
9629 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9630 (ps-last-page): New vars.
9631
9632 2000-06-21 Gerd Moellmann <gerd@gnu.org>
9633
9634 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9635 empty option string.
9636
9637 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9638
9639 * man.el (man): Doc fix.
9640
9641 2000-06-21 Kenichi Handa <handa@etl.go.jp>
9642
9643 * international/mule-cmds.el (set-language-info-alist): Docstring
9644 fixed.
9645
9646 2000-06-20 Gerd Moellmann <gerd@gnu.org>
9647
9648 * version.el (emacs-version): Use ISO date format.
9649
9650 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9651 instead of `M-backspace'.
9652
9653 * simple.el (turn-off-auto-fill): New function.
9654
9655 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9656
9657 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9658 Renamed from with-buffer-prepared-for-font-lock and use
9659 inhibit-modification-hooks rather than setting *-change-functions.
9660 Update all functions to use the new name.
9661 (jit-lock-first-unfontify-pos): New semantics (and doc).
9662 (jit-lock-mode): Make non-interactive.
9663 Don't automatically turn on font-lock.
9664 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9665 Always use jit-lock-after-change.
9666 Remove and restore font-lock-after-change-function.
9667 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9668 (jit-lock-after-unfontify-buffer): Remove.
9669 (jit-lock-stealth-fontify):
9670 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9671 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9672
9673 2000-06-20 Sam Steingold <sds@gnu.org>
9674
9675 * emacs-lisp/cl-indent.el (toplevel): Indent
9676 `print-unreadable-object' properly. Untabify.
9677
9678 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9679
9680 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9681 Support for bibentry.
9682 (reftex-compile-variables): Fixed problem with end of section-re.
9683
9684 * texmodes/reftex-dcr.el (reftex-view-crossref,
9685 reftex-view-crossref-from-bibtex):
9686 Deal with changed `reftex-find-citation-regexp-format'.
9687 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9688 Replaced `remprop' with `put'.
9689 (reftex-view-crossref, reftex-view-crossref-when-idle):
9690 Support for bibentry.
9691
9692 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9693 New entry for bibentry package.
9694
9695 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9696 Regexp also matches "\nobibliography".
9697
9698 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9699 Call `reftex-ensure-write-access' before doing anything.
9700 (reftex-ensure-write-access): New function.
9701
9702 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9703
9704 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9705
9706 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9707
9708 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9709
9710 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9711
9712
9713 2000-06-20 Dave Love <fx@gnu.org>
9714
9715 * faces.el (frame-background-mode): Use set-default, not set, in
9716 setter.
9717 (frame-update-faces, frame-update-face-colors): Define with
9718 defalias.
9719
9720 * enriched.el (enriched-decode-foreground)
9721 (enriched-decode-background): Don't use internal-find-face.
9722
9723 * apropos.el: Doc fixes.
9724
9725 * cus-edit.el (customize-changed-options): Check arg.
9726 (customize-version-lessp): Don't require decimal point.
9727
9728 * custom.el (defcustom, defgroup): Doc fix.
9729
9730 * newcomment.el (comment) <defgroup>: Add :version.
9731 (comment-multi-line): Doc fix.
9732
9733 * emulation/mlsupport.el (define-hooked-local-abbrev,
9734 define-hooked-global-abbrev): Fix, using define-abbrev.
9735
9736 2000-06-19 Gerd Moellmann <gerd@gnu.org>
9737
9738 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9739 the whole buffer.
9740
9741 2000-06-19 Dave Love <fx@gnu.org>
9742
9743 * menu-bar.el (menu-bar-options-save): New function.
9744 (menu-bar-options-menu): Use it.
9745 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9746 Simplify.
9747
9748 2000-06-19 Andreas Schwab <schwab@suse.de>
9749
9750 * progmodes/etags.el (tags-query-replace): Put new parameters
9751 START and END at the end, for backward compatibility.
9752
9753 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9754
9755 * international/codepage.el:
9756 (cp-coding-system-for-codepage-1): Delete special codes for
9757 generating xxx-dos coding system because now a CCL based coding
9758 system can handle EOL conversion by default.
9759
9760 * international/mule.el (make-coding-system): Generate subsidiary
9761 coding systems for EOL handling variants even for a CCL based
9762 coding system.
9763
9764 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9765
9766 * international/isearch-x.el (isearch-minibuffer-input-method)
9767 (isearch-minibuffer-input-method-function): These variables
9768 deleted.
9769 (isearch-with-input-method): Don't use the above variables.
9770 (isearch-process-search-multibyte-characters): Likewise. Call
9771 read-string with the arg INHERIT-INPUT-METHOD t.
9772
9773 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9774
9775 * font-lock.el (font-lock-after-fontify-buffer)
9776 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9777
9778 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9779 Use consistent make-local-variable style for font-lock-fontified.
9780 (jit-lock-fontify-buffer):
9781 Don't bother checking for font-lock-mode and jit-lock-mode.
9782
9783 * time.el: Remove trailing ^M that prevent CVS-merging.
9784
9785 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9786
9787 * Makefile.in (distclean): New target.
9788
9789 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9790
9791 * Makefile.in (srcdir): Define for update-subdirs.
9792
9793 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9794
9795 * find-lisp.el: New file.
9796
9797 2000-06-16 Andrew Innes <andrewi@gnu.org>
9798
9799 * time.el (display-time-mail-function): New variable, to allow
9800 external packages to indicate when new mail is available.
9801 (display-time-update): Use it.
9802
9803 2000-06-16 Kenichi Handa <handa@etl.go.jp>
9804
9805 * international/mule.el (mule-version): Change version name to
9806 SAKAKI. AOI has already been used by Meadow.
9807
9808 * international/quail.el (quail-show-guidance-buf): To find the
9809 bottom window (but minibuffer), pay attention to the height of
9810 minibuffer.
9811
9812 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9813
9814 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9815 menu-bar menus. Add help strings. Don't remove the Edit menu
9816 from the menu bar, as the menu bar has enough space now.
9817
9818 * Makefile.in (SHELL): Make sure /bin/sh is used.
9819
9820 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9821 characters, which use series of two ^H characters instead of one.
9822
9823 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9824
9825 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9826 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9827 functions.
9828 (Info-find-node-2): Try a case-sensitive search first, then
9829 do a case-insensitive search.
9830
9831 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9832 tutorials.
9833
9834 * complete.el (PC-env-vars-alist): New variable.
9835 (PC-complete-as-file-name): New function.
9836 (partial-completion-mode): Initialize PC-env-vars-alist from
9837 process-environment.
9838 (PC-do-completion): Handle completion of env vars.
9839
9840 * info.el (Info-set-mode-line): Show file name in mode line,
9841 use `*Info*' instead of `Info:'.
9842
9843 * startup.el (command-line-1): Change copyright messages to year
9844 2000.
9845
9846 2000-06-15 Dave Love <fx@gnu.org>
9847
9848 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9849 not local-map.
9850
9851 2000-06-15 Kenichi Handa <handa@etl.go.jp>
9852
9853 * international/mule.el (set-buffer-file-coding-system): Almost
9854 rewritten to handle `undecided' as no-op.
9855
9856 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9857
9858 * Makefile.in: New file.
9859
9860 * Makefile: Removed.
9861
9862 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9863 (goto-address-highlight-keymap): Bind C-c RET.
9864
9865 2000-06-14 Kenichi Handa <handa@etl.go.jp>
9866
9867 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9868 inherits buffer-file-coding-system of the current buffer.
9869
9870 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9871 0. Give correct argument to set-auto-coding-function.
9872 (tar-expunge): For goto-char, use (point-min), not 0.
9873 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9874 (tar-subfile-save-buffer): Likewize.
9875
9876 * international/mule.el
9877 (after-insert-file-set-buffer-file-coding-system): Call
9878 set-buffer-file-coding-system with the arg FORCE t.
9879
9880 2000-06-13 Gerd Moellmann <gerd@gnu.org>
9881
9882 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9883 nil. Contemporary sendmails issue an X-Authentication-Warning if
9884 the sender is set with `-f'.
9885
9886 2000-06-13 Dave Love <fx@gnu.org>
9887
9888 * help.el (describe-function-1): Kluge around cases of functions
9889 fset to subrs whose doc doesn't match their symbol-name.
9890
9891 * image.el (insert-image): Default STRING to a space.
9892
9893 * info.el Doc fixes.
9894 (Info-build-node-completions): Match Ref tags.
9895
9896 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9897
9898 * frame.el (display-multi-frame-p, display-multi-font-p): New
9899 defaliases for display-graphic-p.
9900
9901 * hl-line.el: Fixed a typo in commentary.
9902
9903 2000-06-13 Kenichi Handa <handa@etl.go.jp>
9904
9905 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9906 fixed.
9907
9908 2000-06-12 Dave Love <fx@gnu.org>
9909
9910 * image.el (insert-image): Save a little consing.
9911
9912 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9913
9914 * language/tibet-util.el: Convert all tibetan-1-column characters
9915 to the corresponding tibetan characters.
9916 (tibetan-add-components): Delete code for the special treatment of
9917 'a chung.
9918
9919 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9920 change.
9921 (tibetan-vowel-transcription-alist): More rules added.
9922 (tibetan-composite-vowel-alist): New variable.
9923 (tibetan-precomposition-rule-alist): More rules added.
9924
9925 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9926
9927 * startup.el (command-line): Only call menu-bar-mode if interactive.
9928
9929 * thingatpt.el (toplevel symbol-properties):
9930 * textmodes/makeinfo.el (makeinfo-compile):
9931 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9932 * progmodes/hideif.el (hif-compress-define-list)
9933 (hide-ifdef-use-define-alist):
9934 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9935 (ange-ftp-vms-add-file-entry):
9936 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9937 * man.el (Man-build-man-command):
9938 * mail/rnewspost.el (news-reply-header-hook):
9939 * info.el (Info-insert-dir):
9940 * emulation/mlconvert.el (backward-word, forward-word, setq):
9941 * emacs-lisp/gulp.el (gulp-send-requests):
9942 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9943 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9944 (byte-optimize-apply, end of file):
9945 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9946 (ad-make-freeze-definition):
9947 * startup.el (command-line, command-line-1): Don't quote lambdas.
9948
9949 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9950 (cvs-cleanup-removed): New function.
9951 (cvs-cleanup-functions): New var.
9952 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9953 some flexibility in specifying additional entries to auto-cleanup.
9954 (cvs-quickdir): New function.
9955 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9956 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9957 (cvs-mode-find-file): Check that we are on a filename or dirname
9958 when invoked through a mouse-click.
9959 (cvs-full-path): Remove.
9960 (cvs-dired-action): Re-introduced.
9961 (cvs-dired-noselect): Use it.
9962 (vc-post-command-functions): use this new hook if available.
9963
9964 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9965 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9966 (cvs-filename-map, cvs-dirname-map): Remove.
9967 (cvs-default-action): Remove.
9968 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9969 if the arg is really a keymap.
9970 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9971 Don't hardcode the mapping from state (aka type) to face, but check
9972 the var cvs-fi-<type>-face instead.
9973 (cvs-fileinfo-from-entries): New function.
9974
9975 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9976 Docstring fix.
9977 (cvs-find-file-and-jump): Change default to be safer.
9978 (cvs-mode-diff-map): Define it as a function as well.
9979 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9980 Bind mouse-2 in this global map rather than with text-properties.
9981
9982 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9983 file to resolve the ambiguity between C(conflict) and C(need-merge).
9984
9985 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9986
9987 * international/mule.el (set-buffer-file-coding-system): If
9988 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9989 unconditionally.
9990
9991 2000-06-12 Dave Love <fx@gnu.org>
9992
9993 * wid-edit.el (widget-specify-button): Really suppress the face if
9994 required.
9995
9996 2000-06-11 Gerd Moellmann <gerd@gnu.org>
9997
9998 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9999
10000 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10001
10002 * imenu.el (imenu-generic-expression): Docstring fix.
10003
10004 * composite.el (composition-function-table): Move the `put'
10005 below the autoload cookie so we can load the file before loaddefs.
10006
10007 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10008
10009 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10010 Handle easy-mmode-define-global-mode.
10011 For complex macros like define-minor-mode that can generate
10012 several autoload entries, try to autoload entries in the
10013 macroexpanded code.
10014
10015 * emacs-lisp/easy-mmode.el (define-minor-mode):
10016 If KEYMAP is a symbol, just use it.
10017 Use byte-compile-current-file and load-file-name to infer the
10018 proper :require to pass to defcustom.
10019 Wrap the hook var into `progn' so as not to autoload it.
10020 Add a :autoload-end cookie.
10021 Be more careful about the evaluation of KEYMAP.
10022 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10023 (define-derived-mode): Move define-abbrev-table outside of defvar.
10024
10025 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10026
10027 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10028 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10029 (backup-compiled-files): Ignore errors during `tar'.
10030 (bootstrap): Make autoloads before elc files.
10031
10032 2000-06-10 Kenichi Handa <handa@etl.go.jp>
10033
10034 * international/mule.el (set-buffer-file-coding-system): If one of
10035 undecided-XXX is specified, change only EOL conversion.
10036
10037 * international/mule-conf.el (unix): New alias for the coding
10038 system undecided-unix.
10039
10040 2000-06-09 Dave Love <fx@gnu.org>
10041
10042 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10043
10044 * progmodes/executable.el: Byte compile dynamic.
10045 (executable-insert): Change custom type.
10046 (executable-find): Add autoload cookie.
10047 (executable-make-buffer-file-executable-if-script-p): New
10048 function. After Noah Friedman.
10049
10050 * files.el (after-save-hook): Customize, with
10051 executable-make-buffer-file-executable-if-script-p as an option.
10052
10053 2000-06-09 Kenichi Handa <handa@etl.go.jp>
10054
10055 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10056 "tib24p-mule.bdf" for Tibetan.
10057
10058 * composite.el (decompose-composite-char): Declare it as obsolete.
10059
10060 * man.el (Man-fontify-manpage): Pay attention to underline and
10061 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10062
10063 2000-06-08 Gerd Moellmann <gerd@gnu.org>
10064
10065 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10066 Set maintainer to FSF since author isn't reachable.
10067
10068 2000-06-08 Dave Love <fx@gnu.org>
10069
10070 * international/mule-cmds.el (select-safe-coding-system): If
10071 DEFAULT-CODING-SYSTEM is not specified, also check the most
10072 preferred coding-system if buffer-file-coding-system is
10073 `undecided'. From Handa.
10074
10075 2000-06-08 Kenichi Handa <handa@etl.go.jp>
10076
10077 * international/mule.el
10078 (after-insert-file-set-buffer-file-coding-system): If the buffer
10079 size is greater than INSERTED, judget that we are not visiting.
10080
10081 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10082
10083 * whitespace.el (defgroup whitespace): Comment out `:version'.
10084 XEmacs 20.4 has problems defining the group with this present.
10085 We'll have this commented out till get resolve the problem.
10086
10087 2000-06-07 John Wiegley <johnw@gnu.org>
10088
10089 * align.el (align-dq-string-modes, align-sq-string-modes)
10090 (align-open-comment-modes): Add pyhton-mode.
10091 (align-rules-list): Use get-text-property instead of
10092 text-properties-at.
10093 (align-rules-list): Add python-assignment.
10094 (align-rules-list): Change perl-comma-delimiter to
10095 basic-comma-delimiter. Use if for Perl modes and python-mode.
10096 (align-rules-list): Add python-chain-logic and
10097 basic-line-continuation.
10098
10099 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10100
10101 * apropos.el (apropos-mode-hook): New user variable.
10102 (apropos-mode): Run apropos-mode-hook.
10103
10104 2000-06-07 David Ponce <david@dponce.com>
10105
10106 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10107 commands. Require `wid-edit' at run-time.
10108
10109 2000-06-07 David Ponce <david@dponce.com>
10110
10111 * recentf.el: Added some "Commentary".
10112 (recentf-open-more-files, recentf-edit-list): Minor changes to
10113 move the point at the top of the file list. This behaviour is
10114 consistent with the menu one when the list contains a lot of
10115 files.
10116 (recentf-cleanup): Now displays the number of items removed from
10117 the list.
10118 (recentf-relative-filter) New menu filter to show filenames
10119 relative to `default-directory'.
10120
10121 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10122
10123 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10124 with/without giving an error if PostScript printer doesn't have this
10125 kind of page size. Zebra Stripe continues or restarts on next page.
10126 Manual/automatic paper feeding. Switch or not the header.
10127 (ps-print-version): New version number (5.2.2).
10128 (ps-windows-system): Include emx as a Windows system.
10129 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10130 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10131 (ps-background-text): Code fix.
10132 (ps-error-handler-message, ps-user-defined-prologue)
10133 (ps-print-prologue-header, ps-printer-name)
10134 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10135 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10136 (ps-use-face-background): Customization fix.
10137 (ps-n-up-database): Data fix.
10138 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10139 (ps-switch-header): New vars.
10140 (ps-xemacs-color-name, ps-face-foreground-name)
10141 (ps-face-background-name, ps-boolean-constant): New funs.
10142
10143 2000-06-07 Dave Love <fx@gnu.org>
10144
10145 * allout.el: New version from Manheimer.
10146
10147 2000-06-07 Kenichi Handa <handa@etl.go.jp>
10148
10149 * textmodes/fill.el (fill-find-break-point): Check the validity of
10150 charset.
10151
10152 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10153
10154 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10155 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10156 Call display-color-p and display-mouse-p instead of looking at
10157 window-system.
10158
10159 2000-06-06 Dave Love <fx@gnu.org>
10160
10161 * image.el (find-image): Doc fix. Return nil if image not found.
10162 (put-image, insert-image): Make STRING arg optional.
10163
10164 2000-06-06 Kenichi Handa <handa@etl.go.jp>
10165
10166 * language/vietnamese.el: Remove eval-when-compile.
10167 (viet-viscii-nonascii-translation-table): Define it as a
10168 translation table made from viet-viscii-decode-table.
10169 (viet-viscii-encode-table): Define it as a translation table made
10170 from the reverse map of above.
10171 (viet-vscii-nonascii-translation-table): Define it as a
10172 translation table made from viet-vscii-decode-table.
10173 (viet-vscii-encode-table): Define it as a translation table made
10174 from the reverse map of above.
10175 (ccl-decode-viscii): Use translate-character.
10176 (ccl-encode-viscii, ccl-encode-viscii-font)
10177 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10178 Likewize.
10179
10180 * language/cyrillic.el: Remove eval-when-compile.
10181 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10182 translation table made from cyrillic-koi8-r-decode-table.
10183 (cyrillic-koi8-r-encode-table): Define it as a translation table
10184 made from the reverse map of above.
10185 (ccl-decode-koi8): Use translate-character.
10186 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10187 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10188 a translation table made from cyrillic-alternativnyj-decode-table.
10189 (cyrillic-alternativnyj-encode-table): Define it as a translation
10190 table made from the reverse map of above.
10191 (ccl-decode-alternativnyj): Use translate-character.
10192 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10193 Likewize
10194
10195 * international/mule-diag.el (non-iso-charset-alist): Specify
10196 translation table symbol instead of translation table itself.
10197 (list-block-of-chars): CHARSET may be a translation table symbol.
10198
10199 * international/mule.el (make-coding-system): If CODING-SYSTEM
10200 already exists, override it.
10201
10202 * international/fontset.el: Use family `proportional' for Tibetan
10203 fonts.
10204
10205 * international/ccl.el (ccl-compile-translate-character): Don't
10206 check if Rrr has property translation-table.
10207 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10208
10209 2000-06-05 Gerd Moellmann <gerd@gnu.org>
10210
10211 * info.el: Bind case-fold-search to t when searching in case
10212 a user sets it to nil in a hook.
10213
10214 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10215
10216 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10217 * hl-line.el (hl-line-mode): Use the new :global key argument.
10218
10219 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10220 (tar-clip-time-string): Prepend a space.
10221 (tar-grind-file-mode): Construct a string rather than modifying one.
10222 (tar-header-block-summarize): Fix docstring.
10223 Use `format' rather than an error-prone set of copy-loops.
10224
10225 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10226 (diff-goto-source, diff-unified->context, diff-context->unified)
10227 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10228 understand the format output by the `-p' argument to diff.
10229
10230 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10231 (sh-re-done): Use defconst.
10232 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10233 (sh-help-string-for-variable, sh-guess-basic-offset):
10234 Don't quote lambdas.
10235 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10236 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10237
10238 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10239 (mh-letter-mode): Derive from text-mode.
10240 This implicitly means that it now calls kill-all-local-variables.
10241 Also remove the Emacs-18 compatibility code.
10242
10243 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10244 Make use of symbol-property doc-string-elt.
10245 Use memq rather than a sequence of eq.
10246 (doc-string-elt): Fix the wrong or missing previously unused values.
10247 (autoload-print-form): New function extracted from
10248 generate-file-autoloads to allow recursion when handling progn
10249 so that defvar's and defun's docstrings are properly printed.
10250 (generate-file-autoloads): Use it.
10251
10252 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10253 Use find-file-hooks in the minor-mode function.
10254 Be careful not to loop indefinitely in the post-command-hook function.
10255
10256 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
10257
10258 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10259 tty's.
10260 * ediff-diff.el (ediff-exec-process): Use --binary for fine
10261 differences whenever appropriate.
10262 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10263 * viper.el (find-file, find-file-other-window): Get viper to do
10264 wildcards.
10265
10266 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10267
10268 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10269 (jit-lock-fontify-buffer): New function for JIT refontification.
10270 (jit-lock-mode): Fix docstring.
10271 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10272 Remove jit-lock-after-change from the _local_ hook.
10273 (jit-lock-function-1): Fix docstring.
10274
10275 * info.el (Info-on-current-buffer): Initialize info.
10276
10277 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10278
10279 * progmodes/tcl.el (tcl-indent-for-comment):
10280 Ignore comment-indent-hook.
10281
10282 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10283 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10284 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10285 and improve to use the lighter to guess the capitalization.
10286 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10287 Add keyword arguments to specify global-ness or the custom group.
10288 Add local-map and help-echo properties to the lighter.
10289 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10290 (easy-mmode-define-global-mode): New macro.
10291
10292 2000-06-02 Dave Love <fx@gnu.org>
10293
10294 * wid-edit.el: byte-compile-dynamic since we typically don't use
10295 all the widgets. Don't require cl or widget. Remove
10296 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10297 (widget-read-event): Removed. Callers changed to use read-event.
10298 (widget-button-release-event-p): Renamed from
10299 button-release-event-p.
10300 (widget-field-add-space, widget-field-use-before-change):
10301 Uncustomize.
10302 (widget-specify-field): Use keymap property, not local-map.
10303 (widget-specify-button): Obey :suppress-face.
10304 (widget-specify-insert): Use modern backquote syntax.
10305 (widget-image-directory): Renamed from widget-glyph-directory.
10306 (widget-image-enable): Renamed from widget-glyph-enable.
10307 (widget-image-find): Replaces widget-glyph-find.
10308 (widget-button-pressed-face): Move defvar.
10309 (widget-image-insert): Replaces widget-glyph-insert.
10310 (widget-convert): Use keywordp.
10311 (widget-leave-text, widget-children-value-delete): Use mapc.
10312 (widget-keymap): Remove XEmacs stuff.
10313 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10314 (widget-button-click): Don't set point at the click, but re-centre
10315 if we scroll out of window. Rewritten for images v. glyphs &c.
10316 (widget-tabable-at): Use POS arg, not point.
10317 (widget-beginning-of-line, widget-end-of-line)
10318 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10319 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10320 (widget-default-create): Use widget-image-insert; some rewriting.
10321 (widget-visibility-value-create)
10322 (widget-push-button-value-create, widget-toggle-value-create): Use
10323 widget-image-insert.
10324 (checkbox): Create on and off images dynamically.
10325 (documentation-link): Change :help-echo.
10326 (widget-documentation-link-echo-help): Remove.
10327
10328 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10329
10330 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10331
10332 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10333 (easy-mmode-define-toggle, define-minor-mode): Use it.
10334 (easy-mmode-define-keymap): Docstring fix.
10335 (define-derived-mode): Default PARENT to fundamental-mode.
10336 Add the derived-mode-parent symbol-property.
10337 (easy-mmode-derived-mode-p): New function.
10338
10339 2000-06-02 Dave Love <fx@gnu.org>
10340
10341 * files.el (convert-standard-filename): Doc fix.
10342 (normal-backup-enable-predicate): New function.
10343 (backup-enable-predicate): Use it to replace the lambda form.
10344
10345 * calendar/todo-mode.el: [This needs more work on the outline
10346 stuff.] Doc fixes.
10347 (todo) <defgroup>: Add :version.
10348 (todo-add-category): Don't use pushnew.
10349 (todo-cmd-raise): Fix typo.
10350 (todo-top-priorities): Change temp buffer name.
10351 (todo-category-alist): Avoid redundant lambda.
10352 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10353 Use outline-next-heading.
10354
10355 * autoarg.el: Rewritten to use define-minor-mode.
10356 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10357 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10358
10359 2000-06-02 Kenichi Handa <handa@etl.go.jp>
10360
10361 * isearch.el (isearch-other-meta-char): Fix previous change.
10362
10363 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10364
10365 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10366 (log-edit-done): Only add the comment to the ring if it's different
10367 from the last comment entered.
10368
10369 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10370
10371 2000-06-01 Dave Love <fx@gnu.org>
10372
10373 * hl-line.el: Rewritten using define-minor-mode.
10374
10375 * help.el (describe-function-1): Distinguish special form from
10376 builtin function. Sanity-check presence of arglist for builtins.
10377
10378 2000-06-01 Kenichi Handa <handa@etl.go.jp>
10379
10380 * international/characters.el: Fix syntax/category setting of
10381 Tibetan characters.
10382
10383 * language/tibet-util.el (tibetan-add-components): Fixes for new
10384 encoding of Tibetan characters.
10385 (tibetan-decompose-precomposition-alist): New variable.
10386 (tibetan-decompose-region): Convert precomposed characters to
10387 non-precomposed characters.
10388 (tibetan-decompose-string): Likewise.
10389 (tibetan-composition-function): Fix args to
10390 thibetan-compose-string.
10391
10392 * language/tibetan.el (tibetan-composable-pattern): More
10393 characters included.
10394 (tibetan-consonant-transcription-alist): Rule for "R" added.
10395 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10396 "+R" added.
10397 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10398
10399 * language/lao-util.el (lao-composition-function): Fix args to
10400 compose-string.
10401
10402 * language/thai-util.el (thai-composition-function): Fix args to
10403 compose-string.
10404
10405 * isearch.el (isearch-update): Set disable-point-adjustment to t
10406 to prevent the point moving to the end of a composition when a
10407 part of a composition is searched.
10408 (isearch-other-meta-char): If the key invoking this command can be
10409 mapped by function-key-map to a printing char, call
10410 isearch-process-search-char directly.
10411
10412 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10413
10414 * emacs-lisp/bytecomp.el:
10415 * frame.el:
10416 * international/mule-cmds.el:
10417 * international/mule-util.el:
10418 * international/mule.el:
10419 * mouse.el:
10420 * subr.el:
10421 * faces.el: Update calls to make-obsolete with a WHEN argument.
10422
10423 * byte-run.el (make-obsolete, make-obsolete-variable):
10424 Add an optional WHEN argument and change the format of the
10425 symbol-property information.
10426 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10427 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10428 new obsolete-symbol-property format and print WHEN if it is provided.
10429
10430 2000-05-31 Dave Love <fx@gnu.org>
10431
10432 * loadhist.el (loadhist-hook-functions): Remove
10433 before-change-function, after-change-function.
10434 (unload-feature): Deal with symbols which are both bound and
10435 fbound.
10436
10437 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10438 before-change-function, after-change-function.
10439
10440 * simple.el (newline): Don't bind before-change-function,
10441 after-change-function.
10442
10443 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10444
10445 * whitespace.el (whitespace-rescan-timer-time): Update interval
10446 set to 600 seconds (10 minutes) instead of 60 seconds since
10447 a large number of whitespace buffers causes emacs to `freeze'
10448 for a considerable amount of time.
10449
10450 * whitespace.el: Updated email address
10451
10452 2000-05-31 Dave Love <fx@gnu.org>
10453
10454 * add-log.el (change-log-font-lock-keywords) <function>: Add
10455 pattern for function of change.
10456 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10457 acknowledgements patterns.
10458
10459 2000-05-31 Kenichi Handa <handa@etl.go.jp>
10460
10461 * isearch.el (isearch-printing-char): If keyboard coding system is
10462 being used, call isearch-process-search-multibyte-characters.
10463
10464 * international/isearch-x.el: Mostly rewritten.
10465
10466 * international/quail.el (quail-start-conversion): Don't include
10467 unhandled events in the returned events, but set them in
10468 unread-command-events. Exit if all inputs are deleted.
10469
10470 2000-05-30 Jason Rumney <jasonr@gnu.org>
10471
10472 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10473
10474 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10475 Reenable code to create initial fontsets.
10476 Use set-fontset-font in place of put-charset-property.
10477
10478 2000-05-30 Gerd Moellmann <gerd@gnu.org>
10479
10480 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10481 label, ensure that the first colon isn't followed by another.
10482
10483 * paths.el (Info-default-directory-list): Doc fix.
10484
10485 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10486 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10487 send a query containing USER only, not USER@HOST.
10488
10489 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10490 and rmail-msgend to compute the restriction at the end, instead of
10491 computing it.
10492
10493 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10494
10495 * dabbrev.el (dabbrev-expand): Don't display messages in the
10496 echo area if the minibuffer window is active.
10497
10498 * jit-lock.el (jit-lock-mode): Add after change function to
10499 local hook.
10500
10501 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10502
10503 * antlr-mode.el: New commands: hide/unhide actions,
10504 upcase/downcase literals.
10505 (antlr-tiny-action-length): New user option.
10506 (antlr-hide-actions): New command. Suggested by
10507 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10508 (antlr-mode-map): New binding [C-c C-v].
10509 (antlr-mode-menu): New entries.
10510 (antlr-downcase-literals): New command.
10511 (antlr-upcase-literals): Ditto.
10512
10513 * antlr-mode.el: Minor changes: indendation, mode-name.
10514 (antlr-indent-line): Indent cpp directive at column 0.
10515 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10516
10517 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10518 (antlr-font-lock-additional-keywords): Workaround for intentional
10519 bug in XEmacs version of font-lock.
10520 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10521 be used by a smarter version of `buffers-menu-grouping-function'.
10522
10523 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10524
10525 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10526 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10527
10528 2000-05-29 Kenichi Handa <handa@etl.go.jp>
10529
10530 * international/encoded-kb.el
10531 (encoded-kbd-iso2022-designation-map): Pay attention to that
10532 charset-iso-final-char return -1 for eight-bit-control and
10533 eight-bit-graphic.
10534
10535 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10536
10537 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10538 (speedbar-easymenu-definition-base): Use display-graphic-p where
10539 available, instead of window-system.
10540
10541 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10542
10543 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10544 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10545 coding systems.
10546
10547 2000-05-26 Dave Love <fx@gnu.org>
10548
10549 * disp-table.el (standard-display-underline): Don't use
10550 internal-find-face.
10551
10552 * mail/reporter.el: Maintainer change. Doc fixes.
10553 (reporter-version): Deleted.
10554
10555 * emacs-lisp/elp.el: Maintainer change.
10556 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10557
10558 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10559
10560 * add-log.el (add-change-log-entry): Merge the current entry with the
10561 previous one if the previous one is empty.
10562
10563 2000-05-26 Dave Love <fx@gnu.org>
10564
10565 * loadhist.el (unload-feature): Fix interactive spec [from
10566 lijnzaad@ebi.ac.uk].
10567
10568 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10569 subr-arity to check primitives.
10570 (byte-compile-flush-pending, byte-compile-file-form-progn)
10571 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10572 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10573 mapcar.
10574
10575 2000-05-26 Kenichi Handa <handa@etl.go.jp>
10576
10577 * international/fontset.el: Set family names of non-latin charsets
10578 in default fontset to "*".
10579
10580 * international/mule-diag.el (print-fontset): Combine family part
10581 and registry part of the fontname by "-*-" instead of "-".
10582
10583 * international/mule-cmds.el (encode-coding-char): Make strings
10584 multibyte before calling encode-coding-string.
10585
10586 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10587
10588 * derived.el: Fix keywords.
10589 (define-derived-mode): Only define if needed.
10590
10591 * simple.el (fill-comment, comment-column, comment-start)
10592 (comment-start-skip, comment-end, comment-indent-function)
10593 (block-comment-start, block-comment-end, indent-for-comment)
10594 (set-comment-column, kill-comment, comment-padding, comment-region)
10595 (comment-multi-line, indent-new-comment-line): Remove.
10596
10597 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10598 function names for comment operations.
10599
10600 * newcomment.el: Add abundant autoload cookies.
10601 (comment-style): Don't depend on runtime data at compile-time.
10602 (comment-indent-hook): Remove.
10603 (comment-indent): Check if comment-indent-hook is bound.
10604 (comment-region): Docstring fix.
10605
10606 2000-05-25 Dave Love <fx@gnu.org>
10607
10608 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10609 byte-code-function-p.
10610
10611 * mail/rmailsum.el: Add provide.
10612
10613 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10614
10615 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10616 defcustom.
10617
10618 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
10619
10620 * ediff-diff.el (ediff-exec-process): delete --binary option from
10621 non-buffer ediff jobs.
10622
10623 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10624
10625 * hilit-chg.el (highlight-changes-mode): Ask about color or
10626 grayscale support, not about window-system.
10627
10628 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10629 window-system.
10630 (ffap-highlight): Always default to t.
10631
10632 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10633 display-popup-menus-p instead of looking at window-system.
10634
10635 * disp-table.el (standard-display-g1, standard-display-graphic):
10636 Only refuse to use string glyphs on X and MS-Windows.
10637
10638 * avoid.el: Remove window-system from commentary, suggest to use
10639 display-*-p instead.
10640
10641 * apropos.el (apropos-print): Use display-mouse-p instead of
10642 window-system.
10643
10644 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10645
10646 * international/codepage.el (cp-decoding-vector-for-codepage):
10647 Fill up unsupported characters with their own codes. From Kenichi
10648 Handa.
10649
10650 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10651
10652 * international/mule-diag.el (describe-char-after): Use
10653 display-graphic-p instead of window-system, so that this function
10654 works on MS-DOS.
10655
10656 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10657
10658 * international/codepage.el (cp-make-coding-systems-for-codepage):
10659 Remove the eight-bit-graphic and eight-bit-control charsets from
10660 the list of charsets which we convert into `?'.
10661
10662 2000-05-25 Kenichi Handa <handa@etl.go.jp>
10663
10664 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10665 private charsets.
10666 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10667 japanese-jisx0213-2): New charsets.
10668
10669 * international/fontset.el: Setup default fontset for new charsets.
10670
10671 2000-05-24 Dave Love <fx@gnu.org>
10672
10673 * info.el (Info-find-node-2): Restructure [following "Vadim
10674 S. Solomin" <sovs@uic.nnov.ru>].
10675
10676 * icomplete.el: Fix header for Finder.
10677
10678 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10679
10680 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10681 STAY.
10682
10683 * rmail.el (rmail-automatic-folder-directives): New user variable.
10684 (rmail-show-message): Add call to `rmail-auto-file' during
10685 display.
10686 (rmail-auto-file): New function.
10687
10688 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10689
10690 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10691 account.
10692 (ediff-test-utility,ediff-diff-mandatory-option)
10693 (ediff-reset-diff-options): Utilities for proper initialization of
10694 ediff-diff-options and ediff-diff3-options on Windows.
10695
10696 * ediff-init.el (ediff-merge-filename-prefix): New customizable
10697 variable.
10698
10699 * ediff-mult.el (ediff-filegroup-action): Use
10700 ediff-merge-filename-prefix.
10701
10702 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10703
10704 * viper-ex.el (ex-write): Set selective display to nil.
10705
10706 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10707
10708 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10709 aliases for hebrew-iso-8bit.
10710
10711 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10712
10713 * woman.el: New version from Francis J. Wright
10714 <F.J.Wright@Maths.QMW.ac.uk>.
10715 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10716 names in environment variables regardless of the path separator.
10717 (woman-topic-all-completions-1): Don't call file-name-directory-p
10718 on all files, since woman-file-regexp already filters out any
10719 directories.
10720
10721 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10722
10723 * international/quail.el (quail-start-translation): Don't change
10724 modified-p of the current buffer.
10725 (quail-start-conversion): Likewise.
10726
10727 * international/kkc.el (kkc-region): Don't change modified-p of
10728 the current buffer.
10729
10730 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10731 conform to RFC1468.
10732 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
10733
10734 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10735
10736 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10737 (speedbar-insert-button): Invisible text property fix.
10738 (speedbar-directory-plus): Renamed from speedbar-directory-+
10739 (speedbar-directory-minus): Renamed from speedbar-directory--
10740 (speedbar-page-plus): Renamed from speedbar-file-+
10741 (speedbar-page-minus): Renamed from speedbar-file--
10742 (speedbar-page): Renamed from speedbar-file-
10743 (speedbar-tag): Renamed from speedbar-tag-
10744 (speedbar-tag-plus): Renamed from speedbar-tag-+
10745 (speedbar-tag-minus): Renamed from speedbar-tag--
10746 (speedbar-expand-image-button-alist): Use above renames.
10747
10748 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10749 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10750 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10751 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10752 * sb-pg.xpm: Renamed from sb-file.xpm
10753 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10754 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
10755
10756 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10757
10758 * international/quail.el (quail-show-guidance-buf): Set
10759 current-input-method of the guidance buffer to the name of the
10760 curren input method.
10761
10762 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10763
10764 * progmodes/compile.el (compile-internal): Style typo.
10765
10766 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10767 quote vars and functions in the docstring.
10768
10769 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10770
10771 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10772 Don't quote lambdas.
10773
10774 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10775
10776 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10777
10778 * startup.el (command-line): Determine source file of compiled
10779 user init file differently. Warn if compiled user init file
10780 is older than its source file.
10781
10782 * ffap.el (ffap-url-regexp): Add `https'.
10783
10784 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10785
10786 * files.el (make-backup-file-name-1): Replace slashes with `!'
10787 rather than `|' (which is not allowed on Windows). Replace the
10788 drive letters with a string "drive_X".
10789
10790 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10791
10792 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10793
10794 * files.el (interpreter-mode-alist): Add `bash2'.
10795
10796 2000-05-22 Dave Love <fx@gnu.org>
10797
10798 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10799 mapc.
10800 (feature-file): Avoid calling symbol-name. Doc fix.
10801 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10802 (loadhist-hook-functions): Add mouse-position-function.
10803 (unload-feature): Change uses of mapcar.
10804
10805 * files.el (parse-colon-path): Doc fix.
10806 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10807 (set-auto-mode): Use mapc.
10808
10809 * complete.el (PC-look-for-include-file): Use :alnum: character
10810 class.
10811 (partial-completion-mode): Add autoload cookie.
10812
10813 2000-05-22 Sam Steingold <sds@gnu.org>
10814
10815 * info.el (Info-fontify-node): Fixed the call to
10816 `add-text-properties' (bug introduced on 2000-05-18).
10817
10818 2000-05-22 Dave Love <fx@gnu.org>
10819
10820 * bindings.el: Remove debug-ignored-errors set in other files.
10821
10822 * progmodes/etags.el: Add to debug-ignored-errors.
10823 (visit-tags-table-buffer): Clear out buffers holding old tables
10824 when making a new list.
10825 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10826 mapc.
10827
10828 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10829 quote keywords.
10830 (cmpl-string-case-type): Use character classes.
10831
10832 * comint.el:
10833 * textmodes/ispell.el:
10834 * imenu.el:
10835 * mail/mh-e.el:
10836 * progmodes/compile.el: Add to debug-ignored-errors.
10837
10838 * dabbrev.el: Add to debug-ignored-errors.
10839 (dabbrev-completion): Use mapc.
10840
10841 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10842
10843 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10844 (woman-mapcan, woman-parse-man.conf)
10845 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10846 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10847 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10848 path syntax better.
10849 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10850 (woman-manpath): Call woman-parse-man.conf.
10851 (woman-emulation): New defcustom, defaults to nroff.
10852 (woman-font-support): New defconst.
10853 (woman-use-symbol-font): New defcustom.
10854 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10855 "Emulation".
10856 Many functions: Doc fix.
10857
10858 2000-05-22 Kenichi Handa <handa@etl.go.jp>
10859
10860 * international/quail.el (quail-simple-translation-keymap): Map
10861 128..255 to quail-self-insert-command.
10862 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10863
10864 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10865
10866 * help.el (help-manyarg-func-alist): Typo.
10867
10868 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10869 intervals which makes it heaps simpler.
10870
10871 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10872 the nested comment markers.
10873
10874 * subr.el (remove-hook): Don't turn the hook's value into a list.
10875
10876 2000-05-21 Dave Love <fx@gnu.org>
10877
10878 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10879 are invalid characters.
10880
10881 * international/mule-util.el (detect-coding-with-priority): Use
10882 mapc. Remove redundant lambda.
10883
10884 * international/mule-diag.el (list-non-iso-charset-chars)
10885 (describe-fontset): Remove redundant lambda.
10886
10887 * emulation/crisp.el (brief-mode): New alias.
10888
10889 * emacs-lisp/ring.el (ring-elements): New function.
10890
10891 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10892 (easy-menu-do-add-item): Use keywordp.
10893
10894 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10895
10896 * replace.el: Doc and error message fixes.
10897 (replace-highlight): Use facep, not internal-find-face.
10898
10899 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10900
10901 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10902
10903 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10904 (log-edit-insert-changelog): Drop `:' as well.
10905
10906 * log-view.el: Fix file description.
10907 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10908 available.
10909 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10910 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10911
10912 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10913 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10914 Print a status message if the toggle is called interactively.
10915 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10916 for global minor modes and use `defcustom' for them.
10917 Use add-minor-mode.
10918 (easy-mmode-define-derived-mode): Remove.
10919 (define-derived-mode): Fancier default docstring.
10920 (easy-mmode-define-navigation): Signal an error rather than (ding).
10921
10922 * newcomment.el (comment-styles): New `box-multi'.
10923 (comment-normalize-vars): Better default for comment-continue to
10924 avoid whitespace-only continuations.
10925 (comment-search-forward): Always move even in the no-syntax case.
10926 (comment-padright): Only obey N if it's only obeyed for padleft.
10927 (comment-make-extra-lines): Better handling of empty continuations.
10928 Use `=' for the filler if comment-start has only one character.
10929 (uncomment-region): Try handling the special `=' filler.
10930 (comment-region): Allow LINES even if MULTI is nil.
10931 (comment-box): Choose box style based on comment-style.
10932
10933 2000-05-20 Kenichi Handa <handa@etl.go.jp>
10934
10935 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10936 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10937
10938 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
10939
10940 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10941 and insert, not subst-char-in-region.
10942
10943 * international/mule-diag.el (list-character-sets-1): Handle
10944 charsets eight-bit-control and eight-bit-graphic.
10945 (list-iso-charset-chars): Likewise.
10946 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10947 charactes as is. Use indent-to to align characters.
10948
10949 * international/mule-cmds.el (find-multibyte-characters): Never
10950 exclude charsets eight-bit-control and eight-bit-graphic.
10951
10952 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10953
10954 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10955 Don't quote lambdas.
10956
10957 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10958
10959 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10960
10961 * gud.el (gud-jdb-directories): Doc fix.
10962
10963 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10964
10965 * newcomment.el: New file.
10966
10967 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10968
10969 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10970
10971 2000-05-18 Andreas Schwab <schwab@suse.de>
10972
10973 * dired.el (dired-between-files): Also skip lines beginning with
10974 `used'.
10975
10976 2000-05-18 Gerd Moellmann <gerd@gnu.org>
10977
10978 * msb.el (msb-menu-cond): Add choice `user'.
10979
10980 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10981
10982 * ps-print.el: Compatibility, customization and doc fix.
10983 (ps-printer-name-option): Replace defconst by defvar.
10984 (ps-postscript-code-directory): XEmacs compatibility.
10985 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10986 fix.
10987 (ps-user-defined-prologue, ps-print-prologue-header)
10988 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10989 compatibility and code fix.
10990 (ps-print-background-image, ps-print-background-text):
10991 Customization fix.
10992 (ps-line-number-start, ps-n-up-on): New vars.
10993
10994 2000-05-18 Espen Skoglund <esk@ira.uka.de>
10995
10996 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10997 the indent-comment function to just return the appropriate indent.
10998
10999 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11000
11001 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11002 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11003 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11004
11005 2000-05-18 Dave Love <fx@gnu.org>
11006
11007 * info.el (Info-fontify-node): Add intangible property as well as
11008 invisible.
11009
11010 * calendar/appt.el (appt-make-list): Match all lines of entry.
11011 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11012
11013 2000-05-18 Kenichi Handa <handa@etl.go.jp>
11014
11015 * international/mule-diag.el (describe-char-after): Call
11016 internal-char-font, not char-font. If internal-char-font returns
11017 nil, display "-- none --".
11018
11019 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11020
11021 * image.el (image-type-available-p): Don't reference image-types
11022 if it isn't bound.
11023
11024 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11025
11026 * autoarg.el (autoarg-mode): Typo in the :set argument.
11027
11028 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11029
11030 * startup.el (command-line-1): Don't signal an error if the
11031 directory for auto-save-list files does not yet exist.
11032
11033 2000-05-17 Kenichi Handa <handa@etl.go.jp>
11034
11035 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11036
11037 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11038
11039 * subr.el (remove-hook): `setq' hook-value, not `set'.
11040
11041 2000-05-16 Sam Steingold <sds@gnu.org>
11042
11043 * info.el (debug-ignored-errors): More errors to ignore.
11044
11045 2000-05-16 Dave Love <fx@gnu.org>
11046
11047 * cus-edit.el: Don't require cl or easymenu.
11048 (custom-variable-prompt): Test standard-value property, not
11049 user-variable-p.
11050
11051 2000-05-16 Sam Steingold <sds@gnu.org>
11052
11053 * subr.el (add-hook): `setq' hook-value, not `set'.
11054
11055 2000-05-16 Gerd Moellmann <gerd@gnu.org>
11056
11057 * startup.el (command-line-1): Mention the FAQ in the startup
11058 message.
11059
11060 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11061
11062 * progmodes/compile.el (compilation-parse-errors): Collect
11063 `nomessage' regexps last.
11064
11065 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11066
11067 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11068 to the function name.
11069
11070 2000-05-15 Dave Love <fx@gnu.org>
11071
11072 * speedbar.el (speedbar-recenter): Typo.
11073 (speedbar-expand-line): Make arg optional.
11074 (speedbar-mode): Avoid a compiler warning.
11075
11076 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11077
11078 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11079 user-specified option string is empty.
11080
11081 * mouse.el (mouse-yank-at-click): Doc fix.
11082
11083 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11084
11085 * term/internal.el (IT-character-translations): More updates of
11086 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11087 documents.
11088
11089 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11090
11091 * env.el (getenv): New function, interactively callable.
11092 (setenv, getenv): Remove autoload cookies.
11093
11094 * loadup.el: Load `env'.
11095
11096 * progmodes/f90.el: Change author's mail address.
11097
11098 2000-05-14 Dave Love <fx@gnu.org>
11099
11100 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11101 goto-addr as an option.
11102
11103 * help.el (help-xref-stack): Doc fix.
11104 (help-xref-following): New variable.
11105 (help-make-xrefs): Use it.
11106 (help-xref-go-back): Use position information from stack element.
11107 (help-follow): Make position in stack element a pair. Use
11108 help-xref-following.
11109
11110 * autoarg.el: New file.
11111
11112 * faces.el: Declare more functions obsolete.
11113
11114 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11115 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11116 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11117 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11118 Remove all the setup-...-environment functions.
11119
11120 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11121
11122 * speedbar.el: Updated the commentary section. xemacs20p now uses
11123 >= when detecting. Require `defimage' safely.
11124 (speedbar-easymenu-definition-base): Add toggle for images.
11125 (speedbar-easymenu-definition-special): Add flush cache & expand.
11126 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11127 (speedbar-reconfigure-keymaps-hook): New variable.
11128 (speedbar-frame-parameters): Updated documentation.
11129 (speedbar-use-imenu-flag): Updated custom tag
11130 (speedbar-dynamic-tags-function-list): New variable.
11131 (speedbar-tag-hierarchy-method): Updated doc & custom.
11132 (speedbar-indentation-width, speedbar-indentation-width) New
11133 variables.
11134 (speedbar-hide-button-brackets-flag): Customizable.
11135 (speedbar-vc-indicator): Doc update.
11136 (speedbar-ignored-path-expressions): Updated default value.
11137 (speedbar-supported-extension-expressions): Updated default value.
11138 (speedbar-syntax-table): Remove {} paren status.
11139 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11140 as "+". Added overlay aliases.
11141 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11142 `force-mode-line-update'.
11143 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11144 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11145 `mouse-set-point'
11146 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11147 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11148 of arbitrary text, and new helper functions.
11149 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11150 filename finder.
11151 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11152 (speedbar-directory-buttons): Update path search/expansion.
11153 (speedbar-make-tag-line): Pay attention to
11154 `speedbar-indentation-width'. Use more care w/ invisible
11155 properties.
11156 (speedbar-change-expand-button-char): Call
11157 `speedbar-insert-image-button-maybe'.
11158 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11159 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11160 (speedbar-trim-words-tag-hierarchy)
11161 (speedbar-simple-group-tag-hierarchy): New functions
11162 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11163 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11164 functions.
11165 (speedbar-mouse-set-point): New function
11166 (speedbar-power-click): Updated documentation.
11167 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11168 of tag prefix text.
11169 (speedbar-expand-line, speedbar-contract-line): Make more robust
11170 to strange text.
11171 (speedbar-expand-line): Takes universal argument to flush the
11172 cache.
11173 (speedbar-flush-expand-line): New function.
11174 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11175 Use new generator insertion method.
11176 (speedbar-fetch-dynamic-tags): New function.
11177 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11178 `speedbar-fetch-dynamic-imenu'.
11179 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11180 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11181 "Revert Buffer" menu items.
11182 (speedbar-buffer-buttons-engine): Be smarter when creating a
11183 filename tag (for expansion purposes.).
11184 (speedbar-highlight-one-tag-line,
11185 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11186 (speedbar-recenter): New functions.
11187 (defimage-speedbar): Image loading abstraction.
11188 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11189 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11190 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11191 (speedbar-tag-type, speedbar-tag-mail): New images.
11192 (speedbar-expand-image-button-alist): New variable.
11193 (speedbar-insert-image-button-maybe): Insert an image over some
11194 buttons.
11195
11196 2000-05-13 Kenichi Handa <handa@etl.go.jp>
11197
11198 * international/mule-cmds.el (encode-coding-char): An ASCII
11199 character is always encodable.
11200
11201 * international/mule-conf.el: Add more information in descriptions
11202 of character sets.
11203
11204 * international/mule-diag.el (describe-char-after): New function.
11205 (describe-font-internal): Adjusted for the change of font-info.
11206 (describe-font): Likewise.
11207 (print-fontset): Rewritten for the new fontset implementation.
11208 (describe-fontset): Include fontset alias names in completion.
11209 (list-fontsets): Adjusted for the change of print-fontset.
11210
11211 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11212 describe-char-after instead of displaying the detail in the echo
11213 area.
11214 (syntax-code-table): Format changed.
11215 (string-to-syntax): Adjusted for the above change.
11216
11217 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11218
11219 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11220
11221 2000-05-12 Dave Love <fx@gnu.org>
11222
11223 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11224 dependence. Use line-{beginning,end}-position, not
11225 point-at{b,e}ol. Some doc fixes.
11226 (todo-position): New function. Fix callers of position to use it.
11227 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11228
11229 2000-05-12 Gerd Moellmann <gerd@gnu.org>
11230
11231 * time.el (display-time-mail-icon): Use `:ascent center'.
11232
11233 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11234 handling FTP security extensions.
11235
11236 2000-05-11 Dave Love <fx@gnu.org>
11237
11238 * calendar/todo-mode.el: New file.
11239
11240 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11241
11242 * comint.el (comint-read-input-ring): Move reference to
11243 comint-input-ring-size outside of the save-excursion. It was
11244 causing the default value to be the only one ever seen.
11245
11246 * font-lock.el: Update copyright. Remove Simon Marshall's email
11247 address on request from him.
11248
11249 * subr.el (substitute-key-definition): Add comment describing
11250 the meaning of PREFIX.
11251
11252 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11253
11254 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11255
11256 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11257 (add-minor-mode): Don't make the variable buffer-local and add a
11258 reference to define-minor-mode in the docstring.
11259
11260 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11261 HEADER/FOOTER and fix bug with trailing empty directory.
11262 (cvs-append-to-ignore): Use vc-editable-p if available.
11263 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11264 (vc-do-command): Tweak advice to handle the new VC.
11265
11266 * log-view.el (log-view-goto-rev): New function for the new VC.
11267 (log-view-minor-wrap): Use mark-active.
11268
11269 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11270 (log-edit-changelog-full-paragraphs): New var.
11271 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11272 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11273 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11274 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11275 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11276 Replace the `cvs' prefix with `log-edit'.
11277
11278 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11279
11280 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11281 (diff-font-lock-defaults): Explicitly turn off multiline.
11282 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11283 (diff-ediff-patch): Fix call to ediff-patch-file.
11284 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11285 Handle comments.
11286
11287 * frame.el (automatic-hscrolling): Typo.
11288
11289 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11290
11291 2000-05-09 Sam Steingold <sds@goems.com>
11292
11293 * apropos.el (apropos-print): use `describe-face' instead of
11294 `customize-face-other-window'.
11295
11296 2000-05-09 Dave Love <fx@gnu.org>
11297
11298 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11299
11300 * help.el (describe-variable): Have customize button pop the
11301 help-xref stack when invoked.
11302 (help-xref-symbol-regexp): Add `face'.
11303 (help-make-xrefs): Check for quoted face names and adapt regexp
11304 submatch numbers to cope.
11305 (help-xref-interned): Maybe insert face doc too. Separate
11306 sections with a line of hyphens.
11307
11308 * faces.el: Some doc fixes. Declare some functions obsolete.
11309 (describe-face): Add customize button. Return the help
11310 text. Fix prompt.
11311
11312 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11313
11314 * term/internal.el (IT-character-translations): Fix last change.
11315
11316 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11317
11318 * woman.el: New file
11319 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11320
11321 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11322
11323 * term/internal.el (IT-character-translations): Update ASCII
11324 simulations for greek-iso8859-7, add latin-iso8859-14 and
11325 latin-iso8859-15.
11326
11327 * international/mule-cmds.el (set-language-info-alist): Call
11328 define-prefix-command with 3 arguments, to make the map suitable
11329 for a menu.
11330
11331 2000-05-07 Dave Love <fx@gnu.org>
11332
11333 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
11334
11335 2000-05-05 Dave Love <fx@gnu.org>
11336
11337 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11338 list in doc string. Don't quote keyword symbols.
11339 * emacs-lisp/cl.el: Likewise
11340 * emacs-lisp/cl-seq.el: Likewise
11341
11342 2000-05-05 Gerd Moellmann <gerd@gnu.org>
11343
11344 * abbrev.el (abbrev-mode): Make ARG optional.
11345
11346 2000-05-04 Gerd Moellmann <gerd@gnu.org>
11347
11348 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11349
11350 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11351
11352 * subr.el (substitute-key-definition): Clarify documentation.
11353
11354 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
11355
11356 * glasses.el (glasses-convert-to-unreadable): Use
11357 `glasses-separator' instead of the hard-wired "_".
11358 (glasses-mode): Call `glasses-make-unreadable' only in a single
11359 place.
11360
11361 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11362
11363 * term/internal.el (cjk-codepages-alist): Add associations for
11364 Chinese and Korean codepages. Remove FIXME comment.
11365
11366 2000-05-03 Dave Love <fx@gnu.org>
11367
11368 * time.el (display-time-mail-face, display-time-use-mail-icon):
11369 New option.
11370 (display-time-mail-icon): New variable.
11371 (display-time-string-forms): Use the above. Fix the local-map.
11372
11373 2000-05-03 Gerd Moellmann <gerd@gnu.org>
11374
11375 * replace.el (query-replace-map): Add binding for `E'.
11376 (query-replace-help): Extend help text.
11377 (perform-replace): Allow editing the replacement string.
11378
11379 * make-mode.el (makefile-mode-abbrev-table): New variable.
11380 (makefile-mode): Set local abbrev table to
11381 makefile-mode-abbrev-table.
11382 (makefile-font-lock-keywords): Fontify includes and conditionals.
11383
11384 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11385 set TOGGLE's value.
11386
11387 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11388 mail-interactive-insert-alias.
11389 (mail-abbrev-complete-alias): New command.
11390 (mail-mode-map): Bind it to `M-TAB'.
11391
11392 2000-05-03 Kenichi Handa <handa@etl.go.jp>
11393
11394 * language/lao-util.el (lao-compose-region): New function.
11395
11396 2000-05-02 Gerd Moellmann <gerd@gnu.org>
11397
11398 * files.el (recover-session): Make directories as necessary
11399 if they don't exist yet.
11400
11401 * calendar/cal-french.el
11402 (french-calendar-multibyte-special-days-array)
11403 (french-calendar-special-days-array): Change French text.
11404 (calendar-french-date-string): Change output.
11405 (calendar-goto-french-date): Likewise.
11406
11407 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11408
11409 * wid-edit.el (widget-default-active): Obey `:always-active'.
11410 (widget-documentation-string-value-create): Set `:always-active'.
11411
11412 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11413
11414 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11415 default prefix to `~/_emacs.d/auto-save.list/_s'.
11416 (normal-top-level): Create the directory for auto-save files, if
11417 it doesn't already exist (in the ms-dos case only).
11418
11419 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11420
11421 * international/mule-cmds.el (set-language-environment): Don't
11422 concat an integer (dos-codepage), use format instead.
11423
11424 2000-05-02 Dave Love <fx@gnu.org>
11425
11426 * help.el (help-xref-on-pp): Check for constant symbols.
11427
11428 2000-04-29 Gerd Moellmann <gerd@gnu.org>
11429
11430 * startup.el (normal-top-level): Put a condition-case around
11431 the code loading subdirs.el.
11432
11433 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11434
11435 * ps-print.el: Upside-down and face background color printing,
11436 line number step, doc fix.
11437 (ps-print-version): New version number (5.2).
11438 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11439 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11440 (ps-spool-config): Var fix.
11441 (ps-printer-name-option): Const fix.
11442 (ps-print-upside-down, ps-use-face-background)
11443 (ps-line-number-step): New vars.
11444 (ps-window-system, ps-lp-system): New consts.
11445 (ps-face-background): New fun.
11446
11447 2000-04-28 Richard Stallman <rms@gnu.org>
11448
11449 * files.el (make-auto-save-file-name):
11450 Apply auto-save-file-name-transforms to visited file name
11451 before generating auto save file name.
11452 (auto-save-file-name-transforms): New variable.
11453
11454 * files.el (backup-enable-predicate):
11455 Correctly test for a file under a temporary directory.
11456
11457 2000-04-28 Gerd Moellmann <gerd@gnu.org>
11458
11459 * subr.el (add-minor-mode): Rewritten.
11460
11461 2000-04-28 Kenichi Handa <handa@etl.go.jp>
11462
11463 * mail/sendmail.el (sendmail-send-it): Set
11464 buffer-file-coding-system to the selected coding system for MIME
11465 header.
11466
11467 2000-04-27 Gerd Moellmann <gerd@gnu.org>
11468
11469 * dired.el (dired-move-to-filename-regexp): Allow format where
11470 YYYY is followed by two spaces.
11471
11472 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11473 in the second character class of the regexp.
11474
11475 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11476 mh-etc, too.
11477
11478 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11479 nil.
11480
11481 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11482
11483 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11484 argument.
11485
11486 2000-04-27 Sen Nagata <sen@eccosys.com>
11487
11488 * emacs-lisp/crm.el (crm-completion-table): New variable.
11489 (crm-collection-fn, crm-test-completion)
11490 (completing-read-multiple): Use it.
11491
11492 2000-04-27 Dave Love <fx@gnu.org>
11493
11494 * help.el (locate-library): Use mapc.
11495 (help-manyarg-func-alist): Add call-process-region.
11496
11497 2000-04-26 Gerd Moellmann <gerd@gnu.org>
11498
11499 * subr.el (add-minor-mode): Make argument MAP optional.
11500
11501 * desktop.el (desktop-save): Save list of minor modes.
11502 (desktop-create-buffer): Restore minor modes.
11503 (desktop-minor-mode-table): New user-option.
11504
11505 * subr.el (add-minor-mode): New function.
11506
11507 * image.el (find-image): New function.
11508 (defimage): Rewritten to find image at load time.
11509
11510 * startup.el (normal-top-level-add-to-load-path): Handle
11511 case that the default directory is not in load-path.
11512
11513 * help.el: Old patch from Stefan Monnier.
11514 (help-xref-on-pp): New function.
11515 (describe-variable): Use it to display xrefs in a symbol's value.
11516
11517 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11518
11519 * cus-edit.el (custom-face): Fix parenthesis.
11520
11521 2000-04-26 Kenichi Handa <handa@etl.go.jp>
11522
11523 * mail/rmail.el (rmail-expunge): When there are no deleted
11524 messages, do nothing.
11525
11526 2000-04-26 Dave Love <fx@gnu.org>
11527
11528 * international/mule-cmds.el (locale-translation-file-name):
11529 Defvar to nil.
11530 (set-locale-environment): Set it here (at runtime).
11531
11532 2000-04-25 Gerd Moellmann <gerd@gnu.org>
11533
11534 * replace.el (perform-replace): Add parameters START and END. Use
11535 them instead of the check for a region in Transient Mark mode.
11536 (query-replace-read-args): Return two more list elements for the
11537 start and end of the region in Transient Mark mode.
11538 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11539 (map-query-replace-regexp, replace-string, replace-regexp): Add
11540 optional last arguments START and END and pass them to
11541 perform-replace.
11542
11543 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11544 form with additional arguments for perform-replace.
11545
11546 * progmodes/etags.el (tags-query-replace): Add parameters START
11547 and END. Construct a form with additional arguments for
11548 perform-replace.
11549
11550 * simple.el (shell-command): Set default directory for "*Shell
11551 Command Output" buffer.
11552
11553 * language/european.el (iso-latin-4): Fix typo.
11554
11555 * emacs-lisp/crm.el: New file.
11556
11557 2000-04-24 Dave Love <fx@gnu.org>
11558
11559 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11560 (Custom-reset-saved, Custom-reset-standard)
11561 (custom-group-value-create, custom-group-set, custom-group-save)
11562 (custom-group-reset-current, custom-group-reset-saved)
11563 (custom-group-reset-standard): Use mapc.
11564 (custom-buffer-create-internal): Disable undo when creating items.
11565 Use mapc.
11566 (custom-face): Avoid redundant lambda.
11567
11568 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11569
11570 * startup.el (auto-save-list-file-prefix): Set default to
11571 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11572
11573 2000-04-24 Sam Steingold <sds@gnu.org>
11574
11575 * time-stamp.el (time-stamp-string-preprocess): Always convert
11576 `field-result' to a string.
11577
11578 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11579
11580 * frame.el (scrolling): New group.
11581 (automatic-hscrolling): New user-option.
11582
11583 * startup.el (command-line-x-option-alist): Add `-lsp' and
11584 `--line-spacing'.
11585
11586 2000-04-19 Dave Love <fx@gnu.org>
11587
11588 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11589 (cl-mapc): Rename from mapc. Fix the funcall.
11590
11591 2000-04-19 Gerd Moellmann <gerd@gnu.org>
11592
11593 * simple.el (clone-indirect-buffer-other-window): New command.
11594 (clone-indirect-buffer): Add optional arg NORECROD.
11595 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11596
11597 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11598
11599 * window.el (count-screen-lines): New function.
11600 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11601 instead of window-buffer-height.
11602
11603 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11604 non-existing variable comint-input-sentinel.
11605 (inferior-lisp-args-to-list): Removed.
11606 (inferior-lisp): Use split-string instead of
11607 inferior-lisp-args-to-list.
11608
11609 * hexl.el (hexl-insert-hex-string): New command.
11610
11611 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11612 instead of concat.
11613
11614 2000-04-18 Gerd Moellmann <gerd@gnu.org>
11615
11616 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11617 at the start of an existing but empty folder.
11618
11619 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11620
11621 * ps-mule.el: Customization fix, doc fix.
11622 (ps-multibyte-buffer): Customization fix.
11623
11624 2000-04-17 Richard M. Stallman <rms@gnu.org>
11625
11626 * subr.el (read-passwd): Use read-char-exclusive.
11627
11628 2000-04-17 Gerd Moellmann <gerd@gnu.org>
11629
11630 * textmodes/texinfo.el (texinfo-insert-@email)
11631 (texinfo-insert-@emph, texinfo-insert-@quotation)
11632 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11633 (texinfo-mode-map): Add key bindings for them.
11634
11635 * files.el (basic-save-buffer-2): Use a template with `$'
11636 instead of `#' for VMS.
11637
11638 * simple.el (clone-indirect-buffer): New function.
11639
11640 2000-04-16 Stephen Eglen <stephen@gnu.org>
11641
11642 * iswitchb.el (iswitchb-case): New function. If the user input
11643 contains any upper-case characters, the search is made
11644 case-sensitive.
11645
11646 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11647
11648 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11649 comment-end.
11650 (texinfo-font-lock-syntactic-keywords): New var.
11651 (texinfo-font-lock-keywords): Remove comment regexp.
11652 (texinfo-insert-block): New function.
11653 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11654 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11655 and font-lock-defaults. Use regexp-opt for outline-regexp.
11656 (texinfo-environments): New var.
11657 (texinfo-environment-regexp): Use regexp-opt and
11658 texinfo-environments.
11659
11660 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11661 ispell-process is bound since this might be eval'd before ispell
11662 is loaded.
11663 (ispell-message): Use a tiny bit less magic and a bit more hard
11664 data to figure out what kind of sc-cite-regexp to use.
11665
11666 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11667
11668 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11669 (insert-cyclic-diary-entry): Unquote the lambda.
11670
11671 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11672
11673 * files.el (backup-enable-predicate): Unquote the lambda.
11674
11675 * cus-edit.el (custom-face, face): Unquote the lambda.
11676
11677 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11678
11679 * ps-print.el: Check for line-beginning-position definition.
11680
11681 * ps-print.el: Fix counting lines in a region.
11682 (ps-print-version): New version number (5.1.5).
11683 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11684 (ps-printing-region): Fun code fix.
11685
11686 2000-04-15 Gerd Moellmann <gerd@gnu.org>
11687
11688 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11689 to file-directory-p.
11690
11691 2000-04-14 Gerd Moellmann <gerd@gnu.org>
11692
11693 * gud.el (gud-jdb-build-source-files-list): Check that directory
11694 exists before calling directory-files.
11695
11696 2000-04-13 Dave Love <fx@gnu.org>
11697
11698 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11699 syntax.
11700
11701 * emacs-lisp/cl-specs.el: Remove when, unless.
11702
11703 * emacs-lisp/cl-extra.el: Don't quote keywords.
11704 (cl-old-mapc): New variable.
11705 (mapc): Use it.
11706 (cl-map-intervals): Use with-current-buffer. Don't check for
11707 next-property-change.
11708 (cl-map-overlays): Use with-current-buffer.
11709 (cl-expt): Remove.
11710 (copy-tree, remprop): Define unconditionally.
11711
11712 * emacs-lisp/cl-compat.el (keywordp): Remove.
11713
11714 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11715 to use keywordp.
11716 (edebug-spec): Enable keywordp.
11717
11718 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11719 string-lessp.
11720
11721 * cus-start.el: Use keywordp.
11722
11723 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11724
11725 * diary-lib.el (include-other-diary-files): Fix the fix of
11726 2000-02-18 by doing a save-excursion.
11727
11728 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11729
11730 * ps-print.el: Customization fix, doc fix.
11731 (ps-print-version): New version number (5.1.4).
11732 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11733 (ps-print-preprint): Adjust code.
11734 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11735 (ps-print-prologue-header, ps-print-control-characters)
11736 (ps-spool-config): Customization fix.
11737
11738 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11739
11740 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11741 converted to the new menu-item format, names silightly changed,
11742 help strings added.
11743
11744 Support for spelling without async subprocesses:
11745
11746 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11747 (ispell-session-buffer): New variables.
11748 (ispell-start-process, ispell-process-status,
11749 ispell-accept-output, ispell-send-string): New functions, for
11750 Ispell invocation when async subprocesses aren't supported.
11751 (ispell-word, ispell-pdict-save, ispell-command-loop,
11752 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11753 to process-send-string with calls to ispell-send-string, and
11754 accept-process-output with ispell-accept-output.
11755 (ispell-init-process): Call ispell-process-status instead of
11756 process-status with.
11757 (ispell-init-process): Call ispell-start-process. Call
11758 ispell-accept-output and ispell-send-string. Don't call
11759 process-kill-without-query and kill-process if they are unbound.
11760 (ispell-async-processp): New function.
11761
11762 2000-04-12 Dave Love <fx@gnu.org>
11763
11764 * info.el: Add debug-ignored-errors.
11765 (Info-mode-menu): Add some items.
11766 (Info-directory): Add autoload cookie.
11767
11768 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11769 Modify `truncate-lines'. Make `describe-language-environment'
11770 always visible and add help. Modify `describe-key' help. Invoke
11771 Info-directory from `info'. New entry `emacs-manual'.
11772
11773 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11774
11775 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11776 propertized-buffer-identification.
11777 (ebrowse-update-member-buffer-mode-line): Likewise.
11778 (ebrowse--mode-strings): Removed.
11779 (ebrowse--mode-line-props): Removed.
11780
11781 * files.el (auto-mode-alist): Add `EBROWSE'.
11782
11783 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11784 space before testing for end of buffer.
11785 (ebrowse-load): Removed.
11786 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11787 (ebrowse-create-tree-buffer): Rewritten.
11788 (ebrowse-tree-mode): Read tree from buffer.
11789
11790 * progmodes/ebrowse-ffh.el: Removed.
11791
11792 2000-04-10 Kenichi Handa <handa@etl.go.jp>
11793
11794 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11795
11796 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11797
11798 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11799 at the wrong place.
11800
11801 2000-04-09 Dave Love <fx@gnu.org>
11802
11803 * files.el (backup-enable-predicate): Use
11804 temporary-file-directory, small-temporary-file-directory.
11805 (make-backup-file-name-function, backup-directory-alist): New
11806 variables.
11807 (make-backup-file-name-1): New function.
11808 (make-backup-file-name): Use it.
11809 (find-backup-file-name): Likewise. Use format for clarity, not
11810 concat.
11811 (file-newest-backup): Use make-backup-file-name.
11812
11813 2000-04-09 Gerd Moellmann <gerd@gnu.org>
11814
11815 * progmodes/ebrowse-ffh.el: New file.
11816
11817 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11818 to ebrowse-ffh.el.
11819 (ebrowse-load): Add autoload.
11820
11821 * finder.el (finder-commentary): Add autoload cookie.
11822
11823 * mail/rfc2368.el: Correct author's email address.
11824
11825 * progmodes/ebrowse.el: New file.
11826
11827 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11828 item help string.
11829 (easy-menu-do-add-item): Ditto.
11830 (easy-menu-define): Extend doc string.
11831
11832 * jit-lock.el (with-buffer-unmodified): Use
11833 restore-buffer-modified-p.
11834 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11835 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11836 with-buffer-unmodified.
11837
11838 2000-04-08 Dave Love <fx@gnu.org>
11839
11840 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11841 unless, when.
11842
11843 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11844
11845 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11846 (viper-flash-search-pattern): No operation when using Emacs
11847 doesn't support face.
11848 Use `viper-put-on-search-overlay'.
11849
11850 2000-04-04 Gerd Moellmann <gerd@gnu.org>
11851
11852 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11853 like C-r.
11854
11855 * progmodes/make-mode.el: Some doc fixes.
11856 (makefile-mode-abbrev-table): New variable.
11857 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11858 (makefile-font-lock-keywords): Fontify includes and conditionals.
11859 (toplevel): Require `dabbrev' and `add-log' when compiling.
11860
11861 * replace.el (perform-replace): Don't move forward one char
11862 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11863 to do that because it leaves point 1 position after the last
11864 replacement, after everything has been replaced.
11865
11866 * jit-lock.el (with-buffer-unmodified): New macro.
11867 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11868 modified state.
11869 (jit-lock-function-1): Extracted from jit-lock-function; not
11870 preserving buffer's modified state.
11871 (jit-lock-function, jit-lock-stealth-fontify): Call
11872 jit-lock-function-1.
11873
11874 * mail/rfc2368.el: Remove supernumerary copyright line.
11875
11876 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
11877
11878 * glasses.el: Provide facilities for inserting space before left
11879 parentheses and uncapitalization of identifiers.
11880 (glasses-mode): Try to remove old overlays in all cases.
11881
11882 2000-04-03 Gerd Moellmann <gerd@gnu.org>
11883
11884 * progmodes/compile.el (compile-internal): Display the compilation
11885 buffer in a different frame, if it's already displayed there.
11886
11887 * mail/rfc2368.el: New file.
11888
11889 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11890 header and insert its value as mail body.
11891
11892 * subr.el (member-ignore-case): New function.
11893
11894 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11895 (dabbrev--find-expansion): Ignore buffers matching a regexp
11896 from dabbrev-ignored-regexps.
11897
11898 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11899 to extensions handled by gzip.
11900
11901 2000-04-03 Richard M. Stallman <rms@gnu.org>
11902
11903 * files.el (insert-directory): List the total free space
11904 along with the used space.
11905
11906 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11907 line is followed by one that matches CITATION-REGEXP, end the
11908 paragraph.
11909
11910 2000-04-03 Markus Rost <rost@delysid.gnu.org>
11911
11912 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11913 (rmail-make-basic-summary-line): Use that option.
11914
11915 2000-04-03 Kenichi Handa <handa@etl.go.jp>
11916
11917 * international/mule-cmds.el (encoded-string-description):
11918 Rewritten. Try pretty description for ISO 2022 escape sequences
11919 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11920 for hexadecimal format.
11921
11922 2000-04-01 Dave Love <fx@gnu.org>
11923
11924 * cpp.el: Change customization group to `c' from `C'.
11925
11926 * vcursor.el (vcursor-move): Use display-color-p.
11927
11928 * international/mule-util.el: Provide mule-utils.
11929 (string-to-sequence): Simplify and speed up.
11930
11931 * international/mule.el (make-coding-system): Purecopy doc-string.
11932
11933 * international/mule-cmds.el: Various menu changes.
11934 (describe-specified-language-support): Handle `Default'.
11935 (set-language-info): Purecopy `info'.
11936
11937 2000-03-31 Andrew Innes <andrewi@gnu.org>
11938
11939 * vc.el (vc-backend-diff): Return the correct status if we had to
11940 retry the rcsdiff command without the --brief option.
11941
11942 2000-03-31 Dave Love <fx@gnu.org>
11943
11944 * help.el (help-manyarg-func-alist): Correct several omissions.
11945
11946 * add-log.el: Don't require cl, fortran.
11947 (add-log-current-defun-function): Doc fix.
11948 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11949 fix.
11950 (change-log-version-rcs): Function deleted.
11951 (change-log-version-number-search): Doc fix. Use
11952 vc-workfile-version. Avoid CL dolist.
11953 (add-change-log-entry): Just call add-log-current-defun to get
11954 defun. Simplify somewhat.
11955 (change-log-get-method-definition-1): Likewise.
11956 (add-log-current-defun): Return nil if calling
11957 add-log-current-defun-function does so. Move Fortran stuff to
11958 fortran.el. Return string without properties.
11959
11960 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11961 and :alpha: char classes.
11962
11963 * mail/supercite.el: Defvar curline when compiling.
11964 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11965 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11966 rather than a-zA-Z0-9 to allow non-ASCII characters.
11967
11968 2000-03-31 Gerd Moellmann <gerd@gnu.org>
11969
11970 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11971
11972 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11973 Re-enable new code.
11974
11975 * lpr.el (print-region-1): Use -d to specify printer name for
11976 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11977
11978 2000-03-31 Dave Love <fx@gnu.org>
11979
11980 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11981 for function definition in symbol's function value slot first
11982 instead of first consulting byte-compile-function-environment.
11983
11984 2000-03-31 Kenichi Handa <handa@etl.go.jp>
11985
11986 * language/european.el ("Polish"): New language environment.
11987 (setup-polish-environment): New function.
11988
11989 2000-03-30 Gerd Moellmann <gerd@gnu.org>
11990
11991 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11992 Disable new code.
11993
11994 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11995 trying to `load' the symbol of an autoload instead of the file
11996 recorded in the autoload. Fix error messages.
11997
11998 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11999
12000 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12001 (ps-print-version): New version number (5.1.3).
12002 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12003 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12004 (ps-generate-postscript-with-faces): Code fix.
12005 (ps-color-values): XEmacs compatibility.
12006 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12007 (ps-default-fg, ps-default-bg): Adjust customization.
12008 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12009 (ps-color-scale): Renaming old ps-color-value fun.
12010 (ps-print-headers): Replace ps-print-header group to avoid conflict
12011 with ps-print-header variable.
12012 (ps-print-miscellany): New group.
12013 (ps-format-color, ps-rgb-color): New funs.
12014 (ps-default-foreground): New var.
12015 (ps-printer-name-option): New const.
12016
12017 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12018
12019 * net/net-utils.el:
12020 (network-connection-host, network-connection-service): New variables
12021 (network-connection-mode): New mode, derived from comint-mode
12022 (network-connection-mode-setup): New function, saves host and
12023 service information in local variables.
12024
12025 * lisp/locate.el:
12026 (locate-word-at-point): Added this function
12027 (locate): Default to using locate-word-at-point as input
12028 Run dired-mode-hook
12029
12030 2000-03-29 Dave Love <fx@gnu.org>
12031
12032 * calendar/appt.el: Doc fixes.
12033 (appt-check): Convert min-to-app to a string before passing to
12034 appt-disp-window-function or concat.
12035 (appt-delete-window): Remove test for frame-root-window.
12036 (appt-select-lowest-window, appt-convert-time): Simplify.
12037
12038 * emacs-lisp/bytecomp.el: Doc fixes.
12039 (byte-compile-file-form-autoload): Update
12040 byte-compile-function-environment.
12041
12042 2000-03-29 Andreas Schwab <schwab@suse.de>
12043
12044 * emacs-lisp/autoload.el: Also print defsubst doc string
12045 specially.
12046
12047 * dired.el (dired-insert-directory): If dired-free-space-program
12048 failed just delete its output.
12049
12050 2000-03-29 Dave Love <fx@gnu.org>
12051
12052 * international/iso-cvt.el: Move provide to end. Doc fixes.
12053 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12054 (iso-iso2sgml, iso-sgml2iso): New functions.
12055 (iso-cvt-define-menu): Fix some entries and use backquote for
12056 clarity.
12057
12058 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12059
12060 2000-03-28 Gerd Moellmann <gerd@gnu.org>
12061
12062 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12063 ISO-DATE. If non-nil, return date in ISO 8601 format.
12064
12065 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12066
12067 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12068 if it ever becomes used.
12069 (log-edit-mode-hook): Default to vc-log-mode-hook.
12070 (log-edit-mode): Fix the docstring.
12071
12072 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12073 the code.
12074
12075 2000-03-26 Dave Love <fx@gnu.org>
12076
12077 * net/browse-url.el (browse-url): Re-fix case of
12078 browse-url-browser-function being an alist.
12079 (browse-url): Add :link to defgroup.
12080
12081 * files.el: Doc fixes.
12082 (file-truename): Include `[' in wildcard characters.
12083 (automount-dir-prefix): Customize.
12084 (find-file-wildcards): Add :version.
12085 (find-file-noselect): Simplify a mapcar call.
12086
12087 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12088 compatible with inf-lisp version.
12089 (eval-defun-1): Fix custom-declare-variable case.
12090
12091 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12092
12093 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12094
12095 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12096
12097 * Makefile (COMPILE_FIRST): New macro.
12098 (compile-files): Compile files from COMPILE_FIRST first.
12099
12100 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12101 code.
12102
12103 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12104 matching open parenthesis in column 0 to defun-prompt-regexp
12105 only if open-paren-in-column-0-is-defun-start is set.
12106
12107 * sun-curs.el: Require CL at compile-time only.
12108
12109 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12110 instead of copy-list which is a function from CL.
12111 (msb--choose-menu, msb--mode-menu-cond)
12112 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12113 (msb--init-file-alist): Use mapcar instead of mapcan.
12114 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12115 `(' in column 0 in doc string.
12116 (msb--add-separators): Use mapcar instead of mapcan.
12117
12118 * cus-dep.el: Require CL at compile-time only.
12119
12120 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12121
12122 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12123 (byte-compile-warnings): New warning `noruntime'.
12124 (byte-compile-constants, byte-compile-variables): Fix docstring.
12125 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12126 execute `eval-whenc-compile's body.
12127 (byte-compile-unresolved-functions): Fix docstring.
12128 (byte-compile-eval): New function.
12129 (byte-compile-callargs-warn): Check if the function will be available
12130 at runtime (via property `byte-compile-noruntime').
12131 (byte-compile-print-syms): New function.
12132 (byte-compile-warn-about-unresolved-functions): Also warn about
12133 `noruntime' functions (and use `byte-compile-print-syms').
12134 (byte-compile-file): Capitalize the message.
12135
12136 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12137
12138 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12139 (rmail-expunge): Ask for confirmation depending on the setting
12140 of rmail-confirm-expunge.
12141
12142 2000-03-23 Gerd Moellmann <gerd@gnu.org>
12143
12144 * Makefile (bootstrap-clean): If $(emacs) exists, build
12145 loaddefs.el first. A loaddefs.el that's not up-to-date might
12146 cause a bootstrap failure because things don't autoload as
12147 expected.
12148
12149 2000-03-23 Dave Love <fx@gnu.org>
12150
12151 * net/browse-url.el: Restore previous use of
12152 browse-url-maybe-new-window.
12153
12154 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12155
12156 * ps-print.el: Skip banner page fix.
12157 (ps-print-version): New version number (5.1.2).
12158 (ps-begin-file, ps-end-file, ps-generate): Code fix.
12159
12160 2000-03-23 Dave Pearson <davep@davep.org>
12161
12162 * net/quickurl.el Changed the type of parameter passed to the
12163 function defined by `quickurl-format-function'. Before only the
12164 text of the URL was passed. Now the whole URL structure is passed
12165 and the function is responsible for extracting the parts it
12166 requires. Changed the default of `quickurl-format-function'
12167 accordingly.
12168 (quickurl-insert): Changed the `funcall' of
12169 `quickurl-format-function' to match the above change.
12170 (quickurl-list-insert): Changed the `url' case so that it makes
12171 use of `quickurl-format-function', previous to this the format was
12172 hard wired.
12173
12174 2000-03-22 Gerd Moellmann <gerd@gnu.org>
12175
12176 * startup.el: Change some spellings for the X Window System.
12177
12178 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12179
12180 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12181 up the code and the regexp and make sure the cursor is temporarily
12182 moved to the suspicious line while querying the user.
12183
12184 2000-03-22 Jason Rumney <jasonr@gnu.org>
12185
12186 * w32-fns.el (w32-charset-info-alist): Initialize.
12187
12188 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12189
12190 * ps-print.el: N-up last page fix.
12191 (ps-print-version): New version number (5.1.1).
12192 (ps-end-file, ps-end-job, ps-generate): Code fix.
12193
12194 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12195
12196 * files.el (find-file-run-dired): Update docstring.
12197 (find-directory-functions): New hook.
12198 (find-file-noselect): Run find-directory-functions rather than
12199 calling dired directly.
12200
12201 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12202
12203 * pcvs.el: Add a minimal leading commentary.
12204 (cvs-make-cvs-buffer): Change the header part by removing the startup
12205 message and adding a `Module' entry. Also replace the FOOTER and
12206 HEADER special fileinfos with the new support in ewoc for updating
12207 its own footer and header.
12208 (cvs-update-header): Update to use the header/footer of the ewoc.
12209 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12210 (cvs-is-within-p): New function.
12211 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12212 to only examine some subset of the buffers.
12213
12214 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12215 `format' instead of our own ad-hoc functions.
12216 Remove HEADER and FOOTER cases, now handled in the EWOC.
12217 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12218
12219 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12220 output to avoid scaring the user.
12221 (cvs-parse-table): Catch message for non-up-to-date commits.
12222
12223 * pcvs-defs.el (cvs-startup-message): Remove.
12224 (cvs-global-menu): New autoloaded menu.
12225
12226 * pcvs-util.el (cvs-string-fill): Remove.
12227
12228 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12229 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12230 PP part of it and also make it work for footers and headers.
12231 (ewoc-create): Drop POS and BUFFER arguments.
12232 Use the DLL's dummy node to store the end-of-footer position.
12233 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12234 (ewoc-refresh): Remove unused `header' variable.
12235 (ewoc-(get|set)-hf): New functions.
12236
12237 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12238 log-view-*-(message|file) and use easy-mmode-define-navigation.
12239 (log-view-message-re): Match SCCS format as well.
12240 And match the revision line rather than the dashed separator line.
12241 (log-view-mode): Use the new define-derived-mode.
12242 (log-view-current-tag): Fill in with an actual implementation.
12243
12244 * cvs-status.el (cvs-status-(prev|next)): Rename from
12245 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12246 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12247 to let the output "breathe" a little more (more readable).
12248 (cvs-status-mode): Use the new define-derived-mode.
12249
12250 * smerge-mode.el (smerge-auto-leave): New function and variable.
12251 (smerge-basic-map): Rename from smerge-basic-keymap.
12252 Change the bindings for smerge-diff-*.
12253 (smerge-*-map): Use easy-mmode-defmap.
12254 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12255 (smerge-keep-*): Use smerge-auto-leave.
12256
12257 2000-03-21 Jason Rumney <jasonr@gnu.org>
12258
12259 * cus-edit.el (custom-button-face): Use 3D look for w32.
12260 (custom-button-pressed-face): Likewise.
12261
12262 2000-03-21 Gerd Moellmann <gerd@gnu.org>
12263
12264 * progmodes/etags.el (tags-case-fold-search): New user-option.
12265 (tags-loop-eval): New function. Bind case-fold-search around eval
12266 depending on the value of tags-case-fold-search.
12267 (tags-loop-continue): Use tags-loop-eval.
12268 (find-tag-in-order): Bind case-fold-search depending on the value
12269 of tags-case-fold-search.
12270
12271 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12272
12273 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12274 (diff-end-of-hunk): Return the end position for use in
12275 `easy-mmode-define-navigation'.
12276 (diff-recenter): Remove.
12277 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12278 of `easy-mmode-define-navigation'.
12279 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12280 previous renaming) and fix to use new names.
12281 (diff-merge-strings): Use \n as separator: simpler, faster.
12282 (diff-mode): Use `define-derived-mode'.
12283
12284 * derived.el (define-derived-mode): Don't autoload anymore.
12285 Prefer the macro-only version provided by easy-mmode.el.
12286
12287 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12288 `easy-mmode-define-derived-mode'.
12289 Use `combine-run-hooks'.
12290 (easy-mmode-define-navigation): New macro.
12291
12292 * subr.el (combine-run-hooks): New function.
12293
12294 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
12295
12296 * term/x-win.el: Fontsets related initialization is simplified.
12297
12298 * international/mule-diag.el (describe-font): Don't refer to
12299 global-fontset-alist, instead call font-list.
12300 (describe-fontset, list-fontsets, mule-diag): Likewise.
12301 (print-fontset): Adjusted for the change of fontset
12302 implementation.
12303
12304 * international/fontset.el (x-charset-registries): Variable
12305 removed, instead the corresponding data is stored in the default
12306 fontset.
12307 (register-alternate-fontnames): Function removed.
12308 (resolved-ascii-font): Variable removed.
12309 (x-compose-font-name): Ignore the second argument REDOCE.
12310 (x-complement-fontset-spec): Complement only an ASCII font and
12311 element for those charsets than can use that ASCII font.
12312 (generate-fontset-menu): Don't refer to global-fontset-alist,
12313 instead call fontset-list.
12314 (uninstantiated-fontset-alist): Variable removed.
12315 (x-style-funcs-alist): Likewise.
12316 (fontset-default-styles): Likewise.
12317 (x-modify-font-name): Function removed.
12318 (create-fontset-from-fontset-spec): Ignore the argument
12319 STYLE-VARIANT.
12320 (create-fontset-from-ascii-font): Docsting adjusted for the above
12321 change.
12322 (instantiate-fontset, resolve-fontset-name): Functions removed.
12323 (fontset-list): Now implemented by C code.
12324
12325 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12326 (describe-face): Include `font' attribute in the description.
12327
12328 2000-03-21 Kenichi Handa <handa@etl.go.jp>
12329
12330 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12331
12332 2000-03-20 Gerd Moellmann <gerd@gnu.org>
12333
12334 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12335 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12336 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
12337
12338 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12339 about behavior of set-buffer-modified-p wrt redisplay.
12340
12341 2000-03-19 Richard M. Stallman <rms@gnu.org>
12342
12343 * view.el (view-mode-disable): Kill local binding of view-read-only.
12344
12345 2000-03-18 Gerd Moellmann <gerd@gnu.org>
12346
12347 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12348 is a string, convert it to a syntax cell using string-to-syntax.
12349
12350 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12351 (string-to-syntax): New function.
12352
12353 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12354 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
12355 try to use passive ftp mode.
12356
12357 2000-03-17 Gerd Moellmann <gerd@gnu.org>
12358
12359 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
12360
12361 * simple.el (append-to-buffer): Update point of windows after
12362 insertion.
12363
12364 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12365 forward then moving backward. Reindent.
12366
12367 * frame.el (other-frame): Call x-focus-frame only if
12368 focus-follows-mouse is off.
12369
12370 2000-03-17 Dave Love <fx@gnu.org>
12371
12372 * pcvs-util.el (cvs-strings->string): Rename
12373 replace-regexps-in-string.
12374
12375 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12376
12377 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12378 regexp for labels cannot span several lines.
12379
12380 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
12381 `(setq :<key> ':<key>)' to the macro expansion.
12382
12383 2000-03-16 Dave Love <fx@gnu.org>
12384
12385 * progmodes/f90.el (f90): Put custom group under `languages', not
12386 `fortran'.
12387 (f90-mode-hook): Customize.
12388 (f90-mode): Set add-log-current-defun-function.
12389 (f90-current-defun): New function.
12390
12391 2000-03-16 Gerd Moellmann <gerd@gnu.org>
12392
12393 * cus-edit.el (custom-variable-tag-face): Handle case that
12394 default face's height is not a number.
12395 (custom-face-tag-face, custom-group-tag-face-1)
12396 (custom-group-tag-face): Ditto.
12397 (custom-group-tag-face-1): Add :group.
12398
12399 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12400
12401 2000-03-15 Gerd Moellmann <gerd@gnu.org>
12402
12403 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12404 requiring easymenu.
12405
12406 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12407
12408 * ps-print.el: PostScript user-defined prologue, PostScript error
12409 handler, doc fix.
12410 (ps-print-version): New version number (5.1).
12411 (ps-user-defined-prologue, ps-error-handler-message)
12412 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12413 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12414 (ps-insert-string): New function.
12415
12416 2000-03-15 Kenichi Handa <handa@etl.go.jp>
12417
12418 * international/ccl.el (ccl-compile-expression): Don't generate
12419 invalid self-assignment code.
12420
12421 2000-03-14 Dave Love <fx@gnu.org>
12422
12423 * subr.el (replace-regexp-in-string): Renamed from
12424 replace-regexps-in-string. Doc fix.
12425
12426 2000-03-12 Dave Love <fx@gnu.org>
12427
12428 * cus-edit.el: Doc fixes.
12429 (customize-set-variable, customize-save-variable): Rename args for
12430 doc.
12431 (custom-variable-tag-face, custom-face-tag-face)
12432 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12433 style which user identify as hyperlink.
12434 (hook): Don't add undefined functions to the hook.
12435 (debug-ignored-errors): Transfer message from bindings.el.
12436
12437 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12438
12439 * recentf.el (recentf-keep-non-readable-files-p): Remove
12440 double/nested definition.
12441
12442 2000-03-12 Dave Love <fx@gnu.org>
12443
12444 * facemenu.el (facemenu-get-face): Use display-color-p.
12445 * enriched.el (enriched-decode-foreground): Likewise.
12446 (enriched-decode-background): Likewise.
12447 * isearch.el (isearch-highlight): Likewise.
12448 * info-look.el (info-lookup): Likewise.
12449 * simple.el (completion-setup-function): Likewise.
12450
12451 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12452 :options.
12453
12454 * bindings.el (mode-line-format): Fix line-number and
12455 column-number items. Add help-echo for the background.
12456 (mode-line-mule-info): Modify help-echo.
12457
12458 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
12459
12460 * files.el (load-file): Allow completion to .elc.
12461
12462 * man.el: Doc fixes.
12463 (Man-init-defvars): Use display-color-p to set fontification.
12464
12465 * play/hanoi.el (hanoi-internal): Don't use oddp.
12466
12467 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12468
12469 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12470
12471 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12472
12473 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12474
12475 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12476 Fix comment.
12477
12478 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12479
12480 * font-lock.el (font-lock-keywords): Fix the doc now that
12481 regexp-opt-depth is unnecessary.
12482 (save-buffer-state): Set an edebug spec.
12483 (font-lock-fontify-anchored-keywords): Properly handle the case when
12484 the matcher goes past the limit.
12485
12486 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12487 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12488
12489 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12490 dll.el and cookie.el (from Elib) with heavy renaming and other
12491 massaging.
12492
12493 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12494 Autoload the functions used.
12495 (easy-mmode-define-syntax): Fix CL typo.
12496 (easy-mmode-define-derived-mode): Improve the docstring generation.
12497
12498 2000-03-10 Gerd Moellmann <gerd@gnu.org>
12499
12500 * textmodes/texinfo.el (texinfo-version): Variable and function
12501 removed.
12502
12503 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12504
12505 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12506 allow more flexibility.
12507 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12508 fns.
12509 (easy-mmode-defmap, easy-mmode-defsyntax)
12510 (easy-mmode-define-derived-mode): New macros.
12511
12512 2000-03-09 Didier Verna <didier@xemacs.org>
12513
12514 * rect.el (replace-rectangle): New function.
12515
12516 2000-03-09 Dave Love <fx@gnu.org>
12517
12518 * progmodes/fortran.el (fortran-comment-line-start): Define as
12519 "C".
12520 (fortran-comment-line-start-skip): Don't match cpp stuff.
12521 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12522 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12523 (fortran-mode): Don't set fortran-comment-line-start-skip,
12524 fortran-comment-line-start here. Set comment-start,
12525 add-log-current-defun.
12526 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12527 (fortran-current-defun): New function.
12528
12529 2000-03-09 Gerd Moellmann <gerd@gnu.org>
12530
12531 * emacs-lisp/re-builder.el: New file.
12532
12533 * mouse.el (mouse-drag-region): Don't run up-event handler
12534 if hscroll has changed.
12535
12536 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12537 builtin operators, use `font-lock-builtin-face' for Emacs and
12538 `font-lock-preprocessor-face' otherwise.
12539
12540 * font-lock.el (lisp-font-lock-keywords-1): Highlight
12541 `(defun (setf foo)' differently.
12542
12543 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12544
12545 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12546 (regexp-opt): Update comment and adapt the code the new meaning of
12547 the `paren' argument of regex-opt-group for shy-groups.
12548 (regexp-opt-depth): Handle shy groups as well as backslashed
12549 backslashes.
12550 (regexp-opt-group): Turn the leading comment into a docstring.
12551 Allow `paren' to be a string (the string to use to open a group).
12552 Remove open-presuf and close-presuf. Instead of checking for `all
12553 one-char' and then later on check for `several one-char', handle
12554 both cases close together. Also apply a more generic algorithm
12555 for suffixes (the mirror image of the algorithm used for
12556 prefixes). Use shy-groups. Use nreverse rather than reverse.
12557 (regexp-opt-try-suffix): Removed.
12558
12559 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12560 from comint-mode-map, so we can just inherit from it. Also, move
12561 the initialization into the `defvar' since there's no docstring
12562 anyway and it's fairly short.
12563 (inferior-scheme-mode): Define it as derived-mode: the code is
12564 shorter and this way we inherit from comint-mode-map rather than
12565 copying it.
12566
12567 * subr.el (replace-regexps-in-string): Properly handle the case
12568 where we match an empty string.
12569
12570 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12571 when the command has a directory component (such as "./testml").
12572 Also fix a typo in the comment.
12573
12574 2000-03-08 Gerd Moellmann <gerd@gnu.org>
12575
12576 * Makefile (compile-files): Compile files one by one because
12577 that's the only way to ensure a clean compilation environment for
12578 each individual file.
12579
12580 * frame.el (other-frame): Call x-focus-frame.
12581
12582 2000-03-07 Dave Love <fx@gnu.org>
12583
12584 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12585 :require to defcustom.
12586
12587 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12588 lists.
12589
12590 * files.el (auto-mode-alist): Add configure.in.
12591
12592 * progmodes/autoconf.el: New file.
12593
12594 2000-03-07 Gerd Moellmann <gerd@gnu.org>
12595
12596 * mail/mh-e.el: Change maintainer to `none'.
12597
12598 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12599 to remove-hook and add-hook.
12600
12601 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12602
12603 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12604 it as the default.
12605 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12606 (sendmail-send-it): Conditionally add MIME headers specifying the
12607 used character set.
12608
12609 2000-03-07 Dave Love <fx@gnu.org>
12610
12611 * winner.el: Fix keywords, autoload cookies. Split
12612 eval-when-compile form to avoid compilation failure.
12613
12614 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12615
12616 * international/mule.el: Modify comment about coding system
12617 property `coding-category'.
12618 (make-coding-system): New argument EOL-TYPE. Pay attention to
12619 coding-category property of PROPERTIES.
12620
12621 * international/mule-conf.el (coding-category-utf-8,
12622 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12623 categories. Include them in the argument for set-coding-priority.
12624
12625 * international/mule-cmds.el (reset-language-environment): Include
12626 coding-category-utf-8, coding-category-utf-16-be, and
12627 coding-category-utf-16-le in the argument for set-coding-priority.
12628 (reset-language-environment): Initialize coding-category-utf-8,
12629 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12630
12631 2000-03-06 Karl Fogel <kfogel@red-bean.com>
12632
12633 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12634 code abstracted out of `bookmark-jump-noselect'. Now tries info
12635 extensions as well as compression extensions.
12636 (bookmark-jump-noselect): Use above new func.
12637
12638 2000-03-03 Gerd Moellmann <gerd@gnu.org>
12639
12640 * strokes.el: Change maintainer's mail address.
12641
12642 2000-03-03 Kenichi Handa <handa@etl.go.jp>
12643
12644 * international/mule-diag.el (list-character-sets): Make help-echo
12645 string by substitute-command-keys.
12646 (list-character-sets): Likewise.
12647 (sort-listed-character-sets): Call help-setup-xref.
12648
12649 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12650
12651 * time.el (display-time-mail-file): Add `none' to the list of
12652 choices.
12653
12654 2000-03-01 Dave Love <fx@gnu.org>
12655
12656 * help.el (help-xref-go-back): Don't try to set position.
12657
12658 * international/mule-diag.el (list-character-sets): Call
12659 help-setup-xref. Add help-echo to xrefs.
12660 (list-character-sets-1): Add help-echo to xrefs.
12661
12662 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12663
12664 * frame.el (blink-cursor-mode): Switch cursor on when turning
12665 the mode off.
12666
12667 * add-log.el (add-log-current-defun): Add support for
12668 Autoconf mode.
12669
12670 * mail/rmail.el (rmail-quit-hook): New variable.
12671
12672 2000-03-01 Dave Love <fx@gnu.org>
12673
12674 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12675
12676 * help.el (help-xref-button): Add help-echo arg.
12677 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12678
12679 * faces.el (list-faces-display): Supply help-echo with
12680 help-make-xrefs.
12681
12682 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12683 nil.
12684
12685 2000-03-01 Gerd Moellmann <gerd@gnu.org>
12686
12687 * image.el (defimage): Look for image files in load-path.
12688
12689 * frame.el (busy-cursor-delay-seconds): Change type to
12690 `number'.
12691
12692 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12693
12694 * recentf.el (recentf): Added version tag to the defgroup of
12695 recentf.
12696
12697 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12698
12699 * recentf.el (recentf-cleanup): Changed to remove excluded file
12700 too.
12701 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12702 action to select/unselect a file.
12703 (recentf-edit-list): Code cleanup and improvement.
12704 (recentf-open-more-files-action): `recentf-open-more-files' button
12705 widget action to open a file.
12706 (recentf-open-more-files): No more use standard completion but
12707 widgets.
12708 (recentf-more-collection): Deleted.
12709 (recentf-more-history): Deleted.
12710 (recentf-setup-more-completion): Deleted.
12711
12712 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12713
12714 * recentf.el (recentf-mode): No more needs that Emacs is running
12715 under a window-system.
12716
12717 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12718
12719 * recentf.el (recentf-edit-list): New command to edit the recent
12720 list which allow the user to remove files.
12721 (recentf-edit-selected-items): New global variable, used by
12722 `recentf-edit-list' to hold the list of files to be removed from
12723 the recent list.
12724 (recentf-make-menu-items): Updated to display a "Edit list..."
12725 menu item. Minor code cleanup.
12726
12727 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12728
12729 * recentf.el (recentf-open-more-files): New command to open files
12730 that are not displayed in the menu.
12731 (recentf-more-collection): New global variable holding the set of
12732 permissible completions used by `recentf-open-more-files'.
12733 (recentf-more-history): New global variable holding the history list
12734 used by `recentf-open-more-files' completion.
12735 (recentf-setup-more-completion): New function to setup completion for
12736 `recentf-open-more-files'.
12737 (recentf-make-menu-items): Updated to display a "More..." menu item.
12738
12739 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12740
12741 * recentf.el (recentf-menu-action): Doc fixed.
12742
12743 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12744
12745 * recentf.el (recentf-menu-filter): Doc updated.
12746 (recentf-update-menu-hook): Allow menu filters to force menu update.
12747 (recentf-make-menu-items): New menu filter handling.
12748 (recentf-make-menu-item): New helper function.
12749 (recentf-menu-elements): New menu handling function.
12750 (recentf-sort-ascending): Updated to new menu filter handling.
12751 (recentf-sort-descending): Updated to new menu filter handling.
12752 (recentf-sort-basenames-ascending): New menu filter function.
12753 (recentf-sort-basenames-descending): New menu filter function.
12754 (recentf-show-basenames): New menu filter function.
12755 (recentf-show-basenames-ascending): New menu filter function.
12756 (recentf-show-basenames-descending): New menu filter function.
12757
12758 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12759
12760 * diary-lib.el (list-diary-entries): Don't try to go forward at
12761 the end of the buffer.
12762
12763 2000-02-29 Kenichi Handa <handa@etl.go.jp>
12764
12765 * international/mule-diag.el (list-character-sets): Completely
12766 rewritten.
12767 (sort-listed-character-sets): New function.
12768 (list-character-sets-1): Completely rewritten.
12769 (list-character-sets-2): New function.
12770 (non-iso-charset-alist): New variable.
12771 (decode-codepage-char): New function.
12772 (charset-history): New variable.
12773 (read-charset) (list-block-of-chars)
12774 (list-iso-charset-chars)
12775 (list-non-iso-charset-chars)
12776 (list-charset-chars): New functions.
12777 (mule-diag): Call list-character-sets-2, not
12778 list-character-sets-2.
12779 (dump-charsets): Likewise.
12780
12781 2000-02-29 Gerd Moellmann <gerd@gnu.org>
12782
12783 * dired-x.el (dired-filename-at-point): Add `@' to valid
12784 file name characters.
12785 (dired-filename-at-point): Handle ange-ftp file names.
12786
12787 * frame.el (frame-notice-user-settings): Use assq-delete-all
12788 instead of assoc-delete-all.
12789 (frame-notice-user-settings): Ditto.
12790
12791 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12792 Don't copy alist.
12793
12794 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12795
12796 * calculator.el (calculator-use-menu): New option.
12797 (calculator-initial-bindings): Changed some bindings to work as
12798 macros.
12799 (calculator-forced-input): Removed.
12800 (calculator-restart-other-mode): New variable.
12801 (calculator-mode-map): Set up menu.
12802
12803 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12804
12805 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12806 tags.
12807
12808 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
12809
12810 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12811 translate all ESC key sequences.
12812 (viper-goto-mark-subr): restore markers for files for which
12813 they were saved.
12814 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12815 * viper-util.el (viper-set-replace-overlay-glyphs,
12816 viper-set-replace-overlay): always check if the replacement
12817 overlay is live.
12818 * viper.el (viper-vi-state-mode-list): added major modes.
12819 * ediff-wind.el: minor comment changes.
12820 * ediff.el: copyright notice date fix.
12821
12822 2000-02-27 Jason Rumney <jasonr@gnu.org>
12823
12824 * faces.el (face-font-family-alternatives): Add arial to helv.
12825 (mode-line, header-line, tool-bar): Same default as x for w32.
12826 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12827 face-font-family-alternatives from working.
12828 * term/w32-win.el (mouse-set-font): Do not build fontset from
12829 chosen font.
12830
12831 2000-02-25 Sam Steingold <sds@goems.com>
12832
12833 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12834 properly.
12835
12836 2000-02-25 Richard M. Stallman <rms@gnu.org>
12837
12838 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12839
12840 2000-02-25 Gerd Moellmann <gerd@gnu.org>
12841
12842 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12843 writable.
12844
12845 * frame.el (busy-cursor-delay-seconds): New option.
12846
12847 2000-02-24 Gerd Moellmann <gerd@gnu.org>
12848
12849 * frame.el (show-cursor-in-non-selected-windows): New option.
12850
12851 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12852
12853 * diary-lib.el (include-other-diary-files): Undo the selective
12854 display in any included file and don't kill it.
12855
12856 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12857
12858 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12859 bar. Menu items converted to (menu-item format, help strings
12860 added.
12861 [downcase, upcase]: Don't enable on MS-DOS.
12862 [symlink, symlinks]: Don't show if make-symbolic-link is not
12863 bound.
12864 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12865
12866 2000-02-23 Dave Love <fx@gnu.org>
12867
12868 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12869 (backward-kill-word): Revert addition of * to interactive spec --
12870 it's a feature.
12871
12872 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12873 (backward-kill-sentence, kill-sentence): Likewise.
12874
12875 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12876 scratch buffer name.
12877 (gud-format-command): Use int-to-string in ?l case. Simplify
12878 slightly.
12879
12880 * term/w32-win.el (internal-face-interactive): Update prompt for
12881 new read-face-name.
12882
12883 * mail/footnote.el (footnote): Add :version to defgroup.
12884 (footnote-section-tag-regexp): Customize.
12885 (footnote-start-tag, footnote-end-tag): New option.
12886 (footnote-latin-regexp): New variable.
12887 (Footnote-latin): New function.
12888 (footnote-style-alist): Add element for latin style.
12889 (footnote-style): Moved.
12890 (Footnote-goto-footnote): Use eq to test arg.
12891
12892 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12893
12894 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12895 (byte-compile-trueconstp): Include keywords.
12896 (byte-optimize-quote, byte-optimize-lapcode): Use
12897 byte-compile-const-symbol-p.
12898 (byte-optimize-char-before): New optimization.
12899
12900 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12901 (byte-compile-const-symbol-p): New function.
12902 (byte-compile-constp, byte-compile-out-toplevel)
12903 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12904 Use it.
12905
12906 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12907
12908 2000-02-23 Kenichi Handa <handa@etl.go.jp>
12909
12910 * international/encoded-kb.el: Be sure to update minor-mode-alist
12911 and minor-mode-map-alist.
12912 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12913 codes SS2 and SS3 correctly.
12914 (encoded-kbd-self-insert-ccl): New function.
12915 (encoded-kbd-setup-keymap): New function.
12916 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12917 by calling encoded-kbd-setup-keymap.
12918
12919 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12920 characters.
12921 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12922 locally.
12923
12924 2000-02-22 Dave Love <fx@gnu.org>
12925
12926 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12927 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12928 defvar.
12929 (lisp-mode-syntax-table): Set up for #|...|# comments.
12930 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12931 classes. Match `defface'.
12932 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12933 (eval-defun-1): Fix for defcustom.
12934 (lisp-indent-region): Doc fix.
12935
12936 * subr.el (when, unless, split-string): Doc fix.
12937 (read-passwd): Move call of clear-this-command-keys to the right
12938 place.
12939 (replace-regexps-in-string): New function.
12940
12941 2000-02-22 Gerd Moellmann <gerd@gnu.org>
12942
12943 * help.el (describe-variable): Set syntax table to
12944 emacs-lisp-mode-syntax-table when moving forward over the
12945 symbol's name.
12946
12947 2000-02-22 Dave Love <fx@gnu.org>
12948
12949 * xt-mouse.el: Doc fixes.
12950 (xterm-mouse-position-function): New function, replacing advice of
12951 mouse-position.
12952 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12953
12954 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12955
12956 2000-02-21 Gerd Moellmann <gerd@gnu.org>
12957
12958 * format.el (format-annotate-single-property-change): Handle
12959 properties.with dotted-list values.
12960 (format-proper-list-p): New function.
12961
12962 * enriched.el (enriched-face-ans): Handle '(foreground-color
12963 . COLOR) and (background-color . COLOR).
12964
12965 2000-02-20 Dave Love <fx@gnu.org>
12966
12967 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12968 and assignments to it.
12969 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12970 current local map.
12971 (make-flyspell-overlay): Use it.
12972 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12973
12974 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12975 (lm-get-header-re): Defun, not defsubst.
12976 (lm-get-package-name): Defun, not defsubst. Simplify.
12977 (lm-version): Doc fix. Simplify.
12978 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12979 (lm-crack-address, lm-last-modified-date, lm-commentary)
12980 (lm-verify, lm-synopsis): Simplify.
12981 (lm-report-bug): Require emacsbug. Use compose-mail.
12982
12983 2000-02-20 Gerd Moellmann <gerd@gnu.org>
12984
12985 * dired.el (dired-mode): Call propertized-buffer-identification
12986 to set mode-line-buffer-identification to something having
12987 the right text properties.
12988
12989 * bindings.el (propertized-buffer-identification): New function.
12990
12991 2000-02-20 Dave Love <fx@gnu.org>
12992
12993 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12994 check for t-mouse too.
12995
12996 * cus-start.el: Make echo-keystrokes `number'.
12997
12998 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12999
13000 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13001 Don't call ring-empty-p unless tags-location-ring is bound.
13002 From Noah Friedman <friedman@splode.com>.
13003
13004 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13005
13006 * progmodes/hideshow.el (hs-flag-region): No longer use
13007 `intangible' overlay property.
13008
13009 (hs-toggle-hiding): New command.
13010 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13011
13012 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13013 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13014 and deactivation.
13015
13016 2000-02-18 Gerd Moellmann <gerd@gnu.org>
13017
13018 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13019
13020 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13021
13022 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13023
13024 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13025 of `*' to handle `(* ... *)' comments.
13026
13027 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13028
13029 * faces.el (list-faces-display): Use display-mouse-p instead of
13030 window-system.
13031
13032 * menu-bar.el (global-map): Menu-bar items converted to the new
13033 format (menu-item..., rearranged for better CUA compliance, and
13034 their names changed for better clarity. Help strings added.
13035
13036 * international/mule-cmds.el (mule-menu-keymap)
13037 (describe-language-environment-map, set-coding-system-map)
13038 (setup-language-environment-map): Convert to new (menu-item...
13039 form, add help strings. Change names of menu items for better
13040 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13041 submenu).
13042
13043 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13044
13045 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13046 within the code.
13047
13048 2000-02-16 Dave Love <fx@gnu.org>
13049
13050 * faces.el: Don't require custom. Add more specific :groups to
13051 various deffaces.
13052 (set-face-attribute): Purecopy args.
13053 (read-face-name): Default to name at point and use it in prompt.
13054 Remove colon from arg in all callers.
13055 (list-faces-display): Hyperlink to face descriptions and customize
13056 buffers.
13057
13058 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13059
13060 * wid-edit.el (widget-match-inline): An atom never matches a
13061 list.
13062
13063 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13064
13065 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13066 at ':' characters by call to split-string.
13067
13068 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13069
13070 * textmodes/bibtex.el: Added RCS version identification.
13071
13072 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13073
13074 * textmodes/bibtex.el: Some temporary comments removed.
13075 (bibtex-field-name, bibtex-entry-type): Made the relationship
13076 explicit.
13077 (bibtex-field-const): Allow capital letters.
13078 (bibtex-start-of-string): Deleted because unused.
13079
13080 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13081 use the term 'reference' to describe a bibtex entry as a whole.
13082 Further, reference keys are no longer called 'labels'.
13083 (bibtex-keys): Renamed to bibtex-reference-keys.
13084 (bibtex-reformat-previous-labels): Renamed to
13085 bibtex-reformat-previous-reference-keys.
13086 (bibtex-reference-type): Renamed to bibtex-entry-type.
13087 (bibtex-reference-head): Renamed to bibtex-entry-head.
13088 (bibtex-reference-maybe-empty-head): Renamed to
13089 bibtex-entry-maybe-empty-head.
13090 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13091 (bibtex-search-reference): Renamed to bibtex-search-entry.
13092 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13093 bibtex-enclosing-entry-maybe-empty-head.
13094 (bibtex-entry-field-alist, bibtex-entry-head,
13095 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13096 bibtex-map-entries, bibtex-search-entry,
13097 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13098 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13099 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13100 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13101 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13102 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13103 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13104
13105 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13106
13107 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13108 comment.
13109 (bibtex-format-field-delimiters): New function, functionality
13110 extracted from bibtex-format-entry.
13111 (bibtex-autokey-get-yearfield-digits): New function, functionality
13112 extracted from bibtex-autokey-get-yearfield.
13113
13114 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13115 entries in order to avoid stack overflow in the regexp matcher if
13116 field contents become large.
13117 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13118 bibtex-field-string-part-not-braced,
13119 bibtex-field-string-part-no-inner-braces,
13120 bibtex-field-string-part-1-inner-brace,
13121 bibtex-field-string-part-2-inner-braces,
13122 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13123 bibtex-field-string-quoted, bibtex-field-string,
13124 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13125 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13126 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13127 as parsing is now performed by the following functions.
13128 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13129 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13130 bibtex-parse-field-string, bibtex-search-forward-field-string,
13131 bibtex-parse-association, bibtex-field-name-for-parsing,
13132 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13133 bibtex-search-forward-field, bibtex-search-backward-field,
13134 bibtex-start-of-field, bibtex-end-of-field,
13135 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13136 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13137 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13138 bibtex-parse-string, bibtex-search-forward-string,
13139 bibtex-search-backward-string, bibtex-start-of-string,
13140 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13141 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13142 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13143 entries. Instead of reporting the results of the parsing by
13144 match-beginning or match-end, these functions return data structures
13145 that hold the corresponding positions.
13146 (bibtex-enclosing-field): Changed to also report field boundaries by
13147 return values rather than by match-beginning or match-end. The
13148 following functions have been adapted to use the new parsing
13149 functions.
13150 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13151 bibtex-enclosing-field, bibtex-format-entry,
13152 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13153 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13154 bibtex-print-help-message, bibtex-end-of-entry,
13155 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13156 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13157 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13158 method for parsing.
13159 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13160 bibtex-map-entries, bibtex-flash-head,
13161 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13162 bibtex-autokey-change, bibtex-autokey-get-namefield,
13163 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13164 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13165 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13166 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13167 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13168 order to make the new binding of case-fold-search immediately
13169 visible.
13170
13171 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13172
13173 * textmodes/bibtex.el: Copyright notice is up to date.
13174 Added constant 'bibtex-maintainer-salutation.
13175
13176 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13177 than make-temp-name, use match-string-no-properties and eliminate
13178 a quadratic behavior when building bibtex-strings.
13179
13180 * bibtex.el (bibtex-reference-key): Accept string entries whose
13181 reference key contains upper case letters.
13182
13183 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13184
13185 * bibtex.el (bibtex-reference-head): Allow entries to start with
13186 a new line.
13187
13188 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13189
13190 * bibtex.el: Hiding of entry bodies is not longer provided by
13191 bibtex.el directly. Instead the hideshow package can be used.
13192 Added a special bibtex entry to hs-special-modes-alist.
13193 (bibtex-hs-forward-sexp): Added for hideshow.el.
13194
13195 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13196
13197 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13198 at ':' characters by call to split-string.
13199
13200 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13201
13202 * textmodes/bibtex.el: Added RCS version identification.
13203
13204 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13205
13206 * textmodes/bibtex.el: Some temporary comments removed.
13207 (bibtex-field-name, bibtex-entry-type): Made the relationship
13208 explicit.
13209 (bibtex-field-const): Allow capital letters.
13210 (bibtex-start-of-string): Deleted because unused.
13211
13212 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13213 use the term 'reference' to describe a bibtex entry as a whole.
13214 Further, reference keys are no longer called 'labels'.
13215 (bibtex-keys): Renamed to bibtex-reference-keys.
13216 (bibtex-reformat-previous-labels): Renamed to
13217 bibtex-reformat-previous-reference-keys.
13218 (bibtex-reference-type): Renamed to bibtex-entry-type.
13219 (bibtex-reference-head): Renamed to bibtex-entry-head.
13220 (bibtex-reference-maybe-empty-head): Renamed to
13221 bibtex-entry-maybe-empty-head.
13222 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13223 (bibtex-search-reference): Renamed to bibtex-search-entry.
13224 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13225 bibtex-enclosing-entry-maybe-empty-head.
13226 (bibtex-entry-field-alist, bibtex-entry-head,
13227 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13228 bibtex-map-entries, bibtex-search-entry,
13229 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13230 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13231 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13232 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13233 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13234 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13235 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13236
13237 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13238
13239 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13240 comment.
13241 (bibtex-format-field-delimiters): New function, functionality
13242 extracted from bibtex-format-entry.
13243 (bibtex-autokey-get-yearfield-digits): New function, functionality
13244 extracted from bibtex-autokey-get-yearfield.
13245
13246 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13247 entries in order to avoid stack overflow in the regexp matcher if
13248 field contents become large.
13249 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13250 bibtex-field-string-part-not-braced,
13251 bibtex-field-string-part-no-inner-braces,
13252 bibtex-field-string-part-1-inner-brace,
13253 bibtex-field-string-part-2-inner-braces,
13254 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13255 bibtex-field-string-quoted, bibtex-field-string,
13256 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13257 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13258 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13259 as parsing is now performed by the following functions.
13260 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13261 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13262 bibtex-parse-field-string, bibtex-search-forward-field-string,
13263 bibtex-parse-association, bibtex-field-name-for-parsing,
13264 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13265 bibtex-search-forward-field, bibtex-search-backward-field,
13266 bibtex-start-of-field, bibtex-end-of-field,
13267 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13268 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13269 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13270 bibtex-parse-string, bibtex-search-forward-string,
13271 bibtex-search-backward-string, bibtex-start-of-string,
13272 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13273 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13274 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13275 entries. Instead of reporting the results of the parsing by
13276 match-beginning or match-end, these functions return data structures
13277 that hold the corresponding positions.
13278 (bibtex-enclosing-field): Changed to also report field boundaries by
13279 return values rather than by match-beginning or match-end. The
13280 following functions have been adapted to use the new parsing
13281 functions.
13282 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13283 bibtex-enclosing-field, bibtex-format-entry,
13284 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13285 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13286 bibtex-print-help-message, bibtex-end-of-entry,
13287 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13288 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13289 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13290 method for parsing.
13291 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13292 bibtex-map-entries, bibtex-flash-head,
13293 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13294 bibtex-autokey-change, bibtex-autokey-get-namefield,
13295 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13296 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13297 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13298 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13299 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13300 order to make the new binding of case-fold-search immediately
13301 visible.
13302
13303 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13304
13305 * textmodes/bibtex.el: Copyright notice is up to date.
13306 Added constant 'bibtex-maintainer-salutation.
13307
13308 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13309 than make-temp-name, use match-string-no-properties and eliminate
13310 a quadratic behavior when building bibtex-strings.
13311
13312 * bibtex.el (bibtex-reference-key): Accept string entries whose
13313 reference key contains upper case letters.
13314
13315 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13316
13317 * bibtex.el (bibtex-reference-head): Allow entries to start with
13318 a new line.
13319
13320 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13321
13322 * bibtex.el: Hiding of entry bodies is not longer provided by
13323 bibtex.el directly. Instead the hideshow package can be used.
13324 Added a special bibtex entry to hs-special-modes-alist.
13325 (bibtex-hs-forward-sexp): Added for hideshow.el.
13326
13327 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13328
13329 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13330 proceedings entry type (for cross referencing). Thanks to Wagner
13331 Toledo Correa for the suggestion.
13332
13333 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
13334
13335 2000-02-14 Kenichi Handa <handa@etl.go.jp>
13336
13337 * international/characters.el: Setup case table for Vietnamese.
13338
13339 2000-02-12 Gerd Moellmann <gerd@gnu.org>
13340
13341 * uniquify.el (toplevel): Require CL at compile time.
13342 (uniquify-push): Removed.
13343
13344 * shadowfile.el (shadow-when): Removed.
13345
13346 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13347 (tempo-process-and-insert-string): Use dolist instead of
13348 tempo-dolist.
13349
13350 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13351 regexp for paragraph-start.
13352
13353 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13354 commas as well.
13355
13356 2000-02-10 Dave Love <fx@gnu.org>
13357
13358 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13359 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13360 Deleted.
13361 (widget-specify-field, widget-specify-button): Don't use
13362 widget-mouse-help as help-echo property.
13363 (default): Use #'ignore for :validate and :mouse-down-action.
13364 (checkbox): Add help-echo.
13365 (widget-sexp-validate): Rewritten to clarify error messages.
13366 (character): Use char-valid-p in :match function.
13367 (widget-color-complete): Use facemenu-color-alist.
13368 (widget-color-action): Use facemenu-read-color.
13369
13370 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13371 set up `caar' &c that we now have.
13372
13373 2000-02-09 Ray Blaak <blaak@gnu.org>
13374
13375 * delphi.el: Make resourcestring a declaration region, like const
13376 and var.
13377
13378 2000-02-09 Dave Love <fx@gnu.org>
13379
13380 * bindings.el (mode-line-input-method-map): New variable.
13381 (mode-line-mule-info): Use it; fix last change.
13382 (mode-line-mode-menu): Move definition.
13383 (mode-line-mouse-sensitive-p): Deleted.
13384 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13385 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13386 level.
13387
13388 * startup.el (command-line-1): Don't call
13389 make-mode-line-mouse-sensitive.
13390
13391 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13392
13393 * mail/rmail.el (rmail-retry-failure): Use
13394 rmail-beginning-of-message before rmail-toggle-header, because the
13395 former toggles headers.
13396
13397 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13398
13399 * diff-mode.el (diff-kill-junk): New interactive function.
13400 (diff-reverse-direction): Use delete-and-extract-region.
13401 (diff-post-command-hook): Restrict the area so that the hook also works
13402 outside of any diff hunk. This is necessary for the minor-mode.
13403 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13404 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13405
13406 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13407 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13408 so that it can be used more easily in <foo>-mode-hook. Also make sure
13409 to avoid duplicate entries.
13410 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13411 (font-lock-remove-keywords): Just as was done for `add', allow it to
13412 work even if font-lock-mode is nil. Also make sure we don't modify
13413 any pre-existing list by forcing a copy-sequence. Finally rename
13414 `major-mode' to `mode'.
13415 (font-lock-fontify-syntactic-anchored-keywords)
13416 (font-lock-fontify-anchored-keywords)
13417 (font-lock-fontify-keywords-region): Use line-end-position.
13418 Don't make `font-lock-multiline' local (it's now done in
13419 font-lock-set-defaults).
13420 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13421 move the `font-lock-fontified' creation to inside the `unless'.
13422
13423 2000-02-06 Andrew Innes <andrewi@gnu.org>
13424
13425 * term/w32-win.el (x-handle-args): Comment out call to message,
13426 which occurs before window system is initialized.
13427
13428 * makefile.nt: Add support for recompiling lisp code.
13429
13430 2000-02-04 Dave Love <fx@gnu.org>
13431
13432 * bindings.el (mode-line-mule-info): Fix/extend last change.
13433
13434 * completion.el: Replace completion-dolist with dolist.
13435
13436 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13437 dotimes.
13438
13439 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13440
13441 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13442 environment names before they go into the section regexp.
13443
13444 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13445 char class in regexp.
13446
13447 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13448 `case-fold-search' to nil.
13449
13450 * progmodes/idlwave.el (idlwave-template): Respect
13451 `idlwave-abbrev-change-case'.
13452 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13453 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13454 idlwave-while): respect `idlwave-reserved-word-upcase'.
13455 (idlwave-rw-case): New function.
13456 (idlwave-statement-match): Fixed problem with assignment regexp.
13457 (idlwave-font-lock-keywords): Improved regexp for keyword
13458 parameters.
13459 (idlwave-surround): New argument LENGTH to support padding of
13460 operators longer than 1 char.
13461
13462 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13463 idlwave-shell-expression-overlay. Implemented printing of
13464 expressions on higher levels of the calling stack.
13465 (idlwave-shell-display-level-in-calling-stack): Restore stack
13466 level.
13467 (idlwave-retrieve-expression-from-level): New function.
13468 (idlwave-shell-last-calling-stack): Variable removed.
13469 (idlwave-shell-reset): Argument action reversed (`visible' to
13470 `hidden'). Also remove stop-line overlay.
13471 (idlwave-shell-calling-stack-routine): New variable.
13472 (idlwave-shell-parse-stack-and-display): Messages now display
13473 negative level numbers.
13474 (idlwave-shell-mode): Set `modeline-format'.
13475 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13476 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13477 21.
13478 (idlwave-shell-print-expression-function): New option.
13479
13480 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13481 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13482 `tool-bar' instead of `toolbar'.
13483
13484 2000-02-02 Dave Love <fx@gnu.org>
13485
13486 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13487 emacs-lisp-mode-hook. Don't check for defalias being defined.
13488
13489 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13490 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13491 the new builtins directly.
13492
13493 * whitespace.el (whitespace): Add :version to defgroup.
13494
13495 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13496 Doc fix.
13497
13498 * thingatpt.el (sexp-at-point, symbol-at-point)
13499 (number-at-point, list-at-point): Add autoload cookie.
13500
13501 * recentf.el (recentf): Add :version to defgroup.
13502
13503 * quickurl.el (quickurl): Add :version to defgroup.
13504
13505 * elide-head.el (elide-head): Use point-marker more.
13506
13507 * bs.el (bs): Add :version to defgroup.
13508
13509 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13510
13511 * progmodes/delphi.el (delphi): Add :version to defgroup.
13512
13513 2000-02-02 Gerd Moellmann <gerd@gnu.org>
13514
13515 * ange-ftp.el (ange-ftp-write-region): Handle case that
13516 succeeding process operation sets a different coding system.
13517
13518 * calculator.el: New file.
13519
13520 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13521
13522 * frame.el (frames-on-display-list, framep-on-display): New
13523 functions.
13524 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13525 (display-selections-p, display-screens, display-pixel-width)
13526 (display-pixel-height, display-mm-width, display-mm-height)
13527 (display-backing-store, display-save-under, display-planes)
13528 (display-color-cells, display-visual-class): New functions.
13529
13530 * term/tty-colors.el (tty-color-gray-shades): New function.
13531
13532 * faces.el (display-color-p): Use framep-on-display.
13533 (display-grayscale-p): New function.
13534
13535 2000-01-31 Dave Love <fx@gnu.org>
13536
13537 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13538 (create-fontset-from-x-resource): Don't concat integers.
13539
13540 2000-01-31 Inge Frick <inge@nada.kth.se>
13541
13542 * view.el: Some changes in documentation. Removed some trailing
13543 whitespace. Changed some parameter names to agree with
13544 documentation.
13545 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13546 window is not deleted. Modifies change 1998-04-26.
13547
13548 2000-01-31 Gerd Moellmann <gerd@gnu.org>
13549
13550 * windmove.el: New file.
13551
13552 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13553 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13554 progmodes/ebnf-yac.el: Update copyright and license info.
13555
13556 * jit-lock.el (jit-lock-function): Widen before calculating end
13557 position.
13558 (jit-lock-stealth-chunk-start): Rewritten.
13559
13560 * info.el (Info-title-face-alist): Removed.
13561 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13562 faces.
13563 (Info-fontify-node): Use these faces.
13564
13565 2000-01-30 Gerd Moellmann <gerd@gnu.org>
13566
13567 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13568 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13569 `&allow-other-keywords'.
13570
13571 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13572 the list of directories scanned heuristically.
13573
13574 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13575 exist.
13576
13577 2000-01-30 Jason Rumney <jasonr@gnu.org>
13578
13579 * w32-fns.el: Define w32-tty-standard-colors.
13580
13581 * startup.el (command-line): Use w32-tty-standard-colors when in
13582 w32 console mode.
13583
13584 2000-01-30 Dave Love <fx@gnu.org>
13585
13586 * jka-compr.el (jka-compr-load): Fix up load-history.
13587
13588 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13589
13590 * emacs-lisp/cl-macs.el: Revert previous change.
13591
13592 2000-01-29 Dave Love <fx@gnu.org>
13593
13594 * facemenu.el: Purecopy various strings.
13595
13596 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13597 years. Deal with three-digit years.
13598
13599 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13600 defconst, purecopy.
13601 (help-back-label): Purecopy it.
13602
13603 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13604
13605 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13606 variable. If non-nil, order the buffer list according to the
13607 currently selected frame.
13608 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13609 non-nil, pass the selected frame to function buffer-list.
13610
13611 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13612
13613 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13614
13615 2000-01-28 Dave Love <fx@gnu.org>
13616
13617 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13618
13619 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13620 Don't use lisp-indent-hook property.
13621 (cl-abs): Remove.
13622
13623 * subr.el: Move out indent and edebug specs for when and unless.
13624
13625 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13626 when, unless.
13627
13628 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13629 unless, when.
13630
13631 2000-01-28 Gerd Moellmann <gerd@gnu.org>
13632
13633 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13634 `collecting' as synonym for `collect'.
13635
13636 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13637 for the case it contains spaces.
13638
13639 * simple.el (what-cursor-position): Change formatting of
13640 messages.
13641
13642 * frame.el (delete-other-frames): New function.
13643 (toplevel): Bind it to C-x 5 1.
13644
13645 * sort.el (sort-numeric-base): New option.
13646 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13647 interpret it as octal or hexadecimal. Use sort-numeric-base
13648 as default base.
13649
13650 * progmodes/glasses.el: New file.
13651
13652 2000-01-27 Gerd Moellmann <gerd@gnu.org>
13653
13654 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13655 userids differently.
13656
13657 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13658 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13659 progmodes/ebnf-yac.el: New files.
13660
13661 2000-01-26 Dave Love <fx@gnu.org>
13662
13663 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13664 on a function with an empty body. [From Eric Ludlam.]
13665
13666 2000-01-25 Andre Spiegel <spiegel@gnu.org>
13667
13668 * vc.el (vc-version-diff): Make sure file name is expanded.
13669
13670 2000-01-25 Gerd Moellmann <gerd@gnu.org>
13671
13672 * scroll-bar.el (scroll-bar-timer): Variable removed.
13673 (scroll-bar-toolkit-scroll): Don't use a timer.
13674
13675 2000-01-25 Kenichi Handa <handa@etl.go.jp>
13676
13677 * language/thai-util.el (thai-composition-function): Delete
13678 superfluous `a'.
13679
13680 2000-01-24 Dave Love <fx@gnu.org>
13681
13682 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13683 end-of-defun-function.
13684
13685 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13686 &c.
13687
13688 2000-01-22 Jason Rumney <jasonr@gnu.org>
13689
13690 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13691 conflicts with new face support.
13692
13693 2000-01-22 Richard M. Stallman <rms@gnu.org>
13694
13695 * replace.el (query-replace): Rename last arg to DELIMITED.
13696 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13697 (query-replace-regexp): Likewise.
13698
13699 2000-01-20 Richard M. Stallman <rms@gnu.org>
13700
13701 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13702
13703 * emacs-lisp/lisp.el (beginning-of-defun-function):
13704 Variable renamed from beginning-of-defun.
13705 Do not call make-variable-buffer-local.
13706 (beginning-of-defun-raw): Use new variable name; doc fix.
13707 (beginning-of-defun): Doc fix.
13708 (end-of-defun-function): Variable renamed from end-of-defun.
13709 Do not call make-variable-buffer-local.
13710 (end-of-defun): Use new variable name; doc fix.
13711
13712 * subr.el (dolist, dotimes): Copied from cl-macs.el
13713 and made to work.
13714
13715 * mail/undigest.el (rmail-digest-end-regexps):
13716 Variable replaces rmail-digest-end-regexp.
13717 Allows multiple regexps for detecting the end line.
13718 (undigestify-rmail-message): Corresponding changes.
13719
13720 2000-01-19 Dave Love <fx@gnu.org>
13721
13722 * files.el (user-init-file): Don't declare here -- is primitive.
13723
13724 * startup.el (command-line): Check for compiled user-init-file and
13725 set to uncompiled version if necessary.
13726
13727 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13728
13729 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13730 (undigestify-rmail-message): Use it.
13731
13732 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13733
13734 2000-01-17 Gerd Moellmann <gerd@gnu.org>
13735
13736 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13737 of mini-buffer.
13738
13739 2000-01-14 Gerd Moellmann <gerd@gnu.org>
13740
13741 * emacs-lisp/copyright.el (copyright-update): Removed the
13742 requirement for a trailing space from `copyright-regexp', to
13743 support copyrights with owner specified on a separate line..
13744
13745 * align.el: New file.
13746
13747 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13748
13749 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13750
13751 2000-01-13 Dave Love <fx@gnu.org>
13752
13753 * ph.el: Removed. (Obsoleted by EUDC.)
13754
13755 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13756
13757 * net/eudc.el (toplevel): Remove autoloaded code installing
13758 menu with easymenu, because that causes build problems.
13759
13760 * frame.el (frame-notice-user-settings): New variable.
13761 (frame-notice-user-settings): Don't modify frame parameters
13762 if called a second time.
13763
13764 2000-01-13 Richard M. Stallman <rms@gnu.org>
13765
13766 * frame.el (frame-notice-user-settings):
13767 Notice default-frame-parameters even for non-window frames.
13768
13769 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13770
13771 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13772 for Emacs.
13773 (eudc-bob-can-display-inline-images): Extend for Emacs.
13774 (eudc-bob-toggle-inline-display): Ditto.
13775 (eudc-bob-display-jpeg): Ditto.
13776
13777 2000-01-12 Gerd Moellmann <gerd@gnu.org>
13778
13779 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13780 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13781 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13782
13783 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13784 nil)'.
13785
13786 * subdirs.el: Add `net' directory.
13787
13788 * net: New directory.
13789
13790 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13791 eval-last-sexp. Don't bind debug-on-error here.
13792 (eval-last-sexp): New function. Bind debug-on-error if
13793 eval-expression-debug-on-error is non-nil.
13794 (eval-defun-2, eval-defun): Likewise.
13795
13796 * simple.el (eval-expression): Don't bind debug-on-error if
13797 eval-expression-debug-on-error is nil. Detect changed
13798 debug-on-error, and propagate new value to global binding, if
13799 eval-expression-debug-on-error is non-nil,
13800 (eval-expression-debug-on-error): Change doc string.
13801
13802 2000-01-11 Richard M. Stallman <rms@gnu.org>
13803
13804 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13805
13806 * emacs-lisp/lisp-mode.el (with-syntax-table):
13807 Set up lisp-indent-function property.
13808
13809 * subr.el (with-syntax-table): Moved from simple.el.
13810
13811 * simple.el (with-syntax-table): Moved to subr.el.
13812
13813 2000-01-11 Gerd Moellmann <gerd@gnu.org>
13814
13815 * tmm.el (tmm-shortcut): Delete region after prompt instead
13816 of erasing buffer.
13817
13818 * textmodes/fill.el (fill-common-string-prefix): New function.
13819 (fill-context-prefix): Use the longest common prefix of first
13820 and second line fill prefix, if there is one.
13821
13822 2000-01-11 Richard M. Stallman <rms@gnu.org>
13823
13824 * array.el (array-mode): Don't use make-variable-buffer-local.
13825 Use make-local-variable for `truncate-lines'.
13826
13827 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
13828
13829 * add-log.el (add-log-current-defun): Handle user-defined
13830 add-log-current-function returning nil,
13831
13832 * add-log.el (add-change-log-entry): Insert version number
13833 if having found a current function
13834
13835 * add-log.el (add-log-current-defun): Call
13836 `add-log-current-defun-function'. Try matches at level 0 and
13837 level 1. Strip whitespace from defun found.
13838
13839 2000-01-10 John Wiegley <johnw@gnu.org>
13840
13841 * allout.el (isearch-done/outline-provisions): Added `edit'
13842 argument to correspond with the current definition of
13843 `isearch-done'.
13844
13845 2000-01-10 Dave Love <fx@gnu.org>
13846
13847 * elide-head.el (elide-head): Use point-marker, not point.
13848
13849 2000-01-10 Gerd Moellmann <gerd@gnu.org>
13850
13851 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13852 before and after the year 2000.
13853
13854 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13855 Add ispell- prefix.
13856
13857 2000-01-10 Ken Stevens <k.stevens@ieee.org>
13858
13859 * ispell.el: Only define dictionaries in menus when they exist.
13860 (version18p): New variable.
13861 (version20p): New variable.
13862 (xemacsp): New variable.
13863 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13864 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13865 (ispell-dictionary-alist6): Russian command lines no longer accept
13866 run-together words.
13867 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13868 (ispell-dictionary-alist): Add koi8-r to customize definition.
13869 (check-ispell-version): Added documentation string. Returns
13870 library path when called non-interactively.
13871 (ispell-menu-map-needed): Uses new variables.
13872 (ispell-library-path): New variable.
13873 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13874 (ispell-word): Improved documentation string. Test for valid
13875 character mappings. Correctly check typed in word changes that can
13876 result in single words split into multiple words. Returns
13877 replacement word.
13878 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13879 replace in recursive query replace mode. Help message for
13880 recursive edit mode.
13881 (ispell-show-choices): Protect against bad framepop bindings.
13882 (ispell-help): Fix to work with XEmacs.
13883 (ispell-highlight-spelling-error): Use new variables.
13884 (ispell-overlay-window): Fix to work with XEmacs.
13885 (ispell-parse-output): Passed and returns location information
13886 tracking spelling corrections. Doesn't recheck same word on
13887 current line.
13888 (ispell-init-process): Protect against bogus XEmacs variable binding.
13889 Fix call to single argument in sleep-for. Use new variables.
13890 (ispell-region): Passed and returns location information tracking
13891 spelling corrections. Doesn't check same word on current line.
13892 Improved documentation string. Doesn't resend a line already
13893 checked to the ispell process - fixes bug in LaTeX parsing.
13894 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13895 (ispell-skip-region): No longer skips <TT> in SGML.
13896 (ispell-process-line): Tracks location information with spelling
13897 corrections. Added documentation string. Accounts for words
13898 already accepted on this line. Don't allow query-replace on line
13899 starting with math characters. Doesn't resend a line already sent
13900 to ispell process. Fixes alignment error bug.
13901
13902 2000-01-10 Richard M. Stallman <rms@gnu.org>
13903
13904 * dired-x.el (dired-guess-shell-alist-default):
13905 Suggest xloadimage, which is free, not xv, which isn't.
13906
13907 * ange-ftp.el (ange-ftp-file-name-nondirectory):
13908 Don't ever include the host name or user name in the value.
13909
13910 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13911
13912 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13913 of a real newline.
13914
13915 2000-01-09 Stephen Eglen <stephen@gnu.org>
13916
13917 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13918 for .png files.
13919
13920 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13921
13922 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13923
13924 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13925
13926 * progmodes/cperl-mode.el: Replace ^F with ^L.
13927
13928 * sendmail.el (toplevel): Provide `sendmail' when compiling
13929 before `require'ing rmail and mailalias to prevent infinite
13930 recursion.
13931
13932 2000-01-08 Dave Love <fx@gnu.org>
13933
13934 * emacs-lisp/backquote.el: Remove inappropriate customization
13935 (allowing custom.el to use backquote).
13936
13937 2000-01-07 Dave Love <fx@gnu.org>
13938
13939 * add-log.el (add-log-debugging): Deleted.
13940 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13941 file. Remove debugging code.
13942 (change-log-get-method-definition, change-log-name): Add doc.
13943 (change-log-sortable-date-at): New function.
13944 (change-log-merge): New command.
13945
13946 * time.el (display-time-string-forms): Make the Mail string active.
13947 (display-time-update): Provide help-echo for load average.
13948
13949 * bindings.el (make-mode-line-mouse2-map): New function.
13950 (mode-line-modified): Use it and simplify.
13951 (mode-line-mule-info): Provide help-echo info.
13952 (minor-mode-alist): Activate the strings.
13953 (make-mode-line-mouse-sensitive): Simplify for
13954 mode-line-buffer-identification.
13955
13956 2000-01-07 Gerd Moellmann <gerd@gnu.org>
13957
13958 * play/pong.el: New file.
13959
13960 2000-01-06 Dave Love <fx@gnu.org>
13961
13962 * array.el: Assorted cleanups for compiler warnings, doc strings,
13963 `array-' prefix for symbols.
13964
13965 2000-01-05 Dave Love <fx@gnu.org>
13966
13967 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13968 outline-headers-as-kill.
13969 (outline-mode): Define imenu-generic-expression.
13970 (outline-headers-as-kill): New command.
13971
13972 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13973 from paragraph-start.
13974 (paragraph-indent-minor-mode): New command.
13975
13976 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13977 M-C-e, M-C-h, C-j, C-xnd, TAB.
13978 (fortran-mode): Set beginning-of-defun, end-of-defun.
13979 (fortran-column-ruler): Simplify.
13980 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13981 (fortran-with-subprogram-narrowing): Likewise.
13982 (fortran-indent-subprogram): Call mark-defun.
13983 (fortran-check-for-matching-do): Change narrowing.
13984
13985 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13986 (cl-lucid-hash-tag): Delete.
13987 (cl-hash-table-p): Correct test for native table.
13988 (cl-hash-table-count): Use hash-table-count.
13989
13990 * browse-url.el (browse-url): Fix case of
13991 browse-url-browser-function being an alist.
13992
13993 2000-01-05 Carsten Dominik <cd@gnu.org>
13994
13995 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13996 (reftex-index-phrase-file-extension): New options.
13997
13998 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13999 Use new option `reftex-index-phrase-file-extension'.
14000
14001 * textmodes/reftex.el (reftex-access-parse-file): Use new option
14002 `reftex-parse-file-extension'.
14003
14004 2000-01-05 Dave Love <fx@gnu.org>
14005
14006 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14007 (beginning-of-defun-raw): Use it.
14008 (end-of-defun): New variable.
14009 (end-of-defun): Use it.
14010 (check-parens): New command.
14011
14012 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14013
14014 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14015 (hs-show-block): Don't use `mapcar' when not accumulating.
14016
14017 Fix buglet in local variables initialization.
14018
14019 2000-01-05 Andreas Schwab <schwab@suse.de>
14020
14021 * hscroll.el (hscroll): Doc fix.
14022
14023 2000-01-05 Carsten Dominik <cd@gnu.org>
14024
14025 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14026 idlw-toolbar.
14027
14028 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14029 file idlw-rinfo.el.
14030 (idlwave-customize): load must read file idlw-shell.el.
14031 (idlwave-create-customize-menu): load must read file idlw-shell.el.
14032
14033 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14034
14035 * progmodes/idlw-shell.el: Also provide idlwave-shell
14036 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14037 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14038
14039 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14040 both reftex-dcr and reftex-vcr.
14041
14042 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14043
14044 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14045
14046 * ps-print.el: PostScript code now is in separate files, doc fix.
14047 (ps-print-version): New version number (5.0.3).
14048 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14049 local.
14050 (ps-spool-config): Initialization fix.
14051 (ps-print-prologue-1, ps-print-prologue-2)
14052 (ps-print-duplex-feature): PostScript code moved to separated file.
14053 (ps-background-image): Little code reformating.
14054 (ps-begin-file, ps-begin-job): Fix code.
14055 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14056 (ps-prologue-file): New fun.
14057
14058 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14059
14060 * ps-vars.el: Eliminated.
14061
14062 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14063 `;;;###autoload'.
14064
14065 * ps-print.el: ps-vars eliminated, doc fix.
14066 (ps-print-version): New version number (5.0.2).
14067 (ps-spool-config): Initialization fix.
14068 (ps-print-customize): New fun.
14069
14070 2000-01-04 Gerd Moellmann <gerd@gnu.org>
14071
14072 * autorevert.el (auto-revert-mode): Return value of
14073 auto-revert-mode.
14074
14075 2000-01-04 Dave Love <fx@gnu.org>
14076
14077 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14078 menu items.
14079
14080 2000-01-03 Dave Love <fx@gnu.org>
14081
14082 * elide-head.el (elide-head) [defgroup]: Add :version.
14083
14084 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14085 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14086 `cl-hash-table-p', not `hash-table-p'.
14087 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14088
14089 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14090
14091 * faces.el (face-read-integer, read-face-attribute)
14092 (color-defined-p, color-values): unspecified-{f,b}g are now
14093 strings.
14094
14095 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14096
14097 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14098 at comment end, and re-insert them after filling.
14099
14100 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14101
14102 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14103 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14104 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14105
14106 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14107
14108 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14109 the new name of face-color-supported-p.
14110
14111 * term/w32-win.el (xw-defined-colors): Likewise.
14112
14113 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14114
14115 * simple.el (completion-setup-function): Count completion-size
14116 from minibuffer-prompt-end, not from point-min.
14117
14118 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14119
14120 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14121 Pass the frame to tty-color-* functions.
14122 (display-color-p, frame-set-background-mode): Pass the frame to
14123 tty-display-color-p.
14124
14125 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14126 tty-color-alist.
14127 (tty-color-alist, tty-modify-color-alist): New functions.
14128 (tty-color-define, tty-color-clear, tty-color-approximate)
14129 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14130 an optional parameter FRAME.
14131
14132 2000-01-01 Gerd Moellmann <gerd@gnu.org>
14133
14134 * image.el (create-image, defimage): Don't assume image data is a
14135 string.
14136
14137 * image.el (defimage): Handle specifications containing :data
14138 instead of :file.
14139 (image-type-from-data): New function.
14140 (image-type-from-file-header): Use it.
14141 (create-image): Add parameter DATA-P.
14142
14143 See ChangeLog.8 for earlier changes.
14144
14145 ;; Local Variables:
14146 ;; coding: iso-2022-7bit
14147 ;; End: