]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
e25b3873a74909ad9346f9521e3052df21e323a2
[gnu-emacs] / lisp / ChangeLog
1 2003-09-13 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2
3 * hl-line.el: Documentation (comments-only) fix.
4
5 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
6
7 * dired.el (dired-mode-map): Fix typo.
8
9 2003-09-11 Richard M. Stallman <rms@gnu.org>
10
11 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
12
13 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14
15 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
16 the function is less noisy. Now only `kill-buffer' can ask
17 questions.
18
19 2003-09-10 Mario Lang <mlang@delysid.org>
20
21 * battery.el: Update Commentary and Copyright.
22 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23 appear due to wrong ordering of the expressions in `or'.
24
25 2003-09-08 David Ponce <david@dponce.com>
26
27 Ensure that recentf correctly update the menu bar.
28 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
29 (recentf-menu-bar): New function.
30 (recentf-clear-data): Use it
31 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
32 of easy-menu-change.
33
34 2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl>
35
36 * simple.el (size-indication-mode): New.
37 * bindings.el (mode-line-position): Add buffer size indicator.
38
39 2003-09-04 Mario Lang <mlang@delysid.org>
40
41 * battery.el (battery-linux-proc-acpi): New function.
42 (battery-status-function): Modified default value calculation to also
43 check for availability of ACPI.
44 (battery-echo-area-format): Ditto.
45 (battery-mode-line-format): Ditto.
46
47 2003-09-06 Dave Love <fx@gnu.org>
48
49 * ielm.el (ielm-mode-hook): Add :options.
50
51 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function):
52 New.
53 (eldoc-print-current-symbol-info): Use it.
54
55 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
56
57 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
58 being displayed in GUD buffer.
59 (gdb-idle-input-queue): Remove var. Use just one queue.
60 (gdb-enqueue-idle-input,gdb-dequeue-idle-input): Remove
61 functions. Use just one queue.
62 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
63 (gdb-invalidate-assembler, gdb-get-current-frame): Modify
64 functions. Use just one queue.
65
66 2003-09-04 Dave Love <fx@gnu.org>
67
68 * cus-start.el: Add blink-cursor-alist.
69
70 * ruler-mode.el (ruler-mode-fill-column-char)
71 (ruler-mode-current-column-char): Use char-displayable-p, not
72 window-system.
73
74 * international/codepage.el ("mule-diag"): Add eval-after-load
75 clause.
76
77 * language/european.el (windows-1252): Moved from code-pages.
78
79 * language/cyrillic.el ("Windows-1251"): Deleted.
80 ("Bulgarian", "Belarusian"): Remove `features'.
81 (windows-1251): Moved from code-pages.
82
83 * international/mule-diag.el (non-iso-charset-alist): Remove
84 `codepage' stuff.
85 (print-designation, list-coding-systems-1): Output fixes.
86
87 * international/code-pages.el (cp-make-translation-table)
88 (cp-valid-codes): Made defsubsts.
89 (cp-fix-safe-chars): Deleted.
90 (mule-diag): Don't require.
91 (windows-1251, windows-1252): Removed to cyrillic.el/european.el.
92 (top-level): Check for defined coding system when defining
93 cp... aliases. Change w32-add-charset-info test to avoid warning.
94 (non-iso-charset-alist): Defvar when compiling.
95 (cp-make-coding-system): Doc fix.
96
97 2003-09-02 Jason Rumney <jasonr@gnu.org>
98
99 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
100 line-ends from CVS before doing conversion.
101
102 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
103
104 * calendar/diary-lib.el (diary-header-line-flag)
105 (diary-header-line-format): New variables.
106 (list-diary-entries): Use them to set header line in simple diary.
107
108 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
109 other than font-lock-string-face to highlight backslashes.
110
111 2003-09-01 Jason Rumney <jasonr@gnu.org>
112
113 * international/titdic-cnv.el (tit-read-key-value): Include \r in
114 regexp.
115
116 2003-09-01 Dave Love <fx@gnu.org>
117
118 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
119
120 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
121 and :help; also line and column numbers labels.
122
123 * international/mule-util.el (char-displayable-p): Moved from
124 latin1-disp, renamed and autoloaded.
125
126 * international/latin1-disp.el (latin1-char-displayable-p): Now
127 obsolete alias. Replace uses with char-displayable-p.
128 (latin1-display-ucs-per-lynx): Fix last change.
129
130 * international/mule-cmds.el (standard-display-european-internal):
131 Don't use char code for Latin-1 NBSP.
132 <XFree86 4>: Unfrob NBSP display table. Set display table to use
133 U+2018, U+2019 for `'.
134 (select-safe-coding-system): Message fix.
135
136 2003-09-01 Kenichi Handa <handa@m17n.org>
137
138 * international/fontset.el (setup-default-fontset): For Thai
139 font, specify "*" family.
140
141 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
142
143 * progmodes/compile.el (previous-error): Accept a prefix
144 argument, similarly to next-error.
145
146 2003-08-31 Masatake YAMATO <jet@gyve.org>
147
148 * pcvs.el (cvs-do-removal): Use = instead of eq to check
149 the numbre of files. Bind the numbre of files to a a local
150 variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>.
151
152 2003-08-30 Eli Zaretskii <eliz@elta.co.il>
153
154 * vc-hooks.el (vc-make-version-backup): Fix the change made on
155 2003-07-26: msdos-long-file-names is a function, not a variable.
156
157 2003-08-29 Richard M. Stallman <rms@gnu.org>
158
159 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
160 Do nothing with mail-personal-alias-file if it is nil.
161
162 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
163 Do nothing if mail-personal-alias-file is nil.
164
165 * term.el (term-exec-1): Bind coding-system-for-read.
166
167 * dired.el (dired-mouse-find-file-other-window):
168 Use dired-view-command-alist here, as in dired-view-file.
169 (dired-view-command-alist): Use %s to substitute file name.
170 Handle .ps_pages, .eps, .jpg, .gif, .png.
171
172 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
173
174 * info.el (Info-mode-map): Bind S-tab and <backtab> to
175 `Info-prev-reference', instead of M-tab.
176
177 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
178
179 * simple.el (blink-matching-open): Work correctly on chars that
180 are designated as parens through the syntax-table text property.
181
182 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
183
184 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
185 line break position in the middle of a non-kinsoku (e.g. latin)
186 word, making it skip until either a space or a character with
187 category "|".
188 (kinsoku-longer): Test for end of buffer.
189
190 2003-08-28 Eli Zaretskii <eliz@elta.co.il>
191
192 * mail/rmail.el (rmail-convert-to-babyl-format): Detect
193 quoted-printable- and base64-encoded messages and decode them
194 automatically. Set the message's encoding from the charset=
195 header, if any. Decode base64-encoded messages in Mail format as
196 well.
197
198 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
199
200 * mail/smtpmail.el Fix previous change:
201 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
202 calling smtpmail-via-smtp.
203 (smtpmail-via-smtp): Add fall-back values for envelope-from.
204
205 2003-08-26 John Paul Wallington <jpw@gnu.org>
206
207 * image.el (image-jpeg-p): Don't search beyond length of data.
208
209 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
210
211 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
212 misfeature in `expand-abbrev' which caused electric keywords like
213 "else" to disappear if an open brace was typed directly
214 afterwards.
215
216 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
217
218 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
219 mandatory in `define-widget'.
220
221 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
222 Don't align the operators "!=", "<=" and ">=" as assignment
223 operators.
224
225 (c-assignment-operators): New language constant that only contains
226 the assignment operators.
227
228 (c-assignment-op-regexp): New language variable used by
229 `c-lineup-math'.
230
231 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
232
233 * progmodes/cc-engine.el (c-just-after-func-arglist-p): Safeguard
234 against unbalanced sexps.
235
236 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
237
238 * version.el (emacs-version): Check for gtk. Include gtk version
239 info.
240
241 2003-08-25 John Paul Wallington <jpw@gnu.org>
242
243 * man.el (Man-default-man-entry): Don't whizz past the section
244 number before looking for it.
245
246 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
247
248 * progmodes/gud.el (gud-display-line): Don't set window-point if
249 source buffer is not visible. (Only happens with M-x gdba).
250
251 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
252 documentation.
253 (gdb-source, gdb-source-info): Update to assembler unnecessary
254 as its done after each GDB command anyway.
255 (gdb-pre-prompt): Use with-current-buffer.
256 (gdb-insert-field): Add help-echo text.
257 (gdb-invalidate-assembler): Re-display of assembler now done in
258 gdb-info-breakpoints-custom.
259 (gdb-info-breakpoints-custom): Force re-display of assembler to
260 happen *after* update of breakpoints buffer.
261 (gdb-display-source-buffer): Don't choke if gdb-source-window
262 isn't visible.
263 (gdb-put-string, gdb-put-arrow): Remove free variables.
264
265 2003-08-24 John Paul Wallington <jpw@gnu.org>
266
267 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
268
269 * man.el (Man-default-man-entry): Strip text properties when
270 snarfing parts of entry because `format' preserves properties.
271
272 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
273
274 * files.el (file-newest-backup): Use `expand-file-name'.
275
276 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
277 Allow the diary to pop up a new frame, if needed.
278
279 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
280 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
281 (smtpmail-send-it): Make treatment of envelope-from consistent with
282 sendmail.el.
283
284 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
285 (sh-leading-keywords): Add the bash `time' reserved word.
286 (sh-variables): Add some bash variables.
287 (sh-add-completer): Fix nil branch of case statement.
288
289 2003-08-24 Masatake YAMATO <jet@gyve.org>
290
291 * progmodes/ld-script.el: New file.
292
293 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
294
295 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
296
297 2003-08-23 Andre Spiegel <spiegel@gnu.org>
298
299 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better
300 explain obsolescence, and what to use instead.
301
302 2003-08-23 Masatake YAMATO <jet@gyve.org>
303
304 * pcvs.el (cvs-do-removal): Show the deleted file name
305 on the prompt.
306
307 2003-08-20 Dave Love <fx@gnu.org>
308
309 * international/mule.el (make-coding-system)
310 (set-buffer-file-coding-system): Doc fix.
311
312 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
313
314 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
315
316 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller
317 :size.
318
319 * international/utf-16.el: Add mime-text-unsuitable coding system
320 properties.
321
322 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
323
324 * cus-edit.el: Add some :links.
325 (bib): Remove.
326
327 * textmodes/bib-mode.el (bib): Add :group external.
328
329 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
330
331 * wid-edit.el (widget-echo-help): Make it handle expressions that
332 evaluate to strings.
333
334 2003-08-18 Michael Mauger <mmaug@yahoo.com>
335
336 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
337
338 Simplify selection of SQL products to define highlighting and
339 interactive mode. Includes detailed instructions on adding
340 support for new products.
341
342 * progmodes/sql.el (sql-product): New variable. Identifies SQL
343 product for use in highlighting and interactive mode.
344 (sql-interactive-product): New variable. SQL product for
345 sql-interactive-mode.
346 (sql-product-support): New variable. Specifies product-specific
347 parameters to drive highlighting and interactive mode.
348 (sql-imenu-generic-expression): Add more object types.
349 (sql-sqlite-options): Correct comment.
350 (sql-ms-program): Use "osql" rather than "isql".
351 (sql-prompt-regexp, sql-prompt-length): Update comment.
352 (sql-mode-menu): Add "Start SQLi session" entry. Replace
353 Highlighting submenu with Product menu. Fix Send Region entry.
354 (sql-mode-abbrev-table): Add abbreviations. Support of
355 SYSTEM-FLAG on define-abbrev. Support was removed with last
356 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
357 (sql-mode-font-lock-object-name): Add font-lock pattern for object
358 names.
359 (sql-mode-ansi-font-lock-keywords): Set as default value.
360 (sql-mode-oracle-font-lock-keywords): Set as default value.
361 Support Oracle 9i keywords.
362 (sql-mode-postgres-font-lock-keywords): Set as default value.
363 (sql-mode-linter-font-lock-keywords): Set as default value.
364 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
365 SQLServer 2000.
366 (sql-mode-sybase-font-lock-keywords)
367 (sql-mode-interbase-font-lock-keywords)
368 (sql-mode-sqlite-font-lock-keywords)
369 (sql-mode-strong-font-lock-keywords)
370 (sql-mode-mysql-font-lock-keywords)
371 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
372 keywords.
373 (sql-mode-font-lock-defaults): Update comment.
374 (sql-product-feature): New function. Returns feature associated
375 with a product from `sql-product-support' alist.
376 (sql-product-font-lock): New function. Set font-lock support
377 based on `sql-product'.
378 (sql-add-product-keywords): New function. Add font-lock rules to
379 product-specific keyword variables.
380 (sql-set-product): New function. Set `sql-product' and apply
381 appropriate font-lock highlighting.
382 (sql-highlight-product): New function. Set font-lock support
383 based on a product. Also set mode name to include product name.
384 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
385 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
386 Use `sql-set-product'.
387 (sql-highlight-ms-keywords)
388 (sql-highlight-sybase-keywords)
389 (sql-highlight-interbase-keywords)
390 (sql-highlight-strong-keywords)
391 (sql-highlight-mysql-keywords)
392 (sql-highlight-sqlite-keywords)
393 (sql-highlight-db2-keywords): New functions. Use
394 `sql-set-product'.
395 (sql-get-login): Prompt in the same order as the tokens.
396 (sql-mode): Uses `sql-product-highlight' and
397 `sql-product-font-lock'.
398 (sql-product-interactive): New function. Common portions of
399 product-specific interactive mode wrappers.
400 (sql-interactive-mode): Rewritten to use product features.
401 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
402 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
403 (sql-db2, sql-linter): Use `sql-product-interactive'.
404 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
405 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
406 (sql-connect-ingres, sql-connect-postgres)
407 (sql-connect-interbase, sql-connect-db2, sql-connect-linter): New
408 functions. Format command line parameters and invoke comint on
409 the appropriate interpreter. Code was in the corresponding
410 `sql-xyz' function before.
411 (sql-connect-ms): New function. Support -E argument to use
412 operating system credentials for authentication.
413
414 2003-08-18 Kenichi Handa <handa@m17n.org>
415
416 * international/mule.el (encode-char): Fix for the ASCII case.
417
418 2003-08-15 Kenichi Handa <handa@m17n.org>
419
420 * international/fontset.el (setup-default-fontset): Change "*" to
421 nil in the specifications of font family.
422
423 2003-08-18 Kim F. Storm <storm@cua.dk>
424
425 * kmacro.el (kmacro-keymap): Group related bindings in
426 initialization for clarity. Bind C-s to start macro.
427 Remove C-r binding.
428 (kmacro-initial-counter-value): New defvar to hold initial counter
429 value in case we set the value before defining a macro.
430 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
431 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
432 not defining or executing macro. Doc fix.
433 (kmacro-add-counter): Clear kmacro-initial-counter-value.
434 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
435 temporarily view older elements on the macro ring without cycling
436 the ring.
437 (kmacro-display): Doc fix.
438 (kmacro-exec-ring-item): New helper function.
439 (kmacro-call-ring-2nd): Use it.
440 (kmacro-call-ring-2nd-repeat): Doc fix.
441 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
442 (kmacro-end-or-call-macro): Execute last viewed macro (using
443 kmacro-exec-ring-item) from ring if this follows
444 kmacro-view-macro. This allows us to find a macro on the ring
445 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
446 the ring to bring it to the head of the ring.
447 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
448 Allow binding to reserved keys without specifying C-x C-k prefix.
449 Ask for confirmation if entered key sequence is already bound to
450 a non-macro command.
451 (kmacro-view-macro): Repeating command will show older elements
452 on the macro ring; C-k will execute the last viewed macro.
453 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
454 property from 'ring to 'head.
455
456 2003-08-17 Alan Shutko <ats@acm.org>
457
458 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
459 keeping December out of the alist.
460
461 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
462
463 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
464 * calendar/calendar.el (calendar-mode-map): Bind it to key.
465 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
466 (calendar-flatten): New function.
467 (calendar-mouse-view-other-diary-entries)
468 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
469 in the menu title and to show multi-line diary entries correctly
470 in the menu.
471
472 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
473
474 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
475 defcustom, because the default was recently changed.
476
477 2003-08-16 Richard M. Stallman <rms@gnu.org>
478
479 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
480
481 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
482 New subroutine, broken out of eval-last-sexp-1.
483 (eval-last-sexp-1): Use eval-last-sexp-print-value.
484
485 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
486
487 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
488
489 * simple.el (eval-expression): Use eval-last-sexp-print-value.
490
491 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
492
493 * progmodes/compile.el (compilation-error-regexp-alist):
494 Added Java ANt error detection as described in document
495 http://ant.apache.org/faq.html
496
497 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
498
499 * simple.el (backward-word, forward-to-indentation)
500 (backward-to-indentation): Argument changed to optional.
501 (next-line, previous-line): Use `or' instead of `unless'.
502
503 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
504
505 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
506 instead of a constant.
507
508 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
509
510 * shell.el (shell): With prefix-arg, suggest a new buffer name.
511
512 2003-08-12 Andre Spiegel <spiegel@gnu.org>
513
514 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
515 (vc-sccs-workfile-version): Search the entire delta table, rather
516 than just the first entry, because that might be a deleted version.
517
518 2003-08-11 Karl Fogel <kfogel@red-bean.com>
519
520 * menu-bar.el (menu-bar-options-menu): Supply a body for the
521 [save-place] binding in the Options menu. Have it require
522 'saveplace' and then toggle the variable manually, to avoid an an
523 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
524 for the bug report.
525
526 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
527
528 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
529 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
530 (gdb-info-threads-custom): Add help-echo text.
531 (gdb-display-back): Don't use purecopy.
532 (gdb-info-breakpoints-custom, gdb-reset)
533 (gdb-assembler-custom): Use display-images-p to test if breakpoint
534 icons can be displayed.
535
536 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
537
538 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
539
540 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
541
542 * bookmark.el (bookmark-completing-read):
543 Return a string, instead of a list of one string.
544 Use a popup menu if activated from the mouse.
545 (bookmark-edit-annotation): Remove unused vars.
546 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
547 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
548 to bookmark-completing-read.
549 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
550 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
551 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
552 and erase-buffer.
553 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
554 (bookmark-menu-jump, bookmark-menu-insert)
555 (bookmark-popup-menu-and-apply-function)
556 (bookmark-menu-popup-paned-bookmark-menu): Remove.
557 (bookmark-menu-build-paned-menu): Remove by folding it into
558 bookmark-menu-popup-paned-menu.
559 (menu-bar-bookmark-map): Move the define-key statements here.
560 Use the "non-menu" commands since they now pop up a menu if needed.
561 (bookmark-exit-hook-internal): Simplify.
562
563 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
564
565 * textmodes/reftex.el: Updated to version 4.21
566 * reftex-auc.el: likewise.
567 * reftex-cite.el: likewise.
568 * reftex-dcr.el: likewise.
569 * reftex-global.el: likewise.
570 * reftex-index.el: likewise.
571 * reftex-parse.el: likewise.
572 * reftex-ref.el: likewise.
573 * reftex-sel.el: likewise.
574 * reftex-toc.el: likewise.
575 * reftex-vars.el: likewise.
576
577 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
578
579 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
580 first use.
581
582 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
583
584 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
585
586 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
587
588 * calendar/calendar.el (list-diary-entries-hook)
589 (diary-display-hook, nongregorian-diary-listing-hook)
590 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
591 Add some customize options for these hooks.
592 (calendar-abbrev-construct): Don't try to take a substring longer
593 than the original string.
594
595 2003-08-05 Richard M. Stallman <rms@gnu.org>
596
597 * emacs-lisp/testcover.el (noreturn): Report error if does return.
598 (testcover-reinstrument-clauses): Doc fix.
599
600 * emacs-lisp/warnings.el: Doc fixes, args renamed.
601 (warning-type-format): Rename from warning-group-format.
602
603 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
604 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
605 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
606 to prevent warnings about defvar for an obsolete variable.
607
608 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
609 warning-group-format renamed to warning-type-format.
610
611 * subr.el (read-passwd): Use clear-string instead of fillarray.
612
613 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
614 Use vconcat instead of concat.
615 (edmacro-sanitize-for-string): New function.
616
617 2003-08-05 Dave Love <fx@gnu.org>
618
619 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
620 line-number-display-limit-width.
621
622 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
623
624 2003-08-05 Kenichi Handa <handa@m17n.org>
625
626 * international/code-pages.el: Don't require mule-diag.
627
628 * international/mule-diag.el (non-iso-charset-alist):
629 Add autoload cookie.
630
631 * language/devan-util.el (dev-glyph-order): Add an entry for the
632 glyph code #xC4.
633
634 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
635
636 * calendar/calendar.el (diary-file, diary-file-name-prefix)
637 (european-calendar-style, diary-date-forms)
638 (calendar-day-name-array, calendar-month-name-array): Doc change.
639 (generate-calendar-month): Adapt for new behaviour of
640 `calendar-day-name' function.
641 (calendar-abbrev-length, calendar-day-abbrev-array)
642 (calendar-month-abbrev-array): New variables.
643 (calendar-abbrev-construct): New function.
644 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
645 rather than fixing abbrevs at some width. Calling syntax change.
646 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
647 (calendar-date-string): Adapt for new behaviours of
648 `calendar-day-name' and `calendar-month-name' functions.
649
650 * calendar/diary-lib.el (list-diary-entries): Adapt for new
651 behaviour of `calendar-day-name' and `calendar-month-name' functions.
652 (diary-name-pattern): Use abbrev arrays, rather than fixing
653 abbrevs at three chars. Calling syntax change.
654 (mark-diary-entries): Adapt for new behaviours of
655 `diary-name-pattern' and `calendar-make-alist' functions.
656 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
657 `diary-name-pattern' function.
658 (font-lock-diary-date-forms): Use abbrev arrays, rather than
659 fixing abbrevs at three chars. Calling syntax change.
660 (cal-hebrew, cal-islam): Require when compiling.
661 (diary-font-lock-keywords): Adapt for new behaviour of
662 `font-lock-diary-date-forms' function.
663
664 * calendar/cal-hebrew.el: Reposition some code so defined before used.
665 (calendar-hebrew-month-name-array-common-year)
666 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
667 (list-hebrew-diary-entries): Adapt for new behaviours of
668 `calendar-day-name' and `add-to-diary-list' functions.
669 (mark-hebrew-diary-entries): Adapt for new behaviours of
670 `diary-name-pattern' and `calendar-make-alist' functions.
671
672 * calendar/cal-islam.el (calendar-islamic-month-name-array):
673 Add doc string.
674 (list-islamic-diary-entries): Adapt for new behaviours of
675 `calendar-day-name' and `add-to-diary-list' functions.
676 (mark-islamic-diary-entries): Adapt for new behaviours of
677 `diary-name-pattern' and `calendar-make-alist' functions.
678
679 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
680 `calendar-month-name' function.
681
682 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
683
684 * calendar/solar.el (solar-seasons-data): Move definition before use.
685
686 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
687 (cal-tex-LaTeX-hourbox): Move definition before use.
688
689 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
690 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
691 lunar.el, solar.el
692 (displayed-month, displayed-year): Define for compiler.
693
694 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
695
696 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
697 MODE. Renamed from c-init-c-language-vars'.
698 (c-initialize-cc-mode): Change accordingly.
699 (c-common-init): Ditto.
700 (c-mode): Ditto.
701 (c++-mode): Use function.
702 (objc-mode): Ditto.
703 (java-mode): Ditto.
704 (idl-mode): Ditto.
705 (pike-mode): Ditto.
706 (awk-mode): Ditto.
707
708 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
709
710 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
711 or not the point moved.
712
713 (c-search-decl-header-end): Don't trip up on operator identifiers
714 in C++ and operators like == in all languages.
715
716 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
717 Detect leading labels correctly.
718
719 2003-08-02 Andreas Schwab <schwab@suse.de>
720
721 * textmodes/ispell.el: Don't redo key bindings on loading, put
722 them only in loaddefs.el.
723 * bookmark.el: Likewise.
724 * dabbrev.el: Likewise.
725 * emerge.el: Likewise.
726
727 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
728 has more than one member.
729
730 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
731
732 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
733
734 * lpr.el (printify-region): It was ending conversion before the
735 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
736
737 2003-07-31 John Paul Wallington <jpw@gnu.org>
738
739 * net/browse-url.el (browse-url-epiphany): Doc fix.
740
741 2003-07-30 Kenichi Handa <handa@m17n.org>
742
743 * international/fontset.el (setup-default-fontset):
744 Change registry names of Akurti fonts.
745
746 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
747
748 * comint.el (comint-read-noecho): Use `clear-string' instead of
749 `fillarray'.
750
751 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
752
753 * outline.el (outline-mode-hook): Add defvar.
754
755 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
756
757 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
758 Restore assembler in source window if that is what has been selected.
759 (menu): Add gdb-restore-windows to menu. Make gdba
760 specific menus only visible from gdba.
761
762 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
763
764 * progmodes/compile.el (compilation-environment): New user variable.
765 (compile-internal): Respect it.
766
767 2003-07-23 Masatake YAMATO <jet@gyve.org>
768
769 * progmodes/gud.el (gdb-script-font-lock-keywords):
770 Put `font-lock-function-name-face' on a symbol which includes
771 `-' like `hook-run'. Put font-lock-variable-name-face
772 on a symbol starting with $.
773
774 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
775
776 * files.el (set-visited-file-name): Use truename for buffer-file-name.
777
778 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
779
780 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
781
782 2003-07-26 Andre Spiegel <spiegel@gnu.org>
783
784 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
785 Use with-no-warnings.
786 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
787 rather than to find-file-not-found-hook, which doesn't exist.
788
789 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
790
791 * international/quail.el (quail-translate-key): Fix previous change.
792
793 2003-07-25 John Paul Wallington <jpw@gnu.org>
794
795 * server.el (server-start): Check `server-process' is non-nil
796 before killing it to avoid killing current buffer's process.
797
798 * simple.el (choose-completion-string): Use `minibufferp';
799 test `completion-reference-buffer' if `buffer' arg is nil.
800 (push-mark): Use `when' and `unless'.
801 (pop-mark): Use `when'.
802
803 * mouse-sel.el (mouse-sel-get-selection-function):
804 Check `x-last-selected-text-primary'. Don't barf if it or
805 `x-last-selected-text' aren't bound.
806
807 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
808
809 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
810
811 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
812
813 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
814
815 2003-07-23 John Paul Wallington <jpw@gnu.org>
816
817 * tooltip.el (defface tooltip): Inherit from variable-pitch.
818
819 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
820
821 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
822 string. Defvar the derived hook.
823
824 * macros.el (insert-kbd-macro): Escape double quote character.
825 From Thomas W Murphy <twm@andrew.cmu.edu>.
826
827 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
828
829 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
830 to match the specific mark rather than reusing comment-start-skip.
831
832 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
833
834 * progmodes/hideshow.el (hs-special-modes-alist):
835 Clarify MDATA-SELECTOR doc; nfc.
836
837 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
838
839 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
840 value using ?\s.
841
842 2003-07-21 John Paul Wallington <jpw@gnu.org>
843
844 * subr.el (with-selected-window): Add closing paren.
845
846 2003-07-21 Richard M. Stallman <rms@gnu.org>
847
848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
849 (lisp-mode): Likewise.
850
851 * subr.el (with-selected-window): Copy code form save-selected-window
852 so as to call select-window with norecord arg.
853 (dynamic-completion-table): Doc fix.
854 (lazy-completion-table): Doc fix.
855
856 * international/mule-cmds.el (set-locale-environment):
857 langinfo renamed to locale-info.
858
859 * international/mule.el (auto-coding-functions): Doc fix.
860
861 2003-07-21 Kenichi Handa <handa@m17n.org>
862
863 * international/quail.el (quail-translate-key):
864 Update quail-current-str correctly.
865
866 2003-07-21 Andreas Schwab <schwab@suse.de>
867
868 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
869 ?, to "_".
870
871 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
872 Version 2.0.36 of Tramp released.
873
874 * net/tramp.el (tramp-default-password-end-of-line): Rename from
875 tramp-password-end-of-line.
876 (tramp-password-end-of-line): New method parameter.
877 (tramp-get-password-end-of-line): Function to access method
878 parameter `tramp-password-end-of-line', or variable
879 `tramp-default-password-end-of-line' (default value).
880 (tramp-methods): Add entries for new parameter
881 tramp-password-end-of-line.
882 (tramp-enter-password): Use new function
883 `tramp-get-password-end-of-line'.
884 (tramp-handle-insert-file-contents): Do not
885 unconditionally inhibit the file operation file-local-copy, only
886 do that when the inhibit-file-name-operation is currently
887 insert-file-contents. This fixes finding remote CVS-controlled
888 files. (It would barf on inserting the CVS/Entries file
889 literally, because the file-local-copy handler wasn't called.)
890 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
891 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
892 (tramp-initial-commands): New variable.
893 (tramp-process-initial-commands): New function, using the variable.
894 (tramp-open-connection-setup-interactive-shell): Call the new function.
895 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
896 method into the buffer name, never use nil. Reported by Hanak
897 David <dhanak@inf.bme.hu>.
898 (tramp-open-connection-setup-interactive-shell): Erase buffer
899 before sending "stty -onlcr".
900
901 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
902
903 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
904
905 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
906
907 2003-07-19 John Paul Wallington <jpw@gnu.org>
908
909 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
910 (artist-draw-rect, artist-draw-square): Doc fixes.
911
912 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
913
914 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
915
916 2003-07-19 Kenichi Handa <handa@m17n.org>
917
918 * international/kkc.el (kkc-show-conversion-list-update):
919 Highlight the correct candidate in the message.
920
921 2003-07-18 John Paul Wallington <jpw@gnu.org>
922
923 * simple.el (current-word): Don't include punctuation char when
924 `really-word' arg is non-nil.
925
926 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
927
928 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
929 moved to the directory obsolete.
930
931 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
932
933 * info.el (Info-menu-entry-name-re): Allow newlines in
934 menu entry names.
935
936 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
937 syntax-ppss-after-change-function.
938 (syntax-ppss-after-change-function): New alias. Update uses.
939 (syntax-ppss): Catch the case where the buffer is narrowed.
940
941 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
942
943 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
944 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
945
946 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
947
948 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
949 since it might be modified.
950
951 * progmodes/cc-langs.el (c++-make-template-syntax-table)
952 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
953 names to these language constants.
954
955 2003-07-15 Kim F. Storm <storm@cua.dk>
956
957 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
958 All uses changed.
959
960 2003-07-14 Mark A. Hershberger <mah@everybody.org>
961
962 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
963 Namespace support.
964
965 2003-07-13 Juanma Barranquero <lektu@terra.es>
966
967 * frame.el (modify-all-frames-parameters): Reinstall (copyright
968 papers received).
969
970 2003-07-13 Karl Eichwalder <ke@suse.de>
971
972 * textmodes/po.el (po-find-charset): White space at the start of the
973 Content-Type field body is non-mandatory.
974
975 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
976
977 * textmodes/texinfo.el (texinfo-section-list):
978 Append appendixsection; a synonym for appendixsec.
979
980 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
981
982 * man.el (Man-translate-cleanup): New.
983 (Man-translate-references): Call `Man-translate-cleanup' to clean
984 leading, trailing and middle spaces.
985
986 2003-07-13 Lars Hansen <larsh@math.ku.dk>
987
988 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
989 Handle `dired-directory' being a list.
990
991 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
992
993 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
994 it doesn't exist.
995
996 2003-07-12 Richard M. Stallman <rms@gnu.org>
997
998 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
999
1000 * progmodes/cc-defs.el (c-make-keywords-re):
1001 Don't use delete-duplicates.
1002 (c-lang-const): Don't use mapcan.
1003
1004 * apropos.el (apropos-show-scores): Make it customizable.
1005 Document new meaning.
1006 (apropos): Compute scores from symbols.
1007 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
1008
1009 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1010
1011 * ps-bdf.el: Fix copyright line.
1012 (bdf-directory-list): Fix initialization code.
1013
1014 2003-07-11 John Paul Wallington <jpw@gnu.org>
1015
1016 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
1017 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
1018 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
1019
1020 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
1021
1022 * emacs-lisp/ring.el (ring-elements): Doc fix.
1023
1024 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
1025
1026 * calendar/timeclock.el (timeclock-relative)
1027 (timeclock-ask-before-exiting, timeclock-use-display-time):
1028 Doc changes.
1029 (timeclock-modeline-display): Give a message if
1030 `timeclock-use-display-time' is non-nil but `display-time-mode'
1031 is not active.
1032
1033 2003-07-11 Kenichi Handa <handa@m17n.org>
1034
1035 * international/mule-cmds.el (set-language-environment):
1036 Set current-language-environment to the correct string.
1037
1038 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1039
1040 * ps-print.el: Print line number correctly in a region. Reported by
1041 Tim Allen <timallen@ls83.fsnet.co.uk>
1042 (ps-print-version): New version number (6.6.2).
1043 (ps-printing-region): Code fix.
1044
1045 2003-07-10 John Paul Wallington <jpw@gnu.org>
1046
1047 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
1048 this function can be called from `add-completions-from-tags-table'.
1049
1050 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
1051
1052 * calendar/timeclock.el (timeclock-use-display-time)
1053 (timeclock-day-over-hook, timeclock-workday-remaining)
1054 (timeclock-status-string, timeclock-when-to-leave)
1055 (timeclock-when-to-leave-string, timeclock-log-data)
1056 (timeclock-find-discrep, timeclock-day-base)
1057 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
1058 (timeclock-modeline-display): Set the variable
1059 `timeclock-modeline-display'.
1060 (timeclock-update-modeline): Doc fix. Respect value of
1061 `timeclock-relative'.
1062
1063 2003-07-09 Richard M. Stallman <rms@gnu.org>
1064
1065 * textmodes/reftex-parse.el (reftex-all-document-files):
1066 Add autoload cookie.
1067
1068 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
1069 (reftex-scanning-info-available-p): Add autoload cookie.
1070
1071 * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
1072 Delete duplicate aset on standard-display-table.
1073
1074 * view.el (view-file): If existing buffer's major mode is special,
1075 don't go into view mode.
1076
1077 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
1078
1079 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1080
1081 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
1082 buffer changes; there's third party code that calls this function
1083 directly.
1084
1085 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1086
1087 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1088 (autodoc-font-lock-keywords): Don't byte compile on font lock
1089 initialization when running from byte compiled files.
1090
1091 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1092
1093 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
1094 statement ends with auto-increment "++".
1095
1096 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1097
1098 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1099 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1100 these are changed, so declare them as variables and not constants.
1101
1102 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
1103
1104 * subr.el (dolist, dotimes): Doc fix.
1105
1106 2003-07-08 Kim F. Storm <storm@cua.dk>
1107
1108 * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
1109 Don't break bootstrap if standard-display-table isn't setup yet.
1110
1111 2003-07-07 Richard M. Stallman <rms@gnu.org>
1112
1113 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
1114 Give it a doc string, and autoload it.
1115
1116 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
1117 Use with-no-warnings.
1118
1119 * info.el (Info-search): If find invisible text, search again.
1120
1121 * isearch.el (search-whitespace-regexp): Add a shy group around it.
1122
1123 * man.el (Man-name-regexp): Match + as part of name.
1124
1125 * simple.el (visible-mode): Rename from vis-mode.
1126 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
1127
1128 * simple.el (current-word): New arg REALLY-WORD specifies
1129 don't include punctuation chars.
1130
1131 * emacs-lisp/debug.el (debug, debugger-env-macro):
1132 Use with-no-warnings while accessing and binding unread-command-char.
1133
1134 * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
1135 Use explicit loop instead of calling standard-display-default.
1136
1137 * net/ange-ftp.el (ange-ftp-file-symlink-p):
1138 Use condition-case to catch error in ange-ftp-get-files.
1139
1140 * net/browse-url.el (browse-url-browser-function):
1141 Add alternative for Epiphany.
1142 (browse-url-epiphany-program, browse-url-epiphany-arguments)
1143 (browse-url-epiphany-startup-arguments)
1144 (browse-url-epiphany-new-window-is-tab): New variables.
1145 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
1146
1147 * progmodes/compile.el (compile-auto-highlight): Default now t.
1148 (compile): Doc fix.
1149 (compilation-next-error): Fix previous change.
1150
1151 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
1152
1153 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
1154
1155 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
1156
1157 * gdb-ui.el (gdb-source-info): Display current frame when
1158 attaching to an existing process.
1159 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
1160 while laying out windows when attaching to an existing process.
1161
1162 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
1163
1164 * info.el (Info-menu): Use Info-menu-entry-name-re.
1165
1166 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
1167
1168 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
1169 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
1170
1171 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
1172 to match the same text.
1173
1174 2003-07-06 John Paul Wallington <jpw@gnu.org>
1175
1176 * vc.el (vc-annotate-offset): Move defvar up.
1177
1178 2003-07-06 Kim F. Storm <storm@cua.dk>
1179
1180 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
1181 This should fix the infinite loop when extracting menu names.
1182
1183 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
1184
1185 * files.el (auto-mode-alist, interpreter-mode-alist):
1186 Remove entries to CC Mode modes to avoid duplicates; they are now added
1187 with autoload directives in cc-mode.el.
1188
1189 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
1190
1191 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1192 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1193 these are changed, so declare them as variables and not constants.
1194
1195 * progmodes/cc-mode.el: Fix some autoload problems: Try to
1196 ensure that the entry for ".c" extension comes before the one for
1197 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
1198 Fix incorrect entries that were added to `interpreter-mode-alist'.
1199 Move the autoload directives for AWK to the top level since they
1200 aren't recognized anywhere else. Do not use the new AWK mode doc
1201 in the autoload form for the old AWK mode.
1202
1203 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1204
1205 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
1206 (bibtex-sort-ignore-string-entries): Default value t.
1207 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
1208 erroneously in previous version.
1209 (bibtex-string-files): Docstring reflects new parsing scheme.
1210 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
1211 docstring, add # as one of the chars to crush
1212 (bibtex-autokey-prefix-string, bibtex-autokey-names)
1213 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
1214 (bibtex-autokey-name-change-strings)
1215 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
1216 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
1217 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
1218 (bibtex-autokey-title-terminators)
1219 (bibtex-autokey-titlewords-stretch)
1220 (bibtex-autokey-titleword-ignore)
1221 (bibtex-autokey-titleword-case-convert)
1222 (bibtex-autokey-titleword-abbrevs)
1223 (bibtex-autokey-titleword-abbrevs)
1224 (bibtex-autokey-titleword-change-strings)
1225 (bibtex-autokey-titleword-length)
1226 (bibtex-autokey-titleword-separator)
1227 (bibtex-autokey-name-year-separator)
1228 (bibtex-autokey-year-title-separator)
1229 (bibtex-autokey-before-presentation-function)
1230 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
1231 Fix docstring.
1232 (bibtex-strings, bibtex-reference-keys):
1233 Use lazy-completion-table and make-variable-buffer-local.
1234 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
1235 (bibtex-braced-string-syntax-table)
1236 (bibtex-quoted-string-syntax-table): New variables.
1237 (bibtex-parse-nested-braces): Remove.
1238 (bibtex-parse-field-string): Use syntax table and forward-sexp.
1239 (bibtex-parse-association): Simplify.
1240 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
1241 (bibtex-parse-field-text): Simplify.
1242 (bibtex-search-forward-field, bibtex-search-backward-field):
1243 argument BOUND can take value t.
1244 (bibtex-start-of-field, bibtex-start-of-name-in-field)
1245 (bibtex-end-of-name-in-field, bibtex-end-of-field)
1246 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
1247 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
1248 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
1249 (bibtex-skip-to-valid-entry): Return buffer position of beginning
1250 and ending of entry. Update for changes of bibtex-search-entry.
1251 Simplify.
1252 (bibtex-map-entries): FUN is called with three arguments.
1253 (bibtex-search-entry): Return a cons pair with buffer positions of
1254 beginning and end of entry.
1255 (bibtex-enclosing-field): Simplify.
1256 (bibtex-format-entry): Use booktitle to set a missing title.
1257 (bibtex-autokey-get-names): Fiddle with regexps.
1258 (bibtex-generate-autokey): Use identity.
1259 (bibtex-parse-keys): Use simplified parsing algorithm if
1260 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
1261 arguments. Return alist of keys.
1262 (bibtex-parse-strings): Simplify. Return alist of strings.
1263 (bibtex-complete-string-cleanup): Fix docstring.
1264 (bibtex-read-key): New function.
1265 (bibtex-mode): Fix docstring. Do not parse for keys and
1266 strings when the mode is entered. Set fill-paragraph-function to
1267 bibtex-fill-field. Setup font-lock-mark-block-function the way
1268 font-lock intended.
1269 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
1270 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
1271 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
1272 (bibtex-Preamble): Avoid hard coded constants.
1273 (bibtex-make-field): Fix docstring. Simplify.
1274 (bibtex-beginning-of-entry): Always return new position of point.
1275 (bibtex-end-of-entry): Rearrange cond clauses.
1276 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
1277 Update for changes of bibtex-map-entries.
1278 (bibtex-ispell-abstract): Do not move point.
1279 (bibtex-entry-index): Use downcase. Simplify.
1280 (bibtex-lessp): Handle catch-all.
1281 (bibtex-find-crossref): Turn into a command.
1282 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
1283 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
1284 preamble entries.
1285 (bibtex-fill-field-bounds): New function.
1286 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
1287 (bibtex-fill-entry): Use bibtex-fill-field-bounds
1288 (bibtex-String): Use bibtex-strings. Always obey
1289 bibtex-sort-ignore-string-entries.
1290
1291 2003-07-05 John Paul Wallington <jpw@gnu.org>
1292
1293 * cus-theme.el (customize-create-theme):
1294 Call `customize-create-theme' in Reset widget's notify function.
1295
1296 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
1297 (ibuffer-mark-interactive): Use `or' instead of `unless'.
1298 (define-ibuffer-column name): Add summarizer.
1299 (define-ibuffer-column size): Likewise.
1300 (define-ibuffer-column filename): Likewise.
1301 (define-ibuffer-column process): Likewise. Change BODY's output too.
1302 (define-ibuffer-column filename-and-process): Likewise, likewise.
1303 (ibuffer): Remove local vars `already-in' and `need-update'.
1304
1305 * ibuf-ext.el: Don't require `derived' at compile-time.
1306
1307 2003-07-05 Kim F. Storm <storm@cua.dk>
1308
1309 * info.el: Disable paragraph refilling.
1310 (Info-refill-paragraphs): New defcustom.
1311 (Info-fontify-node): Use it.
1312
1313 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
1314
1315 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
1316 thingies from constructors created by defstruct.
1317
1318 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
1319 the default value of the variable.
1320 (byte-code-meter): Move declaration to top level.
1321
1322 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
1323
1324 * info.el (Info-following-node-name-re): New fun.
1325 (Info-following-node-name): Remove.
1326 (Info-insert-dir): Use the new fun.
1327 (Info-extract-pointer): Don't save restriction; use new fun.
1328 (Info-menu-entry-name-re): New const.
1329 (Info-menu-entry-name-re): Use it along with new fun.
1330 (Info-node-spec-re): Use new fun.
1331 (Info-complete-menu-item, Info-fontify-node): Use new const.
1332 (Info-goto-node, Info-follow-reference, Info-menu-update):
1333 Use match-string.
1334 (Info-follow-reference): Use assoc-string.
1335 Use a list of strings for the completion table.
1336 (Info-fontify-node): Use match-string, line-end-position.
1337 Limit the search for `node:' to the first line.
1338
1339 * newcomment.el (uncomment-region): Remove padding coming from
1340 comment-start rather than just from comment-padding.
1341
1342 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
1343 (vc-cvs-stay-local-p): Use vc-stay-local-p.
1344 (vc-cvs-rename-file): Remove (use the default).
1345 (vc-cvs-register): Register parent dir if needed.
1346 (vc-cvs-could-register): Return non-nil if parent can be registered.
1347 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
1348 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
1349
1350 * vc-svn.el (vc-svn-use-edit): Make it into a const.
1351 (vc-svn-update): Fix the arguments to `svn'.
1352 (vc-svn-diff-tree): Just use `vc-svn-diff'.
1353 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
1354 Simple implementations, assuming `name' is a URL.
1355
1356 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
1357 set of chars allowed unquoted in a case pattern.
1358
1359 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
1360
1361 * font-lock.el (font-lock-extra-types-widget)
1362 (c-font-lock-extra-types, c++-font-lock-extra-types)
1363 (objc-font-lock-extra-types, java-font-lock-extra-types)
1364 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
1365 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
1366 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1367 (font-lock-match-c++-structor-declaration)
1368 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
1369 (c++-font-lock-keywords-3, c++-font-lock-keywords)
1370 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
1371 (objc-font-lock-keywords-3, objc-font-lock-keywords)
1372 (java-font-lock-keywords-1, java-font-lock-keywords-2)
1373 (java-font-lock-keywords-3, java-font-lock-keywords)
1374 (java-font-lock-syntactic-face-function): Remove obsolete code
1375 and constants. It's all in cc-fonts.el now.
1376
1377 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
1378
1379 * mail/sendmail.el (mail-specify-envelope-from)
1380 (mail-envelope-from): Doc fix.
1381
1382 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
1383
1384 * generic-x.el: Do away with the dependency on `c-emacs-features'
1385 when populating `rul-generic-mode-syntax-table'; we already know
1386 this isn't XEmacs.
1387
1388 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1389
1390 * progmodes/cc-menus.el (cc-imenu-init): Do not set
1391 `imenu-create-index-function' if the second argument is left
1392 out. This bug broke the imenu support in C, C++ and Java modes.
1393
1394 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1395
1396 * progmodes/cc-engine.el, progmodes/cc-align.el
1397 (c-add-stmt-syntax, c-lineup-arglist)
1398 (c-lineup-arglist-close-under-paren): Fixes to cope with
1399 special brace lists in Pike.
1400
1401 2003-07-03 Alan Mackenzie <bug-cc-mode@gnu.org>
1402
1403 * progmodes/cc-mode.el: awk-mode: Call c-awk-after-change to
1404 ensure syntax-table props at loading.
1405
1406 * progmodes/cc-fonts.el: Put (cc-require-when-compile 'cc-awk)
1407 to eliminate compile-time errors.
1408
1409 2003-07-03 Alan Mackenzie <bug-cc-mode@gnu.org>
1410
1411 * progmodes/cc-awk.el, progmodes/cc-engine.el: Add code to
1412 analyze AWK top-level forms properly (c-guess-basic-syntax
1413 CASE 5P), c-awk-backward-syntactic-ws.
1414
1415 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1416
1417 * progmodes/cc-fix.el: cc-mode-19.el has been renamed to
1418 progmodes/cc-fix.el since it now contains compatibility stuff
1419 for later versions than (X)Emacs 19.
1420
1421 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1422
1423 * progmodes/cc-langs.el (c-paren-nontype-kwds): New language constant.
1424
1425 (c-other-decl-kwds, c-postfix-decl-spec-kwds): Add compiler
1426 specific declspec keywords: __attribute__ for gcc and
1427 __declspec for msvc.
1428
1429 * progmodes/cc-fonts.el (c-font-lock-declarations)
1430 (c-complex-decl-matchers): Support specifiers in a couple more
1431 contexts to cope with msvc '__declspec'.
1432
1433 * progmodes/cc-engine.el (c-forward-keyword-clause):
1434 Support `c-paren-nontype-kwds'.
1435
1436 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1437
1438 * progmodes/cc-langs.el (c-primary-expr-regexp): Don't match a
1439 bare period as a float.
1440
1441 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1442
1443 * progmodes/cc-bytecomp.el (cc-bytecomp-setup-environment):
1444 Do not cover functions that have been bound.
1445
1446 (cc-external-require): New macro to use for requiring external
1447 packages, to handle the environment correctly.
1448
1449 * progmodes/cc-defs.el, progmodes/cc-fix.el,
1450 progmodes/cc-fonts.el, progmodes/cc-mode.el: Replaced external
1451 require's with `cc-external-require'.
1452
1453 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1454
1455 * progmodes/cc-engine.el (c-beginning-of-member-init-list)
1456 (c-guess-basic-syntax): Fixes in handling of bitfields.
1457
1458 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1459
1460 * progmodes/cc-langs.el (comment-end): Put a space in front of
1461 the comment ender in C, as it was before the move from cc-mode.el.
1462
1463 2003-07-03 Alan Mackenzie <bug-cc-mode@gnu.org>
1464
1465 * progmodes/cc-fonts.el: Do not load progmodes/cc-awk.elc or
1466 awk-font-lock-keywords unless there is an AWK Mode buffer.
1467
1468 2003-07-03 Alan Mackenzie <bug-cc-mode@gnu.org>
1469
1470 * progmodes/cc-awk.el: New file that implements AWK support,
1471 superseding the old separate derived mode in awk-mode.el.
1472
1473 * progmodes/cc-vars.el, cc-mode-19.el, progmodes/cc-langs.el,
1474 progmodes/cc-mode.el, progmodes/cc-defs.el,
1475 progmodes/cc-engine.el, progmodes/cc-fonts.el: Changes for the
1476 new AWK support.
1477
1478 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1479
1480 * progmodes/cc-engine.el, progmodes/cc-langs.el
1481 (c-decl-block-key, c-search-uplist-for-classkey): Check that
1482 the modifier is followed by "{" in Pike before considering it
1483 to start a class-like block.
1484
1485 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1486
1487 * progmodes/cc-mode.el (c-initialize-cc-mode): Add some
1488 compatibility to make this function behave somewhat more as
1489 documented for derived modes. It's still not enough to make
1490 the old AWK mode behave reasonably, but it's been like this a
1491 long time now so fixing it more might cause trouble
1492 elsewhere. :P
1493
1494 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1495
1496 * progmodes/cc-fonts.el (c-remove-font-lock-face): New macro
1497 to remove a font lock face properly (especially in XEmacs).
1498
1499 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-fun):
1500 Add the same kludge as in `cc-bytecomp-obsolete-var' to avoid a
1501 confused compiler warning.
1502
1503 * progmodes/cc-engine.el (c-forward-type): Fix a bug in the
1504 handling of concatenated types when the component types are known.
1505
1506 * progmodes/cc-fonts.el (c-constant-face-name): Add face name variable
1507 to avoid the use of `font-lock-constant-face' for constants in
1508 emacsen that doesn't have it.
1509
1510 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1511
1512 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1513 progmodes/cc-cmds.el: Fixes for the syntactic symbols for
1514 module and composition blocks.
1515
1516 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1517
1518 * progmodes/cc-mode.el (c-basic-common-init):
1519 Use `open-paren-in-column-0-is-defun-start' if it exists and works.
1520
1521 * progmodes/cc-vars.el (c-emacs-features): Add `col-0-paren'
1522 to detect when `open-paren-in-column-0-is-defun-start' exists
1523 and actually works.
1524
1525 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1526
1527 * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
1528 Don't quote nil in docstrings.
1529
1530 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1531
1532 * progmodes/cc-vars.el, progmodes/cc-langs.el
1533 (c-primitive-type-kwds, c-font-lock-extra-types): "complex"
1534 and "imaginary" aren't keywords in C99, only macros that
1535 expand to the keywords "_Complex" and "_Imaginary", so make
1536 the former a bit less hardcoded by putting it on
1537 `c-font-lock-extra-types' instead. There are also "bool" and
1538 "_Bool" that work the same way.
1539 (c-constant-kwds): "false" and "true" are standard constant
1540 macros in C99.
1541
1542 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1543
1544 * progmodes/cc-menus.el, progmodes/cc-langs.el,
1545 progmodes/cc-engine.el, progmodes/cc-fonts.el,
1546 progmodes/cc-cmds.el: Fixed various regexps to use POSIX char
1547 classes when that is supported.
1548
1549 * progmodes/cc-defs.el (c-alpha, c-alnum, c-digit, c-upper, c-lower):
1550 New constants to make it easier to create regexps
1551 that use POSIX char classes in emacsen that support them.
1552
1553 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1554
1555 * progmodes/cc-vars.el (c-emacs-features): Detect in the
1556 regexp engine understands POSIX char classes.
1557
1558 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1559
1560 * progmodes/cc-mode.el (c-after-change): Add kludge for bug
1561 where this function sometimes gets positions outside the
1562 buffer range.
1563
1564 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1565
1566 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1567 Better handling of paretheses in unexpected places.
1568
1569 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Fix a
1570 regexp match order problem that could cause empty template
1571 args on the form "<>" to be missed.
1572
1573 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1574
1575 * progmodes/cc-engine.el (c-parse-state): Add kludge to
1576 avoid an infinite loop when Emacs' open-paren-in-column-zero
1577 rule kicks in and causes the sexp functions to misbehave.
1578
1579 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1580
1581 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1582 Fix bug when C++-like code is encountered in non-C++ mode.
1583
1584 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1585
1586 * progmodes/cc-defs.el (c-make-keywords-re): Add option to
1587 specify the language to look up `c-nonsymbol-key' in.
1588
1589 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1590
1591 * progmodes/cc-cmds.el, progmodes/cc-engine.el
1592 (c-auto-newline-analysis): New dynamically bound variable to
1593 turn off the topmost-intro-cont/statement-cont kludge for
1594 brace lists during the analysis for the auto newline feature.
1595 This fixes some cases where the setting for `brace-list-open'
1596 on `c-hanging-braces-alist' didn't have any effect.
1597
1598 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1599
1600 * progmodes/cc-langs.el (c-literal-start-regexp): Yet another
1601 language variable.
1602
1603 * progmodes/cc-fonts.el (c-font-lock-doc-comments)
1604 (c-find-invalid-doc-markup, javadoc-font-lock-keywords):
1605 Fix fontification of the markup in Javadoc comments.
1606
1607 * progmodes/cc-engine.el: Fixes in face handling to cope with
1608 doc comments.
1609
1610 (c-find-decl-spots): More failsafe skipping of comments and
1611 strings that only have been partially fontified.
1612
1613 * progmodes/cc-defs.el (c-got-face-at): New subst to test
1614 faces at positions easier.
1615
1616 * progmodes/cc-defs.el (c-safe-scan-lists): New wrapper macro
1617 to avoid the warnings with too many args to `scan-lists' in Emacs.
1618
1619 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1620
1621 * progmodes/cc-engine.el (c-syntactic-skip-backward):
1622 New function to make syntactic searches in the backward direction
1623 easier.
1624
1625 (c-beginning-of-statement-1): Optimize skipping over large paren
1626 sexps somewhat.
1627
1628 (c-safe-position): Remove the odd macro handling which was
1629 centered around the point instead of the passed position.
1630
1631 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1632
1633 * progmodes/cc-engine.el (c-in-knr-argdecl): Do not trip up on
1634 initialization expressions.
1635
1636 * progmodes/cc-align.el (c-lineup-arglist)
1637 (c-lineup-close-paren, c-lineup-arglist-close-under-paren):
1638 Tune the "macro block" heuristics to work better in nested
1639 arglist situations.
1640
1641 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1642
1643 * progmodes/cc-styles.el (c-set-offset): Don't find a default
1644 syntactic element through syntactic analysis if called outside
1645 a CC Mode buffer.
1646
1647 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1648
1649 * progmodes/cc-mode.el (c-basic-common-init):
1650 Install `c-fill-paragraph' on `fill-paragraph-function'.
1651 Although it's not the normal way to call it in a CC Mode buffer it
1652 makes a direct call to `fill-paragraph' work better.
1653
1654 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1655
1656 * progmodes/cc-vars.el, progmodes/cc-mode.el
1657 (c-require-final-newline): Make this variable an alist to
1658 specify a value for each language. The default value causes
1659 `require-final-newline' to be set to t only in languages where
1660 the standard requires a final newline.
1661
1662 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1663
1664 * progmodes/cc-mode.el, progmodes/cc-vars.el
1665 (c-require-final-newline): Add a variable to make the
1666 initialization of `require-final-newline' more configurable.
1667
1668 * progmodes/cc-vars.el (c-mode-common-hook): Do not change the
1669 format string to "CC Mode Common Hook" since that causes
1670 confusion (although it is a more accurate name).
1671
1672 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1673
1674 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1675 (autodoc-font-lock-keywords): Support for Javadoc and Pike
1676 Autodoc doc comments.
1677
1678 * progmodes/cc-vars.el (c-doc-comment-style): New variable to
1679 control the fontification of documentation comments on top of
1680 the normal mode font lock.
1681
1682 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1683
1684 * progmodes/cc-langs.el, progmodes/cc-fonts.el
1685 (c-primary-expr-regexp, c-font-lock-declarations): Avoid false
1686 recognition of parens as casts when they are followed by an
1687 operator that is both prefix and infix.
1688
1689 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1690
1691 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tune the
1692 heuristics of when to use `c-block-comment-prefix' for an
1693 unclosed block comment.
1694
1695 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1696
1697 * progmodes/cc-engine.el, progmodes/cc-langs.el
1698 (c-nonsymbol-sexp-kwds, c-forward-keyword-clause):
1699 Handle keywords like "extern" that can be followed by e.g. a string
1700 literal.
1701
1702 * progmodes/cc-defs.el (c-make-keywords-re): Make a regexp
1703 correctly with one submatch when adorn is set and the list is empty.
1704
1705 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1706
1707 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix a
1708 search that could go far past the relevant region and cause
1709 slowness. Do not limit the declaration detection to the
1710 fontified region since that can cause misfontification in
1711 multiline declarations.
1712
1713 * progmodes/cc-engine.el (c-find-decl-spots): Add limit
1714 argument to handle declarations spanning the fontification
1715 limit better.
1716
1717 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1718
1719 * progmodes/cc-engine.el (c-in-literal, c-literal-limits)
1720 (c-literal-limits-fast, c-beginning-of-inheritance-list):
1721 Use the paren cache instead of the impaired ad hoc in
1722 `beginning-of-defun', so that these functions doesn't trip up
1723 on "{" in the first column inside strings or comments.
1724
1725 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1726
1727 * progmodes/cc-vars.el (c-hanging-braces-alist):
1728 Add `statement-cont' and made it auto newline free by default.
1729
1730 * progmodes/cc-cmds.el (c-electric-brace):
1731 Add `statement-cont' to the list of syntactic symbols to consider
1732 for auto newlines since it can be used for in-statement brace lists.
1733
1734 * progmodes/cc-vars.el (c-emacs-features): There's no need to
1735 have this constant autoloaded.
1736
1737 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1738
1739 * progmodes/cc-fonts.el (c-font-lock-declarations):
1740 Use `c-recognize-typeless-decls' to avoid fontifying some macro
1741 constructs as declarations in languages where a preceding type
1742 is mandatory.
1743
1744 * progmodes/cc-langs.el (c-recognize-typeless-decls):
1745 New language variable.
1746
1747 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1748
1749 * progmodes/cc-align.el (c-lineup-close-paren):
1750 Use `c-syntactic-eol' when checking if the open paren ends its line.
1751
1752 * progmodes/cc-langs.el (c-syntactic-eol): Handle a line
1753 continuation backslash.
1754
1755 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1756
1757 * progmodes/cc-align.el (c-snug-do-while): Compatibility fix
1758 for changed structure in `c-syntactic-context'.
1759
1760 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1761
1762 * progmodes/cc-engine.el (c-parse-state): Filter angle bracket
1763 arglist parens in a better way than disabling the syntax table
1764 properties completely.
1765
1766 * progmodes/cc-fonts.el (c-cpp-matchers): Handle line
1767 continuations in cpp expressions. Do not fontify symbols after
1768 #ifdef etc as variables since that isn't consistent with how
1769 the face is used elsewhere (i.e. only for the definition of
1770 the symbol).
1771
1772 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1773
1774 * progmodes/cc-mode.el: Add autoload directives for the
1775 interface functions in cc-langs.
1776
1777 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1778
1779 * progmodes/cc-fonts.el (c-font-lock-declarations): Add a
1780 property to handle refontication in multiline declaration
1781 arglists better.
1782 (c-font-lock-<>-arglists): Fix to handle recursive template
1783 arglists better. (As a side effect this will make
1784 fontification work better in older emacsen too.)
1785
1786 * progmodes/cc-engine.el (c-forward-<>-arglist)
1787 (c-remove-<>-arglist-properties): Use a common text property
1788 `c-type' for all sorts of CC Mode char classification, to
1789 avoid cases when then same char is given conflicting types.
1790 (c-forward-<>-arglist): New reparse argument to control that
1791 aspect explicitly.
1792 (c-forward-name, c-forward-type): Changes in the handling of
1793 recursive template arglists. Fixes to cope with the new 'known
1794 type classification.
1795
1796 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1797
1798 * progmodes/cc-mode.el (c-basic-common-init): Add the new
1799 char property `c-type' to `text-property-default-nonsticky'.
1800
1801 * progmodes/cc-defs.el (c-put-char-property)
1802 (c-get-char-property, c-clear-char-property)
1803 (c-clear-char-properties): Generalize `c-put-char-syntax' and
1804 `c-get-char-syntax' to handle any property.
1805
1806 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fix bug that
1807 caused existing function definitions to be overridden by
1808 phonies when the bytecomp environment is restored.
1809
1810 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1811
1812 * progmodes/cc-cmds.el (c-mask-paragraph): Masking is
1813 necessary in normal code too to avoid getting a fill prefix
1814 from a nearby comment. Change the name from `c-mask-comment'
1815 to a more accurate one.
1816
1817 * progmodes/cc-defs.el, progmodes/cc-mode.el: Change the
1818 auto-load-alist strategy to not add entries on package load,
1819 to be defensive in the case that autoloads are updated in
1820 older emacsen. The bug that would occur in that case would
1821 probably be rather nasty for the average user.
1822
1823 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1824
1825 * progmodes/cc-fonts.el (c-font-lock-declarations):
1826 Fine tuning of the decision tree that tells declarations from
1827 expressions to produce better results in some ambiguous cases.
1828
1829 * progmodes/cc-fonts.el (c-font-lock-syntactic-face-function):
1830 Remove since it doesn't give the control we want.
1831 (c-font-lock-invalid-string): Replacement for
1832 `c-font-lock-syntactic-face-function' that puts the error face
1833 on the string opener only, to avoid the annoying excessive use
1834 of the error face while a string literal is being written.
1835 (c-basic-matchers-before): Use `c-font-lock-invalid-string'.
1836
1837 * progmodes/cc-engine.el (c-string-syntax)
1838 (c-string-limit-regexp): Add constants to use when handling
1839 string limits, since not all old emacsen react well to the "|"
1840 syntax class.
1841
1842 (c-literal-limits, c-literal-limits-fast, c-literal-type):
1843 Use `c-string-syntax' and `c-string-limit-regexp'. Replace some
1844 hardcoded comment start regexps with `c-comment-start-regexp'.
1845
1846 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1847
1848 * progmodes/cc-mode.el: Added an association for pike-mode on
1849 `intepreter-mode-alist'.
1850
1851 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1852
1853 * progmodes/cc-mode.el: Add the `auto-mode-alist' entries to
1854 the end instead of the start of the list, to avoid overriding
1855 user additions that are made before this file is loaded when
1856 the entries don't correspond to any already on `auto-mode-alist'.
1857 This is done through the third append argument to
1858 `add-to-alist'. That doesn't exist in older (X)Emacsen, so
1859 the function is advised in cc-defs. However, that advice
1860 doesn't help if the autoloads are updated in an old (X)Emacs
1861 with this version of CC Mode, but I believe it's unlikely that
1862 anyone does that when CC Mode isn't distributed with with it.
1863
1864 * progmodes/cc-defs.el (add-to-list): Add advice to get the
1865 optional third append argument in older (X)Emacsen.
1866
1867 * progmodes/cc-langs.el (c-keywords-obarray): Kludge for
1868 strange bug in Emacs that gives so odd errors that I frankly
1869 don't even muster to begin trying to narrow it down.
1870 If someone is so inclined, restore the commented code, byte
1871 compile, and try to open a C++ file or something in font lock mode.
1872
1873 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1874
1875 * progmodes/cc-langs.el: Update the IDL support from the
1876 specs. This also adds the keywords for the variants PSDL and
1877 CIDL. (This is mostly done from reading the grammars only;
1878 very lightly tested.)
1879
1880 * progmodes/cc-langs.el (c-type-list-kwds): Add "new" in Java.
1881
1882 * progmodes/cc-fonts.el: Make sure that
1883 `parse-sexp-lookup-properties' is properly insulated from
1884 clobbering by the font-lock package at all relevant entry points.
1885
1886 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1887
1888 * progmodes/cc-langs.el (c-opt-after-id-concat-key):
1889 New language constant to make the recognition of identifier
1890 qualifiers more flexible. Recognize the identifier before
1891 ".*" as a qualifier in Java.
1892 (c-identifier-key): Recognize "::*" inside identifiers in C++.
1893 Recognize identifiers ending with ".*" in Java for the sake of
1894 import directives.
1895 (c-type-list-kwds, c-ref-list-kwds): Recognize "import" and
1896 "package" declarations in Java.
1897
1898 * progmodes/cc-vars.el (c-doc-face, c-doc-marker-face)
1899 (c-doc-markup-face): Remove since they aren't used (and
1900 probably won't be).
1901
1902 * progmodes/cc-langs.el (c-ref-list-kwds): New language
1903 constant to specify keywords followed by references.
1904 (c-last-identifier-range): New variable to avoid going back to
1905 search for the identifier to font lock after a call to
1906 `c-forward-name'.
1907 (c-type-prefix-kwds, c-type-list-kwds): Fix classification of
1908 "@interface" etc in Objective-C.
1909
1910 * progmodes/cc-engine.el (c-forward-keyword-clause):
1911 Fix handling of keyword prefixes in `c-type-list-kwds' and
1912 `c-colon-type-list-kwds' clauses.
1913 (c-keyword-sym, c-keyword-member): New functions to lookup and
1914 categorize keywords.
1915 (c-forward-keyword-clause): New function to move over a keyword
1916 and its associated clause according to `c-<>-arglist-kwds' etc.
1917
1918 * progmodes/cc-langs.el (c-typeless-decl-kwds)
1919 (c-type-list-kwds, c-colon-type-list-kwds)
1920 (c-colon-type-list-re, c-paren-type-kwds): New language
1921 constants and variables to generalize the recognition of
1922 various language constructs.
1923 (c-keywords): Did away with the list of `*-kwds' constants.
1924 It's now built through macro expansion.
1925 (c-keywords-obarray): New language variable which contains each
1926 keyword as a symbol, to make fast reverse lookup of keywords to
1927 the `*-kwds' lists they come from.
1928
1929 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1930
1931 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
1932 Add macro to be able to do direct evaluation in
1933 `c-lang-defconst' forms.
1934
1935 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1936 Fix a bug which could cause the point to end up outside the
1937 containing sexp if PAREN-LEVEL was used.
1938
1939 * progmodes/cc-engine.el, progmodes/cc-fonts.el,
1940 progmodes/cc-langs.el: Generalize the C++ template arglist
1941 support to handle angle bracket arglists in any language.
1942 (c-recognize-<>-arglists, c-<>-arglist-kwds)
1943 (c-opt-<>-arglist-start): New language variables to control
1944 angle bracket arglists.
1945 (c-opt-type-suffix-key): Use `c-recognize-<>-arglists' in
1946 Objective-C instead of matching a protocol reference list as a
1947 type suffix.
1948
1949 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1950
1951 * progmodes/cc-align.el (c-gnu-impose-minimum): Fix a missing
1952 `save-excursion' that caused the point to jump around.
1953
1954 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1955
1956 * progmodes/cc-mode.el, progmodes/cc-menus.el (objc-mode)
1957 (cc-imenu-init): Fix initialization bug that has made the
1958 Objective-C support inoperational since 5.26.
1959 (cc-imenu-objc-generic-expression): Update submatch indices
1960 due to changes in `cc-imenu-c++-generic-expression'.
1961 (cc-imenu-objc-function): Don't add an empty "C" menu since
1962 imenu doesn't like that.
1963
1964 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1965
1966 * progmodes/cc-align.el (c-lineup-arglist)
1967 (c-lineup-arglist-close-under-paren, c-lineup-close-paren):
1968 Add DWIM to the functions that line up at or after the
1969 arglist open paren to avoid that if there are brace blocks
1970 inside, e.g. when a macro contains a code block.
1971
1972 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1973
1974 * progmodes/cc-vars.el (objc-font-lock-extra-types):
1975 Change default to treat identifiers starting with capital letters as
1976 types, according to Objective-C naming conventions. The types
1977 previously on the list is part of the language and therefore
1978 on `c-primitive-type-kwds' instead.
1979
1980 * progmodes/cc-fonts.el: Fix font locking in Objective-C.
1981 Be more careful about returning nil from functions used
1982 directly as font-lock matchers.
1983
1984 * progmodes/cc-mode.el (c-font-lock-init): Make the syntax
1985 table modification element of `font-lock-defaults'
1986 parameterized over the languages.
1987
1988 * progmodes/cc-langs.el: Update the Objective-C constants
1989 according to the language spec. The "@" chars that start
1990 directives are now considered part of the keywords to make
1991 things easier.
1992
1993 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1994
1995 * progmodes/cc-defs.el: (c-(up|down)-list-(forward|backward)):
1996 Make the position optional and added docstrings.
1997
1998 (c-go-(up|down)-list-(forward|backward)): Add variants of the
1999 above that move point and return successfulness instead.
2000
2001 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2002
2003 * progmodes/cc-fonts.el (c-font-lock-<>-arglists):
2004 New function to fontify all occurrences of template arglists in C++.
2005
2006 * progmodes/cc-engine.el (c-disallow-comma-in-<>-arglists):
2007 New variable to be able to avoid false recognition of template
2008 arglists in some cases.
2009
2010 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2011
2012 * progmodes/cc-fonts.el, progmodes/cc-langs.el
2013 (c-decl-prefix-re, c-font-lock-declarations): Match template
2014 open brackets to get a declaration in the first template argument.
2015 (c-complex-decl-matchers): Fontify the second type in a "class
2016 X = Y" expression in C++.
2017
2018 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2019
2020 * progmodes/cc-engine.el (c-forward-<>-arglist): Break out the
2021 recursive part to a new function to improve efficiency when a
2022 nested template arglist search turns out to be futile.
2023
2024 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2025
2026 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2027 Improve to avoid false matches on e.g. "else if (foo)".
2028
2029 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2030
2031 * progmodes/cc-engine.el (c-forward-token-2)
2032 (c-backward-token-2): New functions that work like the -1
2033 variants but that handle multicharacter operator tokens.
2034
2035 * progmodes/cc-engine.el (c-inside-bracelist-p)
2036 (c-guess-basic-syntax): Do away with the hardcoded regexps to
2037 recognize "typedef" declaration prefixes, "extern" and
2038 "namespace" blocks, "enum"-style brace list declarations and
2039 Java-style array initializers with "new".
2040
2041 * progmodes/cc-langs.el (c-brace-list-decl-kwds)
2042 (c-brace-list-key, c-inexpr-brace-list-kwds)
2043 (c-opt-inexpr-brace-list-key): New language constants and
2044 variables to parameterize some more of the hardcoded regexps
2045 in cc-engine.
2046
2047 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2048
2049 * progmodes/cc-align.el (c-lineup-cascaded-calls): Do not
2050 allow cascaded call lists containing both "->" and ".".
2051
2052 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2053
2054 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2055 progmodes/cc-defs.el, progmodes/cc-engine.el,
2056 progmodes/cc-fonts.el, progmodes/cc-langs.el,
2057 progmodes/cc-mode.el, progmodes/cc-styles.el: New language
2058 variable system to make it easier to set up optimized language
2059 variables and to extend them in third party derived modes.
2060 cc-langs is no longer required at runtime.
2061
2062 * progmodes/cc-mode.el (c-basic-common-init): No longer
2063 initializes the language variables. It's necessary that the
2064 caller does that directly since the evaluated values for them
2065 now get compiled in directly.
2066 (c-font-lock-init, c-common-init): Separate the font-lock
2067 initialization from `c-common-init'.
2068
2069 * progmodes/cc-mode.el (c-define-abbrev-table): Do not
2070 override an existing abbrev table.
2071 (c-Java-defun-prompt-regexp): Move here from cc-langs since
2072 cc-langs isn't always loaded at runtime.
2073
2074 * progmodes/cc-langs.el (c-make-init-lang-vars-fun)
2075 (c-init-language-vars): Change to allow language variable
2076 initialization from derived modes.
2077 (c-mode-menu): New language variable for the mode menu.
2078 (c-make-mode-syntax-table, c-mode-syntax-table)
2079 (make-c++-template-syntax-table): New language variables for syntax
2080 tables. The code that initializes them has been moved to cc-mode
2081 to make it possible to avoid loading cc-langs at runtime.
2082
2083 * progmodes/cc-engine.el, progmodes/cc-langs.el
2084 (c-hungry-delete-key, c-auto-newline, c-auto-hungry-string):
2085 Move these state variables from cc-langs to cc-engine to make
2086 it possible to avoid loading cc-langs at runtime.
2087
2088 * progmodes/cc-defs.el (c-lang-defconst, c-lang-const):
2089 Move from cc-langs and rewritten to make the language constant
2090 system usable from derived modes.
2091
2092 (c-add-language): New function intended for use from derived modes
2093 that add new C-like languages.
2094
2095 * progmodes/cc-defs.el, progmodes/cc-vars.el
2096 (c-buffer-is-cc-mode): Move from cc-vars to cc-defs to define
2097 it during compilation.
2098
2099 * progmodes/cc-bytecomp.el (cc-require-when-compile):
2100 New support macro for compile time `require's.
2101
2102 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2103
2104 * progmodes/cc-defs.el, progmodes/cc-mode.el (c-version):
2105 Move from cc-mode to cc-defs to make it accessible to the
2106 other components.
2107
2108 * progmodes/cc-engine.el (c-forward-token-1, c-backward-token-1):
2109 Compatibility fix for emacsen that doesn't understand generic
2110 string delimiters.
2111
2112 * progmodes/cc-vars.el (c-emacs-features): Add detection of
2113 generic string and comment delimiters.
2114
2115 * progmodes/cc-defs.el, progmodes/cc-langs.el
2116 (c-make-keywords-re): Change interface to make it more extensible.
2117
2118 * progmodes/cc-langs.el, progmodes/cc-defs.el (c-regexp-opt)
2119 (c-regexp-opt-depth, c-make-keywords-re): Move from cc-langs
2120 to cc-defs since they are generally useful.
2121
2122 * progmodes/cc-bytecomp.el, progmodes/cc-defs.el
2123 (cc-eval-when-compile): Move from cc-bytecomp to cc-defs to
2124 allow use at runtime.
2125
2126 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2127
2128 * progmodes/cc-bytecomp.el (cc-eval-when-compile):
2129 Workaround for a bug with nested `eval-when-compile' in XEmacs 21.
2130
2131 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2132
2133 * progmodes/cc-mode.el: Added autoloaded forms to install the
2134 appropriate file suffixes on `auto-mode-alist'. Necessary in
2135 XEmacs 21.5, and it can be useful elsewhere too.
2136
2137 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2138
2139 * progmodes/cc-align.el (c-lineup-cascaded-calls): Handle "."
2140 too, for use in Java.
2141
2142 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2143 Do not handle cpp directives in languages that doesn't have any.
2144
2145 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2146
2147 * progmodes/cc-langs.el (c-operators): Add a high level description
2148 of all operators, along with their precedence and associativity.
2149
2150 * progmodes/cc-align.el (c-lineup-multi-inher): Fix bug
2151 where the position of the point and not the beginning of the
2152 line was used to calculate the indentation.
2153
2154 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2155
2156 * progmodes/cc-defs.el, progmodes/cc-engine.el
2157 (c-backward-single-comment, c-backward-comments): Add kludge
2158 for the bug in `forward-comment' in most (X)Emacs versions
2159 where it moves back over the "*/" of a block comment if
2160 there's no matching "/*". This has become more important now
2161 since it can cause incorrect caching by `c-backward-sws'.
2162
2163 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2164
2165 * progmodes/cc-cmds.el (c-hungry-backspace)
2166 (c-hungry-delete-forward): New functions to do hungry deletion
2167 regardless of hungry-delete mode. Contributed by Kevin Ryde.
2168
2169 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws)
2170 (c-invalidate-sws-region): Use text properties to cache regions
2171 with complex syntactic whitespace. This helps a lot in
2172 improving responsiveness when there are lots of comments and
2173 cpp directives before point.
2174
2175 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2176
2177 * progmodes/cc-guess.el, progmodes/cc-langs.el,
2178 progmodes/cc-menus.el, progmodes/cc-mode.el,
2179 progmodes/cc-styles.el, progmodes/cc-vars.el,
2180 progmodes/cc-engine.el, progmodes/cc-fonts.el,
2181 progmodes/cc-cmds.el, progmodes/cc-defs.el: Introduce a
2182 classification of functions into those that make "hidden
2183 buffer changes" and those who don't. This is prompted by the
2184 increasing use of text properties for various things, to
2185 correctly cover the silly buffer modifications that is caused
2186 by text property changes.
2187 (c-save-buffer-state): New macro that's put around any code that
2188 can manipulate text properties.
2189
2190 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2191
2192 * progmodes/cc-mode.el (c-basic-common-init):
2193 Setup `text-property-default-nonsticky' to avoid messing with the
2194 rear-nonsticky property on each character in Emacs 21.
2195
2196 * progmodes/cc-defs.el (c-clear-char-syntax, c-put-char-syntax):
2197 Macros that sets and removes the
2198 syntax-table property on a single character and makes the
2199 property nonsticky in both directions in a suitable way for
2200 each (X)Emacs flavor.
2201
2202 * progmodes/cc-vars.el, progmodes/cc-defs.el,
2203 progmodes/cc-engine.el, progmodes/cc-mode.el:
2204 Use `lookup-syntax-properties' in XEmacs to control whether the
2205 syntax-table property has any effect or not.
2206
2207 (c-parse-sexp-lookup-properties): New macro that expands to either
2208 `parse-sexp-lookup-properties' or `lookup-syntax-properties'.
2209
2210 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2211
2212 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2213 progmodes/cc-fonts.el: Put the faces into the buffer in the
2214 same way as the font-lock package does. This fixes a
2215 compatibility problem with XEmacs which sets an extra
2216 font-lock property.
2217
2218 * progmodes/cc-fonts.el (c-put-font-lock-face): A macro that
2219 finds out the right way to put font lock faces at compile
2220 time. We're definitely not byte code portable between Emacs
2221 and XEmacs now.
2222
2223 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2224 Implement a cache for the last large skipped over syntactic
2225 whitespace. This also has most effect after many macros.
2226
2227 * progmodes/cc-engine.el, progmodes/cc-defs.el
2228 (c-forward-syntactic-ws, c-backward-syntactic-ws): Utilize the
2229 limit better when one is passed. These are now macros to
2230 avoid a little overhead when no limit is given.
2231 (c-forward-sws, c-backward-sws): New functions called by the
2232 macros above to do the unbounded search.
2233
2234 * progmodes/cc-fonts.el (c-font-lock-declarations):
2235 Implement a cache for the first backward search for a
2236 preceding `c-decl-prefix-re' match. This typically speeds up
2237 interactive refontification a lot on the top level of macro
2238 heavy header files.
2239
2240 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2241
2242 * progmodes/cc-vars.el (c-emacs-features): Add check for
2243 syntax text properties.
2244
2245 * progmodes/cc-mode.el (c-basic-common-init): Turn on
2246 `parse-sexp-lookup-properties' if it's supported. Define the
2247 variable in any case since it's used at runtime to check on this.
2248
2249 * progmodes/cc-langs.el (c-identifier-key): Support C++
2250 destructor names.
2251 (c-identifier-start, c-op-token-regexp, c-type-modifier-kwds)
2252 (c-opt-type-modifier-key, c-opt-type-component-key)
2253 (c-typedef-specifier-kwds, c-typedef-specifier-key)
2254 (c-paren-stmt-kwds, c-paren-stmt-key, c-syntactic-ws-start):
2255 A bunch of new language constants and variables to support the
2256 improved handling of names and types.
2257
2258 * progmodes/cc-fonts.el (c-font-lock-declarators)
2259 (c-font-lock-declarations): Handle C++ template declarations
2260 and template references. Fontify complex types and names more
2261 accurately by delegating it to `c-forward-type' and
2262 `c-forward-name'. Fontify the identifiers in typedef
2263 declarations as types.
2264
2265 * progmodes/cc-engine.el (c-forward-<>-arglist): New function
2266 to move forward over a C++ template arglist. It also marks
2267 the '<' and '>' chars with paren syntax using the syntax-table
2268 property, to speed up later calls in emacsen that support
2269 syntax text properties (Emacs >= 20 and (undocumented) XEmacs 21).
2270 This also has the very interesting effect that if font locking
2271 is used with decoration level 3 or higher in these emacsen
2272 then template arglists will behave just like paren sexps with
2273 the various sexp movement commands.
2274 (c-forward-name): New function to move over a name. Simple in
2275 most languages except C++ where a name can contain template
2276 arglists and therefore almost arbitrary expressions.
2277 (c-on-identifier): Fix for Pike operator identifiers.
2278 (c-simple-skip-symbol-backward, c-syntactic-content)
2279 (c-remove-<>-paren-properties): New helper functions.
2280
2281 * progmodes/cc-defs.el: (c-clear-char-syntax)
2282 (c-mark-paren-open, c-mark-paren-close): New support functions
2283 to handle syntactic properties on C++ template arglist brackets.
2284 (c-put-type-face, c-put-reference-face): Helpers to put faces on
2285 regions, since there are a bit of that inside `c-forward-name' etc
2286 in progmodes/cc-engine.el.
2287
2288 * progmodes/cc-engine.el, progmodes/cc-fonts.el,
2289 progmodes/cc-langs.el: Fix the names on a number of regexp
2290 language variables to conform to the nomenclature and
2291 shortened some names.
2292
2293 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2294 progmodes/cc-fonts.el, progmodes/cc-engine.el
2295 (c-syntactic-re-search-forward): Remove the COUNT argument
2296 since it's never used. Add an argument to tell which
2297 subexpression whose end should be tested for syntactic
2298 relevance. Using this also removes some optimizations, so
2299 that it's possible to use a look behind subexpression that
2300 matches the end of a literal or a close paren when PAREN-LEVEL
2301 is used.
2302
2303 (c-guess-continued-construct): Don't match <<= or >>= for the
2304 stream-op syntactic element.
2305
2306 * progmodes/cc-defs.el (c-paren-re, c-identifier-re):
2307 Remove these helper macros since better and more correct tools are
2308 now available in progmodes/cc-langs.el.
2309
2310 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2311
2312 * progmodes/cc-align.el (c-lineup-string-cont): New lineup
2313 function to line up string literals that will be concatenated.
2314
2315 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2316
2317 * progmodes/cc-langs.el (c-populate-syntax-table):
2318 XEmacs classifies the hard space character as a symbol character
2319 but it's better to let it be in the punctuation class so that it's
2320 always highlighted with the inverted invalid face. It can
2321 perhaps be argued that that character is allowed in
2322 identifiers in some languages (haven't checked), but using it
2323 would still be extremely confusing.
2324
2325 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2326
2327 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
2328 case when a labeled substatement caused incorrect association
2329 of the following continuation clause.
2330
2331 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2332 Handle the case when the syntactic match position is in the
2333 middle of a comment starter.
2334
2335 (c-guess-continued-construct): Analyze the "K&R region" of a
2336 function nested inside a function as func-decl-cont and not
2337 statement-cont. New case E. Also clean up case C (stream-op
2338 recognition) a bit.
2339
2340 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
2341 Move the check on `c-state-cache-start' from
2342 `c-check-state-cache' to `c-parse-state' so that the state
2343 cache isn't zapped if `c-check-state-cache' but not
2344 `c-parse-state' is called during a temporary narrowing.
2345 This fixes a performance problem that could occur when
2346 `fill-paragraph' is used in font lock mode on a comment at the
2347 end of a large class or function.
2348
2349 (c-state-cache-start): Fix buffer localness.
2350
2351 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2352
2353 * progmodes/cc-langs.el: Updates from the C99 standard (or
2354 actually from the latest web accessible draft of it).
2355
2356 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2357
2358 * progmodes/cc-langs.el: Update the keywords and operator
2359 tokens from the latest C++ and Java standards. Some other
2360 multichar token corrections.
2361
2362 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2363
2364 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
2365 progmodes/cc-vars.el (c-syntactic-context)
2366 (c-syntactic-element): Do not bind any values to these
2367 variables globally since they should always be dynamically
2368 bound. This makes it much easier to debug cases when they've
2369 gotten global values somehow.
2370
2371 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2372
2373 * progmodes/cc-langs.el (c-regexp-opt): Fix to work around the
2374 non-greedy behavior that the regexp engine sometimes exposes.
2375 This bug only shows in (X)Emacs 19 where there's no regexp-opt package.
2376
2377 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2378 Add a feature to filter out matches in the middle of tokens.
2379 Changed the comment to a docstring since I consider this
2380 function generally useful.
2381
2382 * progmodes/cc-defs.el (c-mode-symbol): Break out a part of
2383 `c-mode-var'.
2384
2385 * progmodes/cc-align.el (c-lineup-cascaded-calls)
2386 (c-lineup-gcc-asm-reg): Cope with that `c-most-enclosing-brace'
2387 might return nil.
2388
2389 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2390
2391 * progmodes/cc-engine.el (c-found-types, c-clear-found-types)
2392 (c-add-type, c-check-type, c-add-complex-type)
2393 (c-list-found-types, c-forward-type): Add a sort of symbol
2394 table for types: If a name is recognized as a type in a
2395 declaration it's added in an obarray to be able to recognize
2396 it in other ambiguous declarations.
2397
2398 (c-remove-ws): New helper function to canonicalize fully
2399 qualified identifiers for `c-found-types'.
2400
2401 * progmodes/cc-defs.el (c-mode-var): New defsubst to access
2402 mode prefixed variables uniformly.
2403
2404 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2405
2406 * progmodes/cc-align.el (c-lineup-arglist-close-under-paren):
2407 Work correctly with nested arglist-cont-nonempty symbols.
2408
2409 (c-lineup-arglist-operators): New lineup function to line up infix
2410 operators under the open paren of the surrounding sexp.
2411
2412 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2413
2414 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fix a bug
2415 that could cause an infinite loop if something that looks like
2416 a macro begins in the middle of a line.
2417
2418 (c-parse-state): Fix a bug that could cause `c-state-cache'
2419 to contain two conses in sequence when there's an unbalanced
2420 open paren in a macro.
2421
2422 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2423
2424 * progmodes/cc-defs.el (c-face-name-p): A defsubst to
2425 recognize the name of a face in a way that works also in XEmacs.
2426
2427 * progmodes/cc-engine.el (c-forward-type): New function to
2428 move past a type spec.
2429
2430 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2431 Fix behavior when the limit is reached inside a comment,
2432 string, or a macro.
2433
2434 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2435 progmodes/cc-engine.el (c-forward-single-comment,
2436 c-forward-comments, c-backward-single-comment,
2437 c-backward-comments): New replacements for `c-forward-comment'
2438 that wraps `forward-comment' more efficiently in each of the
2439 four different cases it's actually used. These replacements
2440 also treats line continuations as whitespace.
2441
2442 (c-forward-comment): Remove. The four different cases above
2443 are basically different, so it's better to make them into
2444 separate functions than choose between them at runtime using
2445 the argument.
2446
2447 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2448
2449 * progmodes/cc-align.el (c-gnu-impose-minimum): Fix bug due
2450 to the new placement of cpp-macro and comment-intro in the
2451 syntactic context, as pointed out by Kevin Ryde. Change the
2452 method that decides whether point is inside a top-level
2453 construct to one that doesn't depend on the set of syntactic
2454 elements so much.
2455
2456 * progmodes/cc-defs.el (c-point): Use the functions
2457 `line-beginning-position' and `line-end-position' in emacsen
2458 that have them (currently Emacs 20 and later).
2459
2460 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2461
2462 * progmodes/cc-cmds.el (c-mask-comment): Fix a bug that
2463 sometimes caused code after a closed block comment to be taken
2464 into account when the fill prefix is calculated.
2465
2466 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2467
2468 * progmodes/cc-align.el (c-lineup-arglist, c-lineup-argcont)
2469 (c-lineup-math, c-lineup-cascaded-calls, c-lineup-gcc-asm-reg):
2470 Fixes to cope correctly with nested arglists for the lineups
2471 that can be used with arglist-cont-nonempty.
2472
2473 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2474
2475 * progmodes/cc-engine.el (c-add-stmt-syntax, c-guess-basic-syntax):
2476 Change the anchor position of
2477 arglist-cont-nonempty and arglist-close so that a relative
2478 indentation like + can be used with consistent results.
2479 Prior to this, the indentation engine more or less assumed that
2480 arglist-cont-nonempty always used `c-lineup-arglist'.
2481 Those two syntax symbols also get the opening paren as an extra
2482 position, to make it possible for `c-lineup-arglist' to
2483 continue to do a proper job.
2484
2485 * progmodes/cc-engine.el (c-get-syntactic-indentation):
2486 A vector with an absolute indentation column now only overrides
2487 the indentation for surrounding structures, i.e. those whose
2488 syntactic elements are earlier in the `c-syntactic-context'
2489 list, but not nested ones. This so that
2490 e.g. `c-lineup-arglist' can reliably line up with the first
2491 argument but still allow relative indentation changes for
2492 nested things, e.g. the arglist-close of a nested argument
2493 list. This change means that the order in
2494 `c-syntactic-context' has become more essential.
2495 (c-guess-basic-syntax): Changes to make the nesting order of the
2496 returned syntax list correct.
2497
2498 Compatibility note: This change means that `c-lineup-dont-change'
2499 now (again) isn't absolutely sure to keep the current indentation.
2500 However, I believe that most people use it for comments, macros
2501 and string literals, and since those are nested innermost it won't
2502 matter.
2503
2504 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2505
2506 * progmodes/cc-align.el, progmodes/cc-defs.el,
2507 progmodes/cc-engine.el, progmodes/cc-vars.el
2508 (c-guess-basic-syntax, c-calc-offset)
2509 (c-get-syntactic-indentation, c-syntactic-context):
2510 Extend the representation of the syntactic context: Previously it was
2511 a list containing cons cells of the found syntactic symbols
2512 and their relpos values. Now each element is instead a list
2513 containing the syntactic symbol in the first element and the
2514 relpos (if any) in the second. After that there might be more
2515 elements, depending on the syntactic symbol. The line-up
2516 functions get these additional elements as extra arguments.
2517
2518 This change is slightly incompatible. Although the calling
2519 convention for line-up functions is strictly extended, the format
2520 of the `c-syntactic-context' variable has changed slightly. It's
2521 believed that this incompatibility is minor, though; not a single
2522 line-up function distributed with CC Mode needed to be changed,
2523 for instance.
2524
2525 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2526
2527 * progmodes/cc-styles.el (c-set-style, c-set-style-1):
2528 Add another state for the `dont-override' flag where it only keeps
2529 globally set variables.
2530
2531 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2532
2533 * progmodes/cc-mode.el (c-postprocess-file-styles): Do nothing
2534 except in CC Mode modes.
2535
2536 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2537
2538 * progmodes/cc-vars.el, progmodes/cc-fonts.el,
2539 progmodes/cc-langs.el, progmodes/cc-mode.el: Add font lock support.
2540
2541 * progmodes/cc-engine.el (c-beginning-of-syntax): New function
2542 to be used for font-lock-beginning-of-syntax-function.
2543 It uses the state cache to quickly find a good position.
2544
2545 * progmodes/cc-defs.el (c-major-mode-is): Allow a list of
2546 modes. Made it a macro ensure that it's optimized to either
2547 eq or memq for constant arguments.
2548
2549 * progmodes/cc-mode.el (c-common-init): Do away with the
2550 hardcoded setting of `comment-column'; it's a user variable
2551 that we have no business meddling with. Since the default
2552 value for it is 32 in all supported (X)Emacs versions, it's
2553 also safe from a compatibility perspective.
2554
2555 * progmodes/cc-mode.el (c-basic-common-init): New function
2556 that contains only the syntax and line breaking/filling
2557 initialization. It's intended for use by other modes that
2558 embed CC Mode.
2559
2560 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2561
2562 * progmodes/cc-engine.el (c-add-stmt-syntax): Fix some cases
2563 of wrong anchoring, e.g. for else-if compounds.
2564
2565 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2566
2567 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2568 position for defun-open in K&R style functions.
2569
2570 * progmodes/cc-engine.el (c-in-knr-argdecl): Don't trip up on macros.
2571
2572 (c-search-decl-header-end): Handle C++ template arguments more
2573 correctly.
2574
2575 (c-beginning-of-decl-1): Fix when the declaration is first in a macro.
2576
2577 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2578
2579 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
2580 to handle protection labels, one which doesn't get confused by
2581 inherit colons.
2582
2583 (c-end-of-decl-1): Don't treat functions that have "class" or
2584 "struct" in the return type as classes or structs.
2585
2586 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2587
2588 * progmodes/cc-langs.el (c-make-keywords-re): Fix the
2589 keyword adornment so that it works when a keyword ends with "_".
2590
2591 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2592
2593 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
2594 from `c-do-auto-fill' and point is at or near the limit of the
2595 comment. Fix bug when the prefix from `c-guess-fill-prefix'
2596 is longer than the text on the first line of the comment when
2597 it's masked.
2598
2599 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2600
2601 * progmodes/cc-cmds.el (c-mask-comment): Fix bug where point
2602 was moved to the following line when it was at the first line
2603 of a block comment where comment-start-skip matched to eol.
2604
2605 2003-07-01 Luc Teirlinck <teirllm@mail.auburn.edu>
2606
2607 * info.el (Info-fontify-menu-headers): Only fontify `* Menu:' at
2608 the beginning of a line.
2609 (Info-extract-menu-node-name): Correctly initialize while loop.
2610 (Info-scroll-prefer-subnodes): Change default to nil.
2611
2612 * simple.el (vis-mode): Update documentation string to reflect
2613 earlier changes.
2614
2615 2003-06-30 Richard M. Stallman <rms@gnu.org>
2616
2617 * loadup.el (pure-space-overflow): Set it if overflow.
2618
2619 * startup.el (pure-space-overflow): New variable.
2620 (fancy-splash-screens-1): Display warning if overflow.
2621 (normal-splash-screen): Likewise.
2622
2623 * vc.el (vc-default-show-log-entry): Use with-no-warnings.
2624
2625 * subr.el (lazy-completion-table, dynamic-completion-table):
2626 New macros.
2627
2628 2003-06-28 Richard M. Stallman <rms@gnu.org>
2629
2630 * menu-bar.el (menu-bar-options-menu): Move mouse-set-fonts item here.
2631
2632 * international/mule-cmds.el (mule-menu-keymap):
2633 Delete mouse-set-fonts item here.
2634
2635 2003-06-29 Nick Roberts <nick@nick.uklinux.net>
2636
2637 * gdb-ui.el (gdb-display-number-end): Don't re-initialise local
2638 variables to preserve array slices.
2639 (gdb-array-slice): Rename gdb-mouse-array-slice.
2640 (gdb-array-slice): Interactive function bound to "\r" for text
2641 terminals.
2642 (gdb-view-source): Rename gdb-view-source-function.
2643 Set uninitialised variables (defvars) to nil.
2644
2645 2003-06-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2646
2647 * international/mule-cmds.el
2648 (set-display-table-and-terminal-coding-system): Remove CVS
2649 conflict markers and some code.
2650
2651 2003-06-27 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2652
2653 * international/mule-cmds.el (menu-bar-options-menu):
2654 Move `mouse-set-fonts' here from Options/Mule submenu.
2655
2656 2003-06-26 Stephen Eglen <stephen@gnu.org>
2657
2658 * iswitchb.el (iswitchb-read-buffer): Remove redundant variable
2659 iswitchb-prepost-hooks.
2660 (iswitchb-xemacs): Delete variable and use (featurep 'xemacs)
2661 and fboundp instead.
2662 (iswitchb-completions): Remove two redundant arguments and local
2663 variables. (All above from Stefan Monnier).
2664
2665 2003-06-20 Masatake YAMATO <jet@gyve.org>
2666
2667 * progmodes/asm-mode.el (asm-font-lock-keywords):
2668 Support labels starting with "." and directives starting with ".".
2669
2670 2003-06-22 Andreas Schwab <schwab@suse.de>
2671
2672 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2673 Avoid variable as format argument for error.
2674 Don't call symbol-name on string.
2675
2676 * eshell/esh-opt.el (eshell-do-opt): Avoid variable as format
2677 argument for error.
2678
2679 * simple.el (vis-mode): Doc fix.
2680
2681 2003-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2682
2683 * calendar/diary-lib.el (diary-check-diary-file): New function.
2684 (diary, view-diary-entries, show-all-diary-entries)
2685 (mark-diary-entries): Use it.
2686 (view-other-diary-entries): Doc fix. Use `prefix-numeric-value'.
2687 (diary-syntax-table, diary-attrtype-convert, diary-mail-days): Doc fix.
2688 (diary-modified, d-file): No need to defvar (for compiler).
2689 (list-diary-entries): No need for `let*' so use `let'.
2690 (simple-diary-display): Use `diary-file' directly rather than
2691 inheriting `d-file' from `list-diary-entries' caller.
2692 (make-fancy-diary-buffer, show-all-diary-entries):
2693 `mode-line-format' already buffer-local.
2694 (diary-mail-addr): Set to the empty string (rather than nil) if
2695 undefined, as per `user-mail-address'.
2696 (diary-mail-entries): Doc fix. Error if `diary-mail-address' unset.
2697 (mark-sexp-diary-entries): Don't regexp-quote sexp-mark twice.
2698 Remove an un-needed `if'.
2699 (list-sexp-diary-entries): Remove local vars mark and s-entry, and
2700 use `let' rather than `let*'.
2701 (diary-date, insert-monthly-diary-entry)
2702 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
2703 (insert-block-diary-entry, insert-cyclic-diary-entry)
2704 (font-lock-diary-date-forms): No need for `let*' so use `let'.
2705 (make-diary-entry): Doc fix. Use `or' rather than `if'.
2706 (diary-font-lock-keywords): Use `when'. `cal-islam' is required
2707 feature, not `cal-islamic'.
2708 `calendar-islamic-month-name-array-leap-year' does not exist - use
2709 `calendar-islamic-month-name-array'.
2710
2711 2003-06-21 Kenichi Handa <handa@m17n.org>
2712
2713 * international/utf-16.el: Many name changes: utf-16-{be,le} ->
2714 utf-16{be,le}.
2715 (mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding
2716 system aliases for backward compatibility.
2717
2718 * international/utf-7.el: Adjusted for the name change:
2719 xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
2720
2721 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
2722 Adjust for the name change: xxx-utf-16-{le,be} ->
2723 xxx-utf-16{le,be}.
2724
2725 * international/mule-conf.el: Adjusted for the name change:
2726 xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
2727
2728 * international/mule-cmds.el (reset-language-environment):
2729 Adjust for the name change: xxx-utf-16-{le,be} ->
2730 xxx-utf-16{le,be}.
2731
2732 2003-06-20 Luc Teirlinck <teirllm@mail.auburn.edu>
2733
2734 * vc.el (vc-rename-file): Fix typo.
2735
2736 2003-06-19 Andreas Schwab <schwab@suse.de>
2737
2738 * info.el (Info-fontify-node): Improve calculation of other-tag.
2739
2740 2003-06-19 Stefan Monnier <monnier@cs.yale.edu>
2741
2742 * progmodes/cc-mode.el (c-mode): Reverting last change.
2743
2744 2003-06-18 Stefan Monnier <monnier@cs.yale.edu>
2745
2746 * progmodes/gud.el (gud-find-expr-function): Rename from gud-find-expr.
2747 (gud-find-fortran-expr): Move to fortran.el.
2748
2749 * progmodes/fortran.el (fortran-gud-find-expr): Move from gud.el
2750 where it was called gud-find-fortran-expr.
2751 (fortran-mode): Set gud-find-expr-function.
2752
2753 2003-06-18 Nick Roberts <nick@nick.uklinux.net>
2754
2755 * gdb-ui.el (gud-display1): Keep the gdb command, "display", in
2756 the command history.
2757 (gdb-restore-windows): Make restore work when gdb-many-windows
2758 is nil.
2759 (gdb-source-info, gdba): Display assembler if there is no symbol
2760 table for main, or message if there is no main.
2761 (gdb-assembler-custom): Move point to current line of assembler.
2762
2763 * progmodes/gud.el (gud-menu-map): Add dbx support for "run" and
2764 "nexti".
2765 (dbx): Define gud-nexti and gud-run.
2766 (gud-find-expr, gud-find-fortran-expr): New functions.
2767 (gud-find-expr): New variable.
2768 (gud-find-c-expr): Simplify.
2769
2770 * progmodes/fortran.el (fortran-gud-syntax-table): Syntax table
2771 for parsing Fortran expressions for gud-print. (Stefan Monnier)
2772 (fortran-mode): Add local variable gud-find-expr.
2773
2774 * progmodes/cc-mode.el (c-mode): Add local variable gud-find-expr.
2775
2776 2003-06-18 Stefan Monnier <monnier@cs.yale.edu>
2777
2778 * subr.el (looking-back): Handle the case of non-trivial regexps.
2779 Add an optional `limit' argument.
2780 (push, pop, with-temp-file, with-temp-message, delay-mode-hooks)
2781 (with-syntax-table): Add edebug info.
2782
2783 2003-06-17 Stefan Monnier <monnier@cs.yale.edu>
2784
2785 * simple.el (kill-new): Leave yank-handler property alone if no
2786 explicit yank-handler is specified.
2787 (vis-mode-saved-buffer-invisibility-spec): Rename from
2788 saved-buffer-invisibility-spec.
2789 (vis-mode): Correctly handle the case where the mode is turned on
2790 or off several times in a row.
2791
2792 2003-06-17 Luc Teirlinck <teirllm@mail.auburn.edu>
2793
2794 * info.el (Info-fontify-node): Give only the last whitespace
2795 character after the node name the display property. Give all
2796 other such whitespace the invisibility property.
2797
2798 2003-06-17 Pinku Surana <surana@rcn.com>
2799
2800 * progmodes/sql.el: Add support for SQLite interpreter.
2801
2802 2003-06-17 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2803
2804 Version 2.0.35 of Tramp released.
2805
2806 * net/tramp.el (tramp-password-end-of-line): Use "xy" with plink.
2807 (tramp-completion-function-alist): Add completion function for
2808 "remcp", "remsh" and "plink1".
2809 Factor out the `regular' file name handling via a remote shell of
2810 some sort into a specific function. Intent is to later put that
2811 part of Tramp into a special file, so that the Tramp `core' is
2812 just a dispatcher that dispatches to various handlers.
2813 (tramp-sh-file-name-handler): New function.
2814 (tramp-foreign-file-name-handler-alist): New default value.
2815 Call tramp-sh-file-name-handler as default case.
2816 (tramp-file-name-handler): Do not invoke the old remote-shell handler.
2817 (tramp-find-foreign-file-name-handler): Return after first match
2818 is found. From Francis Litterio <franl@world.std.com>.
2819 (tramp-handle-file-newer-than-file-p): `tramp-time-diff' returns
2820 integer, not list. Do not apply `car' to the return value of
2821 `tramp-time-diff'. Reported by David D. Smith
2822 <ultrasoul@ultrasoul.com>.
2823 (tramp-time-diff): Convert return value of subtract-time to a
2824 number of seconds in a correct manner, by applying float-time or
2825 time-to-seconds. Also correct compat code accordingly.
2826 The XEmacs branch for itimer-time-difference didn't need correction,
2827 it returned a float already. Reported by David D. Smith
2828 <ultrasoul@ultrasoul.com>.
2829 (tramp-handle-insert-file-contents): When calling
2830 `file-local-copy', let-bind `inhibit-file-name-operation'
2831 accordingly. This makes sure that jka-compr is not called when
2832 `insert-file-contents-literally' is invoked. From Katsumi Yamaoka
2833 <yamaoka@jpl.org>.
2834 (tramp-do-copy-or-rename-via-buffer): Avoid calling jka-compr when
2835 writing the target file.
2836 (tramp-foreign-file-name-handler-alist): Add comment about default
2837 value having to come last.
2838 (tramp-handle-file-local-copy, tramp-handle-write-region): Add the
2839 "-p" hack.
2840 (tramp-handle-copy-file): Set file modes of target file.
2841 (tramp-handle-file-local-copy)
2842 (tramp-do-copy-or-rename-via-buffer): Use binary coding system,
2843 instead of no-conversion. They are the same on Emacs but
2844 different on XEmacs.
2845 (tramp-shell-prompt-pattern): Allow multiple escape
2846 sequences (each with optional trailing space).
2847
2848 * net/tramp-uu.el:
2849 * net/tramp-util.el:
2850 * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
2851 for XEmacs compatibility.
2852
2853 2003-06-17 Kenichi Handa <handa@m17n.org>
2854
2855 * term/x-win.el (x-select-request-type): New variable.
2856 (x-select-utf8-or-ctext): New function.
2857 (x-selection-value): New function.
2858 (x-cut-buffer-or-selection-value): Call x-selection-value to get
2859 a selection data. Set next-selection-coding-system to nil.
2860
2861 * select.el (x-get-selection): If the string returned by
2862 x-get-selection-internal has text property `foreign-selection',
2863 decode it while preserving that property.
2864
2865 2003-06-16 Stefan Monnier <monnier@cs.yale.edu>
2866
2867 * menu-bar.el (ispell-menu-bar): Don't autoload.
2868 (cvs-global-menu): Use the function rather than the variable.
2869
2870 * pcvs-defs.el (cvs-global-menu): Define as a function as well.
2871
2872 * emacs-lisp/debug.el (debug): Fix call to message.
2873
2874 2003-06-16 Michael Mauger <mmaug@yahoo.com> (tiny change)
2875
2876 * emulation/cua-base.el (cua-mode): Use explicit arg to turn off
2877 minor modes.
2878
2879 2003-06-16 Stefan Monnier <monnier@cs.yale.edu>
2880
2881 * emacs-lisp/cl-extra.el (cl-macroexpand-all):
2882 Don't burp if (cadr (caddr found)) encounters a non-list element.
2883
2884 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Use map-keymap.
2885 (defsubst*): Don't put a `cl-whole argument if it's not used.
2886
2887 * emacs-lisp/cl-specs.el (pushnew): Use keywordp.
2888
2889 * emacs-lisp/disass.el (disassemble): Accept plain expressions.
2890
2891 * add-log.el (add-log-edit-prev-comment, add-log-edit-next-comment):
2892 New commands.
2893 (change-log-mode-map): Bind them.
2894 (smerge-resolve-function): Declare to quieten the byte-compiler.
2895 (change-log-mode): Add the keymap to the docstring.
2896
2897 2003-06-16 Luc Teirlinck <teirllm@mail.auburn.edu>
2898
2899 * simple.el (vis-mode): New function.
2900 (saved-buffer-invisibility-spec): New variable.
2901
2902 2003-06-16 Juanma Barranquero <lektu@terra.es>
2903
2904 * progmodes/sh-script.el (sh-while-getopts, sh-if, sh-case):
2905 Revert part of previous change.
2906
2907 2003-06-16 Pieter E.J. Pareit <pieter.pareit@skynet.be>
2908
2909 * progmodes/mixal-mode.el: New file.
2910
2911 2003-06-16 Markus Rost <rost@math.ohio-state.edu>
2912
2913 * files.el (recover-session-finish): Don't give up when there are
2914 two consecutive empty lines in the auto-save-list file.
2915
2916 2003-06-14 Stefan Monnier <monnier@cs.yale.edu>
2917
2918 * emacs-lisp/copyright.el (copyright-update-year): New function
2919 extracted from copyright-update.
2920 When `arg' is set, replace the year, not the `copyright' text.
2921 Ignore `copyright-update = nil' if called interactively.
2922 Use "," rather than ", " if that's what was used before.
2923 Recognize mixes of 2 and 4 digit years.
2924 Use replace-match.
2925 (copyright-update): Add interactivep arg.
2926 Use it instead of use last-command.
2927 Use replace-match. Don't assume (point-min) == 1.
2928
2929 * textmodes/tex-mode.el (tex-compile-commands):
2930 Handle tex-start-commands like tex-start-tex does.
2931
2932 * cus-edit.el (custom-get-fresh-buffer): Kill overlays before erasing
2933 the buffer.
2934
2935 2003-06-13 Ilya N. Golubev <gin@mo.msk.ru> (tiny change)
2936
2937 * shell.el (shell-command-separator-regexp): New variable.
2938 (shell-directory-tracker): Make regexp used for skipping to next
2939 command correspond to one used for command itself.
2940
2941 2003-06-13 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2942
2943 * textmodes/texinfmt.el (texinfo-format-scan):
2944 Silence `whitespace-cleanup'.
2945
2946 2003-06-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2947
2948 * calendar/timeclock.el (display-time-hook)
2949 (timeclock-modeline-display): Define for byte-compiler.
2950 (timeclock-time-to-date, timeclock-workday-remaining)
2951 (timeclock-time-to-seconds, timeclock-seconds-to-time):
2952 Move earlier in the file so defined before used.
2953 (timeclock-status-string): No need for `let*' so use `let'.
2954 (timeclock-query-out): Always return a non-nil value.
2955
2956 2003-06-10 Rajesh Vaidheeswarran <rv@gnu.org>
2957
2958 * whitespace.el (whitespace-version): Bump to 3.3
2959 (whitespace-cleanup): Respect user preference for silence
2960
2961 * whitespace.el: Remove :tag in commentary :link. Remove empty
2962 lines in comment, since commentary seems to have a problem with that.
2963
2964 2003-06-09 Stefan Monnier <monnier@cs.yale.edu>
2965
2966 * textmodes/tex-mode.el (tex-search-noncomment): New macro.
2967 (tex-last-unended-begin, tex-next-unmatched-end): Use it
2968 so we don't get confused by \begin and \end in comments.
2969 (tex-compile): Change dir before calling tex-compile-default.
2970
2971 2003-06-09 Luc Teirlinck <teirllm@mail.auburn.edu>
2972
2973 * bindings.el (global-map): Bind `kill-whole-line' to
2974 C-S-<backspace>. Remove M-S-<backspace> binding: too close to
2975 C-M-<backspace>.
2976
2977 * dired.el (dired-re-dot): Make it handle trailing /.
2978 (dired-get-filename): Update documentation string.
2979 Revert previous change and fix typo in earlier version.
2980
2981 2003-06-10 Kim F. Storm <storm@cua.dk>
2982
2983 * info.el (Info-fontify-node): Make `invisible' property
2984 non-sticky so that whitespace added by filling stays visible.
2985 Make refilling less agressive by starting at beginning of current
2986 line rather than beginning of current paragraph.
2987
2988 2003-06-09 Andreas Schwab <schwab@suse.de>
2989
2990 * dired.el (dired-get-filename): Complain only about "." and "..",
2991 not all directories.
2992
2993 2003-06-08 Nick Roberts <nick@nick.uklinux.net>
2994
2995 * gdb-ui.el (gdb-get-current-frame, gdb-frame-handler): Use Gdb
2996 command `info frame' instead of `frame' to preserve point.
2997 (gdb-invalidate-assembler): Only run disassemble again if frame
2998 has changed.
2999 (gdb-append-to-inferior-io): Revert change from 2003-05-17.
3000
3001 2003-06-07 Stefan Monnier <monnier@cs.yale.edu>
3002
3003 * textmodes/texinfo.el (texinfo-enable-quote-macros): Fix thinko.
3004 (texinfo-insert-@table): Remove unused arg.
3005 (texinfo-show-structure): Remove unused var `source-buffer'.
3006
3007 * info.el (Info-goto-node, Info-follow-reference, Info-menu-update)
3008 (Info-fontify-node): Don't search past header-end.
3009 Use match-string and line-end-position.
3010
3011 * skeleton.el (skeleton-proxy-new): Consume the mark-active state.
3012
3013 * textmodes/tex-mode.el (tex-mode-syntax-table)
3014 (tex-latex-indent-syntax-table): Don't use easy-mmode-defsyntax.
3015
3016 2003-06-07 Jason Rumney <jasonr@gnu.org>
3017
3018 * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event):
3019 Use wheel-* events on darwin.
3020
3021 2003-06-06 Era Eriksson <era@iki.fi> (tiny change)
3022
3023 * shell.el (shell-resync-dirs): Tolerate an extra line of output
3024 before the list of directories from `shell-dirstack-query' (it
3025 looks for, and ignores, a literal copy of the value of
3026 shell-dirstack-query).
3027
3028 2003-06-06 Lute Kamstra <Lute.Kamstra@cwi.nl>
3029
3030 * info.el (Info-complete-menu-item): Revert change of 2003-06-03.
3031
3032 2003-06-06 Klaus Zeitler <kzeitler@lucent.com>
3033
3034 * progmodes/sh-script.el: Fix bug in "Options Loop" skeleton for
3035 ksh. Add newlines to a few skeletons, add "select" keyword for bash.
3036
3037 2003-06-06 Andreas Schwab <schwab@suse.de>
3038
3039 * info.el (Info-select-node): Doc fix.
3040
3041 2003-06-06 Miles Bader <miles@gnu.org>
3042
3043 * frame.el (set-frame-font): Default to frame's current default font.
3044
3045 2003-06-06 Kim F. Storm <storm@cua.dk>
3046
3047 * info.el (Info-fontify-node): Don't refill over lines ending in a
3048 period; this should fix problems with lists like one in the
3049 (emacs)Library Keywords section.
3050
3051 2003-06-05 Markus Rost <rost@math.ohio-state.edu>
3052
3053 * dired.el (dired-get-filename): Don't err for . and .. for calls
3054 from dired-add-entry.
3055
3056 2003-06-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
3057
3058 * textmodes/table.el (table-cell-horizontal-chars): Rename from
3059 table-cell-horizontal-char. Now a string value instead of a
3060 character. ?= is allowed for horizontal boundary as well as ?-.
3061 (table-command-remap-alist, table-command-list): Change defconst to
3062 defvar because the value is modified.
3063 (table-insert, table-insert-row, table-insert-column)
3064 (table-recognize, table-recognize-region, table-widen-cell)
3065 (table-span-cell, table-split-cell-vertically): Change due to
3066 table-cell-horizontal-chars.
3067 (table--cell-horizontal-char-p): New function.
3068 (table--generate-source-scan-lines, table-delete-row)
3069 (table-delete-column, table--spacify-frame)
3070 (table--find-row-column, table--probe-cell-left-up)
3071 (table--probe-cell-right-bottom, table--probe-cell): Change due to
3072 table-cell-horizontal-chars. From David Abrahams
3073 <dave@boost-consulting.com>
3074
3075 2003-06-05 Juanma Barranquero <lektu@terra.es>
3076
3077 * gud.el: Moved to progmodes.
3078
3079 2003-06-05 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> (tiny change)
3080
3081 * progmodes/tcl.el (tcl-mode): Set imenu-generic-expression to the
3082 value of tcl-imenu-generic-expression instead of the symbol.
3083
3084 2003-06-05 Luc Teirlinck <teirllm@mail.auburn.edu>
3085
3086 * info.el (Info-mode): Mention `c' and remove duplicate mention
3087 of `q' in documentation string.
3088
3089 2003-06-05 Lute Kamstra <Lute.Kamstra@cwi.nl>
3090
3091 * shell.el (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on
3092 `comint-output-filter-functions' when bash is used as the inferior
3093 shell.
3094 (shell-filter-ctrl-a-ctrl-b): New function.
3095
3096 2003-06-05 Dave Love <fx@gnu.org>
3097
3098 * vc-hooks.el (vc-make-backup-files): Add :group backup.
3099
3100 2003-06-05 Kim F. Storm <storm@cua.dk>
3101
3102 * info.el (Info-fontify-node): Individually refill menus and
3103 paragraphs to preserve menu items and varying indentation.
3104 Only color first 9 menu items differently.
3105
3106 2003-06-05 Juanma Barranquero <lektu@terra.es>
3107
3108 * desktop.el: Add new maintainer.
3109
3110 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
3111
3112 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Try and detect
3113 when we're starting from within a tag.
3114 (sgml-get-context): When called from inside a tag, do something useful.
3115 Rename the arg now that it's never used for `full' context anymore.
3116 (sgml-calculate-indent): Make `lcon' an argument.
3117 Return nil when we DON'T know what to do.
3118 If the initial lcon turns out to be wrong, try again.
3119 (sgml-indent-line): If sgml-calculate-indent returns nil, don't indent.
3120
3121 2003-06-04 Jason Rumney <jasonr@gnu.org>
3122
3123 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3124 Default to new wheel-up and wheel-down events on MacOS.
3125
3126 * term/mac-win.el: No need to bind wheel events specially.
3127
3128 2003-06-04 Luc Teirlinck <teirllm@mail.auburn.edu>
3129
3130 * simple.el (yank-excluded-properties): Expand documentation string.
3131
3132 2003-06-04 Richard M. Stallman <rms@gnu.org>
3133
3134 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p):
3135 Use with-no-warnings.
3136
3137 * gud.el (gud-minor-mode-type): Move defvar up.
3138
3139 * progmodes/compile.el (compilation-next-error): When moving fwd,
3140 compare position of point with the errors.
3141
3142 * dired.el (dired-get-filename): Err for . and .. in usual case.
3143 (dired-get-file-for-visit): Specify no-error to dired-get-filename,
3144 and check for real errors here.
3145 (dired-unmark-all-files): Specify no-error to dired-get-filename.
3146
3147 * buff-menu.el (list-buffers-noselect): Use window-inside-edges
3148 to compute the number of offset spaces.
3149 (list-buffers-noselect): Use Buffer-menu-buffer+size to
3150 indent the dashes properly. Put some in fixed-pitch.
3151
3152 2003-06-04 Lars Hansen <larsh@math.ku.dk>
3153
3154 * desktop.el (desktop-create-buffer): Undo last change.
3155 (desktop-kill, desktop-save, desktop-remove): Use expand-directory
3156 rather than concat to construct desktop filename.
3157 (desktop-kill, desktop-read, desktop-change-dir):
3158 Ensure desktop-dirname is a directory name.
3159 (desktop-change-dir): Fix bug when DIR was relative.
3160
3161 2003-06-04 Alex Coventry <alex_c@mit.edu> (tiny change)
3162
3163 * files.el (after-find-file): Fix arguments of call to `sit-for'.
3164
3165 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * info.el (Info-extract-menu-node-name): Remove unused arg errmessage.
3168 (Info-follow-reference): Update corresponding call.
3169 (Info-node-spec-re): New const.
3170 (Info-complete-menu-item): Use it to only allow : when necessary.
3171 (Info-fontify-node): Use it as well. Fixup typo.
3172
3173 * info.el (info-fontify-node): Use better help-echo text.
3174 Use :align-to display prop.
3175 Use `invisible' rather than `display' prop to hide text.
3176
3177 * info.el (Info-mode-hook): Obey obsolete `Info-fontify'.
3178 (Info-find-in-tag-table-1): Remove unused vars.
3179 (Info-display-images-node): Remove unused var paragraph-markers.
3180 (Info-header-line): Remove.
3181 (Info-select-node): Don't set it.
3182 (Info-search): Remove unused var `current'.
3183 (Info-follow-reference): Remove unused var `beg'.
3184 (Info-extract-menu-node-name): Remove unused var `i'.
3185 (Info-complete-menu-item): Use `with-current-buffer'.
3186 (Info-index): Remove unused var `rnode'.
3187 (Info-mode): Set header-line-format to check text-properties directly.
3188 (Info-find-emacs-command-nodes): Remove unused var `found' and `exact'.
3189 (Info-fontify-node): Use `push'.
3190 (Info-speedbar-hierarchy-buttons): Use `dolist'.
3191 (Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes):
3192 Check the return value of `string-match'.
3193 (Info-speedbar-fetch-file-nodes): Factor out common code.
3194
3195 2003-06-03 Lute Kamstra <Lute.Kamstra@cwi.nl>
3196
3197 * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer.
3198
3199 2003-06-03 Richard M. Stallman <rms@gnu.org>
3200
3201 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
3202 Add save-excursion.
3203
3204 * windmove.el (windmove-reference-loc, windmove-frame-edges):
3205 Use window-inside-edges.
3206 (windmove-do-window-select): Fix error messages.
3207
3208 * files.el (after-find-file): Simplify msg if nonexistent directory.
3209 (make-directory): Doc fix.
3210
3211 * dabbrev.el (dabbrev--goto-start-of-abbrev):
3212 Use minibuffer-prompt-end.
3213
3214 * comint.el (comint-move-point-for-output): Renamed from
3215 comint-scroll-to-bottom-on-output. Old name is alias.
3216 All uses changed. Doc fix.
3217 (comint-scroll-show-maximum-output): Doc fix.
3218
3219 * comint.el (comint-exec-1): Don't use directory-sep-char.
3220 (comint-dynamic-complete-as-filename): Likewise.
3221
3222 * bindings.el (global-map): Delete C-M-delete and C-M-backspace.
3223
3224 2003-06-03 Markus Rost <rost@math.ohio-state.edu>
3225
3226 * progmodes/ps-mode.el (ps-mode): Use autoload cookie in the
3227 standard way.
3228
3229 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
3230
3231 * textmodes/bibtex.el (bibtex-member-of-regexp)
3232 (bibtex-assoc-of-regexp, bibtex-format-entry, bibtex-find-entry)
3233 (bibtex-autokey-demangle-name, bibtex-string-files-init, bibtex-mode):
3234 Fix up regexp usage and use match-string.
3235
3236 2003-06-02 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
3237
3238 * textmodes/bibtex.el: Long overdue merge.
3239 Don't require `compile' since it seems unnecessary.
3240 For all internal variables and functions the docstring comments have
3241 been converted into proper docstrings
3242 (bibtex-maintainer-address, bibtex-maintainer-salutation)
3243 (bibtex-version): Remove support for bug reporting.
3244 (bibtex-field-delimiters, bibtex-entry-delimiters)
3245 (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
3246 Replace make-variable-buffer-local by make-local-variable for
3247 (bibtex-entry-format): New tag `required-fields'.
3248 (bibtex-maintain-sorted-entries): New var.
3249 (bibtex-sort-entry-class, bibtex-sort-entry-class-alist): New vars.
3250 (bibtex-predefined-month-strings, bibtex-predefined-strings):
3251 Make into alists with pairs (abbreviation expansion).
3252 (bibtex-autokey-titleword-change-strings)
3253 (bibtex-autokey-transcriptions): Make into alists.
3254 Add new replacement pairs.
3255 (bibtex-autokey-use-crossref): New var.
3256 Replace bibtex-autokey-year-use-crossref-entry because updated code
3257 for autokey generation handles crossrefs independently of
3258 particular fields.
3259 (bibtex-reference-key, bibtex-mode-syntax-table):
3260 Remove = because it can't be part of a string's key.
3261 (bibtex-complete-key-cleanup): New var.
3262 (bibtex-complete): Merge bibtex-complete-string and bibtex-complete-key
3263 into it (and bind to M-tab).
3264 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3265 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3266 (bibtex-quoted-string-re): New vars.
3267 (bibtex-field-name-for-parsing): Don't make-variable-buffer-local.
3268 (zmacs-regions): Declare to quieten the byte-compiler.
3269 (bibtex-comment-start): Don't include the space.
3270 (bibtex-font-lock-syntactic-keywords): New var.
3271 (bibtex-font-lock-keywords): Remove the entry for @Comment.
3272 (bibtex-parse-field-string): Merge the functionality of
3273 bibtex-parse-field-string-braced, bibtex-parse-quoted-string and
3274 bibtex-parse-field-string-quoted.
3275 (bibtex-search-forward-field-string): Remove.
3276 (bibtex-parse-association): Use when.
3277 (bibtex-parse-field-name): Use when.
3278 (bibtex-parse-field-text): Use when and cond.
3279 (bibtex-parse-field): Use let.
3280 (bibtex-search-forward-field, bibtex-search-backward-field):
3281 Make bound optional, use let, setq, and cddr.
3282 (bibtex-start-of-field, bibtex-start-of-name-in-field)
3283 (bibtex-end-of-name-in-field): Use nth.
3284 (bibtex-name-in-field, bibtex-text-in-field-bounds)
3285 (bibtex-text-in-field, bibtex-type-in-head, bibtex-key-in-head)
3286 (bibtex-text-in-string): New functions.
3287 (bibtex-reference-key-in-string): New fun. Merge of
3288 bibtex-start-of-reference-key-in-string and
3289 bibtex-end-of-reference-key-in-string.
3290 (bibtex-parse-string-prefix): Use let and when.
3291 (bibtex-parse-string-postfix): Use when.
3292 (bibtex-search-forward-string, bibtex-search-backward-string):
3293 Use save-excursion and setq.
3294 (bibtex-member-of-regexp): Use let.
3295 (bibtex-assoc-of-regexp): Use caar und let.
3296 (bibtex-skip-to-valid-entry): Return buffer position.
3297 (bibtex-map-entries): Use save-excursion.
3298 (bibtex-progress-message): Simplify.
3299 (bibtex-search-entry): Use skip-chars-forward, when, save-match-data.
3300 (bibtex-move-outside-of-entry): Handle the case that point is before
3301 first entry.
3302 (bibtex-enclosing-field): Use save-excursion, when.
3303 (bibtex-format-field-delimiters): Merge into bibtex-format-entry.
3304 (bibtex-enclosing-entry-maybe-empty-head): Simplify.
3305 (bibtex-format-entry): Simplify. Handle new tag required-fields of
3306 bibtex-entry-format.
3307 (bibtex-autokey-abbrev): Accept negative values of len.
3308 (bibtex-autokey-get-field, bibtex-autokey-demangle-title): New funs.
3309 (bibtex-autokey-get-namefield, bibtex-autokey-get-namelist)
3310 (bibtex-autokey-get-yearfield-digits, bibtex-autokey-get-yearfield)
3311 (bibtex-autokey-get-titlestring): Remove.
3312 (bibtex-autokey-get-names): Simplify.
3313 (bibtex-autokey-get-titles): Rename to bibtex-autokey-get-title.
3314 (bibtex-autokey-demangle-name): Simplify, avoid error messages.
3315 (bibtex-generate-autokey): Simplify.
3316 (bibtex-parse-keys): Simplify, use push.
3317 (bibtex-parse-strings): New fun similar to bibtex-parse-keys.
3318 (bibtex-string-files-init): New fun.
3319 (bibtex-parse-buffers-stealthily): Use bibtex-parse-keys,
3320 bibtex-string-files-init and bibtex-parse-strings.
3321 (bibtex-complete): Rename to bibtex-complete-internal, use push,
3322 bibtex-reference-key-in-string, no sorting.
3323 (bibtex-complete-string-cleanup): New fun, displays expansion of
3324 completed strings.
3325 (bibtex-choose-completion-string): New fun. Required for
3326 choose-completion-string-functions.
3327 (bibtex-do-auto-fill): Remove. Set fill-prefix in bibtex-mode.
3328 (bibtex-pop): Simplify.
3329 (bibtex-mode): Move setting of bibtex-string to bibtex-parse-strings.
3330 Set choose-completion-string-functions.
3331 (bibtex-print-help-message,bibtex-make-field, bibtex-end-of-entry)
3332 (bibtex-count-entries): Simplify.
3333 (bibtex-entry-index, bibtex-lessp): New funs for generalized sorting
3334 scheme of indices, see bibtex-maintain-sorted-entries.
3335 (bibtex-sort-buffer): Use bibtex-lessp for sorting.
3336 (bibtex-find-crossref, bibtex-find-entry): New funs.
3337 (bibtex-find-entry-location): Rename to bibtex-prepare-new-entry, use
3338 bibtex-lessp, Simplify.
3339 (bibtex-validate): Simplify. Fixe bug of internal variable
3340 questionable-month.
3341 (bibtex-remove-OPT-or-ALT): Use when.
3342 (bibtex-remove-delimiters, bibtex-kill-field, bibtex-kill-entry)
3343 (bibtex-clean-entry, bibtex-fill-entry, bibtex-reformat): Simplify.
3344 (bibtex-convert-alien): Use deactivate-mark rather than the
3345 non-existent bibtex-mark-active variable.
3346 (bibtex-complete-string, bibtex-complete-key): Merge into new
3347 `smart' defun bibtex-complete.
3348 (bibtex-String): Update for new sorting scheme, distinguish empty and
3349 non-empty key strings.
3350
3351 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
3352
3353 * sort.el (sort-subr): Add `predicate' arg. Remove `sortcar' code.
3354
3355 2003-06-02 Lute Kamstra <Lute.Kamstra@cwi.nl>
3356
3357 * emacs-lisp/lisp-mnt.el (lm-synopsis): Use relative filenames
3358 correctly. Show the synopsis to the user when appropriate.
3359 Do not kill buffers that were created outside `lm-synopsis'.
3360
3361 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
3362
3363 * cus-edit.el (custom-get-fresh-buffer): Be extra paranoid,
3364 just in case some used a file of the wrong name.
3365
3366 * progmodes/sh-script.el (sh-is-quoted-p): New fun.
3367 (sh-font-lock-paren): Use it to allow \C in case patterns.
3368 (sh-get-indent-info): Check the \n before the line for string-status.
3369 (sh-feature): Remove unused var `function'.
3370 (sh-get-indent-info): Remove unused variables.
3371 (sh-prev-thing): Remove unused vars `going', `n', and `found'.
3372 (sh-set-indent): Remove unused var `new-val' and `val0'.
3373 (sh-learn-buffer-indent): Remove unused vars `last-pos' and `lines'.
3374 (sh-guess-basic-offset): Remove unused var `return' and `j'.
3375
3376 2003-05-27 David Ponce <david@dponce.com>
3377
3378 * ruler-mode.el
3379
3380 Version 1.6
3381
3382 Take into account changes made to the display margins, fringes and
3383 scroll-bar handling.
3384
3385 (ruler-mode-margins-char): Remove. Not used anymore.
3386 (ruler-mode-pad-face, ruler-mode-fringes-face): New faces.
3387 (ruler-mode-margins-face): New definition. Move.
3388 (ruler-mode-left-fringe-cols)
3389 (ruler-mode-right-fringe-cols)
3390 (ruler-mode-left-scroll-bar-cols)
3391 (ruler-mode-right-scroll-bar-cols): Reimplement. Move.
3392 (ruler-mode-full-window-width)
3393 (ruler-mode-window-col): New functions.
3394 (ruler-mode-mouse-set-left-margin)
3395 (ruler-mode-mouse-set-right-margin)
3396 (ruler-mode-mouse-add-tab-stop)
3397 (ruler-mode-mouse-del-tab-stop): Reimplement.
3398 (ruler-mode-mouse-current-grab-object): Rename to...
3399 (ruler-mode-dragged-symbol): New.
3400 (ruler-mode-mouse-grab-any-column): Use it. Clean up.
3401 (ruler-mode-mouse-drag-any-column): Likewise.
3402 (ruler-mode-mouse-drag-any-column-iteration): Simplify.
3403 (ruler-mode): Restore previous `header-line-format' if
3404 `ruler-mode-header-line-format-old' has a local binding in current
3405 buffer.
3406 (ruler-mode-left-margin-help-echo)
3407 (ruler-mode-right-margin-help-echo): Remove.
3408 (ruler-mode-margin-help-echo)
3409 (ruler-mode-fringe-help-echo): New constants.
3410 (ruler-mode-ruler): Use them. Reimplement.
3411
3412 2003-06-01 Jason Rumney <jasonr@gnu.org>
3413
3414 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3415 Default to new wheel-up and wheel-down events on Windows.
3416
3417 * term/w32-win.el: No need to bind wheel events specially.
3418
3419 2003-06-01 Michael Kifer <kifer@cs.stonybrook.edu>
3420
3421 * desktop.el (desktop-create-buffer): Add (desktop-first-buffer) to
3422 the let-statement to avoid the startup error that desktop-first-buffer
3423 is undefined.
3424
3425 2003-06-01 Andreas Schwab <schwab@suse.de>
3426
3427 * man.el (Man-name-regexp): Also match Latin-1 soft hyphen.
3428 (Man-build-references-alist): Handle Latin-1 soft hyphen.
3429
3430 2003-05-31 Stephen Eglen <stephen@gnu.org>
3431
3432 * iswitchb.el (iswitchb-buffer-ignore): Update custom type to
3433 allow functions.
3434
3435 2003-05-31 Stefan Monnier <monnier@cs.yale.edu>
3436
3437 * view.el (view-file, view-file-other-window, view-file-other-frame):
3438 Signal an error when trying to visit an inexistent file.
3439
3440 * vc-hooks.el (vc-call-backend): Give better error message
3441 when a backend function is missing.
3442 (vc-find-file-hook): USe unless. Merge if and cond.
3443
3444 * vc.el (vc-directory-exclusion-list): Add MCVS and .svn.
3445 (vc-checkin-hook): Adjust option to new name.
3446
3447 * log-edit.el (log-edit-maximum-comment-ring-size)
3448 (log-edit-comment-ring, log-edit-comment-ring-index)
3449 (log-edit-last-comment-match): Rename vars from
3450 vc-maximum-comment-ring-size, vc-comment-ring, vc-comment-ring-index,
3451 and vc-last-comment-match.
3452 (log-edit-new-comment-index, log-edit-previous-comment)
3453 (log-edit-next-comment, log-edit-comment-search-backward)
3454 (log-edit-comment-search-forward, log-edit-comment-to-change-log):
3455 Rename funs from vc-new-comment-index, vc-previous-comment,
3456 vc-next-comment, vc-comment-search-reverse, vc-comment-search-forward,
3457 and vc-comment-to-change-log.
3458
3459 * wid-edit.el (widget-specify-insert): Simplify.
3460 (widget-editable-list-entry-create): Don't assume that %d and %i are
3461 in the format string.
3462 (widget-map-buttons): Remove unused var `parent'.
3463 (widget-move): Remove unused shadowed var `new'.
3464 (widget-color-action): Remove unused var `pos'.
3465
3466 * cus-edit.el (custom-get-fresh-buffer): New fun.
3467 (custom-buffer-create, custom-buffer-create-other-window)
3468 (customize-browse): Use it instead of killing buffers.
3469 (custom-bury-buffer): Obey the argument.
3470 (custom-variable-reset-saved, custom-variable-reset-standard):
3471 Remove unused var `comment-widget'.
3472 (custom-face-edit-deactivate): Remove unused var `to'.
3473 (custom-save-variables): Remove unused var `sep'.
3474
3475 2003-05-31 John Paul Wallington <jpw@gnu.org>
3476
3477 * files.el (large-file-warning-threshold): Add type, groups.
3478
3479 * progmodes/delphi.el (delphi-ignore-changes): Defvar; non-constant.
3480
3481 2003-05-31 Kenichi Handa <handa@m17n.org>
3482
3483 * files.el (recover-file): Bind coding-system-for-read to
3484 auto-save-coding.
3485
3486 2003-05-31 Juanma Barranquero <lektu@terra.es>
3487
3488 * misc.el (mark-beginning-of-buffer, mark-end-of-buffer)
3489 (upcase-char, forward-to-word, backward-to-word): Move from unused.el.
3490
3491 * unused.el: Deleted (contents moved to misc.el).
3492
3493 * options.el:
3494 * emacs-lisp/float.el:
3495 * textmodes/scribe.el: Moved to obsolete.
3496
3497 * byte-run.el:
3498 * derived.el:
3499 * float-sup.el:
3500 * map-ynp.el:
3501 * regi.el:
3502 * timer.el:
3503 * warnings.el: Moved to emacs-lisp.
3504
3505 * enriched.el: Moved to textmodes.
3506
3507 * textmodes/outline.el: Moved to lisp.
3508
3509 * which-func.el: Moved to progmodes.
3510
3511 * loadup.el: Load byte-run.el, map-ynp.el, timer.el and float-sup.el
3512 from emacs-lisp.
3513
3514 2003-05-31 Tom Wurgler <twurgler@goodyear.com> (tiny change)
3515
3516 * subr.el (looking-back): New function to check for regular
3517 expression before point.
3518
3519 2003-05-30 Stefan Monnier <monnier@cs.yale.edu>
3520
3521 * newcomment.el (comment-empty-lines): New var.
3522 (comment-region-internal): Use it.
3523
3524 * textmodes/tex-mode.el (latex-block-args-alist)
3525 (latex-block-body-alist): New vars.
3526 (latex-insert-block): Use them.
3527 (tex-string-prefix-p): New fun.
3528 (tex-guess-main-file): Use it to detect when the main file
3529 is in a parent directory.
3530 (tex-main-file): Try to find a main-file in parent directories.
3531 (tex-compile-default): Don't use `gv' on pdf files just because
3532 `gv' was used recently on a ps file. Remove unused arg `dir'.
3533 Reuse a previous command as-is if it applied to the same file.
3534 (tex-compile): Use the right file name when file is not in dir.
3535
3536 * textmodes/refill.el (refill-adjust-ignorable-overlay):
3537 Don't hardcode pint-min == 1.
3538 (refill-fill-paragraph-at): Use a more robust method to detect
3539 when the paragraph is after point. Remove unused var `fill-pfx'.
3540
3541 * xml.el (xml-parse-tag): Return (foo nil) rather than (foo nil "")
3542 for <foo/>, to make it behave like <foo></foo>.
3543
3544 * emacs-lisp/edebug.el (edebug-storing-offsets): Move indent
3545 and debug to inside the macro.
3546 (edebug-read-storing-offsets): Simplify.
3547 (edebug-read-quote, edebug-read-function): Place the
3548 start-position correctly.
3549 (edebug-read-backquote-new): Remove.
3550 (edebug-read-backquote-level): New var to replace it.
3551 (edebug-read-backquote): Increment it.
3552 Don't store offsets one extra time.
3553 (edebug-read-comma): Decrement it. Read the comma as a plain
3554 symbol if outside of any new-style backquote.
3555 (edebug-read-list): Use edebug-read-backquote-level.
3556 Don't call edebug-read-backquote directly. This way the extra
3557 offsets store is done exactly when it's needed.
3558 (edebug-read-vector): Use push.
3559 (defmacro): Add support for the `declare' thingy.
3560
3561 2003-05-29 Stefan Monnier <monnier@cs.yale.edu>
3562
3563 * forms.el (forms-mode-hook): Rename from forms-mode-hooks.
3564 (forms-mode): Use add-hook rather than make-local-variable+setq.
3565 Use with-current-buffer. Run the new and the old hooks.
3566 (forms--update): Use with-current-buffer and line-end-position.
3567 (forms--goto-record): New fun.
3568 (forms-jump-record, forms-insert-record, forms-delete-record): Use it.
3569 (forms--process-format-list): Remove unused var `this-item'.
3570 (forms--intuit-from-file): Remove unused var `the-result'.
3571 (forms--trans): Remove unused var `x'.
3572 (forms--exit, forms-exit, forms-exit-no-save): Remove unused arg.
3573
3574 * emacs-lisp/edebug.el (edebug-window-list): Use push.
3575 (edebug-macrop): Use functionp.
3576 (edebug-functionp): Remove.
3577 (edebug-get-displayed-buffer-points): Use push.
3578 (edebug-set-buffer-points): Use save-current-buffer and buffer-live-p.
3579 (edebug-list-form): Remove dead code.
3580 (backquote-form): Correctly handle `(a . ,b).
3581 (edebug-mode-map, global-edebug-map): Move init to inside the defvar.
3582 (define-derived-mode, define-minor-mode): Remove outdated spec.
3583 (save-match-data, with-output-to-string, with-current-buffer)
3584 (combine-after-change-calls, with-temp-buffer, dolist, dotimes)
3585 (unless, when): Remove specs that are now in the corresponding macro.
3586
3587 * emacs-lisp/easy-mmode.el (define-minor-mode): Add edebug spec.
3588 Accept a :keymap argument, as you'd expect.
3589
3590 * derived.el (define-derived-mode): Add a proper edebug declaration.
3591
3592 2003-05-29 Luc Teirlinck <teirllm@mail.auburn.edu>
3593
3594 * simple.el (kill-whole-line): Make it interact correctly with
3595 the kill ring.
3596
3597 2003-05-29 Kenichi Handa <handa@m17n.org>
3598
3599 * international/mule.el (ctext-non-standard-encodings-alist):
3600 Rename from non-standard-icccm-encodings-alist.
3601 (ctext-non-standard-encodings-regexp): New variable
3602 (ctext-post-read-conversion): Full rewrite.
3603 (ctext-non-standard-designations-alist): Rename from
3604 non-standard-designations-alist.
3605 (ctext-pre-write-conversion): Full rewrite.
3606
3607 2003-05-28 Stefan Monnier <monnier@cs.yale.edu>
3608
3609 * info.el (Info-fontify-node): Hide \n------- rather than -------\n.
3610
3611 * skeleton.el (skeleton-edebug-spec): First cut of an edebug spec.
3612 (define-skeleton): Use it.
3613
3614 2003-05-28 Andreas Schwab <schwab@suse.de>
3615
3616 * descr-text.el (describe-char): Use `char' instead of
3617 `(char-after)'. Fix display of unicode.
3618
3619 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
3620
3621 * gud.el (gud-gdb-goto-stackframe, gud-gdb-get-stackframe):
3622 Add server prefix to the gdb commands used by the speedbar.
3623
3624 2003-05-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3625
3626 * simple.el (kill-region): If nothing was killed, and the
3627 previous command was not a kill, break kill sequence.
3628
3629 2003-05-28 Richard M. Stallman <rms@gnu.org>
3630
3631 * textmodes/refill.el (refill-fill-paragraph-at):
3632 Avoid refilling the following paragraph.
3633 (refill-doit): Doc fix.
3634
3635 * emulation/vip.el (ctl-x-map): Don't bind C-x C-i or C-x 3.
3636 (global-map): Don't bind C-z.
3637 (vip-setup): New function to rebind C-x 7 and C-z.
3638
3639 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3640 Undo previous change (don't check for eob). Widen at the beginning.
3641
3642 * map-ynp.el (map-y-or-n-p): No special handling for exit-prefix.
3643 In help string, mention C-g but not ESC.
3644
3645 * jka-compr.el (jka-compr-insert-file-contents):
3646 When REPLACE, delete the proper range of text.
3647
3648 * info.el (Info-index): Add autoload cookie.
3649
3650 * forms.el (forms-mode): Use write-file-functions instead
3651 of local-write-file-hooks. Use make-local-variable to make it local.
3652
3653 * descr-text.el (describe-char-unicode-data): New dummy definition.
3654 (unicode-data): Comment out since we can't use UnicodeData.txt as is.
3655 (describe-char-unicodedata-file): Variable renamed and commented out.
3656
3657 * faces.el (set-face-attribute): Set face-modified prop to t
3658 when we change the new-frame defaults.
3659 (face-spec-set): Set face-modified prop to nil
3660 when we change the new-frame defaults.
3661
3662 * cus-edit.el (custom-face-state-set): non-nil `face-modified'
3663 means face was set outside of Custom.
3664
3665 2003-05-28 Richard M. Stallman <rms@gnu.org>
3666
3667 * byte-run.el (with-no-warnings): New function.
3668
3669 * emacs-lisp/bytecomp.el (byte-compile-no-warnings): New function.
3670 (with-no-warnings): Set up compile handler.
3671
3672 * startup.el (command-line-1): Use with-no-warnings.
3673
3674 * type-break.el (type-break-cancel-function-timers):
3675 Use with-no-warnings.
3676
3677 2003-05-28 Luc Teirlinck <teirllm@mail.auburn.edu>
3678
3679 * env.el (substitute-env-vars): Fix typo.
3680
3681 2003-05-28 Walter C. Pelissero <walter@pelissero.de> (tiny change)
3682
3683 * net/browse-url.el (browse-url-mozilla): Correct the conditionals
3684 for using ,new-window.
3685
3686 2003-05-27 Glenn Morris <gmorris@ast.cam.ac.uk>
3687
3688 * progmodes/sh-script.el (sh-here-document-word):
3689 Document new treatment of leading "-".
3690 (sh-maybe-here-document): Strip a leading "-" from closing
3691 heredoc delimiter, if present.
3692
3693 * align.el (align-rules-list): Doc fix.
3694
3695 * calendar/timeclock.el: Update copyright.
3696 (timeclock-ask-before-exiting): Put `timeclock-query-out' on
3697 `kill-emacs-query-functions' rather than `kill-emacs-hook'.
3698 (timeclock-mode-string): Doc fix.
3699 (timeclock-modeline-display): Doc fix. Use `global-mode-string'
3700 rather than `mode-line-format'.
3701 (timeclock-query-out): Doc fix.
3702 (timeclock-update-modeline): No need for `let*', so use `let'.
3703 Add some help-echo text to `timeclock-mode-string'.
3704 (timeclock-mode-string): Give it the risky-local-variable
3705 property, so that help-echo text will display.
3706 (timeclock-find-discrep): Set `accum' to 0 if
3707 `timeclock-discrepancy' is nil.
3708
3709 2003-05-27 Stefan Monnier <monnier@cs.yale.edu>
3710
3711 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3712 Don't infinite loop at bob.
3713 (emacs-lisp-mode): Mark its main custom group to be `lisp'.
3714 (prin1-char): New fun.
3715 (eval-last-sexp-1): Use it. Use with-syntax-table as well.
3716 (eval-defun-1): Don't replace `defvar' with `defconst'.
3717
3718 2003-05-27 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3719
3720 * bindings.el (global-map): Bind M-S-<backspace to kill-whole-line.
3721
3722 2003-05-26 Stefan Monnier <monnier@cs.yale.edu>
3723
3724 * gud.el (gud-find-class): Remove unused var `pos'.
3725 (gdb-script-mode-syntax-table, gdb-script-font-lock-keywords)
3726 (gdb-script-font-lock-syntactic-keywords)
3727 (gdb-script-font-lock-syntactic-face, gdb-script-basic-indent)
3728 (gdb-script-skip-to-head, gdb-script-calculate-indentation)
3729 (gdb-script-indent-line, gdb-script-mode): New mode to edit
3730 .gdbinit-like scripts.
3731
3732 2003-05-26 John Paul Wallington <jpw@gnu.org>
3733
3734 * faces.el (display-supports-face-attributes-p): Doc fix.
3735 (x-create-frame-with-faces): Call `face-set-after-frame-default'.
3736
3737 2003-05-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3738
3739 * bindings.el (global-map): Don't bind S-<backspace>. Too many
3740 people hit it by mistake.
3741
3742 2003-05-26 Andre Spiegel <spiegel@gnu.org>
3743
3744 * vc.el (vc-delete-file): Fix free variable reference.
3745 (vc-annotate-display): Remove obsolesence declaration; it isn't
3746 obsolete.
3747
3748 2003-05-25 Kevin Ryde <user42@zip.com.au>
3749
3750 * info-look.el (autoconf-mode setups): Recognise AH_ and AU_ entries
3751 in "(autoconf)Autoconf Macro Index". Add "(autoconf)M4 Macro Index"
3752 and "(autoconf)Autotest Macro Index". Remove duplicate copy of
3753 "(automake)Macro and Variable Index". Keep automake after all
3754 autoconf possibilities, so as to prefer those.
3755
3756 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
3757
3758 * skeleton.el (skeleton-internal-1): Don't loop if interactor of
3759 subskeleton is nil.
3760 (skeleton-pair-default-alist): New var.
3761 (skeleton-pair-insert-maybe): Use it. Don't munge multibyte chars.
3762
3763 2003-05-25 Nick Roberts <nick@nick.uklinux.net>
3764
3765 * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom):
3766 Put string associated with breakpoint at start of line so that it
3767 is always visible.
3768 (gdb-display-source-buffer): Display assembler during execution,
3769 when requested.
3770 (gud-menu-map): Add a toggle button to menubar for gdb-many-windows.
3771 (gdb-many-windows): Define explicitly as a function and a variable
3772 (formerly as a minor mode). These need to be global so layout can
3773 be reset from any buffer.
3774 (gdb-assembler-mode): Keep fringe outside margin as the overlay
3775 arrow is not used for assembler.
3776
3777 2003-05-25 Tim Van Holder <tim.vanholder@anubex.com>
3778
3779 * which-func.el (which-func-update-timer): New variable.
3780 (which-function-mode): Use it.
3781
3782 2003-05-25 Richard M. Stallman <rms@gnu.org>
3783
3784 * simple.el (idle-update-delay): New variable.
3785
3786 2003-05-25 Luc Teirlinck <teirllm@mail.auburn.edu>
3787
3788 * simple.el (forward-visible-line): Fix negative arguments.
3789
3790 2003-05-25 Juanma Barranquero <lektu@terra.es>
3791
3792 * skeleton.el (skeleton-pair-insert-maybe): Remove leftover
3793 reference to skeleton-abbrev-cleanup.
3794
3795 2003-05-24 Andreas Schwab <schwab@suse.de>
3796
3797 * files.el (insert-directory): Preserve CR in a file name.
3798
3799 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
3800
3801 * skeleton.el (skeleton-abbrev-cleanup, skeleton-proxy):
3802 Remove obsolete code.
3803
3804 * term/w32-win.el (iconify-or-deiconify-frame):
3805 * term/mac-win.el (iconify-or-deiconify-frame): Move to frame.el.
3806
3807 * term/x-win.el (iconify-or-deiconify-frame): Move to frame.el.
3808 Turn on mouse-wheel support by default.
3809
3810 * frame.el (iconify-or-deiconify-frame): Move from term/x-win.el.
3811
3812 2003-05-24 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3813
3814 * net/tramp.el: Version 2.0.34 released.
3815 (tramp-handle-file-symlink-p): If target of symlink is absolute,
3816 return a Tramp filename. (Ie, return "/user@host:/target" instead
3817 of "/target".)
3818 (tramp-handle-file-truename): Deal with new return value from
3819 `file-symlink-p'.
3820 (tramp-handle-expand-file-name): Make default method explicit in
3821 file name.
3822 (tramp-unified-filenames): Move to an earlier spot in the file.
3823 (top-level): If tramp-unified-filenames is set and we're running
3824 on XEmacs, load tramp-efs.
3825 (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt):
3826 New functions, used by tramp-send-command-internal.
3827 (tramp-open-connection-setup-interactive-shell): Simplify using
3828 `tramp-send-command-internal'.
3829 (tramp-send-command-internal): New function.
3830 (tramp-methods): New entries "remsh" and "remcp" are like "rsh"
3831 and "rcp" but invoke "remsh" instead of "rsh". This is useful on
3832 Cray systems, for instance. Unify tramp-rsh-program,
3833 tramp-telnet-program, tramp-su-program into tramp-login-program.
3834 Likewise with tramp-login-args, tramp-copy-program,
3835 tramp-copy-args, tramp-copy-keep-date-arg. Users changed. New
3836 method plink1; like plink but pass "-1" to force protocol version 1.
3837 (tramp-default-method): Use plink as the default on machines where
3838 the plink program is present.
3839 (tramp-completion-file-name-handler): Add safe-magic property.
3840 (tramp-shell-prompt-pattern): Allow ANSI escapes at
3841 end of prompt. (ANSI escapes elsewhere in the prompt are
3842 recognized properly already.)
3843
3844 * net/tramp-efs.el: New file.
3845
3846 2003-05-24 Michael Albinus <Michael.Albinus@alcatel.de>
3847
3848 * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
3849 quoted.
3850 (tramp-methods, tramp-multi-connection-function-alist):
3851 Use argument "-p Password:" for "sudo" method, because password prompt
3852 might be changed by either passprompt option in /etc/sudoers, or
3853 SUDO_PROMPT environment variable. Suggested by Peter Oliver
3854 <peter.oliver@aquila-networks.co.uk>.
3855
3856 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
3857
3858 * mail/supercite.el: Use `push' and replace `regi-pos' by equivalents.
3859 (sc-emacs-features): Remove. Use better tests instead.
3860 (sc-minor-mode): Use define-minor-mode.
3861 (sc-mode-string, sc-set-mode-string): Remove.
3862 Use a better modeline expression instead.
3863 (sc-completing-read, sc-read-string, sc-submatch, sc-member)
3864 (sc-string-text): Remove those compatibility functions.
3865
3866 * pcvs.el (cvs-temp-buffer): Kill running process in displayed buffers.
3867 (cvs-make-cvs-buffer): Fix up format of the header.
3868
3869 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3870 Match more cases of /.../ patterns.
3871
3872 2003-05-23 Nick Roberts <nick@nick.uklinux.net>
3873
3874 * gdb-ui.el (gdba): Accommodate Fortran programs.
3875 (gud-gdba-command-name): Use -noasync in all cases (as Fortran
3876 seems to require it also).
3877 (gdb-source-info): Parse correctly when compilation directory
3878 specifies host also (IRIX).
3879
3880 2003-05-23 Andre Spiegel <spiegel@gnu.org>
3881
3882 * vc-cvs.el (vc-cvs-checkout): Don't leave the branch when
3883 REV is t. From Don Provan <dprovan@bivio.net>
3884
3885 2003-05-23 Richard M. Stallman <rms@gnu.org>
3886
3887 * forms.el (forms--mode-commands1): Bind \t, not `tab'.
3888 (forms--mode-commands): Don't bind \t in the maps where
3889 we call forms--mode-commands1.
3890
3891 2003-05-23 Taro Kawagishi <tarok@acm.org>
3892
3893 * arc-mode.el (archive-lzh-summarize): Calculate correct total
3894 header size for LZH level 1 header.
3895
3896 2003-05-23 Richard M. Stallman <rms@gnu.org>
3897
3898 * textmodes/paragraphs.el (repunctuate-sentences): Add doc string.
3899
3900 2003-05-23 Daniel Ortmann <dortmann@lsil.com> (tiny change)
3901
3902 * textmodes/paragraphs.el (repunctuate-sentences): New function.
3903
3904 2003-05-23 Lute Kamstra <Lute.Kamstra@cwi.nl>
3905
3906 * emacs-lisp/lisp-mnt.el: Make the description of the library more
3907 accurate.
3908 (lm-any-header): New user option.
3909 (lm-section-start): New function; rewrite of `lm-section-mark'.
3910 (lm-section-mark): Make alias of `lm-section-start'.
3911 (lm-section-end): New function.
3912 (lm-code-start): New function; rewrite of `lm-code-mark'.
3913 (lm-code-mark): Make alias of `lm-code-start'.
3914 (lm-commentary-start): New function; rewrite of `lm-commentary-mark'.
3915 (lm-commentary-mark): Make alias of `lm-commentary-start'.
3916 (lm-commentary-end): New function.
3917 (lm-history-start): New function; rewrite of `lm-history-mark'.
3918 (lm-history-mark): Make alias of `lm-history-start'.
3919 (lm-commentary): Use `lm-commentary-end' to find the end of the
3920 commentary section.
3921
3922 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3923 Use `lm-commentary-end' to find the end of the commentary section.
3924
3925 2003-05-22 Stefan Monnier <monnier@cs.yale.edu>
3926
3927 * skeleton.el (define-skeleton): Use the `no-self-insert' property.
3928 (skeleton-proxy-new): Fix docstring. Remove broken interactive spec.
3929 Rely on use `no-self-insert' rather than `skeleton-abbrev-cleanup'.
3930 (skeleton-internal-1): Add a `recursive' argument.
3931 (skeleton-internal-list): Use it to propagate `recursive'.
3932
3933 2003-05-22 Ken Stevens <kstevens@ichips.intel.com>
3934
3935 * ispell.el: Sync to version 3.6.
3936 Summary: MIME support added for e-mail processing that
3937 skips encoded regions. Allow user to skip saving Fcc messages with
3938 large attachments. Fixed region skipping bug with multi-line
3939 comments - e.g. tex $ regions spanning multiple lines.
3940 Added support for postscript and uuencoded regions.
3941 Redundant dictionary file names purged.
3942 Dictionary definition field name changed from "Character Set"
3943 to "Coding System". Fixed bug in reloading dictionaries.
3944 Modified headers to reflect new version. XEmacs menu now adds
3945 customize item.
3946 (ispell-check-version): No longer an aliased function.
3947 Returns library path if not called interactively.
3948 Variable `temporary-file-directory' protected if not loaded.
3949 (check-ispell-version): Now the alias for `ispell-check-version'.
3950 (ispell-message-fcc-skip): New variable that determines if and when
3951 to query about saving Fcc copy of message if an attachment is large.
3952 (ispell-skip-html): Declare buffer-local.
3953 (ispell-local-dictionary-alist): Docstring expanded.
3954 Tag name changed from "Character Set" to "Coding System".
3955 (ispell-dictionary-alist-1): Remove redundant command-line option to
3956 load brasileiro, british, and castellano dictionary files.
3957 (ispell-dictionary-alist-2): Remove redundant command-line option to
3958 load czech dictionary file.
3959 (ispell-dictionary-alist-3): Move francais-tex here.
3960 (ispell-dictionary-alist-4): Remove german and german8 dictionaries.
3961 The deutsch ones are the correct definitions. `nederlands'
3962 and `nederlands8' dictionaries moved here.
3963 (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries
3964 moved here. Removed redundant command-line option to `norsk'
3965 and `portugues'.
3966 (ispell-dictionary-alist-6): Remove redundant command-line option to
3967 load `russian' and `slovak' dictionary files.
3968 (ispell-dictionary-alist): Tag name changed from "Character Set" to
3969 "Coding System".
3970 (ispell-version): Update to 3.6.
3971 (ispell-library-directory): Calls non-deprecated function.
3972 (ispell-valid-dictionary-list): New function returning all valid
3973 dictionaries on machine.
3974 (ispell-checking-message): Documentation string improved.
3975 (ispell-skip-region-alist): Add uuencoded and postscript region
3976 skipping. Improve http/e-mail/file regexp to not match `/.\w'.
3977 (ispell-html-skip-alists): New variable for html region support.
3978 (ispell-send-string): Remove redundant xemacs check.
3979 (ispell-word): Fix spelling error in documentation string, add
3980 extent information to support highlighting in ispell-minor-mode.
3981 (ispell-command-loop): Disable horizontal scrollbar in XEmacs
3982 choices buffer.
3983 (ispell-show-choices): Directly select `choices-window'.
3984 (ispell-help): Use default buffer size for electric help.
3985 (ispell-adjusted-window-height): Correct for xemacs detection.
3986 (ispell-start-process): Don't double specify dictionary file name.
3987 (ispell-init-process): Set `ispell-library-path' each call.
3988 (ispell-change-dictionary): Now only completes valid dictionaries.
3989 (ispell-region): Add support for MIME region skipping and Fcc
3990 message query for large attachments.
3991 (ispell-begin-skip-region-regexp): Add documentation string.
3992 Add message support and clean up code for generic and html regions.
3993 (ispell-begin-skip-region): Function is now requires alist argument.
3994 (ispell-begin-tex-skip-regexp): Add comments and support
3995 improved html and message regions.
3996 (ispell-skip-region-list): New function for MIME and region skipping.
3997 (ispell-tex-arg-end): Add documentation string.
3998 (ispell-ignore-fcc): New function to query saving Fcc message.
3999 (ispell-skip-region): Calculate alist for key match dynamically,
4000 html skipping pushed to alists.
4001 (ispell-get-line): Add support for multi-line comment regions.
4002 (ispell): Check that variables to continue spelling are bound.
4003 (ispell-message-text-end): Postscript and uuencoded regions now
4004 supported as MIME regions, rather than as end-of-message region.
4005 (ispell-mime-multipartp): New function supporting MIME.
4006 (ispell-mime-skip-part): New function supporting MIME.
4007 (ispell-message): Add MIME support.
4008 (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local.
4009 (ispell-buffer-local-dict): Fix bug for detecting and reloading
4010 new dictionary.
4011
4012 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4013
4014 * subr.el (split-string): Implement specification that splitting on
4015 explicit separators retains null fields. Add new argument
4016 OMIT-NULLS. Special-case (split-string "a string").
4017
4018 2003-05-22 Stefan Monnier <monnier@cs.yale.edu>
4019
4020 * international/mule-cmds.el (select-safe-coding-system):
4021 Try default-buffer-file-coding-system too for automatic selection.
4022
4023 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
4024
4025 * simple.el (ctl-x-map): Remove the C-x U binding added recently.
4026
4027 2003-05-21 Dave Love <fx@gnu.org>
4028
4029 * descr-text.el (unicodedata-file): New.
4030 (unicode-data): New (adapted from unicode branch).
4031 (describe-char): Use it. Print char's unicode differently.
4032 Avoid elements with null cadr when formatting list. Clarify error
4033 message when used in Help buffer.
4034 (button): Require when compiling.
4035 (describe-char-after): Alias for obsolete command.
4036
4037 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
4038
4039 * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb
4040 with MS windows.
4041 (gdb-display-end): Only make buffer writeable temporarily.
4042 Move "View" submenu up one level.
4043
4044 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
4045
4046 * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables.
4047 (gdba): Inhibit DOS window in MS Windows.
4048 (gdb-inferior-io-mode): Use hexl instead of cat.
4049 (gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
4050 Use text in margin for MS Windows as there is no image support.
4051 (gdb-restore-windows, gdb-setup-windows): Restore/start with
4052 assembler view if appropriate.
4053 (gdb-assembler-custom): Assembler code should display at point.
4054 Parse address correctly.
4055 (gdb-frame-handler): Accommodate selection of display of source
4056 or assembler.
4057 Add radio buttons to select display of source or assembler.
4058
4059 2003-05-20 Lars Hansen <larsh@math.ku.dk>
4060
4061 * desktop.el (desktop-save): Ensure parameter is expanded and ends
4062 with a slash before assigning it to desktop-dirname and
4063 default-directory.
4064 (desktop-read): Put buffers existing prior to evaluating the
4065 desktop (and not reused) at the end of the buffer list.
4066 (desktop-create-buffer): Don't update desktop-first-buffer for old
4067 desktop files.
4068
4069 2003-05-19 John Paul Wallington <jpw@gnu.org>
4070
4071 * xml.el (xml-name-regexp): Wrap in `eval-and-compile'.
4072
4073 2003-05-19 Dave Love <fx@gnu.org>
4074
4075 * xml.el: Doc fixes.
4076 (xml-parse-file, xml-parse-region): Autoload.
4077 (xml-syntax-table, xml-name-regexp): New.
4078 (xml-parse-region): Narrow to region, set syntax-table and
4079 case-fold-search. Reject fewer valid documents.
4080 (xml-parse-tag): Remove arg END. Callers changed.
4081 (xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg
4082 properly. Don't use buffer-substring-no-properties. Don't bind
4083 case-fold-search. Fix syntax for empty elements. Hoist consing
4084 of end-of-tag regexp out of loop.
4085 (xml-parse-attlist): Remove arg. Callers changed.
4086 Use skip-syntax-forward, replace-regexp-in-string, forward-sexp.
4087 Allow non-ASCII names.
4088 (xml-skip-dtd): Remove arg. Callers changed. Change matching code.
4089 (xml-parse-dtd): Grok external DTDs. Allow non-ASCII.
4090 Don't use match-string-no-properties.
4091 (xml-ucs-to-string): Delete.
4092 (xml-substitute-entity): New.
4093 (xml-substitute-special): Use it.
4094 (xml-debug-print-internal): Simplify insertions.
4095 (xml-parse-file): Avoid finding file in xml-mode.
4096
4097 2003-05-19 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4098
4099 * simple.el (kill-whole-line): New function.
4100 * bindings.el (global-map): Bind it.
4101
4102 2003-05-19 Richard M. Stallman <rms@gnu.org>
4103
4104 * net/goto-addr.el (goto-address-fontify-maximum-size):
4105 Value t means no limit.
4106 (goto-address-fontify): Implement that feature.
4107
4108 * emacs-lisp/find-func.el (find-function-on-key):
4109 Move the call to find-function-other-window outside
4110 the save-excursion.
4111
4112 * find-file.el (ff-special-constructs): Delete the Ada entry.
4113
4114 * faces.el (x-create-frame-with-faces):
4115 Don't call face-set-after-frame-default.
4116 (face-set-after-frame-default): Copy attrs of global `default'
4117 face to FRAME's `default' face.
4118
4119 2003-05-19 Joe Kelsey <joek@flyingcroc.net>
4120
4121 * skeleton.el (skeleton-internal-1): Allow - as alternate
4122 interesting point marker and revert @ to just setting
4123 skeleton-positions.
4124
4125 2003-05-18 Stefan Monnier <monnier@cs.yale.edu>
4126
4127 * emacs-lisp/lisp.el (beginning-of-defun-raw): Use shy-group.
4128
4129 * progmodes/executable.el (executable-set-magic): Remove unused
4130 vars `point' and `buffer-modified-p'.
4131
4132 * mail/sendmail.el (mail-mode): Don't bother setting paragraph-start.
4133
4134 * mail/mail-extr.el: Use explicit coding tag.
4135
4136 * international/mule.el (sgml-xml-auto-coding-function)
4137 (sgml-html-meta-auto-coding-function): Don't assume point-min == 1.
4138
4139 * language/china-util.el (hz-set-msb-table): Build when compiling.
4140 (big5-to-cns): Pre-build the alist when compiling.
4141
4142 * language/ind-util.el (indian-regexp-of-hashtbl-keys): Don't bother
4143 sorting the argument to regexp-opt.
4144 (indian--puthash-char): Use dolist rather than mapc.
4145
4146 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
4147
4148 * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify.
4149 (put-string): Rename gdb-put-string and simplify.
4150 (remove-strings): Rename gdb-remove-strings.
4151 (remove-arrow): Rename gdb-remove-arrow.
4152 (gdb-assembler-custom): Try to get line marker (arrow) to display
4153 in window (revisited).
4154 Use with-current-buffer where possible.
4155
4156 2003-05-18 John Paul Wallington <jpw@gnu.org>
4157
4158 * ibuffer.el (ibuffer-display-summary): New customizable variable.
4159 (ibuffer-update-title-and-summary): Respect it.
4160
4161 2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
4162
4163 * ediff-mult.el (ediff-default-filtering-regexp): New variable.
4164
4165 * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a
4166 message.
4167
4168 * ediff.el (ediff-directories,ediff-directory-revisions)
4169 (ediff-directories3,ediff-merge-directories)
4170 (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions)
4171 (ediff-merge-directory-revisions-with-ancestor): Make use of the new
4172 ediff-default-filtering-regexp variable.
4173
4174 2003-05-18 Richard M. Stallman <rms@gnu.org>
4175
4176 * which-func.el (which-func-current, which-func-format):
4177 Preload the risky-local-variable properties for them.
4178
4179 * subr.el (prepare-change-group): Reinstate BUFFER arg; make it work.
4180
4181 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
4182
4183 * gud.el (gdb): Define gud-nexti.
4184 (gud-menu-map): Add gud-nexti to map.
4185 (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
4186
4187 * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm,
4188 toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger.
4189
4190 2003-05-17 John Paul Wallington <jpw@gnu.org>
4191
4192 * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries)
4193 (skkdic-okuri-nasi-entries-count): Use defvar for non-constants.
4194
4195 * register.el (number-to-register): Use `string-to-number' instead
4196 of `string-to-int'.
4197
4198 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
4199
4200 * log-edit.el: Don't require vc.el anymore.
4201 (log-edit-mode-map): Fold vc-log-mode-map into it.
4202 (vc-log-mode-map): Redefine as an alias.
4203 (vc-previous-comment): Don't widen.
4204 (vc-comment-to-change-log): Don't redundantly set paragraph-separate.
4205 Don't require `add-log' since it's already required at toplevel.
4206
4207 * vc.el (vc-log-mode-map, vc-maximum-comment-ring-size)
4208 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
4209 Move vars to log-edit.el.
4210 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
4211 (vc-comment-search-reverse, vc-comment-search-forward)
4212 (vc-comment-to-change-log): Move funs to log-edit.el.
4213 (vc-clear-context): Don't empty the comment-ring.
4214 (vc-finish-logentry): Don't add the comment onto the comment-ring.
4215
4216 * log-edit.el (vc-log-mode-map, vc-maximum-comment-ring-size)
4217 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
4218 Move vars from vc.el.
4219 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
4220 (vc-comment-search-reverse, vc-comment-search-forward)
4221 (vc-comment-to-change-log): Move funs from vc.el.
4222 (log-edit-show-files): Remove unused var `editbuf'.
4223
4224 * progmodes/tcl.el (tcl-indent-exp): Remove dead code.
4225 (tcl-tab-always-indent): Default to tab-always-indent.
4226
4227 * progmodes/perl-mode.el (perl-end-of-function): Remove unused var.
4228 (perl-tab-always-indent): Default to tab-always-indent.
4229
4230 * which-func.el (which-func-format): Make it risky-local-variable.
4231 (which-func-table): New var.
4232 (which-func-current): Make it into a constant modeline spec.
4233 (which-func-previous): Remove.
4234 (which-func-update): Only update the selected window.
4235 (which-func-update-1): Use the new var to allow the current
4236 function to be different for a buffer shown in two windows.
4237
4238 * subr.el (with-selected-window): New macro.
4239 (dolist, dotimes, with-current-buffer): Use backquotes.
4240 (when, unless, save-match-data, combine-after-change-calls)
4241 (with-output-to-string, with-temp-buffer): Add `declare' info.
4242 (listify-key-sequence): Don't allocate unnecessarily.
4243 (read-quoted-char): Allow up to base 36.
4244 (prepare-change-group): Remove unimplemented argument.
4245 (macro-declaration-function): Avoid `dolist' and `cadr'.
4246
4247 * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload.
4248 (widget-choose, widget-map-buttons): Use with-current-buffer.
4249 (widget-field-add-space): Change to nil (and to defconst).
4250 (widget-info-link-action): Use `info'.
4251
4252 2003-05-17 Nick Roberts <nick@nick.uklinux.net>
4253
4254 * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for
4255 selected frame.
4256 (gdb-annotation-rules): Stop using frames-invalid and
4257 breakpoints-invalid annotations. Update after post-prompt instead.
4258 (gdb-post-prompt): Update frames and breakpoints here.
4259 (gdb-invalidate-frame-and-assembler)
4260 (gdb-invalidate-breakpoints-and-assembler): Remove.
4261 (gdb-current-address): Remove.
4262 (gdb-previous-address): New variable.
4263 (gud-until): Extend to work in Assembler buffer
4264 (gdb-append-to-inferior-io): Select IO buffer when there is output.
4265 (gdb-assembler-custom): Try to get line marker (arrow) to display
4266 in window. Correct parsing for OS dependent output syntax of Gdb
4267 command, where.
4268 (gdb-frame-handler): Correct parsing for OS dependent output
4269 syntax of Gdb command, frame.
4270 (gdb-invalidate-assembler): Update assembler buffer correctly when
4271 frame changes (revisited).
4272
4273 2003-05-16 Stefan Monnier <monnier@cs.yale.edu>
4274
4275 * imenu.el (imenu--split-menu): Remove unused var `count'.
4276 Don't copy the sequence since we're already modifying it elsewhere.
4277 (imenu--create-keymap): Rename from imenu--create-keymap-1.
4278 Add optional `cmd' argument. Remove unused var `counter'.
4279 (imenu-update-menubar): Use the new arg to keep the old behavior.
4280 (imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
4281
4282 2003-05-16 Lute Kamstra <Lute.Kamstra@cwi.nl>
4283
4284 * hl-line.el (hl-line-highlight, global-hl-line-highlight):
4285 Use `line-beginning-position' to determine the beginning of the next
4286 line.
4287
4288 2003-05-16 Kenichi Handa <handa@m17n.org>
4289
4290 * international/mule-cmds.el (mule-menu-keymap): Enable the menu
4291 set-various-coding-system when
4292 default-enable-multibyte-characters is non-nil.
4293
4294 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
4295
4296 * emacs-lisp/autoload.el (make-autoload): Add arglist for
4297 define-derived-mode.
4298
4299 2003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl>
4300
4301 * hl-line.el: Rewrite the local minor mode so that it can be
4302 sticky as well and made sticky the default. Reimplement the
4303 global minor mode. Update the commentary section to document
4304 these changes.
4305 (hl-line-sticky-flag): New user option.
4306 (hl-line-overlay): Make it buffer-local and give it a docstring.
4307 (global-hl-line-overlay): New variable.
4308 (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
4309 (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
4310 (hl-line-unhighlight): Update docstring.
4311 (global-hl-line-mode): Implement directly so that is does not
4312 depend on `hl-line-mode' any more.
4313 (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
4314
4315 2003-05-15 Kenichi Handa <handa@m17n.org>
4316
4317 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.
4318
4319 2003-05-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4320
4321 * ps-print.el: Avoid unnecessary calls to funs in header and footer
4322 variables. Reported by Greg Hill <ghill@synergymicro.com>.
4323 (ps-print-version): New version number (6.6.1).
4324 (ps-begin-page): Code fix.
4325 (ps-generate-string-list, ps-header-footer-string): New funs.
4326 (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
4327
4328 * ps-mule.el (ps-mule-header-string-charsets):
4329 Call ps-header-footer-string to avoid unnecessary calls to functions
4330 in header and footer variables.
4331
4332 2003-05-15 John Paul Wallington <jpw@gnu.org>
4333
4334 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
4335
4336 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
4337
4338 * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re)
4339 (tex-use-reftex, tex-compile-commands): New vars.
4340 (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
4341 (tex-command-executable, tex-command-active-p, tex-compile-default)
4342 New functions.
4343 (tex-compile): New command.
4344 (tex-mode-map): Bind it to C-c C-c.
4345
4346 * vc-svn.el (completion-ignored-extensions): Add .svn.
4347 (vc-svn-delete-file): New function.
4348
4349 * pcvs.el (cvs-append-to-ignore): New arg `old-dir'.
4350 (cvs-mode-ignore): Use it.
4351
4352 * pcvs-parse.el (cvs-parse-table): Remove unused var `type'.
4353 Look up `.cvsignore' to see what to do with `new-dir' messages.
4354 (cvs-parse-merge): Remove unused var `handled'.
4355
4356 2003-05-14 Christoph Wedler <christoph.wedler@sap.com>
4357
4358 * format.el (format-annotate-function): Copy coding system into the
4359 new temp buffer.
4360
4361 2003-05-14 John Paul Wallington <jpw@gnu.org>
4362
4363 * ls-lisp.el (insert-directory): Discard --dired switch when
4364 `ls-lisp-use-insert-directory-program' is nil.
4365
4366 2003-05-13 Stefan Monnier <monnier@cs.yale.edu>
4367
4368 * textmodes/ispell.el (xemacsp): Remove. Use (featurep 'xemacs).
4369 (ispell-graphic-p): Inline and then remove.
4370 (toplevel): Get rid of unnecessary loop.
4371 (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1)
4372 with a call to aref.
4373 (ispell-get-line): Remove unused arg `reg-end'.
4374 (ispell-region): Update corresponding call.
4375
4376 * progmodes/cpp.el (cpp-make-overlay-hidden): Don't make intangible.
4377
4378 * progmodes/compile.el (compile-internal): Use with-current-buffer.
4379 (compilation-set-window-height): Use save-selected-window.
4380
4381 * progmodes/ada-xref.el (ada-xref-update-project-menu): Use easymenu.
4382 (ada-goto-declaration-other-frame): Remove unused arg other-frame.
4383 (ada-gdb-application): Remove unused vars comint-exec, in-post-mode,
4384 and gud-gdb-massage-args.
4385
4386 * progmodes/cc-langs.el (c-lang-defvar-init-form-tail):
4387 This is actually not a constant.
4388
4389 * progmodes/autoconf.el (autoconf-current-defun-function):
4390 Copy the syntax table before modifying it.
4391
4392 * progmodes/ada-mode.el (ada-in-comment-p, ada-in-string-p)
4393 (ada-in-string-or-comment-p): Use line-beginning-position.
4394
4395 * textmodes/reftex.el (reftex-select-with-char): Don't assume
4396 that point-min == 1.
4397
4398 * textmodes/reftex-toc.el (reftex-toc-visit-location):
4399 Don't switch the current window if the new buffer is in another.
4400 (reftex-toc): Don't assume that point-min == 1.
4401
4402 * textmodes/reftex-parse.el (reftex-what-macro): Don't assume
4403 that point-min == 1.
4404
4405 * textmodes/reftex-cite.el (reftex-extract-bib-entries)
4406 (reftex-extract-bib-entries-from-thebibliography): New arg re-list.
4407 (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\).
4408 Use member-ignore-case. Don't add unnecessary trailing \n.
4409 (reftex-offer-bib-menu): Consolidate duplicated code from
4410 reftex-extract-bib-entries and
4411 reftex-extract-bib-entries-from-thebibliography.
4412
4413 * simple.el (back-to-indentation): Simplify.
4414 (undo-equiv-table, undo-in-region, undo-no-redo): New vars.
4415 (undo): Use them to implement the no-redo form of undo.
4416 (undo-only): New fun.
4417 (shell-command): Don't require `shell' since shell-mode is autoloaded.
4418 (insert-buffer): Simplify.
4419 (completion-setup-function): Use minibufferp.
4420 (event-apply-alt-modifier, event-apply-super-modifier)
4421 (event-apply-hyper-modifier, event-apply-shift-modifier)
4422 (event-apply-control-modifier, event-apply-meta-modifier):
4423 Fix docstring to show the proper key sequence.
4424
4425 * uniquify.el (uniquify-after-kill-buffer-p): Set default to t.
4426 (uniquify-ignore-buffers-re): Revert to nil now that uniquify
4427 is more careful about preserving buffer names.
4428
4429 * menu-bar.el (menu-bar-options-menu) <cua-mode>:
4430 Use menu-bar-make-mm-toggle.
4431
4432 * files.el (file-relative-name): Remove dead code.
4433 Make sure \n in a filename does not confuse us.
4434
4435 * help-fns.el (describe-variable): Mention permanent local status.
4436
4437 * comint.el (comint-carriage-motion, comint-output-filter):
4438 Bind inhibit-read-only rather than buffer-read-only.
4439 (comint-truncate-buffer): Bind inhibit-read-only.
4440
4441 * pcvs.el (cvs-make-cvs-buffer): Add the tag info.
4442 (cvs-mode): Prevent pilot-error.
4443
4444 * vc-mcvs.el (vc-mcvs-registered, vc-mcvs-root): Check the output
4445 of file-name-directory for nil.
4446
4447 2003-05-13 Simon Josefsson <jas@extundo.com>
4448
4449 * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
4450 starttls-program.
4451
4452 2003-05-13 Rajesh Vaidheeswarran <rv@gnu.org>
4453
4454 * whitespace.el (whitespace-global-mode): Add :link entry
4455 to the commentary section in whitespace.el
4456
4457 2003-05-13 Nick Roberts <nick@nick.uklinux.net>
4458
4459 * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
4460 correctly when frame changes.
4461 (gdb-info-threads-custom, gdb-threads-buffer-name)
4462 (gdb-display-threads-buffer, gdb-frame-threads-buffer)
4463 (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
4464 (gdb-threads-select, gdb-threads-mouse-select): New functions and
4465 variable for a buffer that provides a selectable threads list.
4466
4467 2003-05-12 Stefan Monnier <monnier@cs.yale.edu>
4468
4469 * pcvs-parse.el (cvs-parse-table): `New directory' messages include
4470 the full path.
4471
4472 * pcvs.el (cvs-minor-current-files): Move before first use.
4473 (defun-cvs-mode): Remove unused var `restdoc'.
4474 (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
4475 (cvs-mode-diff-backup): Remove unused var `filter'.
4476 (cvs-mode-run): Remove unused var `cvs-buf'.
4477 (cvs-mode-do): Remove unused arg `parse'.
4478 (cvs-retrieve-revision): Make sure HEAD gets the head of the branch.
4479
4480 * textmodes/sgml-mode.el (sgml-namespace-re): New const.
4481 (sgml-namespace-face): New face.
4482 (sgml-font-lock-keywords-1): Use them.
4483
4484 2003-05-11 Kevin Ryde <user42@zip.com.au>
4485
4486 * info-look.el (info-lookup-make-completions): Allow colons in index
4487 entries by looking for ": " to terminate, as per latest info.el.
4488
4489 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
4490
4491 * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
4492 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
4493 Change dir so that the filtered output of `mcvs makes sense.
4494 (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
4495 (vc-mcvs-diff-tree): Don't bother with the local-diff code.
4496 (vc-mcvs-create-snapshot): Use `branch' and `switch'.
4497
4498 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
4499
4500 * newcomment.el (comment-indent): Try to align to adjacent comments.
4501 (comment-with-narrowing): Actually use the arguments.
4502 (comment-valid-prefix-p): Rename from comment-valid-prefix
4503 and fix to actually use its argument.
4504
4505 * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
4506 (tex-guess-mode): Add `renewcommand'.
4507 (tex-mode): Move the autoload to get the correct docstring and usage.
4508
4509 * uniquify.el (uniquify-rationalize-file-buffer-names):
4510 Refresh the dirname in the case that rename-buffer was skipped.
4511 (uniquify-buffer-file-name): Return a dirname with no trailing slash.
4512
4513 * mail/smtpmail.el (smtpmail-send-queued-mail): Use point-at-bol
4514 instead of forward-line.
4515
4516 2003-05-10 Oliver Scholz <alkibiades@gmx.de>
4517
4518 * startup.el (fancy-splash-default-action): Fix docstring.
4519
4520 2003-05-09 Sam Steingold <sds@gnu.org>
4521
4522 * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
4523
4524 2003-05-09 Stefan Monnier <monnier@cs.yale.edu>
4525
4526 * newcomment.el (comment-indent): Be more careful when inserting
4527 the space, and insert it before setting `begpos'.
4528
4529 * vc.el: New backend functions `delete-file' and `repository-hostname'.
4530 (vc-stay-local): New var. Mostly taken from vc-cvs-stay-local.
4531 (vc-stay-local-p): New fun. Adapted from vc-cvs-stay-local-p.
4532 (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
4533 Mark as obsolete.
4534 (vc-delete-file): New command.
4535 (vc-default-rename-file): New function.
4536 (vc-rename-file): Use it.
4537 Be careful to disallow renaming if the file is locked or out-of-date.
4538 (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
4539 (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
4540
4541 * vc-mcvs.el (vc-mcvs-stay-local): Remove unused var.
4542 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
4543 (vc-mcvs-diff-tree, vc-mcvs-annotate-command)
4544 (vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
4545 (vc-mcvs-checkin): Disallow commits to a numbered rev.
4546 (vc-mcvs-repository-hostname): New function.
4547 (vc-mcvs-stay-local-p): Remove.
4548
4549 * vc-cvs.el (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
4550 (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
4551
4552 * vc-svn.el (vc-svn-rename-file): New fun.
4553 (vc-svn-diff): Correctly check svn's return status.
4554 (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
4555 (vc-svn-diff-tree): Use vc-stay-local-p.
4556 (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
4557 (vc-svn-use-edit): Fix the :version property.
4558 (vc-svn-stay-local): Remove unused var.
4559 (vc-svn-mode-line-string): Remove, use the default instead.
4560 (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
4561 (vc-svn-stay-local-p): Remove.
4562
4563 * uniquify.el: Use the original buffer-name as `base' in place of the
4564 nondirectory part of the file name.
4565 (uniquify-rationalize-file-buffer-names):
4566 Split the `newbuffile' arg into `base' and `dirname'.
4567 Reuse old uniquify-items to avoid recomputing their base&dirname.
4568 (uniquify-buffer-file-name): Only return the directory part.
4569 (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
4570 (rename-buffer): Use the `newname' arg as base.
4571 (create-file-buffer): Split the file name into base and dirname.
4572
4573 2003-05-09 Jesper Harder <harder@ifa.au.dk> (tiny change)
4574
4575 * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
4576
4577 2003-05-08 Stefan Monnier <monnier@cs.yale.edu>
4578
4579 * uniquify.el (uniquify-after-kill-buffer-p): Fix misleading docstring.
4580 (uniquify-make-item): Make `proposed' optional.
4581 (uniquify-rationalize-file-buffer-names): Don't compute the
4582 initial proposed name.
4583 (uniquify-buffer-file-name): Remove dead code.
4584 (uniquify-strip-common-suffix): New var.
4585 (uniquify-rationalize): Always recompute initial proposed name.
4586 Strip common suffix if requested.
4587
4588 * vc-rcs.el (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
4589 (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
4590
4591 * vc-sccs.el (vc-sccs-register, vc-sccs-find-version)
4592 (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
4593 (vc-sccs-register): Remove unused var `|'.
4594
4595 * vc-mcvs.el (vc-mcvs-read): Don't require `file' to exist.
4596 (vc-mcvs-diff): Don't return 0 for newly added empty files.
4597 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
4598 (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
4599
4600 * vc-cvs.el (vc-cvs-dired-state-info): Use `added' for added files and
4601 don't use `concat' unnecessarily. Remove impossible cases.
4602 (vc-cvs-diff): Don't return 0 for newly added empty files.
4603 (vc-cvs-stay-local-p): Simplify.
4604 (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
4605 (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
4606
4607 * vc-svn.el (vc-svn-dired-state-info): Use `added' for added files and
4608 don't use `concat' unnecessarily. Remove impossible cases.
4609 (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
4610 Use vc-switches.
4611 (vc-svn-checkin): Use vc-switches. Fix up regexp.
4612 (vc-svn-diff): Use vc-switches.
4613 Don't return 0 for newly added empty files.
4614 Don't use svn's return status.
4615 (vc-svn-parse-status): Recognize copied files as well.
4616 Use the last-modified revision for workfile-version.
4617
4618 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass nil
4619 rather than (vc-workfile-version file) to diff.
4620
4621 * vc.el (with-vc-properties, with-vc-file, edit-vc-file):
4622 Add `declare's for debugging and indentation.
4623 (vc-do-command): Use `remq'.
4624 (vc-buffer-context): Remove unused var `curbuf'.
4625 (vc-next-action-dired): Remove unused var `dired-dir'.
4626 (vc-switches): New fun.
4627 (vc-diff-switches-list): Use it.
4628 (vc-dired-hook): Remove unused var `cvs-dir'.
4629 (vc-dired-purge): Remove unused var `subdir'.
4630 (vc-cancel-version): Remove unused var `config'.
4631 (vc-rename-master): Use dolist iso mapcar.
4632 (vc-rename-file): Remove redundant tests.
4633 Clear the properties of the old file name.
4634 (vc-annotate): Pass the complete filename to `annotate-command'.
4635 (vc-annotate-lines): Remove unused var `overlay'.
4636
4637 2003-05-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4638
4639 * calendar/diary-lib.el (diary-pull-attrs): Make `ret-attr',
4640 `attr' local.
4641 (list-diary-entries): Make `temp' local.
4642 (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
4643 (diary-mail-entries): There is no fancy-diary-buffer if there are
4644 no diary entries. Use call-interactively.
4645 (mark-diary-entries): Make `temp' local.
4646 (mark-sexp-diary-entries): Make `marks' local, remove `temp'.
4647 (list-sexp-diary-entries): Make `temp' local.
4648 (add-to-diary-list): Make `prefix' local.
4649
4650 2003-05-08 Dave Love <fx@gnu.org>
4651
4652 * international/utf-7.el: New file.
4653
4654 2003-05-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4655
4656 * files.el (insert-file-contents-literally): Allow it to be called
4657 within a magic file name handler.
4658
4659 2003-05-07 Stefan Monnier <monnier@cs.yale.edu>
4660
4661 * uniquify.el (uniquify-rationalize-file-buffer-names):
4662 Don't uniquify if there is no filename.
4663
4664 * vc-hooks.el: Use buffer-file-name variable rather than function.
4665 (vc-handled-backends): Add SVN and MCVS.
4666 (vc-mode-line): Call vc-backend only once.
4667 (find-file-hook, find-file-not-found-hook): Use the new
4668 names rather than ...-hooks.
4669
4670 * uniquify.el (uniquify-item, uniquify-get-proposed-name)
4671 (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
4672 (uniquify-rationalize): New fun. Set uniquify-managed to the fix-list.
4673 (uniquify-rationalize-file-buffer-names): Use it and make the args
4674 non-optional (i.e. don't support "re-rationalize all" any more).
4675 (uniquify-rerationalize-w/o-cb): New fun.
4676 (uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
4677 immediately and only the relevant buffers.
4678 Merged from uniquify-delay-rationalize-file-buffer-names and
4679 uniquify-delayed-rationalize-file-buffer-names.
4680 (kill-buffer-hook, rename-buffer): Use it.
4681
4682 2003-05-06 Jesper Harder <harder@ifa.au.dk>
4683
4684 * progmodes/compile.el (compile-internal): Don't quote nil and t in
4685 docstrings.
4686
4687 * emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p): Likewise.
4688
4689 * emacs-lisp/cl-macs.el (case, typecase): Likewise.
4690
4691 * allout.el (allout-auto-activation)
4692 (allout-use-mode-specific-leader, allout-reindent-bodies)
4693 (allout-unprotected): Likewise.
4694
4695 * progmodes/tcl.el (tcl-explain-indentation): Likewise.
4696
4697 * progmodes/idlwave.el (idlwave-complete-special): Likewise.
4698
4699 * progmodes/cpp.el (cpp-edit-list): Likewise.
4700
4701 * progmodes/cperl-mode.el (cperl-lineup): Likewise.
4702
4703 * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
4704 Likewise.
4705
4706 * play/mpuz.el (mpuz-silent): Likewise.
4707
4708 * play/decipher.el (decipher-ignore-spaces): Likewise.
4709
4710 * net/rlogin.el (rlogin-process-connection-type): Likewise.
4711
4712 * mail/rmail.el (rmail-primary-inbox-list): Likewise.
4713
4714 * mail/mailalias.el (mail-directory-function)
4715 (mail-directory-requery, mail-directory): Likewise.
4716
4717 * emacs-lisp/lucid.el (buffer-syntactic-context): Likewise.
4718
4719 * emacs-lisp/lmenu.el (popup-dialog-box): Likewise.
4720
4721 * type-break.el (type-break-good-rest-interval)
4722 (type-break-query-mode, type-break-query-function)
4723 (type-break-mode-line-message-mode): Likewise.
4724
4725 * skeleton.el (skeleton-autowrap, skeleton-untabify)
4726 (skeleton-newline-indent-rigidly, skeleton-insert)
4727 (skeleton-read): Likewise.
4728
4729 * simple.el (newline): Likewise.
4730
4731 * ps-print.el (ps-zebra-stripe-follow): Likewise.
4732
4733 * mwheel.el (mouse-wheel-scroll-amount): Likewise.
4734
4735 * env.el (setenv): Likewise.
4736
4737 2003-05-06 Stefan Monnier <monnier@cs.yale.edu>
4738
4739 * imenu.el (imenu--generic-function): Use font-lock-defaults
4740 case setting if imenu-case-fold-search is not locally set.
4741
4742 * uniquify.el (uniquify-managed): New var.
4743 (uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
4744 it to prevent accidental renaming of unrelated buffers.
4745 (uniquify-delay-rationalize-file-buffer-names): Use it to avoid
4746 the cost of uniquify when killing unrelated buffers.
4747
4748 * newcomment.el (comment-set-column, comment-kill)
4749 (comment-or-uncomment-region): Call comment-normalize-vars
4750 since these functions are autoloaded.
4751
4752 * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
4753 * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
4754
4755 2003-05-06 Lute Kamstra <Lute.Kamstra@cwi.nl>
4756
4757 * hl-line.el: Removed an erroneous comment.
4758 (hl-line-mode): Use buffer local hooks.
4759 (global-hl-line-mode): Turn local modes on unconditionally.
4760 (hl-line-highlight): Comment fix.
4761
4762 2003-05-06 Richard M. Stallman <rms@gnu.org>
4763
4764 * newcomment.el (comment-search-forward): Delete autoload cookie.
4765
4766 2003-05-06 Kenichi Handa <handa@m17n.org>
4767
4768 * arc-mode.el (archive-set-buffer-as-visiting-file):
4769 Use after-insert-file-set-coding, not
4770 after-insert-file-set-buffer-file-coding-system.
4771
4772 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
4773
4774 * uniquify.el (uniquify-buffer-name-style)
4775 (uniquify-after-kill-buffer-p, uniquify-ask-about-buffer-names-p)
4776 (uniquify-ignore-buffers-re, uniquify-min-dir-content)
4777 (uniquify-separator, uniquify-trailing-separator-p): Remove redundant
4778 group specification.
4779 (uniquify-file-name-nondirectory): Delete.
4780 (uniquify-rationalize-file-buffer-names): Simplify.
4781 Use directory names as `filename' component of uniquify-item.
4782 (uniquify-get-proposed-name): Adjust now that `filename' does not
4783 include `base'.
4784
4785 * vc-svn.el: New file.
4786
4787 2003-05-05 John Paul Wallington <jpw@gnu.org>
4788
4789 * emacs-lisp/autoload.el (batch-update-autoloads):
4790 Call `update-directory-autoloads'.
4791
4792 2003-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4793
4794 * dired.el (dired-find-file): Bind find-file-run-dired around
4795 the call to find-file.
4796
4797 2003-05-04 Stefan Monnier <monnier@cs.yale.edu>
4798
4799 * uniquify.el: Move provide to end of file.
4800 (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
4801 (uniquify-ref-proposed, uniquify-set-proposed): Remove.
4802 (uniquify-item): New struct. Update users of uniquify-ref-*.
4803 (uniquify-get-proposed-name, uniquify-rationalize-a-list):
4804 Make `depth' optional.
4805 (uniquify-non-file-buffer-names): Remove.
4806 (uniquify-rationalize-file-buffer-names): Don't set it up.
4807 Use uniquify-make-item and don't pass the now-optional depth.
4808 (uniquify-rationalize-conflicting-sublist): Check the new buffer
4809 name directly instead of relying on uniquify-non-file-buffer-names.
4810 (uniquify-rename-buffer): Use with-current-buffer and pass
4811 the `unique' arg to rename-buffer.
4812
4813 * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
4814 (vc-mcvs-rename-file): New function.
4815
4816 2003-05-04 Emmanuel Briot <briot@gnat.com>
4817
4818 * progmodes/ada-mode.el
4819 * progmodes/ada-prj.el
4820 * progmodes/ada-stmt.el
4821 * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
4822 better to use (featurep 'xemacs).
4823 Removed warnings generated with Emacs 21.3.x (mostly by adding
4824 needed `require' statements).
4825
4826 2003-05-04 Nick Roberts <nick@nick.uklinux.net>
4827
4828 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
4829 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
4830 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
4831 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
4832 Correct size for cleaner bitmaps.
4833
4834 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
4835
4836 * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
4837 (cl-map-keymap-recursively): Use map-keymap.
4838 (cl-macroexpand-all): Don't quote functions.
4839
4840 * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
4841
4842 * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
4843 (ad-arglist, ad-subr-arglist): Use push and match-string.
4844 (ad-make-advised-docstring): Extract & reinsert the usage info.
4845
4846 * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
4847
4848 2003-05-03 Nick Roberts <nick@nick.uklinux.net>
4849
4850 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4851 Include bitmap data for monochrome display.
4852 (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
4853 New constants.
4854
4855 2003-05-03 Richard M. Stallman <rms@gnu.org>
4856
4857 * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
4858 update-autoloads-from-directories.
4859
4860 * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
4861
4862 * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
4863
4864 * view.el (Helper-return-blurb): Add defvar. (Also rearrange defuns.)
4865
4866 * uniquify.el (uniquify-ignore-buffers-re): Change default
4867 to match some Gnus buffers.
4868
4869 * newcomment.el (comment-search-forward): Add autoload cookie.
4870
4871 * isearch.el (isearch-complete): Update isearch-message.
4872
4873 * filesets.el (filesets-data): Add another defvar.
4874 (filesets-verbosity): Doc fix.
4875
4876 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
4877
4878 * recentf.el (recentf-cleanup): Swap tests for exclusion and
4879 accessibility.
4880
4881 2003-05-01 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
4882
4883 * ls-lisp.el (ls-lisp-format-file-size): New function to implement
4884 "-h" switch.
4885 (ls-lisp-format): Use it.
4886
4887 2003-05-01 Kenichi Handa <handa@m17n.org>
4888
4889 * international/utf-8.el (utf-translate-cjk-mode): Update the
4890 second extra slot of the translation table
4891 utf-translation-table-for-encode.
4892 (mule-utf-8): Set the property translation-table-for-encode.
4893
4894 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
4895
4896 * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
4897 (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
4898
4899 * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
4900 (fill-delete-newlines): Respect the new property.
4901 (fill-newline): Use the property instead of leaving "spurious" spaces.
4902
4903 * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
4904 non-submap bindings.
4905
4906 2003-04-30 Emmanuel Briot <briot@gnat.com>
4907
4908 * progmodes/ada-mode.el (ada-search-directories): Take into account
4909 ADA_INCLUDE_PATH for better compatibility with GNAT.
4910 (ada-contextual-menu): Menu defined through `easy-menu-define'
4911 instead. Various adjustments to the indentation engine (handling of
4912 subtypes, begin blocks, etc.).
4913 (ada-create-menu): Major rewrite of the handling of menus to use
4914 `easy-menu-define' for cleaner code and better compatibility with
4915 XEmacs. All menus that were previously in ada-xref.el and
4916 ada-prj.el are now defined in this package, which makes it easier to
4917 edit menus.
4918 (ada-narrow-to-defun): Add support for `narrow-to-region'.
4919 No longer explicitely load ada-xref.el and ada-prj.el. Use autoload
4920 statements instead.
4921
4922 * progmodes/ada-xref.el (ada-gnatls-args): New variable.
4923 Add support for specifying arguments to gnatls.
4924 (ada-initialize-runtime-library): Properly parse "." in the output
4925 of gnatls.
4926 (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
4927 (ada-add-ada-menu): Likewise.
4928 (ada-set-default-project-file): New parameter KEEP-EXISTING.
4929 (ada-prj-find-prj-file): New parameter FILE.
4930 (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
4931 ADA_OBJECTS_PATH environment variables. Minor reorganization of the
4932 code
4933 (ada-get-all-references): Add support for GNAT 3.16 cross-references.
4934
4935 * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
4936 directly. Add dependency on ada-xref.el to avoid compilation
4937 warnings.
4938 (ada-prj-get-prj-dir): Remove, no longer needed.
4939
4940 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
4941 Move to ada-mode.el.
4942 (ada-template-map): Merge with the keymap handling in ada-mode.el.
4943
4944 2003-04-29 Stefan Monnier <monnier@cs.yale.edu>
4945
4946 * isearch.el (isearch-complete1): Don't allocate unnecessarily.
4947 (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
4948 (isearch-update-ring): Use push.
4949
4950 2003-04-29 Oliver Scholz <epameinondas@gmx.de>
4951
4952 * play/gamegrid.el: Added a comment explaining the various ways to
4953 save a game score on POSIX systems.
4954 (gamegrid-add-score-with-update-game-score): Use `cond' instead of
4955 `if'. Provide for the case that FILE is an absolute filename.
4956 Create the directory "$HOME/.emacs.d/games", if necessary.
4957
4958 2003-04-29 John Paul Wallington <jpw@gnu.org>
4959
4960 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
4961
4962 2003-04-28 Dave Love <fx@gnu.org>
4963
4964 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
4965 from caaar & al.
4966
4967 2003-04-28 Kenichi Handa <handa@m17n.org>
4968
4969 * international/mule-cmds.el (reset-language-environment):
4970 Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
4971 mule-utf-16-le-with-signature.
4972
4973 * international/mule-conf.el: Set coding-category-utf-16-be to
4974 mule-utf-16-be-with-signature, coding-category-utf-16-le to
4975 mule-utf-16-le-with-signature. Raise the priority of
4976 coding-category-utf-8, coding-category-utf-16-be, and
4977 coding-category-utf-16-le
4978
4979 2003-04-27 Luc Teirlinck <teirllm@mail.auburn.edu>
4980
4981 * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
4982 vertical-motion.
4983
4984 2003-04-27 David Ponce <david@dponce.com>
4985
4986 * recentf.el
4987
4988 Major rewrite. The code is reordered, cleaner and faster.
4989 Introduce new options to automatically cleanup the recent list,
4990 and to handle filename transformation (for example to use true
4991 filenames).
4992
4993 (recentf-version): New constant.
4994 (recentf-save-file-header): Move.
4995 (recentf-data-cache): New variable.
4996 (recentf-update-menu-p, recentf-initialized-p): Remove.
4997 (recentf-menu-customization-changed): Move. Doc fix.
4998 (recentf-max-saved-items): Doc fix.
4999 (recentf-save-file): Doc fix. No more expand filename here.
5000 (recentf-exclude, recentf-menu-action)
5001 (recentf-menu-filter): Doc fix.
5002 (recentf-menu-append-commands-flag): Rename from...
5003 (recentf-menu-append-commands-p): Make obsolete.
5004 (recentf-keep-non-readable-files-flag): Rename from...
5005 (recentf-keep-non-readable-files-p): Make obsolete.
5006 (recentf-auto-cleanup, recentf-filename-handler): New options.
5007 (recentf-string-equal, recentf-string-lessp)
5008 (recentf-string-member): New functions.
5009 (recentf-trunc-list): Move.
5010 (recentf-dump-variable): Move. Better code and output format.
5011 (recentf-auto-cleanup-timer): New variable.
5012 (recentf-auto-cleanup): New function.
5013 (recentf-push, recentf-expand-file-name): New functions.
5014 (recentf-add-file): In-line. Use above functions.
5015 (recentf-remove-if-non-readable): In-line. Expand file name.
5016 (recentf-find-file): Use `recentf-remove-if-non-readable'.
5017 (recentf-directory-compare): Move. Use `recentf-string-equal'
5018 and `recentf-string-lessp' to do comparisons.
5019 (recentf-menu-items-for-commands)
5020 (recentf-menu-filter-commands): Move.
5021 (recentf-elements, recentf-make-menu-element)
5022 (recentf-menu-element-item, recentf-menu-element-value)
5023 (recentf-set-menu-element-item, recentf-set-menu-element-value)
5024 (recentf-sub-menu-element-p, recentf-make-default-menu-element)
5025 (recentf-menu-elements): In-line. Some doc fix.
5026 (recentf-apply-menu-filter): Better code.
5027 (recentf-make-menu-items): Doc fix.
5028 Use `recentf-menu-append-commands-flag'.
5029 (recentf-make-menu-item): In-lined. Better code.
5030 (recentf-clear-data): New function.
5031 (recentf-sort-ascending, recentf-sort-descending)
5032 (recentf-sort-basenames-ascending)
5033 (recentf-sort-basenames-descending)
5034 (recentf-sort-directories-ascending)
5035 (recentf-sort-directories-descending)
5036 (recentf-show-basenames-ascending)
5037 (recentf-show-basenames-descending: In-line. Better code. Doc fix.
5038 (recentf-show-basenames)
5039 (recentf-relative-filter): Better code. Doc fix.
5040 (recentf-arrange-by-rule-subfilter): Doc fix. Improve :set code.
5041 (recentf-match-rule-p): Use filename instead of file-path.
5042 (recentf-arrange-by-rule, recentf-build-mode-rules)
5043 (recentf-arrange-by-mode, recentf-build-dir-rules)
5044 (recentf-file-name-nondir)
5045 (recentf-filter-changer-alist): Some doc fix and code cleanup.
5046 (recentf-filter-changer-goto-next): Doc fix.
5047 Call `recentf-clear-data'.
5048 (recentf-filter-changer-get-current)
5049 (recentf-filter-changer-get-next): In-line. Doc fix and better code.
5050 (recentf-filter-changer): Doc fix and better code.
5051 (recentf-cancel-dialog): Doc fix.
5052 (recentf-dialog-mode-map): Initialize in defvar.
5053 (recentf-dialog-mode): Doc fix.
5054 (recentf-track-opened-file): Rename from...
5055 (recentf-add-file-hook): Remove.
5056 (recentf-track-closed-file): Rename from...
5057 (recentf-remove-file-hook): Remove.
5058 (recentf-update-menu-hook): Remove. Replace by...
5059 (recentf-update-menu): New. Better catch unnecessary updates.
5060 Display a message on error.
5061 (recentf-used-hooks): New constant.
5062 (recentf-enabled-p): New function.
5063 (recentf-edit-selected-items)
5064 (recentf-open-files-action)
5065 (recentf-open-files-item-shift): Doc fix.
5066 (recentf-edit-list-action)
5067 (recentf-open-files-item): Doc fix. Code cleanup.
5068 (recentf-edit-list, recentf-open-files)
5069 (recentf-open-more-files): Likewise. Remove autoload cookie.
5070 (recentf-save-list, recentf-cleanup): Likewise. Move.
5071 (recentf-load-list): New command.
5072 (recentf-mode): Better code. Does nothing if enabling the already
5073 enabled mode.
5074
5075 2003-04-27 Alan Mackenzie <acm@muc.de>
5076
5077 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
5078 which appears inside a character set.
5079 (regexp-opt-not-groupie*-re): New constant.
5080
5081 2003-04-26 John Paul Wallington <jpw@gnu.org>
5082
5083 * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
5084 (ibuffer-mode-filter-group-map): Initialize in `defvar'.
5085 (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
5086
5087 2003-04-25 Jan Nieuwenhuizen <janneke@gnu.org>
5088
5089 * info.el (Info-unescape-quotes, Info-split-parameter-string)
5090 (Info-display-images-node): New functions for displaying images.
5091 (Info-select-node): Call Info-display-images-node.
5092
5093 2003-04-25 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5094
5095 * files.el (file-relative-name): Recognize "c:/foo" as absolute
5096 file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
5097
5098 2003-04-24 Sam Steingold <sds@gnu.org>
5099
5100 * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
5101 `quit-window' in the fancy diary buffer.
5102
5103 * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
5104 not `multiple-value-bind'.
5105
5106 2003-04-24 Lars Hansen <larsh@math.ku.dk>
5107
5108 * subr.el (assq-delete-all): Ignore non-cons elements.
5109
5110 2003-04-24 John Paul Wallington <jpw@gnu.org>
5111
5112 * help-mode.el (help-make-xrefs): Remove extra paren.
5113
5114 2003-04-23 Stefan Monnier <monnier@cs.yale.edu>
5115
5116 * newcomment.el (comment-normalize-vars): Prompt the user for
5117 the comment-start to use rather than signalling an error. Fix regexp.
5118 (uncomment-region): Don't leave half-removed comment markers.
5119
5120 2003-04-23 Richard M. Stallman <rms@gnu.org>
5121
5122 * mail/sendmail.el (mail-send-and-exit): Make arg optional.
5123
5124 * files.el (view-read-only): Doc fix.
5125
5126 * simple.el (back-to-indentation): Call backward-prefix-chars.
5127
5128 * help-mode.el (help-make-xrefs): Clean up the loop that scans
5129 over a keymap inserted by \\{...}; it now stops at end of buffer.
5130
5131 * filesets.el: Don't call filesets-init.
5132
5133 * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
5134 compile a defalias form, unless byte-compile-compatibility.
5135
5136 * progmodes/scheme.el (scheme-mode-syntax-table):
5137 Use prefix syntax for ', `, comma, @ and #.
5138
5139 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5140 Give @ prefix syntax.
5141
5142 2003-04-23 Andre Spiegel <spiegel@gnu.org>
5143
5144 * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
5145 Simplify doc string.
5146
5147 2003-04-23 Wolfgang Scherer <wolfgang.scherer@gmx.de>
5148
5149 * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
5150 (vc-cvs-stay-local-p): Handle them.
5151 (vc-cvs-parse-root): New function, used by the above.
5152
5153 2003-04-22 Stefan Monnier <monnier@cs.yale.edu>
5154
5155 * vc-mcvs.el (vc-mcvs-root): Cache the result.
5156 (vc-mcvs-registered): Simplify. Use file-relative-name.
5157 (vc-mcvs-register): Simplify. Don't burp if MCVS/TYPES doesn't exist.
5158 (vc-mcvs-command): Filter F-NN names in the output for diff and log.
5159
5160 2003-04-21 Stefan Monnier <monnier@cs.yale.edu>
5161
5162 * info.el (Info-default-dirs): New fun extracted from Info-initialize.
5163 (info-initialize): Use it. Obey the "final :" convention for INFOPATH.
5164
5165 * textmodes/fill.el (fill-region-as-paragraph):
5166 Fix "last line goes to fill-column+1" problem.
5167
5168 * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
5169
5170 2003-04-20 Richard M. Stallman <rms@gnu.org>
5171
5172 * simple.el (kill-line): Doc fix.
5173
5174 2003-04-20 Sam Steingold <sds@gnu.org>
5175
5176 * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
5177
5178 2003-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5179
5180 * which-func.el (which-func-modes): Add f90-mode.
5181 (which-function): Handle imenu submenus.
5182
5183 * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
5184
5185 * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
5186 font-lock-variable-name-face in declarations.
5187 Highlight continuation characters.
5188 (f90-indent-new-line): Remove direct call to f90-indent-line-no,
5189 f90-update-line.
5190 (f90-abbrev-start): Fix XEmacs compatibility.
5191
5192 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
5193
5194 * vc-mcvs.el: New file.
5195
5196 * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
5197 (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
5198 (vc-cvs-merge-news): Simplify.
5199 (vc-cvs-diff): Remove unused var `options'.
5200 (vc-cvs-parse-entry): Use the same algorithm as cvs does.
5201
5202 2003-04-19 Richard M. Stallman <rms@gnu.org>
5203
5204 * desktop.el (desktop-buffer-mh): Don't require mh-e;
5205 it causes trouble in compilation.
5206
5207 * add-log.el (add-log-current-defun-function): Add autoload cookie.
5208
5209 * newcomment.el (comment-use-syntax): Add autoload cookie.
5210
5211 * emacs-lisp/bytecomp.el (byte-compile-log-file)
5212 (byte-recompile-directory): Don't use byte-goto-log-buffer.
5213 Instead, set default-directory and then call compilation-mode.
5214 (byte-compile-from-buffer): Force byte-compile-last-position
5215 to end of buffer before issuing final warnings.
5216
5217 2003-04-18 Stefan Monnier <monnier@cs.yale.edu>
5218
5219 * emulation/cua-base.el (cua-mode): Use define-minor-mode.
5220 (cua-global-mark-face): Fix face format.
5221
5222 * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
5223 if the body didn't do so already.
5224 (easy-mmode-define-keymap): Remove unused var `suppress'.
5225
5226 * view.el (view-read-only): Move to files.el.
5227 * files.el (view-read-only): Move from view.el.
5228
5229 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
5230
5231 * files.el (view-read-only): Don't declare a second time.
5232 (find-file-read-only, find-file-read-only-other-window)
5233 (find-file-read-only-other-frame): Check that file does exist.
5234 (large-file-warning-threshold): New custom.
5235 (find-file-noselect): Use it.
5236 (report-errors): New macro.
5237 (normal-mode): Use it.
5238 (toggle-read-only): Really toggle, even if view-mode is on.
5239 (parse-colon-path): Remove unused `cd-prefix' var.
5240 (make-backup-file-name-1): Remove unused `failed' var.
5241 (basic-save-buffer): Remove unused `tempsetmodes' var.
5242 (basic-save-buffer-2): Remove unused `temp' var.
5243 (insert-directory): Remove unused `available' var.
5244
5245 2003-04-17 John Paul Wallington <jpw@gnu.org>
5246
5247 * hexl.el (hexl-find-file): Bind `default-major-mode' to
5248 `fundamental-mode'.
5249
5250 2003-04-16 Stefan Monnier <monnier@cs.yale.edu>
5251
5252 * reveal.el (reveal-post-command): Use overlay-get for overlays.
5253
5254 2003-04-16 Kenichi Handa <handa@m17n.org>
5255
5256 * international/mule-cmds.el (describe-language-environment):
5257 At first, require all necessary features.
5258
5259 2003-04-16 Dave Love <fx@gnu.org>
5260
5261 * progmodes/xscheme.el: Moved from lisp directory.
5262
5263 2003-04-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5264
5265 * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
5266 (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
5267 (f90-comment-region, f90-indent-line, f90-indent-region)
5268 (f90-find-breakpoint, f90-block-match): Trivial simplifications.
5269 (f90-looking-at-do, f90-looking-at-select-case)
5270 (f90-looking-at-if-then, f90-looking-at-where-or-forall):
5271 Drop XEmacs 19 support and simplify.
5272 (f90-indent-new-line): No need for case-fold-search. Simplify.
5273 (f90-fill-region): Make marker nil when done. Simplify.
5274
5275 * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
5276
5277 2003-04-16 Richard M. Stallman <rms@gnu.org>
5278
5279 * man.el (Man-follow-manual-reference): Don't require match
5280 when calling completing-read.
5281
5282 2003-04-15 Glenn Morris <gmorris@ast.cam.ac.uk>
5283
5284 * progmodes/fortran.el: Whitespace changes, some re-ordering of
5285 code, trivial commentary change.
5286 (fortran, fortran-indent, fortran-comment)
5287 (fortran-tab-mode-default, fortran-continuation-indent)
5288 (fortran-comment-indent-style, fortran-blink-matching-if)
5289 (fortran-continuation-string, fortran-electric-line-number)
5290 (fortran-break-before-delimiters, fortran-mode-hook)
5291 (fortran-end-prog-re, fortran-imenu-generic-expression):
5292 Minor doc changes.
5293 (fortran-tab-mode-minor-mode-string): New variable.
5294 (fortran-tab-mode-string): Now customization is meaningful.
5295 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5296 (fortran-analyze-depth): Use defcustom.
5297 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
5298 (fortran-break-line, fortran-prepare-abbrev-list-buffer)
5299 (fortran-auto-fill): Add doc string.
5300 (fortran-type-types): New constant (was local to let binding).
5301 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
5302 (fortran-font-lock-syntactic-keywords): Initialize in defvar.
5303 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now
5304 depth of fortran-type-types has changed. Remove extra and.
5305 (fortran-mode-menu): Minor re-organization. Use lookup-key.
5306 (fortran-mode): Doc changes. Some re-organization.
5307 Use fortran-tab-mode-minor-mode-string.
5308 (fortran-comment-indent): Add doc string. Move save-excursion.
5309 Use 1+.
5310 (fortran-indent-comment, fortran-fill-statement):
5311 Change interactive spec. Use unless.
5312 (fortran-comment-region): Doc change. Reverse logic of arg
5313 test. Use zerop.
5314 (fortran-abbrev-start, fortran-split-line)
5315 (fortran-electric-line-number, fortran-indent-subprogram)
5316 (fortran-strip-sequence-nos): Change interactive spec.
5317 (fortran-remove-continuation): Add doc string. Use when.
5318 (fortran-numerical-continuation-char): Doc change. Use 1+.
5319 (fortran-previous-statement, fortran-next-statement)
5320 (fortran-beginning-do, fortran-calculate-indent)
5321 (fortran-end-do, fortran-end-if, fortran-beginning-if):
5322 Use zerop, 1+, 1-.
5323 (fortran-blink-match, fortran-check-for-matching-do): Use when.
5324 (fortran-indent-line): Change interactive spec. Remove un-needed
5325 if. Use when.
5326 (fortran-indent-to-column): Doc change. Use when, unless.
5327 (fortran-find-comment-start-skip): No longer interactive.
5328 (fortran-analyze-file-format): Minor doc change.
5329 Remove un-needed setq.
5330 (minor-mode-alist): Use add-to-list.
5331 (fortran-fill-paragraph): Change interactive spec, doc string.
5332
5333 * progmodes/f90.el: Whitespace changes, trivial commentary changes.
5334 (f90, f90-indent, f90-program-indent, f90-continuation-indent)
5335 (f90-indented-comment-re, f90-imenu-generic-expression)
5336 (f90-mark-subprogram, f90-join-lines): Minor doc changes.
5337 (f90-menu): Shift definition to initialization of f90-mode-map.
5338 Add customization section.
5339 (f90-mode): Minor doc change. Do not call easy-menu-add.
5340 Set `beginning-of-defun-function' and `end-of-defun-function' to
5341 appropriate F90 functions.
5342 (f90-indent-line, f90-indent-line, f90-indent-subprogram)
5343 (f90-break-line, f90-do-auto-fill, f90-insert-end)
5344 (f90-upcase-keywords, f90-capitalize-keywords)
5345 (f90-downcase-keywords): Change interactive spec.
5346
5347 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
5348
5349 * font-lock.el (font-lock-multiline, font-lock-fontified)
5350 (font-lock-set-defaults): Move back from font-core.el and merge
5351 it back with font-lock-set-defaults-1.
5352 (font-lock-mode-internal): New function (basically the body of
5353 the old font-lock-mode minor mode).
5354
5355 * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
5356 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
5357 Move back to font-lock.el
5358 (font-lock-default-function): Use font-lock-mode-internal.
5359
5360 * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
5361 (recover-file): Abbreviate file name in messages.
5362
5363 * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
5364 (tex-font-lock-keywords-2): Comment out unused var `type'.
5365 (tex-guess-mode): New name for old `tex-mode'.
5366 (tex-mode): Make it a derived mode of text-mode.
5367 (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
5368 (tex-common-initialization): Don't setup syntax-table any more.
5369 (tex-validate-buffer): Remove unused var `oend'.
5370 Use with-current-buffer and line-beginning-position.
5371 (tex-recenter-output-buffer): Remove unused var `old-buffer'.
5372 (latex-indent): Return `noindent' if no indentation can happen.
5373 (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
5374 (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
5375 (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
5376
5377 * font-lock.el (font-lock-preprocessor-face): New var and face.
5378
5379 2003-04-14 Andrew Choi <akochoi@shaw.ca>
5380
5381 * term/mac-win.el: Unconditionally set process-connection-type to nil.
5382
5383 2003-04-14 Richard M. Stallman <rms@gnu.org>
5384
5385 * derived.el (define-derived-mode): Make generated code work in
5386 Emacs versions that do not have run-mode-hooks.
5387
5388 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5389 At end of buffer, run the global binding of the same key.
5390
5391 * international/mule.el (after-insert-file-set-coding):
5392 Properly treat INSERTED as number of characters, for both
5393 for both the argument and the value.
5394
5395 * desktop.el (desktop-base-file-name):
5396 Renamed from desktop-basefilename. Add defvaralias.
5397
5398 2003-04-14 John Paul Wallington <jpw@gnu.org>
5399
5400 * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
5401 (x-must-resolve-font-name): Fix error message typo.
5402
5403 2003-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5404
5405 * progmodes/fortran.el (fortran-previous-statement): Check for
5406 fortran-continuation-string.
5407 (fortran-calculate-indent): Do not add extra whitespace to
5408 strings broken over lines.
5409 (fortran-fill): Handle long strings that must be broken.
5410
5411 2003-04-13 Michael Albinus <Michael.Albinus@alcatel.de> (tiny change)
5412
5413 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
5414 expansion is a symlink, expand again.
5415 (ange-ftp-file-symlink-p): Return target of symlink literally.
5416
5417 2003-04-13 Masatake YAMATO <jet@gyve.org>
5418
5419 * bindings.el (toplevel): Don't change the face
5420 of major-mode on the mode line. Setting the face on
5421 the mode line code is installed by my mistake in
5422 my last change.
5423
5424 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
5425
5426 * add-log.el (change-log-version-number-search): Fix old bug.
5427 (add-change-log-entry): Avoid inserting the same funname again.
5428 (add-log-indent-text): New var.
5429 (add-log-indent): New fun.
5430 (change-log-mode): Use it.
5431
5432 * net/browse-url.el: Don't autoload all these defcustoms.
5433 (browse-url-default-macosx-browser): New fun.
5434 (browse-url-browser-function): Use it for system-type = darwin.
5435 (browse-url-usr1-signal): Remove.
5436 (browse-url-mosaic): Use SIGUSR1 directly instead.
5437 (browse-url-gnome-moz-program): New var.
5438 (browse-url-gnome-moz, browse-url-default-browser): Use it.
5439
5440 * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
5441 (byte-compile-const-variables): New var.
5442 (byte-compile-close-variables): Reset it.
5443 (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
5444 (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
5445 (byte-compile-variable-ref): Use it and improve warning message.
5446 (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
5447 (byte-compile-lapcode): Remove unused vars.
5448 (byte-compile-eval): Fix thinko in handling of old-autoloads.
5449 (byte-recompile-directory): Use the expanded form for directory.
5450 (byte-compile-track-mouse): Use modern backquote syntax.
5451 (byte-compile-defvar): Detect and properly handle (defconst a).
5452 (byte-compile-defalias-warn): Remove unused arg `alias'.
5453 (byte-compile-defalias): Update call.
5454
5455 2003-04-13 Masatake YAMATO <jet@gyve.org>
5456
5457 * help.el (describe-minor-mode): New function implementation.
5458 Accept both minor mode string and minor mode indicator.
5459 (describe-minor-mode-completion-table-for-indicator)
5460 (describe-minor-mode-completion-table-for-symbol): New functions.
5461 minor-mode-list is used here.
5462 (describe-minor-mode-from-symbol):
5463 Renamed from (old) describe-minor-mode.
5464 Use describe-minor-mode-completion-table-for-symbol.
5465 Don't use eval. Just use symbol-name.
5466 (describe-minor-mode-from-indicator): Document is updated.
5467 Use `format-mode-line'.
5468 Use describe-minor-mode-from-symbol instead of describe-minor-mode.
5469 Use describe-minor-mode-completion-table-for-indicator.
5470 (expand-minor-mode-indicator-object): Remove.
5471 (lookup-minor-mode-from-indicator): Remove the fist white
5472 space from both indicator and anindicator before comparing them.
5473
5474 * bindings.el (mode-line-major-mode-keymap)
5475 (mode-line-minor-mode-keymap): Define keys for the maps
5476 here in `defvar'.
5477
5478 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
5479
5480 * server.el (server-socket-name): Use new safe location for socket.
5481 (server-ensure-safe-dir): New fun.
5482 (server-start): Use it and letf.
5483 (server-process-filter): Re-enable the -eval feature.
5484
5485 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk>
5486
5487 * play/gomoku.el (gomoku-buffer-name): New constant.
5488 (gomoku-mode): Doc fix. Add call to kill-all-local-variables.
5489 (gomoku): Do not call gomoku-switch-to-window directly.
5490 (gomoku-prompt-for-other-game): Throw an error if no new game.
5491 (gomoku-switch-to-window): Use gomoku-buffer-name.
5492
5493 * progmodes/f90.el (f90-abbrev-start): Only offer help if
5494 abbrev-mode is active.
5495 (f90-join-lines): Make it behave more like standard join-line.
5496 (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
5497
5498 * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
5499 abbrev-mode is active.
5500
5501 2003-04-12 John Paul Wallington <jpw@gnu.org>
5502
5503 * help-fns.el (help-add-fundoc-usage): Pass an empty string to
5504 `format' if no newlines are necessary.
5505
5506 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
5507
5508 * bindings.el (global-map): Bind [select-window].
5509
5510 2003-04-11 John Paul Wallington <jpw@gnu.org>
5511
5512 * type-break.el (type-break-warning-countdown-string): Doc fix.
5513
5514 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
5515
5516 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
5517 place of parenthesis.
5518
5519 2003-04-11 Masatake YAMATO <jet@gyve.org>
5520
5521 * progmodes/etags.el (select-tags-table-mode-map):
5522 Don't create new keymap. Instead copy from button-buffer-map.
5523 Bind push-button to `t' instead of binding
5524 select-tags-table-select directly
5525 (tags-select-tags-table): New button.
5526 (select-tags-table): Put a button for each selections.
5527
5528 2003-04-11 Kenichi Handa <handa@m17n.org>
5529
5530 * international/mule.el:
5531 Don't set after-insert-file-adjust-coding-function.
5532 (after-insert-file-set-coding):
5533 Renamed from after-insert-file-set-buffer-file-coding-system.
5534
5535 2003-04-11 Kenichi Handa <handa@m17n.org>
5536
5537 * international/quail.el (quail-guidance-str)
5538 (quail-guidance-frame): New variables.
5539 (quail-guidance-win): Delete this variable.
5540 (quail-setup-overlays): Make overlay not rear-advancing.
5541 (quail-kill-guidance-buf): Delete this function.
5542 (quail-activate): Add/remove quail-show-guidance to/from
5543 post-command-hook.
5544 (quail-input-method): Don't setup quail-guidance-buf.
5545 Initialize quail-guidance-str to "".
5546 (quail-start-translation): Call quail-show-guidance at first.
5547 (quail-start-conversion): Likewise.
5548 (quail-terminate-translation): Don't erase quail-guidance-buf.
5549 (quail-update-translation): Stretch overlays if their starting and
5550 ending positions are same.
5551 (quail-update-current-translations): Check the width of the
5552 current window, not the width of quail-guidance-win.
5553 (quail-make-guidance-frame): Delete the arg BUF. Fix position
5554 calculation. Don't set the window buffer, just return the new frame.
5555 (quail-minibuffer-message): New function.
5556 (quail-show-guidance): Renamed from quail-show-guidance-buf.
5557 Use message and quail-minibuffer-message to display the guidance.
5558 (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
5559 Only delete quail-guidance-frame.
5560 (quail-update-guidance): Just update quail-guidance-str, not
5561 display it.
5562 (quail-get-translations): Renamed from quail-show-translations.
5563 Return a string instead of inserting it in quail-guaidance-buf.
5564
5565 2003-04-11 Kenichi Handa <handa@m17n.org>
5566
5567 * international/mule-cmds.el (sort-coding-systems): Set lower
5568 priority to a utf-16 base coding system. Set higher priority to a
5569 coding system listed in coding-category-list.
5570
5571 2003-04-10 Juanma Barranquero <lektu@terra.es>
5572
5573 * frame.el (modify-all-frames-parameters): Deleted.
5574
5575 2003-04-10 Sebastian Tennant <seb@albert.vcisp.net> (tiny change)
5576
5577 * desktop.el (desktop-buffer-file): Restore major-mode if it is
5578 different from the normal mode.
5579
5580 2003-04-10 Kenichi Handa <handa@m17n.org>
5581
5582 * international/mule.el:
5583 Set after-insert-file-adjust-coding-function to
5584 after-insert-file-set-buffer-file-coding-system instead of adding
5585 it to after-insert-file-functions.
5586
5587 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
5588 the case of replacing multibyte characters.
5589
5590 2003-04-09 Richard M. Stallman <rms@gnu.org>
5591
5592 * files.el (file-chase-links): Fix previous change.
5593
5594 2003-04-09 Juanma Barranquero <lektu@terra.es>
5595
5596 * frame.el (new-frame): Add obsolescence declaration.
5597
5598 2003-04-09 Ehud Karni <ehud@unix.mvs.co.il>
5599
5600 * frame.el (set-frame-font): Allow keeping frame size after
5601 changing font.
5602 (modify-all-frames-parameters): New function to change parameters
5603 in all existing and future frames.
5604
5605 2003-04-09 Thien-Thi Nguyen <ttn@gnu.org>
5606
5607 * man.el (Man-heading-regexp): Accept hyphen.
5608
5609 2003-04-09 Kenichi Handa <handa@m17n.org>
5610
5611 * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
5612
5613 * international/mule-conf.el: Register ?\221 and ?\226 in
5614 latin-extra-code-table.
5615
5616 2003-04-08 Richard M. Stallman <rms@gnu.org>
5617
5618 * subr.el (minor-mode-list): New variable.
5619 (add-minor-mode): Add to it.
5620
5621 * files.el (file-chase-links): New arg LIMIT.
5622 After that many iterations, just return what we've got.
5623
5624 * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
5625 use single-key-description.
5626
5627 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5628 At end of buffer, just call `newline'.
5629
5630 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
5631 no From field, still try to use the To field.
5632
5633 2003-04-09 Kenichi Handa <handa@m17n.org>
5634
5635 * international/mule-diag.el (print-coding-system-briefly):
5636 If DOC-STRING is `tightly', print the doc-string tightly.
5637 (list-coding-systems-1): Sort coding systems.
5638 Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
5639
5640 2003-04-08 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5641
5642 * net/tramp.el: Version 2.0.33 released.
5643 Change coding cookie to `iso-2022-7bit' for XEmacs
5644 compatibility. (From Steve Youngs <youngs@xemacs.org>.)
5645
5646 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
5647
5648 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5649 Do not disable file name handlers for `file-exists-p' and
5650 `file-directory-p'.
5651
5652 2003-04-08 Kenichi Handa <handa@m17n.org>
5653
5654 * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
5655
5656 * international/utf-16.el (utf-16-le-decode-loop)
5657 (utf-16-be-decode-loop): New temporary variables.
5658 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
5659 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
5660 (ccl-decode-mule-utf-16-le-with-signature)
5661 (ccl-decode-mule-utf-16-be-with-signature)
5662 (ccl-decode-mule-utf-16): New CCL programs.
5663 (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
5664 variables.
5665 (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
5666 (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
5667 (ccl-encode-mule-utf-16-le-with-signature)
5668 (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
5669 (mule-utf-16-post-read-conversion): New function.
5670 (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
5671 (mule-utf-16): New coding systems.
5672 (utf-16-le-with-signature, utf-16-be-with-signature),
5673 (utf-16): Aliases of the above coding systems.
5674
5675 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5676
5677 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
5678 to match symbols. This makes CC Mode cope with the full range
5679 of identifier characters in e.g. Java.
5680
5681 2003-04-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
5682
5683 * xt-mouse.el (xterm-mouse-event-read): New function.
5684 (xterm-mouse-event): Use it to get xterm sequences above #x7f.
5685 Suggested by Aman Bhargava <emacs-bug@amanb.net>.
5686
5687 2003-04-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
5688
5689 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
5690 all cases, whether or not start-process is fboundp.
5691
5692 2003-04-06 Richard M. Stallman <rms@gnu.org>
5693
5694 * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
5695 rather than easy-menu-change.
5696
5697 * dired.el (dired-view-file): Let viewer program run asynchronously.
5698
5699 2003-04-06 Ben North <ben@redfrontdoor.org> (tiny change)
5700
5701 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5702 Correct the starting point for previous-single-property-change.
5703
5704 2003-04-06 Lars Hansen <larsh@math.ku.dk>
5705
5706 * desktop.el: Handle multiple desktop files in different dirs.
5707 Other cleanups.
5708 Command line option --no-desktop introduced.
5709 (desktop-read): Record buffers in the desktop file in
5710 the same order as that in the buffer list,
5711 (desktop-save): Put buffers in the order given in desktop file,
5712 regardless of what handlers do.
5713 (desktop-file-version): New variable. Version number of desktop
5714 file format.
5715 (desktop-create-buffer-form): Variable deleted.
5716 (desktop-save): New customizable variable.
5717 (desktop-kill): Use `desktop-save'.
5718 (desktop-file-name-format): New option: format in
5719 which desktop file names should be saved.
5720 (desktop-file-name): New function to convert a filename to the
5721 format specified in `desktop-file-name-format'.
5722 (desktop-create-buffer): Parameters renamed to descriptive
5723 systematic names. These parameters are visible to handlers.
5724 Renames:
5725 ver -> desktop-file-version
5726 mim -> desktop-buffer-minor-modes
5727 pt -> desktop-buffer-point
5728 mk -> desktop-buffer-mark
5729 ro -> desktop-buffer-read-only
5730 locals -> desktop-buffer-locals
5731 (desktop-buffer-major-mode, desktop-buffer-file-name)
5732 (desktop-buffer-name): Delete unused customizable variables.
5733 (desktop-buffer-misc): Delete unused variable.
5734 (desktop-save, desktop-buffer-dired-misc-data):
5735 Use `desktop-file-name'.
5736 (desktop-path): New customizable variable. List of directories in
5737 which to lookup the desktop file. Replaces hardcoded list.
5738 (desktop-globals-to-clear): New variable replaces hardcoded list.
5739 (desktop-clear-preserve-buffers-regexp): New customizable variable.
5740 (desktop-after-read-hook): New hook run after a desktop is read.
5741 (desktop-no-desktop-file-hook): New hook when no desktop file found.
5742 (desktop-change-dir): New function.
5743 (desktop-save-in-load-dir): New function. Save desktop in
5744 directory from which it was loaded.
5745 (desktop-revert): New function. Revert to the last loaded desktop.
5746
5747 2003-04-06 Masatake YAMATO <jet@gyve.org>
5748
5749 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
5750 find-file-of-tag to avoid name space pollution.
5751 (tag-find-file-of-tag-noselect): Likewise.
5752 (etags-list-tags, etags-tags-apropos):
5753 Use tag-find-file-of-tag instead of find-file-of-tag.
5754
5755 2003-04-06 Masatake YAMATO <jet@gyve.org>
5756
5757 * info.el (Info-goto-emacs-command-node): If command
5758 is given as a string, convert it to a symbol.
5759
5760 2003-04-05 Kevin Ryde <user42@zip.com.au>
5761
5762 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
5763
5764 2003-04-05 Andre Spiegel <spiegel@gnu.org>
5765
5766 * vc-cvs.el (vc-cvs-get-entries): New function that uses the
5767 right coding system for accessing CVS/Entries.
5768 (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
5769
5770 2003-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5771
5772 * subr.el (number-sequence): Adjust code.
5773
5774 2003-04-04 Stefan Monnier <monnier@cs.yale.edu>
5775
5776 * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
5777 (refill-fill-paragraph-at): Don't skip prefix since markers work right.
5778
5779 * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
5780 (fill-paragraph): Don't skip prefix now that markers work right.
5781
5782 2003-04-04 John Paul Wallington <jpw@gnu.org>
5783
5784 * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
5785 property dynamically respects `tooltip-mode'.
5786 (define-ibuffer-column name): Likewise.
5787
5788 * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
5789
5790 2003-04-04 Masatake YAMATO <jet@gyve.org>
5791
5792 * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
5793 New helper functions.
5794 (snarf-tag-function): Doc string is changed. Explained about new
5795 optional argument, `use-explicit'.
5796 (etags-snarf-tag): Add one optional argument `use-explicit'.
5797 (file-of-tag-function): Doc string is changed. Explained about new
5798 optional argument, `relative'.
5799 (file-of-tag): Doc string is changed. Explained about new optional
5800 argument, `relative'. Pass `relative' to `file-of-tag-function'.
5801 (etags-file-of-tag): Add new argument `relative`.
5802 (list-tags): Set `buffer-read-only' to t after making the major mode
5803 apropos-mode.
5804 (etags-list-tags): Use `make-text-button' instead of
5805 `add-text-properties'. Used `snarf-tag-function',
5806 `goto-tag-location-function' and `find-file-of-tag' instead of
5807 `find-tag-other-window' (it's too simple).
5808 (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
5809 `find-file'.
5810 (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
5811 `find-file'. Do not use `etags-goto-tag-location` directly; use
5812 `goto-tag-location-function' instead. Print relative file paths
5813 instead of complete ones in *Tags List* buffer, so lines in the
5814 buffer become shorter.
5815 (etags-tags-apropos-additional): Use `make-text-button' instead of
5816 `add-text-properties'.
5817
5818 2003-04-04 Andreas Schwab <schwab@suse.de>
5819
5820 * net/tramp.el (tramp-send-string): Handle empty string.
5821
5822 2003-04-03 Richard M. Stallman <rms@gnu.org>
5823
5824 * emacs-lisp/easymenu.el (easy-menu-define):
5825 Don't make a defvar for nil.
5826 (easy-menu-convert-item-1): Doc fix.
5827 (easy-menu-change): Call easy-menu-create-menu.
5828
5829 * subr.el (read-quoted-char): Remember the input char
5830 before translation thru function-key-map, and use that for unreading.
5831
5832 * shadowfile.el (shadow-parse-fullname):
5833 Renamed from shadow-parse-fullpath.
5834 (shadow-parse-name): Renamed from shadow-parse-path.
5835 (shadow-make-fullname): Renamed from shadow-make-fullpath.
5836 (shadow-replace-name-component): Was shadow-replace-path-component.
5837 Callers of the above functions changed.
5838 (shadow-expand-cluster-in-file-name): Doc fix.
5839 (shadow-same-site, shadow-file-match): Doc fix.
5840 (shadow-define-literal-group): Doc fix.
5841
5842 * kmacro.el (kmacro-end-and-call-macro): Doc fix.
5843
5844 * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
5845
5846 * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
5847 (hack-local-variables): When MODE-ONLY is set, pass it along to
5848 hack-local-variables-prop-line.
5849
5850 * delsel.el (delete-active-region): Don't explicitly deactivate mark.
5851
5852 2003-04-03 Masatake YAMATO <jet@gyve.org>
5853
5854 * progmodes/etags.el: Require button.el.
5855 (etags-tags-apropos): Use `make-text-button' instead of
5856 `add-text-properties'. Use `snarf-tag-function' and
5857 `etags-goto-tag-location' instead of `find-tag-other-window' (it's
5858 too simple).
5859
5860 * man.el (Man-xref-header-file): Fix previous change.
5861
5862 2003-04-03 Kenichi Handa <handa@m17n.org>
5863
5864 * subr.el (number-sequence): New function.
5865
5866 2003-04-02 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
5867
5868 * sort.el (sort-reorder-buffer): Fix saving of markers at the end
5869 of the sorted region.
5870
5871 2003-04-02 Masatake YAMATO <jet@gyve.org>
5872
5873 * woman.el (woman-xref): Removed.
5874 (woman-mode): Use `Man-highlight-references' instead of
5875 `WoMan-highlight-references'.
5876 (WoMan-highlight-references): Removed.
5877
5878 * man.el (toplevel): Require button.
5879 (Man-header-file-path): New option.
5880 (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
5881 (Man-file-name-regexp, Man-normal-file-prefix-regexp)
5882 (Man-header-regexp, Man-normal-file-regexp): New variables.
5883 (Man-mode-map): Inherit from `button-buffer-map'. Don't define
5884 "\r" and mouse-2 directly. These key are defined in
5885 `button-buffer-map'.
5886 (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
5887 New buttons. `Man-xref-man-page' comes from woman.el.
5888 (man-follow-mouse): Removed.
5889 (Man-fontify-manpage): Use `Man-highlight-references' instead of
5890 calling `add-text-properties' directly.
5891 (Man-highlight-references, Man-highlight-references0): New functions.
5892 (Man-view-header-file): New function.
5893
5894 2003-04-02 Stefan Monnier <monnier@cs.yale.edu>
5895
5896 * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
5897 the trailing space since fill.el doesn't remove it anymore.
5898 (refill-mode): Reset fill-paragraph-function even if it was nil.
5899
5900 * textmodes/fill.el (fill-region-as-paragraph):
5901 Don't remove space at end of paragraph: it makes refill.el unusable.
5902 Remove obsolete `save-restriction'.
5903 (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
5904 (fill-delete-newlines): Don't add a trailing space.
5905 (fill-newline): Don't leave markers before the prefix.
5906
5907 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
5908 New functions.
5909 (asm-mode): Use them in indent-line-function.
5910 Set tab-always-indent to nil to stay closer to previous tab behavior.
5911 Set comment-add. Remove space at end of comment-add.
5912 (asm-newline): Obsolete. Use newline-and-indent instead.
5913 (asm-mode-map): Remove TAB binding.
5914 (asm-code-level-empty-comment-pattern)
5915 (asm-flush-left-empty-comment-pattern)
5916 (asm-inline-empty-comment-pattern): Remove.
5917 (asm-comment): Use newcomment functions instead.
5918 (asm-colon): Don't tab if colon is not after a label.
5919 (asm-line-matches, asm-pop-comment-level): Remove.
5920
5921 2003-04-02 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5922
5923 * emulation/crisp.el (top-level): Quote second arg to
5924 `eval-after-load'.
5925
5926 2003-04-02 Miles Bader <miles@gnu.org>
5927
5928 * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
5929
5930 2003-04-01 Stefan Monnier <monnier@cs.yale.edu>
5931
5932 * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
5933 that do not depend on asm-comment-char.
5934 (asm-mode-map): Declare and init at the same time.
5935 (asm-code-level-empty-comment-pattern)
5936 (asm-flush-left-empty-comment-pattern)
5937 (asm-inline-empty-comment-pattern): Use \s< so they do not depend
5938 on asm-comment-char. Turn them into constants.
5939 (asm-mode): Simplify.
5940 (asm-line-matches): Remove unused arg.
5941
5942 2003-04-01 Dave Love <fx@gnu.org>
5943
5944 * time.el: Doc fixes.
5945 (display-time-mail-face): Change :type and default to nil.
5946 (display-time-mail-icon): Use pbm, not xbm.
5947 (display-time-mail-string): New.
5948 (display-time-string-forms): Use display-time-mail-string.
5949 Add checks in display property.
5950
5951 2003-04-01 Kenichi Handa <handa@m17n.org>
5952
5953 * language/indian.el (indian-font-char-index-table): Fix the
5954 order of CDAC fonts.
5955
5956 2003-04-01 Kim F. Storm <storm@cua.dk>
5957
5958 * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
5959 (set-mark-command): Unconditionally repeat pop-global-mark without
5960 C-x prefix. Fix doc.
5961
5962 * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
5963 pop-global-mark without C-x prefix. Fix doc.
5964
5965 2003-03-31 Stefan Monnier <monnier@cs.yale.edu>
5966
5967 * reveal.el (reveal-post-command): Better error handling.
5968
5969 2003-03-31 Nick Roberts <nick@nick.uklinux.net>
5970
5971 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
5972 so that it can run on NT also.
5973
5974 2003-03-31 Masatake YAMATO <jet@gyve.org>
5975
5976 * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
5977 comments.
5978
5979 * bindings.el (mode-line-major-mode-keymap): New variable.
5980 (mode-line-minor-mode-help): New function, bound to
5981 mode-line-minor-mode-keymap.
5982 (mode-line-modes): Split mode-line-mode definitions to
5983 mode-name, mode-line-process and minor-mode-alist.
5984 For mode-name, mode-line-major-mode-keymap is used.
5985
5986 * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
5987 (lookup-minor-mode-from-indicator): New functions.
5988
5989 2003-03-31 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5990
5991 * files.el (file-relative-name): Remove superfluous `and'.
5992 Clarify docstring. From Lars Hansen.
5993
5994 2003-03-31 Kenichi Handa <handa@m17n.org>
5995
5996 * international/utf-16.el (ccl-decode-mule-utf-16-le):
5997 Don't assume the signature bytes.
5998 (ccl-decode-mule-utf-16-be): Likewise.
5999 (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
6000 (ccl-encode-mule-utf-16-be): Likewise.
6001
6002 2003-03-30 Kevin Ryde <user42@zip.com.au>
6003
6004 * info-look.el (sh-mode): Add doc-specs for commands and variables.
6005
6006 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
6007
6008 * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
6009 replaces variable utf-translate-cjk which must be set via Custom.
6010
6011 * files.el (file-relative-name): If FILENAME and DIRECTORY are on
6012 different drives (on DOS/Windows) or use different handlers, do
6013 like `expand-file-name' on FILENAME and return an absolute name.
6014 From Lars Hansen <larsh@math.ku.dk>.
6015
6016 * tramp.el: Version 2.0.31 released.
6017 (tramp-handle-expand-file-name): Do not allow ".." to
6018 cross file handler boundaries, so that "/user@host:/../foo"
6019 expands to itself, rather than "/foo". This is intended to work
6020 in conjunction with a change in `file-relative-name' which makes
6021 sure to use absolute file names if FILE and DIRECTORY have
6022 different handlers.
6023 (tramp-handle-insert-directory): Comment out XEmacs
6024 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6025
6026 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
6027
6028 * trampver.el: New file, to support Autoconf in Tramp CVS repository.
6029 * tramp.el (tramp-version, tramp-bug-report-address): Move to
6030 trampver.el, which is required now.
6031 (tramp-chunksize): Type can be nil as well.
6032 Reported by Markus Rost <rost@math.ohio-state.edu>.
6033 * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
6034 listing entry more robust. Ranges from 10 chars (Samba 1) to 7-9
6035 chars (Samba 2).
6036
6037 2003-03-29 John Paul Wallington <jpw@gnu.org>
6038
6039 * international/mule.el (with-category-table): Use `make-symbol'
6040 to avoid variable capture. Set table within `unwind-protect'.
6041 Ensure table is restored in correct buffer. Add docstring.
6042
6043 2003-03-29 Kenichi Handa <handa@m17n.org>
6044
6045 * language/japan-util.el: If system-type is not for Windows,
6046 prefer japanese-iso-8bit.
6047
6048 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change)
6049
6050 * term/mac-win.el (iconify-or-deiconify-frame): Define for
6051 compatibility with packages that use it.
6052
6053 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl>
6054
6055 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
6056 Fix docstring.
6057 (checkdoc-interactive, checkdoc-message-interactive): Make them
6058 perform spell checking when appropriate.
6059 (checkdoc-interactive-loop): Fix docstring and a few typos.
6060 (checkdoc-interactive-ispell-loop)
6061 (checkdoc-message-interactive-ispell-loop): New functions.
6062 (checkdoc-next-error): Fix docstring.
6063 (checkdoc-this-string-valid-engine): Fix typo.
6064 (checkdoc-ispell-docstring-engine): Do test for
6065 checkdoc-autofix-flag = nil.
6066
6067 2003-03-28 Jonathan Yavner <jyavner@engineer.com>
6068
6069 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
6070 top-level macros that put functions as properties.
6071 (testcover-mark): No error for functions that just return a constant.
6072
6073 2003-03-27 Andreas Schwab <schwab@suse.de>
6074
6075 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
6076 is marked as edited.
6077
6078 2003-03-26 Kenichi Handa <handa@m17n.org>
6079
6080 * files.el (recode-file-name): New function.
6081
6082 * international/characters.el: Setup categories for Indian characters.
6083
6084 2003-03-26 Steve Youngs <youngs@xemacs.org>
6085
6086 * em-unix.el (eshell-plain-locate-behavior): Make the default
6087 nil on Emacs, t on XEmacs.
6088
6089 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
6090
6091 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
6092 Turn `set' into `setq' when applicable.
6093
6094 2003-03-24 Stefan Monnier <monnier@cs.yale.edu>
6095
6096 * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
6097 args blindly to defcustom. Use custom-set-minor-mode.
6098
6099 2003-03-24 Kim F. Storm <storm@cua.dk>
6100
6101 * simple.el: Rework last change so C-x C-SPC C-SPC does not
6102 repeat pop-global-mark by default.
6103 (pop-global-mark-quick-repeat): New user option.
6104 (set-mark-command): Use it.
6105
6106 * emulation/cua-base.el (cua-set-mark):
6107 Check pop-global-mark-quick-repeat.
6108
6109 2003-03-24 John Paul Wallington <jpw@gnu.org>
6110
6111 * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
6112 the global map.
6113
6114 * emerge.el (emerge-show-file-name): Read event irrespective of
6115 whether minibuffer window is resized. Clear minibuffer when done.
6116
6117 * cus-theme.el (customize-create-theme): Rename from
6118 `custom-theme-create'.
6119
6120 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6121
6122 * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
6123
6124 2003-03-23 Peter Breton <pbreton@attbi.com>
6125
6126 * net/net-utils.el (dns-lookup-host): New function.
6127
6128 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org>
6129
6130 * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
6131 an infinite loop when Emacs' open-paren-in-column-zero rule
6132 kicks in and causes the sexp functions to misbehave.
6133
6134 2003-03-22 Peter Breton <pbreton@cs.umb.edu>
6135
6136 * filecache.el (file-cache-add-directory-recursively)
6137 (file-cache-complete, file-cache-display): New functions.
6138
6139 * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
6140 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
6141
6142 * dirtrack.el (dirtrack-cygwin-directory-function): New function.
6143 Remove timestamp.
6144
6145 2003-03-22 Kim F. Storm <storm@cua.dk>
6146
6147 * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
6148 accordingly.
6149 (ido-define-mode-map): Bind C-l for both file and dir modes.
6150 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
6151 Let-bind enable-recursive-minibuffers to t around read-string.
6152
6153 2003-03-22 Kenichi Handa <handa@m17n.org>
6154
6155 * international/fontset.el (setup-default-fontset):
6156 Use indian-font-char-range for specifying ranges of indian-glyph
6157 chars. Setup for AKRUTI fonts.
6158
6159 * language/indian.el (indian-font-foundry): New variable.
6160 (indian-script-language-alist): New variable.
6161 (indian-font-char-index-table): New variable.
6162 (indian-font-char): New function.
6163 (indian-font-char-range): New function.
6164 (font-ccl-encoder-alist): Add entry for AKRUTI font.
6165
6166 2003-03-22 Kim F. Storm <storm@cua.dk>
6167
6168 * progmodes/cperl-mode.el (cperl-electric-backspace):
6169 Add delete-selection property.
6170
6171 * simple.el (set-mark-command): Doc fixes.
6172 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
6173 C-u C-u C-SPC now unconditionally sets the mark.
6174
6175 * emulation/cua-base.el (cua-set-mark): Doc fixes.
6176 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
6177 C-u C-u C-SPC now unconditionally sets the mark.
6178
6179 2003-03-20 Mark A. Hershberger <mah@everybody.org>
6180
6181 * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
6182
6183 2003-03-20 Kenichi Handa <handa@m17n.org>
6184
6185 * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
6186 handling invalid 5 to 6 bytes sequence.
6187
6188 2003-03-19 Simon Marshall <simon@gnu.org>
6189
6190 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6191 New variable.
6192 (makefile-mode): Use it for value of font-lock-syntactic-keywords.
6193
6194 2003-03-19 John Paul Wallington <jpw@gnu.org>
6195
6196 * cus-theme.el (custom-theme-create): Add autoload cookie.
6197
6198 2003-03-19 Kenichi Handa <handa@m17n.org>
6199
6200 * dired.el (dired-get-filename): Pay attention to the case that
6201 `read' returns a unibyte string. Don't encode the file name by
6202 buffer-file-coding-system.
6203
6204 2003-03-18 Kenichi Handa <handa@m17n.org>
6205
6206 * language/european.el ("Latin-6"): Fix input-method.
6207 ("Latin-7"): Fix input-method.
6208
6209 * international/utf-8.el (utf-fragment-on-decoding):
6210 Don't call register-char-codings.
6211 (utf-fragment-on-decoding): Don't update char-coding-system-table.
6212 (utf-translate-cjk): Don't call register-char-codings nor
6213 optimize-char-coding-system-table. Don't update
6214 char-coding-system-table.
6215
6216 * international/ucs-tables.el (ucs-unify-8859): Don't call
6217 register-char-codings.
6218 (ucs-unify-8859): Don't call optimize-char-coding-system-table.
6219 (ucs-fragment-8859): Don't update char-coding-system-table.
6220 Don't call register-char-codings nor optimize-char-coding-system-table.
6221
6222 * international/mule.el (optimize-char-coding-system-table):
6223 Remove this function.
6224 (register-char-codings): Make it obsolete.
6225 (char-coding-system-table): Defconst it here.
6226 (make-coding-system): Don't call register-char-codings, call
6227 define-coding-system-internal.
6228
6229 * international/mule-conf.el (no-conversion):
6230 Call define-coding-system-internal on this coding system instead of
6231 calling register-char-codings.
6232
6233 * international/mule-cmds.el (find-coding-systems-for-charsets):
6234 Use find-coding-systems-string instead of looking up
6235 char-coding-system-table.
6236
6237 * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
6238 (cp-make-coding-system): Don't call cp-fix-safe-chars.
6239
6240 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
6241
6242 * startup.el (command-line-1): Use command-execute for any command.
6243
6244 2003-03-17 Stefan Monnier <monnier@cs.yale.edu>
6245
6246 * buff-menu.el (list-buffers-noselect): Use the display property
6247 to properly align header-line text with the buffer's contents.
6248
6249 2003-03-17 Kenichi Handa <handa@m17n.org>
6250
6251 * international/mule.el (ctext-post-read-conversion): Convert the
6252 search pattern to multibyte by string-to-multibyte.
6253
6254 2003-03-16 Deepak Goel <deego@gnufans.org>
6255
6256 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
6257 for GMT. Suggested by bob@rattlesnake.com.
6258
6259 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
6260
6261 * pcvs.el (cvs-mode!): Remove unused argument.
6262
6263 * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
6264 that member-ignore-case might signal.
6265 (easy-menu-add-item): Default to the global map, as documented.
6266 (easy-menu-convert-item-1): Use match-string.
6267
6268 2003-03-15 Mark A. Hershberger <mah@everybody.org>
6269
6270 * xml.el (xml-ucs-to-string): New function to convert Unicode
6271 codepoints to strings. Uses decode-char (mule.el) if available.
6272 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
6273 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
6274 (xml-parse-attlist): Add attribute normalization.
6275 (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
6276
6277 2003-03-14 John Paul Wallington <jpw@gnu.org>
6278
6279 * files.el (recover-session): Error if there are no previous
6280 sessions to recover.
6281
6282 * subr.el (posn-col-row): Simplify.
6283
6284 * arc-mode.el (archive-subtype, archive-file-list-start)
6285 (archive-file-list-end, archive-proper-file-start)
6286 (archive-read-only, archive-local-name, archive-mode-map)
6287 (archive-file-name-indent, archive-remote)
6288 (archive-alternate-display, archive-superior-buffer)
6289 (archive-subfile-mode): Doc fixes.
6290
6291 2003-03-14 Stefan Monnier <monnier@cs.yale.edu>
6292
6293 * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
6294 and the user hits TAB a second time, just insert a tab.
6295
6296 * textmodes/texinfo.el (texinfo-outline-level): Remove.
6297 (texinfo-mode): Set outline-heading-alist instead.
6298 (texinfo-section-list): Reorder for the needs of outline-heading-alist.
6299 (texinfo-insert-block): Don't cons needlessly.
6300 (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
6301 (texinfo-insert-quote): Use them.
6302
6303 * textmodes/outline.el (outline-level): Demote it to defvar.
6304 (outline-heading-alist): Document extended semantics.
6305 (outline-head-from-level): New fun.
6306 (outline-promote, outline-demote): Use it.
6307 (outline-show-heading): New fun.
6308 (hide-sublevels, show-children):
6309 Use it together with outline-map-region.
6310 (outline-get-next-sibling): Don't call outline-level at eob.
6311
6312 2003-03-14 Simon Josefsson <jas@extundo.com>
6313
6314 * fringe.el (fringe-mode): Autoload so that
6315 Options->Show/Hide->Fringe->Customize works.
6316
6317 2003-03-13 Stefan Monnier <monnier@cs.yale.edu>
6318
6319 * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
6320 (outline-mode-prefix-map): Match new bindings to those of allout.
6321 (outline-map-region): New fun.
6322 (outline-map-tree): Remove.
6323 (outline-promote, outline-demote): Apply to region if active.
6324 Change the default to apply to the subtree.
6325 (outline-move-subtree-up, outline-move-subtree-down): New funs.
6326 (outline-invisible-p): Add optional `pos' argument.
6327 (outline-next-visible-heading, outline-toggle-children): Use it.
6328 (outline-get-next-sibling): Don't call outline-level at eob.
6329
6330 * custom.el (custom-set-minor-mode): New fun.
6331
6332 2003-03-13 Dave Love <fx@gnu.org>
6333
6334 * international/latin1-disp.el (ucs-tables): Don't require.
6335 (latin1-display-face): New.
6336 (latin1-display-char): Use it.
6337
6338 2003-03-13 Kenichi Handa <handa@m17n.org>
6339
6340 * international/mule-cmds.el (reset-language-environment):
6341 Set default-file-name-coding-system to iso-latin-1.
6342
6343 * language/european.el (iso-latin-1): Definition of this coding
6344 system moved to mule-conf.el.
6345
6346 * international/mule-conf.el (iso-latin-1): Move from
6347 european.el.
6348
6349 * term/x-win.el (x-select-text): Don't set a text containing
6350 eight-bit-control/graphic into the cut buffer.
6351
6352 2003-03-12 Kenichi Handa <handa@m17n.org>
6353
6354 * files.el (insert-directory): Decode by what specified.
6355
6356 * language/japan-util.el (setup-japanese-environment-internal):
6357 By defalt, use japanese-iso-8bit for file names, and prefer
6358 japanese-shift-jis on DOS and Windows.
6359
6360 * international/quail.el (quail-show-guidance-buf): Make the quail
6361 guidance buffer inherit the current value of quail-current-package.
6362
6363 * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
6364 on handling an invalid byte sequence.
6365
6366 2003-03-11 Jason Rumney <jasonr@gnu.org>
6367
6368 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
6369
6370 2003-03-11 Mark A. Hershberger <mah@everybody.org>
6371
6372 * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
6373
6374 2003-03-11 John Paul Wallington <jpw@gnu.org>
6375
6376 * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
6377 `default-line-spacing', rather than buffer-local `line-spacing'.
6378
6379 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
6380
6381 * cus-edit.el (customize-rogue): New command.
6382
6383 2003-03-10 Andreas Schwab <schwab@suse.de>
6384
6385 * info.el (Info-extract-menu-node-name)
6386 (Info-following-node-name): Revert last change.
6387
6388 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org>
6389
6390 * progmodes/scheme.el (scheme-mode-syntax-table):
6391 Construct w/o using `with-syntax-table'.
6392
6393 2003-03-10 John Paul Wallington <jpw@gnu.org>
6394
6395 * subr.el (posn-col-row): Take into account `line-spacing'.
6396
6397 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
6398 if major mode isn't `Electric-buffer-menu-mode'.
6399
6400 * term/x-win.el (vendor-specific-keysyms)
6401 (x-last-selected-text-primary): Doc fixes.
6402 (x-win-suspend-error): Use proper noun in error message.
6403
6404 2003-03-09 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6405
6406 * man.el (Man-getpage-in-background): Always use `setenv' for
6407 environment variables, instead of modifying process-environment
6408 directly. The previous version let-bound process-environment --
6409 the let-binding is skipped for GROFF_NO_SGR because there is
6410 already a let-binding in effect in some outer scope.
6411
6412 * emulation/crisp.el (top-level): Interoperate with cua.
6413
6414 2003-03-08 Kim F. Storm <storm@cua.dk>
6415
6416 * emulation/cua-base.el: Provide `cua' feature.
6417
6418 2003-03-08 Juanma Barranquero <lektu@terra.es>
6419
6420 * emulation/cua-base.el (cua--standard-movement-commands):
6421 Fix docstring.
6422
6423 2003-03-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6424
6425 * man.el (Man-getpage-in-background): Only change
6426 default-directory if necessary.
6427
6428 2003-03-07 Andreas Schwab <schwab@suse.de>
6429
6430 * info.el (Info-following-node-name): Skip trailing period.
6431 (Info-extract-menu-node-name): Allow period in node name.
6432
6433 2003-03-07 Kevin Rodgers <kevin.rodgers@ihs.com> (tiny change)
6434
6435 * dired-x.el (dired-guess-shell-case-fold-search): New user option.
6436 (dired-guess-default): Use it.
6437
6438 2003-03-07 Thien-Thi Nguyen <ttn@gnu.org>
6439
6440 * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
6441 (dcl-font-lock-defaults): New var.
6442 (dcl-mode): Make and init local var `font-lock-defaults'.
6443
6444 2003-03-06 Kevin Rodgers <kevin.rodgers@ihs.com> (tiny change)
6445
6446 * ffap.el (dired-at-point): Check whether the user can create a
6447 directory before asking about creating it.
6448
6449 2003-03-06 John Paul Wallington <jpw@gnu.org>
6450
6451 * ebuff-menu.el (electric-buffer-list):
6452 Respect `Buffer-menu-use-header-line'.
6453 (electric-buffer-menu-looper): Likewise.
6454
6455 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
6456 (Buffer-menu-buffer): Fix indentation.
6457 (list-buffers-noselect): Calculate header-line spacing to take
6458 into account width of left fringe and left scrollbar.
6459
6460 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6461
6462 * ps-print.el (ps-print-version): New version number (6.6).
6463 (ps-begin-job): If background and foreground color are the same, give
6464 an error.
6465 (ps-default-fg, ps-default-bg): Better doc.
6466 (ps-rgb-color): Became a defun, check RGB value list.
6467 (ps-default-background): New internal var.
6468 (ps-begin-file): Code fix.
6469
6470 2003-03-05 Richard M. Stallman <rms@gnu.org>
6471
6472 * replace.el (query-replace-read-args): Use save-excursion.
6473 (map-query-replace-regexp): Use prefix-numeric-value.
6474
6475 2003-03-05 Juanma Barranquero <lektu@terra.es>
6476
6477 * term/w32-win.el (x-handle-geometry): Put sizes on
6478 `initial-frame-alist' too.
6479
6480 * startup.el (command-line-x-option-alist): Make --border-color set
6481 the border-color frame parameter, not border-width.
6482
6483 * faces.el (frame-set-background-mode): Fix reference to attribute
6484 "backgroundMode".
6485
6486 2003-03-05 Reto Zimmermann <reto@gnu.org>
6487
6488 * progmodes/vhdl-mode.el: Version 3.32.12 released.
6489 Modifications for displaying all projects in hierarchy browser and case
6490 insensitive hierarchy browsing. Change Rod's email address.
6491 Include `itimer.el' patch for XEmacs. Backquote fix. Change some
6492 documentation strings. Add "ERROR: " prefix to all error
6493 messages. Enhanced usage of hideshow.
6494 (vhdl-in-literal): Remove unused argument LIM.
6495 (vhdl-compiler-alist): Enhance customization for compilers; add
6496 "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
6497 "Savant", "ProVHDL" and "VeriBest" compilers.
6498 Add new error message syntax for Modelsim.
6499 Add Synplify, column no in error regexp.
6500 Include library name in library command.
6501 Add unit-to-file name mapping for Savant.
6502 Add library option in Makefile generation command.
6503 Add command to create library directory.
6504 Built-in Makefile generation is always default.
6505 (vhdl-create-mode-menu): Split menues for compilers, projects, models.
6506 Add customization for `global-font-lock-mode'.
6507 Fix `customize-group' entries for XEmacs and
6508 change "Gen." to "Generate". Get *Messages* buffer.
6509 Fix "Auto Load Setup File" menu entry.
6510 Add faces customization to "Options". Add "Options" entry.
6511 Include `speedbar-indentation-width'.
6512 (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
6513 (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
6514 Fix template abortion.
6515 (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
6516 in package.
6517 (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
6518 Better treat comments and strings. Fix "=> ," alignment.
6519 (vhdl-port-paste-testbench): Print file names created.
6520 Better handling when file exist/open. Additional comments in code.
6521 Replace keywords in testbench entity and architecture file headers.
6522 Adjust case in testbench configuration.
6523 (vhdl-port-paste-instance): Special case: no number in instance name.
6524 (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
6525 (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
6526 highlight instantiations without map.
6527 Highlight quantity declaration names. Highlight formal parameters.
6528 Fix label highlighting for signal asst.
6529 (vhdl-mode): `comment-padding' for Emacs 21 only.
6530 Remove forced `turn-on-font-lock'.
6531 Remove `hippie-expand-only-buffers' setting.
6532 Update online documentation and web address.
6533 (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
6534 Change ARG for uncommenting.
6535 (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
6536 (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
6537 (vhdl-port-list): Add context clause.
6538 (vhdl-port-paste-signals): Include direction comments.
6539 (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
6540 (vhdl-port-*): Include name in status messages.
6541 (vhdl-package-alist): Scan for and display subprogram body.
6542 Change key to lower case, add original case identifier.
6543 Scan for packages used by package body.
6544 (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
6545 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
6546 Message "No VHDL design units!".
6547 (vhdl-compile-init): Allow fourth element (column no) in error regexp.
6548 Fix `nconc' bug. Eliminate redundant regexps.
6549 (vhdl-minibuffer-tab): No indentation.
6550 Use `hippie-expand-only-buffers' to take
6551 expansions from VHDL buffers only; don't overwrite non-nil default of
6552 `hippie-expand-only-buffers'; check whether
6553 `hippie-expand-only-buffers' is bound.
6554 (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
6555 `nature_pkg' package.
6556 (vhdl-align-alist): Fix "when/else ... =>" case.
6557 Align declaration keywords only at beg. of line.
6558 Align <=, := and == among each other.
6559 (vhdl-port-copy): Extended identifiers for signal names.
6560 Fix on empty generic/port clause.
6561 Fix parsing of comment on first line.
6562 Allow generic clause begin on first line.
6563 Add "inout" and "linkage" to direction modes.
6564 (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
6565 (vhdl-file-header): Insert VHDL language standard string.
6566 (vhdl-instance-name): Unique numbers in instance names.
6567 (vhdl-compile): Check for existing compile directory.
6568 Print out file name if compiler does not; put it in
6569 quotes if contains spaces. Check compiler name.
6570 (vhdl-compiler): Change empty value from "" to nil.
6571 (vhdl-make): Check for existing compile directory.
6572 Fix missing options if there is a target. Check compiler name.
6573 (vhdl-template-field): Fix case on all VHDL words.
6574 (vhdl-template-others): Re-electrified "others".
6575 (vhdl-speedbar-expand-architecture): Give user control over displayed
6576 hierarchy depth.
6577 (vhdl-project-alist): Insert library name in Makefile name.
6578 Sources exclude regexp. Add file-specific compile exceptions.
6579 Enhance customization of projects.
6580 (vhdl-get-hierarchy): Include configurations in hierarchy list.
6581 Fix bug with configurations.
6582 Consider configurations; also at lower levels.
6583 (vhdl-speedbar-item-info): Enhance displaying.
6584 (vhdl-scan-file-contents): Fix skipping of comments in scanning.
6585 Sources exclude regexp.
6586 Allow comment lines in instantiations.
6587 Fix used packages in package body scanning.
6588 Allow code before first block configuration.
6589 Scan also for "is" keyword of design units.
6590 Scan configuration specification.
6591 Clear directory alists first.
6592 Consistency check.
6593 Check for multiply scanned design units.
6594 Scan components/subprograms in package.
6595 Scan library clauses and subconfigurations.
6596 Limit file size for scanning.
6597 (vhdl-entity-alist): Change key to lower case, add original case
6598 identifier.
6599 (vhdl-electric-tab): Not overwrite non-nil default of
6600 `hippie-expand-only-buffers'.
6601 (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
6602 bound; use it to take expansions from VHDL buffers only.
6603 (vhdl-electric-tab): Toggle comment indent.
6604 (vhdl-generate-makefile): Check compiler name.
6605 Add library option in Makefile generation command.
6606 (vhdl-generate-makefile): Add dependencies for components in package.
6607 (vhdl-template-elsif): No expansion in concurrent part (except AMS).
6608 (vhdl-insert-string-or-file): Resolve environment variables.
6609 (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
6610 (vhdl-submit-bug-report): Prompt for summary.
6611 (vhdl-resolve-paths): Rearrange environment variable resolution.
6612 (vhdl-scan-project-contents): Rearrange environment variable
6613 resolution.
6614 (vhdl-scan-project-contents): Allow absolute paths.
6615 (vhdl-doc-coding-style): Update RMM URL.
6616 (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
6617 (vhdl-model-insert): Replace header prompts too.
6618 (vhdl-template-header): New argument `is-model'.
6619 (vhdl-template-generate-body): Remove "begin" for VHDL'93.
6620 (vhdl-actual-port-name): Change default value (no "_i" extension).
6621 (vhdl-template-modify): Delete date instead of kill.
6622 (vhdl-get-source-files): Don't match source files beginning with ".".
6623 (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
6624 (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
6625 (vhdl-speedbar-expand-*): Display used packages.
6626 (vhdl-sequential-statement-p): Better algorithm.
6627 (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
6628 (vhdl-electric-...): No stuttering within literals.
6629 (vhdl-template-footer): Replace keywords in footer as in header.
6630 (vhdl-align-...): Enhance alignment, add progress reporting.
6631 (vhdl-beautify-region): Bug fix.
6632 (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
6633 (vhdl-testbench-configuration-name)
6634 (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
6635 (vhdl-prepare-search-[12]): Fix search within hidden code.
6636 (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
6637 (vhdl-template-for): Fix sequential statement part detection.
6638 (vhdl-electric-space): Fix wrapping for non-word characters.
6639 (vhdl-template-standard-package): Don't insert "std" library.
6640 (vhdl-template-architecture): Code optimization.
6641 (vhdl-template-package): Search for existing package name.
6642 (vhdl-template-component-decl, vhdl-port-paste-declaration):
6643 Insert "is" in VHDL'93.
6644 (match-string-no-properties, vhdl-forward-comment): New aliases.
6645 (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
6646 (file-expand-wildcards, regexp-opt, subst-char-in-string)
6647 (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
6648 (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
6649 (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
6650 (vhdl-backward-same-indent, vhdl-beginning-of-block)
6651 (vhdl-character-to-event, vhdl-compile-directory)
6652 (vhdl-compile-print-file-name, vhdl-compose-components-package)
6653 (vhdl-compose-insert-generic, vhdl-compose-insert-port)
6654 (vhdl-compose-insert-signal, vhdl-compose-new-component)
6655 (vhdl-compose-place-component, vhdl-compose-wire-components)
6656 (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
6657 (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
6658 (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
6659 (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
6660 (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
6661 (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
6662 (vhdl-forward-same-indent, vhdl-generate-makefile-1)
6663 (vhdl-get-compile-options, vhdl-get-components-package-name)
6664 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
6665 (vhdl-get-visible-signals, vhdl-goto-marker)
6666 (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
6667 (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
6668 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
6669 (vhdl-parse-group-comment, vhdl-paste-group-comment)
6670 (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
6671 (vhdl-port-reverse-direction, vhdl-process-command-line-option)
6672 (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
6673 (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
6674 (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
6675 (vhdl-save-caches, vhdl-scan-context-clause)
6676 (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
6677 (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
6678 (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
6679 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
6680 (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
6681 (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
6682 (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
6683 (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
6684 (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
6685 (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
6686 (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
6687 (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
6688 (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
6689 (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
6690 (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
6691 (vhdl-subprog-paste-specification, vhdl-template-others-hook)
6692 (vhdl-template-replace-header-keywords, vhdl-toggle-project)
6693 (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
6694 (vhdl-update-progress-info, vhdl-update-sensitivity-list)
6695 (vhdl-update-sensitivity-list-buffer)
6696 (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
6697 (vhdl-warning, vhdl-warning-when-idle)
6698 (vhdl-widget-directory-validate, vhdl-work-library)
6699 (vhdl-write-file-hooks-init): New functions.
6700 (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
6701 (vhdl-align-noindent-region, vhdl-create-customize-menu)
6702 (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
6703 (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
6704 (vhdl-speedbar-toggle-hierarchy): Functions deleted.
6705 (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
6706 functions, not defsubsts.
6707 (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
6708 Delete defsubsts.
6709 (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
6710 (vhdl-testbench): New customization groups.
6711 (vhdl-electric): Customization group deleted.
6712 (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
6713 (vhdl-imenu-generic-expression): Define as constants instead of
6714 variables.
6715 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
6716 (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
6717 (vhdl-font-lock-keywords-0): Constants deleted.
6718 (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
6719 New macros.
6720 (vhdl-ext-syntax-table): Macro deleted.
6721 (vhdl-align-group-separate, vhdl-align-same-indent)
6722 (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
6723 (vhdl-components-package-name, vhdl-compose-architecture-name)
6724 (vhdl-compose-create-files, vhdl-compose-include-header)
6725 (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
6726 (vhdl-entity-file-name, vhdl-file-name-case)
6727 (vhdl-include-group-comments, vhdl-include-type-comments)
6728 (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
6729 (vhdl-package-file-name, vhdl-project-auto-load)
6730 (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
6731 (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
6732 (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
6733 (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
6734 (vhdl-testbench-configuration-name)
6735 (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
6736 (vhdl-testbench-include-library, vhdl-use-components-package)
6737 (vhdl-use-direct-instantiation): New options.
6738 (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
6739 (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
6740 (vhdl-testbench-entity-header): Options deleted.
6741 (speedbar-indentation-width, vhdl-compile-file-name)
6742 (vhdl-config-alist, vhdl-directive-keywords-regexp)
6743 (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
6744 (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
6745 (vhdl-port-flattened, vhdl-port-reversed-direction)
6746 (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
6747 (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
6748 (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
6749 (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
6750 (vhdl-warnings): New variables.
6751 (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
6752 (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
6753 (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
6754
6755 2003-03-04 Rob Kaut <rob@siworks.com> (tiny change)
6756
6757 * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
6758 Remove two comment characters at start of line instead of one.
6759
6760 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6761
6762 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
6763
6764 2003-03-03 John Paul Wallington <jpw@gnu.org>
6765
6766 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
6767 `gensym' in case user calls macro at runtime.
6768 (ibuffer-save-marks): Likewise.
6769
6770 2003-03-03 Kenichi Handa <handa@m17n.org>
6771
6772 * language/japan-util.el (japanese-symbol-table): Add two entries
6773 to make it complete.
6774
6775 2003-03-03 Andreas Schwab <schwab@suse.de>
6776
6777 * info.el (Info-fontify-node): Don't hide indentation before the
6778 reference name. Don't process a reference twice when a new tag is
6779 inserted.
6780 (Info-hide-note-references): Fix doc and customize type.
6781
6782 2003-03-02 Matt Swift <swift@alum.mit.edu>
6783
6784 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
6785 New custom variable.
6786 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
6787 that first docstring lines ending with a comma are respected.
6788 Add "`(" to same so that function and macro bodies beginning with a
6789 backquote do not get disturbed. Revise the comments.
6790
6791 2003-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6792
6793 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
6794
6795 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
6796 and initialize as for tool-bar-mode.
6797
6798 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6799
6800 * net/tramp.el: Version 2.0.30 released.
6801 Replace term "path" with "localname" unless it is used for a
6802 search path.
6803 (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
6804 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
6805 addition to setting $PS1 when starting the Bourne-ish shell.
6806 Some sh implementations (eg, bash when called as sh) read the file
6807 named there on startup, which could clobber $PS1.
6808 (tramp-do-copy-or-rename-file-one-local): New function.
6809 Not implemented. Not used. Should invoke rcp or scp directly to keep
6810 the time.
6811
6812 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
6813
6814 * net/tramp-smb.el: Replace term `path' with `localname'
6815 unless it is used for a search path. In GNU, the word `path' is
6816 reserved for search paths.
6817
6818 * net/tramp.el (tramp-send-string, tramp-send-region): Remove.
6819 (tramp-send-string): New function. Takes over the role of the
6820 functions above, in order to have a unique place handling
6821 `tramp-chunksize'. Same implementation as `tramp-send-region'.
6822 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
6823 only known to have a buggy `process-send-string' implementation.
6824 First black-listed constellation is GNU Emacs/ hpux.
6825 (tramp-send-region): Correct debug message.
6826 (tramp-bug): Add `tramp-chunksize'.
6827
6828 2003-02-26 Matt Swift <swift@alum.mit.edu>
6829
6830 * startup.el: Streamline code in several functions for efficiency
6831 and readability. Rephrase booleans to avoid `(not noninteractive)'.
6832 Clarify several booleans expressions using De Morgan's laws.
6833
6834 (command-line): Fix barf when first command-line option handled by
6835 `command-line-1' is in the form --OPT=VAL.
6836 (command-line-1): Restore intended behavior of the --directory/-L
6837 command-line option: "-L a -L b -L c" on the command-line now puts
6838 '(a b c) at the front of `load-path'.
6839
6840 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
6841
6842 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
6843 (gamegrid-add-score-with-update-game-score-1): New function,
6844 factored out of `gamegrid-add-score-with-update-game-score'.
6845 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
6846 `gamegrid-add-score-insecure' if the requested file does not exist
6847 in $(gamedir), in case the user has installed a game on his own.
6848 (gamegrid-add-score-insecure): Accept optional directory argument.
6849
6850 2003-02-25 Andreas Schwab <schwab@suse.de>
6851
6852 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
6853 variable references by requireing that $ is not preceded by another $.
6854
6855 2003-02-25 Kenichi Handa <handa@m17n.org>
6856
6857 * env.el (setenv): Fix previous change.
6858
6859 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
6860
6861 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
6862
6863 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
6864
6865 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
6866 (simula-install-standard-abbrevs): Use dolist.
6867 Use system-flag when calling define-abbrev.
6868
6869 2003-02-24 Dave Love <fx@gnu.org>
6870
6871 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
6872
6873 * env.el (read-envvar-name): Decode names.
6874 (substitute-env-vars): Use eval-when-compile and char class.
6875 (setenv): Doc fix. Encode the data (after checking that's possible).
6876 (getenv): Encode the name and decode the result.
6877
6878 2003-02-24 Ken Manheimer <klm@zope.com>
6879
6880 * allout.el (allout-pre-command-business): Fix docstring.
6881
6882 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
6883
6884 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
6885
6886 2003-02-24 Kenichi Handa <handa@m17n.org>
6887
6888 * international/characters.el: Fix syntaxes of gb2312 and big5.
6889
6890 * language/japan-util.el (sentence-end-save): Variable deleted.
6891 (setup-japanese-environment-internal): Don't setup sentence-end.
6892 (exit-japanese-environment): Function deleted.
6893
6894 * language/japanese.el ("Japanese"): Delete `exit-function'.
6895
6896 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
6897 characters.
6898
6899 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
6900
6901 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
6902 rakar + halant" and "halant + rrakar + halant".
6903
6904 2003-02-23 Richard M. Stallman <rms@gnu.org>
6905
6906 * replace.el (query-replace-read-args): Return just 3 values.
6907 (query-replace, query-replace-regexp)
6908 (query-replace-regexp-eval, map-query-replace-regexp)
6909 (replace-string, replace-regexp): Read the start and end args
6910 separately so that the expressions are recorded in command-history.
6911
6912 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
6913
6914 * startup.el (inhibit-startup-hooks): New variable.
6915 (normal-top-level): Obey that variable.
6916 (command-line-1): Run emacs-startup-hook before term-setup-hook.
6917 Set inhibit-startup-hooks too.
6918
6919 * files.el (revert-buffer): Different error message
6920 for reverting a nonexistent file.
6921
6922 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
6923
6924 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
6925 (toplevel): Require man.
6926 Don't autoload tmm-prompt (it's in loaddefs.el).
6927 (cperl-electric-backspace-untabify): New var.
6928 (cperl-electric-backspace): Use it.
6929 (cperl-vc-header-alist): Extract numeric version from the Id.
6930 (cperl-build-manpage): New fun.
6931 (cperl-menu): Use it. Add toggle-autohelp.
6932 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
6933 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
6934 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
6935 '(' after keyword would insert a doubled paren.
6936 (cperl-calculate-indent): Update syntaxification before checks.
6937 Fix wrong indent of blocks starting with POD.
6938 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
6939 of buffer. This enables recognition of end of HERE-doc "as one types".
6940 Require "\n" after trailing tag of HERE-doc.
6941 \( made non-quoting outside of string/comment (gdj-contributed).
6942 Likewise for \$. Remove `here-doc-group' text property at start
6943 (makes this property reliable).
6944 Text property `first-format-line' ==> t.
6945 Do not recognize $opt_s and $opt::s as s///.
6946 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
6947 Recognize `continue' blocks too.
6948 (cperl-after-expr-p): Update syntaxification before checks. Work after
6949 here-docs, formats, and PODs too (affects many electric constructs).
6950 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
6951 (cperl-perldoc): Use case-sensitive search.
6952
6953 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
6954 (cperl-xemacs-p): Move.
6955 (cperl-can-font-lock): New var to replace window-system.
6956 (cperl-enable-font-lock): Use it.
6957 (cperl-use-major-mode): New var.
6958 (cperl-mode): Use it.
6959 (cperl-calculate-indent): Remove code whose removal was missed
6960 in some earlier merge.
6961 (cperl-tags-hier-init): Use display-popup-menus-p.
6962
6963 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6964
6965 * files.el (abbreviate-file-name): Shorten docstring: variables
6966 are now hyperlinks and `C-h v' need not be mentioned explicitly.
6967
6968 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6969
6970 * files.el (abbreviate-file-name): Document removal of
6971 automounter prefixes. Reported by Lars Hansen.
6972
6973 2003-02-21 Kim F. Storm <storm@cua.dk>
6974
6975 * emulation/cua-base.el: Add run-time check to catch users trying
6976 to use older versions of CUA-mode, rather than the version
6977 distributed with Emacs. Use autoload cookies and eval-after-load.
6978
6979 * startup.el (command-line): Clarify and tidy up the message
6980 printed when there are errors in the user-init-file.
6981 Do not encapsulate the error data; it's read by humans here.
6982 Do not split windows when displaying the *Message* buffer.
6983
6984 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
6985
6986 * subr.el (with-syntax-table): Don't copy the table any more.
6987
6988 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
6989
6990 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
6991 work on cygwin systems too.
6992
6993 2003-02-20 Juanma Barranquero <lektu@terra.es>
6994
6995 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
6996 Remove useless check.
6997
6998 2003-02-20 Andreas Schwab <schwab@suse.de>
6999
7000 * info.el (Info-extract-menu-node-name): Stop if colon is
7001 followed by open paren.
7002
7003 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
7004
7005 * mail/undigest.el (unforward-rmail-message): Allow nested
7006 unforwarding, that is, preserve old Forwarded-From/Date headers.
7007
7008 2003-02-20 Kenichi Handa <handa@m17n.org>
7009
7010 * term/w32-win.el: Call set-fontset-font with NAME nil.
7011
7012 * international/mule-diag.el (print-fontset): If FONTSET is nil,
7013 use the default fontset.
7014 (describe-fontset): If the current frame is not using a fontset,
7015 call print-fontset with nil.
7016
7017 2003-02-19 Andre Spiegel <spiegel@gnu.org>
7018
7019 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
7020 were accidentally left over during the VC redesign in 2000.
7021
7022 2003-02-18 Juanma Barranquero <lektu@terra.es>
7023
7024 * help-macro.el (make-help-screen): Fix character constant.
7025
7026 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
7027
7028 * calc/calc-graph.el (calc-graph-plot): Likewise.
7029
7030 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
7031
7032 * emacs-lisp/edebug.el: Likewise.
7033
7034 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
7035
7036 * language/cyril-util.el (standard-display-cyrillic-translit):
7037 Likewise.
7038
7039 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
7040
7041 * progmodes/cperl-mode.el (cperl-electric-keyword)
7042 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
7043
7044 * textmodes/reftex-ref.el (reftex-reference): Likewise.
7045
7046 * textmodes/table.el (table-generate-source): Use ?\\ instead of
7047 space in "work in progress" message.
7048
7049 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
7050
7051 2003-02-17 Dave Love <fx@gnu.org>
7052
7053 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
7054
7055 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
7056
7057 * calendar/calendar.el (diary-file-name-prefix-function):
7058 Fix custom type.
7059
7060 2003-02-17 Andre Spiegel <spiegel@gnu.org>
7061
7062 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
7063 under CVS control. Suggested by Masanobu UMEDA.
7064
7065 2003-02-17 Kenichi Handa <handa@m17n.org>
7066
7067 * files.el (insert-directory): Add workaround for the case that we
7068 can't trust ls's output as to byte positions of filenames.
7069
7070 2003-02-15 Richard M. Stallman <rms@gnu.org>
7071
7072 * ffap.el: Many doc fixes.
7073 (ffap-replace-file-component):
7074 Renamed from ffap-replace-path-component. Callers changed.
7075 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
7076
7077 * international/iso-ascii.el (iso-ascii-display-table): New variable.
7078 (iso-ascii-standard-display-table): New variable.
7079 (iso-ascii-display): Define in iso-ascii-display-table.
7080 (iso-ascii-mode): New command.
7081
7082 * tar-mode.el (tar-header-block-summarize):
7083 Use l for symlink, h for hard link.
7084
7085 2003-02-15 David Kastrup <dak@gnu.org>
7086
7087 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
7088 failure returning nil, as documented.
7089
7090 2003-02-14 Dave Love <fx@gnu.org>
7091
7092 * international/code-pages.el: Undo `Trailing whitepace deleted.'
7093 damage.
7094 (cp1125, mik): Nullify mime-charset.
7095
7096 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
7097 ("Russian"): New.
7098 ("Bulgarian"): Add tutorial.
7099
7100 * international/mule-cmds.el (locale-language-names): Use Italian,
7101 Russian, Turkish, Chinese-EUC-TW.
7102 (set-locale-environment): Set ps-paper-type.
7103
7104 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
7105
7106 * time.el (display-time-string-forms): Add face property to mail
7107 string.
7108
7109 2003-02-14 Juanma Barranquero <lektu@terra.es>
7110
7111 * international/mule-cmds.el (view-hello-file): Use `view-file'
7112 instead of `find-file-read-only'.
7113
7114 * dired-aux.el (dired-query-alist): Fix use of character constant.
7115
7116 * simple.el (backward-delete-char-untabify): Likewise.
7117
7118 * strokes.el (strokes-read-complex-stroke): Likewise.
7119
7120 * wid-edit.el (widget-choose): Likewise.
7121
7122 * xml.el (xml-parse-elem-type): Likewise.
7123
7124 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
7125
7126 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
7127
7128 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
7129
7130 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
7131
7132 * international/mule-cmds.el (sort-coding-systems): Use \'.
7133 (select-safe-coding-system): Remove redundant assq check.
7134 Remove raw-text, emacs-mule and no-conversion from the list of
7135 proposed encodings unless there's nothing else.
7136
7137 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
7138
7139 * files.el (find-alternate-file): Undo last change.
7140
7141 * dired.el (dired-directory): Add autoload cookie.
7142
7143 2003-02-13 Juanma Barranquero <lektu@terra.es>
7144
7145 * international/characters.el: Use new ?\s syntax instead of "? "
7146 followed by a comment.
7147
7148 * ruler-mode.el (ruler-mode-margins-char): Likewise.
7149
7150 2003-02-13 Dave Love <fx@gnu.org>
7151
7152 * newcomment.el (comment-indent): Ensure space before added comment.
7153
7154 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7155
7156 * ps-print.el: Change the policy of background/foreground default
7157 color.
7158 (ps-print-version): New version number (6.5.9).
7159 (ps-default-fg, ps-default-bg): Adjust default value.
7160 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
7161 variables now use `t' to indicate the use of Emacs session
7162 background/foreground color.
7163 (ps-output-string-prim): If index out of range, insert hexadecimal
7164 representation of character.
7165
7166 2003-02-13 Kim F. Storm <storm@cua.dk>
7167
7168 * help.el (where-is): Rename remap-command to command-remapping.
7169 * help-fns.el (describe-function-1): Likewise.
7170
7171 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
7172
7173 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
7174 comments.
7175
7176 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
7177
7178 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
7179 (fortran-fill-paragraph): Use fill-comment-paragraph.
7180
7181 2003-02-12 Juanma Barranquero <lektu@terra.es>
7182
7183 * files.el (file-truename): Revert change from 2002-11-27.
7184
7185 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7186
7187 * help-fns.el (describe-function-1): Change output for keyboard macros.
7188
7189 2003-02-12 Andreas Schwab <schwab@suse.de>
7190
7191 * progmodes/sh-script.el (sh-mode-map): Don't remap
7192 beginning-of-defun to the non-existing command
7193 sh-beginning-of-compound-command.
7194
7195 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7196
7197 * files.el (find-alternate-file): Check whether `dired-directory'
7198 is bound.
7199
7200 2003-02-12 Simon Marshall <simon@gnu.org>
7201
7202 * progmodes/make-mode.el (makefile-font-lock-keywords):
7203 Fontify single character variable references, but protect shell
7204 variables references.
7205 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
7206
7207 2003-02-12 Ami Fischman <ami@fischman.org>
7208
7209 Face markup of calendar and diary displays: Any entry line that
7210 ends with [foo:value] where foo is a face attribute (except :box
7211 :stipple) or with [face:blah] tags, will have these values applied
7212 to the calendar and fancy diary displays. These attributes "stack"
7213 on calendar displays. File-wide attributes can be defined as
7214 follows: the first line matching "^# [tag:value]" defines the
7215 value for that particular tag. All of the tags' regexps can be
7216 customized.
7217
7218 * calendar/calendar.el (diary-face-attrs): New custom.
7219 (diary-file-name-prefix-function): New custom.
7220 (diary-glob-file-regexp-prefix): New custom.
7221 (diary-file-name-prefix): New custom.
7222 (generate-calendar-window): Check that font-lock-mode is bound
7223 before checking value.
7224 (mark-visible-calendar-date): Add the ability to pass face
7225 attribute/value pairs in the mark argument. Handle the mark.
7226
7227 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
7228 attribute value string to the desired type.
7229 (diary-pull-attrs): New function that pulls the attributes off a
7230 diary entry, merges with file-global attributes, and returns
7231 the (possibly modified) entry and a list of attribute/values using
7232 diary-attrtype-convert.
7233 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
7234 (mark-diary-entries, mark-sexp-diary-entries)
7235 (list-sexp-diary-entries): Add handling of file-global attributes;
7236 add handling of entry attributes using diary-pull-attrs.
7237 (mark-calendar-days-named, mark-calendar-days-named)
7238 (mark-calendar-date-pattern, mark-calendar-month)
7239 (add-to-diary-list): Add optional paramater `color' for passing
7240 face attribute info through the callchain. Pass this parameter around.
7241
7242 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
7243
7244 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
7245 `:' in the prompt.
7246 (find-tag): Make sure we move point in the proper window.
7247
7248 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
7249 (meta-common-initialization): Don't set fill-paragraph-function
7250 now that fill-paragraph takes care of comments.
7251
7252 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
7253 the current buffer's syntax-table.
7254
7255 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
7256 (simula-font-lock-keywords-1): Simplify.
7257 (simula-font-lock-keywords-2): Use regexp-opt.
7258 (simula-emacs-features): Remove.
7259 (simula-mode-syntax-table): Setup %...\n as comment style b.
7260 (simula-mode-map): Remove compatibility cruft.
7261 (simula-keep-region-active): Remove.
7262 (simula-popup-menu): Simplify.
7263 (simula-mode): Move abbrev-table setup to top-level.
7264 (simula-match-string-or-comment): Remove.
7265
7266 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
7267 like `proc foo {a {b c} d} {'.
7268 (tcl-mode): Make comment-start-skip more selective.
7269
7270 * info-xref.el (info-xref-check): Use line-beginning-position.
7271 (info-xref-all-info-files): Cons a bit less.
7272 (info-xref-check-buffer): Use push and replace-regexp-in-string.
7273 (info-xref-output): Call insert only once.
7274 (info-xref-whitespace): Remove.
7275
7276 2003-02-11 John Paul Wallington <jpw@gnu.org>
7277
7278 * ibuffer.el (toplevel): Don't require `font-lock';
7279 require `font-core' instead, even though it is dumped.
7280
7281 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
7282 (ibuffer-add-to-tmp-show): Doc fixes.
7283
7284 * language/tamil.el ("Tamil"): Doc fix.
7285
7286 2003-02-11 Juanma Barranquero <lektu@terra.es>
7287
7288 * language/vietnamese.el ("Vietnamese"): Fix typos.
7289
7290 * info-xref.el (info-xref-check-buffer): Fix typo.
7291
7292 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
7293
7294 2003-02-11 Kenichi Handa <handa@m17n.org>
7295
7296 * loadup.el: Load "language/malayalam" and "language/tamil".
7297
7298 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
7299
7300 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
7301
7302 * language/devan-util.el: Maintainer's mail address changed.
7303 (devanagari-composable-pattern): Add DANDA character.
7304 (dev-char-glyph): Add an entry for DANDA.
7305
7306 * language/devanagari.el: Maintainer's mail address changed.
7307
7308 * language/indian.el: Maintainer's mail address changed.
7309
7310 * language/ind-util.el (indian-dev-base-table): Table fixed.
7311 (indian-pnj-base-table): Table contents defined.
7312 (indian-gjr-base-table): Likewise.
7313 (indian-ori-base-table): Likewise.
7314 (indian-bng-base-table): Likewise.
7315 (indian-asm-base-table): Likewise.
7316 (indian-tlg-base-table): Likewise.
7317 (indian-knd-base-table): Likewise.
7318 (indian-mlm-base-table): Likewise.
7319 (indian-tml-base-table): Likewise.
7320 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
7321 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
7322 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
7323 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
7324 (indian-tml-itrans-v5-hash): New variables.
7325
7326 * language/malayalam.el: New file.
7327 * language/mlm-util.el: New file.
7328 * language/tamil.el: New file.
7329 * language/tml-util.el: New file.
7330
7331 2003-02-11 Kevin Ryde <user42@zip.com.au>
7332
7333 * info-xref.el: New file.
7334
7335 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
7336
7337 * textmodes/page-ext.el (pages-directory-mode-map): New.
7338 (pages-directory-map): Redefine as an varalias.
7339 (pages-directory-mode): Use new map var and run mode hook.
7340 (pages-directory-address-mode): Use define-derived-mode.
7341
7342 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
7343 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
7344 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
7345 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
7346 (texinfo-if-clear): Use re-search-forward's return value.
7347 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
7348 (texinfo-format-region): Use line-{end,beginning}-position.
7349 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
7350
7351 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
7352 (eldoc-use-idle-timer-p): Remove.
7353 (timer): Never require. It only works in current Emacs anyway.
7354 (eldoc-mode, eldoc-message, eldoc-display-message-p)
7355 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
7356
7357 * ffap.el (ffap-complete-as-file-p):
7358 Use minibuffer-completing-file-name.
7359
7360 * international/mule.el (load-with-code-conversion): Use push.
7361
7362 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
7363
7364 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
7365 Use with-current-buffer and simplify.
7366
7367 * help-mode.el (help-xref-on-pp): Only add xref if the text
7368 is less than 5K.
7369
7370 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
7371 make the file dead if we used the -n arg.
7372
7373 * emacs-lisp/cl-macs.el (process-get): Add setf method.
7374
7375 * server.el (server-previous-strings): Remove.
7376 (server-process-filter): Use (process-get 'previous-string) instead.
7377 (server-sentinel): Remove code made superfluous.
7378
7379 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
7380
7381 * info.el (Info-follow-nearest-node): Implement new behavior.
7382
7383 2003-02-10 Juanma Barranquero <lektu@terra.es>
7384
7385 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
7386
7387 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
7388 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
7389 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
7390 (ebnf-terminal-regexp, ebnf-case-fold-search)
7391 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
7392 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
7393 "ebnf-syntatic".
7394 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
7395 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
7396 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
7397 (ebnf-generate-region): Fix typo.
7398
7399 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
7400
7401 * language/ind-util.el (indian-itrans-v5-table): Add entries for
7402 "E" and "O".
7403
7404 2003-02-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7405
7406 * progmodes/cc-styles.el (c-set-offset): Don't find a default
7407 syntactic element through syntactic analysis if called outside
7408 a CC Mode buffer.
7409
7410 2003-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7411
7412 * progmodes/cc-mode.el (c-basic-common-init):
7413 Install `c-fill-paragraph' on `fill-paragraph-function'.
7414 Although it's not the normal way to call it in a CC Mode buffer it
7415 makes a direct call to `fill-paragraph' work better.
7416
7417 2003-02-08 Kim F. Storm <storm@cua.dk>
7418
7419 * printing.el (pr-get-symbol): Define during compile.
7420
7421 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7422
7423 * printing.el: New file.
7424
7425 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
7426
7427 * language/european.el ("French", "Slovenian"): Fix doc strings.
7428
7429 2003-02-06 John Paul Wallington <jpw@gnu.org>
7430
7431 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
7432 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
7433 (rmail-summary-next-labeled-message, rmail-summary-resend)
7434 (rmail-summary-override-mail-send-and-exit): Doc fixes.
7435
7436 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
7437
7438 * language/european.el ("Italian"): New.
7439
7440 2003-02-06 Matthew Swift <swift@alum.mit.edu>
7441
7442 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
7443 "ls -alh" output.
7444
7445 2003-02-05 Juanma Barranquero <lektu@terra.es>
7446
7447 * font-lock.el (font-lock-reference-face): Add obsolescence
7448 declaration and remove redundant info from docstring.
7449
7450 * log-edit.el (cvs-commit-buffer-require-final-newline)
7451 (cvs-changelog-full-paragraphs): Likewise.
7452
7453 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
7454 (mouse-wheel-click-button): Likewise.
7455
7456 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
7457
7458 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
7459
7460 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7461 (vc-header-alist): Likewise.
7462
7463 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
7464
7465 * textmodes/outline.el (outline-visible): Likewise.
7466
7467 2003-02-05 Kim F. Storm <storm@cua.dk>
7468
7469 * ido.el (ido-define-mode-map):
7470 Undo last change (duplicates part of 2003-02-04 change).
7471 Remap `viper' delete commands only in file or dir mode.
7472
7473 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7474
7475 * ido.el (ido-define-mode-map): Interact with Viper.
7476
7477 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7478
7479 * net/tramp.el: Version 2.0.29 released.
7480 (tramp-send-region): Protect against tramp-chunksize being nil.
7481 (tramp-chunksize): Set default to 500 as workaround for some ssh
7482 connections.
7483 (tramp-handle-directory-file-name): New implementation. Not sure
7484 if it works.
7485 (tramp-md5-function): Require md5 before checking function md5.
7486 If using md5-encode, put wrapper around it that converts vector of
7487 bytes to ascii text.
7488 (top-level): Avoid byte-compiler warnings of unused variables if
7489 the byte-compiler supports this. This is for the
7490 with-parsed-tramp-file-name macro which is wont to produce such stuff.
7491
7492 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
7493
7494 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
7495 PATH is "".
7496 (tramp-completion-handle-file-name-all-completions):
7497 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
7498 (tramp-parse-passwd): For su-alike methods it would be desirable
7499 to return "root@localhost" as default. Unfortunately, we have no
7500 information whether any user name has been typed already. So we
7501 (mis-)use tramp-current-user as indication, assuming it is set in
7502 `tramp-completion-handle-file-name-all-completions'.
7503 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
7504 I did it accidently. Infinite loop ...
7505 (tramp-get-device): `tramp-make-tramp-file-name' must not be
7506 called with NIL path. It fails in case of multi-method.
7507 (tramp-file-name-for-operation): Apply `expand-file-name' for
7508 relative file names only. Otherwise there might be problems if
7509 the default directory is another Tramp directory as the directory
7510 the file is based on.
7511 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
7512 a Tramp file name. It isn't if it comes from an expanded file
7513 name (like "/xx:yy//zz").
7514 (tramp-devices): New variable. Keeps virtual device numbers.
7515 Devices must distinguish physical file systems. The device
7516 numbers provided by "lstat" aren't unique, because we operate on
7517 different hosts. So we use virtual device numbers, generated by
7518 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
7519 In order to be different, we use device number (-1 x), whereby "x"
7520 is unique for a given (multi-method method user host).
7521 Suggested by Kai.
7522 (tramp-perl-file-attributes): Always return device number -1.
7523 There will be a virtual device number set in
7524 `tramp-handle-file-attributes', which replaces this one.
7525 (tramp-handle-file-attributes): Set virtual device number.
7526 (tramp-get-device): New function. Returns the virtual device
7527 number. If it doesn't exist, generate a new one.
7528 (tramp-handle-file-regular-p): Use Emacs file name primitives
7529 instead of calling tramp-handle-* equivalents directly.
7530 Needed for tramp-smb.
7531 (tramp-completion-function-alist-ssh): Add parsing of
7532 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
7533 (tramp-completion-function-alist, tramp-set-completion-function):
7534 Doc string update.
7535 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
7536 Provide parsing of "~/.ssh/config" style files.
7537 (tramp-completion-handle-expand-file-name):
7538 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
7539 on W32 systems.
7540 (tramp-completion-mode): Perform check (integerp last-input-event)
7541 before (event-modifiers last-input-event) -- there might be
7542 problems if `last-input-event' is a mouse event.
7543 (tramp-parse-rhosts, tramp-parse-shosts)
7544 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
7545 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
7546 functions might block. Reported by <kin@neoscale.com>.
7547
7548 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
7549 '(tramp-disable-ange-ftp). Suggested by Kai.
7550 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
7551 any longer.
7552 (top-level): Defaults for `tramp-default-method-alist' must be a list.
7553
7554 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7555 Apply `tramp-handle-directory-file-name'.
7556 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
7557 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
7558 (tramp-smb-handle-make-directory): Use Emacs file name primitives
7559 instead of calling tramp-smb-handle-* equivalents directly.
7560 (tramp-smb-read-file-entry): Return size as a number, not a string.
7561 (top-level): Defaults for `tramp-default-method-alist' must be a list.
7562
7563 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
7564
7565 * completion.el (eval-when-compile-load-eval, completion-eval-when)
7566 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
7567 (completion-min-length, completion-max-length)
7568 (completion-prefix-min-length): Don't hard-code the default value
7569 when byte-compiling.
7570 (complete): Inline minibuffer-window-selected-p.
7571
7572 2003-02-04 Richard M. Stallman <rms@gnu.org>
7573
7574 * term.el (term-raw-map): Set it up at load time.
7575 (term-char-mode): Don't set up term-raw-map here.
7576 (term-set-escape-char): Don't set up C-x subcommand.
7577 (term-ansi-face-already-done): Renamed from
7578 term-ansi-face-alredy-done.
7579 (term-command-hook): Avoid error if STRING is empty.
7580 (term, term-mode): Doc fixes.
7581
7582 * term.el: Redesign handling of colors and faces.
7583 Delete all the faces that this mode used to make.
7584 (ansi-term-color-vector): New variable.
7585 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
7586 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
7587 Variables deleted.
7588 (term-default-fg-color, term-default-bg-color): Use defcustom.
7589 (term-handle-colors-array): Use ansi-term-color-vector,
7590 and specify face attributes rather than faces in `face' property.
7591
7592 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
7593 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
7594 (term-ansi-reverse-faces-vector): Delete unused variables.
7595 (term-ignore-error): Delete macro.
7596
7597 * simple.el (back-to-indentation): Skip all whitespace
7598 except for newlines.
7599
7600 * files.el (find-alternate-file): Handle dired-directory
7601 like buffer-file-name.
7602
7603 * dired.el (dired-find-buffer-nocreate): Avoid error if
7604 dired-directory is nil.
7605
7606 2003-02-04 Juanma Barranquero <lektu@terra.es>
7607
7608 * image.el (image-type-regexps): Fix typo.
7609
7610 * international/characters.el: Restore missing space and put a
7611 comment to protect it from being deleted as trailing whitespace.
7612
7613 * ruler-mode.el (ruler-mode-margins-char): Likewise.
7614
7615 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
7616
7617 * mail/rmailout.el (rmail-output): If preserving MIME-version,
7618 preserve Content-type too.
7619
7620 2003-02-04 Kim F. Storm <storm@cua.dk>
7621
7622 * ido.el (ido-define-mode-map): Remap viper delete char/word
7623 commands to their ido specific equivalents. Disable ESC in
7624 viper mode (to avoid exiting insert mode), since ido doesn't
7625 work in viper command mode.
7626 (ido-delete-backward-updir, ido-delete-backward-word-updir):
7627 Handle remapped viper commands.
7628
7629 2003-02-03 Juanma Barranquero <lektu@terra.es>
7630
7631 * calculator.el (calculator): Don't use the minibuffer even in
7632 electric mode; use a private buffer and display it in the minibuffer
7633 window using `set-window-buffer'.
7634
7635 2003-02-03 Dave Love <fx@gnu.org>
7636
7637 * emacs-lisp/benchmark.el: New.
7638
7639 2003-02-02 Andreas Schwab <schwab@suse.de>
7640
7641 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
7642 words separated by dots. Match optional parenthesized word at
7643 start of line.
7644
7645 * font-lock.el
7646 (font-lock-match-c-style-declaration-item-and-skip-to-next):
7647 Don't require underscore in word before double open-paren.
7648
7649 2003-02-02 John Paul Wallington <jpw@gnu.org>
7650
7651 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
7652
7653 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
7654
7655 * time-stamp.el: Tweak doc strings and preamble commentary.
7656 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
7657 regexp subpattern 5)
7658 (time-stamp-pattern): Initialize to nil to avoid regexp work in
7659 default case.
7660 (time-stamp-string): Call set-time-zone-rule instead of setenv
7661 (time-stamp-hhmmss): Remove (not needed after all).
7662 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
7663 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7664 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
7665 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
7666
7667 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
7668
7669 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
7670 (custom-save-variables): Use dolist, simplify.
7671 Output a message if a `requests' entry looks suspicious.
7672 (custom-save-faces): Use dolist, simplify.
7673
7674 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
7675
7676 * antlr-mode.el: Bug fixes, miscellaneous.
7677 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
7678 make it more rubust against changes in cc-mode's style variables
7679 by using `boundp' and function `c-init-language-vars' if defined.
7680 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
7681 (antlr-read-value): With completion, ignore case.
7682 (antlr-run-tool-interactive): New function.
7683 (antlr-run-tool): Use it for `interactive' specification.
7684
7685 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
7686 (cond-emacs-xemacs): New compile-time macro.
7687 (defunx): New compile-time macro.
7688 (ignore-errors-x): New compile-time macro.
7689 (save-buffer-state-x): New compile-time macro.
7690
7691 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
7692 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
7693 (antlr-simple-default-directory): Deletia.
7694 (antlr-default-directory): Define directly.
7695 (antlr-simple-read-shell-command): Deletia.
7696 (antlr-read-shell-command): Define directly.
7697 (antlr-simple-with-displaying-help-buffer): Deletia.
7698 (antlr-with-displaying-help-buffer): Define directly.
7699 (antlr-fast-invalidate-context-cache): Deletia.
7700 (antlr-slow-invalidate-context-cache): Deletia.
7701 (antlr-invalidate-context-cache): Define directly.
7702 (antlr-fast-syntactic-context): Deletia.
7703 (antlr-slow-syntactic-context): Deletia.
7704 (antlr-syntactic-context): Define directly.
7705
7706 (antlr-mode-menu): Use new macros.
7707 (antlr-font-lock-additional-keywords): Ditto.
7708 (antlr-skip-sexps): Ditto.
7709 (antlr-end-of-rule): Ditto.
7710 (antlr-beginning-of-rule): Ditto.
7711 (antlr-end-of-body): Ditto.
7712 (antlr-beginning-of-body): Ditto.
7713 (antlr-hide-actions): Ditto.
7714 (antlr-option-kind): Ditto.
7715
7716 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
7717 (antlr-font-lock-keyword-face): Use new macros.
7718 (antlr-font-lock-syntax-face): Ditto.
7719 (antlr-font-lock-ruledef-face): Ditto.
7720 (antlr-font-lock-tokendef-face): Ditto.
7721 (antlr-font-lock-literal-face): Ditto.
7722
7723 Changes from 2002-05-24:
7724
7725 * antlr-mode.el: Version 2.2a.
7726
7727 Changes from 2002-05-03:
7728
7729 * antlr-mode.el: Make context parsing faster on Emacs, for faster
7730 syntax highlighting, indentation and imenu support.
7731 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
7732 (antlr-slow-context-cache): New variable.
7733 (antlr-slow-syntactic-context): Use cache.
7734 (antlr-slow-cache-enabling-symbol): New internal variable.
7735 (antlr-slow-cache-diff-threshold): New variable.
7736 (antlr-fast-invalidate-context-cache): Renamed from
7737 antlr-xemacs-bug-workaround.
7738 (antlr-imenu-create-index-function): Search from beginning.
7739
7740 * antlr-mode.el: More sophisticated indentation, i.e., use the
7741 indentation engine of cc-mode for most actions.
7742 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
7743 (antlr-indent-line): Use indentation engine of cc-mode more often.
7744 (antlr-indent-at-bol-alist): Only used for header actions.
7745 (antlr-disabling-cc-syntactic-symbols): New variable.
7746 (antlr-indent-item-regexp): Delete stuff for actions.
7747 (antlr-indent-at-bol-alist): With language "Java", indent
7748 "package" and "import" at column 0 in header part.
7749
7750 * antlr-mode.el (antlr-simple-default-directory): Define.
7751 (antlr-simple-read-shell-command): Define.
7752 (antlr-simple-with-displaying-help-buffer): Define.
7753 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
7754 Renamed from antlr-scan-{sexps,lists}-internal.
7755
7756 Changes from 2002-02-28:
7757
7758 * antlr-mode: Version 2.2 is released.
7759
7760 * antlr-mode.el (antlr): Moved to SourceForge.net
7761
7762 * antlr-mode.el: Minor bug fixes: insert options and indentation.
7763 (antlr-option-location): Don't use point as position where to
7764 insert options if point is in comment.
7765 (antlr-mode): Don't set style here.
7766 (antlr-c-common-init): Set style here. If boundp, set
7767 `c-current-comment-prefix' to not break indentation in comments.
7768 Hm, I should probably split `c-common-init' from cc-mode into two
7769 parts, one of which I could use for antlr-mode.el.
7770
7771 Changes from 2002-01-31:
7772
7773 * antlr-mode.el (antlr-font-lock-additional-keywords):
7774 Also hightlight `~' with `antlr-font-lock-syntax-face'.
7775 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
7776
7777 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7778
7779 * comint.el:
7780 * dired-aux.el:
7781 * dired.el:
7782 * dirtrack.el:
7783 * dos-w32.el:
7784 * fast-lock.el:
7785 * filecache.el:
7786 * files.el:
7787 * hippie-exp.el:
7788 * international/mule.el:
7789 * net/browse-url.el:
7790 * pcomplete.el:
7791 * recentf.el:
7792 * shell.el:
7793 * woman.el: Added cygwin to system-type comparisons.
7794
7795 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
7796
7797 * mail/undigest.el (rmail-forward-separator-regex): New custom
7798 variable.
7799 (unforward-rmail-message): Use it.
7800
7801 2003-01-30 Dave Love <fx@gnu.org>
7802
7803 * textmodes/ispell.el (lookup-words): Fix last change.
7804
7805 2003-01-29 John Paul Wallington <jpw@gnu.org>
7806
7807 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
7808
7809 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
7810 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
7811 `define-ibuffer-sorter'.
7812 (lisp-imenu-generic-expression): Add `deftheme' to types.
7813
7814 * custom.el (customize-mark-to-save, customize-mark-as-set)
7815 (custom-remove-theme): Doc fixes.
7816
7817 2003-01-29 Didier Verna <didier@xemacs.org>
7818
7819 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
7820 * cus-edit.el (custom-save-faces): Ditto.
7821
7822 2003-01-29 Juanma Barranquero <lektu@terra.es>
7823
7824 * composite.el (decompose-composite-char): Fix docstring.
7825
7826 * select.el (x-set-cut-buffer): Fix docstring. Check type with
7827 `stringp' instead of `substring'.
7828
7829 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
7830 file name if no other master file is located.
7831
7832 * progmodes/cperl-mode.el (cperl-beautify-level)
7833 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
7834 (cperl-calculate-indent): Fix typo.
7835
7836 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
7837
7838 * arc-mode.el (archive-lzh-summarize): Fix previous change.
7839
7840 2003-01-29 Kim F. Storm <storm@cua.dk>
7841
7842 * emacs-lisp/authors.el: New format of AUTHORS file; list each
7843 author name once followed by contributed and changed files.
7844 Improve selection of entries to include in list, and generate list
7845 of unrecognized entries indicating syntax errors in ChangeLog files.
7846 (authors-coding-system): New variable.
7847 (authors-many-files): Update doc string.
7848 (authors-aliases): Change format. Now one entry with multiple
7849 aliases per author.
7850 (authors-valid-file-names, authors-renamed-files-alist)
7851 (authors-renamed-files-regexps): New variables.
7852 (authors-canonical-file-name): New function. Validates that file
7853 exists or occurs in one of the above lists. Record unrecognized
7854 file names in global authors-invalid-file-names list.
7855 (authors-add): Change to record per-change counts.
7856 (authors-canonical-author-name): Handle new format of
7857 authors-aliases list.
7858 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
7859 Change doc string to describe new entry format.
7860 Only add author entries for valid file names.
7861 (authors-print): Replace by authors-add-to-author-list.
7862 (authors-add-to-author-list): New function which reorders
7863 per-file entries and adds them to global authors-author-list.
7864 (authors): Instead of authors-print to insert in *Authors* buffer,
7865 use authors-add-to-author-list to reorder the list and then
7866 insert result in *Authors* buffer with new format.
7867 Generate *Authors Errors* compilation-mode buffer listing
7868 unrecognized ChangeLog entries.
7869
7870 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
7871
7872 * term/mac-win.el: Add entries in function-key-map for
7873 [tab], [backspace], [escape].
7874
7875 2003-01-28 Kim F. Storm <storm@cua.dk>
7876
7877 * info.el (Info-extract-menu-node-name): Another fix for
7878 2003-01-24 change. Also stop search if : is followed by TAB.
7879
7880 2003-01-28 John Paul Wallington <jpw@gnu.org>
7881
7882 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
7883 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
7884
7885 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
7886
7887 * progmodes/cc-vars.el, progmodes/cc-mode.el
7888 (c-require-final-newline): Made this variable an alist to
7889 specify a value for each language. The default value causes
7890 `require-final-newline' to be set to t only in languages where
7891 the standard requires a final newline.
7892
7893 2003-01-27 Kim F. Storm <storm@cua.dk>
7894
7895 * simple.el (kill-new): Improve doc string for yank-handler.
7896 Signal args-out-of-range error if yank-handler is specified for
7897 an empty string.
7898
7899 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
7900
7901 2003-01-27 Dave Love <fx@gnu.org>
7902
7903 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
7904
7905 * thingatpt.el (thing-at-point-file-name-chars):
7906 Include non-ASCII again and re-write the filename ops.
7907
7908 2003-01-27 David Ponce <david@dponce.com>
7909
7910 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
7911
7912 2003-01-27 Juanma Barranquero <lektu@terra.es>
7913
7914 * filesets.el (filesets-file-open): Fix typo.
7915
7916 * vcursor.el (vcursor-disable): Likewise.
7917
7918 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
7919
7920 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
7921
7922 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
7923
7924 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
7925
7926 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7927
7928 * progmodes/cc-vars.el, progmodes/cc-mode.el
7929 (c-require-final-newline): Add a variable to make the
7930 initialization of `require-final-newline' more configurable.
7931
7932 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7933
7934 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
7935 Set iso-2022-7bit coding: cookie.
7936
7937 2003-01-26 Kim F. Storm <storm@cua.dk>
7938
7939 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
7940 Don't search for next colon if current colon is followed by
7941 one of ".", ",", ";", or ")".
7942 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
7943 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
7944
7945 2003-01-26 Richard M. Stallman <rms@gnu.org>
7946
7947 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
7948
7949 2003-01-25 Bill Wohler <wohler@newt.com>
7950
7951 * mh-e: Created directory. ChangeLog will appear in a week when we
7952 release version 7.2.
7953
7954 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
7955 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
7956 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
7957 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
7958 mail/mh-xemacs-compat.el: Moved to mh-e directory.
7959 Note that reply2.pbm and reply2.xpm, which were created by the
7960 MH-E package, were left in mail since they can probably be used by
7961 other mail packages.
7962
7963 * makefile.w32-in (WINS): Add mh-e.
7964
7965 * makefile.nt (WINS): Add mh-e.
7966
7967 2003-01-25 Richard M. Stallman <rms@gnu.org>
7968
7969 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
7970 Compile any lambda-expressions among the args.
7971
7972 * view.el (view-mode): Doc fix.
7973
7974 * ido.el: Many doc fixes.
7975 (ido-complete): Fix message.
7976
7977 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
7978
7979 * arc-mode.el (archive-unixdate): Correct the date field string.
7980 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
7981 type (which is most prevalent now), in addition to the already
7982 supported level 0 and 1 header types.
7983
7984 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
7985
7986 * international/mule-cmds.el (set-language-info)
7987 (current-language-environment): Simplify setting the type of
7988 current-language-environment.
7989
7990 2003-01-25 Kim F. Storm <storm@cua.dk>
7991
7992 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
7993 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
7994 only needed when the region is active. This also makes the output
7995 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
7996
7997 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
7998
7999 * ediff.el (ediff-revision): Better defaults.
8000
8001 * ediff-vers.el (ediff-vc-latest-version): New function.
8002 (ediff-vc-internal): Use latest version instead of working version.
8003
8004 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8005
8006 * info.el (Info-extract-menu-node-name): When looking for end of menu
8007 item, don't stop at first ":"; instead, continue until trailing
8008 context is either a space or newline.
8009 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
8010 (Info-menu): Likewise, for regexp used in backwards search.
8011 (Info-try-follow-nearest-node): Remove case added in previous edit.
8012 Change regexp in the following case to allow ":" in menu item.
8013 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
8014 point-max as "hasn't already been done".
8015
8016 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8017
8018 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
8019 terminated by ": " as an index entry.
8020
8021 2003-01-24 Juanma Barranquero <lektu@terra.es>
8022
8023 * isearch.el (isearch-forward): Fix typo.
8024
8025 2003-01-24 Kenichi Handa <handa@m17n.org>
8026
8027 * international/mule.el (decode-coding-inserted-region):
8028 Rename from decode-coding-region-as-inserted-from-file to make it fit
8029 well in the Lisp manual.
8030
8031 * jka-compr.el (jka-compr-insert-file-contents):
8032 Call docode-coding-inserted-region.
8033
8034 2003-01-24 John Paul Wallington <jpw@gnu.org>
8035
8036 * ibuffer.el (ibuffer-window-list): Remove.
8037 (ibuffer-confirm-operation-on): Use `window-list' instead.
8038 (ibuffer-load-hook): New customizable variable.
8039 (toplevel): Run it.
8040 (ibuffer-customize): New command.
8041 (ibuffer-mode-map): Bind it.
8042 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
8043 (ibuffer-mode): Tidy.
8044 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
8045 (ibuffer-default-directory, ibuffer-default-sorting-mode)
8046 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
8047 (ibuffer-map-lines): Doc fixes.
8048
8049 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
8050 filenames. Use `kill-new'.
8051
8052 2003-01-23 Dave Love <fx@gnu.org>
8053
8054 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
8055 in the file.
8056
8057 2003-01-23 Masatake YAMATO <jet@gyve.org>
8058
8059 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
8060 /* */ comments.
8061
8062 2003-01-23 Kenichi Handa <handa@m17n.org>
8063
8064 * files.el (insert-directory): Read the output of "ls" by
8065 no-conversion, and decode it later while preserving
8066 `dired-filename' property.
8067
8068 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
8069
8070 * descr-text.el (describe-text-mode-hook): Add a group.
8071
8072 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
8073
8074 * term/mac-win.el (interprogram-paste-function): Handle empty
8075 clipboard.
8076
8077 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
8078
8079 * info.el (Info-index): Change pattern so that index entries with
8080 colons can be read properly; also, require at least one space
8081 after the colons, which makeinfo puts in.
8082
8083 2003-01-22 Andreas Schwab <schwab@suse.de>
8084
8085 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
8086 change.
8087
8088 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
8089
8090 * Makefile.in (bootstrap-after): New target.
8091 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
8092
8093 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
8094
8095 * info.el (Info-index-next): Use "(`,' tries to find next)" for
8096 more matches for consistency with standalone info browser.
8097
8098 2003-01-22 Kenichi Handa <handa@m17n.org>
8099
8100 * international/mule.el
8101 (decode-coding-region-as-inserted-from-file): New function.
8102
8103 * jka-compr.el (jka-compr-insert-file-contents): Read a process
8104 output without decoding. Decode the result by
8105 decode-coding-region-as-inserted-from-file.
8106
8107 2003-01-22 Kim F. Storm <storm@cua.dk>
8108
8109 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
8110 visited directories to end of list; it's the wrong thing to do if
8111 we want to find a file or directory in such directories.
8112
8113 * simple.el: Doc fixes.
8114 * subr.el: Doc fixes.
8115
8116 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
8117
8118 * gud.el (gud-display-line): If the current file is newer than its
8119 buffer, offer to reread the file.
8120 (gud-keep-buffer): New buffer local variable. Ensures offer to
8121 reread file is made just once.
8122
8123 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
8124
8125 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
8126 Fix the docstring instead.
8127
8128 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8129
8130 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
8131
8132 2003-01-20 Richard M. Stallman <rms@gnu.org>
8133
8134 * simple.el (completion-setup-function): Set default-directory
8135 in the minibuffer, so it'll be copied into the completion list buffer.
8136
8137 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
8138
8139 * loadup.el (load-path): Rename `path' local var.
8140
8141 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
8142 to C-c C-i. Duplicate its bindings with last char a ctl char.
8143 Also change C-c f to C-c C-f.
8144
8145 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
8146
8147 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
8148 value system dependent.
8149 (ls-lisp-support-shell-wildcards): Add autoload cookie.
8150
8151 2003-01-19 Kim F. Storm <storm@cua.dk>
8152
8153 * msb.el: Use `dir' instead of `path' everywhere.
8154
8155 2003-01-18 Kim F. Storm <storm@cua.dk>
8156
8157 * simple.el (kill-new, kill-append, kill-region):
8158 New optional parameter yank-handler.
8159 (yank-excluded-properties): Add yank-handler to list.
8160 (yank-undo-function): New variable.
8161 (yank): Use it to undo previous yank or yank-pop command.
8162 Allow insert-for-yank to override this-command.
8163
8164 * subr.el (insert-for-yank): Arg list changed; now only accepts one
8165 string rather than any number of strings; no callers needed change.
8166 Use yank-handler text property on the arg string.
8167 Set yank-undo-function variable appropriately for yank-pop.
8168
8169 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
8170
8171 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
8172 regexp-concatenation.
8173
8174 * add-log.el (add-change-log-entry): Don't leave space at eol.
8175 (add-log-current-defun): Perl functions names can't have (or {.
8176
8177 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
8178 (sh-non-closing-paren): New const.
8179 (sh-case, sh-while-getopts): Use it to make props non-sticky.
8180 (sh-add-completer): Use test-completion.
8181
8182 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
8183
8184 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
8185
8186 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
8187
8188 * cus-edit.el (customize-changed-options): Undo last doc change.
8189
8190 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
8191
8192 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
8193 Don't treat \n specially in sub-skeletons.
8194
8195 2003-01-17 Dave Love <fx@gnu.org>
8196
8197 * international/ucs-tables.el: Redo 8859-6 change in the right place.
8198
8199 2003-01-17 Kenichi Handa <handa@m17n.org>
8200
8201 * international/fontset.el: Don't setup the default fontset and
8202 font-encoding-alist at the top level.
8203 (setup-default-fontset): New function.
8204 (create-fontset-from-fontset-spec): Delete autoload cookie.
8205
8206 * term/x-win.el: Require fontset unconditionally again.
8207 Call setup-default-fontset at the top level.
8208
8209 * term/w32-win.el: Call setup-default-fontset.
8210
8211 * term/mac-win.el: Require fontset and call setup-default-fontset.
8212
8213 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
8214
8215 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
8216 property until end-of-paragraph.
8217
8218 2003-01-16 Kenichi Handa <handa@m17n.org>
8219
8220 * international/ucs-tables.el: Undo the last change.
8221
8222 2003-01-15 Dave Love <fx@gnu.org>
8223
8224 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
8225 and use documented treatment of -.
8226
8227 * dired-x.el (dired-filename-at-point): Fix filename-chars.
8228
8229 * international/ucs-tables.el: Set up tables for 8859-6.
8230
8231 * server.el (server-window): Customize.
8232 (server-mode): New.
8233 (server-unload-hook): Call server-start.
8234
8235 2003-01-15 John Wiegley <johnw@gnu.org>
8236
8237 * eshell/em-hist.el (eshell-save-history-on-exit):
8238 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
8239 because the former name is somewhat unrelated to the variables'
8240 possible values.
8241
8242 2003-01-15 Deepak Goel <deego@gnufans.org>
8243
8244 * calc/README: Add new maintainer.
8245
8246 * calc/*: Ditto.
8247
8248 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
8249
8250 2003-01-15 Andrew Innes <andrewi@gnu.org>
8251
8252 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
8253 using appropriate rule for build environment.
8254 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
8255 of autoloads and defvars, sufficient to dump bootstrap emacs.
8256 (update-subdirs-SH): Use hard-coded list of top-level lisp
8257 subdirs, because find program on Windows is not compatible with
8258 Unix find.
8259 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
8260 Explicitly load loaddefs.el so that bootstrap emacs can compile
8261 properly.
8262 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
8263 minimal stub sufficient for dumping bootstrap emacs is available.
8264
8265 * loadup.el: Include lisp/textmodes in load-path for bootstrap
8266 emacs, to resolve ispell menu reference.
8267
8268 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
8269
8270 * international/mule.el (optimize-char-coding-system-table):
8271 Optimize it.
8272
8273 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
8274
8275 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
8276
8277 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
8278 occasional use of "05" rather than " 5" for day-of-month.
8279
8280 * log-view.el (log-view-message-re): The rev might be locked.
8281
8282 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
8283
8284 * gdb-ui.el: Improve commentary.
8285 (gdb-window-height, gdb-window-width, gdb-display-number-end):
8286 Customize the dimensions of frames for displayed expressions.
8287 (gdb-error-begin): Comment out because it is not used because of
8288 bug/quirk in annotations.
8289 (gdb-reset): Use with-current-buffer.
8290
8291 2003-01-14 Kim F. Storm <storm@cua.dk>
8292
8293 * ido.el (ido-read-internal, ido-file-internal)
8294 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
8295 Don't use `path' as name of local variables holding a file name.
8296
8297 * arc-mode.el (archive-arc-rename-entry): Fix error message.
8298 (archive-lzh-summarize): Rename local var `path' to `dir'.
8299 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
8300
8301 * dired.el: Doc fixes.
8302 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
8303 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
8304 * dired-x.el: Doc fixes.
8305
8306 * fast-lock.el (fast-lock-cache-name): Doc fix.
8307
8308 * net/browse-url.el (browse-url-filename-alist): Doc fix.
8309
8310 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
8311
8312 * apropos.el (apropos): Restore autoload cookie. Fix typo in
8313 "error retrieving function documentation" output.
8314
8315 2003-01-14 Kim F. Storm <storm@cua.dk>
8316
8317 * subr.el (process-put, process-get): New functions.
8318
8319 * simple.el (clone-process): Copy process' plist to new process.
8320
8321 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
8322
8323 * cus-dep.el (custom-make-dependencies): Don't set standard-value
8324 and version numbers for variables. Handle faces.
8325
8326 * cus-edit.el (customize-changed-options): Doc addition. Load the
8327 version deps earlier. Use other tests for groups and variables.
8328 Handle faces.
8329
8330 2003-01-14 Kim F. Storm <storm@cua.dk>
8331
8332 * ido.el: Doc fixes.
8333 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
8334 (ido-rewrite-file-prompt-functions): Rename from
8335 ido-make-file-prompt-hook. Directory name is now in dynamic
8336 variable `dirname' (instead of `path').
8337 (ido-rewrite-file-prompt-rules): Rename from
8338 ido-rewrite-prompt-path-rules.
8339 (ido-make-prompt): Directory name now in `dirname' var.
8340 (ido-complete): Fix error message.
8341
8342 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
8343
8344 * server.el (server-process-filter): Use `minibufferp' to test
8345 whether we are inside a minibuffer.
8346 (server-process, server-kill-new-buffers): Doc fixes.
8347
8348 2003-01-13 Dave Love <fx@gnu.org>
8349
8350 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
8351 Remove pre-write-conversion.
8352
8353 2003-01-13 Kim F. Storm <storm@cua.dk>
8354
8355 * hexl.el (hexl-mode-map): Don't quote remapped command names.
8356
8357 2003-01-13 David Ponce <david@dponce.com>
8358
8359 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
8360 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
8361
8362 2003-01-13 Masatake YAMATO <jet@gyve.org>
8363
8364 * ruler-mode.el (ruler-mode-comment-column-char)
8365 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
8366 (ruler-mode-mouse-current-grab-object): New variables.
8367 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
8368 New faces.
8369 (ruler-mode-mouse-set-fill-column): Removed.
8370 (ruler-mode-mouse-grab-any-column)
8371 (ruler-mode-mouse-drag-any-column-iteration)
8372 (ruler-mode-mouse-drag-any-column): New functions.
8373 (ruler-mode-map): [header-line down-mouse-2] Bound to
8374 `ruler-mode-mouse-grab-any-column' instead of
8375 `ruler-mode-mouse-set-fill-column'.
8376 (ruler-mode-ruler-help-echo): Update its value.
8377 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
8378 when goal-column is already set.
8379 (ruler-mode-ruler-help-echo-tab): Rename to...
8380 (ruler-mode-ruler-help-echo-when-tab-stops): New.
8381 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
8382 (ruler-mode-goal-column-help-echo): New help strings.
8383 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
8384 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
8385 Show `comment-column' and `goal-column'. Echo the different help
8386 string for each *-column characters on the ruler.
8387
8388 2003-01-13 Richard M. Stallman <rms@gnu.org>
8389
8390 * apropos.el (apropos-documentation-property): New function.
8391 (apropos): Use apropos-documentation-property.
8392
8393 * files.el (mode-line-process): Mark as risky.
8394
8395 * help.el (where-is): Catch errors in indirect-function.
8396
8397 * server.el (server-process-filter): Comment out -eval.
8398 Don't switch buffers if inside isearch or minibuffer.
8399
8400 * progmodes/compile.el (compilation-revert-buffer):
8401 If buffer has a file, revert it in the normal way.
8402
8403 * term/x-win.el: Require fontset conditionally again.
8404
8405 2003-01-13 Kim F. Storm <storm@cua.dk>
8406
8407 * ido.el (ido-enable-tramp-completion): New defcustom.
8408 (ido-enter-single-matching-directory): Change default to 'slash.
8409 (ido-is-tramp-root): New defun.
8410 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
8411 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
8412 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
8413 Handle tramp completion.
8414 (ido-file-name-all-completions1): New defun for tramp completion.
8415 (ido-file-name-all-completions): Use it.
8416 (ido-set-matches1): Relax matching of text with trailing slash.
8417 (ido-exhibit): Handle tramp completion.
8418 Simplified code using nested cond forms using new `refresh' var.
8419 Fixed handling of /~user/ paths.
8420
8421 2003-01-12 Andreas Schwab <schwab@suse.de>
8422
8423 * arc-mode.el (archive-mode-map): Use command remapping instead of
8424 substitute-key-definition.
8425 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
8426 * msb.el (msb-mode-map): Likewise.
8427 * forms.el (forms--change-commands): Likewise.
8428 * hexl.el (hexl-mode-map): Likewise.
8429 * mail/mailabbrev.el (Commentary): Likewise.
8430 * play/decipher.el (decipher-mode-map): Likewise.
8431 * play/gomoku.el (gomoku-mode-map): Likewise.
8432 * play/landmark.el (lm-mode-map): Likewise.
8433 * play/solitaire.el (solitaire-mode-map): Likewise.
8434 * progmodes/sh-script.el (sh-mode-map): Likewise.
8435 * textmodes/picture.el (picture-substitute): Likewise.
8436
8437 * ielm.el (inferior-emacs-lisp-mode):
8438 Bind comint-dynamic-complete-functions locally.
8439
8440 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
8441
8442 2003-01-11 Andreas Schwab <schwab@suse.de>
8443
8444 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
8445 merge with existing fontification.
8446
8447 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
8448
8449 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
8450 (gud-reset): New function. Reset environment at end of debugging.
8451 (gud-sentinel): Call gud-reset or gdb-reset.
8452 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
8453
8454 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
8455 to find out if variable shuld be dereferenced.
8456 (gud-display1): Exit if there is `No symbol'.
8457 (gdb-expressions-mode-map): Correction to key-binding.
8458 (gdb-reset): New function. Reset environment at end of debugging.
8459 (gdb-quit): Remove.
8460
8461 2003-01-10 Dave Love <fx@gnu.org>
8462
8463 * international/code-pages.el (cp-make-coding-system): Fix last change.
8464
8465 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
8466
8467 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
8468 use regexp-opt for readability.
8469
8470 2003-01-10 Mark A. Hershberger <mah@everybody.org>
8471
8472 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
8473 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
8474 empty elements.
8475
8476 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
8477
8478 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
8479 shell.
8480
8481 2003-01-09 John Wiegley <johnw@gnu.org>
8482
8483 * pcomplete.el (pcomplete-termination-string): Add a variable
8484 for modifying the string which is inserted after a completion or
8485 expansion using pcomplete.
8486
8487 2003-01-09 Karl Berry <karl@gnu.org>
8488
8489 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
8490 so that we don't fail if no records match record-regexp.
8491
8492 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
8493
8494 * cus-edit.el (customize-group, customize-group-other-window):
8495 Remove unnecessary calls to custom-load-symbol.
8496 (custom-group-value-create):
8497 Load widget deps if state is not hidden. If widget deps are
8498 loaded, load them in advance.
8499 (custom-menu-create): If widget deps are loaded, load them earlier.
8500
8501 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
8502
8503 * language/ethio-util.el (ethio-gemination)
8504 (exit-ethiopic-environment): Doc fixes.
8505
8506 * language/viet-util.el (viet-encode-viqr-region)
8507 (viet-decode-viqr-region, viet-encode-viqr-buffer)
8508 (viet-decode-viqr-buffer): Doc fixes.
8509
8510 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
8511
8512 * paths.el: Remove gnus-startup-file.
8513
8514 2003-01-08 Bill Wohler <wohler@newt.com>
8515
8516 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
8517 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
8518
8519 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
8520 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
8521 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
8522 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
8523
8524 2003-01-08 Kim F. Storm <storm@cua.dk>
8525
8526 * mail/undigest.el (unforward-rmail-message): Don't use global
8527 variable `n'.
8528
8529 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
8530
8531 * mail/undigest.el (unforward-rmail-message): Simplified.
8532 No functional change.
8533
8534 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
8535
8536 * custom.el (custom-autoload, custom-variable-p): New functions.
8537
8538 * emacs-lisp/autoload.el (make-autoload):
8539 Generate custom-autoload for autoloaded defcustoms.
8540
8541 * help-fns.el (describe-variable): Use custom-variable-p.
8542
8543 * simple.el (set-variable): Load deps of custom variables without type.
8544
8545 * cus-edit.el (custom-variable-prompt): Doc change.
8546 Use custom-variable-p.
8547 (customize-option): Remove search in loaddefs.el.
8548 (customize-apropos): Use custom-variable-p.
8549 (custom-save-variables): Use custom-variable-p to detect
8550 non-rogue variables.
8551
8552 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
8553
8554 * mail/undigest.el (unforward-rmail-message): Skip all newlines
8555 after the initial separator.
8556 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
8557 instead of Forwarded-from: and Forwarded-date:.
8558
8559 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
8560
8561 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
8562 produced by TeX.
8563
8564 2003-01-07 Andre Spiegel <spiegel@gnu.org>
8565
8566 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
8567 branch.
8568
8569 2003-01-06 Dave Love <fx@gnu.org>
8570
8571 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
8572
8573 * language/chinese.el ("Chinese-EUC-TW"): New.
8574
8575 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
8576
8577 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
8578
8579 2003-01-05 Richard M. Stallman <rms@gnu.org>
8580
8581 * obsolete/uncompress.el: Display message that this pkg is obsolete.
8582
8583 * isearch.el (isearch-repeat): Error if try to repeat search and
8584 there was no previous search.
8585
8586 * dired.el (dired-recursive-deletes): Fix custom type.
8587
8588 * dabbrev.el (dabbrev--substitute-expansion):
8589 Convert all whitespace to single spaces,
8590 except when it's carried over from the existing text.
8591
8592 * simple.el (split-line): Clean up implementation.
8593
8594 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
8595 both cases.
8596 (rmail-variables): Specify case-insensitive matching for font-lock.
8597
8598 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8599
8600 * mail/sendmail.el (mail-font-lock-keywords):
8601 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
8602 In-Reply-To and X-*.
8603
8604 2003-01-05 Mark A. Hershberger <mah@everybody.org>
8605
8606 * xml.el (xml-substitute-special): Check for &amp last.
8607
8608 2003-01-05 Dave Love <fx@gnu.org>
8609
8610 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
8611
8612 2003-01-05 Dave Love <fx@gnu.org>
8613
8614 * international/mule-diag.el (non-iso-charset-alist):
8615 Add vietnamese-tcvn.
8616
8617 * international/mule-cmds.el (locale-language-names):
8618 Use Croatian, Swedish.
8619
8620 2003-01-05 Andreas Schwab <schwab@suse.de>
8621
8622 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
8623
8624 2003-01-05 Dave Love <fx@gnu.org>
8625
8626 * language/european.el ("Latin-6", "Croatian"): New.
8627 ("Latin-7"): Fix nonascii-translation. Add input method.
8628 ("Lithuanian", "Latvian"): Add nonascii-translation.
8629 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
8630 Fix nonascii-translation.
8631
8632 * language/georgian.el ("Georgian"): Fix nonascii-translation.
8633
8634 * international/mule-cmds.el (set-locale-environment):
8635 Ignore empty values of environment variables.
8636
8637 * emacs-lisp/byte-opt.el (byte-optimize-nth)
8638 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
8639
8640 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
8641
8642 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
8643 Use let construction to bind buffer-read-only to nil.
8644 (gdba): 'set height 0' in GDB.
8645 (gdb-display-end, gdb-frame-handler): Corrections to forming
8646 full expression name for header-line in display frame.
8647 (gdb-info-breakpoints-custom): Highlight breakpoints since
8648 they may be clicked on with mouse-2.
8649 (gdb-quit): Delete frames of displayed expressions when quitting.
8650 (gdb-delete-frames): New function.
8651 (gdb-source-info): Don't create stack buffer automatically.
8652
8653 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
8654
8655 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
8656
8657 2003-01-04 Kim F. Storm <storm@cua.dk>
8658
8659 * simple.el (split-line): If present, copy fill-prefix from
8660 current line to new line. Don't copy if prefix arg.
8661 From Lisp, arg may be an alternative prefix string to copy.
8662 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
8663
8664 * mail/sendmail.el (mail-split-line): New function.
8665 (mail-mode-map): Remap split-line to mail-split-line.
8666
8667 2003-01-03 Dave Love <fx@gnu.org>
8668
8669 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
8670 with new load-history format.
8671
8672 * international/mule-cmds.el (sort-coding-systems):
8673 Adjust priority of utf-16 and x-ctext.
8674
8675 * international/utf-8.el (utf-translate-cjk):
8676 Call optimize-char-coding-system-table.
8677
8678 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
8679 Call optimize-char-coding-system-table.
8680
8681 * international/mule.el (register-char-codings): Don't call
8682 optimize-char-coding-system-table here.
8683 (keyboard-coding-system): Doc fix. Update :version.
8684
8685 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
8686 (nroff-imenu-expression): New.
8687 (nroff-mode): Use it.
8688
8689 * autoinsert.el (auto-insert-alist): Add man page skeleton.
8690
8691 2003-01-03 Andre Spiegel <spiegel@gnu.org>
8692
8693 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
8694 the lock.
8695
8696 2003-01-03 Kim F. Storm <storm@cua.dk>
8697
8698 * emulation/cua-base.el (cua--pre-command-handler):
8699 Corrected handling of delete-selection properties.
8700
8701 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
8702
8703 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
8704 documentation string when `sym' is non-nil.
8705
8706 2003-01-02 Steven Tamm <steventamm@mac.com>
8707
8708 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
8709 Have scroll bars correctly default to being on the right for Mac
8710 Carbon port by testing "mac-carbon" feature, not window-system.
8711
8712 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
8713
8714 * cus-edit.el (customize-group, customize-group-other-window):
8715 Call custom-load-symbol unconditionally.
8716 (customize-face, customize-face-other-window): Fix format arg.
8717
8718 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
8719
8720 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
8721 to `left'.
8722
8723 2003-01-01 Richard M. Stallman <rms@gnu.org>
8724
8725 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
8726
8727 * files.el (backup-buffer): Cope if file-modes returns nil.
8728
8729 2002-12-30 Steven Tamm <steventamm@mac.com>
8730
8731 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
8732 Have scroll bars correctly default to being on the right for Mac
8733 Carbon port
8734
8735 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
8736
8737 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
8738 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
8739 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
8740 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
8741 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
8742 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
8743 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
8744 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
8745 (gdb-frames-mouse-select): Simplify.
8746 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
8747 consistent with other modes in emacs.
8748 (gdb-display-source-buffer): Return window of source buffer
8749 for (gud-display-line).
8750
8751 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
8752
8753 * button.el (defface button): Add group.
8754
8755 * cus-edit.el (customize-browse): Call `widget-setup'.
8756
8757 2002-12-29 Andreas Schwab <schwab@suse.de>
8758
8759 * Makefile.in: Generate cus-load.el and finder-inf.el in the
8760 source directory. Change dependencies on lisp files to explicitly
8761 use $(lisp).
8762 (compile-calc): Fix command substitution.
8763 * cus-dep.el (generated-custom-dependencies-file): New variable.
8764 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
8765 * finder.el (generated-finder-keywords-file): New variable.
8766 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
8767
8768 2002-12-28 Richard M. Stallman <rms@gnu.org>
8769
8770 * info-look.el (info-lookup): Fix error message typo.
8771
8772 * comint.el (comint-mode): Locally set scroll-conservatively.
8773 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
8774 is active only when point is at end.
8775
8776 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
8777 Fix error message.
8778
8779 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
8780
8781 * simple.el (repeat-complex-command): Signal real error on failure.
8782
8783 2002-12-28 Andreas Schwab <schwab@suse.de>
8784
8785 * progmodes/make-mode.el (makefile-font-lock-keywords):
8786 Highlight automatic variable references enclosed in parens and
8787 optionally suffixed by F or D.
8788
8789 2002-12-27 Miles Bader <miles@gnu.org>
8790
8791 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
8792 buffer-local variable.
8793
8794 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
8795
8796 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
8797 the same way as `custom-buffer-create-other-window'.
8798 (customize-variable-other-window, customize-option-other-window):
8799 Definitions moved up.
8800
8801 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
8802
8803 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
8804 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
8805 tramp.el. From Michael Albinus.
8806 * net/tramp-smb.el: New file for using smbclient to access
8807 Windows shares with Tramp. From Michael Albinus.
8808
8809 2002-12-26 Andreas Schwab <schwab@suse.de>
8810
8811 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
8812
8813 2002-12-26 Andre Spiegel <spiegel@gnu.org>
8814
8815 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
8816 order to get the latest version on the current branch.
8817 Update documentation of vc-BACKEND-checkout to explain this.
8818
8819 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
8820 (vc-rcs-checkin): By default, specify the current workfile
8821 branch as the check-in revision.
8822
8823 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
8824
8825 * vc-sccs.el (vc-sccs-checkout): Likewise.
8826
8827 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
8828
8829 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
8830 of displayed expressions are deleted when the displayed expressions
8831 are deleted.
8832 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
8833 deletion is handled by gdb-info-display-custom now.
8834 (gdb-source-info): Undo earlier change (do create display buffer
8835 automatically).
8836
8837 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
8838
8839 * cus-edit.el (custom-save-faces): Fix typo.
8840
8841 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
8842
8843 * mail/undigest.el (unforward-rmail-message): Do not assume that
8844 the forwarded message's Date: header comes after From:. Use a
8845 Forwarded-from: rather than a Forwarded-by: header. Add a
8846 Forwarded-date: header.
8847
8848 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
8849
8850 * gdb-ui.el (gdb-display-number-end): Make auto-display of
8851 expressions in GDB work on text-only terminals.
8852 (gdb-post-prompt): Compute current frame properly.
8853 (gdb-get-current-frame, gdb-frame-handler): New functions.
8854 (gdb-source-info): Move last statement into if clause.
8855 Tidy, improve documentation.
8856
8857 2002-12-23 Richard M. Stallman <rms@gnu.org>
8858
8859 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
8860
8861 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
8862 (easy-menu-define): Doc fix, say SYMBOL can be nil.
8863
8864 * window.el (save-selected-window): Save and restore
8865 selected windows of all frames.
8866
8867 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
8868 Update custom types.
8869
8870 2002-12-23 Alex Schroeder <alex@emacswiki.org>
8871
8872 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
8873 Alex Schroeder's adaptation of Jan Vroonhof
8874 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
8875
8876 * cus-edit.el (customize-save-variable): Take themes into account.
8877 (custom-variable-save): Take themes into account.
8878 (custom-variable-reset-saved): Add comment-widget.
8879 (custom-variable-reset-standard): Add comment-widget.
8880 (custom-variable-reset-standard): Take themes into account.
8881 (custom-face-save): Take themes into account.
8882 (custom-face-reset-standard): Take themes into account.
8883 (custom-save-variables): Take themes into account.
8884 (custom-save-faces): Take themes into account.
8885 (custom-save-resets): New function.
8886 (custom-save-loaded-themes): New function.
8887 (customize-save-customized): Take themes into account.
8888
8889 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
8890 (custom-theme-set-faces): New function.
8891 (custom-theme-face-value): New function.
8892 (custom-theme-reset-internal-face): New function.
8893 (custom-theme-reset-faces): New function.
8894 (custom-reset-faces): New function.
8895
8896 * custom.el (custom-known-themes): New variable.
8897 (custom-declare-theme): New function.
8898 (deftheme): New macro.
8899 (custom-make-theme-feature): New function.
8900 (custom-theme-p): New function.
8901 (custom-check-theme): New function.
8902 (custom-push-theme): New function.
8903 (custom-theme-set-variables): Take themes into account.
8904 (custom-loaded-themes): New variable.
8905 (custom-theme-loaded-p): New function.
8906 (provide-theme): New function.
8907 (require-theme): New function.
8908 (custom-remove-theme): New function.
8909 (custom-do-theme-reset): New function.
8910 (custom-theme-load-themes): New function.
8911 (custom-load-themes): New function.
8912 (custom-theme-value): New function.
8913 (custom-theme-variable-value): New function.
8914 (custom-theme-reset-internal): New function.
8915 (custom-theme-reset-variables): New function.
8916 (custom-reset-variables): New function.
8917
8918 * cus-theme.el: New file.
8919
8920 2002-12-23 Matthew Swift <swift@alum.mit.edu>
8921
8922 * emacs-lisp/rx.el (rx-and): Generate a shy group.
8923 Specify `no-group' when calling rx-to-string.
8924 (rx-submatch): Specify `no-group' when calling rx-to-string.
8925 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
8926 (rx-atomic-p): New function.
8927
8928 2002-12-23 Kevin Ryde <user42@zip.com.au>
8929
8930 * info-look.el (info-lookup): For ease of use try item
8931 case-insensitive if not found case-sensitive.
8932 Do case sensitive search in index nodes, so items differing only in
8933 case go correctly to their respective nodes.
8934
8935 2002-12-22 Richard M. Stallman <rms@gnu.org>
8936
8937 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
8938
8939 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
8940 Add defvars.
8941
8942 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
8943 on the file name.
8944
8945 * textmodes/outline.el (outline-next-visible-heading):
8946 When going forward, test outline-invisible-p at start of header.
8947
8948 2002-12-22 Kevin Ryde <user42@zip.com.au>
8949
8950 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
8951 Info-mode.
8952 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
8953 New functions.
8954 (makeinfo-compile): Add a sentinel parameter.
8955 (makeinfo-compilation-sentinel-region): Renamed from
8956 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
8957 (makeinfo-region): Use this.
8958 * info.el (Info-revert-find-node): New function.
8959
8960 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
8961
8962 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
8963 process filter (gdba in gdb-ui.el only).
8964 (gdb-tooltip-print): New function.
8965 (tooltip-gud-process-output): Undo previous change.
8966 (tooltip-strip-annotations): Remove.
8967
8968 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
8969
8970 * gud.el (gud-menu-map): Add jdb support for "run".
8971 (gud-jdb-find-source-using-classpath): Use 'identity.
8972 (gud-jdb-marker-filter): Marker regexp and filename filtering
8973 change to support a backwards-incompatible change in Sun's jdb
8974 line number display in SDK versions 1.4.
8975 (gud-format-command): gud-find-class now requires two
8976 parameters (file and linenumber).
8977 (gud-find-class): Bulk of the change related to using c-syntactic
8978 symbols to locate nested class declarations in java sources
8979 visited by java-mode (cc-mode).
8980
8981 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
8982
8983 * gdb-ui.el: Remove the concept of an instance. This means that
8984 a lot of functions have been renamed. Accessors are prefixed with
8985 gdb-get, setters with gdb-set and the word instance has been
8986 removed from many function and variable names.
8987 (gdb-display-buffer): Protect source buffer as well
8988 as GUD buffer when requesting new buffers.
8989 (gdb-source-info): Two changes : Don't create display buffer
8990 automatically, compute source window correctly.
8991
8992 2002-12-21 Richard M. Stallman <rms@gnu.org>
8993
8994 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
8995
8996 * ls-lisp.el (original-insert-directory): Make this a variable,
8997 don't set its function definition.
8998 (insert-directory): Use funcall to call that function.
8999
9000 * bindings.el (help-echo): Change tooltip string.
9001
9002 * chistory.el (command-history-map): Move definition up.
9003
9004 * faces.el (help-xref-stack): Add defvar to avoid warning.
9005
9006 2002-12-21 Andreas Schwab <schwab@suse.de>
9007
9008 * dired.el (dired-insert-directory): Preserve text properties
9009 when quoting.
9010
9011 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
9012
9013 * mail/undigest.el (rmail-mail-separator): Renamed from
9014 rmail-digest-mail-separator. All users changed.
9015 (unforward-rmail-message): Rewritten to be more robust and to
9016 additionally account for the common style of forwarding messages
9017 by citing them entirely with headers.
9018
9019 2002-12-18 Dave Love <fx@gnu.org>
9020
9021 * international/utf-8-subst.el: Deleted.
9022
9023 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
9024 char-coding-system-table elements destructively.
9025 Use optimize-char-coding-system-table.
9026
9027 * international/mule.el (optimize-char-coding-system-table): New.
9028 (register-char-codings): Use it.
9029
9030 * international/utf-8.el (ucs-mule-cjk-to-unicode)
9031 (ucs-unicode-to-mule-cjk): Revert last change.
9032 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
9033 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
9034 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
9035 char-coding-system-table elements destructively.
9036 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
9037 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
9038
9039 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
9040
9041 * info.el (Info-dir-remove-duplicates): Avoid infloop when
9042 deleting last entry.
9043
9044 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
9045
9046 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
9047 rename gud-gdba-marker-filter.
9048 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
9049 (gdb-make-instance): Remove (put into gdba).
9050 Use gdb-instance-enqueue-input instead of
9051 gdb-instance-enqueue-idle-input for user functions.
9052 (gdb-instance-target-string): Simplify.
9053 (in-gdb-instance-context): Remove.
9054 Expand Commentary.
9055
9056 2002-12-17 Kenichi Handa <handa@m17n.org>
9057
9058 * international/mule.el (set-file-name-coding-system): New function.
9059
9060 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
9061 Add bindings for set-file-name-coding-system.
9062
9063 2002-12-17 Kenichi Handa <handa@m17n.org>
9064
9065 * international/mule-cmds.el (universal-coding-system-argument):
9066 Bind coding-system-require-warning to t.
9067 (select-safe-coding-system): Handle t in the arg
9068 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
9069 coding-system to allow users to specify unsafe coding system on
9070 their risk.
9071
9072 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
9073
9074 * mail/undigest.el (rmail-digest-methods)
9075 (rmail-digest-mail-separator): New variables.
9076 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
9077 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
9078 (rmail-digest-parse-rfc934): New functions.
9079 (undigestify-rmail-message): Completely rewritten.
9080
9081 2002-12-16 Kim F. Storm <storm@cua.dk>
9082
9083 * ido.el (ido-read-file-name): Remove debug message.
9084
9085 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
9086
9087 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
9088 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
9089 (Buffer-menu-mode-width): New customization.
9090 (Buffer-menu-sort-column): New var.
9091 (Buffer-menu-no-header): New function for not changing header line and
9092 recognizing swapped M&R columns, used by modifying commands in Buffer
9093 Menu.
9094 (Buffer-menu-buffer+size): New function for variable width buffer name.
9095 (list-buffers-noselect): Rewritten for nicer menu.
9096
9097 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
9098
9099 * filesets.el (filesets-build-menu-now): Don't clear messages.
9100
9101 * allout.el: Avoid name conflicts with outline.el.
9102 Replace globally string "outline-" with string "allout-".
9103 Replaced 1446 occurrences; there was no string "allout-" before the
9104 change and there seems to be no dependency on outline.el.
9105 Put `quotes' around many function and variable names.
9106 Doc changes to adjust to the change to prefix "allout-".
9107 Don't provide `outline'. Use " Allout" as mode line string,
9108 not " Outl". Put group `allout' in group `editing'.
9109 Update Copyright notice. Autoload `allout-init'.
9110 (allout-init): Give report also in case auto-activation was inhibited.
9111 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
9112
9113 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
9114
9115 * xml.el (xml-parse-tag): Allow spaces between / and >.
9116
9117 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
9118
9119 * emacs-lisp/autoload.el (autoload-ensure-default-file):
9120 Insert missing space in file end comment.
9121
9122 2002-12-15 Simon Josefsson <jas@extundo.com>
9123
9124 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
9125 user-mail-address as sender.
9126
9127 2002-12-15 Dave Love <fx@gnu.org>
9128
9129 * international/mule-cmds.el (standard-keyboard-coding-systems):
9130 Delete.
9131 (set-locale-environment): Don't use it.
9132
9133 * international/utf-8.el (ucs-mule-cjk-to-unicode)
9134 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
9135 (utf-subst-table-for-decode): Specify :size, :rehash-size.
9136 (utf-translate-cjk): :set rewritten to load subst-... files.
9137 Add :set-after.
9138 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
9139
9140 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
9141
9142 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
9143 buffer as modified unless it really is.
9144
9145 2002-12-14 Andreas Schwab <schwab@suse.de>
9146
9147 * wid-edit.el (widget-move): Don't loop infinitely when there is
9148 no field or button.
9149
9150 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
9151
9152 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
9153 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
9154 Undo 2002/09/27 change because kill-buffer-hook is not
9155 permanent-local.
9156
9157 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9158 Optimize the remaining part of for-effect and/or expressions.
9159
9160 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
9161
9162 * emacs-lisp/easy-mmode.el (define-minor-mode):
9163 Use `custom-current-group'. Pass all groups to the hook.
9164 (easy-mmode-define-global-mode): Use `custom-current-group'.
9165
9166 * international/mule-cmds.el (current-language-environment):
9167 Set type according to `language-info-alist' also here.
9168
9169 * progmodes/compile.el (compilation-menu-map):
9170 Use `kill-compilation' to stop compilation.
9171
9172 2002-12-13 Kenichi Handa <handa@m17n.org>
9173
9174 * language/european.el (encode-mac-roman): Fix last change.
9175
9176 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
9177 (ccl-encode-alternativnyj): Fix last change.
9178
9179 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
9180
9181 * gdb-ui.el: Improve documentation strings.
9182 (gdb-many-windows): Set default value to nil.
9183
9184 2002-12-12 Dave Love <fx@gnu.org>
9185
9186 * international/subst-big5.el, international/subst-gb2312.el:
9187 * international/subst-jis.el, international/subst-ksc.el: New.
9188
9189 * custom.el (defcustom, custom-set-variables): Doc fix.
9190
9191 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
9192 things protected by `(if (fboundp ...' or `(if (boundp ...'.
9193
9194 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
9195
9196 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
9197
9198 * progmodes/fortran.el (fortran-mode-abbrev-table):
9199 Handle `define-abbrev' with either 5 or 6 arguments.
9200
9201 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
9202
9203 * international/mule-cmds.el (set-language-info):
9204 Update custom-type of `current-language-environment'.
9205 (current-language-environment): Fix custom type.
9206
9207 2002-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9208
9209 * progmodes/antlr-mode.el (antlr): New URL.
9210
9211 2002-12-10 R. Bernstein <rocky@panix.com>
9212
9213 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
9214 Fix erroneous print expression command, and fix typos.
9215 (perldb): Undo previous change in prompt regexp.
9216
9217 2002-12-10 Steven Tamm <steventamm@mac.com>
9218
9219 * generic-x.el (javascript-generic-mode): Added C style block
9220 comments as used in ECMA-262 standard.
9221
9222 2002-12-10 Kenichi Handa <handa@m17n.org>
9223
9224 * language/european.el ("Swedish"): Change tutorial file name to
9225 TUTORIAL.sv in this langauge environment..
9226
9227 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
9228
9229 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
9230 disable it buffer-locally.
9231 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
9232 `eventpt' and point.
9233
9234 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
9235 (ibuffer-set-filter-groups-by-mode): Use it instead of
9236 `delete-duplicates' so we don't require cl library at runtime.
9237 (ibuffer-insert-filter-group-before): Don't use `position' so we
9238 don't require cl library at runtime.
9239
9240 * chistory.el (command-history-mode): Add interactive spec.
9241 Improve doc string.
9242
9243 2002-12-09 Richard M. Stallman <rms@gnu.org>
9244
9245 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
9246
9247 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
9248
9249 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
9250 customize type 'float is now defined.
9251
9252 2002-12-09 Dave Love <fx@gnu.org>
9253
9254 * international/code-pages.el (mik, pt154): New coding systems.
9255
9256 * international/ucs-tables.el: Fix properly.
9257
9258 2002-12-09 Andreas Schwab <schwab@suse.de>
9259
9260 * international/ucs-tables.el: Fix last change.
9261
9262 2002-12-09 Kenichi Handa <handa@m17n.org>
9263
9264 * international/titdic-cnv.el (titdic-convert): Process the
9265 header part in multibyte mode.
9266
9267 2002-12-08 Dave Love <fx@gnu.org>
9268
9269 * international/code-pages.el (mule-diag): Move where it's required.
9270
9271 * international/ucs-tables.el: Add latin-jisx0201 characters.
9272 Fix translation-table-for-input for lao, thai, tibetan.
9273
9274 2002-12-08 Andreas Schwab <schwab@suse.de>
9275
9276 * files.el (insert-directory): Insert free space only when
9277 listing a full directory.
9278
9279 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
9280
9281 * gdb-ui.el : Remove inappropriate key-bindings.
9282 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
9283 Parse correctly when breakpoint has no line number.
9284 (def-gdb-auto-update-handler, gdb-info-locals-handler),
9285 (gdb-display-end): Avoid using insert-buffer.
9286 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
9287
9288 2002-12-07 Richard M. Stallman <rms@gnu.org>
9289
9290 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
9291 (compilation-leave-directory-regexp-alist): Match byte compiler output.
9292
9293 * emacs-lisp/cl-macs.el: Add local variable list
9294 to turn off cl-function warnings.
9295
9296 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
9297 elements in load-history.
9298 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
9299 and cl-struct-setf-expander.
9300
9301 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
9302 New variable.
9303 (autoload-print-form): Use autoload-print-form-outbuf.
9304 (generate-file-autoloads): Bind autoload-print-form-outbuf.
9305
9306 * calendar/calendar.el (calendar-day-name): Move defn down.
9307
9308 * speedbar.el (speedbar-directory-buttons-follow):
9309 Don't use directory-sep-char.
9310
9311 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
9312
9313 * register.el (describe-register-1): Use window-width
9314 to truncate string in a register. Check whether the string
9315 in a register is an empty string or a sequence of white spaces.
9316
9317 2002-12-07 Andreas Schwab <schwab@suse.de>
9318
9319 * faces.el (face-font-selection-order)
9320 (face-font-family-alternatives, face-font-registry-alternatives):
9321 Remove period from :tag value.
9322
9323 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
9324 to :inverse-video.
9325
9326 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
9327
9328 * wid-edit.el (define-widget number): Clarify doc and error message.
9329 (define-widget float): New widget.
9330
9331 2002-12-07 Andreas Schwab <schwab@suse.de>
9332
9333 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
9334
9335 * files.el (find-file-read-args): Reenable wildcard processing
9336 unconditionally.
9337
9338 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
9339
9340 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
9341 functions for copyright notice and copying permissions.
9342 (texinfo-copying, texinfo-insertcopying): New functions.
9343
9344 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
9345
9346 * textmodes/texinfmt.el (texinfo-format-ifxml)
9347 (texinfo-format-xml): New function.
9348 (ifxml, ifnotxml): New aliases.
9349
9350 2002-12-06 Dave Love <fx@gnu.org>
9351
9352 * international/utf-8-subst.el: Revert last change.
9353
9354 2002-12-06 Miles Bader <miles@gnu.org>
9355
9356 * info.el (Info-insert-dir): Make dir-node-cache variables
9357 buffer-local, so that killing the *info* buffer forces the
9358 dir-node to be rebuilt.
9359
9360 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
9361
9362 * finder.el (finder-compile-keywords): Don't insert a keyword to
9363 the generated file.
9364
9365 2002-12-05 Andreas Schwab <schwab@suse.de>
9366
9367 * speedbar.el (speedbar-highlight-face): Fix face spec.
9368
9369 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
9370
9371 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
9372 gdb-proc with gud-comint-buffer instead.
9373 (gdb-proc): Remove.
9374 (def-gdb-var): Simplify.
9375 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
9376 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
9377 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
9378 (gdb-info-locals-handler): Avoid replace-regexp.
9379
9380 * calendar/calendar.el (facemenu-unlisted-faces): Only update
9381 after facemenu is loaded.
9382 (calendar-font-lock-keywords): Accept non-ASCII month names.
9383 Use regexp-opt.
9384
9385 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
9386 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
9387 (gdba): Call `gdb' and then make modifications.
9388 Always call gdb-clear-inferior-io rather than just "the first time".
9389 (gud-break, gud-remove): Definitions moved to inside gdba.
9390 (gdb-target-name): Remove. Use gud-target-name instead.
9391 (gdba-complete-filter, gdba-common-init): Remove.
9392 The changes were integrated into the generic code.
9393
9394 * gud.el: Use match-string.
9395 (gud-menu-map): Re-fix gdb-running to gud-running.
9396 Activate up/down and finish for pdb.
9397 (gud-def): Use backquotes.
9398 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
9399 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
9400 (gud-gdb-complete-break, gud-gdb-complete-list):
9401 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
9402 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
9403 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
9404 Add a `filter' argument and run it on `string'.
9405 (gud-gdb-run-command-fetch-lines): Use it instead of
9406 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
9407 Return the fetched lines.
9408 (gud-gdb-complete-command): Use it instead of cooking up
9409 something by hand using gud-gdb-complete-filter.
9410 (gud-gdb-get-stackframe): Use the new calling convention of
9411 gud-gdb-run-command-fetch-lines.
9412 (gud-gdb-fetched-stack-frame-list): Remove.
9413 (gud-gdb-speedbar-stack-filter): Remove.
9414 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
9415 (gud-bashdb-command-name): Add "--debugger" argument here.
9416 (bashdb): Use default gud-find-file and don't bother with
9417 a massage-args function now that --debugger is make explicit.
9418 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
9419 (bashdb): Don't provide.
9420 (gud-target-name): New var.
9421 (gud-common-init): Set it.
9422 Also reset gud-running and gud-last-last-frame.
9423
9424 2002-12-05 Dave Love <fx@gnu.org>
9425
9426 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
9427 mule-utf-16-le, mule-utf-16-be.
9428
9429 2002-12-05 Richard M. Stallman <rms@gnu.org>
9430
9431 * textmodes/outline.el (outline-mode): Doc fix.
9432
9433 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
9434
9435 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
9436
9437 2002-12-05 Kenichi Handa <handa@m17n.org>
9438
9439 * international/titdic-cnv.el (quail-misc-package-ext-info):
9440 Remove duplicate entry for chinese-b5-quick.
9441 (batch-miscdic-convert): Don't try to call miscdic-convert on
9442 files in the directory just following the arg "-dir".
9443
9444 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
9445
9446 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
9447 corresponding defvar.
9448 (gdb-inferior-io-mode-map): New var.
9449 Add bindings to it rather than to comint-mode-map.
9450 (gdb-display-number-end): Use dolist. Remove always-true test.
9451 (gdb-delete-line): Move and simplify.
9452 (gdb-display-end): Don't bother going to beg-of-line since we're there.
9453 (gdb-array-format1): Use dolist.
9454 (gdb-make-windows-menu, gdb-make-frames-menu):
9455 Move to top-level code. Move the menus to within the GUD menu.
9456 Make the menus only appear in gdba mode.
9457
9458 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
9459 (gdb-inferior-io-mode): Use define-minor-mode.
9460 (gdb-source-info): Don't burp if there's no source file.
9461 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
9462 (gdb-inferior-io-stop, gdb-inferior-io-eof)
9463 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
9464 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
9465 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
9466 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
9467 (gdb-display-display-buffer, gdb-frame-display-buffer)
9468 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
9469 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9470 Remove the spurious left over arg from the "big reorg".
9471
9472 2002-12-04 Richard M. Stallman <rms@gnu.org>
9473
9474 * gud.el (gud-menu-map): Update for bashdb.
9475 (perldb): Change prompt regexp.
9476 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
9477 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
9478
9479 * progmodes/cc-vars.el: Simply require wid-edit and custom
9480 in eval-when-compile.
9481
9482 * progmodes/cc-menus.el: Don't require imenu.
9483
9484 * progmodes/cc-langs.el: Don't require cl.
9485 (c-delete-duplicates): New function. Use instead of delete-duplicates.
9486
9487 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
9488 Add an else-clause to the if to avoid confused compiler warning.
9489
9490 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
9491
9492 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
9493
9494 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
9495
9496 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
9497 Update gdb-running -> gud-running.
9498 (gdba): Use the default for gud-find-file.
9499 (def-gdb-variable): Remove: fold into def-gdb-var.
9500 (def-gdb-var): Use buffer-local-value and with-current-buffer.
9501
9502 * gud.el (gud-running): Rename from gdb-running. Update uses.
9503 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
9504 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
9505 which fails if tool-bar.el is loaded in the mean time.
9506 (gud-file-name): New fun.
9507 (gud-find-file): Use it as default value for gud-find-file.
9508 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
9509 on gud-find-file.
9510 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
9511 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
9512 (gud-pdb-find-file, gud-jdb-find-file): Remove.
9513 (gud-query-cmdline): Don't stuff the whole cwd in the command.
9514 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
9515 (gud-mipsdbx-massage-args): Remove.
9516 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
9517 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
9518 (gud-jdb-command-name): New var.
9519 (gud-common-init): Re-instate RMS code of 11/13.
9520
9521 2002-12-03 Dave Love <fx@gnu.org>
9522
9523 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
9524 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
9525 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
9526
9527 2002-12-03 Andreas Schwab <schwab@suse.de>
9528
9529 * cus-edit.el (custom-display): Add checkbox for type mac.
9530
9531 * whitespace.el (whitespace-highlight-face): Fix face spec.
9532
9533 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
9534
9535 * simple.el (completion-setup-function): Fix last change to use
9536 minibuffer-completing-file-name instead.
9537
9538 * add-log.el (change-log-mode): Set indent-line-function explicitly
9539 to what it was before indent-line-function's default was changed.
9540
9541 2002-12-02 Richard M. Stallman <rms@gnu.org>
9542
9543 * textmodes/ispell.el (ispell-dict-map): Move specific
9544 dictionary selection into a submenu.
9545
9546 * textmodes/fill.el (fill-indent-to-left-margin): New function.
9547 (fill-newline, fill-region-as-paragraph): Use that.
9548
9549 * simple.el (completion-setup-function):
9550 Handle ffap-read-file-or-url-internal specially like
9551 read-file-name-internal.
9552
9553 2002-12-02 Simon Marshall <marshals@perth>
9554
9555 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
9556
9557 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
9558
9559 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
9560 more make keywords: defined, endef, override, export, unexport
9561 and vpath.
9562
9563 2002-12-02 Dave Love <fx@gnu.org>
9564
9565 * autoarg.el (autoarg-kp-mode): Give it a :group.
9566
9567 2002-12-02 Noah Friedman <friedman@splode.com>
9568
9569 * complete.el (PC-do-completion): Do not add wildcards to pattern
9570 unless filename is non-nil.
9571
9572 2002-12-02 Andreas Schwab <schwab@suse.de>
9573
9574 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
9575
9576 * paren.el (show-paren-mismatch-face): Fix face spec.
9577
9578 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
9579
9580 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
9581 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
9582
9583 * tooltip.el (tooltip-gud-process-output): Handle annotations that
9584 are output with gdba in gdb-ui.el.
9585 (tooltip-strip-annotations): New function.
9586
9587 2002-11-29 Dave Love <fx@gnu.org>
9588
9589 * autoarg.el (autoarg-mode): Give it a :group.
9590
9591 2002-11-29 Bill Wohler <wohler@newt.com>
9592
9593 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
9594 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
9595 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
9596 version 7.0.
9597
9598 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
9599 searches and speedbar support in MH-E version 7.0.
9600
9601 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
9602 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
9603 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
9604 MH-E version 7.0.
9605
9606 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
9607
9608 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
9609
9610 2002-11-29 Richard M. Stallman <rms@gnu.org>
9611
9612 * mail/rmail.el (rmail-convert-to-babyl-format):
9613 Make search for message delimiter case-sensitive.
9614
9615 * simple.el (yank-window-start): New variable.
9616 (yank): Record yank-window-start
9617 (yank-pop): Use yank-window-start.
9618
9619 * info.el (Info-additional-directory-list): Doc fix.
9620
9621 * indent.el (indent-according-to-mode, indent-region): Doc fix.
9622
9623 * tooltip.el (tooltip-gud-tips-p): Doc fix.
9624
9625 * eshell/em-script.el: Require eshell.
9626
9627 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
9628
9629 2002-11-29 Kim F. Storm <storm@cua.dk>
9630
9631 * mwheel.el: Avoid accidental yanking of text while scrolling with
9632 the mouse wheel. This adds a short period after each mouse wheel
9633 scroll event where a click on the mouse wheel button is ignored.
9634 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
9635 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
9636 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
9637 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
9638 Start mwheel-inhibit-click-event-timer with timeout handler
9639 mwheel-inhibit-click-timeout.
9640
9641 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
9642
9643 * tooltip.el (tooltip-gud-tips-setup): Remove.
9644 (tooltip-gud-debugger): Remove.
9645 (tooltip-gud-print-command): Use gud-minor mode instead of
9646 tooltip-gud-tips-setup and tooltip-gud-debugger.
9647
9648 * gdb-ui.el (gdb-starting): Set gdb-running to t.
9649 (gdb-stopped): Set gdb-running to nil.
9650 (gdb-quit): Reset some variables including tool-bar-map.
9651
9652 * gud.el (gdb-running): New variable.
9653 (gud-menu-map): Use gdb-running to grey out toolbar buttons
9654 with gdba in gdb-ui.el.
9655 (gud-tool-bar-map): Move to avoid byte compiler warning.
9656
9657 2002-11-27 Jason Rumney <jasonr@gnu.org>
9658
9659 * files.el (file-truename): Canonicalize non-existent names on w32.
9660
9661 2002-11-28 Kim F. Storm <storm@cua.dk>
9662
9663 * ido.el (ido-xemacs): Remove defvar. All uses changed to
9664 check (featurep 'xemacs) instead.
9665 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
9666
9667 2002-11-27 Dave Love <fx@gnu.org>
9668
9669 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
9670 forms' block to top (before uses).
9671 (help-fns): Don't require at top level. (Recursively.)
9672 (cl-transform-lambda): Require help-fns.
9673
9674 2002-11-26 Dave Love <fx@gnu.org>
9675
9676 * language/european.el (encode-mac-roman): Deal with unencodable
9677 characters.
9678
9679 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
9680 (ccl-encode-alternativnyj): Deal with unencodable characters.
9681
9682 * international/code-pages.el (cp-make-coding-system): Deal with
9683 unencodable characters.
9684
9685 2002-11-24 Richard M. Stallman <rms@gnu.org>
9686
9687 * mail/sendmail.el (mail-signature): Handle case where
9688 value of mail-signature is a string.
9689
9690 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
9691
9692 * faces.el (face-set-after-frame-default): Ignore errors
9693 in face-spec-face-set.
9694
9695 * cus-face.el (custom-declare-face): Add face-defface-spec
9696 prop after applying the face spec.
9697
9698 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
9699
9700 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
9701 print command for gdb to keep it out of the command history.
9702
9703 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
9704 code to allow only one gdb process.
9705
9706 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
9707
9708 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
9709 place. Add groups.
9710
9711 2002-11-22 Simon Marshall <marshals@perth>
9712
9713 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
9714
9715 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
9716
9717 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
9718
9719 2002-11-20 Simon Josefsson <jas@extundo.com>
9720
9721 * play/morse.el (morse-code): Add non-ASCII characters, according
9722 to table at http://www.soton.ac.uk/~scp93ch/morse/.
9723
9724 2002-11-21 Richard M. Stallman <rms@gnu.org>
9725
9726 * dired.el (dired-sort-inhibit): New variable.
9727 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
9728
9729 * find-dired.el (find-dired): Set dired-sort-inhibit to t
9730 buffer-locally.
9731
9732 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
9733
9734 * progmodes/sql.el: Added LINTER support.
9735 (sql-linter-program): New variable.
9736 (sql-linter-options): New variable.
9737 (sql-mode-menu): Added Linter keywords.
9738 (sql-mode-linter-font-lock-keywords): New variable.
9739 (sql-highlight-linter-keywords): New function.
9740 (sql-linter): New function.
9741 (sql-ms-options): New variable.
9742 (sql-ms): Use it.
9743
9744 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
9745
9746 * ibuffer.el (ibuffer-formats): Change default value; bump width
9747 of size column in first format to 7.
9748
9749 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
9750
9751 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
9752 load-history since `defvar' now uses this format.
9753
9754 * custom.el (custom-declare-variable): Use push.
9755 Use the (defvar . <sym>) format in load-history like `defvar' does.
9756
9757 * subr.el (symbol-file): Accept a non-atomic `function' arg.
9758 (with-local-quit): Add debug and indentation info.
9759
9760 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
9761
9762 * subr.el (symbol-file): Remove unused variable `functions'.
9763
9764 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
9765
9766 * Makefile.in (setwins_almost): Renamed from finder_setwins.
9767 (custom-deps): Use it.
9768 (finder-data): Adjust to that name change.
9769
9770 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
9771
9772 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9773 Turn errors into messages so they don't get ignored.
9774 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
9775 (eldoc-beginning-of-sexp): Simplify.
9776 (eldoc-function-arglist): Remove.
9777 (eldoc-function-argstring): Use help-function-arglist instead.
9778 (eldoc-function-argstring-from-docstring-method-table)
9779 (eldoc-function-argstring-from-docstring): Remove.
9780
9781 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
9782
9783 2002-11-19 Dave Love <fx@gnu.org>
9784
9785 * emacs-lisp/bytecomp.el (maphash, map-char-table):
9786 Use byte-compile-funarg.
9787
9788 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
9789
9790 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
9791
9792 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
9793 members here rather than with custom-add-to-group. This is the
9794 intended way of using defgroup and also lets
9795 custom-make-dependencies do its job.
9796 (defgroup vhdl-highlight-faces): Ditto.
9797
9798 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
9799 Previous group name shadow is used in shadowfile.el.
9800 (shadows-compare-text-p): Use group lisp-shadow.
9801
9802 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
9803
9804 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
9805
9806 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
9807
9808 * register.el (describe-register-1): Don't assign to val the value
9809 returned by `remove-list-of-text-properties'.
9810
9811 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
9812
9813 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
9814 Grok month numbers, too.
9815
9816 2002-11-18 Juanma Barranquero <lektu@terra.es>
9817
9818 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
9819
9820 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
9821
9822 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
9823
9824 * textmodes/refill.el (defgroup refill): New group.
9825
9826 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
9827
9828 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
9829
9830 * textmodes/paragraphs.el (use-hard-newlines): Add group.
9831
9832 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
9833 (compilation-minor-mode): Add group.
9834
9835 * reveal.el (global-reveal-mode): Add group.
9836
9837 * bookmark.el (bookmark-menu-length): Fix group name.
9838
9839 2002-11-17 Richard M. Stallman <rms@gnu.org>
9840
9841 * mail/rmail.el (rmail-ignored-headers): Add more headers.
9842
9843 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
9844 (parse-time-val): Var renamed from `val'. All uses changed.
9845
9846 * files.el (parse-time-rules): Mark it as risky.
9847
9848 * finder.el (finder-commentary): Use buffer *Finder-package*.
9849
9850 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
9851
9852 * simple.el (indicate-unused-lines)
9853 (default-indicate-unused-lines): New variable aliases.
9854
9855 2002-11-18 Kenichi Handa <handa@m17n.org>
9856
9857 * progmodes/cc-vars.el: Undo previous change.
9858
9859 2002-11-18 Kenichi Handa <handa@m17n.org>
9860
9861 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
9862
9863 * language/european.el (iso-latin-1): Make it safe.
9864 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
9865 (iso-latin-9): Likewise.
9866
9867 * language/greek.el (greek-iso-8bit): Make it safe.
9868
9869 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
9870
9871 * language/lao.el (lao): Make it safe.
9872
9873 * language/thai.el (thai-tis620): Make it safe.
9874
9875 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
9876
9877 * speedbar.el (defgroup speedbar): Use group 'etags instead of
9878 nonexisting group 'tags.
9879
9880 * emacs-lisp/re-builder.el: Add provide call.
9881
9882 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
9883 (feedmail-fiddle-plex-user-list): Fix typo in group name.
9884
9885 * progmodes/make-mode.el (makefile-space-face): Fix group name.
9886
9887 * textmodes/ispell.el (defgroup ispell): Arrange that definition
9888 starts at beginning of line.
9889
9890 * textmodes/table.el (defgroup table-hooks): New group.
9891 (table-cell-map-hook): Fix typo in group name.
9892
9893 * calendar/diary-lib.el (diary-button-face): Add group and version
9894 number.
9895
9896 * warnings.el (defgroup warnings): New group.
9897
9898 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
9899
9900 * emacs-lisp/autoload.el (update-autoloads-from-directories):
9901 Sort the list of files with no autoloads.
9902
9903 2002-11-16 Alan Shutko <ats@acm.org>
9904
9905 * calendar/diary-lib.el (list-diary-entries): Pass a marker
9906 indicating source of entry to add-to-diary-list.
9907 (diary-button-face, diary-entry, diary-goto-entry): New, to
9908 support click to diary file.
9909 (fancy-diary-display): Buttonize diary entries.
9910 (list-sexp-diary-entries): Pass a marker indicating source of
9911 entry to add-to-diary-list.
9912 (diary-date): Return mark as well as entry.
9913
9914 * calendar/calendar.el (diary-face): New.
9915 (european-calendar-display-form, describe-calendar-mode)
9916 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
9917 (calendar-make-alist): New.
9918 (calendar-mode): Set up font-lock mode.
9919 (generate-calendar-window): Fontify if font-lock-mode is on.
9920
9921 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
9922
9923 * international/codepage.el (cp866-decode-table): Fix the
9924 translation table.
9925
9926 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9927
9928 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
9929 caused existing function definitions to be overridden by
9930 phonies when the bytecomp environment is restored.
9931
9932 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
9933
9934 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
9935 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
9936 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
9937 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
9938 Icons for debugger (pbm files).
9939
9940 2002-11-15 Richard M. Stallman <rms@gnu.org>
9941
9942 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
9943
9944 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
9945
9946 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
9947 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
9948 (ibuffer-mode-hooks): Remove spurious defvar.
9949 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
9950 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
9951 `ibuffer-mode-hooks'.
9952
9953 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
9954
9955 * mail/rmailedit.el: Add provide call.
9956
9957 * play/bruce.el: Add provide call.
9958
9959 * emacs-lisp/gulp.el: Add provide call.
9960
9961 2002-11-14 Richard M. Stallman <rms@gnu.org>
9962
9963 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
9964
9965 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
9966
9967 * custom.el (custom-declare-group): Remove unnecessary line of code.
9968
9969 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
9970
9971 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
9972
9973 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
9974 at end of diary file.
9975
9976 2002-11-14 Kim F. Storm <storm@cua.dk>
9977
9978 * files.el (mode-name): Mark it as risky-local-variable like the
9979 other mode-line elements (moved from bindings.el).
9980
9981 * bindings.el (mode-name): Moved mark as risky-local-variable to
9982 files.el.
9983
9984 2002-11-14 Juanma Barranquero <lektu@terra.es>
9985
9986 * gud.el: Fix feature name in `provide'.
9987
9988 * gdb-ui.el: Fix feature name in `require'.
9989
9990 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
9991
9992 * progmodes/etags.el (find-tag-default): Copy text at point without
9993 properties.
9994
9995 2002-11-14 Kenichi Handa <handa@m17n.org>
9996
9997 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
9998
9999 2002-11-14 Kim F. Storm <storm@cua.dk>
10000
10001 * textmodes/fill.el (fill-nobreak-invisible): New var.
10002 (fill-nobreak-p): Test it; return t if set and point invisible.
10003 (fill-newline): Test it; remove invisible prop on newline if set.
10004
10005 * info.el (Info-fontify-node): New local list paragraph-markers.
10006 Record markers for mangled *note references on that list.
10007 When done, go back through those markers and fill each mangled
10008 paragraph with `fill-nobreak-invisible' let-bound to t.
10009 Don't use `display' property; insert "see" directly in buffer.
10010
10011 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
10012
10013 * gdb-ui.el: New file, User Interface for running GDB
10014
10015 * gud.el:(gud-find-file): Set up GDB tool bar.
10016 (gud-menu-map): New commands: run, goto.
10017 Enable some commands for gdba.
10018 (gud-query-cmdline): Pass default directory to gdba.
10019 (gdb): Defune gud-goto and gud-run.
10020 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
10021 (gud-mode): Set up local tool bar.
10022 (gud-display-line): For gdba, call gdb-display-source-buffer.
10023 (gud-basic-call): For gdba, maybe delete the current prompt.
10024 (gud-tool-bar-map): New variable.
10025 (gud-read-address): Correction.
10026
10027 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
10028 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
10029 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
10030 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
10031 Icons for debugger.
10032
10033 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
10034
10035 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
10036
10037 2002-11-13 Andre Spiegel <spiegel@gnu.org>
10038
10039 * vc-rcs.el (vc-rcs-registered): Improve comment.
10040
10041 * vc-sccs.el (vc-sccs-registered): Improve comment.
10042
10043 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
10044
10045 * progmodes/compile.el (compilation-error-regexp-alist):
10046 Don't include colon and space after a file name as part of the name.
10047
10048 2002-11-13 Richard M. Stallman <rms@gnu.org>
10049
10050 * gud.el (gdb): Undo 10-26 change.
10051
10052 2002-11-13 Kenichi Handa <handa@m17n.org>
10053
10054 * replace.el (occur-engine): Set buffer-file-coding-system of
10055 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
10056
10057 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
10058
10059 * custom.el (custom-handle-all-keywords): Fix arg passed to
10060 custom-add-to-group.
10061
10062 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
10063
10064 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
10065 (cvs-minor-mode-map): Add e binding in log-view-mode.
10066
10067 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
10068 (perl-indent-line): Look at the open-paren to indent a close-paren.
10069 (perl-calculate-indent): Try to better indent args after hanging paren.
10070 Remove special code for open-paren-in-column-0.
10071
10072 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
10073 (sgml-name-char): Use it.
10074 (sgml-tag-last, sgml-tag-history): New vars.
10075 (sgml-tag): Use them.
10076 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
10077 (sgml-delete-tag): Remove resulting empty lines.
10078 (sgml-tag) <symbol-plist>: Don't make intangible.
10079 (sgml-parse-tag-backward): Add limit argument.
10080 (html-autoview-mode): Use define-minor-mode.
10081
10082 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
10083
10084 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
10085 that the definition is found by `find-function-search-for-symbol'
10086 and etags.
10087
10088 * vc-sccs.el (vc-sccs-registered): Ditto.
10089
10090 * emulation/edt.el (defgroup edt): Arrange that definition starts
10091 at beginning of line.
10092
10093 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
10094
10095 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
10096 Remove autoload cookie.
10097
10098 * newcomment.el (defgroup comment): Remove autoload cookie.
10099
10100 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
10101
10102 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
10103 Declare with defvar, not with defcustom.
10104
10105 * cus-dep.el: Don't require 'autoload.
10106 (custom-make-dependencies): Handle :version also for autoloaded
10107 options.
10108
10109 * winner.el (defgroup winner): Arrange that definition starts at
10110 beginning of line.
10111
10112 * emulation/edt.el: Simplify Emacs 19 compatibility.
10113
10114 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
10115
10116 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
10117 escape any format-like sequences it could contain.
10118
10119 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
10120
10121 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
10122
10123 2002-11-11 Juanma Barranquero <lektu@terra.es>
10124
10125 * bindings.el (mode-name): Mark it as risky-local-variable.
10126
10127 2002-11-09 Dave Love <fx@gnu.org>
10128
10129 * international/mule-cmds.el (current-language-environment):
10130 Fix :type.
10131
10132 * international/ucs-tables.el: Revert to using
10133 translation-table-for-input instead of keyboard-translate-table.
10134
10135 * international/quail.el (quail-input-string-to-events):
10136 Revert last change.
10137
10138 * simple.el (quoted-insert): Bind translation-table-for-input,
10139 not keyboard-translate-table.
10140
10141 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
10142
10143 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
10144
10145 * complete.el (PC-do-completion): Make partial-completion work
10146 with incomplete directory names.
10147
10148 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
10149 standard-latex-block-names.
10150 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
10151 and renewtheorem. Highlight \it and \bf separately since they
10152 may overlap.
10153 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
10154 (tex-font-lock-keywords-3, tex-verbatim-environments)
10155 (tex-font-lock-syntactic-keywords): New vars.
10156 (superscript, subscript, tex-verbatim-face): New faces.
10157 (tex-font-lock-syntactic-face-function): Handle \verb construct.
10158 (tex-common-initialization): Update font-lock-defaults setting.
10159 (tex-insert-braces): Make it into a skeleton.
10160 (latex-fill-nobreak-predicate): Don't break after \.
10161 (latex-insert-block): Rename from tex-latex-block.
10162 (latex-down-list): Use tex-mode-syntax-table when skipping parens
10163 rather than the indentation syntax-table.
10164 (latex-close-block): Rename from tex-close-latex-block.
10165 (latex-split-block): New fun.
10166 (latex-indent): Don't indent inside a verbatim block.
10167 (latex-find-indent): Stick \begin{verbatim} to the margin.
10168
10169 2002-11-08 John Wiegley <johnw@gnu.org>
10170
10171 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
10172 well as memq to find `global-mode-string' within
10173 `mode-line-format'. The structure of that variable has changed in
10174 21.3.
10175
10176 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
10177
10178 * format.el (format-decode): Be careful with the order in `format'.
10179
10180 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
10181
10182 * eshell/em-glob.el: Require esh-util.
10183 (eshell-glob-initialize): Don't assume
10184 eshell-special-chars-outside-quoting is available.
10185
10186 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
10187 a paragraph starter when filling non-comments.
10188 (fill-comment-paragraph): Don't narrow while doing the fill.
10189 Recognize paragraph starters and separators within comments.
10190 Use adaptive-fill-prefix when it works. Use comment-search-forward.
10191
10192 * progmodes/compile.el (grep-default-command): New fun.
10193 (grep): Use it.
10194 (compilation-menu-map): New var.
10195 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
10196 (compilation-mode-map): Simplify.
10197 (compilation-shell-minor-mode, compilation-minor-mode):
10198 Use define-minor-mode.
10199
10200 * elide-head.el (elide-head): Don't make intangible.
10201
10202 * help.el (where-is): Rename map to defs (a list of syms is not a map).
10203 Test fboundp first, to speed things up. Use push.
10204
10205 * isearch.el (isearch-hidden): New var.
10206 (isearch-search-and-update): Test it.
10207 (isearch-range-invisible): Set it.
10208
10209 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
10210 paragraph-separate, comment-column, and fill-paragraph-function.
10211 Simplify outline-regexp.
10212 (tcl-do-fill-paragraph): Remove.
10213
10214 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
10215
10216 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
10217
10218 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
10219 Definition moved down.
10220 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
10221 Do not declare :get property.
10222 (grep-use-null-device): Fix type. Do not declare :get property.
10223
10224 * emacs-lisp/checkdoc.el (checkdoc-find-error):
10225 Use get-file-buffer instead of get-buffer.
10226
10227 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
10228 cus-load.el.
10229
10230 2002-11-07 Juanma Barranquero <lektu@terra.es>
10231
10232 * help.el (where-is): Report also aliases of the passed command.
10233
10234 2002-11-06 Dave Love <fx@gnu.org>
10235
10236 * simple.el (quoted-insert): Bind keyboard-translate-table around
10237 read-char.
10238
10239 * international/ucs-tables.el: Use keyboard-translate-table coding
10240 system property, not translation-table-for-input, for
10241 vietnamese-viscii & al.
10242 (translation-table-for-input): Set,
10243 don't defvar, and make permanent-local.
10244 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
10245 set-buffer-major-mode-hook, not quail-activate-hook.
10246 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
10247 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
10248 Setup keyboard-translate-table, not translation-table-for-input.
10249 Modify set-buffer-major-mode-hook, not quail-activate-hook.
10250 (ucs-fragment-8859): Don't use translation-table-for-input coding
10251 system property.
10252 (ucs-quail-activate): Deleted.
10253 (ucs-set-table-for-input): New.
10254 (ucs-minibuffer-setup): Use it.
10255
10256 * international/quail.el (quail-input-string-to-events):
10257 Use keyboard-translate-table, not translation-table-for-input.
10258
10259 * files.el (normal-mode): Call ucs-set-table-for-input.
10260
10261 * international/mule.el (set-buffer-file-coding-system):
10262 Call ucs-set-table-for-input.
10263
10264 2002-11-06 Richard M. Stallman <rms@gnu.org>
10265
10266 * replace.el (query-replace, query-replace-regexp): Doc fixes.
10267
10268 * emacs-lisp/bytecomp.el (byte-compile-lambda):
10269 Handle progn like let, inside interactive spec.
10270
10271 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
10272 Initialize to a suitable sexp.
10273 (tex-view): Evaluate tex-dvi-view-command and use the value.
10274
10275 2002-11-06 Kenichi Handa <handa@m17n.org>
10276
10277 * international/mule.el (coding-system-eol-type-mnemonic):
10278 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
10279
10280 2002-11-06 Kim F. Storm <storm@cua.dk>
10281
10282 * info.el (Info-fontify-node): Fixed hiding of *note references
10283 with embedded file names like (xxx.yyy).
10284 Avoid making any lines visibly longer if hiding newlines inside
10285 note references by wrapping line after references if it contained
10286 a newline (unfortunaly this makes more lines appear "shorter").
10287 Properly reindent multi-line menu entry descriptions.
10288
10289 2002-11-05 Juanma Barranquero <lektu@terra.es>
10290
10291 * language/cyrillic.el ("Bulgarian"): Fix typo.
10292
10293 * international/mule.el (coding-system-eol-type-mnemonic):
10294 Move from mule-util.el.
10295
10296 * international/mule-util.el (coding-system-eol-type-mnemonic):
10297 Move to mule.el.
10298
10299 2002-11-04 Juanma Barranquero <lektu@terra.es>
10300
10301 * files.el (find-buffer-visiting): Accept new optional PREDICATE
10302 argument to return only a buffer that satisfies the predicate.
10303 (insert-file-1): New function.
10304 (insert-file-literally): Use it.
10305 (insert-file): Use it.
10306
10307 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
10308
10309 * desktop.el (desktop-relative-file-names): New variable.
10310 (desktop-save): Use it.
10311
10312 2002-11-03 Andre Spiegel <spiegel@gnu.org>
10313
10314 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
10315 its current version in dired.el.
10316
10317 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
10318
10319 * emacs-lisp/autoload.el (generate-file-autoloads)
10320 (update-file-autoloads): Strip .gz and other such extensions.
10321 (update-autoloads-from-directories): Also consider compressed files.
10322
10323 * info.el (Info-streamline-headings): New var.
10324 (Info-dir-remove-duplicates): New fun.
10325 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
10326 (Info-select-node): Simplify handling of Info-header-line.
10327 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
10328 (Info-mode): Set header-line-format once and for all.
10329 (Info-fontify-node): Accept bogus first line with `File:' missing.
10330 Only make first line invisible if Info-use-header-line.
10331 Don't use `intangible': it's evil. Use inhibit-read-only.
10332 (Info-follow-reference, Info-next-reference, Info-prev-reference)
10333 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
10334 since we don't use intangible any more.
10335
10336 * image.el (insert-image): Don't make intangible since
10337 adjust_point_for_property should be sufficient by default.
10338
10339 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
10340
10341 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
10342 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
10343 (fill-paragraph): Use them.
10344
10345 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10346 Use fill-comment-paragraph.
10347
10348 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
10349
10350 * bindings.el (mode-line-change-eol)
10351 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
10352 (mode-line-mule-info): Use them for the EOL part of the modeline.
10353
10354 * server.el (server-sentinel): Kill buffers if applicable.
10355 (server-temp-file-p): Make arg optional.
10356 (server-done): Use it to simplify.
10357 (server-switch-buffer): If server-window is a function, use it.
10358
10359 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
10360 (undigestify-rmail-message): Fix paren-bug and simplify.
10361
10362 2002-11-02 Kim F. Storm <storm@cua.dk>
10363
10364 * info.el (Info-hide-note-references): nil value now does no
10365 reformatting at all. New choice 'tag reformats tag but shows
10366 the section reference.
10367 (Info-fontify-node): Use it.
10368
10369 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
10370
10371 * textmodes/tex-mode.el (tex-common-initialization):
10372 comment-start-skip shouldn't match on the next line.
10373
10374 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
10375 Don't bother making paragraph-start a superset of paragraph-separate.
10376 Use line-beginning-position.
10377
10378 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
10379 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
10380
10381 2002-11-01 Kim F. Storm <storm@cua.dk>
10382
10383 * info.el (Info-hide-note-references): New defcustom.
10384 (Info-fontify-node): Use it.
10385
10386 2002-10-31 Kim F. Storm <storm@cua.dk>
10387
10388 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
10389 --noediting option; added run-time check to exclude it.
10390
10391 * info.el (Info-follow-reference, Info-next-reference)
10392 (Info-prev-reference, Info-try-follow-nearest-node):
10393 Bind inhibit-point-motion-hooks to t while parsing reference.
10394 (Info-fontify-node): When font-lock-mode is enabled, display
10395 "*note" and "* menu" references in a more user friendly format.
10396
10397 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
10398
10399 * textmodes/fill.el (fill-move-to-break-point): Skip white space
10400 _before_ checking to see if we're hitting the margin.
10401 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
10402 it's now done by the C primitives. Don't use narrowing.
10403 Reorganize the line-breaking part of the code to simplify the control
10404 flow and make it work in the absence of narrowing.
10405 (fill-region): Don't use narrowing.
10406
10407 2002-10-30 Dave Love <fx@gnu.org>
10408
10409 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
10410 (po-find-charset): Doc fix. Remove interactive spec.
10411 (po): Provide.
10412 (po-find-file-coding-system-guts): Re-written to use
10413 coding-system-alist, and code-pages, not codepage stuff.
10414
10415 * term/x-win.el: Remove some ancient compatibility code.
10416 Populate x-keysym-table.
10417
10418 2002-10-30 Andreas Schwab <schwab@suse.de>
10419
10420 * subr.el (replace-regexp-in-string): Doc fix.
10421
10422 2002-10-29 Dave Love <fx@gnu.org>
10423
10424 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
10425
10426 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
10427
10428 * international/mule-conf.el: Doc fixes.
10429
10430 2002-10-29 Richard M. Stallman <rms@gnu.org>
10431
10432 * server.el (server-switch-buffer): Say when no server buffers remain.
10433
10434 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
10435
10436 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10437
10438 * progmodes/make-mode.el (makefile-warn-continuations):
10439 Call re-search-forward with NOERROR t.
10440
10441 2002-10-29 Kim F. Storm <storm@cua.dk>
10442
10443 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
10444 incomplete list of matches to be returned.
10445
10446 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10447
10448 * textmodes/texinfo.el (texinfo-environments): Add environment;
10449 copying, documentdescription, ifplaintext, ifnotplaintext, and
10450 verbatim.
10451
10452 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
10453 (ifplaintext, ifnotplaintext)
10454 (afourpaper, afivepaper, afourlatex, afourwide)
10455 (documentlanguage, documentencoding): New aliases.
10456
10457 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
10458
10459 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
10460 up filter groups menu. Preserve point unless a menu command has
10461 moved it from point clicked.
10462
10463 2002-10-29 David Kastrup <dak@lola.goethe.zz>
10464
10465 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
10466 calc-refresh-evaltos appears to need this.
10467
10468 2002-10-28 Dave Love <fx@gnu.org>
10469
10470 * international/mule-diag.el (non-iso-charset-alist): Move to
10471 avoid compilation warning.
10472 (mule-diag): Provide.
10473
10474 * international/code-pages.el (cp-make-coding-system):
10475 Use utf-translation-table-for-decode, not
10476 utf-8-translation-table-for-decode.
10477 (mule-diag): Require.
10478
10479 * language/thai-util.el (thai-composition-function): Don't use prog1.
10480
10481 * language/lao-util.el (lao-composition-function): Don't use prog1.
10482
10483 * language/european.el (diacritic-composition-function):
10484 Modify confused prog1 form.
10485
10486 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
10487 (quail-keyboard-layout): Customize.
10488 Move after quail-keyboard-layout-alist.
10489
10490 2002-10-28 Miles Bader <miles@gnu.org>
10491
10492 * progmodes/make-mode.el (makefile-warn-continuations):
10493 Don't barf when there _aren't_ any suspicious continuations.
10494
10495 2002-10-28 Matthew Swift <swift@alum.mit.edu>
10496
10497 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
10498
10499 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
10500
10501 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
10502
10503 2002-10-27 Andreas Schwab <schwab@suse.de>
10504
10505 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
10506 end-of-comment syntax.
10507
10508 2002-10-27 Kim F. Storm <storm@cua.dk>
10509
10510 * ido.el (ido-cannot-complete-command): New defcustom, default to
10511 ido-completion-help (similar to iswitchb-cannot-complete-hook).
10512 (ido-complete): Call value of ido-cannot-complete-command rather
10513 than ido-completion-help when no common completion.
10514
10515 2002-10-27 Dave Love <fx@gnu.org>
10516
10517 * international/code-pages.el (iso-8859-11): New.
10518
10519 2002-10-27 Kim F. Storm <storm@cua.dk>
10520
10521 * pcvs.el (cvs-checkout): Use read-directory-name.
10522 (cvs-query-directory): Likewise.
10523
10524 2002-10-26 Richard M. Stallman <rms@gnu.org>
10525
10526 * progmodes/make-mode.el (makefile-cleanup-continuations):
10527 Default for variable is nil.
10528 (makefile-warn-continuations): New function.
10529 (makefile-mode): Put it on write-file-functions.
10530
10531 * international/mule-cmds.el (select-safe-coding-system):
10532 Delete debugging setq.
10533
10534 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
10535 after looking in ~.
10536
10537 * startup.el (command-line): Look for .emacs under ~/.emacs.d
10538 after looking in ~.
10539
10540 * simple.el (toggle-truncate-lines): When turning off truncation,
10541 clear out the hscroll value in this buffer's windows.
10542
10543 * simple.el (display-message-or-buffer): Don't display empty
10544 output in the echo area.
10545
10546 * man.el (Man-default-man-entry): Don't look for all word chars,
10547 look only for characters that are normally part of a shell command.
10548
10549 * gud.el (gdb): Pass default-directory to GDB via -cd option.
10550
10551 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
10552
10553 * find-file.el (ff-find-related-file): Fix autoload cookie.
10554
10555 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
10556 risky-local-variable-p.
10557
10558 * files.el (risky-local-variable-p): VAL=nil has special meaning.
10559
10560 * Makefile.in (compile-always): Avoid error in old Bash versions.
10561
10562 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
10563
10564 * textmodes/picture.el (picture-mouse-set-point): New command.
10565 (picture-mode-map): Bind it.
10566 (picture-motion-reverse): Doc fix.
10567
10568 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
10569
10570 * textmodes/outline.el (outline-next-heading): Make sure the match-data
10571 is really correct where returning.
10572
10573 2002-10-24 Matthew Swift <swift@alum.mit.edu>
10574
10575 * textmodes/outline.el (outline-minor-mode): Add customization group.
10576
10577 2002-10-23 Richard M. Stallman <rms@gnu.org>
10578
10579 * files.el (risky-local-variable-p): New arg VAL.
10580 (compile-command): Use `stringp' for `safe-local-variable' prop.
10581 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
10582
10583 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10584
10585 * woman.el (woman-version): Update to 0.551 (beta).
10586 (woman-parse-colon-path): Add support for current Cygwin mount
10587 conventions.
10588 (woman-Cyg-to-Win): New function to convert absolute filename from
10589 Cygwin to Windows form by executing external program cygpath if
10590 possible.
10591 (woman-man.conf-path): Update default to current common locations
10592 and to support Cygwin; update documentation.
10593 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
10594 match possible names of man.conf file; tidy code and documentation.
10595 (woman-manpath): Simplify default and documentation; essentially
10596 move code that was here into `woman-parse-colon-path'.
10597 (woman-default-indent): Change Linux to GNU in documentation.
10598 (woman-addition-face): Make documentation consistent with other
10599 WoMan faces.
10600 (woman-emulate-tbl): New variable, determines whether tbl
10601 emulation is required.
10602 (woman-decode-region): Add check for preprocessor requests.
10603 (woman0-process-escapes, woman-special-characters)
10604 (woman-get-next-char, woman-parse-numeric-value): Add support for
10605 long groff names of the form [xxx].
10606 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
10607 (woman2-PD, woman2-na): Doc fix.
10608 (woman-match-name): New function.
10609 (woman2-TS): New function.
10610 (woman2-TE): New alias for `woman2-fi'.
10611
10612 2002-10-23 Kim F. Storm <storm@cua.dk>
10613
10614 * ido.el (ido-restrict-to-matches): New command.
10615 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
10616
10617 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
10618
10619 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
10620 multiple redirection can work.
10621
10622 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
10623
10624 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
10625 Don't hardcode point-min == 1.
10626
10627 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
10628 (hexl-mode, hexl-current-address, hexl-address-to-marker)
10629 (hexl-insert-char): Don't hardcode point-min == 1.
10630 (hexl-isearch-search-function): New fun.
10631 (hexl-mode-old-isearch-search-fun-function): New var.
10632 (hexl-mode): Use them.
10633 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
10634 Use write-contents-functions rather then write-contents-hooks.
10635
10636 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
10637 (paragraph-indent-text-mode-abbrev-table)
10638 (paragraph-indent-text-mode-syntax-table): Remove.
10639 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
10640
10641 2002-10-21 Juanma Barranquero <lektu@terra.es>
10642
10643 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
10644 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
10645
10646 2002-10-20 Andreas Schwab <schwab@suse.de>
10647
10648 * apropos.el (apropos-group): Use customize-group-other-window.
10649
10650 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
10651
10652 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
10653 to just "/" instead of "/ p".
10654 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
10655
10656 2002-10-18 Juanma Barranquero <lektu@terra.es>
10657
10658 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
10659 ELSE expression on IF.
10660
10661 2002-10-17 Juanma Barranquero <lektu@terra.es>
10662
10663 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
10664
10665 * subr.el (remq): Likewise.
10666
10667 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
10668
10669 * vc-hooks.el (vc-insert-file): Likewise.
10670
10671 * vcursor.el (vcursor-other-window): Likewise.
10672
10673 * wid-edit.el (widget-choose): Likewise.
10674
10675 * calendar/diary-lib.el (diary-name-pattern): Likewise.
10676
10677 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
10678
10679 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
10680
10681 * emulation/edt-mapper.el (top-level): Likewise.
10682
10683 * eshell/esh-var.el (eshell/define): Likewise.
10684
10685 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
10686 (feedmail-queue-draft-directory): Likewise.
10687
10688 * net/netrc.el (netrc-parse): Likewise.
10689
10690 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
10691
10692 * progmodes/ebrowse.el (ebrowse-ts)
10693 (ebrowse-view/find-file-and-search-pattern)
10694 (ebrowse-draw-file-member-info): Likewise.
10695
10696 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
10697
10698 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
10699
10700 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
10701
10702 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
10703
10704 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
10705
10706 2002-10-17 Dave Love <fx@gnu.org>
10707
10708 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
10709
10710 * international/code-pages.el (cp-make-translation-table): Use
10711 ucs-mule-to-mule-unicode.
10712 (cp-fix-safe-chars): Fix typo.
10713 (non-iso-charset-alist): Don't define.
10714 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
10715 Define translation-table-for-input.
10716 (cp866): Reinstate.
10717 (alternativnj): Don't define alias.
10718 (koi8-u): Deleted.
10719
10720 * language/european.el ("Slovenian"): Use slovenian input-method.
10721 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
10722
10723 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
10724 the table.
10725 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
10726 (cp866): Delete this alias.
10727 ("Bulgarian"): Fix the value of `input-method'.
10728
10729 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
10730
10731 * dired-aux.el (dired-add-entry): Put point in correct position
10732 before inserting marker char.
10733
10734 2002-10-16 Andreas Schwab <schwab@suse.de>
10735
10736 * dired.el (dired-readin-insert): Expand dired-directory.
10737
10738 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
10739
10740 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
10741
10742 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
10743 reftex.el. Move the provide call to end of file.
10744
10745 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
10746
10747 2002-10-15 Dave Love <fx@gnu.org>
10748
10749 * man.el (Man-getpage-in-background): Set width in environment.
10750
10751 2002-10-15 Kenichi Handa <handa@m17n.org>
10752
10753 * mail/sendmail.el (sendmail-send-it): Call
10754 select-message-coding-system before changing the current bufer to
10755 " sendmail temp".
10756
10757 2002-10-14 Andre Spiegel <spiegel@gnu.org>
10758
10759 * files.el (insert-directory): Handle //SUBDIRED// lines in
10760 recursive listings from ls --dired.
10761
10762 * vc.el (vc-dired-reformat-line): Simplified. Handles text
10763 properties correctly now.
10764
10765 2002-10-14 Juanma Barranquero <lektu@terra.es>
10766
10767 * international/mule.el (set-selection-coding-system): Fix spacing.
10768
10769 2002-10-13 Richard M. Stallman <rms@gnu.org>
10770
10771 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10772 Treat `ignore' specially--prevent warnings about functions
10773 called for effect, in its args.
10774 Don't warn when `pop' is used for effect.
10775
10776 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
10777
10778 * uniquify.el (uniquify-get-proposed-name):
10779 Don't use directory-sep-char.
10780
10781 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
10782
10783 * find-file.el (ff-related-file-alist): New alias.
10784 (ff-find-related-file): New alias.
10785
10786 2002-10-13 Andreas Schwab <schwab@suse.de>
10787
10788 * dired.el (dired-insert-directory): When looking for existing
10789 indentation, goto OPOINT instead of beginning of buffer.
10790
10791 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
10792
10793 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
10794
10795 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
10796
10797 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
10798
10799 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
10800
10801 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
10802 frame from frame of selected window.
10803 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
10804 changing selected windows.
10805 (ediff-setup-control-frame): Make sure auto-rase is properly set for
10806 the control frame.
10807
10808 2002-10-10 Simon Josefsson <jas@extundo.com>
10809
10810 * browse-url.el (browse-url-mozilla): Doc fix.
10811
10812 2002-10-10 Steve Youngs <youngs@xemacs.org>
10813
10814 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
10815 (browse-url-mozilla): Use it.
10816
10817 2002-10-11 Miles Bader <miles@gnu.org>
10818
10819 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
10820 files contains an invalid timestamp.
10821
10822 2002-10-11 Simon Josefsson <jas@extundo.com>
10823
10824 * mail/sendmail.el (mail-envelope-from): New option `header' to
10825 use RFC 2822 From: header as the envelope address.
10826 (mail-envelope-from): New function, this should be used instead of
10827 looking at the `mail-envelope-from' variable.
10828 (sendmail-send-it): Use it.
10829
10830 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
10831
10832 2002-10-11 Andre Spiegel <spiegel@gnu.org>
10833
10834 * dired.el (dired-insert-directory): Fix check for indentation
10835 from ls --dired.
10836
10837 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
10838 properties from the reformatted line.
10839
10840 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
10841
10842 * textmodes/paragraphs.el (forward-paragraph): Keep track of
10843 remaining paragraphs to skip more carefully.
10844
10845 * add-log.el (add-change-log-entry): Don't call find-file at all
10846 if we're already in the proper buffer.
10847 (change-log-resolve-conflict): New fun.
10848 (change-log-mode): Use it and use define-derived-mode.
10849 (change-log-merge): Allow other-log to be a buffer.
10850 Don't add a \n if there are already enough \n's.
10851
10852 * finder-inf.el, subdirs.el, cus-load.el: Remove.
10853
10854 * finder.el ("finder-inf"): Don't fail if the file is absent.
10855
10856 * cus-dep.el (custom-make-dependencies): Don't use find-file.
10857 Use feature names rather than file names if applicable.
10858
10859 * cus-edit.el (customize-mode): New command.
10860
10861 * custom.el (custom-group-of-mode): New fun.
10862 (custom-load-symbol): Don't use preloaded-file-list now that
10863 load-history is always complete. Don't look up the expanded file
10864 name in load-history (looked like an XEmacsism).
10865
10866 * smerge-mode.el (smerge-ediff): Autoload.
10867 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
10868 (smerge-resolve-function): New var.
10869 (smerge-resolve): New command.
10870 (smerge-basic-map): Bind it.
10871
10872 2002-10-10 Andre Spiegel <spiegel@gnu.org>
10873
10874 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
10875 CVS/Entries, rather than comparing it textually.
10876
10877 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
10878
10879 * international/encoded-kb.el: Add `provide' call.
10880
10881 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
10882
10883 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
10884 ln(-1) should be i*pi, not pi.
10885
10886 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
10887
10888 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
10889 instead of require to avoid loops when loaddefs.el is loaded after
10890 vc-cvs.el.
10891
10892 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
10893 (Custom-reset-saved): Don't test for saved-value.
10894
10895 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
10896
10897 * vc.el (vc-find-version): Use the new backend op `find-version'.
10898 (vc-default-find-version): Provide the new backend op `find-version'
10899 in terms of the old `checkout' op.
10900
10901 * vc-rcs.el (vc-rcs-find-version): New fun.
10902 (vc-rcs-checkout): Remove `workfile' arg and simplify.
10903
10904 * vc-sccs.el (vc-sccs-find-version): New fun.
10905 (vc-sccs-checkout): Remove `workfile' arg and simplify.
10906
10907 * vc-cvs.el (vc-cvs-find-version): New fun.
10908
10909 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
10910
10911 * info.el (Info-next-menu-item, Info-last-menu-item)
10912 (info-emacs-manual): Add docstrings.
10913 (Info-index): Use `string-to-number' instead of `string-to-int'.
10914
10915 2002-10-08 Kenichi Handa <handa@m17n.org>
10916
10917 * international/ucs-tables.el (ucs-translation-table-for-decode):
10918 Define it as a translation-table.
10919
10920 2002-10-07 Richard M. Stallman <rms@gnu.org>
10921
10922 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10923
10924 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
10925 properties of the variables being initialized.
10926
10927 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
10928
10929 2002-10-07 Kim F. Storm <storm@cua.dk>
10930
10931 * emulation/cua-base.el (cua-normal-cursor-color):
10932 Fixed initialization to make "Erase Customization" work.
10933
10934 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
10935
10936 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
10937 in case some other package redefined it.
10938 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
10939
10940 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
10941 forward-paragraph to make sure its return value is meaningful.
10942
10943 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10944
10945 * net/tramp.el: Version 2.0.25 released.
10946 (tramp-handle-file-truename): If it's a directory,
10947 append slash only if result doesn't end in a slash already.
10948 (tramp-handle-file-truename): Restructure logic. If list of steps
10949 is nil, return "/" as the real name.
10950 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
10951 `match-string' doesn't make sense. From Michael Albinus.
10952 (tramp-host-with-port-regexp): New defcustom. Equal to previous
10953 `tramp-host-regexp'. From Michael Albinus.
10954 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
10955 scanning files like .rhosts would take comments as host names.
10956 From Michael Albinus.
10957 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
10958 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
10959 From Michael Albinus.
10960 (tramp-action-terminal): New function.
10961 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
10962 (tramp-actions-before-shell): Use them.
10963 (tramp-handle-shell-command): Logic error. From Ivan
10964 Zakharyaschev <imz@altlinux.org>.
10965
10966 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
10967
10968 * thingatpt.el (thing-at-point-uri-schemes): New variable.
10969 (thing-at-point-url-regexp): Use it.
10970
10971 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10972
10973 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
10974 loops.
10975
10976 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
10977
10978 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
10979 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
10980 (vc-print-log): Don't check log-view-mode.
10981 (vc-default-show-log-entry): Don't check log-view-goto-rev.
10982 (vc-log-mode): Remove.
10983 (vc-log-edit): Don't check log-edit.
10984
10985 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
10986
10987 * vc-cvs.el (vc-cvs-show-log-entry):
10988 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
10989
10990 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
10991
10992 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
10993
10994 * vc.el (vc-default-show-log-entry): Fix typo.
10995
10996 2002-10-04 Steven Tamm <steventamm@mac.com>
10997
10998 * term/mac-win.el: Add lines to handle the new [return] event.
10999
11000 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
11001
11002 * textmodes/fill.el (fill-paragraph): Give up if there's no
11003 paragraph at or after point.
11004
11005 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
11006
11007 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
11008 (vc-default-show-log-entry): New fun.
11009
11010 * subr.el (read-key-auxiliary-map, read-key): Remove.
11011 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
11012
11013 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
11014
11015 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
11016 menu pseudo-keys generated by easymenu which are lowercase in
11017 Emacs 21.4.
11018
11019 * progmodes/ada-xref.el
11020 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
11021
11022 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
11023
11024 * frame.el (delete-frame-hook): Variable alias for
11025 `delete-frame-functions'. Mark obsolete.
11026
11027 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
11028
11029 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
11030 (outline-5, outline-6, outline-7, outline-8): New faces.
11031 (outline-font-lock-faces, outline-font-lock-levels): New vars.
11032 (outline-font-lock-face): New fun.
11033 (outline-font-lock-keywords): Use it.
11034 (outline-font-lock-level): Remove.
11035 (outline-mode, outline-next-preface, outline-next-heading)
11036 (outline-previous-heading, outline-next-visible-heading):
11037 Use shy group.
11038 (outline-level) <var>: Update calling convention.
11039 (outline-level) <fun>: Take advantage of it.
11040 (outline-demote): Don't assume the match-data is still uptodate.
11041 (outline-up-heading): Simplify and make sure the match data is
11042 properly set at the end.
11043
11044 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
11045
11046 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
11047 nconc.
11048
11049 * startup.el (normal-top-level): Reset standard-value property of
11050 `user-full-name' here.
11051
11052 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
11053
11054 * wid-edit.el (widget-default-get): Change to return external
11055 value.
11056 (widget-choice-action): Update caller.
11057 (widget-editable-list-entry-create): Update caller.
11058
11059 * wid-edit.el (widget-types-copy): New function.
11060 (default): Added :copy keyword.
11061 (menu-choice): Ditto.
11062 (checklist): Ditto.
11063 (radio-button-choice): Ditto.
11064 (editable-list): Ditto.
11065 (group): Ditto.
11066 (widget-copy): New function.
11067 (widget-create-child): Use it.
11068 (widget-create-child-value): Use it.
11069
11070 2002-10-01 Bill Wohler <wohler@newt.com>
11071
11072 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
11073 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
11074 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
11075 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
11076 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
11077 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
11078 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
11079 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
11080 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
11081 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
11082 There were no user-visible changes in 6.1.1 from 6.1--only the
11083 section of the Makefile that installs the files into Emacs was changed.
11084
11085 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
11086
11087 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
11088 works when font-lock is turned off.
11089
11090 * jit-lock.el (jit-lock-fontify-now): Don't widen.
11091 Let the jit-lock-functions do it if they want to.
11092
11093 2002-10-01 Juanma Barranquero <lektu@terra.es>
11094
11095 * eshell/esh-module.el (eshell-load-defgroups):
11096 Add "no-byte-compile: t" to subdirs.el.
11097
11098 * makefile.w32-in (update-subdirs-CMD): Likewise.
11099
11100 * forms-d2.el:
11101 * forms-pass.el:
11102 * generic-x.el:
11103 * patcomp.el:
11104 * paths.el:
11105 * version.el:
11106 * international/mule-conf.el:
11107 * language/czech.el:
11108 * language/devanagari.el:
11109 * language/english.el:
11110 * language/georgian.el:
11111 * language/greek.el:
11112 * language/hebrew.el:
11113 * language/japanese.el:
11114 * language/korean.el:
11115 * language/lao.el:
11116 * language/misc-lang.el:
11117 * language/romanian.el:
11118 * language/slovak.el:
11119 * language/thai.el:
11120 * language/utf-8-lang.el:
11121 * emacs-lisp/cl-specs.el:
11122 * eshell/esh-maint.el:
11123 * mail/blessmail.el:
11124 * play/bruce.el:
11125 * term/apollo.el:
11126 * term/AT386.el:
11127 * term/bobcat.el:
11128 * term/internal.el:
11129 * term/iris-ansi.el:
11130 * term/keyswap.el:
11131 * term/linux.el:
11132 * term/lk201.el:
11133 * term/news.el:
11134 * term/vt102.el:
11135 * term/vt125.el:
11136 * term/vt200.el:
11137 * term/vt201.el:
11138 * term/vt220.el:
11139 * term/vt240.el:
11140 * term/vt300.el:
11141 * term/vt320.el:
11142 * term/vt400.el:
11143 * term/vt420.el:
11144 * term/wyse50.el: Add "no-byte-compile: t" in first line.
11145
11146 2002-10-01 Kenichi Handa <handa@m17n.org>
11147
11148 * international/utf-16.el: Don't provide utf-16.
11149
11150 * international/utf-8.el (ccl-decode-mule-utf-8):
11151 Remove unnecessary line.
11152
11153 2002-09-30 Kenichi Handa <handa@m17n.org>
11154
11155 * language/thai.el (thai-tis620): Add `mime-charset' property.
11156
11157 * language/indian.el: Don't register "ISO10646.*-1" in
11158 font-ccl-encoder-alist.
11159
11160 * language/cyrillic.el (ccl-decode-koi8): Refer to
11161 ucs-translation-table-for-decode.
11162 (ccl-decode-koi8-u): Likewise.
11163 (ccl-decode-alternativnyj): Likewise.
11164 (cyrillic-koi8): Put `dependency' property.
11165 (koi8-u): Likewise.
11166 (cyrillic-alternativnyj): Likewise.
11167
11168 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
11169 this translation-table name here.
11170 (utf-translation-table-for-encode): New translation-table name.
11171 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
11172 (utf-defragmentation-table): New variable.
11173 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
11174 (utf-subst-table-for-encode): New translation-table name.
11175 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
11176 (utf-subst-table-for-decode): New translation-table name.
11177 (utf-fragment-on-decoding): Renamed from
11178 utf-8-fragment-on-decoding. Correctly handle the case that
11179 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
11180 mule-utf-16-be too.
11181 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
11182 Handle mule-utf-16-le and mule-utf-16-be too.
11183 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
11184 and utf-subst-table-for-decode.
11185 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
11186 and utf-subst-table-for-encode.
11187 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
11188
11189 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
11190 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
11191 utf-8-subst-rev-table.
11192
11193 * international/utf-16.el (utf-16-decode-ucs): Look up
11194 utf-subst-table-for-decode. Fix for the case that the looking up
11195 succeeds.
11196 (ccl-decode-mule-utf-16-le): Translate characters by
11197 utf-translation-table-for-decode.
11198 (ccl-decode-mule-utf-16-be): Likewise.
11199 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
11200 at first. Translate characters by utf-translation-table-for-encode.
11201 (ccl-encode-mule-utf-16-be): Likewise.
11202 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
11203
11204 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
11205
11206 * international/ucs-tables.el: Don't bind
11207 utf-8-translation-table-for-decode while setting up
11208 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
11209 iso-8859-* coding systems.
11210 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
11211 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
11212 populate the translation table named
11213 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
11214 ucs-mule-to-mule-unicode populates the translation table named
11215 utf-translation-table-for-encode. Call register-char-codings for
11216 mule-utf-16-be and mule-utf-16-le too.
11217 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
11218 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
11219 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
11220 non-nil, make a proper char-table populates the translation table
11221 name utf-translation-table-for-encode. Call register-char-codings
11222 for all mule-utf-* to to reset their status to the origianl.
11223 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
11224 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
11225 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
11226 (ccl-encode-unicode-font): Delete.
11227 (ucs-tables-unload-hook): Delete.
11228
11229 * international/mule.el (decode-char): Refer to the translation
11230 hash table named utf-subst-table-for-decode. Refer to the
11231 translation table named utf-translation-table-for-decode instead
11232 of utf-8-translation-table-for-decode.
11233 (encode-char): Refer to the translation hash table named
11234 utf-subst-table-for-encode. Refer to the translation table named
11235 utf-translation-table-for-encode instead of
11236 utf-8-translation-table-for-encode.
11237
11238 * international/mule-diag.el (describe-coding-system):
11239 Describe `dependency' property.
11240
11241 * international/mule-conf.el (emacs-mule): Add property `composition'.
11242
11243 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
11244 translation table name here.
11245 (ucs-mule-cjk-to-unicode): New translation table name.
11246 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
11247 (font-ccl-encoder-alist): Change the font registry pattern to
11248 "ISO10646.*-*".
11249
11250 2002-09-30 Colin Walters <walters@gnu.org>
11251
11252 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
11253 `inhibit-msg'.
11254
11255 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
11256 `executing-kbd-macro' and `defining-kbd-macro'.
11257
11258 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
11259 Call `calc-flush-caches' with inhibit-msg arg.
11260 (calc-change-mode): Remove extra arg for `calc-save-modes'.
11261
11262 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
11263 Don't bind `executing-kbd-macro'.
11264
11265 2002-09-29 Noah Friedman <friedman@splode.com>
11266
11267 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
11268
11269 2002-09-29 Richard M. Stallman <rms@gnu.org>
11270
11271 * startup.el (user-mail-address): Initialize to a useful value
11272 once Emacs is started up; initialize to "" at loadup time.
11273 (command-line): "", not nil, means user-mail-address not set yet.
11274
11275 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11276
11277 * net/tramp.el: Version 2.0.24 released.
11278 (tramp-methods, tramp-completion-function-alist):
11279 Rename "*-old" methods to "*_old". From Michael Albinus.
11280 (tramp-completion-function-alist):
11281 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
11282 From Michael Albinus.
11283 (tramp-default-method-alist): Use "su" for "root@localhost".
11284 (tramp-host-regexp): Allow "#" for "host#port" kludge.
11285 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
11286 default method. Require additional args USER and HOST for this.
11287 Callers changed.
11288 (tramp-handle-file-local-copy): More local bindings. Bind results
11289 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
11290 "are you awake" problem.
11291 (tramp-action-password): Protect against clobbered match data.
11292 (tramp-open-connection-setup-interactive-shell): Explicitly set
11293 tramp-last-cmd-time before invoking tramp-send-command the first
11294 time. Otherwise, tramp-send-command would issue "echo are you
11295 awake" right at the first time, which is not what we want.
11296 Reported by Douglas Gray Stephens.
11297 (tramp-find-inline-encoding): Don't redirect stdout to
11298 /dev/null to avoid "chmode go-rwx" operation from "mimencode
11299 >/dev/null" as root(!), and to check the output of the decoding
11300 command.
11301 (tramp-maybe-open-connection): Don't send "are you awake" if
11302 process has died.
11303
11304 2002-09-29 Colin Walters <walters@gnu.org>
11305
11306 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
11307
11308 2002-09-29 Mike Williams <mdub@bigfoot.com>
11309
11310 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
11311
11312 2002-09-29 Richard M. Stallman <rms@gnu.org>
11313
11314 * custom.el (defcustom): Doc fix.
11315
11316 2002-09-28 Richard M. Stallman <rms@gnu.org>
11317
11318 * loadhist.el (unload-feature): When undefining a variable,
11319 delete its buffer-local bindings.
11320
11321 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
11322
11323 * subr.el (remove-yank-excluded-properties): Fix bugs in
11324 handling of category properties.
11325
11326 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11327
11328 * ps-print.el (ps-print-emacs-type): Error if ps-print is
11329 activated in Epoch, inLucid or in Emacs v19 or lesser.
11330 Value can no longer be `lucid'.
11331 (ps-print-version): New version number (6.5.8).
11332 (faces): Never do (require 'faces).
11333
11334 2002-09-28 Simon Josefsson <jas@extundo.com>
11335
11336 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
11337 streams that were opened using starttls.
11338
11339 2002-09-28 Paul Reilly <pmr@pajato.com>
11340
11341 * files.el (auto-mode-alist): Add support for Java Enterprise
11342 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
11343
11344 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
11345
11346 * progmodes/m4-mode.el (m4-font-lock-keywords)
11347 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
11348 (m4-m4-region): Doc fixes.
11349
11350 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
11351
11352 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
11353 (cl-push, cl-pop): Remove.
11354 Use pop and push throughout the file instead.
11355 (cl-transform-lambda): Add usage info to docstring if the arglist
11356 is complex.
11357
11358 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
11359 (autoload-print-form): Also quote open-[-in-column 0.
11360
11361 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
11362 (help-split-fundoc): Don't support old syntax any more.
11363 (help-add-fundoc-usage): New fun.
11364
11365 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
11366 Use pop and push throughout the file instead.
11367 (cl-hash-lookup): Remove.
11368 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
11369 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
11370
11371 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
11372 Use pop and push throughout the file instead.
11373
11374 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
11375 loading since the current keymaps might be all weird.
11376
11377 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
11378 to the name since they're added by mode-line-format already.
11379 (define-minor-mode): Run (,mode -1) when needed.
11380
11381 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
11382 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
11383 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
11384 Don't hardcode 1 == point-min.
11385
11386 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
11387
11388 * subr.el (read-key-auxiliary-map): New var.
11389 (read-key): Use it.
11390 (make-temp-file): Make the file have mode 600.
11391 (add-minor-mode): Don't add properties to the name since it's
11392 added by mode-line-format already.
11393 Be more careful with the mode-line-menu entry name.
11394
11395 * userlock.el (ask-user-about-supersession-threat): Don't abort
11396 when the user hits mouse-2.
11397
11398 * register.el (set-register): Use push.
11399 (point-to-register): Set kill-buffer-hook in this buffer.
11400 (register-swap-out): Use dolist.
11401 (kill-buffer-hook): Don't change globally.
11402
11403 * server.el (server-select-display): New function.
11404 (server-process-filter): Add support for `-display' and `-eval' args.
11405 (server-visit-files): Use save-current-buffer, push, and dolist.
11406 Add server-kill-buffer to kill-buffer-hook.
11407 (kill-buffer-hook): Don't modify globally.
11408 (server-switch-buffer): Be a bit more careful with multiple displays.
11409 (server-socket-name): Always use /tmp and non-qualified hostname.
11410
11411 * uniquify.el (uniquify-rationalize-file-buffer-names):
11412 Add to kill-buffer-hook for buffers with conflict.
11413 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
11414 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
11415 (kill-buffer-hook): Don't change globally.
11416
11417 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
11418
11419 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
11420 (calc-stack-top, calc-always-load-extensions)
11421 (calc-line-numbering, calc-line-breaking, calc-display-just)
11422 (calc-display-origin, calc-number-radix, calc-leading-zeros)
11423 (calc-group-digits, calc-group-char, calc-point-char)
11424 (calc-frac-format, calc-prefer-frac, calc-hms-format)
11425 (calc-date-format, calc-float-format, calc-complex-format)
11426 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
11427 (calc-display-strings, calc-matrix-just, calc-break-vectors)
11428 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
11429 (calc-vector-brackets, calc-matrix-brackets, calc-language)
11430 (calc-language-option, calc-function-open, calc-function-open)
11431 (calc-function-close, calc-language-output-filter)
11432 (calc-language-input-filter, calc-radix-formatter)
11433 (calc-left-label, calc-right-label, calc-word-size)
11434 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11435 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
11436 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
11437 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11438 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11439 (calc-window-height, calc-display-trail, calc-show-selections)
11440 (calc-use-selections, calc-assoc-selections)
11441 (calc-display-working-message, calc-auto-why, calc-timing)
11442 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
11443 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
11444 Make into real defvars.
11445 (calc-mode-var-list): Delete.
11446 (calc-mode-save-mode, calc-standard-date-formats)
11447 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11448 (calc-user-parse-tables, calc-gnuplot-default-device)
11449 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11450 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11451 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11452 (calc-invocation-macro, calc-show-banner): Make into defvars,
11453 taken from `calc-mode-var-list'.
11454 (calc-emacs-type-epoch, calc-emacs-type-19)
11455 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
11456 (calc-version, calc-version-date, calc-trail-pointer)
11457 (calc-trail-overlay, calc-undo-list, calc-redo-list)
11458 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
11459 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
11460 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
11461 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
11462 (calc-said-hello, calc-executing-macro, calc-any-selections)
11463 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
11464 (calc-display-dirty, calc-prepared-composition)
11465 (calc-selection-cache-default-entry, calc-embedded-info)
11466 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
11467 (math-eval-rules-cache-tag, math-radix-explicit-format)
11468 (math-expr-function-mapping, math-expr-variable-mapping)
11469 (math-read-expr-quotes, math-working-step, math-working-step-2)
11470 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
11471 defvars, from toplevel setq.
11472 (calc-mode-map): Set up keymap in more modern fashion.
11473 (calc-dispatch-map): Ditto.
11474 (calc-command-flags, calc-final-point-line)
11475 (calc-final-point-column): Defvar.
11476 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
11477 (sel-mode): Defvar.
11478 (calc-any-evaltos): Ditto.
11479 (calc-buffer, calc-prev-char, calc-prev-prev-char)
11480 (calc-digit-value): Ditto.
11481 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
11482 (math-sub-bignum): Bind `diff'.
11483 (calc-selection-cache-entry): Defvar.
11484 (calc-count-lines): Reference `pos' instead of `newpos'.
11485
11486 2002-09-27 Simon Josefsson <jas@extundo.com>
11487
11488 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
11489
11490 2002-09-26 Richard M. Stallman <rms@gnu.org>
11491
11492 * mail/unrmail.el (unrmail): Do the work directly,
11493 without actually selecting the messages in the from file.
11494 (unrmail-unprune): New subroutine.
11495
11496 * files.el (backup-buffer): Bind local var MODES.
11497 Don't use renaming for a suid or sgid file.
11498 Use backup-buffer-copy to do copying.
11499 (backup-buffer-copy): New subroutine.
11500 Clear suid and sgid bits for the copy.
11501
11502 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
11503
11504 * calendar/solar.el (solar-equinoxes-solstices):
11505 Use time properly adjusted for DST in the result.
11506
11507 2002-09-26 Richard M. Stallman <rms@gnu.org>
11508
11509 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
11510 Bind inhibit-read-only; don't mess with buffer-read-only.
11511
11512 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
11513
11514 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
11515
11516 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
11517 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11518
11519 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
11520
11521 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
11522 instead of within `with-current-buffer'.
11523
11524 2002-09-26 Stephen Eglen <stephen@gnu.org>
11525
11526 * iswitchb.el (iswitchb-completions): Test that
11527 iswitchb-common-match-string is a string, before printing common
11528 completions.
11529
11530 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
11531
11532 * server.el: Use built-in network primitives.
11533 (server-program, server-previous-string): Remove.
11534 (server-previous-strings): New var.
11535 (server-socket-name): New var.
11536 (server-log): Minor change to the output format.
11537 (server-sentinel): Clean up global state when a client disconnects.
11538 (server-unquote-arg): New fun.
11539 (server-start): Use server-socket-name and make-network-process.
11540 (server-process-filter): Now talks to the clients directly.
11541 Normalize file name after unquoting and decoding.
11542 (server-buffer-done): Just close the connection.
11543 (server-switch-buffer): Handle the case where all windows are
11544 dedicated or minibuffers.
11545
11546 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
11547 Don't bind them variables.
11548 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
11549 (font-lock-after-unfontify-buffer): Check that the vars are bound.
11550 (font-lock-dont-widen): New var.
11551 (font-lock-default-fontify-region): Use it.
11552
11553 * emacs-lisp/find-func.el (find-library-name):
11554 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
11555
11556 2002-09-25 Kenichi Handa <handa@etl.go.jp>
11557
11558 * international/mule-cmds.el (select-safe-coding-system):
11559 Handle safe but rejected default coding systems and unsafe default
11560 coding systems differently.
11561
11562 * international/mule-diag.el (list-character-sets): Use the buffer
11563 name "*Character Set List*", not "*Help*". List also indirectly
11564 supported character sets.
11565 (list-charset-chars): Use the buffer name "*Character List*", not
11566 "*Help*". Display the current charset name in the modeline.
11567 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
11568 (sort-listed-character-sets): Don't alter the region showing
11569 indirectly supported charsets.
11570
11571 2002-09-24 Simon Josefsson <jas@extundo.com>
11572
11573 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
11574 (mail-extract-address-components): Doc fix.
11575
11576 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
11577
11578 * simple.el (edit-and-eval-command): Protect command-history.
11579 (repeat-complex-command): Protect command-history.
11580
11581 2002-09-24 Juanma Barranquero <lektu@terra.es>
11582
11583 * replace.el (occur-find-match): New function.
11584 (occur-next, occur-prev): Use it.
11585
11586 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
11587 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
11588 instead of 'occur and 'occur-point.
11589
11590 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
11591 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
11592
11593 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
11594
11595 * descr-text.el (describe-text-category): Use *Help*.
11596 Don't kill-buffer.
11597 (describe-text-properties, describe-char):
11598 Delay self-inspection test. Use *Help*.
11599 Use syntax-after. Use `pos' rather than (point).
11600 Distinguish the before/after part of a composition.
11601
11602 2002-09-23 Kenichi Handa <handa@etl.go.jp>
11603
11604 * international/quail.el (quail-completion): Be sure to scroll
11605 quail-completion-buf.
11606
11607 2002-09-23 Richard M. Stallman <rms@gnu.org>
11608
11609 * ielm.el (*1): Fix previous change.
11610
11611 2002-09-23 Juanma Barranquero <lektu@terra.es>
11612
11613 * net/tramp.el (tramp-unified-filenames): Autoload it.
11614
11615 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
11616
11617 * ediff-init.el (ediff-get-next-window): Bug fix.
11618
11619 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
11620
11621 * play/gamegrid.el (gamegrid-face): New variable to emulate a
11622 buffer-local default face.
11623 (gamegrid-xbm): New variable; XBM image as a replacement for
11624 `gamegrid-xpm' on Emacsen compiled without XPM-support.
11625 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
11626 of images to Emacs.
11627 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
11628 convert XEmacs-type image descriptors.
11629 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
11630 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
11631 image descriptors.
11632 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
11633 functions to check for display capabilities. Fix the recognition
11634 of image-support in Emacs 21 by this way.
11635 (gamegrid-hide-cursor): Removed.
11636 (gamegrid-setup-default-font): Ported the code from XEmacs to
11637 Emacs: create a new face and assign the variable `gamegrid-face'
11638 to it. Make sure that the face is not higher than the smallest
11639 image used by the game.
11640 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
11641 instead of `gamegrid-hide-cursor'.
11642 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
11643 image in the buffer, instead of applying a face. [This is because
11644 Emacs display-tables are not as capable as the display-tables in
11645 XEmacs. Maybe this function should be renamed to reflect the change?]
11646 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
11647 the face held by `gamegrid-face' in an overlay over the whole
11648 buffer to emulate a buffer-local default-face.
11649
11650 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
11651
11652 * play/doctor.el (doctor-doc): Add 2 question words.
11653 (doctor-getnoun): Parse and save the complete object phrase.
11654
11655 2002-09-22 Richard M. Stallman <rms@gnu.org>
11656
11657 * international/mule-cmds.el (select-safe-coding-system): Cope if
11658 default-coding-system gives nil which was then used in `min'.
11659
11660 * mail/sendmail.el (sendmail-send-it): If user's buffer
11661 is unibyte, make tembuf unibyte.
11662
11663 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
11664
11665 * net/tramp.el: Version 2.0.22 released.
11666 (tramp-parse-rhosts, tramp-parse-shosts)
11667 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
11668 `add-to-list' for performance reasons.
11669 (tramp-get-completion-user-host): Return `nil' in case both `user'
11670 and 'host' are empty (not necessarily `nil'.
11671 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
11672 (tramp-user-regexp): " \t" are not user regexp characters.
11673 (tramp-completion-handle-file-name-all-completions):
11674 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
11675 completely, and it returns local completions as well.
11676 (tramp-completion-function-alist-ftp): New constant.
11677 (tramp-completion-function-alist): Add completion function for "ftp".
11678 From Michael Albinus <Michael.Albinus@alcatel.de>.
11679
11680 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11681
11682 * net/tramp.el: Version 2.0.21 released.
11683 (tramp-handle-file-newer-than-file-p): If mtime of both files is
11684 known, return a useful result. Better error message in case one
11685 is a Tramp file and one isn't.
11686 (tramp-handle-file-local-copy, tramp-handle-write-region)
11687 (tramp-find-shell, tramp-open-connection-telnet)
11688 (tramp-open-connection-rsh, tramp-open-connection-su)
11689 (tramp-open-connection-setup-interactive-shell)
11690 (tramp-post-connection, tramp-maybe-open-connection)
11691 (tramp-method-out-of-band-p): Correct number of args for
11692 `tramp-get-rsh-program' and similar functions.
11693
11694 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
11695
11696 * net/tramp.el: Version 2.0.20 released.
11697
11698 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
11699
11700 * net/tramp.el (tramp-completion-function-alist): Escape open
11701 paren in docstring.
11702 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
11703 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
11704 instead of tramp-message.
11705 (tramp-open-connection-rsh): Handle empty string as user name.
11706 (tramp-open-connection-su): Handle empty string as host name.
11707 Handle nil user name.
11708 (tramp-handle-file-local-copy, tramp-handle-write-region)
11709 (tramp-completion-handle-file-name-all-completions)
11710 (tramp-open-connection-telnet, tramp-open-connection-rsh)
11711 (tramp-open-connection-su, tramp-post-connection)
11712 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
11713 (tramp-get-connection-function, tramp-get-remote-sh)
11714 (tramp-get-rsh-program, tramp-get-rsh-args)
11715 (tramp-get-rcp-program, tramp-get-rcp-args)
11716 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
11717 (tramp-get-su-args, tramp-get-telnet-program)
11718 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
11719 additional args USER, HOST.
11720 (tramp-action-password, tramp-open-connection-telnet)
11721 (tramp-open-connection-su, tramp-open-connection-multi)
11722 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
11723 takes USER and HOST arguments, to be able to use
11724 `tramp-find-method'. Update callers.
11725 (tramp-find-method): New function.
11726
11727 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11728
11729 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11730 in SWITCHES (by removing it).
11731
11732 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11733
11734 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
11735
11736 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11737
11738 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
11739
11740 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11741
11742 * net/tramp.el (tramp-bug): Add tramp-methods.
11743
11744 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11745
11746 * net/tramp.el (tramp-methods): Update docstring:
11747 tramp-encoding-command, tramp-decoding-command,
11748 tramp-encoding-function and tramp-decoding-function are not
11749 parameters anymore.
11750 (tramp-uuencode-region): Autoload it.
11751
11752 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11753
11754 * net/tramp.el: Version 2.0.19 released.
11755
11756 * net/tramp-uu.el: New file, implements uuencode in Lisp.
11757
11758 * net/tramp.el (tramp-coding-commands):
11759 Use `tramp-uuencode-region' as local encoder for the uuencode based
11760 entries.
11761
11762 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11763
11764 * net/tramp.el (tramp-handle-write-region): Wrong parens.
11765
11766 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11767
11768 * net/tramp.el: Version 2.0.18 released.
11769
11770 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
11771 older versions of Perl. Now tested with 5.004. Suggestion from
11772 Michael Albinus.
11773
11774 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11775
11776 * net/tramp.el (tramp-find-inline-encoding):
11777 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
11778 (tramp-call-local-coding-command): OUTPUT equals nil means to
11779 discard the output. INPUT equals nil means /dev/null.
11780
11781 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11782
11783 * net/tramp.el (tramp-encoding-shell): Default to environment
11784 variable COMSPEC on Windows.
11785 (tramp-handle-write-region): More debugging output.
11786 (tramp-find-inline-encoding): Ditto.
11787
11788 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
11789
11790 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11791 Define `result1'.
11792 (tramp-parse-hosts-group): Discard IPv6 entries.
11793
11794 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
11795
11796 * net/tramp.el (tramp-post-connection): Only send Perl
11797 mime-encode/decode implementations when using inline method.
11798 (tramp-handle-file-local-copy)
11799 (tramp-handle-write-region, tramp-post-connection)
11800 (tramp-coding-commands, tramp-find-inline-encoding): For the
11801 inline encodings, distinguish between local and remote commands,
11802 instead of between commands and functions. (The local commands
11803 can be functions, too.) If the local host is a Windows machine,
11804 we can't expect the same commands to work there as on the remote host.
11805 (tramp-call-local-coding-command): New function for calling local
11806 encoding and decoding commands.
11807 (tramp-set-remote-encoding, tramp-get-remote-encoding)
11808 (tramp-set-remote-decoding, tramp-get-remote-decoding)
11809 (tramp-set-local-encoding, tramp-get-local-encoding)
11810 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
11811 (tramp-get-encoding-command, tramp-set-encoding-command)
11812 (tramp-get-decoding-command, tramp-set-decoding-command)
11813 (tramp-get-encoding-function, tramp-set-encoding-function)
11814 (tramp-get-decoding-function, tramp-set-decoding-function):
11815 Old functions, removed.
11816
11817 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11818
11819 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11820 Change command to invoke /bin/sh slightly to make it compatible
11821 with the `rc' shell. Suggested by Daniel Pittman.
11822
11823 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
11824
11825 * net/tramp.el (tramp-handle-write-region): Added missing
11826 `)'. Hope it's the right place.
11827
11828 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11829
11830 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11831 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
11832 order to get a sane shell prompt. If people have ${CWD}, say, in
11833 their shell prompt, then the default login shell might display
11834 something harmless, but the /bin/sh will display a dollar sign
11835 which confused the subsequent prompt recognition.
11836 (tramp-multi-action-password): More debugging output.
11837 (tramp-encoding-shell): Renamed from tramp-sh-program.
11838 More documentation. Default to cmd.exe on Windows NT.
11839 (tramp-encoding-command-switch): New variable. Use instead of
11840 hard-wired "-c" which is only good for /bin/sh.
11841 (tramp-encoding-reads-stdin): New variable. If t, commands are
11842 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
11843 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
11844 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
11845 (tramp-handle-file-local-copy, tramp-handle-write-region):
11846 Respect tramp-encoding-shell and friends.
11847 (tramp-find-inline-encoding): Use new-style calls for checking if
11848 the local commands work.
11849
11850 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
11851
11852 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
11853 entries. They are handled now by `tramp-completion-function-alist'.
11854 (tramp-completion-function): Defvar removed. I've never used
11855 it. Hmm.
11856 (tramp-get-completion-function)
11857 (tramp-get-completion-rsh, tramp-get-completion-ssh)
11858 (tramp-get-completion-telnet, tramp-get-completion-su):
11859 Functions removed as well. Not necessary any longer due to extended
11860 customization means.
11861 (tramp-completion-function-alist): New defcustom. Holds all
11862 FUNCTION FILE pairs used for user and host name completion
11863 relevant for METHOD.
11864 (tramp-completion-function-alist-rsh)
11865 (tramp-completion-function-alist-ssh)
11866 (tramp-completion-function-alist-telnet)
11867 (tramp-completion-function-alist-su): Defconst for initializing
11868 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
11869 values are known for me until now. Needs to be completed for at
11870 least VMS++ like operating systems.
11871 (tramp-set-completion-function)
11872 (tramp-get-completion-function): New functions for configuration
11873 of `tramp-completion-function-alist'. The old definition of
11874 `tramp-get-completion-function' has been discarded.
11875 (tramp-completion-handle-file-name-all-completions):
11876 Change function call for user/host completion according to definition
11877 in `tramp-completion-function-alist'.
11878 (tramp-parse-passwd): Added exception handling for "root", because
11879 `tramp-get-completion-su' (the previous place for this stuff)
11880 doesn't exist any longer.
11881
11882 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11883
11884 * net/tramp.el (tramp-enter-password):
11885 Use `tramp-password-end-of-line' to terminate the line.
11886 (tramp-bug): Include new variable `tramp-password-end-of-line'.
11887 (tramp-password-end-of-line): New variable. People who use plink
11888 under Windows might have to issue "\r\n" after the password, but
11889 they need to send just "\n" after the other commands. So this
11890 variable was introduced to complement `tramp-rsh-end-of-line'.
11891 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
11892 of line of the output delimiter.
11893
11894 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11895
11896 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
11897 (tramp-open-connection-setup-interactive-shell): Add some comments
11898 about Douglas Grey Stephen's suggestions to make Tramp work better
11899 with plink under Windows. I'm not sure what to think of them, but
11900 now I have a guinea pig to try it out on. Said guinea pig is
11901 having other problems, though... Also remove some commented-out code.
11902
11903 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
11904
11905 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
11906 tuned.
11907 (tramp-get-completion-user-host): Accept user names as they are if
11908 typed until "@".
11909 (tramp-completion-mode): Replace `last-input-char' by modern
11910 `last-input-event'. Check for `event-modifiers'.
11911
11912 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11913
11914 * net/tramp.el (file-expand-wildcards): Corrected check to see if
11915 advising is necessary.
11916
11917 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
11918
11919 * net/tramp.el (tramp-postfix-single-method-format)
11920 (tramp-postfix-multi-method-format)
11921 (tramp-postfix-multi-hop-format)
11922 (tramp-postfix-user-format): New format strings.
11923 (tramp-postfix-single-method-regexp)
11924 (tramp-postfix-multi-method-regexp)
11925 (tramp-postfix-multi-hop-regexp)
11926 (tramp-postfix-user-regexp)
11927 (tramp-make-multi-tramp-file-format)
11928 (tramp-make-tramp-file-name): Apply them.
11929 (tramp-completion-handle-file-name-all-completions): Fix for
11930 invoking ange-ftp in case of "/ftp:xxx" file names.
11931
11932 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
11933
11934 * net/tramp.el (tramp-prefix-format)
11935 (tramp-postfix-host-format): New format strings.
11936 (tramp-prefix-regexp, tramp-method-regexp)
11937 (tramp-postfix-single-method-regexp)
11938 (tramp-postfix-multi-method-regexp)
11939 (tramp-postfix-multi-hop-regexp)
11940 (tramp-user-regexp, tramp-postfix-user-regexp)
11941 (tramp-host-regexp, tramp-postfix-host-regexp)
11942 (tramp-path-regexp): New atomar regular expressions.
11943 If corresponding format strings exist, derived from them.
11944 (tramp-file-name-structure)
11945 (tramp-multi-file-name-structure)
11946 (tramp-multi-file-name-hop-structure)
11947 (tramp-make-multi-tramp-file-format)
11948 (tramp-completion-mode)
11949 (tramp-completion-dissect-file-name)
11950 (tramp-parse-rhosts-group)
11951 (tramp-parse-shosts-group)
11952 (tramp-parse-hosts-group)
11953 (tramp-parse-passwd-group): Apply these expressions.
11954 (tramp-file-name-structure-unified)
11955 (tramp-file-name-structure-separate)
11956 (tramp-make-tramp-file-format-unified)
11957 (tramp-make-tramp-file-format-separate)
11958 (tramp-make-tramp-file-format)
11959 (tramp-make-tramp-file-user-nil-format-unified)
11960 (tramp-make-tramp-file-user-nil-format-separate)
11961 (tramp-make-tramp-file-user-nil-format)
11962 (tramp-multi-file-name-structure-unified)
11963 (tramp-multi-file-name-structure-separate)
11964 (tramp-multi-file-name-hop-structure-unified)
11965 (tramp-multi-file-name-hop-structure-separate)
11966 (tramp-make-multi-tramp-file-format-unified)
11967 (tramp-make-multi-tramp-file-format-separate): Removed.
11968 (tramp-make-tramp-file-name): Allow partial tramp file
11969 names. Generate tramp file format on-the-fly depending on
11970 parameters. Apply atomar format strings resp expressions.
11971 (tramp-get-completion-methods)
11972 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
11973 (tramp-parse-hosts-group): Take all host names and IP addresses
11974 into account.
11975 (tramp-bug): Remove `tramp-make-tramp-file-format'.
11976
11977 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
11978
11979 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
11980 for "su" and "sudo".
11981 (tramp-get-completion-telnet): Implement it.
11982 (tramp-parse-hosts)
11983 (tramp-parse-hosts-group)
11984 (tramp-get-completion-su)
11985 (tramp-parse-passwd)
11986 (tramp-parse-passwd-group): New functions.
11987
11988 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
11989
11990 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
11991 (tramp-completion-file-name-handler-alist): Add handler for
11992 `file-exists-p.
11993 (tramp-completion-handle-file-exists-p): New function.
11994 (tramp-completion-handle-file-name-completion): Simplified.
11995 (tramp-completion-dissect-file-name): Regexp's reorganised.
11996 (tramp-completion-handle-file-name-all-completions):
11997 Call completion-function only if `user' or `host' is given.
11998 (tramp-get-completion-user-host): New function.
11999 (tramp-get-completion-rsh)
12000 (tramp-get-completion-ssh): Apply it.
12001
12002 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
12003
12004 * net/tramp.el (tramp-completion-file-name-handler-alist):
12005 Add handler for `expand-file-name'.
12006 (tramp-completion-handle-expand-file-name): New function.
12007
12008 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
12009
12010 * net/tramp.el (tramp-completion-mode): New function.
12011 (tramp-completion-handle-file-name-directory)
12012 (tramp-completion-handle-file-name-all-completions): Apply it.
12013 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
12014 (tramp-point-at-eol): New defalias.
12015 (tramp-parse-rhosts-group)
12016 (tramp-parse-shosts-group):: Apply it.
12017
12018 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
12019
12020 * net/tramp.el (tramp-get-completion-methods)
12021 (tramp-get-completion-rsh)
12022 (tramp-get-completion-ssh): Add "[" for Xemacs.
12023 (tramp-completion-file-name-regexp-separate): Expression adapted.
12024 (tramp-completion-file-name-handler-alist): Add handler for
12025 `file-name-directory' and `file-name-nondirectory'.
12026 (tramp-completion-handle-file-name-directory)
12027 (tramp-completion-handle-file-name-nondirectory)
12028 (tramp-completion-run-real-handler): New functions.
12029 (tramp-completion-file-name-handler)
12030 (tramp-completion-handle-file-name-all-completions):
12031 Apply `tramp-completion-run-real-handler'.
12032 (tramp-parse-rhosts)
12033 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
12034 `res' (otherwise side effects in XEmacs).
12035
12036 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
12037
12038 * net/tramp.el (tramp-completion-file-name-regexp)
12039 (tramp-completion-file-name-handler-alist)
12040 (tramp-flatten-list)
12041 (tramp-completion-dissect-file-name)
12042 (tramp-get-completion-rsh)
12043 (tramp-parse-rhosts)
12044 (tramp-parse-rhosts-group)
12045 (tramp-get-completion-ssh): Doc string tuned.
12046 (tramp-methods): Doc string and custom type extended for
12047 `tramp-completion-function'.
12048 (tramp-completion-function): Variable added. Is it really used?
12049 Other variables like `tramp-completion-function' aren't used.
12050 (tramp-completion-file-name-handler-alist): Add handler for
12051 `file-name-completion'.
12052 (tramp-completion-handle-file-name-completion): New function.
12053
12054 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
12055
12056 * net/tramp.el (tramp-parse-rhosts)
12057 (tramp-parse-rhosts-group)
12058 (tramp-parse-shosts)
12059 (tramp-parse-shosts-group): New functions.
12060
12061 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
12062
12063 * net/tramp.el (tramp-completion-dissect-file-name)
12064 (tramp-completion-dissect-file-name1): New functions.
12065
12066 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
12067
12068 * net/tramp.el (tramp-get-completion-function)
12069 (tramp-get-completion-rsh)
12070 (tramp-get-completion-ssh)
12071 (tramp-get-completion-telnet): New functions.
12072 (tramp-methods): Add `tramp-completion-function' for all methods.
12073
12074 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
12075
12076 * net/tramp.el (tramp-get-completion-methods): New function.
12077 (tramp-find-default-method): Allow host to be nil (like user).
12078
12079 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
12080
12081 * net/tramp.el (tramp-completion-file-name-regexp-unified)
12082 (tramp-completion-file-name-regexp-separate)
12083 (tramp-completion-file-name-regexp)
12084 (tramp-completion-file-name-handler-alist): New defcustoms.
12085 (tramp-completion-file-name-handler): New function.
12086 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
12087 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
12088 to `inhibit-file-name-handlers'.
12089 (tramp-completion-handle-file-name-all-completions)
12090 (tramp-completion-handle-file-name-completion): New functions.
12091
12092 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
12093
12094 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
12095 must be called again after activating `ange-ftp'.
12096 (tramp-ange-ftp-file-name-p): Check for Xemacs.
12097
12098 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
12099
12100 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
12101 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
12102 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
12103 tramp-invoke-ange-ftp 'write-region.
12104 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
12105 passing to tramp-invoke-ange-ftp 'set-file-modes.
12106 (tramp-flatten-list): New function. Maybe this functionality does
12107 exist already elsewhere in the libraries.
12108 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
12109 list in order to avoid nested lists, f.e. when invoked from
12110 `tramp-handle-dired-call-process'.
12111
12112 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12113
12114 * net/tramp.el (tramp-chunksize): New kluge variable.
12115 (tramp-send-region): If tramp-chunksize is non-nil, send region in
12116 parts and sleep 0.1 seconds between chunks.
12117
12118 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12119
12120 * net/tramp.el (tramp-handle-insert-directory):
12121 Use `insert-buffer-substring' instead of `insert-buffer', which is not
12122 supposed to be used from Lisp. Remember old point in a variable
12123 instead of using `mark'. Suggestion from Stefan Monnier.
12124 (tramp-unified-filenames): New variable. Use it in default value
12125 of other filename variables.
12126 (file-expand-wildcards): Don't advise unless "[" and "]" are used
12127 in the filename format.
12128
12129 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12130
12131 * net/tramp.el (tramp-methods): Remove duplicate definition of
12132 ssh1-old and ssh2-old.
12133
12134 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
12135
12136 * dired.el (dired-insert-directory): Always add "--dired" to to
12137 SWITCHES for remote files.
12138 * files.el (insert-directory): Comment saying that "--dired"
12139 might be in the SWITCHES.
12140 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
12141 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
12142
12143 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
12144
12145 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
12146 word constituent syntax.
12147
12148 2002-09-21 Richard M. Stallman <rms@gnu.org>
12149
12150 * cus-dep.el (custom-make-dependencies): Bind to t
12151 around evaluating the def-form.
12152
12153 * custom.el (custom-dont-initialize): New variable.
12154 (custom-declare-variable): Don't init the variable
12155 if custom-dont-initialize is non-nil.
12156
12157 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
12158
12159 * net/eudc.el (eudc-install-menu): Use `define-key' and
12160 `easy-menu-create-menu' to avoid duplication of menu.
12161
12162 2002-09-20 Kim F. Storm <storm@cua.dk>
12163
12164 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
12165 macro and terminate editing.
12166 (kmacro-step-edit-macro): Push previous macro onto ring if changed
12167 by step editing.
12168
12169 2002-09-19 Tom Tromey <tromey@redhat.com>
12170
12171 * play/blackbox.el (bb-right): Respect prefix argument.
12172 (bb-left, bb-up, bb-down): Likewise.
12173
12174 2002-09-19 Richard M. Stallman <rms@gnu.org>
12175
12176 * cus-dep.el (custom-make-dependencies): Fix previous change.
12177
12178 2002-09-19 Juanma Barranquero <lektu@terra.es>
12179
12180 * ielm.el (ielm-eval-input): Call `error-message-string' instead
12181 of the non-existent `ielm-format-error'.
12182
12183 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
12184
12185 * emacs-lisp/easymenu.el (easy-menu-remove):
12186 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
12187
12188 * international/mule-diag.el (describe-coding-system):
12189 Remove unused `coding-spec' variable.
12190 (list-input-methods): Be more careful when setting up the help buffer.
12191
12192 * international/ucs-tables.el (unify-8859-on-encoding-mode):
12193 Set init value to t to reflect reality.
12194 (ucs-minibuffer-setup): Use minibuffer-selected-window.
12195
12196 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
12197
12198 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
12199 Rename to makefile-cleanup-continuations.
12200 (makefile-mode): Use write-file-functions.
12201 (makefile-fill-paragraph): Use match-string-no-properties.
12202 (makefile-fill-paragraph): Use line-end-position.
12203 (makefile-add-log-defun): Simplify.
12204
12205 2002-09-18 Richard M. Stallman <rms@gnu.org>
12206
12207 * dired.el (dired-mark-pop-up): Doc fix.
12208
12209 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
12210 definition straight into loaddefs.el as well as executing it here.
12211
12212 2002-09-18 Colin Walters <walters@debian.org>
12213
12214 * calc/calc.el (calc-mode): Add font-lock-defontify to
12215 change-major-mode-hook.
12216
12217 2002-09-18 Richard M. Stallman <rms@gnu.org>
12218
12219 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
12220 Don't ignore errors in rm line.
12221
12222 * menu-bar.el (menu-bar-search-menu): Nicer help string.
12223
12224 * replace.el (occur-engine-add-prefix): Use 7 spaces.
12225 (occur-engine): Use 7 digits to align tabs in the data.
12226
12227 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
12228 Don't make the definition dynamic if it shares structure
12229 with the arg list.
12230
12231 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
12232 (pdb): In gud-remove, pass down the file name.
12233
12234 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
12235
12236 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
12237
12238 * ielm.el: (*1, *2, *3): New variables.
12239 (ielm-eval-input): Make temporary buffers current on entry and
12240 exit to the let bindings for *, ** and ***.
12241 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
12242 Do not overrule global bindings for *, ** and ***.
12243
12244 2002-09-18 Tom Tromey <tromey@redhat.com>
12245
12246 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
12247 boundaries before filling.
12248
12249 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
12250
12251 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
12252 (server-switch-buffer): Only select a different window if
12253 next-buffer is non-nil. Don't switch in a dedicated window.
12254 If next-buffer is already displayed, reuse that window.
12255
12256 * diff-mode.el (diff-mode): Use compilation-minor-mode.
12257 Don't unbind compilation-last-buffer after autoloading compile.el.
12258 Hide the compilation-minor-mode bindings altogether.
12259
12260 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12261
12262 * dired.el (dired-insert-directory): Never add "--dired" when
12263 listing remote directories.
12264
12265 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
12266
12267 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
12268
12269 * ediff-init.el: Use defalias instead of fset.
12270
12271 * ediff-util.el: Use defalias instead of fset.
12272
12273 * viper-util.el (viper-chars-in-region): Simplification.
12274
12275 * viper.el (viper-emacs-state-mode-list): Added modes.
12276
12277 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
12278
12279 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
12280 module of code, with graphical display of poor-coverage spots.
12281
12282 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
12283 testcover on a interactive module like ses.
12284
12285 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
12286 testcover on a noninteractive module like unsafep.
12287
12288 2002-09-18 Miles Bader <miles@gnu.org>
12289
12290 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
12291 unless it's bound.
12292
12293 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
12294
12295 * server.el (server-log): Add `client' arg.
12296 (server-start): Don't bother canceling the sentinel.
12297 (server-process-filter): Use replace-regexp-in-string and
12298 handle the new &n quoting. Use push. Use server-log's new arg.
12299 Don't output the C-x # message if `nowait'.
12300 (server-buffer-done): Use server-log's new arg.
12301
12302 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12303
12304 * ses.el: New file.
12305
12306 * emacs-lisp/unsafep.el: New file.
12307
12308 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
12309 (inhibit-quit): This is risky for unsafep, doesn't matter much for
12310 anybody else.
12311 (risky-local-variable-p): New function. Split off from
12312 hack-one-local-variable so unsafep can use it. Add \|-history$ to
12313 the list of disallowed local variable names (malicious user could
12314 stuff a `display' property in there that would be activated when
12315 na\e,Ao\e(Bve user called up the history).
12316
12317 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
12318
12319 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
12320
12321 2002-09-16 Richard M. Stallman <rms@gnu.org>
12322
12323 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
12324 Use forward-line and move-to-column.
12325
12326 * cus-edit.el (custom-variable-backup-value): New function.
12327 (custom-variable-reset-backup): New function.
12328 (custom-variable-menu): Add item for custom-variable-reset-backup.
12329 (custom-variable-set, custom-variable-reset-saved)
12330 (custom-variable-reset-standard): Call custom-variable-backup-value.
12331
12332 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
12333
12334 * dired.el (dired-font-lock-keywords): Use regexp-opt.
12335 (dired-move-to-filename): Better message when we fail to find the file.
12336 (dired-sort-toggle): Minor optimization.
12337
12338 2002-09-16 Juanma Barranquero <lektu@terra.es>
12339
12340 * dired-aux.el (dired-add-entry): Add missing argument to
12341 `dired-mark'.
12342
12343 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
12344
12345 * xscheme.el (scheme-interaction-mode): Doc fix.
12346
12347 * net/eudc.el (eudc-plist-get): Doc fix.
12348
12349 2002-09-16 Kim F. Storm <storm@cua.dk>
12350
12351 * menu-bar.el (menu-bar-last-search-type): New var.
12352 (nonincremental-repeat-search-forward)
12353 (nonincremental-repeat-search-backward): Repeat string or
12354 regexp search depending on menu-bar-last-search-type.
12355 (nonincremental-search-forward, nonincremental-re-search-forward)
12356 (nonincremental-search-backward, nonincremental-re-search-backward):
12357 Set menu-bar-last-search-type to string or regexp.
12358 (nonincremental-repeat-re-search-forward): Removed.
12359 (nonincremental-repeat-re-search-backward): Removed.
12360 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
12361 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
12362 (menu-bar-adv-search-menu): Removed.
12363 (menu-bar-search-menu): Reorganized.
12364 (menu-bar-edit-menu): Added "Replace" submenu.
12365
12366 2002-09-15 Richard M. Stallman <rms@gnu.org>
12367
12368 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
12369
12370 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
12371 when it's not being evaluated.
12372
12373 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
12374
12375 * dired.el (dired-move-to-filename): Fix previous change.
12376
12377 2002-09-14 Kim F. Storm <storm@cua.dk>
12378
12379 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
12380 (keypad-numlock-setup, keypad-numlock-shifted-setup):
12381 Change `Remove Binding' option to `Unspecified/User-defined'.
12382 (keypad-setup): Enhance explanation of setup type `none'.
12383
12384 2002-09-14 Richard M. Stallman <rms@gnu.org>
12385
12386 * time.el (display-time-mode): Set display-time-load-average here.
12387 (display-time-load-average): Initialize to nil.
12388 (display-time-default-load-average): Add "None" alternative.
12389 (display-time-update): Handle "None" alternative for load-average.
12390
12391 * dired-aux.el (dired-bunch-files): Put the arg FILES
12392 back as it was after temporary destrucive mods.
12393 (dired-add-entry): Use dired-insert-directory to handle indentation.
12394 Explicitly restore the line's marker character.
12395 Preserve the old file name's text properties.
12396 (dired-add-entry-do-indentation): Function deleted.
12397 (dired-relist-file): Doc fix.
12398 (dired-rename-file): Change argument names.
12399 (foo-rename-file): New function.
12400 (dired-do-hardlink): Use dired-hardlink.
12401 (dired-hardlink): New function.
12402 (dired-insert-subdir-doinsert): Use dired-insert-directory;
12403 that handles indentation, text props and header line.
12404 dired-readin-insert gets no args.
12405 Use `last' instead of `reverse'.
12406
12407 * dired.el (dired-use-ls-dired): New variable.
12408 (dired-directory): Document the rules better.
12409
12410 * dired.el (dired-insert-headerline): Function deleted.
12411 (dired-revert): Pass no args to dired-readin.
12412 (dired-move-to-filename): First try using dired-filename property.
12413 (dired-move-to-end-of-filename): Likewise.
12414 (dired-why): Try to show the start of this page of warnings.
12415 (dired-log): Insert the buffer name at start of page, not end.
12416 (dired-log-summary): If just one failure, explain it in echo area.
12417
12418 * dired.el (dired-internal-noselect):
12419 Always set dired-directory, when buffer is not new.
12420 Pass dir-or-list, not dirname, to dired-mode.
12421 Call dired-readin with no args.
12422 Don't call dired-after-readin-hook here.
12423 (dired-find-buffer-nocreate): Expand dirname.
12424 Expand the dir from dired-directory to compare with dirname.
12425
12426 (dired-readin): Take no args. Get the directory from dired-directory.
12427 Run dired-before-reading hook inside save-excursion.
12428 Run dired-after-readin-hook here.
12429 Don't make undo entries at all.
12430 Call dired-readin-insert with no args.
12431 Don't change indentation here.
12432 Don't insert headerline here.
12433
12434 (dired-readin-insert): Take no args.
12435 Get dir and file-list from dired-directory.
12436 Call dired-insert-directory the new way.
12437 Don't insert "wildcard" info here.
12438
12439 (dired-insert-directory): New arg FILE-LIST.
12440 First arg now DIR, always just the directory.
12441 This function fully handles setting up the buffer text:
12442 update indentation, insert headerline and "wildcard" info.
12443 Pass --dired arg if appropriate; put info in dired-filename props.
12444 Don't expand file names here.
12445
12446 * warnings.el (display-warning): In batch mode,
12447 exclude the final newline from the arg to `message'.
12448
12449 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
12450
12451 * files.el (diff-buffer-with-file): Check whether associated file
12452 exists. Display message for 1 second. Always return nil.
12453
12454 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
12455
12456 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
12457 support again, but more carefully this time.
12458
12459 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
12460 such that backward-sexp correctly skips them.
12461 (perl-font-lock-keywords-2): Use regexp-opt.
12462 (perl-font-lock-syntactic-keywords)
12463 (perl-font-lock-syntactic-face-function): Better handle PODs.
12464 Handle package names with ' in them and ($$) in `sub' declarations.
12465 Handle format staements. Handle regexp and quote-like ops.
12466 (perl-empty-syntax-table): New var.
12467 (perl-quote-syntax-table): New fun.
12468
12469 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
12470 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
12471
12472 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
12473
12474 * derived.el (define-derived-mode): Properly ignore unknown args.
12475
12476 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
12477 Don't call the function during init if mode is on by default.
12478
12479 * simple.el: Provide `simple'.
12480 (transient-mark-mode, line-number-mode, column-number-mode):
12481 Pass an explicit `:require nil' argument.
12482
12483 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
12484
12485 * play/tetris.el (tetris-blank-options, tetris-cell-options):
12486 Remove various redundant `(t nil)'.
12487
12488 * play/snake.el (snake-border-options): Use color on tty if available.
12489
12490 * play/tetris.el (tetris-border-options): Likewise.
12491
12492 * play/pong.el (pong-border-options): Likewise, plus reset
12493 color on tty to be [0.5 0.5 0.5].
12494
12495 2002-09-13 Kim F. Storm <storm@cua.dk>
12496
12497 * kmacro.el (kmacro-start-macro): Doc fix.
12498
12499 2002-09-13 Juanma Barranquero <lektu@terra.es>
12500
12501 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
12502 to `idlwave-idlwave_routine_info-compiled'.
12503
12504 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
12505 three arguments, not four.
12506
12507 2002-09-13 Kim F. Storm <storm@cua.dk>
12508
12509 * kmacro.el (kmacro-keymap): Changed bindings:
12510 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
12511
12512 2002-09-12 Richard M. Stallman <rms@gnu.org>
12513
12514 * international/mule-cmds.el (universal-coding-system-argument):
12515 Read the coding system inside `interactive' spec, for command-history.
12516
12517 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
12518
12519 * emacs-lisp/find-func.el (find-library-name): Don't forget
12520 the empty suffix. Fix stale variable name.
12521
12522 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
12523 (gud-pdb-massage-args): Delete.
12524 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
12525 (gud-gdb-command-name): New var. Put "--fullname" in there.
12526 (gud-query-cmdline): Use the most recent executable as the default.
12527 Don't add "--fullname" (it's only valid/meaningful for GDB).
12528 (gud-xdb-marker-filter): Use match-string.
12529 (gud-perldb-massage-args): Don't add "-d".
12530 (gud-perldb-command-name): Add "-d".
12531 (gud-common-init): If `massage-args' is nil, don't call it.
12532 (gud-format-command): Don't hardcode point-min==1.
12533
12534 * derived.el: Require CL when compiling.
12535
12536 2002-09-12 Simon Josefsson <jas@extundo.com>
12537
12538 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
12539 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
12540 Use expand-file-name. Also don't require time-stamp.
12541
12542 2002-09-11 Richard M. Stallman <rms@gnu.org>
12543
12544 * derived.el (define-derived-mode): When making new abbrev table,
12545 don't try to copy the parent's abbrev table.
12546
12547 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
12548 Always round scroll-bar-width parameter up.
12549 If it is nil, use 14.
12550
12551 * abbrev.el (copy-abbrev-table): New function.
12552
12553 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12554
12555 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
12556 ps-default-bg setting.
12557 (ps-print-version): New version number (6.5.7).
12558 (ps-mark-active-p): New fun.
12559 (ps-print-preprint-region): Adjust code.
12560
12561 2002-09-11 Dave Love <fx@gnu.org>
12562
12563 * international/mule.el (non-standard-designations-alist)
12564 (ctext-pre-write-conversion): Don't generate invalid extended
12565 segments for iso8859.
12566
12567 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
12568 (cyrillic-alternativnyj-decode-table): Fix some entries.
12569
12570 * international/ucs-tables.el: Fix last change.
12571
12572 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
12573 change.
12574
12575 2002-09-11 Kim F. Storm <storm@cua.dk>
12576
12577 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
12578 kmacro-end-and-call-macro.
12579
12580 2002-09-11 Juanma Barranquero <lektu@terra.es>
12581
12582 * newcomment.el (uncomment-region): Fix let/let* use.
12583
12584 2002-09-11 Simon Josefsson <jas@extundo.com>
12585
12586 * time-stamp.el (time-stamp-hhmmss): New function.
12587
12588 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
12589 (gud-query-cmdline): Add --fullname to the user cmdline.
12590
12591 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
12592
12593 2002-09-11 Kim F. Storm <storm@cua.dk>
12594
12595 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
12596 (kmacro-step-edit-map): Bind "A" to `append-end'.
12597 (kmacro-step-edit-prompt): Fix prompt.
12598 (kmacro-step-edit-query): Handle `append-end' response.
12599 (kmacro-step-edit-pre-command): Activate `append-end' at end of
12600 macro when required.
12601
12602 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
12603
12604 * derived.el (define-derived-mode): Fix typo.
12605
12606 * menu-bar.el (line-number-mode, column-number-mode)
12607 (transient-mark-mode): Use minor mode directly.
12608 (menu-bar-make-toggle): Remove `props' arg.
12609 Move customize-mark-as-set directly into the toggle function.
12610
12611 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
12612 Use the new file hook names.
12613 (whitespace-describe): Remove. Move the text to `Commentary:'.
12614 (whitespace-unload-hook): Use the new file hook names.
12615
12616 * finder.el (finder-find-library): Remove.
12617 (finder-commentary): Use find-library-name and add completion.
12618
12619 * simple.el (transient-mark-mode, line-number-mode)
12620 (column-number-mode): Use define-minor-mode.
12621 (define-mail-user-agent): Delete. Moved to subr.el.
12622
12623 * loadup.el ("simple.el"): Move to after loaddefs.el.
12624
12625 * subr.el (define-mail-user-agent): Moved from simple.el.
12626
12627 2002-09-10 Richard M. Stallman <rms@gnu.org>
12628
12629 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
12630 (boolp): Function deleted.
12631
12632 2002-09-10 Dave Love <fx@gnu.org>
12633
12634 * international/utf-8.el (ucs-mule-to-mule-unicode):
12635 Define unconditionally.
12636 (utf-8-fragmentation-table): New. Use it in top-level mapc.
12637 (utf-8-fragment-on-decoding): Use it to keep
12638 utf-8-translation-table-for-decode variable and translation table
12639 in sync.
12640
12641 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
12642 when setting up tables and remove useless optimize-char-table.
12643 (ucs-mule-to-mule-unicode): Deleted.
12644 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
12645
12646 * international/utf-16.el (utf-16-le-pre-write-conversion)
12647 (utf-16-be-pre-write-conversion): Deleted.
12648 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
12649
12650 2002-09-10 Richard M. Stallman <rms@gnu.org>
12651
12652 * files.el (diff-buffer-with-file): Simplify.
12653 Don't signal an error if buffer has no file.
12654 Call sit-for after `diff' returns.
12655
12656 * play/gamegrid.el (gamegrid-make-color-tty-face):
12657 Handle string as COLOR arg.
12658 (gamegrid-display-type): Don't assume display-color-p
12659 implies a color-x terminal.
12660 (gamegrid-hide-cursor): Set `cursor-type' local variable.
12661
12662 * descr-text.el (describe-text-mode): Add font-lock-defontify to
12663 change-major-mode-hook.
12664
12665 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
12666 change-major-mode-hook.
12667
12668 * comint.el (comint-mode): Add font-lock-defontify to
12669 change-major-mode-hook.
12670
12671 * info.el (Info-mode): Add font-lock-defontify to
12672 change-major-mode-hook.
12673
12674 * replace.el (occur-mode): Add font-lock-defontify to
12675 change-major-mode-hook.
12676
12677 * font-core.el (font-lock-defontify): New function.
12678
12679 2002-09-10 Richard M. Stallman <rms@gnu.org>
12680
12681 * ps-print.el (ps-printer-name-option): Doc fix.
12682
12683 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12684
12685 * ps-print.el: Adjust ps-postscript-code-directory setting.
12686 XEmacs version check was adjusted.
12687 (ps-print-version): New version number (6.5.6).
12688 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
12689 (ps-print-code, ps-print-preprint-region): Adjust code.
12690
12691 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12692
12693 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
12694 emacs-lisp-mode, like ~/.emacs.
12695
12696 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
12697
12698 * newcomment.el (uncomment-region): Be more careful with `='.
12699
12700 2002-09-10 Deepak Goel <deego@glue.umd.edu>
12701
12702 * play/doctor.el (doc//): Rename from `//'. Update callers.
12703 (doc$): Rename from `$'. Update callers.
12704
12705 2002-09-10 Miles Bader <miles@gnu.org>
12706
12707 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
12708 variable, not a function.
12709
12710 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
12711
12712 2002-09-10 Kim F. Storm <storm@cua.dk>
12713
12714 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
12715 nil while executing macro to avoid triggering delete-selection-mode.
12716
12717 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
12718 cancel defining keyboard macro when applicable.
12719
12720 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
12721
12722 * simple.el (transient-mark-mode, line-number-mode)
12723 (column-number-mode): Undo previous change because of bootstrapping.
12724
12725 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
12726
12727 * derived.el (define-derived-mode): Add keyword arguments.
12728 (derived-mode-make-docstring): Take abbrev and syntax table names.
12729
12730 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
12731 (font-lock-default-function): Change arg name.
12732
12733 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
12734
12735 * paren.el (show-paren-function): Use syntax-after.
12736
12737 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
12738
12739 * subr.el (symbol-file): Also work for autoloaded funcs.
12740 (syntax-after): New fun moved from syntax.el.
12741
12742 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
12743 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
12744 Update callers (but still run the old hooks as well).
12745
12746 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
12747 (find-library): New funs.
12748 (find-function-search-for-symbol): Use it.
12749
12750 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
12751
12752 * isearch.el (isearch-cmds): Add docstring.
12753 (isearch-mouse-2): Lookup binding in the proper buffer.
12754 Use call-interactively and remove the now useless `arg'.
12755 (isearch-search-fun-function): New var.
12756 (isearch-search-fun): New fun.
12757 (isearch-search, isearch-lazy-highlight-search): Use it.
12758
12759 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
12760
12761 * simple.el (what-line): Don't hard-code 1.
12762 (transient-mark-mode, line-number-mode, column-number-mode):
12763 Use define-minor-mode.
12764 (do-auto-fill): Only ignore prefix if it's really empty.
12765
12766 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
12767
12768 * files.el (save-some-buffers-action-alist): Use lower case for
12769 help string of diff-buffer-with-file.
12770
12771 2002-09-09 Richard M. Stallman <rms@gnu.org>
12772
12773 * calendar/calendar.el (mouse-scroll-calendar-left)
12774 (mouse-scroll-calendar-right, mouse-calendar-other-month):
12775 New commands.
12776 (calendar-mode-line-format): Use them.
12777
12778 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12779 Set and then bind default-directory.
12780
12781 * startup.el (fancy-splash-head, normal-splash-screen):
12782 Change the messages that explain about GNU or GNU/Linux.
12783
12784 * info.el (Info-search): Add (point-min) to subfile positions
12785 to get them right. Skip the current subfile using forward-line.
12786
12787 * files.el (make-backup-file-name-1): When make-directory fails,
12788 ignore backup-directory-alist.
12789 (make-directory): Expand DIR before looking for handler.
12790
12791 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
12792
12793 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
12794 In addition to RCS, exclude CVS directories.
12795
12796 * ls-lisp.el (ls-lisp-format-time-list): New variable.
12797 (ls-lisp-format-time): Use it.
12798
12799 * files.el (auto-mode-alist): Use sh-mode for .bash files.
12800
12801 2002-09-09 Dave Love <d.love@dl.ac.uk>
12802
12803 * ps-print.el: Many doc fixes.
12804
12805 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
12806
12807 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
12808 Update callers.
12809
12810 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
12811
12812 * diff.el (diff): Doc fix.
12813
12814 2002-09-08 Richard M. Stallman <rms@gnu.org>
12815
12816 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
12817
12818 * simple.el (undo-elt-in-region): Fix one-off error at END.
12819 (forward-visible-line): Handle invisibility by ignoring
12820 invisible newlines. Also include entire invisible lines beyond
12821 the stopping point.
12822
12823 * cus-edit.el (custom-save-variables, custom-save-faces):
12824 Clarify the comments written into .emacs.
12825
12826 2002-09-08 Markus Triska <triska@gmx.at>
12827
12828 * play/doctor.el (doctor-doc): Recognize question words
12829 and use qlist. Use doctor-shorten's return value.
12830 (doctor-shorten): Compute a return value, don't alter `sent'.
12831 (doctor-hates1): Add a question mark.
12832 (doctor-strangelove): Unused function deleted.
12833
12834 2002-09-08 Kim F. Storm <storm@cua.dk>
12835
12836 * kmacro.el (kmacro-end-and-call-macro): New command to end and
12837 call keyboard macro in one step. Bind it to C-x e by default.
12838 (kmacro-call-macro): Use format-kbd-macro.
12839 (kmacro-step-edit-macro): New command to interactively step edit
12840 and execute last keyboard macro.
12841 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
12842 (kmacro-step-edit-mini-window-height): New custom var.
12843 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
12844 (kmacro-step-edit-prefix-commands): New var.
12845 (kmacro-step-edit-prompt, kmacro-step-edit-query)
12846 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
12847 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
12848 New aux functions for step editing keyboard macros.
12849
12850 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
12851 returned by this-single-command-raw-keys before appending it to
12852 unread-command-event.
12853
12854 2002-09-07 Colin Walters <walters@debian.org>
12855
12856 * progmodes/compile.el (compile-internal): Add optional argument
12857 no-async.
12858
12859 * diff.el (diff): Add optional argument no-async, and use the
12860 above argument.
12861
12862 * files.el (diff-buffer-with-file): Call diff synchronously, so we
12863 don't delete the temporary file before diff has a chance to read
12864 it.
12865
12866 * ibuf-ext.el (ibuffer-diff-with-file): Just call
12867 `diff-buffer-with-file'.
12868
12869 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
12870
12871 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
12872
12873 * emacs-lisp/find-func.el (find-function-recenter-line):
12874 Add custom type. Doc fix.
12875
12876 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
12877
12878 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
12879 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
12880 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
12881 Remove. Use the minor mode function directly instead.
12882 (menu-bar-mode): Add message and customize-mark-as-set and return
12883 the new value as do other minor modes.
12884
12885 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
12886
12887 2002-09-06 Simon Marshall <simon@gnu.org>
12888
12889 * progmodes/etags.el (find-tag-tag, complete-tag):
12890 Bind completion-ignore-case based on tags-case-fold-search, so that
12891 case-sensitivity of tag completion matches that of tag search.
12892
12893 2002-09-06 Juanma Barranquero <lektu@terra.es>
12894
12895 * calendar/solar.el (calendar-time-display-form): Fix spacing.
12896
12897 * double.el (double-prefix-only): Likewise.
12898
12899 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
12900
12901 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
12902
12903 * emacs-lisp/float.el (string-to-float): Likewise.
12904
12905 * emacs-lisp/rx.el (rx): Likewise.
12906
12907 * faces.el (copy-face): Likewise.
12908
12909 * hilit-chg.el (highlight-changes-colours)
12910 (highlight-changes-active-string)
12911 (highlight-changes-passive-string)
12912 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
12913
12914 * international/mule.el (decode-char): Likewise.
12915
12916 * progmodes/idlwave.el (idlwave-support-inheritance)
12917 (idlwave-routine-entry-compare): Likewise.
12918
12919 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
12920 Likewise.
12921
12922 * progmodes/pascal.el (pascal-start-keywords): Likewise.
12923
12924 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
12925 Likewise.
12926
12927 * progmodes/vhdl-mode.el (vhdl-progress-interval)
12928 (vhdl-corresponding-begin): Likewise.
12929
12930 * simple.el (choose-completion-string-functions): Likewise.
12931
12932 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
12933
12934 * textmodes/fill.el (fill-nonuniform-paragraphs)
12935 (fill-individual-paragraphs): Likewise.
12936
12937 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
12938
12939 * warnings.el (warning-level-aliases): Likewise.
12940
12941 * speedbar.el (speedbar-mode): Fix spacing and typos.
12942
12943 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
12944
12945 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
12946
12947 * textmodes/table.el (table-command-prefix): Fix type.
12948
12949 2002-09-05 Andre Spiegel <spiegel@gnu.org>
12950
12951 * vc-hooks.el: Don't require vc.el at compile-time; it causes
12952 recursive requirements during bootstrap.
12953
12954 2002-09-05 Kenichi Handa <handa@etl.go.jp>
12955
12956 * international/mule.el (decode-char): Cancel the previous change.
12957
12958 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
12959
12960 * language/european.el ("Swedish"): New set-language-info-alist call.
12961
12962 2002-09-04 Richard M. Stallman <rms@gnu.org>
12963
12964 * help-fns.el (help-with-tutorial): Properly set up
12965 completion-reference-buffer in the *Completion* buffer.
12966
12967 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
12968
12969 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
12970 returns nil, return nil.
12971
12972 2002-09-04 Andre Spiegel <spiegel@gnu.org>
12973
12974 * vc-hooks.el: Require vc.el at compile-time.
12975 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
12976 Moved here from vc.el.
12977
12978 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
12979 Moved to vc-hooks.el.
12980
12981 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
12982
12983 2002-09-04 Kenichi Handa <handa@etl.go.jp>
12984
12985 * international/mule.el (decode-char): Translate a character by
12986 utf-8-translation-table-for-decode only when
12987 utf-8-fragment-on-decoding is non-nil.
12988
12989 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
12990
12991 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
12992 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
12993 Use text-mode's syntax-table and abbrev-table.
12994 (text-mode): Set require-final-newline to t.
12995
12996 * newcomment.el (comment-make-extra-lines): Only use the
12997 dummy `=' char when there's really nothing else.
12998 Don't remove spaces if it leads to an incorrect comment.
12999
13000 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
13001 around the cvs/ssh/libc bug.
13002 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
13003 (defun-cvs-mode): Use the new `declare' thingy.
13004 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
13005 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
13006 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
13007
13008 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
13009 node rather than a message for new directories.
13010 (cvs-parse-status): Add support for `Entry Invalid'.
13011
13012 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
13013 (smerge-combine-with-next): New function.
13014 (smerge-diff): Don't output `wrote /tmp/foo' messages.
13015 Insert message if no diffs were found.
13016
13017 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
13018 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
13019
13020 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13021
13022 * net/tramp.el: Version 2.0.15 released.
13023 (require 'base64): Most modern Emacsen have the base64
13024 encode/decode functions built in, so test to see if they are bound
13025 before we go blindly requiring base64.el.
13026 From Steve Youngs <youngs@xemacs.org>.
13027 (tramp-feature-write-region-fix): XEmacs doesn't have a
13028 'find-operation-coding-system' and this variable doesn't seem to
13029 be used anywhere so wrap it in (unless (featurep 'xemacs)).
13030 From Steve Youngs <youngs@xemacs.org>.
13031 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
13032 (tramp-open-connection-su): Use user name "root" if no user name
13033 is given.
13034
13035 From Michael Albinus <Michael.Albinus@alcatel.de>:
13036 * net/tramp.el (tramp-invoke-ange-ftp):
13037 (tramp-ange-ftp-file-name-p): Check for Xemacs.
13038 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
13039 tramp-invoke-ange-ftp 'rename.
13040 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
13041 tramp-invoke-ange-ftp 'write-region.
13042 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
13043 passing to tramp-invoke-ange-ftp 'set-file-modes.
13044 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
13045 again after activating `ange-ftp'.
13046
13047 2002-09-02 Kim F. Storm <storm@cua.dk>
13048
13049 * ido.el (ido-ignore-item-temp-list): New variable.
13050 (ido-read-internal): Don't set ido-default-item if the default is
13051 member of ido-ignore-item-temp-list.
13052 Don't return first match for C-j if no text is entered.
13053 (ido-buffer-internal): Check for empty string return.
13054 (ido-make-buffer-list1): Use member instead of memq.
13055 (ido-window-buffer-p): Likewise.
13056 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
13057 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
13058
13059 * replace.el (multi-occur): Made "ido-aware":
13060 Changed prompt to use C-j instead of RET to end.
13061 Set ido-ignore-item-temp-list to the selected buffers so far, so
13062 they are automatically excluded from the list of choices.
13063 Use add-to-list instead of push.
13064
13065 2002-09-01 Richard M. Stallman <rms@gnu.org>
13066
13067 * term/x-win.el (function-key-map): Define S-iso-lefttab.
13068
13069 2002-09-01 Kim F. Storm <storm@cua.dk>
13070
13071 * edmacro.el (edit-kbd-macro): Recognize new default binding for
13072 C-x e in addition to old binding.
13073
13074 2002-09-01 Mario Lang <mlang@debian.org>
13075
13076 * files.el (save-some-buffers-action-alist): New variable.
13077 (save-some-buffers): Use that.
13078 (diff-buffer-with-file): New function.
13079
13080 2002-09-01 Richard M. Stallman <rms@gnu.org>
13081
13082 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
13083
13084 * dired.el (defgroup dired): Use `files' as parent.
13085 (dired-get-filename): Ignore handler if it has safe-magic prop.
13086
13087 * jka-compr.el (jka-compr-handler): Add safe-magic property.
13088
13089 2002-08-31 Richard M. Stallman <rms@gnu.org>
13090
13091 * simple.el (kill-line): Use end-of-visible-line to determine
13092 if rest of line is blank.
13093 (end-of-visible-line): Cope if end-of-line moved back over
13094 invisible intangible chars at end of line.
13095
13096 * simple.el (completion-setup-function): Don't use directory-sep-char.
13097
13098 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13099
13100 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
13101 needed.
13102 (f90-menu, f90-add-imenu-menu): Use lookup-key.
13103 Remove (eval-when-compile) for free variables.
13104
13105 2002-08-31 Andreas Schwab <schwab@suse.de>
13106
13107 * font-core.el (font-lock-change-mode): Avoid changing buffer
13108 state in any way.
13109
13110 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
13111
13112 * emacs-lisp/easymenu.el (easy-menu-filter-return):
13113 Handle the case where the filter returns a single menu entry.
13114 (easy-menu-add): Improve docstring.
13115 (easy-menu-current-active-maps): Remove.
13116 (easy-menu-get-map): Use current-active-maps.
13117
13118 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
13119 the -p prefix from variables since they shouldn't have it anyway.
13120 (custom-group-menu-create, customize-menu-create):
13121 Only cdr if applicable, since custom-menu-create might return
13122 a vector (i.e. a single menu entry).
13123
13124 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
13125
13126 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
13127 user's value of diary-list-include-blanks, but generate message
13128 instead if there are no entries.
13129
13130 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
13131
13132 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
13133
13134 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
13135
13136 * menu-bar.el (menu-bar-read-mail): Doc fix.
13137
13138 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
13139
13140 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
13141 (ibuffer-fontification-alist): Check hidden buffer case isn't
13142 visiting a file and change its face to italic.
13143
13144 2002-08-30 Juanma Barranquero <lektu@terra.es>
13145
13146 * replace.el (occur-mode): Add interactive declaration.
13147
13148 * bs.el (bs-message-without-log): Fix typo.
13149
13150 * font-core.el (font-lock-defaults): Likewise.
13151
13152 * font-lock.el (font-lock-add-keywords): Likewise.
13153
13154 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
13155
13156 * textmodes/bibtex.el (bibtex-mode): Likewise.
13157
13158 * emulation/viper-ex.el (ex-compile-command): Likewise.
13159
13160 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
13161 Likewise.
13162
13163 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
13164
13165 * allout.el (my-mark-marker): Likewise.
13166
13167 2002-08-30 Simon Josefsson <jas@extundo.com>
13168
13169 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
13170 unless s-debug-info is enabled.
13171
13172 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
13173
13174 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
13175
13176 * mwheel.el (mouse-wheel-up-button): Doc fix.
13177
13178 2002-08-29 Juanma Barranquero <lektu@terra.es>
13179
13180 * replace.el (occur-mode-hook): New hook.
13181 (occur-mode): Use it.
13182 (occur-hook): Set default to nil.
13183
13184 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
13185
13186 * net/ange-ftp.el: Use match-string and drop useless `function's.
13187 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
13188 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
13189 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
13190 (ange-ftp-parse-dired-listing): Update the calls.
13191 (dired-local-variables-file): Declare to shut quieten the compiler.
13192 (ange-ftp-file-entry-active-p): Remove.
13193 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
13194 Don't exclude dangling symlinks.
13195 (ange-ftp-file-name-completion-1): Make predicate optional.
13196 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
13197 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
13198 (ange-ftp-bs2000-posix-hook-installed): Remove.
13199 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
13200 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
13201 `ange-ftp-this-host' instead of `user' and `host'.
13202
13203 2002-08-29 Richard M. Stallman <rms@gnu.org>
13204
13205 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13206 Decide here whether to print which form we're compiling.
13207 If we do that, still print file and line. Make file name
13208 relative to default-directory. Print fewer newlines.
13209 (byte-compile-log-file): Print something even if no file.
13210 Print messages for entering and leaving directories,
13211 and set default-directory.
13212 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
13213 (byte-compile-warning-series): New function.
13214 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
13215 (byte-compile-display-log-head-p): Function deleted.
13216
13217 * warnings.el (warning-series): Now can be a marker, not an integer.
13218 (display-warning): Handle new value for warning-series.
13219
13220 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
13221 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
13222 to don't-warn list.
13223
13224 2002-08-29 Kim F. Storm <storm@cua.dk>
13225
13226 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
13227 Change default binding of C-x e to kmacro-end-or-call-macro.
13228 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
13229 variables.
13230 (kmacro-get-prefix-arg): New function.
13231 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
13232 improve. Callers changed.
13233 (kmacro-call-macro): Repeat macro by repeating last key or
13234 key defined in kmacro-call-repeat-key. New third arg non-nil
13235 means to end current macro.
13236 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
13237 to get repeat last key functionality.
13238 (kmacro-start-macro-or-insert-counter): Improve doc string.
13239
13240 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
13241
13242 * files.el (find-buffer-visiting): Compare file attributes
13243 using buffer-file-truename.
13244
13245 2002-08-28 Richard M. Stallman <rms@gnu.org>
13246
13247 * files.el (make-auto-save-file-name, make-backup-file-name-1):
13248 Don't use directory-sep-char.
13249
13250 2002-08-28 Juanma Barranquero <lektu@terra.es>
13251
13252 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
13253 (occur-mode): Remove call to `occur-mode-hook'.
13254 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
13255 (occur-1): Add call to `occur-hook'.
13256
13257 * subr.el (make-variable-frame-localizable): Alias for
13258 `make-variable-frame-local'.
13259
13260 2002-08-28 Miles Bader <miles@gnu.org>
13261
13262 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
13263 (read-file-name-electric-shadow-tty-properties)
13264 (read-file-name-electric-shadow-mode): Remove compatibility defs.
13265
13266 * comint.el (comint-carriage-motion): Start at START.
13267
13268 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
13269
13270 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
13271 given by vsFTPd when accessed with a kerberised FTP client.
13272
13273 2002-08-27 Richard M. Stallman <rms@gnu.org>
13274
13275 * files.el (find-alternate-file):
13276 Bind kill-buffer-query-functions locally, don't set it.
13277
13278 2002-08-27 Andreas Schwab <schwab@suse.de>
13279
13280 * kmacro.el (kmacro-start-macro): Doc fix.
13281
13282 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
13283
13284 * textfile/reftex-ref.el (reftex-goto-label): New command.
13285
13286 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
13287
13288 * textfile/reftex-parse.el (reftex-roman-number): New function.
13289 (reftex-section-number): Better handling of parts: No chapter
13290 counter resets.
13291
13292 * textfile/reftex.el (reftex-highlight-overlays): Added a third
13293 overlay.
13294 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
13295 Also moved `reftex-reset-mode' to top level.
13296
13297 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
13298 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
13299 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
13300
13301 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
13302 document pointer *before* position, not after.
13303 (reftex-insert-docstruct): Get offset of document pointer *before*
13304 position, not after.
13305
13306 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
13307 match over section title match.
13308
13309 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
13310 which determines on a per-file-basis if BibTeX is being used
13311 locally for citations.
13312 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
13313 cooperation with chapterbib.
13314 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
13315 better cooperation with chapterbib.
13316
13317 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
13318 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
13319
13320 2002-08-26 Kim F. Storm <storm@cua.dk>
13321
13322 * subr.el (suppress-keymap): Use command remapping instead of
13323 substitute-key-definition to undefine self-inserting keys.
13324
13325 2002-08-26 Juanma Barranquero <lektu@terra.es>
13326
13327 * makefile.w32-in (WINS): Add calc and obsolete.
13328
13329 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
13330
13331 * emacs-lisp/easy-mmode.el (define-minor-mode):
13332 Use customize-mark-as-set for global minor modes.
13333
13334 2002-08-25 Miles Bader <miles@gnu.org>
13335
13336 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
13337 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
13338 Change name of face.
13339 (file-name-shadow-properties): Renamed from
13340 `read-file-name-electric-shadow-properties'.
13341 (file-name-shadow-tty-properties): Renamed from
13342 `read-file-name-electric-shadow-tty-properties'.
13343 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
13344 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
13345 (file-name-shadow-mode): Renamed from
13346 `read-file-name-electric-shadow-mode'. Update references to
13347 renamed variables.
13348
13349 2002-08-24 Sam Steingold <sds@gnu.org>
13350
13351 * subr.el (eval-after-load): Do not call
13352 load-symbol-file-load-history (deleted yesterday).
13353
13354 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
13355
13356 * startup.el (normal-splash-screen): Ensure splash buffer is
13357 killed. Use tabs in output. Fix test whether previous buffer was
13358 *scratch* buffer.
13359
13360 * progmodes/simula.el (simula-abbrev-keyword-default)
13361 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
13362 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
13363
13364 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
13365
13366 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
13367
13368 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13369
13370 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
13371 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
13372 (f90-font-lock-off, f90-font-lock-menu): Delete.
13373 Use easy-menu-define instead.
13374 (f90-mode): Use easy-menu-add.
13375 No longer (require 'imenu) when compiling.
13376 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
13377 (f90-abbrev-start): Use fboundp.
13378 (f90-imenu-flag): Delete - use imenu--index-alist instead.
13379
13380 2002-08-23 Richard M. Stallman <rms@gnu.org>
13381
13382 * loadhist.el (unload-feature): Distinguish functions from
13383 variables in load-history.
13384 (feature-symbols): Doc fix.
13385
13386 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
13387
13388 * subr.el (symbol-file-load-history-loaded)
13389 (load-symbol-file-load-history): Deleted.
13390 (symbol-file): Don't call load-symbol-file-load-history.
13391
13392 2002-08-23 Andre Spiegel <spiegel@gnu.org>
13393
13394 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
13395
13396 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13397
13398 * frame.el (select-frame-by-name, select-frame-set-input-focus):
13399 Always call x-focus-frame, if using x.
13400 Use set-mouse-position on all systems, if focus-follows-mouse.
13401
13402 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13403
13404 * net/tramp.el: Version 2.0.14 released.
13405 (tramp-shell-prompt-pattern): New variable.
13406 (tramp-actions-before-shell, tramp-multi-actions)
13407 (tramp-find-shell, tramp-open-connection-multi)
13408 (tramp-open-connection-setup-interactive-shell): Use it.
13409 (tramp-open-connection-telnet, tramp-open-connection-rsh)
13410 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
13411 in the docstring.
13412 (tramp-bug): Report `tramp-shell-prompt-pattern'.
13413 (tramp-process-one-multi-action, tramp-process-one-action):
13414 Make message clearer so people don't confuse it with Emacs asking
13415 them a question if the regexp happens to end with "?".
13416 (tramp-verbose): Change default value from 10 to 9. Also change
13417 some logging levels so that 10 is reserved for stuff which is
13418 needed for debugging only, but 9 catches everything that people
13419 might like to see in order to see that Tramp is actually working.
13420
13421 2002-08-22 Kim F. Storm <storm@cua.dk>
13422
13423 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
13424 Corrected spelling mistakes (for Joseph Arceneaux).
13425
13426 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13427
13428 * progmodes/f90.el: eval-when-compile a few defvars.
13429 (f90-xemacs-flag): Wrap in eval-and-compile.
13430 (f90-font-lock-keywords): Doc fix.
13431 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
13432 (f90-mark-subprogram-overlay): Variable deleted.
13433 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
13434 pushing mark.
13435 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
13436
13437 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13438
13439 * net/tramp.el: Version 2.0.13 released.
13440 (tramp-handle-write-region): Don't check to see if remote end is
13441 awake after sending data to remote host: we want to send "EOF" not
13442 "echo are you awake"...
13443 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
13444 (tramp-yn-prompt-regexp): New variable.
13445 (tramp-action-yn): New function, using it.
13446 (tramp-feature-write-region-fix): New internal variable. Not yet
13447 used. Should be used in `tramp-handle-write-region'.
13448
13449 2002-08-21 Kim F. Storm <storm@cua.dk>
13450
13451 * bindings.el (mode-line-format): Moved global-mode-string last.
13452 (mode-line-position): Moved %p first. Added padding to %l/%c to
13453 eliminate jumpyness in modeline. Use (%l,%c) format if both
13454 line-number-mode and column-number-mode are enabled.
13455
13456 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
13457
13458 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
13459 that could cause an infinite loop if something that looks like
13460 a macro begins in the middle of a line.
13461
13462 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
13463 could cause `c-state-cache' to contain two conses in sequence
13464 when there's an unbalanced open paren in a macro.
13465
13466 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
13467
13468 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
13469
13470 * imenu.el (imenu--generic-function): Use mapc.
13471 (imenu-syntax-alist): Doc fix.
13472
13473 2002-08-20 Richard M. Stallman <rms@gnu.org>
13474
13475 * font-core.el (font-lock-change-mode): New function.
13476 (font-lock-mode): Use font-lock-change-mode instead of
13477 font-lock-unfontify-buffer.
13478 (font-lock-maximum-size, font-lock-verbose): Add defvars.
13479
13480 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
13481
13482 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
13483 which determines on a per-file-basis if BibTeX is being used
13484 locally for citations.
13485 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
13486 cooperation with chapterbib.
13487 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
13488 better cooperation with chapterbib.
13489
13490 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
13491 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
13492
13493 2002-08-20 Kim F. Storm <storm@cua.dk>
13494
13495 * kmacro.el: Major rework based on discussions with RMS.
13496 Most important change is that C-x C-k is now bound to a keymap
13497 with keyboard macro related commands. The original binding on
13498 C-x C-k is moved to C-x C-k e.
13499
13500 * binding.el: Remove macro related bindings (now in kmacro.el).
13501
13502 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
13503
13504 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
13505
13506 * help-fns.el (help-split-fundoc): Replace the function name
13507 from the docstring with the one that should be displayed.
13508 (help-make-usage): Understand CL style arglists.
13509 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
13510 (describe-variable): Use delete-region.
13511
13512 2002-08-19 Kenichi Handa <handa@etl.go.jp>
13513
13514 * international/mule.el (sgml-xml-auto-coding-function):
13515 Call re-search-forward with NOERROR t.
13516
13517 2002-08-19 Miles Bader <miles@gnu.org>
13518
13519 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
13520 * comint.el (comint-inhibit-carriage-motion): New variable.
13521 (comint-carriage-motion): Argument STRING removed. New arguments
13522 START and END; interpret characters between START and END rather
13523 than using special comint state.
13524 (comint-output-filter): Call `comint-carriage-motion'.
13525 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
13526 * ielm.el (inferior-emacs-lisp-mode):
13527 Give `comint-inhibit-carriage-motion' a local value of t.
13528
13529 2002-08-18 Richard M. Stallman <rms@gnu.org>
13530
13531 * textmodes/table.el: New file.
13532
13533 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
13534
13535 2002-08-18 Andreas Schwab <schwab@suse.de>
13536
13537 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
13538
13539 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
13540
13541 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
13542 (reftex-syntax-table): Set a default in case this is being used
13543 outside a LaTeX file.
13544 (reftex-syntax-table-for-bib): Set a default in case this is being
13545 used outside a LaTeX file.
13546
13547 2002-08-17 Richard M. Stallman <rms@gnu.org>
13548
13549 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
13550 and use write-file-functions instead of local-write-file-hooks.
13551 (tar-untar-buffer): Don't try to extract directories.
13552
13553 * menu-bar.el (fringe-mode): Set to nil.
13554
13555 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
13556
13557 2002-08-15 Richard M. Stallman <rms@gnu.org>
13558
13559 * calendar/appt.el (appt-delete): Use substring-no-properties.
13560 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
13561
13562 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
13563
13564 * server.el (server-process-filter): Simplify code.
13565 (server-goto-line-column): New function.
13566 (server-visit-files): Use server-goto-line-column.
13567 Offer to revert only if file has changed.
13568
13569 2002-08-15 Richard M. Stallman <rms@gnu.org>
13570
13571 * files.el (recover-this-file): New function.
13572 (after-find-file): Recommend recover-this-file.
13573
13574 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
13575 to change-major-mode-hook when font lock is enabled.
13576
13577 * simple.el (toggle-truncate-lines): Force redisplay.
13578 Display status message.
13579
13580 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
13581
13582 * textmodes/reftex.el (reftex-mode): Moved the creation of special
13583 syntax tables to top-level.
13584
13585 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
13586
13587 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
13588 use `hash-table-size' instead of `length'.
13589
13590 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
13591
13592 * help-fns.el (locate-library): Use locate-file(-completion).
13593 (help-split-fundoc): Tighten the regexp and recognize a usage-info
13594 where the function name is `fn'.
13595 (help-function-arglist): Follow aliases and macros.
13596 (describe-function-1): Use keymapp.
13597 If the docstring contains a usage info, use it even if the function is
13598 not a subroutine. Find usage info in aliases' docstring if necessary.
13599 (describe-variable): Get the value before setting up the *Help* buffer.
13600
13601 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
13602 Use find-file-hook instead of find-file-hooks.
13603 (define-minor-mode): Get rid of this silly `togglep'.
13604 Add an explicit `toggle' argument (used for interactive calls).
13605 Emit a warning when a nil argument turns the mode off.
13606
13607 * language/ethio-util.el (setup-ethiopic-environment-internal)
13608 (exit-ethiopic-environment): Use find-file-hook and
13609 write-file-functions instead of find-file-hooks and write-file-hooks.
13610
13611 * window.el (handle-select-window): Don't do anything if the window
13612 has disappeared since the event was generated.
13613 (split-window-save-restore-data): Use push and with-current-buffer.
13614
13615 * saveplace.el:
13616 * play/meese.el:
13617 * obsolete/hilit19.el:
13618 * completion.el (dynamic-completion-mode):
13619 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13620 Use find-file-hook instead of find-file-hooks.
13621
13622 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
13623 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
13624 (imenu-space-replacement): Allow nil value.
13625 (imenu--completion-buffer): Use new vars and simplify.
13626 Fix handling of minibuffer-setup-hook.
13627 Use minibuffer-completion-help instead of rolling our own.
13628 (imenu-choose-buffer-index): Use the new var.
13629
13630 * startup.el (command-line): Load custom-file if not done yet.
13631
13632 2002-08-14 Kenichi Handa <handa@etl.go.jp>
13633
13634 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
13635 the selection data string. Always return cons of type and string.
13636 (selection-converter-alist): Add (UTF8_STRING .
13637 xselect-convert-to-string).
13638
13639 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
13640
13641 * newcomment.el (comment-region): Force `lines' when `block' is set.
13642
13643 2002-08-12 Richard M. Stallman <rms@gnu.org>
13644
13645 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
13646 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
13647 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
13648 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
13649 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
13650 (menu-bar-text-mode-auto-fill): New commands, used
13651 in menu bar menus instead of lambda expressions.
13652
13653 (menu-bar-showhide-fringe-menu-customize-left)
13654 (menu-bar-showhide-fringe-menu-customize-right)
13655 (menu-bar-showhide-fringe-menu-customize-disable)
13656 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
13657
13658 (menu-bar-options-menu): Use toggle-truncate-lines.
13659 (showhide-date-time): Call customize-mark-as-set.
13660
13661 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13662 Obey `definition-name' properties.
13663
13664 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
13665 Put `definition-name' properties on the functions whose
13666 names are constructed.
13667
13668 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
13669 Renamed from target-buffer.
13670 (pages-directory, pages-copy-header-and-position): Uses changed.
13671
13672 * calendar/appt.el (appt-make-list): Correct the parsing of
13673 each appointment from time-string.
13674
13675 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
13676
13677 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
13678 (scroll-all-mode) <defcustom>: Delete.
13679 (running-xemacs): Delete.
13680 (minor-mode-alist): Don't manipulate it directly.
13681
13682 2002-08-10 Kenichi Handa <handa@etl.go.jp>
13683
13684 * international/mule-cmds.el (search-unencodable-char): New function.
13685 (select-safe-coding-system): Show unencodable characters.
13686 (unencodable-char-position): Deleted, and implemented in C in coding.c.
13687
13688 2002-04-09 John Wiegley <johnw@gnu.org>
13689
13690 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
13691 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
13692 * em-dirs.el (eshell/cd): Ditto.
13693 * em-glob.el (eshell-glob-case-insensitive): Ditto.
13694 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
13695 * esh-ext.el (eshell-binary-suffixes): Ditto.
13696
13697 2002-08-09 Richard M. Stallman <rms@gnu.org>
13698
13699 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
13700
13701 * simple.el (set-variable): Give locality status in prompt.
13702
13703 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
13704
13705 * simple.el (set-variable): If given a prefix argument, set
13706 variable buffer-locally.
13707
13708 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
13709
13710 * font-core.el (font-lock-function): Make it buffer-local.
13711
13712 2002-08-08 Richard M. Stallman <rms@gnu.org>
13713
13714 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
13715 (checkdoc-message-interactive, checkdoc-interactive-loop)
13716 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
13717 (checkdoc-defun):
13718 Update checkdoc-spellcheck-documentation-flag correctly.
13719 (checkdoc-ispell-docstring-engine): Don't test for
13720 checkdoc-autofix-flag = nil.
13721
13722 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
13723
13724 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
13725
13726 * wid-browse.el (widget-minor-mode): Fix doc typo.
13727
13728 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13729
13730 * net/tramp.el: Version 2.0.12 released.
13731 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13732 Comment out possibly obsolete "echo hello" commands.
13733 (tramp-run-real-handler): If operation is
13734 `ange-ftp-hook-function', use first arg as the real operation.
13735 (tramp-check-ls-commands): Use / instead of \ as directory
13736 separator. (Relevant for XEmacs on Windows.)
13737 (tramp-maybe-open-connection): Use tramp-wait-for-output when
13738 waiting for the "are you awake" command. Use a different string
13739 for the "are you awake" command.
13740 (tramp-send-command): New optional arg NEVEROPEN means to never
13741 invoke tramp-maybe-open-connection.
13742 (tramp-maybe-open-connection): Use it
13743
13744 2002-08-07 Richard M. Stallman <rms@gnu.org>
13745
13746 * warnings.el (warning-prefix-function, warning-series)
13747 (warning-fill-prefix, warning-group-format): Add autoload cookies.
13748
13749 2002-08-07 Kenichi Handa <handa@etl.go.jp>
13750
13751 * international/mule-cmds.el (select-safe-coding-system):
13752 Call pop-to-buffer inside save-window-excursion and save-excursion.
13753
13754 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
13755
13756 * help-fns.el (describe-function-1): Skip arglist note if
13757 function's definition is a keymap.
13758
13759 2002-08-06 Sam Steingold <sds@gnu.org>
13760
13761 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
13762 and `mail-user-agent' instead of straight sendmail.
13763 (diary-modified, diary-entries-list, displayed-year)
13764 (displayed-month, entry, date, number, date-string, d-file)
13765 (original-date): Defvar without binding to avoid compiler warnings.
13766
13767 2002-08-05 Alan Shutko <ats@acm.org>
13768
13769 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
13770 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
13771 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
13772
13773 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
13774 (ibuffer-filter-by-used-mode): New.
13775
13776 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
13777
13778 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
13779 `fset' and `symbol-function'.
13780
13781 2002-08-05 John Wiegley <johnw@gnu.org>
13782
13783 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
13784 value unless pcomplete-cycle-cutoff-length is non-nil.
13785
13786 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
13787
13788 * esh-util.el (eshell-under-cygwin-p): New function.
13789 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
13790 * em-dirs.el (eshell/cd): Ditto.
13791 * em-glob.el (eshell-glob-case-insensitive): Ditto.
13792 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
13793 * esh-ext.el (eshell-binary-suffixes): Ditto.
13794
13795 2002-08-05 Richard M. Stallman <rms@gnu.org>
13796
13797 * international/mule-cmds.el (select-safe-coding-system): Check for
13798 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
13799
13800 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
13801
13802 2002-08-05 Gerd Moellmann <gerd@gnu.org>
13803
13804 * image.el (image-jpeg-p): Accept "Exif" marker.
13805
13806 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13807
13808 * net/tramp.el: Version 2.0.11 released.
13809 (tramp-perl-file-attributes): Print uid and gid as signed integers.
13810 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
13811 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
13812 calling Tramp again.
13813 (tramp-find-file-exists-command): Check for `ls -d' last, after
13814 all the variants on `test -e'.
13815 (tramp-post-connection): Erase buffer before finding a command to
13816 check if file exists.
13817
13818 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
13819
13820 * calc/calc.el (math-format-stack-value): Revert a broken
13821 if->when replacement and reformat so that this does not happen
13822 again. Fixes a pretty lethal line formatting/yanking bug.
13823
13824 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
13825
13826 * startup.el (fancy-splash-frame): Check selected frame last.
13827
13828 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13829
13830 * net/tramp.el: Version 2.0.10 released.
13831 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
13832 standard output even if `uudecode -p' and `uudecode -o -' don't work.
13833 (tramp-post-connection): After finding the right shell, wait a
13834 bit. This is a kludge to avoid a race condition, even though I
13835 don't understand why there is a race condition in the first place.
13836 (tramp-post-connection): Install the `tramp_uudecode' shell
13837 function on the remote host.
13838 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
13839 (tramp-bug): Include more variables in the report.
13840
13841 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13842
13843 * net/tramp.el: Version 2.0.9 released.
13844 (tramp-bug): Add wording about additional info to include in bug
13845 report.
13846 (tramp-find-shell): Set $PS1 for invocation of second shell (for
13847 tilde expansion).
13848 (tramp-find-shell): Shell prompt must match at end of buffer.
13849 Do this also for fallback shell prompt.
13850 (tramp-find-shell): More debugging output.
13851 (tramp-find-inline-encoding): When checking the decoding command,
13852 some commands fail when reading from /dev/null. So we pass a
13853 known string through the encoding command and pass that through
13854 the decoding command. So we know whether the decoding command can
13855 deal with some real input.
13856
13857 2002-08-04 Andreas Schwab <schwab@suse.de>
13858
13859 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
13860
13861 2002-08-03 Andrew Choi <akochoi@shaw.ca>
13862
13863 * term/mac-win.el: Set keys to enable mouse wheel support.
13864
13865 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13866
13867 * net/tramp.el: Version 2.0.8.
13868 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
13869
13870 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13871
13872 * net/tramp.el: Version 2.0.7.
13873 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
13874 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
13875 because of `format' and say so in the docstring.
13876
13877 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13878
13879 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
13880 `type' forms.
13881 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
13882 (f90-type-def-re): Fix value.
13883
13884 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13885
13886 * net/tramp.el: Version 2.0.6.
13887 (tramp-default-method): Change to "ssh" from "sm".
13888 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
13889 (tramp-su-program): New internal variable for method parameter.
13890 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
13891 New variables. Very short Perl one-liner, but requires Perl
13892 module MIME::Base64 to be installed on the remote site.
13893 (tramp-perl-encode, tramp-perl-decode): New base64
13894 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
13895 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
13896 though Ange-FTP doesn't do anything for this operation).
13897 (tramp-handle-set-visited-file-modtime): Comment change.
13898 (tramp-handle-make-directory): Save-excursion.
13899 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
13900 twice, once is enough.
13901 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
13902 user knows what's wrong.
13903 (tramp-post-connection): Support the two Perl encoders and decoders.
13904 (tramp-coding-commands): Ditto. Add some todo items.
13905
13906 2002-08-02 Richard M. Stallman <rms@gnu.org>
13907
13908 * international/mule.el (merge-coding-systems): New function.
13909 (set-buffer-file-coding-system): Use merge-coding-systems.
13910 Change prompt for args.
13911 (revert-buffer-with-coding-system): New command.
13912
13913 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
13914 Add bindings for revert-buffer-with-coding-system.
13915 (set-coding-system-map): Clarify menu item info for
13916 set-buffer-file-coding-system.
13917 (set-coding-system-map): Reorder and add separators.
13918
13919 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
13920 Use eval-expression.
13921
13922 * subr.el (atomic-change-group): Doc fix.
13923
13924 2002-07-31 Colin Walters <walters@debian.org>
13925
13926 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
13927 defvaralias for compatibility.
13928 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
13929 defvaralias for compatibility.
13930
13931 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
13932
13933 * ibuffer.el (ibuffer-fontification-alist):
13934 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
13935
13936 2002-07-31 John Wiegley <johnw@gnu.org>
13937
13938 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
13939 prevent adding the symbol `pcomplete' to
13940 shell-dynamic-complete-functions to many times.
13941
13942 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
13943
13944 * help-fns.el (describe-function-1): Test function for
13945 obsolescence only if it is a symbol.
13946
13947 * ediff.el (ediff-backup): New autoloaded command.
13948
13949 2002-07-31 Richard M. Stallman <rms@gnu.org>
13950
13951 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
13952 Use `compile-always'.
13953 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
13954 (compile): Renamed from `compile-files'.
13955 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
13956
13957 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13958 Check that (car elt) is a string.
13959
13960 * pcomplete.el (pcomplete-entries): Doc fix.
13961
13962 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
13963
13964 2002-07-31 Andreas Schwab <schwab@suse.de>
13965
13966 * dired.el: Hide disabling of dired-find-alternate-file behind
13967 autoload-cookie.
13968
13969 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
13970
13971 * makefile.w32-in: Revert some changes from 2002-07-23 because they
13972 don't work on MSVC/nmake builds.
13973 (update-subdirs-CMD): Generate the right list of subdirectories.
13974
13975 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13976
13977 * net/tramp.el: New version 2.0.5.
13978 (tramp-methods): Remove inline encoding method parameters.
13979 The encoding is now autodetected. Also shorten the list of
13980 methods (u/m distinction gone) and rename the remaining methods to
13981 have longer, but more mnemonic, names.
13982 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
13983 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
13984 matched at end of buffer anyway.
13985 (tramp-yesno-prompt-regexp): New variable, for questions where the
13986 user should say "yes" or "no".
13987 (tramp-file-name-structure-unified)
13988 (tramp-file-name-structure-separate): Allow dash in method names.
13989 (tramp-actions-before-shell): New variable, contains list of
13990 pattern/action pairs. Output sent by remote end is scanned for
13991 the patterns, then the actions are executed.
13992 (tramp-multi-actions): Like `tramp-actions-before-shell', but
13993 executed for each hop in a multi-hop connection.
13994 (tramp-last-cmd-time): New variable. If nothing has been sent to
13995 remote end for 60 seconds, look to see if the remote end is still
13996 alive.
13997 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
13998 It didn't work.
13999 (tramp-perl-encode, tramp-perl-decode): New variables, these
14000 require the MIME::Base64 module on the remote end.
14001 (tramp-handle-file-attributes): Restructure logic.
14002 (tramp-handle-file-attributes-with-ls)
14003 (tramp-handle-file-attributes-with-perl): More debugging.
14004 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
14005 (tramp-handle-make-directory, tramp-handle-delete-directory)
14006 (tramp-handle-delete-file, tramp-handle-insert-directory):
14007 Expand file name.
14008 (tramp-handle-shell-command): Use `when', not `if'.
14009 (tramp-handle-file-local-copy, tramp-handle-write-region):
14010 Adapt to autodetection of inline encoding.
14011 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
14012 variable ange-ftp-name-format is defined before binding it.
14013 (tramp-action-login, tramp-action-password, tramp-action-succeed)
14014 (tramp-action-permission-denied, tramp-action-yesno):
14015 Functions called from `tramp-actions-before-shell'.
14016 (tramp-multi-action-login, tramp-multi-action-password)
14017 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
14018 Functions called from `tramp-multi-actions'.
14019 (tramp-process-one-action, tramp-process-actions):
14020 Pattern matching and action invocation code for
14021 `tramp-actions-before-shell'.
14022 (tramp-process-one-multi-action, tramp-process-multi-actions):
14023 Same for `tramp-multi-actions'.
14024 (tramp-open-connection-telnet, tramp-open-connection-rsh)
14025 (tramp-open-connection-su): Process actions instead of hardwired logic.
14026 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
14027 (tramp-multi-connect-su): Ditto.
14028 (tramp-post-connection): New method for tramp_encode and
14029 tramp_decode scripts.
14030 (tramp-post-connection): Invoke inline autodetection code.
14031 (tramp-coding-commands): List of inline codings.
14032 (tramp-find-inline-encoding): This is the inline autodetection code.
14033 (tramp-maybe-open-connection): If nothing was sent to connection
14034 for 60 seconds, look if it connection is still alive.
14035 (tramp-send-command): Remember that something was sent to the
14036 connection.
14037 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
14038 Use backticks for constructing alist.
14039 (tramp-get-encoding-command, tramp-set-encoding-command)
14040 (tramp-get-decoding-command, tramp-set-decoding-command)
14041 (tramp-get-encoding-function, tramp-set-encoding-function)
14042 (tramp-get-decoding-function, tramp-set-decoding-function):
14043 Use for results of inline autodetection.
14044 (tramp-get-encoding-command, tramp-get-decoding-command)
14045 (tramp-get-encoding-function, tramp-get-decoding-function):
14046 Remove these old functions.
14047
14048 2002-07-30 Kenichi Handa <handa@etl.go.jp>
14049
14050 * language/indian.el (in-is13194): Give correct `safe-chars' property.
14051 (devanagari): Define it as an alias of in-is13194.
14052
14053 * international/mule.el (safe-chars):
14054 Put `char-table-extra-slots' property with value 0.
14055
14056 * files.el (revert-buffer): Fix previous change.
14057
14058 2002-07-29 Richard M. Stallman <rms@gnu.org>
14059
14060 * bindings.el (help-echo): If global-mode-string is non-nil,
14061 display some spaces after it.
14062
14063 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
14064 Don't call string-match on non-string.
14065
14066 * textmodes/ispell.el (check-ispell-version): Bind default-directory
14067 to avoid errors. Kill the old temp buffer at the beginning.
14068
14069 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
14070
14071 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
14072
14073 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
14074
14075 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
14076 instead of `cond'.
14077
14078 2002-07-29 Kenichi Handa <handa@etl.go.jp>
14079
14080 * international/mule.el (ctext-post-read-conversion): Add support
14081 for embedded utf-8 encoding (ESC % G ... ESC % @).
14082
14083 2002-07-28 Kenichi Handa <handa@etl.go.jp>
14084
14085 * files.el (revert-buffer): Before calling insert-file-contents,
14086 kill the local variable buffer-file-coding-system.
14087
14088 2002-07-28 Richard M. Stallman <rms@gnu.org>
14089
14090 * bindings.el (mode-line-format): Handle vc-mode specially.
14091 Move mode-line-position to after global-mode-string.
14092 (mode-line-modes): Move the starting 3 spaces out of here.
14093 (mode-line-position): Separate with a space, not dashes.
14094
14095 * vc-hooks.el: Don't add to minor-mode-alist.
14096
14097 * emacs-lisp/edebug.el (edebug-debugger):
14098 If inside redisplay, just return.
14099
14100 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
14101
14102 * info.el (Info-find-index-name): Improve last change.
14103
14104 2002-07-27 Richard M. Stallman <rms@gnu.org>
14105
14106 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
14107
14108 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
14109 in the third case.
14110
14111 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
14112
14113 * ps-print.el: Update copyright year.
14114 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
14115
14116 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14117
14118 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
14119 to the session with that number. Old behavior still available
14120 with nonumeric prefix args.
14121
14122 2002-07-08 Simon Josefsson <jas@extundo.com>
14123
14124 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
14125
14126 2002-07-26 Juanma Barranquero <lektu@terra.es>
14127
14128 * warnings.el (lwarn, warn, warning-levels): Doc fix.
14129 (warning-suppress-log-types): Fix typo.
14130 (display-warning): Fix typo. Remove useless assignment to free variable
14131 `group-string'.
14132
14133 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
14134
14135 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
14136
14137 2002-07-25 Sam Steingold <sds@gnu.org>
14138
14139 * replace.el (occur-rename-buffer): New command.
14140 (occur-mode-map): Bind "r" to it. Added keybindings for
14141 `kill-this-buffer', `clone-buffer' and `quit-window'.
14142
14143 2002-07-25 Kevin Ryde <user42@zip.com.au>
14144
14145 * info.el (Info-find-index-name): Search for a function definition
14146 with a return type.
14147
14148 2002-07-25 David Ponce <david@dponce.com>
14149
14150 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
14151 Don't recompute `entry' on each iteration.
14152 (byte-compile-delete-first): Make it defsubst.
14153
14154 2002-07-25 Sam Steingold <sds@gnu.org>
14155
14156 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
14157 When `search-end' is a cons, use its car.
14158
14159 2002-07-25 Dave Love <fx@gnu.org>
14160
14161 * obsolete/c-mode.el: Deleted.
14162
14163 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
14164
14165 * textmodes/reftex.el (reftex-compile-variables):
14166 Simplified regular expression.
14167
14168 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14169 Simplified the regexp.
14170
14171 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
14172 (reftex-extract-bib-entries-from-thebibliography):
14173 Use `reftex-get-bibkey-default' to get a default regex.
14174 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
14175 get a default regex.
14176
14177 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
14178 XEmacs compatibility (got OK from RMS).
14179
14180 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
14181
14182 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
14183 (reftex-select-bib-mode): Likewise.
14184
14185 2002-07-25 Colin Walters <walters@debian.org>
14186
14187 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
14188 by menu functions.
14189
14190 2002-07-24 Dave Love <fx@gnu.org>
14191
14192 * international/mule.el (set-auto-coding): Doc fix.
14193
14194 * international/utf-16.el: New file.
14195
14196 * language/european.el ("German", "French", "Spanish", "Turkish"):
14197 Add alternative coding systems.
14198 ("Dutch"): Likewise. Add input method.
14199 ("Welsh", "Latin-7"): Add nonascii-translation.
14200
14201 * language/georgian.el ("Georgian"): Add nonascii-translation.
14202
14203 * international/titdic-cnv.el: Doc fixes.
14204 (tit-process-header): Add coding cookie.
14205 (titdic-convert): Force writing as iso-2022-7bit.
14206
14207 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
14208
14209 * international/mule-cmds.el: Doc fixes.
14210 (unencodable-char-position): New.
14211 (select-safe-coding-system): Use it to indicate problematic
14212 characters and add extra explanation. Avoid checking auto-coding
14213 for compressed files.
14214 (leim-list-header): Add coding cookie.
14215 (input-method-verbose-flag): Modify :type.
14216 (locale-language-names): Add bs, wa. Modify cy.
14217
14218 2002-07-24 Richard M. Stallman <rms@gnu.org>
14219
14220 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
14221 Bind warning-group-format.
14222
14223 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
14224 (byte-compile-cl-warn): Use that variable.
14225 (byte-compile-find-cl-functions): New function.
14226 (displaying-byte-compile-warnings):
14227 Call byte-compile-find-cl-functions.
14228
14229 * warnings.el (warning-levels): Add %s to the strings.
14230 (warning-group-format): New variable.
14231 (warning-suppress-log-types): Renamed from warning-suppress-log.
14232 (warning-suppress-types): Renamed from warning-suppress.
14233 (display-warning): Implement those changes.
14234
14235 2002-07-23 Richard M. Stallman <rms@gnu.org>
14236
14237 * warnings.el: Add `provide' call.
14238
14239 * files.el (basic-save-buffer-2): If there's an error writing the file,
14240 unrename the backup file if it was just made.
14241 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
14242 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
14243 when a backup was just made by renaming. Otherwise it's nil.
14244
14245 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
14246 Recognize explicit :args specification.
14247
14248 * international/mule-cmds.el (select-safe-coding-system):
14249 Don't ask for confirmation of mismatch if find-file-literally was used.
14250
14251 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
14252
14253 * add-log.el (add-log-current-defun): Fix typo in documentation.
14254
14255 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
14256
14257 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
14258
14259 * ido.el (ido-separator): Fix type.
14260
14261 2002-07-23 Andrew Innes <andrewi@gnu.org>
14262
14263 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
14264 (DONTCOMPILE): Add various language files.
14265 (DONTCOMPILE): Remove term/xterm.el.
14266 (finder-inf.el): Remove.
14267 (update-authors): New target.
14268 (TAGS-LISP): Remove $(lispsource).
14269 (compile-always): Renamed from `compile-files'.
14270 (compile): New target, adapted from `compile-files'.
14271 (compile-calc): New target.
14272 (recompile): Change `.' to $(lisp).
14273 (bootstrap): Add update-subdirs and finder-data
14274 to dependencies; change compile-files to compile.
14275
14276 2002-07-22 Andre Spiegel <spiegel@gnu.org>
14277
14278 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
14279
14280 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14281
14282 * simple.el (undo, undo-more): Adjust messages when undoing in a
14283 region.
14284
14285 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
14286
14287 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
14288 (browse-url-lynx-input-delay): Add custom type and group.
14289
14290 * cus-start.el (double-click-fuzz): Added.
14291
14292 2002-07-22 Alan Shutko <ats@acm.org>
14293
14294 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
14295 parameter, specifying what face or character to use in the
14296 calendar display. These will now return (MARK . ENTRY).
14297
14298 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
14299 parameter, specifying what face or character to use in the
14300 calendar display. These will now return (MARK . ENTRY).
14301
14302 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
14303 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
14304 MARK parameter, specifying what face or character to use in the
14305 calendar display. These will now return (MARK . ENTRY).
14306
14307 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
14308 from diary-sexp-entry and pass it to mark-visible-calendar-date.
14309 (list-sexp-diary-entries): Update doc string for new docs for ....
14310 If diary-sexp-entry returns a cons, only add the text to the diary
14311 list.
14312 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
14313 . STRING) to specify what face or character mark should be used in
14314 the calendar display.
14315 (diary-date, diary-block, diary-float, diary-anniversary)
14316 (diary-cyclic): Add optional MARK parameter, specifying what face
14317 or character to use in the calendar display. These will now
14318 return (MARK . ENTRY).
14319
14320 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
14321 (calendar-holiday-list, diary-french-date, diary-mayan-date)
14322 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
14323 (diary-islamic-date, list-islamic-diary-entries)
14324 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
14325 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
14326 (diary-rosh-hodesh, list-hebrew-diary-entries)
14327 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
14328 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
14329 (diary-sunrise-sunset, diary-sabbath-candles):
14330 Remove interactive flag from autoloads.
14331
14332 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
14333
14334 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
14335 (reftex-bibliography-commands): New option.
14336 (reftex-toc-split-windows-horizontally): New option
14337 (reftex-toc-split-windows-horizontally-fraction): New option
14338 (reftex-include-file-commands): New option.
14339 (reftex-cite-format-builtin): Added ?n for nocite.
14340
14341 * textmodes/reftex-index.el (reftex-query-index-phrase):
14342 Use `reftex-index-verify-function'.
14343
14344 * textmodes/reftex-toc.el (reftex-re-enlarge):
14345 Handle horizontal splitting.
14346 (reftex-toc): Handle horizontal splitting
14347 (reftex-last-window-width): New variable.
14348
14349 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14350 Use `reftex-bibliography-commands'.
14351 (reftex-locate-bibliography-files): Regexp relaxed to allow for
14352 cases where \bibliography is not the first thing on the line.
14353
14354 * textmodes/reftex.el (reftex-compile-variables):
14355 Use `reftex-include-file-commands'.
14356 (reftex-type-query-prompt): Changed defconst to defvar.
14357 (reftex-type-query-help, reftex-typekey-to-format-alist)
14358 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
14359 (reftex-special-env-parsers, reftex-label-mac-list)
14360 (reftex-label-env-list, reftex-typekey-list)
14361 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
14362 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
14363 (reftex-no-follow-message, reftex-no-info-message): Likewise.
14364 (reftex-mode): Define systax table for bibtex parsing.
14365 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
14366
14367 * textmodes/reftex-cite.el (reftex-format-names): %a as name
14368 format lists all names.
14369 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
14370 (reftex-with-special-syntax-for-bib): New macro.
14371
14372 2002-07-21 Richard M. Stallman <rms@gnu.org>
14373
14374 * international/ucs-tables.el (ucs-quail-activate):
14375 Cope if buffer-file-coding-system is nil.
14376
14377 * bindings.el (last-buffer): Use buffer-list with frame arg.
14378 Create *scratch* if no other choice exists. Fix bugs.
14379
14380 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14381
14382 * net/tramp.el: Bump version to 2.0.2.
14383 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
14384 longer names. Use old names "sm1", "sm2" and so on for methods
14385 invoking "ssh -1" or "ssh -2".
14386 (tramp-multi-file-name-structure-separate): Typo, its name was set
14387 to "tramp-file-name-structure-separate". Trivial patch.
14388 From Steve Youngs <youngs@xemacs.org>.
14389 (tramp-multi-sh-program): New variable.
14390 (tramp-open-connection-multi): Use it. Now you can use multi
14391 methods from Windows (at least in principle).
14392 (tramp-do-copy-or-rename-via-buffer): New function.
14393 (tramp-do-copy-or-rename-file): Use it. Change and simplify
14394 logic. Omit special case of invoking rcp directly to copy the files.
14395 (tramp-open-connection-su, tramp-multi-connect-telnet)
14396 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
14397 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
14398 Use backticks in format-spec for brevity and to avoid
14399 character/number confusion in XEmacs.
14400
14401 2002-07-20 Richard M. Stallman <rms@gnu.org>
14402
14403 * wid-edit.el (widget-documentation-string-value-create):
14404 Say "Hide Rest", not just "Hide".
14405
14406 * cus-edit.el (custom-variable-value-create):
14407 Say "Show Value", not just "Show". Also "Hide Value".
14408 Output a newline before the doc string.
14409 (custom-face-value-create): Say "Show Face" and "Hide Face".
14410
14411 * files.el (toggle-read-only): Clean up the hint message.
14412
14413 * emacs-lisp/bytecomp.el: Use warnings.el.
14414 (byte-compile-warning-prefix): New function.
14415 (byte-compile-log-file): Return page start position.
14416 (byte-compile-log-warning): New function.
14417 (byte-compile-warn): Use byte-compile-log-warning.
14418 (byte-compile-report-error): Likewise. Also use error-message-string.
14419 (displaying-byte-compile-warnings): Bind warning-series.
14420 Don't bind or use byte-compile-warnings-point-max.
14421 Don't display the log buffer at the end.
14422 (byte-compile-warnings-point-max): Variable deleted.
14423 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
14424 (byte-compile-last-warned-form, byte-compile-last-logged-file):
14425 Defvars moved.
14426
14427 * warnings.el: New file.
14428
14429 2002-07-19 Richard M. Stallman <rms@gnu.org>
14430
14431 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
14432 and `values-list' from list of CL functions.
14433
14434 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
14435
14436 * emacs-lisp/bytecomp.el (compile-defun):
14437 Bind `read-with-symbol-positions' to current buffer.
14438
14439 2002-07-19 Andre Spiegel <spiegel@gnu.org>
14440
14441 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
14442 delete anything that comes after LIMIT from the buffer.
14443
14444 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
14445 if this is really an RCS master file.
14446
14447 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
14448
14449 2002-07-19 Juanma Barranquero <lektu@terra.es>
14450
14451 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
14452 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
14453 (unread-command-char, executing-macro, post-command-idle-hook)
14454 (post-command-idle-delay): Move obsolescence declarations to subr.el.
14455
14456 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
14457 (baud-rate, compiled-function-p, define-function, unread-command-char)
14458 (executing-macro, post-command-idle-hook, post-command-idle-delay):
14459 Move obsolescence declarations from emacs-lisp/bytecomp.el.
14460 (directory-sep-char, mode-line-inverse-video):
14461 Add obsolescence declaration.
14462
14463 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
14464
14465 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
14466 changes to list them here.
14467
14468 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
14469 Too many changes to list them here.
14470
14471 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
14472 Too many changes to list them here.
14473
14474 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
14475 only minor documentation changes.
14476
14477 2002-07-18 Dave Love <fx@gnu.org>
14478
14479 * info-look.el: Support current auto{conf,make} manuals.
14480
14481 2002-07-18 Juanma Barranquero <lektu@terra.es>
14482
14483 * bindings.el (last-buffer): Add missing frame argument.
14484
14485 2002-07-18 Richard M. Stallman <rms@gnu.org>
14486
14487 * timer.el (timer-inc-time): Doc fix.
14488
14489 * replace.el (keep-lines, flush-lines): Interactively report
14490 read-only error before reading regexp argument.
14491
14492 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
14493
14494 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
14495 frame parameters like bury-buffer.
14496
14497 * simple.el (choose-completion-delete-max-match):
14498 Handle minibuffer prompts explicitly.
14499
14500 2002-07-18 Juanma Barranquero <lektu@terra.es>
14501
14502 * international/mule-util.el (string-to-sequence, truncate-string):
14503 Add autoload cookie to obsolescence declaration.
14504
14505 * rect.el (move-to-column-force): Likewise.
14506
14507 * composite.el (decompose-composite-char): Likewise; also remove
14508 redundant info.
14509
14510 2002-07-18 Kim F. Storm <storm@cua.dk>
14511
14512 * loadup.el: Load international/utf-8 before international/characters.
14513
14514 2002-07-17 Dave Love <fx@gnu.org>
14515
14516 * international/ucs-tables.el: Optimize tables. Deal with some
14517 non-8859 charsets.
14518 (ucs-mule-to-mule-unicode): New.
14519 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
14520 translation.
14521 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
14522 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
14523 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
14524 version. Add custom dependencies.
14525 (ucs-insert): Check for null from decode-char.
14526 (translation-table-for-input, ucs-quail-activate)
14527 (ucs-minibuffer-setup, ccl-encode-unicode-font)
14528 (ucs-tables-unload-hook): New.
14529
14530 * international/mule.el (define-translation-hash-table): New.
14531 (decode-char): Use utf-8-translation-table-for-decode.
14532 (encode-char): Use ucs-mule-to-mule-unicode.
14533
14534 * international/characters.el: Fix settings of U+2000-U+2027.
14535 Remove \e$(C'Y\e(B.
14536
14537 * international/mule-cmds.el (locale-language-names): Fix be, add
14538 sr_YU@cyrillic, modify tg.
14539 (locale-charset-language-names): Put @euro last.
14540
14541 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
14542 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
14543 (cyrillic-koi8-r-decode-table): Make unbound after use.
14544 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
14545 factor. Use utf-8-translation-table-for-decode.
14546 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
14547 (cyrillic-unify-encoding): New function.
14548 (cyrillic-koi8): Modify safe-chars, valid-codes.
14549 Remove charset-origin-alist.
14550 (Cp878, cp866): New alias.
14551 (ccl-encode-8859-5-font): New.
14552 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
14553 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
14554 Remove redundant parens.
14555 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
14556 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
14557 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
14558 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
14559 ("Cyrillic-ALT"): Change input method.
14560 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
14561
14562 * international/utf-8.el (utf-8-subst-table)
14563 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
14564 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
14565 (utf-8-ccl-regs, utf-8-translate-cjk): New.
14566 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
14567 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
14568 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
14569 (mule-utf-8): Remove pre-write-conversion.
14570 (utf-8-post-read-conversion): Comment out.
14571
14572 * international/ccl.el (ccl-command-table): Add lookup-integer,
14573 lookup-character.
14574 (ccl-extended-code-table): Add lookup-int-const-tbl,
14575 lookup-char-const-tbl.
14576 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
14577 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
14578 New functions.
14579 (define-ccl-program): Doc update.
14580
14581 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
14582 (utf-8-subst-table): Don't set.
14583
14584 2002-07-17 Kenichi Handa <handa@etl.go.jp>
14585
14586 * international/mule.el (define-coding-system-alias):
14587 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
14588 eol-type is not auto-detection.
14589
14590 * international/mule-diag.el (print-coding-system-briefly):
14591 Fix the handling of an alias of which eol-type is not auto-detection.
14592
14593 * international/mule-conf.el (us-ascii): Define it as an alias of
14594 iso-safe.
14595
14596 2002-07-17 Juanma Barranquero <lektu@terra.es>
14597
14598 * help-fns.el (describe-function-1): Put empty line before "Not
14599 documented" text.
14600
14601 * timer.el (timer-set-time-with-usecs): Mark obsolete.
14602
14603 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
14604
14605 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
14606 Make sure to change the global tool-bar-map.
14607
14608 * vc.el (vc-default-comment-history): Hard code *vc*.
14609 This is because print-log always prints there now.
14610 (vc-annotate-font-lock-keywords): New var.
14611 (vc-annotate-mode): Use it. Set truncate-lines as well.
14612 (vc-annotate-display-select): Unify the two error reports.
14613 (vc-annotate-offset): New var.
14614 (vc-annotate-lines): New fun extracted from vc-annotate-display.
14615 (vc-annotate-display): Use it, via font-lock.
14616
14617 * help-fns.el (help-split-fundoc, help-function-arglist)
14618 (help-make-usage): New funs, extracted from describe-function-1.
14619 (describe-function-1): Use them.
14620
14621 * help.el (help-key-description): Show the untranslated keys
14622 when they start with ESC and the ESC was not translated.
14623
14624 * help-mode.el (view): Always require.
14625 (help-xref-mule-regexp): Don't use defconst for variables.
14626 (help-setup-xref): Keep the last 10 elements of the stack.
14627 (help-xref-override-view-map): New var.
14628 (help-make-xrefs): Use it instead of building a new map each time.
14629 (help-function-def): Allow help-fun to take a buffer as arg.
14630
14631 * diff-mode.el (diff-reverse-direction): Simplify.
14632 (diff-after-change-function): Fix typo.
14633 (diff-post-command-hook): Take care of edge cases.
14634 (diff-current-defun): Do `goto-char' after setting the mode.
14635
14636 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
14637 Fold mouse-sel-bindings into it.
14638 (mouse-sel-bound-events): Turn it into an alist.
14639 (mouse-insert-selection): Delegate to mouse-yank-at-click if
14640 mouse-sel-default-bindings asks for it.
14641
14642 2002-07-16 Andre Spiegel <spiegel@gnu.org>
14643
14644 * files.el: Bind toggle-read-only to C-x C-q.
14645 (toggle-read-only): Display a warning message if the file is under
14646 version control.
14647
14648 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
14649 (vc-toggle-read-only): Explain in the doc string that users can bind
14650 this to C-x C-q.
14651 (vc-checkout-model): Change doc string to refer to vc-next-action,
14652 not vc-toggle-read-only.
14653
14654 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
14655 comparing to file on disk. Fix the case when claiming the lock
14656 on a file that has unlocked changes.
14657 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
14658
14659 2002-07-16 Richard M. Stallman <rms@gnu.org>
14660
14661 * simple.el (choose-completion-string): Doc fix.
14662
14663 * cus-edit.el: New operation :custom-standard-value.
14664 (Custom-reset-standard): Use it.
14665 (custom-variable, custom-face): Define it.
14666 (custom-variable-standard-value, custom-face-standard-value): New fns.
14667 (custom-face-save): Don't save a face whose value is standard.
14668 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
14669
14670 * cus-edit.el (custom-face-edit-fix-value):
14671 If VALUE is not a list, pass it thru.
14672
14673 * compare-w.el (compare-windows-whitespace): Always allow newline
14674 even if it does not have whitespace syntax.
14675
14676 2002-07-16 Juanma Barranquero <lektu@terra.es>
14677
14678 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
14679
14680 2002-07-15 Juanma Barranquero <lektu@terra.es>
14681
14682 * help-fns.el (describe-variable): Show documentation for aliased
14683 variable if alias does not have its own.
14684
14685 2002-07-15 Mike Williams <mdub@bigfoot.com>
14686
14687 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
14688 cut/paste functions.
14689
14690 2002-07-14 Richard M. Stallman <rms@gnu.org>
14691
14692 * files.el (find-alternate-file): Offer to save a modified buffer.
14693 Handle kill-buffer-query-functions better.
14694
14695 * startup.el (normal-splash-screen, fancy-splash-text):
14696 Update name of help menu item for ordering printed manuals.
14697
14698 * emacs-lisp/checkdoc.el: Fix doc typos.
14699
14700 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
14701
14702 * textmodes/tex-mode.el: Set encoding to utf-8.
14703 (tex-start-options): Make it into always-a-string.
14704 Remove silly custom options that are covered by the other var.
14705 (tex-start-commands): Fix docstring.
14706 (tex-open-quote, tex-close-quote): Add options.
14707 (tex-command): Provide default.
14708 (tex-font-lock-keywords-1): Highlight $$...$$.
14709 (tex-font-lock-keywords-2): Fix latin-1 chars.
14710 (tex-mode-map): Remove redundant \t binding.
14711 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
14712 (latex-mode): Use add-hook for fill-nobreak-predicate.
14713 (tex-common-initialization): Set indent-tabs-mode to nil.
14714 (tex-insert-quote): Undo magic if invoked twice in a row.
14715 (latex-fill-nobreak-predicate): Don't use narrowing.
14716 (tex-latex-block): Don't cons uselessly.
14717 (tex-last-unended-begin): Signal user-friendlier error.
14718 (tex-goto-last-unclosed-latex-block): Don't catch signal.
14719 (tex-start-tex): Switch order of tex-start-options and
14720 tex-start-commands to make it obey docstrings.
14721
14722 2002-07-14 Mike Williams <mdub@bigfoot.com>
14723
14724 * mouse-sel.el (mouse-sel-bound-events): New constant.
14725 (mouse-sel-bindings): Save/restore original mouse-bindings.
14726
14727 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
14728
14729 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
14730 (cl-hack-byte-compiler): Avoid infinite require loop.
14731
14732 * net/ange-ftp.el: Use hash-tables.
14733 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
14734 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
14735 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
14736 Replace with make-hash-table, maphash, gethash, puthash and remhash.
14737 (ange-ftp-hash-entry-exists-p): Rewrite.
14738 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
14739 Change mapatom -> maphash.
14740 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
14741 Update to new calling mode.
14742
14743 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
14744 (ebrowse-hash-table-to-alist): Delete.
14745 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
14746 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
14747
14748 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
14749 Improve the regexp used when unquoting.
14750 (sgml-pretty-print): New function.
14751 (sgml-get-context): Better handling of improperly nested tags.
14752 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
14753
14754 2002-07-13 Andreas Schwab <schwab@suse.de>
14755
14756 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
14757 inherited table entry.
14758
14759 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14760
14761 * calendar/timeclock.el (timeclock-in): Handle the case where no
14762 log file exists (ie the very first call).
14763
14764 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14765
14766 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
14767 is done by Tramp.
14768
14769 * net/tramp.el (tramp-multi-file-name-structure-unified):
14770 Add missing slash and move colon from start to end of each hop.
14771 (tramp-multi-file-name-hop-structure-unified): Move colon from
14772 start to end of each hop.
14773
14774 2002-07-13 Kim F. Storm <storm@cua.dk>
14775
14776 * progmodes/compile.el (grep-tree): Fixed autoload.
14777 Corrected use of undefined variable `match-files-aliases'.
14778
14779 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
14780
14781 * calendar/timeclock.el (timeclock-get-workday-function):
14782 `timeclock-workday' is not a valid option, rather a possible
14783 return value.
14784
14785 2002-07-12 Richard M. Stallman <rms@gnu.org>
14786
14787 * net/ange-ftp.el (ange-ftp-write-region):
14788 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
14789 to ange-ftp-real-write-region.
14790
14791 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
14792
14793 * help-fns.el (help-with-tutorial): Display completion list right away.
14794
14795 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
14796
14797 * startup.el (command-line): Set memory-signal-data.
14798 (fancy-splash-text, normal-splash-screen):
14799 Mention "Read the Emacs Manual" or C-h r.
14800 Rearrange the initial help to put the help cmds on left
14801 and the actions (exit, undo) on the right. Other small
14802 text clarifications.
14803 (fancy-splash-text, actions page): Add blank line to balance help page.
14804
14805 * help.el (help-map): Add binding for info-emacs-manual.
14806 (print-help-return-message): Doc fix.
14807
14808 * strokes.el (strokes-help): Call print-help-return-message
14809 while inside with-output-to-temp-buffer.
14810
14811 * info.el (info-emacs-manual): New function.
14812 (Info-use-header-line): Doc fix.
14813
14814 * emacs-lisp/cl.el (multiple-value-call): Add alias.
14815
14816 * progmodes/compile.el (compilation-normalize-filename):
14817 New subroutine, taken out of compilation-parse-errors.
14818 (compilation-parse-errors): Use that, and for directories too.
14819 Don't check whether a directory really exists.
14820
14821 2002-07-12 Juanma Barranquero <lektu@terra.es>
14822
14823 * help-fns.el (describe-variable): Remove useless "Documentation:"
14824 string.
14825
14826 * timer.el (timer-set-time-with-usecs): Fix documentation.
14827 Simplify extraction of time data.
14828
14829 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
14830
14831 * help-fns.el (describe-variable): Mention if the variable is an
14832 alias. Put `defvaralias' info before the documentation.
14833
14834 2002-07-12 Kenichi Handa <handa@etl.go.jp>
14835
14836 * international/mule-cmds.el (locale-language-names): Change "mk"
14837 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
14838 alphabet) to "Cyrillic-ISO".
14839
14840 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14841
14842 * net/tramp.el (tramp-default-method): New default method "sm"
14843 which I guess to be good for most people.
14844 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
14845 Ange-FTP) for some user/host combinations.
14846 (tramp-file-name-structure, tramp-file-name-regexp)
14847 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
14848 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
14849 (tramp-make-multi-tramp-file-format): New default value which
14850 unifies the filename syntax between Tramp and Ange-FTP. The new
14851 syntax is "/method:user@host:path". Note the colon after the method.
14852 (tramp-handle-file-name-directory): Don't return "/" when
14853 completing a remote root directory (where the filename looks like
14854 "/method:user@host:/").
14855 (tramp-handle-ange-ftp): Deleted.
14856 (tramp-disable-ange-ftp): New function, called at toplevel,
14857 deletes Ange-FTP from file-name-handler-alist.
14858 (tramp-handle-make-symbolic-link): Implement.
14859
14860 2002-07-10 Juanma Barranquero <lektu@terra.es>
14861
14862 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
14863
14864 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
14865 (speedbar-vc-do-check): Likewise.
14866 (speedbar-obj-do-check): Likewise.
14867 (speedbar-mouse-hscroll): Likewise.
14868 (speedbar-file-lists): Likewise.
14869
14870 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
14871
14872 2002-07-09 Ole Aamot <ole@gnu.org>
14873
14874 * compile.el (compilation-error-regexp-alist):
14875 Recognize Valgrind messages.
14876
14877 2002-07-09 Juanma Barranquero <lektu@terra.es>
14878
14879 * faces.el (face-id): Fix typo.
14880
14881 * hexl.el (hexl-mode): Likewise.
14882
14883 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
14884
14885 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
14886
14887 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
14888 (speedbar-desired-buffer): Likewise.
14889 (speedbar-line-file): Likewise.
14890 (speedbar-special-mode-key-map): Fix typo.
14891 (speedbar-dynamic-tags-function-list): Likewise.
14892 (speedbar-use-images): Likewise.
14893 (speedbar-up-directory): Likewise.
14894 (speedbar-item-info): Likewise.
14895 (speedbar-set-timer): Likewise.
14896 (speedbar-insert-button): Likewise.
14897 (speedbar-make-button): Likewise.
14898 (speedbar-make-tag-line): Likewise.
14899 (speedbar-insert-files-at-point): Likewise.
14900 (speedbar-update-special-contents): Likewise.
14901 (speedbar-find-selected-file): Likewise.
14902 (speedbar-add-indicator): Likewise.
14903 (speedbar-do-function-pointer): Likewise.
14904 (speedbar-goto-this-file): Likewise.
14905 (speedbar-line-path): Likewise.
14906 (speedbar-mouse-event-p): Likewise.
14907 (speedbar-dir-follow): Likewise.
14908 (speedbar-tag-find): Likewise.
14909 (speedbar-fetch-etags-command): Likewise.
14910 (speedbar-fetch-etags-arguments): Likewise.
14911 (speedbar-toggle-etags): Likewise.
14912 (speedbar-extract-one-symbol): Likewise.
14913 (speedbar-parse-c-or-c++tag): Likewise.
14914 (speedbar-unhighlight-one-tag-line): Likewise.
14915 (speedbar-directory-face): Likewise.
14916 (defimage-speedbar): Likewise.
14917 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
14918
14919 2002-07-09 Miles Bader <miles@gnu.org>
14920
14921 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
14922 to nil when prompting for a filename.
14923
14924 2002-07-09 Kenichi Handa <handa@etl.go.jp>
14925
14926 * files.el (insert-directory): Be sure to bind
14927 coding-system-for-write to the just decided coding-system-for-read.
14928
14929 2002-07-09 Kim F. Storm <storm@cua.dk>
14930
14931 * ido.el (ido-make-merged-file-list): Move fully matching item to
14932 head of list.
14933 (ido-find-common-substring): Return substring instead of t.
14934
14935 2002-07-08 Juanma Barranquero <lektu@terra.es>
14936
14937 * info.el (Info-directory-list): Fix docstring.
14938
14939 2002-07-08 Miles Bader <miles@gnu.org>
14940
14941 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
14942 before first use.
14943
14944 2002-07-08 Kim F. Storm <storm@cua.dk>
14945
14946 * files.el (after-find-file): Don't check for read-only status
14947 of files just created (and not yet saved on disk).
14948
14949 * ido.el (ido-completion-help): Changed xemacs specific code to
14950 avoid byte compiler warning in GNU emacs.
14951 (ido-set-matches1): Use regexp-quote instead of identity.
14952 (ido-complete-space): New function.
14953 (ido-define-mode-map): Bind it to SPACE.
14954
14955 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
14956
14957 * font-lock.el (font-lock-default-unfontify-region):
14958 Use remove-list-of-text-properties.
14959 (font-lock-extra-managed-props): Doc fix.
14960
14961 * facemenu.el: Move `provide' to the end.
14962 (facemenu-read-color): Don't cons unnecessarily.
14963
14964 * language/ind-util.el (indian-make-hash):
14965 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
14966 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
14967
14968 * subr.el (insert-string): Update the obsolete info.
14969 (makehash): Move from C and mark obsolete.
14970
14971 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
14972 aliases to also work for interactive functions.
14973 Use the same wrapper for subroutines.
14974 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
14975 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
14976
14977 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
14978 automatic environment name update.
14979 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
14980
14981 2002-07-07 Richard M. Stallman <rms@gnu.org>
14982
14983 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
14984
14985 * emacs-lisp/advice.el (ad-compile-function):
14986 Disable cl-function warnings if cl is loaded.
14987
14988 * files.el (safe-local-eval-forms): New user option.
14989 (hack-one-local-variable-eval-safep): Support it.
14990 Also allow `safe-local-eval-function' property to be a function
14991 or a list of functions.
14992 (c-add-style): Delete `safe-local-eval-function' property.
14993
14994 * files.el (after-find-file): Make buffer read-only if file is
14995 marked that way, even for root.
14996
14997 * files.el (save-some-buffers): Doc fix.
14998
14999 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
15000
15001 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
15002
15003 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
15004 .sx[dmicw] file suffixes for Open office data files.
15005
15006 * files.el (auto-mode-alist): Likewise.
15007
15008 * international/mule.el (auto-coding-alist): Likewise.
15009
15010 2002-07-05 Kim F. Storm <storm@cua.dk>
15011
15012 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
15013 FCT if current column is outside rectangle.
15014 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
15015
15016 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
15017
15018 * net/ange-ftp.el: Use add-hook and find-file-hook.
15019 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
15020 (ange-ftp-ls-parser): Make it into a function.
15021 Ignore trailing @ in symlink targets.
15022 (ange-ftp-file-entry-p): Ignore FTP errors.
15023 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
15024 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
15025
15026 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
15027
15028 * simple.el (toggle-truncate-lines): New command.
15029
15030 2002-07-04 Miles Bader <miles@gnu.org>
15031
15032 * comint.el (comint-displayed-dynamic-completions): New variable.
15033 (comint-dynamic-list-completions): Be more careful about choosing
15034 when to scroll an existing completions window.
15035
15036 2002-07-03 Andreas Schwab <schwab@suse.de>
15037
15038 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
15039 after doc string.
15040
15041 2002-07-03 Juanma Barranquero <lektu@terra.es>
15042
15043 * net/tramp.el (tramp-send-eof): Fix typo.
15044 (tramp-kill-process): Likewise.
15045
15046 * play/dunnet.el (dun-physobj-desc): Likewise.
15047
15048 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
15049
15050 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
15051 (timeclock-workday-elapsed): Likewise.
15052
15053 * allout.el (outline-goto-prefix): Likewise.
15054
15055 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
15056 (tpu-delete-to-bol): Likewise.
15057
15058 * subr.el (chars-in-region): Add obsolescence declaration for
15059 `chars-in-region'.
15060
15061 2002-07-03 Miles Bader <miles@gnu.org>
15062
15063 * faces.el (header-line): Don't use a `common' clause for
15064 inheriting from the mode-line face, since we can't override it,
15065 and we don't want it for ttys.
15066
15067 2002-07-02 Richard M. Stallman <rms@gnu.org>
15068
15069 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
15070
15071 * files.el (hack-one-local-variable-constantp): New function.
15072 (hack-one-local-variable-eval-safep): New function.
15073 Check for `eval:' calling fn with `safe-local-eval-function' property.
15074 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
15075 (c-add-style, c-set-style): Add safe-local-eval-function property.
15076
15077 * files.el (insert-directory): Handle --dired option to ls.
15078
15079 * files.el (file-remote-p): New function.
15080
15081 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
15082
15083 * startup.el (fancy-splash-screens): Switch to a chosen frame.
15084 (fancy-splash-frame): Choose the right frame to use.
15085 (use-fancy-splash-screens-p): Check dimensions of the right frame
15086 in order to decide.
15087
15088 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
15089 Rename cl-func to cl-functions. Enable it by default.
15090 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
15091 if the file loads cl.
15092 (byte-compile-initial-macro-environment): For eval-and-compile,
15093 use byte-compile-eval-before-compile to eval.
15094 (byte-compile-eval-before-compile): New function to turn off
15095 cl-functions when appropriate, for eval-and-compile.
15096 (byte-compile-warnings): Doc fix.
15097
15098 2002-07-02 Dave Love <fx@gnu.org>
15099
15100 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
15101 (byte-compile-cl-warn): New function.
15102 (byte-compile-form): Use it, to warn about calling cl functions.
15103 (byte-compile-warning-types): Doc fix.
15104
15105 2002-07-02 Juanma Barranquero <lektu@terra.es>
15106
15107 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
15108
15109 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
15110
15111 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
15112 Fix typo.
15113
15114 2002-07-02 Kim F. Storm <storm@cua.dk>
15115
15116 * emacs-lisp/bindat.el: New file.
15117
15118 2002-07-01 Sam Steingold <sds@gnu.org>
15119
15120 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
15121 before `tex-main-file' because if the current buffer is new, its
15122 file might not exist yet, and then `tex-main-file' will
15123 incorrectly return "foo.tex.tex".
15124
15125 2002-07-01 Juanma Barranquero <lektu@terra.es>
15126
15127 * ido.el (ido-minibuffer-setup-hook): Doc fix.
15128
15129 2002-07-01 Dave Love <fx@gnu.org>
15130
15131 Make strokes a proper minor mode, and don't try to overload
15132 mouse-2, which doesn't work satisfactorily.
15133
15134 * strokes.el: Doc fixes.
15135 (strokes-mode): Defcustom deleted; replaced by minor mode def with
15136 re-written function.
15137 (strokes-while-inhibiting-garbage-collector): Comment out.
15138 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
15139 (strokes-insinuate, global-set-stroke, describe-stroke)
15140 (load-user-strokes, save-strokes, strokes-bug-address)
15141 (strokes-click-command): Deleted.
15142 (strokes-execute-stroke): Remove strokes-click-p case.
15143 (strokes-describe-stroke): Remove strokes-click-p stuff.
15144 (strokes-help): Fix.
15145 (strokes-report-bug): Alias to report-emacs-bug.
15146 (strokes-prompt-user-save-strokes): Modify format of the file.
15147 (strokes-mode-map, strokes-unload-hook): New.
15148 (strokes-buffer-name): Don't customize.
15149
15150 2002-07-01 Richard M. Stallman <rms@gnu.org>
15151
15152 * info.el (Info-index): Get immediate error if used in `dir'.
15153
15154 * textmodes/picture.el (picture-forward-column)
15155 (picture-move-down): Never deactivate the mark.
15156
15157 2002-06-30 Simon Josefsson <jas@extundo.com>
15158
15159 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
15160 menu entry into balloon help.
15161
15162 2002-06-30 Andreas Schwab <schwab@suse.de>
15163
15164 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
15165 * term/mac-win.el: Don't set it here.
15166
15167 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
15168
15169 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
15170
15171 2002-06-29 Andreas Schwab <schwab@suse.de>
15172
15173 * term/mac-win.el: Use directory-free-space-program instead of
15174 obsolete variable dired-free-space-program. On Darwin, don't set
15175 directory-free-space-program, shell-file-name and
15176 process-connection-type; set directory-free-space-args to not
15177 include `-P' and use utf-8 for file name coding system.
15178
15179 * simple.el (shell-command-on-region): Handle errors and signals
15180 from shell command execution.
15181 (display-message-or-buffer): Fix last change.
15182 (shell-command-default-error-buffer): Doc fix.
15183
15184 * dired.el (dired-view-file): Quote file name for
15185 dired-run-shell-command.
15186
15187 2002-06-29 Kim F. Storm <storm@cua.dk>
15188
15189 * kmacro.el: New file.
15190
15191 2002-06-28 John Wiegley <johnw@gnu.org>
15192
15193 * pcmpl-cvs.el: Added my name as the maintainer of this file.
15194
15195 2002-06-28 Andreas Schwab <schwab@suse.de>
15196
15197 * shell.el (explicit-bash-args): New user option.
15198
15199 2002-06-28 Kim F. Storm <storm@cua.dk>
15200
15201 * ido.el: New file.
15202
15203 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
15204
15205 * derived.el (define-derived-mode): Preserve the `mode-class' rather
15206 than the `special' symbol property.
15207 (derived-mode-class): Make it obsolete.
15208
15209 2002-06-27 Andreas Schwab <schwab@suse.de>
15210
15211 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
15212
15213 2002-06-27 Juanma Barranquero <lektu@terra.es>
15214
15215 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
15216 (meta-flag): Likewise.
15217
15218 * international/mule-util.el (string-to-sequence): Likewise.
15219
15220 * subr.el (char-bytes): Likewise.
15221 (make-local-hook): Likewise.
15222 (baud-rate): Remove redundant info from docstring.
15223
15224 * faces.el (frame-update-faces): Fix obsolescence declaration.
15225 (internal-get-face): Remove redundant info from docstring and
15226 fix obsolescence declaration.
15227
15228 * rect.el (move-to-column-force): Likewise.
15229
15230 * help-fns.el (describe-function-1): Use semicolon instead of dot.
15231 (describe-variable): Likewise.
15232
15233 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
15234
15235 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
15236 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
15237 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
15238 (mouse-wheel-follow-mouse): Change default to t.
15239 (mwheel-event-button): Return the basic event symbol.
15240 (mwheel-scroll): Work with non-mouse events.
15241 (mouse-wheel-mode): Use the new vars.
15242 (mwheel-install): Obey `uninstall'.
15243
15244 * term/xterm.el (function-key-map): Add some bindings.
15245
15246 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
15247 Rename from delay-uniquify-rationalize-file-buffer-names.
15248 Only rationalize if the buffer is under uniquify control.
15249 (uniquify-delayed-rationalize-file-buffer-names):
15250 Rename from delayed-uniquify-rationalize-file-buffer-names.
15251
15252 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15253
15254 * net/tramp.el (tramp-file-name-structure)
15255 (tramp-multi-file-name-hop-structure): Split for easier readability.
15256 (tramp-handle-make-symbolic-link): Use user/host/method/... from
15257 LINKNAME, not FILENAME.
15258 (tramp-handle-verify-visited-file-modtime):
15259 Call tramp-ange-ftp-file-name-p with right parameters.
15260 (tramp-handle-verify-visited-file-modtime): `insert' does not
15261 work for integers, convert them to strings first.
15262 (tramp-handle-ange-ftp): New function to perform setup for
15263 replacing Ange-FTP with Tramp.
15264 (tramp-repair-jka-compr): New function to factor out some
15265 previously top-level code. Call the function at top-level.
15266
15267 2002-06-27 Juanma Barranquero <lektu@terra.es>
15268
15269 * composite.el (decompose-composite-char): Fix docstring.
15270
15271 * faces.el (describe-face): Capitalize "not documented" message.
15272
15273 * help-fns.el (describe-variable): Likewise.
15274 (describe-function-1): Likewise. Also, document the obsolescence
15275 of the function, if applicable.
15276
15277 2002-06-26 Juanma Barranquero <lektu@terra.es>
15278
15279 * info.el (info-menu-5): Fix documentation.
15280 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
15281
15282 2002-06-26 Richard M. Stallman <rms@gnu.org>
15283
15284 * emacs-lisp/cl.el (values): Simplify definition.
15285
15286 * simple.el (shell-command): Match & only at end of whole command.
15287 (display-message-or-buffer): Don't use the echo area
15288 if output buffer is visible.
15289
15290 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
15291
15292 * progmodes/cperl-mode.el: Many trivial doc fixes.
15293 (cperl-non-problems): Definition deleted.
15294 (cperl-menu): Don't refer to cperl-non-problems.
15295 (cperl-word-at-point): Add doc string.
15296 (cperl-beautify-regexp-piece): Fix error message.
15297 (cperl-invert-if-unless): Fix error message.
15298
15299 * dired.el (dired-find-alternate-file): Mark as disabled.
15300
15301 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15302
15303 * net/tramp.el (tramp-ftp-method): New user option.
15304 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
15305 (with-parsed-tramp-file-name): New macro for the usual big `let'
15306 statement to dissect a file-name.
15307 (tramp-handle-make-symbolic-link, tramp-handle-load)
15308 (tramp-handle-file-name-directory)
15309 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
15310 (tramp-handle-file-truename, tramp-handle-file-directory-p)
15311 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
15312 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
15313 Use the new macro and forward call to Ange-FTP if applicable.
15314 (tramp-make-ange-ftp-file-name): New helper function to convert a
15315 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
15316 (tramp-default-method-alist): New user option.
15317 (tramp-find-default-method): Use it.
15318 (tramp-sh-extra-args): New variable.
15319 (tramp-find-shell): Use it.
15320 (tramp-open-connection-rsh): Support a kludgy feature for the
15321 "-p" option to ssh. If host name is given as "host#42", uses the
15322 "-p 42" option.
15323
15324 2002-06-25 Andreas Schwab <schwab@suse.de>
15325
15326 * replace.el (occur-1): Avoid invalid message format string.
15327
15328 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
15329
15330 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
15331 Check for `noruntime' even if the function has a known sig.
15332 (byte-compile-file, byte-compile-output-docform):
15333 Don't hard code point-min = 1.
15334
15335 * pcvs.el (cvs-parse-process): Don't save/restore point.
15336 Fix last change not to introduce spurious dir FIs.
15337 (cvs-move-to-goal-column): New function extracted from
15338 cvs-mode-previous-line.
15339 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
15340 (cvs-addto-collection): Use it to preserve point.
15341 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
15342
15343 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
15344 Don't require the first element to be modifier-free.
15345
15346 * pcvs-parse.el (cvs-parse-table):
15347 Handle `nothing known about' with more care.
15348
15349 * pcvs.el (cvs-fileinfo-kill): Remove.
15350 (cvs-parse-process): Add `old-fis' argument.
15351 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
15352
15353 * descr-text.el (describe-property-list): Make sure there's
15354 a space between the property name and its value.
15355 (describe-text-properties): Don't kill a pre-existing buffer.
15356
15357 * mwheel.el: Undo last patch from Stephen Gildea for now.
15358
15359 2002-06-24 Kim F. Storm <storm@cua.dk>
15360
15361 * emulation/keypad.el: Added :require 'keypad to defcustoms.
15362
15363 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
15364
15365 * subr.el (event-start, event-end, event-click-count):
15366 Accept non-mouse events as well.
15367 (read-key): New function.
15368 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
15369
15370 * files.el: Rename (and mark as obsolete)
15371 find-file-hooks to find-file-hook,
15372 find-file-not-found-hooks to find-file-not-found-functions,
15373 write-file-hooks to write-file-functions,
15374 write-contents-hooks to write-contents-functions.
15375 Mark local-write-file-hooks as obsolete.
15376 (locate-file-completion): Don't cons uselessly. Use test-completion.
15377 (basic-save-buffer): Use (point-min) rather than 1.
15378 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
15379
15380 * help-fns.el (describe-variable): Only use `buffer' is still live.
15381 Use `delete-region' instead of save-excursion + delete-char.
15382 Document the obsolescence of the variable, if applicable.
15383
15384 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15385
15386 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
15387 comment-auto-fill-only-comments.
15388
15389 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15390
15391 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
15392 This is not a handled operation.
15393
15394 2002-06-21 Kim F. Storm <storm@cua.dk>
15395
15396 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
15397 work again. Corrected error in check for C-u initiated prefix.
15398
15399 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
15400
15401 2002-06-21 Richard M. Stallman <rms@gnu.org>
15402
15403 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
15404 to browse-url-at-point.
15405
15406 * play/zone.el (zone-idle): Var deleted.
15407
15408 * international/iso-acc.el (iso-languages) <french>:
15409 `~ ' now generates `~', `~,' definition deleted.
15410
15411 * format.el (format-annotate-function): Copy multibyte flag
15412 and selective-display into the new temp buffer.
15413
15414 * edmacro.el (edmacro-fix-menu-commands):
15415 Discard `help-echo' events. Handle (menu-bar) events.
15416 Simplify by converting key sequence to a list and then back to vector.
15417
15418 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
15419
15420 * mwheel.el: Allow arbitrary keys for scrolling, add a third
15421 scrolling speed, fix an unwind-protect.
15422 (mouse-wheel-scroll-amount): Now a three-element list.
15423 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
15424 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
15425 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
15426 New functions.
15427
15428 2002-06-21 Andreas Schwab <schwab@suse.de>
15429
15430 * files.el (find-file-read-args): Add new argument `mustmatch' and
15431 pass it down to read-file-name.
15432 (find-file, find-file-other-window, find-file-other-frame)
15433 (find-file-read-only, find-file-read-only-other-window)
15434 (find-file-read-only-other-frame): Use it and fix prompts.
15435
15436 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
15437
15438 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
15439
15440 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
15441
15442 * progmodes/ada-mode.el: Update copyright notice.
15443 Synchronize with GNAT release 3.15a1.
15444 Do not attempt to load ada-support, which is only for compatibility
15445 with older Emacs versions, and is not needed for Emacs 21.
15446 Fix various calls to count-lines, that didn't work correctly when the
15447 buffer was narrowed.
15448 (ada-continuation-indent): New variable.
15449 (ada-contextual-menu): New entry "List local references", faster than
15450 "List References".
15451 (ada-mode): New alignment rules provided by S. Leake.
15452 Add support for which-function-mode.
15453 (ada-get-current-indent): Fix indentation of named parameter lists and
15454 nested boolean expressions.
15455 (ada-indent-on-previous-lines): Fix indentation of labels.
15456 (ada-search-prev-end-stmt): Fix searching of the previous
15457 end-statement, specially with regards to nested subprograms.
15458 (comment-region advice): Initially disabled, for better compatibility
15459 with other modes.
15460 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
15461
15462 * progmodes/ada-xref.el: Update copyright notice.
15463 (ada-xref-create-ali): The default is now not to create automatically
15464 the ALI files by compiling the unit, since this isn't always reliable
15465 and requires an up-to-date project file.
15466 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
15467 a file, but use gnatmake instead, since this gives access to the GNAT
15468 project files.
15469 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
15470 (ada-load-project-hook): New variable, for support of GNAT
15471 project files.
15472 (ada-update-project-menu): Fix the detection of the project file name.
15473 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
15474 with another binding in ada-mode.el.
15475 (ada-add-menu): New menu "List Local References", to list the reference
15476 to the entity only in the current file, instead of looking in the whole
15477 project. Much faster.
15478 (ada-find-references): New parameters arg and local-only.
15479 (ada-find-any-references): New parameters local-only and append.
15480 (ada-goto-declaration): Fix handling of predefined entities in xref.
15481 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
15482 still compatible with GNAT 3.14 of course. Fix various calls to
15483 count-lines, that didn't work correctly when the buffer was narrowed.
15484
15485 * progmodes/ada-prj.el: Update copyright.
15486 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
15487 21 dialogs to select the file, since we want a directory name only.
15488 (ada-customize): Add support for the new GNAT project files.
15489
15490 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
15491
15492 * progmodes/etags.el (tag-implicit-name-match-p): New function.
15493 (etags-recognize-tags-table): Use it for implicit tag names.
15494
15495 2002-06-20 Miles Bader <miles@gnu.org>
15496
15497 * comint.el (comint-get-old-input-default): Strip text properties
15498 for fields too.
15499
15500 * comint.el (comint-output-filter): Run output-filter functions
15501 before setting up the prompt.
15502
15503 * international/characters.el: Re-enable code giving word syntax
15504 to certain japanese-jisx0208 characters.
15505
15506 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
15507
15508 * progmodes/f90.el (f90-type-def-re): Fix value.
15509 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
15510
15511 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
15512
15513 * international/quail.el (quail-help): Don't assume the buffer
15514 is displayed in the same frame.
15515
15516 * emacs-lisp/debug.el (cancel-debug-on-entry):
15517 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
15518
15519 * pcvs.el (cvs-vc-command-advice): Handle the case where args
15520 are passed to `cvs' before the command name.
15521 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
15522
15523 * pcvs-info.el (cvs-add-face): Minor rewrite.
15524 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
15525
15526 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
15527 regexp when they don't match comment-foo any more.
15528
15529 2002-06-18 Juanma Barranquero <lektu@terra.es>
15530
15531 * filesets.el (filesets-update-pre010505): Fix typo.
15532
15533 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
15534
15535 * emulation/edt.el (edt-substitute): Fix typo.
15536
15537 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
15538
15539 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
15540
15541 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
15542
15543 2002-06-17 Richard M. Stallman <rms@gnu.org>
15544
15545 * facemenu.el (facemenu-map): Rename to Describe Text
15546 to Describe Properties and use describe-text-properties.
15547
15548 * simple.el (what-cursor-position): Use describe-char.
15549
15550 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
15551 from describe-char-after. Now calls describe-text-properties.
15552 (describe-property-list): Renamed from describe-text-properties.
15553 (describe-text-properties): Renamed from describe-text-at.
15554 New arg OUTPUT-BUFFER.
15555 (describe-text-properties-1):
15556 New subroutine, broken out from describe-text-properties.
15557 Output a newline before each section of the output.
15558
15559 * international/mule-diag.el (describe-char-after):
15560 Moved to descr-text.el.
15561
15562 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
15563
15564 * international/mule.el (ctext-pre-write-conversion): Fix the values
15565 of FROM and TO if we create a new buffer.
15566
15567 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
15568
15569 * comint.el (comint-insert-clicked-input): Insert clicked-on
15570 previous input without properties.
15571
15572 2002-06-16 Andrew Choi <akochoi@shaw.ca>
15573
15574 * term/mac-win.el (scalable-fonts-allowed): Set to t.
15575
15576 2002-06-15 Colin Walters <walters@debian.org>
15577
15578 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
15579 Delete defvars.
15580 (cvs-highlight): Delete.
15581 (cvs-add-face): Use `font-lock-face'. Always add properties.
15582
15583 * ibuffer.el (ibuffer-movement-cycle): New variable.
15584 (ibuffer-backward-line, ibuffer-forward-line): Use it.
15585
15586 2002-06-15 Richard M. Stallman <rms@gnu.org>
15587
15588 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
15589 (batch-byte-recompile-directory): Undo previous change.
15590
15591 * comint.el (comint-skip-input): New function.
15592 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
15593 (comint-stop-subjob): Use comint-skip-input.
15594
15595 * ielm.el (ielm-eval-input): Use error-message-string.
15596 (ielm-format-error, ielm-format-errors): Functions deleted.
15597
15598 2002-06-14 Kim F. Storm <storm@cua.dk>
15599
15600 * progmodes/compile.el (grep-tree): Doc fixes.
15601 Added SUBDIRS arg for non-interactive use.
15602
15603 2002-06-14 Juanma Barranquero <lektu@terra.es>
15604
15605 * comint.el (comint-snapshot-last-prompt):
15606 Bind `inhibit-read-only' to t to support read-only prompts.
15607 (comint-output-filter): Likewise.
15608
15609 2002-06-14 Miles Bader <miles@gnu.org>
15610
15611 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
15612 (pop): Move the call to `car' outside the prog1, as the compiler
15613 then generates better code.
15614
15615 2002-06-13 Richard M. Stallman <rms@gnu.org>
15616
15617 * play/zone.el (zone-timer): New variable holds the idle timer.
15618 (zone): Don't fiddle with the idle timer at all.
15619 (zone-when-idle): Put the idle timer in zone-timer.
15620 If one is already set up, cancel it and make a new one.
15621 (zone-leave-me-alone): Likewise.
15622
15623 2002-06-13 Jason Rumney <jasonr@gnu.org>
15624
15625 * w32-fns.el (w32-charset-info-alist): Reorder.
15626
15627 2002-06-13 Andreas Schwab <schwab@suse.de>
15628
15629 * files.el (auto-mode-alist): Move entry for ".in" to the end.
15630
15631 2002-06-13 Miles Bader <miles@gnu.org>
15632
15633 * comint.el (comint-mode): Don't set `font-lock-defaults'.
15634 (comint-mode-hook): Turn on font-lock by default.
15635
15636 2002-06-12 Karl Fogel <kfogel@red-bean.com>
15637
15638 * bookmark.el (bookmark-file-or-variation-thereof):
15639 Restore vc-backend check, thanks to Robert Thorpe for noticing.
15640
15641 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
15642
15643 * textmodes/bibtex.el: Change the maintainer to "none".
15644
15645 2002-06-12 Juanma Barranquero <lektu@terra>
15646
15647 * term/w32-win.el (x-handle-switch): Fix handling of
15648 x-invocation-args for switches with arguments.
15649
15650 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
15651
15652 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
15653 without first making sure it's bound.
15654
15655 2002-06-12 Richard M. Stallman <rms@gnu.org>
15656
15657 * info.el (Info-fontify-node): Compute header line specially
15658 if node has no next, previous or up links.
15659 Hide the part of the first line that is used in the header.
15660 Use Info-next-link-keymap, etc.
15661 (Info-next-link-keymap, Info-prev-link-keymap)
15662 (Info-up-link-keymap): New variables.
15663
15664 * international/mule-diag.el (describe-char-after): Doc fix.
15665
15666 * view.el (view-mode-enter): Clarify echo area message.
15667
15668 * info.el (Info-select-node): Turn header line on or off here.
15669 (Info-setup-header-line): Function deleted.
15670 (Info-mode): Make Info-header-line local.
15671 (Info-fontify-node): Ignore Info-use-header-line.
15672 Unconditionally compute what the header line should be, and
15673 store it on the `header-line' property of the node's first char.
15674 Bind [header-line down-mouse-1].
15675 Use `keymap' property, not `local-map'.
15676 Bind [mouse-2] for mouse clicks on the node line in the text.
15677
15678 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
15679
15680 2002-06-12 Miles Bader <miles@gnu.org>
15681
15682 * comint.el (comint-send-input): Properly handle empty and
15683 no-newline input regions.
15684
15685 2002-06-12 Colin Walters <walters@gnu.org>
15686
15687 * calc/calc.el: Use `when', `unless'.
15688 (calc-trail-mode): Use an italic `font-lock-face'.
15689 (calc-refresh): Ditto.
15690
15691 2002-06-12 Colin Walters <walters@debian.org>
15692
15693 * font-core.el (font-lock-core-only): Variable deleted.
15694 All uses removed.
15695 (font-lock-set-defaults): Variable alist settings moved back into
15696 font-lock-set-defaults-1.
15697 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
15698 is specifically excluded by the user.
15699
15700 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
15701
15702 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
15703
15704 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
15705
15706 * info.el (Info-mode): Don't set `font-lock-defaults'.
15707
15708 * replace.el (occur-mode): Don't set `font-lock-defaults'.
15709
15710 * help-mode.el (help-highlight-p, help-highlight-face):
15711 Variable was unused; delete.
15712 (help-make-xrefs): Doc fix.
15713
15714 2002-06-11 Richard M. Stallman <rms@gnu.org>
15715
15716 * format.el (format-alist): Document new element PRESERVE.
15717 (format-write-file): Implement PRESERVE elt for a format.
15718
15719 * files.el (make-auto-save-file-name): Rename local `filename' to
15720 `file-name'.
15721
15722 2002-06-10 Richard M. Stallman <rms@gnu.org>
15723
15724 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
15725 (ebrowse-copy-list): Function deleted.
15726
15727 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
15728
15729 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
15730
15731 * eshell/esh-util.el (eshell-copy-list): Function deleted.
15732 (eshell-sublist): Use copy-sequence.
15733 (eshell-copy-tree): Make it an alias for copy-tree.
15734
15735 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
15736
15737 * subr.el (copy-list): Moved to cl.el.
15738 (copy-tree): Don't use copy-list or cl-pop.
15739
15740 2002-06-10 Miles Bader <miles@gnu.org>
15741
15742 Make comint use text properties for highlighting instead of overlays:
15743 * comint.el (comint-last-output-overlay): Variable removed.
15744 (comint-send-input, comint-output-filter): Use text properties
15745 instead of overlays.
15746 (comint-insert-clicked-input): Rewrite to work with text
15747 properties as well as overlays
15748 (comint-snapshot-last-prompt): Snapshot using text properties.
15749 (comint-get-old-input-default, comint-extract-string): Don't copy
15750 text properties.
15751
15752 * simple.el (line-move-finish): Inhibit field motion when
15753 computing `line-end'.
15754
15755 * files.el (revert-buffer): Correct typo: variable name is
15756 `buffer-file-format', not `buffer-file-formats'.
15757
15758 * comint.el (comint-send-input, comint-output-filter): Use the
15759 `font-lock-face' property instead of `face'. Don't check the
15760 highlight-enabling variables anymore.
15761 (comint-highlight-input, comint-highlight-prompt): Variables removed.
15762
15763 * faces.el (display-supports-face-attributes-p): New function.
15764 (face-spec-set-match-display): Support `supports' predicate.
15765 (italic): Try underlining for displays that don't support real italics.
15766 * cus-edit.el (custom-display): Add support for `supports' predicate.
15767 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
15768 instead of 8-bit, for consistency with the rest of emacs.
15769 (tty-color-canonicalize): Only copy COLOR if we need to change it.
15770 (tty-color-approximate): Scale values from `color-name-rgb-alist'
15771 appropriately. Return the whole color description, rather than
15772 just the RGB values.
15773 (tty-color-standard-values): New function. Code mostly taken from
15774 `tty-color-translate'.
15775 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
15776 do all the work.
15777 (tty-color-desc): Do color lookup here instead of calling
15778 `tty-color-translate' and `tty-color-by-index'; this is now the
15779 main place to do it.
15780
15781 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
15782
15783 * progmodes/cc-style.el (c-set-style, c-set-style-1):
15784 Add another state for the `dont-override' flag where it only keeps
15785 globally set variables.
15786
15787 2002-06-08 Colin Walters <walters@gnu.org>
15788
15789 * descr-text.el (describe-text-properties): Sort the output by the
15790 size of the values. Put `font-lock-face' property on property names.
15791 (toplevel): Provide `descr-text'.
15792
15793 * international/mule-diag.el (describe-char-after): When there are
15794 text properties, require `descr-text', and just call
15795 `describe-text-properties'.
15796
15797 * international/mule.el (sgml-html-meta-auto-coding-function):
15798 New function.
15799 (auto-coding-from-file-contents): Delete; merge functionality into
15800 `set-auto-coding'.
15801 (set-auto-coding): Move tests from `auto-coding-functions' so that
15802 they have a lower priority than coding: tags.
15803 Put `auto-coding-regexp-alist' tests before coding: tag tests.
15804 (sgml-xml-auto-coding-function): Simply `intern' the match, and
15805 test if it's a valid coding system.
15806 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
15807
15808 2002-06-08 Colin Walters <walters@verbum.org>
15809
15810 * subr.el (copy-list): Moved here from cl.el.
15811 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
15812
15813 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
15814 subr.el. Add a defalias with the old name.
15815
15816 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
15817
15818 * replace.el (occur-mode): Don't set up categories. Do set
15819 `font-lock-defaults', and be sure to set `font-lock-core-only'.
15820 (occur-1): Pass `list-matching-lines-face' and
15821 `list-matching-lines-buffer-name-face'.
15822 (occur-engine): Use `font-lock-face' instead of categories.
15823
15824 * info.el (Info-mode): Don't set up categories. Do set
15825 `font-lock-defaults', and be sure to set `font-lock-core-only'.
15826 (Info-fontify-menu-headers): Use `font-lock-face' instead of
15827 categories.
15828 (Info-fontify-node): Ditto.
15829
15830 * ibuffer.el (ibuffer-category-alist): Delete.
15831 (ibuffer-get-category): Delete.
15832 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
15833 of categories.
15834 (ibuffer-compile-format): Don't treat `name' category specially.
15835 (ibuffer-column name): Use `font-lock-face'.
15836 (filename-and-process): Ditto.
15837 (ibuffer-buffer-name-category): Renamed to
15838 `ibuffer-buffer-name-face'. Don't use categories.
15839 (ibuffer-update-title-and-summary): Use `font-lock-face'.
15840 (ibuffer-insert-filter-group): Ditto.
15841 (ibuffer-mode): Don't set up categories. Do set
15842 `font-lock-defaults', and be sure to set `font-lock-core-only'.
15843 (ibuffer-compile-format): Don't pass third argument
15844 to column functions.
15845 (filename-and-process): Ditto.
15846
15847 * ibuf-macs.el (define-ibuffer-column): Don't create a third
15848 argument for the generated function.
15849
15850 * font-core.el (font-lock-category-alist): Delete.
15851 (turn-on-font-lock-if-enabled): Don't use it.
15852 (font-lock-symbol-category-alist): Delete.
15853 (font-lock-default-function): Use new `char-property-alias-alist'
15854 to make `font-lock-face' an alias for `face' when font-lock mode
15855 is enabled.
15856 (font-lock-core-only): New variable.
15857 (font-lock-set-defaults): Use it.
15858
15859 2002-06-08 Richard M. Stallman <rms@gnu.org>
15860
15861 * files.el (find-file-noselect-1): Undo previous change.
15862
15863 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
15864
15865 2002-06-07 Karl Fogel <kfogel@red-bean.com>
15866
15867 * bookmark.el (bookmark-file-or-variation-thereof): Just use
15868 Info-suffix-list, as suggested by Stefan Monnier.
15869
15870 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
15871
15872 * select.el (xselect-convert-to-string): If VALUE is a string,
15873 return a cons of TYPE and the string.
15874
15875 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15876
15877 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
15878 Fix the table to contain correct characters.
15879
15880 2002-06-04 Richard M. Stallman <rms@gnu.org>
15881
15882 * simple.el: Don't require cl.
15883
15884 2002-06-03 Richard M. Stallman <rms@gnu.org>
15885
15886 * dired.el (dired-do-shell-command): Doc fix in autoload.
15887
15888 * info.el (Info-extract-pointer): Ignore Info-header-line.
15889
15890 * progmodes/cc-mode.el (c-postprocess-file-styles):
15891 Do nothing except in CC modes.
15892
15893 * international/mule-cmds.el (select-safe-coding-system):
15894 When computing auto-cs, narrow to FROM...TO.
15895 Put save-excursion outside save-restriction.
15896 New arg FILE; use that for set-auto-coding.
15897
15898 2002-06-01 Richard M. Stallman <rms@gnu.org>
15899
15900 * simple.el (choose-completion-string-functions): Doc fix.
15901 (choose-completion-string): Add doc string.
15902
15903 2002-06-01 Kim F. Storm <storm@cua.dk>
15904
15905 * simple.el: Reworked previous change.
15906 (choose-completion-string1): Merged back into choose-completion-string.
15907 (choose-completion-string): Run choose-completion-string-functions
15908 after checking for proper minibuffer window. Added mini-p arg to
15909 the hook functions. Insert choice if all hook functions return nil.
15910 (choose-completion-string-functions): Doc update.
15911
15912 2002-06-01 Sam Steingold <sds@gnu.org>
15913
15914 * files.el (auto-mode-alist): Strip trailing ".in" from the file
15915 name when deciding the mode (for config.h.in, Makefile.in etc).
15916
15917 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
15918
15919 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
15920 ?/ and ?* entries to support /* */ style comments.
15921 (prolog-font-lock-keywords): New var.
15922 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
15923
15924 2002-06-01 Kim F. Storm <storm@cua.dk>
15925
15926 * simple.el (choose-completion-string-functions): New special hook.
15927 (choose-completion-string1): Renamed from choose-completion-string.
15928 (choose-completion-string): Run choose-completion-string-functions
15929 until success, and only call choose-completion-string1 if it fails.
15930
15931 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
15932
15933 * textmodes/ispell.el (autoloaded toplevel): Don't use
15934 ispell-library-directory without checking that it's bound.
15935
15936 2002-05-31 Kim F. Storm <storm@cua.dk>
15937
15938 * emulation/cua-base.el (cua--last-deleted-region-pos)
15939 (cua--last-deleted-region-text): New aux variables.
15940 (cua-delete-region): Set them.
15941 (cua-repeat-replace-region): Use them to find the replacement text.
15942
15943 2002-05-31 Juanma Barranquero <lektu@terra.es>
15944
15945 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
15946 Fix typos.
15947
15948 2002-05-31 Kim F. Storm <storm@cua.dk>
15949
15950 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
15951 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
15952 New custom variables.
15953 (grep-compute-defaults): Compute grep-tree-command's default value.
15954 (grep-expand-command-macros): New aux function.
15955 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
15956 (grep-tree): New command like grep-find but extended prompting.
15957
15958 2002-05-30 Richard M. Stallman <rms@gnu.org>
15959
15960 * files.el (find-file-default): Add defvar for var already used.
15961
15962 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
15963
15964 * subr.el (open-network-stream, open-network-stream-nowait)
15965 (open-network-stream-server, process-kill-without-query):
15966 Moved from simple.el.
15967
15968 * simple.el (open-network-stream, open-network-stream-nowait)
15969 (open-network-stream-server, process-kill-without-query):
15970 Moved to subr.el.
15971
15972 * simple.el (byte-compiling-files-p): Function deleted.
15973
15974 * textmodes/ispell.el (ispell-library-directory): Renamed from
15975 ispell-library-path. If Ispell is not installed, init to nil.
15976 (check-ispell-version): Doc fix.
15977 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
15978 initialize this unconditionally when ispell-menu-map-needed is t.
15979 Local `path' renamed to `dir'.
15980
15981 2002-05-30 Miles Bader <miles@gnu.org>
15982
15983 * calc/calc.el (calc-show-banner): New variable.
15984 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
15985 (calc-mode-var-list): Add `calc-show-banner'.
15986 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
15987 (calc-toggle-banner): New function.
15988 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
15989
15990 2002-05-29 Richard M. Stallman <rms@gnu.org>
15991
15992 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15993 When recognizing a def... construct, make that indentation
15994 tentative, so that it can be overridden if the list in question
15995 is not actually an expression.
15996 (common-lisp-indent-call-method): New subroutine.
15997
15998 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15999 Delete the output file if we get a file-error.
16000
16001 * tooltip.el (tooltip-mouse-motions-active): New variable.
16002 (tooltip-activate-mouse-motions): Don't kill track-mouse local
16003 if it was not made by us.
16004
16005 * mouse.el (mouse-set-font): Avoid misleading error message
16006 if user makes no selection.
16007
16008 * info.el (Info-setup-header-line): Don't hide the links line.
16009
16010 * files.el (find-file-noselect-1): Return the buffer we created
16011 even if it has been killed within `after-find-file'.
16012
16013 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
16014
16015 2002-05-29 Kim F. Storm <storm@cua.dk>
16016
16017 * simple.el (open-network-stream-server): Pass on optional args
16018 sentinel and filter to make-network-process (from Luke Gorrie).
16019
16020 2002-05-28 Colin Walters <walters@gnu.org>
16021
16022 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
16023
16024 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
16025 (byte-compile-delete-first): New function.
16026 (byte-compile-read-position): New variable.
16027 (byte-compile-last-position): New variable.
16028 (byte-compile-current-buffer): New variable.
16029 (byte-compile-log-1): Use it.
16030 (byte-compile-set-symbol-position): New function.
16031 (byte-compile-obsolete, byte-compile-callargs-warn)
16032 (byte-compile-arglist-warn, byte-compile-arglist-warn)
16033 (byte-compile-print-syms, byte-compile-file-form-defmumble)
16034 (byte-compile-check-lambda-list, byte-compile-lambda)
16035 (byte-compile-form, byte-compile-variable-ref)
16036 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
16037 (byte-compile-condition-case, byte-compile-defun)
16038 (byte-compile-defvar, byte-compile-autoload)
16039 (byte-compile-lambda-form): Use it.
16040 (byte-compile-from-buffer): Set it, and bind
16041 `read-with-symbol-positions' and `read-symbol-positions-list'.
16042
16043 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
16044
16045 2002-05-28 Kim F. Storm <storm@cua.dk>
16046
16047 * files.el (read-directory-name): New function.
16048 (cd): Use it instead of read-file-name.
16049
16050 2002-05-27 Kim F. Storm <storm@cua.dk>
16051
16052 * simple.el (push-mark-command): Added optional NOMSG arg.
16053
16054 * emulation/cua-base.el (cua-set-mark): Align pop to mark
16055 behaviour with standard set-mark-command.
16056 (cua--pre-command-handler): Use push-mark-command.
16057 (cua-repeat-replace-region): Improve functionality when
16058 repeated after moving point or changing buffer.
16059
16060 2002-05-26 Colin Walters <walters@verbum.org>
16061
16062 * startup.el (command-line): Use `when', `unless'.
16063 (command-line-1): New argument "--nosplash". Handle it.
16064
16065 * startup.el (inhibit-splash-screen): New variable alias for
16066 `inhibit-startup-message'.
16067
16068 * replace.el (perform-replace): Document return value. Use `pop'.
16069
16070 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
16071
16072 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
16073 and slightly changed behaviour, for `f90-previous-block-start' and
16074 `f90-next-block-end'.
16075 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
16076
16077 2002-05-26 Simon Josefsson <jas@extundo.com>
16078
16079 * fringe.el (set-fringe-mode): Work when updating
16080 `default-frame-alist'.
16081
16082 2002-05-26 Kim F. Storm <storm@cua.dk>
16083
16084 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
16085 (cua-repeat-replace-region): New command.
16086 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
16087 Misc improvements to the commentary.
16088
16089 2002-05-26 Simon Josefsson <jas@extundo.com>
16090
16091 * fringe.el (fringe-query-style): New fringe style "minimal".
16092
16093 2002-05-24 Simon Josefsson <jas@extundo.com>
16094
16095 * rot13.el (rot13-translate-table): New variable.
16096 (rot13, rot13-string, rot13-region): New functions.
16097
16098 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
16099
16100 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
16101 of wrong anchoring, e.g. for else-if compounds.
16102
16103 2002-05-25 Miles Bader <miles@gnu.org>
16104
16105 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
16106 (menu-bar-showhide-fringe-menu-customize-right)
16107 (menu-bar-showhide-fringe-menu-customize-disable):
16108 Use proper calling convention for `customize-set-value'.
16109 Require `fringe' before setting variable.
16110
16111 2002-05-25 Kim F. Storm <storm@cua.dk>
16112
16113 * emulation/cua-base.el (cua--self-insert-char-p): New function.
16114
16115 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
16116 binding in cua--global-mark-keymap using cua--self-insert-char-p
16117 to handle all global self inserting characters in gmark mode.
16118
16119 * emulation/cua-rect.el (cua--init-rectangles): Install default
16120 binding in cua--rectangle-keymap using cua--self-insert-char-p
16121 to handle all global self inserting characters in rectangle mode.
16122
16123 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
16124
16125 * net/ange-ftp.el (read-file-name-internal): Remove the
16126 `ange-ftp' property.
16127 (ange-ftp-real-read-file-name-internal): Remove.
16128
16129 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16130
16131 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
16132 `forward-line'.
16133 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
16134 (f90-previous-block-start): New navigation commands.
16135
16136 2002-05-20 Simon Josefsson <jas@extundo.com>
16137
16138 * fringe.el: New file.
16139
16140 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
16141 (menu-bar-showhide-fringe-menu): New menu.
16142 (menu-bar-showhide-menu): Add Fringe sub-menu.
16143
16144 2002-05-23 Colin Walters <walters@verbum.org>
16145
16146 * replace.el (occur-engine): Include all text properties except
16147 mouse-face on the newline at the end of occurences.
16148
16149 2002-05-23 Kim F. Storm <storm@cua.dk>
16150
16151 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
16152 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
16153 (apropos-command, apropos-value, apropos-documentation-internal)
16154 (apropos-documentation-check-doc-file)
16155 (apropos-documentation-check-elc-file): Use them to filter out
16156 false matches where only one keyword matches, but more than once.
16157
16158 * apropos.el (apropos-show-scores, apropos-orig-regexp)
16159 (apropos-all-regexp, apropos-synonyms, apropos-words)
16160 (apropos-all-words): New variables.
16161 (aprpos-words-to-regexp, apropos-rewrite-regexp)
16162 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
16163 (apropos-score-symbol): New functions.
16164 (apropos-command, apropos, apropos-value, apropos-documentation):
16165 Allow keywords in addition to regexp. Added scoring.
16166 (apropos-documentation-check-doc-file)
16167 (apropos-documentation-check-elc-file): Added scoring.
16168 (apropos-print): Sort according to score.
16169
16170 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
16171
16172 * info.el (Info-mode-hook): Change `font-lock-mode' to
16173 `turn-on-font-lock'.
16174
16175 * font-core.el (font-lock-function): New variable.
16176 (font-lock-default-function): New function, created from
16177 `font-lock-mode'.
16178 (font-lock-mode): Just funcall `font-lock-function'.
16179 (font-lock-symbol-category-alist): New variable.
16180
16181 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
16182
16183 * files.el (file-newest-backup): Use file-name-sans-versions.
16184
16185 * diff.el (diff-latest-backup-file): Replace the main code by
16186 a call of file-newest-backup.
16187
16188 2002-05-22 Mike Williams <mdub@bigfoot.com>
16189
16190 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
16191 the buffer.
16192
16193 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
16194
16195 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
16196 the last patch works around the wu-ftpd misfeature that prompted
16197 the disabling of this optimization.
16198
16199 2002-05-21 Colin Walters <walters@gnu.org>
16200
16201 * international/mule.el (make-coding-system): Doc fixes.
16202
16203 * international/mule.el (auto-coding-functions): New variable.
16204 (auto-coding-from-file-contents): Use it.
16205 (set-auto-coding): Update docs.
16206 (sgml-xml-auto-coding-function): New function.
16207
16208 * international/mule-util.el (truncate-string-to-width):
16209 New optional argument `ellipsis'. Add commented-out test suite, and
16210 change coding to iso-2022-7bit.
16211
16212 2002-05-21 Colin Walters <walters@verbum.org>
16213
16214 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
16215 (font-lock-multiline, font-lock-fontified, font-lock-mode)
16216 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
16217 (font-lock-global-modes): Moved to font-core.el.
16218 (font-lock-set-defaults-1): Partially moved to font-core.el.
16219
16220 * font-core.el: New file, with functions taken from font-lock.el.
16221 (font-lock-category-alist): New variable.
16222 (font-lock-mode): Use it.
16223 (font-lock-set-defaults): Partially taken from font-lock.el.
16224 Only load font-lock.el when necessary.
16225
16226 * loadup.el: Add font-core.el.
16227
16228 * replace.el (occur-mode-hook): New variable.
16229 (occur-fontify-region-function): Deleted.
16230 (occur-mode): Don't use it. Set up `font-lock-category-alist'
16231 instead.
16232 (occur-fontify-on-property): Deleted.
16233 (occur-engine): Use categories from `font-lock-category-alist'.
16234
16235 * info.el (Info-fontify): Deleted.
16236 (Info-select-node): Don't use it.
16237 (Info-mode-hook): New variable.
16238 (Info-mode): Set up categories.
16239 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
16240
16241 * ibuffer.el (ibuffer-formats): Update docs.
16242 (ibuffer-category-alist): New variable.
16243 (ibuffer-get-category): New function.
16244 (ibuffer-compile-make-eliding-form): Use category property instead
16245 of face.
16246 (ibuffer-compile-format): Pass current ibuffer buffer to column
16247 functions too.
16248 (ibuffer-buffer-name-category): New function.
16249 (ibuffer-compile-format): If the current column is a `name'
16250 column, figure out the appropriate category to put on it.
16251 (filename-and-process): Use category property.
16252 (ibuffer-fontify-region-function): Deleted.
16253 (ibuffer-unfontify-region-function): Deleted.
16254 (ibuffer-update-title-and-summary): Use category properties.
16255 (ibuffer-insert-filter-group): Ditto.
16256 (ibuffer-mode): Set up category properties.
16257
16258 2002-05-21 Colin Walters <walters@debian.org>
16259
16260 * replace.el (occur-engine): Increment globalcount all at once
16261 after searching a buffer.
16262 (occur-mode-map): Don't escape plain "o".
16263
16264 * ibuf-macs.el (define-ibuffer-column): Add third argument
16265 `ibuffer-buf'.
16266
16267 * ibuffer.el (toplevel): Require font-lock, to get the face
16268 definitions.
16269 (ibuffer-use-fontification): Deleted.
16270 (column filename-and-process): New column.
16271 (ibuffer-formats): Use it by default.
16272 (ibuffer-name-map, ibuffer-mode-name-map)
16273 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
16274 (ibuffer-do-save, ibuffer-do-toggle-modified)
16275 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
16276 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
16277 (ibuffer): New optional argument `formats'.
16278
16279 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
16280
16281 * indent.el (indent-rigidly): Mention how to remove all indentation.
16282
16283 2002-05-21 Colin Walters <walters@gnu.org>
16284
16285 * international/mule-diag.el (describe-char-after): Order display
16286 of text properties by the size of their value, for clarity.
16287
16288 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
16289
16290 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
16291 (ange-ftp-file-name-completion): Don't cons unnecessarily.
16292 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
16293
16294 * wid-edit.el (widget-color-complete):
16295 * progmodes/etags.el (tags-complete-tags-table-file):
16296 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
16297
16298 * textmodes/outline.el (outline-reveal-toggle-invisible):
16299 Reverse the meaning of the second arg.
16300
16301 * reveal.el (reveal-post-command): Reverse the semantics of
16302 reveal-toggle-invisible and support isearch-open-invisible-temporary.
16303
16304 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
16305
16306 * mail/sendmail.el (mail-recover-1): Remove (debug).
16307 (mail-signature): Fix :type.
16308 (mail-default-directory): New user option.
16309 (mail, mail-recover): Use that option.
16310
16311 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16312
16313 * international/mule.el (auto-coding-alist): Use emacs-mule
16314 for auto-save files.
16315
16316 2002-05-20 Miles Bader <miles@gnu.org>
16317
16318 * files.el (find-file-read-args): Don't trash existing value of
16319 `minibuffer-setup-hook', just add our hook to it.
16320
16321 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
16322
16323 * international/ucs-tables.el (unify-8859-on-encoding-mode)
16324 (unify-8859-on-decoding-mode): Change :version attributes to strings.
16325
16326 * simple.el (yank-excluded-properties): Change :version attribute
16327 to a string.
16328
16329 * dired.el (dired-view-command-alist): Change :version attribute
16330 to a string.
16331
16332 * xscheme.el (xscheme-start-hook): Change :version attribute to a
16333 string.
16334
16335 * find-dired.el (find-dired): Implement revert-buffer-function.
16336
16337 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
16338
16339 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
16340
16341 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
16342 (f90-get-present-comment-type): Fix earlier change.
16343 (f90-comment-indent): Doc fix.
16344 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
16345 (f90-looking-at-if-then): Remove lets.
16346 (f90-looking-at-where-or-forall): Handle if split over lines.
16347 (f90-change-keywords): Doc fix.
16348
16349 2002-05-19 Richard M. Stallman <rms@gnu.org>
16350
16351 * indent.el (indent-region): Make COLUMN arg optional.
16352
16353 * files.el (find-file-read-args): New function.
16354 (find-file, find-file-other-window, find-file-other-frame)
16355 (find-file-read-only, find-file-read-only-other-window)
16356 (find-file-read-only-other-frame): Use it.
16357
16358 * custom.el (custom-load-symbol): Verify that LOADED is a string.
16359
16360 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
16361 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
16362 (archive-zip-update-case): Use locate-file to decide whether
16363 to use pkzip.
16364 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
16365
16366 * files.el (locate-file): Doc fix.
16367
16368 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
16369
16370 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
16371 as an option.
16372
16373 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
16374
16375 * uniquify.el (uniquify-rationalize-file-buffer-names):
16376 Always strip the trailing / even if the file is not a directory.
16377
16378 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
16379
16380 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
16381 initialization in the defvar.
16382 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
16383 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
16384 (f90-font-lock-4): Move the doc strings.
16385 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
16386 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
16387 (f90-mode-abbrev-table): Initialize in the defvar, with
16388 define-abbrev-table.
16389
16390 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
16391
16392 * tar-mode.el (tar-octal-time): Fix last change.
16393
16394 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
16395
16396 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
16397 (report-emacs-bug): Store the prompt in
16398 `report-emacs-bug-text-prompt'. Move Configuration/Important
16399 settings information after the user's report.
16400 (report-emacs-bug-hook): Unclutter by deleting the content of
16401 `report-emacs-bug-text-prompt'.
16402
16403 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
16404
16405 * forms.el (forms-jump-record, forms-insert-record)
16406 (forms-delete-record): Calculate lines from the beginning of the
16407 accessible portion rather than from the beginning of the buffer.
16408
16409 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
16410
16411 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
16412 possibly missing encode-char.
16413 (ps-mule-font-info-database-bdf): Add associations for Unicode
16414 fonts. Doc fix.
16415 (ps-mule-font-info-database-ps-bdf): Doc fix.
16416 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
16417
16418 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
16419
16420 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
16421
16422 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16423 Find funs defined with defun-cvs-mode.
16424 (find-function-space-re): New const. Skips comments as well.
16425 (find-function-regexp, find-variable-regexp): Use it.
16426
16427 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
16428 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
16429 (cvs-mode-set-flags): Don't cons unnecessarily.
16430
16431 2002-05-16 Colin Walters <walters@debian.org>
16432
16433 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
16434 "Simple Calculator".
16435 (menu-bar-tools-menu) <calc>: New.
16436
16437 2002-05-16 Juanma Barranquero <lektu@terra.es>
16438
16439 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
16440
16441 * filesets.el (filesets-ormap): Fix typo.
16442
16443 * faces.el (describe-face): Fix typo.
16444
16445 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
16446
16447 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
16448 Don't treat (lambda () ...) as an expression.
16449
16450 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
16451
16452 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
16453
16454 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16455
16456 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
16457
16458 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
16459
16460 * progmodes/fortran.el (fortran-directive-re): New name for
16461 fortran-preprocessor-re. All usage updated.
16462 (fortran-calculate-indent): Give directives zero indentation.
16463
16464 2002-05-14 Jason Rumney <jasonr@gnu.org>
16465
16466 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
16467 displayed text and internal name as string.
16468
16469 2002-05-14 Kim F. Storm <storm@cua.dk>
16470
16471 * emulation/cua-rect.el (cua--rectangle-operation):
16472 Don't highlight empty lines in rectangles.
16473
16474 * emulation/keypad.el: Improved commentary.
16475 (keypad-setup, keypad-shifted-setup): Added choice to setup
16476 Numeric keypad with decimal key; value is selected character.
16477 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
16478 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
16479 (keypad-setup): Arg list changed to support the new options.
16480
16481 2002-05-14 Richard M. Stallman <rms@gnu.org>
16482
16483 * dabbrev.el (dabbrev-case-distinction): New option.
16484 (dabbrev--try-find): Handle dabbrev-case-distinction.
16485 (dabbrev--search): Clean up the code.
16486 (dabbrev-upcase-means-case-search): Doc fix.
16487 (dabbrev-case-replace): Fix custom tags and docs.
16488
16489 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
16490
16491 * calc/calc-units.el (math-standard-units): Update from CODATA.
16492
16493 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
16494
16495 * skeleton.el (skeleton-transformation): Default to `identity'.
16496 (skeleton-insert): Use `move-after' markers and `insert' rather
16497 than rely on insert-before-markers.
16498 (skeleton-internal-1): Handle `> \n' specially so that the newline
16499 is inserted before the first line is indented.
16500
16501 2002-05-14 Mike Williams <mdub@bigfoot.com>
16502
16503 * textmodes/sgml-mode.el (sgml-tag):
16504 Default skeleton-transformation to `identity'.
16505
16506 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
16507
16508 * shell.el (shell-mode): Make second part of initialisation
16509 depend on whether comint-input-ring is empty, rather than depend
16510 on it being nil.
16511
16512 2002-05-14 Richard M. Stallman <rms@gnu.org>
16513
16514 * files.el (make-auto-save-file-name):
16515 Delete the auto-save file after make-temp-file creates it.
16516
16517 2002-05-13 Kim F. Storm <storm@cua.dk>
16518
16519 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
16520 (cua-mode): Print Enabled/Disabled messages if interactive.
16521 Disable delete-selection-mode and pc-selection-mode when cua-mode
16522 is enabled; reenable if cua-mode is turned off.
16523 Remember setting of transient-mark-mode when cua-mode is enabled;
16524 restore if cua-mode is disabled.
16525
16526 2002-05-13 Richard M. Stallman <rms@gnu.org>
16527
16528 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
16529
16530 2002-05-13 Colin Walters <walters@gnu.org>
16531
16532 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
16533
16534 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
16535 (ibuffer-redisplay-engine): Handle it.
16536
16537 * add-log.el (add-log-mailing-address): Can be a list, too.
16538 (add-change-log-entry): If `add-log-mailing-address' is a list,
16539 then handle it.
16540
16541 2002-05-12 Colin Walters <walters@debian.org>
16542
16543 * replace.el (occur-1): New optional argument `buf-name'.
16544 (occur-revert-function): Use it.
16545
16546 (occur-1): Handle plurals.
16547
16548 (occur-engine): If there are no more matches, then finish
16549 searching the current buffer.
16550
16551 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16552
16553 * net/ange-ftp.el (ange-ftp-try-passive-mode)
16554 (ange-ftp-passive-host-alist): Change :version attributes to be
16555 strings.
16556
16557 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
16558
16559 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
16560 define-minor-mode.
16561
16562 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16563 Handle more whitespace/newline combinations in symbol definitions.
16564
16565 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
16566
16567 * w32-vars.el (w32)
16568 * vc-cvs.el (vc-cvs-global-switches)
16569 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
16570 * textmodes/sgml-mode.el (sgml-xml-mode)
16571 * ruler-mode.el (ruler-mode)
16572 * replace.el (query-replace-skip-read-only)
16573 * progmodes/fortran.el (fortran-preprocessor-re)
16574 * net/ange-ftp.el (ange-ftp-passive-host-alist)
16575 * mail/sendmail.el (mail-use-dsn)
16576 * faces.el (mode-line-inactive, minibuffer-prompt)
16577 * add-log.el (add-log-always-start-new-record): Change all
16578 post-21.1 :version attributes to 21.4.
16579
16580 2002-05-12 Richard M. Stallman <rms@gnu.org>
16581
16582 * mail/smtpmail.el (smtpmail-mail-address): New variable.
16583 (smtpmail-send-it): Bind and use that instead of `mail-address'.
16584 (smtpmail-via-smtp): Likewise.
16585
16586 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
16587 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
16588
16589 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
16590
16591 * subr.el (functionp): Catch errors in indirect-function.
16592
16593 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16594
16595 * net/ldap.el (ldap-search-internal): Unfold folded lines before
16596 parsing.
16597
16598 * cus-edit.el (customize-set-value): Rename `var' to `variable'
16599 and `val' to `value'.
16600 (customize-save-variable): Rename `var' to `'variable.
16601
16602 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
16603
16604 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
16605 Use it for font-locking and indentation.
16606 (fortran-previous-statement, fortran-next-statement): Make them
16607 skip over preprocessor lines.
16608 (fortran-calculate-indent): Use fortran-preprocessor-re.
16609
16610 2002-05-10 Kim F. Storm <storm@cua.dk>
16611
16612 * emulation/cua-base.el (cua-enable-cua-keys)
16613 (cua-enable-register-prefix): Added value for `other' choice.
16614
16615 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
16616
16617 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
16618 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
16619 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
16620 Run a named function.
16621 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
16622 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
16623 Fix help text.
16624
16625 2002-05-10 Kim F. Storm <storm@cua.dk>
16626
16627 * emulation/cua-base.el (cua-mode): Misc. changes to use
16628 emulation-mode-map-alists instead of minor-mode-map-alist.
16629
16630 2002-05-09 Richard M. Stallman <rms@gnu.org>
16631
16632 * mail/rmail.el (rmail-show-message):
16633 Catch error in check-coding-system.
16634
16635 * progmodes/compile.el (compilation-error-regexp-alist):
16636 New element to recognize Python error messages.
16637
16638 * shell.el (shell-replace-by-expanded-directory):
16639 If there's already a / at the end, don't add one.
16640
16641 2002-05-09 Colin Walters <walters@verbum.org>
16642
16643 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
16644 `ibuffer-filter-disable', `ibuffer-pop-filter',
16645 `ibuffer-or-filter', `ibuffer-negate-filter',
16646 `ibuffer-decompose-filter', `ibuffer-save-filters',
16647 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
16648 `ibuffer-save-filter-groups',
16649 `ibuffer-switch-to-saved-filter-groups',
16650 `ibuffer-delete-saved-filter-groups'.
16651
16652 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
16653
16654 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
16655
16656 * woman.el (woman-menu): Move symbol before the comment so that
16657 find-function-search-for-symbol finds it.
16658
16659 2002-05-10 Miles Bader <miles@gnu.org>
16660
16661 * facemenu.el (list-colors-display): Don't use
16662 `display-color-cells' unless the display class is one for which
16663 that info is relevant.
16664
16665 2002-05-09 Simon Josefsson <jas@extundo.com>
16666
16667 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
16668 calling buffer.
16669 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
16670 have the patch).
16671
16672 2002-05-09 Kim F. Storm <storm@cua.dk>
16673
16674 * wid-edit.el (checkbox): New check-mark image.
16675
16676 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16677
16678 * filesets.el (filesets-running-xemacs): Fix last change.
16679
16680 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
16681
16682 * help-fns.el (describe-function-1): If the source is
16683 `loaddefs.el', look for the real source. This is necessary only
16684 for defaliases.
16685
16686 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16687 Add autoload cookie.
16688 (find-function-regexp): Include
16689 "\(quote " to match the defaliases in loaddefs.el.
16690
16691 * filesets.el (filesets-conditional-sort): Use copy-sequence,
16692 not copy-list.
16693 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
16694 Defvar them to nil if running in Emacs.
16695
16696 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16697
16698 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
16699 to flyspell overlays.
16700
16701 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
16702
16703 2002-05-08 Richard M. Stallman <rms@gnu.org>
16704
16705 * diff.el (diff-regexp-alist): Doc fix.
16706
16707 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
16708
16709 2002-05-08 Simon Marshall <simon@gnu.org>
16710
16711 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
16712 the frame name as the car of a menu entry, rather than the frame.
16713
16714 2002-05-08 Juanma Barranquero <lektu@terra.es>
16715
16716 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
16717 in docstring.
16718
16719 2002-05-07 Colin Walters <walters@verbum.org>
16720
16721 * replace.el (occur-unfontify-region-function): Delete.
16722 (occur-mode): Don't use it.
16723 (occur-engine): Respect `keep-props'.
16724 (occur-accumulate-lines): If we're moving forward, decrement;
16725 don't increment, and vice versa.
16726
16727 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
16728
16729 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
16730 (tibetan-canonicalize-for-unicode-regexp): New variables.
16731 (tibetan-canonicalize-for-unicode-region): New function.
16732 (tibetan-strict-unicode): New variable.
16733 (tibetan-pre-write-canonicalize-for-unicode): New function.
16734
16735 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
16736
16737 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
16738 the autoload-cookie. Remove comment.
16739
16740 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
16741
16742 * rect.el (close-rectangle): Don't hide it behind the
16743 autoload-cookie.
16744
16745 2002-05-07 Juanma Barranquero <lektu@terra.es>
16746
16747 * windmove.el (windmove-default-keybindings): Add optional
16748 parameter to allow using a modifier other than 'shift.
16749
16750 2002-05-07 Thomas Link <t.link@gmx.at>
16751
16752 * filesets.el:
16753 (filesets-external-viewers): Fix customization problem.
16754 (filesets-some): Replaces cl's `some'. Calls changed.
16755 (filesets-member): Replaces cl's `member*'. Calls changed.
16756 (filesets-ormap): New function.
16757
16758 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
16759
16760 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
16761 menu items.
16762
16763 2002-05-07 Colin Walters <walters@gnu.org>
16764
16765 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
16766 (ibuffer-clear-filter-groups): Likewise.
16767 (ibuffer-kill-filter-group): Likewise.
16768 (ibuffer-kill-line): Likewise.
16769 (ibuffer-read-filter-group-name): New function.
16770 (ibuffer-jump-to-filter-group): Use it.
16771 (ibuffer-kill-filter-group): Likewise.
16772 (ibuffer-yank-filter-group): Likewise.
16773 (ibuffer-decompose-filter-group): New function.
16774
16775 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
16776 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
16777 guards for `ibuffer-pop-filter-group' and
16778 `ibuffer-clear-filter-groups'.
16779
16780 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
16781
16782 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16783 Use with-syntax-table.
16784
16785 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
16786
16787 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
16788
16789 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
16790
16791 * time-stamp.el (time-stamp-format): Doc fix: escape open
16792 parenthesis in column 0.
16793
16794 2002-05-04 Richard M. Stallman <rms@gnu.org>
16795
16796 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
16797 Handle both cases: when the menu item has cached info
16798 and when it doesn't.
16799
16800 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
16801 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
16802 (filesets-tree-max-level): Doc fix.
16803 (filesets-commands, filesets-external-viewers)
16804 (filesets-ingroup-patterns): Mark as risky.
16805 (filesets-cache-hostname-flag): Doc fix.
16806 (filesets-menu-cache-file): Doc fix. Mark as risky.
16807 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
16808 Don't defcustom them if running in Emacs.
16809
16810 2002-05-04 Thomas Link <t.link@gmx.at>
16811
16812 * filesets.el (filesets-ingroup-collect-files):
16813 Fix problem with inclusion groups' :scan-depth property.
16814
16815 2002-05-04 Colin Walters <walters@verbum.org>
16816
16817 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
16818 "Default" group earlier. Push killed group on
16819 `ibuffer-filter-group-kill-ring'.
16820 (ibuffer-kill-line): Document. Don't push killed group ourselves.
16821 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
16822 (ibuffer-insert-filter-group-before): New function, broken out
16823 from `ibuffer-yank'.
16824 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
16825
16826 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
16827 (ibuffer-mode-view-menu): Unused variables; deleted.
16828 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
16829
16830 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
16831
16832 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
16833 (toplevel): Bind filter group menu entries in it. Add :enable
16834 forms for some menu items.
16835 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
16836 to `ibuffer-mouse-popup-menu'.
16837 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
16838 group name, and if so, pop up a filter group menu.
16839
16840 2002-05-04 Jason Rumney <jasonr@gnu.org>
16841
16842 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
16843 (mwheel-scroll): Recognize nil scroll amount as documented.
16844
16845 * term/w32-win.el (mouse-wheel-scroll-line)
16846 (mouse-wheel-scroll-screen): Remove.
16847 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
16848
16849 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
16850
16851 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
16852
16853 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16854 Bind case-fold-search when searching.
16855
16856 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16857
16858 * apropos.el (apropos-print): Fix the reference to mouse-2.
16859
16860 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
16861
16862 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
16863
16864 2002-05-04 Kim F. Storm <storm@cua.dk>
16865
16866 * cus-edit.el (custom-buffer-verbose-help): New variable.
16867 (custom-buffer-create-internal): Remove verbose introduction
16868 in customization buffer when it is nil.
16869
16870 2002-05-03 Dave Love <fx@gnu.org>
16871
16872 * international/mule-cmds.el (select-safe-coding-system):
16873 Don't offer coding systems that use locking shift.
16874 Ask for confirmation if chosen coding system disagrees with
16875 a `coding:' spec in the file.
16876
16877 2002-05-03 John Wiegley <johnw@gnu.org>
16878
16879 * eshell/esh-var.el (eshell-modify-global-environment): Added this
16880 customization variable, which will cause any "export" commands
16881 within any eshell buffer to modify the global Emacs environment.
16882 It defaults to nil, which means that such commands will only
16883 modify that Eshell buffer's environment.
16884 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
16885
16886 * eshell/em-cmpl.el (eshell-command-completions-alist):
16887 Improve default completion targets for objdump, nm and readelf.
16888
16889 2002-05-03 Colin Walters <walters@verbum.org>
16890
16891 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
16892 (gamegrid-add-score-with-update-game-score):
16893 Use `shared-game-score-directory'. Correctly handle non-setuid case.
16894
16895 2002-05-02 Colin Walters <walters@verbum.org>
16896
16897 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
16898 (occur-1): If one of the buffers we're searching is the *Occur*
16899 buffer itself, handle it by creating a temporary buffer. If any
16900 of the buffers being searched are killed, note that in the search
16901 result message. Also, set local variables before we possibly kill
16902 the buffer.
16903
16904 2002-05-02 Kim F. Storm <storm@cua.dk>
16905
16906 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
16907 (menu-bar-options-save): Added cua-mode.
16908 (menu-bar-options-menu): Added toggle for cua-mode.
16909 Disable toggle for transient-mark-mode if cua-mode is enabled.
16910
16911 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
16912 variable.
16913
16914 2002-05-01 Richard M. Stallman <rms@gnu.org>
16915
16916 * help.el (view-todo): New function.
16917 (help-map): Bind C-h C-t to view-todo.
16918 (help-for-help): Change the text.
16919
16920 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16921
16922 * progmodes/f90.el: Yet more doc string, commment and whitespace
16923 changes.
16924 (f90-imenu-flag): New name for internal variable f90-imenu.
16925 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
16926 (f90-no-break-re): Use regexp-opt.
16927 (f90-end-type-re): Add closing "\\>".
16928 (f90-indent-region): Correctly indent comments embedded in
16929 continued lines.
16930 (f90-indent-new-line): Make it indent the current line, as it should.
16931 (f90-line-continued, f90-get-present-comment-type)
16932 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
16933 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
16934 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
16935 (f90-change-keywords): Minor code tidying.
16936
16937 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
16938 typo `fortran-strip-sqeuence-nos'.
16939
16940 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
16941
16942 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
16943 pop-up-window.
16944
16945 2002-05-01 Kim F. Storm <storm@cua.dk>
16946
16947 * emulation/cua-base.el (cua--pre-command-handler):
16948 Only interpret delete-selection property if mark-active.
16949 (cua-mode): Fixed require in defcustom.
16950
16951 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16952
16953 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
16954 error call.
16955
16956 2002-05-01 Colin Walters <walters@verbum.org>
16957
16958 * textmodes/tex-mode.el (tex-validate-buffer):
16959 Use `occur-revert-arguments' instead of setting `occur-nlines' and
16960 `occur-buffer'. Don't test for `input-pending-p' in loop.
16961 Set text property `occur-target' instead of `occur'.
16962
16963 2002-04-30 John Wiegley <johnw@gnu.org>
16964
16965 * align.el (align-region): Fixed the fix to align-region, because
16966 the "name" argument was appearing twice.
16967
16968 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
16969
16970 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
16971 to handle protection labels, one which doesn't get confused by
16972 inherit colons.
16973
16974 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
16975 functions that have "class" or "struct" in the return type as
16976 classes or structs.
16977
16978 2002-04-30 Kim F. Storm <storm@cua.dk>
16979
16980 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
16981 Options" to "New Options..."; rephrase tooltip.
16982 Rephrase tooltip for "Specific Option...".
16983 Added "Saved Options" item. [from Simon Marshall]
16984
16985 2002-04-30 Richard M. Stallman <rms@gnu.org>
16986
16987 * time.el (display-time-mail-directory)
16988 (display-time-mail-function): Doc fixes.
16989
16990 * ediff-hook.el: Remove autoload cookies.
16991
16992 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
16993
16994 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
16995
16996 * align.el (align-region): Fix call to `message'.
16997 Check that (car rule) is a symbol.
16998
16999 * autoinsert.el (auto-insert-directory): Doc fix.
17000
17001 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
17002
17003 * descr-text.el: New file, broken out of facemenu.el.
17004
17005 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
17006
17007 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
17008
17009 * mail/emacsbug.el (report-emacs-bug-hook):
17010 Use replace-match only if search was successful.
17011
17012 2002-04-29 Richard M. Stallman <rms@gnu.org>
17013
17014 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
17015
17016 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
17017 if the user edits the Emacs version number in the text.
17018
17019 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
17020 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
17021 (filesets-error): Simplify definition and make conditional
17022 on filesets-running-xemacs.
17023 (filesets-find-file-using): Renamed from fsfind-file-using.
17024
17025 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
17026
17027 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
17028 (Info-read-node-name-1): Complete file names.
17029 (Info-complete-menu-item): Don't cons unnecessarily.
17030
17031 * files.el (locate-file): New fun.
17032 (locate-file-completion): Rename from load-completion and generalize.
17033 (load-library): Use it.
17034 (make-auto-save-file-name): Expand caddr.
17035
17036 * newcomment.el (comment-fill-column): New var.
17037 (comment-indent): Use it.
17038 (comment-or-uncomment-region): New fun.
17039 (comment-dwim): Use it.
17040
17041 2002-04-29 Colin Walters <walters@verbum.org>
17042
17043 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
17044 (ibuffer-kill-line): Copy the filter group data structure when killing.
17045 (ibuffer-yank): Handle case where we're yanking on the default
17046 group correctly.
17047 (ibuffer-delete-saved-filter-groups): Doc fix.
17048
17049 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17050 Test whether or not update-game-score is setuid, and do the right
17051 thing.
17052
17053 2002-04-29 Kim F. Storm <storm@cua.dk>
17054
17055 * subr.el (remove-yank-excluded-properties): New helper function.
17056 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
17057
17058 * simple.el (yank-excluded-properties): Added help-echo to list.
17059
17060 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
17061
17062 * autoinsert.el (auto-insert-directory): Doc fix.
17063
17064 * progmodes/f90.el: Add/change doc strings for many inline
17065 functions. Whitespace changes.
17066 (f90-indent-line-no, f90-update-line): Minor code changes.
17067
17068 2002-04-29 Kim F. Storm <storm@cua.dk>
17069
17070 * emulation/cua-base.el: New file.
17071
17072 * emulation/cua-rect.el: New file.
17073
17074 * emulation/cua-gmrk.el: New file.
17075
17076 * emulation/keypad.el: New file.
17077
17078 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
17079
17080 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
17081 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
17082 New Vietnamese coding system.
17083
17084 * language/viet-util.el: Update Commentary section.
17085
17086 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17087
17088 * filesets.el (filesets-data): Doc fix.
17089 (filesets-running-xemacs): Define even when compiling.
17090
17091 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
17092 sentence.
17093
17094 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
17095
17096 * textmodes/fill.el (fill-context-prefix): Fix last change with
17097 yet-another-approach.
17098
17099 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
17100
17101 * net/ange-ftp.el (ange-ftp-passive-host-alist)
17102 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
17103
17104 * files.el (small-temporary-file-directory): Fix custom type.
17105
17106 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
17107
17108 * progmodes/f90.el (f90-xemacs-flag): New variable.
17109 (f90-mark-subprogram-overlay): New variable.
17110 (f90-mark-subprogram): Now it highlights the subprogram.
17111 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
17112 Fix highlighting of various "type" forms.
17113
17114 2002-04-28 Colin Walters <walters@verbum.org>
17115
17116 * ibuffer.el (ibuffer-mode): Additional documentation on filter
17117 groups.
17118
17119 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
17120
17121 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
17122 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
17123
17124 2002-04-28 Richard M. Stallman <rms@gnu.org>
17125
17126 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
17127 by 1 for the newly-readded #.
17128
17129 * files.el (make-auto-save-file-name): Specify # as suffix
17130 in the non-file-visiting case.
17131
17132 * subr.el (make-temp-file): New arg SUFFIX.
17133
17134 * filesets.el: New file.
17135
17136 * replace.el (occur-accumulate-lines): Avoid incf and decf.
17137 (occur-engine-add-prefix): New function.
17138 (occur-engine): Avoid using macrolet, incf and decf.
17139 Use occur-engine-add-prefix instead.
17140 Rename `l' to `lines' and `c' to `matches'.
17141
17142 * replace.el (occur-engine, occur-mode-mouse-goto)
17143 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
17144 (occur-mode-goto-occurrence-other-window)
17145 (occur-mode-display-occurrence): A position is just a marker,
17146 not a list.
17147
17148 * replace.el (occur-revert-arguments):
17149 Renamed from occur-revert-properties. All uses changed.
17150
17151 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17152
17153 * recentf.el (recentf-menu-before): Use string to specify path in
17154 the menu.
17155
17156 * international/mule-cmds.el (read-language-name): Take care of
17157 non-list values.
17158
17159 2002-04-27 Richard M. Stallman <rms@gnu.org>
17160
17161 * custom.el (custom-load-symbol): Moved from cus-edit.el.
17162 (custom-load-recursion): Likewise.
17163
17164 * cus-edit.el (custom-load-symbol): Moved to custom.el.
17165 (custom-load-recursion): Likewise.
17166
17167 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
17168 generated by easymenu are now lowercase.
17169
17170 2002-04-27 Richard M. Stallman <rms@gnu.org>
17171
17172 * menu-bar.el (menu-bar-update-buffers): Add menu items
17173 Next Buffer and Previous Buffer.
17174
17175 * simple.el (next-buffer, prev-buffer): New commands.
17176 Bind C-x left and C-x right to them.
17177
17178 * info.el (Info-header-line): Mark it as risky-local-variable.
17179
17180 * subr.el (insert-for-yank): Replace `category' property
17181 with whatever properties it stands for.
17182
17183 * subr.el (member-ignore-case): Ignore non-strings in LIST.
17184
17185 2002-04-27 Miles Bader <miles@gnu.org>
17186
17187 * faces.el (read-face-name): Format the prompt correctly when
17188 there's no default.
17189
17190 2002-04-26 Andrew Choi <akochoi@shaw.ca>
17191
17192 * term/mac-win.el: Don't call ediff-toggle-multiframe.
17193 Set default directory. Set process-connection-type to nil.
17194
17195 2002-04-26 Richard M. Stallman <rms@gnu.org>
17196
17197 * loadup.el: Explicitly load cus-face and timer.
17198
17199 * isearch.el: Don't require timer.
17200
17201 * faces.el: Don't require cus-face.
17202
17203 * cus-edit.el (customize-face): Use read-face-name
17204 and handle multiple faces.
17205 (customize-face-other-window): Make it work similarly.
17206
17207 * faces.el (read-face-name): New defaulting features.
17208 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
17209 (list-faces-display): Use the face, not its name string,
17210 as arg when running customize-face.
17211 Put a `read-face-name' prop on the entire line.
17212 (describe-face): Handle multiple faces via read-face-name.
17213
17214 * textmodes/tex-mode.el (tex-start-options): New variable.
17215 (tex-start-commands): New variable.
17216 (tex-start-options-string): Variable deleted.
17217 (tex-start-tex): Use tex-start-options and tex-start-commands,
17218 not tex-start-options-string.
17219 (tex-command): Doc fix.
17220
17221 2002-04-26 Sam Steingold <sds@gnu.org>
17222
17223 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
17224 not in the authinfo/netrc, keep `cred' at nil.
17225
17226 2002-04-26 Gerd Moellmann <gerd@gnu.org>
17227
17228 * find-file.el: Remove Ada-specific example code.
17229
17230 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
17231
17232 * ediff-hooks.el: Put back the autoloads.
17233
17234 2002-04-25 Colin Walters <walters@verbum.org>
17235
17236 * ibuffer.el (define column process): Use `ibuffer-aif'.
17237
17238 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
17239 defaults.
17240 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
17241 (ibuffer-save-filter-groups): Correctly structure filter groups.
17242 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
17243 groups.
17244
17245 2002-04-25 Simon Josefsson <jas@extundo.com>
17246
17247 * mail/sendmail.el (mail-use-dsn): New variable to request
17248 delivery status notification from MTA.
17249 (sendmail-send-it): Use it.
17250
17251 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
17252 (smtpmail-send-it): Use it to construct new queue filenames
17253 (needed if you send more than one message per second, which is
17254 possible if you use Gnus Agent).
17255
17256 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
17257 files as well.
17258 (smtpmail-try-auth-methods): Support netrc data.
17259 (netrc-parse): Autoload netrc.
17260
17261 2002-04-25 Colin Walters <walters@verbum.org>
17262
17263 * replace.el (multi-occur-by-filename-regexp): Doc fix.
17264 (occur-engine): Go to `point-min'. Make nlines argument actually
17265 mean number of context lines. Handle it. Pad digits to the right.
17266
17267 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
17268 `ibuffer-filter-groups'. All users updated.
17269 (ibuffer-show-empty-filter-groups): New variable.
17270 (ibuffer-saved-filter-groups): New variable.
17271 (ibuffer-maybe-save-stuff): Renamed from
17272 `ibuffer-maybe-save-saved-filters'. Callers updated.
17273 Handle `ibuffer-saved-filter-groups'.
17274 (ibuffer-hidden-filtering-groups): Renamed to
17275 `ibuffer-hidden-filter-groups'.
17276 (ibuffer-filter-group-kill-ring): New variable.
17277 (ibuffer-save-with-custom): Doc fix.
17278 (ibuffer-set-filter-groups-by-mode): New function.
17279 (ibuffer-clear-filter-groups): New function.
17280 (ibuffer-current-filter-groups-with-position): Renamed from
17281 `ibuffer-current-filter-groups'. Callers updated.
17282 (ibuffer-kill-filter-group): New function.
17283 (ibuffer-kill-line): New function.
17284 (ibuffer-yank): New function.
17285 (ibuffer-save-filter-groups): New function.
17286 (ibuffer-delete-saved-filter-groups): New function.
17287 (ibuffer-switch-to-saved-filter-groups): New function.
17288 (ibuffer-mark-on-buffer): Add optional arguments for adding a
17289 specific mark, and marking on a specific group.
17290
17291 * ibuffer.el (ibuffer-formats): Doc fix.
17292 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
17293 Bind new functions from ibuf-ext.el. Add menu entries for them.
17294 Remove superfluous tooltips.
17295 (ibuffer-toggle-marks): If on a group name, then toggle marks just
17296 in that group.
17297 (ibuffer-mark-interactive): Handle filter groups.
17298 (ibuffer-mark-forward, ibuffer-unmark-forward)
17299 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
17300 (ibuffer-mark-for-delete-backwards): Update docs.
17301 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
17302 to `ibuffer-current-filter-groups-with-position'.
17303 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
17304 (ibuffer-mode): Add some documentation about filter groups.
17305
17306 2002-04-25 Andreas Schwab <schwab@suse.de>
17307
17308 * find-dired.el (find-name-dired): Don't quote pattern twice.
17309
17310 2002-04-26 Miles Bader <miles@gnu.org>
17311
17312 * cus-edit.el (customize-face, customize-face-other-window):
17313 Use default instead of initial-input for suggested face.
17314
17315 2002-04-25 Gerd Moellmann <gerd@gnu.org>
17316
17317 * cus-edit.el (customize-face-other-window, customize-face):
17318 Interactively, when point is on text with a face, suggest to
17319 customize that face.
17320
17321 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17322
17323 * progmodes/f90.el: General tidy-up of commentary and some doc
17324 strings.
17325
17326 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17327
17328 * scroll-all.el (scroll-all-function-all) New function to do the
17329 actual work.
17330 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
17331 scroll-all-page-down-all, scroll-all-page-up-all,
17332 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
17333 Make them use scroll-all-function-all.
17334
17335 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
17336 with line-beginning-position.
17337 (f90-get-end-of-line): Removed and replaced with line-end-position.
17338 (f90-match-piece): Removed and replaced with match-string.
17339 (f90-current-indentation): Remove `current-column'.
17340 (f90-get-present-comment-type): Use match-string rather than
17341 buffer-substring.
17342 (f90-match-end): Use line-beginning-position, line-end-position
17343 rather than beginning-of-line, end-of-line.
17344 (f90-startup-message): Variable removed.
17345
17346 2002-04-24 Colin Walters <walters@verbum.org>
17347
17348 * replace.el (occur-accumulate-lines): Add optional argument
17349 `no-props'. Handle it.
17350 (occur-engine): Use it.
17351
17352 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
17353 up autoloads manually.
17354 (ibuffer-split-list): New function.
17355 (ibuffer-filtering-groups): New variable.
17356 (ibuffer-hidden-filtering-groups): New variable.
17357 (ibuffer-mouse-toggle-filter-group): New function.
17358 (ibuffer-toggle-filter-group): New function.
17359 (ibuffer-toggle-filter-group-1): New function.
17360 (ibuffer-forward-filter-group): New function.
17361 (ibuffer-backward-filter-group): New funtion.
17362 (ibuffer-generate-filter-groups): New function.
17363 (ibuffer-filters-to-filter-group): New function.
17364 (ibuffer-pop-filter-group): New function.
17365 (ibuffer-jump-to-filter-group): New function.
17366 (ibuffer-do-occur): Just use `occur-read-primary-args'
17367
17368 * ibuffer.el (ibuffer-filter-group-name-face): New.
17369 (ibuffer-mode-map): Bind and add menu entries for most new
17370 functions; also, bind the arrow keys to the movement functions.
17371 (ibuffer-mode-filter-group-map): New.
17372 (ibuffer-mouse-toggle-mark): Handle group names.
17373 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
17374 (ibuffer-skip-properties): New function.
17375 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
17376 group names. Also, handle new properties.
17377 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
17378 Move error handling to `ibuffer-current-buffer'.
17379 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
17380 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
17381 (ibuffer-toggle-marks): Add optional group argument.
17382 (ibuffer-mark-interactive): Skip group names.
17383 (ibuffer-current-buffer): Clean up error handling.
17384 (ibuffer-fontify-region-function): Fontify group names.
17385 (ibuffer-map-lines): Add extra group argument. Handle it.
17386 (ibuffer-current-filter-groups): New function.
17387 (ibuffer-redisplay): Handle hidden filtering groups.
17388 (ibuffer-sort-bufferlist): New function, taken from
17389 `ibuffer-insert-buffers-and-marks'.
17390 (ibuffer-insert-filter-group): New function.
17391 (ibuffer-redisplay-engine): Renamed from
17392 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
17393 (ibuffer): Add filter-groups argument. Handle it.
17394 Use `save-selected-window'.
17395 (ibuffer-mode): Make `ibuffer-filtering-groups' and
17396 `ibuffer-hidden-filtering-groups' buffer-local.
17397
17398 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
17399
17400 2002-04-24 Richard M. Stallman <rms@gnu.org>
17401
17402 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
17403 (easy-menu-define-key-intern): Function deleted; callers intern
17404 and then call easy-menu-define-key.
17405 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
17406 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
17407 (easy-menu-name-match): New function.
17408 (add-submenu): New function.
17409 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
17410
17411 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
17412
17413 * menu-bar.el (menu-bar-adv-search-menu)
17414 (menu-bar-adv-search-menu): Improve the help text.
17415
17416 2002-04-24 Simon Josefsson <jas@extundo.com>
17417
17418 * net/netrc.el: New file.
17419
17420 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
17421
17422 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
17423 Check if any of the available selection sources has new content
17424 and if so it will return that content.
17425
17426 2002-04-24 Miles Bader <miles@gnu.org>
17427
17428 * menu-bar.el (buffers-menu-show-directories)
17429 (buffers-menu-show-status): New variables.
17430 (menu-bar-update-buffers-1): Use them.
17431
17432 2002-04-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17433
17434 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
17435 from `c-do-auto-fill' and point is at or near the limit of the
17436 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
17437 is longer than the text on the first line of the comment when
17438 it's masked.
17439
17440 2002-04-24 Miles Bader <miles@gnu.org>
17441
17442 * menu-bar.el (menu-bar-update-buffers-1): Make sure
17443 `uniquify-buffer-name-style' is bound.
17444
17445 2002-04-23 Colin Walters <walters@verbum.org>
17446
17447 * replace.el (toplevel): Require `cl' while compiling.
17448 (occur-buffer, occur-nlines): Delete.
17449 (occur-revert-properties): Rename to `occur-revert-properties'.
17450 (occur-mode): Handle it. Set up font lock.
17451 (occur-revert-function): Simply apply `occur-1'.
17452 (occur-mode-find-occurence, occur-mode-mouse-goto)
17453 (occur-mode-goto-occurrence-other-window)
17454 (occur-mode-display-occurrence): Handle buffer property.
17455 (list-matching-lines-face): Use defcustom.
17456 (list-matching-lines-buffer-name-face): New variable.
17457 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
17458 in ibuffer.el.
17459 (occur-read-primary-args): Move out of `occur'.
17460 (occur): Delete. Now simply call `occur-1'.
17461 (multi-occur, multi-occur-by-filename-regexp): New functions.
17462 (occur-1): New function.
17463 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
17464 previous implementation of `occur'; taken from ibuf-ext.el.
17465 (occur-fontify-on-property): New function.
17466 (occur-fontify-region-function, occur-unfontify-region-function):
17467 New functions.
17468
17469 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
17470
17471 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
17472 (ibuffer-occur-match-face): Delete.
17473 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
17474 (ibuffer-occur-mouse-display-occurence): Delete.
17475 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
17476 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
17477 (ibuffer-occur-engine): Moved to replace.el.
17478 (ibuffer-do-occur): Simply call `occur-1'.
17479
17480 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17481 Handle the case where we're already viewing the score file.
17482
17483 2002-04-23 Andreas Schwab <schwab@suse.de>
17484
17485 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
17486 next-tag-otherw.
17487
17488 2002-04-23 Miles Bader <miles@gnu.org>
17489
17490 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
17491 directory separator if there's no directory. Don't display
17492 directories at all if uniquify is active. Some code cleanup.
17493 (uniquify-buffer-name-style): Declare (but don't initialize).
17494
17495 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
17496 for command menu entries, since the low-level menu code modifies
17497 them. Cache the resulting list.
17498 (menu-bar-buffers-menu-command-entries): New variable.
17499
17500 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
17501 Add separator line before commands
17502 Remove old crufty code that tried to line things up by adding
17503 spaces to entries (it doesn't work).
17504 Move `Frames' submenu after the normal buffers, and add a
17505 separator line before it.
17506 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
17507
17508 2002-04-22 Richard M. Stallman <rms@gnu.org>
17509
17510 * files.el (after-find-file): Use %s to output MSG.
17511
17512 * dired.el (dired-mouse-find-file-other-window):
17513 Handle events that move out of the window.
17514
17515 2002-04-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17516
17517 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
17518 was moved to the following line when it was at the first line
17519 of a block comment where comment-start-skip matched to eol.
17520
17521 2002-04-22 Richard M. Stallman <rms@gnu.org>
17522
17523 * simple.el (line-move-finish): Find beg and end of line
17524 before calling line-move-to-column. Do consider intangible
17525 when finding the end. Take more care in analyzing the results
17526 of intangibility after line-move-to-column.
17527
17528 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17529
17530 * international/mule-diag.el (list-input-methods-1): Doc fix
17531 (LEIM is now part of the standard distribution).
17532
17533 * tmm.el (tmm-completion-prompt): Doc fix.
17534
17535 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
17536
17537 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
17538
17539 * diary-lib.el (include-other-diary-files): Allow modifying
17540 included buffer, to turn off selective display.
17541
17542 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17543
17544 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
17545 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
17546 emacsen that doesn't support it.
17547
17548 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17549
17550 * progmodes/cc-align.el, progmodes/cc-engine.el,
17551 progmodes/cc-styles.el, progmodes/cc-vars.el
17552 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
17553 Find correct anchor for statement-cont in top level constructs.
17554 Analyze variable initializations in top level constructs as
17555 topmost-intro-cont instead of statement-cont. That is an
17556 incompatible change but it gives better consistency. The new
17557 lineup function c-lineup-topmost-intro-cont' compensates for
17558 it and is now put on topmost-intro-cont by default.
17559
17560 * progmodes/cc-align.el, progmodes/cc-engine.el,
17561 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
17562 contributed by Kevin Ryde.
17563
17564 (c-in-gcc-asm-p): Function to recognize asm statements.
17565 Contributed by Kevin Ryde.
17566
17567 (c-opt-asm-stmt-key): New language variable to recognize the
17568 beginning of asm statements.
17569
17570 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17571
17572 * progmodes/cc-engine.el (c-guess-basic-syntax):
17573 Detect variable declarations after class and struct declarations
17574 correctly. Fixed limit error when finding the anchor for
17575 template-args-cont and topmost-intro-cont.
17576
17577 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17578
17579 * progmodes/cc-cmds.el (c-beginning-of-defun)
17580 (c-declaration-limits): Find the "line oriented" declaration
17581 start too, just like the "line oriented" end is found.
17582
17583 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17584
17585 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
17586 for `inexpr-statement'. This is not compatible, though.
17587 I think the benefit of a good default style outweights that in
17588 this case. Besides, `inexpr-statement' is not very common.
17589
17590 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17591
17592 * progmodes/cc-cmds.el (c-electric-delete-forward):
17593 Fix silly bug that caused it to delete backwards in hungry delete
17594 mode. (It's amazing that this bug hasn't been reported.)
17595
17596 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
17597 Extracted the code to get the declaration limits from
17598 `c-mark-function' to a new `c-declaration-limits'.
17599
17600 (c-indent-defun): Use the same method to get the limits of the
17601 declaration or macro as `c-mark-function'.
17602
17603 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
17604 list initializers correctly (but costly; it ought to be
17605 integrated into `c-beginning-of-statement-1').
17606
17607 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17608
17609 * progmodes/cc-cmds.el, progmodes/cc-engine.el
17610 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
17611 Rewritten to detect the declaration limits better.
17612 Now handles K&R argdecls, class definitions followed by variables etc.
17613
17614 (c-in-knr-argdecl): Broke out the K&R argdecl test in
17615 `c-beginning-of-decl-1' to this new function.
17616
17617 (c-end-of-statement-1, c-end-of-decl-1):
17618 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
17619 handles declarations that continue after the block.
17620
17621 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17622 Added an option to restrict matching to the top level of the
17623 current paren sexp.
17624
17625 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
17626 New regexp to recognize declarations that continue after the block.
17627
17628 (c-syntactic-eol): New regexp to match a "syntactic" eol.
17629
17630 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17631
17632 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
17633 that often caused the backward limit to be lost at the top
17634 level. This improves performance a bit.
17635
17636 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17637 New function that works like `re-search-forward' but only returns
17638 matches in syntactically significant text.
17639
17640 * progmodes/cc-engine.el: Fixed a faster and more accurate way
17641 to recognize K&R argdecls.
17642
17643 (c-beginning-of-decl-1): New function that put point at the
17644 beginning of the declaration. It handles K&R argdecl blocks.
17645
17646 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
17647 code with one that doesn't depend on the current indentation.
17648 The anchor position for `knr-argdecl' has also changed, but in
17649 a way that is unlikely to cause compatibility problems.
17650
17651 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17652
17653 * progmodes/cc-defs.el, progmodes/cc-engine.el
17654 (c-forward-comment): `forward-comment' in XEmacs skips over
17655 line continuations in the backward direction. Correct for
17656 that. Also made this a defun since it has grown too large now
17657 to be a defsubst.
17658
17659 * progmodes/cc-langs.el: More convenient and decentralized
17660 setup of the language specific variables. The regexp-opt
17661 mangling is also done at compile time now.
17662
17663 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17664
17665 * progmodes/cc-cmds.el (c-indent-line-or-region):
17666 Call `c-indent-line' directly instead of through
17667 `indent-according-to-mode' so that this function always
17668 indents syntactically.
17669
17670 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
17671 where a class beginning with a nested class could cause an
17672 infinite loop (the state outside the narrowed out class is
17673 never used now).
17674
17675 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17676
17677 * progmodes/cc-align.el, progmodes/cc-cmds.el,
17678 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
17679 the context sensitive analysis inside macros is restricted to
17680 the bodies of #define's; other things, like #if expressions,
17681 never have anything in common with their surroundings.
17682 The old `cpp-macro-cont' syntax is now used in situations where
17683 the syntactic analysis isn't applicable, and a new syntactic
17684 element `cpp-define-intro' is used to add indentation in
17685 #define bodies.
17686
17687 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
17688 better reflect its use.
17689
17690 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
17691 continuation backslashes in the detection of `arglist-cont-nonempty'.
17692
17693 * progmodes/cc-align.el: Use the vector form in the return
17694 value in all cases where lineup functions return absolute columns.
17695
17696 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17697
17698 * progmodes/cc-engine.el (c-add-stmt-syntax)
17699 (c-guess-basic-syntax): Anchor `brace-list-intro' and
17700 `bracec-list-close' better for brace lists nested inside expressions.
17701
17702 * progmodes/cc-engine.el, progmodes/cc-langs.el,
17703 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
17704 various language specific variables and their initialization.
17705 The keyword regexps are now lists that are combined with
17706 regexp-opt. Some variables have changed names to fit better
17707 with the naming convention.
17708
17709 * progmodes/cc-defs.el, progmodes/cc-vars.el
17710 (c-buffer-is-cc-mode): The value is the mode symbol of the
17711 original CC Mode mode.
17712
17713 (c-major-mode-is): Compare against the buffer local variable
17714 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
17715
17716 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17717
17718 * progmodes/cc-engine.el (c-forward-syntactic-ws)
17719 (c-backward-syntactic-ws, c-forward-token-1)
17720 (c-backward-token-1, c-in-literal, c-literal-limits)
17721 (c-collect-line-comments, c-literal-type, c-on-identifier)
17722 (c-guess-basic-syntax): These functions are now considered part
17723 of the "CC Mode API" and may be used by other code.
17724 That's signified by making their documentation into docstrings.
17725
17726 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
17727 Removed these internal functions since they aren't used.
17728
17729 (c-forward-to-cpp-expression): Classified this function as internal.
17730
17731 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17732
17733 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
17734 Simplified these regexps; the class keywords they contain
17735 ought to be enough to avoid false matches, so checking for
17736 following identifiers etc is just unnecessary (and might also
17737 fail for oddly formatted code).
17738
17739 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17740
17741 * progmodes/cc-engine.el, progmodes/cc-cmds.el
17742 (c-forward-comment-lc): New function that behaves like
17743 `c-forward-comment', with the exception that line
17744 continuations are treated as whitespace.
17745
17746 (c-beginning-of-statement): Use `c-forward-comment-lc', to
17747 work correctly in macros and other places where line
17748 continuations should be treated as whitespace.
17749
17750 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
17751 normal label in a switch block as a case label, to get
17752 consistent lineup with the case labels.
17753
17754 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
17755 in skipping over a macro that ends with an empty line.
17756
17757 * progmodes/cc-styles.el: Require cc-align since styles added
17758 with `c-add-style' often contains references to functions
17759 defined there, and so the `c-valid-offset' check might
17760 otherwise complain on them.
17761
17762 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17763
17764 * progmodes/cc-align.el, progmodes/cc-mode.texi,
17765 progmodes/cc-vars.el: Added two new lineup functions:
17766
17767 (c-lineup-knr-region-comment): A new lineup function to get
17768 (what most people think is) better indentation of comments in
17769 the "K&R region" between the function header and its body.
17770
17771 (c-lineup-gcc-asm-reg): New lineup function for better
17772 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
17773
17774 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
17775 `c-lineup-knr-region-comment' in the default offset
17776 configuration, since these two functions have little impact
17777 outside their intended use, and they generally do the right
17778 thing when they kick in.
17779
17780 * progmodes/cc-engine.el (c-guess-continued-construct)
17781 (c-guess-basic-syntax): Handle nested functions in all
17782 languages, not just Pike. In C and C++ there's a gcc
17783 extension for this, and it also gives better treatment of
17784 macros that are followed by blocks.
17785
17786 * progmodes/cc-langs.el (c-symbol-key): Made this variable
17787 mode specific, to handle Pike special symbols like `== better.
17788
17789 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17790
17791 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
17792 progmodes/cc-vars.el (c-report-syntactic-errors): A new
17793 variable to control the syntactic error messages. It defaults
17794 to off; since CC Mode ignores most syntactic errors it might
17795 as well ignore them all for the sake of consistency.
17796
17797 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17798
17799 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
17800 Optimization. Can give a noticeable speedup if there's a
17801 large preceding function or class body.
17802
17803 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17804
17805 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
17806 efficient and correct insertion functions in many places.
17807 Always inherit text properties correctly if the text is
17808 permanent. Also do it for speed in temporary insertions,
17809 since I figure it's less work to continue the surrounding text
17810 properties than to break them.
17811
17812 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
17813 completion to make it easier to enter lists.
17814
17815 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17816
17817 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
17818 c-state-cache was clobbered.
17819
17820 * progmodes/cc-cmds.el, progmodes/cc-engine.el
17821 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
17822 to dependency.
17823
17824 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17825
17826 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
17827 open parens in macros (if point isn't in the same one).
17828
17829 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17830
17831 * progmodes/cc-cmds.el (c-context-open-line): New function
17832 that is the `open-line' equivalent to `c-context-line-break'.
17833
17834 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
17835 for Emacs 21 since `indent-new-comment-line' has been changed
17836 to `comment-indent-new-line' there.
17837
17838 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17839
17840 * progmodes/cc-engine.el, progmodes/cc-langs.el
17841 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
17842 New variables containing the character sets used to recognize
17843 statement/declaration boundaries. These variables might help
17844 to support languages like javascript and awk, where newlines
17845 sometimes delimits statements.
17846
17847 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
17848 the set of statement delimiting characters, to allow it to be
17849 changed dynamically and per-mode.
17850
17851 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17852
17853 * progmodes/cc-engine.el (c-looking-at-bos)
17854 (c-looking-at-inexpr-block, c-add-stmt-syntax)
17855 (c-guess-basic-syntax): Treat blocks directly inside function
17856 calls like "bare" statements inside function calls, and not
17857 like in-expression statements. This to make indentation of
17858 such blocks consistent with other statements inside macro calls.
17859
17860 * progmodes/cc-engine.el (c-guess-basic-syntax):
17861 Made arglist-cont anchor correctly in arglists that contain statements.
17862
17863 * progmodes/cc-engine.el (c-guess-basic-syntax):
17864 Fixed consistent anchoring of defun-block-intro in defuns in code
17865 blocks (can only occur in Pike).
17866
17867 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17868 (c-looking-at-inexpr-block-backward): Changed the arguments to
17869 require containing sexps and paren state, for better efficiency.
17870
17871 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17872
17873 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
17874 progmodes/cc-vars.el: Improved anchoring of statement and
17875 handling of labels in front of substatements.
17876
17877 (c-guess-continued-construct, c-guess-basic-syntax):
17878 Improved and unified anchoring at statements. Statements beginning
17879 with comments or labels are now avoided, by going out of
17880 blocks and containing statements if necessary. This nesting
17881 handling also fixes the case when there's a statement after a
17882 block open brace. Added the syntactic symbol `substatement-label'.
17883
17884 (c-electric-colon): Map the new `substatement-label' to
17885 `label' when consulting `c-hanging-colons-alist'.
17886
17887 (c-offsets-alist): Added substatement-label. Updated the
17888 comments for the new anchoring positions at statements.
17889
17890 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
17891 anchor points for knr-argdecl-intro and access-label.
17892 They used to refer to some point on the same line, a bug which was
17893 neutralized by a kludge in `c-get-syntactic-indentation' which
17894 ignored such anchor points.
17895
17896 (c-get-syntactic-indentation): Removed the kludge that was
17897 necessary due to buggy anchor points.
17898
17899 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
17900 the absence of a comma before arglist-close (case 7A) in any
17901 language, since there's nothing better to do that case anyway.
17902 Added special case to make in-expression statements be
17903 recognized as normal arglist-cont if we're directly in a macro
17904 arglist, for consistency with other "bare" statements.
17905
17906 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
17907 limit arg for backward searches.
17908
17909 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
17910 Anchor gcc in-expression statements at the surrounding open
17911 parenthesis. Treat a class body as an in-expression class if
17912 it's used in an object clone expression in Pike.
17913
17914 * progmodes/cc-engine.el (c-get-offset)
17915 (c-get-syntactic-indentation): Allow several anchor positions
17916 in the list of syntactic symbols. Only the first is used as
17917 the base for the offset calculation.
17918
17919 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17920
17921 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
17922 macro if inside one at the top level. Do not throw an error
17923 if used at the top level outside a macro.
17924
17925 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
17926 alignment only if the backslashes can't be aligned with
17927 surrounding backslashes.
17928
17929 * progmodes/cc-engine.el (c-end-of-macro): New function.
17930
17931 * progmodes/cc-engine.el (c-least-enclosing-brace):
17932 Rewritten to not be destructive.
17933
17934 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17935
17936 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
17937 line break when point is inside the content of it; if it's in
17938 the cpp keyword a normal line break is done.
17939
17940 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
17941 cpp-macro-cont inside the argument list to a #define.
17942
17943 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17944
17945 * progmodes/cc-defs.el (c-forward-comment): Implemented a
17946 kludge to avoid the problem most forward-comment incarnations
17947 have with `\' together with comment parsing.
17948
17949 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17950
17951 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
17952 which could cause the state returned by `c-parse-state' to
17953 lack a closed paren element. That in turn could result in
17954 very long searches, since it's common that they start from the
17955 last preceding close brace.
17956
17957 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17958
17959 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
17960 treat else-if as a single continuation, since that'd make it
17961 hard to get the right anchor point when there's a line break
17962 between the two keywords. This change causes else-clause to
17963 be anchored on the closest preceding else-if and not always on
17964 the starting if, but that doesn't affect the indentation for
17965 any reasonably sane style. Also introduced a noerror flag.
17966
17967 (c-beginning-of-closest-statement): Removed;
17968 c-beginning-of-statement-1 now avoids the problem this one solved.
17969
17970 * progmodes/cc-engine.el (c-guess-continued-construct)
17971 (c-guess-basic-syntax): Better and more uniform anchor points
17972 for 'statement-cont and 'substatement. The effect is
17973 noticeable mostly when there's a label on the same line as the
17974 beginning of the statement, or when there are more stuff
17975 before the start of the statement.
17976
17977 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
17978 Added flag to disable looking at the type of the surrounding paren
17979 since that confuses c-beginning-of-statement-1 and a couple of
17980 other places.
17981
17982 * progmodes/cc-engine.el (c-guess-basic-syntax):
17983 Avoid stepping to the previous statement in case 18.
17984 Improvements in recognition of statement blocks on the top level.
17985
17986 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17987
17988 * progmodes/cc-engine.el (c-beginning-of-statement-1)
17989 (c-crosses-statement-barrier-p): Rewritten to get a well
17990 defined and documented behavior. This fixes some tricky cases
17991 in recognition of do-while constructs.
17992
17993 (c-backward-to-start-of-do, c-backward-to-start-of-if):
17994 Removed; use c-beginning-of-statement-1 instead.
17995
17996 (c-guess-continued-construct, c-guess-basic-syntax):
17997 Various fixes to not depend on the bugs previously in
17998 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
17999 use the new behavior of c-beginning-of-statement-1 better.
18000 Fixed recognition of catch blocks inside macros.
18001
18002 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
18003 in skipping over a macro.
18004
18005 * progmodes/cc-langs.el (c-label-kwds): New variable to
18006 contain the appropriate c-*-label-kwds value.
18007
18008 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
18009 evaluation bug that caused the widget for
18010 c-block-comment-prefix to bug out.
18011
18012 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18013
18014 * progmodes/cc-engine.el (c-guess-basic-syntax):
18015 Improved recognition of statements: They are now recognized in
18016 contexts where they normally can't occur, e.g. on the top level or
18017 in function call arguments. This is mainly useful to recognize
18018 statements in macros at the top level, and in arguments to
18019 macros. The cases has been moved around quite a bit, and case
18020 10 has been copied to case 18. (The cases has not been
18021 renumbered because of this.)
18022
18023 (c-guess-continued-construct): New function which has the
18024 rules which are common between cases 10 and 18.
18025
18026 * progmodes/cc-engine.el (c-beginning-of-statement-1)
18027 (c-backward-to-start-of-do, c-backward-to-start-of-if):
18028 Fixes so that they really obey the passed limits.
18029
18030 (c-safe-position): Return nil if the state doesn't contain a
18031 suitable position.
18032
18033 (c-guess-basic-syntax): Fixes some too short limits in calls
18034 to c-beginning-of-statement-1. Some fixes for top level
18035 analysis in ObjC mode.
18036
18037 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18038 Fixed bug in do-while statements where the body is not a block.
18039
18040 * progmodes/cc-styles.el (c-set-style):
18041 Reset c-special-indent-hook to its global value if in override mode.
18042 Fixes problem where functions on that hook remained after
18043 style switch.
18044
18045 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
18046 Use c-benign-error to report the c-strict-syntax-p error.
18047
18048 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18049
18050 * progmodes/cc-align.el, progmodes/cc-defs.el,
18051 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
18052 Several fixes to treat macros as code and not literals and to
18053 handle line continuations transparently.
18054
18055 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
18056 through whitespace and line continuations, but not comments
18057 and macros.
18058
18059 (c-in-literal): No longer recognizes macros as literals by
18060 default. An extra flag argument is required to do that.
18061
18062 (c-macro-start, c-query-macro-start)
18063 (c-query-and-set-macro-start): Added a cache for the macro
18064 start position.
18065
18066 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
18067 more speed when limits are given. Workaround for bad behavior
18068 in forward-comment in some emacsen when it hits a buffer limit
18069 with a large repeat count.
18070
18071 (c-lineup-macro-cont): Improved behavior when
18072 c-syntactic-indentation-in-macros is nil.
18073
18074 (c-syntactic-indentation-in-macros, c-backslash-max-column)
18075 (c-auto-align-backslashes): New customization variables to
18076 control macro handling.
18077
18078 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
18079 Fixes to handle line continuations.
18080
18081 * progmodes/cc-defs.el, progmodes/cc-styles.el
18082 (c-get-style-variables, c-set-offset): Report style errors
18083 with message and ding instead of error signal. This to avoid
18084 interrupted mode init if there's some style problem.
18085
18086 (c-benign-error): New macro to report errors that doesn't need
18087 to interrupt the operation.
18088
18089 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
18090
18091 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18092
18093 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
18094 Removed most of the c-state-cache fiddling, since the global
18095 state cache now handles this.
18096
18097 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
18098 when there's an open paren at the very first char of the
18099 visible buffer region.
18100
18101 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
18102 Cache the state globally and invalidate it below every buffer
18103 change with the new after change function
18104 `c-check-state-cache'. This gives a considerable performance
18105 boost when editing large functions or classes.
18106
18107 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
18108
18109 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18110
18111 * progmodes/cc-engine.el, progmodes/cc-langs.el,
18112 progmodes/cc-align.el: Improvements to syntactic analysis
18113 inside macros:
18114
18115 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
18116 by `c-guess-basic-syntax'.
18117
18118 (c-parse-state): Fixed bug with braces inside macros when
18119 using cached state info.
18120
18121 (c-forward-to-cpp-expression): New function to aid in
18122 syntactic analysis inside macros.
18123
18124 (c-beginning-of-statement-1, c-backward-syntactic-ws):
18125 Fixes to work better inside macros.
18126
18127 (c-forward-syntactic-ws): Whitespace between the # and the
18128 command should be allowed in preprocessor directives.
18129
18130 (c-lineup-macro-cont): New lineup function to get context
18131 sensitive indentation inside macros.
18132
18133 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
18134 cpp-macro-cont.
18135
18136 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18137
18138 * progmodes/cc-engine.el (c-beginning-of-statement-1)
18139 (c-forward-syntactic-ws): Fixes to handle continued lines.
18140
18141 (c-backward-to-start-of-if, c-guess-basic-syntax):
18142 Do syntactic analysis inside macros.
18143
18144 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18145
18146 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
18147 possible by the more flexible state cache.
18148
18149 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
18150 (c-whack-state-after, c-hack-state)
18151 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
18152 Improved the state cache system. It now can use partial info from
18153 an old cached state to calculate a new one at a different
18154 position. Removed some kludges to avoid the state cache.
18155 The new functions `c-whack-state-before' and `c-whack-state-after'
18156 replace the now obsolete `c-whack-state'.
18157
18158 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18159 Optimized backing through a macro. This can speed things up
18160 quite a bit when there are long macros before point.
18161
18162 (c-beginning-of-macro): Do not ignore the limit.
18163
18164 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18165
18166 * progmodes/cc-cmds.el (c-electric-continued-statement):
18167 Fixed a bug where the keyword wasn't reindented correctly if
18168 followed by another keyword or identifier.
18169
18170 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
18171 pairs that are in macros. Fixes some cases where e.g. the
18172 second of two "do { } while (0)" macros after each other
18173 indented differently.
18174
18175 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18176
18177 * progmodes/cc-engine.el (c-beginning-of-macro)
18178 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
18179 directive when it begins a line, to allow for script
18180 interpreter lines like "#!/usr/bin/pike" at the beginning of
18181 the file.
18182
18183 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18184
18185 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
18186 Recognize brace blocks inside a parenthesis expression as
18187 inexpr-statement. Useful when writing statements as macro arguments.
18188
18189 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18190
18191 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
18192 (c-mask-comment): Broke out the comment masking code from
18193 `c-fill-paragraph' to a new function `c-mask-comment', to be
18194 able to do the same thing in `c-do-auto-fill'. This should
18195 make auto-fill-mode behave better.
18196
18197 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18198
18199 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
18200 Check `executing-macro' to avoid blinking parens when macros
18201 are executed.
18202
18203 * progmodes/cc-mode.el, progmodes/cc-styles.el
18204 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
18205 consistency with `c-setup-paragraph-variables' (which was
18206 placed there due to the dependency from `c-set-style').
18207
18208 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
18209 incomplete initialization from the style variable fallbacks if
18210 there already is a style called "user" defined when CC Mode
18211 starts up for the first time.
18212
18213 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18214
18215 * progmodes/cc-cmds.el, progmodes/cc-vars.el
18216 (c-comment-indent, c-indent-comment-alist): Added new variable
18217 `c-indent-comment-alist' to allow better control over
18218 `c-comment-indent'.
18219
18220 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18221
18222 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
18223 both `comment-start-skip' and the comment prefix on the
18224 current line with the comment starter, so that we line up
18225 comments which matches `c-comment-prefix-regexp' on the first
18226 line (after the `/') without the need to make
18227 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
18228
18229 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
18230 (c-set-style-1, c-setup-paragraph-variables): Moved the
18231 variable initialization based on `c-comment-prefix-regexp' to
18232 a new function `c-setup-paragraph-variables', which is now
18233 used both at mode init and when a style that sets
18234 `c-comment-prefix-regexp' is activated.
18235
18236 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18237
18238 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18239 Better handling of C++ template args to avoid confusion with
18240 `<' and `>' used as operators in member init expressions.
18241
18242 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18243
18244 * progmodes/cc-engine.el (c-most-enclosing-brace)
18245 (c-least-enclosing-brace): Added optional second arg to limit
18246 the search to before a certain point.
18247
18248 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
18249 which could cause incorrect analysis if a cached state is used
18250 (usually only happens when an electric key reindents a line).
18251
18252 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18253
18254 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
18255 insulation. This time for XEmacs 21.
18256
18257 * progmodes/cc-engine.el, progmodes/cc-langs.el:
18258 Improved handling of inheritance lists:
18259
18260 (c-beginning-of-inheritance-list): Rewritten to use a more
18261 syntactically correct method that doesn't get confused by
18262 badly placed linebreaks and comments.
18263
18264 (c-guess-basic-syntax): Several fixes to the handling of
18265 inheritance lists in combination with templates. 'inher-intro
18266 is now anchored on the start of the class declaration and not
18267 the indentation of the current line. Switched places on cases
18268 5D.3 and 5D.4 and made them use more syntactically correct methods.
18269
18270 (c-inher-key): Removed since the code in
18271 `c-guess-basic-syntax' now uses token-based search.
18272
18273 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
18274 Added a submenu to access some toggles.
18275
18276 (c-toggle-syntactic-indentation): New function to toggle the
18277 variable `c-syntactic-indentation'.
18278
18279 * progmodes/cc-styles.el (c-set-style): Improved the error
18280 message for incorrect offsets a bit.
18281
18282 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18283
18284 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
18285 sexp follows point immediately, instead find the closest
18286 following open paren that ends on another line.
18287
18288 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18289
18290 * progmodes/cc-align.el (c-lineup-cascaded-calls):
18291 New indentation function.
18292
18293 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
18294 directives with whitespace between the '#' and the name.
18295
18296 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18297
18298 * progmodes/cc-engine.el (c-forward-syntactic-ws)
18299 (c-backward-syntactic-ws): Handle line continuations as
18300 whitespace. Don't move past a macro if that'd take us past
18301 the limit.
18302
18303 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18304
18305 * progmodes/cc-engine.el (c-beginning-of-macro)
18306 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
18307 Pike, and that shouldn't be confused with a preprocessor directive.
18308
18309 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18310
18311 * progmodes/cc-cmds.el: Extended the kludge to interoperate
18312 with the delsel and pending-del packages wrt to the new
18313 function `c-electric-delete-forward'.
18314
18315 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18316
18317 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
18318 the block itself, i.e. only indent the contents in it.
18319
18320 * progmodes/cc-styles.el (c-set-style): Use the default
18321 argument to completing-read instead of initial-contents, if
18322 the function is recent enough to support it.
18323
18324 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18325
18326 * progmodes/cc-mode.el (c-mode-help-address):
18327 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
18328 I've almost never seen a bug reported this way that should go
18329 to that list, but it's rather common that the reports concern
18330 the combination CC Mode and XEmacs instead.
18331
18332 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18333
18334 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
18335 brace-elseif-brace and brace-catch-brace are active and
18336 there's a "else if"-block before the catch block.
18337
18338 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
18339 Detect function headers that span lines.
18340
18341 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18342
18343 * progmodes/cc-cmds.el (c-electric-brace)
18344 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18345 Check for last on line only for doing the auto-newline-mode
18346 stuff, not for the reindentation.
18347
18348 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
18349 handling of c-syntactic-indentation: When it's nil, indent the
18350 new lines but don't reindent the current one. Reindent the
18351 line only when the inserted brace comes first on it, instead
18352 of last.
18353
18354 * progmodes/cc-cmds.el (c-electric-brace)
18355 (c-electric-semi&comma): Fixed two places where
18356 c-syntactic-indentation wasn't heeded.
18357
18358 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
18359 inside a macro.
18360
18361 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
18362 little harder to find a fallback position when an orphan else
18363 is found. Fixed case where an else following a do-while
18364 statement could be associated with an if inside the do-while.
18365
18366 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18367
18368 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
18369 for the fallback to add a single space after the comment prefix.
18370
18371 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
18372 behavior in some special cases, especially for single-line comments.
18373 Avoid breaking up a comment starter or ender.
18374
18375 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18376
18377 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
18378 the Emacs sources to make this work in invisible text.
18379
18380 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
18381 not be confused by a later ':' on the same line as the label.
18382
18383 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18384
18385 * progmodes/cc-cmds.el, progmodes/cc-mode.el
18386 (c-electric-delete, c-electric-delete-forward):
18387 Split `c-electric-delete' into two functions where
18388 `c-electric-delete-forward' always deletes forward and
18389 `c-electric-delete' only contains the code necessary for
18390 XEmacs to choose between backward and forward deletion.
18391 `c-electric-delete-forward' is now bound to C-d to get the
18392 electric behavior on that key too.
18393
18394 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18395
18396 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
18397 use of c-comment-prefix-regexp, which caused an error when
18398 it's a list.
18399
18400 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18401
18402 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
18403 (c-default-style): Removed the hardcoded switch to "java" style
18404 in Java mode. It's instead taken care of by the default value
18405 for c-default-style.
18406
18407 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18408
18409 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
18410 was triggered by equal signs in string literals.
18411
18412 2002-04-21 Kim F. Storm <storm@cua.dk>
18413
18414 * subr.el (insert-buffer-substring-no-properties): New function.
18415 (insert-buffer-substring-as-yank): New function.
18416
18417 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18418
18419 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
18420 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
18421 prefix from scroll commands. Ignore end-of-buffer errors from
18422 other windows.
18423 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
18424 commands.
18425 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
18426 New functions.
18427
18428 * files.el: (auto-mode-alist): .f95 files in f90-mode.
18429
18430 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
18431 a DO statement irrespective of numeric label.
18432
18433 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18434
18435 * files.el (auto-save-file-name-transforms): Doc fix.
18436 Add third element to "uniquify" filenames.
18437 (make-auto-save-file-name): Use new element of
18438 auto-save-file-name-transforms.
18439 * startup.el (command-line): Add third element to
18440 auto-save-file-name-transforms.
18441
18442 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
18443
18444 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
18445 return value of file-name-completion and file-name-all-completions.
18446
18447 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18448
18449 * progmodes/f90.el: Update maintainer.
18450 (f90-line-continued): Recognize blank/comment lines embedded in
18451 continuation lines.
18452 (f90-looking-at-program-block-start): No extra indentation after
18453 function or subroutine keyword appears in single quotes.
18454
18455 2002-04-19 Miles Bader <miles@gnu.org>
18456
18457 * custom.el (customize-mark-to-save, customize-mark-as-set)
18458 (custom-quote): Moved here from `cus-edit.el'.
18459 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
18460 (custom-quote): Moved to `custom.el'.
18461
18462 2002-04-18 Richard M. Stallman <rms@gnu.org>
18463
18464 * facemenu.el (list-text-properties-at): Command deleted.
18465
18466 * rect.el (insert-rectangle): Use insert-for-yank.
18467
18468 * register.el (insert-register): Use insert-for-yank.
18469 (describe-register-1): Discard text props in yank-excluded-properties.
18470
18471 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
18472 Fix parts in construction of `menu-item' item at end.
18473
18474 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
18475
18476 * subr.el (insert-for-yank): New function.
18477
18478 * simple.el (yank-excluded-properties): New user option.
18479 (yank-pop, yank): Use insert-for-yank.
18480
18481 2002-04-19 Kim F. Storm <storm@cua.dk>
18482
18483 * simple.el (pop-to-mark-command): Do not set this-command.
18484 (set-mark-command): Always jump to mark when called with arg.
18485
18486 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
18487
18488 * comint.el (comint-watch-for-password-prompt): Remove whitespace
18489 at the beginning of password prompts.
18490
18491 2002-04-18 Andrew Innes <andrewi@gnu.org>
18492
18493 * facemenu.el: Remove require of wid-edit.
18494
18495 2002-04-17 Colin Walters <walters@verbum.org>
18496
18497 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
18498 one window.
18499 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
18500 (ibuffer-current-state-list): Reinstate optional argument; now
18501 just call `point' inside the mapping function.
18502
18503 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
18504
18505 * dired-aux.el (dired-star-subst-regexp)
18506 (dired-quark-subst-regexp): New constants.
18507 (dired-do-shell-command, dired-shell-stuff-it): Use them.
18508 (dired-do-shell-command): Raise an error if both `*' and `?'
18509 substitution marks are used in the same command.
18510 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
18511 in a command given via dired-do-shell-command.
18512
18513 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
18514
18515 2002-04-16 Jason Rumney <jasonr@gnu.org>
18516
18517 * international/mule-cmds.el (locale-preferred-coding-systems):
18518 Add "jpn".
18519
18520 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
18521
18522 * term.el (term-emulate-terminal): Fix last change.
18523
18524 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18525
18526 * bindings.el (mode-line-mode-menu): Update names to reflect
18527 latest changes.
18528
18529 2002-04-16 Mike Williams <mdub@bigfoot.com>
18530
18531 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
18532 compilation error.
18533
18534 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
18535
18536 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
18537 (viper-ex-print-buf-name): New variable.
18538 (viper-ex-print-buf): New variable.
18539 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
18540 (ex-g-marks): New variable.
18541 (ex-print): New function.
18542 (ex-print-display-lines): New function.
18543
18544 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
18545 the cursor color.
18546
18547 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
18548 when the window is not in its own frame.
18549 (ediff-clone-buffer-for-region-comparison): More robust window
18550 arrangement while prompting for regions to compare.
18551 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
18552 (ediff-inferior-compare-regions): Deleted unused vars
18553 ctl-buf and quit-now.
18554
18555 2002-04-15 Richard M. Stallman <rms@gnu.org>
18556
18557 * facemenu.el (facemenu-add-new-face): Use this only for faces.
18558 Delete arg MENU.
18559 (facemenu-add-new-color): New function.
18560 (facemenu-set-foreground, facemenu-set-background):
18561 Use facemenu-add-new-color.
18562
18563 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
18564
18565 * ediff-init.el (ediff-current-diff-face-A)
18566 (ediff-current-diff-face-B, ediff-current-diff-face-C)
18567 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
18568 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
18569 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
18570 (ediff-even-diff-face-B, ediff-even-diff-face-C)
18571 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
18572 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
18573 (ediff-odd-diff-face-Ancestor): Add special color definitions for
18574 tty and MS-DOS displays.
18575
18576 2002-04-15 Andrew Innes <andrewi@gnu.org>
18577
18578 * facemenu.el: Require wid-edit.
18579
18580 2002-04-15 Miles Bader <miles@gnu.org>
18581
18582 * faces.el (highlight): Force foreground to be black on a tty, so
18583 this face is readable on a dark-background tty.
18584 * wid-edit.el (widget-field-face, widget-single-line-field-face):
18585 Likewise.
18586
18587 2002-04-14 Kim F. Storm <storm@cua.dk>
18588
18589 * simple.el (pop-to-mark-command, push-mark-command): New commands.
18590 (set-mark-command): Use them.
18591 Enhanced functionality when command is repeated:
18592 - If first command set the mark (no prefix arg), repeat temporarily
18593 enables transient-mark-mode.
18594 - If first command jumped to mark off ring (with argument),
18595 repeat (with or without arg) jump to next mark off ring.
18596 - Use C-u C-u prefix to set mark after jump.
18597 (exchange-point-and-mark): Temporarily enable transient-mark-mode
18598 if prefix arg.
18599
18600 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18601
18602 * speedbar.el (speedbar-tag-hierarchy-method)
18603 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
18604
18605 2002-04-14 Mike Williams <mdub@bigfoot.com>
18606
18607 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
18608 beginning of buffer.
18609
18610 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18611
18612 * speedbar.el (speedbar-generic-item-info)
18613 (speedbar-sort-tags): Doc fix.
18614 (speedbar-add-supported-extension): Fix typo in interactive spec.
18615
18616 2002-04-13 Colin Walters <walters@verbum.org>
18617
18618 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
18619 only moving one line forward.
18620 (ibuffer-map-lines): Preserve point position even if we delete
18621 lines. Only call mapping functions with buffer and mark
18622 arguments; the other two were unused.
18623 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
18624
18625 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
18626
18627 * calc/calc-bin.el (math-format-radix-float): Use `when'.
18628
18629 * calc/calc.el (math-format-number): Load `calc-ext' before we
18630 call `math-group-float'.
18631
18632 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
18633 Renamed from `gamegrid-add-score'.
18634 (gamegrid-add-score-insecure): Restored from the old
18635 `gamegrid-add-score'.
18636 (gamegrid-add-score): Just dispatch on `system-type' to one of the
18637 previous two functions.
18638
18639 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18640
18641 * iswitchb.el: Update commentary to include new function
18642 iswitchb-exclude-nonmatching.
18643
18644 2002-04-12 John Wiegley <johnw@gnu.org>
18645
18646 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
18647 operating systems to the regexp used to detect a script's interpreter.
18648
18649 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
18650
18651 * frame.el (frames-on-display-list): Use `equal' to compare the
18652 `display' frame parameter to the argument DISPLAY.
18653
18654 2002-04-12 Dave Love <fx@gnu.org>
18655
18656 * help.el (string-key-binding): Deal with margin events.
18657
18658 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
18659
18660 * comint.el (comint-password-prompt-regexp): Match " SMB password".
18661
18662 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
18663
18664 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
18665
18666 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
18667
18668 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
18669 (buffer-syntactic-context-depth): New funs.
18670
18671 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
18672 on variables.
18673
18674 * emacs-lisp/debug.el (debug-on-entry): Use push.
18675 (debugger-make-xrefs): Don't assume point-min == 1.
18676
18677 * progmodes/cc-engine.el (c-backward-to-start-of-if):
18678 Don't assume point-min == 1.
18679
18680 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
18681 (etags-list-tags, etags-tags-apropos, select-tags-table):
18682 Don't assume point-min == 1.
18683
18684 2002-04-12 Mike Williams <mdub@bigfoot.com>
18685
18686 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
18687
18688 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
18689
18690 * textmodes/fill.el (fill-context-prefix): Fix up last change.
18691
18692 * simple.el (line-move): Use memq rather than or.
18693 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
18694 (do-auto-fill): Use fill-move-to-break-point.
18695 (syntax-code-table): Remove.
18696
18697 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
18698 Don't add spaces at end of sentences at end of line.
18699 (fill-move-to-break-point): Make sure the result is always greater
18700 than linebeg, so we ensure forward progress.
18701 (fill-region-as-paragraph): Compare to `to' rather than eobp.
18702 (fill-paragraph): Don't rebind fill-paragraph-function.
18703
18704 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18705
18706 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
18707
18708 2002-04-11 Andreas Schwab <schwab@suse.de>
18709
18710 * files.el (file-name-non-special): Handle return value of t from
18711 `file-name-completion'.
18712
18713 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
18714
18715 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
18716 differently to avoid pathological exponential-time case.
18717 (adaptive-fill-regexp): Add ! and %.
18718 (fill-delete-prefix): Remove indentation while removing prefix.
18719 (fill-delete-newlines): Obey sentence-end.
18720 (fill-move-to-break-point, fill-newline): New functions extracted
18721 from fill-region-as-paragraph.
18722 (fill-region-as-paragraph): Use them.
18723 Don't fiddle with fill-indent-according-to-mode.
18724
18725 2002-04-10 Colin Walters <walters@verbum.org>
18726
18727 * play/snake.el (snake-score-file): Default to just "snake-scores".
18728
18729 * play/tetris.el (tetris-score-file): Likewise.
18730
18731 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
18732 use `update-game-score'.
18733
18734 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
18735 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
18736 ourselves; take it as an argument. Caller updated.
18737 (ibuffer-mode): Make mode-class special.
18738
18739 2002-04-10 Richard M. Stallman <rms@gnu.org>
18740
18741 * dired.el (dired-view-command-alist): New variable.
18742 (dired-view-file): Use external viewers for some files names.
18743
18744 * mouse.el (mouse-drag-region-1): Display region highlight
18745 only in the selected window.
18746
18747 * subr.el (remove-hook): When there are no more local hooks,
18748 kill the buffer-local value.
18749
18750 * isearch.el (isearch-mode): Don't call make-frame-visible
18751 if frame is already visible.
18752
18753 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
18754
18755 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
18756
18757 * progmodes/ada-prj.el: Add support for the new project file
18758 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
18759 Fix widget handling for Emacs 21. ada-mode now only supports a single
18760 active project file, instead of one per buffer. This is far less
18761 confusing.
18762
18763 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
18764 (ada-func-or-proc-name): Get real subprogram name, after change in
18765 ada-mode.el.
18766
18767 * progmodes/ada-xref.el: Ada-mode no longer supports a different
18768 project file per buffer. This was too complex. Instead, there is
18769 now a single active project file at any given time, and the user
18770 can switch the active one through the Ada menu. This revision
18771 also provides better handling of the Windows command line, and the
18772 various available shells on that platform. ada-mode is now fully
18773 integrated with the GNU visual debugger gvd, see
18774 http://libre.act-europe.fr.
18775 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
18776 This is only available with GNAT 3.14.
18777 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
18778 (ada-quote-cmd): New function.
18779 (ada-initialize-runtime-library): Get the location of the actual
18780 runtime the compiler will be using, including support for
18781 cross-platform environments.
18782 (ada-treat-cmd-string): Add support for the new variable
18783 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
18784 two commands to run just prior to running the debugger, and just
18785 after starting it. This provide better support for cross-platform
18786 and remote debugging.
18787 (ada-get-absolute-dir): Remove, replace with expand-file-name.
18788 (ada-gdb-application): New parameter executable-name.
18789 (ada-get-ali-file-name): Better handling of separate packages.
18790 Checkin on behalf of the ada-mode maintainer.
18791
18792 * progmodes/ada-mode.el (ada-case-exception-file)
18793 (ada-indent-handle-comment-special): New variables.
18794 (ada-case-exception-substring): New variable. Casing exceptions
18795 can now also be defined for substrings, in addition to full
18796 identifier names. This provides more flexibility.
18797 (ada-align-list): New fun, provide support for align.el in ada-mode.
18798 (ada-procedure-start-regexp): Add support for operators and
18799 generic formal subprograms and packages.
18800 (ada-imenu-comment-re): New variable.
18801 (ada-imenu-generic-expression): Add support for protected types.
18802 (ada-mode): Set comment-start only after running ada-mode-hook, so
18803 that the user can change ada-comment-start in the hook.
18804 Add support for ispell in comments. Add support for align.el.
18805 (ada-save-exception-file, ada-create-case-exception-substring)
18806 (ada-adjust-case-substring): New functions.
18807 (ada-get-current-indent): Properly handles keywords with uppercases.
18808 (ada-goto-matching-end): Rewritten, fixes problems in the handling
18809 of nested blocks.
18810 (ada-untab-hard): Do not touch the contents of comments and strings.
18811
18812 2002-04-09 Mike Williams <mdub@bigfoot.com>
18813
18814 * textmodes/sgml-mode.el (sgml-lexical-context):
18815 Use sgml-parse-tag-backward to find start point.
18816 (sgml-looking-back-at): Doc fix.
18817
18818 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18819
18820 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
18821 for prompt.
18822
18823 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
18824
18825 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
18826 Use define-minor-mode.
18827 (auto-revert-buffers): Use with-current-buffer.
18828 Avoid changing the minor modes.
18829
18830 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
18831 rather than char-to-string since last-input-char can be any event.
18832
18833 * international/titdic-cnv.el (tit-dictionary):
18834 Use defvar for non-constants.
18835
18836 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
18837 (global-cwarn-mode): Use easy-mmode-define-global-mode.
18838 (cwarn-font-lock-keywords): New function.
18839 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
18840 (cwarn-font-lock-match): New macro.
18841 (cwarn-font-lock-match-assignment-in-expression)
18842 (cwarn-font-lock-match-dangerous-semicolon)
18843 (cwarn-font-lock-match-reference): Use it.
18844
18845 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
18846 Use defvar rather than defconst since it's meant to be settable.
18847 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
18848 (cperl-fix-line-spacing): Add missing \ in [ t].
18849
18850 * loadup.el: Call ucs-unify-8859 directly rather than
18851 unify-8859-on-encoding-mode.
18852 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
18853
18854 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
18855 (sgml-mode): Use it for comment-line-break-function.
18856
18857 2002-04-08 Jason Rumney <jasonr@gnu.org>
18858
18859 * international/mule-cmds.el (reset-language-environment):
18860 Handle coding-systems not being defined yet.
18861
18862 2002-04-08 Sam Steingold <sds@gnu.org>
18863
18864 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
18865 (vc-cvs-checkin): Use it.
18866
18867 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18868
18869 * files.el (display-time-string): Fix last change.
18870
18871 2002-04-07 Sam Steingold <sds@gnu.org>
18872
18873 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
18874
18875 2002-04-07 Jason Rumney <jasonr@gnu.org>
18876
18877 * international/mule-cmds.el (set-default-coding-systems)
18878 (reset-language-environment): Preserve eols on
18879 default-process-coding-system.
18880 (coding-system-change-text-conversion): Fix case where CODING is nil.
18881
18882 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18883
18884 * subr.el (play-sound): Move here from simple.el.
18885
18886 * simple.el (play-sound): Move to subr.el.
18887
18888 2002-04-06 Richard M. Stallman <rms@gnu.org>
18889
18890 * files.el (display-time-string-forms): Mark as risky.
18891
18892 * enriched.el (enriched-decode-foreground, enriched-decode-background):
18893 Use proper format for desired elts of `face' property.
18894 Don't test display-color-p; make the properties unconditionally.
18895
18896 * progmodes/compile.el (compilation-error-regexp-alist):
18897 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
18898
18899 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
18900
18901 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
18902 for customization type.
18903 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
18904
18905 2002-04-06 Mike Williams <mdub@bigfoot.com>
18906
18907 * textmodes/xml-lite.el: Remove.
18908
18909 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18910
18911 * simple.el (play-sound): New function (uses play-sound-internal).
18912
18913 2002-04-04 Richard M. Stallman <rms@gnu.org>
18914
18915 * files.el (mode-line-format, mode-line-modified)
18916 (mode-line-mule-info, mode-line-buffer-identification)
18917 (mode-line-modes, mode-line-position): Explicitly mark as risky.
18918 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
18919
18920 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
18921
18922 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
18923 Use (syntax-table), not old-syntax-table.
18924
18925 * enriched.el (enriched-decode-foreground)
18926 (enriched-decode-background): Don't call facemenu-get-face.
18927
18928 2002-04-04 Mike Williams <mdub@bigfoot.com>
18929
18930 * textmodes/sgml-mode.el: Add missing require.
18931 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
18932
18933 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18934
18935 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
18936 spot indicated by text property `cvs-goal-column', if present.
18937
18938 * pcvs-info.el (cvs-fileinfo-pp): Use text property
18939 `cvs-goal-column' to indicate position of file name (if present).
18940
18941 2002-04-03 Richard M. Stallman <rms@gnu.org>
18942
18943 * mail/mailabbrev.el (mail-abbrev-complete-alias):
18944 Call mail-abbrev-make-syntax-table.
18945
18946 * format.el (format-deannotate-region): Doc fix.
18947
18948 * enriched.el (enriched-face-ans): Delete special treatment
18949 for fg:... and bg:... faces.
18950 (enriched-decode-foreground): Return a list that specifies
18951 the foreground color, rather than creating a face.
18952 (enriched-decode-background): Likewise.
18953
18954 * shell.el (shell-mode): Don't reinit comint-input-ring
18955 if that was already done.
18956
18957 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
18958
18959 * solar.el (solar-spring-or-summer-season): Delete.
18960 (solar-northern-spring-or-summer-season): New variable.
18961 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
18962 Rewrite.
18963
18964 * solar.el (diary-sabbath-candles-minutes): New variable.
18965 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
18966
18967 * calendar.el (update-calendar-mode-line): Force mode-line update.
18968 Make date under the cursor available as `date' in
18969 calendar-mode-line-format.
18970 Eval items in calendar-mode-line-format list.
18971
18972 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
18973 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
18974
18975 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
18976
18977 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
18978 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
18979 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18980 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
18981
18982 * cal-tex.el: Change all instances (interactive "P") to
18983 (interactive "p").
18984 (cal-tex-cursor-month): Add hfill and newline at end of month that
18985 ended on Saturday.
18986 (cal-tex-preamble): Change to LaTeX2e.
18987 (cal-tex-cursor-filofax-year): Don't use default month names in
18988 LaTeX macros in case user changes them.
18989 (cal-tex-month-name): New function. Used throughout in case user
18990 has done something funny with month names.
18991
18992 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
18993 (diary-rosh-hodesh): Spelling correction.
18994
18995 2002-04-03 Mike Williams <mdub@bigfoot.com>
18996
18997 * textmodes/sgml-mode.el (sgml-lexical-context)
18998 (sgml-parse-tag-backward): Extend support for CDATA to include
18999 conditional sections.
19000
19001 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19002
19003 * cus-start.el: Rename `autoselect-window' to
19004 `mouse-autoselect-window'.
19005
19006 2002-04-02 Richard M. Stallman <rms@gnu.org>
19007
19008 * files.el (hack-one-local-variable):
19009 Clear text props from string value.
19010
19011 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
19012
19013 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19014 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
19015 Use regexp-opt.
19016 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
19017 from F95.
19018 (f90-procedures-re): Add `null' and `cpu_time' from F95.
19019 (f90-font-lock-keywords-1): Minor reorganization so we don't need
19020 `override' any more.
19021 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
19022 (f90-indent-subprogram): Use indent-region.
19023 (f90-break-line): Use indent-according-to-mode.
19024
19025 2002-04-02 Mike Williams <mdub@bigfoot.com>
19026
19027 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
19028 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
19029 (sgml-get-context): Remove use of sgml-inside-tag-p.
19030 (sgml-inside-tag-p): Remove.
19031 (sgml-looking-back-at): Short-circuit at beg of buffer.
19032 (sgml-lexical-context, sgml-calculate-indent): Add support for
19033 CDATA sections.
19034
19035 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
19036
19037 * help.el (help-key-description): New fun.
19038 (describe-key-briefly, describe-key): Use it and
19039 this-single-command-raw-keys plus new arg `untranslated'.
19040
19041 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
19042 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
19043 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
19044 (sgml-insert-end-tag): New funs taken from xml-lite.el.
19045 (sgml-calculate-indent): Use them.
19046 (sgml-slash-matching): Rename from sgml-slash.
19047 (sgml-slash): Copied from xml-lite and changed to use
19048 sgml-slash-matching and sgml-quick-keys.
19049
19050 * international/mule-cmds.el (standard-keyboard-coding-systems):
19051 Add koi8-u and koi8-r.
19052
19053 * eshell/.cvsignore: New file.
19054
19055 * eshell/esh-groups.el: Remove.
19056
19057 * progmodes/tcl.el: Change maintainer.
19058 (tcl-electric-hash-style): Change default to nil.
19059 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
19060 (tcl-do-auto-fill): Remove.
19061 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
19062
19063 2002-04-01 Mike Williams <mdub@bigfoot.com>
19064
19065 * textmodes/sgml-mode.el: Doc fixes.
19066 (sgml-mode): Set indent-line-function to sgml-indent-line.
19067 (sgml-calculate-indent): Add an explicit check for 'text syntax,
19068 to protect against future enhancements to sgml-lexical-context.
19069 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
19070
19071 * textmodes/xml-lite.el: Removed much redundant stuff.
19072 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
19073 always start within text. Make use of sgml-unclosed-tag-p.
19074
19075 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
19076
19077 * tcl.el (tcl-imenu-generic-expression): New value.
19078 (tcl-imenu-create-index-function): Function deleted.
19079 (tcl-mode): Check for filladapt-mode.
19080 Use tcl-imenu-generic-expression instead of
19081 tcl-imenu-create-index-function.
19082 (inferior-tcl-mode): Doc fix.
19083 Change not legally significant.
19084
19085 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19086
19087 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
19088
19089 * window.el (handle-select-window): New function.
19090 Update copyright.
19091
19092 2002-04-01 Richard M. Stallman <rms@gnu.org>
19093
19094 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
19095
19096 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
19097 tool-bar-add-item, and new arg MAP.
19098 (tool-bar-add-item): Now calls tool-bar-local-item.
19099 (tool-bar-local-item-from-menu): Renamed from
19100 tool-bar-add-item-from-menu, and new arg IN-MAP.
19101 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
19102
19103 * help-fns.el (help-with-tutorial): Allow various ways
19104 to specify the text in the [...] line, in handling the <...> line.
19105
19106 * progmodes/idlw-rinfo.el (idlwave-system-routines):
19107 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
19108
19109 * subr.el (redraw-modeline): Define alias.
19110
19111 2002-03-31 Richard M. Stallman <rms@gnu.org>
19112
19113 * files.el (file-expand-wildcards): Use save-match-data.
19114
19115 * files.el (format-alist): Mark as risky.
19116
19117 * simple.el (kill-new): Doc fix.
19118
19119 * emacs-lisp/byte-opt.el (side-effect-free-fns)
19120 (side-effect-and-error-free-fns): Add many functions, remove some.
19121
19122 2002-03-30 Richard M. Stallman <rms@gnu.org>
19123
19124 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
19125
19126 2002-03-30 Eli Zaretskii <eliz@gnu.org>
19127
19128 * font-lock.el (save-buffer-state): Fix last change.
19129
19130 * files.el (auto-save-file-name-transforms): Fix last change.
19131
19132 * startup.el (command-line): Fix last change.
19133
19134 2002-03-29 Richard M. Stallman <rms@gnu.org>
19135
19136 * subr.el (play-sound-file): Moved to simple.el.
19137
19138 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
19139
19140 2002-03-29 Colin Walters <walters@verbum.org>
19141
19142 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
19143 instead of `forward-line'.
19144 (ibuffer-forward-line): Be sure to skip over special properties
19145 before moving, too.
19146
19147 * calc/calc.el (calc-was-split): Var deleted.
19148 (calc): Remove reference to it.
19149 (calc): Ditto.
19150 (calc-quit): Ditto.
19151 (calc-init-base): Ditto.
19152
19153 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
19154
19155 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
19156
19157 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
19158 instead of nil when point is outside of any tag.
19159 (sgml-beginning-of-tag): Adjust to the change.
19160 (sgml-calculate-indent): Use the new info returned by
19161 sgml-lexical-context. Try to handle unclosed tags.
19162
19163 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
19164 at unclosed tags unless it is at indentation.
19165 Kill nested unclosed tags.
19166 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
19167 (xml-lite-mode): Use sgml-indent-line instead.
19168
19169 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
19170
19171 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
19172 expand-file-name.
19173
19174 * startup.el (command-line): Recompute auto-save-file-name-transforms
19175 using the updated value of temporary-file-directory.
19176
19177 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
19178
19179 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
19180 even with an empty context. Don't save excursion any more.
19181 Don't complain about unmatched start-tags in sgml-unclosed-tags.
19182 Ignore end-tags in sgml-empty-tags.
19183 (xml-lite-get-context, xml-lite-calculate-indent)
19184 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
19185 (xml-lite-indent-line): Use back-to-indentation.
19186
19187 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
19188 (sgml-name-re, sgml-attrs-re): New consts.
19189 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
19190 (sgml-mode): Use them.
19191 (sgml-lexical-context): Default to (point-min) if nothing else works.
19192 (sgml-calculate-indent): Indent slightly differently.
19193 (sgml-indent-line): Use back-to-indentation.
19194 (sgml-parse-dtd): New function.
19195 (sgml-unclosed-tags): New var.
19196 (html-mode): Set it.
19197
19198 2002-03-29 Simon Marshall <simon.marshall@misys.com>
19199
19200 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
19201
19202 2002-03-29 Richard M. Stallman <rms@gnu.org>
19203
19204 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
19205 Use FILTER arg in dired-get-marked-files to exclude directories.
19206 (dired-nondirectory-p): New function.
19207
19208 * dired.el (dired-get-marked-files): New arg FILTER
19209 allows selection of some files.
19210
19211 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
19212
19213 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
19214
19215 * speedbar.el (speedbar-default-directory-list): Made robust
19216 against deleted directories.
19217
19218 2002-03-28 Richard M. Stallman <rms@gnu.org>
19219
19220 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
19221 Bindings changed.
19222
19223 * progmodes/compile.el (compilation-handle-exit):
19224 If compilation-window-height is 0, display status in echo area.
19225
19226 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
19227
19228 * rect.el (replace-rectangle): Add autoload.
19229
19230 * files.el: Mark many more variables as risky.
19231 (hack-one-local-variable): Recognize several additional
19232 patterns as risky.
19233
19234 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
19235
19236 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
19237
19238 * textmodes/xml-lite.el (xml-lite-in-string-p):
19239 Use sgml-lexical-context.
19240 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
19241 (xml-lite-get-context): Check that open/close tags match.
19242 Don't stop scanning while we're ignoring matching tags.
19243
19244 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
19245 (sgml-mode-syntax-table): Use it.
19246 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
19247 (sgml-tags-invisible): Use it.
19248 (sgml-lexical-context): New fun.
19249 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
19250 (sgml-quote): Accept \n as entity reference terminator.
19251 (sgml-calculate-indent, sgml-indent-line): New funs.
19252
19253 2002-03-28 Andre Spiegel <spiegel@gnu.org>
19254
19255 * vc-cvs.el (vc-cvs-global-switches): New user option.
19256 (vc-cvs-command): New function. Update all callers of
19257 `vc-do-command' in vc-cvs.el to use this instead.
19258
19259 2002-03-27 Andrew Innes <andrewi@gnu.org>
19260
19261 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
19262 relying on shell globbing.
19263
19264 2002-03-27 Colin Walters <walters@debian.org>
19265
19266 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
19267 (ibuffer-fontification-alist): Use it.
19268 (ibuffer-backward-line): Handle `ibuffer-summary' area.
19269 (ibuffer-forward-line): Ditto.
19270
19271 * ibuf-ext.el (sorter mode-name): Doc fix.
19272 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
19273 (operation query-replace): Use new `noerror' arg for
19274 `query-replace-read-args'.
19275 (operation query-replace-regexp): Ditto.
19276
19277 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
19278
19279 * textmodes/xml-lite.el: Fix copyright notice.
19280 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
19281 (xml-lite-indent-comment-offset): Remove.
19282 (xml-lite-calculate-indent): Use new name. Use natural alignment
19283 for comments.
19284 (xml-lite-in-string-p): Simplify.
19285
19286 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19287
19288 * allout.el (outline-layout): Doc fix.
19289
19290 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
19291
19292 * textmodes/xml-lite.el: Don't require `custom'.
19293 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
19294 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
19295 (xml-lite-get-context): Drop nested tags not just for comments.
19296 (xml-lite-indent-line): Be more careful about moving point.
19297 (xml-lite-insert-end-tag, xml-lite-slash):
19298 Use indent-according-to-mode instead of xml-lite-indent-line.
19299 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
19300 Set sgml-xml-mode. Don't call force-mode-line-update.
19301 (xml-lite-mode-map): Don't bind TAB.
19302
19303 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
19304
19305 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
19306 parameter value.
19307 (gud-jdb-build-source-files-list): Comment clarification.
19308 (gud-jdb-massage-args): Reworked into loop-based argument list
19309 processing in order to support -classpath and -sourcepath argument
19310 processing.
19311 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
19312 to gud-jdb-classpath to obtain search list.
19313 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
19314 directory names in classpath/sourcepath lists, update comment.
19315 (jdb): Add setting of gud-jdb-sourcepath, update comment.
19316 (gud-find-class): Add gud-jdb-sourcepath use, and correct
19317 behaviour for the case when classpath is not used--backward
19318 compatibility fix.
19319
19320 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
19321
19322 * Makefile.in (compile, compile-always): Don't try to compile
19323 non-existent files or files in empty directories.
19324
19325 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
19326
19327 * compare-w.el (compare-windows-whitespace): Match all whitespace.
19328
19329 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
19330 copy of standard Lisp directories.
19331
19332 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
19333 Support "next has longname" link type.
19334
19335 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
19336
19337 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
19338 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
19339 New functions.
19340 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
19341 (end-of-xml-tag): Remove.
19342 (xml-lite-get-context): Better handling of comments.
19343 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
19344 (xml-lite-parse-tag-backward): Rewrite.
19345
19346 2002-03-26 Juanma Barranquero <lektu@terra.es>
19347
19348 * makefile.w32-in (WINS): Add the toolbar directory.
19349
19350 2002-03-26 Richard M. Stallman <rms@gnu.org>
19351
19352 * subr.el (substring-no-properties): Function deleted (now in C).
19353
19354 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19355
19356 * mwheel.el (mouse-wheel-mode): Use global-set-key and
19357 global-unset-key.
19358
19359 2002-03-24 Richard M. Stallman <rms@gnu.org>
19360
19361 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
19362
19363 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
19364 to query-replace-read-args.
19365
19366 * progmodes/compile.el (compilation-forget-errors):
19367 Don't adjust compilation-parsing-end if it's nil.
19368
19369 * replace.el (query-replace-read-args): New optional arg NOERROR.
19370 (perform-replace): Use save-window-excursion around recursive edit.
19371
19372 2002-03-24 Colin Walters <walters@verbum.org>
19373
19374 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
19375 non-nil, then always use another window.
19376
19377 2002-03-24 Gerd Moellmann <gerd@gnu.org>
19378
19379 * subr.el (macro-declaration-function): New function. Set the
19380 variable macro-declaration-function to it.
19381
19382 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19383 Handle declarations in macro definitions.
19384
19385 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
19386
19387 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
19388
19389 * enriched.el (enriched-face-ans): Support FACE of the form
19390 (:foreground COLOR) and (:background COLOR).
19391 (enriched-decode-foreground, enriched-decode-background): Set the
19392 fore- and background colors of the faces we create, since facemenu
19393 doesn't.
19394
19395 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19396
19397 * mwheel.el (mouse-wheel-mode): Use the result of
19398 current-global-map instead of the variable `global-map'.
19399
19400 2002-03-23 Richard M. Stallman <rms@gnu.org>
19401
19402 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
19403 broken out of sendmail-pre-abbrev-expand-hook.
19404 (sendmail-pre-abbrev-expand-hook): Use it.
19405
19406 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
19407
19408 * Makefile.in (finder-inf.el): Remove.
19409 (finder-data): Don't depend on finder-inf.el any more.
19410 (compile, compile-always): Handle the case where some files
19411 from DONTCOMPILE are missing (it tried to compile them).
19412 (bootstrap-clean): Use src/emacs only if executable.
19413 (bootstrap): Update subdirs.el and finder-inf.el.
19414
19415 * finder.el: Don't load finder-inf.el during byte-compilation.
19416
19417 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
19418 Don't consider cvs-removed files as under VC control.
19419 VC wouldn't handle them properly anyway and it confuses
19420 vc-file-not-found-hook.
19421
19422 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
19423 Add autoload cookie.
19424
19425 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
19426
19427 * calendar/calendar.el (calendar): Doc fix.
19428
19429 2002-03-22 Juanma Barranquero <lektu@terra.es>
19430
19431 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
19432 (gomoku-font-lock-X-face): Likewise.
19433 (gomoku-font-lock-keywords): Use faces instead of variables.
19434
19435 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
19436
19437 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
19438
19439 2002-03-21 Kim F. Storm <storm@cua.dk>
19440
19441 * simple.el (open-network-stream, open-network-stream-nowait)
19442 (open-network-stream-server): Use featurep to test for
19443 supported networking features.
19444
19445 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19446
19447 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
19448 directions as the last action.
19449
19450 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19451
19452 * startup.el (fancy-splash-tail, normal-splash-screen):
19453 Update copyright.
19454
19455 * novice.el (disabled-command-hook): Clarify output text to match
19456 prompt.
19457
19458 2002-03-20 Jason Rumney <jasonr@gnu.org>
19459
19460 * frame.el (display-images-p): Do not explicitly check display type.
19461
19462 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
19463
19464 * mail-utils.el:
19465 Eliminate compilation warnings due to `rfc822-addresses'.
19466 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
19467 warning free compile.
19468
19469 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
19470
19471 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
19472 Take the current highlighting style into account.
19473 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
19474 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
19475
19476 * ediff-init.el (ediff-patch-job): New macro.
19477
19478 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
19479 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
19480
19481 * ediff-ptch.el (ediff-map-patch-buffer):
19482 Use ediff-make-new-meta-list-header.
19483 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
19484
19485 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
19486 (ediff-select-difference): Take highlighting style into account.
19487 (ediff-clone-buffer-for-region-comparison): New function.
19488 (ediff-inferior-compare-regions): Added comparison of current diff
19489 regions.
19490
19491 * ediff.el (ediff-clone-buffer-for-region-comparison)
19492 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
19493
19494 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
19495
19496 * mail-utils.el (rmail-dont-reply-to):
19497 Overhaul to correctly apply the regular
19498 expressions in the variable `rmail-dont-reply-to-names' to the list of
19499 destination addresses. Contributed by lorentey@elte.hu.
19500
19501 * rmail.el (rmail-dont-reply-to-names):
19502 Modify the documentation to make it email
19503 address centric rather than login name centric. Contributed by
19504 lorentey@elte.hu.
19505
19506 2002-03-18 Colin Walters <walters@verbum.org>
19507
19508 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
19509 we don't require `cl' at runtime.
19510 (sorting mode mode-name): Don't take the symbol-name of a string.
19511
19512 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
19513 line after setting the mark.
19514 (ibuffer-insert-buffers-and-marks): Invert the test for
19515 `ibuffer-sorting-reversep'.
19516
19517 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
19518
19519 * international/ucs-tables.el (unify-8859-on-decoding-mode)
19520 (unify-8859-on-encoding-mode): Remove autoload cookie.
19521
19522 2002-03-18 Andre Spiegel <spiegel@gnu.org>
19523
19524 * vc-rcs.el (vc-rcs-register): Fix handling of
19525 vc-[rcs-]register-switches.
19526 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
19527 Variables removed, since they weren't used yet.
19528
19529 * vc-cvs.el (vc-cvs-register): Fix handling of
19530 vc-[cvs-]register-switches.
19531
19532 * vc-sccs.el (vc-sccs-register): Fix handling of
19533 vc-[sccs-]register-switches.
19534
19535 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
19536
19537 * loadup.el ("emacs-lisp/backquote"): Load earlier.
19538 ("international/ucs-tables"): Load and turn on
19539 unify-8859-on-encoding-mode unconditionally.
19540 (emacs-version): Use `defconst' rather than `setq'.
19541
19542 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
19543
19544 2002-03-18 Richard M. Stallman <rms@gnu.org>
19545
19546 * menu-bar.el (menu-bar-options-menu): Cope if
19547 text-mode-hook is not a list.
19548
19549 2002-03-17 Richard M. Stallman <rms@gnu.org>
19550
19551 * emulation/pc-select.el (pc-selection-mode):
19552 Alter the existing global map, don't replace it.
19553
19554 * files.el (list-directory): Set default-directory at the end.
19555
19556 * dabbrev.el (dabbrev--goto-start-of-abbrev):
19557 Put a limit on field-beginning search.
19558
19559 2002-03-17 Simon Josefsson <jas@extundo.com>
19560
19561 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
19562 (browse-url-mosaic): Use it.
19563
19564 * net/browse-url.el (browse-url-filename-alist): Don't begin
19565 docstring with *, you don't want to set this one with M-x set-variable.
19566
19567 * net/browse-url.el: Put * in user option doc strings.
19568
19569 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
19570
19571 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
19572 (sgml-xml-guess): Simplify.
19573 (sgml-mode-common): Remove (move into sgml-mode).
19574 (sgml-mode): Add code from sgml-mode-common.
19575 Remove redundant setting of indent-line-function.
19576 Don't set skeleton-transformation when in XML mode.
19577
19578 * international/mule-diag.el (describe-char-after):
19579 Use `internal-describe-syntax-value' again (got lost somewhere).
19580
19581 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
19582 Use unify-8859-on-decoding-mode.
19583 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
19584 (ucs-insert): Give an error if the unicode char can't be created.
19585
19586 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
19587 (cvs-parse-status): Handle the "used to have a conflict" marker.
19588
19589 2002-03-17 Kim F. Storm <storm@cua.dk>
19590
19591 The following changes are related to the enhanced network process
19592 support.
19593
19594 * simple.el: Update copyright.
19595 (clone-process): Use make-network-process to clone network
19596 processes. Get command list via (process-contact ... t).
19597 Use set-process-query-on-exit-flag and process-query-on-exit-flag
19598 instead of process-kill-without-query.
19599 (open-network-stream): Replaces C-version from process.c.
19600 (open-network-stream-nowait, open-network-stream-server): New funs.
19601 (process-kill-without-query): Replaces C-version from process.c.
19602
19603 * files.el: Update copyright.
19604 (save-buffers-kill-emacs): Also check for active server
19605 processes. Use process-query-on-exit-flag. Only list processes
19606 which has the query-on-exit flag set in connection with user query.
19607
19608 * shadowfile.el: Update copyright.
19609 (shadow-save-buffers-kill-emacs): Also check for active server
19610 processes. Use process-query-on-exit-flag.
19611
19612 2002-03-16 Simon Marshall <simon.marshall@misys.com>
19613
19614 * imenu.el (imenu-menubar-modified-tick): Renamed from
19615 imenu-update-menubar-modified-tick.
19616 (imenu-update-menubar): Update imenu-menubar-modified-tick
19617 whenever outer condition succeeds.
19618
19619 * lazy-lock.el (save-buffer-state):
19620 Bind inhibit-modification-hooks and buffer-file-truename
19621 instead of before-change-functions and after-change-functions.
19622
19623 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
19624
19625 * international/codepage.el (codepage-setup): Don't define a
19626 codepage if it is already defined.
19627
19628 * textmodes/po.el (po-content-type-charset-alist): Convert the
19629 car of each association to a string.
19630 (po-find-file-coding-system-guts): If the charset matches a name
19631 of a codepage, set up that codepage and return it as a coding
19632 system to decode the file.
19633 (po-find-charset): Search for the Charset= header even if we've
19634 read less than 4KB.
19635 <top-level>: Remove the setup for all known codepages: it seems
19636 to cause crashes in the CCL driver.
19637
19638 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19639
19640 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
19641 (bibtex-entry-field-alist): Doc fix.
19642
19643 2002-03-16 Richard M. Stallman <rms@gnu.org>
19644
19645 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
19646 Move definition above cperl-outline-regexp.
19647
19648 * bindings.el (mode-line-mule-info): In computing help-echo prop,
19649 avoid using save-window-excursion. And compile the function.
19650
19651 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
19652
19653 * files.el (load-completion): New function.
19654 (load-library): Use it.
19655
19656 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19657
19658 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
19659 to match the actual code.
19660
19661 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
19662
19663 * textmodes/po.el (po-find-file-coding-system-guts):
19664 Use with-temp-buffer instead of po-with-temp-buffer.
19665
19666 * international/mule-conf.el (file-coding-system-alist): Add an
19667 association for PO files.
19668
19669 * textmodes/po.el: New file.
19670
19671 2002-03-15 Gerd Moellmann <gerd@gnu.org>
19672
19673 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19674 Fix simple loop indentation.
19675
19676 2002-03-14 Miles Bader <miles@gnu.org>
19677
19678 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
19679
19680 2002-03-14 Richard M. Stallman <rms@gnu.org>
19681
19682 * textmodes/picture.el (picture-insert)
19683 (picture-clear-column, picture-draw-rectangle):
19684 Use move-to-column, not move-to-column-force.
19685
19686 * dired.el (dired-readin): Clear out undo list.
19687 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
19688 (dired-delete-entry): New function.
19689 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
19690 and dired-delete-entry, to update this buffer (and others).
19691
19692 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
19693
19694 * facemenu.el (facemenu-add-new-face):
19695 Pass region args to facemenu-set-face, when there is a region.
19696 (facemenu-set-foreground, facemenu-set-background)
19697 (facemenu-add-face): Doc fixes.
19698
19699 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
19700
19701 2002-03-14 Miles Bader <miles@gnu.org>
19702
19703 * emacs-lisp/debug.el: Require `button'.
19704 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
19705 to get TAB and <backtab> bindings.
19706
19707 * net/rlogin.el (rlogin-carriage-filter): Function removed.
19708 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
19709 comint removes carriage returns itself now.
19710
19711 * rfn-eshadow.el (rfn-eshadow-update-overlay):
19712 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
19713 getting hosed by our own intangible property.
19714
19715 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
19716
19717 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
19718 Add fortran-comment-line-start-skip to comment-start-skip.
19719 (fortran-comment-indent): Keep whole-line comments in column 0.
19720 (fortran-find-comment-start-skip): New arg `all'.
19721 If ALL is nil, make sure we only match comment-start-skip if we
19722 can't match fortran-comment-line-start-skip.
19723 Fix bug that made it return t but without moving point when
19724 matching '!'! (a false-comment followed by a real comment).
19725 (fortran-indent-comment): Use new `all' argument above.
19726 Be careful not to add an incorrect comment-starter like "C"
19727 in comment-column.
19728 (fortran-split-line): When splitting a comment, reuse the comment
19729 starter from the current line rather than fortran-comment-line-start.
19730 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
19731 cleaner behavior of fortran-find-comment-start-skip.
19732 (fortran-fill): Don't be confused by ! inside a comment.
19733 (fortran-break-line): Minor cleanup and simplification.
19734
19735 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
19736
19737 * progmodes/etags.el (tag-exact-file-name-match-p)
19738 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
19739 simpler regexp.
19740
19741 2002-03-12 Colin Walters <walters@debian.org>
19742
19743 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
19744 redisplaying a line.
19745
19746 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19747
19748 * term/x-win.el (emacs-session-restore): Take previous id as
19749 an argument.
19750 (emacs-session-save): Add comment that return t means cancel shutdown
19751
19752 * startup.el (command-line): Must check that x-session-previous-id
19753 is bound also, for non-X platforms.
19754
19755 2002-03-12 Gerd Moellmann <gerd@gnu.org>
19756
19757 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
19758 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
19759 New user options.
19760 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
19761 (common-lisp-indent-function-1): Renamed from
19762 common-lisp-indent-function.
19763 (common-lisp-indent-function): Handle loop forms specially.
19764 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
19765 (lisp-backquote-indentation): New user option.
19766
19767 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
19768
19769 * progmodes/etags.el (tag-exact-file-name-match-p)
19770 (tag-file-name-match-p, tag-partial-file-name-match-p):
19771 Assume that the header of a tags section has either a number
19772 or nothing after the last comma.
19773
19774 2002-03-11 Richard M. Stallman <rms@gnu.org>
19775
19776 * imenu.el (imenu-update-menubar-modified-tick): New variable.
19777 (imenu-update-menubar): Don't call imenu--make-index-alist
19778 if buffer has not changed since last time.
19779
19780 * desktop.el (desktop-buffer-handlers): Doc fix.
19781 (desktop-buffer-file): Explicitly return BUF.
19782
19783 * paren.el (show-paren-function): Move back in other direction
19784 to verify the match is correct.
19785
19786 * mail/supercite.el (sc-select-attribution): Accept whatever value
19787 we get in CHOICE; there is no value meaning "try again".
19788
19789 2002-03-11 Colin Walters <walters@verbum.org>
19790
19791 * shell.el (toplevel): Revert previous change to use pcomplete.
19792 (shell-mode): Ditto.
19793 (shell-pcomplete-setup-done): Remove.
19794 (shell-pcomplete): Ditto.
19795 (shell-pcomplete-reverse): Ditto.
19796
19797 * comint.el: Remove documentation on setting up pcomplete.
19798
19799 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19800
19801 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
19802 item. Doc fix.
19803
19804 * image.el (image-type-from-file-header): Make temporary buffer
19805 unibyte.
19806
19807 * subr.el (add-to-list): Doc fix.
19808
19809 2002-03-11 Miles Bader <miles@gnu.org>
19810
19811 * pcomplete.el (pcomplete-entries): Expand environment variables
19812 in filename.
19813
19814 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
19815
19816 * play/mpuz.el: Use defface instead of facemenu-get-face.
19817
19818 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19819
19820 * startup.el (command-line): Add call to emacs-session-restore if
19821 both x-session-id and x-session-previous-id are strings.
19822
19823 * term/x-win.el (x-handle-smid): New function.
19824 (emacs-session-filename): New function.
19825 (emacs-session-save): New function.
19826 (emacs-save-session-functions): New variable.
19827 (emacs-session-restore): New function.
19828
19829 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
19830
19831 * simple.el (shell-command-on-region): Call push-mark with
19832 non-nil second arg, to suppress the "Mark set" message.
19833
19834 2002-03-08 Richard M. Stallman <rms@gnu.org>
19835
19836 * textmodes/picture.el (picture-forward-column): New arg `interactive'
19837 is non-nil for an interactive call. Use instead of interactive-p.
19838 (picture-backward-column): Likewise.
19839
19840 * tar-mode.el (tar-untar-buffer): New function.
19841
19842 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
19843 Put the mouse-face on the entire xref, like the local keymap.
19844
19845 * find-dired.el (find-name-dired): Use shell-quote-argument.
19846
19847 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
19848
19849 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
19850 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
19851 (mpuz-allow-double-multiplicator): New options for nicer look and
19852 new features.
19853 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
19854 (mpuz-check-all-solved, mpuz-random-puzzle)
19855 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
19856 (mpuz-show-solution): Functions streamlined and removed french
19857 style space before punctuation, added face support and optional
19858 solving of trivial results.
19859
19860 2002-03-07 Colin Walters <walters@verbum.org>
19861
19862 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
19863
19864 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
19865 instead of "recency" for clarity.
19866 (ibuffer-compile-format): Document more. Handle new "summarizer"
19867 columns.
19868 (ibuffer-fontify-region-function): Ditto.
19869 (ibuffer-insert-buffer-line): Ditto.
19870 (ibuffer-map-lines): Ditto.
19871 (ibuffer-insert-buffers-and-marks): Ditto.
19872 (ibuffer-update-title-and-summary): Renamed from
19873 `ibuffer-update-title'. Handle "summarizer" columns.
19874 (ibuffer-clear-summary-columns): New function.
19875
19876 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
19877
19878 2002-03-07 Gerd Moellmann <gerd@gnu.org>
19879
19880 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
19881 Use the other-window instead of the other-frame functions when
19882 the window is dedicated.
19883
19884 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
19885
19886 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
19887 with SILENT so that a new field can be added.
19888
19889 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
19890
19891 * files.el (make-auto-save-file-name): Make sure the produced file
19892 name does not contain characters that are invalid for DOS/Windows
19893 filesystems.
19894
19895 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
19896 Remove replacement functions.
19897
19898 2002-03-06 Gerd Moellmann <gerd@gnu.org>
19899
19900 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
19901 the form `:x'.
19902
19903 * vc.el (vc-branch-part): Add autoload cookie. This function can
19904 be called from vc-rcs-find-most-recent-rev when visiting a file
19905 checked into RCS in a CVS sandbox.
19906
19907 2002-03-06 Andreas Schwab <schwab@suse.de>
19908
19909 * progmodes/hideif.el: Augment expression parser to handle
19910 conditional expressions.
19911 (hif-token-regexp): Also match `?' and `:'.
19912 (hif-tokenize): Handle `?' and ':' as tokens.
19913 (hif-expr): Parse conditional expressions.
19914 (hif-or-expr): Parse `||' expressions.
19915 (hif-and-expr): Renamed from hif-term.
19916 (hif-conditional): New function to evaluate a conditional
19917 expression.
19918
19919 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19920
19921 * language/czech.el ("Czech"): Fix the documentation.
19922
19923 * language/slovak.el ("Slovak"): Likewise.
19924
19925 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
19926
19927 * xml.el (xml-parse-attlist): Accept empty strings.
19928
19929 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
19930
19931 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
19932 all terminals now support highlighting of some kind.
19933
19934 * language/european.el (mac-roman): Fix the safe-chars property.
19935
19936 2002-03-05 Andre Spiegel <spiegel@gnu.org>
19937
19938 * vc.el (vc-transfer-file): Use `make-temp-file'.
19939 (vc-default-update-changelog): Remove conditional use of
19940 `make-temp-name'.
19941
19942 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
19943
19944 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
19945
19946 * ediff-init.el: Comments.
19947
19948 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
19949 is loaded.
19950
19951 * ediff-mult.el (ediff-intersect-directories)
19952 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
19953 Cleanup.
19954 (ediff-draw-dir-diffs): Now supports the "C" command in directory
19955 difference buffer.
19956 (ediff-dir-diff-copy-file): New function that implements copying
19957 of files from one Ediff dir to another
19958 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
19959 (ediff-append-custom-diff): Better error msgs.
19960
19961 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
19962 (ediff-inferior-compare-regions): Use
19963 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
19964
19965 * ediff.el (ediff-directories-internal): Cleanup.
19966 (ediff-clone-buffer-for-region-comparison): Better interface.
19967
19968 2002-03-04 Richard M. Stallman <rms@gnu.org>
19969
19970 * emacs-lisp/easy-mmode.el (define-minor-mode):
19971 Use "P" in interactive spec of minor mode commands.
19972
19973 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
19974
19975 * faces.el (face-spec-choose): Allow `t' to appear before the end.
19976 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
19977 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
19978 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
19979 (mode-line-inactive, header-line): Move the `t' section to the
19980 beginning so the `:inherit' setting can be shared.
19981
19982 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19983
19984 * net/snmp-mode.el: Require tempo when compiling to prevent
19985 warnings. Update copyright notice.
19986
19987 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
19988 like not defined at all.
19989
19990 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
19991
19992 * textmodes/sgml-mode.el: Change maintainer to FSF.
19993 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
19994 (sgml-tags-invisible, sgml-beginning-of-tag):
19995 Allow _ : and non-ASCII in tag names, as required for XML.
19996 (sgml-name-char): Don't assume anything about charsets handled by
19997 encode-char.
19998
19999 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
20000 where one of the buffers is narrowed.
20001
20002 * hexl.el (hexlify-command, dehexlify-command): Remove.
20003 (hexlify-buffer, dehexlify-buffer): Use call-process-region
20004 rather than shell-command-on-region.
20005
20006 * newcomment.el (comment-forward): Use forward-comment to skip
20007 over whitespace (or comments) even when comment-use-syntax is nil.
20008
20009 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
20010
20011 * textmodes/xml-lite.el: New file.
20012
20013 2002-03-03 Richard M. Stallman <rms@gnu.org>
20014
20015 * textmodes/artist.el (artist-system): Use make-temp-file.
20016
20017 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
20018
20019 * mail/sendmail.el (mail-recover-1): Increase non-random-len
20020 by 1 since we changed make-auto-save-file-name to add one
20021 fewer character to the buffer name.
20022 (mail-recover): Really show point at the right place
20023 in the *Directory* buffer.
20024
20025 * files.el (make-auto-save-file-name): Use make-temp-file.
20026
20027 * terminal.el (te-create-terminfo): Use make-temp-file
20028 to create the source file in a safe way.
20029
20030 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
20031
20032 * cus-start.el: Rename automatic-hscroll-step and
20033 automatic-hscroll-margin into hscroll-step and hscroll-margin.
20034
20035 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
20036 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
20037
20038 * mouse.el (mouse-region-delete-keys): Add deletechar.
20039
20040 2002-03-03 Sam Steingold <sds@gnu.org>
20041
20042 * play/snake.el (snake-score-file): Fixed parens (broken by the
20043 last patch).
20044 * play/tetris.el (tetris-score-file): Ditto.
20045
20046 2002-03-03 Richard M. Stallman <rms@gnu.org>
20047
20048 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
20049
20050 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
20051
20052 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
20053 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
20054
20055 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
20056
20057 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
20058 instead of `buffer-substring-no-properties' to support enriched mode.
20059
20060 2002-03-02 Richard M. Stallman <rms@gnu.org>
20061
20062 * find-dired.el (find-grep-dired): Call shell-quote-argument.
20063 Specify the -e option.
20064 Rename arg to `regexp'.
20065
20066 2002-03-02 Milan Zamazal <pdm@zamazal.org>
20067
20068 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
20069
20070 2002-03-02 Miles Bader <miles@gnu.org>
20071
20072 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
20073 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
20074 If there's no applicable modifiers entry in the alist in
20075 `mouse-wheel-scroll-amount', fall back to the default, not to
20076 nil (which causes full screen scrolls).
20077
20078 2002-03-01 Andreas Schwab <schwab@suse.de>
20079
20080 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
20081 Remove extra paren in regexp.
20082
20083 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
20084
20085 * mouse.el (mouse-show-mark): Use display-mouse-p, not
20086 display-graphic-p, to decide whether to move point or use the
20087 highlighting.
20088
20089 2002-02-28 Colin Walters <walters@verbum.org>
20090
20091 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
20092
20093 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
20094 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
20095 (calc-temp-file-name): Use `make-temp-file'.
20096
20097 2002-02-28 Richard M. Stallman <rms@gnu.org>
20098
20099 * font-lock.el (java-font-lock-extra-types):
20100 Match java.net.URL, etc.
20101
20102 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20103
20104 * hexl.el (hexl-options): Doc fix.
20105 Update Commentary section.
20106
20107 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
20108 Doc fixes.
20109
20110 2002-02-28 Andre Spiegel <spiegel@gnu.org>
20111
20112 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
20113 the user to do that first.
20114 (vc-update): New function.
20115
20116 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
20117 which calls vc-update. Use the term "Base Version" instead of
20118 "Last Version" for the entries "Revert" and "Compare".
20119
20120 2002-02-28 Kim F. Storm <storm@cua.dk>
20121
20122 * simple.el (shell-command-on-region): Report non-zero exit
20123 status in mode line instead of buffer.
20124
20125 2002-02-27 Richard M. Stallman <rms@gnu.org>
20126
20127 * comint.el (comint-preoutput-filter-functions): Doc fix.
20128 (comint-output-filter-functions, comint-input-filter-functions)
20129 (comint-redirect-filter-functions): Likewise.
20130
20131 (comint-redirect-preoutput-filter): Do the local-hook
20132 handling of t when running comint-redirect-filter-functions.
20133 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
20134
20135 2002-02-26 Richard M. Stallman <rms@gnu.org>
20136
20137 * paths.el (remote-shell-program): Add doc string.
20138
20139 2002-02-26 Colin Walters <walters@debian.org>
20140
20141 * ibuf-ext.el (sorter mode-name): New.
20142 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
20143
20144 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
20145 interactively, so they do something.
20146 (calc-scroll-right): Ditto.
20147
20148 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
20149
20150 * international/mule.el (ctext-pre-write-conversion): Handle the
20151 case when FROM is a string, and when we are called from
20152 build_annotations_2.
20153
20154 2002-02-26 Richard M. Stallman <rms@gnu.org>
20155
20156 * rect.el (clear-rectangle-line): Reindent to the same column
20157 that move-to-column reached when it tried to go to endcol.
20158
20159 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
20160
20161 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
20162
20163 * winner.el (winner-boring-buffers, winner-set): A window which
20164 displays a buffer whose name is in the list
20165 `winner-boring-buffers', will no longer be restored by `winner-undo'.
20166 (winner-sorted-window-list): Used to improve comparison between
20167 window configurations.
20168 (winner-win-data): Simplified and moved.
20169 (winner-conf): Simplified (now uses `winner-win-data').
20170 (winner-change-fun, winner-save-old-configurations)
20171 (winner-save-(un)conditionally, winner-redo): Changes made while in
20172 the minibuffer will be ignored. (Such changes are undone upon
20173 exit for the minibuffer, anyway.)
20174 (winner-set-conf): Preserve selected window whenever possible.
20175 (winner-make-point-alist): Simplified.
20176 (winner-mode, winner-save-unconditionally): Save current window
20177 configuration on entering minibuffer.
20178 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
20179 since it does not change the overall behavior of Emacs.
20180
20181 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
20182
20183 * international/mule-conf.el (compound-text): Renamed back from
20184 compound-text-no-extensions.
20185 (ctext-no-compositions): Remove the mime-charset property.
20186 (compound-text-with-extensions): Renamed from compound-text.
20187 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
20188
20189 2002-02-26 Juanma Barranquero <lektu@terra.es>
20190
20191 * faces.el (list-faces-display): Fix typo.
20192
20193 2002-02-25 Richard M. Stallman <rms@gnu.org>
20194
20195 * frame.el (focus-follows-mouse): Doc fix.
20196
20197 2002-02-26 Miles Bader <miles@gnu.org>
20198
20199 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
20200 to `define-key', since it no longer accepts the latter.
20201
20202 2002-02-25 Jason Rumney <jasonr@gnu.org>
20203
20204 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
20205 mouse-wheel-scroll-amount.
20206
20207 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
20208 mwheel.el.
20209
20210 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
20211
20212 2002-02-25 Andre Spiegel <spiegel@gnu.org>
20213
20214 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
20215 consistent with the others that take a backend name as a symbol.
20216
20217 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
20218
20219 2002-02-25 Kim F. Storm <no-spam@cua.dk>
20220
20221 * comint.el (comint-replace-by-expanded-filename): Do nothing if
20222 comint-match-partial-filename returns nil.
20223
20224 * shell.el (shell-pcomplete-setup-done): New variable.
20225 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
20226 (shell-pcomplete-reverse): Ditto.
20227
20228 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
20229
20230 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
20231
20232 2002-02-25 Juanma Barranquero <lektu@terra.es>
20233
20234 * subr.el (save-match-data): Doc fix.
20235
20236 * ielm.el (ielm-prompt): Allow customization; make it read-only.
20237
20238 2002-02-25 Kim F. Storm <storm@cua.dk>
20239
20240 * shell.el (shell-mode-map): Add "Complete" header so completion
20241 menu is shown on the menu bar in shell mode.
20242
20243 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
20244
20245 * ielm.el (ielm-match-data): New var.
20246 (inferior-emacs-lisp-mode): Make it buffer-local.
20247 (ielm-eval-input): Use it to preserve match-data between inputs.
20248
20249 2002-02-24 Juanma Barranquero <lektu@terra.es>
20250
20251 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
20252
20253 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
20254
20255 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
20256 `custom-buffer' customize group.
20257
20258 2002-02-23 Kim F. Storm <storm@cua.dk>
20259
20260 * help.el (where-is): Use remap-command.
20261
20262 * help-fns.el (describe-function-1): Use remap-command.
20263
20264 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
20265 change (no longer accept a symbol for the KEY argument).
20266
20267 2002-02-23 Colin Walters <walters@debian.org>
20268
20269 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
20270 * calc/calcalg2.el (math-solve-get-sign): Ditto.
20271
20272 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
20273 in generated function.
20274
20275 * ibuf-ext.el (ibuffer-old-time): Change to hours.
20276 (ibuffer-mark-old-buffers): Handle it.
20277
20278 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
20279 (toplevel): Bind them.
20280 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
20281 not necessary now that we use pcomplete.
20282
20283 * comint.el: Document how use new pcomplete completion facility.
20284
20285 2002-02-23 Richard M. Stallman <rms@gnu.org>
20286
20287 * mail/rmailsum.el (rmail-summary-output): Properly advance
20288 to next message, by calling rmail-summary-goto-msg.
20289
20290 * net/browse-url.el (browse-url-galeon): Specify --existing
20291 for an existing window. Use --noraise rather than --no-raise.
20292 Don't use -x.
20293
20294 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
20295
20296 * progmodes/etags.el (find-tag-noselect, find-tag)
20297 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
20298 Fix a typo in doc strings.
20299
20300 2002-02-20 Deepak Goel <deego@glue.umd.edu>
20301
20302 * play/snake.el (snake-velocity-queue, snake-update-velocity)
20303 (snake-final-x-velocity, snake-final-y-velocity):
20304 New variable and functions. Store user's keypresses
20305 into a queue and pop from the queue each subsequent turn.
20306 (snake-update-game, snake-move-left)
20307 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
20308 (snake-start-game): Use that queue.
20309 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
20310 (snake-use-color-flag): Likewise.
20311 (snake-mode): Rename uses of those variables.
20312
20313 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
20314
20315 Support for ICCCM Extended Segments in X selections:
20316
20317 * international/mule-conf.el (ctext-no-compositions): New coding
20318 system.
20319 (compount-text-no-extensions): Renamed from compound-text.
20320 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
20321 compound-text-no-extensions.
20322 (compound-text): Redefined using post-read and pre-write conversions.
20323
20324 * international/mule.el (non-standard-icccm-encodings-alist)
20325 (non-standard-designations-alist): New variables.
20326 (ctext-post-read-conversion, ctext-pre-write-conversion):
20327 New functions.
20328
20329 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
20330
20331 * vc.el (vc-default-init-version): Update documentation to
20332 indicate that the backend can override the default init version.
20333 (vc-register): Use the backend init-version function, if it
20334 exists, to determine the initial version of a file.
20335 (vc-diff-switches-list): Don't symbol-quote backend, since it's
20336 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
20337
20338 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
20339 not version-controlled. This is necessary, e.g., if the file has
20340 just been reverted, and thus was previously under version control
20341 but isn't any longer.
20342 (vc-find-file-hook): Likewise.
20343
20344 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
20345
20346 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
20347 (vc-cvs-sticky-tag-display): New variable.
20348 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
20349 (vc-cvs-checkin): If the input revision is a valid symbolic tag
20350 name, we create it as a branch, commit and switch to it.
20351 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
20352 (vc-cvs-valid-symbolic-tag-name-p): New function.
20353 (vc-cvs-parse-sticky-tag): New function.
20354 (vc-cvs-parse-entry): Add parsing of sticky tags.
20355
20356 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
20357
20358 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
20359 nil, and then explicitly set the standard-value to t.
20360
20361 2002-02-20 Sam Steingold <sds@gnu.org>
20362
20363 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
20364 since it is used in the menu bar.
20365
20366 2002-02-20 Richard M. Stallman <rms@gnu.org>
20367
20368 * simple.el (shell-command-on-region): Display the exit status
20369 when a command fails.
20370
20371 * subr.el (add-hook): Doc fix.
20372
20373 * frame.el (other-frame): Doc fix.
20374
20375 * simple.el (yank): Clear `field' property.
20376
20377 2002-02-20 Tom Tromey <tromey@cachet>
20378
20379 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
20380 natural paragraph boundaries. Don't fail at beginning of buffer.
20381
20382 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20383
20384 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
20385 call the argument "arg" to match plain next-line and
20386 previous-line. From Kevin Ryde <user42@zip.com.au>.
20387
20388 2002-02-19 Sam Steingold <sds@gnu.org>
20389
20390 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
20391 scroll amounts for different modifiers now.
20392 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
20393 format properly.
20394 (mouse-wheel-mode): Ditto.
20395
20396 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
20397
20398 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
20399 around function body.
20400
20401 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
20402 sense of the comparison, to match the doc strings of functions
20403 that use this macro.
20404
20405 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
20406
20407 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
20408
20409 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
20410 * menu-bar.el (menu-bar-mode): Ditto.
20411
20412 2002-02-18 Andreas Schwab <schwab@suse.de>
20413
20414 * replace.el (query-replace-regexp-eval): Doc fix.
20415
20416 2002-02-18 Colin Walters <walters@verbum.org>
20417
20418 * calc/calcalg2.el (math-solve-get-int): Convert return value from
20419 `math-get-from-counter' to a string before calling `concat' on it.
20420
20421 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
20422 (calc-public-autoloads): Obsolete; remove.
20423 (calc-private-autoloads): Ditto.
20424 (calc-add-autoloads): Ditto.
20425
20426 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
20427 for body.
20428
20429 2002-02-17 Jason Rumney <jasonr@gnu.org>
20430
20431 * w32-win.el (x-option-alist, x-long-option-alist)
20432 (x-switch-definitions): Remove, use command-line-x-option-alist
20433 instead to be consistent with X.
20434 (x-handle-initial-switch): New function.
20435
20436 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20437
20438 * faces.el (mode-line-inactive, header-line): Add the :inherit
20439 attribute for the tty case.
20440
20441 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
20442
20443 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
20444 invoked from Rmail with full headers displayed.
20445
20446 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20447
20448 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
20449 when repeated.
20450 * textmodes/paragraphs.el (mark-paragraph): Ditto.
20451
20452 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
20453
20454 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
20455 (menu-bar-tools-menu): Removed speedbar.
20456
20457 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
20458 and `flyspell-mode' entries.
20459
20460 * textmodes/flyspell.el (flyspell): Add to ispell group.
20461
20462 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20463
20464 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
20465 repeated.
20466 (mark-defun): Mark more if repeated.
20467
20468 2002-02-17 Colin Walters <walters@verbum.org>
20469
20470 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
20471
20472 * ibuffer.el (ibuffer-truncate-lines): New option.
20473 (ibuffer-mode): Use it.
20474
20475 2002-02-17 Kim F. Storm <storm@cua.dk>
20476
20477 * cus-start.el: Add mouse-highlight.
20478
20479 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
20480
20481 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
20482
20483 * cus-start.el: Add automatic-hscroll-margin and
20484 automatic-hscroll-step.
20485
20486 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20487
20488 * cus-start.el (x-autoselect-window): Allow customization.
20489
20490 * eshell/em-alias.el (eshell-alias-initialize): Do not use
20491 make-local-hook.
20492
20493 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
20494
20495 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
20496
20497 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
20498
20499 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
20500
20501 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
20502
20503 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
20504
20505 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
20506
20507 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
20508
20509 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
20510
20511 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
20512
20513 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
20514
20515 * eshell/esh-io.el (eshell-io-initialize): Likewise.
20516
20517 * eshell/esh-mode.el (eshell-mode): Likewise.
20518
20519 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
20520
20521 * eshell/esh-var.el (eshell-var-initialize): Likewise.
20522
20523 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
20524
20525 * progmodes/idlwave.el (idlwave-mode): Likewise.
20526
20527 * textmodes/reftex-sel.el (reftex-select-label-mode)
20528 (reftex-select-bib-mode): Likewise.
20529
20530 2002-02-16 John Wiegley <johnw@gnu.org>
20531
20532 * eshell/em-hist.el (eshell-hist-initialize): When in the
20533 minibuffer, use the global value of `eshell-history-ring', and
20534 never save it to disk, or ask to save it to disk. This allows
20535 users of session.el to control whether its global state should be
20536 persisted or not.
20537 (eshell-add-command-to-history): Don't write Eshell's history out
20538 to disk, let the governing mode control that upon exit.
20539
20540 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
20541
20542 * eshell/eshell.el (eshell-command): Before reading from the
20543 minibuffer, add eshell-add-command-to-history to
20544 minibuffer-exit-hook, and remove it after read-from-minibuffer
20545 returns.
20546
20547 * eshell/em-hist.el (eshell-add-input-to-history): New function,
20548 with most of the code from eshell-add-to-history.
20549 (eshell-add-command-to-history): New function, to record in
20550 eshell-history the commands run via eshell-command.
20551 (eshell-add-to-history): Call eshell-add-command-to-history to do
20552 most of the work.
20553
20554 2002-02-16 John Wiegley <johnw@gnu.org>
20555
20556 * eshell/esh-ext.el (eshell-external-command): Added a fix for
20557 XEmacs' new dired.el, which adds a global entry in the
20558 `file-name-handler-alist'.
20559
20560 2002-02-16 John Wiegley <johnw@gnu.org>
20561
20562 * align.el (align-region): Added a missing name argument.
20563
20564 2002-02-16 John Wiegley <johnw@gnu.org>
20565
20566 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
20567 after the #! of a shell interpretor specification.
20568
20569 2002-02-15 Richard M. Stallman <rms@gnu.org>
20570
20571 * help.el (describe-key-briefly): Make output in INSERT case
20572 look just like what is displayed in the normal case.
20573
20574 2002-02-15 Andreas Schwab <schwab@suse.de>
20575
20576 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20577 Require non-letter after specials.
20578
20579 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
20580
20581 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
20582
20583 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20584
20585 * simple.el (mark-word): Mark more if repeated.
20586 * textmodes/paragraphs.el (mark-paragraph): Ditto.
20587 (mark-end-of-sentence): Ditto.
20588
20589 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
20590
20591 * wid-edit.el (widgetp): Made it more robust.
20592
20593 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
20594
20595 * facemenu.el (describe-text-done): New function.
20596 (describe-text-mode-map): New variable.
20597 (describe-text-mode-hook): New option.
20598 (describe-text-mode): New function.
20599 (describe-text-widget): New function.
20600 (describe-text-sexp): New function.
20601 (describe-text-properties): New function.
20602 (describe-text-category): New command.
20603 (describe-text-at): New command.
20604 (facemenu-menu): Replace `list-text-properties-at' with
20605 `describe-text-at' in the menu.
20606
20607 * wid-edit.el (widgetp): New function.
20608 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
20609
20610 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
20611
20612 * wid-browse.el: Removed version and x-url keywords.
20613
20614 2002-02-13 Kim F. Storm <storm@cua.dk>
20615
20616 * cus-start.el (mode-line-in-non-selected-windows):
20617 Allow customization.
20618
20619 2002-02-13 Richard M. Stallman <rms@gnu.org>
20620
20621 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
20622 Tell bibtex-parse-keys to output no progress messages.
20623
20624 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
20625
20626 * progmodes/pascal.el (pascal-imenu-generic-expression):
20627 Add menu-title and fix parentheses.
20628
20629 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
20630
20631 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
20632 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
20633
20634 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
20635
20636 * menu-bar.el (menu-bar-options-save): Only save
20637 `current-language-environment' and `default-input-method' when
20638 marked as customized.
20639
20640 * international/mule-cmds.el
20641 (setup-specified-language-environment):
20642 Mark `current-language-environment' as customized.
20643 (set-input-method): Mark `default-input-method' as customized when
20644 called interactively.
20645 (toggle-input-method): Ditto.
20646
20647 2002-02-11 Colin Walters <walters@verbum.org>
20648
20649 * ibuffer.el (ibuffer-switch-format): Supply required argument for
20650 `ibuffer-current-formats'.
20651
20652 2002-02-11 Miles Bader <miles@gnu.org>
20653
20654 * faces.el (mode-line-inactive): Add dark-background variant.
20655
20656 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
20657
20658 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
20659 * menu-bar.el (menu-bar-mode): Ditto.
20660 * cus-edit.el (customize-mark-to-save): Always save variables
20661 without a standard value.
20662
20663 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
20664 (menu-bar-options-save): Ditto.
20665 (menu-bar-showhide-menu): Ditto.
20666 (menu-bar-options-menu): Ditto.
20667 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
20668 (menu-bar-scroll-bar-none): Remove.
20669 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
20670 expressions instead.
20671
20672 * cus-edit.el (customize-set-value): Return value.
20673 (customize-set-variable): Ditto.
20674 (customize-save-variable): Ditto.
20675 (customize-set-variable): Load dependencies before setting value.
20676 (custom-load-symbol): Autoload it.
20677 (customize-mark-as-set): New function.
20678
20679 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
20680
20681 * cus-start.el: Don't warn about "x-*" symbols when building a
20682 non-GUI version.
20683
20684 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20685
20686 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
20687 Doc fix.
20688 (strokes-help): Do not use doubled with-output-to-temp-buffer.
20689 Fix the help string.
20690 (strokes-prompt-user-save-strokes): Fix typo.
20691 (strokes-list-strokes): Use proper exit-action argument for
20692 view-buffer. Update copyright notice.
20693
20694 * international/mule-diag.el: Various doc and message fixes.
20695 (non-iso-charset-alist): Add mac-roman. Don't add entries for
20696 codepages already present.
20697 (list-block-of-chars): Display space for null entries in
20698 translation table. Display tab specially.
20699 (list-non-iso-charset-chars): Check for null charsets. Use pop
20700 for clarity. Don't break 8-bit sets into sections between ranges.
20701 (list-charset-chars): Avoid indent-tabs-mode.
20702 (describe-char-after): Maybe use the text property for syntax
20703 table information. Maybe report char-code-property-table info.
20704 Maybe report character's unicode. Tweak printing of list info.
20705 (list-input-methods): Add xref buttons.
20706 (dump-charsets, dump-codings): Deleted (obsolete).
20707 From Dave Love <fx@gnu.org>.
20708
20709 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20710
20711 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
20712
20713 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
20714
20715 * viper-util.el (viper-read-key-sequence): Fix so it'll read
20716 fast key sequences in emacs native mode
20717 (viper-events-to-keys): Delete.
20718
20719 * viper.el (describe-key, describe-key-briefly): Get rid of
20720 viper-events-to-keys.
20721
20722 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
20723
20724 * ediff-wind.el (ediff-setup-control-frame):
20725 Use ediff-has-gutter-support.
20726
20727 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
20728 check if buff is alive.
20729
20730 * ediff.el: Typo in comment.
20731
20732 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20733
20734 * menu-bar.el (menu-bar-options-save): Take care of
20735 line-number-mode and column-number-mode variables.
20736 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
20737 "Show Column Number" in "Show/Hide" menu.
20738
20739 2002-02-09 Richard M. Stallman <rms@gnu.org>
20740
20741 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
20742
20743 2002-02-09 Kim F. Storm <storm@cua.dk>
20744
20745 * faces.el (mode-line-inactive): New face for mode-line for
20746 non-selected windows.
20747 (mode-line): Doc fix: Only used for selected window.
20748
20749 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
20750
20751 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
20752 name to "Insert Diary Entry".
20753
20754 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
20755
20756 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
20757 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
20758
20759 2002-02-08 Richard M. Stallman <rms@gnu.org>
20760
20761 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
20762
20763 2002-02-08 Andreas Schwab <schwab@suse.de>
20764
20765 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
20766 of point-min.
20767
20768 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
20769
20770 * net/ange-ftp.el (ange-ftp-process-handle-line)
20771 (ange-ftp-set-xfer-size): If the file's size is a float, divide
20772 by 1024 instead of using ash.
20773
20774 * international/mule-cmds.el (select-safe-coding-system):
20775 State the buffer's name in the message popped in the *Warning* buffer,
20776 and make sure the offending buffer is displayed.
20777
20778 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
20779
20780 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
20781
20782 2002-02-07 Richard M. Stallman <rms@gnu.org>
20783
20784 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
20785
20786 * register.el (list-registers): New command.
20787 (describe-register-1): New subroutine, taken out of view-register.
20788
20789 * emacs-lisp/copyright.el (copyright-regexp):
20790 Delete the unibyte copyright symbol; it's redundant.
20791 Fix a spazz in the multibyte encoding here.
20792
20793 2002-02-07 Dave Love <fx@gnu.org>
20794
20795 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
20796 (cyrillic-encode-alternativnyj-char): Get translation tables from
20797 symbol properties, not as variables.
20798 (standard-display-cyrillic-translit): Include unicodes.
20799
20800 2002-02-06 Kim F. Storm <storm@cua.dk>
20801
20802 * help.el (where-is): Report remapped commands.
20803
20804 * help-fns.el (describe-function-1): Ditto.
20805
20806 * subr.el (global-set-key, local-set-key): Accept a symbol for the
20807 KEY argument (like define-key).
20808
20809 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20810
20811 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
20812
20813 2002-02-06 Richard M. Stallman <rms@gnu.org>
20814
20815 * mail/mailabbrev.el: Require sendmail only at compile time.
20816 (mail-mode-header-syntax-table): Var deleted.
20817 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
20818 (sendmail-pre-abbrev-expand-hook): Only temporarily change
20819 local-abbrev-table and the syntax table.
20820 Compute mail-abbrev-syntax-table if that has not been done.
20821
20822 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
20823
20824 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
20825 (debugger-frame-number): Figure out the offset directly.
20826 (debugger-setup-buffer): Don't use debugger-frame-offset.
20827 (debugger-frame, debugger-frame-clear): Likewise.
20828 (debugger-jump): Don't alter debugger-frame-offset.
20829
20830 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20831 Replace foo-p as var name with foo-flag, not foo-p-flag.
20832
20833 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
20834 (highlight-changes-passive-string): Default to -Chg.
20835 (highlight-changes-global-modes): Doc fix.
20836
20837 * dired.el (dired-get-filename): Add /: when appropriate
20838 to avoid taking a local name as remote.
20839
20840 * files.el (file-name-non-special): Add special handling for
20841 file-name-sans-versions, file-name-completion, and
20842 file-name-all-completions.
20843
20844 * isearch.el (isearch-update): Don't update display in kbd macro.
20845 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
20846
20847 * subr.el (force-mode-line-update): Doc fix.
20848
20849 * subr.el (atomic-change-group, prepare-change-group)
20850 (activate-change-group, accept-change-group, cancel-change-group):
20851 New functions.
20852
20853 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
20854 (transpose-subr-1): Use atomic-change-group.
20855
20856 * subr.el (add-minor-mode): Include the mode's lighter string
20857 in the minor mode menu item name.
20858
20859 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
20860 rmail-count-screen-lines starting from (point-min).
20861
20862 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
20863 beyond the image height, to use the fancy splash screen.
20864
20865 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
20866 (text-mode): Set text-mode-variant here.
20867
20868 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
20869
20870 * play/pong.el (pong-height): Don't use height that exceeds the
20871 frame height.
20872 (pong-border-options): Make the border colors slightly more bright.
20873
20874 * play/gamegrid.el (gamegrid-display-type): Treat any
20875 color-capable display as color-x, if display-color-p is fboundp.
20876 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
20877 (gamegrid-make-color-tty-face): Use the value of color, not the
20878 symbol itself. Don't call gamegrid-color.
20879
20880 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
20881
20882 * gud.el (gud-refresh): Call recenter only after we are sure we
20883 are in the right window.
20884
20885 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
20886
20887 * cus-edit.el (customize-mark-to-save): New function.
20888 * menu-bar.el (menu-bar-options-save): Rewrote.
20889
20890 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20891
20892 * cus-start.el (x-use-underline-position-properties):
20893 Allow customization.
20894
20895 2002-02-04 Simon Josefsson <jas@extundo.com>
20896
20897 * dired.el (dired-load-hook, dired-mode-hook)
20898 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
20899
20900 2002-02-03 Colin Walters <walters@verbum.org>
20901
20902 * ibuf-ext.el (ibuffer-filter-format-alist)
20903 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
20904 New variables.
20905 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
20906 is now the Emacs CVS tree.
20907 (ibuffer-formats): Doc fix.
20908 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
20909 (ibuffer-current-format): Use them.
20910 (ibuffer-recompile-formats, ibuffer-check-formats)
20911 (ibuffer-switch-format, ibuffer-update-title):
20912 Add support for ibuffer-filter-format-alist.
20913 (define-ibuffer-column process): Remove unncessary consing.
20914
20915 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
20916 for a summary column.
20917
20918 2002-02-03 Andreas Schwab <schwab@suse.de>
20919
20920 * window.el (save-selected-window): Move macro before first use.
20921 (balance-windows): Fix misplaced parenthesis.
20922
20923 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20924
20925 * calculator.el (calculator-displayers): Doc fixes.
20926
20927 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20928
20929 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
20930 (menu-bar-options-save): Save also the value of `display-time-mode'.
20931 (showhide-date-time): New function.
20932 (menu-bar-showhide-menu): New menu-item "Date and time".
20933
20934 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
20935
20936 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
20937 get-file-buffer to check for rmail buffer existence.
20938
20939 * term.el (term-emulate-terminal): Extract proper command string
20940 which is supplied to term-command-hook.
20941
20942 2002-02-03 Richard M. Stallman <rms@gnu.org>
20943
20944 * international/quail.el (quail-help): Don't call help-setup-xref.
20945
20946 * international/mule-cmds.el (describe-input-method):
20947 Call help-setup-xref here.
20948 (describe-current-input-method): Doc fix.
20949
20950 * novice.el (disabled-command-hook): Clarify output text.
20951 Indent the paragraph from the command's doc string.
20952
20953 * dabbrev.el (dabbrev--goto-start-of-abbrev):
20954 Exit loop on beginning of field rather than bobp.
20955
20956 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20957
20958 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
20959 the message text into the *mail* buffer, and restore the pruned
20960 state after that.
20961
20962 * mail/rmail.el (rmail-redecode-body): Prune the headers before
20963 looking for X-Coding-System header, and restore the pruned state
20964 before returning.
20965
20966 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20967
20968 * cus-edit.el (customize-save-variable): Fix typo in prompt.
20969
20970 These changes integrate new version of flyspell.el from its
20971 maintainer, Manuel Serrano:
20972
20973 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
20974 (flyspell-mode-on, flyspell-notify-misspell)
20975 (flyspell-small-region, flyspell-external-point-words)
20976 (flyspell-large-region): Use it
20977 (flyspell-before-incorrect-word-string)
20978 (flyspell-after-incorrect-word-string): New user options.
20979 (make-flyspell-overlay): Use them.
20980 (flyspell-version): New function.
20981 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
20982 definitions to use :weight.
20983 (flyspell-insert-function): New user option.
20984 (flyspell-auto-correct-word, flyspell-correct-word)
20985 (flyspell-xemacs-correct): Use it.
20986 (flyspell-define-abbrev): New function.
20987 (flyspell-auto-correct-word, flyspell-correct-word)
20988 (flyspell-xemacs-correct): Use it.
20989 (make-flyspell-overlay): Use `evaporate' property.
20990 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
20991 (flyspell-emacs-popup): Use `session' instead of `accept'.
20992 (flyspell-auto-correct-previous-pos): New variable.
20993 (flyspell-auto-correct-previous-hook)
20994 (flyspell-auto-correct-previous-word): New functions.
20995
20996 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20997
20998 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
20999 don't alter the user's ~/.emacs.
21000 (disable-command): If user-init-file is nil or does not exist,
21001 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
21002 But don't alter the init file if Emacs was invoked as "emacs -q"
21003
21004 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
21005
21006 * mail/sendmail.el (mail-mode): Undo half of last change.
21007
21008 * indent.el (indent-for-tab-command): Remove spurious code.
21009
21010 * hi-lock.el (hi-lock-find-patterns): Save restriction.
21011
21012 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
21013
21014 * calendar/time-date.el: Moved from lisp/gnus.
21015
21016 * calendar/parse-time.el: Ditto.
21017
21018 2002-01-31 Richard M. Stallman <rms@gnu.org>
21019
21020 * international/iso-acc.el (iso-languages): Fix ", " in French.
21021
21022 * cus-start.el (history-length): Specify customization for it.
21023
21024 * emacs-lisp/debug.el (debugger-setup-buffer):
21025 When an eval-buffer frame was reading from a buffer,
21026 insert indication of the buffer position.
21027 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
21028 (debugger-frame-clear, debugger-frame): Error on non-frame line.
21029
21030 * simple.el (shell-command-on-region): Err if no mark
21031 before reading the command string.
21032
21033 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
21034 Definitions moved down after hl-line-mode var's definition.
21035
21036 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
21037 (hilit-chg-set-face-on-change): Rename arg.
21038 (hilit-chg-make-ov): Detect error earlier.
21039
21040 * ediff-hook.el: Delete autoload cookies.
21041
21042 * comint.el (comint-scroll-show-maximum-output): Default is t.
21043
21044 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
21045 (batch-byte-compile-if-not-done): New function.
21046
21047 * Makefile.in (compile): New target.
21048 (compile-always): Renamed from compile-files.
21049 (compile-after-backup): Renamed from compile.
21050 (bootstrap): Depend on compile-always, not compile-files.
21051
21052 * emulation/pc-select.el (pc-select-save-and-set-mode):
21053 Properly use MODE-VAR.
21054
21055 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21056
21057 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
21058 Version" to "About Emacs".
21059 (menu-bar-options-save): Add `default-frame-alist'
21060 to saved variables.
21061 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
21062 of the variable `scroll-bar-mode'.
21063
21064 * startup.el (normal-splash-screen, display-splash-screen):
21065 New functions (separated from command-line-1).
21066 (command-line-1): Use them.
21067
21068 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
21069
21070 * calendar/calendar.el (generate-calendar-month): Doc fix.
21071
21072 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21073
21074 * time.el (display-time-mail-directory): New option.
21075 (display-time-mail-function): Update doc-string.
21076 (display-time-mail-icon): Use XPM image when available.
21077 (display-time-string-forms): Use more descriptive text as
21078 help-echo property.
21079 (display-time-mail-check-directory): New function.
21080 (display-time-update): Use it.
21081
21082 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
21083 Quote `window-system'.
21084
21085 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
21086 Add Keywords header. Update Commentary section.
21087 Update copyright notice.
21088
21089 * menu-bar.el (menu-bar-scroll-bar-right)
21090 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
21091 (showhide-menu-bar): New functions.
21092 (menu-bar-showhide-menu): New submenu "Show/Hide".
21093 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
21094 "Show/Hide".
21095 Update copyright notice.
21096
21097 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
21098
21099 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
21100
21101 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
21102
21103 * pc-select.el (pc-selection-mode-hook)
21104 (pc-select-saved-settings-alist, pc-select-map)
21105 (pc-select-saved-global-map, pc-select-key-bindings-alist)
21106 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
21107 (pc-select-meta-moves-sexps-key-bindings)
21108 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
21109 New variables.
21110 (pc-select-define-keys, pc-select-restore-keys): New functions.
21111 (pc-select-add-to-alist, pc-select-save-and-set-var)
21112 (pc-select-save-and-set-mode, pc-select-restore-var)
21113 (pc-select-restore-mode): New macros.
21114 (pc-selection-mode): Completely rewrote the body of the function;
21115 the main goal was to make pc-selection-mode "turn-off"-able, like
21116 other minor modes. Use define-minore-mode instead of just a
21117 defun. Store the key bindings into four alists:
21118 pc-select-default-key-bindings, pc-select-extra-key-bindings,
21119 pc-select-meta-moves-sexps-key-bindings, and
21120 pc-select-tty-key-bindings; then have the pc-select-define-keys
21121 function walk those alists instead of calling define-key
21122 repeatedly. When the mode is turned on, set the
21123 keybindings in global-map and remember the old keybindings; when
21124 the mode is turned off, restore the previously-saved keybindings.
21125 (pc-selection-mode defcustom): Reflect the fact that the mode is
21126 now "turn-off"-able.
21127
21128 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
21129
21130 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
21131 returns t, don't treat that as an error.
21132
21133 2002-01-25 Jason Rumney <jasonr@gnu.org>
21134
21135 * faces.el (face-font-registry-alternatives) [windows-nt]:
21136 Add ms-oemlatin as an alternative for iso8859-1.
21137
21138 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
21139
21140 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
21141 args and the absence of an entry. Don't add -f each time.
21142
21143 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
21144
21145 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
21146
21147 Support for more than 8 colors on character terminals:
21148
21149 * term/rxvt.el: New file.
21150
21151 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
21152
21153 * term/xterm.el (xterm-standard-colors): New variable.
21154 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
21155 (xterm-rxvt-set-background-mode): New functions.
21156 (toplevel): Call xterm-register-default-colors,
21157 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
21158 Add support for more keys from xterm's terminfo entry.
21159
21160 * facemenu.el (list-colors-display): If the argument is nil, don't
21161 show more colors that the number returned by display-color-cells.
21162
21163 * term/pc-win.el (msdos-color-values): Reverse the order of the
21164 colors, since tty-color-define now preserves the registration order.
21165
21166 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
21167
21168 * term/tty-colors.el (tty-standard-colors): Reverse the order.
21169 (tty-register-default-colors): New function; code moved from
21170 startup.el's command-line.
21171 (tty-modify-color-alist): Use nconc instead of cons, to preserve
21172 the order the colors where registered.
21173
21174 * frame.el (display-color-cells): Use tty-display-color-cells.
21175
21176 * startup.el (command-line): Call tty-register-default-colors.
21177
21178 2002-01-25 Richard M. Stallman <rms@gnu.org>
21179
21180 * subr.el (remove): Doc fix.
21181
21182 2002-01-24 Richard M. Stallman <rms@gnu.org>
21183
21184 * progmodes/compile.el (compilation-handle-exit):
21185 Add a compilation-handle-exit property to the "finished" message.
21186 (compilation-parse-errors): Stop parsing when that property is seen.
21187
21188 * subr.el (substring-no-properties): New function.
21189 (copy-without-properties): Function deleted.
21190
21191 * term/x-win.el (x-handle-geometry): Put sizes on both
21192 initial-frame-alist and default-frame-alist.
21193
21194 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
21195 for saving .emacs.
21196
21197 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
21198
21199 * calendar/calendar.el (generate-calendar-month): Doc fix.
21200
21201 2002-01-23 Richard M. Stallman <rms@gnu.org>
21202
21203 * play/tetris.el (tetris): New defgroup.
21204 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
21205 (tetris-default-tick-period): Convert to defcustom.
21206 Added * in docstring to indicate user variable.
21207 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
21208 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
21209 (tetris-buffer-height, tetris-width, tetris-height)
21210 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
21211
21212 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
21213
21214 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
21215 and is already matched by adaptive-fill-regexp.
21216
21217 2002-01-22 Richard M. Stallman <rms@gnu.org>
21218
21219 * bindings.el (mode-line-copied-mode-name): New variable.
21220 (mode-line-mode-name): Don't modify mode-name itself!
21221 Instead, make a copy and reuse it.
21222
21223 * subr.el (copy-without-properties): New function.
21224
21225 * progmodes/sh-script.el (sh-set-shell): Doc fix.
21226
21227 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
21228 slash if DIR is just slash.
21229
21230 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
21231
21232 2002-01-21 Richard M. Stallman <rms@gnu.org>
21233
21234 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
21235
21236 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
21237 Move defvar up.
21238
21239 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
21240
21241 * ibuffer.el: Don't require ibuf-ext at load time.
21242 (ibuffer): Require ibuf-ext here.
21243
21244 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
21245
21246 * generic-x.el (apache-conf-generic-mode): Highlight the first
21247 word in a line even if preceded by blanks.
21248
21249 2002-01-21 Richard M. Stallman <rms@gnu.org>
21250
21251 * window.el (window-body-height): Handle minibuffer window specially.
21252 Otherwise, don't return less than 1.
21253
21254 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
21255
21256 * ange-ftp.el: Added support for BS2000, and for raw ftp
21257 login commands (needed in some circumstances).
21258 (ange-ftp-raw-login): New custom var.
21259 (ange-ftp-normal-login): Perform login with raw ftp commands, if
21260 ange-ftp-raw-login is set and account password is needed.
21261 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
21262 (ange-ftp-bs2000-filename-pubset-regexp)
21263 (ange-ftp-bs2000-filename-username-regexp)
21264 (ange-ftp-bs2000-filename-prefix-regexp)
21265 (ange-ftp-bs2000-name-template): New consts.
21266 (ange-ftp-bs2000-short-filename-regexp)
21267 (ange-ftp-bs2000-fix-name-regexp-reverse)
21268 (ange-ftp-bs2000-fix-name-regexp): New consts.
21269 (ange-ftp-bs2000-special-prefix): New custom var.
21270 (ange-ftp-fix-name-for-bs2000)
21271 (ange-ftp-fix-dir-name-for-bs2000): New funs.
21272 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
21273 (ange-ftp-bs2000-posix-hook-installed): New vars.
21274 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
21275 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
21276 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
21277 (ange-ftp-bs2000-filename-regexp): New const.
21278 (ange-ftp-bs2000-additional-pubsets): New custom var.
21279 (ange-ftp-bs2000-cd-to-posix): New fun.
21280
21281 2002-01-20 Colin Walters <walters@verbum.org>
21282
21283 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
21284 with `byte-compile-dynamic'.
21285 (ibuffer-default-directory, toplevel): Doc files.
21286
21287 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21288
21289 * tempo.el (tempo-define-template): Doc fix.
21290
21291 * scroll-bar.el (scroll-bar-mode): Make argument optional.
21292
21293 2002-01-20 Jason Rumney <jasonr@gnu.org>
21294
21295 * w32-vars.el: New file.
21296
21297 * loadup.el [windows-nt]: Load it.
21298
21299 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
21300 and make them defcustoms.
21301
21302 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
21303
21304 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21305
21306 * language/tibet-util.el (tibetan-decompose-region)
21307 (tibetan-decompose-string): Fix typo in docstring.
21308
21309 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
21310
21311 2002-01-18 Richard M. Stallman <rms@gnu.org>
21312
21313 * comint.el (comint-redirect-send-command-to-process):
21314 Restore previous current buffer.
21315
21316 * window.el (window-body-height): New function.
21317
21318 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
21319
21320 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
21321 "Finish Function" menu map entries for jdb mode.
21322 (gud-jdb-use-classpath): New customization variable.
21323 (gud-jdb-command-name): Add customization.
21324 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
21325 (gud-jdb-classpath-string): New variable.
21326 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
21327 (gud-jdb-build-source-files-list): Likewise.
21328 (gud-jdb-massage-args): Record any command argument classpath
21329 string in `gud-jdb-classpath-string'.
21330 (gud-jdb-lowest-stack-level): New function, finds bottom of current
21331 java call stack in jdb output.
21332 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
21333 (gud-jdb-parse-classpath-string): New functions.
21334 (gud-jdb-marker-filter): Search/detect classpath information in
21335 jdb's output. marker regexp updated to match oldjdb and jdb output
21336 formats. Expand search for source files to include new/old methods
21337 using new functions above. Do not allow `gud-marker-acc' to grow
21338 without bound.
21339 (jdb): Set classpath information (if available) as jdb is started.
21340 Change `gud-break' and `gud-remove'
21341 to use new %c ("class") escape in format strings.
21342 Add `gud-finish', `gud-up', `gud-down' command string functions, and
21343 add them to the local menu map. Update `comint-prompt-regexp' for
21344 jdb and oldjdb. If attaching to an already running java VM and
21345 configured to use classpath, send command to query for classpath,
21346 else use previous method for finding and parsing java
21347 sources. Set `gud-jdb-find-source' function accordingly.
21348 (gud-mode): Doc fix.
21349 (gud-format-command): Add support for new %c ("class") escape.
21350 (gud-find-class): New function in support of %c escape.
21351
21352 2002-01-17 Richard M. Stallman <rms@gnu.org>
21353
21354 * ibuf-ext.el: Enable byte-compile-dynamic.
21355
21356 2002-01-17 Jason Rumney <jasonr@gnu.org>
21357
21358 * term/w32-win.el: Restore conditional require of fontset.
21359
21360 2002-01-16 Richard M. Stallman <rms@gnu.org>
21361
21362 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
21363 more or less.
21364 (mouse-drag-region): New function. For a click in the echo area,
21365 show *Messages*.
21366
21367 * ibuf-ext.el: Delete the autoloads for functions defined with
21368 ibuffer-specific commands.
21369
21370 * help.el (describe-distribution): Really call view-file.
21371
21372 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
21373 (ange-ftp-get-process): Pass that arg.
21374
21375 * comint.el (comint-simple-send): Fix previous change.
21376
21377 * net/telnet.el (telnet-simple-send): Fix previous change.
21378
21379 * progmodes/sql.el (sql-escape-newlines-and-send)
21380 (sql-query-placeholders-and-send): Fix previous change.
21381
21382 2002-01-16 Colin Walters <walters@verbum.org>
21383
21384 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
21385 URL, Compatibility headers. Update copyright notice.
21386 * ibuf-macs.el (toplevel): Require `cl' when compiling.
21387
21388 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
21389
21390 * startup.el (command-line): Set EOL mnemonics for the Mac.
21391
21392 2002-01-16 Andreas Schwab <schwab@suse.de>
21393
21394 * mail/feedmail.el (feedmail): Fix :link spec.
21395
21396 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21397
21398 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
21399 2 ldapsearch.
21400
21401 * net/eudc.el: New maintainer. Change author's address.
21402 (eudc-pre-select-window-configuration, eudc-insertion-marker):
21403 Variables removed.
21404 (eudc-insert-selected): Function removed.
21405 (eudc-select): Reimplemented.
21406 (eudc-expand-inline): Delete the strings only after its expansion
21407 is chosen not before.
21408
21409 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
21410 Minor coding style fixes.
21411
21412 * net/eudcb-ldap.el: New maintainer. Change author's address.
21413 (eudc-attribute-display-method-alist): Display mail with
21414 eudc-display-mail.
21415
21416 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
21417 * net/eudc-vars.el: New maintainer. Change author's address.
21418
21419 * net/eudc-bob.el: New maintainer. Change author's address.
21420 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
21421 (eudc-display-mail): New function.
21422 (eudc-bob-play-sound-at-point): Remove XEmacs case.
21423
21424 2002-01-15 Richard M. Stallman <rms@gnu.org>
21425
21426 * emacs-lisp/autoload.el (make-autoload):
21427 Don't handle define-ibuffer-column, define-ibuffer-filter,
21428 define-ibuffer-sorter, and define-ibuffer-op.
21429
21430 2002-01-14 Richard M. Stallman <rms@gnu.org>
21431
21432 * calendar/calendar.el (diary-date-forms): Doc fix.
21433
21434 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
21435
21436 * startup.el (command-line): Register the default tty colors even
21437 if the terminal doesn't seem to support colors.
21438 <tty-long-option-alist>: New option --color.
21439 (tty-handle-args): Parse the --color arg.
21440
21441 * term/tty-colors.el (tty-color-mode-alist): New variable.
21442
21443 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
21444
21445 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
21446 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
21447 Use it.
21448 (ange-ftp-hook-function): Preserve match-data.
21449 (ange-ftp-insert-directory): Typo.
21450 (ange-ftp-shell-command): Check if regexp matched.
21451
21452 2002-01-13 Richard M. Stallman <rms@gnu.org>
21453
21454 * international/mule-cmds.el: help-map bindings moved to help.el.
21455
21456 * help.el (view-echo-area-messages): New function.
21457 (help-map): Add `e' binding. Delete obsolete `d' binding.
21458 Change old Info bindings C-f, C-k and C-i to F, K, S.
21459 Move view-emacs-FAQ from F to C-f.
21460 Move view-emacs-problems from P to C-e.
21461 Bindings moved here from mule-cmds.el.
21462 C-l binding for describe-language-environment deleted
21463 (help-for-help): Update for all these changes.
21464
21465 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
21466
21467 2002-01-13 Dave Love <fx@gnu.org>
21468
21469 * emacs-lisp/copyright.el: Doc fixes.
21470 (copyright-regexp): Add Latin-9 copyright sign.
21471 Match comment delimiters in year lists.
21472 (copyright-current-year): Initialize to load-time year.
21473
21474 2002-01-13 Andreas Schwab <schwab@suse.de>
21475
21476 * dired-aux.el (dired-do-shell-command): Doc fix.
21477
21478 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21479
21480 * startup.el (command-line-x-option-alist): New options "-fs",
21481 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
21482
21483 * term/x-win.el (x-handle-initial-switch): New function.
21484
21485 2002-01-13 Colin Walters <walters@debian.org>
21486
21487 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
21488 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
21489
21490 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
21491
21492 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
21493
21494 2002-01-12 Richard M. Stallman <rms@gnu.org>
21495
21496 * net/browse-url.el (browse-url-grail):
21497 Use browse-url-maybe-new-window.
21498
21499 * net/telnet.el (telnet-simple-send):
21500 Handle comint-input-sender-no-newline like comint-simple-send.
21501
21502 * progmodes/sql.el (sql-query-placeholders-and-send):
21503 Handle comint-input-sender-no-newline like comint-simple-send.
21504 (sql-escape-newlines-and-send): Likewise.
21505
21506 * comint.el (comint-input-sender): Doc fix.
21507 (comint-input-sender-no-newline): New variable.
21508 (comint-simple-send): If comint-input-sender-no-newline,
21509 don't output newline, but maybe send eof.
21510 (comint-send-input): New arg NO-NEWLINE.
21511 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
21512
21513 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21514
21515 * textmodes/flyspell.el (flyspell-check-pre-word-p):
21516 Prevent delaying when executing keyboard macros.
21517
21518 2002-01-12 Richard M. Stallman <rms@gnu.org>
21519
21520 * simple.el (line-move): If we can't move enough lines,
21521 go to beginning or end of line.
21522
21523 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
21524 and proper window.
21525
21526 * help.el (describe-mode): Call help-setup-xref in the help buffer.
21527 Switch buffers only after calling `help-buffer'.
21528
21529 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
21530 only when they are surrounded by whitespace.
21531 Use dired-mark-separator when adding one file name to a command.
21532 (dired-do-shell-command): Verify that * is surrounded by whitespace.
21533 Ask for confirmation if * or ? is not surrounded by whitespace.
21534 (dired-bunch-files): Re-reverse the partial file list when it is used.
21535
21536 2002-01-12 Richard M. Stallman <rms@gnu.org>
21537
21538 * comint.el (comint-dynamic-list-completions): Repeating the command
21539 after displaying a completion list scrolls the list.
21540
21541 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
21542
21543 * files.el (find-file-noselect): Don't consider a buffer as
21544 visiting a file literally if it is in hexl-mode.
21545
21546 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
21547
21548 2002-01-11 Richard M. Stallman <rms@gnu.org>
21549
21550 * startup.el (initial-scratch-message): Fix custom type, add group.
21551
21552 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
21553 around the decode-coding-region call.
21554
21555 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
21556 after displaying a completion list scrolls the list.
21557
21558 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
21559
21560 * version.el (emacs-version): Bump to 21.2.50.
21561
21562 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
21563
21564 * play/zone.el (zone-timeout): New var.
21565 (zone-hiding-modeline): New macro.
21566 (zone-call): New func.
21567
21568 (zone): Init `modeline-hidden-level' symbol property.
21569 Use `zone-call' instead of `funcall'.
21570
21571 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
21572
21573 (zone-pgm-stress): Use `zone-hiding-modeline'.
21574
21575 (zone-pgm-stress-destress): New zone program.
21576
21577 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
21578
21579 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
21580
21581 2002-01-09 Richard M. Stallman <rms@gnu.org>
21582
21583 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
21584
21585 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
21586
21587 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
21588 flyspell-mouse-map.
21589
21590 2002-01-08 Richard M. Stallman <rms@gnu.org>
21591
21592 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
21593
21594 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
21595
21596 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
21597
21598 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21599
21600 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
21601 Do not use make-local-hook.
21602
21603 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
21604
21605 * international/quail.el (quail-start-translation)
21606 (quail-start-conversion): Bind last-command-event, last-command,
21607 and this-command in the first let. This fixes the change from
21608 2000-08-30.
21609
21610 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
21611
21612 * ediff-hook.el: Add an autoload cookie.
21613
21614 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21615
21616 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
21617 address of the author.
21618
21619 2002-01-08 Richard M. Stallman <rms@gnu.org>
21620
21621 * replace.el (occur-mode-goto-occurrence-other-window): New command.
21622 (occur-mode-map): Bind `o' to that.
21623
21624 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
21625
21626 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
21627 new macro that replaces viper-emacs-p and viper-xemacs-p in many
21628 cases. Used to reduce the number of warnings.
21629
21630 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
21631 (viper-standard-value): Move here from viper.el.
21632 (viper-set-unread-command-events): Move to viper-util.el
21633 (viper-check-minibuffer-overlay): Make sure
21634 viper-minibuffer-overlay is moved to cover the entire input field.
21635
21636 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
21637 (viper-read-key-sequence, viper-set-unread-command-events)
21638 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
21639
21640 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
21641
21642 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
21643
21644 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
21645
21646 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
21647 (viper-event-vector-p): Move to viper-util.el
21648
21649 * viper.el (viper-standard-value): Move to viper-cmd.el.
21650 Use viper-cond-compile-for-xemacs-or-emacs.
21651
21652 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
21653
21654 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
21655
21656 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
21657 New macro designed to be used in many places where ediff-emacs-p or
21658 ediff-xemacs-p was previously used. Reduces the number of warnings.
21659 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
21660 of ediff-xemacs-p.
21661 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
21662 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
21663 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
21664 Move to ediff-util.el.
21665 (ediff-event-key): Moved here.
21666
21667 * ediff-merge.el: Got rid of unreferenced variables.
21668
21669 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
21670
21671 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
21672 (ediff-cleanup-mess): Improve the way windows are set up after
21673 quitting ediff.
21674 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
21675 (ediff-dispose-of-variant-according-to-user): New function
21676 designed to be smarter and also understands indirect buffers.
21677 (ediff-highlight-diff-in-one-buffer)
21678 (ediff-unhighlight-diff-in-one-buffer)
21679 (ediff-unhighlight-diffs-totally-in-one-buffer)
21680 (ediff-highlight-diff, ediff-highlight-diff)
21681 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
21682 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
21683 (ediff-get-region-contents, ediff-make-current-diff-overlay):
21684 Moved here.
21685 (ediff-format-bindings-of): New function by Hannu Koivisto
21686 <azure@iki.fi>.
21687 (ediff-setup): Make sure the merge buffer is always widened and
21688 modifiable.
21689 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
21690 result of a merge into a file visited by another buffer.
21691 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
21692 is visited by another buffer and ask to save/delete that buffer.
21693 (ediff-verify-file-merge-buffer): New function to do the above.
21694
21695 * ediff-vers.el: Load ediff-init.el at compile time.
21696
21697 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
21698
21699 * ediff.el (ediff-windows, ediff-regions-wordwise)
21700 (ediff-regions-linewise): Use indirect buffers to improve
21701 robustness and make it possible to compare regions of the same
21702 buffer (even overlapping regions).
21703 (ediff-clone-buffer-for-region-comparison)
21704 (ediff-clone-buffer-for-window-comparison): New functions.
21705 (ediff-files-internal): Refuse to compare identical files.
21706 (ediff-regions-internal): Get rid of the warning about comparing
21707 regions of the same buffer.
21708
21709 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
21710 Plus the following fixes courtesy of Dave Love: Doc fixes.
21711 (ediff-word-1): Use word class and move - to the
21712 front per regexp documentation.
21713 (ediff-wordify): Bind forward-word-function outside loop.
21714 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
21715 consing buffer contents.
21716 (ediff-goto-word): Move syntax table setting outside loop.
21717
21718 2002-01-07 Richard M. Stallman <rms@gnu.org>
21719
21720 * dired.el (dired-copy-filename-as-kill): Call kill-append
21721 if following a kill command.
21722
21723 * help-fns.el (describe-variable, describe-function):
21724 Do save-excursion.
21725
21726 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21727
21728 * net/ldap.el (ldap-search-internal): Skip error message from
21729 ldapsearch. Allow listing attribute names only. Do not open
21730 non-existent files.
21731
21732 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
21733 call non-existent function.
21734
21735 * net/eudc.el (top-level): Revert previous change.
21736
21737 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
21738 variables to prevent warning from byte-compiler.
21739
21740 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
21741 string-match on emacs-version again.
21742
21743 * enriched.el (enriched-make-annotation): Fix the change from
21744 2002-01-05.
21745 (enriched-handle-display-prop): Return proper values.
21746
21747 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
21748 Use proper attribute name labeledUri instead of deprecated labeledUrl.
21749
21750 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21751
21752 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
21753 editing an empty hotlist.
21754
21755 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
21756 Use buffer-string instead of buffer-substring for the whole buffer.
21757
21758 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
21759 not free.
21760
21761 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
21762 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
21763 (eudc-bob-save-object): Make the buffer unibyte.
21764 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
21765 object to external program.
21766
21767 2002-01-05 Andre Spiegel <spiegel@gnu.org>
21768
21769 * vc.el (vc-branch-part): Return nil if there's no `.'
21770 (vc-default-previous-version): Renamed from vc-previous-version.
21771 New args BACKEND and FILE. Return nil for revision numbers
21772 without a `.'
21773 (vc-version-diff): Call vc-BACKEND-previous-version.
21774 (vc-steal-lock): Steal lock before composing mail, so that no mail
21775 is sent when the stealing goes wrong. And we'll actually see the
21776 error in that case now.
21777 (vc-finish-steal): Removed.
21778
21779 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
21780 the lock, so that we see expanded headers.
21781 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
21782 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
21783 available from vc.el. Updated all callers.
21784
21785 2002-01-05 Richard M. Stallman <rms@gnu.org>
21786
21787 * enriched.el (enriched-make-annotation): Doc fix.
21788
21789 * format.el (format-replace-strings, format-subtract-regions)
21790 (format-annotate-region, format-annotate-location)
21791 (format-annotate-atomic-property-change)
21792 (format-annotate-single-property-change): Doc fixes.
21793
21794 2002-01-05 Jason Rumney <jasonr@gnu.org>
21795
21796 * term/w32-win.el: Require fontset unconditionally.
21797 (w32-handle-scroll-bar-event): Remove.
21798
21799 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21800
21801 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
21802 copyrights to be updated.
21803
21804 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
21805
21806 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
21807 2001-10-24.
21808
21809 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
21810
21811 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21812
21813 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
21814 (ldap-ignore-attribute-codings): Change the default value to allow
21815 encoding/decoding of attributes.
21816 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
21817
21818 2002-01-03 Richard M. Stallman <rms@gnu.org>
21819
21820 * files.el (basic-save-buffer): Undo previous change.
21821
21822 * calendar/diary-lib.el (diary-block): Doc fix.
21823
21824 * custom.el (defcustom): Fix syntax of previous change.
21825
21826 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
21827
21828 * custom.el (defcustom): Documented :tag, :link and :load.
21829
21830 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
21831
21832 * mail/sendmail.el (mail-recover-1): New function.
21833 (mail-recover): Switch to the *mail* buffer right away.
21834 Use buffer-auto-save-file-name instead of calling
21835 make-auto-save-file-name. Call dired-noselect instead of invoking
21836 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
21837 before reading the auto-save file. If the buffer's auto-save file
21838 does not exist, call mail-recover-1 to allow recovery from past
21839 auto-saved drafts.
21840
21841 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21842
21843 * time.el (display-time-load-average-threshold): Fix defcustom
21844 (add type and group).
21845
21846 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
21847 specification from the hostname.
21848
21849 2002-01-02 Richard M. Stallman <rms@gnu.org>
21850
21851 * facemenu.el (facemenu-active-faces):
21852 Use face-attributes-as-vector, not face-attributes-vector.
21853
21854 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
21855
21856 * xscheme.el: Eleven years of updates on a private copy.
21857
21858 Extensive changes to support multiple xscheme buffers:
21859 (run-scheme): Break up into new functions to facilitate starting
21860 processes in other buffers.
21861 (xscheme-start, xscheme-read-command-line): New functions.
21862 (start-scheme, select-scheme)
21863 (default-xscheme-runlight)
21864 (global-set-scheme-interaction-buffer)
21865 (local-set-scheme-interaction-buffer)
21866 (local-clear-scheme-interaction-buffer)
21867 (exit-scheme-interaction-mode)
21868 (verify-xscheme-buffer): New functions.
21869 (xscheme-process-name, xscheme-buffer-name)
21870 (xscheme-runlight): New internal vars.
21871 (default-xscheme-runlight): New const.
21872 (xscheme-start-process): Add args for the process/buffer names.
21873 (reset-scheme): Pass process/buffer names.
21874 (scheme-interaction-mode): Initialize new local vars.
21875 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
21876 (xscheme-select-process-buffer, xscheme-process-buffer)
21877 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
21878 (xscheme-goto-output-point, xscheme-write-message-1): Use new
21879 var xscheme-process-name.
21880 (xscheme-start-process): Initialize xscheme-process-name and
21881 xscheme-buffer-name in the process buffer. Pass buffer name to
21882 xscheme-modeline-initialize.
21883 (xscheme-modeline-initialize): Add argument to specify buffer name
21884 for mode-line vars.
21885 (xscheme-process-sentinel): Make sure sentinel is run in the
21886 process buffer so it sees its local vars.
21887 (xscheme-process-filter-initialize, xscheme-set-runlight):
21888 More elaborate logic to handle multiple-buffer mode lines.
21889
21890 (xscheme-enter-input-wait): Re-enable control-G handler upon
21891 entering input wait.
21892
21893 (scheme-interaction-mode): Add arg to preserve local vars.
21894 (xscheme-enter-interaction-mode)
21895 (xscheme-enter-debugger-mode): Preserve local vars.
21896 (xscheme-start-process): Clobber local vars.
21897
21898 (scheme-interaction-mode-commands): Allow end user to add commands
21899 to scheme-interaction-mode keymap.
21900 (scheme-interaction-mode-commands-alist): New variable.
21901
21902 (xscheme-send-string): Don't use insert-before-markers.
21903
21904 Implement a per-buffer kill ring:
21905 (xscheme-insert-expression)
21906 (xscheme-rotate-yank-pointer, xscheme-yank)
21907 (xscheme-yank-pop, xscheme-yank-push): New functions.
21908 (xscheme-expressions-ring)
21909 (xscheme-expressions-ring-yank-pointer)
21910 (xscheme-expressions-ring-max): New variables.
21911 (xscheme-send-string-1): Call xscheme-insert-expression to save
21912 expression in ring.
21913 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
21914 (xscheme-previous-send): Deleted variable.
21915
21916 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
21917 (xscheme-send-control-g-interrupt): Use process-send-string rather
21918 than send-string.
21919
21920 (xscheme-send-region): Insert a newline after an expression that
21921 is submitted in the interaction buffer, for consistency with
21922 recent changes to Edwin.
21923
21924 (xscheme-delete-output): New function mimics comint-delete-output.
21925 (xscheme-last-input-end): New internal variable.
21926 (xscheme-process-filter-output): Update xscheme-last-input-end.
21927
21928 (xscheme-send-control-g-interrupt): Make sure that
21929 xscheme-control-g-disabled-p is looked up in the right buffer.
21930
21931 (xscheme-enable-control-g): Clear C-g message if visible.
21932 (xscheme-control-g-message-string): New internal var.
21933 (xscheme-send-control-g-interrupt): Use new var.
21934
21935 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
21936 Delay after sending interrupt in order to work around race condition.
21937
21938 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
21939 (xscheme-send-char): Use xscheme-send-char rather than send-string
21940 to send single char.
21941
21942 (xscheme-process-filter, xscheme-process-filter-alist):
21943 Add support for evaluating expressions outside of the call-excursion.
21944 (xscheme-process-filter:string-action-noexcursion): New func.
21945
21946 (xscheme-write-value): Change output string to match that used by
21947 Edwin.
21948
21949 (xscheme-coerce-prompt): Don't write a space after a command
21950 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
21951 for us.
21952
21953 (reset-scheme): Delete process after killing it.
21954
21955 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21956
21957 * bindings.el (function-key-map): Don't bind shifted keypad
21958 numeric keys.
21959
21960 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21961
21962 * enriched.el (enriched-handle-display-prop): Remove unused variables.
21963 (enriched-mode): Doc fix.
21964
21965 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
21966
21967 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
21968 Hebrew points.
21969
21970 2002-01-01 Richard M. Stallman <rms@gnu.org>
21971
21972 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
21973
21974 2001-12-31 Richard M. Stallman <rms@gnu.org>
21975
21976 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
21977 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
21978 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
21979 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
21980 * progmodes/cperl-mode.el, progmodes/idlwave.el:
21981 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
21982 Adapt face definitions to use :weight and :slant.
21983
21984 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
21985
21986 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
21987
21988 * font-lock.el (initializing from font-lock-face-attributes):
21989 Use :weight and :slant, not :bold and :italic.
21990
21991 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
21992
21993 * cus-edit.el (custom-face-edit-fix-value): New function.
21994 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
21995
21996 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21997
21998 * progmodes/octave-mod.el (octave-abbrev-table):
21999 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
22000 * progmodes/fortran.el (fortran-mode-abbrev-table):
22001 * progmodes/f90.el (f90-mode-abbrev-table):
22002 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
22003 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
22004 predefined abbrevs as "system" abbrevs.
22005
22006 2001-12-30 Richard M. Stallman <rms@gnu.org>
22007
22008 * info.el (Info-fontify-node): For a **** underline line, put the
22009 invisible and intangible props on the following newline, but not
22010 on the previous newline or the last char of the previous line.
22011
22012 * faces.el (face-set-after-frame-default): Don't change `default' face.
22013
22014 * faces.el (minibuffer-prompt): Adopt some default colors.
22015
22016 * replace.el (query-replace-read-args): Immediate error if read-only.
22017
22018 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
22019 Display the output buffer in a more intelligent way.
22020
22021 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
22022
22023 * ls-lisp.el (insert-directory): Modify the "total" line wording,
22024 in accordance with files.el's insert-directory.
22025
22026 2001-12-29 Richard M. Stallman <rms@gnu.org>
22027
22028 * files.el (basic-save-buffer): If a before-write hook displays
22029 an echo area message, pause before calling basic-save-buffer-1.
22030
22031 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
22032
22033 * textmodes/reftex-global.el (reftex-query-replace-document)
22034 (reftex-change-label): Doc fix.
22035
22036 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
22037
22038 * progmodes/etags.el (tags-query-replace): Doc fix.
22039
22040 2001-12-29 Richard M. Stallman <rms@gnu.org>
22041
22042 * progmodes/compile.el (compile-internal): Fix previous change.
22043
22044 2001-12-28 Richard M. Stallman <rms@gnu.org>
22045
22046 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
22047 shrink the windows above as necessary to get space.
22048 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
22049
22050 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
22051 This fixes a bug that treated all files as directories.
22052 (ange-ftp-insert-directory): Explicitly follow symlinks.
22053
22054 * international/iso-transl.el (iso-transl-char-map) Eliminate the
22055 alias symbols--put the translated sequences here directly.
22056
22057 * progmodes/cc-mode.el (c-mode-abbrev-table)
22058 (c++-mode-abbrev-table, objc-mode-abbrev-table)
22059 (java-mode-abbrev-table, pike-mode-abbrev-table):
22060 Mark all the predefined abbrevs as "system" abbrevs.
22061
22062 * mail/sendmail.el (mail-envelope-from): Fix custom type.
22063 (sendmail-send-it): Check mail-specify-envelope-from
22064 and mail-envelope-from in the mail buffer at start.
22065
22066 2001-12-28 Simon Josefsson <jas@extundo.com>
22067
22068 * mail/sendmail.el (mail-envelope-from): Fix :type.
22069 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
22070
22071 2001-12-28 Richard M. Stallman <rms@gnu.org>
22072
22073 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
22074
22075 * simple.el (line-move-invisible): New subroutine.
22076 (line-move-to-column): New subroutine--smarter about advancing over
22077 invisible parts of a line, or lines, but only as long as hpos grows.
22078 (line-move-finish): New subroutine: repeatedly processes desired
22079 column, intangibility, and fields.
22080 (line-move): Use those subroutines.
22081 When moving lines downward, skip invisible text first rather than last.
22082
22083 2001-12-27 Richard M. Stallman <rms@gnu.org>
22084
22085 * international/mule-diag.el (describe-char-after):
22086 Describe the text properties of the char after point.
22087
22088 * help.el (describe-key): Doc fix.
22089
22090 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
22091
22092 * find-dired.el (find-dired-sentinel): Precede exit message by
22093 two spaces, to match the regexp in dired-between-files.
22094
22095 2001-12-28 Miles Bader <miles@gnu.org>
22096
22097 * wid-edit.el (widget-toggle-value-create): Don't eval actual
22098 images (which are lists too).
22099
22100 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
22101
22102 * language/european.el: Fix the doc string of "Latin-5" language
22103 environment.
22104
22105 2001-12-26 Richard M. Stallman <rms@gnu.org>
22106
22107 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
22108 defined as before 2001-11-09.
22109 (add-minor-mode call): Specify the keymap.
22110
22111 * progmodes/compile.el (compile-internal):
22112 Set TERM variable in process-environment.
22113
22114 2001-12-25 Richard M. Stallman <rms@gnu.org>
22115
22116 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
22117 the buffer.
22118
22119 * startup.el (command-line): Convert command line args
22120 to Emacs internal representation using locale-coding-system.
22121
22122 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
22123
22124 * international/fontset.el: Don't require ind-util when compiling.
22125
22126 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22127
22128 * emulation/tpu-edt.el (tpu-reset-screen-size):
22129 Use set-frame-height and set-frame-width instead of set-screen-height
22130 and set-screen-width.
22131
22132 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
22133 of obsolete set-screen-width.
22134
22135 * locate.el (locate): Remove dot at the end of error argument.
22136
22137 * emerge.el (emerge-show-file-name): Use frame-height instead of
22138 obsolete screen-height.
22139
22140 * mail/mh-utils.el (mh-show-msg): Likewise.
22141 (mh-handle-process-error): Use frame-width instead of obsolete
22142 screen-width.
22143
22144 2001-12-25 Richard M. Stallman <rms@gnu.org>
22145
22146 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
22147 to enlarge-window. Use save-selected-window. Don't try
22148 to resize windows that end at the bottom "level".
22149 Retry changing the sizes until the windows get the desired sizes.
22150 Discount the minibuffer when computing total height available.
22151
22152 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
22153 (debugger-make-xrefs): Only make a button for the first symbol
22154 on any line.
22155
22156 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
22157
22158 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
22159 Call IT-setup-unicode-display here instead of adding it to
22160 dos-codepage-setup-hook, so that Unicode display tables are set
22161 before dos-codepage-setup-hook runs.
22162
22163 2001-12-24 Richard M. Stallman <rms@gnu.org>
22164
22165 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
22166 (nslookup-mode-abbrev-table): Don't define it.
22167 (smbclient-mode-abbrev-table): Don't define it.
22168 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
22169 (nslookup-mode, smbclient-mode): Likewise.
22170 (network-connection-service-abbrev-alist): Variable deleted.
22171 (network-connection-mode-setup): Don't set up abbrev table.
22172
22173 * faces.el (minibuffer-prompt): New face.
22174 (minibuffer-prompt-properties): Add `face' property.
22175
22176 * replace.el (occur-mode-display-occurrence): New function.
22177 (occur-mode-map): Bind C-o to it.
22178
22179 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
22180
22181 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
22182 (viper-special-read-and-insert-char): Make C-m work right in the r
22183 comand.
22184 (viper-buffer-search-enable): Fixed format string.
22185
22186 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
22187 instead of viper-info-on-file.
22188 (ex-set-visited-file-name): New function.
22189
22190 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
22191
22192 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
22193 action argument.
22194
22195 * ediff-init.el: Fixed some doc strings.
22196
22197 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
22198 Got rid of make-local-hook.
22199
22200 * ediff-wind.el (ediff-setup-control-frame): Got rid of
22201 make-local-hook.
22202
22203 2001-12-23 Richard M. Stallman <rms@gnu.org>
22204
22205 * term/x-win.el (x-handle-geometry): Put height and width
22206 on default-frame-alist, left and top on initial-frame-alist.
22207 * term/w32-win.el (x-handle-geometry): Likewise.
22208
22209 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
22210
22211 * play/yow.el (yow): Use an arg to distinguish interactive calls,
22212 not interactive-p.
22213
22214 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22215
22216 * emacs-lisp/elint.el (elint-unknown-builtin-args):
22217 Remove mocklisp entries.
22218
22219 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
22220 Lisp. Obsoleted.
22221
22222 * emulation/mlconvert.el: File removed.
22223
22224 * emulation/mlsupport.el: Moved to obsolete.
22225
22226 * obsolete/mlsupport.el: Moved there from lisp/emulation.
22227
22228 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
22229
22230 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
22231 Remove mocklisp case.
22232
22233 * help-fns.el (describe-function-1): Remove mocklisp function case.
22234
22235 2001-12-22 Miles Bader <miles@gnu.org>
22236
22237 * textmodes/refill.el (refill-mode): Don't barf when redundantly
22238 turning refill-mode off.
22239
22240 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22241
22242 * time.el (display-time-load-average-threshold): New variable.
22243 (display-time-update): Use it.
22244
22245 These changes allow cycling through past 1, 5 and 15 minutes
22246 load-average displayed in the mode-line.
22247
22248 * time.el (display-time-default-load-average): New customizable option.
22249 (display-time-load-average): New variable.
22250 (display-time-cycle-load-average): New function.
22251 (display-time-update): Use them.
22252
22253 2001-12-21 Richard M. Stallman <rms@gnu.org>
22254
22255 * apropos.el (apropos-print): SPACING is now nil or a separator string.
22256 (apropos-documentation, apropos-value): Pass a suitable string.
22257
22258 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
22259
22260 * dired.el (dired-free-space-program, dired-free-space-args):
22261 Aliases for back-compatibility.
22262
22263 * info.el (Info-select-node): If Info-use-header-line is nil, set
22264 header-line-format to nil.
22265 (Info-fontify-node): Don't put a keymap text property on the
22266 heading if we are not going to display the header line. Remove
22267 any such text properties left over from past visits to this node.
22268
22269 * ls-lisp.el (insert-directory): Insert the amount of free disk
22270 space, like files.el's insert-directory does.
22271
22272 * files.el (directory-free-space-program):
22273 Mention file-system-info in the doc string.
22274 (get-free-disk-space): New function; code moved from insert-directory.
22275 (insert-directory): Call get-free-disk-space to get the amount of
22276 free space.
22277
22278 2001-12-21 Richard M. Stallman <rms@gnu.org>
22279
22280 * help.el (view-order-manuals, view-emacs-news, describe-copying)
22281 (describe-distribution, describe-project): Use view-file.
22282
22283 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
22284
22285 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
22286
22287 * emacs-lisp/easy-mmode.el (define-minor-mode):
22288 Make no arg by default in an interactive call,
22289 so that repeating the command toggles again.
22290
22291 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
22292
22293 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
22294
22295 * antlr-mode.el: More sophisticated indentation of cpp directive.
22296 (antlr-indent-at-bol-alist): New user option.
22297 (antlr-indent-line): Use it.
22298 (antlr-indent-style): New user option.
22299 (antlr-mode): Use it.
22300 (antlr-indent-item-regexp): Customize.
22301
22302 * antlr-mode.el: Syntax highlighting changes.
22303 (antlr-font-lock-literal-regexp): New user option.
22304 (antlr-font-lock-syntax-face): New face used for :, |, ....
22305 (antlr-font-lock-default-face): New face.
22306 (antlr-font-lock-additional-keywords): Use them.
22307
22308 * antlr-mode.el: New command to insert options -- variables.
22309 (antlr-mode-map): New binding [C-c C-o].
22310 (antlr-mode-menu): New submenus.
22311 (antlr-options-use-submenus): New user option.
22312 (antlr-tool-version): New user option.
22313 (antlr-options-auto-colon): New user option.
22314 (antlr-options-style): New user option.
22315 (antlr-options-push-mark): New user option.
22316 (antlr-options-assign-string): New user option.
22317 (antlr-options-headings): New variable.
22318
22319 * antlr-mode.el: New command to insert options -- specific.
22320 (antlr-options-alists): New variable.
22321 (antlr-read-value): New function.
22322 (antlr-read-boolean): New function.
22323 (antlr-language-option-extra): New function.
22324 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
22325 (antlr-c++-mode-extra): New function.
22326 (antlr-grammar-tokens): New function.
22327 (antlr-imenu-create-index-function): New optional argument.
22328
22329 * antlr-mode.el: New command to insert options -- functions.
22330 (antlr-insert-option): New command.
22331 (antlr-insert-option-interactive): New function.
22332 (antlr-options-menu-filter): New function.
22333 (antlr-option-kind): New function.
22334 (antlr-scan-lists): New alias.
22335 (antlr-scan-lists-internal): New function.
22336 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
22337 (antlr-option-level): New function.
22338 (antlr-syntactic-grammar-depth): New function.
22339 (antlr-option-location): New function.
22340 (antlr-insert-option-do): New function.
22341 (antlr-option-spec): New function.
22342 (antlr-version-string): New function.
22343 (antlr-insert-option-existing): New function.
22344 (antlr-insert-option-space): New function.
22345 (antlr-insert-option-area): New function.
22346
22347 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
22348 with narrowing. Menu change. Miscellaneous.
22349 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
22350 (antlr-mode-map): New bindings for characters in ":;|&(){}".
22351 (antlr-electric-character): New command.
22352 (antlr-class-header-regexp): New variable.
22353 (antlr-font-lock-additional-keywords): Use it.
22354 (antlr-imenu-create-index-function): Use it.
22355 (antlr-file-dependencies): Use it.
22356 (antlr-indent-line): Also works with restrictions.
22357 (antlr-indent-command): Interactive spec - changes the buffer.
22358 (antlr-language-for-option): Deletia.
22359 (antlr-language-option): New function, defined instead.
22360 (antlr-mode): Use it.
22361
22362 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
22363
22364 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
22365 instead of a literal /dev/null.
22366
22367 * Makefile.in (distclean): Remove Makefile in the build
22368 directory, not in the source directory.
22369
22370 2001-12-21 Simon Josefsson <jas@extundo.com>.
22371
22372 * mail/smtpmail.el (smtpmail-send-queued-mail):
22373 Use with-temp-buffer instead of find-file-noselect, and bind
22374 coding-system-for-read to no-conversion when reading the queued
22375 messages. (Simon's code modified slightly by Eli Zaretskii.)
22376
22377 2001-12-20 Werner Lemberg <wl@gnu.org>
22378
22379 * international/mule-diag.el (describe-coding-system)
22380 (print-coding-system-briefly): Make printed output have a similar
22381 format as describe-character-set.
22382
22383 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22384
22385 * play/blackbox.el (bb-member): Remove, use member instead.
22386 (bb-delete): Remove, use delete instead.
22387 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
22388 bb-score, bb-detour-count and bb-balls-placed.
22389 Propertize results of rays.
22390
22391 2001-12-19 Karl Fogel <kfogel@red-bean.com>
22392
22393 * isearch.el (isearch-forward, isearch-edit-string): Make doc
22394 strings mention keybinding for `isearch-yank-word-or-char',
22395 rather than `isearch-yank-word', since the former is bound now
22396 and the latter is not.
22397 (isearch-yank-word-or-char): Fix formatting.
22398
22399 2001-12-19 Werner Lemberg <wl@gnu.org>
22400
22401 * language/czech.el, language/european.el, language/slovak.el:
22402 More fixes for language info doc strings.
22403
22404 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
22405
22406 * loadup.el: Add "language" to the load-path.
22407
22408 2001-12-19 Richard M. Stallman <rms@gnu.org>
22409
22410 * international/mule-cmds.el (describe-language-environment):
22411 Fix calls to help-xref-button.
22412
22413 2001-12-19 Miles Bader <miles@gnu.org>
22414
22415 * international/fontset.el: Require `ind-util' when compiling.
22416
22417 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22418
22419 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
22420 instead of decompose-composite-char.
22421
22422 2001-12-18 Richard M. Stallman <rms@gnu.org>
22423
22424 * simple.el (eval-expression-print-level)
22425 (eval-expression-print-length): Doc fixes.
22426
22427 * international/mule-diag.el (describe-character-set):
22428 Fix the arg to help-xref-button.
22429
22430 * files.el (directory-free-space-program): New variable.
22431 (directory-free-space-args): New variable.
22432 (insert-directory): Use those two variables for getting free space.
22433 Use file-system-info instead, if that is defined.
22434
22435 * dired.el (dired-free-space-program): Variable deleted.
22436 (dired-free-space-args): Variable deleted.
22437 (dired-insert-directory): Don't try to determine free space.
22438
22439 * files.el (font-lock-defaults): Add risky-local-variables prop.
22440 (hack-one-local-variable): Treat various font-lock variables as risky.
22441
22442 2001-12-18 Werner Lemberg <wl@gnu.org>
22443
22444 * language/chinese.el, language/cyrillic.el:
22445 * language/czech.el, language/european.el, language/greek.el:
22446 * language/hebrew.el, language/indian.el, language/japanese.el:
22447 * language/korean.el, language/lao.el, language/slovak.el:
22448 * language/thai.el, language/tibetan.el, language/vietnamese.el:
22449 Improve documentation strings of coding systems and language infos.
22450
22451 2001-12-18 Werner LEMBERG <wl@gnu.org>
22452
22453 Add support for EUC-TW decoding/encoding.
22454
22455 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
22456 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
22457 New auxiliary functions to build `big5-to-cns'.
22458 (big5-to-cns): New translation alist.
22459
22460 * language/chinese.el: Added new coding system `euc-tw' and its
22461 alias `euc-taiwan'.
22462 Updated language `Chinese-CNS' to include euc-tw encoding also.
22463 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
22464 euc-tw.
22465
22466 2001-12-18 Dave Love <fx@gnu.org>
22467
22468 * loadup.el: Add language/utf-8-lang, language/georgian.
22469
22470 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
22471 (image-file-name-regexps): Doc fix.
22472
22473 * server.el (server-unload-hook): New function.
22474
22475 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
22476 (lm-crack-copyright): Cope with multi-line copyright `lines'.
22477
22478 * simple.el (newline): Doc fix.
22479 (eval-expression-print-level, eval-expression-print-length): Doc
22480 fix. Amend :type.
22481 (next-line, previous-line): Make arg optional.
22482 (newline): Doc fix.
22483
22484 * Makefile.in (DONTCOMPILE): Add various language files.
22485
22486 * international/quail.el (quail-input-string-to-events): Don't use
22487 string-to-list.
22488
22489 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
22490 calling `newline'.
22491
22492 2001-12-17 Richard M. Stallman <rms@gnu.org>
22493
22494 * comint.el (comint-dynamic-list-input-ring-select): New function.
22495 Switches back to the old window configuration.
22496 (comint-dynamic-list-input-ring): Bind RET to that function.
22497 (comint-dynamic-list-input-ring-window-conf): New variable.
22498
22499 2001-12-17 Werner Lemberg <wl@gnu.org>
22500
22501 * international/mule-conf.el: Improve documentation strings of
22502 character sets.
22503
22504 2001-12-16 Richard M. Stallman <rms@gnu.org>
22505
22506 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
22507 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
22508
22509 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
22510
22511 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
22512 Add a DESCRIPTION for the makefile item.
22513
22514 * find-file.el (ff-other-file-name): New function.
22515
22516 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
22517
22518 * international/quail.el (quail-input-string-to-events): Fix last
22519 change.
22520
22521 2001-12-16 Richard M. Stallman <rms@gnu.org>
22522
22523 * isearch.el (isearch-edit-string): When we set isearch-string
22524 to the default, also set isearch-message.
22525
22526 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
22527
22528 * startup.el (command-line-1): Display startup screen
22529 even if there are command line args.
22530 Add a note about how to go to editing your files.
22531 (fancy-splash-head): Add a note about how to go to your files.
22532 (fancy-splash-outer-buffer): New variable.
22533 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
22534
22535 * subr.el (with-temp-message): At the end, always discard
22536 the temp message, even by clearing the echo area.
22537
22538 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
22539
22540 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
22541
22542 * log-view.el (log-view-message-re, log-view-current-tag):
22543 Recognize Subversion's log output format.
22544
22545 * international/fontset.el: Build the list L at compile time.
22546
22547 * language/ind-util.el (mapthread): Make a closure.
22548
22549 2001-12-15 Richard M. Stallman <rms@gnu.org>
22550
22551 * isearch.el (isearch-start-hscroll): New variable.
22552 (isearch-mode): Set isearch-start-hscroll.
22553 (isearch-update): Restore original hscrolling if possible.
22554
22555 * isearch.el (isearch-edit-string):
22556 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
22557
22558 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
22559 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
22560 rather than regexp search and (2) copying text properties
22561 already set up on text unchanged from the previous backtrace.
22562
22563 * case-table.el (set-case-syntax-pair):
22564 Detect invalid calls and signal an error.
22565
22566 2001-12-15 Richard M. Stallman <rms@gnu.org>
22567
22568 * language/ind-util.el (range): Function deleted.
22569 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
22570 All calls changed.
22571
22572 * language/devan-util.el (devanagari-range): Renamed from `range'.
22573 All calls changed.
22574 (devanagari-regexp-of-hashtbl-keys):
22575 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
22576
22577 2001-12-15 Dave Love <fx@gnu.org>
22578
22579 * language/ind-util.el: Don't require cl.
22580 (indian-glyph-char, indian-glyph-max-char)
22581 (indian-char-glyph): Moved from indian.el
22582 (indian--puthash-char, mapthread): Don't quote lambda.
22583 (indian--map): New function.
22584 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
22585 (indian--puthash-cv): Use it.
22586
22587 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
22588 (indian-char-glyph): Moved to ind-util.el
22589
22590 * language/devan-util.el (devanagari-post-read-conversion):
22591 New function.
22592
22593 * language/georgian.el: New file.
22594
22595 * international/mule-cmds.el (locale-language-names): Add various
22596 entries. Remove utf-8 special case.
22597 (locale-charset-language-names, locale-preferred-coding-systems):
22598 Add utf-8 case.
22599 (set-language-environment): Process required-features earlier.
22600
22601 * international/quail.el (quail-keyboard-layout-alist):
22602 Add pc105-uk.
22603 (quail-keyboard-layout-type): Fix :type.
22604 (quail-choose-completion-string): Simplify.
22605 (quail-update-leim-list-file): Don't get fooled by commented-out code.
22606 (quail-input-string-to-events): Run events through
22607 translation-table-for-input.
22608
22609 * international/mule-conf.el (translation-table-for-input):
22610 New variable.
22611 (latin-iso8859-14): Amend description.
22612 (file-coding-system-alist): Add entry for utf-8.
22613
22614 * language/utf-8-lang.el: New file.
22615
22616 * international/code-pages.el: New file.
22617
22618 * language/hebrew.el ("Windows-1255"): New language.
22619
22620 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
22621 ("Latvian"): New languages.
22622
22623 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
22624
22625 * xml.el: Use setq rather than (set 'foo bar).
22626 Use push+nreverse rather than append.
22627 (xml-node-name, xml-node-attributes, xml-node-children):
22628 Use defsubst rather than macros.
22629 (xml-parse-region): Handle a nil return value from xml-parse-tag.
22630 (xml-parse-tag): Don't skip white space. Return nil for a comment.
22631 Concat the two strings surrounding a comment into a single string.
22632
22633 * newcomment.el (comment-indent): Jump to the middle of empty comments.
22634
22635 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22636
22637 * select.el (xselect-convert-to-class, xselect-convert-to-name):
22638 Document.
22639
22640 2001-12-14 Andre Spiegel <spiegel@gnu.org>
22641
22642 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
22643 Return nil if FILE is not registered.
22644 (vc-check-master-templates, vc-default-make-version-backups-p):
22645 Doc fix.
22646
22647 2001-12-13 David Ponce <david@dponce.com>
22648
22649 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
22650 (ruler-mode-left-fringe-cols): New macro.
22651 (ruler-mode-right-fringe-cols): New macro.
22652 (ruler-mode-left-scroll-bar-cols): New macro.
22653 (ruler-mode-right-scroll-bar-cols): New macro.
22654 (ruler-mode-ruler): Use above new macros.
22655
22656 2001-12-13 Richard M. Stallman <rms@gnu.org>
22657
22658 * files.el (set-auto-mode): Fix previous change.
22659
22660 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
22661
22662 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
22663 (easy-menu-do-define, easy-menu-convert-item-1)
22664 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
22665 (easy-menu-return-item): Only return nil if there is no binding.
22666
22667 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
22668
22669 * whitespace.el (whitespace-version): 3.2
22670 * whitespace.el (whitespace-force-mode-line-update): Replace with
22671 `whitespace-mode-line-update', which is an alias to the correct
22672 function in various emacsen.
22673 * whitespace.el (whitespace-{un,}highlight-the-space):
22674 Add colorized highlighting of the bogus whitespaces in a buffer/file,
22675 using the `whitespace-highlight-face' if
22676 `whitespace-display-spaces-in-color' is set.
22677
22678 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
22679
22680 * international/mule.el (set-auto-coding): Don't search for
22681 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
22682
22683 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22684
22685 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
22686
22687 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
22688
22689 * mail/rmailsum.el (rmail-summary-mode): Likewise.
22690
22691 2001-12-13 Richard M. Stallman <rms@gnu.org>
22692
22693 * simple.el (undo): Always set this-command to `undo',
22694 so that the next undo after an error will not begin redoing.
22695
22696 * simple.el (shell-command): Doc fix.
22697 (shell-command-on-region): If there is output an an error,
22698 add "...Shell command failed" to the output.
22699
22700 2001-12-13 David Ponce <david@dponce.com>
22701
22702 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
22703 (ruler-mode-left-fringe-cols): Function replaced by more efficient
22704 implementation `ruler-mode-extra-left-cols'.
22705 (ruler-mode-ruler): Use above new function. Take into account
22706 that the fringe areas can now be resized.
22707
22708 2001-12-12 Richard M. Stallman <rms@gnu.org>
22709
22710 * international/characters.el (Unicode): Comment out
22711 the specifications for kelvin and angstrom signs.
22712
22713 * international/mule.el (make-translation-table-from-vector):
22714 Allow null elements in VEC.
22715
22716 * international/ucs-tables.el (unify-8859-on-encoding-mode)
22717 (unify-8859-on-decoding-mode): Swap the code in their bodies.
22718 Add :version.
22719
22720 2001-12-11 Richard M. Stallman <rms@gnu.org>
22721
22722 * derived.el (derived-mode-p): Function moved to subr.el.
22723
22724 * subr.el (derived-mode-p): Moved here from derived.el.
22725
22726 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
22727
22728 * files.el (set-auto-mode-1): New subroutine, broken out of
22729 set-auto-mode.
22730 (set-auto-mode, hack-local-variables-prop-line): Use that.
22731
22732 2001-12-11 Dave Love <fx@gnu.org>
22733
22734 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
22735
22736 * language/european.el: Remove autoload cookies. Fix registration
22737 of diacritic composition function.
22738
22739 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22740
22741 * calendar/todo-mode.el: Require time-stamp.
22742
22743 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
22744
22745 2001-12-11 Richard M. Stallman <rms@gnu.org>
22746
22747 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
22748
22749 * textmodes/ispell.el (ispell-buffer-local-parsing):
22750 Match xml like sgml.
22751
22752 * emacs-lisp/advice.el (ad-compile-function):
22753 Byte compile the function under another (uninterned) name.
22754
22755 * gud.el (gdb): Define and bind gud-jump.
22756
22757 * font-lock.el (font-lock-mode):
22758 Put our function at the end of after-change-functions.
22759
22760 * ediff-diff.el (ediff-cmp-options): Doc fix.
22761
22762 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
22763
22764 2001-12-10 Richard M. Stallman <rms@gnu.org>
22765
22766 * isearch.el (isearch-yank-word-or-char): New function.
22767 (isearch-mode-map): Bind C-w to that.
22768
22769 * menu-bar.el (menu-bar-mode): Make arg optional.
22770
22771 * simple.el (line-move): Cope if next-single-property-change
22772 or previous-single-property-change returns nil.
22773
22774 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
22775 Don't use interactive-p; instead, pass the proper args
22776 in (interactive...). Clean up most of the trouble-report strings.
22777
22778 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
22779
22780 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
22781 enqueued messages literally.
22782
22783 2001-12-10 Noah Friedman <friedman@splode.com>
22784
22785 * battery.el (battery-insert-file-contents): Obsolete function
22786 removed.
22787 (battery-read-function): Obsolete function removed.
22788 (battery-linux-proc-apm): Use insert-file-contents.
22789
22790 2001-12-07 Stephen Eglen <stephen@gnu.org>
22791
22792 * iswitchb.el (iswitchb-visit-buffer):
22793 Use `select-frame-set-input-focus'--needed when window manager
22794 uses "click to focus" policy.
22795
22796 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22797
22798 * COPYING: Moved back.
22799
22800 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
22801
22802 * term/internal.el (IT-character-translations): Add entries for
22803 more points.
22804
22805 * international/characters.el: Resurrect the Hebrew category
22806 settings for all Hebrew characters removed by the last change.
22807 Add code for setting the Hebrew category of the Unicode Hebrew
22808 characters. Set syntax entries for Hebrew punctuation characters.
22809
22810 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
22811 points and directional formatting control characters.
22812
22813 2001-12-07 Dave Love <fx@gnu.org>
22814
22815 * language/lao-util.el: Add Unicode equivalents for rules.
22816 (lao-post-read-conversion): New function.
22817
22818 * language/lao.el: Add Unicode equivalents.
22819 (lao): Add post-read conversion.
22820
22821 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
22822 Use iso2022 encoding.
22823 (latin1-char-displayable-p): Doc fix.
22824 (latin1-display-ucs-per-lynx): New option.
22825 (latin1-display-ucs-per-lynx): New command.
22826 (latin1-display-reset): Special-case arabic.
22827 (ucs-tables): Require.
22828 (latin1-display-sets, latin1-display-setup): Add arabic.
22829 (latin1-display) <variable>: Use function latin1-display.
22830 (latin1-display) <function>: Add mule-unicode stuff.
22831 (latin1-display-check-font): Don't lose if `info' is nil.
22832
22833 * international/iso-transl.el: Insert Latin-1 characters, not
22834 unibyte codes.
22835
22836 * language/european.el (diacritic-composition-pattern): New constant.
22837 (diacritic-compose-region, diacritic-compose-string)
22838 (diacritic-compose-buffer, diacritic-post-read-conversion)
22839 (diacritic-composition-function): New functions.
22840
22841 * international/utf-8.el (ucs-mule-to-mule-unicode):
22842 New translation table.
22843 (ccl-encode-mule-utf-8): Use it.
22844 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
22845 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
22846 (utf-8-subst-table): New variable.
22847 (utf-8-compose-scripts): New option.
22848 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
22849
22850 * international/ucs-tables.el, international/utf-8-subst.el:
22851 New files.
22852
22853 * international/characters.el: Don't set word syntax (the default)
22854 explicitly. Add a diacritic category. Add info for Unicode
22855 equivalents of characters in various Mule charsets and for extra
22856 Unicode characters. Don't define specific categories for
22857 Indian/Devanagari, since they aren't used.
22858
22859 2001-12-06 Richard M. Stallman <rms@gnu.org>
22860
22861 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
22862 (set-justification-left, set-justification-right): Doc fix.
22863
22864 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
22865 (bug-f90-mode): Variable deleted.
22866
22867 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
22868
22869 * indent.el (indent-line-function): Default is indent-relative again.
22870
22871 2001-12-07 Miles Bader <miles@gnu.org>
22872
22873 * progmodes/compile.el (compilation-error-regexp-alist):
22874 Added regexps for RXP.
22875
22876 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
22877
22878 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
22879 Add shift-assignment operators to those highlighted, and highlight
22880 the whole operator rather than just the "=".
22881
22882 2001-12-04 Juanma Barranquero <lektu@terra.es>
22883
22884 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
22885 before saving abbrevs if `save-abbrevs' has the value `silently'.
22886
22887 2001-12-04 Andreas Schwab <schwab@suse.de>
22888
22889 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
22890
22891 2001-12-04 Colin Walters <walters@debian.org>
22892
22893 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
22894 for `defmacro*' forms.
22895
22896 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
22897 `defmacro*'.
22898
22899 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
22900
22901 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
22902
22903 2001-12-02 Richard M. Stallman <rms@gnu.org>
22904
22905 * files.el (insert-directory): If the df output does not look right,
22906 don't try to use it. Other cleanups in overall code structure.
22907
22908 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
22909
22910 * textmodes/outline.el (outline-mode-prefix-map):
22911 Add bindings for outline-promote and outline-demote.
22912 (outline-minor-mode-menu-bar-map): New var.
22913 (outline-minor-mode): Use it.
22914 (outline-heading-alist): New var (renamed from outline-level-heading).
22915 (outline-level): Use it.
22916 (outline-insert-heading, outline-promote, outline-demote):
22917 Update to use outline-heading-alist.
22918
22919 * disp-table.el (standard-display-european):
22920 Simplify since the function is not interactive any more.
22921 Don't set the existing buffers to unibyte.
22922
22923 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
22924
22925 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
22926
22927 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
22928
22929 * shell.el (shell): Use shell-file-name.
22930 Pop to buffer before calling comint to set COLUMNS properly.
22931
22932 * emacs-lisp/cl.el (svref): New alias.
22933
22934 * progmodes/antlr-mode.el (antlr-c-common-init):
22935 Don't inhibit adaptive-fill-mode any more.
22936
22937 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
22938
22939 * progmodes/etags.el (tags-with-face): Use make-symbol.
22940 (tags-search, tags-query-replace): Use backquotes.
22941
22942 * textmodes/picture.el (picture-mode-map): Don't use defconst
22943 for a variable.
22944
22945 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22946
22947 * textmodes/reftex-index.el (reftex-index-mode):
22948 Remove make-local-hook.
22949
22950 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
22951
22952 2001-12-02 Kim F. Storm <storm@cua.dk>
22953
22954 * isearch.el (isearch-resume-enabled): New variable.
22955 (isearch-done): Use that variable.
22956
22957 2001-12-01 Richard M. Stallman <rms@gnu.org>
22958
22959 * wid-edit.el (widget-button-click): Don't move point permanently:
22960 Avoid mouse-set-point--instead select the window,
22961 then do save-excursion, then move point.
22962 Specify the buffer for get-char-property.
22963 Don't use `@' in interactive.
22964
22965 * indent.el (indent-line-function):
22966 Default is indent-to-left-margin again.
22967
22968 * replace.el (query-replace-read-args): Display message
22969 if FROM contains `\n' or `\t'.
22970
22971 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
22972
22973 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
22974
22975 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
22976
22977 * emacs-lisp/regexp-opt.el (regexp-opt):
22978 Bind completion-regexp-list to nil.
22979
22980 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
22981
22982 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
22983
22984 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
22985 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
22986 Update maintainer.
22987
22988 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
22989
22990 * mail/smtpmail.el: Use with-current-buffer.
22991 (message-make-date, message-make-message-id): Autoload when needed.
22992 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
22993 headers when missing.
22994
22995 * international/encoded-kb.el (encoded-kbd-mode):
22996 Use define-minor-mode.
22997
22998 * enriched.el (enriched-mode): Use define-minor-mode.
22999 Use dolist and pop and push.
23000
23001 * info.el (Info-find-node-2): Don't call info-insert-file-contents
23002 with the `visit' argument.
23003 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
23004
23005 * progmodes/hideif.el (hide-ifdef-mode): Only modify
23006 `change-major-mode-hook' locally. Reset invisibility spec.
23007
23008 * man.el (Man-build-section-alist): Remove last Man-match-substring.
23009
23010 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23011
23012 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
23013 Clarify error message.
23014
23015 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23016
23017 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
23018
23019 2001-11-30 Andre Spiegel <spiegel@gnu.org>
23020
23021 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
23022 don't just return it.
23023
23024 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
23025
23026 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
23027 (menu-bar-read-emacs-man, search-emacs-glossary)
23028 (emacs-index-search, elisp-index-search): New functions.
23029 (apropso-documentation, apropos, apropos-value, apropos-variable)
23030 (apropos-commands): Modify menu item names and help text.
23031 (elisp-index-search, emacs-index-search, emacs-glossary):
23032 New menu items.
23033 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
23034 submenu.
23035 (info-elisp, info-elintro): New menu items.
23036 (apropos): Modify the menu item name.
23037
23038 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
23039
23040 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
23041
23042 * textmodes/outline.el (outline-promote, outline-demote): Typo.
23043
23044 * man.el (man-follow-mouse): New function.
23045 (Man-mode-map): Bind mouse-2 to it.
23046 (Man-match-substring): Remove. Replace with `match-string'.
23047 (man): Use the `default-value' argument to `read-string'.
23048 (Man-fontify-manpage): Add mouse-face to cross references.
23049
23050 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
23051
23052 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
23053
23054 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
23055 the value of require-match in minibuffer-completion-confirm.
23056 Use crm-local-completion-map.
23057
23058 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
23059 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
23060 (cl-make-type-test): Use char-valid-p for `character'.
23061
23062 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
23063 (Info-complete-menu-item): Rewrite. Add the ability to search
23064 several sequential nodes. Add a simple caching mechanism.
23065 (Info-goto-index): New function extracted from Info-index.
23066 (Info-index): Use it. Add completion to the interactive spec.
23067 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
23068
23069 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23070
23071 * COPYING: Removed.
23072
23073 2001-11-29 Dave Love <fx@gnu.org>
23074
23075 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
23076 (fortran-window-create, fortran-window-create-momentarily):
23077 Rewrite, moving error condition.
23078 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
23079 (fortran-mode-syntax-table): Revert last change.
23080
23081 * international/mule.el: Doc fixes.
23082 (map-charset-chars): New function.
23083 (register-char-codings): Use it to cope with generic chars in
23084 safe-chars.
23085
23086 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23087
23088 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
23089
23090 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
23091
23092 * play/studly.el (studlify-word, studlify-region)
23093 (studlify-buffer): Fix doc-string.
23094 (studlify-buffer): Add autoload cookie.
23095
23096 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
23097
23098 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
23099 (outline-up-heading-all): Remove.
23100 (hide-sublevels): Move to end-of-heading before calling flag-region.
23101 (outline-copy-overlay, outline-discard-overlays): Remove.
23102 (outline-flag-region): Use `remove-overlays'.
23103 Don't move to end-of-heading.
23104 (outline-next-visible-heading, outline-back-to-heading)
23105 (outline-on-heading-p): Use outline-invisible-p.
23106 (outline-font-lock-level): Use outline-up-heading's new arg.
23107 (outline-minor-mode): Simplify.
23108 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
23109 (outline): Put a `reveal-toggle-invisible' property.
23110 (outline-level-heading): New var.
23111 (outline-insert-heading, outline-promote, outline-demote)
23112 (outline-toggle-children): New commands.
23113
23114 * progmodes/hideif.el (hif-end-of-line): New function.
23115 (hide-ifdef-mode): Set line-move-ignore-invisible.
23116 (hide-ifdef-region-internal): New function.
23117 (hide-ifdef-region): Use it.
23118 (hif-defined): Return an integer.
23119 (hif-infix-to-prefix): Remove.
23120 (hif-tokenize): Parse from the buffer rather than from a string.
23121 Correctly tokenize integers. Use forward-comment.
23122 (hif-expr): Use hif-or.
23123 (hif-term): Use hif-and.
23124 (hif-factor): Use hif-not. Handle numbers properly.
23125 Don't require parenthesis around `defined's argument.
23126 (hif-and, hif-or, hif-not): New funs.
23127 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
23128 (hif-hide-line): Don't hide the \n before the line.
23129 (hif-possibly-hide): Correctly handle numeric evaluation results.
23130
23131 * progmodes/make-mode.el: Use line-(end|beginning)-position.
23132 (makefile-mode): Set indent-line-function.
23133 (makefile-browser-insert-continuation): Use with-current-buffer.
23134 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
23135
23136 2001-11-28 Karl Fogel <kfogel@red-bean.com>
23137
23138 * isearch.el (isearch-yank-internal): New helper function.
23139 (isearch-yank-char): New function.
23140 (isearch-yank-word, isearch-yank-line): Rewrite to use
23141 isearch-yank-internal.
23142
23143 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
23144
23145 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
23146 aren't supported. Print a message to that effect if invoked.
23147
23148 2001-11-27 Stephen Eglen <stephen@gnu.org>
23149
23150 * locate.el (locate): Put point at first matching file rather
23151 than top of buffer.
23152
23153 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
23154
23155 * reveal.el: New file.
23156
23157 * progmodes/hideif.el: Misc cleanup.
23158 (hide-ifdef-mode-submap): Put the def in the defvar.
23159 Use substitute-key-definition.
23160 (hide-ifdef-mode): Use define-minor-mode.
23161 (hif-outline-flag-region): Remove.
23162 (hif-show-all): Define in terms of hif-show-ifdef-region.
23163 (hif-after-revert-function): Rename from hif-before-revert-function.
23164 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
23165 (hif-tokenize): Use with-syntax-table.
23166 (hif-make-range): Use `else' also for `else-p'.
23167 (hif-range-else-p): Remove.
23168 (hif-find-range): Simplify.
23169 (hif-hide-line): Don't bother preserving buffer-modified-p.
23170 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
23171 Don't use selective-display and inhibit-read-only.
23172
23173 * subr.el (copy-overlay, remove-overlays): New funs.
23174
23175 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
23176
23177 2001-11-27 Sam Steingold <sds@gnu.org>
23178
23179 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
23180 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
23181 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
23182 * obsolete/c-mode.el, obsolete/cplus-md.el
23183 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
23184 * term/sun-mouse.el, textmodes/artist.el:
23185 Converted backquote to the new style.
23186 * mouse.el, reposition.el: Likewise (in comments).
23187 * expand.el: Likewise (in a string).
23188
23189 2001-11-27 Richard M. Stallman <rms@gnu.org>
23190
23191 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
23192
23193 2001-11-26 Richard M. Stallman <rms@gnu.org>
23194
23195 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
23196 if :on-glyph or :off-glyph is a list, eval it and store it back.
23197 (checkbox): Quote the values for :on-glyph and :off-glyph.
23198
23199 * cus-start.el (recursive-load-depth-limit): Delete item.
23200
23201 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
23202
23203 * help-fns.el (describe-categories, help-describe-category-set): New.
23204 describe-categories moved here from src/category.c.
23205
23206 2001-11-26 Sam Steingold <sds@gnu.org>
23207
23208 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
23209 arguments to `insert' are strings.
23210
23211 2001-11-26 Richard M. Stallman <rms@gnu.org>
23212
23213 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
23214
23215 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
23216
23217 * international/mule-diag.el: Require help-fns instead of
23218 help-funs.
23219
23220 * help-fns.el: Renamed from help-funs.el.
23221
23222 * startup.el (command-line-1): Don't try to call process-list if
23223 it is not fboundp.
23224
23225 2001-11-26 Sam Steingold <sds@gnu.org>
23226
23227 * frame.el (show-trailing-whitespace): Remove :set argument (the
23228 value was essentially identical to the defalt).
23229
23230 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23231
23232 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
23233
23234 * icomplete.el (icomplete-minibuffer-setup): Likewise.
23235
23236 * hilit-chg.el (hilit-chg-set): Likewise.
23237
23238 * speedbar.el (speedbar-mode): Likewise.
23239
23240 * calendar/calendar.el (calendar-mode): Likewise.
23241
23242 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
23243 insert-string.
23244
23245 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
23246
23247 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
23248
23249 * term/sun-mouse.el (sun-yank-selection): Likewise.
23250
23251 * textmodes/bib-mode.el (return-key-bib): Likewise.
23252
23253 * calendar/appt.el (appt-disp-window): Likewise.
23254
23255 * calendar/diary-lib.el (list-diary-entries): Likewise.
23256
23257 * array.el (array-reconfigure-rows): Likewise.
23258
23259 * filecache.el (file-cache-minibuffer-complete): Likewise.
23260
23261 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
23262
23263 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
23264
23265 * allout.el (outline-version, outline-open-topic)
23266 (outline-rebullet-heading, outline-insert-listified)
23267 (outline-latex-verbatim-quote-curr-line)
23268 (outline-latexify-one-item, outlineify-sticky): Likewise.
23269
23270 * vc.el (vc-next-action-on-file): Likewise.
23271 (vc-dired-mode): Remove make-local-hook.
23272
23273 2001-11-26 Andre Spiegel <spiegel@gnu.org>
23274
23275 * vc.el (vc-find-version): New function.
23276 (vc-version-other-window): Redefined in terms of the above.
23277
23278 * log-view.el (log-view-find-version): New function.
23279 (log-view-mode-map): Bind it to `f'.
23280
23281 2001-11-26 Gerd Moellmann <gerd@gnu.org>
23282
23283 * language/devan-util.el (dev-char-glyph): Escape `"' in
23284 string literals.
23285 (dev-glyph-glyph, dev-glyph-glyph-2)
23286 (devanagari-compose-syllable-region): Likewise.
23287
23288 2001-11-26 Richard M. Stallman <rms@gnu.org>
23289
23290 * window.el (save-selected-window): No error if saved window is dead.
23291
23292 * help-funs.el (describe-syntax): Put (interactive) after doc string.
23293
23294 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23295
23296 * international/quail.el (quail-help): Require help-mode in
23297 top-level instead.
23298
23299 * iswitchb.el (iswitchb-exhibit): Use insert instead of
23300 insert-string.
23301
23302 * icomplete.el (icomplete-exhibit): Likewise.
23303
23304 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
23305
23306 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
23307 (diff-hunk-kill): Simplify.
23308 (diff-post-command-hook): Only apply to a single hunk.
23309 (diff-hunk-text): Make `char-offset' non-optional.
23310 (diff-find-text): Return a cons cell.
23311 (diff-find-approx-text): New fun.
23312 (diff-find-source-location): Use it.
23313 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
23314 Adapt to new retval of diff-find-text.
23315
23316 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
23317 rather than integer- representation of dates.
23318
23319 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
23320
23321 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
23322 (syntax-after): New fun.
23323
23324 * help-funs.el (describe-syntax): New fun.
23325
23326 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
23327 (font-lock-ppss-stats, font-lock-ppss): Remove.
23328 (font-lock-fontify-syntactically-region): Remove tuning code.
23329 (font-lock-compile-keywords): Fix off-by-one bug.
23330 (font-lock-set-defaults): Don't set removed vars.
23331 (c-keywords): Add `inline'.
23332 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
23333
23334 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23335 Set syntax-begin-function.
23336 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
23337 (lisp-interaction-mode): Don't set local-abbrev-table any more.
23338 (lisp-mode-auto-fill): Use syntax-ppss and obey
23339 comment-auto-fill-only-comments.
23340 (lisp-fill-paragraph): Use syntax-ppss.
23341
23342 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
23343
23344 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
23345 version of rmail-enable-mime.
23346 (rmail-forward): Use it.
23347
23348 2001-11-25 Richard M. Stallman <rms@gnu.org>
23349
23350 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
23351
23352 * international/quail.el (quail-keyboard-layout-button):
23353 Define button type.
23354 (quail-keyboard-customize-button): Likewise.
23355 (quail-help): Use those button types. Require `help-mode'.
23356 Avoid altering the argument `package'.
23357
23358 * help-mode.el (help-function, help-variable, help-face)
23359 (help-coding-system, help-input-method, help-character-set):
23360 Define each button type with its own explicit define-button-type.
23361
23362 * language/devan-util.el: Comment out parts of the file
23363 which apparently are garbled.
23364
23365 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23366
23367 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
23368 insert-string.
23369
23370 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23371
23372 * play/snake.el (snake-mode): Remove make-local-hook.
23373
23374 * play/tetris.el (tetris-mode): Likewise.
23375
23376 * play/decipher.el (decipher-mode): Likewise.
23377
23378 * tmm.el (tmm-add-prompt): Likewise.
23379
23380 2001-11-25 Sam Steingold <sds@gnu.org>
23381
23382 * menu-bar.el (menu-bar-apropos-menu): New variable.
23383 Moved all `apropos' bindings to this menu.
23384 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
23385
23386 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
23387
23388 The following changes are for new indian languages support based
23389 on Unicode charset and CDAC fonts.
23390
23391 * international/mule-conf.el: Change indian-1-column charset to
23392 indian-glyph charset.
23393
23394 * international/characters.el: Adjusted for the change of
23395 indian-1-column -> indian-glyph.
23396
23397 * international/fontset.el: Delete the setting for indian-1-column
23398 and add the setting for indian-glyph in the default fontset.
23399
23400 * language/indian.el: Completely re-written.
23401
23402 * language/devanagari.el: Completely re-written.
23403
23404 * language/devan-util.el: Completely re-written.
23405
23406 * language/ind-util.el: New file.
23407
23408 2001-11-24 Richard M. Stallman <rms@gnu.org>
23409
23410 * startup.el (command-line-1): Don't do startup screen
23411 if a subprocess is running. Call the startup screen buffer
23412 "GNU Emacs". Make a special mode-line-format for it.
23413
23414 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
23415 (browse-url-galeon): Use that variable.
23416
23417 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
23418 eval-expression. Eval and set the variable simply.
23419
23420 * files.el (temporary-file-directory): Use defcustom.
23421 (small-temporary-file-directory): Likewise.
23422 (normal-backup-enable-predicate): Move down in file
23423 after definition of temporary-file-directory.
23424
23425 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
23426
23427 2001-11-24 Colin Walters <walters@debian.org>
23428
23429 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
23430 autoload names to match files renamed on initial calc import.
23431
23432 * calc/calc.el (Commentary): Cleanup, and add logistic curve
23433 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
23434
23435 2001-11-23 Colin Walters <walters@debian.org>
23436
23437 * Makefile.in (finder_setwins, setwins): Include Calc again.
23438
23439 * calc/calc-rules.el: Add header comment.
23440
23441 2001-11-23 Andre Spiegel <spiegel@gnu.org>
23442
23443 * vc.el (with-vc-properties): Don't bind `filename' locally.
23444 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
23445 to avoid name clashes. Fix `lisp-indent-function' property for
23446 both.
23447
23448 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
23449
23450 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
23451
23452 2001-11-22 Colin Walters <walters@debian.org>
23453
23454 * calc/calc-misc.el (report-calc-bug):
23455 Use `reporter-prompt-for-summary-p'.
23456
23457 * calc/INSTALL, calc/Makefile: Remove.
23458
23459 2001-11-22 Miles Bader <miles@gnu.org>
23460
23461 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
23462 (reb-match-2, reb-match-3): Add dark-background variants.
23463
23464 2001-11-22 Colin Walters <walters@debian.org>
23465
23466 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
23467 (info "Calc").
23468 (report-calc-bug): Use reporter.el.
23469
23470 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
23471
23472 2001-11-21 Richard M. Stallman <rms@gnu.org>
23473
23474 * which-func.el (which-function): Call imenu--make-index-alist
23475 if necessary to get a list of functions.
23476 (which-function-imenu-failed): New variable.
23477 (which-func-update): Handle all visible windows.
23478 (which-func-update-1): New subroutine broken out of which-func-update.
23479
23480 * files.el (temporary-file-directory, null-device)
23481 (small-temporary-file-directory): Definitions moved up.
23482
23483 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
23484 (cperl-non-problems, cperl-praise): Doc fixes.
23485
23486 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
23487 (sh-mode-syntax-table): Function restored.
23488 Variable set up for use by function sh-mode-syntax-table.
23489 (sh-set-shell): Set the syntax table.
23490
23491 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
23492
23493 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
23494
23495 * international/encoded-kb.el: Don't alter minor-map-alist.
23496
23497 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23498
23499 * files.el (auto-save-file-name-transforms): Put remote files in
23500 temporary-file-directory rather than /tmp.
23501
23502 2001-11-21 Colin Walters <walters@debian.org>
23503
23504 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
23505 of (function ...) wrapper.
23506
23507 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
23508
23509 * derived.el (define-derived-mode): Create the abbrev-table
23510 from inside the `defvar'.
23511
23512 * jit-lock.el (jit-lock-defer-time): New var.
23513 (jit-lock-defer-timer, jit-lock-buffers): New vars.
23514 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
23515 (jit-lock-function): Defer fontification if requested.
23516 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
23517 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
23518 text property.
23519 (jit-lock-deferred-fontify): New fun.
23520
23521 2001-11-20 Richard M. Stallman <rms@gnu.org>
23522
23523 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
23524 Set local-abbrev-table to lisp-mode-abbrev-table.
23525
23526 * emacs-lisp/re-builder.el (reb-mode):
23527 Don't use define-derived-mode. Call kill-all-local-variables.
23528
23529 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
23530 Don't use define-derived-mode.
23531
23532 * help-mode.el (help-mode): Undo 2001-10-07 change.
23533
23534 * replace.el (occur-mode): Undo 2001-5-20 change.
23535
23536 2001-11-20 Jason Rumney <jasonr@gnu.org>
23537
23538 * w32-fns.el (w32-system-coding-system): Change to an alias for
23539 locale-coding-system.
23540 (set-w32-system-coding-system): Document the above change.
23541 Set locale-coding-system instead.
23542
23543 2001-11-20 Richard M. Stallman <rms@gnu.org>
23544
23545 * ruler-mode.el: Add pagination.
23546 (ruler-mode-toggle-show-tab-stops): No need to
23547 test `ruler-mode' variable.
23548
23549 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
23550
23551 * play/landmark.el: Mark lm-mode as special.
23552
23553 * play/gomoku.el: Mark gomoku-mode as special.
23554
23555 2001-11-20 Juanma Barranquero <lektu@terra.es>
23556
23557 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
23558 (top-level): Bind it to C-c C-b.
23559 (re-builder): Don't re-enter RE Builder Mode.
23560
23561 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
23562
23563 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
23564
23565 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
23566 `manual-program'.
23567
23568 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
23569 to a line without a comment.
23570
23571 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
23572
23573 * dired.el (dired-listing-switches): Mention in the doc string
23574 that some switches are not supported by ls-lisp.el
23575
23576 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
23577
23578 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
23579 (imenu--create-keymap-2): Remove.
23580 (imenu--create-keymap-1): Simplify, remove third argument.
23581 (imenu--generic-function): Use dolist.
23582 (imenu-find-default): New function.
23583 (imenu--completion-buffer): Use it.
23584 (imenu--mouse-menu): Use popup-menu.
23585 (imenu--menubar-select): Return t rather than calling imenu.
23586
23587 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
23588 New functions, extracted from fill-region-as-paragraph.
23589 (fill-region-as-paragraph): Use them.
23590 Use an end marker instead of eob.
23591 Ignore whitespace-only fill-prefixes when indenting according to mode.
23592 Simplify the loop that searches for spaces backwards.
23593
23594 * textmodes/picture.el (picture-vertical-step)
23595 (picture-horizontal-step): Don't use defconst for variables.
23596
23597 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
23598 (mail-extract-address-components): Downcase domain names.
23599 (mail-extr-delete-char): Remove. Use delete-char instead.
23600
23601 * emulation/pc-select.el: Doc string fixes.
23602 (pc-selection-mode): Don't treat macos as a tty.
23603
23604 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
23605
23606 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
23607
23608 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
23609 (mouse-wheel-progessive-speed): New var.
23610 (mwheel-scroll): Use it and handle float values.
23611
23612 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
23613
23614 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
23615 (iswitchb): Fix the case where the result was selected with the mouse.
23616 (iswitchb-completion-help): Use the normal *Completions* now that
23617 mouse selection works.
23618 (iswitchb-minibuffer-setup): Simplify.
23619
23620 * newcomment.el (comment-column, comment-style, comment-multi-line)
23621 (comment-auto-fill-only-comments): Remove :group arg.
23622 (comment-padding): Add :type.
23623 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
23624 if called interactively.
23625
23626 2001-11-19 Colin Walters <walters@verbum.org>
23627
23628 * calc/calc.el (toplevel): Add comment and version header.
23629 (calc-init-base): Bump version to 2.02f, update date.
23630
23631 2001-11-19 Richard M. Stallman <rms@gnu.org>
23632
23633 * net/browse-url.el: Support Mozilla and Galeon.
23634 By default, find the installed browser whichever it is.
23635 (browse-url-mozilla): New function.
23636 (browse-url-mozilla-sentinel): New function.
23637 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
23638 (browse-url-default-browser): New function.
23639 (browse-url-process-environment): Use browse-url-browser-display.
23640 (browse-url-browser-display): Renamed from browse-url-netscape-display.
23641 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
23642 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
23643 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
23644 (browse-url-browser-function): New default, new options.
23645
23646 2001-11-19 Sam Steingold <sds@gnu.org>
23647
23648 * bindings.el (last-buffer, unbury-buffer): New function.
23649 (mode-line-unbury-buffer): Use `unbury-buffer'.
23650
23651 2001-11-18 Stephen Eglen <stephen@gnu.org>
23652
23653 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
23654 control behaviour when no further completion is possible.
23655
23656 2001-11-19 Colin Walters <walters@verbum.org>
23657
23658 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
23659 (math-showing-full-precision, math-with-extra-prec, math-working)
23660 (calc-with-default-simplification)
23661 (calc-with-trail-buffer): Use backtick.
23662 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
23663 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
23664 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
23665 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
23666 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
23667 (Math-num-integerp, Math-bignum-test, Math-equal-int)
23668 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
23669 (calc-record-compilation-date-macro): Deleted. Callers updated.
23670 (math-format-radix-digit): Move to calc-bin.el.
23671
23672 * calc/calc.el (calc-record-compilation-date): Remove.
23673 (calc-bug-address): Update.
23674 (calc-settings-file): Use `user-init-file'.
23675
23676 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
23677 Handle null `calc-settings-file'.
23678
23679 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
23680 * calc/calc-keypd.el (calc-keypad-mode): New.
23681 (calc-do-keypad): Use it.
23682 (calc-keypad-map): Move into `calc-keypad-mode'.
23683
23684 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
23685 to defalias argument.
23686
23687 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
23688 (calcFunc-floor): Ditto.
23689
23690 * calc-units.el (calcFunc-usimplify): Ditto.
23691
23692 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
23693 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
23694 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
23695 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
23696 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
23697 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
23698 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
23699 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
23700 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
23701 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
23702 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
23703 and move them before their first use. Use `when', `unless'.
23704 Remove trailing periods from error forms. Add description and
23705 headers suggested by Emacs Lisp coding conventions.
23706
23707 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
23708
23709 * newcomment.el (comment-indent):
23710 Fix misindentation for comment-only lines.
23711 (comment-indent-new-line): Only obey comment-multi-line if the
23712 comment-ender is not the end-of-line.
23713
23714 2001-11-19 Richard M. Stallman <rms@gnu.org>
23715
23716 * net/net-utils.el (network-connection-service-abbrev-alist):
23717 New variable.
23718
23719 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
23720 Advance to start of 3rd sexp by moving fwd and backing over it.
23721 At first three elements, act like defun.
23722
23723 * delsel.el (delete-selection-pre-hook): Handle and resignal
23724 file-supersession errors to interact properly with userlock.el.
23725
23726 2001-11-18 Richard M. Stallman <rms@gnu.org>
23727
23728 * progmodes/fortran.el (fortran-mode-syntax-table):
23729 Specify punctuation syntax for backslash.
23730
23731 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
23732 All calls deleted.
23733
23734 * international/mule-util.el (string-to-sequence): Make it obsolete.
23735 (string-to-list, string-to-vector): Implement them directly
23736 using append and vconcat, not with string-to-sequence.
23737
23738 * startup.el (command-line): Set abbrevs-changed to nil after
23739 reading the init file and the abbrevs file.
23740
23741 * isearch.el (isearch): Use magenta2 as bg for (background light)
23742
23743 2001-11-17 Richard M. Stallman <rms@gnu.org>
23744
23745 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
23746
23747 * simple.el (minibuffer-history-sexp-flag): Doc fix.
23748
23749 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
23750
23751 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
23752 If set and if applicable, add a regexp to highlight defun-like
23753 text inside comments and strings.
23754 (font-lock-fontify-keywords-region): Pass that new arg.
23755 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
23756 to the end and pass that new arg.
23757 (c-font-lock-keywords-2): Fix regex for labels.
23758 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
23759 Make it work when LIMIT is several lines further.
23760 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
23761 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
23762 Use backquote and make the regexes for `int a, b, c;' work on
23763 multiple lines.
23764
23765 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
23766 (font-lock-defaults-alist): Don't change it any more.
23767 (reb-subexp-mode-map): Cleanup.
23768
23769 * custom.el (custom-current-group-alist): New var.
23770 (custom-declare-group): Set it.
23771 (custom-current-group): New fun.
23772 (custom-declare-variable, custom-handle-all-keywords):
23773 Use it as a default if no :group argument is specified.
23774
23775 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
23776 (standard-keyboard-coding-systems): New var.
23777 (set-locale-environment): Use it to decide whether or not to call
23778 set-keyboard-coding-system.
23779 (locale-language-names): Use \"French\" for "fr".
23780
23781 2001-11-17 Richard M. Stallman <rms@gnu.org>
23782
23783 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
23784 (add-to-list): Delete compatibility code.
23785 (checkdoc-next-message-error): Doc fix.
23786
23787 2001-11-17 Stephen Eglen <stephen@gnu.org>
23788
23789 * locate.el (locate): Show default locate pattern within the
23790 prompt, but don't insert it into the minibuffer contents.
23791 Catch the case when pattern is the empty string.
23792
23793 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
23794
23795 * language/european.el ("French"): New language environment.
23796
23797 2001-11-16 Richard M. Stallman <rms@gnu.org>
23798
23799 * calendar/todo-mode.el (todo-save): Fix previous change.
23800
23801 * subr.el (functionp): Do use cdr-safe on object.
23802
23803 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
23804
23805 * bindings.el (mode-line-mode-name): Only put the help-echo property
23806 if the local-map property was put as well.
23807 (global-map): Bind switch-frame, delete-frame, iconify-frame
23808 and make-frame-visible events.
23809
23810 * emacs-lisp/elp.el (elp-not-profilable): New var.
23811 (elp-not-profilable-p): New function.
23812 (elp-instrument-function): Use it. Use backquotes and push.
23813
23814 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
23815 (byte-stack+-info, byte-compile-last-warned-form)
23816 (byte-compile-last-logged-file): Don't defconst a variable.
23817 (no-byte-compile): Declare.
23818 (byte-compile-file): Don't boundp-check no-byte-compile any more.
23819 (byte-compile-defvar): Leave defconst as is.
23820
23821 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
23822 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
23823 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
23824 (edebug-best-error): Don't defconst a variable.
23825 (edebug-read-syntax-table): Use a char-table.
23826 (edebug-lemacs-specific): Remove.
23827 Toplevel: Eliminate check for Lucid Emacs.
23828
23829 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
23830
23831 * rect.el (move-to-column-force): Mark obsolete.
23832 (operate-on-rectangle, delete-extract-rectangle-line)
23833 (insert-rectangle, delete-whitespace-rectangle-line)
23834 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
23835 (string-rectangle-history): New var.
23836 (string-rectangle, string-insert-rectangle): Use it.
23837 (delete-rectangle-line): Fix pos/column mixup and simplify.
23838
23839 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
23840 (normal-top-level, command-line, command-line-1): Simplify.
23841
23842 * tar-mode.el (tar-mode): Use define-derived-mode.
23843
23844 * view.el (view-mode-enable): Don't use make-local-hook.
23845
23846 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
23847
23848 2001-11-16 Richard M. Stallman <rms@gnu.org>
23849
23850 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
23851 if it doesn't make sense as anything else.
23852 Don't recognize a "telephone number" at the beginning of the name.
23853 (mail-extr-leading-garbage): Match non-word characters only.
23854
23855 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23856
23857 * startup.el (command-line-processed): Doc fix.
23858
23859 * apropos.el (apropos-next-label-button): Doc fix.
23860
23861 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
23862
23863 * comint.el (comint-mode): Simplify.
23864 (make-comint-in-buffer): Run `comint-mode' only if necessary.
23865
23866 * subr.el (eval-after-load): Make it work with features as well.
23867
23868 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
23869
23870 * international/mule-cmds.el (describe-input-method): Setup xref.
23871 (set-language-environment): Use functionp.
23872 (locale-language-names, locale-charset-language-names)
23873 (locale-preferred-coding-systems): Defconst and purecopy.
23874
23875 * language/european.el (mac-roman): Add mime-charset property.
23876
23877 2001-11-15 Richard M. Stallman <rms@gnu.org>
23878
23879 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
23880 (multiple-value-apply, nth-value): Use defsubst rather than defalias
23881 to get better doc strings.
23882
23883 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23884
23885 * derived.el: Fix autoload cookie.
23886
23887 2001-11-15 Richard M. Stallman <rms@gnu.org>
23888
23889 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
23890
23891 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
23892
23893 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
23894
23895 2001-11-15 Richard M. Stallman <rms@gnu.org>
23896
23897 * dired.el (dired-undo): Display a message to explain
23898 that this does not undo file system changes.
23899
23900 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
23901
23902 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
23903 into `unread-command-events' instead of trying keymap
23904 lookups ourselves. This makes mouse-clicks do the right
23905 thing even when keymaps of overlays are involved.
23906 (mouse-drag-drag): Likewise.
23907
23908 2001-11-15 Andreas Schwab <schwab@suse.de>
23909
23910 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
23911 characters and append anchor to pattern added to auto-mode-alist.
23912
23913 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
23914
23915 * server.el (server-process-filter): Run pre/post-comment-hook
23916 before/after visiting the file.
23917
23918 * info-look.el (makefile-mode): Add info for automake.
23919 (autoconf-mode): Fix the name of the index for automake.
23920
23921 * international/latin-9.el: Give pilcrow punctuation syntax.
23922
23923 2001-11-15 Andre Spiegel <spiegel@gnu.org>
23924
23925 * vc.el: Documentation fixes.
23926
23927 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
23928
23929 * smerge-mode.el (smerge-match-conflict): Fix typo.
23930 (smerge-diff): Be careful to read match-data early enough.
23931
23932 2001-11-14 Colin Walters <walters@verbum.org>
23933
23934 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
23935 (calcFunc-subst): Use `defalias' instead of `fset' and
23936 `symbol-function'.
23937
23938 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
23939 (calcFunc-ceil, calcFunc-round): Ditto.
23940
23941 * calc/calc-bin.el (calcFunc-clip): Ditto.
23942
23943 * calc/calc-ext.el (calcFunc-evalv): Ditto.
23944
23945 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
23946
23947 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
23948 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
23949
23950 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
23951
23952 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
23953 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
23954 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
23955 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
23956 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
23957 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
23958 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
23959 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
23960 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
23961 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
23962 * calcsel2.el: Style cleanup; don't put closing parens on their
23963 own line, add "foo.el ends here" to each file, and update
23964 copyright date.
23965
23966 * README: Update maintainer.
23967
23968 2001-11-13 Richard M. Stallman <rms@gnu.org>
23969
23970 * progmodes/compile.el (recompile): Use compilation-arguments if
23971 set, so as to be able to M-x recompile the exact command which
23972 created a compilation-mode buffer.
23973
23974 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
23975
23976 2001-11-13 Gerd Moellmann <gerd@gnu.org>
23977
23978 * mouse.el (mouse-drag-region): Don't run the up-event
23979 handler if window start changed due to the down-mouse event.
23980
23981 2001-11-13 Richard M. Stallman <rms@gnu.org>
23982
23983 * mouse.el (mouse-show-mark): Either move point to the mark
23984 or use highlighting, never both.
23985 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
23986
23987 2001-11-13 Simon Josefsson <jas@extundo.com>
23988
23989 * mail/smtpmail.el (top-level): Change maintainer to Simon
23990 Josefsson, cleanup the smtpmail.el header.
23991
23992 * mail/smtpmail.el (top-level): Don't require cl or base64.
23993 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
23994 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
23995 Defsubst instead of defmacro.
23996 (smtpmail-intersection): Return value in reverse order.
23997 (smtpmail-open-stream): Use stringp instead of string-to-list.
23998 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
23999 separated from smtpmail-via-smtp.
24000
24001 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
24002 rfc2104. Require base64 and cl.
24003 (smtpmail-smtp-service): Doc fix. :type fix.
24004 (smtpmail-debug-info): Doc fix.
24005 (smtpmail-debug-verb, smtpmail-auth-credentials)
24006 (smtpmail-starttls-credentials, smtpmail-auth-supported):
24007 New variables.
24008 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
24009 mail-utils (it is autoloaded).
24010 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
24011 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
24012 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
24013 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
24014 (smtpmail-via-smtp): Support AUTH.
24015 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
24016
24017 2001-11-13 Richard M. Stallman <rms@gnu.org>
24018
24019 * ebuff-menu.el (electric-buffer-update-highlight): New function.
24020 (electric-buffer-overlay): New variable.
24021 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
24022 (electric-buffer-list): Likewise.
24023
24024 * isearch.el (isearch-whitespace-chars): Doc fix.
24025 (isearch-mode): Handle negative search-slow-window-lines correctly.
24026
24027 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
24028
24029 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
24030
24031 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
24032 From Emmanuel Briot <briot@act-europe.fr>.
24033
24034 2001-11-13 Colin Walters <walters@debian.org>
24035
24036 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
24037
24038 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
24039 "~/.emacs"; use `read-file-name'.
24040
24041 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
24042 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
24043 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
24044 * calc/calc.el: Use `frame-width' instead of `screen-width',
24045 `frame-height' instead of `screen-height', and,
24046 `executing-kbd-macro' instead of `executing-macro'.
24047
24048 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
24049 correct number of arguments.
24050
24051 * calc/calc-aent.el (calc-do-alg-entry):
24052 Use `blink-paren-function' instead of `blink-paren-hook'.
24053
24054 2001-11-12 Richard M. Stallman <rms@gnu.org>
24055
24056 * calendar/todo-mode.el (todo-save): Add save-excursion
24057 and save-restriction.
24058
24059 * server.el (server-edit, server-done): Doc fix.
24060
24061 * simple.el (clone-indirect-buffer): Error if major mode symbol
24062 has a no-clone-indirect property.
24063 (clone-buffer): Check for obvious errors before reading clone name.
24064
24065 * info.el (Info-mode): Add a no-clone-indirect property.
24066
24067 2001-11-12 Sam Steingold <sds@gnu.org>
24068
24069 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
24070 set-buffer-modified-p to nil after `vc-exec-after'.
24071 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
24072 (log-view-mode): Make read-only.
24073 (log-view-current-file): Do final `expand-file-name' in the
24074 current `default-directory'.
24075 (log-view-current-tag): Take an optional `where' arg.
24076 (log-view-diff): New user command.
24077
24078 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24079
24080 * progmodes/cpp.el (cpp-choose-face): Fix typo.
24081
24082 2001-11-12 Sam Steingold <sds@gnu.org>
24083
24084 * emacs-lisp/cl-indent.el (toplevel): Indent properly
24085 `generic-flet', `generic-labels', `with-accessors',
24086 `with-condition-restarts'.
24087
24088 2001-11-12 Richard M. Stallman <rms@gnu.org>
24089
24090 * dired.el: Many trivial doc fixes.
24091 (dired-get-file-for-visit): New function.
24092 (dired-find-alternate-file, dired-mouse-find-file-other-window)
24093 (dired-view-file, dired-find-file-other-window, dired-display-file)
24094 (dired-find-file): Use dired-get-file-for-visit.
24095
24096 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
24097
24098 * sql.el (sql-mode): Doc change.
24099
24100 * sql.el (sql-mode-syntax-table): The backslash is no longer an
24101 escape character.
24102
24103 2001-11-12 Colin Walters <walters@debian.org>
24104
24105 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
24106 (calc-do-keypad): Don't attempt to use nonexistent global
24107 mouse-map, use calc-keypad-map.
24108 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
24109 (calc-keypad-left-click): Don't use mouse-map; update to new event
24110 interface.
24111 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
24112 (calc-keypad-press): Use `unread-command-events' instead of
24113 `unread-command-char'.
24114
24115 * calc/calc-ext.el (calc-init-extensions): Update autoload names
24116 to match files renamed on initial calc import.
24117
24118 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24119
24120 * textmodes/flyspell.el (flyspell-default-dictionary):
24121 Fix previous change.
24122
24123 2001-11-12 Richard M. Stallman <rms@gnu.org>
24124
24125 * textmodes/flyspell.el (flyspell-default-dictionary):
24126 Fix custom type.
24127
24128 2001-11-11 Richard M. Stallman <rms@gnu.org>
24129
24130 * calendar/solar.el (solar-sunrise-and-sunset):
24131 Exchange the two extreme values of day-length.
24132
24133 * progmodes/sh-script.el (sh-must-be-shell-mode):
24134 Allow modes derived from sh-mode.
24135
24136 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
24137 Turn off error in some re-search-forward calls.
24138
24139 * replace.el (query-replace-skip-read-only): New variable.
24140 (perform-replace): If that variable is non-nil, ignore matches
24141 that have a read-only property.
24142
24143 * derived.el (define-derived-mode): Doc fix.
24144
24145 * server.el (server-buffer-done): Test of server-existing-buffer
24146 was backwards.
24147 (server-existing-buffer): Doc fix.
24148
24149 * textmodes/flyspell.el (flyspell-default-dictionary):
24150 Allow nil as value, and make nil the default.
24151
24152 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
24153
24154 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
24155 it is not fboundp.
24156 (clipboard-yank): Ditto.
24157
24158 2001-11-11 Colin Walters <walters@verbum.org>
24159
24160 The following changes are based on patches from
24161 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
24162 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
24163
24164 * calc/calc.el (toplevel): Require calc-macs.
24165 (calc-minibuffer-size): New.
24166 (calcDigit-nondigit): Use it instead of `buffer-size'.
24167 (calcDigit-backspace): Likewise.
24168 (calcDigit-nondigit): Use `minibuffer-contents' instead of
24169 `buffer-string'.
24170 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
24171 `point-min'.
24172 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
24173 `save-excursion'.
24174
24175 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
24176 simple `setq' form.
24177
24178 * calc/calc-ext.el: (toplevel): Require calc.
24179 (calc-fancy-prefix-map): New.
24180 (calc-fancy-prefix): Use it.
24181 (calc-fancy-prefix-other-key): New.
24182
24183 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
24184 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
24185 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
24186 (calcAlg-enter): Likewise.
24187 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
24188
24189 2001-11-10 Richard M. Stallman <rms@gnu.org>
24190
24191 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
24192 (quietly-read-abbrev-file): Doc fix.
24193
24194 * startup.el (command-line): Read standard abbrev
24195 file (abbrev-file-name), if it exists.
24196
24197 * files.el (save-abbrevs): Default value is t.
24198
24199 * progmodes/compile.el (compile-goto-error): Fix previous change
24200 in the case where subsequent errors have not been parsed yet
24201 because they are in a different source file.
24202
24203 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
24204
24205 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
24206 Merge two regular expressions into one.
24207 (ps-mode): Make local bindings for `comment-start' and
24208 `comment-start-skip'.
24209 (ps-mode-looking-at-nested): Simplify an if-else construct;
24210 use `set-match-data' to set the result.
24211
24212 2001-11-10 Richard M. Stallman <rms@gnu.org>
24213
24214 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
24215 Function deleted.
24216 (flyspell-correct-word): Old definition deleted.
24217 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
24218 All references renamed too.
24219
24220 2001-11-10 Gerd Moellmann <gerd@gnu.org>
24221
24222 * Makefile.in (finder_setwins, setwins): Exclude Calc.
24223
24224 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
24225
24226 * wid-edit.el (checklist): Removed `:menu-tag'.
24227 (radio-button-choice): Ditto.
24228 (editable-list): Ditto.
24229
24230 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24231
24232 * play/gomoku.el: Move definitions of constants to the beginning
24233 of file, before their use.
24234
24235 2001-11-09 Richard M. Stallman <rms@gnu.org>
24236
24237 * textmodes/flyspell.el: Use the keymap property
24238 instead of local-map, and don't use a minor-mode map.
24239 (flyspell-mode-map): Variable deleted.
24240 Don't mess with minor-mode-map-alist.
24241 (calling add-minor-mode): Specify nil for keymap.
24242 And always use add-minor-mode, now that it exists.
24243 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
24244 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
24245 or flyspell-local-mouse-map.
24246 (make-flyspell-overlay): Use flyspell-mouse-map directly.
24247 (flyspell-mode): Doc fix.
24248 (flyspell-mode-on): Don't call make-local-hook.
24249
24250 2001-11-09 Sam Steingold <sds@gnu.org>
24251
24252 * emacs-lisp/debug.el (debugger-make-xrefs):
24253 Add buttons to all symbols.
24254
24255 2001-11-09 Andre Spiegel <spiegel@gnu.org>
24256
24257 * vc.el: Add John David Smith to credits.
24258
24259 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
24260
24261 * vc-hooks.el (vc-error-occured): Backquotified.
24262 (vc-file-prop-obarray): Use prime length for better efficiency.
24263
24264 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
24265
24266 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
24267
24268 * info.el (Info-file-list-for-emacs): Add entries for Calc.
24269
24270 2001-11-09 Miles Bader <miles@gnu.org>
24271
24272 * subr.el (functionp): Don't consider macros as functions.
24273
24274 2001-11-08 Miles Bader <miles@gnu.org>
24275
24276 * subr.el (functionp): Make work correctly for macros and unbound
24277 symbols.
24278
24279 * comint.el (comint-send-input): Fix description of
24280 `comint-process-echoes' in the doc-string.
24281
24282 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
24283
24284 * international/mule.el (make-translation-table): Doc fix.
24285 Suggested by Alex Schroeder <alex@gnu.org>.
24286
24287 2001-11-07 Richard M. Stallman <rms@gnu.org>
24288
24289 * info.el (Info-fontify-node): Highlight every third menu item.
24290
24291 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
24292
24293 * cus-edit.el (custom-face-value-create): Don't ignore the
24294 `customized-face' attribute when finding the current face spec.
24295
24296 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
24297
24298 * subr.el (with-local-quit): New macro.
24299 (make-syntax-table): Always inherit.
24300 (functionp): Be more careful when `object' is a symbol.
24301
24302 * dabbrev.el (dabbrev-completion): Use "*Completions*".
24303
24304 2001-11-07 Paul Eggert <eggert@twinsun.com>
24305
24306 * dired.el (dired-move-to-filename-regexp):
24307 Do not distinguish between ASCII letters and non-ASCII characters.
24308 Don't allow comma except in the form "month day, year".
24309 Don't allow space between month name and comma.
24310 Clean up the code that checks for trailing period, comma, and space.
24311 Remove now-obsolete comments, and add more commentary about
24312 Japanese dates.
24313 Always gobble up trailing spaces, instead of doing it only sometimes.
24314
24315 2001-11-07 Miles Bader <miles@gnu.org>
24316
24317 * paren.el (show-paren-match-face): Add dark-background variant.
24318
24319 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
24320
24321 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
24322 (lisp-mode-variables): Don't set paragraph-{start,separate}.
24323 Don't disable adaptive-fill-mode.
24324 (lisp-fill-paragraph): Use tab-width rather than 8.
24325 Prevent filling the first line of docstrings.
24326
24327 2001-11-06 Richard M. Stallman <rms@gnu.org>
24328
24329 * play/gomoku.el (gomoku): Doc fix.
24330
24331 * jka-compr.el (jka-compr-partial-uncompress):
24332 Support an alternative of not using dd.
24333 (jka-compr-dd-program): Use defcustom to define this.
24334 (jka-compr-load-suffixes): Use defcustom.
24335 (jka-compr-mode-alist-additions): Use defcustom.
24336
24337 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
24338
24339 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
24340 Also work when LIMIT is further than the end of line.
24341
24342 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
24343
24344 * international/quail.el (quail-update-leim-list-file): Print the
24345 offending file name if some of its quail-define-package forms is broken.
24346
24347 2001-11-05 Richard M. Stallman <rms@gnu.org>
24348
24349 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
24350 of the evaluated form.
24351
24352 2001-11-05 Paul Eggert <eggert@twinsun.com>
24353
24354 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
24355 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
24356 stamps always line up by default. Also, it uses a slightly
24357 different window to determine whether files are "recent".
24358
24359 2001-11-05 Andrew Innes <andrewi@gnu.org>
24360
24361 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24362 Don't attempt to remake autoloads before nuking .elc files.
24363
24364 2001-11-04 Richard M. Stallman <rms@gnu.org>
24365
24366 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
24367 previous-single-property-change or next-single-char-property-change
24368 returns nil.
24369
24370 * international/mule-cmds.el (set-locale-environment):
24371 Make it interactive; make arg optional.
24372
24373 * international/mule-diag.el (help-funs): Require help-funs.
24374
24375 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
24376
24377 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
24378
24379 2001-11-04 Miles Bader <miles@gnu.org>
24380
24381 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
24382 shadow of the splash image grey on a dark background instead of black.
24383
24384 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
24385
24386 * term.el (all faces): Don't (copy-face 'default <foo>).
24387
24388 * term/xterm.el (function-key-map):
24389 Add entry for `ESC [ 3 ~' -> <delete>
24390 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
24391 Use inheritance so that .emacs and terminfo take precedence.
24392
24393 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
24394
24395 * tooltip.el (tooltip-delay): Decrease to 0.7.
24396 (tooltip-hide-delay): Enlarge to 10.
24397
24398 2001-11-03 Richard M. Stallman <rms@gnu.org>
24399
24400 * startup.el (fancy-splash-tail): Explain how to recover
24401 from a crash, if there was a crash.
24402 (command-line-1): Reorganize display of startup screen,
24403 to simplify the logic. Use a temp buffer for it.
24404
24405 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
24406
24407 * frame.el (set-background-color, set-foreground-color):
24408 Call face-set-after-frame-default, to propagate the new colors to
24409 the frame's parameters alist.
24410
24411 * calendar/timeclock.el (timeclock-out): Signal an error if
24412 timeclock-last-event is nil.
24413
24414 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
24415
24416 * textmodes/fill.el (fill-context-prefix): Fix braino.
24417
24418 * international/quail.el (quail-help):
24419 Use `help-buffer' and move `help-setup-xref' to beginning.
24420
24421 * international/mule-cmds.el (describe-language-environment):
24422 Use `help-buffer' and move `help-setup-xref' to beginning.
24423
24424 * international/mule-diag.el (list-character-sets)
24425 (sort-listed-character-sets, describe-character-set)
24426 (describe-coding-system, describe-fontset, list-fontsets):
24427 Use `help-buffer' and move `help-setup-xref' to beginning.
24428 (describe-char-after): Use `internal-describe-syntax-value'.
24429
24430 2001-11-02 Richard M. Stallman <rms@gnu.org>
24431
24432 * mouse.el (popup-menu): If the user refuses to select
24433 from a menu, don't try to invoke the menu.
24434
24435 2001-11-02 Miles Bader <miles@gnu.org>
24436
24437 * help-mode.el (help-xref): New button type.
24438 (help-function, help-variable, help-face, help-coding-system)
24439 (help-input-method, help-character-set, help-type, help-symbol)
24440 (help-back, help-info, help-customize-variable, help-customize-face)
24441 (help-function-def, help-variable-def): Use it as a supertype.
24442 Remove `action' property.
24443
24444 * international/mule-diag.el (describe-character-set)
24445 (describe-coding-system): Pass correct args to `help-xref-button'.
24446 (sort-listed-character-sets): New button type.
24447 (list-character-sets): Use it.
24448 (list-charset-chars): New button type.
24449 (list-character-sets-1): Use it.
24450
24451 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
24452
24453 * indent.el (tab-always-indent, indent-for-tab-command):
24454 Remove redundant `never' setting.
24455
24456 * fill.el (fill-region-as-paragraph): Don't forget to skip
24457 over current whitespace before looking for a preceding space.
24458
24459 2001-11-01 Richard M. Stallman <rms@gnu.org>
24460
24461 * files.el (file-newest-backup): Don't pass backup file name
24462 thru file-name-sans-versions, because it never has version numbers.
24463
24464 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
24465 to avoid ambiguous nested loops.
24466
24467 * files.el (find-file-noselect): Offer to change buffer-read-only
24468 only when the file's read-only status has changed from before
24469 as well as disagreeing with the buffer's current status.
24470 (buffer-file-read-only): New var, local in all buffers.
24471
24472 * buff-menu.el (buffer-menu): Doc fix.
24473 (buffer-menu-other-window): Doc fix.
24474 (list-buffers, list-buffers-noselect): Doc fix.
24475
24476 2001-11-01 Gerd Moellmann <gerd@gnu.org>
24477
24478 * startup.el (command-line): If the terminal Emacs is running on
24479 has erase char set to ^H, use the Backspace key for deleting
24480 backward, and the Delete key for deleting forward.
24481
24482 2001-11-01 Miles Bader <miles@gnu.org>
24483
24484 * button.el (define-button-type): Make sure every user-defined
24485 button type has a supertype.
24486
24487 2001-10-31 Jason Rumney <jasonr@gnu.org>
24488
24489 * international/mule-cmds.el (locale-language-names): Add chs and
24490 cht as aliases for Chinese-GB and Chinese-BIG5.
24491
24492 2001-10-31 Richard M. Stallman <rms@gnu.org>
24493
24494 * bindings.el (mode-line-frame-identification): Add doc string.
24495 (mode-line-position, mode-line-modes): New variables.
24496 (mode-line-format): Use mode-line-position for the part
24497 that displays the position-in-buffer info.
24498 Use mode-line-modes for the part that displays major and minor modes.
24499
24500 2001-10-31 Sam Steingold <sds@gnu.org>
24501
24502 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
24503 (debugger-setup-buffer): Call it.
24504 (debugger-mode-map): Bind RET and mouse-2.
24505
24506 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24507
24508 * startup.el: Document command line option --no-window-system
24509 instead of --no-windows.
24510
24511 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
24512
24513 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
24514
24515 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
24516 (font-lock-defaults-alist): Use it.
24517 From David Ponce <david.ponce@wanadoo.fr>
24518
24519 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
24520 output of `char-after'.
24521
24522 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
24523
24524 * simple.el (reindent-then-newline-and-indent): Insert the newline
24525 before indenting the first line.
24526 (undo-get-state, undo-revert-to-state): New funs.
24527 (shell-command): Don't kill the buffer even if empty.
24528 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
24529 (transpose-subr-end2): Remove.
24530 (transpose-subr): Add `special' arg and simplify.
24531 (transpose-subr-1): Rewrite.
24532 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
24533 (rfc822-goto-eoh): Simplify.
24534
24535 2001-10-30 Richard M. Stallman <rms@gnu.org>
24536
24537 * enriched.el (enriched-face-ans): Fix previous change.
24538
24539 2001-10-30 Gerd Moellmann <gerd@gnu.org>
24540
24541 * international/iso-acc.el (iso-accents-compose): Remove a
24542 superfluous setq.
24543
24544 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
24545
24546 * buff-menu.el (list-buffers-noselect): If the buffer's name
24547 starts with a blank, but it visits a file, do show it (for files
24548 whose names start with a blank).
24549
24550 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
24551
24552 * textmodes/fill.el (sentence-end-double-space)
24553 (sentence-end-without-period): Move to paragraphs.el.
24554 (fill-indent-according-to-mode): Change default to t.
24555 (fill-context-prefix): Simplify control-flow and use a more
24556 sophisticated merge that unifies both previous checks.
24557 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
24558 (fill-nobreak-predicate): Make it into a defcustom'd hook.
24559 (fill-nobreak-p): New fun.
24560 (fill-region-as-paragraph): Use it.
24561 Handle `fill-indent-according-to-mode' slightly differently.
24562 (fill-individual-paragraphs-prefix): Simplify the control-flow.
24563 (fill-individual-paragraphs-citation): Fix.
24564
24565 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
24566 (paragraph-start): Change default to the `text-mode' value.
24567 (sentence-end-double-space, sentence-end-without-period):
24568 Move from fill.el.
24569 (forward-paragraph): Use `parstart' and `parsep' for temp variables
24570 rather than rebinding `paragraph-start' and `paragraph-separate'.
24571
24572 * indent.el (indent-line-function): Change default to indent-relative.
24573 (tab-always-indent): Add an `never' setting.
24574 (indent-according-to-mode): Handle `indent-relative' and
24575 `indent-relative-maybe' specially.
24576 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
24577 Handle the `never' case for `tab-always-indent'.
24578 Don't call indent-according-to-mode for indent-relative' and
24579 `indent-relative-maybe'.
24580 (insert-tab): Rename `prefix-arg' to `arg'.
24581 (indent-region): Indent the first line as well.
24582 (indent-relative): Don't mark the buffer modified if the indentation
24583 is unchanged.
24584
24585 * textmodes/text-mode.el (paragraph-indent-minor-mode):
24586 Don't set paragraph-separate. Set paragraph-start more carefully.
24587 Set indent-line-function.
24588 (paragraph-indent-text-mode): Use it and define-derived-mode.
24589 (text-mode-map): Remove the \t binding.
24590 (text-mode): Simplify now that the default is more favorable.
24591
24592 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
24593
24594 * emacs-lisp/find-func.el (find-function-search-for-symbol):
24595 If the regexp doesn't match, use a looser one.
24596 (find-variable-noselect): Add `file' argument.
24597
24598 * pcvs.el (cvs-mode-commit-hook): New hook.
24599 (cvs-mode-commit): Run it.
24600
24601 * log-edit.el (log-edit): Run hook after `log-edit-files'.
24602
24603 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
24604 (edebug-instrument-function): Use `find-function-noselect'.
24605
24606 2001-10-29 Richard M. Stallman <rms@gnu.org>
24607
24608 * term.el (term-if-emacs19): Macro deleted.
24609 Callers changed to use progn instead.
24610
24611 * frame.el (blink-cursor-mode): Doc fix.
24612
24613 * files.el (find-backup-file-name): Use make-backup-file-name.
24614
24615 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
24616 window-live-p.
24617 (edebug-set-conditional-breakpoint): Unconditionally use
24618 the former Emacs >=19 definition.
24619 (edebug-mark): Define unconditionally.
24620 (edebug-eval-expression): Always call read-from-minibuffer
24621 and specify history list.
24622 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
24623 edebug-set-conditional-breakpoint.
24624 (edebug-emacs-version-specific): Function deleted;
24625 do the job at top level.
24626 (edebug-emacs-19-specific): Function deleted, this is the default.
24627
24628 2001-10-29 Sam Steingold <sds@gnu.org>
24629
24630 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
24631 "/cygdrive/LETTER/" pathnames.
24632
24633 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
24634
24635 * faces.el (invert-face): Check for 'unspecified, not for nil,
24636 when testing whether face colors are not specified.
24637 From David.Kastrup@t-online.de (David Kastrup).
24638 (read-face-name): Doc fix.
24639 (make-face-bold, make-face-unbold, make-face-italic)
24640 (make-face-unitalic, make-face-bold-italic, invert-face):
24641 Remove trailing blank from the prompt passed to read-face-name.
24642
24643 2001-10-29 Sam Steingold <sds@gnu.org>
24644
24645 * emacs-lisp/bytecomp.el (byte-recompile-directory):
24646 Report numbers of files skipped and failed too.
24647 (byte-compile-file): Return 'no-byte-compile for skipped files.
24648
24649 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
24650
24651 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
24652 and `M p'.
24653
24654 2001-10-29 Gerd Moellmann <gerd@gnu.org>
24655
24656 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
24657 as is on unread-command-events instead of `(SECOND-CHAR)'.
24658
24659 2001-10-29 Andre Spiegel <spiegel@gnu.org>
24660
24661 * vc.el: Mention vc-*-switches in backend API documentation.
24662 (vc-annotate): Adapt doc string to recent change.
24663
24664 2001-10-29 Gerd Moellmann <gerd@gnu.org>
24665
24666 * enriched.el (enriched-face-ans): Handle face attributes
24667 of the form `(FACE1 FACE2 ...)'.
24668
24669 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
24670
24671 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
24672
24673 * progmodes/sql.el (sql-mysql): Doc change by RMS.
24674
24675 * progmodes/sql.el (sql-db2): Doc change.
24676 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
24677 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
24678
24679 2001-10-29 Gerd Moellmann <gerd@gnu.org>
24680
24681 * env.el (substitute-env-vars): Don't quote argument to `rx';
24682 it's a macro.
24683
24684 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
24685
24686 * cus-start.el (recursive-load-depth-limit): Added.
24687
24688 2001-10-28 Richard M. Stallman <rms@gnu.org>
24689
24690 * textmodes/ispell.el (version18p, version20p): Vars deleted.
24691 All uses removed--assume Emacs version is >= 20.
24692
24693 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
24694 by really checking that it is not version 18.
24695
24696 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
24697
24698 2001-10-28 Miles Bader <miles@gnu.org>
24699
24700 * faces.el (face-attribute): Add INHERIT argument, consider face
24701 inheritance if it's non-nil.
24702 (face-attribute-merged-with): New function.
24703 (face-attribute-specified-or): New macro.
24704 (face-foreground, face-background, face-stipple): Add INHERIT
24705 argument. Use `face-attribute-specified-or'.
24706
24707 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
24708
24709 * font-lock.el: Require `syntax'.
24710 (font-lock-defaults-alist): Don't define keywords for lisp languages.
24711 Use `c-font-lock-syntactic-face-function' for c languages.
24712 (font-lock-mode): Don't unset vars when turning the mode off.
24713 (font-lock-default-fontify-buffer): Don't unset vars at the end.
24714 (font-lock-extra-managed-props): New var.
24715 (font-lock-default-unfontify-region): Use it.
24716 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
24717 Don't eval the value when there's no match.
24718 (font-lock-ppss-stats): New var.
24719 (font-lock-ppss): New fun.
24720 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
24721 (font-lock-apply-highlight): Allow `highlight' to set several props.
24722 (font-lock-set-defaults): Use dolist.
24723 (font-lock-unset-defaults): Remove.
24724 (font-lock-match-c-style-declaration-item-and-skip-to-next):
24725 Try to recognize prototypes using `foo P_ ((args))'.
24726 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
24727 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
24728 (c-font-lock-syntactic-face-function): New function.
24729 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24730 (c++-keywords): Use a more sophisticated regexp to handle
24731 shallowly nested templates.
24732
24733 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
24734
24735 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
24736 (sgml-tag): Use it. Cleanup with `cond'.
24737 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
24738 Mark the overlays and only delete those that are marked.
24739 (sgml-skip-close-p): Remove.
24740 (sgml-value): Replace sgml-skip-close-p with its definition.
24741 (html-tag-alist): Use sgml-xml a bit more.
24742 (html-mode): Set sgml-empty-tags.
24743
24744 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
24745 (texinfo-update-node, texinfo-sequential-node-update):
24746 Don't bind the obsolete `auto-fill-hook'.
24747 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
24748 Use `set-buffer' rather than `switch-to-buffer'.
24749 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
24750 Use `set-buffer' rather than `switch-to-buffer'.
24751
24752 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
24753 text-mode-syntax-table.
24754 (mail-mode): Use define-derived-mode.
24755 Fix ordering of alternatives in adaptive-fill-regexp.
24756 (mail-mode-map): Don't rely on keymap's internal representation.
24757
24758 2001-10-27 Sam Steingold <sds@gnu.org>
24759
24760 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
24761 (sgml-xml-guess): Extracted from `html-mode' and generalized.
24762 (sgml-mode-common): Call it.
24763 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
24764 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
24765 (html-horizontal-rule, html-image, html-ordered-list):
24766 (html-unordered-list, html-list-item, html-paragraph):
24767 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
24768 `html-xhtml'.
24769
24770 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
24771
24772 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
24773 (ifnothtml): New alias.
24774
24775 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
24776
24777 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
24778 (toggle-text-mode-auto-fill): Use derived-mode-p.
24779
24780 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
24781
24782 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
24783 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
24784
24785 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
24786
24787 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
24788 Add make-obsolete cookies, to follow faces.el.
24789
24790 These changes avoid warnings from the byte compiler in faces.el:
24791
24792 * faces.el (internal-get-face): Use facep instead of the obsolete
24793 internal-find-face.
24794 (internal-frob-font-weight, internal-frob-font-slant):
24795 New defaliases for obsolete functions.
24796 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
24797 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
24798 (x-make-font-bold-italic): Use internal-frob-font-weight and
24799 internal-frob-font-slant aliases instead of the obsolete
24800 x-frob-... functions.
24801
24802 2001-10-26 Sam Steingold <sds@gnu.org>
24803
24804 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
24805 DOCTYPE; set `mode-name' based on it.
24806 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
24807 (sgml-tag): Close empty tags in XHTML.
24808
24809 2001-10-26 Jason Rumney <jasonr@gnu.org>
24810
24811 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
24812 when UNICODE is not defined.
24813
24814 2001-10-26 Sam Steingold <sds@gnu.org>
24815
24816 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
24817 be alone on the line.
24818
24819 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
24820
24821 * button.el (button): Special face definition for MS-DOS terminals.
24822
24823 2001-10-26 Sam Steingold <sds@gnu.org>
24824
24825 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
24826 Protect the /= test by checking that the args are non-nil.
24827 (sh-font-lock-close-heredoc): Check eof for being non-nil.
24828
24829 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
24830
24831 * textmodes/artist.el (artist-version): 1.2.4.
24832 (artist-butlast-fn): New variable.
24833 (artist-butlast): New function.
24834 (artist-ellipse-mirror-quadrant): Use it.
24835 (artist-mouse-draw-poly): Use nil for `point-list'.
24836 (artist-mouse-draw-poly): Check for point-list being nil.
24837
24838 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
24839
24840 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
24841 lambda expression.
24842 (ps-mode-menu-main): Submenu with options on/off was replaced with
24843 a toggle button.
24844 (ps-mode, ps-run-mode): Define with `define-derived-mode'
24845 (ps-mode): Autoload cookie added on same line as comment
24846 (ps-mode-tabkey, ps-mode-backward-delete-char):
24847 (ps-mode-r-balance): Replace `delete-horizontal-space' and
24848 `indent-to' with `indent-line-to'
24849 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
24850 instead of `eval'.
24851 (ps-mode-print-region): Use `with-temp-buffer'.
24852 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
24853 (numerous places): Add back-tick and tick around names in
24854 docstrings, fix punctuation in docstrings, remove trailing spaces.
24855
24856 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
24857
24858 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
24859 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
24860 (sgml-font-lock-syntactic-keywords): New var.
24861 (sgml-mode-common): Drop the two args.
24862 Don't make buffer-local variables that aren't used.
24863 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
24864 Don't set `before-string' props from sgml-display-text.
24865 (sgml-mode): Use define-derived-mode.
24866 (sgml-tags-invisible): Use sgml-display-text.
24867 (sgml-quote): New command.
24868 (html-tag-alist): Add args for `span'.
24869 (html-mode): Use define-derived-mode.
24870 Set sgml-display-text and sgml-tag-face-alist.
24871
24872 2001-10-25 Sam Steingold <sds@gnu.org>
24873
24874 * add-log.el (add-log-always-start-new-record): New user option.
24875 (add-change-log-entry): Use it.
24876
24877 2001-10-25 Richard M. Stallman <rms@gnu.org>
24878
24879 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
24880 bind case-fold-search if FROM is not all lower case.
24881
24882 2001-10-25 Gerd Moellmann <gerd@gnu.org>
24883
24884 * startup.el (normal-top-level): Check for frame-initial-frame
24885 only if it's really used.
24886
24887 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
24888
24889 * progmodes/compile.el (compilation-parse-errors-filename-function):
24890 New variable.
24891 (compilation-parse-errors): Use it.
24892
24893 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
24894
24895 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
24896 interactively so that C-u M-C-x still does edebug.
24897 (checkdoc-sentencespace-region-engine): Don't force a double-space
24898 after `.' if it doesn't look like an end-of-sentence.
24899 (debug-ignored-errors): Add `disambiguate ...'.
24900
24901 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
24902
24903 * textmodes/texinfo.el (texinfo-environments)
24904 (texinfo-environment-regexp): Hoist.
24905 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
24906 Only highlight the menu name in menu items.
24907 Setup `@foo ... @end foo' as text clones.
24908 (texinfo-clone-environment): New function.
24909 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
24910 (texinfo-insert-block): Simplify.
24911 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
24912 the command is repeated.
24913 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
24914 (texinfo-insert-@end): Simplify.
24915
24916 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
24917 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
24918 (texinfo-subsubsection-level-regexp)
24919 (texinfo-update-menu-same-level-regexps)
24920 (texinfo-update-menu-higher-regexps)
24921 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
24922
24923 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
24924 (derived-mode-p): Autoload.
24925
24926 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
24927 New vars and functions.
24928 (text-clone-maintain, text-clone-create): New functions.
24929
24930 2001-10-25 Miles Bader <miles@gnu.org>
24931
24932 * facemenu.el (facemenu-add-new-face): Fix variable names.
24933
24934 2001-10-24 Richard M. Stallman <rms@gnu.org>
24935
24936 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
24937 of t and nil values.
24938 (facemenu-set-face): Handle START and END interactively.
24939 (facemenu-set-foreground): Don't use a face; specify color directly.
24940 (facemenu-set-background): Likewise.
24941 (facemenu-set-face-from-menu): Doc fix.
24942 (facemenu-active-faces): Use face-attribute-vector
24943 to handle bare attributes not in faces.
24944 (facemenu-get-face): Don't handle face names fg:... and bg:...
24945 specially.
24946 (facemenu-add-new-face): New argument MENU.
24947 New way to handle adding colors to the color menus.
24948
24949 * env.el (substitute-env-vars): Quote the arg to rx.
24950
24951 2001-10-24 Sam Steingold <sds@gnu.org>
24952
24953 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
24954 Control" and "SGML" groups.
24955
24956 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
24957
24958 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
24959 Better handling of C++ template args to avoid confusion with `<'
24960 and `>' used as operators in member init expressions.
24961
24962 2001-10-24 Gerd Moellmann <gerd@gnu.org>
24963
24964 * replace.el (perform-replace): Move START and END parameters
24965 to the end of the argument list and make them optional.
24966
24967 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
24968 perform-replace.
24969
24970 * international/fontset.el (x-must-resolve-font-name): New function.
24971 (x-complement-fontset-spec): Use it.
24972
24973 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
24974
24975 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
24976
24977 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
24978 Turn caadr into caar of cdr.
24979
24980 2001-10-23 Gerd Moellmann <gerd@gnu.org>
24981
24982 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
24983 of mouse-{1,2} since dragging is on the down event.
24984
24985 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
24986
24987 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
24988 if ARG is nil.
24989
24990 * desktop.el (desktop-last-buffer): New variable.
24991 (desktop-create-buffer): Set it.
24992 (desktop-read): Bind it and switch to that buffer.
24993
24994 2001-10-22 Gerd Moellmann <gerd@gnu.org>
24995
24996 * progmodes/compile.el (compilation-set-window-height):
24997 Select old window only if it's still live.
24998
24999 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25000
25001 * help-mode.el (help-buffer): Remove debugging code.
25002 From Stefan Monnier <monnier@cs.yale.edu>.
25003
25004 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
25005
25006 * files.el (file-name-sans-extension, file-name-extension):
25007 Don't count the leading dots in file names as signaling an extension.
25008
25009 2001-10-22 Andre Spiegel <spiegel@gnu.org>
25010
25011 * vc.el (vc-diff-switches): Doc rewritten.
25012
25013 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
25014
25015 * tooltip.el (tooltip-set-param): Doc fix.
25016
25017 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
25018 127 to sgml-maybe-name-self.
25019 (sgml-name-8bit-mode): Doc fix.
25020 (sgml-char-names-table): New variable.
25021 (sgml-name-char): Support non-ASCII and mule-unicode-*
25022 characters. Doc fix.
25023 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
25024
25025 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
25026 doc string the effect of `left' and `top' parameters in
25027 tooltip-frame-parameters, the default values, and the units.
25028 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
25029 (tooltip-show): Mention in the doc string the `top' and `left'
25030 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
25031
25032 2001-10-22 Andre Spiegel <spiegel@gnu.org>
25033
25034 Add autoscaling support for vc-annotate.
25035 From J.D. Smith <jdsmith@alum.mit.edu>.
25036
25037 * vc.el (vc-annotate-display-default): Accept colormap scaling
25038 ratio (now deprecated).
25039 (vc-annotate-display-autoscale): Added.
25040 (vc-annotate-add-menu): New autoscaling menu options "Span to
25041 Oldest" and "Span Oldest->Newest". Easymenu support added for
25042 toggle menus driven by customize variable `vc-annotate-display-mode'.
25043 (vc-annotate-display-select): Added.
25044 (vc-annotate): Changed temp-buffer-show-function to
25045 `vc-annotate-display-select'.
25046 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
25047 Added argument OFFSET. Instead of backend function, calls now
25048 generic `vc-annotate-difference'.
25049 (vc-annotate-difference): Added as generic function instead of
25050 backend-specific function. No longer takes argument POINT, but
25051 instead accepts a time OFFSET.
25052 (vc-default-annotate-current-time): Added.
25053
25054 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
25055 version in vc.el, with
25056 (vc-cvs-annotate-current-time): Added, as override of default.
25057 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
25058 `vc-cvs-annotate-difference'.
25059
25060 2001-10-22 Gerd Moellmann <gerd@gnu.org>
25061
25062 * saveplace.el (save-place): Require `saveplace'.
25063
25064 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
25065 Use `sexp' for :value-type instead of `face'.
25066
25067 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
25068
25069 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
25070 regexps due to 5-digit message IDs.
25071
25072 2001-10-21 Jason Rumney <jasonr@gnu.org>
25073
25074 * term/w32-win.el (redisplay-dont-pause): Don't set.
25075
25076 2001-10-21 Miles Bader <miles@gnu.org>
25077
25078 * help-funs.el (help-manyarg-func-alist): Variable removed.
25079
25080 2001-10-21 Miles Bader <miles@gnu.org>
25081
25082 * help-funs.el (help-manyarg-func-alist): Remove entries for
25083 `insert', `insert-and-inherit', `insert-before-markers',
25084 `insert-before-markers-and-inherit', `message', `message-box',
25085 `message-or-box', `propertize', `format', `encode-time', `append',
25086 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
25087 `insert-string', `ml-if', `ml-provide-prefix-argument', and
25088 `ml-prefix-argument-loop'.
25089
25090 2001-10-21 Andre Spiegel <spiegel@gnu.org>
25091
25092 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
25093 (vc-default-diff-tree): New functions.
25094 (vc-version-diff): Use them. As a result, coding systems are now
25095 set up properly for all sorts of diffs, and tree diffs can now
25096 also be done locally.
25097 (vc-diff): With a prefix argument, don't require that it's called
25098 from a buffer under version control.
25099 (diff-switches): Remove duplicate definition.
25100
25101 * vc-cvs.el (vc-cvs-diff-tree): New function.
25102
25103 2001-10-21 Miles Bader <miles@gnu.org>
25104
25105 * help-funs.el (help-manyarg-func-alist): Remove entries for
25106 `list', `vector', `make-byte-code', `call-process',
25107 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
25108 `logand', `logior', and `logxor'.
25109
25110 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
25111 image bits to compensate. Use `make-string' instead of
25112 `make-bool-vector' (XBM apparently wants byte-aligned rows).
25113
25114 2001-10-20 Kim F. Storm <storm@cua.dk>
25115
25116 * simple.el (kill-ring-save): Don't show extent of copied region
25117 if using transient-mark-mode and region is fully visible.
25118
25119 See ChangeLog.9 for earlier changes.
25120
25121 ;; Local Variables:
25122 ;; coding: iso-2022-7bit
25123 ;; End:
25124
25125 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
25126 Copying and distribution of this file, with or without modification,
25127 are permitted provided the copyright notice and this notice are preserved.
25128
25129 ;;; arch-tag: 5fcf8004-6f58-452a-b9d6-6950323a19c1