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