(comment-enter-backward): Fix last fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * newcomment.el (comment-enter-backward): Fix last fix.
4
5 * simple.el (blink-matching-open):
6 * paren.el (show-paren-function): Allow new paren-class info.
7
8 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9
10 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11 handled automagically.
12
13 2005-11-20 Juri Linkov <juri@jurta.org>
14
15 * simple.el (what-cursor-position):
16 * descr-text.el (describe-char): Use Lisp-readable syntax
17 for octal and hex. Reorder decimal, octal and hex values.
18 Remove excess whitespace in the output. Use `=' in `column='
19 like in `point=' and `Hscroll='.
20
21 * international/mule-cmds.el (encoded-string-description):
22 Use Lisp-readable syntax for hex.
23
24 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * newcomment.el (comment-enter-backward): Handle the case where the
27 comment is closed by EOB.
28
29 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
30
31 * longlines.el (longlines-before-revert-hook)
32 (longlines-after-revert-hook): New functions.
33 (longlines-mode): Turn off longlines temporarily when reverting.
34 Add a message-setup-hook.
35 (longlines-decode-buffer): New function.
36 (longlines-wrap-line): Preserve marker positions.
37
38 2005-11-19 Andreas Schwab <schwab@suse.de>
39
40 * emacs-lisp/shadow.el: Handle compressed files.
41
42 2005-11-19 Romain Francoise <romain@orebokech.com>
43
44 * net/browse-url.el (browse-url-default-browser): Signal an error
45 if no usable browser can be found, rather than try to load w3.
46
47 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
48
49 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
50 replacing existing properties.
51 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
52 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
53 tty specs.
54 (rcirc-server-prefix, rcirc-server): New faces.
55 (rcirc-url-regexp): Generate with rx macro.
56 (rcirc-last-server-message-time): New variable.
57 (rcirc-filter): Record time of last message.
58 (rcirc-keepalive): Kill processes that did not send a message
59 since the last ping.
60 (rcirc-mode): Give rcirc-topic a local binding here.
61
62 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
63
64 * subr.el (read-passwd): Fontify the prompt as we do with other
65 prompts.
66
67 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
68
69 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
70 binding buffer-read-only to nil.
71
72 2005-11-19 Eli Zaretskii <eliz@gnu.org>
73
74 * complete.el (partial-completion-mode):
75 Mention completion-auto-help in the doc string.
76
77 * man.el (Man-highlight-references): Doc fix. Reformat code in a
78 more Lisp-ish way.
79
80 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
81
82 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
83 digits, not 8, to avoid misalignment for files larger than 100MB.
84
85 2005-11-19 Eli Zaretskii <eliz@gnu.org>
86
87 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
88 Mention "keyboard shortcuts" in the help text.
89
90 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
91
92 * startup.el (fancy-splash-default-action): Discard only
93 mouse-down and succeeding mouse-up events in the splash screen
94 window so that drag-n-drop event can be processed.
95
96 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
97
98 * longlines.el (longlines-mode): Add hacks for mail-mode and
99 message-mode.
100
101 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
102
103 * textmodes/org.el: (org-table-sort-lines): New command.
104 (org-tbl-menu): Add entry for `org-table-sort-lines'.
105 (org-add-file): Command removed, use `org-agenda-file-to-front'
106 instead.
107 (org-export-icalendar): Use `org-icalendar-combined-name'.
108 (org-cycle-agenda-files, org-agenda-file-to-end)
109 (org-agenda-file-to-front): New commands.
110 (org-table-tab-jumps-over-hlines,org-export-html-style): New
111 options.
112 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
113 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
114 New functions.
115 (org-fill-paragraph): Call `org-table-align' in tables.
116 (org-mode): Call `org-set-autofill-regexps'.
117 (org-export-as-html): Support for local handformatted lists.
118 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
119 (org-export-local-list-max-depth): New option.
120 (org-html-expand): Use `org-html-protect'.
121
122 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
123
124 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
125 to "p".
126 (gdb): Move definition of gud-pp to...
127
128 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
129 speedbar.
130 (gdb-find-watch-expression): New function.
131
132 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
133
134 * faces.el (face-attribute, set-face-attribute): Mention existence
135 of `:ignore-defface' setting in docstring.
136
137 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * simple.el (completion-setup-function): Fix last change.
140
141 2005-11-17 John Paul Wallington <jpw@pobox.com>
142
143 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
144 Use `posn-set-point' instead of `mouse-set-point' because the
145 latter is not fbound when configured without X.
146
147 * comint.el (comint-insert-input): Likewise.
148
149 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
150
151 * simple.el (hard-newline): New variable.
152 (sendmail-user-agent-compose, next-line): Use it.
153
154 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
155 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
156 (mail-mail-reply-to, mail-mail-followup-to)
157 (mail-position-on-field, mail-signature, mail-yank-original)
158 (mail-attach-file): Likewise.
159
160 * mail/mailheader.el (mail-header-format)
161 (mail-header-format-function): Likewise.
162
163 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
164
165 2005-11-17 Juri Linkov <juri@jurta.org>
166
167 * font-lock.el (font-lock-faces): Rename this defgroup from
168 `font-lock-highlighting-faces'.
169 (font-lock-comment-face, font-lock-comment-delimiter-face)
170 (font-lock-string-face, font-lock-doc-face)
171 (font-lock-keyword-face, font-lock-builtin-face)
172 (font-lock-function-name-face, font-lock-variable-name-face)
173 (font-lock-type-face, font-lock-constant-face)
174 (font-lock-warning-face, font-lock-negation-char-face)
175 (font-lock-preprocessor-face)
176 (font-lock-regexp-grouping-backslash)
177 (font-lock-regexp-grouping-construct): Rename :group from
178 `font-lock-highlighting-faces' to `font-lock-faces'.
179
180 * cus-edit.el (lisp, c, tex):
181 * progmodes/ada-mode.el (ada):
182 * progmodes/asm-mode.el (asm):
183 * progmodes/cperl-mode.el (cperl-faces):
184 * progmodes/cpp.el (cpp):
185 * progmodes/dcl-mode.el (dcl):
186 * progmodes/f90.el (f90):
187 * progmodes/fortran.el (fortran):
188 * progmodes/icon.el (icon):
189 * progmodes/idlwave.el (idlwave-misc):
190 * progmodes/m4-mode.el (m4):
191 * progmodes/make-mode.el (makefile):
192 * progmodes/meta-mode.el (meta-font):
193 * progmodes/modula2.el (modula2):
194 * progmodes/octave-mod.el (octave):
195 * progmodes/pascal.el (pascal):
196 * progmodes/perl-mode.el (perl):
197 * progmodes/prolog.el (prolog):
198 * progmodes/ps-mode.el (PostScript-edit):
199 * progmodes/scheme.el (scheme):
200 * progmodes/sh-script.el (sh-script):
201 * progmodes/simula.el (simula):
202 * progmodes/tcl.el (tcl):
203 * textmodes/nroff-mode.el (nroff):
204 * textmodes/reftex-vars.el (reftex-fontification-configurations):
205 * textmodes/sgml-mode.el (sgml):
206 * textmodes/texinfo.el (texinfo):
207 Add :link (custom-group-link font-lock-faces) to defgroup.
208
209 * hi-lock.el (hi-lock): Rename this defgroup from
210 `hi-lock-interactive-text-highlighting'. Change parent group from
211 `faces' to `font-lock'. Add link to the manual.
212 (hi-lock-mode, hi-lock-file-patterns-range)
213 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
214 `hi-lock-interactive-text-highlighting' to `hi-lock'.
215 (hi-lock-faces): Add :group `faces'.
216
217 * cus-edit.el (custom-variable-prompt): Clarify the code.
218
219 * faces.el (face-read-string): Set the default value arg of
220 completing-read.
221
222 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
223
224 * rfn-eshadow.el (file-name-shadow-properties)
225 (file-name-shadow-tty-properties, file-name-shadow-mode):
226 Remove autoloads, because the file is now preloaded.
227
228 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * printing.el (easy-menu-intern): Don't define.
231 (pr-get-symbol): Use easy-menu-intern only if defined.
232
233 * simple.el (blink-matching-open): Simplify a bit.
234 (completion-setup-function): Fix the case of partial-completion-mode
235 when the minibuffer's contents start with "-".
236 Obey completion-base-size-function even when
237 minibuffer-completing-file-name is non-nil.
238
239 2005-11-16 Richard M. Stallman <rms@gnu.org>
240
241 * net/eudcb-ph.el (eudc-ph-open-session):
242 Use set-process-query-on-exit-flag.
243
244 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
245
246 * international/ucs-tables.el (ucs-set-table-for-input):
247 Use make-local-variable, not make-variable-buffer-local.
248
249 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
250 Improve warning message text.
251
252 * savehist.el (savehist-save-hook): Add :group.
253
254 * menu-bar.el (menu-bar-help-menu):
255 Rename Find Extra Packages to External Packages.
256
257 * cus-edit.el (Custom-reset-standard): Verify that
258 :custom-standard-value prop exists before calling it.
259
260 * apropos.el (apropos-calc-scores): Use apropos-pattern.
261
262 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
263
264 * wid-edit.el (color): Enclose %t in %{...%}.
265
266 * cus-edit.el (face): Enclose %t in %{...%}.
267
268 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
269
270 * savehist.el (savehist-mode-hook): Re-add the var.
271 (savehist-mode): Use it.
272
273 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * textmodes/flyspell.el: Fix commenting convention.
276 Remove unnecessary leading * in custom docstrings.
277 (flyspell-emacs): Remove unused var.
278 (flyspell-delete-region-overlays): Use remove-overlays.
279 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
280 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
281 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
282 (flyspell-debug-signal-word-checked): Use with-current-buffer.
283 (make-flyspell-overlay): Don't locally reuse a global name.
284 (flyspell-highlight-incorrect-region)
285 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
286 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
287 (flyspell-notify-misspell): Remove unused args `start' and `end'.
288 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
289 Wrap calls to accept-process-output inside with-local-quit since it's
290 often called from a post-command-hook.
291 (flyspell-correct-word, flyspell-auto-correct-word):
292 Use ispell-send-string.
293 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
294
295 * calendar/diary-lib.el (diary-list-entries): Also hide the
296 terminating newline.
297
298 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
299
300 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
301 window-system, to allow fonts on tty.
302
303 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
304
305 * progmodes/gud.el (gud-speedbar-item-info): New function.
306 (gud-install-speedbar-variables): Use it to display data type
307 of watch expression as a tooltip in speedbar.
308
309 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
310
311 * font-core.el (global-font-lock-mode): Add :version keyword,
312 because default was changed.
313
314 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
315
316 * startup.el (command-line): Use `custom-reevaluate-setting' for
317 `file-name-shadow-mode'.
318
319 * loadup.el: Preload rfn-eshadow.
320
321 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
322 Add :version keyword.
323 (file-name-shadow-properties, file-name-shadow-tty-properties)
324 (file-name-shadow): Add :version keyword.
325
326 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
327 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
328 in the custom-group property of the symbol frames and the fringe
329 group got no link to its parent group frames.
330 Doc fix.
331
332 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
333
334 * progmodes/gud.el (gud-stop-subjob): New function.
335 (gud-menu-map, gud-tool-bar-map): Use it.
336
337 2005-11-16 Kim F. Storm <storm@cua.dk>
338
339 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
340 than kill it.
341 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
342 to a more useful/logical place.
343
344 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
345
346 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
347 go buttons complementary.
348
349 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
352 (rfn-eshadow-sifn-equal): New function.
353 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
354
355 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
356
357 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
358 string.
359
360 * viper.el (viper-emacs-state-mode-list): Ensure that
361 rcirc-mode buffers come up in Emacs state.
362
363 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
364 operation.
365
366 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
367
368 * term.el (term-termcap-format): Fix typos.
369 (term-down): Fix the negative argument case.
370
371 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
372
373 * progmodes/gdb-ui.el: Remove face-alias left over from change on
374 2005-08-15.
375 (gdb-ann3): New command gud-go.
376 (menu): Accomodate gdb-mi.el.
377 (gdb-assembler-custom): Make buffer of selected window current
378 so that set-window-point works.
379
380 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
381 buttons and include new ones.
382
383 2005-11-16 Kim F. Storm <storm@cua.dk>
384
385 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
386 (gud-menu-map): Use it.
387
388 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
389
390 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
391 that works correctly for Custom and that does not override a user
392 who disables it.
393
394 * help-mode.el (help-make-xrefs, help-xref-on-pp)
395 (help-xref-interned, help-follow): Make hyperlinks for variables
396 that are unbound, but have a non-nil variable-documentation property.
397
398 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
399 mode hook. (It conflicted with defcustoms for some mode hooks.)
400 Use the `variable-documentation' property to give the mode hook a
401 docstring and expand that docstring.
402
403 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
404
405 * savehist.el (savehist-mode): Don't bother with
406 `custom-set-minor-mode'.
407 (savehist-coding-system): Check XEmacs version.
408 (history-length): Declare also at run time.
409 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
410 Don't set the customize state.
411 (savehist-minibuffer-hook): Special case for when
412 minibuffer-history-variable is equal to t.
413
414 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * files.el (write-file): Refresh VC status.
417
418 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
419 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
420 than fundamental-mode to see if the mode was set.
421
422 2005-11-14 Romain Francoise <romain@orebokech.com>
423
424 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
425 dummy function in `eval-when-compile' to avoid compiler warning.
426 Require `man' at compile time.
427
428 2005-11-14 Jay Belanger <belanger@truman.edu>
429
430 * calc-alg.el (calcFunc-write-out-power): Rename it to
431 calcFunc-powerexpand.
432 (math-write-out-power): Rename it to math-powerexpand; have it
433 handle negative exponents.
434 (calc-writeoutpower): Rename it to calc-powerexpand.
435
436 * calc-ext.el: Change calcFunc-writeoutpower and
437 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
438 autoloads.
439 Add calcFunc-ldiv to autoloads.
440
441 * calc-arith.el (calcFunc-ldiv): New function.
442
443 * calc.el (calc-left-divide): New function.
444
445 2005-11-14 Juri Linkov <juri@jurta.org>
446
447 * cus-edit.el (custom-variable-prompt): Set the default value arg
448 of completing-read.
449
450 * cus-dep.el (custom-make-dependencies): Reverse the list of
451 found dependencies.
452
453 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
454
455 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
456 Highlighting" entry, it is on by default now.
457 (menu-bar-options-save): Do not save global-font-lock-mode.
458
459 2005-11-13 Richard M. Stallman <rms@gnu.org>
460
461 * textmodes/flyspell.el (flyspell-large-region):
462 Call flyspell-accept-buffer-local-defs.
463
464 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
465
466 * textmodes/flyspell.el (flyspell-notify-misspell):
467 Fix misspelling of "Misspelling".
468 (flyspell-process-localwords): New function.
469 (flyspell-large-region): Call flyspell-process-localwords and
470 flyspell-delete-region-overlays.
471 (flyspell-delete-region-overlays): New function.
472 (flyspell-delete-all-overlays): Call that.
473
474 2005-11-13 Richard M. Stallman <rms@gnu.org>
475
476 * help.el (help-for-help-internal): Improve doc of C-h a.
477 (describe-key): Improve prompt; doc fix.
478
479 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * vc-svn.el (vc-svn-registered): Catch all errors.
482
483 * cus-dep.el (custom-make-dependencies): Typo.
484
485 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
486
487 * net/tramp-util.el (top): Fix compilation warning.
488
489 2005-11-13 Kim F. Storm <storm@cua.dk>
490
491 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
492
493 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
494
495 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
496 (gud-speedbar-buttons): Match on "const char *" too.
497
498 * progmodes/gdb-ui.el (gdb-var-create-handler)
499 (gdb-var-list-children-handler): Match on "const char *" too.
500 (gdb-var-evaluate-expression-handler): Match on empty string.
501 (gdb-var-update-handler): Only call
502 gdb-var-evaluate-expression-handler when required.
503
504 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
505
506 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
507 selected window. This still doesn't work for speedbar.
508 (gud-speedbar-buttons): Handle string expressions properly.
509
510 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
511 (gdb-var-create-handler): Handle string expressions properly.
512 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
513 Handle string expressions properly. Move "type" field into regexp.
514
515 2005-11-12 Karl Fogel <kfogel@red-bean.com>
516
517 * bookmark.el (bookmark-maybe-message): New function to reduce
518 code duplication: invokes `message' iff baud-rate is high enough.
519 (bookmark-write-file): Use above instead of an inline conditional.
520 (bookmark-load): Same.
521
522 2005-11-12 Karl Fogel <kfogel@red-bean.com>
523
524 * bookmark.el (bookmark-write-file): Don't visit the destination
525 file, just write the data to it using write-region. This is
526 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
527 change to avoid visiting the file in the first place.
528
529 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
530
531 * hi-lock.el (hi-lock-mode): Set the default value of
532 font-lock-defaults.
533
534 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
535
536 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
537 arg to `file-attributes'.
538 (find-lisp-format): The UID and GID can now be strings.
539
540 2005-11-12 Kim F. Storm <storm@cua.dk>
541
542 * help.el (help-map): Bind C-h d to apropos-documentation.
543
544 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
545 when point is at end-of-buffer.
546
547 * apropos.el (apropos-match-face): Doc fix.
548 (apropos-sort-by-scores): Add new choice `verbose'.
549 (apropos-documentation-sort-by-scores): New defcustom.
550 (apropos-pattern): Now contains the pattern entered by the user.
551 (apropos-pattern-quoted): New defvar.
552 (apropos-regexp): New defvar, containing the regexp corresponding
553 to apropos-pattern.
554 (apropos-all-words-regexp): Rename from apropos-all-regexp.
555 (apropos-read-pattern): New defun. Use it to read pattern arg in
556 interactive calls; returns list of words for a word list, and
557 string for a regexp.
558 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
559 parses a list of words or regexp as returned by apropos-read-pattern.
560 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
561 (apropos-score-doc): Return a very high score if the string
562 entered by the user matches literally.
563 (apropos-variable): Doc fix. Use apropos-read-pattern.
564 (apropos-command): Doc fix. Use apropos-read-pattern and
565 apropos-parse-pattern. Call apropos-print with nosubst=t.
566 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
567 apropos-parse-pattern.
568 (apropos-documentation): Doc fix. Use apropos-read-pattern and
569 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
570 apropos-documentation-sort-by-scores. Call apropos-print with
571 nosubst=t.
572 (apropos-documentation-internal): Pass doc string through
573 substitute-key-definition before adding text properties.
574 Highlight substring matching literal user input if possible.
575 (apropos-documentation-check-doc-file): Remove locals beg and end.
576 Fix calculation of score (as added twice). Pass doc string through
577 substitute-key-definition before adding text properties.
578 (apropos-documentation-check-elc-file): Pass doc string through
579 substitute-key-definition before adding text properties.
580 Highlight substring matching literal user input if possible.
581 (apropos-print): Add new arg NOSUBST; if set, command and variable
582 doc strings have already been passed through substitute-key-definition.
583 Add code to handle apropos-accumulator items without score element
584 for backwards compatibility (e.g. with woman package).
585 Only show scores if apropos-sort-by-scores is `verbose'.
586
587 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
590 Add jka-compr-load-suffixes to load-suffixes.
591
592 * jka-compr.el: Require 'jka-cmpr-hook.
593 (jka-compr-info-compress-message, jka-compr-info-compress-program)
594 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
595 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
596 (jka-compr-info-can-append, jka-compr-info-strip-extension)
597 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
598 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
599 (jka-compr-uninstall): Remove entries from
600 jka-compr-added-to-file-coding-system-alist after they are used.
601 (jka-compr-error): Remove unused var `curbuf'.
602 (jka-compr-file-local-copy): Remove unused var `notfound'.
603
604 2005-11-10 Romain Francoise <romain@orebokech.com>
605
606 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
607
608 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
609
610 * progmodes/gud.el (gud-menu-map): Move parentheses.
611 (gdb): New command gud-pv.
612
613 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * tar-mode.el: Remove spurious or unnecessary leading stars
616 in docstrings.
617 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
618 (tar-parse-octal-integer-safe): Use mapc.
619 (tar-header-block-summarize): Remove unused var `ck'.
620 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
621 cleared before. Obey default-enable-multibyte-characters.
622 Use mapconcat. Simplify setting of tar-header-offset.
623 (tar-mode-map): Move initialization inside delcaration.
624 (tar-flag-deleted): Use `abs'.
625 (tar-expunge-internal): Remove unused var `line'.
626 (tar-expunge-internal): Don't hardcode point-min==1.
627 (tar-expunge): Widen while doing set-buffer-multibyte.
628 (tar-rename-entry): Use file-name-coding-system.
629 (tar-alter-one-field): Don't hardcode point-min==1.
630 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
631 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
632
633 2005-11-10 Masatake YAMATO <jet@gyve.org>
634
635 * add-log.el (add-log-current-defun): Handle class::method
636 notation of c++. Fix incorrect comment.
637
638 2005-11-10 Alan Mackenzie <acm@muc.de>
639
640 * help-fns.el (describe-variable): Make C-h v work when a variable
641 has variable documentation yet is unbound.
642
643 2005-11-10 Masatake YAMATO <jet@gyve.org>
644
645 * man.el (Man-highlight-references): Set an empty
646 string to `Man-arguments' if it is nil.
647 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
648
649 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
652 commenting conventions.
653
654 * cus-dep.el (custom-make-dependencies): Simplify.
655 Better follow the commenting conventions.
656
657 2005-11-09 Richard M. Stallman <rms@gnu.org>
658
659 * apropos.el (apropos-pattern): Rename from apropos-regexp.
660 (apropos-orig-pattern): Rename from apropos-orig-regexp.
661 All uses changed.
662 (apropos-rewrite-regexp): Doc fix.
663 (apropos-variable, apropos-command, apropos, apropos-value):
664 Change prompt; carry through the argument renaming.
665
666 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
667
668 * find-lisp.el: Require dired.
669 (find-lisp-find-dired-internal): Do not call
670 `abbreviate-file-name' on DIR.
671
672 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
673
674 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
675
676 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
677
678 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
679 when using the speedbar.
680 (gdb): New command gud-pp.
681 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
682
683 2005-11-09 Juri Linkov <juri@jurta.org>
684
685 * replace.el (occur-excluded-properties): New defcustom.
686 (occur-1, occur-engine, occur-accumulate-lines): Use it.
687
688 2005-11-08 Jay Belanger <belanger@truman.edu>
689
690 * calc/calc-units.el (math-convert-units): Replace any composite
691 unit by its definition.
692
693 2005-11-08 Lars Hansen <larsh@soem.dk>
694
695 * emacs-lisp/autoload.el (update-directory-autoloads):
696 Add obsolete function alias.
697
698 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
701 comment-indent-function.
702 (lisp-comment-indent): Replace by an alias for comment-indent-default.
703
704 * reveal.el (reveal-post-command): Rework the handling of
705 reveal-open-spots, so as to be more reliable. There were several
706 tricky corner cases where an open spot might be lost, or where
707 a closed spot might end up on the list of open spots.
708 Only reveal text that's ellipsised.
709
710 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
711
712 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
713
714 2005-11-07 John Paul Wallington <jpw@gnu.org>
715
716 * ibuffer.el (ibuffer): Search iconified frames too when
717 getting Ibuffer buffer's window.
718
719 2005-11-06 Richard M. Stallman <rms@gnu.org>
720
721 * progmodes/compile.el (compilation-internal-error-properties):
722 save-excursion around the computation of MARKER.
723
724 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
725
726 * textmodes/flyspell.el (flyspell-external-point-words):
727 flyspell-get-word returns a list, not just a string.
728
729 2005-11-06 John Paul Wallington <jpw@pobox.com>
730
731 * ibuffer.el (ibuffer): Search all visible frames when getting
732 Ibuffer buffer's window.
733
734 2005-11-07 Masatake YAMATO <jet@gyve.org>
735
736 * man.el (Man-reference-regexp): Accept spaces between
737 `Man-name-regexp' and `Man-section-regexp'.
738 (Man-apropos-regexp): New variable.
739 (Man-abstract-xref-man-page): Use value for `Man-target-string'
740 if available.
741 (Man-highlight-references, Man-highlight-references0):
742 Handle the case when `Man-arguments' includes "-k".
743 (Man-highlight-references0): Rename the argument `TARGET-POS' to
744 `TARGET'. `TARGET' can be a number, function or nil.
745
746 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
747
748 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
749 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
750 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
751 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
752 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
753 (gdb-send-item): Use buffer-local-value and simplify.
754
755 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
756
757 * startup.el (command-line): Use `custom-reevaluate-setting' for
758 `global-font-lock-mode'.
759
760 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
761 by default, except in batch mode or when the -D option is given.
762
763 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
764 specified keyword args on to `define-minor-mode'. Update docstring.
765
766 2005-11-05 Romain Francoise <romain@orebokech.com>
767
768 * replace.el (occur-engine): Add marker at end of line, too.
769
770 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
771
772 * font-lock.el: Don't deal with font-lock-face-attributes here,
773 move the code ...
774
775 * startup.el (command-line): ... here. Use face-spec-set instead
776 of custom-declare-face.
777
778 * faces.el (face-spec-set): Reset the face if spec is not nil.
779
780 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * newcomment.el (comment-region-internal): Box more tightly in the
783 common case where there's no TAB in the boxed text.
784
785 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
786
787 * info.el (info-tool-bar-map): Use images prev-node, next-node and
788 up-node.
789
790 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
791
792 * newsticker.el: Commentary updated. Code formatting changed.
793 (newsticker-version): Change to "1.9".
794 (newsticker, newsticker-feed): Doc fix.
795 (newsticker-url-list): Doc fix. Add option "Weekly".
796 (newsticker-retrieval-interval): Add option "Weekly".
797 (newsticker-headline-processing): Doc fix.
798 (newsticker-auto-mark-filter): Remove.
799 (newsticker-auto-mark-filter-list): New.
800 (newsticker-layout, newsticker-sort-method): Doc fix.
801 (newsticker-hide-old-items-in-newsticker-buffer)
802 (newsticker-heading-format, newsticker-item-format)
803 (newsticker-desc-format): Doc fix.
804 (newsticker-show-all-rss-elements): Remove.
805 (newsticker-show-all-news-elements): New.
806 (newsticker-faces, newsticker-ticker): Doc fix.
807 (remove-from-invisibility-spec): Code formatting.
808 (newsticker--process-ids): New.
809 (newsticker-mode): Doc fix.
810 (newsticker-mode): Change mode-line-format.
811 (newsticker-start): Remove debug output.
812 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
813 (newsticker-w3m-show-inline-images): Code formatting.
814 (newsticker-next-item): Call `force-mode-line-update'.
815 (newsticker-previous-item): Call `force-mode-line-update'.
816 (newsticker-next-feed): Call `force-mode-line-update'.
817 (newsticker-previous-feed): Call `force-mode-line-update'.
818 (newsticker-mark-all-items-at-point-as-read): Code formatting.
819 (newsticker-show-old-items): Do not show descs.
820 (newsticker-hide-entry): Hide too much.
821 (newsticker-hide-entry, newsticker-show-entry)
822 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
823 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
824 (newsticker-toggle-auto-narrow-to-item): Code formatting.
825 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
826 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
827 (newsticker-get-news): Call `force-mode-line-update'.
828 Collect process ids.
829 (newsticker--sentinel): Change coding system handling.
830 Move image retrieval to new functions newsticker--get-logo-url-*.
831 Move feed parsing to new functions newsticker--parse-*.
832 Update list of process ids.
833 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
834 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
835 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
836 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
837 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
838 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
839 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
840 (newsticker--decode-coding-string): Remove.
841 (newsticker--decode-numeric-entities): Check input. Format code.
842 (newsticker--remove-whitespace): Check input.
843 (newsticker--do-forget-preformatted): Doc fix.
844 (newsticker--decode-rfc822-date): Allow for missing time.
845 (newsticker--update-process-ids): New.
846 (newsticker--image-sentinel): Change comment.
847 (newsticker--image-read): Change error message.
848 (newsticker--imenu-goto): Doc fix. Show headline title.
849 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
850 (newsticker--buffer-do-insert-text): Clean whitespace in
851 html-rendered headline title. Code formatting.
852 Call `newsticker--buffer-print-extra-elements'.
853 (newsticker--buffer-print-extra-element): Remove.
854 (newsticker--buffer-print-extra-elements): New.
855 (newsticker--buffer-do-print-extra-element): New.
856 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
857 large sizes.
858 (newsticker--run-auto-mark-filter)
859 (newsticker--do-run-auto-mark-filter):
860 Use `newsticker-auto-mark-filter-list'.
861
862 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
863
864 * net/rcirc.el: Use split-string OMIT-NULLS argument.
865 (rcirc-print): Force redisplay before running hooks. Do long
866 buffer truncation after making new text read-only. Deal with nil
867 text when decoding strings. If TARGET is nil, use either the
868 currently selected buffer, if it is an rcirc buffer and of the
869 same process or the process buffer.
870 (rcirc-mode): Remove header-line. Recompute short buffer names.
871 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
872 (rcirc-short-buffer-name): Add variable.
873 (rcirc-kill-buffer-hook): Recompute short buffer names.
874 Remove nick from private channel.
875 (rcirc-send-input): Send command text to current-buffer.
876 Don't clear overlay arrow here.
877 (rcirc-short-buffer-name): Return a short buffer name.
878 (rcirc-update-short-buffer-names, rcirc-abbreviate)
879 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
880 buffer-name abbreviations.
881 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
882 Do not touch nick-table when killing a parted channel.
883 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
884 Clear arrow from current buffer if it is now hidden.
885 (rcirc-current-buffer): Add variable.
886 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
887 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
888 Remove -face from names.
889 (rcirc-update-activity-string): Print "DND" when globally ignoring
890 activity.
891 (rcirc-ignore-buffer-activity-flag): Rename from
892 rcirc-ignore-channel-activity.
893 (rcirc-ignore-all-activity-flag): Doc fix.
894 (rcirc-channels): Remove variable.
895 (rcirc-kill-buffer-hook):
896 (rcirc-get-buffer-create): Add nick to private channel.
897 (rcirc-multiline-edit-submit): Remove tabs.
898 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
899 folded.
900 (rcirc-remove-nick-channel): Bug fix.
901 (rcirc-toggle-ignore-buffer-activity): Rename from
902 rcirc-toggle-ignore-channel-activity.
903 (rcirc-record-activity): Add buffers to the front of the list.
904 (rcirc-update-activity): Remove killed buffers from list.
905 (rcirc-process-server-response-1): Remove last argument if it is
906 null before calling handler.
907 (rcirc): Add "rcirc" defcustom prefix.
908 (rcirc-prompt): Simplify default prompt.
909 Use custom-initialize-default.
910 (rcirc-private-chats): Remove variable.
911 (rcirc-prompt): Change initialization.
912 (rcirc-version): Remove function.
913 (rcirc-id-string): Add constant.
914 (rcirc-last-buffer): Remove variable.
915 (rcirc-buffer-alist): Add variable.
916 (rcirc-connect): Update variable setup.
917 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
918 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
919 default.
920 (rcirc-handler-generic): Trigger activity.
921 (rcirc-send-message): Create the buffor of the target.
922 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
923 (rcirc-get-buffer): Just return nil if there is no matching buffer.
924 (rcirc-multiline-edit-cancel): Remove function.
925 (rcirc-set-last-buffer): Remove function.
926 (rcirc-get-any-buffer): Add function.
927 (rcirc-join-channels): Don't print /join text.
928 (rcirc-toggle-ignore-channel-activity): Add and update echo area
929 messages.
930 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
931 (rcirc-handler-NOTICE): Recognize CTCP responses.
932 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
933 constructing TOPIC string for buffers we are not JOINed.
934 (rcirc-handler-CTCP-response): Add handler.
935 (rcirc-multiline-edit-submit): Restore the window-configuration
936 before adjusting point.
937 (rcirc): Add customization group.
938 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
939 (rcirc-user-full-name, rcirc-startup-channels-alist)
940 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
941 (rcirc-ignore-all-activity-flag, rcirc-time-format)
942 (rcirc-input-ring-size, rcirc-read-only-flag)
943 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
944 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
945 Change defvar to defcustom.
946 (rcirc-update-prompt): Add optional ALL arg, which will update
947 prompts in all rcirc buffers. Regexp quote replacement text.
948 (rcirc-fill-column): Accept 'frame-width as a value.
949 (rcirc-set-changed): Add function.
950 (rcirc-next-active-buffer): Write more meaningful messages.
951 (rcirc-faces): Add customization group.
952 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
953 (rcirc-nick-in-message-face, rcirc-prompt-face)
954 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
955 (with-rcirc-process-buffer): Move before first usage.
956 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
957 (rcirc-debug-flag): Rename from `rcirc-log-p'.
958 (rcirc-debug): Rename from `rcirc-log'.
959 (rcirc-format-response-string): Do not print '-' chars for a
960 NOTICE with no sender. Simplify output of server responses.
961
962 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
963
964 (rcirc-browse-url-map, rcirc-browse-url-at-point)
965 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
966 mouse and RET clickable.
967
968 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
969
970 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
971
972 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
973
974 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
975 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
976 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
977 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
978 argument to all these routines, so the passphrase can be managed
979 externally and passed in to the system.
980 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
981 pgg-add-passphrase-to-cache function.
982
983 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
984 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
985 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
986 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
987 argument to all these routines, so the passphrase can be managed
988 externally and passed in to the system.
989 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
990 function.
991
992 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
993
994 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
995 from goto-address-url-regexp.
996
997 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
998
999 * textmodes/org.el (org-read-date, org-goto-calendar)
1000 (org-recenter-calendar, org-agenda-goto-calendar):
1001 Temporarily clear 'calendar-move-hook'.
1002
1003 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1004
1005 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1006 merging.
1007
1008 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1009 have merge clashes.
1010
1011 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1012
1013 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1014 Undo previous change.
1015
1016 * startup.el (command-line): Use `custom-reevaluate-setting' for
1017 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1018 tty-register-default-colors on Mac.
1019
1020 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1021
1022 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1023 (gdb-buffer-type): Make it automatically buffer local...
1024 (gdb-get-create-buffer): ...and set it accordingly.
1025 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1026 actually work.
1027
1028 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1029
1030 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1031 not red.
1032
1033 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1034
1035 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1036 case GUD buffer is not visible.
1037 (gdb-goto-breakpoint): Try to force display in source buffer.
1038 (gdb-frame-gdb-buffer): Copy other similar functions.
1039 (gdb-restore-windows): Don't display source if not asked for.
1040 (gdb-assembler-buffer-name): Don't capitalise.
1041
1042 2005-11-03 Richard M. Stallman <rms@gnu.org>
1043
1044 * wid-edit.el (key-sequence): New widget type.
1045
1046 * simple.el (set-mark-command-repeat-pop): New variable.
1047 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1048 if set-mark-command-repeat-pop is true.
1049
1050 * info.el (Info-fontify-node): Don't display extra "see" if there
1051 already is one here.
1052
1053 * mouse.el: Fix special handling of DEL after dragging a region:
1054 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1055 (mouse-region-delete-keys): Add [backspace].
1056
1057 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1058
1059 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1060 not to assume it pertains to an affix.
1061
1062 * textmodes/flyspell.el (flyspell-post-command-hook):
1063 Bind deactivate-mark to prevent deactivation.
1064
1065 2005-11-03 Lars Hansen <larsh@soem.dk>
1066
1067 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1068 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1069 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1070
1071 2005-11-03 Romain Francoise <romain@orebokech.com>
1072
1073 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1074 Update copyright years.
1075
1076 2005-11-03 Sam Steingold <sds@gnu.org>
1077
1078 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1079 Use system-type instead of window-system because window-system is not
1080 correctly defined during loadup.
1081
1082 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1083
1084 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1085 (xml-parse-tag): Join strings separated by a comment properly.
1086
1087 2005-11-02 Andreas Schwab <schwab@suse.de>
1088
1089 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1090
1091 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1094 (byte-optimize-pure-func): Quote the eval'd value.
1095
1096 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1097 Rename from perl-font-lock-syntactic-face-function.
1098 Change the calling convention so it can be used as a font-lock MATCHER.
1099 Do the parse-partial-sexp loop outselves.
1100 (perl-font-lock-syntactic-keywords): Use it.
1101 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1102
1103 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1104
1105 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1106 disassembly buffer too.
1107 (gdb-exited): Remove overlay arrows when execution has finished.
1108 (gdb-info-frames-custom, gdb-info-threads-custom)
1109 (gdb-info-registers-custom): Don't add inappropriate text
1110 properties if inferior is not active.
1111
1112 2005-11-02 Glenn Morris <rgm@gnu.org>
1113
1114 * progmodes/fortran.el (fortran-blink-match):
1115 Use `blink-matching-delay'.
1116
1117 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1118
1119 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1120
1121 2005-11-02 Lars Hansen <larsh@soem.dk>
1122
1123 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1124 "Permission denied".
1125
1126 2005-11-01 Richard M. Stallman <rms@gnu.org>
1127
1128 * textmodes/flyspell.el (flyspell-external-point-words):
1129 Pass nil to flyspell-get-word.
1130
1131 2005-11-02 Kim F. Storm <storm@cua.dk>
1132
1133 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1134 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1135
1136 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1139 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1140 (calendar-mouse-print-dates): Add optional `event' argument.
1141 Update interactive-spec.
1142 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1143 Use `calendar-event-to-date' instead of `event'.
1144
1145 2005-11-02 Masatake YAMATO <jet@gyve.org>
1146
1147 * progmodes/ld-script.el (ld-script-builtins):
1148 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1149 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1150 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1151
1152 2005-11-01 Romain Francoise <romain@orebokech.com>
1153
1154 * vc-sccs.el: Update copyright year.
1155 * ezimage.el: Likewise.
1156
1157 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1158
1159 * info.el (Info-fontify-node): Use `string-width' for fontifying
1160 underlined titles.
1161
1162 2005-11-01 Juri Linkov <juri@jurta.org>
1163
1164 * info.el (Info-fontify-node): Downcase node header keywords Node,
1165 Prev, Next, Up before comparison.
1166 (Info-history): Insert absolute directory name, and put invisible
1167 property on it.
1168
1169 2005-11-01 Juri Linkov <juri@jurta.org>
1170
1171 * info.el (Info-file-supports-index-cookies): New variable.
1172 (Info-find-node-2): Check makeinfo version for index cookie support.
1173 (Info-index-nodes): Search for nodes with index cookies only when
1174 Info-file-supports-index-cookies is t. Otherwise, search nodes
1175 with "Index" in the node name.
1176 (Info-index-node): Search index cookie in the current node only when
1177 Info-file-supports-index-cookies is t. Otherwise, check the word
1178 "Index" in the node name.
1179 (Info-find-emacs-command-nodes): Remove code that searches nodes
1180 with "Index" node name in the top menu.
1181
1182 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * progmodes/scheme.el (scheme-mode-variables): Use the default
1185 comment-indent-function.
1186
1187 * faces.el (face-attribute): Handle the case where a face inherits from
1188 a non-existent face.
1189
1190 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1191 for octal and hexa output, and merge the char into the paren.
1192 (kill-new): Use push.
1193 (copy-to-buffer): Use with-current-buffer.
1194 (completion-setup-function): Move code in loop to remove redundancy.
1195 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1196 those inherited from minibuffer-local-completion-map.
1197
1198 * savehist.el (savehist-mode) <defcustom>:
1199 Use custom-set-minor-mode if available.
1200 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1201 and emit a message if applicable.
1202
1203 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1204
1205 * savehist.el: Sync up to version 19.
1206 (savehist-mode): New minor mode.
1207 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1208 (savehist-length): Remove (use history-length instead).
1209 (savehist-file-modes): Rename from savehist-modes.
1210 (savehist-save-hook, savehist-loaded): New vars.
1211 (savehist-load): Use savehist-mode. Try to smooth up transition from
1212 old format to new format.
1213 (savehist-install): Allow savehist-autosave-interval to be nil.
1214 (savehist-save): Run the new hook. Be more careful to only trim the
1215 history variables.
1216 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1217 (savehist-printable): Print into a buffer rather than char-by-char.
1218
1219 2005-11-01 John Wiegley <johnw@newartisans.com>
1220
1221 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1222 toggle-ignore keybinding (C-a). The author said it had been
1223 disabled much earlier due to a possible incompatibility, but after
1224 many months of usage I have encountered no problems (and it is a
1225 rather useful option, especially for switching to " *temp*").
1226
1227 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1228 support for OS/X's AddressBook, by calling out to the open source
1229 program "contacts" (installable through Fink).
1230
1231 * net/eudc.el (eudc-expand-inline): If the
1232 `eudc-multiple-match-handling-method' is set to `all', delete the
1233 query string before inserting the query result.
1234
1235 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1236 flag, to prevent Eshell from using the system ls when
1237 `eshell-ls-insert-directory' is in used.
1238 (eshell-ls-insert-directory): Disable font-lock in directory
1239 buffer so that Eshell's own fontification is seen. This broke
1240 recently due to changes in font-lock, so this goes back to version
1241 21 behavior.
1242
1243 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1244
1245 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1246 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1247 (gdb-many-windows): Doc fix.
1248
1249 2005-10-31 Romain Francoise <romain@orebokech.com>
1250
1251 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1252
1253 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1256 that global-font-lock-mode can be enabled by default.
1257
1258 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1259 (font-lock-add-keywords, font-lock-remove-keywords)
1260 (font-lock-fontify-buffer): Remove autoload cookies.
1261
1262 * jit-lock.el (jit-lock-register): Likewise.
1263
1264 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1265
1266 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1267
1268 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1269 intact if there is no gud-comint-buffer.
1270
1271 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1272
1273 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1274 old prompt comint-prompt-read-only is t and GDB commands are
1275 issued from tool bar etc.
1276
1277 2005-10-31 Masatake YAMATO <jet@gyve.org>
1278
1279 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1280
1281 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1282
1283 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1284 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1285
1286 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1287
1288 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1289 starting at beginning of line. Fontification is messed up when
1290 `open-paren-in-column-0-is-defun-start' set to t.
1291 Reported by John Paul Wallington <jpw@pobox.com>.
1292
1293 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1294
1295 * comint.el (comint-send-input): Call `comint-update-fence' when
1296 `comint-process-echoes' and `comint-prompt-read-only' are both
1297 non-nil, to avoid leftover read-only newline.
1298
1299 2005-10-30 Richard M. Stallman <rms@gnu.org>
1300
1301 * textmodes/flyspell.el (flyspell-external-point-words):
1302 Detect when WORD can't be checked properly because
1303 flyspell-get-word finds just part of it, and move on.
1304
1305 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1306 boundarychar for Polish.
1307 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1308 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1309
1310 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1311
1312 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1313 (gdb-registers-font-lock-keywords): Delete.
1314 (gdb-registers-mode): Don't fontify.
1315 (gdb-info-registers-custom): Use text properties instead as, in
1316 future, changed register values will use font-lock-warning-face.
1317 (gdb-local-font-lock-keywords): Rename to...
1318 (gdb-locals-font-lock-keywords): ...for consistency.
1319
1320 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1321
1322 * vc.el (vc-switch-backend): Better error message if the buffer is
1323 not visiting a file under version control.
1324
1325 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1326
1327 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1330 ~/.emacs.d/.emacs.
1331
1332 2005-10-29 Richard M. Stallman <rms@gnu.org>
1333
1334 * replace.el (occur-mode-mouse-goto): Always go to other window.
1335 (occur-mode-goto-occurrence): Always switch in same window.
1336
1337 * simple.el (undo): Display message at end, not at start.
1338
1339 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1340 New arg REUSE-CELL.
1341 (cancel-timer-internal): New function.
1342 (timer-event-handler): Use cancel-timer-internal,
1343 and pass the cell it returns to timer-activate...
1344
1345 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1346 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1347 (jit-lock-after-change): Test memory-full.
1348
1349 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1350
1351 * textmodes/conf-mode.el (conf-assignment-sign)
1352 (conf-assignment-regexp): Fix docstrings.
1353 (conf-mode-initialize): New function.
1354 (conf-mode): Remove optional args. Use delay-mode-hooks to
1355 recognize recursive calls.
1356 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1357 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1358 (conf-xdefaults-mode): Use define-derived-mode and
1359 conf-mode-initialize.
1360
1361 2005-10-29 Romain Francoise <romain@orebokech.com>
1362
1363 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1364
1365 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1366
1367 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1368 part of the decoded armor to find the key-identifier.
1369 (pgg-gpg-lookup-key-owner): New function to return the
1370 human-readable identifier of a key owner.
1371 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1372 key itself.
1373 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1374 the key value) if we have a key and can match it against a secret
1375 key. Also, added a note pointing out fact that the prompt only
1376 indicates the first matching key.
1377
1378 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1379 pgg-decrypt-region.
1380 (pgg-pending-timers): A new hash for tracking the passphrase cache
1381 timers, so that new ones supercede old ones.
1382 (pgg-add-passphrase-to-cache): Rename from
1383 `pgg-add-passphrase-cache' to reduce confusion (all callers
1384 changed). Modified to cancel old timers when new ones are added.
1385 (pgg-remove-passphrase-from-cache): Rename from
1386 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1387 changed). Modified to cancel old timers when their keys are
1388 removed from the cache.
1389 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1390 XEmacs, an indirection to delete-itimer.
1391 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1392 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1393 users can only check cache without risk of prompting. Correct bug in
1394 notruncate behavior.
1395 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1396 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1397 Add informative docstrings.
1398 (pgg-decrypt): Convey provided passphrase in subordinate call to
1399 pgg-decrypt-region.
1400
1401 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1402
1403 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1404 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1405 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1406 'passphrase' argument, so the passphrase can be managed externally
1407 and then passed in to the system.
1408
1409 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1410 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1411 so the passphrase cache can be used reliably with identifiers
1412 besides a pgp packet's key id.
1413
1414 * pgg-gpg.el (pgg-pgp-encrypt-region)
1415 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1416 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1417 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1418 argument to all these routines, so the passphrase can be managed
1419 externally and passed in to the system.
1420
1421 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1422 'notruncate' argument, so the passphrase cache can be used
1423 reliably with identifiers besides a pgp packet's key id.
1424
1425 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1426
1427 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1428 symmetric encryption.
1429 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1430 encrypted session key.
1431 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1432 message ask for the passphrase in a proper way.
1433
1434 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1435 New user commands for symmetric encryption.
1436
1437 2005-10-28 Bill Wohler <wohler@newt.com>
1438
1439 * help-mode.el (help-url): New button type. Calls browse-url.
1440 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1441 Similar to Info nodes: URL `url'.
1442 (help-make-xrefs): Create help-url buttons for
1443 help-xref-url-regexp matches.
1444
1445 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1446
1447 * tool-bar.el (tool-bar-add-item-from-menu)
1448 (tool-bar-local-item-from-menu): Fix doc strings.
1449
1450 2005-10-28 Romain Francoise <romain@orebokech.com>
1451
1452 * ldefs-boot.el: Update.
1453
1454 * subr.el (locate-library): Move from help-fns.el.
1455 * help-fns.el (locate-library): Move to subr.el.
1456
1457 2005-10-28 Richard M. Stallman <rms@gnu.org>
1458
1459 * net/tramp.el (tramp-completion-mode): defvar moved up.
1460
1461 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1462
1463 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1464
1465 * files.el (find-file-noselect): Use %d to format large file size.
1466
1467 * bindings.el (mode-line-format): Add %e.
1468
1469 * loadup.el ("facemenu"): Load unconditionally.
1470 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1471 ("x-dnd"): Load, when appropriate.
1472
1473 * startup.el (command-line): Call before-init-hook earlier.
1474 Warn about some bad characters in -u user name.
1475
1476 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1477 (flyspell-external-point-words): Error if misspelled word is not found.
1478 Set flyspell-large-region-beg at end of word.
1479
1480 2005-10-28 Andreas Schwab <schwab@suse.de>
1481
1482 * view.el (View-revert-buffer-scroll-page-forward):
1483 Use view-page-size-default.
1484
1485 2005-10-28 Juri Linkov <juri@jurta.org>
1486
1487 * international/quail.el (quail-get-current-str): Translate last
1488 raw character for deterministic input methods.
1489
1490 2005-10-27 Jay Belanger <belanger@truman.edu>
1491
1492 * calc/calc-ext.el: Add functions to autoloads.
1493 (math-identity-matrix-p, math-ident-row-p): New functions.
1494
1495 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1496 multiplication by an identity matrix; don't turn multiplication by
1497 an inverse matrix into division.
1498 (math-div-symbol-fancy): Replace division by matrices with
1499 multiplication by inverse.
1500
1501 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1502
1503 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1504 (calc-writeoutpower): New functions.
1505
1506 2005-10-27 Romain Francoise <romain@orebokech.com>
1507
1508 * replace.el (occur-engine): Include colon in mouse-face highlight.
1509
1510 * dired-x.el: Change Maintainer field.
1511
1512 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * longlines.el (longlines-mode): Bind after-change-functions to
1515 nil during initial decoding and final encoding.
1516
1517 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1518
1519 * term.el (term-emulate-terminal, term-handle-colors-array)
1520 (term-handle-ansi-escape): Specify the terminfo capabilities
1521 implemented.
1522
1523 2005-10-26 Richard M. Stallman <rms@gnu.org>
1524
1525 * info.el (Info-fontify-node): Fix detection of sentence-break
1526 before *Note.
1527
1528 2005-10-26 Romain Francoise <romain@orebokech.com>
1529
1530 * smerge-mode.el: Add `tools' to file keywords.
1531
1532 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1533
1534 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1535 when the fringe is not available.
1536
1537 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1538 (def-gdb-auto-update-trigger): Simplify construction.
1539 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1540 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1541 defined explicitly.
1542 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1543 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1544 defined explicitly.
1545 (gdb-info-locals-custom): Remove as it's a no-op.
1546
1547 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * longlines.el (longlines-mode): Remove narrowing before
1550 performing the initial decoding or final encoding.
1551
1552 2005-10-25 Romain Francoise <romain@orebokech.com>
1553
1554 * emacs-lisp/find-func.el (find-library-name): Also strip
1555 extension if library name ends in .el, to take advantage of
1556 `find-library-suffixes'.
1557
1558 2005-10-25 Richard M. Stallman <rms@gnu.org>
1559
1560 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1561
1562 2005-10-25 Juri Linkov <juri@jurta.org>
1563
1564 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1565 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1566
1567 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1570 (blackbox-redefine-key): Add argument `map'.
1571
1572 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1573 regions when moving the jit-lock-context-unfontify-pos boundary.
1574
1575 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1576
1577 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1578
1579 2005-10-25 Masatake YAMATO <jet@gyve.org>
1580
1581 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1582
1583 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1584
1585 * play/blackbox.el (blackbox-redefine-key): New function.
1586 (blackbox-mode-map): Use it to remap existing bindings for cursor
1587 motion instead of binding literal keys.
1588
1589 2005-10-25 Glenn Morris <rgm@gnu.org>
1590
1591 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1592 diary does not end in a newline. Do not assume a blank line at
1593 the start of the diary file.
1594
1595 2005-10-25 Kenichi Handa <handa@m17n.org>
1596
1597 * international/quail.el (quail-translate-key): If the input
1598 method is deterministic and failed to handle the last key, restart
1599 the key handling loop from an appropriate key.
1600
1601 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1602
1603 * vc.el (vc-dired-mode): Extend comment for binding of
1604 `directory-listing-before-filename-regexp'.
1605
1606 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * textmodes/texinfo.el (texinfo-mode):
1609 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1610 not to unnecessarily expose emacs-mule's internal char codes.
1611
1612 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1613
1614 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1615 Display hand pointer and help-echo on disabled icon too.
1616 (gdb-mouse-until): New function.
1617 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1618
1619 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1622 with 2005-10-23 change to doctor.el.
1623
1624 * finder.el (finder-mode-map): Add follow-link binding.
1625
1626 2005-10-25 Kim F. Storm <storm@cua.dk>
1627
1628 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1629 to gdb-mouse-toggle-breakpoint-fringe.
1630 (gdb-mouse-toggle-breakpoint-margin): Rename from
1631 gdb-mouse-toggle-breakpoint. Fix doc.
1632 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1633 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1634 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1635 string properties also for fringe breakpoint bitmaps.
1636
1637 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1638
1639 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1640
1641 2005-10-25 Masatake YAMATO <jet@gyve.org>
1642
1643 * simple.el (completion-common-substring):
1644 Use `completion-common-substring' prior to `completion-base-size'.
1645
1646 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1647
1648 * savehist.el: Require CL while compiling.
1649 (savehist-history-variables): Remove.
1650 (savehist-save-minibuffer-history, savehist-additional-variables)
1651 (savehist-minibuffer-history-variables): New vars.
1652 (savehist-save): Use them.
1653 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1654 (savehist-install): New fun, extracted from savehist-load.
1655 (savehist-load): Use them.
1656
1657 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1660 a dummy doc-string-elt property.
1661 (defalias, defvaralias, define-category): Add a docstring property.
1662
1663 * image.el (defimage):
1664 * widget.el (define-widget):
1665 * custom.el (defface, defcustom): Add `doc-string' declaration.
1666
1667 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1668 (defadvice): Add `doc-string' declaration.
1669
1670 * emacs-lisp/byte-run.el (macro-declaration-function):
1671 Handle `doc-string' declarations.
1672 (define-obsolete-function-alias, define-obsolete-variable-alias):
1673 Add `doc-string' declaration.
1674
1675 2005-10-24 Kenichi Handa <handa@m17n.org>
1676
1677 * international/utf-7.el (utf-7): Add autoload cookie.
1678
1679 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1680
1681 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1682
1683 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1684 list of directories passed to batch-update-autoloads. Add "." to
1685 the list of the echoed directories.
1686
1687 * pgg-def.el:
1688 * pgg-gpg.el:
1689 * pgg-parse.el:
1690 * pgg-pgp.el:
1691 * pgg-pgp5.el:
1692 * pgg.el: Moved here from the gnus subdirectory.
1693
1694 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1695
1696 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1697 in case comint-prompt-read-only is set to t.
1698
1699 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1700 in case comint-prompt-read-only is set to t.
1701
1702 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1703
1704 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1705 Now a string.
1706 (icalendar-import-format): Handle CLASS, STATUS, URL.
1707 Rename `subject' to `summary'.
1708 (icalendar-import-format-summary): Rename from
1709 `icalendar-import-format-subject'.
1710 (icalendar-import-format-url, icalendar-import-format-status)
1711 (icalendar-import-format-class): New variables.
1712 (icalendar--rris): Take variable argument list.
1713 (icalendar--datestring-to-isodate): Remove unnecessary
1714 calendar-style check when converting dates with explicit month names.
1715 (icalendar-export-region): Change return type of conversion
1716 subroutines. Bury current buffer unless error occurred.
1717 (icalendar--convert-to-ical)
1718 (icalendar--parse-summary-and-rest): New functions.
1719 (icalendar--convert-ordinary-to-ical)
1720 (icalendar--convert-weekly-to-ical)
1721 (icalendar--convert-yearly-to-ical)
1722 (icalendar--convert-block-to-ical)
1723 (icalendar--convert-cyclic-to-ical)
1724 (icalendar--convert-anniversary-to-ical): Change return type.
1725 Strip trailing blanks from subject.
1726 (icalendar--convert-sexp-to-ical): Change return type.
1727 Strip trailing blanks from subject. Handle simple sexp
1728 entries as generated by icalendar.el.
1729 (icalendar--convert-float-to-ical)
1730 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1731 (icalendar-import-file): Doc fix.
1732 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1733 Correct call to icalendar--rris.
1734 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1735 `summary'.
1736 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1737
1738 2005-10-24 Romain Francoise <romain@orebokech.com>
1739
1740 * server.el (server-sentinel): Set query-on-exit flag to nil on
1741 new client processes (it isn't inherited from the server process).
1742
1743 * replace.el (occur-engine): Rearrange text properties.
1744
1745 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1748 case-fold-search is nil.
1749 (debug-help-follow): Use help-xref-interned directly.
1750
1751 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * thumbs.el (thumbs-image-type): Add .pbm.
1754
1755 2005-10-23 Richard M. Stallman <rms@gnu.org>
1756
1757 * faces.el (inhibit-face-set-after-frame-default): New variable.
1758 (set-face-attribute): Bind it.
1759 (face-set-after-frame-default): Test it.
1760
1761 * help-fns.el (describe-simplify-lib-file-name): New function.
1762 (describe-function-1, describe-variable): Use it.
1763
1764 * faces.el (describe-face): Use describe-simplify-lib-file-name.
1765
1766 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1767 Eliminate nil as possible value.
1768 (tooltip-hide-delay): Reduce internal-border-width.
1769
1770 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1771 (menu-bar-file-menu) <new-file>: Likewise.
1772
1773 * simple.el (line-move-finish): Ignore fields computing LINE-END.
1774
1775 * international/mule.el (load-with-code-conversion):
1776 Pass full file name to `eval-buffer' unless preloading.
1777
1778 * textmodes/flyspell.el (flyspell-large-region):
1779 Call ispell-check-version.
1780
1781 * textmodes/ispell.el (ispell-local-dictionary-overridden):
1782 Fix the make-variable-buffer-local call that was supposed
1783 to be for this variable.
1784 (ispell-aspell-supports-utf8): Doc fix.
1785 (ispell-find-aspell-dictionaries): Preserve elements of
1786 ispell-dictionary-alist for dictionaries that aspell doesn't report.
1787 (ispell-aspell-find-dictionary): Return nil on error.
1788
1789 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1790 (doctor-symptoms): Likewise.
1791
1792 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1793
1794 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * cus-edit.el (custom-button, custom-button-pressed): New vars.
1797 (custom-raised-buttons): Add :set spec.
1798 (custom-button-unraised, custom-button-pressed-unraised):
1799 New faces, so that custom-raised-buttons actually does something.
1800 (custom-mode): Use custom-button and custom-button-pressed.
1801
1802 * wid-edit.el (widget-specify-button): Don't ignore
1803 widget-mouse-face on graphic terminals.
1804 (widget-move-and-invoke): Cleanup.
1805
1806 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
1807
1808 * whitespace.el (whitespace-cleanup): Doc fix.
1809
1810 2005-10-23 Romain Francoise <romain@orebokech.com>
1811
1812 * emulation/viper.el (viper-set-hooks): Quote forms passed to
1813 `eval-after-load' to avoid evaluating their result.
1814
1815 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
1816
1817 * files.el (directory-listing-before-filename-regexp):
1818 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
1819
1820 * dired.el (dired-move-to-filename-regexp): Remove.
1821 All occurences replaced by `directory-listing-before-filename-regexp'.
1822
1823 * dired-x.el, locate.el, vc.el:
1824 Replace `dired-move-to-filename-regexp' by
1825 `directory-listing-before-filename-regexp'. In vc.el it is
1826 overwritten locally; maybe this can be handled in files.el too.
1827
1828 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
1829 replaced by `directory-listing-before-filename-regexp'.
1830
1831 2005-10-23 Andreas Schwab <schwab@suse.de>
1832
1833 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1834 and eval-next-after-load.
1835
1836 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1837
1838 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1839 exist, create it.
1840
1841 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
1842
1843 * allout.el: Remove autoloads for mailcrypt and crypt++.
1844 Require pgg, pgg-gpg during compilation.
1845 (allout-version): Increment version number to 2.1, and use a literal
1846 rather than RCS Id.
1847 (allout-default-encryption-scheme): Remove.
1848 (allout-passphrase-verifier-handling)
1849 (allout-passphrase-verifier-string)
1850 (allout-file-passphrase-verifier-string)
1851 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1852 (allout-passphrase-hint-handling): Rename and simplify.
1853 (allout-init): Use `find-file-hook' if available, otherwise
1854 `find-file-hooks'.
1855 (allout-mode): Use `write-file-functions' if available, otherwise
1856 `local-write-file-hooks' and, instead of making auto-save-hook
1857 buffer local, make the write-file-hook activity contingent to
1858 allout-mode.
1859 (allout-mode): Use key-binding substitution in the docstring.
1860 (allout-kill-line): Spell-out kill ring data structure mutation
1861 instead of using byte-compiler-complaint-provoking `pop'.
1862 (allout-insert-listified): Use `insert' rather than `insert-string'
1863 (allout-toggle-current-subtree-encryption): Update docstring, adjust
1864 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1865 (allout-encrypt-string): Totally revamped vis new underlying
1866 encryption facilities.
1867 (allout-mc-activate-passwd): Remove.
1868 (allout-obtain-passphrase): New, more or less replaces
1869 allout-mc-activate-passwd.
1870 (allout-encrypted-key-info): More or less replaces
1871 allout-encrypted-text-type.
1872 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1873 (my-mark-marker): Use `(featurep 'xemacs)'.
1874
1875 2005-10-23 Lars Hansen <larsh@soem.dk>
1876
1877 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1878 (byte-compile-file-form-defmumble, byte-compile-defun)
1879 (byte-compile-defmacro): Use it.
1880 (byte-compile-form): Don't call byte-compile-set-symbol-position
1881 when a byte-compile handler is called.
1882
1883 2005-10-22 Romain Francoise <romain@orebokech.com>
1884
1885 * savehist.el (savehist-history-variables): Add `grep-find-history'.
1886
1887 * subr.el (eval-after-load): Convert library name to an absolute
1888 file name using locate-library, since load-history no longer has
1889 library names in it.
1890
1891 2005-10-22 Richard M. Stallman <rms@gnu.org>
1892
1893 * files.el (make-temp-file): Move from subr.el.
1894 * subr.el (make-temp-file): Move to files.el.
1895
1896 * window.el (get-buffer-window-list): Move from subr.el.
1897 * subr.el (get-buffer-window-list): Move to window.el.
1898
1899 * image.el (image-load-path): Use eval-at-startup to initialize.
1900
1901 * subr.el (eval-at-startup): New macro.
1902
1903 * subr.el: Much rearrangement of functions and division
1904 into pages. No code changes.
1905
1906 2005-10-22 Kenichi Handa <handa@m17n.org>
1907
1908 * tar-mode.el (tar-extract): Be sure to call
1909 find-operation-coding-system if set-auto-coding doesn't find a
1910 coding system.
1911
1912 2005-10-22 Kim F. Storm <storm@cua.dk>
1913
1914 * image.el (image-type-header-regexps): Rename from image-type-regexps.
1915 Change users.
1916 (image-type-file-name-regexps): New defconst.
1917 (image-type-from-data): Simplify loop.
1918 (image-type-from-buffer): New defun.
1919 (image-type-from-file-header): Use it instead of image-type-from-data.
1920 Use image-search-load-path instead of only looking in data-directory.
1921 (image-type-from-file-name): New defun.
1922 (image-search-load-path): Change `pathname' to `filename'.
1923 Make PATH arg optional, default to image-load-path.
1924
1925 2005-10-21 Richard M. Stallman <rms@gnu.org>
1926
1927 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1928
1929 * textmodes/paragraphs.el (sentence-end-base): New variable.
1930 (sentence-end): Use sentence-end-base.
1931
1932 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * font-lock.el (font-lock-default-fontify-region): Check the multiline
1935 property independently from the font-lock-multiline variable.
1936
1937 2005-10-21 Richard M. Stallman <rms@gnu.org>
1938
1939 * emacs-lisp/find-func.el (find-library-name): Doc fix.
1940
1941 * startup.el (command-line): Convert library names
1942 in `load-history' to absolute file names.
1943
1944 * subr.el (symbol-file): Doc fix.
1945
1946 * loadhist.el (file-loadhist-lookup): Call locate-library
1947 instead of find-library-name. Don't try converting
1948 abs file names to library names, since load-history no longer
1949 has library names in it.
1950 (file-dependents, file-provides, file-requires): Doc fixes.
1951
1952 2005-10-21 Juri Linkov <juri@jurta.org>
1953
1954 * progmodes/etags.el (tags-table-mode): New function.
1955 (tags-verify-table): Replace initialize-new-tags-table with
1956 tags-table-mode.
1957
1958 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1959 default value.
1960 (desktop-modes-not-to-save): Add tags-table-mode to the
1961 default value.
1962
1963 * info.el (Info-index-next): Add total number of index
1964 alternatives to the message.
1965
1966 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1967 backward only space (instead of space and period) before looking
1968 at sentence end.
1969
1970 * simple.el (set-variable): Use user-variable-p instead of symbolp.
1971 Add the old variable value as 4th default-value arg of read-string.
1972
1973 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1974
1975 * cus-face.el (custom-declare-face): Make face from X resources
1976 also on Mac.
1977
1978 * disp-table.el (standard-display-g1, standard-display-graphic):
1979 Refuse to use string glyphs also on Mac.
1980 (standard-display-european): Don't set terminal coding system also
1981 on Mac.
1982
1983 * frame.el (display-screens): Use x-display-screens also on Mac.
1984
1985 2005-10-21 Romain Francoise <romain@orebokech.com>
1986
1987 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
1988
1989 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1992 and $? into sexps.
1993
1994 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1995 warning face on open-paren-in-column-0.
1996
1997 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1998 boundary case. Fix typo.
1999 Suggested by Martin Rudalics <rudalics@gmx.at>.
2000
2001 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2002
2003 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2004 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2005 (org-export-icalendar-this-file)
2006 (org-export-icalendar-all-agenda-files)
2007 (org-export-icalendar-combine-agenda-files): New commands.
2008 (org-export-icalendar, org-print-icalendar-entries)
2009 (org-start-icalendar-file, org-finish-icalendar-file)
2010 (org-ical-ts-to-string): New functions.
2011 (org-read-date, org-goto-calendar)
2012 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2013 call to `calendar'.
2014 (orgtbl-setup): Remove the :keys arguments from the menu description.
2015 (org-after-save-iCalendar-file-hook): New variable.
2016
2017 2005-10-21 Kenichi Handa <handa@m17n.org>
2018
2019 * language/vietnamese.el (tcvn-5712): Make it an alias of
2020 vietnamese-tcvn coding-system.
2021
2022 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2023
2024 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2025 group id is given.
2026
2027 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2030 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2031 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2032 whose line is either continued or ends with a comment.
2033
2034 2005-10-20 Romain Francoise <romain@orebokech.com>
2035
2036 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2037
2038 * replace.el (occur-engine): Add follow-link property.
2039
2040 * font-core.el (font-lock-mode): Doc fix.
2041
2042 2005-10-20 Richard M. Stallman <rms@gnu.org>
2043
2044 * net/rcirc.el: New file.
2045
2046 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2047
2048 * term.el (term-term-name): Initialize to "eterm-color".
2049
2050 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2051
2052 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2053 for encryption functionality.
2054 Move allout customization subgroup from `editing' to `outlines' group.
2055 Fix commentary 'keywords' to legitimate ones.
2056 Update author info (using my current email address, obscurified).
2057 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2058 (allout-encrypted-topic-p, allout-encrypted-text-type)
2059 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2060 (allout-situate-encryption-key-verifier)
2061 (allout-get-encryption-key-verifier, allout-verify-key)
2062 (allout-next-topic-pending-encryption)
2063 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2064 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2065 (outline-key-verifier-handling, outline-key-hint-handling)
2066 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2067 (allout-file-key-verifier-string, allout-encryption-scheme)
2068 (allout-key-verifier-string, allout-key-hint-string)
2069 (allout-after-save-decrypt): New variables.
2070 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2071 (allout-after-saves-handler): New hook functions.
2072 (allout-post-command-business): Do allout-after-save-decrypt.
2073 (allout-enable-file-variable-adjustment): Custom var to enable
2074 mechanism for adding and adjusting settings of Emacs file variables.
2075 (allout-adjust-file-variable, allout-file-vars-section-data):
2076 New functions, implement the mechanism.
2077 (outlineify-sticky): Use the file vars mechanism.
2078 (allout-inhibit-protection, allout-during-write-cue)
2079 (allout-override-protect, allout-before-change-protect): Remove.
2080 (allout-flag-region, allout-open-topic): Adjust read-only text.
2081 (allout-open-line-not-read-only): Add to facilitate read-only
2082 text based protection.
2083 (allout-kill-line): Revise to adjust read-only text, clue the
2084 user about the inhibition.
2085 (allout-unprotected): Use unwind-protect.
2086 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2087 topic deeper than the offspring depth of the previous topic -
2088 avoiding confusing "containment discontinuities".
2089 (allout-reindent-bodies): Fix retention of body relative hanging
2090 indent during promotion of collapsed bodies.
2091 (allout-open-topic): Make it easy to open new topic with same
2092 bullet as current topic - topic creation functions provided with
2093 any universal argument provokes now prompt for bullet, defaulting
2094 to the bullet of the previous topic.
2095 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2096 Plain bullet alternates '.' period and ',' comma only. All other
2097 bullets are relegated to special status (but customizable).
2098 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2099 since it actually operates w.r.t. most immediately containing
2100 entry, visible or not.
2101 (allout-hide-current-entry, allout-show-current-entry): Use the
2102 revised version.
2103 (allout-old-expose-topic): Solidify deprecation.
2104 (allout-end-of-subtree): Add so we can span concealed as well
2105 as visible topics.
2106 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2107 (allout-end-of-current-heading): Tweak to just respect the first line.
2108 (allout-get-body-text): Add.
2109 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2110 when invoked interactively.
2111 (allout-up-current-level): Use `interactive-p'.
2112 (allout-mode, allout-init): Miscellaneous docstring and
2113 operational refinements, as well as hookups of new encryption stuff.
2114 (allout-beginning-of-current-entry): Now works as advertised.
2115 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2116 (allout-isearch-rectification): Refine condition for isearching.
2117 (allout-isearch-abort, allout-enwrap-isearch)
2118 (allout-flag-region, my-region-active-p): Relocate some macros.
2119 (allout-title): Fallback title is '(buffer-name)', not
2120 non-existing '(current-buffer-name)'.
2121 (subst-char-in-string): Define if absent (for some XEmacs versions).
2122
2123 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2124
2125 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2126 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2127 (mail-citation-prefix-regexp, mail-signature-file)
2128 (mail-default-headers, mail-bury-selects-summary)
2129 (mail-send-nonascii): Add autoload cookies.
2130
2131 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2132
2133 * frame.el (blink-cursor-mode): Add `mac' to the list of
2134 window-system's that support blinking cursor.
2135
2136 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2137
2138 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2139
2140 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2141
2142 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2143 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2144 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2145
2146 2005-10-20 Kim F. Storm <storm@cua.dk>
2147
2148 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2149 (ido-set-current-directory): Don't add / after final @.
2150 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2151 Explicitly handle ange-ftp completion oddities.
2152 (ido-make-file-list): Don't rotate list at tramp root to avoid
2153 triggering tramp file handler for expand-file-name via get-file-buffer.
2154
2155 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2158
2159 2005-10-19 Jay Belanger <belanger@truman.edu>
2160
2161 * calc/calc-units.el (math-standard-units): Add units, adjust
2162 symbols and update values.
2163 (math-unit-prefixes): Add more prefixes.
2164
2165 2005-10-19 Romain Francoise <romain@orebokech.com>
2166
2167 * bookmark.el (bookmark-menu-heading): New face.
2168 (bookmark-bmenu-list): Use it.
2169 Don't fiddle with `baud-rate' at top-level.
2170
2171 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2172
2173 * image.el (create-image, find-image): Mention max-image-size in
2174 docstring.
2175
2176 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * savehist.el (savehist-load): Revert to checking XEmacs.
2179
2180 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2181 Various docstring and line-width fixups.
2182 (conf-mode): Use cond.
2183 Set font-lock-defaults. Don't set comment-use-syntax.
2184
2185 2005-10-18 David Ponce <david@dponce.com>
2186
2187 * tree-widget.el (tree-widget-button-click): New function.
2188 (tree-widget-button-keymap): Use it.
2189
2190 2005-10-18 Romain Francoise <romain@orebokech.com>
2191
2192 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2193 (bookmark-bmenu-hide-filenames): Add follow-link property.
2194 Improve help-echo text.
2195
2196 * ffap.el (find-file-at-point): Doc fix.
2197
2198 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2199
2200 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2201
2202 2005-10-18 Masatake YAMATO <jet@gyve.org>
2203
2204 Install to the CVS repository what I forgot to install in my
2205 2005-10-16 changes.
2206
2207 * progmodes/python.el (python-complete-symbol): Pass the common
2208 prefix substring of completion to `display-completion-list'.
2209
2210 * textmodes/org.el (org-complete): Ditto.
2211
2212 2005-10-18 Masatake YAMATO <jet@gyve.org>
2213
2214 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2215
2216 * woman.el (WoMan-xref-man-page): New button type derived
2217 from `Man-abstract-xref-man-page'.
2218 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2219
2220 * man.el (Man-abstract-xref-man-page): New button type.
2221 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2222 (Man-highlight-references): Add new optional argument `xref-man-type'.
2223
2224 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2225
2226 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2227
2228 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * cus-edit.el (Custom-move-and-invoke): Delete.
2231 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2232
2233 * wid-edit.el (widget-move-and-invoke): New function, from
2234 Custom-move-and-invoke.
2235
2236 2005-10-17 Bill Wohler <wohler@newt.com>
2237
2238 Move all remaining images from lisp/toolbar to etc/images, move
2239 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2240 the low resolution images in their own directory (low-color).
2241
2242 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2243 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2244 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2245 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2246 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2247 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2248 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2249
2250 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2251 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2252 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2253 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2254 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2255 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2256 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2257 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2258 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2259 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2260 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2261 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2262 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2263 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2264 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2265
2266 To conform with convention, replace the underscore (_) in the
2267 following image names with dash (-) or (/) as appropriate.
2268
2269 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2270 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2271 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2272 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2273 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2274 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2275 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2276 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2277 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2278 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2279 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2280 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2281 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2282 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2283 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2284
2285 * info.el (info-tool-bar-map): Replace underscores in image names
2286 with dashes.
2287
2288 * makefile.w32-in (WINS): Remove toolbar.
2289
2290 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2291
2292 * tool-bar.el: Move to lisp from toolbar. Now that
2293 toolbar is empty, it should be deleted when folks run "cvs up -P".
2294
2295 2005-10-18 Jay Belanger <belanger@truman.edu>
2296
2297 * calc/calc-store.el (calc-store-into): Get the proper variable name
2298 to display in message.
2299
2300 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2301
2302 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2303 expressions display in speedbar for all buffers when debugging.
2304 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2305
2306 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2307 (speedbar-insert-button, speedbar-make-button):
2308 Use add-text-properties.
2309 (speedbar-update-localized-contents)
2310 (speedbar-update-directory-contents)
2311 (speedbar-update-special-contents): Use dolist.
2312 (speedbar-buffer-easymenu-definition): Add a menu separator.
2313
2314 2005-10-17 Jason Rumney <jasonr@gnu.org>
2315
2316 * makefile.w32-in: Use $(lisp) consistently.
2317 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2318 for shell specific generation of mh-autoloads.
2319
2320 2005-10-17 Richard M. Stallman <rms@gnu.org>
2321
2322 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2323
2324 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * jit-lock.el (jit-lock-fontify-now):
2327 Move jit-lock-context-unfontify-pos to avoid wasted work.
2328
2329 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2330
2331 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2332 `tramp-completion-mode' for checking if we are in completion mode.
2333 (tramp-completion-handle-file-name-all-completions): Reorder code
2334 in order to complete for file names only in case there are no
2335 method/user/host completions. This is necessary for cooperation
2336 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2337
2338 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * longlines.el (longlines-search-forward)
2341 (longlines-search-backward): Match any number of spaces.
2342
2343 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2344
2345 * diff-mode.el (diff-mode): Doc fix.
2346
2347 2005-10-16 David Reitter <david.reitter@gmail.com>
2348
2349 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2350 as default on darwin and windows systems.
2351
2352 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2353
2354 * arc-mode.el (archive-zip-extract): Doc fix.
2355
2356 2005-10-16 Romain Francoise <romain@orebokech.com>
2357
2358 * mouse.el (mouse-1-click-follows-link): Doc fix.
2359
2360 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * savehist.el: Don't require CL at runtime.
2363 (savehist-xemacs): Remove.
2364 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2365 (savehist-no-conversion): Use (featurep 'xemacs).
2366 (savehist-load): Check existence of start-itimer rather than XEmacs.
2367 Use an idle timer.
2368 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2369 `delete-if-not'.
2370
2371 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2372
2373 * savehist.el: Newer version.
2374 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2375 (savehist-last-checksum, savehist-no-conversion): New vars.
2376 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2377 New functions.
2378 (savehist-load, savehist-save): Use them.
2379 (savehist-delimit): Remove.
2380
2381 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * progmodes/compile.el (compilation-goto-locus): Display the
2384 compilation buffer first and the source buffer second, in case they're
2385 in overlapping frames. Don't raise the compilation frame if it was the
2386 selected window upon entry. Pass the `other-window' arg to
2387 pop-to-buffer.
2388
2389 * info.el (Info-fontify-node): Use dolist.
2390 Change add-text-properties to put-text-property.
2391
2392 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2393
2394 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2395 bound of search.
2396
2397 2005-10-16 Masatake YAMATO <jet@gyve.org>
2398
2399 * dabbrev.el (dabbrev-completion): Pass the common
2400 prefix substring of completion to `display-completion-list'.
2401
2402 * filecache.el (file-cache-minibuffer-complete)
2403 (file-cache-complete): Ditto.
2404
2405 * tempo.el (tempo-display-completions): Ditto.
2406
2407 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2408
2409 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2410
2411 * eshell/em-hist.el (eshell-list-history): Ditto.
2412
2413 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2414
2415 * mail/mailalias.el (mail-complete): Ditto.
2416
2417 * progmodes/etags.el (complete-tag): Ditto.
2418
2419 * progmodes/make-mode.el (makefile-complete): Ditto.
2420
2421 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2422
2423 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2424
2425 * progmodes/pascal.el (pascal-complete-word)
2426 (pascal-show-completions): Ditto.
2427
2428 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2429
2430 * simple.el (completion-common-substring): New variable.
2431 (completion-setup-function): Use `completion-common-substring'
2432 to put faces.
2433
2434 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2435
2436 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2437 (x-get-selection, mac-select-convert-to-string): Convert from/to
2438 UTF-16 clipboard data as in native byte order, no BOM.
2439
2440 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2441
2442 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2443 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2444 (gud-sentinel): Use speedbar-frame to check for speedbar.
2445
2446 2005-10-15 Richard M. Stallman <rms@gnu.org>
2447
2448 * savehist.el: New file.
2449
2450 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2451
2452 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2453 Fix bug in \bf fontification.
2454
2455 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * pcvs.el (cvs-edit-log-files): New var.
2458 (cvs-mode-edit-log): New arg `file'.
2459 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2460 Instead force the use of the original file and nothing else.
2461 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2462 the cvs-minor-wrap-function is set.
2463 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2464
2465 2005-10-14 Bill Wohler <wohler@newt.com>
2466
2467 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2468 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2469 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2470 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2471 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2472 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2473 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2474 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2475 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2476 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2477 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2478 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2479 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2480 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2481 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2482
2483 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2484 appropriately (for example, gud-break to gud/break).
2485
2486 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * longlines.el (longlinges-search-function)
2489 (longlines-search-forward, longlines-search-backward): New functions.
2490 (longlines-mode): Set isearch-search-fun-function to
2491 longlinges-search-function.
2492
2493 * mouse.el (mouse-drag-region-1): Handle the case where a
2494 double-click event is bound to an arbitrary function.
2495
2496 2005-10-14 David Ponce <david@dponce.com>
2497
2498 * recentf.el (recentf-track-opened-file)
2499 (recentf-track-closed-file, recentf-update-menu)
2500 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2501 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2502 mouse-1-click-follows-link.
2503
2504 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2505
2506 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2507 Gnome file-manager.png. Suggested by
2508 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2509
2510 * toolbar/README: Add diropen.xpm.
2511
2512 2005-10-13 Bill Wohler <wohler@newt.com>
2513
2514 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2515 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2516
2517 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2520 Don't waste the byte-compiler's time on constant data.
2521
2522 2005-10-13 Kenichi Handa <handa@m17n.org>
2523
2524 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2525 byte with `escape-glyph' face.
2526
2527 * international/fontset.el (ccl-encode-unicode-font):
2528 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2529 Handle the case that ucs-mule-to-mule-unicode translates a character to
2530 ASCII (usually for IPA characters).
2531
2532 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2535 Don't hide the underline of titles if font-lock-mode is disabled.
2536
2537 2005-10-12 Bill Wohler <wohler@newt.com>
2538
2539 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2540 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2541 files in MH-E-SRC have been updated.
2542 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2543
2544 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2547 (mixal-mode-syntax-table): Add \n as end-comment.
2548 (mixal-operation-codes-alist): Immediately initialize to full value.
2549 (mixal-add-operation-code): Remove.
2550 (mixal-describe-operation-code): Make the arg non-optional.
2551 Use the interactive spec instead.
2552 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2553 (mixal-font-lock-keywords): Don't highlight comments here any more.
2554 (mixal-font-lock-syntactic-keywords): New var.
2555 (mixal-mode): Use it. Fix comment-start-skip.
2556
2557 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2558
2559 * startup.el (command-line-x-option-alist): -nb => -nbi
2560
2561 2005-10-12 Kim F. Storm <storm@cua.dk>
2562
2563 * startup.el (fancy-splash-default-action): Discard mouse click in
2564 the splash screen window, as it has no sensible meaning in the
2565 next window to be selected. Fixes error reported by Jan D.
2566
2567 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2568
2569 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2570
2571 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2574 Try to fix up minor layout issues like indentation, line break, etc...
2575 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2576 because it doesn't work.
2577 (mixal-operation-codes): Add some more codes.
2578 (mixal-font-lock-keywords): Process comments here.
2579 (mixal-mode): mixasm no longer needs -g option.
2580
2581 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2582
2583 * progmodes/sh-script.el (sh-tmp-file):
2584 Use mktemp -t. Finish support for es and rc shells.
2585
2586 2005-10-11 Jay Belanger <belanger@truman.edu>
2587
2588 * calc/calcalg2.el (calc-integral): With an argument, compute the
2589 definite integral.
2590
2591 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * mouse.el (mouse-drag-region-1): Don't try to catch a
2594 double-click when doing follow-link (it's overridden anyway).
2595
2596 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2599 (autoload-print-form-outbuf): Add docstring.
2600
2601 2005-10-11 Juri Linkov <juri@jurta.org>
2602
2603 * info.el (Info-mode-menu): Delete menu item "Edit".
2604 (Info-mode): Delete description of Info-edit from docstring,
2605 and rearrange descriptions of Info commands in the order
2606 they are documented in the Info manual.
2607
2608 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * calendar/appt.el (appt-check): Use diary-selective-display var.
2611
2612 2005-10-10 Richard M. Stallman <rms@gnu.org>
2613
2614 * net/newsticker.el (newsticker-start, newsticker-show-news):
2615 Add autoload cookies.
2616
2617 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2618
2619 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2620
2621 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2622
2623 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2624
2625 2005-10-10 Jay Belanger <belanger@truman.edu>
2626
2627 * calc/calc-arith.el (math-check-known-scalarp)
2628 (math-check-known-matrixp): Check the values of arguments that are
2629 variables.
2630 (math-check-known-square-matrixp): New function.
2631 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2632 (math-super-types): Add sqmatrix type.
2633
2634 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2635 mode name `square' to 'sqmatrix'.
2636
2637 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2638 mode name `square' to 'sqmatrix'.
2639
2640 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * progmodes/etags.el (select-tags-table-mode): Don't use
2643 selective-display.
2644 (tags-select-tags-table): Pass `button' to the action function.
2645 (select-tags-table): Place the side-info on button properties rather
2646 than in hidden text. Abbreviate file names.
2647 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2648 (select-tags-table-select): Add `button' argument.
2649 Get side-info from the button property rather than from hidden text.
2650
2651 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2652
2653 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2654 (gud-speedbar-buttons): Preserve point if possible.
2655 (gud-sentinel): Restore previous speedbar display type.
2656
2657 * progmodes/gdb-ui.el (gdba): Improve diagram.
2658 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2659 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2660 Call get-buffer-window once.
2661
2662 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2665 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2666 (pascal-indent-command): Remove unused var `ind'.
2667 (pascal-indent-case): Remove unused var `oldpos'.
2668 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2669 since it's now used as a proper minor mode map.
2670 (pascal-outline): Rename to pascal-outline-mode.
2671 (pascal-outline-mode): Use define-minor-mode.
2672 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2673 selective-display.
2674
2675 2005-10-10 Andreas Schwab <schwab@suse.de>
2676
2677 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2678 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2679
2680 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2681 outside source directory.
2682
2683 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2684
2685 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2686 C-x' as a prefix.
2687 (orgtbl-mode-map): Full keymap instead of sparse, because all
2688 `self-insert-command' keys are redefined in this map.
2689 (org-export-as-html): Specify charset for HTML file, by taking it
2690 from the coding system.
2691
2692 2005-10-10 Kenichi Handa <handa@m17n.org>
2693
2694 * textmodes/flyspell.el (flyspell-check-word-p):
2695 If unread-command-events is non-empty, don't call sit-for.
2696
2697 2005-10-09 Richard M. Stallman <rms@gnu.org>
2698
2699 * font-lock.el (font-lock-syntactic-keywords)
2700 (font-lock-keywords): Doc fixes.
2701
2702 * textmodes/flyspell.el (flyspell-external-point-words):
2703 Simplify logic, and don't try to check for consecutive appearances
2704 of one incorrect word.
2705
2706 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2707
2708 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2709 separator.
2710
2711 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2712 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2713 (gud-expansion-speedbar-buttons): New function.
2714 (gud-speedbar-buttons): Check for gud-comint-buffer.
2715
2716 2005-10-09 Bill Wohler <wohler@newt.com>
2717
2718 * Makefile.in (updates): Add mh-loaddefs dependency.
2719
2720 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2721
2722 * speedbar.el (speedbar-file-key-map): Fix typo.
2723
2724 2005-10-09 Daniel Brockman <daniel@brockman.se>
2725
2726 * cus-start.el (line-spacing): Add custom spec.
2727
2728 2005-10-09 Romain Francoise <romain@orebokech.com>
2729
2730 * textmodes/ispell.el (ispell-check-version): Fix last change.
2731
2732 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2733
2734 * term/x-win.el: Remove -i, --icon-type from comment.
2735
2736 * startup.el (command-line-x-option-alist): Remove options -i,
2737 -itype, --icon-type, added -nb, --no-bitmap-icon
2738
2739 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
2740
2741 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2742 instead of :active.
2743
2744 2005-10-08 Eric Hanchrow <offby1@blarg.net>
2745
2746 * textmodes/ispell.el (ispell-check-version):
2747 Ignore hyphen, and all that follows, in aspell's version text.
2748
2749 2005-10-08 Jay Belanger <belanger@truman.edu>
2750
2751 * calc/calc-arith.el (math-known-square-matrixp): New function.
2752 (math-pow-fancy): Check for matrices before distributing exponent
2753 across products.
2754
2755 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2756 fullscreen keypad. Suggested by Luc Teirlinck.
2757 (calc-keypad-show-input): Add space for formatting.
2758
2759 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2760 Add square matrix option.
2761
2762 * calc/calc-poly.el (math-expand-term): Check for matrices instead
2763 of checking calc-matrix-mode when deciding how to expand.
2764
2765 * calc/calc.el (calc-set-mode-line): Add square matrix option.
2766
2767 2005-10-08 Lars Hansen <larsh@soem.dk>
2768
2769 * net/tramp.el (tramp-perl-directory-files-and-attributes):
2770 Add error handling.
2771 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2772
2773 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
2774
2775 Sync with Tramp 2.0.51.
2776
2777 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2778 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2779 Insert special handling for `last-coding-system-used', again
2780 it still seems to be necessary (unlike stated before).
2781 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2782 (tramp-password-prompt-regexp): There might be other words before
2783 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2784 (tramp-chunksize): Improve docstring.
2785 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2786 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
2787 Christian Joergensen <bugs@razor.dk>.
2788
2789 2005-10-07 Glenn Morris <rgm@gnu.org>
2790
2791 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2792 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2793 precision'.
2794
2795 2005-10-07 Romain Francoise <romain@orebokech.com>
2796
2797 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2798 (ibuffer-do-shell-command-pipe-replace)
2799 (ibuffer-do-shell-command-file, ibuffer-do-eval)
2800 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2801 (ibuffer-do-revert, ibuffer-do-replace-regexp)
2802 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2803 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2804 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2805 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2806 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2807 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2808 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2809 Autoload file sans suffix.
2810
2811 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2812
2813 2005-10-07 David Ponce <david@dponce.com>
2814
2815 * recentf.el (recentf-menu-open-all-flag): New option.
2816 (recentf-digit-shortcut-command-name): New function.
2817 (recentf--shortcuts-keymap): New variable.
2818 (recentf-menu-shortcuts): New variable.
2819 (recentf-make-menu-items): Initialize it. Replace the "More..."
2820 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2821 (recentf-menu-value-shortcut): New function.
2822 (recentf-make-menu-item): Use it. No more in-lined.
2823 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2824 (recentf-open-most-recent-file): Rename from
2825 `recentf-open-file-with-key'. Don't depend on key binding.
2826 (recentf-mode-map): New variable.
2827 (recentf-mode): Use it.
2828
2829 2005-10-06 Bill Wohler <wohler@newt.com>
2830
2831 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
2832
2833 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2834 (MH-E-SRC): New. Used by mh-autoloads.
2835 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2836 files in MH-E-SRC have been updated.
2837 (compile, recompile, bootstrap): Depend on mh-autoloads.
2838
2839 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
2840
2841 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2842 gud-break and gud-remove icons when the fringe is not available.
2843
2844 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2845 Typo.
2846
2847 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2848
2849 * play/zone.el (zone): Wrap body with save-window-excursion.
2850
2851 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2854 Use the new `list-only' arg to diary-list-entries.
2855
2856 * calendar/diary-lib.el: Use overlays rather than selective-display.
2857 (diary-selective-display): New var.
2858 (diary-header-line-format): Use it.
2859 (diary-list-entries): Add argument `list-only'.
2860 Put the buffer in diary-mode. Don't add \^M at beg and end.
2861 Replace \^M by invisible overlays.
2862 (diary-unhide-everything): Replace \^M by invisible overlays.
2863 (print-diary-entries): Look for overlays rather than \^M.
2864 Add a space to the temp buffer name.
2865 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2866 Put the buffer in diary-mode.
2867 (list-sexp-diary-entries): Replace \^M by invisible overlays.
2868 (diary-anniversary): Make the year arg optional.
2869 (diary-time-regexp): New const.
2870 (diary-font-lock-keywords): Use it to accept a few more time formats.
2871
2872 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2873
2874 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
2875
2876 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2877 Fix bug introduced 2005-07-03: Use (car (last ...))
2878 to faithfully reproduce replaced artist-last.
2879 (artist-set-arrow-points-for-poly): Likewise.
2880 Suggested by Johan Bockg\e,Ae\e(Brd.
2881
2882 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
2883
2884 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2885 * wid-edit.el (widget):
2886 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2887 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2888
2889 2005-10-06 Kenichi Handa <handa@m17n.org>
2890
2891 * international/mule-cmds.el (set-language-environment):
2892 Fix setting up of case-table for unibyte mode.
2893
2894 * simple.el (what-cursor-position): If the character is displayed
2895 by some `display' text property, show that. Don't use
2896 single-key-description for eight-bit characters in multibyte mode.
2897
2898 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
2899
2900 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2901 (gdb-ann3): Set it.
2902 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2903 (gdb-info-frames-custom): Use inverse-video for first five
2904 characters of selected frame only.
2905 (gdb-get-frame-number): Select frame even when point is on frame
2906 number.
2907
2908 2005-10-06 Masatake YAMATO <jet@gyve.org>
2909
2910 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2911 Put `font-lock-function-name-face'.
2912 (gdb-info-frames-custom): Put `font-lock-function-name-face'
2913 and `font-lock-variable-name-face'
2914 (gdb-registers-font-lock-keywords): New font lock keywords definition.
2915 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2916 (gdb-memory-font-lock-keywords): New font lock keywords definition.
2917 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2918 (gdb-local-font-lock-keywords): New font lock keywords definition.
2919 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2920 (gdb-threads-font-lock-keywords): New font lock keywords definition.
2921 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2922
2923 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
2924
2925 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2926 (ediff-merge-region-is-non-clash-to-skip): Previously called
2927 ediff-merge-region-is-non-clash.
2928
2929 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2930 Use insert-buffer-substring.
2931
2932 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2933 selecting files to patch. Also bug fixes.
2934
2935 * ediff-util.el (ediff-setup): Bug fix.
2936 (ediff-next-difference): Never skip clashes that differ in white
2937 space only.
2938
2939 * ediff-wind.el (ediff-setup-control-frame)
2940 (ediff-destroy-control-frame): Check the menubar feature.
2941
2942 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2943 (viper-refresh-mode-line): Use make-local-variable to localize
2944 some vars instead of make-variable-buffer-local. Suggested by
2945 Stefan Monnier.
2946
2947 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2948 (viper-restore-cursor-type, viper-set-insert-cursor-type):
2949 Use make-local-variable instead of make-variable-buffer-local.
2950 Suggested by Stefan Monnier.
2951
2952 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2953 (viper-comint-mode-hook): Use make-local-variable on
2954 require-final-newline.
2955 (viper-non-hook-settings): Don't use make-variable-buffer-local.
2956
2957 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2960 also the second char of a comment-start sequence.
2961 (scheme-sexp-comment-syntax-table): New var.
2962 (lambda, define): Set their scheme-doc-string-elt property.
2963 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2964 Use lisp-font-lock-syntactic-face-function now that it properly
2965 handles |...| symbols.
2966 (scheme-mode-variables): Set lisp-doc-string-elt-property,
2967 parse-sexp-lookup-properties and font-lock-extra-managed-props.
2968
2969 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2970 bit from # to |.
2971 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2972
2973 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2974 (lisp-doc-string-elt-property): New var.
2975 (lisp-font-lock-syntactic-face-function): Use it.
2976 Rewrite to recognize docstrings even for forms not at toplevel.
2977
2978 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2979 annotation on the | part of #| rather than on the # part.
2980 (scheme-font-lock-syntactic-face-function): New function, to
2981 distinguish strings from |...| symbols.
2982 (scheme-mode-variables): Use it. Also fix up the font-lock-time
2983 syntax-table so that #|...|# is properly highlighted.
2984
2985 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2986 Don't mark as docstring the 3rd elem of an unknown toplevel form.
2987
2988 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2991 and C-e.
2992
2993 * emacs-lisp/eldoc.el: Move comments into docstrings.
2994 (eldoc-message-commands): Initialize in its declaration.
2995 Add move-beginning-of-line and move-end-of-line.
2996 (eldoc-add-command, eldoc-add-command-completions)
2997 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2998
2999 * outline.el (outline-mark-subtree): Activate the mark.
3000
3001 * calendar/appt.el (appt-time-regexp): New var.
3002 (appt-add, appt-make-list): Use it.
3003 (appt-convert-time): Clean up.
3004
3005 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3006 Don't set any syntax-table property here.
3007 (tex-font-lock-verb): New function. Do it here.
3008 (tex-font-lock-syntactic-keywords): Use it.
3009
3010 2005-10-04 Richard M. Stallman <rms@gnu.org>
3011
3012 * wid-edit.el (widget-file-complete): Get the widget start point
3013 the right way. Default directory to `/' if file has none.
3014
3015 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3016
3017 * textmodes/flyspell.el (flyspell-mode-on):
3018 Call ispell-maybe-find-aspell-dictionaries.
3019
3020 * textmodes/ispell.el (ispell-word, ispell-region):
3021 Call ispell-maybe-find-aspell-dictionaries.
3022 (ispell-accept-buffer-local-defs):
3023 Don't call ispell-maybe-find-aspell-dictionaries
3024
3025 2005-10-04 Richard M. Stallman <rms@gnu.org>
3026
3027 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3028
3029 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3030
3031 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3032 instead of `fboundp' in order to allow for anonymous functions.
3033
3034 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3037 case the user clicks on the link while another window is selected.
3038 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3039
3040 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3041 functionality.
3042 (dframe-help-echo): Save point in case mouse tracking is off.
3043
3044 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3045
3046 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3047
3048 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3051 not change the global value of those vars.
3052
3053 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3054 make-local-variable which we do not need any more.
3055
3056 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3059 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3060 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3061 (speedbar-path-line): Define obsolete aliases.
3062 (speedbar-line-directory): Doc fix.
3063
3064 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3065 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3066 instead of speedbar-line-path.
3067
3068 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3069
3070 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3071 to nil if dropping on a window. Handle dropping on a minibuffer window
3072 like dropping on a non-window part of Emacs.
3073
3074 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * net/ange-ftp.el: Use with-current-buffer.
3077 (ange-ftp-insert-directory): Do not follow symlinks any more.
3078
3079 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3080 Remove interactive spec.
3081
3082 2005-10-03 Kim F. Storm <storm@cua.dk>
3083
3084 * ido.el (ido-mode): Use custom-initialize-set.
3085
3086 2005-10-02 Richard M. Stallman <rms@gnu.org>
3087
3088 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3089 Use insert-buffer-substring.
3090
3091 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3092 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3093
3094 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3097 in last change.
3098 (ange-ftp-insert-directory): Fix up the search for the case where
3099 `file' is absolute.
3100
3101 2005-10-02 Romain Francoise <romain@orebokech.com>
3102
3103 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3104
3105 2005-10-02 Andreas Schwab <schwab@suse.de>
3106
3107 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3108 directory component in the session info.
3109
3110 2005-10-01 Richard M. Stallman <rms@gnu.org>
3111
3112 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3113
3114 * simple.el (next-error-internal): New function.
3115
3116 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3117 (compilation-start): Pass new arg to compilation-buffer-name.
3118 (compile-goto-error): Use next-error-internal.
3119
3120 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * speedbar.el: Remove RCS tag.
3123 (speedbar-check-read-only): Handle non-existent files.
3124
3125 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3126
3127 * info.el (Info-speedbar-hierarchy-buttons)
3128 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3129
3130 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3131
3132 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3133 Do not match newline.
3134 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3135 (bibtex-summary): Remove unnecessary save-excursion.
3136 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3137
3138 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3139
3140 * term/mac-win.el: Add charset info for "iso10646-1".
3141 Modify default fontset to use ATSUI-compatible fonts for some charsets
3142 if available.
3143
3144 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * speedbar.el: Re-apply arch tag.
3147 (speedbar-version): Rename to version 1.0. Suggested by Eric
3148 M. Ludlam.
3149 Reapply two changes from Emacs CVS' version of speedbar lost
3150 during the merge:
3151 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3152 (speedbar-frame-parameters): Improve customize type.
3153
3154 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3157 (ange-ftp-file-directory-p): Fix the symlink case.
3158 (ange-ftp-insert-directory): When listing a single file, get a list of
3159 the parent buffer and extract the relevant line. Inspired from a patch
3160 by Katsumi Yamaoka <yamaoka@jpl.org>.
3161 (ange-ftp-file-name-sans-versions): Simplify.
3162
3163 2005-09-30 Bill Wohler <wohler@newt.com>
3164
3165 Move MH-E image files from toolbar and mail directories into
3166 etc/images.
3167
3168 * mail/reply2.*: Move to etc/images/mail/reply*.
3169
3170 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3171 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3172 etc/images.
3173
3174 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3175 * toolbar/reply*: Move to etc/images/mail.
3176
3177 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3178
3179 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3180
3181 * speedbar.el: New version 1.0pre3.
3182
3183 Frame management code (including timer, and mouse click specifics)
3184 moved to dframe.el:
3185 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3186 (speedbar-timer): Removed. Use dframe-timer.
3187 (speedbar-close-frame): Removed. Use dframe-close-frame.
3188 (speedbar-activity-change-focus-flag): Removed. Use
3189 dframe-activity-change-focus-flag.
3190 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3191 dframe-update-speed.
3192
3193 (speedbar-current-frame): New macro. Use this instead of the
3194 variable speedbar-frame.
3195
3196 (speedbar-use-images, speedbar-expand-image-button-alist)
3197 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3198
3199 (speedbar-find-image-on-load-path): Removed. Replaced by
3200 defezimage in ezimage.el.
3201 (speedbar-expand-image-button-alist): Removed. Replaced by
3202 ezimage-expand-image-button-alist in ezimage.el.
3203
3204 (speedbar-ignored-directory-regexp)
3205 (speedbar-add-ignored-directory-regexp)
3206 (speedbar-ignored-directory-expressions)
3207 (speedbar-line-directory, speedbar-buffers-line-directory)
3208 (speedbar-directory-line, speedbar-buffers-line-directory):
3209 Renamed, replacing `path' with `directory'.
3210
3211 (speedbar-create-directory, speedbar-expand-line-descendants)
3212 (speedbar-toggle-line-expansion)
3213 (speedbar-contract-line-descendants): New commands.
3214
3215 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3216 (speedbar-use-tool-tips-flag): New options.
3217
3218 (speedbar-check-read-only, speedbar-require-version)
3219 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3220 (speedbar-handle-delete-frame, speedbar-try-completion)
3221 (speedbar-update-localized-contents): New functions.
3222
3223 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3224 (speedbar-object-read-only-indicator): New variables.
3225
3226 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3227 New hooks.
3228
3229 (speedbar-separator-face): New face.
3230
3231 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3232 (speedbar-ignored-modes): Add fundamental-mode.
3233 (speedbar-directory-unshown-regexp): Add . directories.
3234
3235 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3236 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3237 `]' for full expand/close.
3238 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3239
3240 (speedbar-check-vc): Support hidden files.
3241 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3242 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3243 state is nil, it is not checked out.
3244
3245 (speedbar-line-text, speedbar-line-token): Support expand buttons
3246 with no text.
3247 (speedbar-refresh): Universal argument acts as power-click.
3248 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3249 that buffer to get variable values.
3250
3251 And many other bugfixes.
3252
3253 * dframe.el, ezimage.el, sb-image.el: New files.
3254
3255 * sb-*.xpm: Remove files. New image files installed into
3256 etc/images/ezimage.
3257
3258 2005-09-30 Kenichi Handa <handa@m17n.org>
3259
3260 * ps-mule.el (ps-mule-show-warning): If a character is in
3261 ps-print-translation-table, don't treat it as non-printable.
3262
3263 2005-09-30 David Ponce <david@dponce.com>
3264
3265 * tree-widget.el (tree-widget-themes-load-path): New variable.
3266 (tree-widget-themes-directory): Doc fix.
3267 (tree-widget-image-formats) [Emacs]: Doc fix.
3268 (tree-widget--locate-sub-directory): New function.
3269 (tree-widget-themes-directory): Use it.
3270
3271 * recentf.el (recentf-filename-handlers): Rename from
3272 `recentf-filename-handler'. Allow a list of functions.
3273 (recentf-menu-items-for-commands): Fix :help strings.
3274 (recentf-apply-filename-handlers): New function.
3275 (recentf-expand-file-name): Use it.
3276 (recentf-cleanup): Remove duplicates too.
3277
3278 2005-09-29 Juri Linkov <juri@jurta.org>
3279
3280 * faces.el: Rearrange face definitions to be in the same order as
3281 their face descriptions in "(emacs)Standard Faces".
3282
3283 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3284
3285 * tooltip.el (tooltip): Add group `basic-faces'.
3286
3287 * buff-menu.el (Buffer-menu-buffer): Remove group
3288 `font-lock-highlighting-faces'.
3289
3290 * progmodes/compile.el (compilation-error, compilation-warning)
3291 (compilation-info, compilation-line-number, compilation-column-number):
3292 Change group from `font-lock-highlighting-faces' to `compilation'.
3293
3294 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3295 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3296 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3297 (vhdl-font-lock-reserved-words-face)
3298 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3299 `font-lock-highlighting-faces'.
3300
3301 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3302
3303 2005-09-28 Kim F. Storm <storm@cua.dk>
3304
3305 * emulation/cua-base.el: Set CUA move property on additional commands:
3306 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3307 forward-sexp, backward-sexp, forward-list, backward-list.
3308
3309 2005-09-28 Romain Francoise <romain@orebokech.com>
3310
3311 * comint.el (comint-show-output): Really set point at the
3312 beginning of the output when not using `comint-use-prompt-regexp'.
3313
3314 2005-09-27 Jay Belanger <belanger@truman.edu>
3315
3316 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3317 in TeX mode.
3318
3319 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3320
3321 * textmodes/org.el (org-table-sum): Fix format string.
3322
3323 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3324 Quote face names.
3325
3326 2005-09-26 Romain Francoise <romain@orebokech.com>
3327
3328 * isearch.el (isearch-forward-regexp): Close doc string.
3329
3330 2005-09-25 Richard M. Stallman <rms@gnu.org>
3331
3332 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3333
3334 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3335
3336 * progmodes/compile.el (compilation-error-properties):
3337 When getting the file from the previous error message,
3338 correctly decode the new data format.
3339
3340 * progmodes/cc-cmds.el (c-electric-paren):
3341 Call old-blink-paren only for close-paren.
3342
3343 2005-09-24 Andreas Schwab <schwab@suse.de>
3344
3345 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3346 condition.
3347
3348 2005-09-25 Romain Francoise <romain@orebokech.com>
3349
3350 * dired-aux.el (dired-copy-file-recursive):
3351 * dired.el (dired-delete-file):
3352 * ediff-mult.el (ediff-dir-diff-copy-file):
3353 * ediff-util.el (ediff-test-save-region):
3354 * forms.el (forms-mode):
3355 * ido.el (ido-file-internal, ido-delete-file-at-head):
3356 * log-edit.el (log-edit-done):
3357 * ses.el (ses-yank-resize):
3358 * play/gomoku.el (gomoku-human-plays, gomoku)
3359 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3360 (gomoku-offer-a-draw):
3361 * play/landmark.el (lm-human-resigns, lm):
3362 * net/eudcb-ldap.el (eudc-ldap-check-base):
3363 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3364 * progmodes/ebrowse.el (ebrowse-find-pattern):
3365 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3366 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3367 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3368
3369 * vc.el (vc-delete-file):
3370 * play/gomoku.el (gomoku-terminate-game, gomoku)
3371 (gomoku-prompt-for-move, gomoku-human-takes-back):
3372 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3373 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3374
3375 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3376
3377 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3378 color rxvt terminals by using the code xterm.el used to use before
3379 2005-04-09 in order to match the colors used by rxvt.
3380
3381 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3382
3383 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3384 colors rxvt-unicode terminals by using the same code as xterm.el.
3385
3386 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3389 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3390 new symbol used for the tex-verbatim face.
3391
3392 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3393
3394 * woman.el (woman-file-name):
3395 * wid-edit.el (widget-file-prompt-value)
3396 (widget-coding-system-prompt-value):
3397 * w32-fns.el (set-w32-system-coding-system):
3398 * vc.el (vc-version-diff, vc-annotate):
3399 * textmodes/reftex-auc.el (reftex-arg-cite)
3400 (reftex-arg-index-tag):
3401 * textmodes/refer.el (refer-get-bib-files):
3402 * textmodes/artist.el (artist-figlet-choose-font):
3403 * terminal.el (terminal-emulator):
3404 * replace.el (occur-read-primary-args):
3405 * rect.el (string-rectangle, string-insert-rectangle):
3406 * ps-print.el (ps-print-preprint):
3407 * progmodes/pascal.el (pascal-goto-defun):
3408 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3409 * progmodes/compile.el (compilation-find-file):
3410 * printing.el (pr-interactive-n-up):
3411 * play/animate.el (animate-birthday-present):
3412 * net/rcompile.el (remote-compile):
3413 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3414 * mail/rmailsum.el (rmail-summary-search-backward)
3415 (rmail-summary-search):
3416 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3417 (rmail-output-read-file-name):
3418 * mail/rmail.el (rmail-search, rmail-search-backwards):
3419 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3420 * locate.el (locate):
3421 * international/quail.el (quail-show-keyboard-layout):
3422 * international/mule.el (set-buffer-file-coding-system)
3423 (revert-buffer-with-coding-system, set-file-name-coding-system)
3424 (set-terminal-coding-system, set-keyboard-coding-system)
3425 (set-next-selection-coding-system):
3426 * international/mule-diag.el (describe-coding-system)
3427 (describe-font, describe-fontset):
3428 * international/mule-cmds.el (universal-coding-system-argument)
3429 (search-unencodable-char, describe-input-method)
3430 (set-language-environment, describe-language-environment):
3431 * international/codepage.el (codepage-setup):
3432 * international/code-pages.el (codepage-setup):
3433 * info.el (Info-search, Info-follow-reference)
3434 (Info-search-backward):
3435 * emacs-lisp/advice.el (ad-read-advised-function)
3436 (ad-read-advice-class, ad-clear-cache, ad-activate)
3437 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3438 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3439 (ad-read-regexp):
3440 * ediff-util.el (ediff-toggle-regexp-match):
3441 * ediff-ptch.el (ediff-prompt-for-patch-file):
3442 * dired-aux.el (dired-diff):
3443 * diff.el (diff):
3444 * cus-edit.el (custom-variable-prompt):
3445 * calendar/timeclock.el (timeclock-ask-for-project):
3446 * calc/calcalg3.el (calc-get-fit-variables):
3447 * calc/calc-store.el (calc-edit-variable)
3448 (calc-permanent-variable):
3449 * vc-mcvs.el (vc-mcvs-register):
3450 * shadowfile.el (shadow-define-literal-group):
3451 * woman.el (woman-file-name):
3452 * vc.el (vc-version-diff, vc-merge):
3453 * textmodes/reftex-index.el (reftex-index-complete-tag):
3454 * format.el (format-decode-buffer, format-decode-region):
3455 * emulation/viper-cmd.el (viper-read-string-with-history):
3456 * emacs-lisp/debug.el (cancel-debug-on-entry):
3457 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3458 * ediff.el (ediff-merge-revisions)
3459 (ediff-merge-revisions-with-ancestor, ediff-revision):
3460 * completion.el (interactive-completion-string-reader):
3461 * calc/calc-prog.el (calc-user-define-formula):
3462 Follow convention for reading with the minibuffer.
3463
3464 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3465
3466 * progmodes/python.el (python-describe-symbol): Add globals() and
3467 locals() to the arguments of emacs.ehelp.
3468
3469 2005-09-24 Magnus Henoch <mange@freemail.hu>
3470
3471 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3472 New function, code extracted from ispell-valid-dictionary-list.
3473 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3474 Call it.
3475
3476 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3477
3478 * subr.el (version-regexp-alist): Extend valid syntax for version
3479 strings: allow any of the characters -,_,+ to separate the
3480 alpha/beta/rc part from the version part. Doc fix.
3481 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3482
3483 2005-09-23 David Reitter <david.reitter@gmail.com>
3484
3485 * mail/mailclient.el: New file.
3486
3487 2005-09-23 Richard M. Stallman <rms@gnu.org>
3488
3489 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3490 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3491 Doc fixes.
3492
3493 * progmodes/cc-mode.el (c-font-lock-init):
3494 Specify font-lock-lines-before.
3495
3496 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3499 whole conflict.
3500
3501 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3502
3503 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3504 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3505 of `remap' feature when available. Additional key bindings for
3506 better tty support.
3507 (org-mode-restart, org-force-self-insert): New commands.
3508 (org-time-stamp-inactive): New command.
3509 (org-remap): New function.
3510 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3511 (org-enable-fixed-width-editor): Move to `org-structure'
3512 customization group.
3513 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3514 blank field after field motion commands.
3515
3516 2005-09-23 Kenichi Handa <handa@m17n.org>
3517
3518 * international/mule-cmds.el (set-language-environment):
3519 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3520 have to call utf-translate-cjk-load-tables.
3521
3522 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * mouse.el (mouse-move-drag-overlay): Fix last change.
3525
3526 2005-09-22 David Ponce <david@dponce.com>
3527
3528 * tree-widget.el (tree-widget-value-create): Fix previous change.
3529
3530 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3531
3532 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3533
3534 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * mouse.el (mouse-move-drag-overlay): New function.
3537 (mouse-drag-region-1): Use it.
3538 Try to simplify a bit the state handling. Handle clicks on links
3539 inside intangible areas.
3540 (mouse-save-then-kill): Minor simplification.
3541 (mouse-secondary-overlay): Make it always non-nil instead of
3542 recreating it each time.
3543 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3544 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3545 Simplify accordingly.
3546
3547 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3548
3549 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3550
3551 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3552
3553 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3554 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3555 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3556 to patch.
3557
3558 * ediff-util.el: Use insert-buffer-substring.
3559
3560 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3561
3562 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3563 field boundaries in the minibuffer.
3564 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3565 (viper-minibuffer-post-command-hook): New hook.
3566 (viper-line): Don't move cursor at bolp.
3567
3568 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3569
3570 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3571 avoid compiler warnings.
3572
3573 * emulation/viper-macs.el (ex-map): Better messages.
3574
3575 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3576
3577 * emulation/viper.el: Replace make-variable-buffer-local with
3578 viper-make-variable-buffer-local everywhere, to avoid warnings.
3579
3580 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3583 Delete unused var `old-selected-window'.
3584 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3585 (mouse-drag-secondary): Delete unused var `start-frame'.
3586
3587 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3588
3589 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3590
3591 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3594 Re-indent within 80 columns. Use inhibit-read-only.
3595
3596 2005-09-19 Romain Francoise <romain@orebokech.com>
3597
3598 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3599
3600 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3603 unconditionally, since the after-change-function already did it.
3604
3605 2005-09-19 Miles Bader <miles@gnu.org>
3606
3607 * net/newsticker.el: Get rid of CVS keyword.
3608
3609 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3610
3611 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3612 The prompt is formatted later.
3613
3614 2005-09-19 David Ponce <david@dponce.com>
3615
3616 * tree-widget.el (tree-widget-value-create): Save the converted
3617 tree :node widget.
3618
3619 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3620
3621 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3622 variable `message'.
3623
3624 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3625
3626 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3627 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3628 <slawomir.nowaczyk.847@student.lu.se>.
3629
3630 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3631
3632 * image.el (image-load-path): Use symbol `data-directory' instead
3633 of its value, for backward compatibility with packages that bind
3634 it during `find-image'. Suggested by Katsumi Yamaoka.
3635 (image-search-load-path): Handle symbols whose values are strings.
3636
3637 2005-09-18 Romain Francoise <romain@orebokech.com>
3638
3639 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3640 with-current-buffer form in save-excursion.
3641
3642 2005-09-18 D Goel <deego@gnufans.org>
3643
3644 * apropos.el (apropos-command): Fix `message' call: first arg
3645 should be a format spec. In this and all other cases that appear
3646 below and elsewhere in the source code, I made a change only when
3647 two conditions were satisfied: [1] I can think of a possibility
3648 that the arguments would cause an error, for example, the code in
3649 question relies on external variables such as filenames. [2] I
3650 was sure that the arg to `message' could not have been nil in the code.
3651
3652 * textmodes/tildify.el (tildify-region): Ditto.
3653
3654 * textmodes/reftex-index.el (reftex-index-change-entry)
3655 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3656 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3657 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3658 (org-priority, org-table-sum):
3659 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3660 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3661 (flyspell-word, flyspell-display-next-corrections):
3662 * textmodes/bibtex.el (bibtex-print-help-message):
3663 * textmodes/artist.el (artist-key-set-point-poly):
3664 * term/mac-win.el (mac-services-insert-text):
3665 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3666 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3667 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3668 (vhdl-compose-configuration):
3669 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3670 (sh-set-indent, sh-learn-line-indent):
3671 * progmodes/ps-mode.el (ps-mode-target-column):
3672 * progmodes/idlwave.el (idlwave-make-tags)
3673 (idlwave-scan-library-catalogs):
3674 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3675 * progmodes/gud.el (gud-jdb-analyze-source):
3676 * progmodes/flymake.el (flymake-log):
3677 * progmodes/ebnf2ps.el (ebnf-generate-region):
3678 * progmodes/cmacexp.el (c-macro-expansion):
3679 * progmodes/ada-xref.el (ada-treat-cmd-string):
3680 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3681 (ada-justified-indent-current, ada-batch-reformat):
3682 * play/zone.el (zone):
3683 * play/landmark.el (lm-move):
3684 * play/decipher.el (decipher-show-alphabet):
3685 * net/newsticker.el (newsticker--display-jump)
3686 (newsticker--display-scroll):
3687 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3688 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3689 * mail/feedmail.el (feedmail-dump-message-to-queue):
3690 * eshell/esh-proc.el (eshell-remove-process-entry):
3691 * emulation/ws-mode.el (ws-last-error):
3692 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3693 (viper-record-kbd-macro):
3694 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3695 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3696 * emacs-lisp/find-func.el (find-function-noselect):
3697 * calendar/timeclock.el (timeclock-status-string)
3698 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3699 (timeclock-when-to-leave-string):
3700 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3701 * calc/calc-units.el (calc-enter-units-table):
3702 * calc/calc-mode.el (calc-mode-record-mode):
3703 * woman.el (woman-mini-help):
3704 * wdired.el (wdired-change-to-wdired-mode):
3705 * vc.el (vc-retrieve-snapshot):
3706 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3707 * startup.el (display-startup-echo-area-message):
3708 * simple.el (set-goal-column):
3709 * ses.el (ses-command-hook, ses-recalculate-cell):
3710 * server.el (server-process-filter):
3711 * printing.el (pr-interface-txt-print, pr-interface-printify)
3712 (pr-interface-ps):
3713 * pcvs.el (cvs-help):
3714 * log-edit.el (log-edit, log-edit-mode-help):
3715 * iswitchb.el (iswitchb-possible-new-buffer):
3716 * isearch.el (isearch-edit-string):
3717 * image-mode.el (image-mode, image-minor-mode):
3718 * ibuf-macs.el (define-ibuffer-filter):
3719 * hi-lock.el (hi-lock-find-patterns):
3720 * files.el (toggle-read-only):
3721 * ediff-util.el (ediff-copy-diff)
3722 (ediff-write-merge-buffer-and-maybe-kill):
3723 * echistory.el (Electric-history-undefined):
3724 * dnd.el (dnd-insert-text):
3725 * dired-aux.el (dired-query):
3726 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3727 * bookmark.el (bookmark-bmenu-locate):
3728 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3729 Fix `message' calls to ensure first arg is a format string.
3730 The change was made only when these two conditions were satisfied:
3731 [1] when there is a possibility that the arguments would cause an error
3732 for example, if the code in question relies on external variables
3733 such as filenames, and
3734 [2] if the arg to `message' could not have been nil in the code.
3735
3736 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3737 Not having a %s would be weird, though not technically wrong.
3738
3739 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3740
3741 * term/mac-win.el (mac-add-charset-info): Doc fix.
3742
3743 2005-09-17 Romain Francoise <romain@orebokech.com>
3744
3745 * shell.el (shell-resync-dirs): Handle echoing processes more
3746 reliably. Don't insert resync command if `comint-process-echoes'
3747 is non-nil.
3748
3749 2005-09-17 Magnus Henoch <mange@freemail.hu>
3750
3751 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3752 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3753 aspell versions >= 0.60.
3754 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3755 only if ispell-aspell-supports-utf8 is non-nil.
3756
3757 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3758
3759 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3760 buffer-local value to lisp-indent-function.
3761
3762 2005-09-17 Milan Zamazal <pdm@zamazal.org>
3763
3764 * progmodes/glasses.el (glasses-make-readable): If
3765 glasses-separator differs from underscore, put appropriate
3766 overlays over underscore characters.
3767 (glasses-convert-to-unreadable): If glasses-separator differs from
3768 underscore, try to convert glasses-separator characters to
3769 underscores.
3770
3771 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3774 Use with-syntax-table and dolist.
3775
3776 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
3777
3778 * textmodes/reftex-auc.el:
3779 * textmodes/reftex-cite.el:
3780 * textmodes/reftex-dcr.el:
3781 * textmodes/reftex-global.el:
3782 * textmodes/reftex-parse.el:
3783 * textmodes/reftex-ref.el:
3784 * textmodes/reftex-sel.el:
3785 * textmodes/reftex-toc.el:
3786 * textmodes/reftex-vars.el:
3787 * textmodes/reftex.el: Small changes to remove compiler warnings.
3788
3789 * textmodes/reftex-index.el: Likewise.
3790 (reftex-query-index-phrase): More efficient use of markers.
3791
3792 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * image.el (image-load-path): New variable.
3795 (image-search-load-path): New function.
3796 (find-image): Search for images in `image-load-path'.
3797
3798 2005-09-15 Richard M. Stallman <rms@gnu.org>
3799
3800 * follow.el: Change Maintainer field.
3801
3802 2005-09-15 David Ponce <david@dponce.com>
3803
3804 * recentf.el (recentf-save-file-modes): New option.
3805 (recentf-save-list): Use it.
3806
3807 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
3808
3809 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3810 (mode-line-mule-info, mode-line-modified): Move bindings from
3811 mouse-3 to mouse-1.
3812
3813 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * simple.el (sendmail-user-agent-compose): Revert last change.
3816
3817 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3820 Use with-current-buffer.
3821 (ange-ftp-gwp-start): Remove unused var `gw-user'.
3822 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3823 (ange-ftp-insert-directory): Remove unused var `short'.
3824 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3825
3826 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3827 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3828
3829 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3830 (check-calendar-holidays, diary-list-entries): Autoload.
3831 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3832 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3833
3834 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3835 which mistakenly removed a call to display-buffer.
3836
3837 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * obsolete/iso-insert.el: Move to obsolete/ from international/.
3840
3841 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
3842
3843 * progmodes/hideshow.el
3844 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3845 (hs-allow-nesting): New user var.
3846 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3847 (hs-hide-block-at-point): When nesting allowed,
3848 if there is already an overlay in place, delete it.
3849 (hs-safety-is-job-n): Delete func; remove call sites.
3850 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3851 (hs-overlay-at): New func.
3852 (hs-already-hidden-p, hs-show-block): Use it.
3853 (hs-hide-all): Don't pre-clean if nesting allowed.
3854 (hs-show-all): Temporarily disallow
3855 nesting around call to `hs-discard-overlays'.
3856
3857 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
3858
3859 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3860 Delete unused local var.
3861
3862 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
3863
3864 * help-fns.el (describe-categories): "?\ " -> "?\s".
3865 (help-do-arg-highlight): Recognize also ARG-n, as in
3866 `move-to-left-margin' (ARG+n is already recognized). Simplify.
3867
3868 * international/codepage.el (dos-unsupported-char-glyph):
3869 * net/newsticker.el (tool-bar-map, w3-mode-map)
3870 (w3m-minor-mode-map):
3871 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3872 (ent-alist):
3873 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3874
3875 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
3876
3877 * custom.el (custom-push-theme): Handle the case where a symbol is
3878 bound but face properties have not yet been assigned.
3879
3880 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3881 Fix behavior if noerase is `t' and there is no mail buffer.
3882
3883 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3884 if `continue' is nil, rather than signal an error.
3885
3886 2005-09-12 Richard M. Stallman <rms@gnu.org>
3887
3888 * font-lock.el (font-lock-keywords): Add autoload.
3889
3890 * help-fns.el (describe-variable): Rearrange to put source link
3891 in a predictable place.
3892
3893 * net/newsticker.el: New file.
3894
3895 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3896
3897 * calendar/calendar.el (calendar-for-loop): Add edebug info.
3898 (calendar-basic-setup): Use the new nil arg.
3899 (number-of-diary-entries): Move to diary-lib.el.
3900
3901 * calendar/diary-lib.el: Use with-current-buffer, match-string.
3902 (diary-list-entries): Use with-syntax-table and dolist.
3903 Rename from list-diary-entries.
3904 Use number-of-diary-entries if `number' is nil.
3905 (diary, diary-view-entries): Use this new name and new nil arg value.
3906 (number-of-diary-entries): Move from calendar.el.
3907 (diary-unhide-everything): New function.
3908 (include-other-diary-files, fancy-diary-display)
3909 (diary-show-all-entries, make-diary-entry): Use it.
3910 (diary-mail-entries): Use buffer-string.
3911 (mark-diary-entries): Fix long standing paren typo.
3912 (diary-sexp-entry): Use count-lines.
3913 (make-diary-entry): Avoid `previous-line'.
3914 (diary-mode-map): New var.
3915 (diary-mode): Redraw cal after saving. Setup header-line.
3916 (fancy-diary-display-mode): Use local-set-key.
3917
3918 * startup.el (command-line): Try calling various terminal-init-foo-bar
3919 functions by stripping hyphenated suffixes from $TERM.
3920
3921 * files.el (normal-mode): Check boundness of font-lock-keywords.
3922
3923 2005-09-12 Richard M. Stallman <rms@gnu.org>
3924
3925 * progmodes/compile.el: Don't decide a file's directory
3926 until the user actually tries to go there.
3927 (compilation-next-error-function):
3928 Pass compilation-find-file the directory from the file-struct.
3929 (compilation-internal-error-properties): Separate local FILE-STRUCT
3930 from FILE. Doc the args better. Rename arg FMT to FMTS.
3931 (compilation-find-file): Arg DIR renamed to DIRECTORY.
3932 Expand it, and if nil, use default-directory.
3933 (compilation-get-file-structure): Don't mix specified directory
3934 with default directory. Put specified directory into
3935 file-struct. Don't make the file name absolute.
3936
3937 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3938 (compile-command): Add autoload.
3939 (compilation-disable-input): Add autoload.
3940
3941 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
3942
3943 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3944 strings of the variables it can override.
3945 (time-stamp): New (as yet undocumented) time-stamp-format escapes
3946 %Q and %q, for fully-qualified domain name and unqualified host name.
3947
3948 2005-09-11 Kim F. Storm <storm@cua.dk>
3949
3950 * emacs-lisp/authors.el (authors-aliases): Update list.
3951 (authors-fixed-entries): Update mldrag.el entry.
3952
3953 2005-09-10 Alan Mackenzie <acm@muc.de>
3954
3955 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3956 from the region narrowed to.
3957
3958 2005-09-10 Magnus Henoch <mange@freemail.hu>
3959
3960 * textmodes/ispell.el (ispell-check-version): Signal an error if
3961 aspell version is less than 0.60.
3962
3963 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
3964
3965 * progmodes/octave-inf.el (inferior-octave-startup):
3966 Resync current dir at the end.
3967
3968 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
3969
3970 * woman.el (woman-topic-at-point-default):
3971 Rename to woman-use-topic-at-point-default.
3972 (woman-topic-at-point): Rename to woman-use-topic-at-point.
3973 (woman-file-name): Reflect renames above. Automatically use the
3974 word at point as topic if woman-use-topic-at-point is non-nil.
3975 Otherwise offer it as default but don't insert it in the
3976 minibuffer. Also use `test-completion' instead of `assoc' as
3977 suggested by Stefan Monnier.
3978
3979 2005-09-10 Andre Spiegel <spiegel@gnu.org>
3980
3981 * vc.el (vc-directory, vc-update-change-log): Throw an error on
3982 the attempt to do it over Tramp. This is not yet supported.
3983
3984 2005-09-10 Eli Zaretskii <eliz@gnu.org>
3985
3986 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3987 (menu-bar-non-minibuffer-window-p): New functions.
3988 ("Split Window", "Save As..."): Use them.
3989 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3990 ("Print Buffer", "Truncate Long Lines in this Buffer"):
3991 Use menu-bar-menu-frame-live-and-visible-p.
3992 ("Save Buffer", "Insert File", "Open Directory...")
3993 ("Open File...", "Visit New File..."):
3994 Use menu-bar-non-minibuffer-window-p.
3995 (kill-this-buffer-enabled-p, dired <menu-enable>):
3996 Use menu-bar-non-minibuffer-window-p.
3997
3998 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3999
4000 * cus-start.el (all): Don't complain about fringe-related
4001 built-ins if fringes are not supported. Ditto about
4002 selection-related built-ins. Fix the test for GTK-related built-ins.
4003
4004 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4005 ("Postscript Print Buffer", "Print Region", "Save As...")
4006 ("Save", "Insert File...", "Open Directory...")
4007 ("Open File...", "Visit New File..."")
4008 ("Truncate Long Lines in this Buffer"): Don't look at
4009 menu-updating-frame if this display does not support multiple frames.
4010
4011 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4012
4013 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4014
4015 2005-09-09 Emilio Lopes <eclig@gmx.net>
4016
4017 * woman.el: Format- and whitespace-related changes.
4018
4019 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4020
4021 * woman.el: Fix my email address.
4022
4023 2005-09-08 Richard M. Stallman <rms@gnu.org>
4024
4025 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4026 (sh-mode): Locally set skeleton-pair-default-alist.
4027
4028 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4029
4030 * progmodes/flymake.el: Require `compile' unconditionally.
4031
4032 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4033
4034 * woman.el (woman-file-name): Provide a default, not initial input.
4035
4036 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4037
4038 * font-lock.el (font-lock-support-mode): Doc fix.
4039
4040 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4041
4042 2005-09-08 Richard M. Stallman <rms@gnu.org>
4043
4044 * simple.el (blink-matching-open): Get rid of text props from
4045 the string shown in echo area. Don't permanently set point.
4046 Some rearrangements.
4047
4048 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4049
4050 * recentf.el (recentf-filename-handler): Add custom choice
4051 `abbreviate-file-name'.
4052
4053 * msb.el (msb--very-many-menus): Fix typo.
4054
4055 * disp-table.el (standard-display-european): Don't set
4056 enable-multibyte-characters to nil.
4057
4058 2005-09-08 David Ponce <david@dponce.com>
4059
4060 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4061 (recentf-expand-file-name): Doc fix.
4062 (recentf-dialog-mode-map): Define digit shortcuts.
4063 (recentf--files-with-key): New variable.
4064 (recentf-show-digit-shortcut-filter): New function.
4065 (recentf-open-files-items): New function.
4066 (recentf-open-files): Use it.
4067 (recentf-open-file-with-key): New command.
4068
4069 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4072 Suggested by Kim F. Storm.
4073 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4074 (Buffer-menu-make-sort-button): Use global keymap.
4075
4076 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4077
4078 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4079 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4080 necessary any longer with the remapped command.
4081 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4082 formatting time only.
4083
4084 * net/tramp.el (tramp-action-password)
4085 (tramp-multi-action-password): Compile the password prompt from
4086 `method', `user' and `host'. Sometimes it isn't obvious which
4087 password to enter, for example with remote files offered by
4088 recentf.el, or with multiple steps. Suggested by Robert Marshall
4089 <robert@chezmarshall.freeserve.co.uk>.
4090
4091 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4094 Fix regexp for when "s///" is at the beginning of line.
4095
4096 2005-09-07 Jay Belanger <belanger@truman.edu>
4097
4098 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4099 when in matrix mode.
4100
4101 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4104 non-anonymous functions.
4105
4106 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4109 when using a header line. Otherwise, use mouse-1-click-follows-link.
4110
4111 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4112 can't be moved; don't signal an error.
4113
4114 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4115
4116 * cus-theme.el (custom-theme-write-faces): Save the current face
4117 spec, not the defface spec.
4118
4119 * custom.el (custom-known-themes): Clarify meaning of "standard".
4120 (custom-push-theme): Save old values in the standard theme.
4121 (disable-theme): Correct typo.
4122 (custom-face-theme-value) Deleted unused function.
4123 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4124
4125 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * progmodes/compile.el (compilation-goto-locus): Take into account
4128 iconified frames when determining whether the buffer is
4129 already visible.
4130 Don't reset window height if the window already existed.
4131
4132 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4133
4134 * custom.el (load-theme): Rename from require-theme.
4135 Add interactive spec.
4136 (enable-theme): Rename from custom-enable-theme.
4137 Add interactive spec.
4138 (disable-theme): Rename from custom-disable-theme.
4139 Add interactive spec.
4140 (custom-make-theme-feature): Doc fix.
4141 (custom-theme-directory): Doc fix.
4142 (provide-theme): Call enable-theme.
4143
4144 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4145
4146 * obsolete/lazy-lock.el (lazy-lock-mode):
4147 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4148 font-lock-mode if it's off. Print a warning instead.
4149
4150 * progmodes/compile.el (compilation-start): Ignore errors if the
4151 process died before we get to send-eof.
4152
4153 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4154 Undo last change. Enclosing the result in quotes broke things on Unix
4155 since tex-send-command passes it through shell-quote-argument.
4156 (tex-send-command): Pass `file' through convert-standard-filename
4157 when possible.
4158 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4159 info in a transcript.
4160
4161 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4162
4163 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4164 fix compilation warning. Reorder the key definitions to group
4165 together keys emitted by the current version of xterm.
4166
4167 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4168 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4169 Reorder predicates to correct min-color usage.
4170
4171 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4172
4173 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4174 Kill local variables when longlines-mode is turned off.
4175
4176 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4179
4180 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4181
4182 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4183
4184 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4185 (font-lock-lines-before): Change default to being inactive.
4186 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4187 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4188
4189 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4190
4191 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4192 Deactivate temporarily advice if active (not needed for Emacs 22,
4193 but for backwards compatibility).
4194 (tramp-exists-file-name-handler): Rewrite. First implementation
4195 was too simple.
4196 (tramp-advice-make-auto-save-file-name):
4197 Call `tramp-handle-make-auto-save-file-name' (again, just for
4198 backwards compatibility).
4199
4200 2005-08-31 Reto Zimmermann <reto@gnu.org>
4201
4202 * progmodes/vhdl-mode.el
4203 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4204 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4205 (vhdl-set-default-project): New function (easier setting of default).
4206 (vhdl-port-copy): Handle extended identifiers for generics.
4207 (vhdl-compiler-alist): Better description for error message regexp.
4208 (vhdl-make): Query for target, use previous as default.
4209 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4210 (vhdl-font-lock-keywords-2): Fix fontification for record
4211 el. assign.
4212 (vhdl-speedbar-make-subpack-line): Add package body link.
4213 (vhdl-generate-makefile-1): Not include itself as dependency.
4214 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4215 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4216 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4217 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4218 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4219 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4220 (vhdl-import-project): Add string argument for `error'.
4221 (vhdl-compose-configuration)
4222 (vhdl-compose-configuration-architecture): Add configuration
4223 declaration generation.
4224 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4225 (vhdl-trailer-re): Add "record" keyword (better indentation).
4226 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4227 "[^ \t-\"]+".
4228 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4229 (vhdl-testbench-entity-file-name)
4230 (vhdl-testbench-architecture-file-name): Allow separate
4231 customization of testbench file names.
4232 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4233 (vhdl-get-visible-signals): Allow newline within alias declaration.
4234 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4235 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4236 (member-ignore-case): Alias for missing function in XEmacs.
4237 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4238 (vhdl-update-sensitivity-list): Ignore case on read signals.
4239 (vhdl-replace-string): Adjust case only for file names.
4240 (vhdl-update-sensitivity-list): Fix search for read signals.
4241 (vhdl-update-sensitivity-list): Exclude formal parameters.
4242 (vhdl-get-visible-signals): Include aliases of signals.
4243 (vhdl-get-visible-signals): Fix signal name searching.
4244 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4245 (vhdl-fixup-whitespace-region): Fix for character
4246 literals (e.g. ':').
4247
4248 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4249
4250 * ansi-color.el (comint-last-output-start):
4251 * bs.el (font-lock-verbose):
4252 * diff-mode.el (add-log-buffer-file-name-function):
4253 * dired-x.el (vm-folder-directory):
4254 * faces.el (help-xref-stack-item):
4255 * files.el (font-lock-keywords):
4256 * find-lisp.el (dired-buffers, dired-subdir-alist):
4257 * ido.el (cua-inhibit-cua-keys):
4258 * log-view.el (cvs-minor-wrap-function):
4259 * outline.el (font-lock-warning-face):
4260 * simple.el (compilation-current-error):
4261 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4262 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4263 * tooltip.el (comint-prompt-regexp):
4264 * w32-fns.el (explicit-shell-file-name):
4265 * term/mac-win.el (mac-charset-info-alist)
4266 (mac-services-selection, mac-system-script-code):
4267 * term/tty-colors.el (msdos-color-values):
4268 * term/w32-win.el (xlfd-regexp-registry-subnum):
4269 * term/x-win.el (x-keysym-table, x-selection-timeout)
4270 (x-session-id, x-session-previous-id):
4271 * textmodes/ispell.el (mail-yank-prefix):
4272 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4273 * textmodes/org.el (calc-embedded-close-formula)
4274 (calc-embedded-open-formula)
4275 (font-lock-unfontify-region-function):
4276 * textmodes/reftex-global.el (isearch-next-buffer-function)
4277 (TeX-master):
4278 * textmodes/reftex.el (font-lock-keywords):
4279 * textmodes/tex-mode.el (font-lock-comment-face)
4280 (font-lock-doc-face):
4281 * textmodes/texinfo.el (outline-heading-alist):
4282 Add defvars.
4283
4284 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4285 (artist-spray-chars, artist-mode-init, artist-replace-string)
4286 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4287 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4288 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4289
4290 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4291 (conf-align-assignments): "?\ " -> "?\s".
4292
4293 * textmodes/reftex-index.el (TeX-master): Add defvar.
4294 (reftex-index-phrases-marker): Move up defvar.
4295
4296 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4297 (reftex-toc-include-labels-indicator)
4298 (reftex-toc-include-index-indicator)
4299 (reftex-toc-max-level-indicator): Move up declarations.
4300
4301 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4302 of args to `tramp-run-real-handler', even if it's empty in this case.
4303
4304 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4305
4306 * dired.el (dired-move-to-filename-regexp): Add date format for
4307 Mac OS X 10.3 in East Asian locales.
4308
4309 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4310
4311 * files.el (make-auto-save-file-name): Add file name handler call
4312 if applicable.
4313
4314 * net/tramp.el (tramp-file-name-handler-alist)
4315 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4316 (tramp-handle-make-auto-save-file-name): Rename from
4317 `tramp-make-auto-save-file-name'.
4318 (tramp-exists-file-name-handler): New defun.
4319 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4320 `make-auto-save-file-name' is not a magic file name operation.
4321
4322 2005-08-30 Richard M. Stallman <rms@gnu.org>
4323
4324 * files.el (risky-local-variable-p):
4325 Match `-predicates' and `-commands.
4326
4327 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4328 (custom-save-all): Visit the file if necessary;
4329 kill the buffer if we created it.
4330 (custom-save-delete): Don't visit file or kill buffer here.
4331
4332 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4333
4334 * textmodes/org.el (org-special-keyword): New face.
4335 (org-table-copy-down, org-table-eval-formula)
4336 (org-table-recalculate, org-init-section-numbers):
4337 Use `string-to-number' instead of `string-to-int'.
4338 (org-get-location): Use `insert-buffer-substring' instead of
4339 `insert-buffer'.
4340 (org-modify-diary-entry-string): New function.
4341 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4342 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4343 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4344 active region.
4345 (org-export-as-html): Handle QUOTE keyword.
4346 (org-quote-string): New option.
4347 (org-bookmark-jump-unhide): New function, used for
4348 `bookmark-after-jump-hook'.
4349 (org-diary-default-entry): Apply only when not called through
4350 `org-agenda'.
4351
4352 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4353
4354 * net/eudc.el (mode-popup-menu):
4355 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4356 * progmodes/ada-mode.el (compile-auto-highlight)
4357 (skeleton-further-elements):
4358 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4359 * progmodes/cmacexp.el (msdos-shells):
4360 * progmodes/compile.el (font-lock-extra-managed-props)
4361 (font-lock-keywords, font-lock-maximum-size)
4362 (font-lock-support-mode):
4363 * progmodes/grep.el (font-lock-lines-before):
4364 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4365 * progmodes/mixal-mode.el (compile-command):
4366 * progmodes/perl-mode.el (font-lock-comment-face)
4367 (font-lock-doc-face, font-lock-string-face):
4368 * progmodes/prolog.el (comint-prompt-regexp):
4369 * progmodes/sh-script.el (font-lock-comment-face)
4370 (font-lock-set-defaults, font-lock-string-face):
4371 * progmodes/sql.el (font-lock-keyword-face)
4372 (font-lock-set-defaults, font-lock-string-face):
4373 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4374 (itimer-version, lazy-lock-defer-contextually)
4375 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4376 Add defvars.
4377
4378 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4379 (cperl-electric-keyword, cperl-electric-pod)
4380 (cperl-electric-backspace, cperl-forward-re)
4381 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4382 (vc-rcs-header, vc-sccs-header): Add defvars.
4383
4384 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4385 (font-lock-syntactic-keywords, gud-find-expr-function):
4386 Add defvars.
4387
4388 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4389 (gdb-frame-parameters): Declare before use.
4390
4391 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4392 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4393 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4394 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4395
4396 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4397 (idlwave-help-with-source): Use `insert-buffer-substring', not
4398 `insert-buffer'.
4399
4400 2005-08-29 Juri Linkov <juri@jurta.org>
4401
4402 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4403 Put outline-back-to-heading function call inside save-excursion.
4404
4405 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * man.el (Man-init-defvars, Man-translate-references)
4408 (Man-support-local-filenames, Man-highlight-references):
4409 * progmodes/sql.el (sql-interactive-mode):
4410 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4411
4412 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4413 (compilation-mode-font-lock-keywords): Add defvars.
4414 (checkdoc-interactive-loop): "?\ " -> "?\s".
4415
4416 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4417 (font-lock-doc-face, font-lock-string-face)
4418 (font-lock-keywords-case-fold-search): Add defvars.
4419 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4420
4421 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4422 Don't pass X and Y (they are ignored anyway).
4423 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4424 (mouse-delete-window): Make arguments optional.
4425
4426 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4427 (caesar-translate-table, minor-modes, news-buffer-save)
4428 (news-group-name, news-minor-modes): Add defvars.
4429
4430 * emacs-lisp/lselect.el (mouse-highlight-priority)
4431 (x-lost-selection-functions, zmacs-regions):
4432 * emacs-lisp/pp.el (font-lock-verbose):
4433 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4434 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4435 (ses-mode-map):
4436 * emacs-lisp/tcover-unsafep.el (safe-functions):
4437 * international/mule-cmds.el (mac-system-coding-system)
4438 (mac-system-locale):
4439 * language/ethio-util.el (rmail-current-message)
4440 (rmail-message-vector):
4441 * language/thai-util.el (thai-auto-composition-mode):
4442 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4443 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4444 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4445 (vm-primary-inbox, vm-spool-files):
4446 * mail/rmail.el (deleted-head, font-lock-fontified)
4447 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4448 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4449 (total-messages):
4450 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4451 (rmail-summary-mode-map):
4452 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4453 (rmail-last-label, rmail-last-multi-labels)
4454 (rmail-summary-vector, rmail-total-messages):
4455 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4456 * mail/rmailsum.el (msgnum):
4457 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4458 (rmail-current-message):
4459 * obsolete/fast-lock.el (font-lock-face-list):
4460 * obsolete/rnewspost.el (mail-reply-buffer):
4461 * obsolete/scribe.el (compile-command):
4462 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4463
4464 2005-08-28 John Paul Wallington <jpw@gnu.org>
4465
4466 * ibuf-ext.el (ibuffer-auto-update-changed):
4467 Use `frame-or-buffer-changed-p' to check whether we need to update.
4468 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4469 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4470 as a `frame-or-buffer-changed-p' state vector instead.
4471
4472 2005-08-27 Romain Francoise <romain@orebokech.com>
4473
4474 * textmodes/makeinfo.el (makeinfo-compile):
4475 Use `compilation-start'. Set `next-error-function' according to
4476 `disable-errors'.
4477 (makeinfo-next-error): New function.
4478 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4479 (makeinfo-buffer): Likewise.
4480
4481 * progmodes/compile.el (compilation-start): Add autoload cookie.
4482
4483 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4484 * textmodes/sgml-mode.el: Likewise.
4485 * progmodes/python.el: Likewise.
4486
4487 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4488
4489 * simple.el (blink-matching-paren-distance): Document the meaning
4490 of nil value, and allow to customize to nil.
4491
4492 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4493 command.com, not command.exe.
4494
4495 2005-08-26 John Wiegley <johnw@newartisans.com>
4496
4497 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4498 code around a bit so that an extraneous nil argument is not added
4499 to a command when no args are given.
4500
4501 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4502 double-quoted argument resolves to nil, return it as an empty
4503 string rather than as nil. This made it impossible to pass "" to
4504 a shell script as a null string argument.
4505
4506 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * outline.el (outline-invent-heading): New fun.
4509 (outline-promote, outline-demote): Use it.
4510 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4511 (outline-end-of-subtree): Remove unused var `opoint'.
4512
4513 2005-08-26 David Reitter <david.reitter@gmail.com>
4514
4515 * menu-bar.el (truncate-lines, write-file, print-buffer)
4516 (ps-print-buffer-faces, ps-print-buffer, split-window):
4517 Disable menu items when the frame they refer to is invisible, or when
4518 they refer to a buffer and the minibuffer is selected.
4519
4520 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4521
4522 * progmodes/flymake.el (flymake-highlight-err-lines):
4523 Use save-excursion around flymake-highlight-line to preserve point.
4524
4525 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4526
4527 * progmodes/octave-mod.el: Change Author and Maintainer address.
4528 (octave-maintainer-address): Change Kurt's email address.
4529 * progmodes/octave-inf.el: Change Author and Maintainer address.
4530 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4531
4532 2005-08-26 Kim F. Storm <storm@cua.dk>
4533
4534 * subr.el (version-list-<, version-list-<=, version-list-=):
4535 Renamed from integer-list-*.
4536 (version-list-not-zero): Likewise. Fix while loop.
4537 (version=): Use version-list-= instead of string-equal.
4538
4539 2005-08-26 Richard M. Stallman <rms@gnu.org>
4540
4541 * outline.el (outline-promote): Try shortening the heading.
4542 As last resort, read the heading to use.
4543 (outline-demote): As last resort, read the heading to use.
4544
4545 2005-08-26 Romain Francoise <romain@orebokech.com>
4546
4547 * progmodes/compile.el (compilation-start): Doc fix.
4548
4549 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4550 (antlr-font-lock-additional-keywords): Fix reference to
4551 `antlr-font-lock-literal-regexp' erroneously changed during the
4552 mass face rename.
4553 (antlr-run-tool): Use `compilation-start'.
4554
4555 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4556 instead of the obsolete `compile-internal'.
4557
4558 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4559
4560 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4561 (number, original-date):
4562 * calendar/cal-china.el (date):
4563 * calendar/cal-coptic.el (date):
4564 * calendar/cal-french.el (date):
4565 * calendar/cal-hebrew.el (date, entry, number, original-date):
4566 * calendar/cal-islam.el (date, number, original-date):
4567 * calendar/cal-iso.el (date):
4568 * calendar/cal-julian.el (date):
4569 * calendar/cal-mayan.el (date):
4570 * calendar/cal-menu.el (date, event):
4571 * calendar/cal-persia.el (date):
4572 * calendar/lunar.el (date):
4573 * calendar/solar.el (date): Add defvars.
4574
4575 * emerge.el:
4576 * ibuffer.el:
4577 * info-xref.el:
4578 * obsolete/bg-mouse.el:
4579 * obsolete/sun-curs.el:
4580 * obsolete/swedish.el: Move the `defvar's to the top level.
4581
4582 * smerge-mode.el (smerge-refined-change): Add :group.
4583
4584 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4587 (smerge-keep-n): Remove props.
4588 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4589 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4590 now that it's done in smerge-keep-n.
4591 (smerge-refined-change): New face.
4592 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4593 (smerge-refine): New funs.
4594 (smerge-basic-map): Bind smerge-refine.
4595
4596 2005-08-25 Juri Linkov <juri@jurta.org>
4597
4598 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4599 compilation-process-setup-function and compilation-disable-input
4600 in grep-mode instead of let-bindings in grep.
4601
4602 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4603 Delete "Automatic File De/compression" (auto-compression-mode).
4604
4605 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4608 Silence warning about non-existent variable.
4609
4610 2005-08-25 Richard M. Stallman <rms@gnu.org>
4611
4612 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4613 Rename "Describe Key" to "Describe Key or Mouse Operation".
4614
4615 * mail/mailalias.el (build-mail-aliases): Delete comments
4616 from the contents before processing them.
4617
4618 * isearch.el (isearch-edit-string): Erase the Search prompt
4619 if user enters an empty string and there is no default.
4620
4621 * comint.el (comint-file-name-prefix): Add autoload.
4622
4623 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4624
4625 * subr.el (play-sound): Rearrange to avoid warning.
4626
4627 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4628
4629 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4630 New hook.
4631 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4632
4633 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4636
4637 * custom.el (custom-theme-set-variables): Sort minor modes last.
4638
4639 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4640
4641 * subr.el (version-separator, version-regexp-alist): New vars used by
4642 version comparison funs.
4643 (integer-list-<, integer-list-=, integer-list-<=)
4644 (integer-list-not-zero): New funs for integer list comparison.
4645 (version-to-list, version=, version<, version<=): New funs for version
4646 comparison.
4647
4648 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4651 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4652 time to silence the byte-compiler.
4653
4654 * ibuffer.el (ibuffer-compile-make-eliding-form)
4655 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4656 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4657 so it's silly to get warnings for it).
4658 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4659 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4660 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4661 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4662 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4663 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4664 Defvar at compile time.
4665 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4666 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4667 Declare them before use.
4668
4669 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4670 (info-xref-good, info-xref-bad): Defvar at compile time.
4671
4672 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4673 Use `let*' instead of `let'.
4674
4675 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4676 (*mouse-y*, menu, char): Defvar at compile time.
4677 (sc::menu): Declare it before use.
4678 (sc::pack-one-line): Use `let', not `let*'.
4679
4680 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4681 (mail-send-hook): Defvar at compile time.
4682
4683 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4684 Defvar at compile time.
4685
4686 * term/sun-mouse.el (current-global-mousemap)
4687 (current-local-mousemap): Declare them before use.
4688
4689 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4690
4691 * bookmark.el (bookmark-after-jump-hook): New hook.
4692 (bookmark-jump): Run `bookmark-after-jump-hook'.
4693
4694 2005-08-23 Juri Linkov <juri@jurta.org>
4695
4696 * faces.el (minibuffer-prompt): Doc fix.
4697
4698 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4699
4700 * progmodes/xscheme.el: Trivial changes to silence warnings.
4701 (xscheme-previous-mode, xscheme-previous-process-state):
4702 Add defvars.
4703 (xscheme-last-input-end, xscheme-process-command-line)
4704 (xscheme-process-name, xscheme-buffer-name)
4705 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4706 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4707 (xscheme-control-g-synchronization-p)
4708 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4709 (default-xscheme-runlight, xscheme-runlight)
4710 (xscheme-runlight-string, xscheme-process-filter-state)
4711 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4712 Move to beginning of file.
4713 (scheme-interaction-mode-commands-alist)
4714 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4715 Declare them before use. Note: the initialization code for the variables
4716 has not been moved because it uses functions that reference the variables.
4717 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4718 (xscheme-prompt-for-expression-map): Declare them before use.
4719 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4720
4721 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4722
4723 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4724
4725 2005-08-22 Juri Linkov <juri@jurta.org>
4726
4727 * faces.el (set-face-underline): Delete this duplicate function
4728 and make an obsolete alias to set-face-underline-p.
4729 (set-face-underline-p): Use docstring of set-face-underline.
4730 (describe-face): Create hyperlink to parent face.
4731
4732 * info.el (Info-insert-dir): Use save-excursion around
4733 insert-buffer-substring.
4734 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4735 (Info-escape-percent): Delete function.
4736 (Info-fontify-node): Replace Info-escape-percent by
4737 replace-regexp-in-string with REP arg set to lambda that
4738 duplicates `%' and preserves text properties.
4739
4740 * progmodes/compile.el (compilation-disable-input): Doc fix.
4741 (define-compilation-mode): Doc fix and refill.
4742 (kill-compilation): Use `mode-name' in the error message.
4743 (compilation-find-file): Use `compilation-error' in the
4744 read-file-name's prompt.
4745
4746 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4749 (smerge-auto-leave): Make undo re-enable the mode.
4750 (debug-ignored-errors): Add the user-error of impossible resolution.
4751 (smerge-resolve): Move things around a bit, in preparation for later.
4752 (smerge-diff): Don't fail if the buffer has no associated file.
4753 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4754 (smerge-conflict-overlay): New function.
4755 (smerge-match-conflict): Don't add text properties here.
4756 (smerge-find-conflict): Instead, add an overlay here.
4757 Also check for the case where we're inside a conflict already, so as to
4758 obviate the need for font-lock-multiline, which is unbearably slow with
4759 large conflicts and ciomplex font-lock patterns.
4760 (smerge-remove-props): Remove overlay rather than text-properties.
4761 (smerge-mode): Don't set font-lock-multiline.
4762 Remove overlays when turned off.
4763
4764 2005-08-21 Kim F. Storm <storm@cua.dk>
4765
4766 * ido.el (ido-ignore-item-p): Use save-match-data.
4767 Bind case-fold-search to ido-case-fold locally.
4768
4769 2005-08-20 Richard M. Stallman <rms@gnu.org>
4770
4771 * files.el (normal-mode): If font lock is on, turn it off and on.
4772
4773 * subr.el (replace-regexp-in-string): Doc fix.
4774
4775 * startup.el (command-line-1): Don't suppress startup screen
4776 due to existing processes.
4777
4778 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4779
4780 * progmodes/compile.el (compilation-disable-input): Default to nil.
4781
4782 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4783
4784 * progmodes/compile.el (compilation-disable-input): New defcustom.
4785 (compilation-start): If compilation-disable-input is non-nil, send
4786 EOF to the compilation process.
4787
4788 2005-08-20 Eli Zaretskii <eliz@gnu.org>
4789
4790 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4791 Run the argument of tex-shell-cd-command through
4792 convert-standard-filename, to get the correct style of slashes on
4793 Windows, and enclose the result in quotes, in case the file name
4794 includes whitespace or other special characters.
4795
4796 2005-08-19 Andreas Schwab <schwab@suse.de>
4797
4798 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4799 process.
4800
4801 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4802
4803 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4804
4805 2005-08-18 Kim F. Storm <storm@cua.dk>
4806
4807 * scroll-lock.el: Fix errors due to incorrect line wrapping.
4808
4809 2005-08-18 Richard M. Stallman <rms@gnu.org>
4810
4811 * scroll-lock.el: New file.
4812
4813 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
4814
4815 * dired.el (dired-move-to-end-of-filename):
4816 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4817
4818 2005-08-18 Kim F. Storm <storm@cua.dk>
4819
4820 * ido.el (ido-everywhere): Fix defcustom :set function to disable
4821 rather than toggle mode when custom value is nil.
4822 (ido-everywhere): Fix defun doc string.
4823
4824 2005-08-17 Richard M. Stallman <rms@gnu.org>
4825
4826 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4827 as tag instead of "Inviolable".
4828
4829 2005-08-17 Kim F. Storm <storm@cua.dk>
4830
4831 * windmove.el (windmove-coordinates-of-position): Remove.
4832 (windmove-coordinates-of-window-position): Remove.
4833 (windmove-reference-loc): Use posn-at-point instead.
4834
4835 * subr.el (insert-for-yank-1): Doc fix.
4836
4837 * ido.el (ido-enter-matching-directory): Rename from
4838 ido-enter-single-matching-directory. Change 'slash choice to
4839 'only. Add 'first choice.
4840 (ido-exhibit): Adapt to above changes.
4841
4842 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
4843
4844 * Makefile.in: Expand comment about building loaddefs.el.
4845
4846 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
4847
4848 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4849 Comment use of defadvice.
4850
4851 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4852
4853 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
4854
4855 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4856 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4857 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4858 * progmodes/idlw-shell.el, progmodes/ld-script.el,
4859 * progmodes/which-func.el, ruler-mode.el, strokes.el,
4860 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4861 for backward compatibility for faces that did not appear in the
4862 previous Emacs release.
4863
4864 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4865
4866 2005-08-15 Kim F. Storm <storm@cua.dk>
4867
4868 * emulation/cua-base.el (cua-delete-region): Return t if
4869 deleted region was non-empty.
4870 (cua-replace-region): Inhibit overwrite-mode for
4871 self-insert-command if replaced region was non-empty.
4872 (cua--explicit-region-start, cua--status-string): Make them
4873 buffer-local at top-level...
4874 (cua-mode): ...rather than when mode is enabled.
4875
4876 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
4877
4878 * progmodes/vhdl-mode.el (vhdl-emacs-21):
4879 Set t for Emacs 21, 22, and so on.
4880
4881 2005-08-15 David Ponce <david@dponce.com>
4882
4883 * tree-widget.el: Update Commentary header.
4884 (tree-widget-theme): Doc fix.
4885 (tree-widget-space-width): New option.
4886 (tree-widget-image-properties): Look up in the default theme too.
4887 (tree-widget--cursors): Only for images with arrow pointer shape.
4888 (tree-widget-lookup-image): Pointer shape is hand by default.
4889 (tree-widget-icon): Rename generic icon widget from
4890 `tree-widget-control'.
4891 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4892 derive from `tree-widget-icon'.
4893 (tree-widget-handle): Improve default look and feel of the text
4894 representation.
4895 (tree-widget): Rename :*-control properties to :*-icon properties.
4896 Add :action and :help-echo properties.
4897 (tree-widget-after-toggle-functions): Move.
4898 (tree-widget-close-node, tree-widget-open-node): Remove.
4899 (tree-widget-before-create-icon-functions): New hook.
4900 (tree-widget-value-create): Update to allow customization of icons
4901 and nodes at run-time via that new hook.
4902 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4903 (tree-widget-icon-action, tree-widget-icon-help-echo)
4904 (tree-widget-action, tree-widget-help-echo): New functions.
4905
4906 2005-08-15 Kim F. Storm <storm@cua.dk>
4907
4908 * ido.el (ido-buffer-internal): Use with-no-warnings.
4909 (ido-make-merged-file-list): Use while-no-input.
4910
4911 2005-08-15 Richard M. Stallman <rms@gnu.org>
4912
4913 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4914 (flyspell-large-region): Fix doc and custom type.
4915
4916 2005-08-14 Richard M. Stallman <rms@gnu.org>
4917
4918 * files.el (interpreter-mode-alist): Doc fix.
4919
4920 * mail/rmail.el (rmail-nonignored-headers): New variable.
4921 (rmail-clear-headers): Use it.
4922 (rmail-reply): Better handling of mail-followup-to header.
4923
4924 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4925 Rename variable from sh-font-lock-keywords. In the `shell' entry,
4926 don't try to refer to executable-font-lock-keywords.
4927 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4928 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4929 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4930 (sh-mode): Set comment-start-skip, local-abbrev-table,
4931 imenu-case-fold-search.
4932 (sh-set-shell): Don't set them here.
4933 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
4934 Don't cache the results in the original alist; don't ever modify
4935 that alist.
4936
4937 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4938
4939 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4940 empty.
4941
4942 2005-08-15 Andreas Schwab <schwab@suse.de>
4943
4944 * desktop.el: Put autoload cookie at risky-local-variable declarations.
4945
4946 * dired.el, info.el, mail/rmail.el: Revert last change.
4947
4948 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
4949
4950 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4951 modification in `eval-after-load' form.
4952 * info.el: Likewise.
4953 * mail/rmail.el: Likewise.
4954
4955 2005-08-14 Juri Linkov <juri@jurta.org>
4956
4957 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4958 Remove highlighting of "Compilation started". Highlight only
4959 the word "finished" in "Compilation finished". Add highlighting
4960 of "interrupt", "killed", "terminated" and the exit code.
4961 (compilation-start): Add newline after header. Use exactly the
4962 same time stamp format as the finishing message.
4963 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4964
4965 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4966 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4967 Add highlighting of "interrupt", "killed", "terminated".
4968
4969 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4970 enabled and the current command is self-insert-command, call it
4971 explicitly with overwrite-mode bound to nil, to not allow it
4972 to delete the character after the selected region.
4973
4974 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
4975
4976 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4977 move-end-of-line, end-of-line, and beginning-of-line to the list
4978 of commands after which the echo area is updated.
4979
4980 2005-08-12 Eli Zaretskii <eliz@gnu.org>
4981
4982 * cus-edit.el (custom-save-all, custom-save-delete):
4983 Bind recentf-exclude to exclude custom-file.
4984
4985 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
4986
4987 * mail/rmailsum.el (rmail-summary-end-of-message): New command
4988 to go to the bottom of the mail message. Added to
4989 `rmail-summary-mode-map' with key "/".
4990 (rmail-summary-show-message): New (internal) function for use by
4991 both `rmail-summary-beginning/end-of-message'.
4992 (rmail-summary-beginning-of-message): Change to use
4993 rmail-summary-show-message.
4994
4995 * mail/rmail.el (rmail-end-of-message): New command to go to the
4996 end of the current message. Added to `rmail-mode-map' with key "/".
4997 (rmail-beginning-of-message): Fix to work as documented.
4998 (rmail-mode): Change documentation.
4999
5000 * progmodes/compile.el (compilation-start): Add the line
5001 "Compilation started" with compilation start time.
5002 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5003
5004 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5005
5006 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5007 of menu items.
5008
5009 2005-08-11 Richard M. Stallman <rms@gnu.org>
5010
5011 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5012
5013 * battery.el (battery-status-function): Don't use ignore-errors.
5014
5015 2005-08-11 Lute Kamstra <lute@gnu.org>
5016
5017 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5018 define-obsolete-variable-alias.
5019
5020 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5023 (ange-ftp-send-cmd): Revert last change, and expand
5024 the comment explaining the problem.
5025
5026 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5027
5028 * ldefs-boot.el: Update.
5029
5030 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5031 item to "Time, Load and Mail". Change help echo text.
5032
5033 * time.el (display-time-use-mail-icon, display-time-format)
5034 (display-time-string-forms): Shorten first line of docstrings.
5035
5036 2005-08-10 Lars Hansen <larsh@soem.dk>
5037
5038 * desktop.el (desktop-buffer-mode-handlers):
5039 Make non-customizable. Add autoload cookie. Change initial value to
5040 nil; add elements in respective modules instead. Fix doc string.
5041 (desktop-load-file): New function.
5042 (desktop-minor-mode-handlers): New autoloaded variable.
5043 (desktop-create-buffer): Call minor mode handlers.
5044 Use desktop-load-file to load major and minor mode modules prior to
5045 checking for a handler.
5046 (desktop-save): Don't add nil to desktop-minor-modes for minor
5047 modes with nil function in desktop-minor-mode-table. Don't delete
5048 desktop file before rewriting it.
5049 (desktop-locals-to-save): Add autoload cookie. Don't make
5050 automatically buffer-local. Add variables column-number-mode,
5051 size-indication-mode, indent-tabs-mode,
5052 indicate-buffer-boundaries, indicate-empty-lines and
5053 show-trailing-whitespace.
5054 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5055 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5056 (desktop-clear-preserve-buffers-regexp): Delete.
5057 (desktop-clear-preserve-buffers): Update initial value and docstring.
5058 (desktop-save-buffer): Fix doc string.
5059
5060 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5061 (hilit-chg-desktop-restore): New function.
5062 (highlight-changes-mode): Add highlight-changes-mode to
5063 desktop-locals-to-save.
5064
5065 * dired.el: Add handler to desktop-buffer-mode-handlers.
5066 (dired-restore-desktop-buffer): Remove autoload cookie.
5067 (dired-mode): Add autoload cookie.
5068
5069 * info.el: Add handler to desktop-buffer-mode-handlers.
5070 (Info-restore-desktop-buffer): Remove autoload cookie.
5071 (Info-mode): Add autoload cookie.
5072
5073 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5074 (mh-restore-desktop-buffer): Remove autoload cookie.
5075 (mh-folder-mode): Add autoload cookie.
5076
5077 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5078 (rmail-restore-desktop-buffer): Remove autoload cookie.
5079
5080 2005-08-11 Masatake YAMATO <jet@gyve.org>
5081
5082 * hexl.el (hexl-address-region):
5083 (hexl-ascii-region, hexl-font-lock-keywords):
5084 (hexl-highlight-line-range): Use the term "region"
5085 instead of "area" for consistency with the other symbols
5086 defined in hexl.el.
5087
5088 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5089
5090 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5091 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5092 out by Juri Linkov). Add `display-battery-mode'.
5093
5094 2005-08-09 Juri Linkov <juri@jurta.org>
5095
5096 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5097 Remove `-text' from face variable names.
5098 (compilation-error-file-name, compilation-warning-file-name)
5099 (compilation-info-file-name): Delete faces.
5100 (compilation-line-number, compilation-column-number):
5101 Remove face underlining.
5102 (compilation-message-face): Set to `underline' value by default.
5103 (compilation-error-face, compilation-warning-face)
5104 (compilation-info-face): Remove `-file-name' from face names.
5105 (compilation-error-text-face, compilation-warning-text-face)
5106 (compilation-info-text-face): Delete face variables.
5107 (compilation-text-face): Delete function.
5108
5109 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5110 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5111 (grep-error-face): Set to `compilation-error' instead of
5112 `compilation-error-face' (which is redefined to `grep-hit-face' in
5113 grep buffers).
5114 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5115 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5116
5117 * dired-aux.el (dired-do-query-replace-regexp):
5118 Use `query-replace-read-args'.
5119
5120 * replace.el (query-replace-read-from, query-replace-read-to)
5121 (query-replace-read-args): Rename arg `string' to `prompt'.
5122
5123 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5124
5125 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5126
5127 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5128 uploading files.
5129 (ange-ftp-canonize-filename): Handle file names beginning with ~
5130 correctly.
5131
5132 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * textmodes/fill.el (canonically-space-region)
5135 (fill-context-prefix, fill-french-nobreak-p)
5136 (fill-delete-newlines, fill-comment-paragraph)
5137 (justify-current-line): "?\ " -> "?\s".
5138
5139 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5140
5141 * textmodes/fill.el (fill-nonuniform-paragraphs):
5142 Improve argument/docstring consistency.
5143
5144 2005-08-09 Richard M. Stallman <rms@gnu.org>
5145
5146 * textmodes/ispell.el (ispell-word): More fboundp checks.
5147
5148 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5149 (find-file-noselect-1): Call it here, only if RAWFILE.
5150 (normal-mode): Always set some major mode.
5151 (save-some-buffers-action-alist): Change some explanation strings.
5152 (file-name-non-special): In the `quote' method, use unwind-protect.
5153
5154 2005-08-09 Magnus Henoch <mange@freemail.hu>
5155
5156 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5157 (ispell-have-aspell-dictionaries): New variable.
5158 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5159 (ispell-get-aspell-config-value): New function.
5160 (ispell-aspell-find-dictionary): New function.
5161 (ispell-aspell-add-aliases): New function.
5162 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5163 appropriate. Don't look for ispell dictionaries if we use aspell.
5164 (ispell-menu-map): Don't build a submenu of dictionaries.
5165
5166 2005-08-09 Richard M. Stallman <rms@gnu.org>
5167
5168 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5169 (sql-read-passwd): Use read-passwd.
5170
5171 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5172 (idlwave-toolbar-is-possible): Add defvars.
5173
5174 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5175 Avoid warnings.
5176
5177 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5178 (idlwave-system-class-info, idlwave-executive-commands-alist):
5179 Use defvar.
5180
5181 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5182
5183 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5184 Avoid warnings.
5185
5186 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5187 and content-type: headers.
5188
5189 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5190
5191 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5192 and rename some of them to be more self-explanatory.
5193
5194 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5195
5196 * startup.el (command-line-1): Implement -scriptload.
5197
5198 * replace.el (occur-engine): Initial *Occur* output not undoable.
5199
5200 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5201 and improve help strings.
5202
5203 * isearch.el (isearch-repeat): When changing direction,
5204 mark search successful.
5205
5206 * ediff-init.el: Use (featurep 'xemacs).
5207
5208 * comint.el (send-invisible): Identify buffer, if not selected.
5209
5210 * align.el: Delete autoload for c-guess-basic-syntax.
5211
5212 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5213
5214 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5215 Improve argument/docstring consistency. Doc fixes.
5216 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5217 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5218 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5219 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5220 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5221 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5222 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5223 Defvar at compile time.
5224
5225 2005-08-09 Juri Linkov <juri@jurta.org>
5226
5227 * info.el: Replace `info' with upper-case `Info' where appropriate.
5228 (info-title-1, info-title-2, info-title-3, info-title-4)
5229 (info-menu-header): Move up face definitions.
5230 (info-menu-star): Rename from `info-menu-5'.
5231 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5232 (Info-fontify-visited-nodes): Fix docstring.
5233 (Info-hide-note-references): Fix docstring.
5234 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5235 menu items in the same way as on cross-references.
5236 (info-apropos): Fix sorting order and formatting to be like in the
5237 stand-alone Info browser. Display error messages for 1 sec.
5238 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5239 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5240 from the menu bar.
5241 (Info-insert-dir): Restore point after calling
5242 `insert-buffer-substring'.
5243
5244 2005-08-08 Richard M. Stallman <rms@gnu.org>
5245
5246 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5247 (recompute-lucid-menubar): Add defvars.
5248
5249 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5250
5251 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5252
5253 * net/net-utils.el (run-dig): Rename from `dig'.
5254
5255 * play/gametree.el (gametree-mode): Use make-local-variable,
5256 not make-variable-buffer-local.
5257
5258 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5259
5260 * ansi-color.el (ansi-color-make-extent)
5261 (ansi-color-set-extent-face): Use fboundp, not functionp.
5262
5263 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5264 not make-variable-buffer-local.
5265
5266 * bookmark.el (Info-current-file): Add defvar.
5267 (bookmark-jump-noselect): Use with-no-warnings.
5268
5269 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5270
5271 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5272
5273 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5274
5275 * find-file.el (ada-procedure-start-regexp)
5276 (ada-package-start-regexp): Add defvars.
5277
5278 * info.el (Info-insert-dir): Use insert-buffer-substring.
5279
5280 * xml.el (xml-att-def-re): Add defvar.
5281
5282 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5283 calling convention.
5284
5285 * subr.el (while-no-input): Return t if there is input.
5286
5287 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5288
5289 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5290
5291 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5294 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5295
5296 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5297
5298 * cmuscheme.el (scheme-start-file): Replace reference to
5299 `user-emacs-directory' by "~/.emacs.d/".
5300
5301 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5302
5303 * info.el (Info-dir-remove-duplicates): Avoid case folding
5304 in loop; instead, keep downcased strings for comparison.
5305 Suggested by Helmut Eller.
5306
5307 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5308
5309 Sync with Tramp 2.0.50.
5310
5311 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5312 XEmacs case; not necessary anymore.
5313 (tramp-user-regexp): Allow "@" as part of user name.
5314 (tramp-handle-set-visited-file-modtime)
5315 (tramp-handle-insert-file-contents)
5316 (tramp-handle-write-region): No special handling for
5317 `last-coding-system-used, because this is done in
5318 `tramp-accept-process-output' now.
5319 (tramp-accept-process-output): New defun.
5320 (tramp-process-one-action, tramp-process-one-multi-action)
5321 (tramp-wait-for-regexp, tramp-wait-for-output)
5322 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5323 Howells <dhowells@redhat.com>.
5324 (clear-visited-file-modtime): Defadvice removed. The check for
5325 unset buffer's modtime does not need to be based on
5326 `tramp-buffer-file-attributes'. Suggested by RMS.
5327 (tramp-message): Insert "\n" if not being at beginning of line.
5328 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5329 sequence with same logic.
5330 (tramp-completion-handle-expand-file-name): Discard call of
5331 `tramp-drop-volume-letter'. It is not necessary, and there have
5332 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5333 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5334 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5335 should always be visible.
5336 (tramp-handle-insert-directory, tramp-setup-complete)
5337 (tramp-set-process-query-on-exit-flag)
5338 (tramp-append-tramp-buffers): Pacify byte-compiler.
5339 (tramp-bug): Delete non-existing variables from list.
5340 Apply `tramp-load-report-modules' as pre-hook.
5341 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5342 `shell-prompt-pattern' because of non-7bit characters.
5343 Reported by Sebastian Luque <sluque@mun.ca>.
5344 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5345 (tramp-match-string-list): Remove function.
5346 (tramp-wait-for-regexp): Remove call of that function.
5347 Suggested by Kim F. Storm <storm@cua.dk>.
5348 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5349 instead of octal character code ?\600. The latter resulted in a
5350 syntax error with XEmacs.
5351
5352 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5353 XEmacs case; not necessary anymore.
5354 (tramp-smb-handle-write-region): No special handling for
5355 `last-coding-system-used, because this is done in
5356 `tramp-accept-process-output' now.
5357 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5358
5359 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5360
5361 * wid-edit.el (widget-choice-value-create):
5362 Unconditionally respect user choice. Set :explicit-choice back to nil
5363 when no longer needed.
5364 (widget-choice-action): Unconditionally respect user choice.
5365 Eliminate :explicit-choice-value.
5366
5367 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5368
5369 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5370 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5371 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5372 running new function `toggle-indicate-empty-lines'.
5373 Rename "Customize" item to "Customize fringe".
5374 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5375 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5376 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5377 Delete "Empty lines only" item.
5378 (menu-bar-showhide-fringe-ind-customize): New function.
5379 (menu-bar-showhide-fringe-ind-mixed)
5380 (menu-bar-showhide-fringe-ind-box)
5381 (menu-bar-showhide-fringe-ind-right)
5382 (menu-bar-showhide-fringe-ind-left)
5383 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5384 instead of `fringe-indicators'.
5385
5386 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5387
5388 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5389 Change the date of last update.
5390
5391 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5392
5393 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5394 (viper-exec-yank, viper-put-back): Don't display modification msg
5395 if in the minibuffer.
5396
5397 * viper-init.el (viper-replace-overlay-cursor-color)
5398 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5399 Make variables frame local.
5400
5401 * viper-util.el (viper-append-filter-alist): Use append instead of
5402 nconc.
5403
5404 * viper.el (viper-vi-state-mode-list)
5405 (viper-emacs-state-mode-list): Move help-mode and
5406 completion-list-mode from the first list to the second.
5407 (viper-mode): Docstring.
5408 (viper-go-away, viper-non-hook-settings): Don't localize
5409 minor-mode-alist in newer Emacsen. Add advice to
5410 set-cursor-color. Don't bind "\C-c\\".
5411
5412 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5413
5414 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5415 (scheme-macro-expand-command): New user options.
5416 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5417 (scheme-form-at-point, scheme-start-file)
5418 (scheme-interactively-start-process): New functions.
5419 (scheme-get-process): New function, extracted from `scheme-proc'.
5420 (run-scheme): Call `scheme-start-file' to get start file, and pass
5421 it to `make-comint'.
5422 (switch-to-scheme, scheme-proc):
5423 Call `scheme-interactively-start-process' if no Scheme buffer/process
5424 is available.
5425
5426 2005-08-06 Juri Linkov <juri@jurta.org>
5427
5428 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5429 Use `compilation-text-face', `compilation-info-text-face' and
5430 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5431 (compilation-error): New face.
5432 (compilation-error-file-name): Inherit from
5433 `compilation-error' instead of `font-lock-warning-face'.
5434 (compilation-warning-file-name): Inherit from
5435 `compilation-warning' instead of `font-lock-warning-face'.
5436 (compilation-info, compilation-error-file-name)
5437 (compilation-warning-file-name, compilation-info-file-name)
5438 (compilation-line-number, compilation-column-number): Doc fix.
5439 (compilation-error-text-face, compilation-warning-text-face)
5440 (compilation-info-text-face): New face variables.
5441 (compilation-line-face, compilation-column-face)
5442 (compilation-enter-directory-face)
5443 (compilation-leave-directory-face): Doc fix.
5444 (compilation-text-face): New function.
5445
5446 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5447 instead of 1 to display binary file names as info file links.
5448 (grep-error-face): Use `compilation-error-face' instead of
5449 `font-lock-keyword-face'.
5450 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5451 and `compilation-warning-text-face' instead of
5452 `font-lock-keyword-face'. Use `compilation-error-text-face'
5453 instead of `grep-error-face'.
5454
5455 2005-08-05 Kenichi Handa <handa@m17n.org>
5456
5457 * international/code-pages.el: Add autoload cookies for all coding
5458 systems.
5459
5460 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5461
5462 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5463
5464 2005-08-04 Juri Linkov <juri@jurta.org>
5465
5466 * progmodes/compile.el (compilation-mode-map):
5467 * progmodes/grep.el (grep-mode-map):
5468 Bind TAB to `compilation-next-error' and [backtab] to
5469 `compilation-previous-error'.
5470
5471 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5472 matching line numbers, column numbers and their ranges with regexp
5473 matching only line numbers.
5474 (grep-context-face): New face variable.
5475 (grep-mode-font-lock-keywords): Use it.
5476
5477 * faces.el (read-face-name): Delete duplicate faces.
5478
5479 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5480
5481 * thumbs.el (thumbs-find-image): Don't make variables
5482 automatically buffer local.
5483 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5484 (thumbs-image-num): Make automatically buffer local.
5485 (thumbs-show-thumbs-list): Use `make-local-variable', not
5486 `make-variable-buffer-local'.
5487 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5488
5489 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5490 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5491 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5492 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5493 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5494 (feelings-about, foullst, found, hello, history, howareyoulst)
5495 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5496 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5497 (neglst, obj, object, owner, please, problems, qlist)
5498 (random-adjective, relation, remlst, repetitive-shortness)
5499 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5500 (shortlst, something, sportslst, stallmanlst, states, subj)
5501 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5502 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5503 Defvar at compile time.
5504
5505 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5506 not `make-variable-buffer-local'.
5507
5508 2005-08-02 Kim F. Storm <storm@cua.dk>
5509
5510 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5511 rectangle overlay in selected window.
5512
5513 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5514
5515 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5516 instead of display group. Make `indicate-buffer-boundaries'
5517 customizable through Custom.
5518
5519 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5520
5521 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5522 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5523 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5524 (gdb-put-string): Fix typos in docstrings.
5525
5526 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5527
5528 Update copyright notices of files in progmodes directory for
5529 release of Emacs 22.1.
5530
5531 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5532
5533 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5534 Don't barf if the GUD buffer has been killed.
5535
5536 2005-08-01 Kim F. Storm <storm@cua.dk>
5537
5538 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5539
5540 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * simple.el (next-error-follow-minor-mode):
5543 make-variable-buffer-local -> make-local-variable.
5544
5545 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5546
5547 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5548 (byte-compile-form-make-variable-buffer-local): New functions to warn
5549 about misuses of make-variable-buffer-local where make-local-variable
5550 was meant.
5551
5552 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5553
5554 * bs.el (bs-attributes-list): Doc fix.
5555 (bs): Update url-link.
5556
5557 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5558 (desktop-load-default): Simplify.
5559
5560 * ibuffer.el (ibuffer-columnize-and-insert-list)
5561 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5562 (ibuffer-unmark-all, ibuffer-toggle-marks)
5563 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5564 (ibuffer-compile-make-format-form, ibuffer-format-column)
5565 (ibuffer-current-buffers-with-marks)
5566 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5567 (ibuffer): Doc fix.
5568 (ibuffer-mode): Fix typo in docstring.
5569 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5570 with `define-obsolete-variable-alias'.
5571 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5572
5573 2005-07-29 Kenichi Handa <handa@m17n.org>
5574
5575 * international/mule-cmds.el (select-message-coding-system):
5576 Be sure to use LF for end-of-line. If no coding system is decided,
5577 return iso-8859-1-unix.
5578
5579 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5582 (ange-ftp-pending-error-line): New vars.
5583 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5584 to handle the non-fatal no-route-to-host messages.
5585 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5586
5587 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5588
5589 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5590 (isearch-quote-char, isearch-printing-char)
5591 (isearch-text-char-description): "?\ " -> "?\s".
5592 (isearch-lazy-highlight-cleanup)
5593 (isearch-lazy-highlight-initial-delay)
5594 (isearch-lazy-highlight-interval)
5595 (isearch-lazy-highlight-max-at-a-time)
5596 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5597 Declare with define-obsolete-*-alias macros.
5598 (isearch-forward): Fix typo in docstring.
5599 (search-invisible, search-ring-yank-pointer)
5600 (regexp-search-ring-yank-pointer): Doc fixes.
5601
5602 * recentf.el (recentf-menu-append-commands-p): Declare with
5603 `define-obsolete-variable-alias'.
5604 (recentf-max-saved-items, recentf-menu-filter)
5605 (recentf-arrange-by-rule-subfilter): Doc fixes.
5606 (recentf-menu-append-commands-flag)
5607 (recentf-initialize-file-name-history, recentf-expand-file-name)
5608 (recentf-clear-data): Fix typos in docstrings.
5609
5610 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5611
5612 * progmodes/gdb-ui.el: Smarten comments.
5613 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5614
5615 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5616
5617 * term/apollo.el (terminal-init-apollo): New function containing
5618 all former top level forms in the file.
5619 * term/bobcat.el (terminal-init-bobcat):
5620 * term/cygwin.el (terminal-init-cygwin):
5621 * term/iris-ansi.el (terminal-init-iris-ansi):
5622 * term/linux.el (terminal-init-linux):
5623 * term/news.el (terminal-init-news):
5624 * term/rxvt.el (terminal-init-rxvt):
5625 * term/sun.el (terminal-init-sun):
5626 * term/tvi970.el (terminal-init-tvi970):
5627 * term/vt100.el (terminal-init-vt100):
5628 * term/vt102.el (terminal-init-vt102):
5629 * term/vt125.el (terminal-init-vt125):
5630 * term/vt200.el (terminal-init-vt200):
5631 * term/vt201.el (terminal-init-vt201):
5632 * term/vt220.el (terminal-init-vt220):
5633 * term/vt240.el (terminal-init-vt240):
5634 * term/vt300.el (terminal-init-vt300):
5635 * term/vt320.el (terminal-init-vt320):
5636 * term/vt400.el (terminal-init-vt400):
5637 * term/vt420.el (terminal-init-vt420):
5638 * term/wyse50.el (terminal-init-wyse50):
5639 * term/xterm.el (terminal-init-xterm): Likewise.
5640
5641 * term/README: Describe the terminal-init-* functionality.
5642
5643 * startup.el (command-line): After loading the terminal initialization
5644 file call the corresponding terminal initialization function.
5645
5646 2005-07-27 Kenichi Handa <handa@m17n.org>
5647
5648 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5649 negative.
5650
5651 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5652 (ps-mule-composition-prologue): Fix for the case that
5653 RelativeCompose is false.
5654
5655 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5658
5659 * descr-text.el (describe-char): Handle the case where the list of
5660 chars is displayed in a separate frame.
5661 Be a bit more discriminating when looking for the char.
5662
5663 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5664
5665 * bookmark.el (bookmark-automatically-show-annotations)
5666 (bookmark-read-annotation-text-func): Doc fixes.
5667 (bookmark-save): Improve argument/docstring consistency.
5668 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5669 (bookmark-alist-from-buffer)
5670 (bookmark-upgrade-file-format-from-0)
5671 (bookmark-grok-file-format-version)
5672 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5673 (bookmark-read-annotation-mode)
5674 (bookmark-insert-current-bookmark, bookmark-jump)
5675 (bookmark-exit-hook): Fix typos in docstrings.
5676 (bookmark-exit-hooks): Define as obsolete alias.
5677 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5678 not `bookmark-exit-hooks'. Fix docstring.
5679 (bookmark-bmenu-select): "?\ " -> "?\s".
5680
5681 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5682
5683 * startup.el (command-line): Fix typo.
5684
5685 2005-07-24 Richard M. Stallman <rms@gnu.org>
5686
5687 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5688 not emacs-quick-startup.
5689
5690 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5691
5692 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5693 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5694 instead of `reb-with-current-window'.
5695 (reb-prev-match): Likewise. Also, don't move left if the search
5696 was unsuccessful.
5697 (reb-initialize-buffer): New function.
5698 (re-builder, reb-change-syntax): Use it.
5699
5700 * man.el (Man-goto-page): Make second argument NOERROR optional.
5701
5702 2005-07-23 Richard M. Stallman <rms@gnu.org>
5703
5704 * man.el (Man-bgproc-sentinel): Check here for failure to find
5705 any man page in the output, and report the error here.
5706 (Man-arguments): Make it permanent local.
5707 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5708 (Man-mode): Pass t for NOERROR.
5709
5710 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5711 (grep-mode-font-lock-keywords):
5712 Don't use compilation-...-face for messages that are not file names.
5713
5714 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5715 Don't use compilation-...-face for messages that are not file names.
5716
5717 2005-07-22 Juri Linkov <juri@jurta.org>
5718
5719 * startup.el (normal-splash-screen): Update menu name.
5720
5721 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5722
5723 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5724
5725 * term/xterm.el: Load term/rxvt if the terminal is actually an
5726 rxvt terminal.
5727 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5728
5729 * term/rxvt.el (function-key-map): Use substitute-key-definition
5730 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5731
5732 * term/cygwin.el: New file.
5733
5734 2005-07-22 Kim F. Storm <storm@cua.dk>
5735
5736 * image-file.el (insert-image-file, image-file-yank-handler):
5737 Fix last change to maintain a (unique) yank-handler on yanked images.
5738
5739 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5740
5741 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5742 of the file size (as in "177B" for 177 bytes). This happens with
5743 "ls -lh" on FreeBSD.
5744
5745 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
5746
5747 * hilit-chg.el (highlight-changes-global-initial-state)
5748 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5749 (hilit-chg-fixup, highlight-changes-mode):
5750 Fix typos in docstrings.
5751 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5752 Doc fixes.
5753
5754 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5755
5756 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5757 mode function using `eval-after-load'.
5758
5759 2005-07-21 Kim F. Storm <storm@cua.dk>
5760
5761 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5762 included when reporting an emacs crash, and tell about the DEBUG file.
5763
5764 * image-file.el (insert-image-file): Add yank-handler.
5765 (image-file-yank-handler): Yank handler to make unique copies of
5766 images when they are yanked into a buffer next to each other.
5767
5768 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5769
5770 * comint.el (comint-use-prompt-regexp, comint-send-input)
5771 (comint-source-default, comint-extract-string)
5772 (comint-get-source, comint-word, comint-completion)
5773 (comint-source, comint-prompt-read-only, comint-update-fence):
5774 Fix typos in docstrings.
5775 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5776 Declare with define-obsolete-*-alias macros.
5777 (comint-previous-matching-input-from-input)
5778 (comint-next-matching-input-from-input)
5779 (comint-previous-matching-input, comint-next-matching-input)
5780 (comint-forward-matching-input):
5781 Improve argument/docstring consistency.
5782
5783 * desktop.el (desktop-clear-preserve-buffers-regexp):
5784 Also preserve the *server* buffer.
5785
5786 * simple.el (clone-indirect-buffer): Doc fix.
5787 (fixup-whitespace, just-one-space)
5788 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5789 (next-error, next-error-highlight)
5790 (next-error-highlight-no-select, next-error-last-buffer)
5791 (next-error-buffer-p, next-error-find-buffer, next-error)
5792 (previous-error, next-error-no-select, previous-error-no-select)
5793 (open-line, split-line, minibuffer-prompt-width, kill-new)
5794 (binary-overwrite-mode): Fix typos in docstrings.
5795 (set-fill-column): Fix typo in message.
5796
5797 * skeleton.el (skeleton-proxy-new): Doc fix.
5798
5799 * strokes.el (strokes-load-hook): Doc fix.
5800 (strokes-grid-resolution, strokes-get-grid-position)
5801 (strokes-renormalize-to-grid, strokes-read-stroke)
5802 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5803 (strokes-global-map): Fix typos in docstrings.
5804 (strokes-help): Doc fix. Fix help message and pass it through
5805 `substitute-command-keys'.
5806
5807 * tempo.el (tempo-insert-prompt, tempo-interactive)
5808 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5809 (tempo-insert-string-functions, tempo-local-tags)
5810 (tempo-define-template, tempo-insert-template)
5811 (tempo-insert-prompt-compat, tempo-is-user-element)
5812 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5813 Fix typos in docstrings.
5814
5815 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5816 (vcursor-key-bindings, vcursor-use-vcursor-map)
5817 (vcursor-find-window, vcursor-scroll-down)
5818 (vcursor-disable, vcursor-beginning-of-buffer)
5819 (vcursor-end-of-buffer): Fix typos in docstrings.
5820 (vcursor-relative-move, vcursor-get-char-count):
5821 Improve argument/docstring consistency.
5822
5823 * version.el: "?\ " -> "?\s".
5824
5825 * wid-edit.el (widget-default-create, widget-after-change)
5826 (widget-default-format-handler, widget-checklist-add-item)
5827 (widget-radio-add-item, widget-choose, widget-specify-secret)
5828 (widget-field-value-create, widget-field-value-get)
5829 (widget-editable-list-format-handler)
5830 (widget-editable-list-entry-create, widget-group-value-create)
5831 (widget-documentation-link-add)
5832 (widget-documentation-string-value-create): "?\ " -> "?\s".
5833 (widget-convert-text): Doc fix.
5834 (widget-narrow-to-field, widget-field-find)
5835 (widget-url-link-action, widget-emacs-library-link-action)
5836 (widget-color-notify): Fix typos in docstrings.
5837
5838 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5839 (x-select-text, set-w32-system-coding-system)
5840 (w32-add-charset-info): Fix typos in docstrings.
5841
5842 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5843 (cua-enable-cua-keys, cua-use-hyper-key)
5844 (cua-virtual-rectangle-edges): Fix typos in docstrings.
5845 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5846
5847 * net/tramp.el (tramp-handle-load): Fix typo in error message.
5848
5849 * emacs-lisp/re-builder.el (regexp-builder): Declare with
5850 `defalias' instead of faking it.
5851
5852 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5853 (eshell-ls-missing, eshell-ls-dired-initial-args)
5854 (eshell-ls-use-in-dired): Fix typos in docstrings.
5855
5856 2005-07-20 Kim F. Storm <storm@cua.dk>
5857
5858 * emulation/cua-base.el (cua-mode): Improve doc string.
5859
5860 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5861
5862 * abbrev.el (expand-region-abbrevs): Doc fix.
5863 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5864 Improve argument/docstring consistency.
5865
5866 * arc-mode.el (archive-get-descr, archive-alternate-display):
5867 Doc fixes.
5868 (archive-l-e): Improve argument/docstring consistency.
5869 (archive-tmpdir, archive-unixdate, archive-unixtime)
5870 (archive-chmod-entry): Fix typos in docstrings.
5871 (archive-unflag, archive-unflag-backwards)
5872 (archive-unmark-all-files): "?\ " -> "?\s".
5873
5874 * buff-menu.el (Buffer-menu-unmark): Doc fix.
5875 (Buffer-menu-not-modified, Buffer-menu-execute)
5876 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5877 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5878
5879 * composite.el (compose-string, encode-composition-rule)
5880 (compose-last-chars): Fix typos in docstrings.
5881
5882 * desktop.el (desktop-enable, desktop-basefilename):
5883 Declare with `define-obsolete-variable-alias'.
5884 (desktop-internal-v2s): Don't quote keywords.
5885 (desktop-clear): "?\ " -> "?\s".
5886
5887 * dired.el (dired-align-file, dired-flag-backup-files)
5888 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5889 (dired-listing-switches, dired-ls-F-marks-symlinks)
5890 (dired-dwim-target, dired-load-hook, dired-mode-hook)
5891 (dired-directory, dired-faces, dired, dired-revert)
5892 (dired-mode, dired-summary, dired-view-file)
5893 (dired-copy-filename-as-kill, dired-delete-file)
5894 (dired-no-confirm, dired-unmark-all-marks)
5895 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5896 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5897 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5898 Fix typos in message strings.
5899
5900 * dired-x.el (virtual-dired): Declare with `defalias'.
5901 (dired-mark-unmarked-files, dired-local-variables-file)
5902 (dired-omit-here-always): Doc fix.
5903 (dired-omit-mode, dired-find-subdir)
5904 (dired-enable-local-variables, dired-clean-up-buffers-too)
5905 (dired-extra-startup, dired-mark-extension, dired-jump)
5906 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5907 (dired-smart-shell-command, dired-guess-shell-alist-user)
5908 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5909 (dired-x-bind-find-file, dired-x-submit-report):
5910 Fix typos in docstrings.
5911 (dired-mark-unmarked-files): "?\ " -> "?\s".
5912
5913 * dirtrack.el (dirtrack-list): Fix typos in docstring.
5914
5915 * faces.el (describe-face): "?\ " -> "?\s".
5916 (read-all-face-attributes, read-face-font, modify-face)
5917 (face-attr-construct, italic): Fix typos in docstrings.
5918 (frame-update-face-colors): Declare with
5919 `define-obsolete-function-alias'.
5920
5921 * files.el (find-file-noselect, recode-file-name): Doc fixes.
5922 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5923 (magic-mode-alist, buffer-file-numbers-unique)
5924 (write-file-functions, get-free-disk-space):
5925 Fix typos in docstrings.
5926 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5927 (write-contents-hooks, write-file-hooks):
5928 Declare with `define-obsolete-variable-alias'.
5929
5930 * forms-d2.el (arch-rj): Fix typo in docstrings.
5931 (arch-tocol): Likewise. "?\ " -> "?\s".
5932
5933 * frame.el (set-frame-font, cursor-in-non-selected-windows):
5934 Fix typo in docstring.
5935 (set-screen-width, set-screen-height): Delete redundant info in
5936 doctrings.
5937 (new-frame, screen-height, screen-width): Declare with
5938 `define-obsolete-function-alias'.
5939 (delete-frame-hook, blink-cursor): Declare with
5940 `define-obsolete-variable-alias'.
5941
5942 * paths.el (prune-directory-list): Fix typos in docstring.
5943
5944 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5945 (cvs-prefix-get): Fix typos in docstrings.
5946
5947 * ps-print.el (ps-extend-face-list, ps-extend-face)
5948 (ps-print-background-image): Fix typos in docstrings.
5949 (ps-default-fg, ps-default-bg): Doc fixes.
5950
5951 * s-region.el (s-region-bind): Doc fix.
5952 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5953
5954 * textmodes/org.el (org-table-formula-substitute-names)
5955 (org-table-get-vertical-vector): Doc fixes.
5956 (org-table-recalculate): Remove unused argument to `message'.
5957
5958 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
5959
5960 * textmodes/org.el (org-table-column-names)
5961 (org-table-column-name-regexp)
5962 (org-table-named-field-locations): New variables.
5963 (org-archive-subtree): Protect `this-command' when calling
5964 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5965 the kill buffer.
5966 (org-complete): Remove fixed-formula completion.
5967 (org-edit-formulas-map): New variable.
5968 (org-table-edit-formulas): New command.
5969 (org-finish-edit-formulas, org-abort-edit-formulas)
5970 (org-show-variable, org-table-get-vertical-vector): New functions.
5971 (org-table-maybe-eval-formula): Handle `:=' fields.
5972 (org-table-get-stored-formulas, org-table-store-formulas)
5973 (org-table-get-formula, org-table-modify-formulas)
5974 (org-table-replace-in-formulas): Handle named field formulas.
5975 (org-table-get-specials): Store locations of named fields.
5976
5977 2005-07-19 Juri Linkov <juri@jurta.org>
5978
5979 * progmodes/grep.el (grep-regexp-alist)
5980 (grep-mode-font-lock-keywords, grep-process-setup):
5981 Use default GNU grep match color "01;31m" instead of "01;41m".
5982 (grep-regexp-alist, grep-mode-font-lock-keywords):
5983 Use `\\[[0-9]*m' instead of `\\[00m'.
5984 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5985 sgr_start where its handling is more important. Use the real
5986 length of sgr_start instead of constant 8.
5987 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5988 specially. Delete all remaining escape sequences.
5989 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5990 (grep-regexp-alist): Make hyperlink only for binary file name
5991 instead of the whole line.
5992 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5993 (grep-mode): Add autoload.
5994
5995 * emacs-lisp/find-func.el (find-function-regexp):
5996 Add `define-compilation-mode'.
5997
5998 2005-07-19 Juri Linkov <juri@jurta.org>
5999
6000 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6001 (compare-windows-sync-string-size, compare-windows-recenter)
6002 (compare-windows-highlight, compare-windows): Add version 22.1.
6003 (compare-windows) <defface>: Inherit from lazy-highlight instead
6004 of duplicating its default value.
6005
6006 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6007 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6008
6009 * descr-text.el (describe-char): Create link buttons for `charset'
6010 and `code point'. Add the current input method name with a link
6011 button to `to input' field. Print face names of display table
6012 characters in `The display table entry is displayed by' section
6013 instead of printing face-id in the `display' field.
6014 Guess hardcoded faces and create a link button for them.
6015 Skip empty fields when calculating max-width.
6016 Treat `widget-create' specially while inserting strings from the
6017 collected field list.
6018 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6019
6020 * diff-mode.el (diff-file-header): Change foreground color from
6021 yellow to green on light backgrounds.
6022 (diff-context): Inherit from `shadow' only for color/grayscale
6023 with more than 88 colors.
6024 (diff-indicator-removed, diff-indicator-added)
6025 (diff-indicator-changed): New faces.
6026 (diff-font-lock-keywords): Use new faces. Regroup rules.
6027 Add "^---$" for `normal' diff format. Fontify `#' lines with
6028 font-lock-comment-delimiter-face and font-lock-comment-face.
6029 Add `#' to ^[^...] in the rule for `diff-context-face'.
6030
6031 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6032 a button-like box. Inherit from `highlight' on low colors.
6033 (shadow): Use shades of gray only for color/grayscale with
6034 more than 88 colors. Use green for light backgrounds with
6035 8 colors, and yellow for dark backgrounds with 8 colors.
6036
6037 * font-lock.el (font-lock-regexp-grouping-backslash):
6038 Don't inherit from escape-glyph (use bold for all cases).
6039
6040 * info.el (info-xref-visited): Use light foreground color `violet'
6041 for dark backgrounds instead of dark color `magenta3'.
6042 (info-title-1): Use `yellow' color for dark backgrounds.
6043
6044 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6045 too-light magenta2.
6046
6047 * replace.el (match): Use slightly more light RoyalBlue3 instead
6048 of dark RoyalBlue4.
6049
6050 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6051
6052 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * novice.el (disabled-command-hook): Declare it with
6055 `define-obsolete-variable-alias'.
6056
6057 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6058 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6059 (desktop-load-default): Add release to obsolescence info.
6060 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6061 (desktop-append-buffer-args, desktop-read):
6062 Fix typos in docstrings.
6063 (desktop-kill): Fix typo in message.
6064 (desktop-save): Doc fix.
6065
6066 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6067
6068 * viper-cmd.el (viper-escape-to-state): Bug fix.
6069 (viper-envelop-ESC-key): Change the definition of fast
6070 keysequence so it'll work with keyboard macros.
6071
6072 * ediff.el (ediff-patch-buffer): Change the docstring.
6073
6074 2005-07-19 Kenichi Handa <handa@m17n.org>
6075
6076 * international/mule-cmds.el (select-safe-coding-system): Try to
6077 use an auto-coding (if any) before anything else. If the found
6078 auto-coding is invalid, show a warning message.
6079
6080 * international/mule.el (find-auto-coding): New function created
6081 by modifying the body of set-auto-coding.
6082 (set-auto-coding): Use find-auto-coding to find a coding.
6083
6084 2005-07-18 Richard M. Stallman <rms@gnu.org>
6085
6086 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6087 not isearch-mode-end-hook-error.
6088 (allout-before-change-protect): Fix error message.
6089
6090 2005-07-18 Juri Linkov <juri@jurta.org>
6091
6092 * allout.el (allout-mode):
6093 * calculator.el (calculator-copy):
6094 * custom.el (custom-known-themes):
6095 * dired.el (dired-desktop-buffer-misc-data)
6096 (dired-restore-desktop-buffer):
6097 * dired-x.el (dired-omit-marker-char):
6098 * files.el (basic-save-buffer):
6099 * font-core.el (font-lock-mode):
6100 * calendar/calendar.el (calendar-goto-hebrew-date)
6101 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6102 (calendar-goto-persian-date):
6103 * language/ethio-util.el (ethio-sera-to-fidel-region):
6104 * textmodes/picture.el (picture-mode):
6105 Delete duplicate duplicate words.
6106
6107 2005-07-18 Juri Linkov <juri@jurta.org>
6108
6109 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6110 chars * ? } |.
6111 (isearch-fallback): Don't call `isearch-process-search-char'.
6112 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6113 (isearch-process-search-char): Call `isearch-fallback' for regexp
6114 chars * ? } |.
6115 (isearch-return-char): Make obsolete with `make-obsolete' instead
6116 of simply documenting it as obsolete in the docstring.
6117 (isearch-fallback): Refill docstring.
6118
6119 * international/isearch-x.el
6120 (isearch-process-search-multibyte-characters): Remove unneeded
6121 `concat'. Add intermediate values to `junk-hist' instead of
6122 `minibuffer-history'. Test the length of `str'.
6123
6124 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6125
6126 * allout.el (allout-resolve-xref): Fix typos in error strings.
6127 (allout-before-change-protect): Remove unneeded `concat'.
6128
6129 * array.el (array-mode, array-reconfigure-rows)
6130 (untabify-backward): Fix typos in docstrings.
6131 (array-reconfigure-rows): Use `insert-buffer-substring', not
6132 `insert-buffer'.
6133
6134 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6135 * progmodes/ada-mode.el (ada-make-body):
6136 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6137
6138 * dired.el (dired-log):
6139 * tar-mode.el (tar-subfile-save-buffer):
6140 * play/zone.el (zone-pgm-stress-destress):
6141 Use `insert-buffer-substring', not `insert-buffer'.
6142
6143 2005-07-17 Simon Josefsson <jas@extundo.com>
6144
6145 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6146
6147 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6148
6149 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6150 Add plain auth method.
6151 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6152
6153 2005-07-17 Kim F. Storm <storm@cua.dk>
6154
6155 * ido.el (dired-other-window): Add ido property.
6156
6157 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6158
6159 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6160 Fix typo in docstring.
6161 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6162 `insert-file-literally'.
6163
6164 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6165 info and delete redundant message. Doc fix.
6166 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6167 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6168
6169 2005-07-16 Richard M. Stallman <rms@gnu.org>
6170
6171 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6172 (byte-compile-and): Use byte-compile-and-recursion.
6173 (byte-compile-or-recursion): New function.
6174 (byte-compile-or): Use that.
6175 (byte-compile-if): Guard the else-clause too.
6176 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6177
6178 * isearch.el (isearch-mode-end-hook-quit): New variable.
6179 (isearch-done): Bind it.
6180 (isearch-mode-end-hook): Doc fix.
6181
6182 * allout.el (allout-isearch-did-quit): Variable deleted.
6183 (allout-real-isearch-abort): Function name no longer used.
6184 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6185 (allout-isearch-rectification): isearch-mode always exists.
6186 Don't set allout-isearch-did-quit.
6187 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6188 allout-isearch-did-quit.
6189 (allout-enwrap-isearch): Just add the hook.
6190 (allout-isearch-abort): Function deleted.
6191 (allout-pre-command-business): Avoid warning.
6192
6193 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6194 Correctly avoid warnings.
6195 (pascal-outline): Likewise.
6196
6197 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6198
6199 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6200
6201 * play/tetris.el (tetris-mode): Avoid warning.
6202
6203 * play/snake.el (snake-mode): Avoid warning.
6204
6205 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6206 (gamegrid-set-display-table): Avoid warning.
6207 (gamegrid-set-timer): Likewise.
6208 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6209 (gamegrid-add-score-with-update-game-score-1): Take FILE
6210 as argument.
6211 (gamegrid-add-score-with-update-game-score): Pass that argument.
6212 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6213
6214 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6215
6216 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6217 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6218
6219 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6220 and insert-file.
6221
6222 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6223 (sc-ask): Avoid warnings.
6224
6225 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6226 (eshell-hist-initialize): Use that var the natural way.
6227
6228 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6229
6230 * emacs-lisp/re-builder.el (reb-cook-regexp):
6231 Avoid warning calling lre-compile-string.
6232 (reb-color-display-p): Avoid warning.
6233
6234 * calculator.el (calculator-last-input): Guard uses
6235 of event-key and key-press-event-p.
6236 (event-key, key-press-event-p): Delete definitions.
6237
6238 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6239 (find-gc-source-directory, find-gc-subrs-callers)
6240 (find-gc-noreturn-list, find-gc-source-files)
6241 (find-gc-subrs-called): Vars renamed and defvar'd.
6242
6243 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6244 (checkdoc-overlay-put, checkdoc-delete-overlay)
6245 (checkdoc-overlay-start, checkdoc-overlay-end)
6246 (checkdoc-mode-line-update, checkdoc-char=):
6247 Define such that compiler knows they are defined.
6248 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6249 (checkdoc-read-event): Delete. Use read-event directly.
6250
6251 * whitespace.el (whitespace-make-overlay)
6252 (whitespace-overlay-put, whitespace-delete-overlay)
6253 (whitespace-overlay-start, whitespace-overlay-end):
6254 Define such that compiler knows they are defined.
6255 (whitespace): Move conditional inside.
6256
6257 * tempo.el (tempo-insert-template): Suppress warning.
6258
6259 * ediff-diff.el (longlines-mode): Add defvar.
6260
6261 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6262
6263 * server.el: Bind "C-x #" in a way that works even if C-x is
6264 redefined to a command key, not a prefix key.
6265
6266 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6267
6268 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6269 cl-make-type-test till execution time.
6270
6271 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6272
6273 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6274 arg ARG and use it.
6275
6276 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6277
6278 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6279
6280 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6281
6282 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6283 a defcustom with two :set or :type keywords.
6284
6285 2005-07-15 Richard M. Stallman <rms@gnu.org>
6286
6287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6288 Don't give ^M comment-end syntax.
6289
6290 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6291
6292 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6293 Don't consider gdbmi (gdb-mi.el has its own update functions).
6294 (gdb-var-delete): Make it work for gdbmi as well.
6295 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6296
6297 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6298 (gud-speedbar-menu-items): Correct logic for enabling items.
6299
6300 2005-07-15 Kim F. Storm <storm@cua.dk>
6301
6302 * ido.el: Fix commentary.
6303 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6304 Use with-no-warnings around ffap-guesser.
6305 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6306 Let bind minibuffer-completing-file-name to t.
6307
6308 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6309
6310 * startup.el (site-run-file, keyboard-type): Doc fixes.
6311 (command-line): Check for "--basic-display" argument; also for
6312 "--quick", not "--bare-bones" (which was renamed).
6313 (fancy-splash-text): Add missing item "Getting New Versions".
6314 (normal-splash-screen): Fix typos and improve consistency with
6315 `fancy-splash-text'. Update copyright year.
6316
6317 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6318 valid binding for `help-char'.
6319
6320 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6321
6322 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6323
6324 * term.el (term-mode): Disable cua-mode for term buffers.
6325
6326 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6327
6328 * add-log.el (add-log-mailing-address, change-log-merge):
6329 Doc fixes.
6330 (change-log-get-method-definition): Fix typo in docstring.
6331
6332 2005-07-14 Kim F. Storm <storm@cua.dk>
6333
6334 * emulation/cua-base.el:
6335 (cua--pre-command-handler-1, cua--pre-command-handler)
6336 (cua--post-command-handler-1, cua--post-command-handler):
6337 Split in two. Check (buffer local) value of cua-mode.
6338 (cua-selection-mode): New command.
6339
6340 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6341
6342 * custom.el (custom-initialize-safe-set)
6343 (custom-initialize-safe-default): Doc fixes.
6344
6345 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6346 and simplify :init-value again.
6347
6348 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6349 and simplify :init-value again. Delete autoload.
6350
6351 * startup.el (command-line): Use `custom-reevaluate-setting' again
6352 for tooltip-mode.
6353
6354 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6355 a defcustom with two :initialize keywords.
6356
6357 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6360 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6361 (allout-post-command-business, allout-flag-region)
6362 (isearch-reenable-font-lock, allout-yank)
6363 (allout-insert-latex-header, allout-insert-latex-trailer)
6364 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6365 (allout-latex-verb-quote): Fix typos in docstrings.
6366 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6367 (allout-unprotected, allout-prefix-data):
6368 Improve argument/docstring consistency.
6369 (allout-chart-subtree): Fix argument spec.
6370 (allout-open-topic): Rename `use_sib_bullet' argument to
6371 `use-sib-bullet'. Doc fix.
6372
6373 * whitespace.el (whitespace-check-buffer-leading)
6374 (whitespace-check-buffer-trailing)
6375 (whitespace-check-buffer-indent)
6376 (whitespace-check-buffer-spacetab)
6377 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6378 (whitespace-check-leading-whitespace)
6379 (whitespace-check-trailing-whitespace)
6380 (whitespace-check-spacetab-whitespace)
6381 (whitespace-check-indent-whitespace)
6382 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6383 (whitespace-modes): Fix typos in docstrings.
6384 (defgroup, defcustom): Doc fixes.
6385
6386 * winner.el (winner-mode, winner-boring-buffers)
6387 (winner-pending-undo-ring): Doc fixes.
6388 (winner-ring): Remove unneeded `progn'.
6389 (winner-equal): `defsubst' it.
6390 (winner-redo): Fix message.
6391
6392 2005-07-13 Kim F. Storm <storm@cua.dk>
6393
6394 * simple.el (line-move-1): Always use vertical-motion to
6395 do the last (or only) line move to ensure some movement.
6396 Undo 2005-06-23 change--don't check for overlays.
6397
6398 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6399
6400 * term/mac-win.el (ccl-encode-mac-roman-font)
6401 (ccl-encode-mac-centraleurroman-font)
6402 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6403 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6404 Change charset-id boundary of dimension to ?\xef.
6405 (mac-char-fontspec-list): New constant.
6406 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6407 argument. Nil uses itself as family in font-spec. Previous
6408 behavior for nil is now provided by non-nil non-string argument.
6409 All callers changed. Add font-specs for Mac fonts to
6410 "fontset-default" unless iso8859-1 fonts are installed.
6411
6412 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6415 a continuation line if the \ is preceded by SPC or TAB.
6416 (sh-get-indent-info): Simplify.
6417 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6418 Use with-current-buffer.
6419
6420 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6421 when the matched text is empty.
6422
6423 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6424
6425 * startup.el (command-line): Revert to previous handling of
6426 tooltip-mode. Explain in comment why the complexity is needed.
6427
6428 * tooltip.el (tooltip-mode): Revert to previous implementation of
6429 its defcustom.
6430
6431 * frame.el (blink-cursor-mode): Revert to previous implementation
6432 of its defcustom. Update comment.
6433
6434 2005-07-12 Lars Hansen <larsh@soem.dk>
6435
6436 * desktop.el: Update e-mail address.
6437
6438 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6439
6440 * term/mac-win.el (mac-services-mail-selection)
6441 (mac-services-mail-to): New functions.
6442 (mac-application-menu-map): Bind them.
6443
6444 2005-07-12 wulei <milton@wulei.net> (tiny change)
6445
6446 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6447
6448 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6449
6450 * custom.el (custom-reevaluate-setting): Doc fix.
6451
6452 2005-07-11 Jay Belanger <belanger@truman.edu>
6453
6454 * calc/calc.el (calc-embedded-announce-formula-alist)
6455 (calc-embedded-open-close-plain-alist)
6456 (calc-embedded-open-close-mode-alist): Add checks for additional
6457 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6458
6459 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6460
6461 * custom.el (custom-enable-theme): Don't add theme to
6462 `custom-enabled-themes' with `push' because there is no
6463 setf-method for `delq'.
6464
6465 2005-07-11 Richard M. Stallman <rms@gnu.org>
6466
6467 * custom.el (custom-declare-variable): Doc fix.
6468
6469 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6470 from the alists.
6471
6472 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6473 Do nothing if edebug-active.
6474
6475 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6476 (edebug-display): Do it here instead.
6477
6478 2005-07-10 Richard M. Stallman <rms@gnu.org>
6479
6480 * cus-face.el (custom-theme-set-faces): Make it work.
6481 (custom-reset-faces): Doc fix.
6482 (custom-theme-reset-internal-face, custom-theme-face-value):
6483 Functions deleted.
6484
6485 * custom.el (custom-push-theme): Maintain list of the settings
6486 of a given theme in its theme-settings property.
6487 Maintain position of old settings in the theme-value
6488 or theme-face property.
6489 (custom-enabled-themes): New variable.
6490 (custom-theme-enabled-p): New function.
6491 (provide-theme): Update custom-enabled-themes.
6492 Disable and reenable the `user' theme.
6493 (require-theme): Doc fix.
6494 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6495 (custom-theme-value, custom-theme-variable-value): Likewise.
6496 (custom-theme-reset-internal): Likewise.
6497 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6498 (custom-enable-theme, custom-disable-theme): New functions.
6499 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6500 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6501 (custom-theme-reset-variables): Simplify.
6502 (deftheme, custom-declare-theme, custom-make-theme-feature):
6503 Definitions moved.
6504
6505 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6506
6507 * longlines.el (longlines-show-region)
6508 (longlines-unshow-hard-newlines): Recognize hard newlines by
6509 non-nil hard property, instead of t.
6510
6511 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6512
6513 * viper-cmd.el (viper--key-maps): New variable.
6514 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6515 emulation-mode-map-alists.
6516 (viper-envelop-ESC-key): Use viper-subseq.
6517 (viper-search-forward/backward/next): Disable debug-on-error.
6518
6519 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6520 (viper-ESC-key): New defcustoms.
6521
6522 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6523
6524 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6525 (viper-subseq): Copy of subseq from cl.el.
6526
6527 * viper.el (viper-go-away, viper-set-hooks): Use
6528 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6529
6530 * viper-mous.el (viper-current-frame-saved): Use defvar.
6531
6532 * viper-init.el: Get rid of -face in face names.
6533
6534 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6535 Make it work with longlines mode
6536
6537 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6538
6539 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6540
6541 * ediff-init.el: Get rid of -face in face names.
6542
6543 2005-07-10 Richard M. Stallman <rms@gnu.org>
6544
6545 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6546 and with-timeout-unsuspend.
6547
6548 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6549 and with-timeout-unsuspend.
6550
6551 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6552 (with-timeout): Bind that variable to record timers.
6553 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6554
6555 * emacs-lisp/debug.el (debug-help-follow): New function.
6556 (debugger-mode-map): Use that instead of help-follow.
6557 (debugger-setup-buffer): Use eval-buffer-list
6558 to handle eval-buffer frames.
6559
6560 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6561
6562 * timezone.el (timezone-parse-date): Change first regexp
6563 so it will not mistakenly match dates with no time zone.
6564
6565 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6566
6567 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6568
6569 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6570
6571 * custom.el (custom-initialize-safe-set)
6572 (custom-initialize-safe-default): New functions.
6573
6574 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6575 and simplify :init-value.
6576
6577 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6578 and simplify :init-value. Delete obsolete comment.
6579
6580 * startup.el (command-line): Use `custom-reevaluate-setting' to
6581 handle `tooltip-mode'. Delete obsolete comment.
6582
6583 * files.el (set-visited-file-name): Avoid calling
6584 `file-name-nondirectory' with a nil argument.
6585
6586 2005-07-09 Richard M. Stallman <rms@gnu.org>
6587
6588 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6589 was called with nil for the buffer, handle the read position right.
6590 Handle read position for eval-region, too.
6591
6592 2005-07-09 Juri Linkov <juri@jurta.org>
6593
6594 * fringe.el (fringe-mode): Add period in docstring.
6595 (fringe-query-style): Build prompt depending on `all-frames' arg.
6596
6597 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6598 to not create links to unrelated functions in the Help buffer.
6599
6600 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6601 Doc fix.
6602
6603 * simple.el (next-error-hook): New variable.
6604 (next-error): Use it. Doc fix.
6605
6606 * textmodes/ispell.el (ispell-command-loop): Add current
6607 dictionary name and program name to mode-line-format.
6608 (ispell-region, ispell-process-line): Add current dictionary name
6609 and program name to messages.
6610
6611 2005-07-08 Jay Belanger <belanger@truman.edu>
6612
6613 * calc/calc.el (calc-embedded-announce-formula-alist)
6614 (calc-embedded-open-close-formula-alist)
6615 (calc-embedded-open-close-word-alist)
6616 (calc-embedded-open-close-plain-alist)
6617 (calc-embedded-open-close-new-formula-alist)
6618 (calc-embedded-open-close-mode-alist)
6619 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6620 (calc-embedded-mode-hook): New variables.
6621
6622 * calc/calc-embed.el (calc-embedded-firsttime)
6623 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6624 New variables.
6625 (calc-do-embedded): Use calc-embedded-firsttime,
6626 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6627 determine whether or not to run hooks.
6628 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6629 calc-embedded-firsttime-formula appropriately.
6630 Set calc-embedded delimiter variables according to mode.
6631
6632 2005-07-08 Richard M. Stallman <rms@gnu.org>
6633
6634 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6635 Check for "emacs", etc., as entire symbol, not just as word.
6636 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6637
6638 * files.el (set-visited-file-name): Report the error
6639 for "empty filename" earlier.
6640 (kill-some-buffers): Ignore buffers already dead.
6641
6642 * fringe.el (fringe-mode): Doc fix.
6643
6644 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6645 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6646 Use unwind-protect to ensure byte-compile-unresolved-functions
6647 is updated.
6648
6649 * whitespace.el (whitespace-buffer-leading-cleanup):
6650 Simplify w/ skip-chars-forward.
6651 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6652
6653 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6654 Unconditionally try to leave point at the same old place.
6655
6656 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6657
6658 * comint.el (comint-postoutput-scroll-to-bottom)
6659 (comint-show-maximum-output): Take scroll-margin into consideration.
6660
6661 2005-07-08 Kim F. Storm <storm@cua.dk>
6662
6663 * ido.el (ido-use-filename-at-point): New choice `guess'.
6664 (ido-file-internal): Try ffap-guesser if selected.
6665
6666 * ido.el (ido-before-fallback-functions): New hook.
6667 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6668 (ido-read-file-name): Run it.
6669
6670 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6673 strings rather than a list of symbols to the completion function.
6674
6675 2005-07-07 Jay Belanger <belanger@truman.edu>
6676
6677 * calc/calc-units.el (math-apply-units): Change the places in
6678 which units are simplified.
6679
6680 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6681
6682 * cus-edit.el (customize-option, customize-option-other-window):
6683 Make them handle aliases.
6684
6685 * custom.el (custom-variable-p): Make it recursively follow
6686 aliases. Mention that in the docstring.
6687
6688 2005-07-07 Richard M. Stallman <rms@gnu.org>
6689
6690 * cus-start.el (exec-path): Use `directory' instead of `file'.
6691 Fix tag for nil.
6692
6693 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6694
6695 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6696 when called non-interactively. Doc fix.
6697
6698 2005-07-07 Lute Kamstra <lute@gnu.org>
6699
6700 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6701 new address as well.
6702
6703 2005-07-07 Kenichi Handa <handa@m17n.org>
6704
6705 * international/mule.el (make-coding-system):
6706 Describe `ascii-incompatible' property in the docstring.
6707 (set-file-name-coding-system): Signal an error if coding-system is
6708 ascii-incompatible.
6709 (set-keyboard-coding-system): Likewise.
6710
6711 * international/mule-cmds.el (set-default-coding-systems):
6712 Don't set default-file-name-coding-system and
6713 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6714
6715 * international/utf-16.el: Declare that all UTF-16-based coding
6716 systems are ASCII-incompatible.
6717
6718 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * progmodes/gud.el: Require font-lock for displaying errors.
6721 Used by gdb-ui.el.
6722
6723 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6724
6725 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6726 values for the pattern lists which are `read'able but not
6727 `append'able (like symbols).
6728
6729 2005-07-06 Richard M. Stallman <rms@gnu.org>
6730
6731 * progmodes/flymake.el (flymake-float-time): Instead of
6732 with-no-warnings, test for xemacs.
6733 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6734 to avoid warning.
6735
6736 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
6737
6738 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6739
6740 2005-07-05 Lute Kamstra <lute@gnu.org>
6741
6742 * battery.el: Add support for Darwin (with much debugging help
6743 from Samuel Lauber <sam124@operamail.com>).
6744 (battery-status-function, battery-echo-area-format)
6745 (battery-mode-line-format): Add support for pmset on Darwin.
6746 (battery-load-low, battery-load-critical): New user options.
6747 (battery-pmset): New function.
6748
6749 2005-07-05 Lute Kamstra <lute@gnu.org>
6750
6751 Update FSF's address in GPL notices.
6752
6753 * textmodes/page-ext.el: Update FSF's address.
6754
6755 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6758 filling from using prefix when filling a single-line docstring.
6759
6760 * progmodes/flymake.el: Remove useless eval-when-compile.
6761
6762 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6763
6764 2005-07-04 Richard M. Stallman <rms@gnu.org>
6765
6766 * textmodes/org.el (org-file-apps-defaults-gnu):
6767 Rename from org-file-apps-defaults-linux.
6768 (org-default-apps): Don't test system-type for `linux'.
6769 (org-file-apps): Doc fix.
6770
6771 2005-07-04 David Ponce <david@dponce.com>
6772
6773 * tree-widget.el: Improve header Commentary section.
6774 (tree-widget) [defgroup]
6775 (tree-widget-image-enable, tree-widget-themes-directory)
6776 (tree-widget-theme, tree-widget-image-properties-emacs)
6777 (tree-widget-image-properties-xemacs, tree-widget-create-image)
6778 (tree-widget-image-formats, tree-widget-control)
6779 (tree-widget-empty-control, tree-widget-leaf-control
6780 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6781 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6782 (tree-widget-keep, tree-widget-after-toggle-functions)
6783 (tree-widget-open-node, tree-widget-close-node): Doc fix.
6784 (tree-widget-open-control, tree-widget-close-control): Fix doc and
6785 :help-echo message.
6786 (tree-widget-set-theme): Doc fix. Use `string-equal'.
6787 (tree-widget-image-properties): Doc fix. Clearer implementation.
6788 (tree-widget--cursors): New constant.
6789 (tree-widget-lookup-image): New function split from
6790 `tree-widget-find-image'. Clearer implementation.
6791 (tree-widget-find-image): Use it.
6792 (tree-widget-button-keymap): Use `set-keymap-parent'.
6793 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6794 Define the sub-widgets here.
6795 (tree-widget-node): Check that :node is not a tree-widget.
6796 (tree-widget-get-super, tree-widget-open-control)
6797 (tree-widget-close-control, tree-widget-empty-control)
6798 (tree-widget-leaf-control, tree-widget-guide)
6799 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6800 (tree-widget-no-handle, tree-widget-value-delete)
6801 (tree-widget-map): Remove.
6802 (tree-widget-children-value-save): Doc fix. Simplified.
6803 (tree-widget-value-create): Update according to previous changes.
6804
6805 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
6806
6807 * textmodes/org.el: Leading space replaced by TABS.
6808 (org-recalc-marks, org-table-rotate-recalc-marks)
6809 (org-table-get-specials): Treat "^" and "_" marks.
6810 (org-table-justify-field-maybe): Optional argument NEW.
6811 (org-table-eval-formula): Parsing of the format simplified.
6812 New modes C,I. Honor the %= parameter in the current table.
6813 Avoid unnecessary re-align by using the NEW argument to
6814 `org-table-justify-field-maybe'.
6815 (org-calc-default-modes): Default for date-format mimicks org-mode.
6816 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6817
6818 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6819
6820 * cus-face.el (custom-theme-set-faces): Make it handle face
6821 aliases whose alias declarations are pre- or autoloaded.
6822
6823 2005-07-04 Juri Linkov <juri@jurta.org>
6824
6825 * faces.el (read-face-name): Put the code for getting a face name
6826 from the buffer before adding the faces from the `face' property.
6827 Use `completing-read-multiple' instead of `completing-read'.
6828 Require `crm'. Add default value and post-process the returned
6829 list of faces.
6830
6831 * emacs-lisp/crm.el (crm-find-current-element)
6832 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6833
6834 * emacs-lisp/lisp-mode.el (eval-defun-1):
6835 * emacs-lisp/edebug.el (edebug-eval-defun):
6836 Remove unnecessary quotes.
6837
6838 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6841 (prolog-indent-level): Fix typo in docstring.
6842
6843 * info.el (Info-history, Info-history-forward)
6844 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6845
6846 * add-log.el (add-change-log-entry):
6847 * comint.el (comint-dynamic-list-input-ring)
6848 (comint-dynamic-list-completions):
6849 * dabbrev.el (dabbrev-expand):
6850 * delim-col.el (delimit-columns-rectangle-line):
6851 * diff-mode.el (diff-context->unified, diff-reverse-direction)
6852 (diff-unified->context):
6853 * ediff-init.el (ediff-abbrev-jobname):
6854 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6855 (ediff-replace-session-activity-marker-in-meta-buffer):
6856 * info.el (Info-summary):
6857 * lpr.el (printify-region):
6858 * printing.el (pr-create-interface):
6859 * ps-print.el (ps-print-quote):
6860 * ses.el (ses-column-widths, ses-print-cell)
6861 (ses-adjust-print-width, ses-center):
6862 * shell.el (shell-file-name-quote-list):
6863 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6864 (strokes-fill-current-buffer-with-whitespace)
6865 (strokes-xpm-for-stroke, strokes-list-strokes)
6866 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6867 * term.el (term-dynamic-list-input-ring)
6868 (term-dynamic-list-completions):
6869 * calc/calc.el (math-format-stack-value):
6870 * emacs-lisp/edebug.el (edebug-display-freq-count):
6871 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6872 (delphi-new-comment-line):
6873 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6874 * progmodes/executable.el (executable-set-magic):
6875 * progmodes/python.el (inferior-python-mode):
6876 * progmodes/scheme.el (scheme-mode-syntax-table):
6877 * progmodes/sh-script.el (sh-maybe-here-document):
6878 * progmodes/sql.el (sql-copy-column):
6879 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6880 * textmodes/bibtex.el (bibtex-mode):
6881 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6882 (sgml-auto-attributes):
6883 * textmodes/table.el (table-insert, table-shorten-cell)
6884 (table--generate-source-scan-lines, table-delete-row)
6885 (*table--cell-delete-char, table--spacify-frame)
6886 (table--horizontally-shift-above-and-below)
6887 (table--cell-insert-char, table--cell-blank-str)
6888 (table--fill-region-strictly):
6889 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6890 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6891
6892 * add-log.el (change-log):
6893 * apropos.el (apropos):
6894 * comint.el (comint-completion, comint-source):
6895 * dabbrev.el (dabbrev):
6896 * delim-col.el (columns):
6897 * diff-mode.el (diff-mode):
6898 * ediff.el (ediff):
6899 * ediff-diff.el (ediff-diff):
6900 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6901 * ediff-mult.el (ediff-mult):
6902 * ediff-ptch.el (ediff-ptch):
6903 * ediff-wind.el (ediff-window):
6904 * facemenu.el (facemenu):
6905 * indent.el (indent):
6906 * info.el (info):
6907 * jka-cmpr-hook.el (compression, jka-compr):
6908 * lpr.el (lpr):
6909 * outline.el (outlines):
6910 * pcmpl-cvs.el (pcmpl-cvs):
6911 * pcmpl-rpm.el (pcmpl-rpm):
6912 * printing.el (printing):
6913 * ps-print.el (postscript, ps-print, ps-print-horizontal)
6914 (ps-print-vertical, ps-print-headers, ps-print-font)
6915 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6916 (ps-print-background, ps-print-printer, ps-print-page)
6917 (ps-print-miscellany):
6918 * ses.el (ses):
6919 * shell.el (shell, shell-directories, shell-faces):
6920 * startup.el (initialization):
6921 * strokes.el (strokes):
6922 * term.el (term):
6923 * uniquify.el (uniquify):
6924 * w32-vars.el (w32):
6925 * calc/calc.el (calc):
6926 * emacs-lisp/bytecomp.el (bytecomp):
6927 * emacs-lisp/cl-indent.el (lisp-indent):
6928 * emacs-lisp/edebug.el (edebug):
6929 * emacs-lisp/elp.el (elp):
6930 * emacs-lisp/testcover.el (testcover):
6931 * emacs-lisp/trace.el (trace):
6932 * emulation/viper-ex.el (viper-ex):
6933 * emulation/viper-mous.el (viper-mouse):
6934 * mail/mailalias.el (mailalias):
6935 * mail/supercite.el (supercite, supercite-frames)
6936 (supercite-attr, supercite-cite, supercite-hooks):
6937 * net/rcompile.el (remote-compile):
6938 * net/rlogin.el (rlogin):
6939 * obsolete/ooutline.el (outlines):
6940 * progmodes/delphi.el (delphi):
6941 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6942 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6943 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6944 (ebnf-optimization):
6945 * progmodes/etags.el (etags):
6946 * progmodes/executable.el (executable):
6947 * progmodes/idlwave.el (idlwave):
6948 * progmodes/pascal.el (pascal):
6949 * progmodes/prolog.el (prolog):
6950 * progmodes/python.el (python):
6951 * progmodes/scheme.el (scheme):
6952 * progmodes/sh-script.el (sh, sh-script):
6953 * progmodes/sql.el (SQL):
6954 * progmodes/tcl.el (tcl):
6955 * textmodes/bibtex.el (bibtex, bibtex-autokey):
6956 * textmodes/enriched.el (enriched):
6957 * textmodes/makeinfo.el (makeinfo):
6958 * textmodes/sgml-mode.el (sgml):
6959 * textmodes/table.el (table-hooks):
6960 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6961 * textmodes/texinfo.el (texinfo):
6962 * textmodes/two-column.el (two-column):
6963 Finish `defgroup' description with period.
6964
6965 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6966 * eshell/esh-var.el (eshell-var):
6967 * progmodes/vhdl-mode.el (vhdl-testbench):
6968 * textmodes/org.el (org): Fix typos in docstrings.
6969
6970 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6971 consistency.
6972
6973 * progmodes/flymake.el (flymake-find-file): Remove.
6974 (flymake-float-time): Use `with-no-warnings'.
6975 (flymake-check-start-time, flymake-check-was-interrupted)
6976 (flymake-err-info, flymake-is-running, flymake-last-change-time)
6977 (flymake-new-err-info): `defvar' at compile time.
6978
6979 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
6980
6981 * replace.el (occur-hook): Doc fix.
6982 (occur-1): Don't call `occur-hook' if there are no matches.
6983
6984 2005-07-03 Richard M. Stallman <rms@gnu.org>
6985
6986 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6987 global-map, save the same map.
6988 (global-map): Don't alter it at top level.
6989 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6990 Then alter it here instead.
6991 (tpu-edt-off): Set global-map to the saved one.
6992
6993 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6994 All references simplified.
6995 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
6996 (zmacs-regions): Add defvar.
6997 (repeat-complex-command-map): Everything about that deleted.
6998
6999 * textmodes/artist.el (artist-key-is-drawing)
7000 (artist-key-endpoint1, artist-key-poly-point-list)
7001 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7002 (artist-key-compl-table, artist-rb-save-data)
7003 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7004 Don't put them in eval-when-compile.
7005 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7006
7007 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7008 Use with-no-warnings.
7009
7010 * net/browse-url.el (dos-windows-version): Add defvar.
7011
7012 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7013
7014 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7015 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7016 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7017 Add defvar.
7018 (rmail-summary-beginning-of-message): Use with-no-warnings.
7019 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7020
7021 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7022 Use with-no-warnings.
7023
7024 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7025 (c-mark-function): Add point-moving-unit property.
7026 (vi-goto-line): Use with-no-warnings.
7027
7028 * emulation/edt.el (edt-last-copied-word): Add defvar.
7029 (zmacs-region-stays): Likewise.
7030 (edt-mark-section-wisely): Use c-mark-function for C.
7031 Use makr-defun for Fortran.
7032 (time-string): defvar deleted.
7033 (edt-display-the-time): Don't set time-string.
7034
7035 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7036
7037 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7038 Don't warn when name is not constant
7039 or for defining the group `emacs'.
7040
7041 * tooltip.el (gud-tooltip-mode): Add defvar.
7042
7043 * startup.el (default-frame-background-mode): Add defvar.
7044
7045 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7046
7047 * info.el (tool-bar-map): Add defvar.
7048
7049 * dired.el (dnd-protocol-alist): Add defvar.
7050
7051 * dired-aux.el (dired-query): Display question with answer, when
7052 the user answers.
7053
7054 * custom.el (custom-add-option): Doc fix.
7055
7056 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7057
7058 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7059
7060 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7061 bogus name from the last change.
7062
7063 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7064
7065 * custom.el (custom-declare-variable): Fix typos in comment.
7066 (custom-known-themes): Doc fix.
7067 (custom-theme-directory): New defcustom.
7068 (require-theme): Make it check `custom-theme-directory'.
7069
7070 * cus-theme.el (custom-new-theme-mode): New function.
7071 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7072 (custom-theme-description): Add compiler defvars.
7073 (customize-create-theme): Add doc to the "*New Custom Theme*"
7074 buffer. Use `custom-new-theme-mode'.
7075 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7076 and save it to the `custom-theme-directory'. Make this the
7077 default directory of the buffer.
7078
7079 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7080
7081 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7082 Fix unbalanced parentheses.
7083
7084 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7087 into flymake-mode and delegate to flymake-mode.
7088
7089 * find-file.el (ff-which-function-are-we-in): Clean up.
7090
7091 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7092
7093 * replace.el (occur-rename-buffer): Fix docstring.
7094
7095 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7096 (edt-last-copied-word, edt-learn-macro-count)
7097 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7098 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7099 (time-string, zmacs-region-stays):
7100 * emulation/edt-mapper.el (edt-save-function-key-map)
7101 (EDT-key-name): `defvar' to silence the byte-compiler.
7102
7103 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7104
7105 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7106 font-lock-regexp-backslash. Doc fix.
7107 (font-lock-regexp-backslash-grouping-construct): Rename from
7108 font-lock-regexp-backslash-construct. Doc fix.
7109 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7110 grouping constructs.
7111
7112 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7113
7114 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7115 updating all the prerequisites.
7116
7117 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7118
7119 * textmodes/org.el (org-agenda-start-on-weekday)
7120 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7121 (org-agenda-use-time-grid, org-archive-location)
7122 (org-allow-space-in-links, org-usenet-links-prefer-google)
7123 (org-enable-table-editor, org-export-default-language)
7124 (org-export-html-show-new-buffer, org-fill-paragraph)
7125 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7126 (org-goto-quit, org-occur, org-eval-in-calendar)
7127 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7128 (org-agenda-diary-entry, org-remember-help)
7129 (org-table-convert-region, org-at-table-p)
7130 (org-table-move-row-down, org-table-move-row-up)
7131 (org-table-copy-region, org-table-toggle-vline-visibility)
7132 (org-table-get-stored-formulas, org-table-get-specials)
7133 (org-recalc-commands, org-table-eval-formula)
7134 (org-table-formula-substitute-names, orgtbl-make-binding)
7135 (org-format-org-table-html, org-format-table-table-html)
7136 (org-format-table-table-html-using-table-generate-source)
7137 (org-customize): Fix typos in docstrings.
7138 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7139 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7140 (org-back-to-heading): Doc fixes.
7141 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7142 (org-agenda-change-all-lines, org-get-header):
7143 Improve argument/docstring consistency.
7144 (orgtbl-error): Fix error message.
7145
7146 * progmodes/flymake.el (flymake-find-possible-master-files)
7147 (flymake-master-file-compare, flymake-get-line-err-count)
7148 (flymake-highlight-line, flymake-gui-warnings-enabled):
7149 Fix typos in docstrings.
7150 (flymake-parse-line, flymake-get-project-include-dirs-function)
7151 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7152 Doc fixes.
7153 (flymake-get-project-include-dirs-function)
7154 (flymake-make-err-menu-data):
7155 Improve argument/docstring consistency.
7156
7157 2005-07-01 Lute Kamstra <lute@gnu.org>
7158
7159 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7160 Catch errors with ignore-errors. Use temporary buffer.
7161 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7162
7163 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7164 background color faces.
7165 (facemenu-set-foreground, facemenu-set-background):
7166 Use facemenu-set-face-from-menu.
7167 (facemenu-set-face-from-menu): Treat face names that start with
7168 "fg:" or "bg:" as special.
7169 (facemenu-add-new-color): Don't create faces. Simplify.
7170
7171 2005-06-30 Richard M. Stallman <rms@gnu.org>
7172
7173 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7174 (crm-find-current-element): Likewise.
7175
7176 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7177
7178 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7179
7180 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7183 (archive-mouse-extract): Make it an obsolete alias.
7184 (archive-mode-map): Don't use archive-mouse-extract any more.
7185 (archive-mode, archive-extract): write-contents-hooks ->
7186 write-contents-functions.
7187 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7188 first arg.
7189 (archive-rename-entry): Update the call.
7190 (archive-zip-summarize): Remove unused var `method'.
7191 (archive-lzh-summarize): Remove unused var `creator'.
7192
7193 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7194 dedicated frame upon exit.
7195
7196 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7197 (archive-zip-extract, archive-zip-expunge)
7198 (archive-zip-update, archive-zip-update-case): Use executable-find.
7199 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7200 Use restore-buffer-modified-p.
7201 (archive-extract, archive-add-new-member, archive-write-file-member):
7202 Use with-current-buffer.
7203 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7204
7205 2005-06-30 Andreas Schwab <schwab@suse.de>
7206
7207 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7208
7209 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7210
7211 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7212
7213 2005-06-30 Juri Linkov <juri@jurta.org>
7214
7215 * faces.el (vertical-border): Inherit from mode-line-inactive
7216 only on tty.
7217
7218 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7219
7220 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7221 example, -NLINES in the `occur' docstring).
7222
7223 * replace.el (occur-1): When no matches are found, do not set the
7224 `buffer-read-only' and modified flags for the occur buffer,
7225 because it is deleted.
7226
7227 * emulation/cua-base.el (cua-check-pending-input)
7228 (cua-repeat-replace-region, cua-mode, cua-debug)
7229 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7230 Fix typos in docstrings.
7231
7232 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7233 (cua-cut-region-to-global-mark)
7234 (cua--cut-rectangle-to-global-mark):
7235 Remove period from end of messages.
7236
7237 * emulation/cua-rect.el (cua-do-rectangle-padding):
7238 Remove period from end of messages.
7239 (cua--rectangle-seq-format): Fix typo in docstring.
7240 (cua-sequence-rectangle, cua-fill-char-rectangle):
7241 Improve argument/docstring consistency.
7242
7243 2005-06-29 Juri Linkov <juri@jurta.org>
7244
7245 * faces.el (default-frame-background-mode): New internal variable.
7246 (frame-set-background-mode): Use it.
7247
7248 * startup.el (normal-top-level): Set default-frame-background-mode
7249 instead of frame-background-mode. Before setting it, test for its
7250 nil value. Remove tests for frame-background-mode and frame
7251 parameter `reverse'. Add test for "unspecified-fg".
7252
7253 * term/xterm.el (xterm-rxvt-set-background-mode):
7254 * term/rxvt.el (rxvt-set-background-mode):
7255 Set default-frame-background-mode instead of frame-background-mode.
7256
7257 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7258
7259 * simple.el (set-variable): Warn about obsolete user variables.
7260
7261 * imenu.el (imenu--completion-buffer):
7262 * mouse.el (mouse-buffer-menu-alist):
7263 * msb.el (msb-invisible-buffer-p):
7264 * calendar/diary-lib.el (diary-header-line-format):
7265 * emacs-lisp/pp.el (pp-buffer):
7266 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7267 * textmodes/picture.el (picture-replace-match):
7268 Change space constants followed by a sexp to "?\s ".
7269
7270 * play/decipher.el (decipher-loop-with-breaks):
7271 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7272 constants "protected" from end of line by a comment to "?\s".
7273
7274 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * font-lock.el (save-buffer-state): Use `declare'.
7277
7278 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7279 reset the syntax-table to cperl-mode-syntax-table.
7280 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7281 "foo_print_bar" is not matched as a reserved keyword.
7282
7283 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7284
7285 * textmodes/org.el (orgtbl-setup): New function, for delayed
7286 setup for the orgtbl commands.
7287 (org-calc-default-modes): New option.
7288 (orgtbl-make-binding): Use `defun' to get better help display.
7289 (org-diary): Call `org-compile-prefix-format'.
7290 (org-table-formula-substitute-names): New function.
7291 (org-agenda-day-view, org-agenda-week-view): New commands.
7292 (org-agenda-toggle-week-view): Command removed.
7293 (org-tbl-menu): Split off from org-org-menu.
7294 (org-mode): Move removal of outline-mode menus to here.
7295 (org-table-formula-debug): New option.
7296 (org-table-insert-row): Keep first field if just "#" or "*".
7297 (org-mode): Paragraph regexps fixed.
7298 (org-table-recalculate-regexp): New constant.
7299 (org-table-justify-field-maybe): Avoid replace if not necessary.
7300 (org-copy-special, org-cut-special): Use `call-interactively'.
7301 (org-table-copy-region): Take region from `interactive' call.
7302 (org-trim): Return string even if no match.
7303 (org-formula): New face.
7304 (org-set-font-lock-defaults): No longer highlight "FIXME".
7305 But highlight formula-related fields in table.
7306 (org-table-p): Use regexp, not fontification.
7307 (org-table-align): Handle white space at end of line.
7308 (org-table-formula-evaluate-inline): New option.
7309 (org-mode): Auto-wrapping in comment lines turned off.
7310 (org-table-copy-down): Evaluate only in copied field, not in
7311 destination.
7312 (org-table-current-formula): Variable removed.
7313 (org-table-store-formulas, org-table-get-stored-formulas)
7314 (org-table-modify-formulas, org-table-replace-in-formulas)
7315 (org-table-maybe-eval-formula): New functions.
7316 (org-table-get-formula): Modify to use stored formulas.
7317 (org-table-insert-column, org-table-delete-column)
7318 (org-table-move-column): Call `org-table-modify-formulas'.
7319 (org-complete): Add completion for keyword formulas.
7320 (orgtbl-mode): Pull orgtbl-mode-map to start of
7321 minor-mode-map-alist.
7322
7323 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * progmodes/python.el (python-check): Require `compile' before
7326 modifying its variables.
7327
7328 * newcomment.el (comment-indent-default): Don't get fooled by an early
7329 end of buffer.
7330
7331 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7332
7333 * ps-print.el (ps-print-version): Fix version number.
7334
7335 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7336
7337 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7338
7339 2005-06-28 Richard M. Stallman <rms@gnu.org>
7340
7341 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7342 (flyspell-local-mouse-map): Declaration deleted.
7343 (flyspell-mouse-map): Bind only mouse-2.
7344 (flyspell-mode-map): Don't test flyspell-use-local-map.
7345 (flyspell-overlay-keymap-property-name): Var deleted.
7346 (flyspell-mode-on): Don't make local bindings for
7347 flyspell-mouse-map and flyspell-mode-map.
7348 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7349
7350 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7351
7352 * progmodes/compile.el (compilation-next-error-function):
7353 Don't switch buffers; operate on the current buffer.
7354
7355 * progmodes/compile.el (compilation-error-file-name)
7356 (compilation-warning-file-name, compilation-info-file-name)
7357 (compilation-line-number, compilation-column-number): New faces.
7358 (compilation-error-face, compilation-warning-face)
7359 (compilation-info-face, compilation-line-face)
7360 (compilation-column-face): Use them.
7361
7362 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7363
7364 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7365
7366 * bindings.el (global-map): Bind insertchar and its variants.
7367
7368 2005-06-27 Richard M. Stallman <rms@gnu.org>
7369
7370 * textmodes/artist.el (artist-text-overwrite)
7371 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7372
7373 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7374
7375 * ps-print.el: It was not working the page selection for printing.
7376 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7377 (ps-print-version): New version 6.6.7.
7378 (ps-end-sheet): New fun.
7379 (ps-header-sheet, ps-end-job): Call it.
7380
7381 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7382
7383 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7384
7385 2005-06-27 Lute Kamstra <lute@gnu.org>
7386
7387 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7388 background color faces.
7389 (facemenu-get-face): Delete function.
7390 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7391 (facemenu-add-new-color): Make second argument mandatory.
7392 Create the appropriate face and return it. Simplify.
7393 (facemenu-set-foreground, facemenu-set-background): Don't check if
7394 color is defined. Use return value of facemenu-add-new-color.
7395
7396 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7397
7398 * progmodes/gud.el (gud-filter): Add missing argument to
7399 with-selected-window.
7400
7401 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7404 a :require to the defcustom.
7405
7406 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7407 defcustoms corresponding to minor modes.
7408
7409 2005-06-26 David Ponce <david@dponce.com>
7410
7411 * recentf.el: Require tree-widget instead of wid-edit.
7412 (recentf-filename-handler): Fix widget :type.
7413 (recentf-cancel-dialog, recentf-open-more-files)
7414 (recentf-open-files-action): Doc fix.
7415 (recentf-dialog-goto-first): New function.
7416 (recentf-dialog-mode-map): Set parent keymap first.
7417 (recentf-dialog-mode): Define with define-derived-mode.
7418 Don't display continuation lines in dialogs.
7419 (recentf-edit-list): Rename from recentf-edit-selected-items.
7420 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7421 Simplify.
7422 (recentf-edit-list-validate): New function.
7423 (recentf-edit-list): Update accordingly.
7424 (recentf-open-files-item-shift): Remove.
7425 (recentf-open-files-item): Convert menu elements into tree and
7426 link widgets. Don't create the widgets.
7427 (recentf-open-files): Update accordingly.
7428 (recentf-save-list): Untabify.
7429
7430 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7431
7432 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7433 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7434 partially contained in the active region. Do not take active
7435 region into account when called from Lisp, unless INTERACTIVE arg
7436 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7437 avoid trouble with fields. Make marker point nowhere when no
7438 longer used. Always return nil. Doc fix.
7439 (flush-lines): Add INTERACTIVE arg. Do not take active region
7440 into account when called from Lisp, unless INTERACTIVE arg is
7441 non-nil. Use `forward-line' instead of `beginning-of-line' to
7442 avoid trouble with fields. Make marker point nowhere when no
7443 longer used. Always return nil. Doc fix.
7444 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7445 interchangeable. Do not take active region into account when
7446 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7447 message in echo area when called from Lisp, unless INTERACTIVE arg
7448 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7449 Return the number of matches. Doc fix.
7450 (occur): Doc fix.
7451 (perform-replace): Make comment follow double space convention for
7452 the sake of `outline-minor-mode'.
7453
7454 * faces.el (facep): Doc fix.
7455
7456 2005-06-25 Richard M. Stallman <rms@gnu.org>
7457
7458 * facemenu.el (facemenu-enable-faces-p): New function.
7459 (facemenu-background-menu, facemenu-foreground-menu)
7460 (facemenu-face-menu): Add menu-enable property.
7461
7462 * jka-compr.el (jka-compr-insert-file-contents):
7463 Special handling if cannot find the uncompression program.
7464
7465 * cus-face.el (custom-face-attributes): Add autoload.
7466
7467 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7468 Bind comment-indent-function locally.
7469
7470 * window.el (save-selected-window): Use save-current-buffer.
7471
7472 * subr.el (with-selected-window): Use save-current-buffer.
7473
7474 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7475 and with-current-buffer.
7476
7477 2005-06-24 Richard M. Stallman <rms@gnu.org>
7478
7479 * simple.el (line-move-1): Fix previous change.
7480
7481 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7482
7483 * replace.el (occur-1): Set `buffer-read-only' and the
7484 buffer-modified flag before running `occur-hook' to protect
7485 against unintentional buffer switches that can lead to data loss.
7486
7487 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7488
7489 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7490 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7491 initial error.
7492
7493 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7494 after fresh input.
7495 (gdb-var-create-handler): Put name of expression in quotes.
7496
7497 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7498
7499 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7500 elements of RING in order, and without bogus nil elements.
7501
7502 2005-06-23 Richard M. Stallman <rms@gnu.org>
7503
7504 * simple.el (set-variable): Args renamed; doc fix.
7505 (line-move-1): When there are overlays around, use vertical-motion.
7506
7507 * faces.el (escape-glyph): Use brown against light background.
7508 (nobreak-space): Rename from no-break-space.
7509 Fix previous change.
7510
7511 * dired-aux.el (dired-do-copy): Fix arg prompt.
7512
7513 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7514
7515 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7516
7517 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7518 rather than "Distributor".
7519
7520 2005-06-23 Lute Kamstra <lute@gnu.org>
7521
7522 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7523 (debug-on-entry): Use it. New interactive declaration that uses
7524 function-called-at-point.
7525
7526 2005-06-23 Kim F. Storm <storm@cua.dk>
7527
7528 * subr.el (save-match-data): Add comment about using evaporate arg
7529 to set-match-data.
7530
7531 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7532
7533 * cus-edit.el (customize-face)
7534 (customize-face-other-window): Handle face aliases.
7535
7536 * faces.el (face-documentation, set-face-attribute)
7537 (face-spec-set): Handle face aliases.
7538
7539 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7540
7541 * help-mode.el (help-make-xrefs): If a symbol representing a face
7542 name is not followed by the word "face", it could still be a
7543 function or variable name, so don't bypass other checks.
7544
7545 2005-06-22 Juri Linkov <juri@jurta.org>
7546
7547 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7548 Replace aliased functions with calls where second arg `inherit' is t.
7549
7550 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7551
7552 * progmodes/gdb-ui.el (gdb-error): New variable.
7553 (gdb-error): New function.
7554 (gdb-annotation-rules): Act on error-begin and error annotations.
7555 (gdb-concat-output): Use font-lock-warning-face for errors.
7556
7557 2005-06-22 Miles Bader <miles@gnu.org>
7558
7559 * bindings.el (propertized-buffer-identification): Use renamed
7560 `Buffer-menu-buffer' face.
7561
7562 * faces.el (vertical-border): Rename from `vertical-divider'.
7563 (escape-glyph): Change dark-background color back to `cyan'.
7564
7565 2005-06-21 Juri Linkov <juri@jurta.org>
7566
7567 * faces.el (face-user-default-spec): Try getting `customized-face'
7568 prior to `saved-face'.
7569 (frame-background-mode): Refill docstring.
7570
7571 * emacs-lisp/lisp-mode.el (eval-defun-1):
7572 * emacs-lisp/edebug.el (edebug-eval-defun):
7573 Set `saved-face' temporarily to nil before calling form.
7574 Set `customized-face' to the new spec after that.
7575
7576 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7577
7578 * subr.el (1value, lambda, key-substitution-in-progress):
7579 Doc fixes.
7580
7581 * autoinsert.el (auto-insert-alist):
7582 * ses.el (ses-call-printer):
7583 * subr.el (noreturn):
7584 * emacs-lisp/lisp.el (check-parens):
7585 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7586 * net/browse-url.el (browse-url-mosaic):
7587 * progmodes/cc-defs.el (c-safe-scan-lists):
7588 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7589 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7590 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7591 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7592 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7593 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7594
7595 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7596
7597 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7598
7599 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7600
7601 * calendar/appt.el (appt-make-list): Activate the package, if
7602 not already active (for backwards compatibility).
7603
7604 2005-06-20 Kim F. Storm <storm@cua.dk>
7605
7606 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7607
7608 2005-06-20 Miles Bader <miles@gnu.org>
7609
7610 * faces.el (vertical-divider): New face.
7611
7612 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7613
7614 * simple.el (kill-whole-line): Doc fix.
7615 (next-error-buffer-p, next-error-find-buffer)
7616 (clone-indirect-buffer): Fix typos in docstrings.
7617 (comment-line-break-function): Doc fix: don't say variable
7618 is automatically buffer-local (it isn't).
7619
7620 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7621
7622 * net/tramp-ftp.el (top):
7623 * net/tramp-smb.el (top):
7624 * net/tramp-util.el (top):
7625 * net/tramp-uu.el (top):
7626 * net/tramp-vc.el (top):
7627 * net/tramp.el (top): Revert copyright years back to original
7628 ones. Tramp has a life outside GNU Emacs.
7629
7630 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7631
7632 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7633
7634 2005-06-18 Juri Linkov <juri@jurta.org>
7635
7636 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7637 end of first regexp to limit the match to the position between
7638 line number and source line with same separator character as used
7639 between file name and line number. In the second regexp limit
7640 mouse-face area to file name and line number by adding new group
7641 for them and referring it in HYPERLINK arg.
7642 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7643 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7644 previous line where grep markers may be already removed.
7645
7646 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7647
7648 * progmodes/ps-mode.el: Update version and maintainer's email address.
7649
7650 2005-06-18 Steve Youngs <steve@xemacs.org>
7651
7652 * net/browse-url.el (browse-url-browser-function)
7653 (browse-url-default-browser): Add firefox.
7654 (browse-url-firefox-program, browse-url-firefox-arguments)
7655 (browse-url-firefox-startup-arguments)
7656 (browse-url-firefox-new-window-is-tab): New defcustoms.
7657 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7658
7659 2005-06-17 Richard M. Stallman <rms@gnu.org>
7660
7661 * startup.el (command-line): Warn if specified user name has
7662 no home directory.
7663
7664 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7665 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7666
7667 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7668 Doc fixes.
7669
7670 * faces.el (underline): Try bold if terminal doesn't support underline.
7671
7672 * mail/sendmail.el (mail-setup-with-from): New variable.
7673 (mail-insert-from-field): New function.
7674 (sendmail-send-it): Call it.
7675 (mail-setup): Optionally call it here.
7676
7677 * term/linux.el: Call tty-no-underline.
7678
7679 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7682
7683 2005-06-17 Miles Bader <miles@gnu.org>
7684
7685 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7686 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7687 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7688 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7689 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7690 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7691 Remove "-face" suffix from face names.
7692 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7693 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7694 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7695 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7696 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7697 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7698 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7699 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7700 New backward-compatibility aliases for renamed faces.
7701 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7702 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7703 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7704 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7705 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7706 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7707 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7708 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7709 Use renamed ediff faces.
7710
7711 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7712 Remove "-face" suffix from face names.
7713 (eshell-test-ok-face, eshell-test-failed-face):
7714 New backward-compatibility aliases for renamed faces.
7715 (eshell-run-test): Use renamed eshell-test faces.
7716
7717 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7718 face name.
7719 (eshell-prompt-face): New backward-compatibility alias for renamed
7720 face.
7721 (eshell-emit-prompt): Use renamed eshell-prompt face.
7722
7723 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7724 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7725 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7726 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7727 Remove "-face" suffix from face names.
7728 (eshell-ls-directory-face, eshell-ls-symlink-face)
7729 (eshell-ls-executable-face, eshell-ls-readonly-face)
7730 (eshell-ls-unreadable-face, eshell-ls-special-face)
7731 (eshell-ls-missing-face, eshell-ls-archive-face)
7732 (eshell-ls-backup-face, eshell-ls-product-face)
7733 (eshell-ls-clutter-face):
7734 New backward-compatibility aliases for renamed faces.
7735 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7736
7737 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7738 Remove "-face" suffix from face name.
7739 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7740 instead of literal face.
7741
7742 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
7743
7744 * emacs-lisp/warnings.el (display-warning, lwarn)
7745 (warning-minimum-log-level): Doc fixes.
7746 (warning-minimum-level, warning-minimum-log-level):
7747 Add :debug to :type choices.
7748
7749 * progmodes/ada-mode.el (ada-format-paramlist)
7750 (ada-get-indent-case, ada-check-matching-start)
7751 (ada-check-defun-name, ada-goto-matching-decl-start)
7752 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7753 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7754 (ada-make-subprogram-body): Follow error conventions.
7755 (ada-case-exception-file, ada-indent-comment-as-code)
7756 (ada-indent-handle-comment-special, ada-indent-renames)
7757 (ada-indent-return, ada-search-directories-internal)
7758 (ada-tab-policy, ada-case-exception-substring)
7759 (ada-other-file-alist, ada-matching-start-re)
7760 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7761 (ada-imenu-generic-expression, ada-compile-goto-error)
7762 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7763 (ada-popup-menu, ada-add-extensions, ada-mode)
7764 (ada-region-selected, ada-create-case-exception)
7765 (ada-create-case-exception-substring, ada-after-keyword-p)
7766 (ada-activate-keys-for-case, ada-adjust-case-region)
7767 (ada-adjust-case-buffer, ada-format-paramlist)
7768 (ada-scan-paramlist, ada-insert-paramlist)
7769 (ada-indent-newline-indent)
7770 (ada-indent-newline-indent-conditional)
7771 (ada-justified-indent-current, ada-goto-previous-word)
7772 (ada-indent-current, ada-get-indent-open-paren)
7773 (ada-get-indent-paramlist, ada-get-indent-end)
7774 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7775 (ada-get-indent-block-start, ada-get-indent-subprog)
7776 (ada-get-indent-noindent, ada-get-indent-label)
7777 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7778 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7779 (ada-goto-stmt-end, ada-goto-next-word)
7780 (ada-check-matching-start, ada-check-defun-name)
7781 (ada-goto-matching-decl-start, ada-goto-matching-start)
7782 (ada-goto-matching-end, ada-search-ignore-string-comment)
7783 (ada-in-decl-p, ada-looking-at-semi-or)
7784 (ada-looking-at-semi-private, ada-in-paramlist-p)
7785 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7786 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7787 (ada-next-procedure, ada-previous-procedure, ada-next-package)
7788 (ada-previous-package, ada-create-menu)
7789 (ada-fill-comment-paragraph-justify)
7790 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7791 (ada-other-file-name, ada-last-which-function-line)
7792 (ada-last-which-function-subprog, ada-which-function)
7793 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7794 (ada-gen-treat-proc, ada-check-emacs-version)
7795 (ada-continuation-indent, ada-align-region-separate):
7796 Fix typos in docstrings.
7797 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7798
7799 2005-06-16 Lute Kamstra <lute@gnu.org>
7800
7801 * simple.el (fundamental-mode): Run after-change-major-mode-hook
7802 conditionally.
7803
7804 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7805
7806 * comint.el (comint-replace-by-expanded-filename)
7807 (comint-prompt-regexp, comint-delimiter-argument-list)
7808 (comint-preinput-scroll-to-bottom):
7809 * info.el (Info-hide-cookies-node):
7810 * ls-lisp.el (ls-lisp-classify):
7811 * find-file.el (ff-search-directories, ff-special-constructs)
7812 (ff-find-other-file):
7813 * font-lock.el (font-lock-keywords):
7814 * shell.el (shell-prompt-pattern)
7815 (shell-dynamic-complete-functions, shell-mode)
7816 (shell-delimiter-argument-list):
7817 * term.el (term-replace-by-expanded-filename)
7818 (term-prompt-regexp, term-delimiter-argument-list):
7819 * woman.el (woman-ignore, woman0-if):
7820 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7821 * emacs-lisp/elint.el (elint-init-env):
7822 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7823 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7824 * language/ethio-util.el (ethio-tilde-escape)
7825 (ethio-use-three-dot-question):
7826 * net/zone-mode.el (zone-mode-load-time-setup):
7827 * progmodes/cc-align.el (c-lineup-argcont):
7828 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7829 * progmodes/cperl-mode.el (cperl-set-style-back):
7830 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7831 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7832 Fix spellings in docstrings.
7833
7834 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7835 * progmodes/modula2.el (m2-for): Fix spellings.
7836
7837 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7838
7839 * simple.el (undo-more): Don't use `format' on `error' arguments.
7840 Improve argument/docstring consistency.
7841 (pending-undo-list): Doc fix.
7842
7843 * smerge-mode.el (smerge-ensure-match):
7844 * emulation/vip.el (vip-ex):
7845 * net/zone-mode.el (zone-mode-update-serial):
7846 * progmodes/idlwave.el (idlwave-complete):
7847 * progmodes/vhdl-mode.el (vhdl-visit-file)
7848 (vhdl-compose-wire-components):
7849 Don't use `format' on `error' arguments.
7850
7851 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7852 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7853 (tooltip-help-tips): Fix typos in docstrings.
7854
7855 2005-06-16 David Ponce <david@dponce.com>
7856
7857 * tree-widget.el (tree-widget-value-create): Simplify last change.
7858
7859 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
7860
7861 * ido.el (ido-incomplete-regexp): New variable.
7862 (ido-set-matches-1): Handle invalid-regexp error and set
7863 ido-incomplete-regexp.
7864 (ido-incomplete-regexp): New face.
7865 (ido-completions): Use it.
7866 (ido-complete, ido-exit-minibuffer, ido-completions):
7867 Handle incomplete regexps.
7868 (ido-completions): Add check for complete match when entering a regexp.
7869
7870 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7873
7874 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7875
7876 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7877 by field delimiters.
7878
7879 2005-06-15 David Ponce <david@dponce.com>
7880
7881 * tree-widget.el: eval-and-compile inlined functions so they will
7882 be available at run-time too.
7883 (tree-widget-super-format-handler)
7884 (tree-widget-format-handler): Remove.
7885 (tree-widget-value-create): Handle the :indent property.
7886
7887 2005-06-15 Miles Bader <miles@gnu.org>
7888
7889 * progmodes/which-func.el (which-func): Only inherit
7890 `font-lock-function-name-face' when that makes sense against the
7891 default mode-line face, otherwise set the face color explicitly.
7892
7893 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7894 faces instead of (non-existent) variables.
7895
7896 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7899 (iswitchb-get-matched-buffers): Likewise. Simplify.
7900
7901 2005-06-14 Miles Bader <miles@gnu.org>
7902
7903 * progmodes/ld-script.el (ld-script-location-counter):
7904 Remove "-face" suffix from face name.
7905 (ld-script-location-counter-face):
7906 New backward-compatibility alias for renamed face.
7907 (ld-script-location-counter-face): Use renamed face.
7908
7909 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7910 (cperl-hash): Remove "-face" suffix from face names.
7911 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7912 New backward-compatibility aliases for renamed faces.
7913 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7914 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7915
7916 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7917 name.
7918 (which-func-face): New backward-compatibility alias for renamed face.
7919 (which-func-format): Use renamed which-func face.
7920
7921 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7922 (vhdl-function, vhdl-directive, vhdl-reserved-word)
7923 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7924 names.
7925 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7926 (vhdl-speedbar-configuration, vhdl-speedbar-package)
7927 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7928 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7929 (vhdl-speedbar-architecture-selected)
7930 (vhdl-speedbar-configuration-selected)
7931 (vhdl-speedbar-package-selected)
7932 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7933 names.
7934 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7935 Use renamed faces.
7936 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7937 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7938 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7939 Use renamed faces.
7940 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7941 names.
7942 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7943 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7944 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7945 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7946 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7947 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7948
7949 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7950 face name.
7951 (sh-heredoc-face): New backward-compatibility alias for renamed face.
7952 (sh-heredoc-face): Use renamed sh-heredoc face.
7953
7954 * progmodes/idlw-help.el (idlwave-help-link):
7955 Remove "-face" suffix from face name.
7956 (idlwave-help-link-face):
7957 New backward-compatibility alias for renamed face.
7958 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7959
7960 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7961 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7962 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7963 New backward-compatibility aliases for renamed faces.
7964 (idlwave-shell-disabled-breakpoint-face)
7965 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7966
7967 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7968 Remove "-face" suffix from face names.
7969 (flymake-errline-face, flymake-warnline-face):
7970 New backward-compatibility aliases for renamed faces.
7971 (flymake-highlight-line): Use renamed flymake faces.
7972
7973 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7974 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7975 (ebrowse-member-class, ebrowse-progress):
7976 Remove "-face" suffix from face names.
7977 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7978 (ebrowse-file-name-face, ebrowse-default-face)
7979 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7980 (ebrowse-progress-face):
7981 New backward-compatibility aliases for renamed faces.
7982 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7983 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7984 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7985 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7986
7987 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7988 antlr-syntax)
7989 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7990 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7991 names.
7992 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7993 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7994 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
7995 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7996 backward-compatibility aliases for renamed faces.
7997 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7998 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
7999 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8000 remove "font-lock-". Use renamed antlr-mode faces.
8001 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8002 literal face-names with face variable references.
8003
8004 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8005 face name.
8006 (Buffer-menu-buffer-face): New backward-compatibility alias for
8007 renamed face.
8008 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8009
8010 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8011
8012 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8013 Eliminate "-face" suffix.
8014 (makefile-targets): Inherit from font-lock-function-name-face and
8015 eliminate "-face" suffix.
8016 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8017 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8018 actions, instead of prepending, to make it less visible.
8019 (makefile-previous-dependency, makefile-match-dependency):
8020 Don't match a target on a continuation line.
8021
8022 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8023
8024 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8025
8026 * progmodes/gdb-ui.el (menu): Re-order menu items.
8027 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8028
8029 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8030 Define in tooltip.el.
8031 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8032 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8033 gud-tooltip-echo-area.
8034
8035 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8036 backward compatibility and make obsolete.
8037 (tooltip-help-tips): Use tooltip-use-echo-area.
8038 (tooltip-show-help-function): Rename to...
8039 (tooltip-show-help): ...this, because it is a function.
8040 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8041
8042 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8043
8044 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8045 (edebug-print-length, edebug-print-level, edebug-print-circle)
8046 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8047 (edebug-eval-print-last-sexp): Doc fixes.
8048
8049 2005-06-14 Kim F. Storm <storm@cua.dk>
8050
8051 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8052 as the coverage buffer/file/both may change.
8053
8054 2005-06-14 Lute Kamstra <lute@gnu.org>
8055
8056 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8057 and run-mode-hooks. Simplify.
8058
8059 * mail/rmailedit.el (rmail-edit-mode):
8060 * progmodes/octave-inf.el (inferior-octave-mode):
8061 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8062
8063 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8064 and run-mode-hooks.
8065 (recentf-edit-list, recentf-open-files): Don't call
8066 kill-all-local-variables directly.
8067
8068 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8069
8070 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8071
8072 * emacs-lisp/byte-run.el (make-obsolete)
8073 (define-obsolete-function-alias): Rename arguments FUNCTION and
8074 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8075 (make-obsolete-variable, define-obsolete-variable-alias):
8076 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8077 respectively.
8078
8079 * isearchb.el (isearchb-activate):
8080 * pcvs.el (cvs-mode):
8081 * ses.el (ses-load):
8082 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8083 * net/tramp.el (tramp-find-file-exists-command)
8084 (tramp-find-shell):
8085 * progmodes/ada-mode.el (ada-create-case-exception)
8086 (ada-create-case-exception-substring, ada-make-subprogram-body):
8087 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8088 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8089 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8090 * textmodes/org.el (org-promote, org-evaluate-time-range)
8091 (org-agenda-next-date-line, org-agenda-previous-date-line)
8092 (org-agenda-error, org-open-at-point, org-table-move-row)
8093 (org-format-table-table-html-using-table-generate-source)
8094 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8095 * textmodes/reftex.el (reftex-access-scan-info):
8096 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8097 (reftex-toc-promote-prepare): Follow error conventions.
8098
8099 * diff-mode.el (diff-mode): Fix typo in docstring.
8100
8101 * forms.el (forms--intuit-from-file): Fix reference to
8102 `forms-number-of-fields' in error message.
8103 (forms-print): Fix quoting in error message.
8104
8105 * forms.el (forms-mode):
8106 * emulation/vi.el (vi-goto-insert-state):
8107 * progmodes/flymake.el (flymake-new-err-info)
8108 (flymake-start-syntax-check-for-current-buffer)
8109 (flymake-simple-cleanup):
8110 * eshell/esh-var.el (eshell/export):
8111 * progmodes/gud.el (xdb):
8112 * textmodes/flyspell.el (flyspell-incorrect-hook)
8113 (flyspell-maybe-correct-transposition)
8114 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8115
8116 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8117
8118 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8119 minibuffer prompt.
8120
8121 2005-06-13 Kim F. Storm <storm@cua.dk>
8122
8123 * subr.el (add-to-ordered-list): New defun.
8124
8125 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8126 add cua--keymap-alist to emulation-mode-map-alists.
8127
8128 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 * subr.el (complete-in-turn): New macro.
8131 (dynamic-completion-table, lazy-completion-table): Add debug info.
8132
8133 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8134 in preference to face aliases.
8135
8136 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8137 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8138 Remove unused vars `start' and `firstline'.
8139 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8140 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8141
8142 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8143
8144 * cus-start.el (all): Don't complain about missing GTK-related
8145 variables, unless either `gtk' is boundp or this isn't a
8146 `windows-nt' build.
8147
8148 2005-06-13 Lute Kamstra <lute@gnu.org>
8149
8150 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8151 run-mode-hooks.
8152
8153 * ediff-mult.el (ediff-meta-mode):
8154 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8155
8156 * ledit.el (ledit-mode): Use delay-mode-hooks.
8157
8158 * woman.el (woman-mode-line-format): Delete constant.
8159 (woman-mode-map): Initialize it properly.
8160 (woman-mode): Set mode-class property to special.
8161 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8162 Set major-mode and mode-name. Don't set mode-line-format directly.
8163 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8164
8165 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8166 string argument obsolete.
8167
8168 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8169
8170 * textmodes/org.el (org-CUA-compatible): New option.
8171 (org-disputed-keys): New variable.
8172 (org-key): New function.
8173 (orgtbl-make-binding): Add docstring to the created function.
8174 (org-mode): Set paragraph start/separate regexps.
8175 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8176 (org-archive-location, org-archive-mark-done)
8177 (org-archive-stamp-time): New options.
8178 (org-archive-subtree): New command.
8179 (org-fill-paragraph): New function.
8180 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8181 (org-fake-empty-table-line): Function removed.
8182 (org-format-org-table-html): Do not create empty table lines at
8183 separator lines. Improved table header treatment.
8184 (org-link-format): New option.
8185 (org-make-link): New function.
8186 (org-insert-link, org-store-link): Use org-make-link.
8187 (org-open-file): Quote file name for shell command, to allow
8188 spaces in file names.
8189 (org-link-regexp): Fix bug with mailto link.
8190 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8191 New constants.
8192 (org-export-as-html): Deal with the optional angles around a link.
8193 Better treatment of file: links.
8194 (org-open-at-point): Replace @{ and @} with < and >.
8195 (org-run-mode-hooks): Function removed.
8196 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8197
8198 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8199
8200 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8201 MI command -data-list-register-values.
8202 (gdb-post-prompt): Indent properly.
8203
8204 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8205
8206 * hilit-chg.el (highlight-changes-colors): Rename from
8207 `highlight-changes-colours'.
8208 (highlight-changes-colours): Keep as obsolete alias.
8209 (highlight-changes-face-list): Doc fix.
8210 (hilit-chg-make-list): Use `highlight-changes-colors'.
8211
8212 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8213
8214 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8215 defun-prompt-regexp.
8216
8217 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8218
8219 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8220 and cygwin.
8221
8222 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8223 Don't use an old loaddefs.el, as in Makefile.in.
8224
8225 2005-06-12 Lute Kamstra <lute@gnu.org>
8226
8227 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8228
8229 * man.el (Man-mode-map): Initialize it properly.
8230 (Man-mode): Set mode-class property to special.
8231
8232 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8233
8234 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8235
8236 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8237 A newline is needed in the docstring there.
8238
8239 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8240 Doc fixes.
8241
8242 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8243
8244 * printing.el: Doc fix. The menubar is no more changed when printing
8245 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8246 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8247 (pr-version): New version number (6.8.4).
8248 (pr-menu-bind): New command.
8249 (pr-update-menus): Docstring and code fix.
8250 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8251 Docstring fix.
8252 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8253 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8254
8255 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8256
8257 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8258 "Returns" to "return", document useful return values, etc.
8259
8260 2005-06-11 Alan Mackenzie <acm@muc.de>
8261
8262 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8263 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8264 (adaptive-file-function): Minor amendment to doc-string.
8265
8266 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8267
8268 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8269 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8270 Fix :type--it is `integer', not `string'.
8271
8272 * faces.el (modeline-highlight): Rename from (the erroneous)
8273 `modeline-higilight'.
8274
8275 2005-06-11 Lute Kamstra <lute@gnu.org>
8276
8277 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8278 lisp-interaction-mode-map but make it the parent.
8279 (edebug-eval-mode): Use define-derived-mode.
8280
8281 2005-06-11 Andreas Schwab <schwab@suse.de>
8282
8283 * bindings.el: Add binding of `ESC functionkey' for every
8284 `M-functionkey'.
8285 * hexl.el (hexl-mode-map): Likewise.
8286
8287 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8288
8289 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8290 [msft]: update regexp for newer msft compilers.
8291
8292 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8293
8294 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8295 ATTLIST portions of included DTDs.
8296 (xml-parse-dtd): Eliminate use of inefficient match-data.
8297
8298 2005-06-10 Miles Bader <miles@gnu.org>
8299
8300 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8301 (mpuz-text): Remove "-face" suffix from face names.
8302 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8303 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8304 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8305
8306 * play/gomoku.el (gomoku-O, gomoku-X):
8307 Remove "-face" suffix from face names.
8308 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8309 New backward-compatibility aliases for renamed faces.
8310 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8311
8312 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * thumbs.el: Fixes for changes of 2005-06-09.
8315 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8316 as a directory.
8317 (thumbs-thumbname): Remove directory separator from format string;
8318 `thumbs-thumbsdir' now returns a valid directory name.
8319 (thumbs-temp-dir): New defsubst.
8320 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8321 Use it.
8322
8323 * cus-edit.el (minibuffer):
8324 * files.el (make-backup-file-name-function):
8325 * filesets.el (filesets-external-viewers):
8326 * hilit-chg.el (highlight-changes-colours)
8327 (highlight-changes-face-list, highlight-changes-rotate-faces):
8328 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8329 * kmacro.el (kmacro-call-macro):
8330 * log-edit.el (log-edit-changelog-full-paragraphs):
8331 * mouse.el (mouse-1-click-follows-link):
8332 * skeleton.el (skeleton-autowrap):
8333 * subr.el (insert-for-yank-1):
8334 * tempo.el (tempo-insert-region):
8335 * terminal.el (terminal-emulator):
8336 * time.el (display-time-mail-face):
8337 * vc.el (vc-annotate):
8338 * vcursor.el (vcursor-copy-line):
8339 * woman.el (woman-bold-headings, woman-ignore)
8340 (woman-default-faces, woman-monochrome-faces):
8341 * calendar/todo-mode.el (todo-insert-threshold):
8342 * emulation/pc-select.el (pc-select-selection-keys-only)
8343 (pc-selection-mode):
8344 * emulation/vip.el (vip-find-char-forward):
8345 * emulation/viper-cmd.el (viper-find-char-forward):
8346 * international/mule-cmds.el
8347 (select-safe-coding-system-accept-default-p)
8348 (input-method-exit-on-invalid-key):
8349 * international/mule-diag.el (describe-coding-system):
8350 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8351 * net/browse-url.el (browse-url-xterm-program):
8352 * obsolete/lazy-lock.el (lazy-lock-mode):
8353 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8354 (cperl-mode):
8355 * progmodes/cpp.el (cpp-face-light-name-list)
8356 (cpp-face-dark-name-list):
8357 * progmodes/delphi.el (delphi-newline-always-indents):
8358 Fix spellings in docstrings.
8359
8360 * ido.el (ido-mode, ido-file-extensions-order)
8361 (ido-default-file-method, ido-default-buffer-method)
8362 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8363 (ido-decorations, ido-read-file-name-as-directory-commands)
8364 (ido-read-file-name-non-ido, ido-work-directory-list)
8365 (ido-ignore-item-temp-list, ido-current-directory)
8366 (ido-magic-forward-char, ido-enter-find-file)
8367 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8368 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8369
8370 2005-06-10 Lute Kamstra <lute@gnu.org>
8371
8372 * play/dunnet.el (dun-mode): Use define-derived-mode.
8373 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8374 obsolete alias.
8375
8376 * play/doctor.el (doctor-mode-map): Remove defvar.
8377 (doctor-mode): Use define-derived-mode.
8378
8379 * mail/mspools.el (mspools-mode):
8380 * net/eudc-hotlist.el (eudc-hotlist-mode):
8381 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8382
8383 2005-06-10 Miles Bader <miles@gnu.org>
8384
8385 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8386 Remove "-face" suffix from face names.
8387 (flyspell-incorrect-face, flyspell-duplicate-face):
8388 New backward-compatibility aliases for renamed faces.
8389 (flyspell-mode-on, make-flyspell-overlay)
8390 (flyspell-highlight-incorrect-region)
8391 (flyspell-highlight-duplicate-region)
8392 (flyspell-display-next-corrections)
8393 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8394
8395 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8396 from face name.
8397 (texinfo-heading-face): New backward-compatibility alias for
8398 renamed face.
8399 (texinfo-heading-face): Use renamed texinfo-heading face.
8400
8401 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8402 suffix from face names.
8403 (tex-math-face, tex-verbatim-face):
8404 New backward-compatibility aliases for renamed faces.
8405 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8406 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8407 literal face name.
8408
8409 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8410 name.
8411 (table-cell-face): New backward-compatibility alias for renamed face.
8412 (table--put-cell-face-property, table--update-cell-face):
8413 Use renamed table-cell face.
8414
8415 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8416 from face name.
8417 (sgml-namespace-face): New backward-compatibility alias for
8418 renamed face.
8419 (sgml-namespace-face): Use renamed sgml-namespace face.
8420
8421 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8422 (org-level-4, org-level-5, org-level-6, org-level-7)
8423 (org-level-8, org-warning, org-headline-done)
8424 (org-deadline-announce, org-scheduled-today)
8425 (org-scheduled-previously, org-link, org-done, org-table)
8426 (org-time-grid): Remove "-face" suffix from face names.
8427 (org-level-1-face, org-level-2-face, org-level-3-face)
8428 (org-level-4-face, org-level-5-face, org-level-6-face)
8429 (org-level-7-face, org-level-8-face, org-warning-face)
8430 (org-headline-done-face, org-deadline-announce-face)
8431 (org-scheduled-today-face, org-scheduled-previously-face)
8432 (org-link-face, org-done-face, org-table-face)
8433 (org-time-grid-face):
8434 New backward-compatibility aliases for renamed faces.
8435 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8436 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8437 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8438 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8439
8440 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8441 (viper-minibuffer-emacs, viper-minibuffer-insert)
8442 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8443 (viper-search-face, viper-replace-overlay-face)
8444 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8445 (viper-minibuffer-vi-face):
8446 New backward-compatibility aliases for renamed faces.
8447 (viper-search-face, viper-replace-overlay-face)
8448 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8449 (viper-minibuffer-vi-face): Use renamed viper faces.
8450
8451 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8452 Remove "-face" suffix from face names.
8453 (testcover-nohits-face, testcover-1value-face):
8454 New backward-compatibility aliases for renamed faces.
8455 (testcover-mark): Use renamed testcover faces.
8456
8457 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8458 face name.
8459 (diary-button-face): New backward-compatibility alias for renamed face.
8460 (diary-entry): Use renamed diary-button face.
8461
8462 * calendar/calendar.el (diary, calendar-today, holiday)
8463 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8464 (diary-face, calendar-today-face, holiday-face):
8465 New backward-compatibility aliases for renamed faces.
8466 (eval-after-load "facemenu", diary-entry-marker)
8467 (calendar-today-marker, calendar-holiday-marker, diary-face):
8468 Use renamed calendar faces.
8469
8470 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8471 (compare-windows-face): New backward-compatibility alias for
8472 renamed face.
8473 (compare-windows-highlight): Use renamed compare-windows face.
8474
8475 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8476 (strokes-char-face): New backward-compatibility alias for renamed face.
8477 (strokes-encode-buffer): Use renamed strokes-char face.
8478
8479 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8480 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8481 Remove "-face" suffix from face names.
8482 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8483 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8484 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8485 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8486 Use renamed pcvs faces.
8487 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8488 * pcvs-defs.el (cvs-mode-map): Likewise.
8489 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8490
8491 * info.el (info-title-1, info-title-2, info-title-3)
8492 (info-title-4): Remove "-face" suffix from and downcase face names.
8493 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8494 (Info-title-4-face):
8495 New backward-compatibility aliases for renamed faces.
8496 (Info-fontify-node): Use renamed info faces.
8497
8498 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8499 Remove "-face" suffix from face names.
8500 (highlight-changes-face, highlight-changes-delete-face):
8501 New backward-compatibility aliases for renamed faces.
8502 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8503 (hilit-chg-make-list): Use renamed highlight-changes faces.
8504
8505 * generic-x.el (show-tabs-tab, show-tabs-space):
8506 Remove "-face" suffix from face names.
8507 (show-tabs-tab-face, show-tabs-space-face):
8508 New backward-compatibility aliases for renamed faces.
8509 (show-tabs-generic-mode-font-lock-defaults-1)
8510 (show-tabs-generic-mode-font-lock-defaults-2):
8511 Use renamed show-tabs faces.
8512
8513 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8514 (smerge-markers): Remove "-face" suffix from face names.
8515 (smerge-mine-face, smerge-other-face, smerge-base-face)
8516 (smerge-markers-face):
8517 New backward-compatibility aliases for renamed faces.
8518 (smerge-mine-face, smerge-other-face, smerge-base-face)
8519 (smerge-markers-face): Use renamed smerge faces.
8520
8521 * log-view.el (log-view-file, log-view-message): Remove "-face"
8522 suffix from face names.
8523 (log-view-file-face, log-view-message-face):
8524 New backward-compatibility aliases for renamed faces.
8525 (log-view-file-face, log-view-message-face): Use renamed log-view
8526 faces.
8527
8528 * paren.el (show-paren-match, show-paren-mismatch):
8529 Remove "-face" suffix from face names.
8530 (show-paren-match-face, show-paren-mismatch-face):
8531 New backward-compatibility aliases for renamed faces.
8532 (show-paren-function): Use renamed show-paren faces.
8533
8534 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8535 (ruler-mode-margins, ruler-mode-fringes)
8536 (ruler-mode-column-number, ruler-mode-fill-column)
8537 (ruler-mode-comment-column, ruler-mode-goal-column)
8538 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8539 suffix from face names.
8540 (ruler-mode-default-face, ruler-mode-pad-face)
8541 (ruler-mode-margins-face, ruler-mode-fringes-face)
8542 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8543 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8544 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8545 New backward-compatibility aliases for renamed faces.
8546 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8547 (ruler-mode-column-number, ruler-mode-fill-column)
8548 (ruler-mode-comment-column, ruler-mode-goal-column)
8549 (ruler-mode-tab-stop, ruler-mode-current-column)
8550 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8551 faces.
8552
8553 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8554 face name.
8555 (whitespace-highlight-the-space): Use renamed face.
8556 (whitespace-highlight-face): New backward-compatibility alias for
8557 renamed face.
8558
8559 * woman.el (woman-italic, woman-bold, woman-unknown)
8560 (woman-addition, woman-symbol-face):
8561 Remove "-face" suffix from face names.
8562 (woman-italic-face, woman-bold-face, woman-unknown-face)
8563 (woman-addition-face):
8564 New backward-compatibility aliases for renamed faces.
8565 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8566 (woman-decode-region, woman-replace-match)
8567 (woman-display-extended-fonts, woman-special-characters)
8568 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8569 Use renamed woman faces.
8570
8571 * longlines.el (longlines-visible-face): Face removed.
8572
8573 * diff-mode.el (diff-header, diff-file-header, diff-index)
8574 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8575 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8576 suffix from face names.
8577 (diff-header-face, diff-file-header-face, diff-index-face)
8578 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8579 (diff-changed-face, diff-function-face, diff-context-face)
8580 (diff-nonexistent-face): New backward-compatibility aliases for
8581 renamed faces.
8582 (diff-header-face, diff-file-header-face)
8583 (diff-index, diff-index-face, diff-hunk-header)
8584 (diff-hunk-header-face, diff-removed, diff-removed-face)
8585 (diff-added, diff-added-face, diff-changed-face, diff-function)
8586 (diff-function-face, diff-context-face, diff-nonexistent)
8587 (diff-nonexistent-face): Use renamed diff-mode faces.
8588
8589 * progmodes/compile.el (compilation-warning-face)
8590 (compilation-info-face): Remove "-face" suffix from face names.
8591 (compilation-warning-face, compilation-info-face):
8592 New backward-compatibility aliases for renamed faces.
8593 (compilation-warning-face, compilation-info-face):
8594 Use renamed compilation faces.
8595
8596 * add-log.el (change-log-date, change-log-name)
8597 (change-log-email, change-log-file, change-log-list)
8598 (change-log-conditionals, change-log-function)
8599 (change-log-acknowledgement): Remove "-face" suffix from face names.
8600 (change-log-date-face, change-log-name-face)
8601 (change-log-email-face, change-log-file-face)
8602 (change-log-list-face, change-log-conditionals-face)
8603 (change-log-function-face, change-log-acknowledgement-face):
8604 New backward-compatibility aliases for renamed faces.
8605 (change-log-font-lock-keywords): Use renamed change-log faces.
8606
8607 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8608 (custom-set, custom-changed, custom-saved, custom-button)
8609 (custom-button-pressed, custom-documentation, custom-state)
8610 (custom-comment, custom-comment-tag, custom-variable-tag)
8611 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8612 (custom-group-tag): Remove "-face" suffix from face names.
8613 (custom-magic-alist, custom-magic-value-create)
8614 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8615 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8616 (custom-set-face, custom-changed-face, custom-saved-face)
8617 (custom-button-face, custom-button-pressed-face)
8618 (custom-documentation-face, custom-state-face)
8619 (custom-comment-face, custom-comment-tag-face)
8620 (custom-variable-tag-face, custom-variable-button-face)
8621 (custom-face-tag-face, custom-group-tag-face-1)
8622 (custom-group-tag-face):
8623 New backward-compatibility aliases for renamed faces.
8624
8625 * wid-edit.el (widget-documentation, widget-button)
8626 (widget-field, widget-single-line-field, widget-inactive)
8627 (widget-button-pressed): "-face" suffix removed from face names.
8628 (widget-documentation-face, widget-button-face)
8629 (widget-field-face, widget-single-line-field-face)
8630 (widget-inactive-face, widget-button-pressed-face):
8631 New backward-compatibility aliases for renamed faces.
8632 (widget-documentation-face, widget-button-face)
8633 (widget-button-pressed-face, widget-specify-field)
8634 (widget-specify-inactive): Use renamed widget faces.
8635
8636 2005-06-10 Kenichi Handa <handa@m17n.org>
8637
8638 * term/x-win.el (x-clipboard-yank): Remove condition-case
8639 wrapping.
8640
8641 2005-06-11 Kenichi Handa <handa@m17n.org>
8642
8643 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8644 date lines stricter.
8645
8646 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8647
8648 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8649 of x-get-selection.
8650
8651 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8652
8653 * comint.el (comint-mode, comint-snapshot-last-prompt):
8654 * frame.el (frame-current-scroll-bars):
8655 * term.el (term-mode, term-check-proc, term-input-sender)
8656 (term-simple-send, term-extract-string, term-word)
8657 (term-match-partial-filename):
8658 * window.el (window-current-scroll-bars):
8659 * emulation/cua-base.el (cua-normal-cursor-color)
8660 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8661 (cua-global-mark-cursor-color):
8662 * mail/undigest.el (rmail-forward-separator-regex):
8663 Fix typos in docstrings.
8664
8665 * comint.el (comint-check-proc, make-comint-in-buffer)
8666 (comint-source-default): Doc fixes.
8667
8668 * term.el (term-send-string): Improve argument/docstring consistency.
8669
8670 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8671
8672 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8673 call to `delete-region'.
8674 (comint-mode-hook): Do not enable Font Lock by default.
8675
8676 2005-06-09 Lute Kamstra <lute@gnu.org>
8677
8678 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8679 could be void.
8680
8681 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8684 (debug): Use it.
8685 (debugger-step-through, debugger-continue, debugger-jump)
8686 (debugger-return-value): Set it when needed.
8687 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8688 Use inhibit-read-only.
8689
8690 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8691
8692 * window.el (shrink-window-if-larger-than-buffer)
8693 (window-size-fixed): Fix typo in docstring.
8694
8695 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8696 thumbnails directory on loading.
8697 (thumbs-conversion-program): Use `eq' to check the system type,
8698 not `equal'.
8699 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8700 not "/tmp". Fix docstring.
8701 (thumbs-thumbsdir): New function to return the thumbnails
8702 directory, creating it if needed.
8703 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8704 (thumbs-temp-file): Delete variable and make it into a function.
8705 (thumbs-resize-image, thumbs-modify-image): Use it.
8706 (thumbs-kill-buffer): Simplify.
8707 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8708 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8709 docstrings.
8710
8711 2005-06-09 Kim F. Storm <storm@cua.dk>
8712
8713 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8714 set-match-data to free markers in match-data.
8715
8716 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8717 match-data to unchain markers in match-data.
8718
8719 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8722 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8723 unnecessary now.
8724
8725 2005-06-08 Richard M. Stallman <rms@gnu.org>
8726
8727 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8728 give the variable a doc string that doesn't say don't set it directly.
8729
8730 * textmodes/ispell.el (ispell-check-version):
8731 Use match-string-no-properties.
8732 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8733 (ispell-buffer-local-words): Likewise.
8734
8735 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8736 except on terminals with enough colors to really display it.
8737 (makefile-dependency-regex): Delete spurious `bb'.
8738
8739 * faces.el (escape-glyph): Use blue once again in last case.
8740 (no-break-space): Redefine so that it isn't invisible on a tty.
8741
8742 2005-06-08 Kim F. Storm <storm@cua.dk>
8743
8744 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8745 also when reading directory name.
8746
8747 2005-06-08 Lute Kamstra <lute@gnu.org>
8748
8749 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8750 (flyspell-mode-line-string): Remove autoload cookie.
8751 (flyspell-mode): Remove defvar.
8752
8753 2005-06-07 Lute Kamstra <lute@gnu.org>
8754
8755 * textmodes/org.el (org-run-mode-hooks): New function.
8756 (org-agenda-mode): Use it.
8757
8758 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8759
8760 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8761
8762 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8765
8766 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
8767
8768 * font-lock.el (font-lock-add-keywords): Doc fix.
8769
8770 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8773 (tex-compile-default): In the absence of any history, use the order in
8774 tex-compile-alist to choose the preferred command.
8775 (tex-compile-commands): Reorder a bit.
8776
8777 * textmodes/flyspell.el (flyspell-auto-correct-binding)
8778 (flyspell-incorrect-face, flyspell-duplicate-face):
8779 Use (X)Emacs-agnostic code.
8780 (flyspell-mode-map): Don't overwrite at each load. Remove code
8781 redundant with the subsequent add-minor-mode. Merge Emacs and
8782 XEmacs code.
8783 (flyspell-word): Minor simplification.
8784 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8785 (flyspell-external-point-words): Remove unused vars `size' and `start'.
8786 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8787 Merge the corresponding Emacs code.
8788 (flyspell-correct-word, flyspell-xemacs-popup):
8789 Use flyspell-do-correct.
8790
8791 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8792 a dedicated window.
8793
8794 * international/latexenc.el (latexenc-find-file-coding-system):
8795 Undo part of last patch, to turn off a compiler warning.
8796
8797 2005-06-06 Juri Linkov <juri@jurta.org>
8798
8799 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8800 Rename `tmm-inactive-face' to `tmm-inactive'.
8801
8802 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
8803
8804 * iswitchb.el: Rename faces.
8805
8806 2005-06-06 Kim F. Storm <storm@cua.dk>
8807
8808 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8809 (cua-global-mark): Remove -face suffix from face names.
8810
8811 * emulation/cua-gmrk.el (cua--init-global-mark):
8812 Remove cua-global-mark face setup.
8813
8814 2005-06-06 Richard M. Stallman <rms@gnu.org>
8815
8816 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8817 just like other allowed characters.
8818 (makefile-match-dependency): Exclude leading and training whitespace
8819 from the range of regexp subexp 1.
8820 (makefile-macroassign-regex): Don't try to match the body,
8821 just the name of the macro being defined.
8822
8823 * info.el (Info-read-node-name-2): New function.
8824 (Info-read-node-name-1): Use that.
8825 Add a completion-base-size-function property.
8826
8827 * simple.el (completion-setup-function): Look for
8828 completion-base-size-function property of minibuffer-completion-table.
8829
8830 * files.el (locate-file-completion): Doc fix.
8831
8832 * printing.el: Don't call pr-update-menus; user must do that.
8833
8834 * emacs-lisp/debug.el (debugger-window): New variable.
8835 (debug): Use debugger-window if it is set and still alive.
8836 Record debugger-window for next entry.
8837
8838 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8839
8840 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
8841
8842 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8843 (hack-one-local-variable, hack-local-variables)
8844 (hack-local-variables-prop-line): Pass that arg.
8845
8846 2005-06-06 Kim F. Storm <storm@cua.dk>
8847
8848 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8849 (ido-indicator): Remove -face suffix from face names.
8850
8851 2005-06-06 Juri Linkov <juri@jurta.org>
8852
8853 * font-lock.el (font-lock-regexp-backslash)
8854 (font-lock-regexp-backslash-construct): New faces.
8855 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
8856 after `('. Add `while-no-input' to control structures.
8857
8858 * faces.el (no-break-space, shadow): New faces.
8859 (escape-glyph): Use less loud colors pink2 and red4.
8860
8861 * diff-mode.el (diff-context-face)
8862 * dired.el (dired-ignored)
8863 * rfn-eshadow.el (file-name-shadow)
8864 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8865
8866 * info.el (Info-title-1-face): Use green instead of yellow because
8867 bold yellow is not readable on light backgrounds.
8868
8869 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8870 before selecting the desired mode to not spend time fontifying
8871 old contents.
8872
8873 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
8874
8875 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8876 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8877
8878 * ps-print.el (ps-default-fg, ps-default-bg):
8879 Fix typos in docstrings.
8880
8881 * isearchb.el (isearchb): Don't pass a spurious second argument to
8882 `iswitchb-completions'.
8883
8884 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8887 to preserve point.
8888 (gdb-find-file-hook): Add doc string.
8889
8890 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8891 C dereferenced pointer expression.
8892 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
8893
8894 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8895
8896 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8897 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8898 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8899 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8900 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8901 Make background transparent.
8902
8903 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
8906 (font-lock-remove-keywords): Doc fix.
8907 (font-lock-mode-major-mode): Compiler defvar.
8908 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8909
8910 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8911 (font-lock-mode): Update `font-lock-mode-major-mode'.
8912 (font-lock-set-defaults): Compiler defvar.
8913 (font-lock-default-function): Take `font-lock-mode-major-mode'
8914 into account.
8915
8916 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8917 keep track of which major mode it enabled the minor mode for.
8918 Use find-file-hook again. Update docstring.
8919
8920 * simple.el (eval-expression-print-level)
8921 (eval-expression-print-length, eval-expression-debug-on-error):
8922 Doc fixes.
8923
8924 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
8925
8926 * iswitchb.el (iswitchb-single-match-face)
8927 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8928 (iswitchb-invalid-regexp-face): New faces.
8929 (iswitchb-completions): Use them.
8930 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8931 now marked as an obsolete alias.
8932 (iswitchb-read-buffer): Remove check for bound font variables.
8933 (iswitchb-invalid-regexp): New free variable.
8934 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8935 set iswitchb-invalid-regexp.
8936 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8937 invalid regexps.
8938 (iswitchb-completions): Add check for complete match when entering
8939 a regexp.
8940 (iswitchb-completions): Remove require-match argument.
8941 (iswitchb-exhibit): Fix caller.
8942 (iswitchb-common-match-inserted): New variable.
8943 (iswitchb-complete, iswitchb-completion-help): Use it.
8944
8945 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
8946
8947 * url-http.el (url-http-chunked-encoding-after-change-function):
8948 Use `url-http-debug' instead of `message'.
8949
8950 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
8951
8952 * url-http.el (url-http-parse-headers): Pass redirected URL as a
8953 callback argument.
8954
8955 2005-06-04 Kim F. Storm <storm@cua.dk>
8956
8957 * simple.el (line-move): Only call sit-for when moving backwards.
8958
8959 * ido.el (ido-make-merged-file-list-1): New defun split from
8960 ido-make-merged-file-list.
8961 (ido-make-merged-file-list): Bind throw-on-input around call to
8962 ido-make-merged-file-list-1. Return input-pending-p if
8963 interrupted by more input available.
8964 (ido-read-internal): Handle input-pending-p return value from
8965 ido-make-merged-file-list.
8966
8967 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8970 compatibility code.
8971
8972 * international/latexenc.el (latexenc-find-file-coding-system):
8973 Don't inherit the EOL part of the coding-system from the
8974 tex-main buffer. Fit within 80 columns.
8975
8976 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
8977
8978 * tmm.el (tmm-inactive-face): New face.
8979 (tmm-remove-inactive-mouse-face): New function.
8980 (tmm-prompt, tmm-add-one-shortcut)
8981 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8982 but not selectable.
8983
8984 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
8985
8986 * faces.el (face-equal): Improve argument/docstring consistency.
8987
8988 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
8989
8990 * progmodes/make-mode.el (makefile-targets-face)
8991 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8992 (makefile-bsdmake-dependency-regex)
8993 (makefile-makepp-rule-action-regex)
8994 (makefile-bsdmake-rule-action-regex): New constants.
8995 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8996
8997 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8998 Allow (...) within `...' for makepp messages.
8999
9000 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9001
9002 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9003
9004 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9005 "." files are deleted from all file lists before comparison.
9006
9007 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9008 (viper-ESC-key): Made them customizable.
9009
9010 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9011
9012 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * autorevert.el (auto-revert-buffers): Use save-match-data.
9015
9016 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9019 menu items with a nil command binding.
9020
9021 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9022
9023 * emacs-lisp/cl-macs.el (defsetf):
9024 Improve argument/docstring consistency.
9025
9026 * faces.el (list-faces-display): Improve the formatting by
9027 computing the maximum length required for any face-name (reworked
9028 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9029 (internal-find-face): Remove redundant info in docstring.
9030
9031 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9032
9033 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9034 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9035 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9036 (gdb-assembler-custom): Improve regexps.
9037 (def-gdb-auto-update-handler): Use window point to preserve point.
9038
9039 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9042
9043 2005-05-31 Jay Belanger <belanger@truman.edu>
9044
9045 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9046 to calc-embedded.
9047 (calc-embedded-make-info): Have plain prefix argument select
9048 entire line.
9049
9050 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9051
9052 * faces.el (list-faces-display): Signal error if passed a regexp
9053 that matches no face name.
9054
9055 * simple.el (filter-buffer-substring): Fix typo in docstring.
9056
9057 2005-05-31 Richard M. Stallman <rms@gnu.org>
9058
9059 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9060 (vhdl-emacs-21): Doc fix.
9061 (vhdl-mode): Unconditionally set comment-padding.
9062 (vhdl-fixup-whitespace-region): Insert spaces only where
9063 there are none.
9064 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9065
9066 2005-05-30 John Wiegley <johnw@newartisans.com>
9067
9068 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9069 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9070 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9071 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9072 `string-to-number'.
9073
9074 2005-05-30 Jay Belanger <belanger@truman.edu>
9075
9076 * calc/calc.el (calc-bug-address): Fix docstring.
9077 (calc-window-hook, calc-trail-window-hook): New variables.
9078 (calc-trail-display): Restore use of calc-trail-window-hook.
9079 (calc): Restore use of calc-window-hook.
9080
9081 2005-05-31 Masatake YAMATO <jet@gyve.org>
9082
9083 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9084
9085 * help-fns.el (help-C-file-name): Add autoload mark for
9086 `find-function-noselect'.
9087
9088 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9091 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9092
9093 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9094
9095 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9096 included diary buffer if it was not already being visited.
9097 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9098
9099 * calendar/icalendar.el (top-level): Do not require 'appt.
9100
9101 * mail/supercite.el (sc-select-attribution): Only use a list
9102 element from sc-attrib-selection-list if it returns a string.
9103 Reported by Davide G. M. Salvetti <salve@debian.org>.
9104
9105 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9106
9107 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9108 includes a hash value to improve its uniqueness, and has a ".jpg"
9109 extension. Also, it is now a valid filename on all systems.
9110 (thumbs-make-thumb): Use `let', not `let*'.
9111 (thumbs-show-thumbs-list): Check for JPEG availability.
9112
9113 2005-05-30 Richard M. Stallman <rms@gnu.org>
9114
9115 * filesets.el (filesets-menu-ensure-use-cached):
9116 Prevent warning when emacs-version>= is undefined.
9117
9118 * printing.el (pr-interactive-n-up): Use string-to-number.
9119
9120 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9121
9122 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9123 Warn only when name to be defined is quoted.
9124
9125 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9126
9127 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9128 Make regexp more robust.
9129 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9130 Force regeneration of disassembly.
9131
9132 2005-05-29 Jay Belanger <belanger@truman.edu>
9133
9134 * calc/calc.el (calc-user-invocation): Check if
9135 calc-invocation-macro is non-nil.
9136
9137 2005-05-29 Juri Linkov <juri@jurta.org>
9138
9139 * add-log.el (change-log-font-lock-keywords):
9140 Add `+' to e-mail regexp to accept mail address with keywords.
9141
9142 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9143
9144 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9147
9148 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9149
9150 2005-05-29 Richard M. Stallman <rms@gnu.org>
9151
9152 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9153 Undo the change that moves to end of the current word.
9154
9155 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9156
9157 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9158 Throw error when count <= 0 to ensure input is a number.
9159 (gdb-read-memory-custom): Pick up address from buffer.
9160 (gdb-memory-mode): Allow user to increment and decrement
9161 memory address from header line.
9162
9163 2005-05-29 Richard M. Stallman <rms@gnu.org>
9164
9165 * flyspell.el (flyspell-version): Function deleted.
9166 (flyspell-auto-correct-previous-hook): Doc fix.
9167
9168 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9169 Do nothing if memory is full.
9170
9171 * font-lock.el (font-lock-fontify-syntactically-region):
9172 Pass t for GREEDY to looking-back.
9173
9174 * saveplace.el (save-place-alist-to-file): Write the file
9175 using write-region.
9176
9177 * subr.el (looking-back): New argument GREEDY.
9178
9179 * progmodes/compile.el (compilation-start): Set the mode
9180 before inserting the initial text.
9181
9182 * progmodes/which-func.el (which-func-update-1): Turn the mode
9183 off in case of error by setting which-func-mode.
9184
9185 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9186
9187 * flyspell.el (flyspell-auto-correct-previous-word):
9188 Narrow down to what's on the screen, and recenter overlays
9189 at the end of the next word.
9190
9191 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9192
9193 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9194 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9195 (flyspell-abbrev-p): Default to nil.
9196 (flyspell-use-global-abbrev-table-p): Doc fix.
9197 (flyspell-large-region): Allow nil as value.
9198 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9199
9200 (mail-mode-flyspell-verify): More robust handling
9201 of `mail-header-separator'. More efficient signature detection.
9202 Allow for regexp metacharacters in message-header-separator.
9203 Adding `To' not to be checked in mail-mode-flyspell-verify.
9204
9205 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9206 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9207 Bind flyspell-auto-correct-binding.
9208 Bind C-. and C-, .
9209 (flyspell-mode-map): Likewise.
9210 (flyspell-mode): Doc fix.
9211 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9212 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9213 (flyspell-word-cache-result): New var, always local.
9214 (flyspell-check-pre-word-p): Doc fix.
9215 (flyspell-check-changed-word-p): Handle spc like newline.
9216 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9217 (flyspell-word-search-backward, flyspell-word-search-forward):
9218 New functions.
9219 (flyspell-word): Return t if nothing to check.
9220 When parsing TeX code, check for after } or \.
9221 Use flyspell-word-search-backward to find previous word.
9222 Return nil if duplicated word.
9223 For word already checked, return same value as last time.
9224 Set flyspell-word-cache-result after checking.
9225 Don't clobber the return value.
9226 (flyspell-get-word): Major rewrite.
9227 (flyspell-external-point-words): New locals pword, pcount.
9228 Fix size used in progress message.
9229 Find the proper corresponding word in flyspell-large-region-buffer.
9230 (flyspell-region): Check for flyspell-large-region = nil.
9231 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9232 (flyspell-auto-correct-word): Check that WORD is a cons.
9233 (flyspell-correct-word): Likewise.
9234
9235 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9236
9237 * progmodes/make-mode.el (makefile-rule-action-regex)
9238 (makefile-macroassign-regex, makefile-makepp-mode)
9239 (makefile-bsdmake-mode): Continuation lines may be empty.
9240 Reported by Joshua Varner.
9241 (makefile-makepp-font-lock-keywords): Add $(stem).
9242
9243 2005-05-28 Karl Berry <karl@gnu.org>
9244
9245 * textmodes/tex-mode.el: Now that tex-send-command calls
9246 shell-quote-argument (2005-03-31 change), remove all calls to
9247 shell-quote-argument; they all end up invoking tex-send-command.
9248 The double quoting loses on filenames with non-safe characters,
9249 such as "@". Reported by Frederik Fouvry.
9250
9251 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9252
9253 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9254 about preserving point.
9255
9256 2005-05-27 Jay Belanger <belanger@truman.edu>
9257
9258 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9259 Info-goto-node.
9260
9261 * calc/calc-embed.el (calc-embed-arg): New variable.
9262 (calc-do-embedded-activate, calc-embedded-activate-formula)
9263 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9264 variable by new variable.
9265 (calc-embedded-make-info): Replace undeclared variable by new
9266 variable. When selecting region with positive prefix
9267 argument, use end of previous line instead of beginning of line.
9268
9269 * calc/calc-aent.el (calc-arg-values): Declare it.
9270
9271 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9272 Declare them.
9273
9274 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9275
9276 * calc/calc.el (calc-alg-map): Declare it.
9277
9278 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9279
9280 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9281
9282 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9283 (gdb-registers-buffer, toggle-gdb-all-registers):
9284 Toggle display of floating point registers.
9285 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9286
9287 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9288 (toggle-gud-tooltip-dereference):
9289 Rename from gud-toggle-tooltip-dereference.
9290
9291 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9294
9295 2005-05-27 Jay Belanger <belanger@truman.edu>
9296
9297 * calc/calc-prog.el (calc-kbd-report): Remove.
9298 (calc-kbd-query): Rewrite.
9299
9300 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9301
9302 * image.el (image-library-alist): Move to image.c.
9303 (image-type-available-p): Doc fix.
9304
9305 2005-05-27 Lute Kamstra <lute@gnu.org>
9306
9307 * calc/calc.el (calc):
9308 * outline.el (outline-1, outline-2, outline-3, outline-4)
9309 (outline-5, outline-6, outline-7, outline-8):
9310 * textmodes/dns-mode.el (dns-mode):
9311 * textmodes/sgml-mode.el (sgml-namespace-face):
9312 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9313 (tex-verbatim-face, tex-use-reftex):
9314 * textmodes/texinfo.el (texinfo-heading-face):
9315 Specify customization group.
9316
9317 * longlines.el: Don't require easy-mmode.
9318 (longlines-visible-face): Specify customization group.
9319
9320 2005-05-27 Kenichi Handa <handa@m17n.org>
9321
9322 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9323 encoding table of windows-1251.
9324
9325 * international/ucs-tables.el (ucs-set-table-for-input):
9326 If translation-table-for-input of a coding system is a symbol, get
9327 its translation-table property.
9328
9329 * international/code-pages.el: Don't register a coding system into
9330 non-iso-charset-alist more than once.
9331 (cp-make-coding-system): Likewise.
9332
9333 2005-05-26 John Wiegley <johnw@newartisans.com>
9334
9335 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9336 `eshell-resume-eval' is wrapped in a list, it indicates that the
9337 command was run asynchronously. In that case, unwrap the value
9338 before checking the delimiter value.
9339
9340 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9341 character before a space at the end of a line is \, assume the space
9342 is part of the last argument rather than a final argument separator.
9343
9344 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9345 is in use, and the target is `t' or `nil' (which are the most common
9346 values), don't assume that the symbol target is a buffer.
9347
9348 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9349
9350 * calendar/calendar.el (calendar-mode-line-format):
9351 Use mode-line-highlight as mouse-face.
9352
9353 * time.el (display-time-string-forms, display-time-update):
9354 Use mode-line-highlight as mouse-face.
9355
9356 2005-05-26 Jay Belanger <belanger@truman.edu>
9357
9358 * calc/calc.el (calc-language-alist): Remove extra defvar.
9359
9360 2005-05-26 Lute Kamstra <lute@gnu.org>
9361
9362 * arc-mode.el (archive-mode):
9363 * bookmark.el (bookmark-read-annotation-mode)
9364 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9365 * bs.el (bs-mode):
9366 * calc/calc-yank.el (calc-edit-mode):
9367 * calc/calc.el (calc-mode, calc-trail-mode):
9368 * calculator.el (calculator-mode):
9369 * chistory.el (command-history-mode):
9370 * comint.el:
9371 * cus-edit.el (custom-mode):
9372 * descr-text.el (describe-text-mode):
9373 * ebuff-menu.el (Electric-buffer-menu-mode):
9374 * ediff-util.el (ediff-mode):
9375 * emacs-lisp/re-builder.el (reb-mode):
9376 * emulation/vi.el (vi-mode-setup):
9377 * emulation/ws-mode.el (wordstar-mode):
9378 * eshell/esh-mode.el (eshell-mode):
9379 * forms.el (forms-mode):
9380 * help-mode.el (help-mode):
9381 * hexl.el (hexl-mode):
9382 * ibuffer.el (ibuffer-mode):
9383 * ielm.el (inferior-emacs-lisp-mode):
9384 * info.el (Info-mode, Info-edit-mode):
9385 * international/swedish.el:
9386 * ledit.el (ledit-from-lisp-mode):
9387 * locate.el (locate-mode):
9388 * mail/rmail.el (rmail-mode):
9389 * mail/rmailedit.el (rmail-edit-mode):
9390 * mail/rmailsum.el (rmail-summary-mode):
9391 * mail/supercite.el (sc-electric-mode):
9392 * net/eudc.el (eudc-mode):
9393 * net/quickurl.el (quickurl-list-mode):
9394 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9395 * obsolete/ooutline.el (outline-mode):
9396 * obsolete/options.el (Edit-options-mode):
9397 * obsolete/rnews.el (news-mode):
9398 * obsolete/rnewspost.el (news-reply-mode):
9399 * play/5x5.el (5x5-mode):
9400 * play/decipher.el (decipher-mode, decipher-stats-mode):
9401 * play/gomoku.el (gomoku-mode):
9402 * play/snake.el (snake-mode):
9403 * play/solitaire.el (solitaire-mode):
9404 * play/tetris.el (tetris-mode):
9405 * progmodes/ada-mode.el (ada-mode):
9406 * progmodes/antlr-mode.el (antlr-mode):
9407 * progmodes/autoconf.el (autoconf-mode):
9408 * progmodes/dcl-mode.el (dcl-mode):
9409 * progmodes/delphi.el (delphi-mode):
9410 * progmodes/ebrowse.el (ebrowse-tree-mode)
9411 (ebrowse-electric-list-mode, ebrowse-member-mode)
9412 (ebrowse-electric-position-mode):
9413 * progmodes/f90.el (f90-mode):
9414 * progmodes/fortran.el (fortran-mode):
9415 * progmodes/icon.el (icon-mode):
9416 * progmodes/idlw-help.el (idlwave-help-mode):
9417 * progmodes/idlw-shell.el (idlwave-shell-mode):
9418 * progmodes/idlwave.el (idlwave-mode):
9419 * progmodes/inf-lisp.el (inferior-lisp-mode):
9420 * progmodes/m4-mode.el (m4-mode):
9421 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9422 * progmodes/modula2.el (modula-2-mode):
9423 * progmodes/octave-inf.el (inferior-octave-mode):
9424 * progmodes/octave-mod.el (octave-mode):
9425 * progmodes/pascal.el (pascal-mode):
9426 * progmodes/sh-script.el (sh-mode):
9427 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9428 * progmodes/vhdl-mode.el (vhdl-mode):
9429 * progmodes/xscheme.el (scheme-interaction-mode):
9430 * replace.el (occur-mode):
9431 * ses.el (ses-mode):
9432 * simple.el (completion-list-mode):
9433 * skeleton.el:
9434 * speedbar.el (speedbar-mode):
9435 * term.el (term-mode):
9436 * terminal.el (terminal-edit-mode):
9437 * textmodes/reftex-index.el (reftex-index-mode)
9438 (reftex-index-phrases-mode):
9439 * textmodes/reftex-sel.el (reftex-select-label-mode)
9440 (reftex-select-bib-mode):
9441 * textmodes/reftex-toc.el (reftex-toc-mode):
9442 * wdired.el (wdired-change-to-wdired-mode):
9443 * wid-browse.el (widget-browse-mode):
9444 Use run-mode-hooks.
9445
9446 * array.el (array-mode):
9447 * calendar/todo-mode.el (todo-mode):
9448 * man.el (Man-mode):
9449 * play/landmark.el (lm-mode):
9450 * play/mpuz.el (mpuz-mode):
9451 Use kill-all-local-variables and run-mode-hooks.
9452
9453 * subr.el (delay-mode-hooks): Specify indentation.
9454
9455 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9456
9457 * xml.el (xml-substitute-special): Don't die for undefined xml
9458 entities.
9459
9460 2005-05-26 Jay Belanger <belanger@truman.edu>
9461
9462 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9463 of nil.
9464
9465 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9466
9467 * progmodes/gdb-ui.el (gdb-frame-address):
9468 Rename from gdb-current-address.
9469 (gdb-previous-frame-address): Rename from gdb-previous-address.
9470 (gdb-selected-frame): Rename from gdb-current-frame.
9471 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9472 (gdb-frame-number): Rename from gdb-current-stack-level.
9473 (gdb-ann3): Match new mode-name for disassembly buffer.
9474 Extend initialization of variables.
9475 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9476 (gdb-memory-mode): Use mouse-face in header line.
9477 (gdb-assembler-buffer-name): Call it disassembly and give frame
9478 in mode line.
9479 (gdb-source-spec-regexp, gdb-assembler-custom)
9480 (gdb-invalidate-assembler, gdb-frame-handler):
9481 Make robust to leading zeroes in address format.
9482
9483 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9484
9485 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9486 define `org-mode'.
9487 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9488
9489 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * log-edit.el (log-edit-changelog-entries): Distinguish between
9492 filenames like xfns.c and fns.c.
9493
9494 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9495
9496 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9497 point after reverting.
9498 (Buffer-menu-make-sort-button): Handle the case where
9499 `Buffer-menu-use-header-line' is nil.
9500
9501 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9502
9503 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9504 New funcs. In minibuffer-local-completion-map bind `]', `/'
9505 and `:' to them.
9506
9507 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * startup.el (normal-top-level): Allow modification of load-path while
9510 we're iterating over it.
9511
9512 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9513
9514 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9515 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9516 (thumbs-resize-interactive, thumbs-insert-image)
9517 (thumbs-insert-thumb, thumbs-dired-show-marked)
9518 (thumbs-find-image-at-point, thumbs-delete-images)
9519 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9520 (thumbs-increment-image-size, thumbs-decrement-image-size):
9521 Fix typos in docstrings.
9522
9523 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9524
9525 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9526 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9527 (cperl-mode): Use them.
9528
9529 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9530
9531 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9532 Doc fixes.
9533
9534 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9535
9536 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9537 Bind C-d to gdb-inferior-io-eof.
9538
9539 * dired.el (dired-dnd-popup-notice): Use message-box.
9540
9541 2005-05-23 Masatake YAMATO <jet@gyve.org>
9542
9543 * bindings.el (mode-line-major-mode-keymap):
9544 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9545
9546 * faces.el (mode-line-highlight): New face.
9547
9548 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9549 as mouse-face.
9550
9551 * bindings.el (top-level, help-echo, mode-line-modified)
9552 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9553 as mouse-face.
9554
9555 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9556
9557 * progmodes/cc-engine.el (c-guess-basic-syntax):
9558 Remove spurious call to `zerop'.
9559
9560 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9561
9562 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9563
9564 CC Mode update to 5.30.10:
9565
9566 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9567 could go past the limit in decoration level 2, thereby causing
9568 errors during interactive fontification.
9569
9570 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9571 the file is evaluated interactively.
9572
9573 * cc-engine.el (c-guess-basic-syntax): Handle operator
9574 declarations somewhat better in C++.
9575
9576 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9577 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9578 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9579 (awk-mode): Use it.
9580 (make-local-hook): Suppress warning about obsoleteness.
9581
9582 * cc-engine.el, cc-align.el, cc-cmds.el
9583 (c-append-backslashes-forward, c-delete-backslashes-forward)
9584 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9585 Compensate for return value from `forward-line' when it has moved
9586 but not to a different line due to eob.
9587
9588 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9589 `objc-method-intro' and `objc-method-args-cont'.
9590
9591 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9592
9593 CC Mode update to 5.30.10:
9594
9595 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9596 in the copyright statement. Incidentally, change "along with GNU
9597 Emacs" to "along with this program" where it occurs.
9598
9599 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9600 so that it is interactive, hence can be found by M-x awk-mode
9601 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9602 <gmorris+emacs@ast.cam.ac.uk>.
9603
9604 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9605 Mode's regexps.
9606
9607 2005-05-23 Kevin Ryde <user42@zip.com.au>
9608
9609 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9610 c-parse-state, to avoid a lisp error (on bad code).
9611
9612 2005-05-23 Lute Kamstra <lute@gnu.org>
9613
9614 * subr.el (font-lock-defaults): Remove defvar as it's already
9615 defined in font-core.el.
9616
9617 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9618
9619 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9620
9621 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9622 more general and work when GDB variable "print pretty" is on,
9623 as with Emacs, for example.
9624
9625 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9626
9627 * font-core.el: Update comment.
9628
9629 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9630 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9631
9632 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9633
9634 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9635
9636 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9637 and `yank-handler' in the doc strings.
9638
9639 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9642
9643 2005-05-22 Richard M. Stallman <rms@gnu.org>
9644
9645 * help.el (describe-key): Move print-help-return-message call
9646 out of conditional.
9647
9648 * progmodes/etags.el (list-tags): Use with-no-warnings.
9649
9650 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9651 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9652 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9653
9654 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9655
9656 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9657 Add defvar.
9658
9659 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9660 Use defvar, not defconst.
9661
9662 * hexl.el (hexl-follow-line): Use with-no-warnings.
9663
9664 * emulation/tpu-extras.el: Use write-file-functions instead of
9665 write-file-hooks.
9666
9667 * dired.el (dired-font-lock-keywords): Fontify files with junk
9668 extensions even if marked by -F.
9669
9670 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9671
9672 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9673 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9674 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9675 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9676 (concatenate, list-length, get*, getf, cl-remprop):
9677 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9678 (etypecase, progv, lexical-let, lexical-let*)
9679 (multiple-value-bind, multiple-value-setq, shiftf):
9680 Improve argument/docstring consistency.
9681
9682 * subr.el (focus-frame, unfocus-frame):
9683 Revert deletion on 2005-05-01.
9684
9685 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9686
9687 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9688 doesn't exist.
9689
9690 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9691 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9692
9693 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9694
9695 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9696 already deleted variables: auto-fill-hook, blink-paren-hook,
9697 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9698 suspend-hooks, comment-indent-hook, meta-flag,
9699 before-change-function, after-change-function,
9700 font-lock-doc-string-face.
9701
9702 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9703
9704 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9705
9706 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9707
9708 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9709 rmail-dont-reply-to.
9710
9711 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9712
9713 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9714 literal blank when splitting new-header-values.
9715
9716 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9717
9718 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9719 string so that tmm doesn't create a completion entry for it.
9720
9721 * textmodes/table.el (table-disable-menu): Ditto.
9722
9723 2005-05-21 Richard M. Stallman <rms@gnu.org>
9724
9725 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9726
9727 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9728
9729 * net/rcompile.el (remote-compile): Use compilation-start.
9730
9731 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9732
9733 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9734
9735 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9736 Default to makefile-bsdmake-mode on BSD systems.
9737
9738 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9739 REGEXP may also be a search function now. The part of doc-string
9740 for describing the structure was 95% identical to that of
9741 `imenu--generic-function'. Unify it there.
9742
9743 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9744 Use function to find dependencies, because regexp alone is so complex,
9745 it easily goes into an endless loop.
9746 (makefile-makepp-mode): Also add submenu for Perl functions
9747 defined in the makefile.
9748 (makefile-bsdmake-mode): Special imenu-generic-expression no
9749 longer needed, due to function call.
9750 (makefile-match-dependency): Take BOUND into account when checking
9751 if we're through.
9752
9753 2005-05-20 Jay Belanger <belanger@truman.edu>
9754
9755 * calc/calc-units.el (calc-invalidate-units-table):
9756 Use inhibit-read-only.
9757 (math-build-units-table-buffer): Use view-mode.
9758
9759 2005-05-20 David Kastrup <dak@gnu.org>
9760
9761 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9762 easy-menu-add is not a nop on Emacs; and clarify when to call it.
9763
9764 2005-05-20 Lute Kamstra <lute@gnu.org>
9765
9766 * diff-mode.el (diff-header-face, diff-file-header-face)
9767 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9768 (diff-added-face, diff-changed-face, diff-function-face)
9769 (diff-context-face, diff-nonexistent-face): Put them in the
9770 diff-mode customization group.
9771
9772 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9775
9776 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9777
9778 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9779 Minor regexp-optimization.
9780
9781 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9782
9783 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9784 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9785 (org-agenda-add-time-grid-maybe): New function.
9786 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9787 (org-table-create): `dotimes' instead of `mapcar'.
9788 (org-xor): Simplify implementation.
9789 (org-agenda): `inhibit-redisplay' turned on.
9790 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9791 a consistent line after a state change.
9792 (org-agenda-remove-times-when-in-prefix): New option.
9793 (org-prefix-has-time): New variable.
9794 (org-parse-time-string): Optional argument NODEFAULT.
9795 (org-format-agenda-item): Parse items for time-of-day
9796 specifications and move these into the prefix if possible.
9797 (org-agenda-priority): Get current heading, not previous heading
9798 during agenda remote editing.
9799
9800 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
9801
9802 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9803 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9804 (remove-duplicates, delete-duplicates, substitute)
9805 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9806 (nsubstitute-if-not, find, find-if, find-if-not, position)
9807 (position-if, position-if-not, count, count-if, count-if-not)
9808 (mismatch, search, sort*, stable-sort, merge, member*)
9809 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9810 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9811 (intersection, nintersection, set-difference, nset-difference)
9812 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9813 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9814 (nsublis, tree-equal): Improve argument/docstring consistency.
9815
9816 * subr.el (send-string, send-region):
9817 Remove obsolescence declaration.
9818 (window-dot, set-window-dot, read-input, show-buffer)
9819 (eval-current-buffer, string-to-int):
9820 Add release number to obsolescence declarations.
9821
9822 2005-05-19 Kim F. Storm <storm@cua.dk>
9823
9824 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9825 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9826
9827 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
9828
9829 * faces.el (list-faces-display): Make back button respect optional
9830 regexp arg.
9831
9832 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
9833
9834 * calculator.el (calculator-radix-grouping-mode)
9835 (calculator-radix-grouping-digits, calculator-displayer)
9836 (calculator-radix-grouping-separator, calculator-copy-displayer):
9837 * dabbrev.el (dabbrev-search-these-buffers-only):
9838 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9839 (diff-advance-after-apply-hunk, diff-mode-hook)
9840 (diff-minor-mode-prefix):
9841 * imenu.el (imenu-use-popup-menu):
9842 * jit-lock.el (jit-lock-context-time):
9843 * newcomment.el (comment-fill-column, comment-column)
9844 (comment-style, comment-padding, comment-multi-line)
9845 (comment-empty-lines, comment-auto-fill-only-comments):
9846 * reveal.el (reveal-around-mark):
9847 * uniquify.el (uniquify-buffer-name-style)
9848 (uniquify-after-kill-buffer-p)
9849 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9850 (uniquify-min-dir-content, uniquify-separator)
9851 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9852 * w32-vars.el (w32-fixed-font-alist):
9853 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9854 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9855 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9856 * progmodes/perl-mode.el (perl-indent-level)
9857 (perl-continued-statement-offset, perl-continued-brace-offset)
9858 (perl-brace-offset, perl-brace-imaginary-offset)
9859 (perl-label-offset, perl-indent-continued-arguments)
9860 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9861 * progmodes/tcl.el (tcl-indent-level)
9862 (tcl-continued-indent-level, tcl-auto-newline)
9863 (tcl-tab-always-indent, tcl-electric-hash-style)
9864 (tcl-help-directory-list, tcl-use-smart-word-finder)
9865 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9866 (inferior-tcl-source-command):
9867 * textmodes/fill.el (enable-kinsoku):
9868 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9869 * textmodes/table.el (table-yank-handler):
9870 Specify missing group (and type, if simple) in defcustom.
9871
9872 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9873
9874 * progmodes/compile.el (compilation-finish-function): Fix defvar.
9875
9876 2005-05-19 Richard M. Stallman <rms@gnu.org>
9877
9878 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9879
9880 * subr.el (event-basic-type): Don't get an error.
9881 (left-fringe-p): Function deleted.
9882
9883 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9884 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9885
9886 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9887 in recursive copy.
9888
9889 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9890
9891 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9892
9893 * emacs-lisp/bytecomp.el
9894 (byte-compile-file-form-custom-declare-variable): Call
9895 byte-compile-nogroup-warn if appropriate.
9896
9897 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9898 (compilation-set-window): Don't call left-fringe-p; do it directly.
9899
9900 2005-05-19 Jay Belanger <belanger@truman.edu>
9901
9902 * calc/calc-graph.el (calc-graph-format-data): Make sure
9903 var-PlotRejects is bound before trying to check its value.
9904
9905 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
9906
9907 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9908 definition of this variable from reftex-global.el to reftex.el,
9909 because it is needed in the menu.
9910
9911 2005-05-19 Lute Kamstra <lute@gnu.org>
9912
9913 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9914 years are fixed. Don't insert a space after a dash.
9915
9916 2005-05-19 Kim F. Storm <storm@cua.dk>
9917
9918 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9919
9920 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
9921
9922 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9923 strings, because (eq ... ?\\) is fairly frequent.
9924
9925 * progmodes/make-mode.el (makefile-add-this-line-targets):
9926 Simplify and integrate into `makefile-pickup-targets'.
9927 (makefile-add-this-line-macro): Simplify and integrate into
9928 `makefile-pickup-macros.
9929 (makefile-pickup-filenames-as-targets): Simplify.
9930 (makefile-previous-dependency, makefile-match-dependency):
9931 Don't stumble over `::'.
9932
9933 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
9934
9935 * subr.el (post-command-idle-hook, post-command-idle-delay):
9936 Remove obsoletion of post-command-idle-hook and
9937 post-command-idle-delay.
9938
9939 * faces.el (list-faces-display): Provide button when describe-face
9940 is called to take user back to the list of faces.
9941
9942 * help-fns.el (describe-variable): Remove hyperlinks in a
9943 variable's value as these are quite frequently inappropriate.
9944
9945 * follow.el (follow-submit-feedback, follow-mode):
9946 Remove references to post-command-idle-hook.
9947
9948 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
9949
9950 * progmodes/make-mode.el (makefile-previous-dependency)
9951 (makefile-match-dependency): Check for := (and in bsd mode also
9952 !=) to give a better result, even when font-lock is not on.
9953
9954 2005-05-18 Jay Belanger <belanger@truman.edu>
9955
9956 * calc/calc-help.el (calc-s-prefix-help):
9957 Add `calc-copy-special-constant' to help string.
9958
9959 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9960
9961 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9962
9963 2005-05-18 Jay Belanger <belanger@truman.edu>
9964
9965 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9966 in linear factors are in proper order.
9967
9968 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9969
9970 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9971 Support for jurabib.
9972
9973 * textmodes/reftex.el (featurep): Define aliases for overlay
9974 commands, for XEmacs compatibility, and use these aliases in
9975 overlay initializations.
9976 (reftex-highlight): Use `reftex-move-overlay'.
9977 (reftex-unhighlight): Use `reftex-delete-overlay'.
9978 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
9979 (reftex-access-search-path): Use `reftex-uniquify' instead of
9980 `reftex-uniq'
9981
9982 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9983 `before-string' property modification enables for Emacs as well.
9984 (reftex-select-item): Use `reftex-delete-overlay'.
9985 (reftex-select-mark): Use `reftex-make-overlay' and
9986 `reftex-overlay-put'.
9987 (reftex-select-unmark): Use `reftex-delete-overlay' and
9988 `reftex-overlay-put'.
9989
9990 2005-05-18 Lute Kamstra <lute@gnu.org>
9991
9992 * emacs-lisp/lisp.el (check-parens): Fix docstring.
9993
9994 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
9995
9996 * add-log.el (add-change-log-entry):
9997 * array.el (array-make-template, array-reconfigure-rows)
9998 (array-init-max-row, array-init-max-column)
9999 (array-init-columns-per-line, array-init-field-width):
10000 * replace.el (replace-match-maybe-edit, perform-replace):
10001 * textmodes/spell.el (spell-region):
10002 Replace `read-input' by `read-string'.
10003
10004 * forms.el (forms-mode):
10005 * finder.el (finder-compile-keywords):
10006 * shadowfile.el (shadow-read-files):
10007 Replace `eval-current-buffer' by `eval-buffer'.
10008
10009 * terminal.el (te-pass-through):
10010 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10011 (ange-ftp-raw-send-cmd):
10012 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10013 (send-process-next-char, telnet-initial-filter, telnet):
10014 Replace `send-string' by `process-send-string'.
10015
10016 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10017 (prolog-consult-region): Replace `send-string' by
10018 `process-send-string'; replace `send-region' by `process-send-region'.
10019
10020 * progmodes/delphi.el (delphi-log-msg):
10021 Replace `set-window-dot' by `set-window-point'.
10022
10023 * subr.el (window-dot, set-window-dot, read-input, send-string)
10024 (send-region, show-buffer, eval-current-buffer):
10025 Make really obsolete, as the comment says.
10026
10027 2005-05-17 Kim F. Storm <storm@cua.dk>
10028
10029 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10030 (cua--init-keymaps): Bind C-return instead of S-return to set
10031 rectangle mark.
10032
10033 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10034 instead of S-return to toggle/clear rectangle mark.
10035
10036 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10037
10038 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10039 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10040 Also fontify plain strings assigned to variables, mostly so that a
10041 colon has a face and is thus not taken as a dependency separator.
10042 (makefile-previous-dependency): Inline the new matcher, because it
10043 is too complex to work in both directions.
10044 (makefile-match-dependency): Eliminate `backward' arg (see above).
10045 Completely reimplemented so as to not sometimes go into an endless
10046 loop. It should also be more efficient, because first it only
10047 searches for `:', instead of applying the very complex regexp.
10048 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10049 to be fontified in one piece can be too long for JIT.
10050 Makefiles are never *that* big.
10051
10052 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10053
10054 * dired.el (dired-mode): Simplify.
10055
10056 2005-05-17 Lute Kamstra <lute@gnu.org>
10057
10058 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10059 defcustom for the mode hook variable.
10060
10061 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10062 Emacs Lisp Reference Manual.
10063
10064 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10065
10066 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10067 (evenp, list*):
10068 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10069 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10070
10071 * net/tramp-smb.el (tramp-smb-open-connection):
10072 Pass `tramp-chunksize' as fifth (required) argument.
10073
10074 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10075
10076 * font-lock.el (lisp-font-lock-keywords-1):
10077 Set `font-lock-negation-char-face' for [^...] char group.
10078 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10079
10080 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10081 a var, and refine it to mask one more level of nested vars.
10082 (makefile-rule-action-regex): Turn it into a var, and refine it so
10083 it recognizes backslashed continuation lines as belonging to the
10084 same command.
10085 (makefile-macroassign-regex): Refine it so it recognizes
10086 backslashed continuation lines as belonging to the same command.
10087 (makefile-var-use-regex): Don't look at the next char, because it
10088 might be the same one to be skipped by the initial [^$], leading
10089 to an overlooked variable use.
10090 (makefile-make-font-lock-keywords): Remove two parameters, which
10091 are now variables that some of the modes set locally.
10092 Handle dependency and rule action matching through functions, because
10093 regexps alone match too often. Dependency matching now comes
10094 last, so it can check, whether a colon already matched something else.
10095 (makefile-mode): Inform that font-lock improves makefile parsing
10096 capabilities.
10097 (makefile-match-dependency, makefile-match-action): New functions.
10098
10099 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10100
10101 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10102
10103 * align.el (align-regexp):
10104 * ansi-color.el (ansi-color-get-face):
10105 * array.el (array-reconfigure-rows, array-init-max-row)
10106 (array-init-max-column, array-init-columns-per-line)
10107 (array-init-field-width):
10108 * dired-aux.el (dired-trample-file-versions):
10109 * dired-x.el (dired-mark-sexp):
10110 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10111 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10112 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10113 * faces.el (face-read-integer):
10114 * files.el (backup-extract-version, insert-directory):
10115 * hexl.el (hexl-insert-decimal-char):
10116 * server.el (server-process-filter):
10117 * shell.el (shell-extract-num):
10118 * startup.el (command-line-1):
10119 * term.el (term-command-hook):
10120 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10121 (time-stamp-do-number):
10122 * time.el (display-time-update):
10123 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10124 (timezone-fix-time):
10125 * vms-patch.el (vms-suspend-resume-hook):
10126 * calendar/appt.el (appt-convert-time):
10127 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10128 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10129 * calendar/cal-islam.el (mark-islamic-diary-entries):
10130 * calendar/calendar.el (calendar-cursor-to-date)
10131 (calendar-star-date):
10132 * calendar/diary-lib.el (diary-attrtype-convert)
10133 (mark-diary-entries, diary-entry-time):
10134 * calendar/solar.el (solar-get-number):
10135 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10136 * emacs-lisp/re-builder.el (reb-display-subexp):
10137 * emulation/edt.el (edt-set-scroll-margins):
10138 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10139 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10140 (vip-get-ex-count):
10141 * emulation/viper-ex.el (viper-get-ex-token)
10142 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10143 * international/fontset.el (fontset-plain-name):
10144 * mail/feedmail.el (feedmail-look-at-queue-directory):
10145 * mail/mailalias.el (mail-get-names):
10146 * mail/rmail.el (rmail-convert-to-babyl-format):
10147 * mail/rmailsum.el (rmail-make-basic-summary-line)
10148 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10149 (rmail-summary-goto-msg):
10150 * mail/smtpmail.el (smtpmail-read-response):
10151 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10152 (ange-ftp-vms-add-file-entry):
10153 * play/gametree.el (gametree-looking-at-ply)
10154 (gametree-current-branch-score):
10155 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10156 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10157 * progmodes/cperl-mode.el (condition-case):
10158 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10159 (ebrowse-set-member-buffer-column-width)
10160 (ebrowse-select-1st-to-9nth):
10161 * progmodes/etags.el (etags-snarf-tag):
10162 * progmodes/flymake.el (flymake-parse-line):
10163 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10164 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10165 (idlwave-shell-menu-def):
10166 * progmodes/ps-mode.el (ps-run-goto-error):
10167 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10168 (vhdl-speedbar-contract-level):
10169 * term/mac-win.el (x-handle-numeric-switch):
10170 * term/sun-mouse.el (sun-get-frame-data):
10171 * term/w32-win.el (x-handle-numeric-switch):
10172 * term/x-win.el (x-handle-numeric-switch):
10173 * textmodes/ispell.el (ispell-parse-output):
10174 * textmodes/nroff-mode.el (nroff-outline-level):
10175 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10176 (reftex-bib-sort-year-reverse, reftex-format-citation):
10177 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10178 (reftex-section-number):
10179 * textmodes/texinfmt.el (texinfo-paragraphindent):
10180 Replace `string-to-int' by `string-to-number'.
10181
10182 * international/latexenc.el: Add page marker to force the "Local
10183 Variables:" string out of the last page.
10184
10185 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10186
10187 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10188 tooltip-change-major-mode.
10189 (gud-tooltip-print-command): Remove case where gud-minor-mode
10190 is gdb ("--fullname").
10191 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10192 explain to user.
10193
10194 2005-05-16 Jay Belanger <belanger@truman.edu>
10195
10196 * calc/calc-store.el (calc-copy-special-constant): New function.
10197
10198 * calc/calc-ext.el (calc-init-extensions): Add binding for
10199 `calc-copy-special-constant'.
10200
10201 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10202 for the `calc-copy-special-constant' command.
10203
10204 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10205
10206 * subr.el (left-fringe-p): New function.
10207
10208 * progmodes/compile.el (compilation-setup): Set local value of
10209 overlay-arrow-string to "" always.
10210 (compilation-set-window): Left fringe then don't scroll.
10211 No left fringe then no arrow and scroll message to top.
10212 (compilation-context-lines): Adjust doc string accordingly.
10213
10214 2005-05-16 Kim F. Storm <storm@cua.dk>
10215
10216 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10217 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10218 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10219 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10220 (ido-read-file-name): Handle commands with ido property value
10221 equal to find-file as reading a file name, to allow C-d to enter dired.
10222 (ibuffer-find-file): Add ido property with value find-file.
10223
10224 2005-05-15 Kim F. Storm <storm@cua.dk>
10225
10226 * subr.el (open-network-stream-nowait): Remove.
10227 (open-network-stream-server): Remove.
10228
10229 2005-05-15 Richard M. Stallman <rms@gnu.org>
10230
10231 * faces.el (describe-face): Output a definition link button.
10232
10233 * help-mode.el (help-face-def): New button type.
10234
10235 * emacs-lisp/copyright.el (copyright-fix-years):
10236 Match properly if the first year is 2-digit.
10237 Don't mess up the whitespace after the years by filling.
10238
10239 * dired-aux.el (dired-mark-confirm):
10240 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10241
10242 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10243 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10244 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10245
10246 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10247 Set font-lock-comment-start-skip.
10248
10249 * font-lock.el (font-lock-comment-start-skip): New variable.
10250 (font-lock-comment-end-skip): New variable.
10251 (font-lock-fontify-syntactically-region): Use them if non-nil.
10252
10253 2005-05-15 Jay Belanger <belanger@truman.edu>
10254
10255 * calc/calc-store.el (calc-store-value): Return a string rather
10256 than display it as a message.
10257 Use calc-var-name for variable name.
10258 (calc-store-into): Add the result of calc-store-value to message.
10259 (calc-copy-variable): Add a message.
10260 (calc-store-exchange): Improve error messages.
10261 (calc-store-binary, calc-store-map): Don't reset the values of
10262 special constants.
10263
10264 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10265
10266 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10267 manual to docstring.
10268
10269 * files.el (hack-local-variables-confirm): Add STRING argument.
10270 Make the function handle non file visiting buffers correctly.
10271 (hack-local-variables-prop-line, hack-local-variables)
10272 (hack-one-local-variable): Use STRING arg of
10273 `hack-local-variables-confirm'.
10274
10275 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10276
10277 Sync with Tramp 2.0.49.
10278
10279 * net/tramp.el (tramp-handle-dired-call-process)
10280 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10281 because the contents of the Tramp buffer is changed before
10282 insertion (`expand-file' and alike).
10283 (tramp-handle-insert-directory): If `localname' has an empty
10284 nondirectory name, it must not be quoted.
10285 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10286 variable `tramp-chunksize'. Change callees.
10287 (tramp-open-connection-setup-interactive-shell): Check remote host
10288 for buggy `send-process-string' implementation.
10289 Set `tramp-chunksize' if found. Reported by Michael Kifer
10290 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10291 (tramp-handle-shell-command): `insert-buffer' cannot be used
10292 because the contents of the Tramp buffer is changed before
10293 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10294 <frederic.bothamy@free.fr>.
10295 (tramp-set-auto-save): Actions should be done for Tramp file name
10296 handler only. Ange-FTP has its own auto-save mechanism.
10297 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10298 (tramp-set-auto-save-file-modes): Set file modes of
10299 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10300 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10301 (tramp-bug): Remove obsolete variable.
10302 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10303 for presence of `mml-mode'. Make it running for older Emacsen as well.
10304
10305 2005-05-14 John Paul Wallington <jpw@pobox.com>
10306
10307 * ibuf-ext.el (define-ibuffer-filter filename):
10308 If `dired-directory' is a list, use its car.
10309
10310 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10311
10312 * ibuffer.el (define-ibuffer-column filename):
10313 If `dired-directory' is a list, use its car.
10314
10315 2005-05-14 Richard M. Stallman <rms@gnu.org>
10316
10317 * subr.el (symbol-file): Doc fix.
10318
10319 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10320 (byte-compile-form): Call byte-compile-nogroup-warn.
10321 (byte-compile-warning-types): Doc fix.
10322
10323 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10324
10325 * progmodes/cc-engine.el (c-literal-faces):
10326 Add font-lock-comment-delimiter-face.
10327
10328 * net/net-utils.el (dig): Use with-no-warnings.
10329
10330 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10331 (sc-recite-frame-alist, sc-default-cite-frame)
10332 (sc-default-uncite-frame, sc-default-recite-frame)
10333 (sc-attrib-selection-list, sc-rewrite-header-list):
10334 Mark as risky-local-variable.
10335
10336 * international/ogonek.el (ogonek-jak, ogonek-how):
10337 Don't use beginning-of-buffer.
10338
10339 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10340
10341 * calendar/solar.el (solar-data-list): Move definition up.
10342
10343 * dnd.el (dnd-protocol-alist): Add autoload.
10344
10345 * progmodes/sh-script.el: Many doc usage fixes.
10346 (sh-indent-after-do): Change default to match common styles.
10347
10348 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10349
10350 * files.el (interpreter-mode-alist)
10351 (auto-mode-interpreter-regexp): Doc fixes.
10352
10353 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10354
10355 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10356
10357 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10358
10359 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10360
10361 * dired.el (dired-mode): make-variable-buffer-local =>
10362 make-local-variable.
10363
10364 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10365
10366 * term/mac-win.el (mac-select-convert-to-string): Try coding
10367 systems in mac-script-code-coding-systems if specified one cannot
10368 encode string for `com.apple.traditional-mac-plain-text'.
10369
10370 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10371
10372 * progmodes/make-mode.el (makefile-targets-face)
10373 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10374 (makefile-dependency-regex): Fix it to not make the colon in
10375 $(var:a=b) special.
10376 (makefile-rule-action-regex): New regexp for highlighting embedded
10377 Shell strings.
10378 (makefile-macroassign-regex): Handle != for highlighting as
10379 embedded Shell strings.
10380 (makefile-var-use-regex): New const.
10381 (makefile-statements, makefile-automake-statements)
10382 (makefile-gmake-statements, makefile-makepp-statements)
10383 (makefile-bsdmake-statements): New consts.
10384 (makefile-make-font-lock-keywords): New function.
10385 (makefile-automake-font-lock-keywords)
10386 (makefile-gmake-font-lock-keywords)
10387 (makefile-makepp-font-lock-keywords)
10388 (makefile-bsdmake-font-lock-keywords): New consts.
10389 (makefile-mode-map): Add switchers between the various submodes.
10390 (makefile-mode): Document the availability of the variants.
10391 (makefile-automake-mode, makefile-gmake-mode)
10392 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10393
10394 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10395 new variants of makefile-mode.
10396
10397 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10400 the inheritance.
10401
10402 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10403
10404 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10405 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10406
10407 * files.el (normal-mode): Extend the scope of the
10408 `enable-local-variables' binding to include the `set-auto-mode' call.
10409 (magic-mode-alist): Doc fix.
10410
10411 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10414 font-lock-comment-face rather than copying its setting.
10415
10416 2005-05-12 Andreas Schwab <schwab@suse.de>
10417
10418 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10419
10420 2005-05-12 Lute Kamstra <lute@gnu.org>
10421
10422 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10423 defcustom for the mode hook variable. Delete the last argument.
10424 * generic-x.el: Fix callers of define-generic-mode.
10425 (generic-x-modes): Delete group.
10426 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10427 generic-x customization group.
10428
10429 2005-05-12 Kim F. Storm <storm@cua.dk>
10430
10431 * font-lock.el (font-lock-negation-char-face): Default to "off".
10432
10433 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10434 font-lock-negation-char-face to ! in !=.
10435
10436 2005-05-12 Masatake YAMATO <jet@gyve.org>
10437
10438 * add-log.el (find-change-log): Fix typos in the docstring
10439 of function.
10440
10441 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10442
10443 * international/latexenc.el (latexenc-find-file-coding-system):
10444 Avoid `re-search-forward' when looking for input encoding because
10445 of speed and safety. Better regular expressions for recognizing
10446 input encoding. Limit a search for TeX-master/tex-main-file to
10447 the local variable section.
10448
10449 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10450
10451 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10452 syntax of $ to "'" (quote).
10453
10454 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10455
10456 * dnd.el (dnd-protocol-alist): Improve custom type.
10457
10458 * dired.el (dired-dnd-protocol-alist): New variable.
10459 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10460 `dired-mode-hook' to the end.
10461
10462 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10465 comment-end if comment-start-skip is not set.
10466 Obey the font-lock-comment-delimiter-face variables.
10467
10468 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * files.el (executable-find): Move from executable.el. Use
10471 locate-file.
10472 * progmodes/executable.el (executable-find): Move to files.el.
10473
10474 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10475 when trying to ensure forward progress.
10476
10477 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10478
10479 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10480 (mouse-select, mouse-select-internal, mouse-extend-internal):
10481 Use it to implement mouse-1-click-follows-link functionality.
10482
10483 2005-05-11 Richard M. Stallman <rms@gnu.org>
10484
10485 * font-lock.el (font-lock-fontify-syntactically-region):
10486 Use font-lock-comment-delimiter-face for comment delimiters.
10487
10488 2005-05-10 Jay Belanger <belanger@truman.edu>
10489
10490 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10491 preserving embedded modes.
10492
10493 2005-05-10 Richard M. Stallman <rms@gnu.org>
10494
10495 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10496
10497 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10498 Move from ada-stmt.el.
10499 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10500
10501 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10502 Move to ada-mode.el.
10503 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10504
10505 * cus-edit.el (custom-file): Call file-chase-links.
10506
10507 * files.el (read-directory-name): Fix previous change.
10508 (hack-local-variables-confirm): New function.
10509 (hack-local-variables-prop-line, hack-local-variables)
10510 (hack-one-local-variable): Use it.
10511
10512 2005-05-10 Lute Kamstra <lute@gnu.org>
10513
10514 * font-lock.el (font-lock-keywords-alist)
10515 (font-lock-removed-keywords-alist): Clarify docstrings.
10516
10517 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10518
10519 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10520 (gdb-source-info): Check for preprocessor info.
10521 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10522 a macro for a function.
10523 (gdb-info-breakpoints-custom): Try to find file again if not already
10524 found (user might have used GDB dir command).
10525 (gdb-get-location): Update gdb-location-alist correctly for change
10526 to gdb-info-breakpoints-custom.
10527
10528 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10529 (gud-tooltip-print-command): Add gdbmi case.
10530 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10531 preprocessor info.
10532
10533 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10534
10535 * startup.el (fancy-splash-insert): Fix typo in doc string.
10536
10537 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10538
10539 * obsolete/float.el (string-to-float):
10540 * obsolete/hilit19.el (hilit-add-pattern):
10541 * obsolete/rnews.el (news-parse-range, news-select-message)
10542 (news-get-pruned-list-of-files): Replace `string-to-int' by
10543 `string-to-number'.
10544
10545 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10546 `find-file-not-found-hooks'; use `add-hook'.
10547 (uncompress-while-visiting): Set `write-file-functions', not
10548 `write-file-hooks'; use `add-hook'.
10549
10550 2005-05-09 Kim F. Storm <storm@cua.dk>
10551
10552 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10553 (cua-paste): Handle clipboard action.
10554 (cua--init-keymaps): Remap clipboard-kill-region and
10555 clipboard-kill-ring-save.
10556
10557 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10558
10559 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10560 Improve commentary.
10561
10562 * simple.el (next-error-overlay-arrow-position): Revert the change
10563 made on 2005-04-30.
10564
10565 2005-05-07 Jay Belanger <belanger@truman.edu>
10566
10567 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10568 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10569 `calc-sel-reselect'.
10570
10571 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10572 Calc is in embedded mode.
10573
10574 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10575
10576 * progmodes/compile.el (compilation-setup):
10577 Set overlay-arrow-string to an empty string on text terminals.
10578
10579 * textmodes/ispell.el (ispell-program-name): Try looking for
10580 "aspell" along exec-path, and if found, use it as the default
10581 speller program.
10582
10583 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10584
10585 * international/mule.el (sgml-xml-auto-coding-function):
10586 Recognize encoding='FOO' in single quotes as well as in double quotes.
10587
10588 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10589
10590 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10591 as well as `interactive', so that defmacro* would recognize
10592 `declare' forms.
10593
10594 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10595
10596 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10597 Explain more about the LIGHTER arg's usage in the doc string.
10598 Add commentary to clarify what the code does. Fix the regexp that
10599 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10600 since it could have characters special to regular expressions.
10601
10602 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10603
10604 * replace.el (occur-1): Bind inhibit-read-only so that
10605 erase-buffer doesn't barf on read-only text properties (likewise
10606 for add-text-properties in occur-engine). Mark buffer as unmodified.
10607 (occur-engine): Don't set buffer-read-only here.
10608
10609 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10612 list-buffers-directory. This caused the *cvs-commit* buffer to be
10613 sometimes mistakenly reused as a *cvs* buffer.
10614
10615 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10616
10617 * tooltip.el: Move code for GUD tooltips into gud.el.
10618 (require): CL no longer needed to compile case.
10619 (tooltip-mode): Do not toggle functions for GUD tooltips.
10620 (tooltip-gud-tips-p): Remove. Replace with minor mode
10621 gud-tooltip-mode in gud.el.
10622 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10623 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10624 tooltip-gud prefix with gud-tooltip and obsolete.
10625 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10626 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10627 (tooltip-mouse-motion): Mouse movement functions/variable.
10628 Rename in gud.el by adding gud prefix.
10629 (tooltip-gud-original-filter, tooltip-gud-dereference)
10630 (tooltip-gud-event, tooltip-toggle-gud-tips)
10631 (tooltip-gud-process-output, tooltip-gud-print-command)
10632 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10633 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10634 (gdb-tooltip-print): Move to gdb-ui.el.
10635
10636 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10637 (require): CL needed to compile case.
10638 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10639 tooltip-gud-tips-p. Make it a minor-mode.
10640 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10641 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10642 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10643 (gud-tooltip-change-major-mode)
10644 (gud-tooltip-activate-mouse-motions-if-enabled)
10645 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10646 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10647 (gud-tooltip-original-filter, gud-tooltip-dereference)
10648 (gud-tooltip-event, tooltip-toggle-gud-tips)
10649 (gud-tooltip-process-output, gud-tooltip-print-command)
10650 (gud-tooltip-tips): Move from tooltip.el.
10651
10652 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10653 (gdb-cpp-define-alist-flags): Doc fix.
10654 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10655 gud-tooltip-mode is t.
10656
10657 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10660 evaporate if their text is deleted.
10661 (goto-address-at-point): Make it work as a mouse binding as well.
10662 (goto-address-at-mouse): Obsolete it. Update users.
10663
10664 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10665
10666 * calendar/appt.el (top-level): No longer activate on load.
10667
10668 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10669
10670 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10671 * net/webjump.el (webjump):
10672 * progmodes/idlw-help.el (idlwave-do-context-help1)
10673 (idlwave-highlight-linked-completions):
10674 * textmodes/po.el (po-find-file-coding-system-guts):
10675 Replace `assoc-ignore-case' by `assoc-string'.
10676
10677 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10678
10679 * files.el (locate-file): Doc fix.
10680
10681 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10682 Remove the redundant test for ms-dos.
10683
10684 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10685 look for the preprocessor with exec-suffixes. If not found in
10686 standard places, look in exec-path. Remove most of the tests that
10687 used system-type.
10688
10689 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10690
10691 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10692
10693 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10694 file-name clash with jka-compr.el on 8+3 filesystems.
10695
10696 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10697
10698 * term/mac-win.el: Don't define or bind scroll bar functions if
10699 x-toolkit-scroll-bars is t.
10700 (x-select-text, x-get-selection-value): Clear
10701 x-last-selected-text-clipboard if x-select-enable-clipboard is
10702 nil.
10703 (PRIMARY): Put mac-scrap-name property.
10704 (mac-select-convert-to-file-url): New function.
10705 (public.file-url): New selection target type. Add to
10706 selection-converter-alist.
10707 (x-get-selection, x-selection-value): Handle it.
10708 (x-cut-buffer-or-selection-value): New alias.
10709
10710 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10711
10712 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10713 entry to avoid calling bibtex-find-entry with arg global
10714 being t. Remove arg key.
10715 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10716 (bibtex-copy-summary-as-kill): Change accordingly.
10717
10718 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10719
10720 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10721 (org-agenda-date-later): Use with-current-buffer.
10722
10723 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10724
10725 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10726 (define-obsolete-variable-alias): Doc Fixes.
10727
10728 2005-05-06 Kim F. Storm <storm@cua.dk>
10729
10730 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10731 vertical-motion when selective-display is active.
10732
10733 * ido.el (ido-setup-hook): New hook.
10734 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10735 (ido-input-stack): New var.
10736 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
10737 ido-next-work-file binding to M-O.
10738 Bind M-f to ido-wide-find-file-or-pop-dir.
10739 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10740 (ido-read-internal): Run ido-setup-hook.
10741 Catch quit in read-file-name and read-string to cancel edit.
10742 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10743 Automatically pop-all when completing a directory name (RET).
10744 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10745 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10746 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10747 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10748 New functions for M-b/M-f to move among the directory components.
10749 (ido-make-merged-file-list): Catch quit to cancel merge.
10750 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10751 (ido-completion-help): No warnings for ido-completion-buffer-full.
10752
10753 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10754
10755 * font-lock.el (font-lock-negation-char-face): New face and variable.
10756 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10757 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10758 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10759 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10760
10761 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
10762
10763 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10764 Fix typo in docstring.
10765
10766 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10767 (ebrowse-print-statistics-line)
10768 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10769
10770 * term/w32-win.el (image-library-alist): Add additional name for
10771 Xpm library.
10772
10773 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
10774
10775 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10776 use gcc instead of cpp.
10777
10778 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10779 (gdb-create-define-alist): Use it.
10780 (gdb-cpp-define-alist-program): Update for MS-DOS.
10781
10782 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
10783
10784 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10785
10786 2005-05-04 Richard M. Stallman <rms@gnu.org>
10787
10788 * help.el (describe-key): No error when UNTRANSLATED is nil.
10789
10790 * simple.el (line-move-1): Fix previous change to signal errors
10791 appropriately.
10792
10793 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
10794
10795 * calendar/icalendar.el (icalendar-version): Now at 0.12.
10796 (icalendar-duration-correction): Remove.
10797 (icalendar--get-event-properties): Split result at commas.
10798 (icalendar--decode-isoduration): New optional argument
10799 DURATION-CORRECTION.
10800 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10801 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10802 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10803 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10804 (icalendar--convert-anniversary-to-ical): New functions, extracted
10805 from icalendar-export-region, with bug fixes.
10806 (icalendar-export-region): Use the above functions.
10807 (icalendar-import-buffer): Check before saving diary file.
10808 (icalendar--convert-recurring-to-diary)
10809 (icalendar--convert-non-recurring-all-day-to-diary)
10810 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10811 extracted from icalendar--convert-ical-to-diary, with bug fixes.
10812 (icalendar--convert-ical-to-diary): Use the above functions.
10813
10814 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
10815
10816 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10817 Remove these recent additions.
10818 (c-mode): Restore to before 2005-04-28.
10819
10820 * progmodes/cc-vars.el (cc-define-list-program): Remove this
10821 recent addition.
10822
10823 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10824 (gdb-define-alist): New variables.
10825 (gdb-create-define-alist): New function.
10826 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10827 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10828 with string-to-number.
10829 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
10830
10831 * progmodes/gud.el: Replace string-to-int with string-to-number.
10832 (gud-find-file): Handle gdb-define-alist.
10833
10834 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10835
10836 2005-05-02 Jay Belanger <belanger@truman.edu>
10837
10838 * calc/calc-aent.el (math-read-token):
10839 * calc/calc-bin.el (calc-word-size):
10840 * calc/calc-ext.el (calc-read-number-fancy):
10841 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10842 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10843 * calc/calc-frac.el (calc-over-notation):
10844 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10845 (calc-graph-num-points, calc-graph-init):
10846 * calc/calc-prog.el (calc-read-parse-table-part)
10847 (calc-edit-macro-repeats):
10848 * calc/calc-yank.el (calc-do-grab-rectangle):
10849 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10850 Replace `string-to-int' by `string-to-number'.
10851
10852 2005-05-02 Kim F. Storm <storm@cua.dk>
10853
10854 * kmacro.el: Use executing-kbd-macro-index variable.
10855
10856 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
10857
10858 * net/rlogin.el (rlogin-parse-words): Delete func.
10859 (rlogin): Use split-string, not rlogin-parse-words.
10860 Also, if there are option-like elements in the parsed args,
10861 take the host to be the first arg immediately following them.
10862 Suggested by Michael Mauger.
10863
10864 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10865
10866 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10867
10868 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10869
10870 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10871 (cc-mode-cpp-program): Rename to cc-define-list-program and
10872 move to cc-vars.el.
10873
10874 * progmodes/cc-vars.el (cc-define-list-program):
10875 Change to "gcc -E -dM -". Make customizable.
10876
10877 2005-05-02 Kim F. Storm <storm@cua.dk>
10878
10879 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10880
10881 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10882
10883 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10884
10885 * international/mule-util.el (truncate-string): Remove alias and
10886 obsolete declaration.
10887
10888 * international/mule-cmds.el (update-iso-coding-systems):
10889 Remove alias and obsolete declaration.
10890
10891 * international/mule.el (coding-system-parent): Remove alias and
10892 obsolete declaration.
10893
10894 * subr.el (define-function, sref): Remove aliases and obsolete
10895 declarations.
10896 (chars-in-region): Remove obsolete declaration.
10897
10898 2005-05-01 Richard M. Stallman <rms@gnu.org>
10899
10900 * info.el (Info-mode): Set widen-automatically to nil, locally.
10901
10902 * simple.el (widen-automatically): New variable.
10903 (pop-global-mark): Obey widen-automatically.
10904
10905 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
10906
10907 * term/xterm.el (function-key-map): Call substitute-key-definition
10908 before the keymap size is increased by a lot of define-key calls.
10909
10910 2005-05-01 Richard M. Stallman <rms@gnu.org>
10911
10912 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10913 Rename ARG to ELEMENT. Doc fix.
10914
10915 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10916
10917 * allout.el (allout-exposure): Remove macro and obsolete declaration.
10918 Remove references to allout-exposure/change to allout-new-exposure.
10919
10920 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10921 bytecode symbols.
10922
10923 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10924 (compiled-function-p, focus-frame, unfocus-frame):
10925 Remove aliases and obsolete declarations.
10926 Back out inadvertent changes from previous commit.
10927
10928 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10929
10930 * files.el (require-final-newline): Make Custom tags consistent
10931 with mode-require-final-newline.
10932 (mode-require-final-newline): Doc fix.
10933
10934 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * international/latexenc.el (latexenc-find-file-coding-system):
10937 Fix regular expressions.
10938
10939 2005-05-01 David Kastrup <dak@gnu.org>
10940
10941 * international/latexenc.el (latexenc-find-file-coding-system):
10942 Fix regular expressions.
10943
10944 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10945
10946 * subr.el (string-to-int): Make obsolete.
10947
10948 2005-04-30 Richard M. Stallman <rms@gnu.org>
10949
10950 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10951
10952 * loadup.el: load jka-comp-hook.
10953
10954 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10955 (jka-compr-handler): Add autoload. `put' calls moved
10956 to jka-comp-hook.el.
10957 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10958 (jka-compr-inhibit): Autoload.
10959
10960 * jka-comp-hook.el: New file.
10961 Enable the mode by default.
10962
10963 * files.el (backup-buffer-copy): Use copy-file instead
10964 of write-region, and put back the 'excl.
10965
10966 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
10967
10968 * progmodes/flymake.el (flymake-split-string)
10969 (flymake-split-string, flymake-log, flymake-pid-to-names)
10970 (flymake-reg-names, flymake-get-source-buffer-name)
10971 (flymake-unreg-names, flymake-add-line-err-info)
10972 (flymake-add-err-info): Clarify docstrings.
10973 (flymake-popup-menu, flymake-make-emacs-menu)
10974 (flymake-make-xemacs-menu): Add docstrings.
10975 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10976 Set variables directly throughout.
10977
10978 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
10979
10980 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10981 exists. Initialize cc-define-alist.
10982 (c-mode): Add cc-create-define-alist locally to after-save-hook.
10983 If there is no file (Macroexpansion) don't create an alist.
10984
10985 2005-04-29 Sam Steingold <sds@gnu.org>
10986
10987 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10988 (cc-create-define-alist): Use it instead of the hard-coded string.
10989
10990 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * international/mule-conf.el (file-coding-system-alist): Fix regexp
10993 for latexenc.
10994
10995 2005-04-29 Lute Kamstra <lute@gnu.org>
10996
10997 * emacs-lisp/generic.el: Improve commentary section.
10998 (define-generic-mode): Improve docstring.
10999
11000 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11001
11002 * textmodes/org.el (many places): Change to quiet the byte compiler.
11003 (org-prefix-format-compiled): New variable.
11004 (org-compile-prefix-format): New function.
11005 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11006 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11007 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11008 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11009 consistency with entries from `org-mode' files.
11010 (org-get-time-of-day): Fix bug with partial matches early in a line.
11011 (org-non-link-chars): New constant.
11012 (org-link-regexp): Respect `org-non-link-chars'.
11013 (org-agenda-day-view): Remove command.
11014 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11015 (org-follow-bbdb-link, org-store-link): Search also company field.
11016 (org-highlight-overlay): New variable.
11017 (org-highlight, org-unhighlight): New functions.
11018 (org-agenda-mode): Add pre-command-hook to remove highlight.
11019 (org-evaluate-time-range): Behavior depends upon whether time stamp
11020 contains a time or not.
11021 (org-show-subtree, org-show-entry): New functions.
11022 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11023
11024 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11025
11026 * comint.el (comint-output-filter-functions): Add autoload cookie.
11027
11028 2005-04-28 Kim F. Storm <storm@cua.dk>
11029
11030 * ido.el (ido-everywhere): Fix last change.
11031
11032 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11033
11034 * international/latexenc.el: New file.
11035 * international/mule-conf.el (file-coding-system-alist): For .tex,
11036 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11037
11038 2005-04-28 Lute Kamstra <lute@gnu.org>
11039
11040 * font-lock.el (font-lock-add-keywords)
11041 (font-lock-remove-keywords): Clarify docstring.
11042 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11043 Don't start docstrings with a `*'.
11044 (font-lock-update-removed-keyword-alist): Give it a docstring.
11045
11046 * generic-x.el: Update commentary section.
11047 Only require font-lock when compiling.
11048 Define all modes conditionally.
11049 Place all generic modes in the generic-x-modes customization group.
11050 (generic-x-modes): New customization group.
11051 (generic-default-modes, generic-mswindows-modes)
11052 (generic-unix-modes, generic-other-modes): New constants.
11053 (generic-define-mswindows-modes, generic-define-unix-modes):
11054 Update docstrings. Make them obsolete.
11055 (generic-extras-enable-list): New default value. Update docstring.
11056 Improve :type. Change :set function.
11057 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11058 Fix docstring.
11059
11060 * emacs-lisp/generic.el (generic-mode-internal):
11061 Simplify font-lock-defaults.
11062 (define-generic-mode): Fix docstring.
11063
11064 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11067 font-lock-face property to highlight matches.
11068
11069 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11070
11071 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11072 (cc-define-alist): New variable.
11073 (c-mode): Make it local and initialize it.
11074
11075 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11076 (gdb-exited): New function.
11077 (gdb-annotation-rules): Use it.
11078 (gdb-starting): Set gdb-active-process to t.
11079 (gdb-stopping): Amend doc string.
11080 (gdb-reset): Set gdb-active-process to nil.
11081
11082 * tooltip.el (tooltip-gud-tips): Show the associated #define
11083 directives when a C program under GDB is not executing.
11084
11085 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11088 font-lock-fontify-syntactic-keywords.
11089
11090 * font-lock.el (font-lock-default-fontify-region): Don't force
11091 parse-sexp-lookup-properties to nil.
11092
11093 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11094
11095 * man.el (man-mode-syntax-table): Set up `:' to have
11096 word-constituent syntax.
11097
11098 2005-04-27 Lute Kamstra <lute@gnu.org>
11099
11100 * novice.el (disable-command): Don't add spurious newlines to the
11101 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11102
11103 2005-04-26 Jay Belanger <belanger@truman.edu>
11104
11105 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11106 than one window before deleting window.
11107
11108 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11109
11110 * shell.el (shell-prompt-pattern): Doc fix.
11111 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11112
11113 * comint.el (comint-prompt-regexp, comint-get-old-input)
11114 (comint-use-prompt-regexp)
11115 (comint-use-prompt-regexp-instead-of-fields)
11116 (comint-replace-by-expanded-history, comint-send-input)
11117 (comint-output-filter, comint-get-old-input-default)
11118 (comint-line-beginning-position, comint-bol, comint-show-output)
11119 (comint-backward-matching-input, comint-forward-matching-input)
11120 (comint-next-prompt, comint-previous-prompt):
11121 Rename `comint-use-prompt-regexp-instead-of-fields' to
11122 `comint-use-prompt-regexp'. Keep old name as alias and declare
11123 obsolete.
11124 (comint-use-prompt-regexp): Shorten first line of doc string.
11125
11126 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11127 Set paragraph-separate buffer locally to "\\'".
11128
11129 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11130 Adapt to above name change.
11131
11132 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11133 (smbclient-prompt-regexp): Ditto.
11134
11135 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11136
11137 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11138
11139 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11140 gdb-location-list.
11141 Break lines that are over 80 characters wide.
11142
11143 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11144
11145 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11146 New fun and var, to preserve compatibility.
11147
11148 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11149
11150 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11151
11152 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11153 name to file-newer-than-file-p.
11154
11155 2005-04-26 Richard M. Stallman <rms@gnu.org>
11156
11157 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11158
11159 * progmodes/python.el (python-mode):
11160 Use new name eldoc-documentation-function.
11161
11162 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11163
11164 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11165 (eldoc-documentation-function):
11166 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11167
11168 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11169
11170 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11171
11172 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11173
11174 * term/xterm.el (function-key-map): Fix strings for
11175 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11176 {C,S,A,C-S}-{f1-f12}.
11177
11178 2005-04-26 Kenichi Handa <handa@m17n.org>
11179
11180 * international/mule-cmds.el (select-safe-coding-system):
11181 Fix previous change.
11182
11183 2005-04-26 Lute Kamstra <lute@gnu.org>
11184
11185 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11186
11187 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11188 (font-lock-comment-delimiter-face): Ditto.
11189
11190 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11191
11192 2005-04-25 Jay Belanger <belanger@truman.edu>
11193
11194 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11195 to t while inserting information; use help-mode.
11196
11197 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11198
11199 * term.el (ansi-term-color-vector): Use the xterm colors.
11200 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11201
11202 2005-04-25 Lute Kamstra <lute@gnu.org>
11203
11204 * font-core.el (font-lock-defaults): Fix docstring.
11205
11206 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11207
11208 2005-04-25 Kenichi Handa <handa@m17n.org>
11209
11210 * international/mule-cmds.el (select-safe-coding-system):
11211 Don't check consistency with coding: spec, etc if raw-text or
11212 no-conversion was found to be safe.
11213
11214 2005-04-24 Richard M. Stallman <rms@gnu.org>
11215
11216 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11217 citation markers at start of each line.
11218
11219 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11220 citation markers at start of each line.
11221
11222 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11223
11224 * files.el (mode-require-final-newline): Fix previous change.
11225 (require-final-newline): Fix type label.
11226
11227 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11228
11229 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11230 statement in buffer (broken by 2004-11-24 change).
11231
11232 2005-04-24 Kim F. Storm <storm@cua.dk>
11233
11234 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11235 and read-file-name-function values. Don't overwrite existing
11236 non-nil values if ido-mode is enabled without ido-everywhere.
11237
11238 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11239
11240 * files.el (mode-require-final-newline): Minor doc fix.
11241
11242 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11243
11244 * subr.el (syntax-after): Doc fix.
11245 (syntax-class): If argument is nil, return nil. Mask off upper 16
11246 bits, not 8 bits.
11247
11248 * files.el (mode-require-final-newline): Doc fix.
11249 (backup-buffer-copy): Fix last change.
11250
11251 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11252
11253 * term/mac-win.el: Require select. Set selection-coding-system to
11254 mac-system-coding-system. Call menu-bar-enable-clipboard.
11255 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11256 (x-select-enable-clipboard): New variables.
11257 (x-select-text, x-get-selection, x-selection-value)
11258 (x-get-selection-value, mac-select-convert-to-string)
11259 (mac-services-open-file, mac-services-open-selection)
11260 (mac-services-insert-text): New functions.
11261 (CLIPBOARD, FIND): Put mac-scrap-name property.
11262 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11263 (public.tiff): Put mac-ostype property.
11264 (selection-converter-alist): Add entries for them.
11265 (mac-application-menu-map): New keymap.
11266 (interprogram-cut-function, interprogram-paste-function): Set to
11267 x-select-text and x-get-selection-value, respectively.
11268 (split-window-keep-point): Set to t.
11269
11270 2005-04-23 Richard M. Stallman <rms@gnu.org>
11271
11272 * files.el (read-directory-name): Always pass non-nil
11273 DEFAULT-FILENAME arg to read-file-name.
11274 (backup-buffer-copy, basic-save-buffer-2): Take care against
11275 writing thru an unexpected existing symlink.
11276 (revert-buffer): In indirect buffer, revert the base buffer.
11277 (magic-mode-alist): Doc fix.
11278 (buffer-stale-function): Doc fix.
11279 (minibuffer-with-setup-hook): Avoid warning.
11280 (mode-require-final-newline): Doc and custom fix.
11281
11282 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11283
11284 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11285 use the default appearance.
11286 (font-lock-comment-delimiter-face): New face, new variable.
11287
11288 * imenu.el (imenu--generic-function): The official position of a
11289 definition is the start of the line that BEG is in.
11290
11291 * midnight.el (midnight-timer): Move defvar up.
11292
11293 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11294
11295 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11296
11297 * startup.el (command-line): Use with-no-warnings.
11298
11299 * window.el (window-size-fixed): New defvar.
11300
11301 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11302
11303 * mail/rmail.el (rmail-font-lock-keywords):
11304 Use font-lock-comment-delimiter-face.
11305
11306 * mail/sendmail.el (mail-font-lock-keywords):
11307 Use font-lock-comment-delimiter-face.
11308
11309 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11310
11311 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11312
11313 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11314 Specify t for LAXMATCH when matching directories.
11315 Save match data around compilation-compat-error-properties form.
11316
11317 2005-04-23 David Kastrup <dak@gnu.org>
11318
11319 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11320 Mention that the autoloaded aliases should be kept for AUCTeX.
11321
11322 2005-04-23 Andreas Schwab <schwab@suse.de>
11323
11324 * isearch.el (isearch-forward): Doc fix.
11325
11326 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11327
11328 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11329 (jit-lock-stealth-nice): Change default value to 0.5.
11330
11331 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11332
11333 * abbrev.el (write-abbrev-file): Write table entries in
11334 alphabetical order by table name.
11335
11336 2005-04-22 Kim F. Storm <storm@cua.dk>
11337
11338 * ido.el (ido-read-internal): Fix `list' completion.
11339
11340 2005-04-22 Kenichi Handa <handa@m17n.org>
11341
11342 * recentf.el (recentf-save-file-coding-system): New variable.
11343 (recentf-save-list): Encode the file by
11344 recentf-save-file-coding-system and add coding: tag.
11345
11346 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11347
11348 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11349
11350 2005-04-21 Lute Kamstra <lute@gnu.org>
11351
11352 * loadhist.el (unload-feature): Don't remove a function from hooks
11353 if it is about to be restored to an autoload . Remove functions
11354 that will become unbound from auto-mode-alist. Simplify the code.
11355
11356 * subr.el (assq-delete-all): New implementation that is linear,
11357 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11358 (rassq-delete-all): New function.
11359
11360 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11361 Add size-indication-mode.
11362
11363 2005-04-21 Kenichi Handa <handa@m17n.org>
11364
11365 * international/mule-cmds.el: Add autoload for widget-value in
11366 eval-when-compile.
11367
11368 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11369
11370 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11371 Add tooltip-mode.
11372
11373 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11374
11375 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11376
11377 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11378 (inferior-lisp-filter-regexp, inferior-lisp-program)
11379 (inferior-lisp-load-command, inferior-lisp-prompt)
11380 (inferior-lisp-mode-hook, lisp-source-modes)
11381 (inferior-lisp-load-hook): defvar->defcustom.
11382 (inferior-lisp-program, inferior-lisp-prompt)
11383 (inferior-lisp-load-hook): Doc fixes.
11384 (inferior-lisp-install-letter-bindings): Small change in
11385 introductory comment.
11386
11387 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11388
11389 * vc.el (vc-annotate-color-map): Change some colors so that text
11390 using them as foreground is readable on both white and black
11391 backgrounds.
11392
11393 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * international/mule-conf.el (translation-table-for-input):
11396 Remove redundant declaration.
11397
11398 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11399
11400 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11401
11402 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11403 (tooltip-toggle-gud-tips): New function.
11404
11405 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11406
11407 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11408 right angle brackets.
11409
11410 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11411
11412 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11413
11414 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11415
11416 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11417 Remove. Update callers to use expand-file-name instead.
11418
11419 * subr.el (syntax-class): New function.
11420
11421 * simple.el (blink-matching-open): Use it.
11422
11423 * paren.el (show-paren-function): Use it to recognize parens that are
11424 also used in 2-char comment markers.
11425
11426 2005-04-19 Lute Kamstra <lute@gnu.org>
11427
11428 * loadhist.el (unload-feature): Update for new format of
11429 load-history. Simplify the code.
11430
11431 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11432
11433 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11434 (mac-add-charset-info): New function. Initialize variable
11435 mac-charset-info-alist using it.
11436 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11437 for translation.
11438 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11439 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11440 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11441 New CCL programs.
11442
11443 2005-04-19 Kim F. Storm <storm@cua.dk>
11444
11445 * simple.el (next-buffer, prev-buffer, next-error)
11446 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11447 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11448
11449 * bindings.el (next-buffer, prev-buffer, next-error)
11450 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11451 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11452 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11453 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11454
11455 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11456
11457 * isearch.el (isearch-edit-string): Make the search-ring available for
11458 minibuffer history commands.
11459 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11460 the default history commands now work just as well.
11461 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11462
11463 2005-04-18 Kim F. Storm <storm@cua.dk>
11464
11465 * emulation/cua-base.el (cua--pre-command-handler): Add more
11466 elaborate check for shift modifier on non-window systems.
11467
11468 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11469
11470 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11471
11472 2005-04-18 Kim F. Storm <storm@cua.dk>
11473
11474 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11475 and make it optional. Don't test tooltip-gud-echo-area here.
11476 (tooltip-gud-process-output, gdb-tooltip-print):
11477 Pass tooltip-gud-echo-area to tooltip-show.
11478 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11479
11480 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11481
11482 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11483 `display-graphic-p' may not be bound yet.
11484
11485 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * startup.el (command-line): No longer enable Xterm Mouse mode by
11488 default in terminals compatible with xterm.
11489
11490 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11491
11492 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11493
11494 * tooltip.el (tooltip-gud-echo-area): Rename from
11495 tooltip-use-echo-area.
11496 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11497 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11498 area independently of where help tooltips are displayed.
11499
11500 2005-04-17 David Kastrup <dak@gnu.org>
11501
11502 * cus-theme.el (custom-theme-write-variables): Quote variables
11503 where necessary.
11504
11505 2005-04-17 Richard M. Stallman <rms@gnu.org>
11506
11507 * simple.el (yank-excluded-properties): Add follow-link to value.
11508
11509 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11510
11511 * startup.el (fancy-splash-max-time): Just 30 seconds.
11512 (fancy-splash-delay): Just 7.
11513 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11514
11515 * loadhist.el (unload-feature): Update for new format of load-history.
11516 Simplify the code.
11517
11518 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11519 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11520
11521 * mail/sendmail.el (mail-font-lock-keywords):
11522 Don't fontify subject text.
11523 Don't fontify the text of a citation.
11524
11525 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11526
11527 * comint.el (comint-output-filter): Run comint-output-filter-functions
11528 with point where the user had it.
11529
11530 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * international/ucs-tables.el (ucs-set-table-for-input):
11533 Disable when using unify-on-decoding.
11534
11535 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11536
11537 * emulation/cua-base.el (cua-global-mark-face): Add special case
11538 for displays supporting a high number of colors.
11539
11540 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11541
11542 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11543
11544 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11545
11546 * filesets.el (filesets-add-buffer): If user supplies a name of a
11547 non-existing fileset, create a new fileset.
11548
11549 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11550
11551 * textmodes/org.el (org-up-heading-all): Fix bug with
11552 `outline-up-heading-all'.
11553
11554 2005-04-16 Andreas Schwab <schwab@suse.de>
11555
11556 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11557 /etc/permissions.d/* and /etc/aliases.d/*.
11558
11559 2005-04-16 Kenichi Handa <handa@m17n.org>
11560
11561 * international/code-pages.el (cp-make-coding-system):
11562 Set `translation-table-for-input' property value to the symbol
11563 ucs-mule-to-mule-unicode, not to that value.
11564 (pt154): Escape guillemet by `\'.
11565
11566 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11567
11568 * loadup.el: Load tooltip if x-show-tip is fboundp.
11569
11570 * startup.el (command-line): Add comment.
11571
11572 * tooltip.el (tooltip-mode): Specify correct standard value for
11573 Custom in init-value.
11574
11575 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11576
11577 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11578 possible.
11579
11580 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11581
11582 * textmodes/org.el (org-agenda-date-prompt): Rename from
11583 `org-agenda-date-today'.
11584 (org-evaluate-time-range): Insert at point instead of directly
11585 after time range.
11586 (org-first-headline-recenter, org-subtree-end-visible-p)
11587 (org-optimize-window-after-visibility-change): New functions
11588 (org-agenda-post-command-hook): Don't allow point at end of line,
11589 to make sure it always hits the text properties.
11590 (org-agenda-next-date-line, org-agenda-previous-date-line):
11591 New commands.
11592 (org-set-regexps-and-options): Category may contain white space.
11593 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11594 Improve marker positions.
11595 (org-agenda-new-marker): Argument POS made optional.
11596 (org-agenda-get-timestamps): Deadlines which are done are listed
11597 in org-done-face now.
11598 (org-agenda-get-todos, org-agenda-get-timestamps)
11599 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11600 Set `undone-face' and `done-face' properties.
11601 (org-last-todo-state-is-todo): New variable.
11602 (org-todo): Set `org-last-todo-state-is-todo'.
11603 (org-agenda-todo): Change face according to
11604 `org-last-todo-state-is-todo'. And change other lines referring to
11605 the same entry.
11606 (org-calendar-goto-agenda): New command.
11607 (org-calendar-to-agenda-key): New option.
11608 (org-startup-folded): New allowed value `content'.
11609 (org-set-regexps-and-options): Accept new value `content' for
11610 `org-startup-folded'.
11611 (org-get-current-options): Handle new value `content' for
11612 `org-startup-folded'.
11613 (org-insert-todo-heading): New command.
11614 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11615 interactively in empty file and option
11616 `org-insert-mode-line-in-empty-file' has been set.
11617 (org-agenda-todo,org-agenda-priority): Modify to use
11618 `org-agenda-change-all-lines'.
11619 (org-warning-face): Change color on dark background
11620
11621 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11622
11623 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11624 use preferences AppleLocale and AppleLanguages, and variable
11625 mac-system-locale for default locale. On Mac OS Classic, use
11626 mac-system-coding-system for default coding systems.
11627
11628 * term/mac-win.el: Don't set file-name-coding-system.
11629 Decode variables system-name, emacs-build-system, user-login-name, and
11630 user-full-name by mac-system-coding-system on Mac OS Classic.
11631 (mac-system-coding-system): New variable.
11632
11633 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11634
11635 * startup.el (command-line): Handle `xterm-mouse-mode' before
11636 reading init file.
11637
11638 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11639
11640 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11641
11642 * progmodes/sh-script.el (sh-here-document-word): Make it a
11643 defcustom. Doc fix.
11644 (sh-add): Bash uses $(( )) for arithmetic.
11645 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11646 (sh-maybe-here-document): Remove quotes and leading whitespace
11647 from heredoc word when closing. Indent heredoc with tabs if word
11648 starts with "-".
11649
11650 2005-04-13 Richard M. Stallman <rms@gnu.org>
11651
11652 * simple.el (undo): Fix previous change.
11653
11654 * custom.el (defface): Doc fix.
11655
11656 2005-04-13 Lute Kamstra <lute@gnu.org>
11657
11658 * Makefile.in (DONTCOMPILE): Remove list.
11659 (compile, compile-always): Don't use DONTCOMPILE.
11660 (update-authors): Load the library in which batch-update-authors
11661 is defined.
11662 * makefile.w32-in (DONTCOMPILE): Remove list.
11663 (compile, compile-always): Fix comments.
11664 (update-authors): Load the library in which batch-update-authors
11665 is defined.
11666
11667 * generic-x.el (generic-mode-ini-file-find-file-hook):
11668 Rename to ini-generic-mode-find-file-hook.
11669 Keep generic-mode-ini-file-find-file-hook as an alias.
11670 (ini-generic-mode-find-file-hook): Rename from
11671 generic-mode-ini-file-find-file-hook. Fix docstring.
11672 (ini-generic-mode): Docstring change.
11673 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11674
11675 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11676 called from lisp.
11677
11678 * generic.el: Move to the emacs-lisp subdir.
11679
11680 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11681
11682 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11683 and C-S- function and cursor motion keys.
11684
11685 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11686
11687 * startup.el (command-line): Enable Xterm Mouse mode by default.
11688 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11689 for Custom. No longer show "Mouse" in mode line when enabled.
11690 Doc fix.
11691
11692 2005-04-12 Kim F. Storm <storm@cua.dk>
11693
11694 * emulation/cua-base.el (cua-rectangle-face)
11695 (cua-rectangle-noselect-face): Define face attributes here.
11696
11697 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11698
11699 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11700
11701 * startup.el (command-line): Turn off blinking cursor if
11702 cursorBlink in resources is off or false.
11703
11704 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11705
11706 * term/mac-win.el (dnd): Require dnd.
11707 (mac-drag-n-drop): Call dnd-handle-one-url.
11708 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11709 (kTextEncodingISOLatin2): Remove constants.
11710 (mac-script-code-coding-systems): New constant.
11711 (mac-handle-language-change): New function.
11712 (special-event-map): Bind it to `language-change' event.
11713 (mac-centraleurroman, mac-cyrillic): New coding systems.
11714 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11715 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11716 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11717 encode-mac-cyrillic, respectively.
11718
11719 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11720
11721 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11722 Don't set overlay-arrow-string to "=>" as this is done
11723 globally in C now.
11724
11725 2005-04-12 Lute Kamstra <lute@gnu.org>
11726
11727 * generic-x.el (rc-generic-mode, rul-generic-mode):
11728 Fix auto-mode-alist entries.
11729 (etc-fstab-generic-mode): Tweak fontification.
11730
11731 * generic.el (generic-make-keywords-list): Fix docstring.
11732 (generic-mode-internal): Simplify generic-font-lock-keywords.
11733
11734 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11735
11736 * whitespace.el (whitespace-buffer-leading)
11737 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11738 However, fix the highlight area for the leading and
11739 trailing whitespaces to show space.
11740
11741 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11742
11743 * whitespace.el (whitespace-version): Bump to 3.5
11744
11745 (whitespace-buffer-leading, whitespace-buffer-trailing):
11746 Invert sense of the test to highlight the whitespace.
11747
11748 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11749
11750 * progmodes/gud.el (gud-display-line): GUD uses its own
11751 overlay arrow now so don't set overlay-arrow-string.
11752 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11753
11754 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11755
11756 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11757 (term-ansi-current-reverse, term-ansi-current-invisible)
11758 (term-ansi-face-already-done): Change to boolean.
11759 (term-reset-terminal, term-handle-colors-array): Handle the above
11760 vars accordingly.
11761 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11762 (term-emulate-terminal): Use the new name.
11763
11764 * faces.el (secondary-selection): Use yellow1, not yellow.
11765 (trailing-whitespace): Use red1, not red.
11766
11767 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11768
11769 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11770 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11771 (dired-dnd-handle-file): Call dnd-get-local-file-uri
11772
11773 * cus-edit.el (dnd): New group.
11774
11775 * term/w32-win.el (dnd): Require dnd
11776 (w32-drag-n-drop): Call dnd-handle-one-url.
11777
11778 * x-dnd.el: Require dnd.
11779 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11780 Call dnd-handle-one-url.
11781 (x-dnd-types-alist, x-dnd-insert-utf8-text)
11782 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11783 to dnd-insert-text.
11784 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11785 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11786 (x-dnd-get-local-file-name, x-dnd-open-local-file)
11787 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11788
11789 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11790
11791 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11792
11793 * wdired.el: Doc fixes.
11794 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11795 (wdired-use-dired-vertical-movement): Rename from
11796 wdired-always-move-to-filename-beginning.
11797 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11798 (wdired-change-to-wdired-mode): Change mode name.
11799 (wdired-newline): Delete.
11800
11801 2005-04-11 Richard M. Stallman <rms@gnu.org>
11802
11803 * whitespace.el (whitespace-highlight-the-space):
11804 Don't call whitespace-unhighlight-the-space here.
11805
11806 * simple.el (undo): Record t in undo-equiv-table
11807 for the redo record made by an undo-in-region.
11808
11809 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11810
11811 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11812 (gdb-frame-inferior-io-buffer): New Functions to control
11813 display of separate IO buffer.
11814 (menu): Add them to menu-bar.
11815 (gdb-display-buffer): Check for buffer another frame.
11816 Protect GUD buffer.
11817 (gdb-setup-windows): Create IO buffer if not already there.
11818 (gdb-memory-mode): Remove purecopy noops.
11819
11820 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11821
11822 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11823 and pass to self-insert-command.
11824
11825 2005-04-11 Lute Kamstra <lute@gnu.org>
11826
11827 * generic.el: Commentary section cleanup.
11828 (generic): Delete.
11829 (generic-use-find-file-hook, generic-lines-to-scan)
11830 (generic-find-file-regexp, generic-ignore-files-regexp)
11831 (default-generic-mode, generic-mode-find-file-hook)
11832 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11833 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
11834 (generic-use-find-file-hook, generic-lines-to-scan)
11835 (generic-find-file-regexp, generic-ignore-files-regexp)
11836 (default-generic-mode, generic-mode-find-file-hook)
11837 (generic-mode-ini-file-find-file-hook): Move from generic.el.
11838
11839 2005-04-10 Karl Fogel <kfogel@red-bean.com>
11840
11841 * bookmark.el (bookmark-write-file): Catch errors writing file.
11842 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11843
11844 2005-04-10 Richard M. Stallman <rms@gnu.org>
11845
11846 * startup.el (fancy-splash-tail): Update copyright year.
11847 (command-line): Split part of -Q into -D.
11848 (emacs-basic-display): New defvar.
11849 (fancy-splash-text): Correct name of menu item.
11850
11851 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11852
11853 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11854 lines in one node.
11855
11856 * comint.el (comint-send-input): New arg ARTIFICIAL.
11857 Callers in this file changed.
11858
11859 * abbrev.el (define-abbrevs): Read system abbrevs properly.
11860
11861 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11862
11863 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
11864
11865 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
11866 `ldap-search-internal'.
11867
11868 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * files.el (set-auto-mode-1): Use line-end-position.
11871
11872 * international/latin-1.el:
11873 * international/latin-2.el:
11874 * international/latin-3.el:
11875 * international/latin-4.el:
11876 * international/latin-5.el:
11877 * international/latin-8.el:
11878 * international/latin-9.el: Give punctuation syntax to NBSP.
11879
11880 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11881 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11882 Use char-classes to accept non-ascii letters, accepted in some recent
11883 bibtex implementations.
11884
11885 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
11886
11887 * custom.el (custom-set-minor-mode): Any non-nil value for the
11888 variable should enable the mode when set through Custom.
11889
11890 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11891
11892 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11893 TAB binding so tab-always-indent is obeyed.
11894 (vhdl-minibuffer-local-map): Move initialization into declaration.
11895 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11896 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11897 (vhdl-hooked-abbrev): Avoid test for XEmacs.
11898 (vhdl-current-line): Use line-beginning-position.
11899 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11900 with-output-to-temp-buffer, so the current position can be recorded.
11901
11902 2005-04-10 Masatake YAMATO <jet@gyve.org>
11903
11904 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11905 Add regexp for gcov.
11906
11907 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11908
11909 * calendar/time-date.el (time-to-seconds, seconds-to-time)
11910 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11911 syntax which Emacs 20 doesn't support.
11912
11913 2005-04-09 Richard M. Stallman <rms@gnu.org>
11914
11915 * help.el (describe-key-briefly, describe-key):
11916 Replace strings as event types with "(any string)".
11917
11918 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * arc-mode.el (archive-mode-map): Move initialization into
11921 the declaration. Override *all* bindings of `undo'.
11922 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11923
11924 2005-04-09 Jay Belanger <belanger@truman.edu>
11925
11926 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11927
11928 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11929
11930 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11931 (xterm-register-default-colors): Update color values computation
11932 to match xterm-200.
11933
11934 2005-04-09 Kenichi Handa <handa@m17n.org>
11935
11936 * international/code-pages.el (iso-latin-7): Fix the map.
11937
11938 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
11939
11940 * emacs-lisp/lisp.el (defun-prompt-regexp)
11941 (parens-require-spaces, buffer-end, end-of-defun)
11942 (insert-parentheses): Doc fixes.
11943
11944 2005-04-08 Kim F. Storm <storm@cua.dk>
11945
11946 * comint.el (comint-highlight-prompt): Fix face spec.
11947 * hi-lock.el (hi-green): Likewise.
11948
11949 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11950
11951 * cus-edit.el (custom-modified-face):
11952 * comint.el (comint-highlight-input): Fix previous changes.
11953 * term.el (term-handle-ansi-escape): Add a comment.
11954
11955 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11958 in the buffer and in whitespace-highlighted-space.
11959 (whitespace-unhighlight-the-space): Simplify.
11960 (whitespace-buffer): Simplify.
11961
11962 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11963
11964 * textmodes/table.el (table-cell-face): Add special case for
11965 displays supporting a high number of colors.
11966 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11967 (vhdl-font-lock-reserved-words-face)
11968 (vhdl-speedbar-architecture-face)
11969 (vhdl-speedbar-instantiation-face)
11970 (vhdl-speedbar-architecture-selected-face)
11971 (vhdl-speedbar-instantiation-selected-face): Likewise.
11972 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11973 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11974 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11975 (ebrowse-root-class-face, ebrowse-member-attribute-face)
11976 (ebrowse-progress-face): Likewise.
11977 * progmodes/compile.el (compilation-info-face): Likewise.
11978 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11979 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11980 * calendar/calendar.el (diary-face): Likewise.
11981 * woman.el (woman-italic-face, woman-bold-face)
11982 (woman-unknown-face): Likewise.
11983 * wid-edit.el (widget-button-pressed-face): Likewise.
11984 * whitespace.el (whitespace-highlight-face): Likewise.
11985 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11986 * pcvs-info.el (cvs-marked-face): Likewise.
11987 * info.el (info-xref): Likewise.
11988 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11989 * hilit-chg.el (highlight-changes-face)
11990 (highlight-changes-delete-face): Likewise.
11991 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11992 (hi-red-b): Likewise.
11993 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
11994 * font-lock.el (font-lock-keyword-face)
11995 (font-lock-function-name-face, font-lock-warning-face): Likewise.
11996 * cus-edit.el (custom-invalid-face, custom-modified-face)
11997 (custom-set-face, custom-changed-face, custom-variable-tag-face)
11998 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11999 * comint.el (comint-highlight-prompt): Likewise.
12000
12001 2005-04-08 Lute Kamstra <lute@gnu.org>
12002
12003 * font-lock.el (font-lock-keywords): Docstring fixes.
12004
12005 2005-04-08 Kenichi Handa <handa@m17n.org>
12006
12007 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12008 chars are more than a limit, print " and more..." at the tail.
12009
12010 2005-04-08 Kim F. Storm <storm@cua.dk>
12011
12012 * emacs-lisp/authors.el (authors-aliases): Update list.
12013 (authors-ignored-files): New list.
12014 (authors-fixed-entries): Fix typo.
12015 (authors-renamed-files-alist): Update list.
12016 (authors-add): Check authors-ignored-files.
12017
12018 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12019
12020 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12021 optional, to ensure backward compatibility.
12022
12023 2005-04-08 Stephen Eglen <stephen@gnu.org>
12024
12025 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12026
12027 2005-04-08 Kim F. Storm <storm@cua.dk>
12028
12029 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12030
12031 * mouse.el (mouse-on-link-p): Doc fix.
12032
12033 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12034
12035 * ielm.el (ielm-prompt-read-only): Doc fix.
12036
12037 * comint.el (comint-prompt-read-only): Doc fix.
12038
12039 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12040
12041 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12042 ensure dired always handles wildcards passed to ffap.
12043 (find-file-at-point): Use it.
12044 (ffap-dired-wildcards): Doc fix.
12045
12046 2005-04-07 Juri Linkov <juri@jurta.org>
12047
12048 * simple.el (next-error-overlay-arrow-position): New defvar.
12049 Put "=>" on its property `overlay-arrow-string'. Add it to
12050 `overlay-arrow-variable-list'.
12051
12052 * progmodes/compile.el (compilation-setup):
12053 Set `next-error-overlay-arrow-position' to nil. Also set it to
12054 nil in the local hook `kill-buffer-hook'. Make local variable
12055 `overlay-arrow-string' and set it to "=>".
12056 (compilation-goto-locus): Set BOL position to
12057 `next-error-overlay-arrow-position' instead of
12058 `overlay-arrow-position'.
12059
12060 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12061 locally instead of adding it to the global hook.
12062 (Info-kill-buffer): Move up.
12063
12064 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12065
12066 * term/xterm.el (xterm-standard-colors): Update color values from
12067 xterm-200.
12068
12069 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12072
12073 * fast-lock.el:
12074 * lazy-lock.el: Move them to the obsolete subdir.
12075
12076 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12077
12078 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12079 (wdired-add-replace-advice): Remove.
12080 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12081
12082 2005-04-06 Kim F. Storm <storm@cua.dk>
12083
12084 * startup.el (command-line): Add --bare-bones alias for -Q.
12085
12086 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12087
12088 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12089 create the startup fontset if a font specification ends with
12090 `mac-roman'.
12091
12092 2005-04-06 Lute Kamstra <lute@gnu.org>
12093
12094 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12095 change.
12096
12097 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12098 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12099
12100 2005-04-05 Lute Kamstra <lute@gnu.org>
12101
12102 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12103 (define-generic-mode): Ditto. Fix debug declaration.
12104
12105 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12106 Put them in the generic-x group.
12107
12108 * calendar/timeclock.el (timeclock): Doc fix.
12109
12110 * generic.el (define-generic-mode): Don't use custom-current-group.
12111 Document default :group value.
12112 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12113 (define-global-minor-mode): Don't use custom-current-group.
12114
12115 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12116
12117 * startup.el (command-line-1): Display startup-echo-area-message
12118 when fancy splash screen is in use.
12119
12120 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12121 (sh-escaped-newline): New face.
12122 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12123 newline, and use sh-escaped-newline face.
12124
12125 * progmodes/tcl.el (tcl-escaped-newline): New face.
12126 (tcl-builtin-list): New variable.
12127 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12128 newlines. Fix keywords subexpression number.
12129
12130 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12131
12132 * textmodes/org.el (org-diary-default-entry): Fix call to
12133 `add-to-diary-entry'.
12134
12135 2005-04-05 Kim F. Storm <storm@cua.dk>
12136
12137 * ediff-init.el: Use (featurep 'xemacs).
12138
12139 2005-04-05 David Ponce <david@dponce.com>
12140
12141 * cus-edit.el (face): Derive from symbol widget. Display sample
12142 of the current face on the fly.
12143 (widget-face-sample-face-get, widget-face-notify): New functions.
12144 (widget-face-value-create): Remove.
12145
12146 * wid-edit.el (widget-field-end): Temporarily remove field
12147 narrowing before to call `get-char-property'.
12148
12149 2005-04-04 Jay Belanger <belanger@truman.edu>
12150
12151 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12152 (math-read-subscripts): New variable.
12153 (math-read-preprocess-string): Process subscripts.
12154
12155 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12156
12157 * comint.el (comint-prompt-read-only): Doc fix.
12158
12159 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12160 `-1'. Doc fix.
12161
12162 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12163
12164 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12165 Change default value to nil.
12166
12167 2005-04-04 Lute Kamstra <lute@gnu.org>
12168
12169 * autorevert.el (auto-revert-mode): Specify :group.
12170 * battery.el (display-battery-mode): Specify :group.
12171 * diff-mode.el (diff-minor-mode): Specify :group.
12172 * font-core.el (font-lock-mode): Specify :group.
12173 * hl-line.el (hl-line-mode): Specify :group.
12174 * iimage.el (iimage): New customization group.
12175 (iimage-mode): Specify :group.
12176 * longlines.el (longlines-mode): Specify :group.
12177 * master.el: Don't require easy-mmode.
12178 (master): New customization group.
12179 (master-mode): Specify :group.
12180 * msb.el (msb-mode): Specify :group.
12181 * reveal.el (reveal-mode): Specify :group.
12182 * simple.el (next-error-follow-minor-mode): Specify :group.
12183 * smerge-mode.el (smerge-mode): Specify :group.
12184 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12185 * emulation/cua-base.el (cua-mode): Specify :group.
12186 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12187 * language/thai-util.el (thai-auto-composition-mode)
12188 (thai-word-mode): Specify :group.
12189 * mail/supercite.el (sc-minor-mode): Specify :group.
12190 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12191 * progmodes/flymake.el (flymake-mode): Specify :group.
12192 * progmodes/glasses.el (glasses-mode): Specify :group.
12193 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12194 * textmodes/enriched.el (enriched-mode): Specify :group.
12195 * textmodes/refill.el (refill-mode): Specify :group.
12196
12197 * add-log.el (change-log-font-lock-keywords): Names in
12198 parenthesized lists can contain spaces.
12199
12200 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12201
12202 * startup.el (fancy-splash-text): Shorten default text of
12203 "Emacs Tutorial" line. Also, if the current language env
12204 indicates an available tutorial file other than TUTORIAL,
12205 extract its title and append it to the line in parentheses.
12206 (fancy-splash-insert): If arg is a thunk, funcall it.
12207
12208 2005-04-04 Jay Belanger <belanger@truman.edu>
12209
12210 * calc.el (calc-language-alist): Add tags to customization type.
12211
12212 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12213
12214 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12215 Doc fix.
12216
12217 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12218
12219 * add-log.el (change-log-font-lock-keywords): The manual
12220 describing a Change Log entry, says: (...) "Aside from these
12221 header lines, every line in the change log starts with a space or
12222 a tab.". The font-lock was not highlighting lines started with
12223 spaces, added support for it.
12224
12225 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12226
12227 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12228 (bibtex-generate-url-list): Update docstring accordingly. Put the
12229 complex example in the docstring.
12230 (bibtex-font-lock-url): Use pop.
12231
12232 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12235
12236 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12237
12238 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12239
12240 * filesets.el (filesets-set-default): Doc fix.
12241
12242 2005-04-03 Lute Kamstra <lute@gnu.org>
12243
12244 * generic.el (define-generic-mode): Add argument to specify
12245 keywords for defcustom.
12246 (default-generic-mode): Specify :group.
12247
12248 * generic-x.el: Specify :group for all generic modes.
12249
12250 * desktop.el (desktop-no-desktop-file-hook)
12251 (desktop-after-read-hook): Doc fix.
12252
12253 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12254
12255 * simple.el (visible-mode): Use explicit :group keyword.
12256 This changes the group of `visible-mode-hook' from paren-blinking
12257 to editing-basics.
12258
12259 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12260
12261 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12262 mailbox specifications as well as URLs.
12263 (rmail-insert-inbox-text): Remove unused conditional branches.
12264
12265 2005-04-01 Jay Belanger <belanger@truman.edu>
12266
12267 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12268 (calc-gnuplot-print-command): Move definitions to calc.el.
12269
12270 * calc/calc-embed.el (calc-embedded-announce-formula)
12271 (calc-embedded-open-formula, calc-embedded-close-formula)
12272 (calc-embedded-open-word, calc-embedded-close-word)
12273 (calc-embedded-open-plain, calc-embedded-close-plain)
12274 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12275 (calc-embedded-open-mode, calc-embedded-close-mode):
12276 Move definitions to calc.el.
12277
12278 * calc/calc.el (calc-settings-file, calc-language-alist):
12279 Make customizable.
12280 (calc-embedded-announce-formula, calc-embedded-open-formula)
12281 (calc-embedded-close-formula, calc-embedded-open-word)
12282 (calc-embedded-close-word, calc-embedded-open-plain)
12283 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12284 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12285 (calc-embedded-close-mode, calc-gnuplot-name)
12286 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12287 from other files and make customizable.
12288
12289 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12292 Use buffer-live-p.
12293 (cvs-mode-run): Don't call cvs-update-header here.
12294 (cvs-run-process): Call cvs-update-header.
12295 Use process properties for cvs-postprocess and cvs-buffer so that
12296 the sentinel can behave better if the temp buffer is killed.
12297 Use a pipe rather than a tty, to better handle unexpected prompts.
12298 (cvs-sentinel): Rewrite. Call cvs-update-header.
12299
12300 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12301
12302 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12303 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12304
12305 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12306
12307 * generic.el (define-generic-mode): Add indentation rule.
12308
12309 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12310
12311 * files.el (mode-require-final-newline): Make Custom correctly
12312 report a nil value and allow to set it to nil via Custom.
12313 Doc fix.
12314
12315 2005-04-01 Kenichi Handa <handa@m17n.org>
12316
12317 * international/characters.el: Enable the correct case setting for
12318 dotless-i and dotted-I.
12319
12320 2005-04-01 Kim F. Storm <storm@cua.dk>
12321
12322 * ido.el (ido-file-internal): Fall back to non-ido command if
12323 initial directory is on slow ftp (or tramp) host.
12324
12325 2005-03-31 Richard M. Stallman <rms@gnu.org>
12326
12327 * emacs-lisp/autoload.el (make-autoload):
12328 Handle define-global-minor-mode.
12329
12330 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12331 Rename from easy-mmode-define-global-mode.
12332 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12333
12334 * progmodes/scheme.el (scheme-mode-syntax-table):
12335 Update syntax of | and # for two-character comment syntax.
12336
12337 2005-03-31 Lute Kamstra <lute@gnu.org>
12338
12339 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12340 (define-minor-mode): Call custom-current-group at load-time.
12341
12342 * generic.el (define-generic-mode): Add debug declaration.
12343 Add defcustom for the mode hook.
12344 (generic-mode-internal): Use run-mode-hooks.
12345
12346 2005-03-31 Kim F. Storm <storm@cua.dk>
12347
12348 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12349 (mouse-fixup-help-message): New defun called by show_help_echo
12350 to fixup mouse-2 prefix in help messages when applicable.
12351
12352 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12353
12354 2005-03-31 Kenichi Handa <handa@m17n.org>
12355
12356 * language/thai-word.el (thai-find-word-ends): Pay attention to
12357 the case that we reach the end of buffer.
12358
12359 * textmodes/fill.el (fill-text-properties-at): New function.
12360 (fill-newline): Use fill-text-properties-at instead of
12361 text-properties-at.
12362
12363 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12364
12365 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12366 not comint-quote-filename.
12367
12368 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12369
12370 * help-fns.el (help-with-tutorial): Revert last change.
12371
12372 2005-03-31 Kim F. Storm <storm@cua.dk>
12373
12374 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12375
12376 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12377
12378 * calendar/cal-china.el: Update reference to "Calendrical
12379 Calculations" book; there's a new edition.
12380 * calendar/cal-coptic.el: Likewise.
12381 * calendar/cal-french.el: Likewise.
12382 * calendar/cal-hebrew.el: Likewise.
12383 * calendar/cal-islam.el: Likewise.
12384 * calendar/cal-iso.el: Likewise.
12385 * calendar/cal-julian.el: Likewise.
12386 * calendar/cal-mayan.el: Likewise.
12387 * calendar/cal-persia.el: Likewise.
12388 * calendar/calendar.el: Likewise.
12389 * calendar/holidays.el: Likewise.
12390 * calendar/lunar.el: Likewise.
12391 * calendar/solar.el: Likewise.
12392
12393 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12394 white space from doc string.
12395
12396 2005-03-30 Jay Belanger <belanger@truman.edu>
12397
12398 * calc/calc-help.el (calc-full-help): Remove email address.
12399
12400 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12401
12402 * help-fns.el (help-with-tutorial): Delete title line.
12403
12404 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12405
12406 * calendar/cal-x.el (calendar-one-frame-setup)
12407 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12408 rather than 'symbol for set-window-dedicated-p.
12409
12410 * calendar/appt.el (appt-buffer-name): Make it a constant.
12411 (appt-add): Doc fix.
12412
12413 * filesets.el (filesets-menu-path, filesets-menu-before)
12414 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12415 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12416 (filesets-add-submenu): Delete and use add-submenu instead.
12417
12418 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12419
12420 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12421 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12422 (org-diary-default-entry): New function.
12423 (org-get-entries-from-diary): Better parsing of diary entries.
12424 (org-agenda-check-no-diary): New function.
12425 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12426 linking to diary entries.
12427 (org-agenda-execute-calendar-command): New function.
12428 (org-agenda): Improve visible section in window.
12429 Use `org-fit-agenda-window'.
12430 (org-fit-agenda-window): New option.
12431 (org-move-subtree-down): Better handling of empty lines
12432 at end of subtree.
12433 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12434 levels up.
12435 (org-fontify-done-headline): New option.
12436 (org-headline-done-face): New face.
12437 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12438 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12439 When current field is non-empty, it is copied to next row.
12440 (org-table-copy-from-above): Fix bug which made it
12441 impossible to copy fields containing only a single non-white character.
12442
12443 2005-03-30 Kim F. Storm <storm@cua.dk>
12444
12445 * kmacro.el (kmacro-end-macro): Isearch may store this command
12446 into the macro -- so ignore it when executing keyboard macro.
12447
12448 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12449
12450 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12451
12452 2005-03-29 Kenichi Handa <handa@m17n.org>
12453
12454 * language/thai.el ("Thai"): Set setup-function and exit-function
12455 for Thai language environment.
12456
12457 * language/thai-util.el: Require thai-word.
12458 (thai-word-mode-map): New variable.
12459 (thai-word-mode): New minor mode.
12460 (setup-thai-language-environment-internal): New function.
12461 (exit-thai-language-environment-internal): New function.
12462
12463 * language/thai-word.el (thai-word-table): Declare it by defvar,
12464 use dolist to initialize it.
12465 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12466 (thai-fill-find-break-point): New functions.
12467
12468 2005-03-29 Richard M. Stallman <rms@gnu.org>
12469
12470 * simple.el (idle-update-delay): Move definition up.
12471 (set-mark): Doc fix.
12472
12473 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12474
12475 * longlines.el: New file.
12476
12477 * simple.el (buffer-substring-filters): New variable.
12478 (filter-buffer-substring): New function.
12479 (kill-region, copy-region-as-kill): Use it.
12480
12481 * register.el (copy-to-register, append-to-register)
12482 (prepend-to-register): Use filter-buffer-substring.
12483
12484 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12485
12486 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12487 (gud-filter-pending-text): Move in front of gdb.
12488 (gud-overlay-arrow-position): New variable.
12489 (gud-sentinel, gud-display-line): Use it in place of
12490 overlay-arrow-position.
12491
12492 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12493
12494 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12495 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12496 (fortran-font-lock-keywords-4): New variable.
12497 (fortran-blocks-re, fortran-end-block-re)
12498 (fortran-start-block-re): New constants, for hideshow.
12499 (hs-special-modes-alist): Add a Fortran entry.
12500 (fortran-mode-map): Bind fortran-end-of-block,
12501 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12502 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12503 (fortran-looking-at-if-then, fortran-end-of-block)
12504 (fortran-beginning-of-block): New functions, for hideshow.
12505
12506 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12507 Doc fix. Tweak regexp.
12508 (f90-beginning-of-block): Push mark first.
12509
12510 2005-03-29 Jay Belanger <belanger@truman.edu>
12511
12512 * calc/calc.el: Update copyright date.
12513 (calc-version): Increase to 2.1.
12514 (calc-version-date): Remove.
12515
12516 * calc/calc-help.el: Update copyright date.
12517 (calc-full-help): Remove reference to calc-version-date.
12518 Update copyright date.
12519
12520 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * vc.el (vc-do-command): Use a pipe for async processes, so password
12523 prompts don't show up at places where the user can't reply.
12524
12525 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12526
12527 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12528 on the file name we pass to the inferior shell.
12529
12530 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12531
12532 * progmodes/which-func.el (which-function): Be robust in the face of an
12533 imenu--make-index-alist failure.
12534
12535 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12538
12539 * progmodes/python.el (python-preoutput-filter): Fix last change.
12540
12541 2005-03-29 Lute Kamstra <lute@gnu.org>
12542
12543 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12544 functions and compiled macros.
12545 (debug-convert-byte-code): Handle macros too.
12546 (debug-on-entry-1): Don't signal an error when trying to clear a
12547 function that is not set to debug on entry.
12548
12549 2005-03-29 Jay Belanger <belanger@truman.edu>
12550
12551 * calc/calc-lang.el: Add functions to math-function-table
12552 properties of tex and math.
12553
12554 2005-03-29 Kenichi Handa <handa@m17n.org>
12555
12556 * ps-mule.el (ps-mule-plot-string): Translate characters by
12557 ps-print-translation-table.
12558 (ps-mule-begin-job): Call find-charset-region/string with
12559 ps-print-translation-table.
12560 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12561
12562 * ps-print.el (ps-print-translation-table): New variable.
12563 (ps-plot-region): Translate characters by ps-print-translation-table.
12564
12565 2005-03-29 Juri Linkov <juri@jurta.org>
12566
12567 * simple.el (next-error-highlight-timer): New variable.
12568
12569 * progmodes/compile.el (compilation-goto-locus):
12570 Use `next-error-highlight-timer' instead of `sit-for'.
12571
12572 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * mail/supercite.el (sc-mail-field): Use assoc-string.
12575 (sc-get-address): Simplify regexps.
12576
12577 * files.el (minibuffer-with-setup-hook): New macro.
12578 (find-file-read-args): Use it to avoid let-binding
12579 minibuffer-with-setup-hook (which breaks turning on/off
12580 file-name-shadow-mode while in the prompt).
12581
12582 * complete.el (PC-read-include-file-name-internal):
12583 Use test-completion.
12584
12585 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12586
12587 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12588
12589 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * window.el (window-buffer-height): Use count-screen-lines.
12592
12593 * progmodes/python.el (python-preoutput-leftover): New var.
12594 (python-preoutput-filter): Use it.
12595 (python-send-receive): Loop until all the result has been received.
12596
12597 2005-03-28 Juri Linkov <juri@jurta.org>
12598
12599 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12600
12601 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12602 "Recover Crashed Session".
12603 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12604 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12605 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12606 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12607 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12608 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12609 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12610 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12611
12612 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12613 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12614 Ediff Sessions", "Toggle use of separate control buffer frame",
12615 "Use separate frame for Ediff control buffer".
12616
12617 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12618 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12619 "Rename Bookmark", "Delete Bookmark".
12620
12621 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12622 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12623 Add `:active Info-index-alternatives' to "Next Matching Item".
12624
12625 * wdired.el (wdired-change-to-wdired-mode):
12626 Mention `wdired-abort-changes' key in the initial message.
12627
12628 * international/mule.el (auto-coding-alist): Associate non-ascii
12629 image filename extensions with `no-conversion'.
12630
12631 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12632
12633 * international/iso-acc.el:
12634 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12635
12636 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12637
12638 * textmodes/sgml-mode.el (html-mode): Doc update.
12639
12640 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12641
12642 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12643
12644 * term.el (term-move-columns): Fix face after extending a line.
12645 (term-insert-spaces): Likewise.
12646 (term-reset-terminal): Fix off by one error.
12647
12648 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12649
12650 * international/mule.el (auto-coding-alist): Add .xpi files.
12651
12652 * files.el (auto-mode-alist): Add .xpi files.
12653
12654 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12655
12656 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12657
12658 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12659
12660 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12661
12662 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12663
12664 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12665 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12666
12667 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12668 cursor to Jan 1 when needed.
12669 (calendar-end-of-year): Fix -/+ typo.
12670 Reported by Chong Yidong <cyd@stupidchicken.com>.
12671
12672 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12673
12674 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12675
12676 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12677 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12678
12679 2005-03-25 Richard M. Stallman <rms@gnu.org>
12680
12681 * filesets.el (filesets-init): Add autoload.
12682
12683 * mail/mailalias.el (mail-directory): Doc fix.
12684
12685 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12686
12687 * mail/mailalias.el (mail-directory-process): Do nothing if
12688 mail-directory-process is an atom.
12689 (mail-get-names): Ignore mail-directory-names if it is an atom.
12690 (mail-directory-process defvar): Doc fix.
12691 (mail-names): Doc fix.
12692
12693 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12694
12695 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12696
12697 2005-03-26 Kenichi Handa <handa@m17n.org>
12698
12699 * international/mule-util.el (detect-coding-with-priority):
12700 Call update-coding-systems-internal before detect-coding-region.
12701
12702 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12703
12704 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12705 (gdb-frames-mode-map): Add follow-link property.
12706
12707 2005-03-25 Jay Belanger <belanger@truman.edu>
12708
12709 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12710 for variables.
12711
12712 2005-03-25 Juri Linkov <juri@jurta.org>
12713
12714 * image-mode.el: Optimize image filename extension regexps in
12715 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12716 in `auto-mode-alist'.
12717 (image-mode): Add `image-toggle-display-text' to local hook
12718 `change-major-mode-hook'. Display the image as an image by
12719 default. Set `cursor-type' and `truncate-lines' if the image
12720 is already displayed. Take into account the current mode (image
12721 or text) in message.
12722 (image-minor-mode): New minor mode.
12723 (image-mode-maybe, image-toggle-display-text): New functions.
12724 (image-toggle-display): Use called-interactively-p.
12725 Let-bind `inhibit-read-only' to t.
12726
12727 * image-mode.el (image-minor-mode): Set `cursor-type' and
12728 `truncate-lines' if the image is already displayed. Add turning
12729 image-minor-mode off to `change-major-mode-hook'. Add message.
12730 Call `image-toggle-display-text' after turning image-minor-mode off.
12731
12732 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12735 Terminal.app, use utf-8.
12736 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12737 (set-locale-environment): Use it.
12738
12739 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12740
12741 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12742
12743 * progmodes/python.el (python-close-block-statement-p)
12744 (python-outdent-p, python-current-defun): Use symbol-end.
12745
12746 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12747
12748 * files.el (save-some-buffers): Doc fix.
12749
12750 2005-03-25 Werner Lemberg <wl@gnu.org>
12751
12752 * complete.el, thumbs.el: Replace `legal' with `valid'.
12753 * calendar/calendar.el: Replace `legal' with `valid'.
12754 * emacs-lisp/advice.el: Replace `legal' with `valid'.
12755 * mail/supercite.el: Replace `legal' with `valid'.
12756 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12757 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12758 Replace `legal' with `valid'.
12759 * textmodes/reftex-vars.el, textmodes/reftex.el:
12760 Replace `legal' with `valid'.
12761
12762 2005-03-25 Werner Lemberg <wl@gnu.org>
12763
12764 * calc/calc-forms.el, calc/calc-sel.el:
12765 * midnight.el, vc-cvs.el:
12766 * emacs-lisp/cl-macs.el:
12767 * emulation/vip.el:
12768 * eshell/esh-io.el, eshell/esh-var.el:
12769 * mail/supercite.el:
12770 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12771 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12772 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12773 * progmodes/sh-script.el, progmodes/xscheme.el:
12774 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12775 * textmodes/reftex-index.el, textmodes/reftex-parse.el
12776 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12777 * textmodes/reftex.el, textmodes/org.el:
12778 Replace `illegal' with `invalid'.
12779
12780 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12783 (flymake-find-buildfile, flymake-find-possible-master-files)
12784 (flymake-check-include, flymake-parse-line): Replace loops over the
12785 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12786
12787 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12788 Substitute file-name-as-directory in the rest of the file.
12789 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12790 (flymake-replace-region): Remove unused arg `buffer'.
12791 (flymake-check-patch-master-file-buffer): Update calls to it.
12792 (flymake-add-err-info): Remove unused var `count'.
12793 (flymake-mode): Use define-minor-mode.
12794
12795 * progmodes/flymake.el: Use with-current-buffer.
12796 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12797 flymake-replace-regexp-in-string, flymake-line-beginning-position)
12798 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12799 Avoid testing for `xemacs'.
12800 (flymake-nop): Move.
12801 (flymake-region-has-flymake-overlays): Return the computed value.
12802 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12803 Remove unused var `endline'.
12804 (flymake-get-line-count): Remove unused function.
12805 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12806
12807 * emulation/vi.el:
12808 * generic.el:
12809 * hilit-chg.el (global-highlight-changes):
12810 * hi-lock.el (hi-lock-mode):
12811 * follow.el: find-file-hooks -> find-file-hook.
12812
12813 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12814
12815 2005-03-24 Juri Linkov <juri@jurta.org>
12816
12817 * dired.el (dired-mode-map): Add menu item "Compare directories"
12818 for dired-compare-directories.
12819
12820 * dired-aux.el (dired-compare-directories): Add autoload cookie.
12821 Doc fix. Replace `read-file-name' with `read-directory-name'.
12822
12823 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12826
12827 2005-03-24 Jay Belanger <belanger@truman.edu>
12828
12829 * calc/calc-embed.el (calc-embedded-mode-change): Save all
12830 relevant mode settings in calc-embedded-original-modes when modes
12831 are permanently changed.
12832
12833 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12834
12835 * autoinsert.el: find-file-hooks -> find-file-hook.
12836
12837 2005-03-24 Lute Kamstra <lute@gnu.org>
12838
12839 * generic.el (generic-font-lock-defaults): Make it obsolete.
12840 (generic-font-lock-keywords): New variable to replace
12841 generic-font-lock-defaults.
12842 (generic-mode-set-font-lock): Delete it.
12843 (generic-mode-internal): Don't call generic-mode-set-font-lock.
12844 (generic-bracket-support): Add docstring.
12845
12846 * generic-x.el: Rename generic-font-lock-defaults to
12847 generic-font-lock-keywords throughout.
12848 (mailagent-rules-setup-function): Delete it.
12849 (mailagent-rules-generic-mode): Use anonymous function instead.
12850 (show-tabs-generic-mode-font-lock-defaults-1)
12851 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12852 Quote faces.
12853 (show-tabs-tab-face, show-tabs-space-face): Specify background,
12854 not foreground.
12855
12856 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12857 Recognize define-generic-mode.
12858
12859 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12862 if there's no completion table.
12863
12864 2005-03-23 Miles Bader <miles@gnu.org>
12865
12866 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12867 Remove tty-specific variants, as they're no longer needed.
12868
12869 2005-03-23 Lute Kamstra <lute@gnu.org>
12870
12871 * generic-x.el: Code cleanup: make args constant whenever possible.
12872 (installshield-statement-keyword-list)
12873 (installshield-system-functions-list)
12874 (installshield-system-variables-list, installshield-types-list)
12875 (installshield-funarg-constants-list): Make them constants.
12876
12877 * generic.el (generic-make-keywords-list): Add autoload cookie.
12878
12879 * calendar/time-date.el: Add comment on time value formats.
12880 Don't require parse-time.
12881 (with-decoded-time-value): New macro.
12882 (encode-time-value): New function.
12883 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12884 (days-to-time): Return a valid time value when arg is huge.
12885 (time-since): Use time-subtract.
12886 (time-to-number-of-days): Use time-to-seconds.
12887
12888 2005-03-23 David Ponce <david@dponce.com>
12889
12890 * recentf.el: (recentf-keep): New option.
12891 (recentf-menu-action): Default to `find-file'.
12892 (recentf-keep-non-readable-files-flag)
12893 (recentf-keep-non-readable-files-p)
12894 (recentf-file-readable-p, recentf-find-file)
12895 (recentf-cleanup-remote): Remove.
12896 (recentf-include-p): More robust.
12897 (recentf-keep-p): New function.
12898 (recentf-remove-if-non-kept): Rename from
12899 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
12900 All callers updated.
12901 (recentf-menu-items-for-commands): Fix help string.
12902 (recentf-track-closed-file): Update. Doc fix.
12903 (recentf-cleanup): Update. Count removed files. Doc fix.
12904
12905 2005-03-23 Kim F. Storm <storm@cua.dk>
12906
12907 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12908 Don't inherit from fringe face (now happens automatically).
12909
12910 2005-03-22 Kim F. Storm <storm@cua.dk>
12911
12912 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12913 position values.
12914
12915 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * menu-bar.el (showhide-date-time): Remove.
12918 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12919 (menu-bar-make-mm-toggle): Simplify.
12920
12921 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12922
12923 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12924 Accept qualified variable and function names.
12925
12926 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
12927
12928 * bindings.el (completion-ignored-extensions):
12929 Remove ".lis" for `vax-vms'.
12930
12931 2005-03-22 Andreas Schwab <schwab@suse.de>
12932
12933 * generic-x.el: Revert last change.
12934 * ldefs-boot.el: Update.
12935
12936 2005-03-22 Jay Belanger <belanger@truman.edu>
12937
12938 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12939 (calc-embedded-save-original-modes)
12940 (calc-embedded-restore-original-modes): New functions.
12941 (calc-do-embedded): Save original modes when entering embedded mode
12942 and restore when leaving embedded mode.
12943 (calc-embedded-modes-change): Change the value of
12944 calc-embedded-original-modes to reflect permanent changes.
12945
12946 2005-03-22 Lute Kamstra <lute@gnu.org>
12947
12948 * generic-x.el: Require generic again.
12949
12950 2005-03-22 Miles Bader <miles@gnu.org>
12951
12952 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12953 Tweak details to look good on both ttys and bitmap displays, light
12954 or dark background, etc.
12955
12956 2005-03-21 Kim F. Storm <storm@cua.dk>
12957
12958 * tooltip.el (tooltip-show-help-function): Check car and cdr of
12959 mouse position.
12960
12961 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12962
12963 * icomplete.el: Don't forcibly turn on the mode upon load.
12964 (icomplete-mode): Use define-minor-mode.
12965 (icomplete-eoinput): Default to nil.
12966 (icomplete-minibuffer-setup): Remove autoload.
12967 (icomplete-tidy): Simplify.
12968 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12969 in the initial state or if the user has modified the field.
12970 Fix handling of icomplete-max-delay-chars.
12971 Remove code that handles the oddball case where
12972 minibuffer-completion-table is an integer.
12973 Wrap icomplete-completions in while-no-input in case building
12974 completions takes more time than expected.
12975 (icomplete-completions): Simplify.
12976
12977 2005-03-21 Richard M. Stallman <rms@gnu.org>
12978
12979 * jka-compr.el (jka-compr-really-do-compress):
12980 Make variable buffer-local.
12981
12982 * image-mode.el: Handle .xpm files too.
12983 (image-toggle-display): Preserve modification flag.
12984
12985 * help.el (where-is): Don't mention aliases with no key bindings.
12986
12987 2005-03-21 Lute Kamstra <lute@gnu.org>
12988
12989 * generic.el: Fix commentary section. Don't require cl for
12990 compilation.
12991 (generic-mode-list): Add autoload cookie.
12992 (generic-use-find-file-hook, generic-lines-to-scan)
12993 (generic-find-file-regexp, generic-ignore-files-regexp)
12994 (generic-mode, generic-mode-find-file-hook)
12995 (generic-mode-ini-file-find-file-hook): Fix docstrings.
12996 (define-generic-mode): Make it a defmacro. Fix docstring.
12997 (generic-mode-internal): Code cleanup. Add autoload cookie.
12998 (generic-mode-set-comments): Code cleanup.
12999 * generic-x.el: Don't prevent compilation. Don't require generic.
13000 Follow coding conventions. Minor code cleanup.
13001 (etc-fstab-generic-mode): Add some keywords.
13002 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13003 define-generic-mode like a function declaration.
13004
13005 2005-03-21 Jay Belanger <belanger@truman.edu>
13006
13007 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13008 changing modes.
13009
13010 2005-03-21 Sam Steingold <sds@gnu.org>
13011
13012 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13013
13014 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13015
13016 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13017 Add underscore to "f$ lexicals" regexp.
13018
13019 2005-03-20 Juri Linkov <juri@jurta.org>
13020
13021 * subr.el (progress-reporter-do-update): When `min-value' is equal
13022 to `max-value', set `percentage' to 0 and prevent division by zero.
13023
13024 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13025
13026 Sync with Tramp 2.0.48.
13027
13028 * net/tramp.el (all): Change all addresses to .gnu.org.
13029 (tramp-append-tramp-buffers): New defun.
13030 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13031 Catch `dont-send' signal.
13032 (tramp-set-auto-save-file-modes): Set always permissions, because
13033 there might be an old auto-saved file belonging to another
13034 original file. This could be a security threat. Reported by
13035 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13036 Check for Emacs 21.3.50 removed.
13037
13038 * net/tramp-smb.el (all): Remove debug construct for
13039 `with-parsed-tramp-file-name'.
13040 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13041 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13042 No error message if DIRECTORY or FILENAME doesn't exist.
13043 (tramp-smb-open-connection): Check existence of
13044 `tramp-smb-program'.
13045
13046 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13049 Properly handle the case where the `m' or `s' command's argument is not
13050 yet terminated.
13051 (perl-indent-new-calculate): New function.
13052 (perl-indent-line): Use it.
13053
13054 2005-03-20 Miles Bader <miles@gnu.org>
13055
13056 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13057 in text-mode too. Change to new face names.
13058 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13059 Add `:weight bold' attribute.
13060 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13061
13062 2005-03-19 Juri Linkov <juri@jurta.org>
13063
13064 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13065
13066 * international/mule.el (auto-coding-alist): Sync with
13067 `auto-mode-alist' by adding upper case archive file extensions
13068 and adding ear/war to jar extension.
13069
13070 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13071
13072 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13073 running, restart it.
13074
13075 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13076
13077 * finder.el (finder-current-item): Throw an error on an empty line.
13078
13079 * man.el (Man-follow-manual-reference): If current-word returns
13080 nil, use "".
13081
13082 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13083
13084 * simple.el (goto-line): Doc fix.
13085
13086 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13087
13088 * files.el (save-buffer): Doc fix.
13089
13090 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13091
13092 * recentf.el (recentf-cleanup-remote): New variable.
13093 (recentf-cleanup): Use it to conditionally check availability of
13094 remote files.
13095
13096 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13097
13098 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13099 function names.
13100
13101 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13102
13103 * language/thai-word.el: New file.
13104
13105 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13106
13107 * files.el (backup-buffer): If the file's directory is not
13108 writable, use copy instead of move to backup the file.
13109
13110 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13111
13112 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13113
13114 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13115
13116 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13117 Use functionp instead of symbolp and fboundp. Reported by Drkm
13118 <darkman_spam@yahoo.fr>.
13119 (ps-print-version): New version 6.6.6.
13120
13121 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13122
13123 * textmodes/table.el (table--line-column-position): New idiom.
13124 (table--row-column-insertion-point-p): New function to test
13125 validity of row and column insertion operation at a location.
13126 (table-global-menu, table-cell-menu): Use above functions for
13127 deterministic test operation.
13128 (table--editable-cell-p): Behave in deterministic fashion.
13129
13130 2005-03-18 Juri Linkov <juri@jurta.org>
13131
13132 * isearch.el (isearch-lazy-highlight-new-loop):
13133 Make arguments beg and end optional.
13134 (isearch-update): Remove optional arguments nil from
13135 isearch-lazy-highlight-new-loop.
13136 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13137 isearch-lazy-highlight-case-fold-search instead of
13138 isearch-case-fold-search, and let-bind isearch-regexp to
13139 isearch-lazy-highlight-regexp.
13140 Use isearch-lazy-highlight-last-string instead of isearch-string.
13141
13142 * replace.el (perform-replace): Remove bindings of global
13143 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13144 Add three new arguments to `replace-highlight'.
13145 (replace-highlight): Add arguments string, regexp, case-fold.
13146 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13147 to allow isearch-lazy-highlight-new-loop to use these values
13148 to set corresponding isearch-lazy-highlight-* internal
13149 variables whose values lazy highlighting will use regardless of
13150 changes to global variables isearch-string, isearch-regexp,
13151 isearch-case-fold-search during lazy highlighting loop.
13152 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13153 to `lazy-highlight-cleanup'.
13154
13155 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13156 (ispell-highlight-face): Set default face to `isearch' when
13157 lazy highlighting is enabled.
13158 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13159 priority to 1. Add lazy highlighting.
13160 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13161 from `isearch-dehighlight'.
13162
13163 2005-03-18 David Ponce <david@dponce.com>
13164
13165 * files.el (hack-local-variables): Do a case-insensitive search
13166 for End.
13167
13168 2005-03-18 Juri Linkov <juri@jurta.org>
13169
13170 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13171 `isearch-lazy-highlight-cleanup', add alias to old name and
13172 declare obsolete. Add release numbers to other obsolete vars.
13173 (isearch-done, isearch-lazy-highlight-new-loop):
13174 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13175 (lazy-highlight-cleanup) <variable>: Doc fix.
13176 (isearch-lazy-highlight-update): Rename obsolete
13177 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13178
13179 2005-03-18 Kenichi Handa <handa@m17n.org>
13180
13181 * language/thai-util.el: Fix categorization of Thai characters in
13182 thai-category-table.
13183 (thai-composition-pattern): Adjust it for the above change.
13184 (thai-self-insert-command, thai-compose-syllable): New functions.
13185 (thai-compose-region): Use thai-compose-syllable.
13186 (thai-compose-string): Likewise.
13187 (thai-composition-function): Likewise.
13188 (thai-auto-composition): New function.
13189 (thai-auto-composition-mode): New minor mode.
13190
13191 * language/thai.el: Fix patterns to be registered in
13192 composition-function-table.
13193
13194 * international/quail.el (quail-input-method): Locally bind
13195 inhibit-modification-hooks to t.
13196
13197 2005-03-17 Richard M. Stallman <rms@gnu.org>
13198
13199 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13200 (perl-mode): Use run-mode-hooks.
13201
13202 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13203 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13204 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13205
13206 * mail/sendmail.el (sendmail-send-it): Reenable the code
13207 to compute resend-to-address and use it.
13208
13209 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13210
13211 * image-mode.el: New file.
13212
13213 * image.el (insert-sliced-image): Add autoload cookie.
13214
13215 * font-lock.el (font-lock-lines-before): New user option.
13216 (font-lock-after-change-function): Obey it.
13217
13218 * bindings.el (esc-map): Make M-g a prefix.
13219 Bind M-g g and M-g M-g to goto-line.
13220
13221 * faces.el (face-id): Doc fix.
13222
13223 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13224
13225 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13226 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13227 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13228
13229 * mail/sendmail.el (mail-yank-ignored-headers)
13230 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13231 Add Mail-Followup-To and Mail-Reply-To headers.
13232 (mail-citation-hook): Add autoload cookie.
13233 (mail-mode): Doc fix.
13234 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13235 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13236 (mail-mode-fill-paragraph): Handle those headers.
13237 (mail-mailing-lists): New variable.
13238 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13239
13240 2005-03-17 Juri Linkov <juri@jurta.org>
13241
13242 * isearch.el (isearch-fallback): Check for `(car previous)'
13243 before calling `isearch-other-end-state'.
13244
13245 2005-03-17 Kim F. Storm <storm@cua.dk>
13246
13247 * simple.el (move-beginning-of-line): Move to beginning of buffer
13248 line, as well as beginning of screen line.
13249
13250 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13251
13252 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13253 argument REDRAW rather than calendar-redrawing variable.
13254 * calendar/calendar.el (calendar-redrawing): Delete.
13255 (redraw-calendar): Do not bind calendar-redrawing.
13256
13257 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13258
13259 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13260 diary-file buffer.
13261
13262 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * help.el (describe-mode): Allow a :minor-mode-function property to
13265 specify a different minor mode toggle function than the variable.
13266 * simple.el (auto-fill-function):
13267 * subr.el (add-minor-mode): Use it.
13268
13269 2005-03-16 Kenichi Handa <handa@m17n.org>
13270
13271 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13272 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13273 (ethio-fidel-to-sera-buffer): Likewise.
13274
13275 2005-03-16 Juri Linkov <juri@jurta.org>
13276
13277 * emacs-lisp/find-func.el (find-function-regexp):
13278 Add defun-emitting macro `menu-bar-make-toggle'.
13279
13280 * isearch.el: Put `isearch-scroll' property to
13281 `split-window-horizontally'.
13282
13283 * info.el: Update error messages for `debug-ignored-errors'.
13284 (Info-isearch-search): Doc fix.
13285 (Info-find-node): Move up code to go into info buffer before
13286 recording the node to the history.
13287 (Info-fontify-node): Fontify titles only if the next line
13288 has two or more `*', `=', `-', `.'.
13289 Display "go to this node" for empty (match-string 3).
13290
13291 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13292
13293 * term/mac-win.el: Add mouse pointer shape constants.
13294
13295 2005-03-15 Kim F. Storm <storm@cua.dk>
13296
13297 * simple.el (move-beginning-of-line): Use vertical-motion.
13298
13299 2005-03-15 Juri Linkov <juri@jurta.org>
13300
13301 * isearch.el (isearch-error): New variable.
13302 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13303 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13304 (isearch-within-brackets-state): Remove.
13305 (isearch-case-fold-search-state, isearch-pop-fun-state):
13306 Decrease frame index.
13307 (isearch-mode, isearch-top-state, isearch-push-state)
13308 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13309 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13310 (isearch-search, isearch-lazy-highlight-new-loop):
13311 Replace `isearch-invalid-regexp' with `isearch-error'.
13312 Remove `isearch-within-brackets'.
13313 (isearch-search): Add `search-failed' handler to `condition-case'.
13314 (isearch-lazy-highlight-search): Add `condition-case' to catch
13315 errors and allow `isearch-lazy-highlight-update' to try
13316 highlighting from the beginning of the window.
13317 (isearch-repeat): Move up code to set isearch-wrapped to t
13318 before calling isearch-wrap-function.
13319
13320 * info.el (Info-isearch-initial-node): New internal variable.
13321 (Info-search): Signal an error in isearch mode when search leaves
13322 the initial node. Signal an error when `bound' is non-nil and
13323 nothing was found in the current subfile.
13324 (Info-isearch-search): Remove `condition-case'.
13325 (Info-isearch-wrap): Don't wrap when search failed during leaving
13326 the initial node. If `Info-isearch-search' is nil, wrap around
13327 the current node.
13328 (Info-isearch-start): New fun.
13329 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13330 `isearch-mode-hook'.
13331
13332 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13333
13334 * simple.el (normal-erase-is-backspace): Set default to t if
13335 running on Mac.
13336
13337 * term/mac-win.el (function-key-map): Sync with x-win.el.
13338
13339 2005-03-15 Kenichi Handa <handa@m17n.org>
13340
13341 * international/mule-cmds.el (locale-language-names): Modify the
13342 format of elements and add more entries.
13343 (locale-preferred-coding-systems): Add more entries.
13344 (set-locale-environment): Adjust for the change of
13345 locale-language-names.
13346
13347 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13348
13349 * pcvs.el (smerge-ediff): Remove bogus autoload.
13350
13351 2005-03-14 Lute Kamstra <lute@gnu.org>
13352
13353 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13354 Ignore a `*' at the beginning of a line.
13355
13356 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13357 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13358 subr.el.
13359 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13360 to specify indentation.
13361
13362 * generic.el (define-generic-mode): Let generic-mode-list be a
13363 list of strings; test membership with equal.
13364
13365 2005-03-14 Kim F. Storm <storm@cua.dk>
13366
13367 * simple.el (next-line, previous-line): Add optional try-vscroll
13368 arg to recognize interactive use. Pass it on to line-move.
13369 (line-move): Don't perform auto-window-vscroll when defining or
13370 executing keyboard macro to ensure consistent behavior.
13371
13372 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13375
13376 2005-03-13 Lute Kamstra <lute@gnu.org>
13377
13378 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13379 debugger-setup-buffer so that backtrace marks the frames set to
13380 debug-on-exit and we don't have to do it manually. Set an extra
13381 debug-on-exit for macro's.
13382 (debugger-setup-buffer): Don't mark the top frame manually.
13383
13384 2005-03-12 Lute Kamstra <lute@gnu.org>
13385
13386 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13387 lisp-indent-function throughout.
13388 (with-no-warnings): Set lisp-indent-function property.
13389
13390 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13391
13392 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13393 Add entry for backslash.
13394
13395 2005-03-12 Juri Linkov <juri@jurta.org>
13396
13397 * info.el (Info-search): Four fixes for backward search.
13398
13399 2005-03-11 Jay Belanger <belanger@truman.edu>
13400
13401 * calc/calc.el (calc-language-alist): New variable.
13402 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13403 (calc-embedded-find-modes): Use calc-language-alist instead of
13404 calc-embedded-language-alist.
13405
13406 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13407
13408 * calendar/calendar.el (calendar-redrawing): New internal
13409 variable.
13410 (redraw-calendar): Remove bogus save-excursion from previous
13411 change. Bind calendar-redrawing to t for mark-diary-entries.
13412 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13413 calendar if that is why we were called.
13414
13415 2005-03-11 Kenichi Handa <handa@m17n.org>
13416
13417 * international/mule.el (make-coding-system): Set property
13418 coding-system-define-form to nil.
13419 (define-coding-system-alias): Likewise.
13420
13421 2005-03-11 Kenichi Handa <handa@m17n.org>
13422
13423 These changes are suggested by Dave Love <fx@gnu.org>.
13424
13425 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13426 coding: tag.
13427 (adaptive-fill-regexp): Add more bullets.
13428 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13429 regexps.
13430
13431 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13432
13433 * help.el (describe-mode): Properly handle non-trivial lighters.
13434 Don't ignore minor modes that are not listed in minor-mode-list.
13435
13436 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13437 feature ON when the user requests to turn it OFF.
13438
13439 2005-03-10 Lute Kamstra <lute@gnu.org>
13440
13441 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13442 (implement-debug-on-entry): New function to replace debug-entry-code.
13443 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13444 second argument as the 2005-03-07 change makes it obsolete.
13445 (debug-on-entry, cancel-debug-on-entry): Update call to
13446 debug-on-entry-1.
13447 (debug, debugger-setup-buffer): Comment update.
13448 (debugger-frame-number): Update to work with implement-debug-on-entry.
13449
13450 2005-03-10 Jay Belanger <belanger@truman.edu>
13451
13452 * calc/calc-embed.el (math-ms-args): Declare it.
13453 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13454 math-ms-args.
13455 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13456 variables.
13457
13458 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13459
13460 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13461 Use message-box.
13462
13463 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13464 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13465 (tooltip-gud-tips): Simplify.
13466 (tooltip-gud-tips-p): Remove superfluous :set.
13467 (tooltip-gud-modes): Add fortran-mode.
13468 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13469
13470 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13471
13472 2005-03-09 Kim F. Storm <storm@cua.dk>
13473
13474 * play/animate.el (animate-place-char): Use forward-line instead
13475 of next-line to improve performance.
13476
13477 2005-03-09 Simon Josefsson <jas@extundo.com>
13478
13479 * net/browse-url.el (browse-url-default-browser): Doc fix.
13480
13481 2005-03-09 Miles Bader <miles@gnu.org>
13482
13483 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13484 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13485
13486 2005-03-09 Kenichi Handa <handa@m17n.org>
13487
13488 * international/latin-1.el: Set case and syntax for 255 only if
13489 set-case-syntax-set-multibyte is nil.
13490
13491 * textmodes/ispell.el (ispell-insert-word): New function.
13492 (ispell-word): Use ispell-insert-word to insert a new word.
13493 (ispell-process-line): Likewise.
13494 (ispell-complete-word): Likewise.
13495
13496 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13497
13498 * calendar/calendar.el (redraw-calendar): Preserve point.
13499 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13500 (calendar-week-start-day): Move after definition of
13501 redraw-calendar. Delete buffer test, since redraw-calendar has
13502 that now.
13503
13504 * calendar/diary-lib.el (mark-diary-entries): Only call
13505 redraw-calendar in the first of any recursive calls.
13506 Reported by Alan Shutko <ats@acm.org>.
13507
13508 2005-03-08 Juri Linkov <juri@jurta.org>
13509
13510 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13511 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13512 (html-radio-buttons): Add a space before the trailing `/>' where
13513 sgml-xml-mode is non-nil.
13514 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13515 the subsequent tag of the empty XML tag.
13516 (html-href-anchor): Don't set initial input to "http:".
13517 (html-image): Ask for the image URL and set point inside alt="".
13518 (html-name-anchor): Duplicate the name in the `id' attribute when
13519 sgml-xml-mode is non-nil.
13520 (html-paragraph): Remove \n before <p>.
13521 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13522 instead of `checked' when sgml-xml-mode is non-nil.
13523
13524 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13525 Remove 1 space before #RRGGBB to not truncate it on terminal
13526 windows w/o fringes. Remove 1 space between bg and fg examples
13527 to get more space.
13528 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13529 avoid byte-compile warnings.
13530
13531 * image-file.el (image-file-handler): Put `safe-magic' property to
13532 `image-file-handler'.
13533
13534 * info.el (Info-isearch-search): Emulate word search in
13535 isearching through multiple Info nodes with Info-search.
13536 (Info-isearch-wrap): Allow isearch-word.
13537
13538 2005-03-08 Lute Kamstra <lute@gnu.org>
13539
13540 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13541 stepping into the debugger's code is not possible.
13542 (debugger-jumping-flag): Docstring update.
13543
13544 2005-03-08 Jay Belanger <belanger@truman.edu>
13545
13546 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13547 embedded mode begins.
13548 (calc-embedded-language-alist): New variable.
13549 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13550 set default language mode.
13551
13552 2005-03-08 Kenichi Handa <handa@m17n.org>
13553
13554 * international/ccl.el (define-ccl-program): Fix docstring about
13555 extra 256 bytes assured for the output buffer.
13556
13557 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13558 Fix BUFFER_MAGNIFICATION to 2.
13559 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13560
13561 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13562
13563 * align.el (align-rules-list): Added an alignment rule for CSS
13564 declarations (applies to css-mode and html-mode buffers).
13565
13566 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13569
13570 2005-03-07 Kim F. Storm <storm@cua.dk>
13571
13572 * simple.el (move-beginning-of-line): New command.
13573
13574 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13575
13576 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13577
13578 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13579 and move-beginning-of-line.
13580
13581 * apropos.el (apropos-print): Omit command from M-x ... RET.
13582
13583 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13584
13585 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13586 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13587
13588 2005-03-06 Richard M. Stallman <rms@gnu.org>
13589
13590 * bindings.el (esc-map): Bind M-g to goto-line.
13591
13592 * facemenu.el (global-map): Bind M-o, not M-g.
13593
13594 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13595
13596 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13597 "Open Directory" as for "Open File".
13598
13599 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13600
13601 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13602 (push-mark-command): Run activate-mark-hook.
13603
13604 2005-03-06 Richard M. Stallman <rms@gnu.org>
13605
13606 * help-mode.el (help-mode-finish): Don't alter the element
13607 in view-return-to-alist if there already is one.
13608
13609 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13610 make sure the current buffer is the expected one.
13611
13612 * novice.el (disabled-command-function): Output in *Disabled Command*.
13613 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13614
13615 * textmodes/flyspell.el (flyspell-large-region):
13616 Pass args differently for aspell.
13617
13618 * files.el (mode-require-final-newline): Doc fix.
13619
13620 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13621
13622 * progmodes/which-func.el (which-function):
13623 Specify NOERROR when calling imenu--make-index-alist.
13624
13625 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * simple.el (normal-erase-is-backspace): Define default value.
13628
13629 * custom.el (custom-theme-set-variables): Remove unused var
13630 `immediate'.
13631 (custom-reevaluate-setting): Simple function to handle variables
13632 that are defined before their default value can really be
13633 computed.
13634
13635 * startup.el (command-line): Use it for temporary-file-directory,
13636 small-emporary-file-directory, auto-save-file-name-transforms,
13637 blink-cursor-mode, and normal-erase-is-backspace.
13638
13639 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13640 progress, even with buggy anchored keywords.
13641
13642 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13643
13644 * simple.el (goto-line): Remove unbalanced final parenthesis.
13645
13646 2005-03-05 Richard M. Stallman <rms@gnu.org>
13647
13648 * simple.el (goto-line): Use a number at point as the default.
13649 With C-u as arg, switch buffers.
13650
13651 2005-03-05 Juri Linkov <juri@jurta.org>
13652
13653 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13654 with `no-blinking-cursor'.
13655
13656 * startup.el (no-blinking-cursor): New defvar.
13657 (command-line): Add `--no-blinking-cursor' to longopts.
13658 Set `no-blinking-cursor' to t for command line arguments
13659 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13660 with `no-blinking-cursor' in the condition for calling
13661 `blink-cursor-mode'.
13662
13663 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13664
13665 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13666 (menu-bar-options-save): Add blink-cursor-mode.
13667 (menu-bar-options-menu): Add blink-cursor-mode.
13668
13669 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13670
13671 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13672 (icalendar-export-file, icalendar-export-region)
13673 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13674 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13675
13676 2005-03-04 Lute Kamstra <lute@gnu.org>
13677
13678 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13679 (debug-function-list): Ditto.
13680
13681 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13682
13683 * textmodes/texinfmt.el (texinfo-append-refill):
13684 Redefine the types of line to which @refill
13685 is not appended by replacing a search for `@refill\\|@bye' with
13686 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13687 itemize@refill' bug and the unfilled long lines bug.
13688 (texinfmt-version): Update number and date.
13689
13690 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13691
13692 * international/code-pages.el (windows-1250, windows-125[2-8])
13693 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13694
13695 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13698 bound yet.
13699
13700 2005-03-02 Romain Francoise <romain@orebokech.com>
13701
13702 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13703 buffer after removing limits.
13704 (ibuffer-pop-filter): Ditto.
13705 Update copyright.
13706
13707 2005-03-02 Miles Bader <miles@gnu.org>
13708
13709 * button.el (make-text-button): If the user doesn't specify a
13710 type, use the default. Rewrite to use `add-text-properties' and
13711 plist functions.
13712
13713 2005-03-01 Lute Kamstra <lute@gnu.org>
13714
13715 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13716 (debugger-jumping-flag): New var.
13717 (debug-entry-code): Use it.
13718 (debugger-jump): Use debugger-jumping-flag and add
13719 debugger-reenable to post-command-hook.
13720 (debugger-reenable): Use debugger-jumping-flag and remove itself
13721 from post-command-hook.
13722 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13723 debugger-reenable.
13724
13725 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13726
13727 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13728 inclusion of "itemize\\|", which may be unnecessary, is certainly
13729 inelegant, and stops refilling in itemize lists when formatting
13730 Japanese Texinfo files to Info.
13731 Update copyright to 2005.
13732
13733 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
13734
13735 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13736 of an error if GDB can't find the source file.
13737
13738 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13739
13740 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13741 not just the calendar.
13742
13743 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13744 first.
13745 (diary-redraw-calendar): New function.
13746 (make-diary-entry): Add diary-redraw-calendar to local
13747 write-contents-functions. Turn off selective display before
13748 inserting in diary.
13749
13750 2005-03-01 Kim F. Storm <storm@cua.dk>
13751
13752 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13753
13754 2005-03-01 Lute Kamstra <lute@gnu.org>
13755
13756 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13757 that debug-entry-code can be safely removed from a function while
13758 this code is being evaluated. Revert the 2005-02-27 change as the
13759 new implementation no longer requires it. Make sure that a
13760 function body containing just a string is not mistaken for a docstring.
13761 (debug): Skip one more frame in case of debug on entry.
13762 (debugger-setup-buffer): Delete one more frame line in case of
13763 debug on entry.
13764 (debugger-frame-number): Update to use the new text introduced by
13765 the 1999-11-03 change. Skip one more frame in case of debug on entry.
13766
13767 2005-02-28 Kim F. Storm <storm@cua.dk>
13768
13769 * double.el (double-translate-key): Call force-window-update after
13770 read-event to avoid crash in redisplay.
13771
13772 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13775 (debug): Use it. Move the inhibit-trace earlier.
13776 (debug-entry-code): New const.
13777 (debug-on-entry-1): Use it.
13778
13779 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
13780
13781 * international/utf-16.el (ccl-encode-mule-utf-16le):
13782 Fix BUFFER_MAGNIFICATION to 2.
13783 (ccl-encode-mule-utf-16be): Likewise.
13784
13785 2005-02-28 Kenichi Handa <handa@m17n.org>
13786
13787 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13788 Fix BUFFER_MAGNIFICATION to 4.
13789 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13790
13791 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
13792
13793 * speedbar.el (speedbar-update-flag): Doc fix.
13794 (speedbar-show-info-under-mouse): Give set-mouse-position the right
13795 argument.
13796
13797 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13798
13799 * reveal.el (reveal-post-command): Don't try to reveal overlays which
13800 have a non-nil `invisible' property but are actually visible.
13801
13802 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13803 for perldoc sections.
13804 (perl-outline-regexp, perl-outline-level): New var and function.
13805 (perl-mode): Use them.
13806
13807 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
13808
13809 * calendar/diary-lib.el (diary-remind): Discard any mark portion
13810 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13811
13812 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
13813
13814 * cus-edit.el: Comment change.
13815 (custom-buffer-create-internal): Slightly reword text at top of
13816 Custom buffers. Mention there that saving an option edits the
13817 init file. Add link to Emacs manual node on `custom-file'.
13818 (custom-magic-alist): Rewrite individual State messages to use
13819 capitalized keywords. Doc fix.
13820
13821 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
13822
13823 * calendar/calendar.el (calendar-buffer): Move above
13824 calendar-week-start-day.
13825 (calendar-week-start-day): Doc fix. Add :set function.
13826 (calendar-minimum-window-height): New variable.
13827 (generate-calendar-window): Only resize window if selected-window
13828 is displaying the calendar buffer. Use new variable
13829 calendar-minimum-window-height.
13830 (generate-calendar): Reword error message.
13831 (calendar-mode-map): Bind DEL to scroll-other-window-down.
13832
13833 2005-02-27 Andreas Schwab <schwab@suse.de>
13834
13835 * vc.el (vc-do-command): Don't run command asynchronously when
13836 operating in a remote directory.
13837
13838 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13839 change from sync with Tramp 2.0.47.
13840
13841 2005-02-27 Richard M. Stallman <rms@gnu.org>
13842
13843 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13844
13845 * textmodes/flyspell.el (flyspell-mode-on):
13846 Call ispell-change-dictionary only if necessary.
13847
13848 * emacs-lisp/re-builder.el (regexp-builder): New function.
13849
13850 * register.el (describe-register-1): Explicitly handle
13851 yank-excluded-properties = t.
13852
13853 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13854 (custom-magic-alist): Change the status descriptions again.
13855 (face widget-type): Total rewrite based on `restricted-sexp'
13856 to eliminate the confusing double hiding levels.
13857
13858 * emacs-lisp/debug.el (debug-on-entry-1):
13859 If function body is empty, add nil as body form.
13860
13861 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13862
13863 * emacs-lisp/trace.el (inhibit-trace): New var.
13864 (trace-make-advice): Use it.
13865
13866 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13867
13868 2005-02-26 Kim F. Storm <storm@cua.dk>
13869
13870 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13871 (mouse-on-link-p, mouse-drag-region-1): Use it.
13872
13873 2005-02-25 Lute Kamstra <lute@gnu.org>
13874
13875 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13876
13877 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
13878
13879 * frame.el (blink-cursor-mode): Add :group keyword.
13880
13881 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
13882
13883 * calendar/icalendar.el (icalendar--decode-isodatetime):
13884 New optional argument DAY-SHIFT.
13885 (icalendar-export-region): Fix coding-system-for-write.
13886 (icalendar--convert-ical-to-diary): Shift end-day of all-day
13887 events by one.
13888
13889 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13890
13891 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13892
13893 2005-02-24 Kim F. Storm <storm@cua.dk>
13894
13895 * international/iso-acc.el (iso-accents-compose): Fix crash
13896 during redisplay. Call force-window-update after read-event
13897 and delete-region to signal that window is not accurate.
13898
13899 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13900
13901 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13902 Remove unused and inexistent var `inhibit-trace'.
13903 (debugger-mode): Use run-mode-hooks.
13904 (debugger-list-functions): Add buttons; setup xref stack.
13905
13906 2005-02-23 Richard M. Stallman <rms@gnu.org>
13907
13908 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13909 appointment says it was explicitly made.
13910 (appt-add): Set the 3rd element.
13911 (appt-make-list): Preserve explicit appointments.
13912
13913 * subr.el (find-tag-default): Catch errors in forward-sexp.
13914
13915 2005-02-23 Juri Linkov <juri@jurta.org>
13916
13917 * info.el (Info-isearch-search): New defcustom.
13918 (Info-isearch-search): Call the default isearch function
13919 when Info-isearch-search is nil.
13920 (Info-isearch-wrap): Use variable Info-isearch-search.
13921
13922 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
13923
13924 * cus-edit.el: Comment change.
13925
13926 2005-02-22 Kim F. Storm <storm@cua.dk>
13927
13928 * progmodes/hideif.el (hide-ifdef-use-define-alist):
13929 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
13930
13931 2005-02-22 Simon Josefsson <jas@extundo.com>
13932
13933 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13934 New variable.
13935 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
13936 Oskarsson" <myrkraverk@users.sourceforget.net>.
13937
13938 2005-02-22 Kim F. Storm <storm@cua.dk>
13939
13940 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13941 check that window of that event is the selected window.
13942 (mouse-drag-region-1): Compare mouse event window to selected
13943 window before setting point.
13944
13945 * tooltip.el (tooltip-show-help-function): Pass event to
13946 mouse-on-link-p so it can check selected window.
13947
13948 2005-02-22 Kenichi Handa <handa@m17n.org>
13949
13950 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13951 (ps-mule-show-warning): New function.
13952 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13953 characters are found.
13954
13955 * ps-print.el (ps-header-footer-string): Return a list of header
13956 and footer strings.
13957
13958 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13959
13960 * pcvs.el (cvs-retrieve-revision): Fix thinko.
13961
13962 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13963
13964 * frame.el (blink-cursor-mode): Use define-minor-mode.
13965
13966 * term/mac-win.el (function-key-map): Use char-names more consistently.
13967 (file-name-coding-system): Only set it for MacOS-9. The other case is
13968 already handled in mule-cmds.el (where it also works when mac-win.el
13969 is not used).
13970
13971 2005-02-21 Kenichi Handa <handa@m17n.org>
13972
13973 * international/mule.el (ctext-pre-write-conversion): Always use
13974 " *code-converting-work*" buffer for work.
13975
13976 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13977
13978 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
13979
13980 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13981
13982 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
13983
13984 * ses.el (undo-more): Restore defadvice, but only the part that
13985 allows changes outside the restricted area of the buffer.
13986
13987 2005-02-20 Kim F. Storm <storm@cua.dk>
13988
13989 * simple.el (line-move): Add fourth optional arg try-vscroll which
13990 must be set to perform auto-window-vscroll.
13991 When moving backwards and doing auto-window-vscroll, automatically
13992 vscroll to the last part of lines which are taller than the window.
13993 (next-line, previous-line): Set try-vscroll arg on line-move.
13994
13995 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13996
13997 * replace.el (query-replace, query-replace-regexp)
13998 (replace-string, replace-regexp): When operating on region, make
13999 the minibuffer prompt say so.
14000
14001 * isearch.el (isearch-forward): Document isearch-query-replace and
14002 isearch-query-replace-regexp keybindings.
14003
14004 2005-02-19 Jay Belanger <belanger@truman.edu>
14005
14006 * calc/calc-aent.el (math-read-token): Add local variable.
14007
14008 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14009 (calc-edit-top): Move declaration to earlier in file.
14010 (calc-edit-macro-repeats): Add local variables.
14011
14012 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14013 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14014 calcFunc-tanh.
14015 Adjust integration rule for calcFunc-tan.
14016
14017 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14018
14019 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14020 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14021 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14022 (viper-skip-separators): Bug fix.
14023 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14024 particular major mode.
14025 (viper-del-backward-char-in-replace): Don't put deleted char on the
14026 kill ring.
14027
14028 * viper-ex.el (viper-color-display-p): New function.
14029 (viper-has-face-support-p): Use viper-color-display-p.
14030
14031 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14032
14033 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14034
14035 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14036 (viper-file-remote-p): Make equivalent to file-remote-p.
14037
14038 * viper.el (viper-major-mode-modifier-list):
14039 Use viper-gnus-modifier-map.
14040
14041 2005-02-19 David Kastrup <dak@gnu.org>
14042
14043 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14044 quoting.
14045
14046 2005-02-19 Jay Belanger <belanger@truman.edu>
14047
14048 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14049 Remove extra definitions.
14050 (calc-coth): New function.
14051 (calcFunc-cot): Fix `let'.
14052
14053 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14054
14055 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14056 the reasons we use "type pc" in these faces.
14057
14058 * button.el (button): Ditto.
14059
14060 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14061
14062 * replace.el (query-replace-read-from): Set the value of
14063 query-replace-from-history-variable to handle the case of an empty
14064 string entered to accept the suggested default.
14065
14066 * net/tramp.el (tramp-file-name-for-operation):
14067 Use dired-call-process instead of dired-call-process-command.
14068
14069 2005-02-19 Jay Belanger <belanger@truman.edu>
14070
14071 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14072 (math-div-non-trig): New variables.
14073 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14074 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14075 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14076 trig expressions.
14077
14078 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14079
14080 * progmodes/gdb-ui.el (gdb-var-update-handler)
14081 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14082 for watch expressions,
14083 (gdb-var-create-handler): Don't set speedbar-update-flag.
14084 (gdb-post-prompt): Simplify test for speedbar.
14085
14086 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14087
14088 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14089 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14090 we use the syntax table of the correct buffer.
14091 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14092 Felix Gatzemeier.
14093
14094 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14095 (ediff-file-remote-p): Make synonymous with file-remote-p.
14096 In all deffaces ediff-*-face-*, use min-colors.
14097
14098 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14099 ediff-recurse-to-subdirectories.
14100 (ediff-mark-if-equal): Check that the arguments are strings, use
14101 ediff-same-contents (after to Felix Gatzemeier).
14102
14103 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14104 nil.
14105
14106 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14109
14110 2005-02-18 David Kastrup <dak@gnu.org>
14111
14112 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14113 use `mark-active' when defined.
14114
14115 2005-02-18 Kenichi Handa <handa@m17n.org>
14116
14117 * ps-print.el (ps-font-info-database): New entry
14118 ZapfChancery-MediumItalic with correct font name. Fix font name
14119 of the entry Zapf-Chancery-MediumItalic.
14120
14121 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14122
14123 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14124
14125 2005-02-16 Kim F. Storm <storm@cua.dk>
14126
14127 * ido.el (ido-fallback-command): Pass user input to fallback command.
14128
14129 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14130
14131 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14132 (gdb-find-file-hook): Add server prefix.
14133
14134 2005-02-16 Richard M. Stallman <rms@gnu.org>
14135
14136 * replace.el (perform-replace): Pass new args to replace-highlight.
14137 (replace-highlight): Take region args,
14138 and pass them to isearch-lazy-highlight-new-loop.
14139
14140 * novice.el (disabled-command-hook): Autoload the defalias
14141 and the make-obsolete-variable call.
14142
14143 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14144
14145 * isearch.el (isearch-lazy-highlight-start-limit)
14146 (isearch-lazy-highlight-end-limit): New variables limit
14147 the region for highlighting.
14148 (isearch-lazy-highlight-new-loop): New args BEG and END.
14149 (isearch-lazy-highlight-search): Use the new vars.
14150 (isearch-lazy-highlight-update): Likewise.
14151
14152 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14153
14154 * cus-start.el (all): Use default-boundp.
14155
14156 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14157
14158 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14159
14160 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14161
14162 * autorevert.el (auto-revert-stop-on-user-input)
14163 (auto-revert-verbose): Doc fixes.
14164
14165 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14166
14167 * international/mule-cmds.el (set-locale-environment): Remove call
14168 to set-selection-coding-system on Windows.
14169
14170 2005-02-15 Jay Belanger <belanger@truman.edu>
14171
14172 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14173 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14174 calcFunc-coth.
14175 (math-simplify-sqrt): Add simplifications.
14176
14177 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14178 to list.
14179
14180 * calc/calc-ext.el: Add functions to autoloads.
14181
14182 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14183 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14184 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14185 (math-csc-raw, math-cot-raw): New functions.
14186
14187 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14188
14189 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14190 the variable name in a message.
14191
14192 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14193 calcFunc-csc, calcFunc-cot.
14194
14195 * calc/calcalg2.el: Add derivative and integration rules for
14196 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14197 calcFunc-csch, calcFunc-coth.
14198 (math-do-integral-methods): Add to checks for when to use
14199 substitutions.
14200
14201 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14202
14203 2005-02-15 Lute Kamstra <lute@gnu.org>
14204
14205 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14206 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14207 <monnier@iro.umontreal.ca>
14208 (lisp-outline-level): Improve efficiency. Suggested by David
14209 Kastrup <dak@gnu.org>.
14210
14211 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14212
14213 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14214 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14215 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14216 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14217 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14218
14219 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14220
14221 * cus-start.el (all): Comment change.
14222
14223 2005-02-14 Lute Kamstra <lute@gnu.org>
14224
14225 * cus-start.el (all): Check if symbol is void.
14226
14227 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14228
14229 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14230 optional argument to \cite.
14231
14232 2005-02-14 Richard M. Stallman <rms@gnu.org>
14233
14234 * cus-edit.el (custom-buffer-create-internal): Update help message.
14235 (custom-magic-alist): Update help messages.
14236
14237 * cus-start.el (all): Allow a var to specify a standard value.
14238
14239 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14240
14241 * custom.el (custom-theme-set-variables): Handle variable aliases.
14242
14243 * frame.el (blink-cursor-timer): Doc fix.
14244 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14245 declare obsolete.
14246 (blink-cursor-mode): Define with defcustom and use correct
14247 standard expression in that defcustom.
14248 * startup.el (command-line): Adapt to above changes in frame.el.
14249
14250 2005-02-11 Lute Kamstra <lute@gnu.org>
14251
14252 * apropos.el (apropos-score-doc): Prevent division by zero.
14253
14254 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14255
14256 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14257 (icalendar--get-event-property-attributes)
14258 (icalendar--get-event-properties)
14259 (icalendar--datetime-to-diary-date): New functions.
14260 (icalendar--split-value): Doc fix.
14261 (icalendar--datetime-to-noneuropean-date)
14262 (icalendar--datetime-to-european-date): New optional argument
14263 SEPARATOR. Return result as a string instead of a list.
14264 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14265 (icalendar--convert-string-for-export): Rename arg S to STRING.
14266 (icalendar-export-region): Doc fix. Change name of error buffer.
14267 Save output buffer.
14268 (icalendar-import-file): Add blank at end of prompt.
14269 (icalendar-import-buffer): Doc fix. Do not switch to error
14270 buffer. Indicate status in return value.
14271 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14272 buffer. Save output buffer. Handle exception from recurrence
14273 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14274 events. Fix problems with weekly all-day events.
14275
14276 2005-02-10 Richard M. Stallman <rms@gnu.org>
14277
14278 * simple.el (eval-expression-print-format):
14279 Avoid warning about edebug-active.
14280
14281 * help.el (help-for-help-internal): Rename from help-for-help.
14282 (help-for-help): Define with defalias.
14283
14284 * font-core.el (font-lock-default-function): Use with-no-warnings.
14285
14286 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14287
14288 * custom.el (defface): Doc fix.
14289
14290 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14291
14292 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14293 width 0" to prevent word wrapping problems.
14294
14295 2005-02-09 Kim F. Storm <storm@cua.dk>
14296
14297 * ido.el (ido-file-extensions-order): New defcustom.
14298 (ido-file-extension-lessp, ido-file-extension-aux)
14299 (ido-file-extension-order): New advanced file ordering.
14300 (ido-file-lessp): New simple file ordering.
14301 (ido-sort-list): Remove.
14302 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14303 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14304
14305 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14306
14307 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14308 that some versions of grep produce.
14309 (grep-mode-font-lock-keywords): Likewise.
14310
14311 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14312
14313 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14314 (gdb-cdir): Delete.
14315 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14316 (gdb-source-info): Treat case when source file is in another
14317 directory properly.
14318 (gdb-get-location): New function.
14319
14320 2005-02-07 Jay Belanger <belanger@truman.edu>
14321
14322 * calc/calc-prog.el (calc-write-parse-table-part)
14323 (calc-fix-token-name): Fix a check for language type.
14324
14325 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14326
14327 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14328
14329 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14330 as directory not writable.
14331
14332 2005-02-07 Kim F. Storm <storm@cua.dk>
14333
14334 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14335 (cua--standard-movement-commands): Remove list.
14336 Instead, set CUA property value to move for movement commands.
14337 (cua-movement-commands): Remove. Users must set CUA prop instead.
14338 (cua--pre-command-handler): Check CUA property.
14339 (cua--init-keymaps): Don't remap undo commands.
14340 (cua-mode): Don't call cua--rectangle-on-off.
14341
14342 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14343 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14344 (cua--rect-undo-set-point): New var.
14345 (cua--rectangle-undo-boundary): Setup undo apply entry.
14346 (cua--rect-undo-handler): New function for rectangle undo.
14347 (cua--rect-start-position, cua--rect-end-position): Add.
14348 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14349 for restored rectangle. Set point if cua--rect-undo-set-point.
14350
14351 2005-02-06 Jay Belanger <belanger@truman.edu>
14352
14353 * calc/calc-lang.el (calc-tex-language): Display more information
14354 in messages.
14355
14356 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14357 in TeX mode.
14358
14359 2005-02-06 Richard M. Stallman <rms@gnu.org>
14360
14361 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14362
14363 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14364
14365 * net/ldap.el (ldap-search-internal): Support attributes with
14366 optional descriptions separated by a semi-colon, as in
14367 "userCertificate;binary".
14368
14369 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14370
14371 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14372 isn't a cons (i.e. the version is 0).
14373
14374 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14375
14376 * help.el (help-for-help): Doc fix.
14377
14378 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14379
14380 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14381 GDB-Windows on the menu-bar as this works better.
14382
14383 2005-02-04 Jay Belanger <belanger@truman.edu>
14384
14385 * calc/calc-embed.el (calc-embedded-update): Don't put in
14386 unnecessary newlines. Adjust the end of formula marker.
14387
14388 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14389 (math-latex-parse-two-args): New function.
14390
14391 2005-02-03 Lute Kamstra <lute@gnu.org>
14392
14393 * help-fns.el (help-with-tutorial): Make sure that users cannot
14394 remove the entire text of the tutorial by means of `undo'.
14395
14396 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14399 in recent changes, where the ispell process was repeatedly
14400 killed & restarted.
14401
14402 * international/mule-cmds.el (set-locale-environment): Set file-name
14403 coding system to utf-8 on Darwin systems.
14404 (set-default-coding-systems): Don't set default-file-name-coding-system
14405 on Darwin systems.
14406
14407 2005-02-03 Richard M. Stallman <rms@gnu.org>
14408
14409 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14410
14411 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14412
14413 * faces.el (list-faces-display): Add optional argument.
14414
14415 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * font-core.el (font-lock-default-function): Handle the rare case where
14418 only font-lock-keywords is set.
14419
14420 2005-02-02 Kenichi Handa <handa@m17n.org>
14421
14422 * international/characters.el: Cancel previous change for
14423 I-WITH-DOT-ABOVE and DOTLESS-i.
14424
14425 * international/latin-5.el: Cancel previous change.
14426
14427 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14428
14429 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14430
14431 2005-02-02 Kenichi Handa <handa@m17n.org>
14432
14433 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14434 DOTLESS-i.
14435
14436 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14437 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14438
14439 * case-table.el (get-upcase-table): New function.
14440 (copy-case-table): Copy upcaes table too if non-nil.
14441 (set-case-syntax-delims): Maintain upcase table too.
14442 (set-case-syntax-pair): Likewise.
14443 (set-upcase-syntax, set-downcase-syntax): New functions.
14444 (set-case-syntax): Maintain upcase table too.
14445
14446 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14447
14448 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14449
14450 * progmodes/gud.el (gud-goto-info): New function.
14451 (gud-tool-bar-map): Use correct icon.
14452
14453 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14454
14455 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14456 When delegating, order args in the funcall correctly.
14457
14458 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14459
14460 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14461
14462 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14463
14464 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14465 buffer not visiting a file.
14466
14467 2005-01-31 Jay Belanger <belanger@truman.edu>
14468
14469 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14470 bound on the line with the formula.
14471
14472 2005-01-31 Kim F. Storm <storm@cua.dk>
14473
14474 * ses.el (ses-create-cell-variable-range)
14475 (ses-destroy-cell-variable-range, ses-reset-header-string)
14476 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14477 (ses-insert-row): Fix format of apply undo entries.
14478
14479 2005-01-31 Jay Belanger <belanger@truman.edu>
14480
14481 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14482 parts.
14483
14484 * calc/calc-embed.el (calc-embedded-open-formula)
14485 (calc-embedded-close-formula): Ignore matrix environments.
14486
14487 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14488 TeX mode.
14489
14490 * calc/calc-lang.el (math-function-table, math-oper-table)
14491 (math-variable-table): Adjust the LaTeX portions.
14492
14493 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14494 (math-latex-ignore-words): New constant.
14495
14496 2005-01-31 Richard M. Stallman <rms@gnu.org>
14497
14498 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14499 (ispell-local-dictionary): Doc fix.
14500 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14501 Don't reinitialize at run time. Don't defcustom.
14502 All uses changed to append ispell-local-dictionary-alist,
14503 or check it first.
14504 (ispell-current-dictionary): New variable for dictionary in use.
14505 (ispell-dictionary): Now used only for global default.
14506 (ispell-start-process): Set ispell-current-dictionary,
14507 not ispell-dictionary.
14508 (ispell-change-dictionary): Use this only for setting
14509 user preferences.
14510 (ispell-internal-change-dictionary): New function
14511 to change the current dictionary in use.
14512 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14513 Use ispell-current-dictionary.
14514 Handle ispell-local-dictionary-overridden.
14515 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14516
14517 2005-01-31 Jay Belanger <belanger@truman.edu>
14518
14519 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14520
14521 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14522 (calc-mode-map): Add calc-latex-language.
14523
14524 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14525 (math-latex-print-frac): New functions.
14526 (math-oper-table, math-function-table, math-variable-table)
14527 (math-complex-format, math-input-filter): Add latex properties.
14528 (calc-set-language): Set math-expr-special-function-mapping.
14529
14530 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14531 (calc-write-parse-table-part): Add LaTeX support.
14532
14533 * calc/calc.el (calc-language): Adjust docstring.
14534 (calc-set-mode-line): Add LaTeX support.
14535 (math-expr-special-function-mapping): New variable.
14536 (math-tex-ignore-words): Add to list.
14537
14538 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14539 Add LaTeX support.
14540 (math-compose-expr): Add support for special functions.
14541
14542 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14543
14544 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14545
14546 * progmodes/gdb-ui.el (gdb-memory-address)
14547 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14548 (gdb-memory-mode-map, gdb-memory-format-keymap)
14549 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14550 (gdb-memory-unit-menu): New variables for a buffer
14551 that lets the user examine program memory.
14552 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14553 (gdb-memory-format-binary, gdb-memory-format-octal)
14554 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14555 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14556 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14557 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14558 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14559 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14560 (gdb-memory-mode, gdb-memory-buffer-name)
14561 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14562 New functions for above buffer.
14563
14564 2005-01-30 Richard M. Stallman <rms@gnu.org>
14565
14566 * cus-edit.el (custom-bury-buffer): Function deleted.
14567 (custom-buffer-done-function): Option deleted.
14568 (custom-buffer-done-kill): New (replacement option.
14569 (Custom-buffer-done): Call quit-window.
14570 (custom-buffer-create-internal): Update for above changes.
14571
14572 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14573
14574 * simple.el (undo-ask-before-discard): New var.
14575 (undo-outer-limit-truncate): Implement it.
14576 (undo-extra-outer-limit): Doc update.
14577
14578 2005-01-29 Richard M. Stallman <rms@gnu.org>
14579
14580 * ses.el (undo-more): Delete defadvice.
14581 (ses-begin-change): Doc fix.
14582
14583 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14584 instead of rebinding C-x u and C-_.
14585
14586 * files.el (normal-backup-enable-predicate): Return nil for files
14587 in /tmp, regardless of temporary-file-directory.
14588
14589 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14590
14591 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14592 (open-rectangle, delete-whitespace-rectangle-line)
14593 (clear-rectangle-line): If FILL, pass t instead of FILL
14594 for move-to-column's 2nd arg.
14595
14596 * simple.el (undo): Fix the test for continuing a series of undos.
14597 (undo-more): Set pending-undo-list to t when we reach end.
14598 (pending-undo-list): Move up defvar.
14599
14600 * wid-edit.el (widget-button-click):
14601 Shorten the range of the track-mouse binding.
14602
14603 * comint.el (comint-insert-input): Undo previous changes;
14604 use last-input-event in interactive spec.
14605
14606 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14607
14608 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14609 to nil before invoking call-process. Reset buffer's modified flag
14610 after fontifying it in the no-async branch.
14611
14612 * wid-edit.el (widget-specify-button): If mouse pointer shape
14613 cannot be changed, use mouse face instead.
14614
14615 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14616
14617 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14618 (gdb-goto-breakpoint): Make breakpoint handling work on template
14619 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14620 (gdb-assembler-custom): Update to recognize breakpoint information
14621 added on 2005-01-19.
14622
14623 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14624
14625 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14626 (dsssl-mode): Use define-derived-mode.
14627 (scheme-mode-initialize): Remove.
14628 (scheme-mode): Use run-mode-hooks.
14629
14630 * cus-edit.el (customize-group-other-window)
14631 (custom-buffer-create-other-window): Don't override special-display-*.
14632 (custom-mode-map): Make it dense.
14633
14634 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14635 sets the default value.
14636
14637 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14638
14639 * descr-text.el: Add more keywords.
14640
14641 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14642
14643 * speedbar.el: Avoid unnecessary use of locate-library.
14644
14645 * international/mule-cmds.el (standard-display-european-internal):
14646 Don't fiddle with latin-1 non-break space any more since it's now
14647 special cased in the C code.
14648 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14649
14650 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14651
14652 * cus-start.el (all): Add `undo-outer-limit'.
14653
14654 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14655
14656 * textmodes/bibtex.el (bibtex-format-entry):
14657 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14658 field lines.
14659 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14660 not on part of a buffer.
14661
14662 2005-01-25 Lute Kamstra <lute@gnu.org>
14663
14664 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14665 nonempty field text strings like "{letters\\macro{}more letters}".
14666 Clarify docstring.
14667 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14668 (bibtex-entry-offset, bibtex-parse-association)
14669 (bibtex-parse-field-name): Fix typos in docstrings.
14670 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14671
14672 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14673
14674 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14675 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14676 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14677 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14678
14679 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14680 isearch minor mode.
14681
14682 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14683
14684 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14685
14686 2005-01-24 Lute Kamstra <lute@gnu.org>
14687
14688 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14689 CASECHARS and NOT-CASECHARS regular expressions of the
14690 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14691 striding over charsets" error.
14692
14693 2005-01-24 Jay Belanger <belanger@truman.edu>
14694
14695 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14696 display variable name.
14697
14698 2005-01-24 Kenichi Handa <handa@m17n.org>
14699
14700 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14701 Fix setting of the element of encoded-kbd-iso2022-invocations.
14702
14703 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14704
14705 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14706 (gdb-threads-select): Change to also accept mouse events.
14707 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14708 (gdb-threads-mouse-select): Delete.
14709
14710 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14711
14712 * files.el (insert-directory): Take care of empty directory,
14713 listed without -a switch.
14714
14715 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * textmodes/refill.el (refill-post-command-function):
14718 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14719 to the list of functions that we should be careful not to undo.
14720 (refill-late-fill-paragraph-function): Remove.
14721 (refill-saved-state): New var.
14722 (refill-mode): Use it to save fill-paragraph-function.
14723 Save also the value of auto-fill-function.
14724
14725 * term/w32-win.el: Simplify code.
14726
14727 2005-01-23 Kim F. Storm <storm@cua.dk>
14728
14729 * simple.el (line-move): Adapt to new return value from
14730 pos-visible-in-window-p.
14731
14732 * simple.el (line-move): Fix last change. Check partial
14733 visibility at point rather than at window-start.
14734
14735 2005-01-22 Jason Rumney <jasonr@gnu.org>
14736
14737 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14738
14739 2005-01-22 David Kastrup <dak@gnu.org>
14740
14741 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14742
14743 2005-01-22 Eli Zaretskii <eliz@gnu.org>
14744
14745 * type-break.el (type-break-mode): Add a test for
14746 type-break-file-name being non-nil.
14747
14748 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14749
14750 * net/eudc.el (top level): Call (message "") via progn, so that
14751 eudc-options-file is loaded.
14752
14753 2005-01-22 Kim F. Storm <storm@cua.dk>
14754
14755 * simple.el (line-move-1): Rename from line-move.
14756 (line-move): New function that adjusts vscroll for partially
14757 visible rows, and calls line-move-1 otherwise.
14758
14759 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14760
14761 * pcomplete.el: Define pcomplete-read-event instead of read-event,
14762 since it's not a complete read-event implementation
14763
14764 2005-01-20 Jay Belanger <belanger@truman.edu>
14765
14766 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14767 for called function.
14768
14769 2005-01-20 Steven Tamm <steventamm@mac.com>
14770
14771 * term/mac-win.el (process-connection-type): Remove.
14772 Controlled now by s/darwin.h:PTY_ITERATION.
14773
14774 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14775
14776 * window.el (handle-select-window): Don't switch window when we're
14777 in the minibuffer.
14778
14779 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
14780
14781 * subr.el (dotimes-with-progress-reporter): New macro.
14782
14783 * ses.el (ses-dotimes-msg): Remove macro.
14784 Use `dotimes-with-progress-reporter' instead.
14785
14786 2005-01-19 Steven Tamm <steventamm@mac.com>
14787
14788 * term/mac-win.el (process-connection-type): Use new
14789 operating-system-release variable to use ptys on Darwin 7 (OS X
14790 10.3) when using carbon build.
14791
14792 2005-01-19 Jay Belanger <belanger@truman.edu>
14793
14794 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14795 flags if the last command was a tab or M-tab.
14796
14797 * calc/calc-prog.el (calc-user-define-edit): Put original formula
14798 in formula editing buffer.
14799
14800 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14801
14802 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14803 breakpoint image symbol in margin.
14804
14805 2005-01-19 Jay Belanger <belanger@truman.edu>
14806
14807 * calc/calc-prog.el (calc-execute-kbd-macro):
14808 Ignore calc-keep-arg-flag.
14809
14810 2005-01-19 Kenichi Handa <handa@m17n.org>
14811
14812 * textmodes/ispell.el (ispell-looking-at): New function.
14813 (ispell-process-line): Use ispell-looking-at to compare the ispell
14814 output and the buffer contents.
14815
14816 2005-01-18 Jay Belanger <belanger@truman.edu>
14817
14818 * calc/calc.el (calc-display-raw): Fix docstring.
14819
14820 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14821
14822 * simple.el (blink-matching-open): Strip extra info from syntax.
14823
14824 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14825 funny chars in the end-of-here-doc marker.
14826
14827 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14828
14829 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14830 that enable/disabled state of breakpoints is shown correctly in
14831 fringe and on ttys.
14832 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14833 Add breakpoint information as text properties.
14834 (gdb-mouse-toggle-breakpoint):
14835 Rename to gdb-mouse-set-clear-breakpoint.
14836 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
14837 breakpoints in the margin.
14838 (gdb-remove-strings): Simplify.
14839
14840 2005-01-17 Jay Belanger <belanger@truman.edu>
14841
14842 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14843 erasing buffer.
14844
14845 2005-01-17 Richard M. Stallman <rms@gnu.org>
14846
14847 * progmodes/grep.el (grep-find): Copy from `grep' the condition
14848 for calling grep-compute-defaults.
14849
14850 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14851 if buffer is empty.
14852
14853 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14854
14855 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
14856
14857 * hilit-chg.el (highlight-changes-mode): Don't autoload.
14858
14859 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14860 non-preloaded variables.
14861
14862 2005-01-17 Steven Tamm <steventamm@mac.com>
14863
14864 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14865 tex-shell cause to force interactivity when using pipes.
14866
14867 2005-01-17 Kim F. Storm <storm@cua.dk>
14868
14869 * simple.el (just-one-space): Make arg optional.
14870
14871 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
14872
14873 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14874 posn-at-x-y to t to access left-margin.
14875
14876 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
14877
14878 Sync with Tramp 2.0.47.
14879
14880 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14881 catching keep-date problems in cp/scp operations.
14882 (tramp-handle-copy-file): Don't call `set-file-modes'
14883 unconditionally. Specialized functions should know better what is
14884 necessary. This improves performance a little bit, and the
14885 functions could catch errors with `cp -p' and `scp -p'.
14886 (tramp-do-copy-or-rename-file-via-buffer)
14887 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14888 when appropriate.
14889 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14890 Call `set-file-modes' when appropriate.
14891 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
14892 Johnsson <isak@hypergene.com>
14893 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14894 of both Tramp buffer and debug buffer. Reported by Joakim Verona
14895 <joakim@verona.se>
14896 (tramp-file-name-for-operation): Mark `shell-command' as magic for
14897 Emacs only.
14898
14899 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
14900 `find-file-hooks' and `dired-mode-hook'.
14901 (tramp-minor-mode-map): Respective map. Add remapping for
14902 `compile' and `recompile'.
14903 (tramp-remap-command, tramp-recompile): New defuns.
14904 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14905 in buffer "*Compilation*". Call the commands asynchronously.
14906
14907 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14908 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14909 `shell-command', because it isn't magic in XEmacs. Reported by
14910 Adrian Aichner <adrian@xemacs.org>.
14911
14912 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14913 `substitute-in-file-name.
14914 (tramp-smb-handle-substitute-in-file-name): New defun.
14915 (tramp-smb-advice-PC-do-completion): Delete advice.
14916
14917 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
14918
14919 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14920 Fix error in deleting region.
14921
14922 2005-01-15 Richard M. Stallman <rms@gnu.org>
14923
14924 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14925 In non-temp buffer, switch syntax table temporarily.
14926
14927 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14928
14929 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14930
14931 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14932
14933 * imenu.el (imenu--split-menu): Copy menulist before sorting.
14934 (imenu--generic-function): Use START, not BEG, as pos of definition.
14935
14936 * simple.el (just-one-space): Argument specifies number of spaces.
14937
14938 * simple.el (eval-expression-print-format): Avoid warning
14939 about edebug-active.
14940
14941 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
14942
14943 * progmodes/sh-script.el: Code copied from make-mode.el
14944 with small changes,
14945 (sh-mode-map): Bind C-c C-\.
14946 (sh-backslash-column, sh-backslash-align): New variables.
14947 (sh-backslash-region, sh-append-backslash): New functions.
14948
14949 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
14950
14951 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14952 (rmail-pop-password, rmail-pop-password-required): Move to
14953 rmail-obsolete group.
14954 (rmail-set-pop-password): Rename to rmail-set-remote-password.
14955 All callers updated.
14956 (rmail-get-pop-password): Rename to rmail-get-remote-password.
14957 Take an argument specifying whether it is POP or IMAP mailbox we
14958 are using. All callers updated.
14959 (rmail-pop-password-error): Rename to
14960 rmail-remote-password-error. Added mailutils-specific error message.
14961 (rmail-movemail-search-path)
14962 (rmail-movemail-variant-in-use): New variables.
14963 (rmail-remote-password, rmail-remote-password-required):
14964 New customization variables.
14965 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14966 (rmail-parse-url): New function.
14967 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14968 with GNU mailutils movemail.
14969
14970 2005-01-15 Kevin Ryde <user42@zip.com.au>
14971
14972 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14973 suffix to space, $ or '$, to correctly position point when going
14974 to @table style constants like DBL_MAX.
14975
14976 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
14977
14978 * type-break.el (type-break-mode, type-break-file-time)
14979 (type-break-file-keystroke-count, type-break-choose-file):
14980 Don't store data in or load data from the file if type-break-file-name
14981 is nil.
14982 (type-break-file-name): Doc update as per the above.
14983
14984 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
14985
14986 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14987 lookup-key might return nil; handle that.
14988
14989 2005-01-15 Alan Mackenzie <acm@muc.de>
14990
14991 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14992 rather than the element found, thus enabling the tree to be setcar'd.
14993
14994 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14995
14996 * textmodes/org.el (org-show-following-heading): New option.
14997 (org-show-hierarchy-above): Use `org-show-following-heading'.
14998 (org-cycle): Documentation fix.
14999
15000 * textmodes/org.el (orgtbl-optimized): New option
15001 (orgtbl-mode): New command, a minor mode.
15002 (orgtbl-mode-map): New variable.
15003 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15004 (orgtbl-error, orgtbl-self-insert-command)
15005 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15006
15007 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15008 a local variable in each org-mode buffer.
15009
15010 * textmodes/org.el (org-set-regexps-and-options): Rename from
15011 `org-set-regexps'. Added checking for STARTUP keyword.
15012 (org-get-current-options): Add STARTUP options.
15013 (org-table-insert-row): Make mode intelligent about when
15014 realignment is needed.
15015 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15016 New commands.
15017 (org-enable-table-editor): New default value `optimized'.
15018 (org-table-blank-field): Support blanking regions if active.
15019
15020 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15021
15022 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15023 if the year is not given.
15024
15025 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15026 Add new escapes %m and %M, fixed bug with %F by adding
15027 save-match-data.
15028 (reftex-reference): Remove ?. from list of spaces.
15029 (reftex-label-info): Add automatic label prefix recognition.
15030
15031 * textmodes/reftex-index.el (reftex-index-next-phrase):
15032 Add slave parameter to call of `reftex-index-this-phrase'.
15033 (reftex-index-this-phrase): New optional argument.
15034 (reftex-index-region-phrases): Add slave parameter to call of
15035 `reftex-index-this-phrase'.
15036 (reftex-display-index): New argument redo.
15037 (reftex-index-rescan): Add 'redo to arguments of
15038 `reftex-display-index'.
15039 (reftex-index-Rescan, reftex-index-revert)
15040 (reftex-index-switch-index-tag): Add 'redo to arguments of
15041 `reftex-display-index'.
15042 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15043 indexing. Fix bug with matching is there is a quote before or
15044 after the word.
15045
15046 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15047 Fix bug when collecting citation keys in lines with comments.
15048 (reftex-citation): Prefix argument no longer rescans the document,
15049 but forces prompting for optional arguments of cite macros.
15050 (reftex-do-citation): Prompting for optional arguments implemented.
15051
15052 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15053 Add optional arguments to most cite commands.
15054 (reftex-cite-cleanup-optional-args): New option
15055 (reftex-cite-prompt-optional-args): New option.
15056 (reftex-trust-label-prefix): New option.
15057
15058 * textmodes/reftex-toc.el (reftex-toc-find-section):
15059 Add push-mark before changing the position in the buffer.
15060
15061 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15062 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15063
15064 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15065
15066 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15067 more carefully.
15068
15069 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15070
15071 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15072 (sgml-mode): Use it.
15073 (sgml-get-context): Better keep track of implicitly closed tags.
15074
15075 2005-01-13 Kenichi Handa <handa@m17n.org>
15076
15077 * textmodes/ispell.el: These changes are to fix misalignment error
15078 caused by equivalent characters of different Emacs charsets.
15079 (ispell-unified-chars-table): New variable.
15080 (ispell-get-decoded-string): New function.
15081 (ispell-get-casechars, ispell-get-not-casechars)
15082 (ispell-get-otherchars): Call ispell-get-decoded-string.
15083
15084 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15085
15086 * custom.el (custom-declare-variable): Just put symbol instead
15087 of (defvar . symbol) in `current-load-list'.
15088
15089 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15090
15091 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15092
15093 2005-01-12 Jay Belanger <belanger@truman.edu>
15094
15095 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15096 to create a Calc summary.
15097
15098 2005-01-12 Kim F. Storm <storm@cua.dk>
15099
15100 * mouse.el (mouse-on-link-p): Change functionality and doc
15101 string to comply with latest description in lisp ref.
15102
15103 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15104
15105 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15106 Enable mouse clicks on mode-line, header-line and margin.
15107 (event-type): Give mouse event symbols an 'event-kind property
15108 with value 'mouse-click.
15109
15110 2005-01-12 Juri Linkov <juri@jurta.org>
15111
15112 * facemenu.el (list-colors-display): Add new arg buffer-name.
15113 Use it. Fix docstring. Replace code for identifying duplicate
15114 colors by the name with call to `list-colors-duplicates' which
15115 identifies duplicate colors by the value unless the color
15116 is one of special Windows colors. Set truncate-lines to t.
15117 Print sorted duplicate color names on each line. Indent to 22
15118 \(the longest color name in rgb.txt) instead of 20. Optimize.
15119 (list-colors-duplicates): New function.
15120 (facemenu-color-name-equal): Delete function.
15121
15122 * facemenu.el (list-colors-print): New function created from code
15123 in list-colors-display. Print #RRGGBB at the window right edge.
15124 (list-colors-display): When temp-buffer-show-function is not
15125 defined, call list-colors-print from temp-buffer-show-hook
15126 to get the right value of window-width in list-colors-print
15127 after the buffer is displayed.
15128
15129 * simple.el (pop-mark): Move deactivate-mark out of conditional
15130 part to deactivate the active mark regardless of the state of the
15131 mark ring.
15132
15133 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15134 variables line in desktop files.
15135
15136 2005-01-12 Juri Linkov <juri@jurta.org>
15137
15138 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15139 Bring together isearch highlight related options.
15140 (lazy-highlight): Replace group `replace' by `matching'.
15141 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15142 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15143 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15144 and declare them obsolete.
15145 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15146 (isearch-faces): Remove defgroup.
15147 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15148 Move isearch highlighting code closer to lazy highlighting code.
15149
15150 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15151 (query-replace-highlight, query-replace-lazy-highlight)
15152 (query-replace): Move definitions to the beginning of the file.
15153
15154 2005-01-11 Juri Linkov <juri@jurta.org>
15155
15156 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15157 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15158 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15159
15160 * info.el (Info-history-forward): New variable.
15161 (Info-select-node): Reset Info-history-forward to nil.
15162 (Info-last): Turn into defalias.
15163 (Info-history-back): Rename from Info-last.
15164 Add current node to Info-history-forward.
15165 (Info-history-forward): New fun.
15166 (Info-mode-map): Replace Info-last by Info-history-back.
15167 Bind Info-history-forward to "r".
15168 (Info-mode-menu): Replace Info-last by Info-history-back.
15169 Fix menu item text. Add menu item for Info-history-forward.
15170 (info-tool-bar-map): Replace Info-last by Info-history-back.
15171 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15172 for Info-history-forward.
15173 (Info-mode): Replace Info-last by Info-history-back in docstring.
15174 Add local variable Info-history-forward.
15175 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15176
15177 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15178
15179 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15180 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15181 Ignore select-window events rather than fiddle with
15182 mouse-autoselect-window.
15183
15184 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15185
15186 * type-break.el (type-break-mode): Fix previous change.
15187
15188 2005-01-10 Jay Belanger <belanger@truman.edu>
15189
15190 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15191 calculator; only reset when point is inside a calculator.
15192 Don't adjust the window height if the window takes up the whole height
15193 of the frame.
15194
15195 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15196
15197 * ebuff-menu.el (Electric-buffer-menu-mode):
15198 Preserve value of buffer-local var header-line-format.
15199
15200 2005-01-09 Jay Belanger <belanger@truman.edu>
15201
15202 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15203 Make sure settings file exists before accessing it.
15204
15205 * calc/calc-embed.el (calc-embedded-subst):
15206 Replace math-multi-subst-rec, which is only supposed to be called
15207 by math-multi-subst, by math-multi-subst.
15208
15209 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15210
15211 * vc.el (vc-allow-async-revert): New user option.
15212 (vc-disable-async-diff): New internal variable.
15213 (vc-revert-buffer): Use them to disable asynchronous diff.
15214
15215 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15216 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15217 asynchronously if vc-disable-async-diff is t.
15218
15219 2005-01-09 Jay Belanger <belanger@truman.edu>
15220
15221 * calc/calc.el (defcalcmodevar): New macro.
15222 (calc-mode-var-list-restore-default-values)
15223 (calc-mode-var-list-restore-saved-values): New functions.
15224 (calc-mode-var-list): Use defcalcmodevar to define it.
15225 (calc-always-load-extensions, calc-line-numbering)
15226 (calc-line-breaking, calc-display-just, calc-display-origin)
15227 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15228 (calc-group-char, calc-point-char, calc-frac-format)
15229 (calc-prefer-frac, calc-hms-format, calc-date-format)
15230 (calc-float-format, calc-full-float-format, calc-complex-format)
15231 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15232 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15233 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15234 (calc-matrix-brackets, calc-language, calc-language-option)
15235 (calc-left-label, calc-right-label, calc-word-size)
15236 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15237 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15238 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15239 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15240 (calc-window-height, calc-display-trail, calc-show-selections)
15241 (calc-use-selections, calc-assoc-selections)
15242 (calc-display-working-message, calc-auto-why, calc-timing)
15243 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15244 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15245 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15246 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15247 (calc-gnuplot-geometry, calc-graph-default-resolution)
15248 (calc-graph-default-resolution-3d, calc-invocation-macro)
15249 (calc-show-banner): Use defcalcmodevar to declare them and set
15250 their default values.
15251
15252 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15253 instead of default values (but restore default values if there is
15254 an argument of 0).
15255
15256 2005-01-09 David Kastrup <dak@gnu.org>
15257
15258 * desktop.el (desktop-restore-eager): Fix typo in type.
15259
15260 2005-01-08 Richard M. Stallman <rms@gnu.org>
15261
15262 * cus-edit.el (customize): Delete :link.
15263
15264 2005-01-08 Jay Belanger <belanger@truman.edu>
15265
15266 * calc/calc.el (calc-mode): Remove the extension from the
15267 `calc-settings-file' file name when loading it.
15268
15269 2005-01-08 Kim F. Storm <storm@cua.dk>
15270
15271 * info.el (Info-mode-map, Info-next-link-keymap)
15272 (Info-prev-link-keymap, Info-up-link-keymap):
15273 Map follow-link to mouse-face.
15274 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15275
15276 2005-01-08 Jay Belanger <belanger@truman.edu>
15277
15278 * calc/calc.el (calc-settings-file): Change default value.
15279 Suggested by cgw in a comment in calc-mode.el.
15280
15281 * calc/calc-mode.el (calc-settings-file-name):
15282 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15283 Replace ~/.emacs in a prompt by calc-settings-file.
15284
15285 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15286
15287 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15288 (desktop-lazy-idle-delay): New customizable variables.
15289 (desktop-buffer-args-list): New variable.
15290 (desktop-append-buffer-args): New function.
15291 (desktop-save): Call desktop-append-buffer-args for some buffers.
15292 (desktop-lazy-create-buffer): New function.
15293 (desktop-idle-create-buffers): New function.
15294 (desktop-read): Add message about buffers to restore lazily.
15295 (desktop-lazy-abort): New command.
15296 (desktop-clear): Call desktop-lazy-abort.
15297 (desktop-lazy-complete): New command.
15298
15299 2005-01-06 Richard M. Stallman <rms@gnu.org>
15300
15301 * emacs-lisp/find-func.el (find-face-definition):
15302 Rename from find-face.
15303
15304 2005-01-06 Kim F. Storm <storm@cua.dk>
15305
15306 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15307
15308 * man.el (Man-xref-man-page, Man-xref-header-file)
15309 (Man-xref-normal-file): Add follow-link property.
15310
15311 2005-01-06 Jay Belanger <belanger@truman.edu>
15312
15313 * calc/calc-units.el: Make sure the proper macro definitions are
15314 available when compiling.
15315
15316 2005-01-06 Juri Linkov <juri@jurta.org>
15317
15318 * isearch.el (isearch-lazy-highlight-update):
15319 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15320
15321 2005-01-06 Miles Bader <miles@gnu.org>
15322
15323 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15324 (isearch-lazy-highlight-face): Use new name.
15325
15326 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15327
15328 * uniquify.el (uniquify-rationalize-file-buffer-names):
15329 Re-add an interactive spec.
15330 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15331 to the same name.
15332
15333 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15334 (isearch-update, isearch-done): Adjust calls accordingly.
15335
15336 2005-01-05 Richard M. Stallman <rms@gnu.org>
15337
15338 * custom.el (custom-set-variables, custom-theme-set-variables):
15339 Clarify documentation.
15340
15341 * emacs-lisp/find-func.el (find-variable)
15342 (find-variable-other-window, find-variable-other-frame):
15343 Fix the TYPE args to find-function-read and find-function-do-it.
15344 (find-function): Doc fix.
15345 (find-function-at-point): Replace function-at-point alias.
15346
15347 2005-01-04 Richard M. Stallman <rms@gnu.org>
15348
15349 * cus-face.el (custom-declare-face):
15350 Record defface in current-load-list.
15351
15352 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15353
15354 * emacs-lisp/find-func.el: Doc fixes.
15355 (find-face-regexp): New variable.
15356 (find-function-regexp-alist): New variable.
15357 (find-function-C-source): Third arg is now TYPE.
15358 (find-function-search-for-symbol): Handle general TYPE.
15359 (find-function-read, find-function-do-it): Handle general TYPE.
15360 (find-definition-noselect, find-face): New functions.
15361 (function-at-point): Alias deleted.
15362
15363 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * battery.el (display-battery-mode): Rename from display-battery.
15366 Handle the case where it gets turned off.
15367
15368 2005-01-04 Richard M. Stallman <rms@gnu.org>
15369
15370 * cus-edit.el (customize): Make :link point to user doc.
15371
15372 * man.el (Man-fontify-manpage): Turn off undo generation.
15373
15374 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15375
15376 2005-01-04 Andreas Schwab <schwab@suse.de>
15377
15378 * files.el (insert-directory): Only look for error lines in
15379 inserted text. Don't move too far after processing --dired markers.
15380
15381 2005-01-04 Richard M. Stallman <rms@gnu.org>
15382
15383 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15384 Don't expand if the character is @, period, dash, etc.
15385 (define-mail-abbrev): Quote names that contain problem characters.
15386
15387 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15388
15389 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15390
15391 2005-01-03 Richard M. Stallman <rms@gnu.org>
15392
15393 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15394 (query-replace-highlight, query-replace-lazy-highlight)
15395 (query-replace): Definitions moved up. Doc fix.
15396
15397 2005-01-03 Richard M. Stallman <rms@gnu.org>
15398
15399 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15400 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15401 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15402 (lazy-highlight-face): Rename from isearch-lazy-...
15403 Change all references to them.
15404
15405 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15406
15407 * cus-edit.el (custom-file): Doc fix for defcustom.
15408 (custom-file): The function no longer sets the variable
15409 `custom-file' to its return value.
15410
15411 * startup.el (command-line): No longer load `custom-file'.
15412
15413 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15414
15415 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15416
15417 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15418 Don't confuse module-prefixed identifiers for labels.
15419 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15420
15421 2005-01-02 Richard M. Stallman <rms@gnu.org>
15422
15423 * files.el (basic-save-buffer-1): Fix previous change.
15424
15425 * loadhist.el (file-loadhist-lookup): New function.
15426 (file-provides, file-requires): Use it.
15427
15428 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15429 instead of calculating the right size.
15430
15431 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15432
15433 * vc-svn.el (vc-svn-diff): Stay local if possible.
15434
15435 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15436
15437 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15438
15439 * files.el (hack-local-variables): Fix last change.
15440
15441 2005-01-02 Jay Belanger <belanger@truman.edu>
15442
15443 * calc/calc-yank.el (calc-edit-top): New variable.
15444 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15445 object. Change header properties.
15446 (calc-edit-finish, calc-edit-finish-stack-object)
15447 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15448 edited object.
15449 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15450 for the beginning of the edited object.
15451 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15452 for the beginning of the edited object.
15453 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15454 (calc-finish-formula-edit, calc-macro-repeats)
15455 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15456 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15457 beginning of the edited object.
15458 (calc-user-define-edit): Change the header for editing macros.
15459 Remove unnecessary variable.
15460
15461 2005-01-01 Jay Belanger <belanger@truman.edu>
15462
15463 * calc/calc-yank.el (calc-edit-mode): Change default header.
15464 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15465 * calc/calc-store.el (calc-edit-variable): Change title to match new
15466 header.
15467 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15468 mode to match new header.
15469 (calc-user-define-edit): Change titles to include names of commands.
15470 (calc-finish-formula-edit): Adjust to handle new header.
15471 (calc-finish-macro-edit): Remove.
15472 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15473 (calc-edit-macro-command, calc-edit-macro-command-type)
15474 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15475 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15476 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15477 (calc-edit-macro-finish-edit): New functions.
15478 (calc-user-define-edit): Use new functions to edit named calc macros.
15479
15480 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15481
15482 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15483
15484 * ses.el (copy-region-as-kill): Deactivate mark.
15485
15486 2005-01-01 Richard M. Stallman <rms@gnu.org>
15487
15488 * replace.el (occur-1): If the output buffer is also an input,
15489 don't kill it, rename it.
15490
15491 * faces.el (set-face-background, set-face-foreground): Doc fix.
15492
15493 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15494 for :foreground and :background.
15495
15496 * dired.el (dired-view-command-alist): Variable deleted.
15497 (dired-view-file, dired-mouse-find-file-other-window):
15498 Delete the code to use it.
15499
15500 2005-01-01 Kim F. Storm <storm@cua.dk>
15501
15502 * image.el (insert-sliced-image): Use t for line-height property.
15503
15504 See ChangeLog.11 for earlier changes.
15505
15506 ;; Local Variables:
15507 ;; coding: iso-2022-7bit
15508 ;; End:
15509
15510 Copyright (C) 2005 Free Software Foundation, Inc.
15511 Copying and distribution of this file, with or without modification,
15512 are permitted provided the copyright notice and this notice are preserved.
15513
15514 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1