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