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