]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(dired-do-query-replace-regexp, dired-do-search):
[gnu-emacs] / lisp / ChangeLog
1 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
4 expand-file-name.
5
6 * startup.el (command-line): Recompute auto-save-file-name-transforms
7 using the updated value of temporary-file-directory.
8
9 2002-03-29 Simon Marshall <simon.marshall@misys.com>
10
11 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
12
13 2002-03-29 Richard M. Stallman <rms@gnu.org>
14
15 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
16 Use FILTER arg in dired-get-marked-files to exclude directories.
17 (dired-nondirectory-p): New function.
18
19 * dired.el (dired-get-marked-files): New arg FILTER
20 allows selection of some files.
21
22 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
23
24 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
25
26 * speedbar.el (speedbar-default-directory-list): Made robust
27 against deleted directories.
28
29 2002-03-28 Richard M. Stallman <rms@gnu.org>
30
31 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
32 Bindings changed.
33
34 * progmodes/compile.el (compilation-handle-exit):
35 If compilation-window-height is 0, display status in echo area.
36
37 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
38
39 * rect.el (replace-rectangle): Add autoload.
40
41 * files.el: Mark many more variables as risky.
42 (hack-one-local-variable): Recognize several additional
43 patterns as risky.
44
45 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
46
47 2002-03-28 Andre Spiegel <spiegel@gnu.org>
48
49 * vc-cvs.el (vc-cvs-global-switches): New user option.
50 (vc-cvs-command): New function. Update all callers of
51 `vc-do-command' in vc-cvs.el to use this instead.
52
53 2002-03-27 Andrew Innes <andrewi@gnu.org>
54
55 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
56 relying on shell globbing.
57
58 2002-03-27 Colin Walters <walters@debian.org>
59
60 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
61 (ibuffer-fontification-alist): Use it.
62 (ibuffer-backward-line): Handle `ibuffer-summary' area.
63 (ibuffer-forward-line): Ditto.
64
65 * ibuf-ext.el (sorter mode-name): Doc fix.
66 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
67 (operation query-replace): Use new `noerror' arg for
68 `query-replace-read-args'.
69 (operation query-replace-regexp): Ditto.
70
71 2002-03-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
72
73 * allout.el (outline-layout): Doc fix.
74
75 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
76
77 * textmodes/xml-lite.el: Don't require `custom'.
78 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
79 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
80 (xml-lite-get-context): Drop nested tags not just for comments.
81 (xml-lite-indent-line): Be more careful about moving point.
82 (xml-lite-insert-end-tag, xml-lite-slash):
83 Use indent-according-to-mode instead of xml-lite-indent-line.
84 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
85 Set sgml-xml-mode. Don't call force-mode-line-update.
86 (xml-lite-mode-map): Don't bind TAB.
87
88 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
89
90 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
91 parameter value.
92 (gud-jdb-build-source-files-list): Comment clarification.
93 (gud-jdb-massage-args): Reworked into loop-based argument list
94 processing in order to support -classpath and -sourcepath argument
95 processing.
96 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
97 to gud-jdb-classpath to obtain search list.
98 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
99 directory names in classpath/sourcepath lists, update comment.
100 (jdb): Add setting of gud-jdb-sourcepath, update comment.
101 (gud-find-class): Add gud-jdb-sourcepath use, and correct
102 behaviour for the case when classpath is not used--backward
103 compatibility fix.
104
105 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
106
107 * Makefile.in (compile, compile-always): Don't try to compile
108 non-existent files or files in empty directories.
109
110 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
111
112 * compare-w.el (compare-windows-whitespace): Match all whitespace.
113
114 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
115 copy of standard Lisp directories.
116
117 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
118 Support "next has longname" link type.
119
120 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
121
122 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
123 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
124 New functions.
125 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
126 (end-of-xml-tag): Remove.
127 (xml-lite-get-context): Better handling of comments.
128 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
129 (xml-lite-parse-tag-backward): Rewrite.
130
131 2002-03-26 Juanma Barranquero <lektu@terra.es>
132
133 * makefile.w32-in (WINS): Add the toolbar directory.
134
135 2002-03-26 Richard M. Stallman <rms@gnu.org>
136
137 * subr.el (substring-no-properties): Function deleted (now in C).
138
139 2002-03-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
140
141 * mwheel.el (mouse-wheel-mode): Use global-set-key and
142 global-unset-key.
143
144 2002-03-24 Richard M. Stallman <rms@gnu.org>
145
146 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
147
148 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
149 to query-replace-read-args.
150
151 * progmodes/compile.el (compilation-forget-errors):
152 Don't adjust compilation-parsing-end if it's nil.
153
154 * replace.el (query-replace-read-args): New optional arg NOERROR.
155 (perform-replace): Use save-window-excursion around recursive edit.
156
157 2002-03-24 Colin Walters <walters@verbum.org>
158
159 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
160 non-nil, then always use another window.
161
162 2002-03-24 Gerd Moellmann <gerd@gnu.org>
163
164 * subr.el (macro-declaration-function): New function. Set the
165 variable macro-declaration-function to it.
166
167 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
168 Handle declarations in macro definitions.
169
170 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
171
172 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
173
174 * enriched.el (enriched-face-ans): Support FACE of the form
175 (:foreground COLOR) and (:background COLOR).
176 (enriched-decode-foreground, enriched-decode-background): Set the
177 fore- and background colors of the faces we create, since facemenu
178 doesn't.
179
180 2002-03-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
181
182 * mwheel.el (mouse-wheel-mode): Use the result of
183 current-global-map instead of the variable `global-map'.
184
185 2002-03-23 Richard M. Stallman <rms@gnu.org>
186
187 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
188 broken out of sendmail-pre-abbrev-expand-hook.
189 (sendmail-pre-abbrev-expand-hook): Use it.
190
191 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
192
193 * Makefile.in (finder-inf.el): Remove.
194 (finder-data): Don't depend on finder-inf.el any more.
195 (compile, compile-always): Handle the case where some files
196 from DONTCOMPILE are missing (it tried to compile them).
197 (bootstrap-clean): Use src/emacs only if executable.
198 (bootstrap): Update subdirs.el and finder-inf.el.
199
200 * finder.el: Don't load finder-inf.el during byte-compilation.
201
202 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
203 Don't consider cvs-removed files as under VC control.
204 VC wouldn't handle them properly anyway and it confuses
205 vc-file-not-found-hook.
206
207 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
208 Add autoload cookie.
209
210 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
211
212 * calendar/calendar.el (calendar): Doc fix.
213
214 2002-03-22 Juanma Barranquero <lektu@terra.es>
215
216 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
217 (gomoku-font-lock-X-face): Likewise.
218 (gomoku-font-lock-keywords): Use faces instead of variables.
219
220 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
221
222 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
223
224 2002-03-21 Kim F. Storm <storm@cua.dk>
225
226 * simple.el (open-network-stream, open-network-stream-nowait)
227 (open-network-stream-server): Use featurep to test for
228 supported networking features.
229
230 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
231
232 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
233 directions as the last action.
234
235 2002-03-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
236
237 * startup.el (fancy-splash-tail, normal-splash-screen):
238 Update copyright.
239
240 * novice.el (disabled-command-hook): Clarify output text to match
241 prompt.
242
243 2002-03-20 Jason Rumney <jasonr@gnu.org>
244
245 * frame.el (display-images-p): Do not explicitly check display type.
246
247 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
248
249 * mail-utils.el:
250 Eliminate compilation warnings due to `rfc822-addresses'.
251 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
252 warning free compile.
253
254 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
255
256 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
257 Take the current highlighting style into account.
258 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
259 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
260
261 * ediff-init.el (ediff-patch-job): New macro.
262
263 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
264 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
265
266 * ediff-ptch.el (ediff-map-patch-buffer):
267 Use ediff-make-new-meta-list-header.
268 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
269
270 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
271 (ediff-select-difference): Take highlighting style into account.
272 (ediff-clone-buffer-for-region-comparison): New function.
273 (ediff-inferior-compare-regions): Added comparison of current diff
274 regions.
275
276 * ediff.el (ediff-clone-buffer-for-region-comparison)
277 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
278
279 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
280
281 * mail-utils.el (rmail-dont-reply-to):
282 Overhaul to correctly apply the regular
283 expressions in the variable `rmail-dont-reply-to-names' to the list of
284 destination addresses. Contributed by lorentey@elte.hu.
285
286 * rmail.el (rmail-dont-reply-to-names):
287 Modify the documentation to make it email
288 address centric rather than login name centric. Contributed by
289 lorentey@elte.hu.
290
291 2002-03-18 Colin Walters <walters@verbum.org>
292
293 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
294 we don't require `cl' at runtime.
295 (sorting mode mode-name): Don't take the symbol-name of a string.
296
297 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
298 line after setting the mark.
299 (ibuffer-insert-buffers-and-marks): Invert the test for
300 `ibuffer-sorting-reversep'.
301
302 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
303
304 * international/ucs-tables.el (unify-8859-on-decoding-mode)
305 (unify-8859-on-encoding-mode): Remove autoload cookie.
306
307 2002-03-18 Andre Spiegel <spiegel@gnu.org>
308
309 * vc-rcs.el (vc-rcs-register): Fix handling of
310 vc-[rcs-]register-switches.
311 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
312 Variables removed, since they weren't used yet.
313
314 * vc-cvs.el (vc-cvs-register): Fix handling of
315 vc-[cvs-]register-switches.
316
317 * vc-sccs.el (vc-sccs-register): Fix handling of
318 vc-[sccs-]register-switches.
319
320 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
321
322 * loadup.el ("emacs-lisp/backquote"): Load earlier.
323 ("international/ucs-tables"): Load and turn on
324 unify-8859-on-encoding-mode unconditionally.
325 (emacs-version): Use `defconst' rather than `setq'.
326
327 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
328
329 2002-03-18 Richard M. Stallman <rms@gnu.org>
330
331 * menu-bar.el (menu-bar-options-menu): Cope if
332 text-mode-hook is not a list.
333
334 2002-03-17 Richard M. Stallman <rms@gnu.org>
335
336 * emulation/pc-select.el (pc-selection-mode):
337 Alter the existing global map, don't replace it.
338
339 * files.el (list-directory): Set default-directory at the end.
340
341 * dabbrev.el (dabbrev--goto-start-of-abbrev):
342 Put a limit on field-beginning search.
343
344 2002-03-17 Simon Josefsson <jas@extundo.com>
345
346 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
347 (browse-url-mosaic): Use it.
348
349 * net/browse-url.el (browse-url-filename-alist): Don't begin
350 docstring with *, you don't want to set this one with M-x
351 set-variable.
352
353 * net/browse-url.el: Put * in user option doc strings.
354
355 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
356
357 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
358 (sgml-xml-guess): Simplify.
359 (sgml-mode-common): Remove (move into sgml-mode).
360 (sgml-mode): Add code from sgml-mode-common.
361 Remove redundant setting of indent-line-function.
362 Don't set skeleton-transformation when in XML mode.
363
364 * international/mule-diag.el (describe-char-after):
365 Use `internal-describe-syntax-value' again (got lost somewhere).
366
367 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
368 Use unify-8859-on-decoding-mode.
369 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
370 (ucs-insert): Give an error if the unicode char can't be created.
371
372 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
373 (cvs-parse-status): Handle the "used to have a conflict" marker.
374
375 2002-03-17 Kim F. Storm <storm@cua.dk>
376
377 The following changes are related to the enhanced network process
378 support.
379
380 * simple.el: Update copyright.
381 (clone-process): Use make-network-process to clone network
382 processes. Get command list via (process-contact ... t).
383 Use set-process-query-on-exit-flag and process-query-on-exit-flag
384 instead of process-kill-without-query.
385 (open-network-stream): Replaces C-version from process.c.
386 (open-network-stream-nowait, open-network-stream-server): New funs.
387 (process-kill-without-query): Replaces C-version from process.c.
388
389 * files.el: Update copyright.
390 (save-buffers-kill-emacs): Also check for active server
391 processes. Use process-query-on-exit-flag. Only list processes
392 which has the query-on-exit flag set in connection with user query.
393
394 * shadowfile.el: Update copyright.
395 (shadow-save-buffers-kill-emacs): Also check for active server
396 processes. Use process-query-on-exit-flag.
397
398 2002-03-16 Simon Marshall <simon.marshall@misys.com>
399
400 * imenu.el (imenu-menubar-modified-tick): Renamed from
401 imenu-update-menubar-modified-tick.
402 (imenu-update-menubar): Update imenu-menubar-modified-tick
403 whenever outer condition succeeds.
404
405 * lazy-lock.el (save-buffer-state):
406 Bind inhibit-modification-hooks and buffer-file-truename
407 instead of before-change-functions and after-change-functions.
408
409 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
410
411 * international/codepage.el (codepage-setup): Don't define a
412 codepage if it is already defined.
413
414 * textmodes/po.el (po-content-type-charset-alist): Convert the
415 car of each association to a string.
416 (po-find-file-coding-system-guts): If the charset matches a name
417 of a codepage, set up that codepage and return it as a coding
418 system to decode the file.
419 (po-find-charset): Search for the Charset= header even if we've
420 read less than 4KB.
421 <top-level>: Remove the setup for all known codepages: it seems
422 to cause crashes in the CCL driver.
423
424 2002-03-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
425
426 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
427 (bibtex-entry-field-alist): Doc fix.
428
429 2002-03-16 Richard M. Stallman <rms@gnu.org>
430
431 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
432 Move definition above cperl-outline-regexp.
433
434 * bindings.el (mode-line-mule-info): In computing help-echo prop,
435 avoid using save-window-excursion. And compile the function.
436
437 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
438
439 * files.el (load-completion): New function.
440 (load-library): Use it.
441
442 2002-03-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
443
444 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
445 to match the actual code.
446
447 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
448
449 * textmodes/po.el (po-find-file-coding-system-guts):
450 Use with-temp-buffer instead of po-with-temp-buffer.
451
452 * international/mule-conf.el (file-coding-system-alist): Add an
453 association for PO files.
454
455 * textmodes/po.el: New file.
456
457 2002-03-15 Gerd Moellmann <gerd@gnu.org>
458
459 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
460 Fix simple loop indentation.
461
462 2002-03-14 Miles Bader <miles@gnu.org>
463
464 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
465
466 2002-03-14 Richard M. Stallman <rms@gnu.org>
467
468 * textmodes/picture.el (picture-insert)
469 (picture-clear-column, picture-draw-rectangle):
470 Use move-to-column, not move-to-column-force.
471
472 * dired.el (dired-readin): Clear out undo list.
473 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
474 (dired-delete-entry): New function.
475 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
476 and dired-delete-entry, to update this buffer (and others).
477
478 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
479
480 * facemenu.el (facemenu-add-new-face):
481 Pass region args to facemenu-set-face, when there is a region.
482 (facemenu-set-foreground, facemenu-set-background)
483 (facemenu-add-face): Doc fixes.
484
485 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
486
487 2002-03-14 Miles Bader <miles@gnu.org>
488
489 * emacs-lisp/debug.el: Require `button'.
490 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
491 to get TAB and <backtab> bindings.
492
493 * net/rlogin.el (rlogin-carriage-filter): Function removed.
494 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
495 comint removes carriage returns itself now.
496
497 * rfn-eshadow.el (rfn-eshadow-update-overlay):
498 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
499 getting hosed by our own intangible property.
500
501 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
502
503 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
504 Add fortran-comment-line-start-skip to comment-start-skip.
505 (fortran-comment-indent): Keep whole-line comments in column 0.
506 (fortran-find-comment-start-skip): New arg `all'.
507 If ALL is nil, make sure we only match comment-start-skip if we
508 can't match fortran-comment-line-start-skip.
509 Fix bug that made it return t but without moving point when
510 matching '!'! (a false-comment followed by a real comment).
511 (fortran-indent-comment): Use new `all' argument above.
512 Be careful not to add an incorrect comment-starter like "C"
513 in comment-column.
514 (fortran-split-line): When splitting a comment, reuse the comment
515 starter from the current line rather than fortran-comment-line-start.
516 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
517 cleaner behavior of fortran-find-comment-start-skip.
518 (fortran-fill): Don't be confused by ! inside a comment.
519 (fortran-break-line): Minor cleanup and simplification.
520
521 2002-03-13 Francesco Potorti` <pot@gnu.org>
522
523 * progmodes/etags.el (tag-exact-file-name-match-p)
524 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
525 simpler regexp.
526
527 2002-03-12 Colin Walters <walters@debian.org>
528
529 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
530 redisplaying a line.
531
532 2002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
533
534 * term/x-win.el (emacs-session-restore): Take previous id as
535 an argument.
536 (emacs-session-save): Add comment that return t means cancel shutdown
537
538 * startup.el (command-line): Must check that x-session-previous-id
539 is bound also, for non-X platforms.
540
541 2002-03-12 Gerd Moellmann <gerd@gnu.org>
542
543 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
544 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
545 New user options.
546 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
547 (common-lisp-indent-function-1): Renamed from
548 common-lisp-indent-function.
549 (common-lisp-indent-function): Handle loop forms specially.
550 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
551 (lisp-backquote-indentation): New user option.
552
553 2002-03-12 Francesco Potorti` <pot@gnu.org>
554
555 * progmodes/etags.el (tag-exact-file-name-match-p)
556 (tag-file-name-match-p, tag-partial-file-name-match-p):
557 Assume that the header of a tags section has either a number
558 or nothing after the last comma.
559
560 2002-03-11 Richard M. Stallman <rms@gnu.org>
561
562 * imenu.el (imenu-update-menubar-modified-tick): New variable.
563 (imenu-update-menubar): Don't call imenu--make-index-alist
564 if buffer has not changed since last time.
565
566 * desktop.el (desktop-buffer-handlers): Doc fix.
567 (desktop-buffer-file): Explicitly return BUF.
568
569 * paren.el (show-paren-function): Move back in other direction
570 to verify the match is correct.
571
572 * mail/supercite.el (sc-select-attribution): Accept whatever value
573 we get in CHOICE; there is no value meaning "try again".
574
575 2002-03-11 Colin Walters <walters@verbum.org>
576
577 * shell.el (toplevel): Revert previous change to use pcomplete.
578 (shell-mode): Ditto.
579 (shell-pcomplete-setup-done): Remove.
580 (shell-pcomplete): Ditto.
581 (shell-pcomplete-reverse): Ditto.
582
583 * comint.el: Remove documentation on setting up pcomplete.
584
585 2002-03-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
586
587 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
588 item. Doc fix.
589
590 * image.el (image-type-from-file-header): Make temporary buffer
591 unibyte.
592
593 * subr.el (add-to-list): Doc fix.
594
595 2002-03-11 Miles Bader <miles@gnu.org>
596
597 * pcomplete.el (pcomplete-entries): Expand environment variables
598 in filename.
599
600 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
601
602 * play/mpuz.el: Use defface instead of facemenu-get-face.
603
604 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
605
606 * startup.el (command-line): Add call to emacs-session-restore if
607 both x-session-id and x-session-previous-id are strings.
608
609 * term/x-win.el (x-handle-smid): New function.
610 (emacs-session-filename): New function.
611 (emacs-session-save): New function.
612 (emacs-save-session-functions): New variable.
613 (emacs-session-restore): New function.
614
615 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
616
617 * simple.el (shell-command-on-region): Call push-mark with
618 non-nil second arg, to suppress the "Mark set" message.
619
620 2002-03-08 Richard M. Stallman <rms@gnu.org>
621
622 * textmodes/picture.el (picture-forward-column): New arg `interactive'
623 is non-nil for an interactive call. Use instead of interactive-p.
624 (picture-backward-column): Likewise.
625
626 * tar-mode.el (tar-untar-buffer): New function.
627
628 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
629 Put the mouse-face on the entire xref, like the local keymap.
630
631 * find-dired.el (find-name-dired): Use shell-quote-argument.
632
633 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
634
635 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
636 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
637 (mpuz-allow-double-multiplicator): New options for nicer look and
638 new features.
639 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
640 (mpuz-check-all-solved, mpuz-random-puzzle)
641 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
642 (mpuz-show-solution): Functions streamlined and removed french
643 style space before punctuation, added face support and optional
644 solving of trivial results.
645
646 2002-03-07 Colin Walters <walters@verbum.org>
647
648 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
649
650 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
651 instead of "recency" for clarity.
652 (ibuffer-compile-format): Document more. Handle new "summarizer"
653 columns.
654 (ibuffer-fontify-region-function): Ditto.
655 (ibuffer-insert-buffer-line): Ditto.
656 (ibuffer-map-lines): Ditto.
657 (ibuffer-insert-buffers-and-marks): Ditto.
658 (ibuffer-update-title-and-summary): Renamed from
659 `ibuffer-update-title'. Handle "summarizer" columns.
660 (ibuffer-clear-summary-columns): New function.
661
662 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
663
664 2002-03-07 Gerd Moellmann <gerd@gnu.org>
665
666 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
667 Use the other-window instead of the other-frame functions when
668 the window is dedicated.
669
670 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
671
672 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
673 with SILENT so that a new field can be added.
674
675 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
676
677 * files.el (make-auto-save-file-name): Make sure the produced file
678 name does not contain characters that are invalid for DOS/Windows
679 filesystems.
680
681 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
682 Remove replacement functions.
683
684 2002-03-06 Gerd Moellmann <gerd@gnu.org>
685
686 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
687 the form `:x'.
688
689 * vc.el (vc-branch-part): Add autoload cookie. This function can
690 be called from vc-rcs-find-most-recent-rev when visiting a file
691 checked into RCS in a CVS sandbox.
692
693 2002-03-06 Andreas Schwab <schwab@suse.de>
694
695 * progmodes/hideif.el: Augment expression parser to handle
696 conditional expressions.
697 (hif-token-regexp): Also match `?' and `:'.
698 (hif-tokenize): Handle `?' and ':' as tokens.
699 (hif-expr): Parse conditional expressions.
700 (hif-or-expr): Parse `||' expressions.
701 (hif-and-expr): Renamed from hif-term.
702 (hif-conditional): New function to evaluate a conditional
703 expression.
704
705 2002-03-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
706
707 * language/czech.el ("Czech"): Fix the documentation.
708
709 * language/slovak.el ("Slovak"): Likewise.
710
711 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
712
713 * xml.el (xml-parse-attlist): Accept empty strings.
714
715 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
716
717 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
718 all terminals now support highlighting of some kind.
719
720 * language/european.el (mac-roman): Fix the safe-chars property.
721
722 2002-03-05 Andre Spiegel <spiegel@gnu.org>
723
724 * vc.el (vc-transfer-file): Use `make-temp-file'.
725 (vc-default-update-changelog): Remove conditional use of
726 `make-temp-name'.
727
728 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
729
730 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
731
732 * ediff-init.el: Comments.
733
734 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
735 is loaded.
736
737 * ediff-mult.el (ediff-intersect-directories)
738 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
739 Cleanup.
740 (ediff-draw-dir-diffs): Now supports the "C" command in directory
741 difference buffer.
742 (ediff-dir-diff-copy-file): New function that implements copying
743 of files from one Ediff dir to another
744 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
745 (ediff-append-custom-diff): Better error msgs.
746
747 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
748 (ediff-inferior-compare-regions): Use
749 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
750
751 * ediff.el (ediff-directories-internal): Cleanup.
752 (ediff-clone-buffer-for-region-comparison): Better interface.
753
754 2002-03-04 Richard M. Stallman <rms@gnu.org>
755
756 * emacs-lisp/easy-mmode.el (define-minor-mode):
757 Use "P" in interactive spec of minor mode commands.
758
759 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
760
761 * faces.el (face-spec-choose): Allow `t' to appear before the end.
762 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
763 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
764 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
765 (mode-line-inactive, header-line): Move the `t' section to the
766 beginning so the `:inherit' setting can be shared.
767
768 2002-03-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
769
770 * net/snmp-mode.el: Require tempo when compiling to prevent
771 warnings. Update copyright notice.
772
773 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
774 like not defined at all.
775
776 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
777
778 * textmodes/sgml-mode.el: Change maintainer to FSF.
779 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
780 (sgml-tags-invisible, sgml-beginning-of-tag):
781 Allow _ : and non-ASCII in tag names, as required for XML.
782 (sgml-name-char): Don't assume anything about charsets handled by
783 encode-char.
784
785 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
786 where one of the buffers is narrowed.
787
788 * hexl.el (hexlify-command, dehexlify-command): Remove.
789 (hexlify-buffer, dehexlify-buffer): Use call-process-region
790 rather than shell-command-on-region.
791
792 * newcomment.el (comment-forward): Use forward-comment to skip
793 over whitespace (or comments) even when comment-use-syntax is nil.
794
795 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
796
797 * textmodes/xml-lite.el: New file.
798
799 2002-03-03 Richard M. Stallman <rms@gnu.org>
800
801 * textmodes/artist.el (artist-system): Use make-temp-file.
802
803 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
804
805 * mail/sendmail.el (mail-recover-1): Increase non-random-len
806 by 1 since we changed make-auto-save-file-name to add one
807 fewer character to the buffer name.
808 (mail-recover): Really show point at the right place
809 in the *Directory* buffer.
810
811 * files.el (make-auto-save-file-name): Use make-temp-file.
812
813 * terminal.el (te-create-terminfo): Use make-temp-file
814 to create the source file in a safe way.
815
816 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * cus-start.el: Rename automatic-hscroll-step and
819 automatic-hscroll-margin into hscroll-step and hscroll-margin.
820
821 * frame.el (auto-hscroll-mode): Renamed from
822 automatic-hscrolling.
823 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
824
825 * mouse.el (mouse-region-delete-keys): Add deletechar.
826
827 2002-03-03 Sam Steingold <sds@gnu.org>
828
829 * play/snake.el (snake-score-file): Fixed parens (broken by the
830 last patch).
831 * play/tetris.el (tetris-score-file): Ditto.
832
833 2002-03-03 Richard M. Stallman <rms@gnu.org>
834
835 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
836
837 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
838
839 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
840 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
841
842 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
843
844 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
845 instead of `buffer-substring-no-properties' to support enriched mode.
846
847 2002-03-02 Richard M. Stallman <rms@gnu.org>
848
849 * find-dired.el (find-grep-dired): Call shell-quote-argument.
850 Specify the -e option.
851 Rename arg to `regexp'.
852
853 2002-03-02 Milan Zamazal <pdm@zamazal.org>
854
855 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
856
857 2002-03-02 Miles Bader <miles@gnu.org>
858
859 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
860 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
861 If there's no applicable modifiers entry in the alist in
862 `mouse-wheel-scroll-amount', fall back to the default, not to
863 nil (which causes full screen scrolls).
864
865 2002-03-01 Andreas Schwab <schwab@suse.de>
866
867 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
868 Remove extra paren in regexp.
869
870 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
871
872 * mouse.el (mouse-show-mark): Use display-mouse-p, not
873 display-graphic-p, to decide whether to move point or use the
874 highlighting.
875
876 2002-02-28 Colin Walters <walters@verbum.org>
877
878 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
879
880 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
881 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
882 (calc-temp-file-name): Use `make-temp-file'.
883
884 2002-02-28 Richard M. Stallman <rms@gnu.org>
885
886 * font-lock.el (java-font-lock-extra-types):
887 Match java.net.URL, etc.
888
889 2002-02-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
890
891 * hexl.el (hexl-options): Doc fix.
892 Update Commentary section.
893
894 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
895 Doc fixes.
896
897 2002-02-28 Andre Spiegel <spiegel@gnu.org>
898
899 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
900 the user to do that first.
901 (vc-update): New function.
902
903 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
904 which calls vc-update. Use the term "Base Version" instead of
905 "Last Version" for the entries "Revert" and "Compare".
906
907 2002-02-28 Kim F. Storm <storm@cua.dk>
908
909 * simple.el (shell-command-on-region): Report non-zero exit
910 status in mode line instead of buffer.
911
912 2002-02-27 Richard M. Stallman <rms@gnu.org>
913
914 * comint.el (comint-preoutput-filter-functions): Doc fix.
915 (comint-output-filter-functions, comint-input-filter-functions)
916 (comint-redirect-filter-functions): Likewise.
917
918 (comint-redirect-preoutput-filter): Do the local-hook
919 handling of t when running comint-redirect-filter-functions.
920 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
921
922 2002-02-26 Richard M. Stallman <rms@gnu.org>
923
924 * paths.el (remote-shell-program): Add doc string.
925
926 2002-02-26 Colin Walters <walters@debian.org>
927
928 * ibuf-ext.el (sorter mode-name): New.
929 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
930
931 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
932 interactively, so they do something.
933 (calc-scroll-right): Ditto.
934
935 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
936
937 * international/mule.el (ctext-pre-write-conversion): Handle the
938 case when FROM is a string, and when we are called from
939 build_annotations_2.
940
941 2002-02-26 Richard M. Stallman <rms@gnu.org>
942
943 * rect.el (clear-rectangle-line): Reindent to the same column
944 that move-to-column reached when it tried to go to endcol.
945
946 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
947
948 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
949
950 * winner.el (winner-boring-buffers, winner-set): A window which
951 displays a buffer whose name is in the list
952 `winner-boring-buffers', will no longer be restored by `winner-undo'.
953 (winner-sorted-window-list): Used to improve comparison between
954 window configurations.
955 (winner-win-data): Simplified and moved.
956 (winner-conf): Simplified (now uses `winner-win-data').
957 (winner-change-fun, winner-save-old-configurations)
958 (winner-save-(un)conditionally, winner-redo): Changes made while in
959 the minibuffer will be ignored. (Such changes are undone upon
960 exit for the minibuffer, anyway.)
961 (winner-set-conf): Preserve selected window whenever possible.
962 (winner-make-point-alist): Simplified.
963 (winner-mode, winner-save-unconditionally): Save current window
964 configuration on entering minibuffer.
965 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
966 since it does not change the overall behavior of Emacs.
967
968 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
969
970 * international/mule-conf.el (compound-text): Renamed back from
971 compound-text-no-extensions.
972 (ctext-no-compositions): Remove the mime-charset property.
973 (compound-text-with-extensions): Renamed from compound-text.
974 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
975
976 2002-02-26 Juanma Barranquero <lektu@terra.es>
977
978 * faces.el (list-faces-display): Fix typo.
979
980 2002-02-25 Richard M. Stallman <rms@gnu.org>
981
982 * frame.el (focus-follows-mouse): Doc fix.
983
984 2002-02-26 Miles Bader <miles@gnu.org>
985
986 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
987 to `define-key', since it no longer accepts the latter.
988
989 2002-02-25 Jason Rumney <jasonr@gnu.org>
990
991 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
992 mouse-wheel-scroll-amount.
993
994 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
995 mwheel.el.
996
997 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
998
999 2002-02-25 Andre Spiegel <spiegel@gnu.org>
1000
1001 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
1002 consistent with the others that take a backend name as a symbol.
1003
1004 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
1005
1006 2002-02-25 Kim F. Storm <no-spam@cua.dk>
1007
1008 * comint.el (comint-replace-by-expanded-filename): Do nothing if
1009 comint-match-partial-filename returns nil.
1010
1011 * shell.el (shell-pcomplete-setup-done): New variable.
1012 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
1013 (shell-pcomplete-reverse): Ditto.
1014
1015 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
1016
1017 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
1018
1019 2002-02-25 Juanma Barranquero <lektu@terra.es>
1020
1021 * subr.el (save-match-data): Doc fix.
1022
1023 * ielm.el (ielm-prompt): Allow customization; make it read-only.
1024
1025 2002-02-25 Kim F. Storm <storm@cua.dk>
1026
1027 * shell.el (shell-mode-map): Add "Complete" header so completion
1028 menu is shown on the menu bar in shell mode.
1029
1030 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
1031
1032 * ielm.el (ielm-match-data): New var.
1033 (inferior-emacs-lisp-mode): Make it buffer-local.
1034 (ielm-eval-input): Use it to preserve match-data between inputs.
1035
1036 2002-02-24 Juanma Barranquero <lektu@terra.es>
1037
1038 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
1039
1040 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
1041
1042 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
1043 `custom-buffer' customize group.
1044
1045 2002-02-23 Kim F. Storm <storm@cua.dk>
1046
1047 * help.el (where-is): Use remap-command.
1048
1049 * help-fns.el (describe-function-1): Use remap-command.
1050
1051 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
1052 change (no longer accept a symbol for the KEY argument).
1053
1054 2002-02-23 Colin Walters <walters@debian.org>
1055
1056 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
1057 * calc/calcalg2.el (math-solve-get-sign): Ditto.
1058
1059 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
1060 in generated function.
1061
1062 * ibuf-ext.el (ibuffer-old-time): Change to hours.
1063 (ibuffer-mark-old-buffers): Handle it.
1064
1065 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
1066 (toplevel): Bind them.
1067 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
1068 not necessary now that we use pcomplete.
1069
1070 * comint.el: Document how use new pcomplete completion facility.
1071
1072 2002-02-23 Richard M. Stallman <rms@gnu.org>
1073
1074 * mail/rmailsum.el (rmail-summary-output): Properly advance
1075 to next message, by calling rmail-summary-goto-msg.
1076
1077 * net/browse-url.el (browse-url-galeon): Specify --existing
1078 for an existing window. Use --noraise rather than --no-raise.
1079 Don't use -x.
1080
1081 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1082
1083 * progmodes/etags.el (find-tag-noselect, find-tag)
1084 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
1085 Fix a typo in doc strings.
1086
1087 2002-02-20 Deepak Goel <deego@glue.umd.edu>
1088
1089 * play/snake.el (snake-velocity-queue, snake-update-velocity)
1090 (snake-final-x-velocity, snake-final-y-velocity):
1091 New variable and functions. Store user's keypresses
1092 into a queue and pop from the queue each subsequent turn.
1093 (snake-update-game, snake-move-left)
1094 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
1095 (snake-start-game): Use that queue.
1096 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
1097 (snake-use-color-flag): Likewise.
1098 (snake-mode): Rename uses of those variables.
1099
1100 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1101
1102 Support for ICCCM Extended Segments in X selections:
1103
1104 * international/mule-conf.el (ctext-no-compositions): New coding
1105 system.
1106 (compount-text-no-extensions): Renamed from compound-text.
1107 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
1108 compound-text-no-extensions.
1109 (compound-text): Redefined using post-read and pre-write conversions.
1110
1111 * international/mule.el (non-standard-icccm-encodings-alist)
1112 (non-standard-designations-alist): New variables.
1113 (ctext-post-read-conversion, ctext-pre-write-conversion):
1114 New functions.
1115
1116 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
1117
1118 * vc.el (vc-default-init-version): Update documentation to
1119 indicate that the backend can override the default init version.
1120 (vc-register): Use the backend init-version function, if it
1121 exists, to determine the initial version of a file.
1122 (vc-diff-switches-list): Don't symbol-quote backend, since it's
1123 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
1124
1125 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
1126 not version-controlled. This is necessary, e.g., if the file has
1127 just been reverted, and thus was previously under version control
1128 but isn't any longer.
1129 (vc-find-file-hook): Likewise.
1130
1131 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
1132
1133 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
1134 (vc-cvs-sticky-tag-display): New variable.
1135 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
1136 (vc-cvs-checkin): If the input revision is a valid symbolic tag
1137 name, we create it as a branch, commit and switch to it.
1138 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
1139 (vc-cvs-valid-symbolic-tag-name-p): New function.
1140 (vc-cvs-parse-sticky-tag): New function.
1141 (vc-cvs-parse-entry): Added parsing of sticky tags.
1142
1143 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
1144
1145 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
1146 nil, and then explicitly set the standard-value to t.
1147
1148 2002-02-20 Sam Steingold <sds@gnu.org>
1149
1150 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
1151 since it is used in the menu bar.
1152
1153 2002-02-20 Richard M. Stallman <rms@gnu.org>
1154
1155 * simple.el (shell-command-on-region): Display the exit status
1156 when a command fails.
1157
1158 * subr.el (add-hook): Doc fix.
1159
1160 * frame.el (other-frame): Doc fix.
1161
1162 * simple.el (yank): Clear `field' property.
1163
1164 2002-02-20 Tom Tromey <tromey@cachet>
1165
1166 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
1167 natural paragraph boundaries. Don't fail at beginning of buffer.
1168
1169 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1170
1171 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
1172 call the argument "arg" to match plain next-line and
1173 previous-line. From Kevin Ryde <user42@zip.com.au>.
1174
1175 2002-02-19 Sam Steingold <sds@gnu.org>
1176
1177 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
1178 scroll amounts for different modifiers now.
1179 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
1180 format properly.
1181 (mouse-wheel-mode): Ditto.
1182
1183 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
1184
1185 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
1186 around function body.
1187
1188 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
1189 sense of the comparison, to match the doc strings of functions
1190 that use this macro.
1191
1192 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
1193
1194 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
1195
1196 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
1197 * menu-bar.el (menu-bar-mode): Ditto.
1198
1199 2002-02-18 Andreas Schwab <schwab@suse.de>
1200
1201 * replace.el (query-replace-regexp-eval): Doc fix.
1202
1203 2002-02-18 Colin Walters <walters@verbum.org>
1204
1205 * calc/calcalg2.el (math-solve-get-int): Convert return value from
1206 `math-get-from-counter' to a string before calling `concat' on it.
1207
1208 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
1209 (calc-public-autoloads): Obsolete; remove.
1210 (calc-private-autoloads): Ditto.
1211 (calc-add-autoloads): Ditto.
1212
1213 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
1214 for body.
1215
1216 2002-02-17 Jason Rumney <jasonr@gnu.org>
1217
1218 * w32-win.el (x-option-alist, x-long-option-alist)
1219 (x-switch-definitions): Remove, use command-line-x-option-alist
1220 instead to be consistent with X.
1221 (x-handle-initial-switch): New function.
1222
1223 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1224
1225 * faces.el (mode-line-inactive, header-line): Add the :inherit
1226 attribute for the tty case.
1227
1228 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
1229
1230 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
1231 invoked from Rmail with full headers displayed.
1232
1233 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1234
1235 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
1236 when repeated.
1237 * textmodes/paragraphs.el (mark-paragraph): Ditto.
1238
1239 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
1240
1241 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
1242 (menu-bar-tools-menu): Removed speedbar.
1243
1244 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
1245 and `flyspell-mode' entries.
1246
1247 * textmodes/flyspell.el (flyspell): Add to ispell group.
1248
1249 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1250
1251 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
1252 repeated.
1253 (mark-defun): Mark more if repeated.
1254
1255 2002-02-17 Colin Walters <walters@verbum.org>
1256
1257 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
1258
1259 * ibuffer.el (ibuffer-truncate-lines): New option.
1260 (ibuffer-mode): Use it.
1261
1262 2002-02-17 Kim F. Storm <storm@cua.dk>
1263
1264 * cus-start.el: Add mouse-highlight.
1265
1266 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1267
1268 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1269
1270 * cus-start.el: Add automatic-hscroll-margin and
1271 automatic-hscroll-step.
1272
1273 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1274
1275 * cus-start.el (x-autoselect-window): Allow customization.
1276
1277 * eshell/em-alias.el (eshell-alias-initialize): Do not use
1278 make-local-hook.
1279
1280 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1281
1282 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1283
1284 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1285
1286 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1287
1288 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1289
1290 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1291
1292 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1293
1294 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1295
1296 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1297
1298 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1299
1300 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1301
1302 * eshell/esh-io.el (eshell-io-initialize): Likewise.
1303
1304 * eshell/esh-mode.el (eshell-mode): Likewise.
1305
1306 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1307
1308 * eshell/esh-var.el (eshell-var-initialize): Likewise.
1309
1310 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1311
1312 * progmodes/idlwave.el (idlwave-mode): Likewise.
1313
1314 * textmodes/reftex-sel.el (reftex-select-label-mode)
1315 (reftex-select-bib-mode): Likewise.
1316
1317 2002-02-16 John Wiegley <johnw@gnu.org>
1318
1319 * eshell/em-hist.el (eshell-hist-initialize): When in the
1320 minibuffer, use the global value of `eshell-history-ring', and
1321 never save it to disk, or ask to save it to disk. This allows
1322 users of session.el to control whether its global state should be
1323 persisted or not.
1324 (eshell-add-command-to-history): Don't write Eshell's history out
1325 to disk, let the governing mode control that upon exit.
1326
1327 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * eshell/eshell.el (eshell-command): Before reading from the
1330 minibuffer, add eshell-add-command-to-history to
1331 minibuffer-exit-hook, and remove it after read-from-minibuffer
1332 returns.
1333
1334 * eshell/em-hist.el (eshell-add-input-to-history): New function,
1335 with most of the code from eshell-add-to-history.
1336 (eshell-add-command-to-history): New function, to record in
1337 eshell-history the commands run via eshell-command.
1338 (eshell-add-to-history): Call eshell-add-command-to-history to do
1339 most of the work.
1340
1341 2002-02-16 John Wiegley <johnw@gnu.org>
1342
1343 * eshell/esh-ext.el (eshell-external-command): Added a fix for
1344 XEmacs' new dired.el, which adds a global entry in the
1345 `file-name-handler-alist'.
1346
1347 2002-02-16 John Wiegley <johnw@gnu.org>
1348
1349 * align.el (align-region): Added a missing name argument.
1350
1351 2002-02-16 John Wiegley <johnw@gnu.org>
1352
1353 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1354 after the #! of a shell interpretor specification.
1355
1356 2002-02-15 Richard M. Stallman <rms@gnu.org>
1357
1358 * help.el (describe-key-briefly): Make output in INSERT case
1359 look just like what is displayed in the normal case.
1360
1361 2002-02-15 Andreas Schwab <schwab@suse.de>
1362
1363 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1364 non-letter after specials.
1365
1366 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
1367
1368 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1369
1370 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1371
1372 * simple.el (mark-word): Mark more if repeated.
1373 * textmodes/paragraphs.el (mark-paragraph): Ditto.
1374 (mark-end-of-sentence): Ditto.
1375
1376 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
1377
1378 * wid-edit.el (widgetp): Made it more robust.
1379
1380 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
1381
1382 * facemenu.el (describe-text-done): New function.
1383 (describe-text-mode-map): New variable.
1384 (describe-text-mode-hook): New option.
1385 (describe-text-mode): New function.
1386 (describe-text-widget): New function.
1387 (describe-text-sexp): New function.
1388 (describe-text-properties): New function.
1389 (describe-text-category): New command.
1390 (describe-text-at): New command.
1391 (facemenu-menu): Replace `list-text-properties-at' with
1392 `describe-text-at' in the menu.
1393
1394 * wid-edit.el (widgetp): New function.
1395 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
1396 Autoloaded.
1397
1398 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
1399
1400 * wid-browse.el: Removed version and x-url keywords.
1401
1402 2002-02-13 Kim F. Storm <storm@cua.dk>
1403
1404 * cus-start.el (mode-line-in-non-selected-windows):
1405 Allow customization.
1406
1407 2002-02-13 Richard M. Stallman <rms@gnu.org>
1408
1409 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
1410 Tell bibtex-parse-keys to output no progress messages.
1411
1412 * international/mule-diag.el (list-input-methods):
1413 Use help-input-method, not describe-input-method, for button type.
1414
1415 * register.el (describe-register-1): Access register contents here.
1416
1417 * textmodes/text-mode.el (text-mode-hook-identify):
1418 Restore previous definition. Add to text-mode-hook again.
1419
1420 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
1421 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
1422 to avoid needing sendmail.el at run time.
1423
1424 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
1425 Initialization moved up too.
1426 (mode-line-modes): Use :propertize.
1427 (mode-line-mode-menu-keymap): Var deleted.
1428 (mode-line-copied-mode-name): Var deleted.
1429 (mode-line-mode-name): Function deleted.
1430 (mode-line-mode-menu): Each item now shows its mode line lighter.
1431 (minor-mode-alist): Don't call propertize here.
1432
1433 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1434
1435 * progmodes/pascal.el (pascal-imenu-generic-expression):
1436 Add menu-title and fix parentheses.
1437
1438 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
1439
1440 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
1441 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
1442
1443 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
1444
1445 * menu-bar.el (menu-bar-options-save): Only save
1446 `current-language-environment' and `default-input-method' when
1447 marked as customized.
1448
1449 * international/mule-cmds.el
1450 (setup-specified-language-environment):
1451 Mark `current-language-environment' as customized.
1452 (set-input-method): Mark `default-input-method' as customized when
1453 called interactively.
1454 (toggle-input-method): Ditto.
1455
1456 2002-02-11 Colin Walters <walters@verbum.org>
1457
1458 * ibuffer.el (ibuffer-switch-format): Supply required argument for
1459 `ibuffer-current-formats'.
1460
1461 2002-02-11 Miles Bader <miles@gnu.org>
1462
1463 * faces.el (mode-line-inactive): Add dark-background variant.
1464
1465 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
1466
1467 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
1468 * menu-bar.el (menu-bar-mode): Ditto.
1469 * cus-edit.el (customize-mark-to-save): Always save variables
1470 without a standard value.
1471
1472 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
1473 (menu-bar-options-save): Ditto.
1474 (menu-bar-showhide-menu): Ditto.
1475 (menu-bar-options-menu): Ditto.
1476 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
1477 (menu-bar-scroll-bar-none): Remove.
1478 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
1479 expressions instead.
1480
1481 * cus-edit.el (customize-set-value): Return value.
1482 (customize-set-variable): Ditto.
1483 (customize-save-variable): Ditto.
1484 (customize-set-variable): Load dependencies before setting value.
1485 (custom-load-symbol): Autoload it.
1486 (customize-mark-as-set): New function.
1487
1488 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1489
1490 * cus-start.el: Don't warn about "x-*" symbols when building a
1491 non-GUI version.
1492
1493 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1494
1495 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
1496 Doc fix.
1497 (strokes-help): Do not use doubled with-output-to-temp-buffer.
1498 Fix the help string.
1499 (strokes-prompt-user-save-strokes): Fix typo.
1500 (strokes-list-strokes): Use proper exit-action argument for
1501 view-buffer. Update copyright notice.
1502
1503 * international/mule-diag.el: Various doc and message fixes.
1504 (non-iso-charset-alist): Add mac-roman. Don't add entries for
1505 codepages already present.
1506 (list-block-of-chars): Display space for null entries in
1507 translation table. Display tab specially.
1508 (list-non-iso-charset-chars): Check for null charsets. Use pop
1509 for clarity. Don't break 8-bit sets into sections between ranges.
1510 (list-charset-chars): Avoid indent-tabs-mode.
1511 (describe-char-after): Maybe use the text property for syntax
1512 table information. Maybe report char-code-property-table info.
1513 Maybe report character's unicode. Tweak printing of list info.
1514 (list-input-methods): Add xref buttons.
1515 (dump-charsets, dump-codings): Deleted (obsolete).
1516 From Dave Love <fx@gnu.org>.
1517
1518 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1519
1520 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
1521
1522 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
1523
1524 * viper-util.el (viper-read-key-sequence): Fix so it'll read
1525 fast key sequences in emacs native mode
1526 (viper-events-to-keys): Delete.
1527
1528 * viper.el (describe-key, describe-key-briefly): Get rid of
1529 viper-events-to-keys.
1530
1531 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
1532
1533 * ediff-wind.el (ediff-setup-control-frame):
1534 Use ediff-has-gutter-support.
1535
1536 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
1537 check if buff is alive.
1538
1539 * ediff.el: Typo in comment.
1540
1541 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1542
1543 * menu-bar.el (menu-bar-options-save): Take care of
1544 line-number-mode and column-number-mode variables.
1545 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
1546 "Show Column Number" in "Show/Hide" menu.
1547
1548 2002-02-09 Richard M. Stallman <rms@gnu.org>
1549
1550 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
1551
1552 2002-02-09 Kim F. Storm <storm@cua.dk>
1553
1554 * faces.el (mode-line-inactive): New face for mode-line for
1555 non-selected windows.
1556 (mode-line): Doc fix: Only used for selected window.
1557
1558 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1559
1560 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
1561 name to "Insert Diary Entry".
1562
1563 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
1564
1565 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
1566 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
1567
1568 2002-02-08 Richard M. Stallman <rms@gnu.org>
1569
1570 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
1571
1572 2002-02-08 Andreas Schwab <schwab@suse.de>
1573
1574 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
1575 of point-min.
1576
1577 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 * net/ange-ftp.el (ange-ftp-process-handle-line)
1580 (ange-ftp-set-xfer-size): If the file's size is a float, divide
1581 by 1024 instead of using ash.
1582
1583 * international/mule-cmds.el (select-safe-coding-system):
1584 State the buffer's name in the message popped in the *Warning* buffer,
1585 and make sure the offending buffer is displayed.
1586
1587 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
1588
1589 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
1590
1591 2002-02-07 Richard M. Stallman <rms@gnu.org>
1592
1593 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
1594
1595 * register.el (list-registers): New command.
1596 (describe-register-1): New subroutine, taken out of view-register.
1597
1598 * emacs-lisp/copyright.el (copyright-regexp):
1599 Delete the unibyte copyright symbol; it's redundant.
1600 Fix a spazz in the multibyte encoding here.
1601
1602 2002-02-07 Dave Love <fx@gnu.org>
1603
1604 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
1605 (cyrillic-encode-alternativnyj-char): Get translation tables from
1606 symbol properties, not as variables.
1607 (standard-display-cyrillic-translit): Include unicodes.
1608
1609 2002-02-06 Kim F. Storm <storm@cua.dk>
1610
1611 * help.el (where-is): Report remapped commands.
1612
1613 * help-fns.el (describe-function-1): Ditto.
1614
1615 * subr.el (global-set-key, local-set-key): Accept a symbol for the
1616 KEY argument (like define-key).
1617
1618 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1619
1620 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
1621
1622 2002-02-06 Richard M. Stallman <rms@gnu.org>
1623
1624 * mail/mailabbrev.el: Require sendmail only at compile time.
1625 (mail-mode-header-syntax-table): Var deleted.
1626 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
1627 (sendmail-pre-abbrev-expand-hook): Only temporarily change
1628 local-abbrev-table and the syntax table.
1629 Compute mail-abbrev-syntax-table if that has not been done.
1630
1631 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
1632
1633 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
1634 (debugger-frame-number): Figure out the offset directly.
1635 (debugger-setup-buffer): Don't use debugger-frame-offset.
1636 (debugger-frame, debugger-frame-clear): Likewise.
1637 (debugger-jump): Don't alter debugger-frame-offset.
1638
1639 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1640 Replace foo-p as var name with foo-flag, not foo-p-flag.
1641
1642 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
1643 (highlight-changes-passive-string): Default to -Chg.
1644 (highlight-changes-global-modes): Doc fix.
1645
1646 * dired.el (dired-get-filename): Add /: when appropriate
1647 to avoid taking a local name as remote.
1648
1649 * files.el (file-name-non-special): Add special handling for
1650 file-name-sans-versions, file-name-completion, and
1651 file-name-all-completions.
1652
1653 * isearch.el (isearch-update): Don't update display in kbd macro.
1654 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
1655
1656 * subr.el (force-mode-line-update): Doc fix.
1657
1658 * subr.el (atomic-change-group, prepare-change-group)
1659 (activate-change-group, accept-change-group, cancel-change-group):
1660 New functions.
1661
1662 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
1663 (transpose-subr-1): Use atomic-change-group.
1664
1665 * subr.el (add-minor-mode): Include the mode's lighter string
1666 in the minor mode menu item name.
1667
1668 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
1669 rmail-count-screen-lines starting from (point-min).
1670
1671 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
1672 beyond the image height, to use the fancy splash screen.
1673
1674 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
1675 (text-mode): Set text-mode-variant here.
1676
1677 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1678
1679 * play/pong.el (pong-height): Don't use height that exceeds the
1680 frame height.
1681 (pong-border-options): Make the border colors slightly more bright.
1682
1683 * play/gamegrid.el (gamegrid-display-type): Treat any
1684 color-capable display as color-x, if display-color-p is fboundp.
1685 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
1686 (gamegrid-make-color-tty-face): Use the value of color, not the
1687 symbol itself. Don't call gamegrid-color.
1688
1689 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1690
1691 * gud.el (gud-refresh): Call recenter only after we are sure we
1692 are in the right window.
1693
1694 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
1695
1696 * cus-edit.el (customize-mark-to-save): New function.
1697 * menu-bar.el (menu-bar-options-save): Rewrote.
1698
1699 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1700
1701 * cus-start.el (x-use-underline-position-properties):
1702 Allow customization.
1703
1704 2002-02-04 Simon Josefsson <jas@extundo.com>
1705
1706 * dired.el (dired-load-hook, dired-mode-hook)
1707 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1708
1709 2002-02-03 Colin Walters <walters@verbum.org>
1710
1711 * ibuf-ext.el (ibuffer-filter-format-alist)
1712 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1713 New variables.
1714 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1715 is now the Emacs CVS tree.
1716 (ibuffer-formats): Doc fix.
1717 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
1718 (ibuffer-current-format): Use them.
1719 (ibuffer-recompile-formats, ibuffer-check-formats)
1720 (ibuffer-switch-format, ibuffer-update-title):
1721 Add support for ibuffer-filter-format-alist.
1722 (define-ibuffer-column process): Remove unncessary consing.
1723
1724 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1725 for a summary column.
1726
1727 2002-02-03 Andreas Schwab <schwab@suse.de>
1728
1729 * window.el (save-selected-window): Move macro before first use.
1730 (balance-windows): Fix misplaced parenthesis.
1731
1732 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1733
1734 * calculator.el (calculator-displayers): Doc fixes.
1735
1736 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1737
1738 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
1739 (menu-bar-options-save): Save also the value of `display-time-mode'.
1740 (showhide-date-time): New function.
1741 (menu-bar-showhide-menu): New menu-item "Date and time".
1742
1743 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
1744
1745 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
1746 get-file-buffer to check for rmail buffer existence.
1747
1748 * term.el (term-emulate-terminal): Extract proper command string
1749 which is supplied to term-command-hook.
1750
1751 2002-02-03 Richard M. Stallman <rms@gnu.org>
1752
1753 * international/quail.el (quail-help): Don't call help-setup-xref.
1754
1755 * international/mule-cmds.el (describe-input-method):
1756 Call help-setup-xref here.
1757 (describe-current-input-method): Doc fix.
1758
1759 * novice.el (disabled-command-hook): Clarify output text.
1760 Indent the paragraph from the command's doc string.
1761
1762 * dabbrev.el (dabbrev--goto-start-of-abbrev):
1763 Exit loop on beginning of field rather than bobp.
1764
1765 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1766
1767 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
1768 the message text into the *mail* buffer, and restore the pruned
1769 state after that.
1770
1771 * mail/rmail.el (rmail-redecode-body): Prune the headers before
1772 looking for X-Coding-System header, and restore the pruned state
1773 before returning.
1774
1775 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1776
1777 * cus-edit.el (customize-save-variable): Fix typo in prompt.
1778
1779 These changes integrate new version of flyspell.el from its
1780 maintainer, Manuel Serrano:
1781
1782 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
1783 (flyspell-mode-on, flyspell-notify-misspell)
1784 (flyspell-small-region, flyspell-external-point-words)
1785 (flyspell-large-region): Use it
1786 (flyspell-before-incorrect-word-string)
1787 (flyspell-after-incorrect-word-string): New user options.
1788 (make-flyspell-overlay): Use them.
1789 (flyspell-version): New function.
1790 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1791 definitions to use :weight.
1792 (flyspell-insert-function): New user option.
1793 (flyspell-auto-correct-word, flyspell-correct-word)
1794 (flyspell-xemacs-correct): Use it.
1795 (flyspell-define-abbrev): New function.
1796 (flyspell-auto-correct-word, flyspell-correct-word)
1797 (flyspell-xemacs-correct): Use it.
1798 (make-flyspell-overlay): Use `evaporate' property.
1799 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1800 (flyspell-emacs-popup): Use `session' instead of `accept'.
1801 (flyspell-auto-correct-previous-pos): New variable.
1802 (flyspell-auto-correct-previous-hook)
1803 (flyspell-auto-correct-previous-word): New functions.
1804
1805 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1806
1807 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
1808 don't alter the user's ~/.emacs.
1809 (disable-command): If user-init-file is nil or does not exist,
1810 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1811 But don't alter the init file if Emacs was invoked as "emacs -q"
1812
1813 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
1814
1815 * mail/sendmail.el (mail-mode): Undo half of last change.
1816
1817 * indent.el (indent-for-tab-command): Remove spurious code.
1818
1819 * hi-lock.el (hi-lock-find-patterns): Save restriction.
1820
1821 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1822
1823 * calendar/time-date.el: Moved from lisp/gnus.
1824
1825 * calendar/parse-time.el: Ditto.
1826
1827 2002-01-31 Richard M. Stallman <rms@gnu.org>
1828
1829 * international/iso-acc.el (iso-languages): Fix ", " in French.
1830
1831 * cus-start.el (history-length): Specify customization for it.
1832
1833 * emacs-lisp/debug.el (debugger-setup-buffer):
1834 When an eval-buffer frame was reading from a buffer,
1835 insert indication of the buffer position.
1836 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1837 (debugger-frame-clear, debugger-frame): Error on non-frame line.
1838
1839 * simple.el (shell-command-on-region): Err if no mark
1840 before reading the command string.
1841
1842 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1843 Definitions moved down after hl-line-mode var's definition.
1844
1845 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1846 (hilit-chg-set-face-on-change): Rename arg.
1847 (hilit-chg-make-ov): Detect error earlier.
1848
1849 * ediff-hook.el: Delete autoload cookies.
1850
1851 * comint.el (comint-scroll-show-maximum-output): Default is t.
1852
1853 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1854 (batch-byte-compile-if-not-done): New function.
1855
1856 * Makefile.in (compile): New target.
1857 (compile-always): Renamed from compile-files.
1858 (compile-after-backup): Renamed from compile.
1859 (bootstrap): Depend on compile-always, not compile-files.
1860
1861 * emulation/pc-select.el (pc-select-save-and-set-mode):
1862 Properly use MODE-VAR.
1863
1864 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1865
1866 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1867 Version" to "About Emacs".
1868 (menu-bar-options-save): Add `default-frame-alist'
1869 to saved variables.
1870 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1871 of the variable `scroll-bar-mode'.
1872
1873 * startup.el (normal-splash-screen, display-splash-screen):
1874 New functions (separated from command-line-1).
1875 (command-line-1): Use them.
1876
1877 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1878
1879 * calendar/calendar.el (generate-calendar-month): Doc fix.
1880
1881 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1882
1883 * time.el (display-time-mail-directory): New option.
1884 (display-time-mail-function): Update doc-string.
1885 (display-time-mail-icon): Use XPM image when available.
1886 (display-time-string-forms): Use more descriptive text as
1887 help-echo property.
1888 (display-time-mail-check-directory): New function.
1889 (display-time-update): Use it.
1890
1891 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1892 Quote `window-system'.
1893
1894 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1895 Add Keywords header. Update Commentary section.
1896 Update copyright notice.
1897
1898 * menu-bar.el (menu-bar-scroll-bar-right)
1899 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1900 (showhide-menu-bar): New functions.
1901 (menu-bar-showhide-menu): New submenu "Show/Hide".
1902 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1903 "Show/Hide".
1904 Update copyright notice.
1905
1906 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1907
1908 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1909
1910 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
1911
1912 * pc-select.el (pc-selection-mode-hook)
1913 (pc-select-saved-settings-alist, pc-select-map)
1914 (pc-select-saved-global-map, pc-select-key-bindings-alist)
1915 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1916 (pc-select-meta-moves-sexps-key-bindings)
1917 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1918 New variables.
1919 (pc-select-define-keys, pc-select-restore-keys): New functions.
1920 (pc-select-add-to-alist, pc-select-save-and-set-var)
1921 (pc-select-save-and-set-mode, pc-select-restore-var)
1922 (pc-select-restore-mode): New macros.
1923 (pc-selection-mode): Completely rewrote the body of the function;
1924 the main goal was to make pc-selection-mode "turn-off"-able, like
1925 other minor modes. Use define-minore-mode instead of just a
1926 defun. Store the key bindings into four alists:
1927 pc-select-default-key-bindings, pc-select-extra-key-bindings,
1928 pc-select-meta-moves-sexps-key-bindings, and
1929 pc-select-tty-key-bindings; then have the pc-select-define-keys
1930 function walk those alists instead of calling define-key
1931 repeatedly. When the mode is turned on, set the
1932 keybindings in global-map and remember the old keybindings; when
1933 the mode is turned off, restore the previously-saved keybindings.
1934 (pc-selection-mode defcustom): Reflect the fact that the mode is
1935 now "turn-off"-able.
1936
1937 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1938
1939 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1940 returns t, don't treat that as an error.
1941
1942 2002-01-25 Jason Rumney <jasonr@gnu.org>
1943
1944 * faces.el (face-font-registry-alternatives) [windows-nt]:
1945 Add ms-oemlatin as an alternative for iso8859-1.
1946
1947 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1948
1949 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1950 args and the absence of an entry. Don't add -f each time.
1951
1952 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1953
1954 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1955
1956 Support for more than 8 colors on character terminals:
1957
1958 * term/rxvt.el: New file.
1959
1960 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1961
1962 * term/xterm.el (xterm-standard-colors): New variable.
1963 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1964 (xterm-rxvt-set-background-mode): New functions.
1965 (toplevel): Call xterm-register-default-colors,
1966 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1967 Add support for more keys from xterm's terminfo entry.
1968
1969 * facemenu.el (list-colors-display): If the argument is nil, don't
1970 show more colors that the number returned by display-color-cells.
1971
1972 * term/pc-win.el (msdos-color-values): Reverse the order of the
1973 colors, since tty-color-define now preserves the registration order.
1974
1975 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1976
1977 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1978 (tty-register-default-colors): New function; code moved from
1979 startup.el's command-line.
1980 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1981 the order the colors where registered.
1982
1983 * frame.el (display-color-cells): Use tty-display-color-cells.
1984
1985 * startup.el (command-line): Call tty-register-default-colors.
1986
1987 2002-01-25 Richard M. Stallman <rms@gnu.org>
1988
1989 * subr.el (remove): Doc fix.
1990
1991 2002-01-24 Richard M. Stallman <rms@gnu.org>
1992
1993 * progmodes/compile.el (compilation-handle-exit):
1994 Add a compilation-handle-exit property to the "finished" message.
1995 (compilation-parse-errors): Stop parsing when that property is seen.
1996
1997 * subr.el (substring-no-properties): New function.
1998 (copy-without-properties): Function deleted.
1999
2000 * term/x-win.el (x-handle-geometry): Put sizes on both
2001 initial-frame-alist and default-frame-alist.
2002
2003 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
2004 for saving .emacs.
2005
2006 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
2007
2008 * calendar/calendar.el (generate-calendar-month): Doc fix.
2009
2010 2002-01-23 Richard M. Stallman <rms@gnu.org>
2011
2012 * play/tetris.el (tetris): New defgroup.
2013 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
2014 (tetris-default-tick-period): Convert to defcustom.
2015 Added * in docstring to indicate user variable.
2016 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
2017 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
2018 (tetris-buffer-height, tetris-width, tetris-height)
2019 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
2020
2021 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
2022
2023 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
2024 and is already matched by adaptive-fill-regexp.
2025
2026 2002-01-22 Richard M. Stallman <rms@gnu.org>
2027
2028 * bindings.el (mode-line-copied-mode-name): New variable.
2029 (mode-line-mode-name): Don't modify mode-name itself!
2030 Instead, make a copy and reuse it.
2031
2032 * subr.el (copy-without-properties): New function.
2033
2034 * progmodes/sh-script.el (sh-set-shell): Doc fix.
2035
2036 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
2037 slash if DIR is just slash.
2038
2039 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
2040
2041 2002-01-21 Richard M. Stallman <rms@gnu.org>
2042
2043 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
2044
2045 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
2046 Move defvar up.
2047
2048 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
2049
2050 * ibuffer.el: Don't require ibuf-ext at load time.
2051 (ibuffer): Require ibuf-ext here.
2052
2053 2002-01-21 Francesco Potorti` <pot@gnu.org>
2054
2055 * generic-x.el (apache-conf-generic-mode): Highlight the first
2056 word in a line even if preceded by blanks.
2057
2058 2002-01-21 Richard M. Stallman <rms@gnu.org>
2059
2060 * window.el (window-body-height): Handle minibuffer window specially.
2061 Otherwise, don't return less than 1.
2062
2063 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
2064
2065 * ange-ftp.el: Added support for BS2000, and for raw ftp
2066 login commands (needed in some circumstances).
2067 (ange-ftp-raw-login): New custom var.
2068 (ange-ftp-normal-login): Perform login with raw ftp commands, if
2069 ange-ftp-raw-login is set and account password is needed.
2070 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
2071 (ange-ftp-bs2000-filename-pubset-regexp)
2072 (ange-ftp-bs2000-filename-username-regexp)
2073 (ange-ftp-bs2000-filename-prefix-regexp)
2074 (ange-ftp-bs2000-name-template): New consts.
2075 (ange-ftp-bs2000-short-filename-regexp)
2076 (ange-ftp-bs2000-fix-name-regexp-reverse)
2077 (ange-ftp-bs2000-fix-name-regexp): New consts.
2078 (ange-ftp-bs2000-special-prefix): New custom var.
2079 (ange-ftp-fix-name-for-bs2000)
2080 (ange-ftp-fix-dir-name-for-bs2000): New funs.
2081 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
2082 (ange-ftp-bs2000-posix-hook-installed): New vars.
2083 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
2084 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
2085 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
2086 (ange-ftp-bs2000-filename-regexp): New const.
2087 (ange-ftp-bs2000-additional-pubsets): New custom var.
2088 (ange-ftp-bs2000-cd-to-posix): New fun.
2089
2090 2002-01-20 Colin Walters <walters@verbum.org>
2091
2092 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
2093 with `byte-compile-dynamic'.
2094 (ibuffer-default-directory, toplevel): Doc files.
2095
2096 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2097
2098 * tempo.el (tempo-define-template): Doc fix.
2099
2100 * scroll-bar.el (scroll-bar-mode): Make argument optional.
2101
2102 2002-01-20 Jason Rumney <jasonr@gnu.org>
2103
2104 * w32-vars.el: New file.
2105
2106 * loadup.el [windows-nt]: Load it.
2107
2108 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
2109 and make them defcustoms.
2110
2111 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
2112
2113 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2114
2115 * language/tibet-util.el (tibetan-decompose-region)
2116 (tibetan-decompose-string): Fix typo in docstring.
2117
2118 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
2119
2120 2002-01-18 Richard M. Stallman <rms@gnu.org>
2121
2122 * comint.el (comint-redirect-send-command-to-process):
2123 Restore previous current buffer.
2124
2125 * window.el (window-body-height): New function.
2126
2127 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
2128
2129 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
2130 "Finish Function" menu map entries for jdb mode.
2131 (gud-jdb-use-classpath): New customization variable.
2132 (gud-jdb-command-name): Add customization.
2133 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
2134 (gud-jdb-classpath-string): New variable.
2135 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
2136 (gud-jdb-build-source-files-list): Likewise.
2137 (gud-jdb-massage-args): Record any command argument classpath
2138 string in `gud-jdb-classpath-string'.
2139 (gud-jdb-lowest-stack-level): New function, finds bottom of current
2140 java call stack in jdb output.
2141 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
2142 (gud-jdb-parse-classpath-string): New functions.
2143 (gud-jdb-marker-filter): Search/detect classpath information in
2144 jdb's output. marker regexp updated to match oldjdb and jdb output
2145 formats. Expand search for source files to include new/old methods
2146 using new functions above. Do not allow `gud-marker-acc' to grow
2147 without bound.
2148 (jdb): Set classpath information (if available) as jdb is started.
2149 Change `gud-break' and `gud-remove'
2150 to use new %c ("class") escape in format strings. Add
2151 `gud-finish', `gud-up', `gud-down' command string functions, and
2152 add them to the local menu map. Update `comint-prompt-regexp' for
2153 jdb and oldjdb. If attaching to an already running java VM and
2154 configured to use classpath, send command to query for classpath,
2155 else use previous method for finding and parsing java
2156 sources. Set `gud-jdb-find-source' function accordingly.
2157 (gud-mode): Doc fix.
2158 (gud-format-command): Add support for new %c ("class") escape.
2159 (gud-find-class): New function in support of %c escape.
2160
2161 2002-01-17 Richard M. Stallman <rms@gnu.org>
2162
2163 * ibuf-ext.el: Enable byte-compile-dynamic.
2164
2165 2002-01-17 Jason Rumney <jasonr@gnu.org>
2166
2167 * term/w32-win.el: Restore conditional require of fontset.
2168
2169 2002-01-16 Richard M. Stallman <rms@gnu.org>
2170
2171 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
2172 more or less.
2173 (mouse-drag-region): New function. For a click in the echo area,
2174 show *Messages*.
2175
2176 * ibuf-ext.el: Delete the autoloads for functions defined with
2177 ibuffer-specific commands.
2178
2179 * help.el (describe-distribution): Really call view-file.
2180
2181 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
2182 (ange-ftp-get-process): Pass that arg.
2183
2184 * comint.el (comint-simple-send): Fix previous change.
2185
2186 * net/telnet.el (telnet-simple-send): Fix previous change.
2187
2188 * progmodes/sql.el (sql-escape-newlines-and-send)
2189 (sql-query-placeholders-and-send): Fix previous change.
2190
2191 2002-01-16 Colin Walters <walters@verbum.org>
2192
2193 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
2194 URL, Compatibility headers. Update copyright notice.
2195 * ibuf-macs.el (toplevel): Require `cl' when compiling.
2196
2197 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2198
2199 * startup.el (command-line): Set EOL mnemonics for the Mac.
2200
2201 2002-01-16 Andreas Schwab <schwab@suse.de>
2202
2203 * mail/feedmail.el (feedmail): Fix :link spec.
2204
2205 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2206
2207 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
2208 2 ldapsearch.
2209
2210 * net/eudc.el: New maintainer. Change author's address.
2211 (eudc-pre-select-window-configuration, eudc-insertion-marker):
2212 Variables removed.
2213 (eudc-insert-selected): Function removed.
2214 (eudc-select): Reimplemented.
2215 (eudc-expand-inline): Delete the strings only after its expansion
2216 is chosen not before.
2217
2218 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
2219 Minor coding style fixes.
2220
2221 * net/eudcb-ldap.el: New maintainer. Change author's address.
2222 (eudc-attribute-display-method-alist): Display mail with
2223 eudc-display-mail.
2224
2225 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
2226 * net/eudc-vars.el: New maintainer. Change author's address.
2227
2228 * net/eudc-bob.el: New maintainer. Change author's address.
2229 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
2230 (eudc-display-mail): New function.
2231 (eudc-bob-play-sound-at-point): Remove XEmacs case.
2232
2233 2002-01-15 Richard M. Stallman <rms@gnu.org>
2234
2235 * emacs-lisp/autoload.el (make-autoload):
2236 Don't handle define-ibuffer-column, define-ibuffer-filter,
2237 define-ibuffer-sorter, and define-ibuffer-op.
2238
2239 2002-01-14 Richard M. Stallman <rms@gnu.org>
2240
2241 * calendar/calendar.el (diary-date-forms): Doc fix.
2242
2243 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2244
2245 * startup.el (command-line): Register the default tty colors even
2246 if the terminal doesn't seem to support colors.
2247 <tty-long-option-alist>: New option --color.
2248 (tty-handle-args): Parse the --color arg.
2249
2250 * term/tty-colors.el (tty-color-mode-alist): New variable.
2251
2252 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
2253
2254 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
2255 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2256 Use it.
2257 (ange-ftp-hook-function): Preserve match-data.
2258 (ange-ftp-insert-directory): Typo.
2259 (ange-ftp-shell-command): Check if regexp matched.
2260
2261 2002-01-13 Richard M. Stallman <rms@gnu.org>
2262
2263 * international/mule-cmds.el: help-map bindings moved to help.el.
2264
2265 * help.el (view-echo-area-messages): New function.
2266 (help-map): Add `e' binding. Delete obsolete `d' binding.
2267 Change old Info bindings C-f, C-k and C-i to F, K, S.
2268 Move view-emacs-FAQ from F to C-f.
2269 Move view-emacs-problems from P to C-e.
2270 Bindings moved here from mule-cmds.el.
2271 C-l binding for describe-language-environment deleted
2272 (help-for-help): Update for all these changes.
2273
2274 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2275
2276 2002-01-13 Dave Love <fx@gnu.org>
2277
2278 * emacs-lisp/copyright.el: Doc fixes.
2279 (copyright-regexp): Add Latin-9 copyright sign.
2280 Match comment delimiters in year lists.
2281 (copyright-current-year): Initialize to load-time year.
2282
2283 2002-01-13 Andreas Schwab <schwab@suse.de>
2284
2285 * dired-aux.el (dired-do-shell-command): Doc fix.
2286
2287 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
2288
2289 * startup.el (command-line-x-option-alist): New options "-fs",
2290 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2291
2292 * term/x-win.el (x-handle-initial-switch): New function.
2293
2294 2002-01-13 Colin Walters <walters@debian.org>
2295
2296 * emacs-lisp/autoload.el (make-autoload): Handle
2297 define-ibuffer-column, define-ibuffer-filter,
2298 define-ibuffer-sorter, and define-ibuffer-op.
2299
2300 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
2301
2302 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
2303
2304 2002-01-12 Richard M. Stallman <rms@gnu.org>
2305
2306 * net/browse-url.el (browse-url-grail):
2307 Use browse-url-maybe-new-window.
2308
2309 * net/telnet.el (telnet-simple-send): Handle
2310 comint-input-sender-no-newline like comint-simple-send.
2311
2312 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2313 comint-input-sender-no-newline like comint-simple-send.
2314 (sql-escape-newlines-and-send): Likewise.
2315
2316 * comint.el (comint-input-sender): Doc fix.
2317 (comint-input-sender-no-newline): New variable.
2318 (comint-simple-send): If comint-input-sender-no-newline,
2319 don't output newline, but maybe send eof.
2320 (comint-send-input): New arg NO-NEWLINE.
2321 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
2322
2323 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2324
2325 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2326 delaying when executing keyboard macros.
2327
2328 2002-01-12 Richard M. Stallman <rms@gnu.org>
2329
2330 * simple.el (line-move): If we can't move enough lines,
2331 go to beginning or end of line.
2332
2333 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2334 and proper window.
2335
2336 * help.el (describe-mode): Call help-setup-xref in the help buffer.
2337 Switch buffers only after calling `help-buffer'.
2338
2339 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2340 only when they are surrounded by whitespace.
2341 Use dired-mark-separator when adding one file name to a command.
2342 (dired-do-shell-command): Verify that * is surrounded by whitespace.
2343 Ask for confirmation if * or ? is not surrounded by whitespace.
2344 (dired-bunch-files): Re-reverse the partial file list when it is used.
2345
2346 2002-01-12 Richard M. Stallman <rms@gnu.org>
2347
2348 * comint.el (comint-dynamic-list-completions): Repeating the command
2349 after displaying a completion list scrolls the list.
2350
2351 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
2352
2353 * files.el (find-file-noselect): Don't consider a buffer as
2354 visiting a file literally if it is in hexl-mode.
2355
2356 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2357
2358 2002-01-11 Richard M. Stallman <rms@gnu.org>
2359
2360 * startup.el (initial-scratch-message): Fix custom type, add group.
2361
2362 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2363 around the decode-coding-region call.
2364
2365 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2366 after displaying a completion list scrolls the list.
2367
2368 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2369
2370 * version.el (emacs-version): Bump to 21.2.50.
2371
2372 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
2373
2374 * play/zone.el (zone-timeout): New var.
2375 (zone-hiding-modeline): New macro.
2376 (zone-call): New func.
2377
2378 (zone): Init `modeline-hidden-level' symbol property.
2379 Use `zone-call' instead of `funcall'.
2380
2381 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
2382
2383 (zone-pgm-stress): Use `zone-hiding-modeline'.
2384
2385 (zone-pgm-stress-destress): New zone program.
2386
2387 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2388
2389 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2390
2391 2002-01-09 Richard M. Stallman <rms@gnu.org>
2392
2393 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
2394
2395 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
2396
2397 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
2398 flyspell-mouse-map.
2399
2400 2002-01-08 Richard M. Stallman <rms@gnu.org>
2401
2402 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
2403
2404 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
2405
2406 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
2407
2408 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2409
2410 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
2411 Do not use make-local-hook.
2412
2413 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2414
2415 * international/quail.el (quail-start-translation)
2416 (quail-start-conversion): Bind last-command-event, last-command,
2417 and this-command in the first let. This fixes the change from
2418 2000-08-30.
2419
2420 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
2421
2422 * ediff-hook.el: Add an autoload cookie.
2423
2424 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2425
2426 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
2427 address of the author.
2428
2429 2002-01-08 Richard M. Stallman <rms@gnu.org>
2430
2431 * replace.el (occur-mode-goto-occurrence-other-window): New command.
2432 (occur-mode-map): Bind `o' to that.
2433
2434 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
2435
2436 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2437 new macro that replaces viper-emacs-p and viper-xemacs-p in many
2438 cases. Used to reduce the number of warnings.
2439
2440 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
2441 (viper-standard-value): Move here from viper.el.
2442 (viper-set-unread-command-events): Move to viper-util.el
2443 (viper-check-minibuffer-overlay): Make sure
2444 viper-minibuffer-overlay is moved to cover the entire input field.
2445
2446 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
2447 (viper-read-key-sequence, viper-set-unread-command-events)
2448 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
2449
2450 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
2451
2452 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
2453
2454 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
2455
2456 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
2457 (viper-event-vector-p): Move to viper-util.el
2458
2459 * viper.el (viper-standard-value): Move to viper-cmd.el.
2460 Use viper-cond-compile-for-xemacs-or-emacs.
2461
2462 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2463
2464 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2465
2466 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
2467 New macro designed to be used in many places where ediff-emacs-p or
2468 ediff-xemacs-p was previously used. Reduces the number of warnings.
2469 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
2470 of ediff-xemacs-p.
2471 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
2472 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
2473 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
2474 Move to ediff-util.el.
2475 (ediff-event-key): Moved here.
2476
2477 * ediff-merge.el: Got rid of unreferenced variables.
2478
2479 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2480
2481 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2482 (ediff-cleanup-mess): Improve the way windows are set up after
2483 quitting ediff.
2484 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
2485 (ediff-dispose-of-variant-according-to-user): New function
2486 designed to be smarter and also understands indirect buffers.
2487 (ediff-highlight-diff-in-one-buffer)
2488 (ediff-unhighlight-diff-in-one-buffer)
2489 (ediff-unhighlight-diffs-totally-in-one-buffer)
2490 (ediff-highlight-diff, ediff-highlight-diff)
2491 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
2492 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
2493 (ediff-get-region-contents, ediff-make-current-diff-overlay):
2494 Moved here.
2495 (ediff-format-bindings-of): New function by Hannu Koivisto
2496 <azure@iki.fi>.
2497 (ediff-setup): Make sure the merge buffer is always widened and
2498 modifiable.
2499 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
2500 result of a merge into a file visited by another buffer.
2501 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
2502 is visited by another buffer and ask to save/delete that buffer.
2503 (ediff-verify-file-merge-buffer): New function to do the above.
2504
2505 * ediff-vers.el: Load ediff-init.el at compile time.
2506
2507 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2508
2509 * ediff.el (ediff-windows, ediff-regions-wordwise)
2510 (ediff-regions-linewise): Use indirect buffers to improve
2511 robustness and make it possible to compare regions of the same
2512 buffer (even overlapping regions).
2513 (ediff-clone-buffer-for-region-comparison)
2514 (ediff-clone-buffer-for-window-comparison): New functions.
2515 (ediff-files-internal): Refuse to compare identical files.
2516 (ediff-regions-internal): Get rid of the warning about comparing
2517 regions of the same buffer.
2518
2519 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
2520 Plus the following fixes courtesy of Dave Love: Doc fixes.
2521 (ediff-word-1): Use word class and move - to the
2522 front per regexp documentation.
2523 (ediff-wordify): Bind forward-word-function outside loop.
2524 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
2525 consing buffer contents.
2526 (ediff-goto-word): Move syntax table setting outside loop.
2527
2528 2002-01-07 Richard M. Stallman <rms@gnu.org>
2529
2530 * dired.el (dired-copy-filename-as-kill): Call kill-append
2531 if following a kill command.
2532
2533 * help-fns.el (describe-variable, describe-function):
2534 Do save-excursion.
2535
2536 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2537
2538 * net/ldap.el (ldap-search-internal): Skip error message from
2539 ldapsearch. Allow listing attribute names only. Do not open
2540 non-existent files.
2541
2542 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
2543 call non-existent function.
2544
2545 * net/eudc.el (top-level): Revert previous change.
2546
2547 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
2548 variables to prevent warning from byte-compiler.
2549
2550 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
2551 string-match on emacs-version again.
2552
2553 * enriched.el (enriched-make-annotation): Fix the change from
2554 2002-01-05.
2555 (enriched-handle-display-prop): Return proper values.
2556
2557 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
2558 proper attribute name labeledUri instead of deprecated labeledUrl.
2559
2560 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2561
2562 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
2563 editing an empty hotlist.
2564
2565 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
2566 Use buffer-string instead of buffer-substring for the whole
2567 buffer.
2568
2569 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
2570 not free.
2571
2572 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
2573 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
2574 (eudc-bob-save-object): Make the buffer unibyte.
2575 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
2576 object to external program.
2577
2578 2002-01-05 Andre Spiegel <spiegel@gnu.org>
2579
2580 * vc.el (vc-branch-part): Return nil if there's no `.'
2581 (vc-default-previous-version): Renamed from vc-previous-version.
2582 New args BACKEND and FILE. Return nil for revision numbers
2583 without a `.'
2584 (vc-version-diff): Call vc-BACKEND-previous-version.
2585 (vc-steal-lock): Steal lock before composing mail, so that no mail
2586 is sent when the stealing goes wrong. And we'll actually see the
2587 error in that case now.
2588 (vc-finish-steal): Removed.
2589
2590 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
2591 the lock, so that we see expanded headers.
2592 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
2593 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
2594 available from vc.el. Updated all callers.
2595
2596 2002-01-05 Richard M. Stallman <rms@gnu.org>
2597
2598 * enriched.el (enriched-make-annotation): Doc fix.
2599
2600 * format.el (format-replace-strings, format-subtract-regions)
2601 (format-annotate-region, format-annotate-location)
2602 (format-annotate-atomic-property-change)
2603 (format-annotate-single-property-change): Doc fixes.
2604
2605 2002-01-05 Jason Rumney <jasonr@gnu.org>
2606
2607 * term/w32-win.el: Require fontset unconditionally.
2608 (w32-handle-scroll-bar-event): Remove.
2609
2610 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
2613 copyrights to be updated.
2614
2615 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2616
2617 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
2618 2001-10-24.
2619
2620 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
2621
2622 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2623
2624 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
2625 entry.
2626 (ldap-ignore-attribute-codings): Change the default value to allow
2627 encoding/decoding of attributes.
2628 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
2629
2630 2002-01-03 Richard M. Stallman <rms@gnu.org>
2631
2632 * files.el (basic-save-buffer): Undo previous change.
2633
2634 * calendar/diary-lib.el (diary-block): Doc fix.
2635
2636 * custom.el (defcustom): Fix syntax of previous change.
2637
2638 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
2639
2640 * custom.el (defcustom): Documented :tag, :link and :load.
2641
2642 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2643
2644 * mail/sendmail.el (mail-recover-1): New function.
2645 (mail-recover): Switch to the *mail* buffer right away. Use
2646 buffer-auto-save-file-name instead of calling
2647 make-auto-save-file-name. Call dired-noselect instead of invoking
2648 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
2649 before reading the auto-save file. If the buffer's auto-save file
2650 does not exist, call mail-recover-1 to allow recovery from past
2651 auto-saved drafts.
2652
2653 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2654
2655 * time.el (display-time-load-average-threshold): Fix defcustom
2656 (add type and group).
2657
2658 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
2659 specification from the hostname.
2660
2661 2002-01-02 Richard M. Stallman <rms@gnu.org>
2662
2663 * facemenu.el (facemenu-active-faces):
2664 Use face-attributes-as-vector, not face-attributes-vector.
2665
2666 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
2667
2668 * xscheme.el: Eleven years of updates on a private copy.
2669
2670 Extensive changes to support multiple xscheme buffers:
2671 (run-scheme): Break up into new functions to facilitate starting
2672 processes in other buffers.
2673 (xscheme-start, xscheme-read-command-line): New functions.
2674 (start-scheme, select-scheme)
2675 (default-xscheme-runlight)
2676 (global-set-scheme-interaction-buffer)
2677 (local-set-scheme-interaction-buffer)
2678 (local-clear-scheme-interaction-buffer)
2679 (exit-scheme-interaction-mode)
2680 (verify-xscheme-buffer): New functions.
2681 (xscheme-process-name, xscheme-buffer-name)
2682 (xscheme-runlight): New internal vars.
2683 (default-xscheme-runlight): New const.
2684 (xscheme-start-process): Add args for the process/buffer names.
2685 (reset-scheme): Pass process/buffer names.
2686 (scheme-interaction-mode): Initialize new local vars.
2687 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
2688 (xscheme-select-process-buffer, xscheme-process-buffer)
2689 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
2690 (xscheme-goto-output-point, xscheme-write-message-1): Use new
2691 var xscheme-process-name.
2692 (xscheme-start-process): Initialize xscheme-process-name and
2693 xscheme-buffer-name in the process buffer. Pass buffer name to
2694 xscheme-modeline-initialize.
2695 (xscheme-modeline-initialize): Add argument to specify buffer name
2696 for mode-line vars.
2697 (xscheme-process-sentinel): Make sure sentinel is run in the
2698 process buffer so it sees its local vars.
2699 (xscheme-process-filter-initialize, xscheme-set-runlight): More
2700 elaborate logic to handle multiple-buffer mode lines.
2701
2702 (xscheme-enter-input-wait): Re-enable control-G handler upon
2703 entering input wait.
2704
2705 (scheme-interaction-mode): Add arg to preserve local vars.
2706 (xscheme-enter-interaction-mode)
2707 (xscheme-enter-debugger-mode): Preserve local vars.
2708 (xscheme-start-process): Clobber local vars.
2709
2710 (scheme-interaction-mode-commands): Allow end user to add commands
2711 to scheme-interaction-mode keymap.
2712 (scheme-interaction-mode-commands-alist): New variable.
2713
2714 (xscheme-send-string): Don't use insert-before-markers.
2715
2716 Implement a per-buffer kill ring:
2717 (xscheme-insert-expression)
2718 (xscheme-rotate-yank-pointer, xscheme-yank)
2719 (xscheme-yank-pop, xscheme-yank-push): New functions.
2720 (xscheme-expressions-ring)
2721 (xscheme-expressions-ring-yank-pointer)
2722 (xscheme-expressions-ring-max): New variables.
2723 (xscheme-send-string-1): Call xscheme-insert-expression to save
2724 expression in ring.
2725 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2726 (xscheme-previous-send): Deleted variable.
2727
2728 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2729 xscheme-send-control-g-interrupt): Use process-send-string rather
2730 than send-string.
2731
2732 (xscheme-send-region): Insert a newline after an expression that
2733 is submitted in the interaction buffer, for consistency with
2734 recent changes to Edwin.
2735
2736 (xscheme-delete-output): New function mimics comint-delete-output.
2737 (xscheme-last-input-end): New internal variable.
2738 (xscheme-process-filter-output): Update xscheme-last-input-end.
2739
2740 (xscheme-send-control-g-interrupt): Make sure that
2741 xscheme-control-g-disabled-p is looked up in the right buffer.
2742
2743 (xscheme-enable-control-g): Clear C-g message if visible.
2744 (xscheme-control-g-message-string): New internal var.
2745 (xscheme-send-control-g-interrupt): Use new var.
2746
2747 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
2748 after sending interrupt in order to work around race condition.
2749
2750 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
2751 (xscheme-send-char): Use xscheme-send-char rather than send-string
2752 to send single char.
2753
2754 (xscheme-process-filter, xscheme-process-filter-alist): Add
2755 support for evaluating expressions outside of the call-excursion.
2756 (xscheme-process-filter:string-action-noexcursion): New func.
2757
2758 (xscheme-write-value): Change output string to match that used by
2759 Edwin.
2760
2761 (xscheme-coerce-prompt): Don't write a space after a command
2762 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
2763 for us.
2764
2765 (reset-scheme): Delete process after killing it.
2766
2767 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2768
2769 * bindings.el (function-key-map): Don't bind shifted keypad
2770 numeric keys.
2771
2772 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2773
2774 * enriched.el (enriched-handle-display-prop): Remove unused
2775 variables.
2776 (enriched-mode): Doc fix.
2777
2778 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2779
2780 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
2781 Hebrew points.
2782
2783 2002-01-01 Richard M. Stallman <rms@gnu.org>
2784
2785 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
2786
2787 2001-12-31 Richard M. Stallman <rms@gnu.org>
2788
2789 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2790 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2791 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
2792 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
2793 * progmodes/cperl-mode.el, progmodes/idlwave.el:
2794 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2795 Adapt face definitions to use :weight and :slant.
2796
2797 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2798
2799 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2800
2801 * font-lock.el (initializing from font-lock-face-attributes):
2802 Use :weight and :slant, not :bold and :italic.
2803
2804 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
2805
2806 * cus-edit.el (custom-face-edit-fix-value): New function.
2807 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
2808
2809 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2810
2811 * progmodes/octave-mod.el (octave-abbrev-table):
2812 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
2813 * progmodes/fortran.el (fortran-mode-abbrev-table):
2814 * progmodes/f90.el (f90-mode-abbrev-table):
2815 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2816 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
2817 predefined abbrevs as "system" abbrevs.
2818
2819 2001-12-30 Richard M. Stallman <rms@gnu.org>
2820
2821 * info.el (Info-fontify-node): For a **** underline line, put the
2822 invisible and intangible props on the following newline, but not
2823 on the previous newline or the last char of the previous line.
2824
2825 * faces.el (face-set-after-frame-default): Don't change `default' face.
2826
2827 * faces.el (minibuffer-prompt): Adopt some default colors.
2828
2829 * replace.el (query-replace-read-args): Immediate error if read-only.
2830
2831 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
2832 Display the output buffer in a more intelligent way.
2833
2834 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
2835
2836 * ls-lisp.el (insert-directory): Modify the "total" line wording,
2837 in accordance with files.el's insert-directory.
2838
2839 2001-12-29 Richard M. Stallman <rms@gnu.org>
2840
2841 * files.el (basic-save-buffer): If a before-write hook displays
2842 an echo area message, pause before calling basic-save-buffer-1.
2843
2844 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
2845
2846 * textmodes/reftex-global.el (reftex-query-replace-document)
2847 (reftex-change-label): Doc fix.
2848
2849 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2850
2851 * progmodes/etags.el (tags-query-replace): Doc fix.
2852
2853 2001-12-29 Richard M. Stallman <rms@gnu.org>
2854
2855 * progmodes/compile.el (compile-internal): Fix previous change.
2856
2857 2001-12-28 Richard M. Stallman <rms@gnu.org>
2858
2859 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2860 shrink the windows above as necessary to get space.
2861 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2862
2863 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2864 This fixes a bug that treated all files as directories.
2865 (ange-ftp-insert-directory): Explicitly follow symlinks.
2866
2867 * international/iso-transl.el (iso-transl-char-map) Eliminate the
2868 alias symbols--put the translated sequences here directly.
2869
2870 * progmodes/cc-mode.el (c-mode-abbrev-table)
2871 (c++-mode-abbrev-table, objc-mode-abbrev-table)
2872 (java-mode-abbrev-table, pike-mode-abbrev-table):
2873 Mark all the predefined abbrevs as "system" abbrevs.
2874
2875 * mail/sendmail.el (mail-envelope-from): Fix custom type.
2876 (sendmail-send-it): Check mail-specify-envelope-from
2877 and mail-envelope-from in the mail buffer at start.
2878
2879 2001-12-28 Simon Josefsson <jas@extundo.com>
2880
2881 * mail/sendmail.el (mail-envelope-from): Fix :type.
2882 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2883
2884 2001-12-28 Richard M. Stallman <rms@gnu.org>
2885
2886 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2887
2888 * simple.el (line-move-invisible): New subroutine.
2889 (line-move-to-column): New subroutine--smarter about advancing over
2890 invisible parts of a line, or lines, but only as long as hpos grows.
2891 (line-move-finish): New subroutine: repeatedly processes desired
2892 column, intangibility, and fields.
2893 (line-move): Use those subroutines.
2894 When moving lines downward, skip invisible text first rather than last.
2895
2896 2001-12-27 Richard M. Stallman <rms@gnu.org>
2897
2898 * international/mule-diag.el (describe-char-after):
2899 Describe the text properties of the char after point.
2900
2901 * help.el (describe-key): Doc fix.
2902
2903 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
2904
2905 * find-dired.el (find-dired-sentinel): Precede exit message by
2906 two spaces, to match the regexp in dired-between-files.
2907
2908 2001-12-28 Miles Bader <miles@gnu.org>
2909
2910 * wid-edit.el (widget-toggle-value-create): Don't eval actual
2911 images (which are lists too).
2912
2913 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2914
2915 * language/european.el: Fix the doc string of "Latin-5" language
2916 environment.
2917
2918 2001-12-26 Richard M. Stallman <rms@gnu.org>
2919
2920 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2921 defined as before 2001-11-09.
2922 (add-minor-mode call): Specify the keymap.
2923
2924 * progmodes/compile.el (compile-internal):
2925 Set TERM variable in process-environment.
2926
2927 2001-12-25 Richard M. Stallman <rms@gnu.org>
2928
2929 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2930 the buffer.
2931
2932 * startup.el (command-line): Convert command line args
2933 to Emacs internal representation using locale-coding-system.
2934
2935 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2936
2937 * international/fontset.el: Don't require ind-util when compiling.
2938
2939 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2940
2941 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2942 set-frame-height and set-frame-width instead of set-screen-height
2943 and set-screen-width.
2944
2945 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2946 of obsolete set-screen-width.
2947
2948 * locate.el (locate): Remove dot at the end of error argument.
2949
2950 * emerge.el (emerge-show-file-name): Use frame-height instead of
2951 obsolete screen-height.
2952
2953 * mail/mh-utils.el (mh-show-msg): Likewise.
2954 (mh-handle-process-error): Use frame-width instead of obsolete
2955 screen-width.
2956
2957 2001-12-25 Richard M. Stallman <rms@gnu.org>
2958
2959 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2960 to enlarge-window. Use save-selected-window. Don't try
2961 to resize windows that end at the bottom "level".
2962 Retry changing the sizes until the windows get the desired sizes.
2963 Discount the minibuffer when computing total height available.
2964
2965 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2966 (debugger-make-xrefs): Only make a button for the first symbol
2967 on any line.
2968
2969 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2970
2971 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2972 Call IT-setup-unicode-display here instead of adding it to
2973 dos-codepage-setup-hook, so that Unicode display tables are set
2974 before dos-codepage-setup-hook runs.
2975
2976 2001-12-24 Richard M. Stallman <rms@gnu.org>
2977
2978 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2979 (nslookup-mode-abbrev-table): Don't define it.
2980 (smbclient-mode-abbrev-table): Don't define it.
2981 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2982 (nslookup-mode, smbclient-mode): Likewise.
2983 (network-connection-service-abbrev-alist): Variable deleted.
2984 (network-connection-mode-setup): Don't set up abbrev table.
2985
2986 * faces.el (minibuffer-prompt): New face.
2987 (minibuffer-prompt-properties): Add `face' property.
2988
2989 * replace.el (occur-mode-display-occurrence): New function.
2990 (occur-mode-map): Bind C-o to it.
2991
2992 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
2993
2994 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2995 (viper-special-read-and-insert-char): Make C-m work right in the r
2996 comand.
2997 (viper-buffer-search-enable): Fixed format string.
2998
2999 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
3000 instead of viper-info-on-file.
3001 (ex-set-visited-file-name): New function.
3002
3003 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
3004
3005 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
3006 action argument.
3007
3008 * ediff-init.el: Fixed some doc strings.
3009
3010 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
3011 Got rid of make-local-hook.
3012
3013 * ediff-wind.el (ediff-setup-control-frame): Got rid of
3014 make-local-hook.
3015
3016 2001-12-23 Richard M. Stallman <rms@gnu.org>
3017
3018 * term/x-win.el (x-handle-geometry): Put height and width
3019 on default-frame-alist, left and top on initial-frame-alist.
3020 * term/w32-win.el (x-handle-geometry): Likewise.
3021
3022 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
3023
3024 * play/yow.el (yow): Use an arg to distinguish interactive calls,
3025 not interactive-p.
3026
3027 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3028
3029 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
3030 mocklisp entries.
3031
3032 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
3033 Lisp. Obsoleted.
3034
3035 * emulation/mlconvert.el: File removed.
3036
3037 * emulation/mlsupport.el: Moved to obsolete.
3038
3039 * obsolete/mlsupport.el: Moved there from lisp/emulation.
3040
3041 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
3042
3043 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
3044 mocklisp case.
3045
3046 * help-fns.el (describe-function-1): Remove mocklisp function
3047 case.
3048
3049 2001-12-22 Miles Bader <miles@gnu.org>
3050
3051 * textmodes/refill.el (refill-mode): Don't barf when redundantly
3052 turning refill-mode off.
3053
3054 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3055
3056 * time.el (display-time-load-average-threshold): New variable.
3057 (display-time-update): Use it.
3058
3059 These changes allow cycling through past 1, 5 and 15 minutes
3060 load-average displayed in the mode-line.
3061
3062 * time.el (display-time-default-load-average): New customizable option.
3063 (display-time-load-average): New variable.
3064 (display-time-cycle-load-average): New function.
3065 (display-time-update): Use them.
3066
3067 2001-12-21 Richard M. Stallman <rms@gnu.org>
3068
3069 * apropos.el (apropos-print): SPACING is now nil or a separator string.
3070 (apropos-documentation, apropos-value): Pass a suitable string.
3071
3072 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3073
3074 * dired.el (dired-free-space-program, dired-free-space-args):
3075 Aliases for back-compatibility.
3076
3077 * info.el (Info-select-node): If Info-use-header-line is nil, set
3078 header-line-format to nil.
3079 (Info-fontify-node): Don't put a keymap text property on the
3080 heading if we are not going to display the header line. Remove
3081 any such text properties left over from past visits to this node.
3082
3083 * ls-lisp.el (insert-directory): Insert the amount of free disk
3084 space, like files.el's insert-directory does.
3085
3086 * files.el (directory-free-space-program): Mention
3087 file-system-info in the doc string.
3088 (get-free-disk-space): New function; code moved from
3089 insert-directory.
3090 (insert-directory): Call get-free-disk-space to get the amount of
3091 free space.
3092
3093 2001-12-21 Richard M. Stallman <rms@gnu.org>
3094
3095 * help.el (view-order-manuals, view-emacs-news, describe-copying)
3096 (describe-distribution, describe-project): Use view-file.
3097
3098 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
3099
3100 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
3101
3102 * emacs-lisp/easy-mmode.el (define-minor-mode):
3103 Make no arg by default in an interactive call,
3104 so that repeating the command toggles again.
3105
3106 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
3107
3108 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3109
3110 * antlr-mode.el: More sophisticated indentation of cpp directive.
3111 (antlr-indent-at-bol-alist): New user option.
3112 (antlr-indent-line): Use it.
3113 (antlr-indent-style): New user option.
3114 (antlr-mode): Use it.
3115 (antlr-indent-item-regexp): Customize.
3116
3117 * antlr-mode.el: Syntax highlighting changes.
3118 (antlr-font-lock-literal-regexp): New user option.
3119 (antlr-font-lock-syntax-face): New face used for :, |, ....
3120 (antlr-font-lock-default-face): New face.
3121 (antlr-font-lock-additional-keywords): Use them.
3122
3123 * antlr-mode.el: New command to insert options -- variables.
3124 (antlr-mode-map): New binding [C-c C-o].
3125 (antlr-mode-menu): New submenus.
3126 (antlr-options-use-submenus): New user option.
3127 (antlr-tool-version): New user option.
3128 (antlr-options-auto-colon): New user option.
3129 (antlr-options-style): New user option.
3130 (antlr-options-push-mark): New user option.
3131 (antlr-options-assign-string): New user option.
3132 (antlr-options-headings): New variable.
3133
3134 * antlr-mode.el: New command to insert options -- specific.
3135 (antlr-options-alists): New variable.
3136 (antlr-read-value): New function.
3137 (antlr-read-boolean): New function.
3138 (antlr-language-option-extra): New function.
3139 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
3140 (antlr-c++-mode-extra): New function.
3141 (antlr-grammar-tokens): New function.
3142 (antlr-imenu-create-index-function): New optional argument.
3143
3144 * antlr-mode.el: New command to insert options -- functions.
3145 (antlr-insert-option): New command.
3146 (antlr-insert-option-interactive): New function.
3147 (antlr-options-menu-filter): New function.
3148 (antlr-option-kind): New function.
3149 (antlr-scan-lists): New alias.
3150 (antlr-scan-lists-internal): New function.
3151 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
3152 (antlr-option-level): New function.
3153 (antlr-syntactic-grammar-depth): New function.
3154 (antlr-option-location): New function.
3155 (antlr-insert-option-do): New function.
3156 (antlr-option-spec): New function.
3157 (antlr-version-string): New function.
3158 (antlr-insert-option-existing): New function.
3159 (antlr-insert-option-space): New function.
3160 (antlr-insert-option-area): New function.
3161
3162 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
3163 with narrowing. Menu change. Miscellaneous.
3164 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
3165 (antlr-mode-map): New bindings for characters in ":;|&(){}".
3166 (antlr-electric-character): New command.
3167 (antlr-class-header-regexp): New variable.
3168 (antlr-font-lock-additional-keywords): Use it.
3169 (antlr-imenu-create-index-function): Use it.
3170 (antlr-file-dependencies): Use it.
3171 (antlr-indent-line): Also works with restrictions.
3172 (antlr-indent-command): Interactive spec - changes the buffer.
3173 (antlr-language-for-option): Deletia.
3174 (antlr-language-option): New function, defined instead.
3175 (antlr-mode): Use it.
3176 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3177
3178 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
3179 instead of a literal /dev/null.
3180
3181 * Makefile.in (distclean): Remove Makefile in the build
3182 directory, not in the source directory.
3183
3184 2001-12-21 Simon Josefsson <jas@extundo.com>.
3185
3186 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
3187 with-temp-buffer instead of find-file-noselect, and bind
3188 coding-system-for-read to no-conversion when reading the queued
3189 messages. (Simon's code modified slightly by Eli Zaretskii.)
3190
3191 2001-12-20 Werner Lemberg <wl@gnu.org>
3192
3193 * international/mule-diag.el (describe-coding-system,
3194 print-coding-system-briefly): Make printed output have a similar
3195 format as describe-character-set.
3196
3197 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3198
3199 * play/blackbox.el (bb-member): Remove, use member instead.
3200 (bb-delete): Remove, use delete instead.
3201 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
3202 bb-score, bb-detour-count and bb-balls-placed.
3203 Propertize results of rays.
3204
3205 2001-12-19 Karl Fogel <kfogel@red-bean.com>
3206
3207 * isearch.el (isearch-forward, isearch-edit-string): Make doc
3208 strings mention keybinding for `isearch-yank-word-or-char',
3209 rather than `isearch-yank-word', since the former is bound now
3210 and the latter is not.
3211 (isearch-yank-word-or-char): Fix formatting.
3212
3213 2001-12-19 Werner Lemberg <wl@gnu.org>
3214
3215 * language/czech.el, language/european.el, language/slovak.el: More
3216 fixes for language info doc strings.
3217
3218 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3219
3220 * loadup.el: Add "language" to the load-path.
3221
3222 2001-12-19 Richard M. Stallman <rms@gnu.org>
3223
3224 * international/mule-cmds.el (describe-language-environment):
3225 Fix calls to help-xref-button.
3226
3227 2001-12-19 Miles Bader <miles@gnu.org>
3228
3229 * international/fontset.el: Require `ind-util' when compiling.
3230
3231 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3232
3233 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3234 instead of decompose-composite-char.
3235
3236 2001-12-18 Richard M. Stallman <rms@gnu.org>
3237
3238 * simple.el (eval-expression-print-level)
3239 (eval-expression-print-length): Doc fixes.
3240
3241 * international/mule-diag.el (describe-character-set):
3242 Fix the arg to help-xref-button.
3243
3244 * files.el (directory-free-space-program): New variable.
3245 (directory-free-space-args): New variable.
3246 (insert-directory): Use those two variables for getting free space.
3247 Use file-system-info instead, if that is defined.
3248
3249 * dired.el (dired-free-space-program): Variable deleted.
3250 (dired-free-space-args): Variable deleted.
3251 (dired-insert-directory): Don't try to determine free space.
3252
3253 * files.el (font-lock-defaults): Add risky-local-variables prop.
3254 (hack-one-local-variable): Treat various font-lock variables as risky.
3255
3256 2001-12-18 Werner Lemberg <wl@gnu.org>
3257
3258 * language/chinese.el, language/cyrillic.el:
3259 * language/czech.el, language/european.el, language/greek.el:
3260 * language/hebrew.el, language/indian.el, language/japanese.el:
3261 * language/korean.el, language/lao.el, language/slovak.el:
3262 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3263 Improve documentation strings of coding systems and language infos.
3264
3265 2001-12-18 Werner LEMBERG <wl@gnu.org>
3266
3267 Add support for EUC-TW decoding/encoding.
3268
3269 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3270 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3271 New auxiliary functions to build `big5-to-cns'.
3272 (big5-to-cns): New translation alist.
3273
3274 * language/chinese.el: Added new coding system `euc-tw' and its
3275 alias `euc-taiwan'.
3276 Updated language `Chinese-CNS' to include euc-tw encoding also.
3277 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3278 euc-tw.
3279
3280 2001-12-18 Dave Love <fx@gnu.org>
3281
3282 * loadup.el: Add language/utf-8-lang, language/georgian.
3283
3284 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
3285 (image-file-name-regexps): Doc fix.
3286
3287 * server.el (server-unload-hook): New function.
3288
3289 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3290 (lm-crack-copyright): Cope with multi-line copyright `lines'.
3291
3292 * simple.el (newline): Doc fix.
3293 (eval-expression-print-level, eval-expression-print-length): Doc
3294 fix. Amend :type.
3295 (next-line, previous-line): Make arg optional.
3296 (newline): Doc fix.
3297
3298 * Makefile.in (DONTCOMPILE): Add various language files.
3299
3300 * international/quail.el (quail-input-string-to-events): Don't use
3301 string-to-list.
3302
3303 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3304 calling `newline'.
3305
3306 2001-12-17 Richard M. Stallman <rms@gnu.org>
3307
3308 * comint.el (comint-dynamic-list-input-ring-select): New function.
3309 Switches back to the old window configuration.
3310 (comint-dynamic-list-input-ring): Bind RET to that function.
3311 (comint-dynamic-list-input-ring-window-conf): New variable.
3312
3313 2001-12-17 Werner Lemberg <wl@gnu.org>
3314
3315 * international/mule-conf.el: Improve documentation strings of
3316 character sets.
3317
3318 2001-12-16 Richard M. Stallman <rms@gnu.org>
3319
3320 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3321 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3322
3323 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3324
3325 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3326 Add a DESCRIPTION for the makefile item.
3327
3328 * find-file.el (ff-other-file-name): New function.
3329
3330 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3331
3332 * international/quail.el (quail-input-string-to-events): Fix last
3333 change.
3334
3335 2001-12-16 Richard M. Stallman <rms@gnu.org>
3336
3337 * isearch.el (isearch-edit-string): When we set isearch-string
3338 to the default, also set isearch-message.
3339
3340 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3341
3342 * startup.el (command-line-1): Display startup screen
3343 even if there are command line args.
3344 Add a note about how to go to editing your files.
3345 (fancy-splash-head): Add a note about how to go to your files.
3346 (fancy-splash-outer-buffer): New variable.
3347 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3348
3349 * subr.el (with-temp-message): At the end, always discard
3350 the temp message, even by clearing the echo area.
3351
3352 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3353
3354 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
3355
3356 * log-view.el (log-view-message-re, log-view-current-tag):
3357 Recognize Subversion's log output format.
3358
3359 * international/fontset.el: Build the list L at compile time.
3360
3361 * language/ind-util.el (mapthread): Make a closure.
3362
3363 2001-12-15 Richard M. Stallman <rms@gnu.org>
3364
3365 * isearch.el (isearch-start-hscroll): New variable.
3366 (isearch-mode): Set isearch-start-hscroll.
3367 (isearch-update): Restore original hscrolling if possible.
3368
3369 * isearch.el (isearch-edit-string):
3370 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3371
3372 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3373 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3374 rather than regexp search and (2) copying text properties
3375 already set up on text unchanged from the previous backtrace.
3376
3377 * case-table.el (set-case-syntax-pair):
3378 Detect invalid calls and signal an error.
3379
3380 2001-12-15 Richard M. Stallman <rms@gnu.org>
3381
3382 * language/ind-util.el (range): Function deleted.
3383 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3384 All calls changed.
3385
3386 * language/devan-util.el (devanagari-range): Renamed from `range'.
3387 All calls changed.
3388 (devanagari-regexp-of-hashtbl-keys):
3389 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
3390
3391 2001-12-15 Dave Love <fx@gnu.org>
3392
3393 * language/ind-util.el: Don't require cl.
3394 (indian-glyph-char, indian-glyph-max-char)
3395 (indian-char-glyph): Moved from indian.el
3396 (indian--puthash-char, mapthread): Don't quote lambda.
3397 (indian--map): New function.
3398 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
3399 (indian--puthash-cv): Use it.
3400
3401 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
3402 (indian-char-glyph): Moved to ind-util.el
3403
3404 * language/devan-util.el (devanagari-post-read-conversion):
3405 New function.
3406
3407 * language/georgian.el: New file.
3408
3409 * international/mule-cmds.el (locale-language-names): Add various
3410 entries. Remove utf-8 special case.
3411 (locale-charset-language-names, locale-preferred-coding-systems):
3412 Add utf-8 case.
3413 (set-language-environment): Process required-features earlier.
3414
3415 * international/quail.el (quail-keyboard-layout-alist):
3416 Add pc105-uk.
3417 (quail-keyboard-layout-type): Fix :type.
3418 (quail-choose-completion-string): Simplify.
3419 (quail-update-leim-list-file): Don't get fooled by commented-out code.
3420 (quail-input-string-to-events): Run events through
3421 translation-table-for-input.
3422
3423 * international/mule-conf.el (translation-table-for-input):
3424 New variable.
3425 (latin-iso8859-14): Amend description.
3426 (file-coding-system-alist): Add entry for utf-8.
3427
3428 * language/utf-8-lang.el: New file.
3429
3430 * international/code-pages.el: New file.
3431
3432 * language/hebrew.el ("Windows-1255"): New language.
3433
3434 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
3435 ("Latvian"): New languages.
3436
3437 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
3438
3439 * xml.el: Use setq rather than (set 'foo bar).
3440 Use push+nreverse rather than append.
3441 (xml-node-name, xml-node-attributes, xml-node-children):
3442 Use defsubst rather than macros.
3443 (xml-parse-region): Handle a nil return value from xml-parse-tag.
3444 (xml-parse-tag): Don't skip white space. Return nil for a comment.
3445 Concat the two strings surrounding a comment into a single string.
3446
3447 * newcomment.el (comment-indent): Jump to the middle of empty comments.
3448
3449 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3450
3451 * select.el (xselect-convert-to-class, xselect-convert-to-name):
3452 Document.
3453
3454 2001-12-14 Andre Spiegel <spiegel@gnu.org>
3455
3456 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
3457 Return nil if FILE is not registered.
3458 (vc-check-master-templates, vc-default-make-version-backups-p):
3459 Doc fix.
3460
3461 2001-12-13 David Ponce <david@dponce.com>
3462
3463 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
3464 (ruler-mode-left-fringe-cols): New macro.
3465 (ruler-mode-right-fringe-cols): New macro.
3466 (ruler-mode-left-scroll-bar-cols): New macro.
3467 (ruler-mode-right-scroll-bar-cols): New macro.
3468 (ruler-mode-ruler): Use above new macros.
3469
3470 2001-12-13 Richard M. Stallman <rms@gnu.org>
3471
3472 * files.el (set-auto-mode): Fix previous change.
3473
3474 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
3475
3476 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
3477 (easy-menu-do-define, easy-menu-convert-item-1)
3478 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
3479 (easy-menu-return-item): Only return nil if there is no binding.
3480
3481 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
3482
3483 * whitespace.el (whitespace-version): 3.2
3484 * whitespace.el (whitespace-force-mode-line-update): Replace with
3485 `whitespace-mode-line-update', which is an alias to the correct
3486 function in various emacsen.
3487 * whitespace.el (whitespace-{un,}highlight-the-space):
3488 Add colorized highlighting of the bogus whitespaces in a buffer/file,
3489 using the `whitespace-highlight-face' if
3490 `whitespace-display-spaces-in-color' is set.
3491
3492 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
3493
3494 * international/mule.el (set-auto-coding): Don't search for
3495 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
3496
3497 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3498
3499 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
3500
3501 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
3502
3503 * mail/rmailsum.el (rmail-summary-mode): Likewise.
3504
3505 2001-12-13 Richard M. Stallman <rms@gnu.org>
3506
3507 * simple.el (undo): Always set this-command to `undo',
3508 so that the next undo after an error will not begin redoing.
3509
3510 * simple.el (shell-command): Doc fix.
3511 (shell-command-on-region): If there is output an an error,
3512 add "...Shell command failed" to the output.
3513
3514 2001-12-13 David Ponce <david@dponce.com>
3515
3516 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
3517 (ruler-mode-left-fringe-cols): Function replaced by more efficient
3518 implementation `ruler-mode-extra-left-cols'.
3519 (ruler-mode-ruler): Use above new function. Take into account
3520 that the fringe areas can now be resized.
3521
3522 2001-12-12 Richard M. Stallman <rms@gnu.org>
3523
3524 * international/characters.el (Unicode): Comment out
3525 the specifications for kelvin and angstrom signs.
3526
3527 * international/mule.el (make-translation-table-from-vector):
3528 Allow null elements in VEC.
3529
3530 * international/ucs-tables.el (unify-8859-on-encoding-mode)
3531 (unify-8859-on-decoding-mode): Swap the code in their bodies.
3532 Add :version.
3533
3534 2001-12-11 Richard M. Stallman <rms@gnu.org>
3535
3536 * derived.el (derived-mode-p): Function moved to subr.el.
3537
3538 * subr.el (derived-mode-p): Moved here from derived.el.
3539
3540 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
3541
3542 * files.el (set-auto-mode-1): New subroutine, broken out of
3543 set-auto-mode.
3544 (set-auto-mode, hack-local-variables-prop-line): Use that.
3545
3546 2001-12-11 Dave Love <fx@gnu.org>
3547
3548 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
3549
3550 * language/european.el: Remove autoload cookies. Fix registration
3551 of diacritic composition function.
3552
3553 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3554
3555 * calendar/todo-mode.el: Require time-stamp.
3556
3557 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
3558
3559 2001-12-11 Richard M. Stallman <rms@gnu.org>
3560
3561 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
3562
3563 * textmodes/ispell.el (ispell-buffer-local-parsing):
3564 Match xml like sgml.
3565
3566 * emacs-lisp/advice.el (ad-compile-function):
3567 Byte compile the function under another (uninterned) name.
3568
3569 * gud.el (gdb): Define and bind gud-jump.
3570
3571 * font-lock.el (font-lock-mode):
3572 Put our function at the end of after-change-functions.
3573
3574 * ediff-diff.el (ediff-cmp-options): Doc fix.
3575
3576 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
3577
3578 2001-12-10 Richard M. Stallman <rms@gnu.org>
3579
3580 * isearch.el (isearch-yank-word-or-char): New function.
3581 (isearch-mode-map): Bind C-w to that.
3582
3583 * menu-bar.el (menu-bar-mode): Make arg optional.
3584
3585 * simple.el (line-move): Cope if next-single-property-change
3586 or previous-single-property-change returns nil.
3587
3588 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
3589 Don't use interactive-p; instead, pass the proper args
3590 in (interactive...). Clean up most of the trouble-report strings.
3591
3592 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
3593
3594 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
3595 enqueued messages literally.
3596
3597 2001-12-10 Noah Friedman <friedman@splode.com>
3598
3599 * battery.el (battery-insert-file-contents): Obsolete function
3600 removed.
3601 (battery-read-function): Obsolete function removed.
3602 (battery-linux-proc-apm): Use insert-file-contents.
3603
3604 2001-12-07 Stephen Eglen <stephen@gnu.org>
3605
3606 * iswitchb.el (iswitchb-visit-buffer):
3607 Use `select-frame-set-input-focus'--needed when window manager
3608 uses "click to focus" policy.
3609
3610 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3611
3612 * COPYING: Moved back.
3613
3614 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3615
3616 * term/internal.el (IT-character-translations): Add entries for
3617 more points.
3618
3619 * international/characters.el: Resurrect the Hebrew category
3620 settings for all Hebrew characters removed by the last change.
3621 Add code for setting the Hebrew category of the Unicode Hebrew
3622 characters. Set syntax entries for Hebrew punctuation characters.
3623
3624 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
3625 points and directional formatting control characters.
3626
3627 2001-12-07 Dave Love <fx@gnu.org>
3628
3629 * language/lao-util.el: Add Unicode equivalents for rules.
3630 (lao-post-read-conversion): New function.
3631
3632 * language/lao.el: Add Unicode equivalents.
3633 (lao): Add post-read conversion.
3634
3635 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
3636 Use iso2022 encoding.
3637 (latin1-char-displayable-p): Doc fix.
3638 (latin1-display-ucs-per-lynx): New option.
3639 (latin1-display-ucs-per-lynx): New command.
3640 (latin1-display-reset): Special-case arabic.
3641 (ucs-tables): Require.
3642 (latin1-display-sets, latin1-display-setup): Add arabic.
3643 (latin1-display) <variable>: Use function latin1-display.
3644 (latin1-display) <function>: Add mule-unicode stuff.
3645 (latin1-display-check-font): Don't lose if `info' is nil.
3646
3647 * international/iso-transl.el: Insert Latin-1 characters, not
3648 unibyte codes.
3649
3650 * language/european.el (diacritic-composition-pattern): New constant.
3651 (diacritic-compose-region, diacritic-compose-string)
3652 (diacritic-compose-buffer, diacritic-post-read-conversion)
3653 (diacritic-composition-function): New functions.
3654
3655 * international/utf-8.el (ucs-mule-to-mule-unicode):
3656 New translation table.
3657 (ccl-encode-mule-utf-8): Use it.
3658 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
3659 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
3660 (utf-8-subst-table): New variable.
3661 (utf-8-compose-scripts): New option.
3662 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
3663
3664 * international/ucs-tables.el, international/utf-8-subst.el:
3665 New files.
3666
3667 * international/characters.el: Don't set word syntax (the default)
3668 explicitly. Add a diacritic category. Add info for Unicode
3669 equivalents of characters in various Mule charsets and for extra
3670 Unicode characters. Don't define specific categories for
3671 Indian/Devanagari, since they aren't used.
3672
3673 2001-12-06 Richard M. Stallman <rms@gnu.org>
3674
3675 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
3676 (set-justification-left, set-justification-right): Doc fix.
3677
3678 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
3679 (bug-f90-mode): Variable deleted.
3680
3681 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
3682
3683 * indent.el (indent-line-function): Default is indent-relative again.
3684
3685 2001-12-07 Miles Bader <miles@gnu.org>
3686
3687 * progmodes/compile.el (compilation-error-regexp-alist):
3688 Added regexps for RXP.
3689
3690 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
3691
3692 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
3693 Add shift-assignment operators to those highlighted, and highlight
3694 the whole operator rather than just the "=".
3695
3696 2001-12-04 Juanma Barranquero <lektu@terra.es>
3697
3698 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
3699 before saving abbrevs if `save-abbrevs' has the value `silently'.
3700
3701 2001-12-04 Andreas Schwab <schwab@suse.de>
3702
3703 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3704
3705 2001-12-04 Colin Walters <walters@debian.org>
3706
3707 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3708 for `defmacro*' forms.
3709
3710 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3711 `defmacro*'.
3712
3713 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
3714
3715 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3716
3717 2001-12-02 Richard M. Stallman <rms@gnu.org>
3718
3719 * files.el (insert-directory): If the df output does not look right,
3720 don't try to use it. Other cleanups in overall code structure.
3721
3722 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
3723
3724 * textmodes/outline.el (outline-mode-prefix-map):
3725 Add bindings for outline-promote and outline-demote.
3726 (outline-minor-mode-menu-bar-map): New var.
3727 (outline-minor-mode): Use it.
3728 (outline-heading-alist): New var (renamed from outline-level-heading).
3729 (outline-level): Use it.
3730 (outline-insert-heading, outline-promote, outline-demote):
3731 Update to use outline-heading-alist.
3732
3733 * disp-table.el (standard-display-european):
3734 Simplify since the function is not interactive any more.
3735 Don't set the existing buffers to unibyte.
3736
3737 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
3738
3739 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
3740
3741 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
3742
3743 * shell.el (shell): Use shell-file-name.
3744 Pop to buffer before calling comint to set COLUMNS properly.
3745
3746 * emacs-lisp/cl.el (svref): New alias.
3747
3748 * progmodes/antlr-mode.el (antlr-c-common-init):
3749 Don't inhibit adaptive-fill-mode any more.
3750
3751 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
3752
3753 * progmodes/etags.el (tags-with-face): Use make-symbol.
3754 (tags-search, tags-query-replace): Use backquotes.
3755
3756 * textmodes/picture.el (picture-mode-map): Don't use defconst
3757 for a variable.
3758
3759 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3760
3761 * textmodes/reftex-index.el (reftex-index-mode):
3762 Remove make-local-hook.
3763
3764 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
3765
3766 2001-12-02 Kim F. Storm <storm@cua.dk>
3767
3768 * isearch.el (isearch-resume-enabled): New variable.
3769 (isearch-done): Use that variable.
3770
3771 2001-12-01 Richard M. Stallman <rms@gnu.org>
3772
3773 * wid-edit.el (widget-button-click): Don't move point permanently:
3774 Avoid mouse-set-point--instead select the window,
3775 then do save-excursion, then move point.
3776 Specify the buffer for get-char-property.
3777 Don't use `@' in interactive.
3778
3779 * indent.el (indent-line-function):
3780 Default is indent-to-left-margin again.
3781
3782 * replace.el (query-replace-read-args): Display message
3783 if FROM contains `\n' or `\t'.
3784
3785 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
3786
3787 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3788
3789 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3790
3791 * emacs-lisp/regexp-opt.el (regexp-opt):
3792 Bind completion-regexp-list to nil.
3793
3794 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3795
3796 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3797
3798 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3799 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3800 Update maintainer.
3801
3802 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3803
3804 * mail/smtpmail.el: Use with-current-buffer.
3805 (message-make-date, message-make-message-id): Autoload when needed.
3806 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3807 headers when missing.
3808
3809 * international/encoded-kb.el (encoded-kbd-mode):
3810 Use define-minor-mode.
3811
3812 * enriched.el (enriched-mode): Use define-minor-mode.
3813 Use dolist and pop and push.
3814
3815 * info.el (Info-find-node-2): Don't call info-insert-file-contents
3816 with the `visit' argument.
3817 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
3818
3819 * progmodes/hideif.el (hide-ifdef-mode): Only modify
3820 `change-major-mode-hook' locally. Reset invisibility spec.
3821
3822 * man.el (Man-build-section-alist): Remove last Man-match-substring.
3823
3824 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3825
3826 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
3827 Clarify error message.
3828
3829 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3830
3831 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3832
3833 2001-11-30 Andre Spiegel <spiegel@gnu.org>
3834
3835 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3836 don't just return it.
3837
3838 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3839
3840 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3841 (menu-bar-read-emacs-man, search-emacs-glossary)
3842 (emacs-index-search, elisp-index-search): New functions.
3843 (apropso-documentation, apropos, apropos-value, apropos-variable)
3844 (apropos-commands): Modify menu item names and help text.
3845 (elisp-index-search, emacs-index-search, emacs-glossary):
3846 New menu items.
3847 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3848 submenu.
3849 (info-elisp, info-elintro): New menu items.
3850 (apropos): Modify the menu item name.
3851
3852 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3853
3854 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3855
3856 * textmodes/outline.el (outline-promote, outline-demote): Typo.
3857
3858 * man.el (man-follow-mouse): New function.
3859 (Man-mode-map): Bind mouse-2 to it.
3860 (Man-match-substring): Remove. Replace with `match-string'.
3861 (man): Use the `default-value' argument to `read-string'.
3862 (Man-fontify-manpage): Add mouse-face to cross references.
3863
3864 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
3865
3866 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
3867
3868 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3869 the value of require-match in minibuffer-completion-confirm.
3870 Use crm-local-completion-map.
3871
3872 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3873 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3874 (cl-make-type-test): Use char-valid-p for `character'.
3875
3876 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3877 (Info-complete-menu-item): Rewrite. Add the ability to search
3878 several sequential nodes. Add a simple caching mechanism.
3879 (Info-goto-index): New function extracted from Info-index.
3880 (Info-index): Use it. Add completion to the interactive spec.
3881 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3882
3883 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3884
3885 * COPYING: Removed.
3886
3887 2001-11-29 Dave Love <fx@gnu.org>
3888
3889 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
3890 (fortran-window-create, fortran-window-create-momentarily):
3891 Rewrite, moving error condition.
3892 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3893 (fortran-mode-syntax-table): Revert last change.
3894
3895 * international/mule.el: Doc fixes.
3896 (map-charset-chars): New function.
3897 (register-char-codings): Use it to cope with generic chars in
3898 safe-chars.
3899
3900 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3901
3902 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3903
3904 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3905
3906 * play/studly.el (studlify-word, studlify-region)
3907 (studlify-buffer): Fix doc-string.
3908 (studlify-buffer): Add autoload cookie.
3909
3910 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
3911
3912 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3913 (outline-up-heading-all): Remove.
3914 (hide-sublevels): Move to end-of-heading before calling flag-region.
3915 (outline-copy-overlay, outline-discard-overlays): Remove.
3916 (outline-flag-region): Use `remove-overlays'.
3917 Don't move to end-of-heading.
3918 (outline-next-visible-heading, outline-back-to-heading)
3919 (outline-on-heading-p): Use outline-invisible-p.
3920 (outline-font-lock-level): Use outline-up-heading's new arg.
3921 (outline-minor-mode): Simplify.
3922 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3923 (outline): Put a `reveal-toggle-invisible' property.
3924 (outline-level-heading): New var.
3925 (outline-insert-heading, outline-promote, outline-demote)
3926 (outline-toggle-children): New commands.
3927
3928 * progmodes/hideif.el (hif-end-of-line): New function.
3929 (hide-ifdef-mode): Set line-move-ignore-invisible.
3930 (hide-ifdef-region-internal): New function.
3931 (hide-ifdef-region): Use it.
3932 (hif-defined): Return an integer.
3933 (hif-infix-to-prefix): Remove.
3934 (hif-tokenize): Parse from the buffer rather than from a string.
3935 Correctly tokenize integers. Use forward-comment.
3936 (hif-expr): Use hif-or.
3937 (hif-term): Use hif-and.
3938 (hif-factor): Use hif-not. Handle numbers properly.
3939 Don't require parenthesis around `defined's argument.
3940 (hif-and, hif-or, hif-not): New funs.
3941 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3942 (hif-hide-line): Don't hide the \n before the line.
3943 (hif-possibly-hide): Correctly handle numeric evaluation results.
3944
3945 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3946 (makefile-mode): Set indent-line-function.
3947 (makefile-browser-insert-continuation): Use with-current-buffer.
3948 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3949
3950 2001-11-28 Karl Fogel <kfogel@red-bean.com>
3951
3952 * isearch.el (isearch-yank-internal): New helper function.
3953 (isearch-yank-char): New function.
3954 (isearch-yank-word, isearch-yank-line): Rewrite to use
3955 isearch-yank-internal.
3956
3957 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3958
3959 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3960 aren't supported. Print a message to that effect if invoked.
3961
3962 2001-11-27 Stephen Eglen <stephen@gnu.org>
3963
3964 * locate.el (locate): Put point at first matching file rather
3965 than top of buffer.
3966
3967 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3968
3969 * reveal.el: New file.
3970
3971 * progmodes/hideif.el: Misc cleanup.
3972 (hide-ifdef-mode-submap): Put the def in the defvar.
3973 Use substitute-key-definition.
3974 (hide-ifdef-mode): Use define-minor-mode.
3975 (hif-outline-flag-region): Remove.
3976 (hif-show-all): Define in terms of hif-show-ifdef-region.
3977 (hif-after-revert-function): Rename from hif-before-revert-function.
3978 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3979 (hif-tokenize): Use with-syntax-table.
3980 (hif-make-range): Use `else' also for `else-p'.
3981 (hif-range-else-p): Remove.
3982 (hif-find-range): Simplify.
3983 (hif-hide-line): Don't bother preserving buffer-modified-p.
3984 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3985 Don't use selective-display and inhibit-read-only.
3986
3987 * subr.el (copy-overlay, remove-overlays): New funs.
3988
3989 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3990
3991 2001-11-27 Sam Steingold <sds@gnu.org>
3992
3993 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3994 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3995 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3996 * obsolete/c-mode.el, obsolete/cplus-md.el
3997 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3998 * term/sun-mouse.el, textmodes/artist.el:
3999 Converted backquote to the new style.
4000 * mouse.el, reposition.el: Likewise (in comments).
4001 * expand.el: Likewise (in a string).
4002
4003 2001-11-27 Richard M. Stallman <rms@gnu.org>
4004
4005 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
4006
4007 2001-11-26 Richard M. Stallman <rms@gnu.org>
4008
4009 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
4010 if :on-glyph or :off-glyph is a list, eval it and store it back.
4011 (checkbox): Quote the values for :on-glyph and :off-glyph.
4012
4013 * cus-start.el (recursive-load-depth-limit): Delete item.
4014
4015 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
4016
4017 * help-fns.el (describe-categories, help-describe-category-set): New.
4018 describe-categories moved here from src/category.c.
4019
4020 2001-11-26 Sam Steingold <sds@gnu.org>
4021
4022 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
4023 arguments to `insert' are strings.
4024
4025 2001-11-26 Richard M. Stallman <rms@gnu.org>
4026
4027 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
4028
4029 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
4030
4031 * international/mule-diag.el: Require help-fns instead of
4032 help-funs.
4033
4034 * help-fns.el: Renamed from help-funs.el.
4035
4036 * startup.el (command-line-1): Don't try to call process-list if
4037 it is not fboundp.
4038
4039 2001-11-26 Sam Steingold <sds@gnu.org>
4040
4041 * frame.el (show-trailing-whitespace): Remove :set argument (the
4042 value was essentially identical to the defalt).
4043
4044 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4045
4046 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
4047
4048 * icomplete.el (icomplete-minibuffer-setup): Likewise.
4049
4050 * hilit-chg.el (hilit-chg-set): Likewise.
4051
4052 * speedbar.el (speedbar-mode): Likewise.
4053
4054 * calendar/calendar.el (calendar-mode): Likewise.
4055
4056 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
4057 insert-string.
4058
4059 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
4060
4061 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
4062
4063 * term/sun-mouse.el (sun-yank-selection): Likewise.
4064
4065 * textmodes/bib-mode.el (return-key-bib): Likewise.
4066
4067 * calendar/appt.el (appt-disp-window): Likewise.
4068
4069 * calendar/diary-lib.el (list-diary-entries): Likewise.
4070
4071 * array.el (array-reconfigure-rows): Likewise.
4072
4073 * filecache.el (file-cache-minibuffer-complete): Likewise.
4074
4075 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
4076
4077 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
4078
4079 * allout.el (outline-version, outline-open-topic)
4080 (outline-rebullet-heading, outline-insert-listified)
4081 (outline-latex-verbatim-quote-curr-line)
4082 (outline-latexify-one-item, outlineify-sticky): Likewise.
4083
4084 * vc.el (vc-next-action-on-file): Likewise.
4085 (vc-dired-mode): Remove make-local-hook.
4086
4087 2001-11-26 Andre Spiegel <spiegel@gnu.org>
4088
4089 * vc.el (vc-find-version): New function.
4090 (vc-version-other-window): Redefined in terms of the above.
4091
4092 * log-view.el (log-view-find-version): New function.
4093 (log-view-mode-map): Bind it to `f'.
4094
4095 2001-11-26 Gerd Moellmann <gerd@gnu.org>
4096
4097 * language/devan-util.el (dev-char-glyph): Escape `"' in
4098 string literals.
4099 (dev-glyph-glyph, dev-glyph-glyph-2)
4100 (devanagari-compose-syllable-region): Likewise.
4101
4102 2001-11-26 Richard M. Stallman <rms@gnu.org>
4103
4104 * window.el (save-selected-window): No error if saved window is dead.
4105
4106 * help-funs.el (describe-syntax): Put (interactive) after doc string.
4107
4108 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4109
4110 * international/quail.el (quail-help): Require help-mode in
4111 top-level instead.
4112
4113 * iswitchb.el (iswitchb-exhibit): Use insert instead of
4114 insert-string.
4115
4116 * icomplete.el (icomplete-exhibit): Likewise.
4117
4118 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
4119
4120 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
4121 (diff-hunk-kill): Simplify.
4122 (diff-post-command-hook): Only apply to a single hunk.
4123 (diff-hunk-text): Make `char-offset' non-optional.
4124 (diff-find-text): Return a cons cell.
4125 (diff-find-approx-text): New fun.
4126 (diff-find-source-location): Use it.
4127 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
4128 Adapt to new retval of diff-find-text.
4129
4130 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
4131 rather than integer- representation of dates.
4132
4133 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
4134
4135 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
4136 (syntax-after): New fun.
4137
4138 * help-funs.el (describe-syntax): New fun.
4139
4140 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
4141 (font-lock-ppss-stats, font-lock-ppss): Remove.
4142 (font-lock-fontify-syntactically-region): Remove tuning code.
4143 (font-lock-compile-keywords): Fix off-by-one bug.
4144 (font-lock-set-defaults): Don't set removed vars.
4145 (c-keywords): Add `inline'.
4146 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
4147
4148 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4149 Set syntax-begin-function.
4150 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
4151 (lisp-interaction-mode): Don't set local-abbrev-table any more.
4152 (lisp-mode-auto-fill): Use syntax-ppss and obey
4153 comment-auto-fill-only-comments.
4154 (lisp-fill-paragraph): Use syntax-ppss.
4155
4156 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
4157
4158 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
4159 version of rmail-enable-mime.
4160 (rmail-forward): Use it.
4161
4162 2001-11-25 Richard M. Stallman <rms@gnu.org>
4163
4164 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
4165
4166 * international/quail.el (quail-keyboard-layout-button):
4167 Define button type.
4168 (quail-keyboard-customize-button): Likewise.
4169 (quail-help): Use those button types. Require `help-mode'.
4170 Avoid altering the argument `package'.
4171
4172 * help-mode.el (help-function, help-variable, help-face)
4173 (help-coding-system, help-input-method, help-character-set):
4174 Define each button type with its own explicit define-button-type.
4175
4176 * language/devan-util.el: Comment out parts of the file
4177 which apparently are garbled.
4178
4179 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4180
4181 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
4182 insert-string.
4183
4184 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4185
4186 * play/snake.el (snake-mode): Remove make-local-hook.
4187
4188 * play/tetris.el (tetris-mode): Likewise.
4189
4190 * play/decipher.el (decipher-mode): Likewise.
4191
4192 * tmm.el (tmm-add-prompt): Likewise.
4193
4194 2001-11-25 Sam Steingold <sds@gnu.org>
4195
4196 * menu-bar.el (menu-bar-apropos-menu): New variable.
4197 Moved all `apropos' bindings to this menu.
4198 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
4199
4200 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
4201
4202 The following changes are for new indian languages support based
4203 on Unicode charset and CDAC fonts.
4204
4205 * international/mule-conf.el: Change indian-1-column charset to
4206 indian-glyph charset.
4207
4208 * international/characters.el: Adjusted for the change of
4209 indian-1-column -> indian-glyph.
4210
4211 * international/fontset.el: Delete the setting for indian-1-column
4212 and add the setting for indian-glyph in the default fontset.
4213
4214 * language/indian.el: Completely re-written.
4215
4216 * language/devanagari.el: Completely re-written.
4217
4218 * language/devan-util.el: Completely re-written.
4219
4220 * language/ind-util.el: New file.
4221
4222 2001-11-24 Richard M. Stallman <rms@gnu.org>
4223
4224 * startup.el (command-line-1): Don't do startup screen
4225 if a subprocess is running. Call the startup screen buffer
4226 "GNU Emacs". Make a special mode-line-format for it.
4227
4228 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
4229 (browse-url-galeon): Use that variable.
4230
4231 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
4232 eval-expression. Eval and set the variable simply.
4233
4234 * files.el (temporary-file-directory): Use defcustom.
4235 (small-temporary-file-directory): Likewise.
4236 (normal-backup-enable-predicate): Move down in file
4237 after definition of temporary-file-directory.
4238
4239 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
4240
4241 2001-11-24 Colin Walters <walters@debian.org>
4242
4243 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
4244 autoload names to match files renamed on initial calc import.
4245
4246 * calc/calc.el (Commentary): Cleanup, and add logistic curve
4247 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
4248
4249 2001-11-23 Colin Walters <walters@debian.org>
4250
4251 * Makefile.in (finder_setwins, setwins): Include Calc again.
4252
4253 * calc/calc-rules.el: Add header comment.
4254
4255 2001-11-23 Andre Spiegel <spiegel@gnu.org>
4256
4257 * vc.el (with-vc-properties): Don't bind `filename' locally.
4258 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
4259 to avoid name clashes. Fix `lisp-indent-function' property for
4260 both.
4261
4262 2001-11-23 Francesco Potorti` <pot@gnu.org>
4263
4264 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4265
4266 2001-11-22 Colin Walters <walters@debian.org>
4267
4268 * calc/calc-misc.el (report-calc-bug):
4269 Use `reporter-prompt-for-summary-p'.
4270
4271 * calc/INSTALL, calc/Makefile: Remove.
4272
4273 2001-11-22 Miles Bader <miles@gnu.org>
4274
4275 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
4276 (reb-match-2, reb-match-3): Add dark-background variants.
4277
4278 2001-11-22 Colin Walters <walters@debian.org>
4279
4280 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4281 (info "Calc").
4282 (report-calc-bug): Use reporter.el.
4283
4284 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
4285
4286 2001-11-21 Richard M. Stallman <rms@gnu.org>
4287
4288 * which-func.el (which-function): Call imenu--make-index-alist
4289 if necessary to get a list of functions.
4290 (which-function-imenu-failed): New variable.
4291 (which-func-update): Handle all visible windows.
4292 (which-func-update-1): New subroutine broken out of which-func-update.
4293
4294 * files.el (temporary-file-directory, null-device)
4295 (small-temporary-file-directory): Definitions moved up.
4296
4297 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4298 (cperl-non-problems, cperl-praise): Doc fixes.
4299
4300 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4301 (sh-mode-syntax-table): Function restored.
4302 Variable set up for use by function sh-mode-syntax-table.
4303 (sh-set-shell): Set the syntax table.
4304
4305 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4306
4307 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4308
4309 * international/encoded-kb.el: Don't alter minor-map-alist.
4310
4311 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4312
4313 * files.el (auto-save-file-name-transforms): Put remote files in
4314 temporary-file-directory rather than /tmp.
4315
4316 2001-11-21 Colin Walters <walters@debian.org>
4317
4318 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4319 of (function ...) wrapper.
4320
4321 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4322
4323 * derived.el (define-derived-mode): Create the abbrev-table
4324 from inside the `defvar'.
4325
4326 * jit-lock.el (jit-lock-defer-time): New var.
4327 (jit-lock-defer-timer, jit-lock-buffers): New vars.
4328 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
4329 (jit-lock-function): Defer fontification if requested.
4330 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4331 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4332 text property.
4333 (jit-lock-deferred-fontify): New fun.
4334
4335 2001-11-20 Richard M. Stallman <rms@gnu.org>
4336
4337 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4338 Set local-abbrev-table to lisp-mode-abbrev-table.
4339
4340 * emacs-lisp/re-builder.el (reb-mode):
4341 Don't use define-derived-mode. Call kill-all-local-variables.
4342
4343 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4344 Don't use define-derived-mode.
4345
4346 * help-mode.el (help-mode): Undo 2001-10-07 change.
4347
4348 * replace.el (occur-mode): Undo 2001-5-20 change.
4349
4350 2001-11-20 Jason Rumney <jasonr@gnu.org>
4351
4352 * w32-fns.el (w32-system-coding-system): Change to an alias for
4353 locale-coding-system.
4354 (set-w32-system-coding-system): Document the above change.
4355 Set locale-coding-system instead.
4356
4357 2001-11-20 Richard M. Stallman <rms@gnu.org>
4358
4359 * ruler-mode.el: Add pagination.
4360 (ruler-mode-toggle-show-tab-stops): No need to
4361 test `ruler-mode' variable.
4362
4363 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4364
4365 * play/landmark.el: Mark lm-mode as special.
4366
4367 * play/gomoku.el: Mark gomoku-mode as special.
4368
4369 2001-11-20 Juanma Barranquero <lektu@terra.es>
4370
4371 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
4372 (top-level): Bind it to C-c C-b.
4373 (re-builder): Don't re-enter RE Builder Mode.
4374
4375 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
4376
4377 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4378
4379 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4380 `manual-program'.
4381
4382 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4383 to a line without a comment.
4384
4385 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4386
4387 * dired.el (dired-listing-switches): Mention in the doc string
4388 that some switches are not supported by ls-lisp.el
4389
4390 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
4391
4392 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4393 (imenu--create-keymap-2): Remove.
4394 (imenu--create-keymap-1): Simplify, remove third argument.
4395 (imenu--generic-function): Use dolist.
4396 (imenu-find-default): New function.
4397 (imenu--completion-buffer): Use it.
4398 (imenu--mouse-menu): Use popup-menu.
4399 (imenu--menubar-select): Return t rather than calling imenu.
4400
4401 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
4402 New functions, extracted from fill-region-as-paragraph.
4403 (fill-region-as-paragraph): Use them.
4404 Use an end marker instead of eob.
4405 Ignore whitespace-only fill-prefixes when indenting according to mode.
4406 Simplify the loop that searches for spaces backwards.
4407
4408 * textmodes/picture.el (picture-vertical-step)
4409 (picture-horizontal-step): Don't use defconst for variables.
4410
4411 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
4412 (mail-extract-address-components): Downcase domain names.
4413 (mail-extr-delete-char): Remove. Use delete-char instead.
4414
4415 * emulation/pc-select.el: Doc string fixes.
4416 (pc-selection-mode): Don't treat macos as a tty.
4417
4418 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
4419
4420 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
4421
4422 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
4423 (mouse-wheel-progessive-speed): New var.
4424 (mwheel-scroll): Use it and handle float values.
4425
4426 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
4427
4428 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
4429 (iswitchb): Fix the case where the result was selected with the mouse.
4430 (iswitchb-completion-help): Use the normal *Completions* now that
4431 mouse selection works.
4432 (iswitchb-minibuffer-setup): Simplify.
4433
4434 * newcomment.el (comment-column, comment-style, comment-multi-line)
4435 (comment-auto-fill-only-comments): Remove :group arg.
4436 (comment-padding): Add :type.
4437 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
4438 if called interactively.
4439
4440 2001-11-19 Colin Walters <walters@verbum.org>
4441
4442 * calc/calc.el (toplevel): Add comment and version header.
4443 (calc-init-base): Bump version to 2.02f, update date.
4444
4445 2001-11-19 Richard M. Stallman <rms@gnu.org>
4446
4447 * net/browse-url.el: Support Mozilla and Galeon.
4448 By default, find the installed browser whichever it is.
4449 (browse-url-mozilla): New function.
4450 (browse-url-mozilla-sentinel): New function.
4451 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
4452 (browse-url-default-browser): New function.
4453 (browse-url-process-environment): Use browse-url-browser-display.
4454 (browse-url-browser-display): Renamed from browse-url-netscape-display.
4455 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
4456 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
4457 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
4458 (browse-url-browser-function): New default, new options.
4459
4460 2001-11-19 Sam Steingold <sds@gnu.org>
4461
4462 * bindings.el (last-buffer, unbury-buffer): New function.
4463 (mode-line-unbury-buffer): Use `unbury-buffer'.
4464
4465 2001-11-18 Stephen Eglen <stephen@gnu.org>
4466
4467 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
4468 control behaviour when no further completion is possible.
4469
4470 2001-11-19 Colin Walters <walters@verbum.org>
4471
4472 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
4473 (math-showing-full-precision, math-with-extra-prec, math-working)
4474 (calc-with-default-simplification)
4475 (calc-with-trail-buffer): Use backtick.
4476 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
4477 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
4478 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
4479 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
4480 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
4481 (Math-num-integerp, Math-bignum-test, Math-equal-int)
4482 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
4483 (calc-record-compilation-date-macro): Deleted. Callers updated.
4484 (math-format-radix-digit): Move to calc-bin.el.
4485
4486 * calc/calc.el (calc-record-compilation-date): Remove.
4487 (calc-bug-address): Update.
4488 (calc-settings-file): Use `user-init-file'.
4489
4490 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
4491 Handle null `calc-settings-file'.
4492
4493 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
4494 * calc/calc-keypd.el (calc-keypad-mode): New.
4495 (calc-do-keypad): Use it.
4496 (calc-keypad-map): Move into `calc-keypad-mode'.
4497
4498 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
4499 to defalias argument.
4500
4501 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
4502 (calcFunc-floor): Ditto.
4503
4504 * calc-units.el (calcFunc-usimplify): Ditto.
4505
4506 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4507 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4508 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4509 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4510 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4511 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4512 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4513 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4514 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4515 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4516 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
4517 and move them before their first use. Use `when', `unless'.
4518 Remove trailing periods from error forms. Add description and
4519 headers suggested by Emacs Lisp coding conventions.
4520
4521 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
4522
4523 * newcomment.el (comment-indent):
4524 Fix misindentation for comment-only lines.
4525 (comment-indent-new-line): Only obey comment-multi-line if the
4526 comment-ender is not the end-of-line.
4527
4528 2001-11-19 Richard M. Stallman <rms@gnu.org>
4529
4530 * net/net-utils.el (network-connection-service-abbrev-alist):
4531 New variable.
4532
4533 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4534 Advance to start of 3rd sexp by moving fwd and backing over it.
4535 At first three elements, act like defun.
4536
4537 * delsel.el (delete-selection-pre-hook): Handle and resignal
4538 file-supersession errors to interact properly with userlock.el.
4539
4540 2001-11-18 Richard M. Stallman <rms@gnu.org>
4541
4542 * progmodes/fortran.el (fortran-mode-syntax-table):
4543 Specify punctuation syntax for backslash.
4544
4545 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
4546 All calls deleted.
4547
4548 * international/mule-util.el (string-to-sequence): Make it obsolete.
4549 (string-to-list, string-to-vector): Implement them directly
4550 using append and vconcat, not with string-to-sequence.
4551
4552 * startup.el (command-line): Set abbrevs-changed to nil after
4553 reading the init file and the abbrevs file.
4554
4555 * isearch.el (isearch): Use magenta2 as bg for (background light)
4556
4557 2001-11-17 Richard M. Stallman <rms@gnu.org>
4558
4559 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
4560
4561 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4562
4563 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
4564
4565 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4566 If set and if applicable, add a regexp to highlight defun-like
4567 text inside comments and strings.
4568 (font-lock-fontify-keywords-region): Pass that new arg.
4569 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
4570 to the end and pass that new arg.
4571 (c-font-lock-keywords-2): Fix regex for labels.
4572 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
4573 Make it work when LIMIT is several lines further.
4574 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
4575 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
4576 Use backquote and make the regexes for `int a, b, c;' work on
4577 multiple lines.
4578
4579 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
4580 (font-lock-defaults-alist): Don't change it any more.
4581 (reb-subexp-mode-map): Cleanup.
4582
4583 * custom.el (custom-current-group-alist): New var.
4584 (custom-declare-group): Set it.
4585 (custom-current-group): New fun.
4586 (custom-declare-variable, custom-handle-all-keywords):
4587 Use it as a default if no :group argument is specified.
4588
4589 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
4590 (standard-keyboard-coding-systems): New var.
4591 (set-locale-environment): Use it to decide whether or not to call
4592 set-keyboard-coding-system.
4593 (locale-language-names): Use \"French\" for "fr".
4594
4595 2001-11-17 Richard M. Stallman <rms@gnu.org>
4596
4597 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4598 (add-to-list): Delete compatibility code.
4599 (checkdoc-next-message-error): Doc fix.
4600
4601 2001-11-17 Stephen Eglen <stephen@gnu.org>
4602
4603 * locate.el (locate): Show default locate pattern within the
4604 prompt, but don't insert it into the minibuffer contents.
4605 Catch the case when pattern is the empty string.
4606
4607 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4608
4609 * language/european.el ("French"): New language environment.
4610
4611 2001-11-16 Richard M. Stallman <rms@gnu.org>
4612
4613 * calendar/todo-mode.el (todo-save): Fix previous change.
4614
4615 * subr.el (functionp): Do use cdr-safe on object.
4616
4617 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
4618
4619 * bindings.el (mode-line-mode-name): Only put the help-echo property
4620 if the local-map property was put as well.
4621 (global-map): Bind switch-frame, delete-frame, iconify-frame
4622 and make-frame-visible events.
4623
4624 * emacs-lisp/elp.el (elp-not-profilable): New var.
4625 (elp-not-profilable-p): New function.
4626 (elp-instrument-function): Use it. Use backquotes and push.
4627
4628 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
4629 (byte-stack+-info, byte-compile-last-warned-form)
4630 (byte-compile-last-logged-file): Don't defconst a variable.
4631 (no-byte-compile): Declare.
4632 (byte-compile-file): Don't boundp-check no-byte-compile any more.
4633 (byte-compile-defvar): Leave defconst as is.
4634
4635 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
4636 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
4637 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
4638 (edebug-best-error): Don't defconst a variable.
4639 (edebug-read-syntax-table): Use a char-table.
4640 (edebug-lemacs-specific): Remove.
4641 Toplevel: Eliminate check for Lucid Emacs.
4642
4643 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
4644
4645 * rect.el (move-to-column-force): Mark obsolete.
4646 (operate-on-rectangle, delete-extract-rectangle-line)
4647 (insert-rectangle, delete-whitespace-rectangle-line)
4648 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
4649 (string-rectangle-history): New var.
4650 (string-rectangle, string-insert-rectangle): Use it.
4651 (delete-rectangle-line): Fix pos/column mixup and simplify.
4652
4653 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4654 (normal-top-level, command-line, command-line-1): Simplify.
4655
4656 * tar-mode.el (tar-mode): Use define-derived-mode.
4657
4658 * view.el (view-mode-enable): Don't use make-local-hook.
4659
4660 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
4661
4662 2001-11-16 Richard M. Stallman <rms@gnu.org>
4663
4664 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
4665 if it doesn't make sense as anything else.
4666 Don't recognize a "telephone number" at the beginning of the name.
4667 (mail-extr-leading-garbage): Match non-word characters only.
4668
4669 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4670
4671 * startup.el (command-line-processed): Doc fix.
4672
4673 * apropos.el (apropos-next-label-button): Doc fix.
4674
4675 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
4676
4677 * comint.el (comint-mode): Simplify.
4678 (make-comint-in-buffer): Run `comint-mode' only if necessary.
4679
4680 * subr.el (eval-after-load): Make it work with features as well.
4681
4682 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
4683
4684 * international/mule-cmds.el (describe-input-method): Setup xref.
4685 (set-language-environment): Use functionp.
4686 (locale-language-names, locale-charset-language-names)
4687 (locale-preferred-coding-systems): Defconst and purecopy.
4688
4689 * language/european.el (mac-roman): Add mime-charset property.
4690
4691 2001-11-15 Richard M. Stallman <rms@gnu.org>
4692
4693 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4694 (multiple-value-apply, nth-value): Use defsubst rather than defalias
4695 to get better doc strings.
4696
4697 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4698
4699 * derived.el: Fix autoload cookie.
4700
4701 2001-11-15 Richard M. Stallman <rms@gnu.org>
4702
4703 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4704
4705 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4706
4707 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4708
4709 2001-11-15 Richard M. Stallman <rms@gnu.org>
4710
4711 * dired.el (dired-undo): Display a message to explain
4712 that this does not undo file system changes.
4713
4714 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
4715
4716 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4717 into `unread-command-events' instead of trying keymap
4718 lookups ourselves. This makes mouse-clicks do the right
4719 thing even when keymaps of overlays are involved.
4720 (mouse-drag-drag): Likewise.
4721
4722 2001-11-15 Andreas Schwab <schwab@suse.de>
4723
4724 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4725 characters and append anchor to pattern added to auto-mode-alist.
4726
4727 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4728
4729 * server.el (server-process-filter): Run pore/post-comment-hook
4730 before/after visiting the file.
4731
4732 * info-look.el (makefile-mode): Add info for automake.
4733 (autoconf-mode): Fix the name of the index for automake.
4734
4735 * international/latin-9.el: Give pilcrow punctuation syntax.
4736
4737 2001-11-15 Andre Spiegel <spiegel@gnu.org>
4738
4739 * vc.el: Documentation fixes.
4740
4741 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
4742
4743 * smerge-mode.el (smerge-match-conflict): Fix typo.
4744 (smerge-diff): Be careful to read match-data early enough.
4745
4746 2001-11-14 Colin Walters <walters@verbum.org>
4747
4748 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
4749 (calcFunc-subst): Use `defalias' instead of `fset' and
4750 `symbol-function'.
4751
4752 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
4753 (calcFunc-ceil, calcFunc-round): Ditto.
4754
4755 * calc/calc-bin.el (calcFunc-clip): Ditto.
4756
4757 * calc/calc-ext.el (calcFunc-evalv): Ditto.
4758
4759 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
4760
4761 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
4762 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
4763
4764 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
4765
4766 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4767 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4768 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4769 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4770 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4771 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4772 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4773 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4774 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4775 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4776 * calcsel2.el: Style cleanup; don't put closing parens on their
4777 own line, add "foo.el ends here" to each file, and update
4778 copyright date.
4779
4780 * README: Update maintainer.
4781
4782 2001-11-13 Richard M. Stallman <rms@gnu.org>
4783
4784 * progmodes/compile.el (recompile): Use compilation-arguments if
4785 set, so as to be able to M-x recompile the exact command which
4786 created a compilation-mode buffer.
4787
4788 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4789
4790 2001-11-13 Gerd Moellmann <gerd@gnu.org>
4791
4792 * mouse.el (mouse-drag-region): Don't run the up-event
4793 handler if window start changed due to the down-mouse event.
4794
4795 2001-11-13 Richard M. Stallman <rms@gnu.org>
4796
4797 * mouse.el (mouse-show-mark): Either move point to the mark
4798 or use highlighting, never both.
4799 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4800
4801 2001-11-13 Simon Josefsson <jas@extundo.com>
4802
4803 * mail/smtpmail.el (top-level): Change maintainer to Simon
4804 Josefsson, cleanup the smtpmail.el header.
4805
4806 * mail/smtpmail.el (top-level): Don't require cl or base64.
4807 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4808 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
4809 Defsubst instead of defmacro.
4810 (smtpmail-intersection): Return value in reverse order.
4811 (smtpmail-open-stream): Use stringp instead of string-to-list.
4812 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
4813 separated from smtpmail-via-smtp.
4814
4815 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
4816 rfc2104. Require base64 and cl.
4817 (smtpmail-smtp-service): Doc fix. :type fix.
4818 (smtpmail-debug-info): Doc fix.
4819 (smtpmail-debug-verb, smtpmail-auth-credentials)
4820 (smtpmail-starttls-credentials, smtpmail-auth-supported):
4821 New variables.
4822 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
4823 mail-utils (it is autoloaded).
4824 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4825 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
4826 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
4827 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4828 (smtpmail-via-smtp): Support AUTH.
4829 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4830
4831 2001-11-13 Richard M. Stallman <rms@gnu.org>
4832
4833 * ebuff-menu.el (electric-buffer-update-highlight): New function.
4834 (electric-buffer-overlay): New variable.
4835 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4836 (electric-buffer-list): Likewise.
4837
4838 * isearch.el (isearch-whitespace-chars): Doc fix.
4839 (isearch-mode): Handle negative search-slow-window-lines correctly.
4840
4841 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
4842
4843 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4844
4845 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
4846 From Emmanuel Briot <briot@act-europe.fr>.
4847
4848 2001-11-13 Colin Walters <walters@debian.org>
4849
4850 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4851
4852 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4853 "~/.emacs"; use `read-file-name'.
4854
4855 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
4856 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4857 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
4858 * calc/calc.el: Use `frame-width' instead of `screen-width',
4859 `frame-height' instead of `screen-height', and,
4860 `executing-kbd-macro' instead of `executing-macro'.
4861
4862 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4863 correct number of arguments.
4864
4865 * calc/calc-aent.el (calc-do-alg-entry):
4866 Use `blink-paren-function' instead of `blink-paren-hook'.
4867
4868 2001-11-12 Richard M. Stallman <rms@gnu.org>
4869
4870 * calendar/todo-mode.el (todo-save): Add save-excursion
4871 and save-restriction.
4872
4873 * server.el (server-edit, server-done): Doc fix.
4874
4875 * simple.el (clone-indirect-buffer): Error if major mode symbol
4876 has a no-clone-indirect property.
4877 (clone-buffer): Check for obvious errors before reading clone name.
4878
4879 * info.el (Info-mode): Add a no-clone-indirect property.
4880
4881 2001-11-12 Sam Steingold <sds@gnu.org>
4882
4883 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4884 set-buffer-modified-p to nil after `vc-exec-after'.
4885 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4886 (log-view-mode): Make read-only.
4887 (log-view-current-file): Do final `expand-file-name' in the
4888 current `default-directory'.
4889 (log-view-current-tag): Take an optional `where' arg.
4890 (log-view-diff): New user command.
4891
4892 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4893
4894 * progmodes/cpp.el (cpp-choose-face): Fix typo.
4895
4896 2001-11-12 Sam Steingold <sds@gnu.org>
4897
4898 * emacs-lisp/cl-indent.el (toplevel): Indent properly
4899 `generic-flet', `generic-labels', `with-accessors',
4900 `with-condition-restarts'.
4901
4902 2001-11-12 Richard M. Stallman <rms@gnu.org>
4903
4904 * dired.el: Many trivial doc fixes.
4905 (dired-get-file-for-visit): New function.
4906 (dired-find-alternate-file, dired-mouse-find-file-other-window):
4907 (dired-view-file, dired-find-file-other-window, dired-display-file):
4908 (dired-find-file): Use dired-get-file-for-visit.
4909
4910 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
4911
4912 * sql.el (sql-mode): Doc change.
4913
4914 * sql.el (sql-mode-syntax-table): The backslash is no longer an
4915 escape character.
4916
4917 2001-11-12 Colin Walters <walters@debian.org>
4918
4919 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4920 (calc-do-keypad): Don't attempt to use nonexistent global
4921 mouse-map, use calc-keypad-map.
4922 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4923 (calc-keypad-left-click): Don't use mouse-map; update to new event
4924 interface.
4925 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4926 (calc-keypad-press): Use `unread-command-events' instead of
4927 `unread-command-char'.
4928
4929 * calc/calc-ext.el (calc-init-extensions): Update autoload names
4930 to match files renamed on initial calc import.
4931
4932 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4933
4934 * textmodes/flyspell.el (flyspell-default-dictionary):
4935 Fix previous change.
4936
4937 2001-11-12 Richard M. Stallman <rms@gnu.org>
4938
4939 * textmodes/flyspell.el (flyspell-default-dictionary):
4940 Fix custom type.
4941
4942 2001-11-11 Richard M. Stallman <rms@gnu.org>
4943
4944 * calendar/solar.el (solar-sunrise-and-sunset):
4945 Exchange the two extreme values of day-length.
4946
4947 * progmodes/sh-script.el (sh-must-be-shell-mode):
4948 Allow modes derived from sh-mode.
4949
4950 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4951 Turn off error in some re-search-forward calls.
4952
4953 * replace.el (query-replace-skip-read-only): New variable.
4954 (perform-replace): If that variable is non-nil, ignore matches
4955 that have a read-only property.
4956
4957 * derived.el (define-derived-mode): Doc fix.
4958
4959 * server.el (server-buffer-done): Test of server-existing-buffer
4960 was backwards.
4961 (server-existing-buffer): Doc fix.
4962
4963 * textmodes/flyspell.el (flyspell-default-dictionary):
4964 Allow nil as value, and make nil the default.
4965
4966 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4967
4968 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4969 it is not fboundp.
4970 (clipboard-yank): Ditto.
4971
4972 2001-11-11 Colin Walters <walters@verbum.org>
4973
4974 The following changes are based on patches from
4975 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4976 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4977
4978 * calc/calc.el (toplevel): Require calc-macs.
4979 (calc-minibuffer-size): New.
4980 (calcDigit-nondigit): Use it instead of `buffer-size'.
4981 (calcDigit-backspace): Likewise.
4982 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4983 `buffer-string'.
4984 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4985 `point-min'.
4986 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4987 `save-excursion'.
4988
4989 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4990 simple `setq' form.
4991
4992 * calc/calc-ext.el: (toplevel): Require calc.
4993 (calc-fancy-prefix-map): New.
4994 (calc-fancy-prefix): Use it.
4995 (calc-fancy-prefix-other-key): New.
4996
4997 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4998 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4999 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
5000 (calcAlg-enter): Likewise.
5001 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
5002
5003 2001-11-10 Richard M. Stallman <rms@gnu.org>
5004
5005 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
5006 (quietly-read-abbrev-file): Doc fix.
5007
5008 * startup.el (command-line): Read standard abbrev
5009 file (abbrev-file-name), if it exists.
5010
5011 * files.el (save-abbrevs): Default value is t.
5012
5013 * progmodes/compile.el (compile-goto-error): Fix previous change
5014 in the case where subsequent errors have not been parsed yet
5015 because they are in a different source file.
5016
5017 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5018
5019 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5020 Merge two regular expressions into one.
5021 (ps-mode): Make local bindings for `comment-start' and
5022 `comment-start-skip'.
5023 (ps-mode-looking-at-nested): Simplify an if-else construct;
5024 use `set-match-data' to set the result.
5025
5026 2001-11-10 Richard M. Stallman <rms@gnu.org>
5027
5028 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
5029 Function deleted.
5030 (flyspell-correct-word): Old definition deleted.
5031 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
5032 All references renamed too.
5033
5034 2001-11-10 Gerd Moellmann <gerd@gnu.org>
5035
5036 * Makefile.in (finder_setwins, setwins): Exclude Calc.
5037
5038 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
5039
5040 * wid-edit.el (checklist): Removed `:menu-tag'.
5041 (radio-button-choice): Ditto.
5042 (editable-list): Ditto.
5043
5044 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5045
5046 * play/gomoku.el: Move definitions of constants to the beginning
5047 of file, before their use.
5048
5049 2001-11-09 Richard M. Stallman <rms@gnu.org>
5050
5051 * textmodes/flyspell.el: Use the keymap property
5052 instead of local-map, and don't use a minor-mode map.
5053 (flyspell-mode-map): Variable deleted.
5054 Don't mess with minor-mode-map-alist.
5055 (calling add-minor-mode): Specify nil for keymap.
5056 And always use add-minor-mode, now that it exists.
5057 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
5058 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
5059 or flyspell-local-mouse-map.
5060 (make-flyspell-overlay): Use flyspell-mouse-map directly.
5061 (flyspell-mode): Doc fix.
5062 (flyspell-mode-on): Don't call make-local-hook.
5063
5064 2001-11-09 Sam Steingold <sds@gnu.org>
5065
5066 * emacs-lisp/debug.el (debugger-make-xrefs):
5067 Add buttons to all symbols.
5068
5069 2001-11-09 Andre Spiegel <spiegel@gnu.org>
5070
5071 * vc.el: Add John David Smith to credits.
5072
5073 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
5074
5075 * vc-hooks.el (vc-error-occured): Backquotified.
5076 (vc-file-prop-obarray): Use prime length for better efficiency.
5077
5078 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
5079
5080 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
5081
5082 * info.el (Info-file-list-for-emacs): Add entries for Calc.
5083
5084 2001-11-09 Miles Bader <miles@gnu.org>
5085
5086 * subr.el (functionp): Don't consider macros as functions.
5087
5088 2001-11-08 Miles Bader <miles@gnu.org>
5089
5090 * subr.el (functionp): Make work correctly for macros and unbound
5091 symbols.
5092
5093 * comint.el (comint-send-input): Fix description of
5094 `comint-process-echoes' in the doc-string.
5095
5096 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
5097
5098 * international/mule.el (make-translation-table): Doc fix.
5099 Suggested by Alex Schroeder <alex@gnu.org>.
5100
5101 2001-11-07 Richard M. Stallman <rms@gnu.org>
5102
5103 * info.el (Info-fontify-node): Highlight every third menu item.
5104
5105 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
5106
5107 * cus-edit.el (custom-face-value-create): Don't ignore the
5108 `customized-face' attribute when finding the current face spec.
5109
5110 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
5111
5112 * subr.el (with-local-quit): New macro.
5113 (make-syntax-table): Always inherit.
5114 (functionp): Be more careful when `object' is a symbol.
5115
5116 * dabbrev.el (dabbrev-completion): Use "*Completions*".
5117
5118 2001-11-07 Paul Eggert <eggert@twinsun.com>
5119
5120 * dired.el (dired-move-to-filename-regexp):
5121 Do not distinguish between ASCII letters and non-ASCII characters.
5122 Don't allow comma except in the form "month day, year".
5123 Don't allow space between month name and comma.
5124 Clean up the code that checks for trailing period, comma, and space.
5125 Remove now-obsolete comments, and add more commentary about
5126 Japanese dates.
5127 Always gobble up trailing spaces, instead of doing it only sometimes.
5128
5129 2001-11-07 Miles Bader <miles@gnu.org>
5130
5131 * paren.el (show-paren-match-face): Add dark-background variant.
5132
5133 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
5134
5135 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
5136 (lisp-mode-variables): Don't set paragraph-{start,separate}.
5137 Don't disable adaptive-fill-mode.
5138 (lisp-fill-paragraph): Use tab-width rather than 8.
5139 Prevent filling the first line of docstrings.
5140
5141 2001-11-06 Richard M. Stallman <rms@gnu.org>
5142
5143 * play/gomoku.el (gomoku): Doc fix.
5144
5145 * jka-compr.el (jka-compr-partial-uncompress):
5146 Support an alternative of not using dd.
5147 (jka-compr-dd-program): Use defcustom to define this.
5148 (jka-compr-load-suffixes): Use defcustom.
5149 (jka-compr-mode-alist-additions): Use defcustom.
5150
5151 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
5152
5153 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
5154 Also work when LIMIT is further than the end of line.
5155
5156 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
5157
5158 * international/quail.el (quail-update-leim-list-file): Print the
5159 offending file name if some of its quail-define-package forms is broken.
5160
5161 2001-11-05 Richard M. Stallman <rms@gnu.org>
5162
5163 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
5164 of the evaluated form.
5165
5166 2001-11-05 Paul Eggert <eggert@twinsun.com>
5167
5168 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
5169 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
5170 stamps always line up by default. Also, it uses a slightly
5171 different window to determine whether files are "recent".
5172
5173 2001-11-05 Andrew Innes <andrewi@gnu.org>
5174
5175 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5176 Don't attempt to remake autoloads before nuking .elc files.
5177
5178 2001-11-04 Richard M. Stallman <rms@gnu.org>
5179
5180 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
5181 previous-single-property-change or next-single-char-property-change
5182 returns nil.
5183
5184 * international/mule-cmds.el (set-locale-environment):
5185 Make it interactive; make arg optional.
5186
5187 * international/mule-diag.el (help-funs): Require help-funs.
5188
5189 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
5190
5191 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
5192
5193 2001-11-04 Miles Bader <miles@gnu.org>
5194
5195 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
5196 shadow of the splash image grey on a dark background instead of black.
5197
5198 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
5199
5200 * term.el (all faces): Don't (copy-face 'default <foo>).
5201
5202 * term/xterm.el (function-key-map):
5203 Add entry for `ESC [ 3 ~' -> <delete>
5204 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
5205 Use inheritance so that .emacs and terminfo take precedence.
5206
5207 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
5208
5209 * tooltip.el (tooltip-delay): Decrease to 0.7.
5210 (tooltip-hide-delay): Enlarge to 10.
5211
5212 2001-11-03 Richard M. Stallman <rms@gnu.org>
5213
5214 * startup.el (fancy-splash-tail): Explain how to recover
5215 from a crash, if there was a crash.
5216 (command-line-1): Reorganize display of startup screen,
5217 to simplify the logic. Use a temp buffer for it.
5218
5219 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
5220
5221 * frame.el (set-background-color, set-foreground-color):
5222 Call face-set-after-frame-default, to propagate the new colors to
5223 the frame's parameters alist.
5224
5225 * calendar/timeclock.el (timeclock-out): Signal an error if
5226 timeclock-last-event is nil.
5227
5228 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
5229
5230 * textmodes/fill.el (fill-context-prefix): Fix braino.
5231
5232 * international/quail.el (quail-help):
5233 Use `help-buffer' and move `help-setup-xref' to beginning.
5234
5235 * international/mule-cmds.el (describe-language-environment):
5236 Use `help-buffer' and move `help-setup-xref' to beginning.
5237
5238 * international/mule-diag.el (list-character-sets)
5239 (sort-listed-character-sets, describe-character-set)
5240 (describe-coding-system, describe-fontset, list-fontsets):
5241 Use `help-buffer' and move `help-setup-xref' to beginning.
5242 (describe-char-after): Use `internal-describe-syntax-value'.
5243
5244 2001-11-02 Richard M. Stallman <rms@gnu.org>
5245
5246 * mouse.el (popup-menu): If the user refuses to select
5247 from a menu, don't try to invoke the menu.
5248
5249 2001-11-02 Miles Bader <miles@gnu.org>
5250
5251 * help-mode.el (help-xref): New button type.
5252 (help-function, help-variable, help-face, help-coding-system)
5253 (help-input-method, help-character-set, help-type, help-symbol)
5254 (help-back, help-info, help-customize-variable, help-customize-face)
5255 (help-function-def, help-variable-def): Use it as a supertype.
5256 Remove `action' property.
5257
5258 * international/mule-diag.el (describe-character-set)
5259 (describe-coding-system): Pass correct args to `help-xref-button'.
5260 (sort-listed-character-sets): New button type.
5261 (list-character-sets): Use it.
5262 (list-charset-chars): New button type.
5263 (list-character-sets-1): Use it.
5264
5265 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
5266
5267 * indent.el (tab-always-indent, indent-for-tab-command):
5268 Remove redundant `never' setting.
5269
5270 * fill.el (fill-region-as-paragraph): Don't forget to skip
5271 over current whitespace before looking for a preceding space.
5272
5273 2001-11-01 Richard M. Stallman <rms@gnu.org>
5274
5275 * files.el (file-newest-backup): Don't pass backup file name
5276 thru file-name-sans-versions, because it never has version numbers.
5277
5278 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5279 to avoid ambiguous nested loops.
5280
5281 * files.el (find-file-noselect): Offer to change buffer-read-only
5282 only when the file's read-only status has changed from before
5283 as well as disagreeing with the buffer's current status.
5284 (buffer-file-read-only): New var, local in all buffers.
5285
5286 * buff-menu.el (buffer-menu): Doc fix.
5287 (buffer-menu-other-window): Doc fix.
5288 (list-buffers, list-buffers-noselect): Doc fix.
5289
5290 2001-11-01 Gerd Moellmann <gerd@gnu.org>
5291
5292 * startup.el (command-line): If the terminal Emacs is running on
5293 has erase char set to ^H, use the Backspace key for deleting
5294 backward, and the Delete key for deleting forward.
5295
5296 2001-11-01 Miles Bader <miles@gnu.org>
5297
5298 * button.el (define-button-type): Make sure every user-defined
5299 button type has a supertype.
5300
5301 2001-10-31 Jason Rumney <jasonr@gnu.org>
5302
5303 * international/mule-cmds.el (locale-language-names): Add chs and
5304 cht as aliases for Chinese-GB and Chinese-BIG5.
5305
5306 2001-10-31 Richard M. Stallman <rms@gnu.org>
5307
5308 * bindings.el (mode-line-frame-identification): Add doc string.
5309 (mode-line-position, mode-line-modes): New variables.
5310 (mode-line-format): Use mode-line-position for the part
5311 that displays the position-in-buffer info.
5312 Use mode-line-modes for the part that displays major and minor modes.
5313
5314 2001-10-31 Sam Steingold <sds@gnu.org>
5315
5316 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5317 (debugger-setup-buffer): Call it.
5318 (debugger-mode-map): Bind RET and mouse-2.
5319
5320 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5321
5322 * startup.el: Document command line option --no-window-system
5323 instead of --no-windows.
5324
5325 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5326
5327 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5328
5329 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5330 (font-lock-defaults-alist): Use it.
5331 From David Ponce <david.ponce@wanadoo.fr>
5332
5333 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5334 output of `char-after'.
5335
5336 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5337
5338 * simple.el (reindent-then-newline-and-indent): Insert the newline
5339 before indenting the first line.
5340 (undo-get-state, undo-revert-to-state): New funs.
5341 (shell-command): Don't kill the buffer even if empty.
5342 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5343 (transpose-subr-end2): Remove.
5344 (transpose-subr): Add `special' arg and simplify.
5345 (transpose-subr-1): Rewrite.
5346 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5347 (rfc822-goto-eoh): Simplify.
5348
5349 2001-10-30 Richard M. Stallman <rms@gnu.org>
5350
5351 * enriched.el (enriched-face-ans): Fix previous change.
5352
5353 2001-10-30 Gerd Moellmann <gerd@gnu.org>
5354
5355 * international/iso-acc.el (iso-accents-compose): Remove a
5356 superfluous setq.
5357
5358 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
5359
5360 * buff-menu.el (list-buffers-noselect): If the buffer's name
5361 starts with a blank, but it visits a file, do show it (for files
5362 whose names start with a blank).
5363
5364 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5365
5366 * textmodes/fill.el (sentence-end-double-space)
5367 (sentence-end-without-period): Move to paragraphs.el.
5368 (fill-indent-according-to-mode): Change default to t.
5369 (fill-context-prefix): Simplify control-flow and use a more
5370 sophisticated merge that unifies both previous checks.
5371 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5372 (fill-nobreak-predicate): Make it into a defcustom'd hook.
5373 (fill-nobreak-p): New fun.
5374 (fill-region-as-paragraph): Use it.
5375 Handle `fill-indent-according-to-mode' slightly differently.
5376 (fill-individual-paragraphs-prefix): Simplify the control-flow.
5377 (fill-individual-paragraphs-citation): Fix.
5378
5379 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5380 (paragraph-start): Change default to the `text-mode' value.
5381 (sentence-end-double-space, sentence-end-without-period):
5382 Move from fill.el.
5383 (forward-paragraph): Use `parstart' and `parsep' for temp variables
5384 rather than rebinding `paragraph-start' and `paragraph-separate'.
5385
5386 * indent.el (indent-line-function): Change default to indent-relative.
5387 (tab-always-indent): Add an `never' setting.
5388 (indent-according-to-mode): Handle `indent-relative' and
5389 `indent-relative-maybe' specially.
5390 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
5391 Handle the `never' case for `tab-always-indent'.
5392 Don't call indent-according-to-mode for indent-relative' and
5393 `indent-relative-maybe'.
5394 (insert-tab): Rename `prefix-arg' to `arg'.
5395 (indent-region): Indent the first line as well.
5396 (indent-relative): Don't mark the buffer modified if the indentation
5397 is unchanged.
5398
5399 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5400 Don't set paragraph-separate. Set paragraph-start more carefully.
5401 Set indent-line-function.
5402 (paragraph-indent-text-mode): Use it and define-derived-mode.
5403 (text-mode-map): Remove the \t binding.
5404 (text-mode): Simplify now that the default is more favorable.
5405
5406 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
5407
5408 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5409 If the regexp doesn't match, use a looser one.
5410 (find-variable-noselect): Add `file' argument.
5411
5412 * pcvs.el (cvs-mode-commit-hook): New hook.
5413 (cvs-mode-commit): Run it.
5414
5415 * log-edit.el (log-edit): Run hook after `log-edit-files'.
5416
5417 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
5418 (edebug-instrument-function): Use `find-function-noselect'.
5419
5420 2001-10-29 Richard M. Stallman <rms@gnu.org>
5421
5422 * term.el (term-if-emacs19): Macro deleted.
5423 Callers changed to use progn instead.
5424
5425 * frame.el (blink-cursor-mode): Doc fix.
5426
5427 * files.el (find-backup-file-name): Use make-backup-file-name.
5428
5429 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
5430 window-live-p.
5431 (edebug-set-conditional-breakpoint): Unconditionally use
5432 the former Emacs >=19 definition.
5433 (edebug-mark): Define unconditionally.
5434 (edebug-eval-expression): Always call read-from-minibuffer
5435 and specify history list.
5436 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
5437 edebug-set-conditional-breakpoint.
5438 (edebug-emacs-version-specific): Function deleted;
5439 do the job at top level.
5440 (edebug-emacs-19-specific): Function deleted, this is the default.
5441
5442 2001-10-29 Sam Steingold <sds@gnu.org>
5443
5444 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
5445 "/cygdrive/LETTER/" pathnames.
5446
5447 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
5448
5449 * faces.el (invert-face): Check for 'unspecified, not for nil,
5450 when testing whether face colors are not specified.
5451 From David.Kastrup@t-online.de (David Kastrup).
5452 (read-face-name): Doc fix.
5453 (make-face-bold, make-face-unbold, make-face-italic)
5454 (make-face-unitalic, make-face-bold-italic, invert-face):
5455 Remove trailing blank from the prompt passed to read-face-name.
5456
5457 2001-10-29 Sam Steingold <sds@gnu.org>
5458
5459 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5460 Report numbers of files skipped and failed too.
5461 (byte-compile-file): Return 'no-byte-compile for skipped files.
5462
5463 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5464
5465 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
5466 and `M p'.
5467
5468 2001-10-29 Gerd Moellmann <gerd@gnu.org>
5469
5470 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
5471 as is on unread-command-events instead of `(SECOND-CHAR)'.
5472
5473 2001-10-29 Andre Spiegel <spiegel@gnu.org>
5474
5475 * vc.el: Mention vc-*-switches in backend API documentation.
5476 (vc-annotate): Adapt doc string to recent change.
5477
5478 2001-10-29 Gerd Moellmann <gerd@gnu.org>
5479
5480 * enriched.el (enriched-face-ans): Handle face attributes
5481 of the form `(FACE1 FACE2 ...)'.
5482
5483 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
5484
5485 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
5486
5487 * progmodes/sql.el (sql-mysql): Doc change by RMS.
5488
5489 * progmodes/sql.el (sql-db2): Doc change.
5490 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
5491 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
5492
5493 2001-10-29 Gerd Moellmann <gerd@gnu.org>
5494
5495 * env.el (substitute-env-vars): Don't quote argument to `rx';
5496 it's a macro.
5497
5498 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
5499
5500 * cus-start.el (recursive-load-depth-limit): Added.
5501
5502 2001-10-28 Richard M. Stallman <rms@gnu.org>
5503
5504 * textmodes/ispell.el (version18p, version20p): Vars deleted.
5505 All uses removed--assume Emacs version is >= 20.
5506
5507 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
5508 by really checking that it is not version 18.
5509
5510 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5511
5512 2001-10-28 Miles Bader <miles@gnu.org>
5513
5514 * faces.el (face-attribute): Add INHERIT argument, consider face
5515 inheritance if it's non-nil.
5516 (face-attribute-merged-with): New function.
5517 (face-attribute-specified-or): New macro.
5518 (face-foreground, face-background, face-stipple): Add INHERIT
5519 argument. Use `face-attribute-specified-or'.
5520
5521 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
5522
5523 * font-lock.el: Require `syntax'.
5524 (font-lock-defaults-alist): Don't define keywords for lisp languages.
5525 Use `c-font-lock-syntactic-face-function' for c languages.
5526 (font-lock-mode): Don't unset vars when turning the mode off.
5527 (font-lock-default-fontify-buffer): Don't unset vars at the end.
5528 (font-lock-extra-managed-props): New var.
5529 (font-lock-default-unfontify-region): Use it.
5530 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
5531 Don't eval the value when there's no match.
5532 (font-lock-ppss-stats): New var.
5533 (font-lock-ppss): New fun.
5534 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
5535 (font-lock-apply-highlight): Allow `highlight' to set several props.
5536 (font-lock-set-defaults): Use dolist.
5537 (font-lock-unset-defaults): Remove.
5538 (font-lock-match-c-style-declaration-item-and-skip-to-next):
5539 Try to recognize prototypes using `foo P_ ((args))'.
5540 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
5541 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
5542 (c-font-lock-syntactic-face-function): New function.
5543 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5544 (c++-keywords): Use a more sophisticated regexp to handle
5545 shallowly nested templates.
5546
5547 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
5548
5549 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
5550 (sgml-tag): Use it. Cleanup with `cond'.
5551 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
5552 Mark the overlays and only delete those that are marked.
5553 (sgml-skip-close-p): Remove.
5554 (sgml-value): Replace sgml-skip-close-p with its definition.
5555 (html-tag-alist): Use sgml-xml a bit more.
5556 (html-mode): Set sgml-empty-tags.
5557
5558 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
5559 (texinfo-update-node, texinfo-sequential-node-update):
5560 Don't bind the obsolete `auto-fill-hook'.
5561 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
5562 Use `set-buffer' rather than `switch-to-buffer'.
5563 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
5564 Use `set-buffer' rather than `switch-to-buffer'.
5565
5566 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
5567 text-mode-syntax-table.
5568 (mail-mode): Use define-derived-mode.
5569 Fix ordering of alternatives in adaptive-fill-regexp.
5570 (mail-mode-map): Don't rely on keymap's internal representation.
5571
5572 2001-10-27 Sam Steingold <sds@gnu.org>
5573
5574 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
5575 (sgml-xml-guess): Extracted from `html-mode' and generalized.
5576 (sgml-mode-common): Call it.
5577 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
5578 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
5579 (html-horizontal-rule, html-image, html-ordered-list):
5580 (html-unordered-list, html-list-item, html-paragraph):
5581 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
5582 `html-xhtml'.
5583
5584 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
5585
5586 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
5587 (ifnothtml): New alias.
5588
5589 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
5590
5591 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
5592 (toggle-text-mode-auto-fill): Use derived-mode-p.
5593
5594 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
5595
5596 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
5597 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
5598
5599 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
5600
5601 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5602 Add make-obsolete cookies, to follow faces.el.
5603
5604 These changes avoid warnings from the byte compiler in faces.el:
5605
5606 * faces.el (internal-get-face): Use facep instead of the obsolete
5607 internal-find-face.
5608 (internal-frob-font-weight, internal-frob-font-slant):
5609 New defaliases for obsolete functions.
5610 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5611 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5612 (x-make-font-bold-italic): Use internal-frob-font-weight and
5613 internal-frob-font-slant aliases instead of the obsolete
5614 x-frob-... functions.
5615
5616 2001-10-26 Sam Steingold <sds@gnu.org>
5617
5618 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
5619 DOCTYPE; set `mode-name' based on it.
5620 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
5621 (sgml-tag): Close empty tags in XHTML.
5622
5623 2001-10-26 Jason Rumney <jasonr@gnu.org>
5624
5625 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
5626 when UNICODE is not defined.
5627
5628 2001-10-26 Sam Steingold <sds@gnu.org>
5629
5630 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
5631 be alone on the line.
5632
5633 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
5634
5635 * button.el (button): Special face definition for MS-DOS terminals.
5636
5637 2001-10-26 Sam Steingold <sds@gnu.org>
5638
5639 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5640 Protect the /= test by checking that the args are non-nil.
5641 (sh-font-lock-close-heredoc): Check eof for being non-nil.
5642
5643 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
5644
5645 * textmodes/artist.el (artist-version): 1.2.4.
5646 (artist-butlast-fn): New variable.
5647 (artist-butlast): New function.
5648 (artist-ellipse-mirror-quadrant): Use it.
5649 (artist-mouse-draw-poly): Use nil for `point-list'.
5650 (artist-mouse-draw-poly): Check for point-list being nil.
5651
5652 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
5653
5654 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
5655 lambda expression.
5656 (ps-mode-menu-main): Submenu with options on/off was replaced with
5657 a toggle button.
5658 (ps-mode, ps-run-mode): Define with `define-derived-mode'
5659 (ps-mode): Autoload cookie added on same line as comment
5660 (ps-mode-tabkey, ps-mode-backward-delete-char):
5661 (ps-mode-r-balance): Replace `delete-horizontal-space' and
5662 `indent-to' with `indent-line-to'
5663 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
5664 instead of `eval'.
5665 (ps-mode-print-region): Use `with-temp-buffer'.
5666 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
5667 (numerous places): Add back-tick and tick around names in
5668 docstrings, fix punctuation in docstrings, remove trailing spaces.
5669
5670 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5671
5672 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
5673 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
5674 (sgml-font-lock-syntactic-keywords): New var.
5675 (sgml-mode-common): Drop the two args.
5676 Don't make buffer-local variables that aren't used.
5677 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
5678 Don't set `before-string' props from sgml-display-text.
5679 (sgml-mode): Use define-derived-mode.
5680 (sgml-tags-invisible): Use sgml-display-text.
5681 (sgml-quote): New command.
5682 (html-tag-alist): Add args for `span'.
5683 (html-mode): Use define-derived-mode.
5684 Set sgml-display-text and sgml-tag-face-alist.
5685
5686 2001-10-25 Sam Steingold <sds@gnu.org>
5687
5688 * add-log.el (add-log-always-start-new-record): New user option.
5689 (add-change-log-entry): Use it.
5690
5691 2001-10-25 Richard M. Stallman <rms@gnu.org>
5692
5693 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
5694 bind case-fold-search if FROM is not all lower case.
5695
5696 2001-10-25 Gerd Moellmann <gerd@gnu.org>
5697
5698 * startup.el (normal-top-level): Check for frame-initial-frame
5699 only if it's really used.
5700
5701 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5702
5703 * progmodes/compile.el (compilation-parse-errors-filename-function):
5704 New variable.
5705 (compilation-parse-errors): Use it.
5706
5707 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5708
5709 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5710 interactively so that C-u M-C-x still does edebug.
5711 (checkdoc-sentencespace-region-engine): Don't force a double-space
5712 after `.' if it doesn't look like an end-of-sentence.
5713 (debug-ignored-errors): Add `disambiguate ...'.
5714
5715 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
5716
5717 * textmodes/texinfo.el (texinfo-environments)
5718 (texinfo-environment-regexp): Hoist.
5719 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5720 Only highlight the menu name in menu items.
5721 Setup `@foo ... @end foo' as text clones.
5722 (texinfo-clone-environment): New function.
5723 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5724 (texinfo-insert-block): Simplify.
5725 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5726 the command is repeated.
5727 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5728 (texinfo-insert-@end): Simplify.
5729
5730 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5731 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5732 (texinfo-subsubsection-level-regexp)
5733 (texinfo-update-menu-same-level-regexps)
5734 (texinfo-update-menu-higher-regexps)
5735 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
5736
5737 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
5738 (derived-mode-p): Autoload.
5739
5740 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
5741 New vars and functions.
5742 (text-clone-maintain, text-clone-create): New functions.
5743
5744 2001-10-25 Miles Bader <miles@gnu.org>
5745
5746 * facemenu.el (facemenu-add-new-face): Fix variable names.
5747
5748 2001-10-24 Richard M. Stallman <rms@gnu.org>
5749
5750 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
5751 of t and nil values.
5752 (facemenu-set-face): Handle START and END interactively.
5753 (facemenu-set-foreground): Don't use a face; specify color directly.
5754 (facemenu-set-background): Likewise.
5755 (facemenu-set-face-from-menu): Doc fix.
5756 (facemenu-active-faces): Use face-attribute-vector
5757 to handle bare attributes not in faces.
5758 (facemenu-get-face): Don't handle face names fg:... and bg:...
5759 specially.
5760 (facemenu-add-new-face): New argument MENU.
5761 New way to handle adding colors to the color menus.
5762
5763 * env.el (substitute-env-vars): Quote the arg to rx.
5764
5765 2001-10-24 Sam Steingold <sds@gnu.org>
5766
5767 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
5768 Control" and "SGML" groups.
5769
5770 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5771
5772 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5773 Better handling of C++ template args to avoid confusion with `<'
5774 and `>' used as operators in member init expressions.
5775
5776 2001-10-24 Gerd Moellmann <gerd@gnu.org>
5777
5778 * replace.el (perform-replace): Move START and END parameters
5779 to the end of the argument list and make them optional.
5780
5781 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
5782 perform-replace.
5783
5784 * international/fontset.el (x-must-resolve-font-name): New function.
5785 (x-complement-fontset-spec): Use it.
5786
5787 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
5788
5789 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5790
5791 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5792 Turn caadr into caar of cdr.
5793
5794 2001-10-23 Gerd Moellmann <gerd@gnu.org>
5795
5796 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
5797 of mouse-{1,2} since dragging is on the down event.
5798
5799 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5800
5801 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5802 if ARG is nil.
5803
5804 * desktop.el (desktop-last-buffer): New variable.
5805 (desktop-create-buffer): Set it.
5806 (desktop-read): Bind it and switch to that buffer.
5807
5808 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5809
5810 * progmodes/compile.el (compilation-set-window-height):
5811 Select old window only if it's still live.
5812
5813 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5814
5815 * help-mode.el (help-buffer): Remove debugging code.
5816 From Stefan Monnier <monnier@cs.yale.edu>.
5817
5818 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5819
5820 * files.el (file-name-sans-extension, file-name-extension):
5821 Don't count the leading dots in file names as signaling an extension.
5822
5823 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5824
5825 * vc.el (vc-diff-switches): Doc rewritten.
5826
5827 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5828
5829 * tooltip.el (tooltip-set-param): Doc fix.
5830
5831 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5832 127 to sgml-maybe-name-self.
5833 (sgml-name-8bit-mode): Doc fix.
5834 (sgml-char-names-table): New variable.
5835 (sgml-name-char): Support non-ASCII and mule-unicode-*
5836 characters. Doc fix.
5837 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5838
5839 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5840 doc string the effect of `left' and `top' parameters in
5841 tooltip-frame-parameters, the default values, and the units.
5842 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
5843 (tooltip-show): Mention in the doc string the `top' and `left'
5844 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5845
5846 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5847
5848 Add autoscaling support for vc-annotate.
5849 From J.D. Smith <jdsmith@alum.mit.edu>.
5850
5851 * vc.el (vc-annotate-display-default): Accept colormap scaling
5852 ratio (now deprecated).
5853 (vc-annotate-display-autoscale): Added.
5854 (vc-annotate-add-menu): New autoscaling menu options "Span to
5855 Oldest" and "Span Oldest->Newest". Easymenu support added for
5856 toggle menus driven by customize variable `vc-annotate-display-mode'.
5857 (vc-annotate-display-select): Added.
5858 (vc-annotate): Changed temp-buffer-show-function to
5859 `vc-annotate-display-select'.
5860 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5861 Added argument OFFSET. Instead of backend function, calls now
5862 generic `vc-annotate-difference'.
5863 (vc-annotate-difference): Added as generic function instead of
5864 backend-specific function. No longer takes argument POINT, but
5865 instead accepts a time OFFSET.
5866 (vc-default-annotate-current-time): Added.
5867
5868 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
5869 version in vc.el, with
5870 (vc-cvs-annotate-current-time): Added, as override of default.
5871 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
5872 `vc-cvs-annotate-difference'.
5873
5874 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5875
5876 * saveplace.el (save-place): Require `saveplace'.
5877
5878 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5879 Use `sexp' for :value-type instead of `face'.
5880
5881 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5882
5883 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5884 regexps due to 5-digit message IDs.
5885
5886 2001-10-21 Jason Rumney <jasonr@gnu.org>
5887
5888 * term/w32-win.el (redisplay-dont-pause): Don't set.
5889
5890 2001-10-21 Miles Bader <miles@gnu.org>
5891
5892 * help-funs.el (help-manyarg-func-alist): Variable removed.
5893
5894 2001-10-21 Miles Bader <miles@gnu.org>
5895
5896 * help-funs.el (help-manyarg-func-alist): Remove entries for
5897 `insert', `insert-and-inherit', `insert-before-markers',
5898 `insert-before-markers-and-inherit', `message', `message-box',
5899 `message-or-box', `propertize', `format', `encode-time', `append',
5900 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5901 `insert-string', `ml-if', `ml-provide-prefix-argument', and
5902 `ml-prefix-argument-loop'.
5903
5904 2001-10-21 Andre Spiegel <spiegel@gnu.org>
5905
5906 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5907 (vc-default-diff-tree): New functions.
5908 (vc-version-diff): Use them. As a result, coding systems are now
5909 set up properly for all sorts of diffs, and tree diffs can now
5910 also be done locally.
5911 (vc-diff): With a prefix argument, don't require that it's called
5912 from a buffer under version control.
5913 (diff-switches): Remove duplicate definition.
5914
5915 * vc-cvs.el (vc-cvs-diff-tree): New function.
5916
5917 2001-10-21 Miles Bader <miles@gnu.org>
5918
5919 * help-funs.el (help-manyarg-func-alist): Remove entries for
5920 `list', `vector', `make-byte-code', `call-process',
5921 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5922 `logand', `logior', and `logxor'.
5923
5924 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5925 image bits to compensate. Use `make-string' instead of
5926 `make-bool-vector' (XBM apparently wants byte-aligned rows).
5927
5928 2001-10-20 Kim F. Storm <storm@cua.dk>
5929
5930 * simple.el (kill-ring-save): Don't show extent of copied region
5931 if using transient-mark-mode and region is fully visible.
5932
5933 See ChangeLog.9 for earlier changes.
5934
5935 ;; Local Variables:
5936 ;; coding: iso-2022-7bit
5937 ;; End:
5938
5939 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
5940 Copying and distribution of this file, with or without modification,
5941 are permitted provided the copyright notice and this notice are preserved.