(sh-font-lock-paren): Handle continued lines in patterns.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
4 in patterns.
5
6 2005-11-21 Juri Linkov <juri@jurta.org>
7
8 * custom.el (defcustom): Update link types in docstring.
9
10 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
11
12 * custom.el (defgroup): Add doc-string-elt info.
13
14 * widget.el (define-widget): Don't use declare for the doc-string-elt.
15
16 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * newcomment.el (comment-enter-backward): Fix last fix.
19
20 * simple.el (blink-matching-open):
21 * paren.el (show-paren-function): Allow new paren-class info.
22
23 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
24
25 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
26 handled automagically.
27
28 2005-11-20 Juri Linkov <juri@jurta.org>
29
30 * simple.el (what-cursor-position):
31 * descr-text.el (describe-char): Use Lisp-readable syntax
32 for octal and hex. Reorder decimal, octal and hex values.
33 Remove excess whitespace in the output. Use `=' in `column='
34 like in `point=' and `Hscroll='.
35
36 * international/mule-cmds.el (encoded-string-description):
37 Use Lisp-readable syntax for hex.
38
39 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * newcomment.el (comment-enter-backward): Handle the case where the
42 comment is closed by EOB.
43
44 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
45
46 * longlines.el (longlines-before-revert-hook)
47 (longlines-after-revert-hook): New functions.
48 (longlines-mode): Turn off longlines temporarily when reverting.
49 Add a message-setup-hook.
50 (longlines-decode-buffer): New function.
51 (longlines-wrap-line): Preserve marker positions.
52
53 2005-11-19 Andreas Schwab <schwab@suse.de>
54
55 * emacs-lisp/shadow.el: Handle compressed files.
56
57 2005-11-19 Romain Francoise <romain@orebokech.com>
58
59 * net/browse-url.el (browse-url-default-browser): Signal an error
60 if no usable browser can be found, rather than try to load w3.
61
62 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
63
64 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
65 replacing existing properties.
66 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
67 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
68 tty specs.
69 (rcirc-server-prefix, rcirc-server): New faces.
70 (rcirc-url-regexp): Generate with rx macro.
71 (rcirc-last-server-message-time): New variable.
72 (rcirc-filter): Record time of last message.
73 (rcirc-keepalive): Kill processes that did not send a message
74 since the last ping.
75 (rcirc-mode): Give rcirc-topic a local binding here.
76
77 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
78
79 * subr.el (read-passwd): Fontify the prompt as we do with other
80 prompts.
81
82 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
83
84 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
85 binding buffer-read-only to nil.
86
87 2005-11-19 Eli Zaretskii <eliz@gnu.org>
88
89 * complete.el (partial-completion-mode):
90 Mention completion-auto-help in the doc string.
91
92 * man.el (Man-highlight-references): Doc fix. Reformat code in a
93 more Lisp-ish way.
94
95 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
96
97 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
98 digits, not 8, to avoid misalignment for files larger than 100MB.
99
100 2005-11-19 Eli Zaretskii <eliz@gnu.org>
101
102 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
103 Mention "keyboard shortcuts" in the help text.
104
105 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
106
107 * startup.el (fancy-splash-default-action): Discard only
108 mouse-down and succeeding mouse-up events in the splash screen
109 window so that drag-n-drop event can be processed.
110
111 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
112
113 * longlines.el (longlines-mode): Add hacks for mail-mode and
114 message-mode.
115
116 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
117
118 * textmodes/org.el: (org-table-sort-lines): New command.
119 (org-tbl-menu): Add entry for `org-table-sort-lines'.
120 (org-add-file): Command removed, use `org-agenda-file-to-front'
121 instead.
122 (org-export-icalendar): Use `org-icalendar-combined-name'.
123 (org-cycle-agenda-files, org-agenda-file-to-end)
124 (org-agenda-file-to-front): New commands.
125 (org-table-tab-jumps-over-hlines,org-export-html-style): New
126 options.
127 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
128 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
129 New functions.
130 (org-fill-paragraph): Call `org-table-align' in tables.
131 (org-mode): Call `org-set-autofill-regexps'.
132 (org-export-as-html): Support for local handformatted lists.
133 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
134 (org-export-local-list-max-depth): New option.
135 (org-html-expand): Use `org-html-protect'.
136
137 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
138
139 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
140 to "p".
141 (gdb): Move definition of gud-pp to...
142
143 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
144 speedbar.
145 (gdb-find-watch-expression): New function.
146
147 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
148
149 * faces.el (face-attribute, set-face-attribute): Mention existence
150 of `:ignore-defface' setting in docstring.
151
152 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * simple.el (completion-setup-function): Fix last change.
155
156 2005-11-17 John Paul Wallington <jpw@pobox.com>
157
158 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
159 Use `posn-set-point' instead of `mouse-set-point' because the
160 latter is not fbound when configured without X.
161
162 * comint.el (comint-insert-input): Likewise.
163
164 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
165
166 * simple.el (hard-newline): New variable.
167 (sendmail-user-agent-compose, next-line): Use it.
168
169 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
170 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
171 (mail-mail-reply-to, mail-mail-followup-to)
172 (mail-position-on-field, mail-signature, mail-yank-original)
173 (mail-attach-file): Likewise.
174
175 * mail/mailheader.el (mail-header-format)
176 (mail-header-format-function): Likewise.
177
178 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
179
180 2005-11-17 Juri Linkov <juri@jurta.org>
181
182 * font-lock.el (font-lock-faces): Rename this defgroup from
183 `font-lock-highlighting-faces'.
184 (font-lock-comment-face, font-lock-comment-delimiter-face)
185 (font-lock-string-face, font-lock-doc-face)
186 (font-lock-keyword-face, font-lock-builtin-face)
187 (font-lock-function-name-face, font-lock-variable-name-face)
188 (font-lock-type-face, font-lock-constant-face)
189 (font-lock-warning-face, font-lock-negation-char-face)
190 (font-lock-preprocessor-face)
191 (font-lock-regexp-grouping-backslash)
192 (font-lock-regexp-grouping-construct): Rename :group from
193 `font-lock-highlighting-faces' to `font-lock-faces'.
194
195 * cus-edit.el (lisp, c, tex):
196 * progmodes/ada-mode.el (ada):
197 * progmodes/asm-mode.el (asm):
198 * progmodes/cperl-mode.el (cperl-faces):
199 * progmodes/cpp.el (cpp):
200 * progmodes/dcl-mode.el (dcl):
201 * progmodes/f90.el (f90):
202 * progmodes/fortran.el (fortran):
203 * progmodes/icon.el (icon):
204 * progmodes/idlwave.el (idlwave-misc):
205 * progmodes/m4-mode.el (m4):
206 * progmodes/make-mode.el (makefile):
207 * progmodes/meta-mode.el (meta-font):
208 * progmodes/modula2.el (modula2):
209 * progmodes/octave-mod.el (octave):
210 * progmodes/pascal.el (pascal):
211 * progmodes/perl-mode.el (perl):
212 * progmodes/prolog.el (prolog):
213 * progmodes/ps-mode.el (PostScript-edit):
214 * progmodes/scheme.el (scheme):
215 * progmodes/sh-script.el (sh-script):
216 * progmodes/simula.el (simula):
217 * progmodes/tcl.el (tcl):
218 * textmodes/nroff-mode.el (nroff):
219 * textmodes/reftex-vars.el (reftex-fontification-configurations):
220 * textmodes/sgml-mode.el (sgml):
221 * textmodes/texinfo.el (texinfo):
222 Add :link (custom-group-link font-lock-faces) to defgroup.
223
224 * hi-lock.el (hi-lock): Rename this defgroup from
225 `hi-lock-interactive-text-highlighting'. Change parent group from
226 `faces' to `font-lock'. Add link to the manual.
227 (hi-lock-mode, hi-lock-file-patterns-range)
228 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
229 `hi-lock-interactive-text-highlighting' to `hi-lock'.
230 (hi-lock-faces): Add :group `faces'.
231
232 * cus-edit.el (custom-variable-prompt): Clarify the code.
233
234 * faces.el (face-read-string): Set the default value arg of
235 completing-read.
236
237 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
238
239 * rfn-eshadow.el (file-name-shadow-properties)
240 (file-name-shadow-tty-properties, file-name-shadow-mode):
241 Remove autoloads, because the file is now preloaded.
242
243 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * printing.el (easy-menu-intern): Don't define.
246 (pr-get-symbol): Use easy-menu-intern only if defined.
247
248 * simple.el (blink-matching-open): Simplify a bit.
249 (completion-setup-function): Fix the case of partial-completion-mode
250 when the minibuffer's contents start with "-".
251 Obey completion-base-size-function even when
252 minibuffer-completing-file-name is non-nil.
253
254 2005-11-16 Richard M. Stallman <rms@gnu.org>
255
256 * net/eudcb-ph.el (eudc-ph-open-session):
257 Use set-process-query-on-exit-flag.
258
259 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
260
261 * international/ucs-tables.el (ucs-set-table-for-input):
262 Use make-local-variable, not make-variable-buffer-local.
263
264 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
265 Improve warning message text.
266
267 * savehist.el (savehist-save-hook): Add :group.
268
269 * menu-bar.el (menu-bar-help-menu):
270 Rename Find Extra Packages to External Packages.
271
272 * cus-edit.el (Custom-reset-standard): Verify that
273 :custom-standard-value prop exists before calling it.
274
275 * apropos.el (apropos-calc-scores): Use apropos-pattern.
276
277 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
278
279 * wid-edit.el (color): Enclose %t in %{...%}.
280
281 * cus-edit.el (face): Enclose %t in %{...%}.
282
283 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
284
285 * savehist.el (savehist-mode-hook): Re-add the var.
286 (savehist-mode): Use it.
287
288 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * textmodes/flyspell.el: Fix commenting convention.
291 Remove unnecessary leading * in custom docstrings.
292 (flyspell-emacs): Remove unused var.
293 (flyspell-delete-region-overlays): Use remove-overlays.
294 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
295 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
296 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
297 (flyspell-debug-signal-word-checked): Use with-current-buffer.
298 (make-flyspell-overlay): Don't locally reuse a global name.
299 (flyspell-highlight-incorrect-region)
300 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
301 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
302 (flyspell-notify-misspell): Remove unused args `start' and `end'.
303 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
304 Wrap calls to accept-process-output inside with-local-quit since it's
305 often called from a post-command-hook.
306 (flyspell-correct-word, flyspell-auto-correct-word):
307 Use ispell-send-string.
308 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
309
310 * calendar/diary-lib.el (diary-list-entries): Also hide the
311 terminating newline.
312
313 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
314
315 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
316 window-system, to allow fonts on tty.
317
318 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
319
320 * progmodes/gud.el (gud-speedbar-item-info): New function.
321 (gud-install-speedbar-variables): Use it to display data type
322 of watch expression as a tooltip in speedbar.
323
324 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
325
326 * font-core.el (global-font-lock-mode): Add :version keyword,
327 because default was changed.
328
329 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
330
331 * startup.el (command-line): Use `custom-reevaluate-setting' for
332 `file-name-shadow-mode'.
333
334 * loadup.el: Preload rfn-eshadow.
335
336 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
337 Add :version keyword.
338 (file-name-shadow-properties, file-name-shadow-tty-properties)
339 (file-name-shadow): Add :version keyword.
340
341 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
342 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
343 in the custom-group property of the symbol frames and the fringe
344 group got no link to its parent group frames.
345 Doc fix.
346
347 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
348
349 * progmodes/gud.el (gud-stop-subjob): New function.
350 (gud-menu-map, gud-tool-bar-map): Use it.
351
352 2005-11-16 Kim F. Storm <storm@cua.dk>
353
354 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
355 than kill it.
356 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
357 to a more useful/logical place.
358
359 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
360
361 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
362 go buttons complementary.
363
364 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
367 (rfn-eshadow-sifn-equal): New function.
368 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
369
370 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
371
372 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
373 string.
374
375 * viper.el (viper-emacs-state-mode-list): Ensure that
376 rcirc-mode buffers come up in Emacs state.
377
378 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
379 operation.
380
381 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
382
383 * term.el (term-termcap-format): Fix typos.
384 (term-down): Fix the negative argument case.
385
386 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
387
388 * progmodes/gdb-ui.el: Remove face-alias left over from change on
389 2005-08-15.
390 (gdb-ann3): New command gud-go.
391 (menu): Accomodate gdb-mi.el.
392 (gdb-assembler-custom): Make buffer of selected window current
393 so that set-window-point works.
394
395 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
396 buttons and include new ones.
397
398 2005-11-16 Kim F. Storm <storm@cua.dk>
399
400 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
401 (gud-menu-map): Use it.
402
403 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
404
405 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
406 that works correctly for Custom and that does not override a user
407 who disables it.
408
409 * help-mode.el (help-make-xrefs, help-xref-on-pp)
410 (help-xref-interned, help-follow): Make hyperlinks for variables
411 that are unbound, but have a non-nil variable-documentation property.
412
413 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
414 mode hook. (It conflicted with defcustoms for some mode hooks.)
415 Use the `variable-documentation' property to give the mode hook a
416 docstring and expand that docstring.
417
418 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
419
420 * savehist.el (savehist-mode): Don't bother with
421 `custom-set-minor-mode'.
422 (savehist-coding-system): Check XEmacs version.
423 (history-length): Declare also at run time.
424 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
425 Don't set the customize state.
426 (savehist-minibuffer-hook): Special case for when
427 minibuffer-history-variable is equal to t.
428
429 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * files.el (write-file): Refresh VC status.
432
433 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
434 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
435 than fundamental-mode to see if the mode was set.
436
437 2005-11-14 Romain Francoise <romain@orebokech.com>
438
439 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
440 dummy function in `eval-when-compile' to avoid compiler warning.
441 Require `man' at compile time.
442
443 2005-11-14 Jay Belanger <belanger@truman.edu>
444
445 * calc-alg.el (calcFunc-write-out-power): Rename it to
446 calcFunc-powerexpand.
447 (math-write-out-power): Rename it to math-powerexpand; have it
448 handle negative exponents.
449 (calc-writeoutpower): Rename it to calc-powerexpand.
450
451 * calc-ext.el: Change calcFunc-writeoutpower and
452 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
453 autoloads.
454 Add calcFunc-ldiv to autoloads.
455
456 * calc-arith.el (calcFunc-ldiv): New function.
457
458 * calc.el (calc-left-divide): New function.
459
460 2005-11-14 Juri Linkov <juri@jurta.org>
461
462 * cus-edit.el (custom-variable-prompt): Set the default value arg
463 of completing-read.
464
465 * cus-dep.el (custom-make-dependencies): Reverse the list of
466 found dependencies.
467
468 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
469
470 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
471 Highlighting" entry, it is on by default now.
472 (menu-bar-options-save): Do not save global-font-lock-mode.
473
474 2005-11-13 Richard M. Stallman <rms@gnu.org>
475
476 * textmodes/flyspell.el (flyspell-large-region):
477 Call flyspell-accept-buffer-local-defs.
478
479 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
480
481 * textmodes/flyspell.el (flyspell-notify-misspell):
482 Fix misspelling of "Misspelling".
483 (flyspell-process-localwords): New function.
484 (flyspell-large-region): Call flyspell-process-localwords and
485 flyspell-delete-region-overlays.
486 (flyspell-delete-region-overlays): New function.
487 (flyspell-delete-all-overlays): Call that.
488
489 2005-11-13 Richard M. Stallman <rms@gnu.org>
490
491 * help.el (help-for-help-internal): Improve doc of C-h a.
492 (describe-key): Improve prompt; doc fix.
493
494 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * vc-svn.el (vc-svn-registered): Catch all errors.
497
498 * cus-dep.el (custom-make-dependencies): Typo.
499
500 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
501
502 * net/tramp-util.el (top): Fix compilation warning.
503
504 2005-11-13 Kim F. Storm <storm@cua.dk>
505
506 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
507
508 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
509
510 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
511 (gud-speedbar-buttons): Match on "const char *" too.
512
513 * progmodes/gdb-ui.el (gdb-var-create-handler)
514 (gdb-var-list-children-handler): Match on "const char *" too.
515 (gdb-var-evaluate-expression-handler): Match on empty string.
516 (gdb-var-update-handler): Only call
517 gdb-var-evaluate-expression-handler when required.
518
519 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
520
521 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
522 selected window. This still doesn't work for speedbar.
523 (gud-speedbar-buttons): Handle string expressions properly.
524
525 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
526 (gdb-var-create-handler): Handle string expressions properly.
527 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
528 Handle string expressions properly. Move "type" field into regexp.
529
530 2005-11-12 Karl Fogel <kfogel@red-bean.com>
531
532 * bookmark.el (bookmark-maybe-message): New function to reduce
533 code duplication: invokes `message' iff baud-rate is high enough.
534 (bookmark-write-file): Use above instead of an inline conditional.
535 (bookmark-load): Same.
536
537 2005-11-12 Karl Fogel <kfogel@red-bean.com>
538
539 * bookmark.el (bookmark-write-file): Don't visit the destination
540 file, just write the data to it using write-region. This is
541 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
542 change to avoid visiting the file in the first place.
543
544 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
545
546 * hi-lock.el (hi-lock-mode): Set the default value of
547 font-lock-defaults.
548
549 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
550
551 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
552 arg to `file-attributes'.
553 (find-lisp-format): The UID and GID can now be strings.
554
555 2005-11-12 Kim F. Storm <storm@cua.dk>
556
557 * help.el (help-map): Bind C-h d to apropos-documentation.
558
559 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
560 when point is at end-of-buffer.
561
562 * apropos.el (apropos-match-face): Doc fix.
563 (apropos-sort-by-scores): Add new choice `verbose'.
564 (apropos-documentation-sort-by-scores): New defcustom.
565 (apropos-pattern): Now contains the pattern entered by the user.
566 (apropos-pattern-quoted): New defvar.
567 (apropos-regexp): New defvar, containing the regexp corresponding
568 to apropos-pattern.
569 (apropos-all-words-regexp): Rename from apropos-all-regexp.
570 (apropos-read-pattern): New defun. Use it to read pattern arg in
571 interactive calls; returns list of words for a word list, and
572 string for a regexp.
573 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
574 parses a list of words or regexp as returned by apropos-read-pattern.
575 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
576 (apropos-score-doc): Return a very high score if the string
577 entered by the user matches literally.
578 (apropos-variable): Doc fix. Use apropos-read-pattern.
579 (apropos-command): Doc fix. Use apropos-read-pattern and
580 apropos-parse-pattern. Call apropos-print with nosubst=t.
581 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
582 apropos-parse-pattern.
583 (apropos-documentation): Doc fix. Use apropos-read-pattern and
584 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
585 apropos-documentation-sort-by-scores. Call apropos-print with
586 nosubst=t.
587 (apropos-documentation-internal): Pass doc string through
588 substitute-key-definition before adding text properties.
589 Highlight substring matching literal user input if possible.
590 (apropos-documentation-check-doc-file): Remove locals beg and end.
591 Fix calculation of score (as added twice). Pass doc string through
592 substitute-key-definition before adding text properties.
593 (apropos-documentation-check-elc-file): Pass doc string through
594 substitute-key-definition before adding text properties.
595 Highlight substring matching literal user input if possible.
596 (apropos-print): Add new arg NOSUBST; if set, command and variable
597 doc strings have already been passed through substitute-key-definition.
598 Add code to handle apropos-accumulator items without score element
599 for backwards compatibility (e.g. with woman package).
600 Only show scores if apropos-sort-by-scores is `verbose'.
601
602 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
605 Add jka-compr-load-suffixes to load-suffixes.
606
607 * jka-compr.el: Require 'jka-cmpr-hook.
608 (jka-compr-info-compress-message, jka-compr-info-compress-program)
609 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
610 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
611 (jka-compr-info-can-append, jka-compr-info-strip-extension)
612 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
613 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
614 (jka-compr-uninstall): Remove entries from
615 jka-compr-added-to-file-coding-system-alist after they are used.
616 (jka-compr-error): Remove unused var `curbuf'.
617 (jka-compr-file-local-copy): Remove unused var `notfound'.
618
619 2005-11-10 Romain Francoise <romain@orebokech.com>
620
621 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
622
623 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
624
625 * progmodes/gud.el (gud-menu-map): Move parentheses.
626 (gdb): New command gud-pv.
627
628 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * tar-mode.el: Remove spurious or unnecessary leading stars
631 in docstrings.
632 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
633 (tar-parse-octal-integer-safe): Use mapc.
634 (tar-header-block-summarize): Remove unused var `ck'.
635 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
636 cleared before. Obey default-enable-multibyte-characters.
637 Use mapconcat. Simplify setting of tar-header-offset.
638 (tar-mode-map): Move initialization inside delcaration.
639 (tar-flag-deleted): Use `abs'.
640 (tar-expunge-internal): Remove unused var `line'.
641 (tar-expunge-internal): Don't hardcode point-min==1.
642 (tar-expunge): Widen while doing set-buffer-multibyte.
643 (tar-rename-entry): Use file-name-coding-system.
644 (tar-alter-one-field): Don't hardcode point-min==1.
645 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
646 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
647
648 2005-11-10 Masatake YAMATO <jet@gyve.org>
649
650 * add-log.el (add-log-current-defun): Handle class::method
651 notation of c++. Fix incorrect comment.
652
653 2005-11-10 Alan Mackenzie <acm@muc.de>
654
655 * help-fns.el (describe-variable): Make C-h v work when a variable
656 has variable documentation yet is unbound.
657
658 2005-11-10 Masatake YAMATO <jet@gyve.org>
659
660 * man.el (Man-highlight-references): Set an empty
661 string to `Man-arguments' if it is nil.
662 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
663
664 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
667 commenting conventions.
668
669 * cus-dep.el (custom-make-dependencies): Simplify.
670 Better follow the commenting conventions.
671
672 2005-11-09 Richard M. Stallman <rms@gnu.org>
673
674 * apropos.el (apropos-pattern): Rename from apropos-regexp.
675 (apropos-orig-pattern): Rename from apropos-orig-regexp.
676 All uses changed.
677 (apropos-rewrite-regexp): Doc fix.
678 (apropos-variable, apropos-command, apropos, apropos-value):
679 Change prompt; carry through the argument renaming.
680
681 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
682
683 * find-lisp.el: Require dired.
684 (find-lisp-find-dired-internal): Do not call
685 `abbreviate-file-name' on DIR.
686
687 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
688
689 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
690
691 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
692
693 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
694 when using the speedbar.
695 (gdb): New command gud-pp.
696 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
697
698 2005-11-09 Juri Linkov <juri@jurta.org>
699
700 * replace.el (occur-excluded-properties): New defcustom.
701 (occur-1, occur-engine, occur-accumulate-lines): Use it.
702
703 2005-11-08 Jay Belanger <belanger@truman.edu>
704
705 * calc/calc-units.el (math-convert-units): Replace any composite
706 unit by its definition.
707
708 2005-11-08 Lars Hansen <larsh@soem.dk>
709
710 * emacs-lisp/autoload.el (update-directory-autoloads):
711 Add obsolete function alias.
712
713 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
716 comment-indent-function.
717 (lisp-comment-indent): Replace by an alias for comment-indent-default.
718
719 * reveal.el (reveal-post-command): Rework the handling of
720 reveal-open-spots, so as to be more reliable. There were several
721 tricky corner cases where an open spot might be lost, or where
722 a closed spot might end up on the list of open spots.
723 Only reveal text that's ellipsised.
724
725 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
726
727 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
728
729 2005-11-07 John Paul Wallington <jpw@gnu.org>
730
731 * ibuffer.el (ibuffer): Search iconified frames too when
732 getting Ibuffer buffer's window.
733
734 2005-11-06 Richard M. Stallman <rms@gnu.org>
735
736 * progmodes/compile.el (compilation-internal-error-properties):
737 save-excursion around the computation of MARKER.
738
739 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
740
741 * textmodes/flyspell.el (flyspell-external-point-words):
742 flyspell-get-word returns a list, not just a string.
743
744 2005-11-06 John Paul Wallington <jpw@pobox.com>
745
746 * ibuffer.el (ibuffer): Search all visible frames when getting
747 Ibuffer buffer's window.
748
749 2005-11-07 Masatake YAMATO <jet@gyve.org>
750
751 * man.el (Man-reference-regexp): Accept spaces between
752 `Man-name-regexp' and `Man-section-regexp'.
753 (Man-apropos-regexp): New variable.
754 (Man-abstract-xref-man-page): Use value for `Man-target-string'
755 if available.
756 (Man-highlight-references, Man-highlight-references0):
757 Handle the case when `Man-arguments' includes "-k".
758 (Man-highlight-references0): Rename the argument `TARGET-POS' to
759 `TARGET'. `TARGET' can be a number, function or nil.
760
761 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
762
763 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
764 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
765 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
766 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
767 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
768 (gdb-send-item): Use buffer-local-value and simplify.
769
770 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
771
772 * startup.el (command-line): Use `custom-reevaluate-setting' for
773 `global-font-lock-mode'.
774
775 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
776 by default, except in batch mode or when the -D option is given.
777
778 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
779 specified keyword args on to `define-minor-mode'. Update docstring.
780
781 2005-11-05 Romain Francoise <romain@orebokech.com>
782
783 * replace.el (occur-engine): Add marker at end of line, too.
784
785 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
786
787 * font-lock.el: Don't deal with font-lock-face-attributes here,
788 move the code ...
789
790 * startup.el (command-line): ... here. Use face-spec-set instead
791 of custom-declare-face.
792
793 * faces.el (face-spec-set): Reset the face if spec is not nil.
794
795 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * newcomment.el (comment-region-internal): Box more tightly in the
798 common case where there's no TAB in the boxed text.
799
800 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
801
802 * info.el (info-tool-bar-map): Use images prev-node, next-node and
803 up-node.
804
805 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
806
807 * newsticker.el: Commentary updated. Code formatting changed.
808 (newsticker-version): Change to "1.9".
809 (newsticker, newsticker-feed): Doc fix.
810 (newsticker-url-list): Doc fix. Add option "Weekly".
811 (newsticker-retrieval-interval): Add option "Weekly".
812 (newsticker-headline-processing): Doc fix.
813 (newsticker-auto-mark-filter): Remove.
814 (newsticker-auto-mark-filter-list): New.
815 (newsticker-layout, newsticker-sort-method): Doc fix.
816 (newsticker-hide-old-items-in-newsticker-buffer)
817 (newsticker-heading-format, newsticker-item-format)
818 (newsticker-desc-format): Doc fix.
819 (newsticker-show-all-rss-elements): Remove.
820 (newsticker-show-all-news-elements): New.
821 (newsticker-faces, newsticker-ticker): Doc fix.
822 (remove-from-invisibility-spec): Code formatting.
823 (newsticker--process-ids): New.
824 (newsticker-mode): Doc fix.
825 (newsticker-mode): Change mode-line-format.
826 (newsticker-start): Remove debug output.
827 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
828 (newsticker-w3m-show-inline-images): Code formatting.
829 (newsticker-next-item): Call `force-mode-line-update'.
830 (newsticker-previous-item): Call `force-mode-line-update'.
831 (newsticker-next-feed): Call `force-mode-line-update'.
832 (newsticker-previous-feed): Call `force-mode-line-update'.
833 (newsticker-mark-all-items-at-point-as-read): Code formatting.
834 (newsticker-show-old-items): Do not show descs.
835 (newsticker-hide-entry): Hide too much.
836 (newsticker-hide-entry, newsticker-show-entry)
837 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
838 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
839 (newsticker-toggle-auto-narrow-to-item): Code formatting.
840 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
841 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
842 (newsticker-get-news): Call `force-mode-line-update'.
843 Collect process ids.
844 (newsticker--sentinel): Change coding system handling.
845 Move image retrieval to new functions newsticker--get-logo-url-*.
846 Move feed parsing to new functions newsticker--parse-*.
847 Update list of process ids.
848 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
849 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
850 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
851 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
852 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
853 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
854 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
855 (newsticker--decode-coding-string): Remove.
856 (newsticker--decode-numeric-entities): Check input. Format code.
857 (newsticker--remove-whitespace): Check input.
858 (newsticker--do-forget-preformatted): Doc fix.
859 (newsticker--decode-rfc822-date): Allow for missing time.
860 (newsticker--update-process-ids): New.
861 (newsticker--image-sentinel): Change comment.
862 (newsticker--image-read): Change error message.
863 (newsticker--imenu-goto): Doc fix. Show headline title.
864 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
865 (newsticker--buffer-do-insert-text): Clean whitespace in
866 html-rendered headline title. Code formatting.
867 Call `newsticker--buffer-print-extra-elements'.
868 (newsticker--buffer-print-extra-element): Remove.
869 (newsticker--buffer-print-extra-elements): New.
870 (newsticker--buffer-do-print-extra-element): New.
871 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
872 large sizes.
873 (newsticker--run-auto-mark-filter)
874 (newsticker--do-run-auto-mark-filter):
875 Use `newsticker-auto-mark-filter-list'.
876
877 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
878
879 * net/rcirc.el: Use split-string OMIT-NULLS argument.
880 (rcirc-print): Force redisplay before running hooks. Do long
881 buffer truncation after making new text read-only. Deal with nil
882 text when decoding strings. If TARGET is nil, use either the
883 currently selected buffer, if it is an rcirc buffer and of the
884 same process or the process buffer.
885 (rcirc-mode): Remove header-line. Recompute short buffer names.
886 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
887 (rcirc-short-buffer-name): Add variable.
888 (rcirc-kill-buffer-hook): Recompute short buffer names.
889 Remove nick from private channel.
890 (rcirc-send-input): Send command text to current-buffer.
891 Don't clear overlay arrow here.
892 (rcirc-short-buffer-name): Return a short buffer name.
893 (rcirc-update-short-buffer-names, rcirc-abbreviate)
894 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
895 buffer-name abbreviations.
896 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
897 Do not touch nick-table when killing a parted channel.
898 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
899 Clear arrow from current buffer if it is now hidden.
900 (rcirc-current-buffer): Add variable.
901 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
902 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
903 Remove -face from names.
904 (rcirc-update-activity-string): Print "DND" when globally ignoring
905 activity.
906 (rcirc-ignore-buffer-activity-flag): Rename from
907 rcirc-ignore-channel-activity.
908 (rcirc-ignore-all-activity-flag): Doc fix.
909 (rcirc-channels): Remove variable.
910 (rcirc-kill-buffer-hook):
911 (rcirc-get-buffer-create): Add nick to private channel.
912 (rcirc-multiline-edit-submit): Remove tabs.
913 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
914 folded.
915 (rcirc-remove-nick-channel): Bug fix.
916 (rcirc-toggle-ignore-buffer-activity): Rename from
917 rcirc-toggle-ignore-channel-activity.
918 (rcirc-record-activity): Add buffers to the front of the list.
919 (rcirc-update-activity): Remove killed buffers from list.
920 (rcirc-process-server-response-1): Remove last argument if it is
921 null before calling handler.
922 (rcirc): Add "rcirc" defcustom prefix.
923 (rcirc-prompt): Simplify default prompt.
924 Use custom-initialize-default.
925 (rcirc-private-chats): Remove variable.
926 (rcirc-prompt): Change initialization.
927 (rcirc-version): Remove function.
928 (rcirc-id-string): Add constant.
929 (rcirc-last-buffer): Remove variable.
930 (rcirc-buffer-alist): Add variable.
931 (rcirc-connect): Update variable setup.
932 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
933 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
934 default.
935 (rcirc-handler-generic): Trigger activity.
936 (rcirc-send-message): Create the buffor of the target.
937 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
938 (rcirc-get-buffer): Just return nil if there is no matching buffer.
939 (rcirc-multiline-edit-cancel): Remove function.
940 (rcirc-set-last-buffer): Remove function.
941 (rcirc-get-any-buffer): Add function.
942 (rcirc-join-channels): Don't print /join text.
943 (rcirc-toggle-ignore-channel-activity): Add and update echo area
944 messages.
945 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
946 (rcirc-handler-NOTICE): Recognize CTCP responses.
947 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
948 constructing TOPIC string for buffers we are not JOINed.
949 (rcirc-handler-CTCP-response): Add handler.
950 (rcirc-multiline-edit-submit): Restore the window-configuration
951 before adjusting point.
952 (rcirc): Add customization group.
953 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
954 (rcirc-user-full-name, rcirc-startup-channels-alist)
955 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
956 (rcirc-ignore-all-activity-flag, rcirc-time-format)
957 (rcirc-input-ring-size, rcirc-read-only-flag)
958 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
959 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
960 Change defvar to defcustom.
961 (rcirc-update-prompt): Add optional ALL arg, which will update
962 prompts in all rcirc buffers. Regexp quote replacement text.
963 (rcirc-fill-column): Accept 'frame-width as a value.
964 (rcirc-set-changed): Add function.
965 (rcirc-next-active-buffer): Write more meaningful messages.
966 (rcirc-faces): Add customization group.
967 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
968 (rcirc-nick-in-message-face, rcirc-prompt-face)
969 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
970 (with-rcirc-process-buffer): Move before first usage.
971 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
972 (rcirc-debug-flag): Rename from `rcirc-log-p'.
973 (rcirc-debug): Rename from `rcirc-log'.
974 (rcirc-format-response-string): Do not print '-' chars for a
975 NOTICE with no sender. Simplify output of server responses.
976
977 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
978
979 (rcirc-browse-url-map, rcirc-browse-url-at-point)
980 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
981 mouse and RET clickable.
982
983 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
984
985 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
986
987 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
988
989 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
990 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
991 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
992 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
993 argument to all these routines, so the passphrase can be managed
994 externally and passed in to the system.
995 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
996 pgg-add-passphrase-to-cache function.
997
998 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
999 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1000 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1001 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1002 argument to all these routines, so the passphrase can be managed
1003 externally and passed in to the system.
1004 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1005 function.
1006
1007 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
1008
1009 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1010 from goto-address-url-regexp.
1011
1012 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
1013
1014 * textmodes/org.el (org-read-date, org-goto-calendar)
1015 (org-recenter-calendar, org-agenda-goto-calendar):
1016 Temporarily clear 'calendar-move-hook'.
1017
1018 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1019
1020 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1021 merging.
1022
1023 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1024 have merge clashes.
1025
1026 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1027
1028 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1029 Undo previous change.
1030
1031 * startup.el (command-line): Use `custom-reevaluate-setting' for
1032 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1033 tty-register-default-colors on Mac.
1034
1035 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1036
1037 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1038 (gdb-buffer-type): Make it automatically buffer local...
1039 (gdb-get-create-buffer): ...and set it accordingly.
1040 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1041 actually work.
1042
1043 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1044
1045 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1046 not red.
1047
1048 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1049
1050 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1051 case GUD buffer is not visible.
1052 (gdb-goto-breakpoint): Try to force display in source buffer.
1053 (gdb-frame-gdb-buffer): Copy other similar functions.
1054 (gdb-restore-windows): Don't display source if not asked for.
1055 (gdb-assembler-buffer-name): Don't capitalise.
1056
1057 2005-11-03 Richard M. Stallman <rms@gnu.org>
1058
1059 * wid-edit.el (key-sequence): New widget type.
1060
1061 * simple.el (set-mark-command-repeat-pop): New variable.
1062 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1063 if set-mark-command-repeat-pop is true.
1064
1065 * info.el (Info-fontify-node): Don't display extra "see" if there
1066 already is one here.
1067
1068 * mouse.el: Fix special handling of DEL after dragging a region:
1069 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1070 (mouse-region-delete-keys): Add [backspace].
1071
1072 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1073
1074 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1075 not to assume it pertains to an affix.
1076
1077 * textmodes/flyspell.el (flyspell-post-command-hook):
1078 Bind deactivate-mark to prevent deactivation.
1079
1080 2005-11-03 Lars Hansen <larsh@soem.dk>
1081
1082 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1083 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1084 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1085
1086 2005-11-03 Romain Francoise <romain@orebokech.com>
1087
1088 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1089 Update copyright years.
1090
1091 2005-11-03 Sam Steingold <sds@gnu.org>
1092
1093 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1094 Use system-type instead of window-system because window-system is not
1095 correctly defined during loadup.
1096
1097 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1098
1099 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1100 (xml-parse-tag): Join strings separated by a comment properly.
1101
1102 2005-11-02 Andreas Schwab <schwab@suse.de>
1103
1104 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1105
1106 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1109 (byte-optimize-pure-func): Quote the eval'd value.
1110
1111 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1112 Rename from perl-font-lock-syntactic-face-function.
1113 Change the calling convention so it can be used as a font-lock MATCHER.
1114 Do the parse-partial-sexp loop outselves.
1115 (perl-font-lock-syntactic-keywords): Use it.
1116 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1117
1118 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1119
1120 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1121 disassembly buffer too.
1122 (gdb-exited): Remove overlay arrows when execution has finished.
1123 (gdb-info-frames-custom, gdb-info-threads-custom)
1124 (gdb-info-registers-custom): Don't add inappropriate text
1125 properties if inferior is not active.
1126
1127 2005-11-02 Glenn Morris <rgm@gnu.org>
1128
1129 * progmodes/fortran.el (fortran-blink-match):
1130 Use `blink-matching-delay'.
1131
1132 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1133
1134 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1135
1136 2005-11-02 Lars Hansen <larsh@soem.dk>
1137
1138 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1139 "Permission denied".
1140
1141 2005-11-01 Richard M. Stallman <rms@gnu.org>
1142
1143 * textmodes/flyspell.el (flyspell-external-point-words):
1144 Pass nil to flyspell-get-word.
1145
1146 2005-11-02 Kim F. Storm <storm@cua.dk>
1147
1148 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1149 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1150
1151 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1154 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1155 (calendar-mouse-print-dates): Add optional `event' argument.
1156 Update interactive-spec.
1157 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1158 Use `calendar-event-to-date' instead of `event'.
1159
1160 2005-11-02 Masatake YAMATO <jet@gyve.org>
1161
1162 * progmodes/ld-script.el (ld-script-builtins):
1163 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1164 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1165 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1166
1167 2005-11-01 Romain Francoise <romain@orebokech.com>
1168
1169 * vc-sccs.el: Update copyright year.
1170 * ezimage.el: Likewise.
1171
1172 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1173
1174 * info.el (Info-fontify-node): Use `string-width' for fontifying
1175 underlined titles.
1176
1177 2005-11-01 Juri Linkov <juri@jurta.org>
1178
1179 * info.el (Info-fontify-node): Downcase node header keywords Node,
1180 Prev, Next, Up before comparison.
1181 (Info-history): Insert absolute directory name, and put invisible
1182 property on it.
1183
1184 2005-11-01 Juri Linkov <juri@jurta.org>
1185
1186 * info.el (Info-file-supports-index-cookies): New variable.
1187 (Info-find-node-2): Check makeinfo version for index cookie support.
1188 (Info-index-nodes): Search for nodes with index cookies only when
1189 Info-file-supports-index-cookies is t. Otherwise, search nodes
1190 with "Index" in the node name.
1191 (Info-index-node): Search index cookie in the current node only when
1192 Info-file-supports-index-cookies is t. Otherwise, check the word
1193 "Index" in the node name.
1194 (Info-find-emacs-command-nodes): Remove code that searches nodes
1195 with "Index" node name in the top menu.
1196
1197 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * progmodes/scheme.el (scheme-mode-variables): Use the default
1200 comment-indent-function.
1201
1202 * faces.el (face-attribute): Handle the case where a face inherits from
1203 a non-existent face.
1204
1205 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1206 for octal and hexa output, and merge the char into the paren.
1207 (kill-new): Use push.
1208 (copy-to-buffer): Use with-current-buffer.
1209 (completion-setup-function): Move code in loop to remove redundancy.
1210 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1211 those inherited from minibuffer-local-completion-map.
1212
1213 * savehist.el (savehist-mode) <defcustom>:
1214 Use custom-set-minor-mode if available.
1215 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1216 and emit a message if applicable.
1217
1218 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1219
1220 * savehist.el: Sync up to version 19.
1221 (savehist-mode): New minor mode.
1222 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1223 (savehist-length): Remove (use history-length instead).
1224 (savehist-file-modes): Rename from savehist-modes.
1225 (savehist-save-hook, savehist-loaded): New vars.
1226 (savehist-load): Use savehist-mode. Try to smooth up transition from
1227 old format to new format.
1228 (savehist-install): Allow savehist-autosave-interval to be nil.
1229 (savehist-save): Run the new hook. Be more careful to only trim the
1230 history variables.
1231 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1232 (savehist-printable): Print into a buffer rather than char-by-char.
1233
1234 2005-11-01 John Wiegley <johnw@newartisans.com>
1235
1236 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1237 toggle-ignore keybinding (C-a). The author said it had been
1238 disabled much earlier due to a possible incompatibility, but after
1239 many months of usage I have encountered no problems (and it is a
1240 rather useful option, especially for switching to " *temp*").
1241
1242 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1243 support for OS/X's AddressBook, by calling out to the open source
1244 program "contacts" (installable through Fink).
1245
1246 * net/eudc.el (eudc-expand-inline): If the
1247 `eudc-multiple-match-handling-method' is set to `all', delete the
1248 query string before inserting the query result.
1249
1250 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1251 flag, to prevent Eshell from using the system ls when
1252 `eshell-ls-insert-directory' is in used.
1253 (eshell-ls-insert-directory): Disable font-lock in directory
1254 buffer so that Eshell's own fontification is seen. This broke
1255 recently due to changes in font-lock, so this goes back to version
1256 21 behavior.
1257
1258 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1259
1260 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1261 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1262 (gdb-many-windows): Doc fix.
1263
1264 2005-10-31 Romain Francoise <romain@orebokech.com>
1265
1266 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1267
1268 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1269
1270 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1271 that global-font-lock-mode can be enabled by default.
1272
1273 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1274 (font-lock-add-keywords, font-lock-remove-keywords)
1275 (font-lock-fontify-buffer): Remove autoload cookies.
1276
1277 * jit-lock.el (jit-lock-register): Likewise.
1278
1279 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1280
1281 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1282
1283 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1284 intact if there is no gud-comint-buffer.
1285
1286 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1287
1288 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1289 old prompt comint-prompt-read-only is t and GDB commands are
1290 issued from tool bar etc.
1291
1292 2005-10-31 Masatake YAMATO <jet@gyve.org>
1293
1294 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1295
1296 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1299 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1300
1301 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1302
1303 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1304 starting at beginning of line. Fontification is messed up when
1305 `open-paren-in-column-0-is-defun-start' set to t.
1306 Reported by John Paul Wallington <jpw@pobox.com>.
1307
1308 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1309
1310 * comint.el (comint-send-input): Call `comint-update-fence' when
1311 `comint-process-echoes' and `comint-prompt-read-only' are both
1312 non-nil, to avoid leftover read-only newline.
1313
1314 2005-10-30 Richard M. Stallman <rms@gnu.org>
1315
1316 * textmodes/flyspell.el (flyspell-external-point-words):
1317 Detect when WORD can't be checked properly because
1318 flyspell-get-word finds just part of it, and move on.
1319
1320 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1321 boundarychar for Polish.
1322 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1323 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1324
1325 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1326
1327 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1328 (gdb-registers-font-lock-keywords): Delete.
1329 (gdb-registers-mode): Don't fontify.
1330 (gdb-info-registers-custom): Use text properties instead as, in
1331 future, changed register values will use font-lock-warning-face.
1332 (gdb-local-font-lock-keywords): Rename to...
1333 (gdb-locals-font-lock-keywords): ...for consistency.
1334
1335 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1336
1337 * vc.el (vc-switch-backend): Better error message if the buffer is
1338 not visiting a file under version control.
1339
1340 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1341
1342 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1343
1344 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1345 ~/.emacs.d/.emacs.
1346
1347 2005-10-29 Richard M. Stallman <rms@gnu.org>
1348
1349 * replace.el (occur-mode-mouse-goto): Always go to other window.
1350 (occur-mode-goto-occurrence): Always switch in same window.
1351
1352 * simple.el (undo): Display message at end, not at start.
1353
1354 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1355 New arg REUSE-CELL.
1356 (cancel-timer-internal): New function.
1357 (timer-event-handler): Use cancel-timer-internal,
1358 and pass the cell it returns to timer-activate...
1359
1360 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1361 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1362 (jit-lock-after-change): Test memory-full.
1363
1364 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1365
1366 * textmodes/conf-mode.el (conf-assignment-sign)
1367 (conf-assignment-regexp): Fix docstrings.
1368 (conf-mode-initialize): New function.
1369 (conf-mode): Remove optional args. Use delay-mode-hooks to
1370 recognize recursive calls.
1371 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1372 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1373 (conf-xdefaults-mode): Use define-derived-mode and
1374 conf-mode-initialize.
1375
1376 2005-10-29 Romain Francoise <romain@orebokech.com>
1377
1378 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1379
1380 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1381
1382 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1383 part of the decoded armor to find the key-identifier.
1384 (pgg-gpg-lookup-key-owner): New function to return the
1385 human-readable identifier of a key owner.
1386 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1387 key itself.
1388 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1389 the key value) if we have a key and can match it against a secret
1390 key. Also, added a note pointing out fact that the prompt only
1391 indicates the first matching key.
1392
1393 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1394 pgg-decrypt-region.
1395 (pgg-pending-timers): A new hash for tracking the passphrase cache
1396 timers, so that new ones supercede old ones.
1397 (pgg-add-passphrase-to-cache): Rename from
1398 `pgg-add-passphrase-cache' to reduce confusion (all callers
1399 changed). Modified to cancel old timers when new ones are added.
1400 (pgg-remove-passphrase-from-cache): Rename from
1401 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1402 changed). Modified to cancel old timers when their keys are
1403 removed from the cache.
1404 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1405 XEmacs, an indirection to delete-itimer.
1406 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1407 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1408 users can only check cache without risk of prompting. Correct bug in
1409 notruncate behavior.
1410 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1411 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1412 Add informative docstrings.
1413 (pgg-decrypt): Convey provided passphrase in subordinate call to
1414 pgg-decrypt-region.
1415
1416 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1417
1418 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1419 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1420 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1421 'passphrase' argument, so the passphrase can be managed externally
1422 and then passed in to the system.
1423
1424 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1425 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1426 so the passphrase cache can be used reliably with identifiers
1427 besides a pgp packet's key id.
1428
1429 * pgg-gpg.el (pgg-pgp-encrypt-region)
1430 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1431 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1432 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1433 argument to all these routines, so the passphrase can be managed
1434 externally and passed in to the system.
1435
1436 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1437 'notruncate' argument, so the passphrase cache can be used
1438 reliably with identifiers besides a pgp packet's key id.
1439
1440 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1441
1442 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1443 symmetric encryption.
1444 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1445 encrypted session key.
1446 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1447 message ask for the passphrase in a proper way.
1448
1449 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1450 New user commands for symmetric encryption.
1451
1452 2005-10-28 Bill Wohler <wohler@newt.com>
1453
1454 * help-mode.el (help-url): New button type. Calls browse-url.
1455 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1456 Similar to Info nodes: URL `url'.
1457 (help-make-xrefs): Create help-url buttons for
1458 help-xref-url-regexp matches.
1459
1460 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1461
1462 * tool-bar.el (tool-bar-add-item-from-menu)
1463 (tool-bar-local-item-from-menu): Fix doc strings.
1464
1465 2005-10-28 Romain Francoise <romain@orebokech.com>
1466
1467 * ldefs-boot.el: Update.
1468
1469 * subr.el (locate-library): Move from help-fns.el.
1470 * help-fns.el (locate-library): Move to subr.el.
1471
1472 2005-10-28 Richard M. Stallman <rms@gnu.org>
1473
1474 * net/tramp.el (tramp-completion-mode): defvar moved up.
1475
1476 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1477
1478 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1479
1480 * files.el (find-file-noselect): Use %d to format large file size.
1481
1482 * bindings.el (mode-line-format): Add %e.
1483
1484 * loadup.el ("facemenu"): Load unconditionally.
1485 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1486 ("x-dnd"): Load, when appropriate.
1487
1488 * startup.el (command-line): Call before-init-hook earlier.
1489 Warn about some bad characters in -u user name.
1490
1491 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1492 (flyspell-external-point-words): Error if misspelled word is not found.
1493 Set flyspell-large-region-beg at end of word.
1494
1495 2005-10-28 Andreas Schwab <schwab@suse.de>
1496
1497 * view.el (View-revert-buffer-scroll-page-forward):
1498 Use view-page-size-default.
1499
1500 2005-10-28 Juri Linkov <juri@jurta.org>
1501
1502 * international/quail.el (quail-get-current-str): Translate last
1503 raw character for deterministic input methods.
1504
1505 2005-10-27 Jay Belanger <belanger@truman.edu>
1506
1507 * calc/calc-ext.el: Add functions to autoloads.
1508 (math-identity-matrix-p, math-ident-row-p): New functions.
1509
1510 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1511 multiplication by an identity matrix; don't turn multiplication by
1512 an inverse matrix into division.
1513 (math-div-symbol-fancy): Replace division by matrices with
1514 multiplication by inverse.
1515
1516 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1517
1518 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1519 (calc-writeoutpower): New functions.
1520
1521 2005-10-27 Romain Francoise <romain@orebokech.com>
1522
1523 * replace.el (occur-engine): Include colon in mouse-face highlight.
1524
1525 * dired-x.el: Change Maintainer field.
1526
1527 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * longlines.el (longlines-mode): Bind after-change-functions to
1530 nil during initial decoding and final encoding.
1531
1532 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1533
1534 * term.el (term-emulate-terminal, term-handle-colors-array)
1535 (term-handle-ansi-escape): Specify the terminfo capabilities
1536 implemented.
1537
1538 2005-10-26 Richard M. Stallman <rms@gnu.org>
1539
1540 * info.el (Info-fontify-node): Fix detection of sentence-break
1541 before *Note.
1542
1543 2005-10-26 Romain Francoise <romain@orebokech.com>
1544
1545 * smerge-mode.el: Add `tools' to file keywords.
1546
1547 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1548
1549 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1550 when the fringe is not available.
1551
1552 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1553 (def-gdb-auto-update-trigger): Simplify construction.
1554 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1555 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1556 defined explicitly.
1557 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1558 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1559 defined explicitly.
1560 (gdb-info-locals-custom): Remove as it's a no-op.
1561
1562 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * longlines.el (longlines-mode): Remove narrowing before
1565 performing the initial decoding or final encoding.
1566
1567 2005-10-25 Romain Francoise <romain@orebokech.com>
1568
1569 * emacs-lisp/find-func.el (find-library-name): Also strip
1570 extension if library name ends in .el, to take advantage of
1571 `find-library-suffixes'.
1572
1573 2005-10-25 Richard M. Stallman <rms@gnu.org>
1574
1575 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1576
1577 2005-10-25 Juri Linkov <juri@jurta.org>
1578
1579 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1580 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1581
1582 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1585 (blackbox-redefine-key): Add argument `map'.
1586
1587 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1588 regions when moving the jit-lock-context-unfontify-pos boundary.
1589
1590 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1591
1592 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1593
1594 2005-10-25 Masatake YAMATO <jet@gyve.org>
1595
1596 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1597
1598 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1599
1600 * play/blackbox.el (blackbox-redefine-key): New function.
1601 (blackbox-mode-map): Use it to remap existing bindings for cursor
1602 motion instead of binding literal keys.
1603
1604 2005-10-25 Glenn Morris <rgm@gnu.org>
1605
1606 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1607 diary does not end in a newline. Do not assume a blank line at
1608 the start of the diary file.
1609
1610 2005-10-25 Kenichi Handa <handa@m17n.org>
1611
1612 * international/quail.el (quail-translate-key): If the input
1613 method is deterministic and failed to handle the last key, restart
1614 the key handling loop from an appropriate key.
1615
1616 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1617
1618 * vc.el (vc-dired-mode): Extend comment for binding of
1619 `directory-listing-before-filename-regexp'.
1620
1621 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * textmodes/texinfo.el (texinfo-mode):
1624 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1625 not to unnecessarily expose emacs-mule's internal char codes.
1626
1627 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1628
1629 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1630 Display hand pointer and help-echo on disabled icon too.
1631 (gdb-mouse-until): New function.
1632 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1633
1634 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1637 with 2005-10-23 change to doctor.el.
1638
1639 * finder.el (finder-mode-map): Add follow-link binding.
1640
1641 2005-10-25 Kim F. Storm <storm@cua.dk>
1642
1643 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1644 to gdb-mouse-toggle-breakpoint-fringe.
1645 (gdb-mouse-toggle-breakpoint-margin): Rename from
1646 gdb-mouse-toggle-breakpoint. Fix doc.
1647 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1648 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1649 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1650 string properties also for fringe breakpoint bitmaps.
1651
1652 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1653
1654 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1655
1656 2005-10-25 Masatake YAMATO <jet@gyve.org>
1657
1658 * simple.el (completion-common-substring):
1659 Use `completion-common-substring' prior to `completion-base-size'.
1660
1661 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1662
1663 * savehist.el: Require CL while compiling.
1664 (savehist-history-variables): Remove.
1665 (savehist-save-minibuffer-history, savehist-additional-variables)
1666 (savehist-minibuffer-history-variables): New vars.
1667 (savehist-save): Use them.
1668 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1669 (savehist-install): New fun, extracted from savehist-load.
1670 (savehist-load): Use them.
1671
1672 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1675 a dummy doc-string-elt property.
1676 (defalias, defvaralias, define-category): Add a docstring property.
1677
1678 * image.el (defimage):
1679 * widget.el (define-widget):
1680 * custom.el (defface, defcustom): Add `doc-string' declaration.
1681
1682 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1683 (defadvice): Add `doc-string' declaration.
1684
1685 * emacs-lisp/byte-run.el (macro-declaration-function):
1686 Handle `doc-string' declarations.
1687 (define-obsolete-function-alias, define-obsolete-variable-alias):
1688 Add `doc-string' declaration.
1689
1690 2005-10-24 Kenichi Handa <handa@m17n.org>
1691
1692 * international/utf-7.el (utf-7): Add autoload cookie.
1693
1694 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1695
1696 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1697
1698 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1699 list of directories passed to batch-update-autoloads. Add "." to
1700 the list of the echoed directories.
1701
1702 * pgg-def.el:
1703 * pgg-gpg.el:
1704 * pgg-parse.el:
1705 * pgg-pgp.el:
1706 * pgg-pgp5.el:
1707 * pgg.el: Moved here from the gnus subdirectory.
1708
1709 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1710
1711 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1712 in case comint-prompt-read-only is set to t.
1713
1714 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1715 in case comint-prompt-read-only is set to t.
1716
1717 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1718
1719 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1720 Now a string.
1721 (icalendar-import-format): Handle CLASS, STATUS, URL.
1722 Rename `subject' to `summary'.
1723 (icalendar-import-format-summary): Rename from
1724 `icalendar-import-format-subject'.
1725 (icalendar-import-format-url, icalendar-import-format-status)
1726 (icalendar-import-format-class): New variables.
1727 (icalendar--rris): Take variable argument list.
1728 (icalendar--datestring-to-isodate): Remove unnecessary
1729 calendar-style check when converting dates with explicit month names.
1730 (icalendar-export-region): Change return type of conversion
1731 subroutines. Bury current buffer unless error occurred.
1732 (icalendar--convert-to-ical)
1733 (icalendar--parse-summary-and-rest): New functions.
1734 (icalendar--convert-ordinary-to-ical)
1735 (icalendar--convert-weekly-to-ical)
1736 (icalendar--convert-yearly-to-ical)
1737 (icalendar--convert-block-to-ical)
1738 (icalendar--convert-cyclic-to-ical)
1739 (icalendar--convert-anniversary-to-ical): Change return type.
1740 Strip trailing blanks from subject.
1741 (icalendar--convert-sexp-to-ical): Change return type.
1742 Strip trailing blanks from subject. Handle simple sexp
1743 entries as generated by icalendar.el.
1744 (icalendar--convert-float-to-ical)
1745 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1746 (icalendar-import-file): Doc fix.
1747 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1748 Correct call to icalendar--rris.
1749 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1750 `summary'.
1751 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1752
1753 2005-10-24 Romain Francoise <romain@orebokech.com>
1754
1755 * server.el (server-sentinel): Set query-on-exit flag to nil on
1756 new client processes (it isn't inherited from the server process).
1757
1758 * replace.el (occur-engine): Rearrange text properties.
1759
1760 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1763 case-fold-search is nil.
1764 (debug-help-follow): Use help-xref-interned directly.
1765
1766 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * thumbs.el (thumbs-image-type): Add .pbm.
1769
1770 2005-10-23 Richard M. Stallman <rms@gnu.org>
1771
1772 * faces.el (inhibit-face-set-after-frame-default): New variable.
1773 (set-face-attribute): Bind it.
1774 (face-set-after-frame-default): Test it.
1775
1776 * help-fns.el (describe-simplify-lib-file-name): New function.
1777 (describe-function-1, describe-variable): Use it.
1778
1779 * faces.el (describe-face): Use describe-simplify-lib-file-name.
1780
1781 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1782 Eliminate nil as possible value.
1783 (tooltip-hide-delay): Reduce internal-border-width.
1784
1785 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1786 (menu-bar-file-menu) <new-file>: Likewise.
1787
1788 * simple.el (line-move-finish): Ignore fields computing LINE-END.
1789
1790 * international/mule.el (load-with-code-conversion):
1791 Pass full file name to `eval-buffer' unless preloading.
1792
1793 * textmodes/flyspell.el (flyspell-large-region):
1794 Call ispell-check-version.
1795
1796 * textmodes/ispell.el (ispell-local-dictionary-overridden):
1797 Fix the make-variable-buffer-local call that was supposed
1798 to be for this variable.
1799 (ispell-aspell-supports-utf8): Doc fix.
1800 (ispell-find-aspell-dictionaries): Preserve elements of
1801 ispell-dictionary-alist for dictionaries that aspell doesn't report.
1802 (ispell-aspell-find-dictionary): Return nil on error.
1803
1804 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1805 (doctor-symptoms): Likewise.
1806
1807 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1808
1809 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * cus-edit.el (custom-button, custom-button-pressed): New vars.
1812 (custom-raised-buttons): Add :set spec.
1813 (custom-button-unraised, custom-button-pressed-unraised):
1814 New faces, so that custom-raised-buttons actually does something.
1815 (custom-mode): Use custom-button and custom-button-pressed.
1816
1817 * wid-edit.el (widget-specify-button): Don't ignore
1818 widget-mouse-face on graphic terminals.
1819 (widget-move-and-invoke): Cleanup.
1820
1821 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
1822
1823 * whitespace.el (whitespace-cleanup): Doc fix.
1824
1825 2005-10-23 Romain Francoise <romain@orebokech.com>
1826
1827 * emulation/viper.el (viper-set-hooks): Quote forms passed to
1828 `eval-after-load' to avoid evaluating their result.
1829
1830 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
1831
1832 * files.el (directory-listing-before-filename-regexp):
1833 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
1834
1835 * dired.el (dired-move-to-filename-regexp): Remove.
1836 All occurences replaced by `directory-listing-before-filename-regexp'.
1837
1838 * dired-x.el, locate.el, vc.el:
1839 Replace `dired-move-to-filename-regexp' by
1840 `directory-listing-before-filename-regexp'. In vc.el it is
1841 overwritten locally; maybe this can be handled in files.el too.
1842
1843 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
1844 replaced by `directory-listing-before-filename-regexp'.
1845
1846 2005-10-23 Andreas Schwab <schwab@suse.de>
1847
1848 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1849 and eval-next-after-load.
1850
1851 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1852
1853 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1854 exist, create it.
1855
1856 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
1857
1858 * allout.el: Remove autoloads for mailcrypt and crypt++.
1859 Require pgg, pgg-gpg during compilation.
1860 (allout-version): Increment version number to 2.1, and use a literal
1861 rather than RCS Id.
1862 (allout-default-encryption-scheme): Remove.
1863 (allout-passphrase-verifier-handling)
1864 (allout-passphrase-verifier-string)
1865 (allout-file-passphrase-verifier-string)
1866 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1867 (allout-passphrase-hint-handling): Rename and simplify.
1868 (allout-init): Use `find-file-hook' if available, otherwise
1869 `find-file-hooks'.
1870 (allout-mode): Use `write-file-functions' if available, otherwise
1871 `local-write-file-hooks' and, instead of making auto-save-hook
1872 buffer local, make the write-file-hook activity contingent to
1873 allout-mode.
1874 (allout-mode): Use key-binding substitution in the docstring.
1875 (allout-kill-line): Spell-out kill ring data structure mutation
1876 instead of using byte-compiler-complaint-provoking `pop'.
1877 (allout-insert-listified): Use `insert' rather than `insert-string'
1878 (allout-toggle-current-subtree-encryption): Update docstring, adjust
1879 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1880 (allout-encrypt-string): Totally revamped vis new underlying
1881 encryption facilities.
1882 (allout-mc-activate-passwd): Remove.
1883 (allout-obtain-passphrase): New, more or less replaces
1884 allout-mc-activate-passwd.
1885 (allout-encrypted-key-info): More or less replaces
1886 allout-encrypted-text-type.
1887 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1888 (my-mark-marker): Use `(featurep 'xemacs)'.
1889
1890 2005-10-23 Lars Hansen <larsh@soem.dk>
1891
1892 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1893 (byte-compile-file-form-defmumble, byte-compile-defun)
1894 (byte-compile-defmacro): Use it.
1895 (byte-compile-form): Don't call byte-compile-set-symbol-position
1896 when a byte-compile handler is called.
1897
1898 2005-10-22 Romain Francoise <romain@orebokech.com>
1899
1900 * savehist.el (savehist-history-variables): Add `grep-find-history'.
1901
1902 * subr.el (eval-after-load): Convert library name to an absolute
1903 file name using locate-library, since load-history no longer has
1904 library names in it.
1905
1906 2005-10-22 Richard M. Stallman <rms@gnu.org>
1907
1908 * files.el (make-temp-file): Move from subr.el.
1909 * subr.el (make-temp-file): Move to files.el.
1910
1911 * window.el (get-buffer-window-list): Move from subr.el.
1912 * subr.el (get-buffer-window-list): Move to window.el.
1913
1914 * image.el (image-load-path): Use eval-at-startup to initialize.
1915
1916 * subr.el (eval-at-startup): New macro.
1917
1918 * subr.el: Much rearrangement of functions and division
1919 into pages. No code changes.
1920
1921 2005-10-22 Kenichi Handa <handa@m17n.org>
1922
1923 * tar-mode.el (tar-extract): Be sure to call
1924 find-operation-coding-system if set-auto-coding doesn't find a
1925 coding system.
1926
1927 2005-10-22 Kim F. Storm <storm@cua.dk>
1928
1929 * image.el (image-type-header-regexps): Rename from image-type-regexps.
1930 Change users.
1931 (image-type-file-name-regexps): New defconst.
1932 (image-type-from-data): Simplify loop.
1933 (image-type-from-buffer): New defun.
1934 (image-type-from-file-header): Use it instead of image-type-from-data.
1935 Use image-search-load-path instead of only looking in data-directory.
1936 (image-type-from-file-name): New defun.
1937 (image-search-load-path): Change `pathname' to `filename'.
1938 Make PATH arg optional, default to image-load-path.
1939
1940 2005-10-21 Richard M. Stallman <rms@gnu.org>
1941
1942 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1943
1944 * textmodes/paragraphs.el (sentence-end-base): New variable.
1945 (sentence-end): Use sentence-end-base.
1946
1947 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * font-lock.el (font-lock-default-fontify-region): Check the multiline
1950 property independently from the font-lock-multiline variable.
1951
1952 2005-10-21 Richard M. Stallman <rms@gnu.org>
1953
1954 * emacs-lisp/find-func.el (find-library-name): Doc fix.
1955
1956 * startup.el (command-line): Convert library names
1957 in `load-history' to absolute file names.
1958
1959 * subr.el (symbol-file): Doc fix.
1960
1961 * loadhist.el (file-loadhist-lookup): Call locate-library
1962 instead of find-library-name. Don't try converting
1963 abs file names to library names, since load-history no longer
1964 has library names in it.
1965 (file-dependents, file-provides, file-requires): Doc fixes.
1966
1967 2005-10-21 Juri Linkov <juri@jurta.org>
1968
1969 * progmodes/etags.el (tags-table-mode): New function.
1970 (tags-verify-table): Replace initialize-new-tags-table with
1971 tags-table-mode.
1972
1973 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1974 default value.
1975 (desktop-modes-not-to-save): Add tags-table-mode to the
1976 default value.
1977
1978 * info.el (Info-index-next): Add total number of index
1979 alternatives to the message.
1980
1981 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1982 backward only space (instead of space and period) before looking
1983 at sentence end.
1984
1985 * simple.el (set-variable): Use user-variable-p instead of symbolp.
1986 Add the old variable value as 4th default-value arg of read-string.
1987
1988 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1989
1990 * cus-face.el (custom-declare-face): Make face from X resources
1991 also on Mac.
1992
1993 * disp-table.el (standard-display-g1, standard-display-graphic):
1994 Refuse to use string glyphs also on Mac.
1995 (standard-display-european): Don't set terminal coding system also
1996 on Mac.
1997
1998 * frame.el (display-screens): Use x-display-screens also on Mac.
1999
2000 2005-10-21 Romain Francoise <romain@orebokech.com>
2001
2002 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
2003
2004 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2007 and $? into sexps.
2008
2009 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2010 warning face on open-paren-in-column-0.
2011
2012 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2013 boundary case. Fix typo.
2014 Suggested by Martin Rudalics <rudalics@gmx.at>.
2015
2016 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2017
2018 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2019 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2020 (org-export-icalendar-this-file)
2021 (org-export-icalendar-all-agenda-files)
2022 (org-export-icalendar-combine-agenda-files): New commands.
2023 (org-export-icalendar, org-print-icalendar-entries)
2024 (org-start-icalendar-file, org-finish-icalendar-file)
2025 (org-ical-ts-to-string): New functions.
2026 (org-read-date, org-goto-calendar)
2027 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2028 call to `calendar'.
2029 (orgtbl-setup): Remove the :keys arguments from the menu description.
2030 (org-after-save-iCalendar-file-hook): New variable.
2031
2032 2005-10-21 Kenichi Handa <handa@m17n.org>
2033
2034 * language/vietnamese.el (tcvn-5712): Make it an alias of
2035 vietnamese-tcvn coding-system.
2036
2037 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2038
2039 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2040 group id is given.
2041
2042 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2045 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2046 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2047 whose line is either continued or ends with a comment.
2048
2049 2005-10-20 Romain Francoise <romain@orebokech.com>
2050
2051 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2052
2053 * replace.el (occur-engine): Add follow-link property.
2054
2055 * font-core.el (font-lock-mode): Doc fix.
2056
2057 2005-10-20 Richard M. Stallman <rms@gnu.org>
2058
2059 * net/rcirc.el: New file.
2060
2061 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2062
2063 * term.el (term-term-name): Initialize to "eterm-color".
2064
2065 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2066
2067 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2068 for encryption functionality.
2069 Move allout customization subgroup from `editing' to `outlines' group.
2070 Fix commentary 'keywords' to legitimate ones.
2071 Update author info (using my current email address, obscurified).
2072 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2073 (allout-encrypted-topic-p, allout-encrypted-text-type)
2074 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2075 (allout-situate-encryption-key-verifier)
2076 (allout-get-encryption-key-verifier, allout-verify-key)
2077 (allout-next-topic-pending-encryption)
2078 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2079 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2080 (outline-key-verifier-handling, outline-key-hint-handling)
2081 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2082 (allout-file-key-verifier-string, allout-encryption-scheme)
2083 (allout-key-verifier-string, allout-key-hint-string)
2084 (allout-after-save-decrypt): New variables.
2085 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2086 (allout-after-saves-handler): New hook functions.
2087 (allout-post-command-business): Do allout-after-save-decrypt.
2088 (allout-enable-file-variable-adjustment): Custom var to enable
2089 mechanism for adding and adjusting settings of Emacs file variables.
2090 (allout-adjust-file-variable, allout-file-vars-section-data):
2091 New functions, implement the mechanism.
2092 (outlineify-sticky): Use the file vars mechanism.
2093 (allout-inhibit-protection, allout-during-write-cue)
2094 (allout-override-protect, allout-before-change-protect): Remove.
2095 (allout-flag-region, allout-open-topic): Adjust read-only text.
2096 (allout-open-line-not-read-only): Add to facilitate read-only
2097 text based protection.
2098 (allout-kill-line): Revise to adjust read-only text, clue the
2099 user about the inhibition.
2100 (allout-unprotected): Use unwind-protect.
2101 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2102 topic deeper than the offspring depth of the previous topic -
2103 avoiding confusing "containment discontinuities".
2104 (allout-reindent-bodies): Fix retention of body relative hanging
2105 indent during promotion of collapsed bodies.
2106 (allout-open-topic): Make it easy to open new topic with same
2107 bullet as current topic - topic creation functions provided with
2108 any universal argument provokes now prompt for bullet, defaulting
2109 to the bullet of the previous topic.
2110 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2111 Plain bullet alternates '.' period and ',' comma only. All other
2112 bullets are relegated to special status (but customizable).
2113 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2114 since it actually operates w.r.t. most immediately containing
2115 entry, visible or not.
2116 (allout-hide-current-entry, allout-show-current-entry): Use the
2117 revised version.
2118 (allout-old-expose-topic): Solidify deprecation.
2119 (allout-end-of-subtree): Add so we can span concealed as well
2120 as visible topics.
2121 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2122 (allout-end-of-current-heading): Tweak to just respect the first line.
2123 (allout-get-body-text): Add.
2124 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2125 when invoked interactively.
2126 (allout-up-current-level): Use `interactive-p'.
2127 (allout-mode, allout-init): Miscellaneous docstring and
2128 operational refinements, as well as hookups of new encryption stuff.
2129 (allout-beginning-of-current-entry): Now works as advertised.
2130 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2131 (allout-isearch-rectification): Refine condition for isearching.
2132 (allout-isearch-abort, allout-enwrap-isearch)
2133 (allout-flag-region, my-region-active-p): Relocate some macros.
2134 (allout-title): Fallback title is '(buffer-name)', not
2135 non-existing '(current-buffer-name)'.
2136 (subst-char-in-string): Define if absent (for some XEmacs versions).
2137
2138 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2139
2140 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2141 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2142 (mail-citation-prefix-regexp, mail-signature-file)
2143 (mail-default-headers, mail-bury-selects-summary)
2144 (mail-send-nonascii): Add autoload cookies.
2145
2146 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2147
2148 * frame.el (blink-cursor-mode): Add `mac' to the list of
2149 window-system's that support blinking cursor.
2150
2151 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2152
2153 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2154
2155 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2156
2157 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2158 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2159 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2160
2161 2005-10-20 Kim F. Storm <storm@cua.dk>
2162
2163 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2164 (ido-set-current-directory): Don't add / after final @.
2165 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2166 Explicitly handle ange-ftp completion oddities.
2167 (ido-make-file-list): Don't rotate list at tramp root to avoid
2168 triggering tramp file handler for expand-file-name via get-file-buffer.
2169
2170 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2173
2174 2005-10-19 Jay Belanger <belanger@truman.edu>
2175
2176 * calc/calc-units.el (math-standard-units): Add units, adjust
2177 symbols and update values.
2178 (math-unit-prefixes): Add more prefixes.
2179
2180 2005-10-19 Romain Francoise <romain@orebokech.com>
2181
2182 * bookmark.el (bookmark-menu-heading): New face.
2183 (bookmark-bmenu-list): Use it.
2184 Don't fiddle with `baud-rate' at top-level.
2185
2186 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2187
2188 * image.el (create-image, find-image): Mention max-image-size in
2189 docstring.
2190
2191 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2192
2193 * savehist.el (savehist-load): Revert to checking XEmacs.
2194
2195 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2196 Various docstring and line-width fixups.
2197 (conf-mode): Use cond.
2198 Set font-lock-defaults. Don't set comment-use-syntax.
2199
2200 2005-10-18 David Ponce <david@dponce.com>
2201
2202 * tree-widget.el (tree-widget-button-click): New function.
2203 (tree-widget-button-keymap): Use it.
2204
2205 2005-10-18 Romain Francoise <romain@orebokech.com>
2206
2207 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2208 (bookmark-bmenu-hide-filenames): Add follow-link property.
2209 Improve help-echo text.
2210
2211 * ffap.el (find-file-at-point): Doc fix.
2212
2213 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2214
2215 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2216
2217 2005-10-18 Masatake YAMATO <jet@gyve.org>
2218
2219 Install to the CVS repository what I forgot to install in my
2220 2005-10-16 changes.
2221
2222 * progmodes/python.el (python-complete-symbol): Pass the common
2223 prefix substring of completion to `display-completion-list'.
2224
2225 * textmodes/org.el (org-complete): Ditto.
2226
2227 2005-10-18 Masatake YAMATO <jet@gyve.org>
2228
2229 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2230
2231 * woman.el (WoMan-xref-man-page): New button type derived
2232 from `Man-abstract-xref-man-page'.
2233 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2234
2235 * man.el (Man-abstract-xref-man-page): New button type.
2236 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2237 (Man-highlight-references): Add new optional argument `xref-man-type'.
2238
2239 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2240
2241 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2242
2243 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * cus-edit.el (Custom-move-and-invoke): Delete.
2246 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2247
2248 * wid-edit.el (widget-move-and-invoke): New function, from
2249 Custom-move-and-invoke.
2250
2251 2005-10-17 Bill Wohler <wohler@newt.com>
2252
2253 Move all remaining images from lisp/toolbar to etc/images, move
2254 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2255 the low resolution images in their own directory (low-color).
2256
2257 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2258 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2259 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2260 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2261 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2262 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2263 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2264
2265 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2266 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2267 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2268 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2269 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2270 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2271 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2272 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2273 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2274 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2275 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2276 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2277 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2278 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2279 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2280
2281 To conform with convention, replace the underscore (_) in the
2282 following image names with dash (-) or (/) as appropriate.
2283
2284 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2285 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2286 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2287 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2288 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2289 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2290 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2291 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2292 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2293 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2294 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2295 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2296 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2297 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2298 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2299
2300 * info.el (info-tool-bar-map): Replace underscores in image names
2301 with dashes.
2302
2303 * makefile.w32-in (WINS): Remove toolbar.
2304
2305 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2306
2307 * tool-bar.el: Move to lisp from toolbar. Now that
2308 toolbar is empty, it should be deleted when folks run "cvs up -P".
2309
2310 2005-10-18 Jay Belanger <belanger@truman.edu>
2311
2312 * calc/calc-store.el (calc-store-into): Get the proper variable name
2313 to display in message.
2314
2315 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2316
2317 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2318 expressions display in speedbar for all buffers when debugging.
2319 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2320
2321 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2322 (speedbar-insert-button, speedbar-make-button):
2323 Use add-text-properties.
2324 (speedbar-update-localized-contents)
2325 (speedbar-update-directory-contents)
2326 (speedbar-update-special-contents): Use dolist.
2327 (speedbar-buffer-easymenu-definition): Add a menu separator.
2328
2329 2005-10-17 Jason Rumney <jasonr@gnu.org>
2330
2331 * makefile.w32-in: Use $(lisp) consistently.
2332 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2333 for shell specific generation of mh-autoloads.
2334
2335 2005-10-17 Richard M. Stallman <rms@gnu.org>
2336
2337 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2338
2339 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * jit-lock.el (jit-lock-fontify-now):
2342 Move jit-lock-context-unfontify-pos to avoid wasted work.
2343
2344 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2345
2346 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2347 `tramp-completion-mode' for checking if we are in completion mode.
2348 (tramp-completion-handle-file-name-all-completions): Reorder code
2349 in order to complete for file names only in case there are no
2350 method/user/host completions. This is necessary for cooperation
2351 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2352
2353 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * longlines.el (longlines-search-forward)
2356 (longlines-search-backward): Match any number of spaces.
2357
2358 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2359
2360 * diff-mode.el (diff-mode): Doc fix.
2361
2362 2005-10-16 David Reitter <david.reitter@gmail.com>
2363
2364 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2365 as default on darwin and windows systems.
2366
2367 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2368
2369 * arc-mode.el (archive-zip-extract): Doc fix.
2370
2371 2005-10-16 Romain Francoise <romain@orebokech.com>
2372
2373 * mouse.el (mouse-1-click-follows-link): Doc fix.
2374
2375 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * savehist.el: Don't require CL at runtime.
2378 (savehist-xemacs): Remove.
2379 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2380 (savehist-no-conversion): Use (featurep 'xemacs).
2381 (savehist-load): Check existence of start-itimer rather than XEmacs.
2382 Use an idle timer.
2383 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2384 `delete-if-not'.
2385
2386 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2387
2388 * savehist.el: Newer version.
2389 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2390 (savehist-last-checksum, savehist-no-conversion): New vars.
2391 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2392 New functions.
2393 (savehist-load, savehist-save): Use them.
2394 (savehist-delimit): Remove.
2395
2396 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * progmodes/compile.el (compilation-goto-locus): Display the
2399 compilation buffer first and the source buffer second, in case they're
2400 in overlapping frames. Don't raise the compilation frame if it was the
2401 selected window upon entry. Pass the `other-window' arg to
2402 pop-to-buffer.
2403
2404 * info.el (Info-fontify-node): Use dolist.
2405 Change add-text-properties to put-text-property.
2406
2407 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2408
2409 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2410 bound of search.
2411
2412 2005-10-16 Masatake YAMATO <jet@gyve.org>
2413
2414 * dabbrev.el (dabbrev-completion): Pass the common
2415 prefix substring of completion to `display-completion-list'.
2416
2417 * filecache.el (file-cache-minibuffer-complete)
2418 (file-cache-complete): Ditto.
2419
2420 * tempo.el (tempo-display-completions): Ditto.
2421
2422 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2423
2424 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2425
2426 * eshell/em-hist.el (eshell-list-history): Ditto.
2427
2428 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2429
2430 * mail/mailalias.el (mail-complete): Ditto.
2431
2432 * progmodes/etags.el (complete-tag): Ditto.
2433
2434 * progmodes/make-mode.el (makefile-complete): Ditto.
2435
2436 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2437
2438 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2439
2440 * progmodes/pascal.el (pascal-complete-word)
2441 (pascal-show-completions): Ditto.
2442
2443 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2444
2445 * simple.el (completion-common-substring): New variable.
2446 (completion-setup-function): Use `completion-common-substring'
2447 to put faces.
2448
2449 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2450
2451 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2452 (x-get-selection, mac-select-convert-to-string): Convert from/to
2453 UTF-16 clipboard data as in native byte order, no BOM.
2454
2455 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2456
2457 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2458 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2459 (gud-sentinel): Use speedbar-frame to check for speedbar.
2460
2461 2005-10-15 Richard M. Stallman <rms@gnu.org>
2462
2463 * savehist.el: New file.
2464
2465 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2466
2467 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2468 Fix bug in \bf fontification.
2469
2470 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * pcvs.el (cvs-edit-log-files): New var.
2473 (cvs-mode-edit-log): New arg `file'.
2474 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2475 Instead force the use of the original file and nothing else.
2476 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2477 the cvs-minor-wrap-function is set.
2478 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2479
2480 2005-10-14 Bill Wohler <wohler@newt.com>
2481
2482 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2483 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2484 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2485 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2486 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2487 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2488 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2489 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2490 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2491 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2492 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2493 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2494 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2495 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2496 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2497
2498 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2499 appropriately (for example, gud-break to gud/break).
2500
2501 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2502
2503 * longlines.el (longlinges-search-function)
2504 (longlines-search-forward, longlines-search-backward): New functions.
2505 (longlines-mode): Set isearch-search-fun-function to
2506 longlinges-search-function.
2507
2508 * mouse.el (mouse-drag-region-1): Handle the case where a
2509 double-click event is bound to an arbitrary function.
2510
2511 2005-10-14 David Ponce <david@dponce.com>
2512
2513 * recentf.el (recentf-track-opened-file)
2514 (recentf-track-closed-file, recentf-update-menu)
2515 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2516 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2517 mouse-1-click-follows-link.
2518
2519 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2520
2521 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2522 Gnome file-manager.png. Suggested by
2523 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2524
2525 * toolbar/README: Add diropen.xpm.
2526
2527 2005-10-13 Bill Wohler <wohler@newt.com>
2528
2529 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2530 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2531
2532 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2535 Don't waste the byte-compiler's time on constant data.
2536
2537 2005-10-13 Kenichi Handa <handa@m17n.org>
2538
2539 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2540 byte with `escape-glyph' face.
2541
2542 * international/fontset.el (ccl-encode-unicode-font):
2543 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2544 Handle the case that ucs-mule-to-mule-unicode translates a character to
2545 ASCII (usually for IPA characters).
2546
2547 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2548
2549 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2550 Don't hide the underline of titles if font-lock-mode is disabled.
2551
2552 2005-10-12 Bill Wohler <wohler@newt.com>
2553
2554 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2555 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2556 files in MH-E-SRC have been updated.
2557 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2558
2559 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2562 (mixal-mode-syntax-table): Add \n as end-comment.
2563 (mixal-operation-codes-alist): Immediately initialize to full value.
2564 (mixal-add-operation-code): Remove.
2565 (mixal-describe-operation-code): Make the arg non-optional.
2566 Use the interactive spec instead.
2567 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2568 (mixal-font-lock-keywords): Don't highlight comments here any more.
2569 (mixal-font-lock-syntactic-keywords): New var.
2570 (mixal-mode): Use it. Fix comment-start-skip.
2571
2572 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2573
2574 * startup.el (command-line-x-option-alist): -nb => -nbi
2575
2576 2005-10-12 Kim F. Storm <storm@cua.dk>
2577
2578 * startup.el (fancy-splash-default-action): Discard mouse click in
2579 the splash screen window, as it has no sensible meaning in the
2580 next window to be selected. Fixes error reported by Jan D.
2581
2582 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2583
2584 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2585
2586 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2589 Try to fix up minor layout issues like indentation, line break, etc...
2590 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2591 because it doesn't work.
2592 (mixal-operation-codes): Add some more codes.
2593 (mixal-font-lock-keywords): Process comments here.
2594 (mixal-mode): mixasm no longer needs -g option.
2595
2596 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2597
2598 * progmodes/sh-script.el (sh-tmp-file):
2599 Use mktemp -t. Finish support for es and rc shells.
2600
2601 2005-10-11 Jay Belanger <belanger@truman.edu>
2602
2603 * calc/calcalg2.el (calc-integral): With an argument, compute the
2604 definite integral.
2605
2606 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * mouse.el (mouse-drag-region-1): Don't try to catch a
2609 double-click when doing follow-link (it's overridden anyway).
2610
2611 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2614 (autoload-print-form-outbuf): Add docstring.
2615
2616 2005-10-11 Juri Linkov <juri@jurta.org>
2617
2618 * info.el (Info-mode-menu): Delete menu item "Edit".
2619 (Info-mode): Delete description of Info-edit from docstring,
2620 and rearrange descriptions of Info commands in the order
2621 they are documented in the Info manual.
2622
2623 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * calendar/appt.el (appt-check): Use diary-selective-display var.
2626
2627 2005-10-10 Richard M. Stallman <rms@gnu.org>
2628
2629 * net/newsticker.el (newsticker-start, newsticker-show-news):
2630 Add autoload cookies.
2631
2632 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2633
2634 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2635
2636 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2637
2638 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2639
2640 2005-10-10 Jay Belanger <belanger@truman.edu>
2641
2642 * calc/calc-arith.el (math-check-known-scalarp)
2643 (math-check-known-matrixp): Check the values of arguments that are
2644 variables.
2645 (math-check-known-square-matrixp): New function.
2646 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2647 (math-super-types): Add sqmatrix type.
2648
2649 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2650 mode name `square' to 'sqmatrix'.
2651
2652 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2653 mode name `square' to 'sqmatrix'.
2654
2655 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * progmodes/etags.el (select-tags-table-mode): Don't use
2658 selective-display.
2659 (tags-select-tags-table): Pass `button' to the action function.
2660 (select-tags-table): Place the side-info on button properties rather
2661 than in hidden text. Abbreviate file names.
2662 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2663 (select-tags-table-select): Add `button' argument.
2664 Get side-info from the button property rather than from hidden text.
2665
2666 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2667
2668 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2669 (gud-speedbar-buttons): Preserve point if possible.
2670 (gud-sentinel): Restore previous speedbar display type.
2671
2672 * progmodes/gdb-ui.el (gdba): Improve diagram.
2673 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2674 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2675 Call get-buffer-window once.
2676
2677 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2680 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2681 (pascal-indent-command): Remove unused var `ind'.
2682 (pascal-indent-case): Remove unused var `oldpos'.
2683 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2684 since it's now used as a proper minor mode map.
2685 (pascal-outline): Rename to pascal-outline-mode.
2686 (pascal-outline-mode): Use define-minor-mode.
2687 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2688 selective-display.
2689
2690 2005-10-10 Andreas Schwab <schwab@suse.de>
2691
2692 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2693 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2694
2695 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2696 outside source directory.
2697
2698 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2699
2700 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2701 C-x' as a prefix.
2702 (orgtbl-mode-map): Full keymap instead of sparse, because all
2703 `self-insert-command' keys are redefined in this map.
2704 (org-export-as-html): Specify charset for HTML file, by taking it
2705 from the coding system.
2706
2707 2005-10-10 Kenichi Handa <handa@m17n.org>
2708
2709 * textmodes/flyspell.el (flyspell-check-word-p):
2710 If unread-command-events is non-empty, don't call sit-for.
2711
2712 2005-10-09 Richard M. Stallman <rms@gnu.org>
2713
2714 * font-lock.el (font-lock-syntactic-keywords)
2715 (font-lock-keywords): Doc fixes.
2716
2717 * textmodes/flyspell.el (flyspell-external-point-words):
2718 Simplify logic, and don't try to check for consecutive appearances
2719 of one incorrect word.
2720
2721 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2722
2723 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2724 separator.
2725
2726 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2727 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2728 (gud-expansion-speedbar-buttons): New function.
2729 (gud-speedbar-buttons): Check for gud-comint-buffer.
2730
2731 2005-10-09 Bill Wohler <wohler@newt.com>
2732
2733 * Makefile.in (updates): Add mh-loaddefs dependency.
2734
2735 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * speedbar.el (speedbar-file-key-map): Fix typo.
2738
2739 2005-10-09 Daniel Brockman <daniel@brockman.se>
2740
2741 * cus-start.el (line-spacing): Add custom spec.
2742
2743 2005-10-09 Romain Francoise <romain@orebokech.com>
2744
2745 * textmodes/ispell.el (ispell-check-version): Fix last change.
2746
2747 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2748
2749 * term/x-win.el: Remove -i, --icon-type from comment.
2750
2751 * startup.el (command-line-x-option-alist): Remove options -i,
2752 -itype, --icon-type, added -nb, --no-bitmap-icon
2753
2754 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
2755
2756 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2757 instead of :active.
2758
2759 2005-10-08 Eric Hanchrow <offby1@blarg.net>
2760
2761 * textmodes/ispell.el (ispell-check-version):
2762 Ignore hyphen, and all that follows, in aspell's version text.
2763
2764 2005-10-08 Jay Belanger <belanger@truman.edu>
2765
2766 * calc/calc-arith.el (math-known-square-matrixp): New function.
2767 (math-pow-fancy): Check for matrices before distributing exponent
2768 across products.
2769
2770 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2771 fullscreen keypad. Suggested by Luc Teirlinck.
2772 (calc-keypad-show-input): Add space for formatting.
2773
2774 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2775 Add square matrix option.
2776
2777 * calc/calc-poly.el (math-expand-term): Check for matrices instead
2778 of checking calc-matrix-mode when deciding how to expand.
2779
2780 * calc/calc.el (calc-set-mode-line): Add square matrix option.
2781
2782 2005-10-08 Lars Hansen <larsh@soem.dk>
2783
2784 * net/tramp.el (tramp-perl-directory-files-and-attributes):
2785 Add error handling.
2786 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2787
2788 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
2789
2790 Sync with Tramp 2.0.51.
2791
2792 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2793 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2794 Insert special handling for `last-coding-system-used', again
2795 it still seems to be necessary (unlike stated before).
2796 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2797 (tramp-password-prompt-regexp): There might be other words before
2798 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2799 (tramp-chunksize): Improve docstring.
2800 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2801 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
2802 Christian Joergensen <bugs@razor.dk>.
2803
2804 2005-10-07 Glenn Morris <rgm@gnu.org>
2805
2806 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2807 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2808 precision'.
2809
2810 2005-10-07 Romain Francoise <romain@orebokech.com>
2811
2812 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2813 (ibuffer-do-shell-command-pipe-replace)
2814 (ibuffer-do-shell-command-file, ibuffer-do-eval)
2815 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2816 (ibuffer-do-revert, ibuffer-do-replace-regexp)
2817 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2818 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2819 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2820 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2821 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2822 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2823 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2824 Autoload file sans suffix.
2825
2826 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2827
2828 2005-10-07 David Ponce <david@dponce.com>
2829
2830 * recentf.el (recentf-menu-open-all-flag): New option.
2831 (recentf-digit-shortcut-command-name): New function.
2832 (recentf--shortcuts-keymap): New variable.
2833 (recentf-menu-shortcuts): New variable.
2834 (recentf-make-menu-items): Initialize it. Replace the "More..."
2835 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2836 (recentf-menu-value-shortcut): New function.
2837 (recentf-make-menu-item): Use it. No more in-lined.
2838 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2839 (recentf-open-most-recent-file): Rename from
2840 `recentf-open-file-with-key'. Don't depend on key binding.
2841 (recentf-mode-map): New variable.
2842 (recentf-mode): Use it.
2843
2844 2005-10-06 Bill Wohler <wohler@newt.com>
2845
2846 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
2847
2848 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2849 (MH-E-SRC): New. Used by mh-autoloads.
2850 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2851 files in MH-E-SRC have been updated.
2852 (compile, recompile, bootstrap): Depend on mh-autoloads.
2853
2854 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
2855
2856 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2857 gud-break and gud-remove icons when the fringe is not available.
2858
2859 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2860 Typo.
2861
2862 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2863
2864 * play/zone.el (zone): Wrap body with save-window-excursion.
2865
2866 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2869 Use the new `list-only' arg to diary-list-entries.
2870
2871 * calendar/diary-lib.el: Use overlays rather than selective-display.
2872 (diary-selective-display): New var.
2873 (diary-header-line-format): Use it.
2874 (diary-list-entries): Add argument `list-only'.
2875 Put the buffer in diary-mode. Don't add \^M at beg and end.
2876 Replace \^M by invisible overlays.
2877 (diary-unhide-everything): Replace \^M by invisible overlays.
2878 (print-diary-entries): Look for overlays rather than \^M.
2879 Add a space to the temp buffer name.
2880 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2881 Put the buffer in diary-mode.
2882 (list-sexp-diary-entries): Replace \^M by invisible overlays.
2883 (diary-anniversary): Make the year arg optional.
2884 (diary-time-regexp): New const.
2885 (diary-font-lock-keywords): Use it to accept a few more time formats.
2886
2887 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2888
2889 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
2890
2891 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2892 Fix bug introduced 2005-07-03: Use (car (last ...))
2893 to faithfully reproduce replaced artist-last.
2894 (artist-set-arrow-points-for-poly): Likewise.
2895 Suggested by Johan Bockg\e,Ae\e(Brd.
2896
2897 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
2898
2899 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2900 * wid-edit.el (widget):
2901 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2902 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2903
2904 2005-10-06 Kenichi Handa <handa@m17n.org>
2905
2906 * international/mule-cmds.el (set-language-environment):
2907 Fix setting up of case-table for unibyte mode.
2908
2909 * simple.el (what-cursor-position): If the character is displayed
2910 by some `display' text property, show that. Don't use
2911 single-key-description for eight-bit characters in multibyte mode.
2912
2913 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
2914
2915 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2916 (gdb-ann3): Set it.
2917 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2918 (gdb-info-frames-custom): Use inverse-video for first five
2919 characters of selected frame only.
2920 (gdb-get-frame-number): Select frame even when point is on frame
2921 number.
2922
2923 2005-10-06 Masatake YAMATO <jet@gyve.org>
2924
2925 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2926 Put `font-lock-function-name-face'.
2927 (gdb-info-frames-custom): Put `font-lock-function-name-face'
2928 and `font-lock-variable-name-face'
2929 (gdb-registers-font-lock-keywords): New font lock keywords definition.
2930 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2931 (gdb-memory-font-lock-keywords): New font lock keywords definition.
2932 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2933 (gdb-local-font-lock-keywords): New font lock keywords definition.
2934 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2935 (gdb-threads-font-lock-keywords): New font lock keywords definition.
2936 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2937
2938 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
2939
2940 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2941 (ediff-merge-region-is-non-clash-to-skip): Previously called
2942 ediff-merge-region-is-non-clash.
2943
2944 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2945 Use insert-buffer-substring.
2946
2947 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2948 selecting files to patch. Also bug fixes.
2949
2950 * ediff-util.el (ediff-setup): Bug fix.
2951 (ediff-next-difference): Never skip clashes that differ in white
2952 space only.
2953
2954 * ediff-wind.el (ediff-setup-control-frame)
2955 (ediff-destroy-control-frame): Check the menubar feature.
2956
2957 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2958 (viper-refresh-mode-line): Use make-local-variable to localize
2959 some vars instead of make-variable-buffer-local. Suggested by
2960 Stefan Monnier.
2961
2962 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2963 (viper-restore-cursor-type, viper-set-insert-cursor-type):
2964 Use make-local-variable instead of make-variable-buffer-local.
2965 Suggested by Stefan Monnier.
2966
2967 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2968 (viper-comint-mode-hook): Use make-local-variable on
2969 require-final-newline.
2970 (viper-non-hook-settings): Don't use make-variable-buffer-local.
2971
2972 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2975 also the second char of a comment-start sequence.
2976 (scheme-sexp-comment-syntax-table): New var.
2977 (lambda, define): Set their scheme-doc-string-elt property.
2978 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2979 Use lisp-font-lock-syntactic-face-function now that it properly
2980 handles |...| symbols.
2981 (scheme-mode-variables): Set lisp-doc-string-elt-property,
2982 parse-sexp-lookup-properties and font-lock-extra-managed-props.
2983
2984 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2985 bit from # to |.
2986 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2987
2988 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2989 (lisp-doc-string-elt-property): New var.
2990 (lisp-font-lock-syntactic-face-function): Use it.
2991 Rewrite to recognize docstrings even for forms not at toplevel.
2992
2993 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2994 annotation on the | part of #| rather than on the # part.
2995 (scheme-font-lock-syntactic-face-function): New function, to
2996 distinguish strings from |...| symbols.
2997 (scheme-mode-variables): Use it. Also fix up the font-lock-time
2998 syntax-table so that #|...|# is properly highlighted.
2999
3000 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3001 Don't mark as docstring the 3rd elem of an unknown toplevel form.
3002
3003 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3006 and C-e.
3007
3008 * emacs-lisp/eldoc.el: Move comments into docstrings.
3009 (eldoc-message-commands): Initialize in its declaration.
3010 Add move-beginning-of-line and move-end-of-line.
3011 (eldoc-add-command, eldoc-add-command-completions)
3012 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3013
3014 * outline.el (outline-mark-subtree): Activate the mark.
3015
3016 * calendar/appt.el (appt-time-regexp): New var.
3017 (appt-add, appt-make-list): Use it.
3018 (appt-convert-time): Clean up.
3019
3020 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3021 Don't set any syntax-table property here.
3022 (tex-font-lock-verb): New function. Do it here.
3023 (tex-font-lock-syntactic-keywords): Use it.
3024
3025 2005-10-04 Richard M. Stallman <rms@gnu.org>
3026
3027 * wid-edit.el (widget-file-complete): Get the widget start point
3028 the right way. Default directory to `/' if file has none.
3029
3030 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3031
3032 * textmodes/flyspell.el (flyspell-mode-on):
3033 Call ispell-maybe-find-aspell-dictionaries.
3034
3035 * textmodes/ispell.el (ispell-word, ispell-region):
3036 Call ispell-maybe-find-aspell-dictionaries.
3037 (ispell-accept-buffer-local-defs):
3038 Don't call ispell-maybe-find-aspell-dictionaries
3039
3040 2005-10-04 Richard M. Stallman <rms@gnu.org>
3041
3042 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3043
3044 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3045
3046 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3047 instead of `fboundp' in order to allow for anonymous functions.
3048
3049 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3052 case the user clicks on the link while another window is selected.
3053 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3054
3055 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3056 functionality.
3057 (dframe-help-echo): Save point in case mouse tracking is off.
3058
3059 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3060
3061 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3062
3063 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3066 not change the global value of those vars.
3067
3068 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3069 make-local-variable which we do not need any more.
3070
3071 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3074 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3075 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3076 (speedbar-path-line): Define obsolete aliases.
3077 (speedbar-line-directory): Doc fix.
3078
3079 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3080 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3081 instead of speedbar-line-path.
3082
3083 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3084
3085 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3086 to nil if dropping on a window. Handle dropping on a minibuffer window
3087 like dropping on a non-window part of Emacs.
3088
3089 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * net/ange-ftp.el: Use with-current-buffer.
3092 (ange-ftp-insert-directory): Do not follow symlinks any more.
3093
3094 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3095 Remove interactive spec.
3096
3097 2005-10-03 Kim F. Storm <storm@cua.dk>
3098
3099 * ido.el (ido-mode): Use custom-initialize-set.
3100
3101 2005-10-02 Richard M. Stallman <rms@gnu.org>
3102
3103 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3104 Use insert-buffer-substring.
3105
3106 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3107 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3108
3109 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3112 in last change.
3113 (ange-ftp-insert-directory): Fix up the search for the case where
3114 `file' is absolute.
3115
3116 2005-10-02 Romain Francoise <romain@orebokech.com>
3117
3118 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3119
3120 2005-10-02 Andreas Schwab <schwab@suse.de>
3121
3122 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3123 directory component in the session info.
3124
3125 2005-10-01 Richard M. Stallman <rms@gnu.org>
3126
3127 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3128
3129 * simple.el (next-error-internal): New function.
3130
3131 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3132 (compilation-start): Pass new arg to compilation-buffer-name.
3133 (compile-goto-error): Use next-error-internal.
3134
3135 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * speedbar.el: Remove RCS tag.
3138 (speedbar-check-read-only): Handle non-existent files.
3139
3140 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3141
3142 * info.el (Info-speedbar-hierarchy-buttons)
3143 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3144
3145 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3146
3147 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3148 Do not match newline.
3149 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3150 (bibtex-summary): Remove unnecessary save-excursion.
3151 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3152
3153 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3154
3155 * term/mac-win.el: Add charset info for "iso10646-1".
3156 Modify default fontset to use ATSUI-compatible fonts for some charsets
3157 if available.
3158
3159 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * speedbar.el: Re-apply arch tag.
3162 (speedbar-version): Rename to version 1.0. Suggested by Eric
3163 M. Ludlam.
3164 Reapply two changes from Emacs CVS' version of speedbar lost
3165 during the merge:
3166 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3167 (speedbar-frame-parameters): Improve customize type.
3168
3169 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3172 (ange-ftp-file-directory-p): Fix the symlink case.
3173 (ange-ftp-insert-directory): When listing a single file, get a list of
3174 the parent buffer and extract the relevant line. Inspired from a patch
3175 by Katsumi Yamaoka <yamaoka@jpl.org>.
3176 (ange-ftp-file-name-sans-versions): Simplify.
3177
3178 2005-09-30 Bill Wohler <wohler@newt.com>
3179
3180 Move MH-E image files from toolbar and mail directories into
3181 etc/images.
3182
3183 * mail/reply2.*: Move to etc/images/mail/reply*.
3184
3185 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3186 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3187 etc/images.
3188
3189 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3190 * toolbar/reply*: Move to etc/images/mail.
3191
3192 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3193
3194 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3195
3196 * speedbar.el: New version 1.0pre3.
3197
3198 Frame management code (including timer, and mouse click specifics)
3199 moved to dframe.el:
3200 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3201 (speedbar-timer): Removed. Use dframe-timer.
3202 (speedbar-close-frame): Removed. Use dframe-close-frame.
3203 (speedbar-activity-change-focus-flag): Removed. Use
3204 dframe-activity-change-focus-flag.
3205 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3206 dframe-update-speed.
3207
3208 (speedbar-current-frame): New macro. Use this instead of the
3209 variable speedbar-frame.
3210
3211 (speedbar-use-images, speedbar-expand-image-button-alist)
3212 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3213
3214 (speedbar-find-image-on-load-path): Removed. Replaced by
3215 defezimage in ezimage.el.
3216 (speedbar-expand-image-button-alist): Removed. Replaced by
3217 ezimage-expand-image-button-alist in ezimage.el.
3218
3219 (speedbar-ignored-directory-regexp)
3220 (speedbar-add-ignored-directory-regexp)
3221 (speedbar-ignored-directory-expressions)
3222 (speedbar-line-directory, speedbar-buffers-line-directory)
3223 (speedbar-directory-line, speedbar-buffers-line-directory):
3224 Renamed, replacing `path' with `directory'.
3225
3226 (speedbar-create-directory, speedbar-expand-line-descendants)
3227 (speedbar-toggle-line-expansion)
3228 (speedbar-contract-line-descendants): New commands.
3229
3230 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3231 (speedbar-use-tool-tips-flag): New options.
3232
3233 (speedbar-check-read-only, speedbar-require-version)
3234 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3235 (speedbar-handle-delete-frame, speedbar-try-completion)
3236 (speedbar-update-localized-contents): New functions.
3237
3238 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3239 (speedbar-object-read-only-indicator): New variables.
3240
3241 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3242 New hooks.
3243
3244 (speedbar-separator-face): New face.
3245
3246 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3247 (speedbar-ignored-modes): Add fundamental-mode.
3248 (speedbar-directory-unshown-regexp): Add . directories.
3249
3250 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3251 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3252 `]' for full expand/close.
3253 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3254
3255 (speedbar-check-vc): Support hidden files.
3256 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3257 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3258 state is nil, it is not checked out.
3259
3260 (speedbar-line-text, speedbar-line-token): Support expand buttons
3261 with no text.
3262 (speedbar-refresh): Universal argument acts as power-click.
3263 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3264 that buffer to get variable values.
3265
3266 And many other bugfixes.
3267
3268 * dframe.el, ezimage.el, sb-image.el: New files.
3269
3270 * sb-*.xpm: Remove files. New image files installed into
3271 etc/images/ezimage.
3272
3273 2005-09-30 Kenichi Handa <handa@m17n.org>
3274
3275 * ps-mule.el (ps-mule-show-warning): If a character is in
3276 ps-print-translation-table, don't treat it as non-printable.
3277
3278 2005-09-30 David Ponce <david@dponce.com>
3279
3280 * tree-widget.el (tree-widget-themes-load-path): New variable.
3281 (tree-widget-themes-directory): Doc fix.
3282 (tree-widget-image-formats) [Emacs]: Doc fix.
3283 (tree-widget--locate-sub-directory): New function.
3284 (tree-widget-themes-directory): Use it.
3285
3286 * recentf.el (recentf-filename-handlers): Rename from
3287 `recentf-filename-handler'. Allow a list of functions.
3288 (recentf-menu-items-for-commands): Fix :help strings.
3289 (recentf-apply-filename-handlers): New function.
3290 (recentf-expand-file-name): Use it.
3291 (recentf-cleanup): Remove duplicates too.
3292
3293 2005-09-29 Juri Linkov <juri@jurta.org>
3294
3295 * faces.el: Rearrange face definitions to be in the same order as
3296 their face descriptions in "(emacs)Standard Faces".
3297
3298 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3299
3300 * tooltip.el (tooltip): Add group `basic-faces'.
3301
3302 * buff-menu.el (Buffer-menu-buffer): Remove group
3303 `font-lock-highlighting-faces'.
3304
3305 * progmodes/compile.el (compilation-error, compilation-warning)
3306 (compilation-info, compilation-line-number, compilation-column-number):
3307 Change group from `font-lock-highlighting-faces' to `compilation'.
3308
3309 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3310 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3311 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3312 (vhdl-font-lock-reserved-words-face)
3313 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3314 `font-lock-highlighting-faces'.
3315
3316 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3317
3318 2005-09-28 Kim F. Storm <storm@cua.dk>
3319
3320 * emulation/cua-base.el: Set CUA move property on additional commands:
3321 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3322 forward-sexp, backward-sexp, forward-list, backward-list.
3323
3324 2005-09-28 Romain Francoise <romain@orebokech.com>
3325
3326 * comint.el (comint-show-output): Really set point at the
3327 beginning of the output when not using `comint-use-prompt-regexp'.
3328
3329 2005-09-27 Jay Belanger <belanger@truman.edu>
3330
3331 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3332 in TeX mode.
3333
3334 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3335
3336 * textmodes/org.el (org-table-sum): Fix format string.
3337
3338 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3339 Quote face names.
3340
3341 2005-09-26 Romain Francoise <romain@orebokech.com>
3342
3343 * isearch.el (isearch-forward-regexp): Close doc string.
3344
3345 2005-09-25 Richard M. Stallman <rms@gnu.org>
3346
3347 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3348
3349 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3350
3351 * progmodes/compile.el (compilation-error-properties):
3352 When getting the file from the previous error message,
3353 correctly decode the new data format.
3354
3355 * progmodes/cc-cmds.el (c-electric-paren):
3356 Call old-blink-paren only for close-paren.
3357
3358 2005-09-24 Andreas Schwab <schwab@suse.de>
3359
3360 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3361 condition.
3362
3363 2005-09-25 Romain Francoise <romain@orebokech.com>
3364
3365 * dired-aux.el (dired-copy-file-recursive):
3366 * dired.el (dired-delete-file):
3367 * ediff-mult.el (ediff-dir-diff-copy-file):
3368 * ediff-util.el (ediff-test-save-region):
3369 * forms.el (forms-mode):
3370 * ido.el (ido-file-internal, ido-delete-file-at-head):
3371 * log-edit.el (log-edit-done):
3372 * ses.el (ses-yank-resize):
3373 * play/gomoku.el (gomoku-human-plays, gomoku)
3374 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3375 (gomoku-offer-a-draw):
3376 * play/landmark.el (lm-human-resigns, lm):
3377 * net/eudcb-ldap.el (eudc-ldap-check-base):
3378 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3379 * progmodes/ebrowse.el (ebrowse-find-pattern):
3380 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3381 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3382 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3383
3384 * vc.el (vc-delete-file):
3385 * play/gomoku.el (gomoku-terminate-game, gomoku)
3386 (gomoku-prompt-for-move, gomoku-human-takes-back):
3387 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3388 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3389
3390 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3391
3392 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3393 color rxvt terminals by using the code xterm.el used to use before
3394 2005-04-09 in order to match the colors used by rxvt.
3395
3396 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3397
3398 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3399 colors rxvt-unicode terminals by using the same code as xterm.el.
3400
3401 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3404 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3405 new symbol used for the tex-verbatim face.
3406
3407 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3408
3409 * woman.el (woman-file-name):
3410 * wid-edit.el (widget-file-prompt-value)
3411 (widget-coding-system-prompt-value):
3412 * w32-fns.el (set-w32-system-coding-system):
3413 * vc.el (vc-version-diff, vc-annotate):
3414 * textmodes/reftex-auc.el (reftex-arg-cite)
3415 (reftex-arg-index-tag):
3416 * textmodes/refer.el (refer-get-bib-files):
3417 * textmodes/artist.el (artist-figlet-choose-font):
3418 * terminal.el (terminal-emulator):
3419 * replace.el (occur-read-primary-args):
3420 * rect.el (string-rectangle, string-insert-rectangle):
3421 * ps-print.el (ps-print-preprint):
3422 * progmodes/pascal.el (pascal-goto-defun):
3423 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3424 * progmodes/compile.el (compilation-find-file):
3425 * printing.el (pr-interactive-n-up):
3426 * play/animate.el (animate-birthday-present):
3427 * net/rcompile.el (remote-compile):
3428 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3429 * mail/rmailsum.el (rmail-summary-search-backward)
3430 (rmail-summary-search):
3431 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3432 (rmail-output-read-file-name):
3433 * mail/rmail.el (rmail-search, rmail-search-backwards):
3434 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3435 * locate.el (locate):
3436 * international/quail.el (quail-show-keyboard-layout):
3437 * international/mule.el (set-buffer-file-coding-system)
3438 (revert-buffer-with-coding-system, set-file-name-coding-system)
3439 (set-terminal-coding-system, set-keyboard-coding-system)
3440 (set-next-selection-coding-system):
3441 * international/mule-diag.el (describe-coding-system)
3442 (describe-font, describe-fontset):
3443 * international/mule-cmds.el (universal-coding-system-argument)
3444 (search-unencodable-char, describe-input-method)
3445 (set-language-environment, describe-language-environment):
3446 * international/codepage.el (codepage-setup):
3447 * international/code-pages.el (codepage-setup):
3448 * info.el (Info-search, Info-follow-reference)
3449 (Info-search-backward):
3450 * emacs-lisp/advice.el (ad-read-advised-function)
3451 (ad-read-advice-class, ad-clear-cache, ad-activate)
3452 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3453 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3454 (ad-read-regexp):
3455 * ediff-util.el (ediff-toggle-regexp-match):
3456 * ediff-ptch.el (ediff-prompt-for-patch-file):
3457 * dired-aux.el (dired-diff):
3458 * diff.el (diff):
3459 * cus-edit.el (custom-variable-prompt):
3460 * calendar/timeclock.el (timeclock-ask-for-project):
3461 * calc/calcalg3.el (calc-get-fit-variables):
3462 * calc/calc-store.el (calc-edit-variable)
3463 (calc-permanent-variable):
3464 * vc-mcvs.el (vc-mcvs-register):
3465 * shadowfile.el (shadow-define-literal-group):
3466 * woman.el (woman-file-name):
3467 * vc.el (vc-version-diff, vc-merge):
3468 * textmodes/reftex-index.el (reftex-index-complete-tag):
3469 * format.el (format-decode-buffer, format-decode-region):
3470 * emulation/viper-cmd.el (viper-read-string-with-history):
3471 * emacs-lisp/debug.el (cancel-debug-on-entry):
3472 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3473 * ediff.el (ediff-merge-revisions)
3474 (ediff-merge-revisions-with-ancestor, ediff-revision):
3475 * completion.el (interactive-completion-string-reader):
3476 * calc/calc-prog.el (calc-user-define-formula):
3477 Follow convention for reading with the minibuffer.
3478
3479 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3480
3481 * progmodes/python.el (python-describe-symbol): Add globals() and
3482 locals() to the arguments of emacs.ehelp.
3483
3484 2005-09-24 Magnus Henoch <mange@freemail.hu>
3485
3486 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3487 New function, code extracted from ispell-valid-dictionary-list.
3488 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3489 Call it.
3490
3491 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3492
3493 * subr.el (version-regexp-alist): Extend valid syntax for version
3494 strings: allow any of the characters -,_,+ to separate the
3495 alpha/beta/rc part from the version part. Doc fix.
3496 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3497
3498 2005-09-23 David Reitter <david.reitter@gmail.com>
3499
3500 * mail/mailclient.el: New file.
3501
3502 2005-09-23 Richard M. Stallman <rms@gnu.org>
3503
3504 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3505 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3506 Doc fixes.
3507
3508 * progmodes/cc-mode.el (c-font-lock-init):
3509 Specify font-lock-lines-before.
3510
3511 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3514 whole conflict.
3515
3516 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3517
3518 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3519 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3520 of `remap' feature when available. Additional key bindings for
3521 better tty support.
3522 (org-mode-restart, org-force-self-insert): New commands.
3523 (org-time-stamp-inactive): New command.
3524 (org-remap): New function.
3525 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3526 (org-enable-fixed-width-editor): Move to `org-structure'
3527 customization group.
3528 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3529 blank field after field motion commands.
3530
3531 2005-09-23 Kenichi Handa <handa@m17n.org>
3532
3533 * international/mule-cmds.el (set-language-environment):
3534 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3535 have to call utf-translate-cjk-load-tables.
3536
3537 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * mouse.el (mouse-move-drag-overlay): Fix last change.
3540
3541 2005-09-22 David Ponce <david@dponce.com>
3542
3543 * tree-widget.el (tree-widget-value-create): Fix previous change.
3544
3545 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3546
3547 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3548
3549 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * mouse.el (mouse-move-drag-overlay): New function.
3552 (mouse-drag-region-1): Use it.
3553 Try to simplify a bit the state handling. Handle clicks on links
3554 inside intangible areas.
3555 (mouse-save-then-kill): Minor simplification.
3556 (mouse-secondary-overlay): Make it always non-nil instead of
3557 recreating it each time.
3558 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3559 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3560 Simplify accordingly.
3561
3562 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3563
3564 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3565
3566 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3567
3568 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3569 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3570 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3571 to patch.
3572
3573 * ediff-util.el: Use insert-buffer-substring.
3574
3575 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3576
3577 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3578 field boundaries in the minibuffer.
3579 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3580 (viper-minibuffer-post-command-hook): New hook.
3581 (viper-line): Don't move cursor at bolp.
3582
3583 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3584
3585 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3586 avoid compiler warnings.
3587
3588 * emulation/viper-macs.el (ex-map): Better messages.
3589
3590 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3591
3592 * emulation/viper.el: Replace make-variable-buffer-local with
3593 viper-make-variable-buffer-local everywhere, to avoid warnings.
3594
3595 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3598 Delete unused var `old-selected-window'.
3599 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3600 (mouse-drag-secondary): Delete unused var `start-frame'.
3601
3602 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3603
3604 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3605
3606 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3609 Re-indent within 80 columns. Use inhibit-read-only.
3610
3611 2005-09-19 Romain Francoise <romain@orebokech.com>
3612
3613 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3614
3615 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3618 unconditionally, since the after-change-function already did it.
3619
3620 2005-09-19 Miles Bader <miles@gnu.org>
3621
3622 * net/newsticker.el: Get rid of CVS keyword.
3623
3624 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3625
3626 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3627 The prompt is formatted later.
3628
3629 2005-09-19 David Ponce <david@dponce.com>
3630
3631 * tree-widget.el (tree-widget-value-create): Save the converted
3632 tree :node widget.
3633
3634 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3635
3636 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3637 variable `message'.
3638
3639 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3640
3641 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3642 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3643 <slawomir.nowaczyk.847@student.lu.se>.
3644
3645 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * image.el (image-load-path): Use symbol `data-directory' instead
3648 of its value, for backward compatibility with packages that bind
3649 it during `find-image'. Suggested by Katsumi Yamaoka.
3650 (image-search-load-path): Handle symbols whose values are strings.
3651
3652 2005-09-18 Romain Francoise <romain@orebokech.com>
3653
3654 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3655 with-current-buffer form in save-excursion.
3656
3657 2005-09-18 D Goel <deego@gnufans.org>
3658
3659 * apropos.el (apropos-command): Fix `message' call: first arg
3660 should be a format spec. In this and all other cases that appear
3661 below and elsewhere in the source code, I made a change only when
3662 two conditions were satisfied: [1] I can think of a possibility
3663 that the arguments would cause an error, for example, the code in
3664 question relies on external variables such as filenames. [2] I
3665 was sure that the arg to `message' could not have been nil in the code.
3666
3667 * textmodes/tildify.el (tildify-region): Ditto.
3668
3669 * textmodes/reftex-index.el (reftex-index-change-entry)
3670 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3671 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3672 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3673 (org-priority, org-table-sum):
3674 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3675 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3676 (flyspell-word, flyspell-display-next-corrections):
3677 * textmodes/bibtex.el (bibtex-print-help-message):
3678 * textmodes/artist.el (artist-key-set-point-poly):
3679 * term/mac-win.el (mac-services-insert-text):
3680 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3681 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3682 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3683 (vhdl-compose-configuration):
3684 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3685 (sh-set-indent, sh-learn-line-indent):
3686 * progmodes/ps-mode.el (ps-mode-target-column):
3687 * progmodes/idlwave.el (idlwave-make-tags)
3688 (idlwave-scan-library-catalogs):
3689 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3690 * progmodes/gud.el (gud-jdb-analyze-source):
3691 * progmodes/flymake.el (flymake-log):
3692 * progmodes/ebnf2ps.el (ebnf-generate-region):
3693 * progmodes/cmacexp.el (c-macro-expansion):
3694 * progmodes/ada-xref.el (ada-treat-cmd-string):
3695 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3696 (ada-justified-indent-current, ada-batch-reformat):
3697 * play/zone.el (zone):
3698 * play/landmark.el (lm-move):
3699 * play/decipher.el (decipher-show-alphabet):
3700 * net/newsticker.el (newsticker--display-jump)
3701 (newsticker--display-scroll):
3702 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3703 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3704 * mail/feedmail.el (feedmail-dump-message-to-queue):
3705 * eshell/esh-proc.el (eshell-remove-process-entry):
3706 * emulation/ws-mode.el (ws-last-error):
3707 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3708 (viper-record-kbd-macro):
3709 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3710 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3711 * emacs-lisp/find-func.el (find-function-noselect):
3712 * calendar/timeclock.el (timeclock-status-string)
3713 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3714 (timeclock-when-to-leave-string):
3715 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3716 * calc/calc-units.el (calc-enter-units-table):
3717 * calc/calc-mode.el (calc-mode-record-mode):
3718 * woman.el (woman-mini-help):
3719 * wdired.el (wdired-change-to-wdired-mode):
3720 * vc.el (vc-retrieve-snapshot):
3721 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3722 * startup.el (display-startup-echo-area-message):
3723 * simple.el (set-goal-column):
3724 * ses.el (ses-command-hook, ses-recalculate-cell):
3725 * server.el (server-process-filter):
3726 * printing.el (pr-interface-txt-print, pr-interface-printify)
3727 (pr-interface-ps):
3728 * pcvs.el (cvs-help):
3729 * log-edit.el (log-edit, log-edit-mode-help):
3730 * iswitchb.el (iswitchb-possible-new-buffer):
3731 * isearch.el (isearch-edit-string):
3732 * image-mode.el (image-mode, image-minor-mode):
3733 * ibuf-macs.el (define-ibuffer-filter):
3734 * hi-lock.el (hi-lock-find-patterns):
3735 * files.el (toggle-read-only):
3736 * ediff-util.el (ediff-copy-diff)
3737 (ediff-write-merge-buffer-and-maybe-kill):
3738 * echistory.el (Electric-history-undefined):
3739 * dnd.el (dnd-insert-text):
3740 * dired-aux.el (dired-query):
3741 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3742 * bookmark.el (bookmark-bmenu-locate):
3743 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3744 Fix `message' calls to ensure first arg is a format string.
3745 The change was made only when these two conditions were satisfied:
3746 [1] when there is a possibility that the arguments would cause an error
3747 for example, if the code in question relies on external variables
3748 such as filenames, and
3749 [2] if the arg to `message' could not have been nil in the code.
3750
3751 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3752 Not having a %s would be weird, though not technically wrong.
3753
3754 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3755
3756 * term/mac-win.el (mac-add-charset-info): Doc fix.
3757
3758 2005-09-17 Romain Francoise <romain@orebokech.com>
3759
3760 * shell.el (shell-resync-dirs): Handle echoing processes more
3761 reliably. Don't insert resync command if `comint-process-echoes'
3762 is non-nil.
3763
3764 2005-09-17 Magnus Henoch <mange@freemail.hu>
3765
3766 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3767 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3768 aspell versions >= 0.60.
3769 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3770 only if ispell-aspell-supports-utf8 is non-nil.
3771
3772 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3773
3774 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3775 buffer-local value to lisp-indent-function.
3776
3777 2005-09-17 Milan Zamazal <pdm@zamazal.org>
3778
3779 * progmodes/glasses.el (glasses-make-readable): If
3780 glasses-separator differs from underscore, put appropriate
3781 overlays over underscore characters.
3782 (glasses-convert-to-unreadable): If glasses-separator differs from
3783 underscore, try to convert glasses-separator characters to
3784 underscores.
3785
3786 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3789 Use with-syntax-table and dolist.
3790
3791 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
3792
3793 * textmodes/reftex-auc.el:
3794 * textmodes/reftex-cite.el:
3795 * textmodes/reftex-dcr.el:
3796 * textmodes/reftex-global.el:
3797 * textmodes/reftex-parse.el:
3798 * textmodes/reftex-ref.el:
3799 * textmodes/reftex-sel.el:
3800 * textmodes/reftex-toc.el:
3801 * textmodes/reftex-vars.el:
3802 * textmodes/reftex.el: Small changes to remove compiler warnings.
3803
3804 * textmodes/reftex-index.el: Likewise.
3805 (reftex-query-index-phrase): More efficient use of markers.
3806
3807 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3808
3809 * image.el (image-load-path): New variable.
3810 (image-search-load-path): New function.
3811 (find-image): Search for images in `image-load-path'.
3812
3813 2005-09-15 Richard M. Stallman <rms@gnu.org>
3814
3815 * follow.el: Change Maintainer field.
3816
3817 2005-09-15 David Ponce <david@dponce.com>
3818
3819 * recentf.el (recentf-save-file-modes): New option.
3820 (recentf-save-list): Use it.
3821
3822 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
3823
3824 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3825 (mode-line-mule-info, mode-line-modified): Move bindings from
3826 mouse-3 to mouse-1.
3827
3828 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3829
3830 * simple.el (sendmail-user-agent-compose): Revert last change.
3831
3832 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3835 Use with-current-buffer.
3836 (ange-ftp-gwp-start): Remove unused var `gw-user'.
3837 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3838 (ange-ftp-insert-directory): Remove unused var `short'.
3839 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3840
3841 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3842 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3843
3844 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3845 (check-calendar-holidays, diary-list-entries): Autoload.
3846 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3847 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3848
3849 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3850 which mistakenly removed a call to display-buffer.
3851
3852 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
3853
3854 * obsolete/iso-insert.el: Move to obsolete/ from international/.
3855
3856 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
3857
3858 * progmodes/hideshow.el
3859 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3860 (hs-allow-nesting): New user var.
3861 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3862 (hs-hide-block-at-point): When nesting allowed,
3863 if there is already an overlay in place, delete it.
3864 (hs-safety-is-job-n): Delete func; remove call sites.
3865 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3866 (hs-overlay-at): New func.
3867 (hs-already-hidden-p, hs-show-block): Use it.
3868 (hs-hide-all): Don't pre-clean if nesting allowed.
3869 (hs-show-all): Temporarily disallow
3870 nesting around call to `hs-discard-overlays'.
3871
3872 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
3873
3874 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3875 Delete unused local var.
3876
3877 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
3878
3879 * help-fns.el (describe-categories): "?\ " -> "?\s".
3880 (help-do-arg-highlight): Recognize also ARG-n, as in
3881 `move-to-left-margin' (ARG+n is already recognized). Simplify.
3882
3883 * international/codepage.el (dos-unsupported-char-glyph):
3884 * net/newsticker.el (tool-bar-map, w3-mode-map)
3885 (w3m-minor-mode-map):
3886 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3887 (ent-alist):
3888 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3889
3890 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
3891
3892 * custom.el (custom-push-theme): Handle the case where a symbol is
3893 bound but face properties have not yet been assigned.
3894
3895 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3896 Fix behavior if noerase is `t' and there is no mail buffer.
3897
3898 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3899 if `continue' is nil, rather than signal an error.
3900
3901 2005-09-12 Richard M. Stallman <rms@gnu.org>
3902
3903 * font-lock.el (font-lock-keywords): Add autoload.
3904
3905 * help-fns.el (describe-variable): Rearrange to put source link
3906 in a predictable place.
3907
3908 * net/newsticker.el: New file.
3909
3910 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * calendar/calendar.el (calendar-for-loop): Add edebug info.
3913 (calendar-basic-setup): Use the new nil arg.
3914 (number-of-diary-entries): Move to diary-lib.el.
3915
3916 * calendar/diary-lib.el: Use with-current-buffer, match-string.
3917 (diary-list-entries): Use with-syntax-table and dolist.
3918 Rename from list-diary-entries.
3919 Use number-of-diary-entries if `number' is nil.
3920 (diary, diary-view-entries): Use this new name and new nil arg value.
3921 (number-of-diary-entries): Move from calendar.el.
3922 (diary-unhide-everything): New function.
3923 (include-other-diary-files, fancy-diary-display)
3924 (diary-show-all-entries, make-diary-entry): Use it.
3925 (diary-mail-entries): Use buffer-string.
3926 (mark-diary-entries): Fix long standing paren typo.
3927 (diary-sexp-entry): Use count-lines.
3928 (make-diary-entry): Avoid `previous-line'.
3929 (diary-mode-map): New var.
3930 (diary-mode): Redraw cal after saving. Setup header-line.
3931 (fancy-diary-display-mode): Use local-set-key.
3932
3933 * startup.el (command-line): Try calling various terminal-init-foo-bar
3934 functions by stripping hyphenated suffixes from $TERM.
3935
3936 * files.el (normal-mode): Check boundness of font-lock-keywords.
3937
3938 2005-09-12 Richard M. Stallman <rms@gnu.org>
3939
3940 * progmodes/compile.el: Don't decide a file's directory
3941 until the user actually tries to go there.
3942 (compilation-next-error-function):
3943 Pass compilation-find-file the directory from the file-struct.
3944 (compilation-internal-error-properties): Separate local FILE-STRUCT
3945 from FILE. Doc the args better. Rename arg FMT to FMTS.
3946 (compilation-find-file): Arg DIR renamed to DIRECTORY.
3947 Expand it, and if nil, use default-directory.
3948 (compilation-get-file-structure): Don't mix specified directory
3949 with default directory. Put specified directory into
3950 file-struct. Don't make the file name absolute.
3951
3952 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3953 (compile-command): Add autoload.
3954 (compilation-disable-input): Add autoload.
3955
3956 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
3957
3958 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3959 strings of the variables it can override.
3960 (time-stamp): New (as yet undocumented) time-stamp-format escapes
3961 %Q and %q, for fully-qualified domain name and unqualified host name.
3962
3963 2005-09-11 Kim F. Storm <storm@cua.dk>
3964
3965 * emacs-lisp/authors.el (authors-aliases): Update list.
3966 (authors-fixed-entries): Update mldrag.el entry.
3967
3968 2005-09-10 Alan Mackenzie <acm@muc.de>
3969
3970 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3971 from the region narrowed to.
3972
3973 2005-09-10 Magnus Henoch <mange@freemail.hu>
3974
3975 * textmodes/ispell.el (ispell-check-version): Signal an error if
3976 aspell version is less than 0.60.
3977
3978 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
3979
3980 * progmodes/octave-inf.el (inferior-octave-startup):
3981 Resync current dir at the end.
3982
3983 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
3984
3985 * woman.el (woman-topic-at-point-default):
3986 Rename to woman-use-topic-at-point-default.
3987 (woman-topic-at-point): Rename to woman-use-topic-at-point.
3988 (woman-file-name): Reflect renames above. Automatically use the
3989 word at point as topic if woman-use-topic-at-point is non-nil.
3990 Otherwise offer it as default but don't insert it in the
3991 minibuffer. Also use `test-completion' instead of `assoc' as
3992 suggested by Stefan Monnier.
3993
3994 2005-09-10 Andre Spiegel <spiegel@gnu.org>
3995
3996 * vc.el (vc-directory, vc-update-change-log): Throw an error on
3997 the attempt to do it over Tramp. This is not yet supported.
3998
3999 2005-09-10 Eli Zaretskii <eliz@gnu.org>
4000
4001 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4002 (menu-bar-non-minibuffer-window-p): New functions.
4003 ("Split Window", "Save As..."): Use them.
4004 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4005 ("Print Buffer", "Truncate Long Lines in this Buffer"):
4006 Use menu-bar-menu-frame-live-and-visible-p.
4007 ("Save Buffer", "Insert File", "Open Directory...")
4008 ("Open File...", "Visit New File..."):
4009 Use menu-bar-non-minibuffer-window-p.
4010 (kill-this-buffer-enabled-p, dired <menu-enable>):
4011 Use menu-bar-non-minibuffer-window-p.
4012
4013 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4014
4015 * cus-start.el (all): Don't complain about fringe-related
4016 built-ins if fringes are not supported. Ditto about
4017 selection-related built-ins. Fix the test for GTK-related built-ins.
4018
4019 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4020 ("Postscript Print Buffer", "Print Region", "Save As...")
4021 ("Save", "Insert File...", "Open Directory...")
4022 ("Open File...", "Visit New File..."")
4023 ("Truncate Long Lines in this Buffer"): Don't look at
4024 menu-updating-frame if this display does not support multiple frames.
4025
4026 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4027
4028 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4029
4030 2005-09-09 Emilio Lopes <eclig@gmx.net>
4031
4032 * woman.el: Format- and whitespace-related changes.
4033
4034 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4035
4036 * woman.el: Fix my email address.
4037
4038 2005-09-08 Richard M. Stallman <rms@gnu.org>
4039
4040 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4041 (sh-mode): Locally set skeleton-pair-default-alist.
4042
4043 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4044
4045 * progmodes/flymake.el: Require `compile' unconditionally.
4046
4047 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4048
4049 * woman.el (woman-file-name): Provide a default, not initial input.
4050
4051 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4052
4053 * font-lock.el (font-lock-support-mode): Doc fix.
4054
4055 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4056
4057 2005-09-08 Richard M. Stallman <rms@gnu.org>
4058
4059 * simple.el (blink-matching-open): Get rid of text props from
4060 the string shown in echo area. Don't permanently set point.
4061 Some rearrangements.
4062
4063 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4064
4065 * recentf.el (recentf-filename-handler): Add custom choice
4066 `abbreviate-file-name'.
4067
4068 * msb.el (msb--very-many-menus): Fix typo.
4069
4070 * disp-table.el (standard-display-european): Don't set
4071 enable-multibyte-characters to nil.
4072
4073 2005-09-08 David Ponce <david@dponce.com>
4074
4075 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4076 (recentf-expand-file-name): Doc fix.
4077 (recentf-dialog-mode-map): Define digit shortcuts.
4078 (recentf--files-with-key): New variable.
4079 (recentf-show-digit-shortcut-filter): New function.
4080 (recentf-open-files-items): New function.
4081 (recentf-open-files): Use it.
4082 (recentf-open-file-with-key): New command.
4083
4084 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4087 Suggested by Kim F. Storm.
4088 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4089 (Buffer-menu-make-sort-button): Use global keymap.
4090
4091 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4092
4093 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4094 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4095 necessary any longer with the remapped command.
4096 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4097 formatting time only.
4098
4099 * net/tramp.el (tramp-action-password)
4100 (tramp-multi-action-password): Compile the password prompt from
4101 `method', `user' and `host'. Sometimes it isn't obvious which
4102 password to enter, for example with remote files offered by
4103 recentf.el, or with multiple steps. Suggested by Robert Marshall
4104 <robert@chezmarshall.freeserve.co.uk>.
4105
4106 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4109 Fix regexp for when "s///" is at the beginning of line.
4110
4111 2005-09-07 Jay Belanger <belanger@truman.edu>
4112
4113 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4114 when in matrix mode.
4115
4116 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4119 non-anonymous functions.
4120
4121 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4124 when using a header line. Otherwise, use mouse-1-click-follows-link.
4125
4126 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4127 can't be moved; don't signal an error.
4128
4129 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * cus-theme.el (custom-theme-write-faces): Save the current face
4132 spec, not the defface spec.
4133
4134 * custom.el (custom-known-themes): Clarify meaning of "standard".
4135 (custom-push-theme): Save old values in the standard theme.
4136 (disable-theme): Correct typo.
4137 (custom-face-theme-value) Deleted unused function.
4138 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4139
4140 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * progmodes/compile.el (compilation-goto-locus): Take into account
4143 iconified frames when determining whether the buffer is
4144 already visible.
4145 Don't reset window height if the window already existed.
4146
4147 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * custom.el (load-theme): Rename from require-theme.
4150 Add interactive spec.
4151 (enable-theme): Rename from custom-enable-theme.
4152 Add interactive spec.
4153 (disable-theme): Rename from custom-disable-theme.
4154 Add interactive spec.
4155 (custom-make-theme-feature): Doc fix.
4156 (custom-theme-directory): Doc fix.
4157 (provide-theme): Call enable-theme.
4158
4159 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * obsolete/lazy-lock.el (lazy-lock-mode):
4162 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4163 font-lock-mode if it's off. Print a warning instead.
4164
4165 * progmodes/compile.el (compilation-start): Ignore errors if the
4166 process died before we get to send-eof.
4167
4168 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4169 Undo last change. Enclosing the result in quotes broke things on Unix
4170 since tex-send-command passes it through shell-quote-argument.
4171 (tex-send-command): Pass `file' through convert-standard-filename
4172 when possible.
4173 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4174 info in a transcript.
4175
4176 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4177
4178 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4179 fix compilation warning. Reorder the key definitions to group
4180 together keys emitted by the current version of xterm.
4181
4182 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4183 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4184 Reorder predicates to correct min-color usage.
4185
4186 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4187
4188 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4189 Kill local variables when longlines-mode is turned off.
4190
4191 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4194
4195 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4196
4197 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4198
4199 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4200 (font-lock-lines-before): Change default to being inactive.
4201 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4202 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4203
4204 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4205
4206 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4207 Deactivate temporarily advice if active (not needed for Emacs 22,
4208 but for backwards compatibility).
4209 (tramp-exists-file-name-handler): Rewrite. First implementation
4210 was too simple.
4211 (tramp-advice-make-auto-save-file-name):
4212 Call `tramp-handle-make-auto-save-file-name' (again, just for
4213 backwards compatibility).
4214
4215 2005-08-31 Reto Zimmermann <reto@gnu.org>
4216
4217 * progmodes/vhdl-mode.el
4218 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4219 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4220 (vhdl-set-default-project): New function (easier setting of default).
4221 (vhdl-port-copy): Handle extended identifiers for generics.
4222 (vhdl-compiler-alist): Better description for error message regexp.
4223 (vhdl-make): Query for target, use previous as default.
4224 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4225 (vhdl-font-lock-keywords-2): Fix fontification for record
4226 el. assign.
4227 (vhdl-speedbar-make-subpack-line): Add package body link.
4228 (vhdl-generate-makefile-1): Not include itself as dependency.
4229 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4230 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4231 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4232 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4233 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4234 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4235 (vhdl-import-project): Add string argument for `error'.
4236 (vhdl-compose-configuration)
4237 (vhdl-compose-configuration-architecture): Add configuration
4238 declaration generation.
4239 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4240 (vhdl-trailer-re): Add "record" keyword (better indentation).
4241 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4242 "[^ \t-\"]+".
4243 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4244 (vhdl-testbench-entity-file-name)
4245 (vhdl-testbench-architecture-file-name): Allow separate
4246 customization of testbench file names.
4247 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4248 (vhdl-get-visible-signals): Allow newline within alias declaration.
4249 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4250 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4251 (member-ignore-case): Alias for missing function in XEmacs.
4252 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4253 (vhdl-update-sensitivity-list): Ignore case on read signals.
4254 (vhdl-replace-string): Adjust case only for file names.
4255 (vhdl-update-sensitivity-list): Fix search for read signals.
4256 (vhdl-update-sensitivity-list): Exclude formal parameters.
4257 (vhdl-get-visible-signals): Include aliases of signals.
4258 (vhdl-get-visible-signals): Fix signal name searching.
4259 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4260 (vhdl-fixup-whitespace-region): Fix for character
4261 literals (e.g. ':').
4262
4263 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * ansi-color.el (comint-last-output-start):
4266 * bs.el (font-lock-verbose):
4267 * diff-mode.el (add-log-buffer-file-name-function):
4268 * dired-x.el (vm-folder-directory):
4269 * faces.el (help-xref-stack-item):
4270 * files.el (font-lock-keywords):
4271 * find-lisp.el (dired-buffers, dired-subdir-alist):
4272 * ido.el (cua-inhibit-cua-keys):
4273 * log-view.el (cvs-minor-wrap-function):
4274 * outline.el (font-lock-warning-face):
4275 * simple.el (compilation-current-error):
4276 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4277 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4278 * tooltip.el (comint-prompt-regexp):
4279 * w32-fns.el (explicit-shell-file-name):
4280 * term/mac-win.el (mac-charset-info-alist)
4281 (mac-services-selection, mac-system-script-code):
4282 * term/tty-colors.el (msdos-color-values):
4283 * term/w32-win.el (xlfd-regexp-registry-subnum):
4284 * term/x-win.el (x-keysym-table, x-selection-timeout)
4285 (x-session-id, x-session-previous-id):
4286 * textmodes/ispell.el (mail-yank-prefix):
4287 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4288 * textmodes/org.el (calc-embedded-close-formula)
4289 (calc-embedded-open-formula)
4290 (font-lock-unfontify-region-function):
4291 * textmodes/reftex-global.el (isearch-next-buffer-function)
4292 (TeX-master):
4293 * textmodes/reftex.el (font-lock-keywords):
4294 * textmodes/tex-mode.el (font-lock-comment-face)
4295 (font-lock-doc-face):
4296 * textmodes/texinfo.el (outline-heading-alist):
4297 Add defvars.
4298
4299 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4300 (artist-spray-chars, artist-mode-init, artist-replace-string)
4301 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4302 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4303 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4304
4305 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4306 (conf-align-assignments): "?\ " -> "?\s".
4307
4308 * textmodes/reftex-index.el (TeX-master): Add defvar.
4309 (reftex-index-phrases-marker): Move up defvar.
4310
4311 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4312 (reftex-toc-include-labels-indicator)
4313 (reftex-toc-include-index-indicator)
4314 (reftex-toc-max-level-indicator): Move up declarations.
4315
4316 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4317 of args to `tramp-run-real-handler', even if it's empty in this case.
4318
4319 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4320
4321 * dired.el (dired-move-to-filename-regexp): Add date format for
4322 Mac OS X 10.3 in East Asian locales.
4323
4324 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4325
4326 * files.el (make-auto-save-file-name): Add file name handler call
4327 if applicable.
4328
4329 * net/tramp.el (tramp-file-name-handler-alist)
4330 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4331 (tramp-handle-make-auto-save-file-name): Rename from
4332 `tramp-make-auto-save-file-name'.
4333 (tramp-exists-file-name-handler): New defun.
4334 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4335 `make-auto-save-file-name' is not a magic file name operation.
4336
4337 2005-08-30 Richard M. Stallman <rms@gnu.org>
4338
4339 * files.el (risky-local-variable-p):
4340 Match `-predicates' and `-commands.
4341
4342 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4343 (custom-save-all): Visit the file if necessary;
4344 kill the buffer if we created it.
4345 (custom-save-delete): Don't visit file or kill buffer here.
4346
4347 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4348
4349 * textmodes/org.el (org-special-keyword): New face.
4350 (org-table-copy-down, org-table-eval-formula)
4351 (org-table-recalculate, org-init-section-numbers):
4352 Use `string-to-number' instead of `string-to-int'.
4353 (org-get-location): Use `insert-buffer-substring' instead of
4354 `insert-buffer'.
4355 (org-modify-diary-entry-string): New function.
4356 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4357 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4358 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4359 active region.
4360 (org-export-as-html): Handle QUOTE keyword.
4361 (org-quote-string): New option.
4362 (org-bookmark-jump-unhide): New function, used for
4363 `bookmark-after-jump-hook'.
4364 (org-diary-default-entry): Apply only when not called through
4365 `org-agenda'.
4366
4367 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * net/eudc.el (mode-popup-menu):
4370 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4371 * progmodes/ada-mode.el (compile-auto-highlight)
4372 (skeleton-further-elements):
4373 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4374 * progmodes/cmacexp.el (msdos-shells):
4375 * progmodes/compile.el (font-lock-extra-managed-props)
4376 (font-lock-keywords, font-lock-maximum-size)
4377 (font-lock-support-mode):
4378 * progmodes/grep.el (font-lock-lines-before):
4379 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4380 * progmodes/mixal-mode.el (compile-command):
4381 * progmodes/perl-mode.el (font-lock-comment-face)
4382 (font-lock-doc-face, font-lock-string-face):
4383 * progmodes/prolog.el (comint-prompt-regexp):
4384 * progmodes/sh-script.el (font-lock-comment-face)
4385 (font-lock-set-defaults, font-lock-string-face):
4386 * progmodes/sql.el (font-lock-keyword-face)
4387 (font-lock-set-defaults, font-lock-string-face):
4388 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4389 (itimer-version, lazy-lock-defer-contextually)
4390 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4391 Add defvars.
4392
4393 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4394 (cperl-electric-keyword, cperl-electric-pod)
4395 (cperl-electric-backspace, cperl-forward-re)
4396 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4397 (vc-rcs-header, vc-sccs-header): Add defvars.
4398
4399 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4400 (font-lock-syntactic-keywords, gud-find-expr-function):
4401 Add defvars.
4402
4403 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4404 (gdb-frame-parameters): Declare before use.
4405
4406 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4407 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4408 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4409 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4410
4411 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4412 (idlwave-help-with-source): Use `insert-buffer-substring', not
4413 `insert-buffer'.
4414
4415 2005-08-29 Juri Linkov <juri@jurta.org>
4416
4417 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4418 Put outline-back-to-heading function call inside save-excursion.
4419
4420 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4421
4422 * man.el (Man-init-defvars, Man-translate-references)
4423 (Man-support-local-filenames, Man-highlight-references):
4424 * progmodes/sql.el (sql-interactive-mode):
4425 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4426
4427 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4428 (compilation-mode-font-lock-keywords): Add defvars.
4429 (checkdoc-interactive-loop): "?\ " -> "?\s".
4430
4431 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4432 (font-lock-doc-face, font-lock-string-face)
4433 (font-lock-keywords-case-fold-search): Add defvars.
4434 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4435
4436 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4437 Don't pass X and Y (they are ignored anyway).
4438 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4439 (mouse-delete-window): Make arguments optional.
4440
4441 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4442 (caesar-translate-table, minor-modes, news-buffer-save)
4443 (news-group-name, news-minor-modes): Add defvars.
4444
4445 * emacs-lisp/lselect.el (mouse-highlight-priority)
4446 (x-lost-selection-functions, zmacs-regions):
4447 * emacs-lisp/pp.el (font-lock-verbose):
4448 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4449 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4450 (ses-mode-map):
4451 * emacs-lisp/tcover-unsafep.el (safe-functions):
4452 * international/mule-cmds.el (mac-system-coding-system)
4453 (mac-system-locale):
4454 * language/ethio-util.el (rmail-current-message)
4455 (rmail-message-vector):
4456 * language/thai-util.el (thai-auto-composition-mode):
4457 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4458 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4459 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4460 (vm-primary-inbox, vm-spool-files):
4461 * mail/rmail.el (deleted-head, font-lock-fontified)
4462 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4463 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4464 (total-messages):
4465 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4466 (rmail-summary-mode-map):
4467 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4468 (rmail-last-label, rmail-last-multi-labels)
4469 (rmail-summary-vector, rmail-total-messages):
4470 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4471 * mail/rmailsum.el (msgnum):
4472 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4473 (rmail-current-message):
4474 * obsolete/fast-lock.el (font-lock-face-list):
4475 * obsolete/rnewspost.el (mail-reply-buffer):
4476 * obsolete/scribe.el (compile-command):
4477 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4478
4479 2005-08-28 John Paul Wallington <jpw@gnu.org>
4480
4481 * ibuf-ext.el (ibuffer-auto-update-changed):
4482 Use `frame-or-buffer-changed-p' to check whether we need to update.
4483 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4484 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4485 as a `frame-or-buffer-changed-p' state vector instead.
4486
4487 2005-08-27 Romain Francoise <romain@orebokech.com>
4488
4489 * textmodes/makeinfo.el (makeinfo-compile):
4490 Use `compilation-start'. Set `next-error-function' according to
4491 `disable-errors'.
4492 (makeinfo-next-error): New function.
4493 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4494 (makeinfo-buffer): Likewise.
4495
4496 * progmodes/compile.el (compilation-start): Add autoload cookie.
4497
4498 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4499 * textmodes/sgml-mode.el: Likewise.
4500 * progmodes/python.el: Likewise.
4501
4502 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4503
4504 * simple.el (blink-matching-paren-distance): Document the meaning
4505 of nil value, and allow to customize to nil.
4506
4507 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4508 command.com, not command.exe.
4509
4510 2005-08-26 John Wiegley <johnw@newartisans.com>
4511
4512 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4513 code around a bit so that an extraneous nil argument is not added
4514 to a command when no args are given.
4515
4516 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4517 double-quoted argument resolves to nil, return it as an empty
4518 string rather than as nil. This made it impossible to pass "" to
4519 a shell script as a null string argument.
4520
4521 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * outline.el (outline-invent-heading): New fun.
4524 (outline-promote, outline-demote): Use it.
4525 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4526 (outline-end-of-subtree): Remove unused var `opoint'.
4527
4528 2005-08-26 David Reitter <david.reitter@gmail.com>
4529
4530 * menu-bar.el (truncate-lines, write-file, print-buffer)
4531 (ps-print-buffer-faces, ps-print-buffer, split-window):
4532 Disable menu items when the frame they refer to is invisible, or when
4533 they refer to a buffer and the minibuffer is selected.
4534
4535 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4536
4537 * progmodes/flymake.el (flymake-highlight-err-lines):
4538 Use save-excursion around flymake-highlight-line to preserve point.
4539
4540 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4541
4542 * progmodes/octave-mod.el: Change Author and Maintainer address.
4543 (octave-maintainer-address): Change Kurt's email address.
4544 * progmodes/octave-inf.el: Change Author and Maintainer address.
4545 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4546
4547 2005-08-26 Kim F. Storm <storm@cua.dk>
4548
4549 * subr.el (version-list-<, version-list-<=, version-list-=):
4550 Renamed from integer-list-*.
4551 (version-list-not-zero): Likewise. Fix while loop.
4552 (version=): Use version-list-= instead of string-equal.
4553
4554 2005-08-26 Richard M. Stallman <rms@gnu.org>
4555
4556 * outline.el (outline-promote): Try shortening the heading.
4557 As last resort, read the heading to use.
4558 (outline-demote): As last resort, read the heading to use.
4559
4560 2005-08-26 Romain Francoise <romain@orebokech.com>
4561
4562 * progmodes/compile.el (compilation-start): Doc fix.
4563
4564 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4565 (antlr-font-lock-additional-keywords): Fix reference to
4566 `antlr-font-lock-literal-regexp' erroneously changed during the
4567 mass face rename.
4568 (antlr-run-tool): Use `compilation-start'.
4569
4570 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4571 instead of the obsolete `compile-internal'.
4572
4573 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4574
4575 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4576 (number, original-date):
4577 * calendar/cal-china.el (date):
4578 * calendar/cal-coptic.el (date):
4579 * calendar/cal-french.el (date):
4580 * calendar/cal-hebrew.el (date, entry, number, original-date):
4581 * calendar/cal-islam.el (date, number, original-date):
4582 * calendar/cal-iso.el (date):
4583 * calendar/cal-julian.el (date):
4584 * calendar/cal-mayan.el (date):
4585 * calendar/cal-menu.el (date, event):
4586 * calendar/cal-persia.el (date):
4587 * calendar/lunar.el (date):
4588 * calendar/solar.el (date): Add defvars.
4589
4590 * emerge.el:
4591 * ibuffer.el:
4592 * info-xref.el:
4593 * obsolete/bg-mouse.el:
4594 * obsolete/sun-curs.el:
4595 * obsolete/swedish.el: Move the `defvar's to the top level.
4596
4597 * smerge-mode.el (smerge-refined-change): Add :group.
4598
4599 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4602 (smerge-keep-n): Remove props.
4603 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4604 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4605 now that it's done in smerge-keep-n.
4606 (smerge-refined-change): New face.
4607 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4608 (smerge-refine): New funs.
4609 (smerge-basic-map): Bind smerge-refine.
4610
4611 2005-08-25 Juri Linkov <juri@jurta.org>
4612
4613 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4614 compilation-process-setup-function and compilation-disable-input
4615 in grep-mode instead of let-bindings in grep.
4616
4617 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4618 Delete "Automatic File De/compression" (auto-compression-mode).
4619
4620 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4621
4622 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4623 Silence warning about non-existent variable.
4624
4625 2005-08-25 Richard M. Stallman <rms@gnu.org>
4626
4627 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4628 Rename "Describe Key" to "Describe Key or Mouse Operation".
4629
4630 * mail/mailalias.el (build-mail-aliases): Delete comments
4631 from the contents before processing them.
4632
4633 * isearch.el (isearch-edit-string): Erase the Search prompt
4634 if user enters an empty string and there is no default.
4635
4636 * comint.el (comint-file-name-prefix): Add autoload.
4637
4638 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4639
4640 * subr.el (play-sound): Rearrange to avoid warning.
4641
4642 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4643
4644 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4645 New hook.
4646 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4647
4648 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4651
4652 * custom.el (custom-theme-set-variables): Sort minor modes last.
4653
4654 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4655
4656 * subr.el (version-separator, version-regexp-alist): New vars used by
4657 version comparison funs.
4658 (integer-list-<, integer-list-=, integer-list-<=)
4659 (integer-list-not-zero): New funs for integer list comparison.
4660 (version-to-list, version=, version<, version<=): New funs for version
4661 comparison.
4662
4663 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4666 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4667 time to silence the byte-compiler.
4668
4669 * ibuffer.el (ibuffer-compile-make-eliding-form)
4670 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4671 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4672 so it's silly to get warnings for it).
4673 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4674 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4675 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4676 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4677 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4678 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4679 Defvar at compile time.
4680 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4681 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4682 Declare them before use.
4683
4684 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4685 (info-xref-good, info-xref-bad): Defvar at compile time.
4686
4687 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4688 Use `let*' instead of `let'.
4689
4690 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4691 (*mouse-y*, menu, char): Defvar at compile time.
4692 (sc::menu): Declare it before use.
4693 (sc::pack-one-line): Use `let', not `let*'.
4694
4695 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4696 (mail-send-hook): Defvar at compile time.
4697
4698 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4699 Defvar at compile time.
4700
4701 * term/sun-mouse.el (current-global-mousemap)
4702 (current-local-mousemap): Declare them before use.
4703
4704 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4705
4706 * bookmark.el (bookmark-after-jump-hook): New hook.
4707 (bookmark-jump): Run `bookmark-after-jump-hook'.
4708
4709 2005-08-23 Juri Linkov <juri@jurta.org>
4710
4711 * faces.el (minibuffer-prompt): Doc fix.
4712
4713 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4714
4715 * progmodes/xscheme.el: Trivial changes to silence warnings.
4716 (xscheme-previous-mode, xscheme-previous-process-state):
4717 Add defvars.
4718 (xscheme-last-input-end, xscheme-process-command-line)
4719 (xscheme-process-name, xscheme-buffer-name)
4720 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4721 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4722 (xscheme-control-g-synchronization-p)
4723 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4724 (default-xscheme-runlight, xscheme-runlight)
4725 (xscheme-runlight-string, xscheme-process-filter-state)
4726 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4727 Move to beginning of file.
4728 (scheme-interaction-mode-commands-alist)
4729 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4730 Declare them before use. Note: the initialization code for the variables
4731 has not been moved because it uses functions that reference the variables.
4732 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4733 (xscheme-prompt-for-expression-map): Declare them before use.
4734 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4735
4736 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4737
4738 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4739
4740 2005-08-22 Juri Linkov <juri@jurta.org>
4741
4742 * faces.el (set-face-underline): Delete this duplicate function
4743 and make an obsolete alias to set-face-underline-p.
4744 (set-face-underline-p): Use docstring of set-face-underline.
4745 (describe-face): Create hyperlink to parent face.
4746
4747 * info.el (Info-insert-dir): Use save-excursion around
4748 insert-buffer-substring.
4749 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4750 (Info-escape-percent): Delete function.
4751 (Info-fontify-node): Replace Info-escape-percent by
4752 replace-regexp-in-string with REP arg set to lambda that
4753 duplicates `%' and preserves text properties.
4754
4755 * progmodes/compile.el (compilation-disable-input): Doc fix.
4756 (define-compilation-mode): Doc fix and refill.
4757 (kill-compilation): Use `mode-name' in the error message.
4758 (compilation-find-file): Use `compilation-error' in the
4759 read-file-name's prompt.
4760
4761 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4764 (smerge-auto-leave): Make undo re-enable the mode.
4765 (debug-ignored-errors): Add the user-error of impossible resolution.
4766 (smerge-resolve): Move things around a bit, in preparation for later.
4767 (smerge-diff): Don't fail if the buffer has no associated file.
4768 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4769 (smerge-conflict-overlay): New function.
4770 (smerge-match-conflict): Don't add text properties here.
4771 (smerge-find-conflict): Instead, add an overlay here.
4772 Also check for the case where we're inside a conflict already, so as to
4773 obviate the need for font-lock-multiline, which is unbearably slow with
4774 large conflicts and ciomplex font-lock patterns.
4775 (smerge-remove-props): Remove overlay rather than text-properties.
4776 (smerge-mode): Don't set font-lock-multiline.
4777 Remove overlays when turned off.
4778
4779 2005-08-21 Kim F. Storm <storm@cua.dk>
4780
4781 * ido.el (ido-ignore-item-p): Use save-match-data.
4782 Bind case-fold-search to ido-case-fold locally.
4783
4784 2005-08-20 Richard M. Stallman <rms@gnu.org>
4785
4786 * files.el (normal-mode): If font lock is on, turn it off and on.
4787
4788 * subr.el (replace-regexp-in-string): Doc fix.
4789
4790 * startup.el (command-line-1): Don't suppress startup screen
4791 due to existing processes.
4792
4793 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4794
4795 * progmodes/compile.el (compilation-disable-input): Default to nil.
4796
4797 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4798
4799 * progmodes/compile.el (compilation-disable-input): New defcustom.
4800 (compilation-start): If compilation-disable-input is non-nil, send
4801 EOF to the compilation process.
4802
4803 2005-08-20 Eli Zaretskii <eliz@gnu.org>
4804
4805 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4806 Run the argument of tex-shell-cd-command through
4807 convert-standard-filename, to get the correct style of slashes on
4808 Windows, and enclose the result in quotes, in case the file name
4809 includes whitespace or other special characters.
4810
4811 2005-08-19 Andreas Schwab <schwab@suse.de>
4812
4813 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4814 process.
4815
4816 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4817
4818 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4819
4820 2005-08-18 Kim F. Storm <storm@cua.dk>
4821
4822 * scroll-lock.el: Fix errors due to incorrect line wrapping.
4823
4824 2005-08-18 Richard M. Stallman <rms@gnu.org>
4825
4826 * scroll-lock.el: New file.
4827
4828 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
4829
4830 * dired.el (dired-move-to-end-of-filename):
4831 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4832
4833 2005-08-18 Kim F. Storm <storm@cua.dk>
4834
4835 * ido.el (ido-everywhere): Fix defcustom :set function to disable
4836 rather than toggle mode when custom value is nil.
4837 (ido-everywhere): Fix defun doc string.
4838
4839 2005-08-17 Richard M. Stallman <rms@gnu.org>
4840
4841 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4842 as tag instead of "Inviolable".
4843
4844 2005-08-17 Kim F. Storm <storm@cua.dk>
4845
4846 * windmove.el (windmove-coordinates-of-position): Remove.
4847 (windmove-coordinates-of-window-position): Remove.
4848 (windmove-reference-loc): Use posn-at-point instead.
4849
4850 * subr.el (insert-for-yank-1): Doc fix.
4851
4852 * ido.el (ido-enter-matching-directory): Rename from
4853 ido-enter-single-matching-directory. Change 'slash choice to
4854 'only. Add 'first choice.
4855 (ido-exhibit): Adapt to above changes.
4856
4857 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
4858
4859 * Makefile.in: Expand comment about building loaddefs.el.
4860
4861 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
4862
4863 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4864 Comment use of defadvice.
4865
4866 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4867
4868 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
4869
4870 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4871 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4872 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4873 * progmodes/idlw-shell.el, progmodes/ld-script.el,
4874 * progmodes/which-func.el, ruler-mode.el, strokes.el,
4875 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4876 for backward compatibility for faces that did not appear in the
4877 previous Emacs release.
4878
4879 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4880
4881 2005-08-15 Kim F. Storm <storm@cua.dk>
4882
4883 * emulation/cua-base.el (cua-delete-region): Return t if
4884 deleted region was non-empty.
4885 (cua-replace-region): Inhibit overwrite-mode for
4886 self-insert-command if replaced region was non-empty.
4887 (cua--explicit-region-start, cua--status-string): Make them
4888 buffer-local at top-level...
4889 (cua-mode): ...rather than when mode is enabled.
4890
4891 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
4892
4893 * progmodes/vhdl-mode.el (vhdl-emacs-21):
4894 Set t for Emacs 21, 22, and so on.
4895
4896 2005-08-15 David Ponce <david@dponce.com>
4897
4898 * tree-widget.el: Update Commentary header.
4899 (tree-widget-theme): Doc fix.
4900 (tree-widget-space-width): New option.
4901 (tree-widget-image-properties): Look up in the default theme too.
4902 (tree-widget--cursors): Only for images with arrow pointer shape.
4903 (tree-widget-lookup-image): Pointer shape is hand by default.
4904 (tree-widget-icon): Rename generic icon widget from
4905 `tree-widget-control'.
4906 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4907 derive from `tree-widget-icon'.
4908 (tree-widget-handle): Improve default look and feel of the text
4909 representation.
4910 (tree-widget): Rename :*-control properties to :*-icon properties.
4911 Add :action and :help-echo properties.
4912 (tree-widget-after-toggle-functions): Move.
4913 (tree-widget-close-node, tree-widget-open-node): Remove.
4914 (tree-widget-before-create-icon-functions): New hook.
4915 (tree-widget-value-create): Update to allow customization of icons
4916 and nodes at run-time via that new hook.
4917 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4918 (tree-widget-icon-action, tree-widget-icon-help-echo)
4919 (tree-widget-action, tree-widget-help-echo): New functions.
4920
4921 2005-08-15 Kim F. Storm <storm@cua.dk>
4922
4923 * ido.el (ido-buffer-internal): Use with-no-warnings.
4924 (ido-make-merged-file-list): Use while-no-input.
4925
4926 2005-08-15 Richard M. Stallman <rms@gnu.org>
4927
4928 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4929 (flyspell-large-region): Fix doc and custom type.
4930
4931 2005-08-14 Richard M. Stallman <rms@gnu.org>
4932
4933 * files.el (interpreter-mode-alist): Doc fix.
4934
4935 * mail/rmail.el (rmail-nonignored-headers): New variable.
4936 (rmail-clear-headers): Use it.
4937 (rmail-reply): Better handling of mail-followup-to header.
4938
4939 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4940 Rename variable from sh-font-lock-keywords. In the `shell' entry,
4941 don't try to refer to executable-font-lock-keywords.
4942 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4943 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4944 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4945 (sh-mode): Set comment-start-skip, local-abbrev-table,
4946 imenu-case-fold-search.
4947 (sh-set-shell): Don't set them here.
4948 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
4949 Don't cache the results in the original alist; don't ever modify
4950 that alist.
4951
4952 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4953
4954 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4955 empty.
4956
4957 2005-08-15 Andreas Schwab <schwab@suse.de>
4958
4959 * desktop.el: Put autoload cookie at risky-local-variable declarations.
4960
4961 * dired.el, info.el, mail/rmail.el: Revert last change.
4962
4963 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
4964
4965 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4966 modification in `eval-after-load' form.
4967 * info.el: Likewise.
4968 * mail/rmail.el: Likewise.
4969
4970 2005-08-14 Juri Linkov <juri@jurta.org>
4971
4972 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4973 Remove highlighting of "Compilation started". Highlight only
4974 the word "finished" in "Compilation finished". Add highlighting
4975 of "interrupt", "killed", "terminated" and the exit code.
4976 (compilation-start): Add newline after header. Use exactly the
4977 same time stamp format as the finishing message.
4978 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4979
4980 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4981 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4982 Add highlighting of "interrupt", "killed", "terminated".
4983
4984 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4985 enabled and the current command is self-insert-command, call it
4986 explicitly with overwrite-mode bound to nil, to not allow it
4987 to delete the character after the selected region.
4988
4989 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
4990
4991 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4992 move-end-of-line, end-of-line, and beginning-of-line to the list
4993 of commands after which the echo area is updated.
4994
4995 2005-08-12 Eli Zaretskii <eliz@gnu.org>
4996
4997 * cus-edit.el (custom-save-all, custom-save-delete):
4998 Bind recentf-exclude to exclude custom-file.
4999
5000 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
5001
5002 * mail/rmailsum.el (rmail-summary-end-of-message): New command
5003 to go to the bottom of the mail message. Added to
5004 `rmail-summary-mode-map' with key "/".
5005 (rmail-summary-show-message): New (internal) function for use by
5006 both `rmail-summary-beginning/end-of-message'.
5007 (rmail-summary-beginning-of-message): Change to use
5008 rmail-summary-show-message.
5009
5010 * mail/rmail.el (rmail-end-of-message): New command to go to the
5011 end of the current message. Added to `rmail-mode-map' with key "/".
5012 (rmail-beginning-of-message): Fix to work as documented.
5013 (rmail-mode): Change documentation.
5014
5015 * progmodes/compile.el (compilation-start): Add the line
5016 "Compilation started" with compilation start time.
5017 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5018
5019 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5020
5021 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5022 of menu items.
5023
5024 2005-08-11 Richard M. Stallman <rms@gnu.org>
5025
5026 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5027
5028 * battery.el (battery-status-function): Don't use ignore-errors.
5029
5030 2005-08-11 Lute Kamstra <lute@gnu.org>
5031
5032 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5033 define-obsolete-variable-alias.
5034
5035 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5038 (ange-ftp-send-cmd): Revert last change, and expand
5039 the comment explaining the problem.
5040
5041 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5042
5043 * ldefs-boot.el: Update.
5044
5045 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5046 item to "Time, Load and Mail". Change help echo text.
5047
5048 * time.el (display-time-use-mail-icon, display-time-format)
5049 (display-time-string-forms): Shorten first line of docstrings.
5050
5051 2005-08-10 Lars Hansen <larsh@soem.dk>
5052
5053 * desktop.el (desktop-buffer-mode-handlers):
5054 Make non-customizable. Add autoload cookie. Change initial value to
5055 nil; add elements in respective modules instead. Fix doc string.
5056 (desktop-load-file): New function.
5057 (desktop-minor-mode-handlers): New autoloaded variable.
5058 (desktop-create-buffer): Call minor mode handlers.
5059 Use desktop-load-file to load major and minor mode modules prior to
5060 checking for a handler.
5061 (desktop-save): Don't add nil to desktop-minor-modes for minor
5062 modes with nil function in desktop-minor-mode-table. Don't delete
5063 desktop file before rewriting it.
5064 (desktop-locals-to-save): Add autoload cookie. Don't make
5065 automatically buffer-local. Add variables column-number-mode,
5066 size-indication-mode, indent-tabs-mode,
5067 indicate-buffer-boundaries, indicate-empty-lines and
5068 show-trailing-whitespace.
5069 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5070 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5071 (desktop-clear-preserve-buffers-regexp): Delete.
5072 (desktop-clear-preserve-buffers): Update initial value and docstring.
5073 (desktop-save-buffer): Fix doc string.
5074
5075 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5076 (hilit-chg-desktop-restore): New function.
5077 (highlight-changes-mode): Add highlight-changes-mode to
5078 desktop-locals-to-save.
5079
5080 * dired.el: Add handler to desktop-buffer-mode-handlers.
5081 (dired-restore-desktop-buffer): Remove autoload cookie.
5082 (dired-mode): Add autoload cookie.
5083
5084 * info.el: Add handler to desktop-buffer-mode-handlers.
5085 (Info-restore-desktop-buffer): Remove autoload cookie.
5086 (Info-mode): Add autoload cookie.
5087
5088 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5089 (mh-restore-desktop-buffer): Remove autoload cookie.
5090 (mh-folder-mode): Add autoload cookie.
5091
5092 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5093 (rmail-restore-desktop-buffer): Remove autoload cookie.
5094
5095 2005-08-11 Masatake YAMATO <jet@gyve.org>
5096
5097 * hexl.el (hexl-address-region):
5098 (hexl-ascii-region, hexl-font-lock-keywords):
5099 (hexl-highlight-line-range): Use the term "region"
5100 instead of "area" for consistency with the other symbols
5101 defined in hexl.el.
5102
5103 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5104
5105 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5106 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5107 out by Juri Linkov). Add `display-battery-mode'.
5108
5109 2005-08-09 Juri Linkov <juri@jurta.org>
5110
5111 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5112 Remove `-text' from face variable names.
5113 (compilation-error-file-name, compilation-warning-file-name)
5114 (compilation-info-file-name): Delete faces.
5115 (compilation-line-number, compilation-column-number):
5116 Remove face underlining.
5117 (compilation-message-face): Set to `underline' value by default.
5118 (compilation-error-face, compilation-warning-face)
5119 (compilation-info-face): Remove `-file-name' from face names.
5120 (compilation-error-text-face, compilation-warning-text-face)
5121 (compilation-info-text-face): Delete face variables.
5122 (compilation-text-face): Delete function.
5123
5124 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5125 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5126 (grep-error-face): Set to `compilation-error' instead of
5127 `compilation-error-face' (which is redefined to `grep-hit-face' in
5128 grep buffers).
5129 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5130 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5131
5132 * dired-aux.el (dired-do-query-replace-regexp):
5133 Use `query-replace-read-args'.
5134
5135 * replace.el (query-replace-read-from, query-replace-read-to)
5136 (query-replace-read-args): Rename arg `string' to `prompt'.
5137
5138 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5139
5140 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5141
5142 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5143 uploading files.
5144 (ange-ftp-canonize-filename): Handle file names beginning with ~
5145 correctly.
5146
5147 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * textmodes/fill.el (canonically-space-region)
5150 (fill-context-prefix, fill-french-nobreak-p)
5151 (fill-delete-newlines, fill-comment-paragraph)
5152 (justify-current-line): "?\ " -> "?\s".
5153
5154 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5155
5156 * textmodes/fill.el (fill-nonuniform-paragraphs):
5157 Improve argument/docstring consistency.
5158
5159 2005-08-09 Richard M. Stallman <rms@gnu.org>
5160
5161 * textmodes/ispell.el (ispell-word): More fboundp checks.
5162
5163 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5164 (find-file-noselect-1): Call it here, only if RAWFILE.
5165 (normal-mode): Always set some major mode.
5166 (save-some-buffers-action-alist): Change some explanation strings.
5167 (file-name-non-special): In the `quote' method, use unwind-protect.
5168
5169 2005-08-09 Magnus Henoch <mange@freemail.hu>
5170
5171 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5172 (ispell-have-aspell-dictionaries): New variable.
5173 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5174 (ispell-get-aspell-config-value): New function.
5175 (ispell-aspell-find-dictionary): New function.
5176 (ispell-aspell-add-aliases): New function.
5177 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5178 appropriate. Don't look for ispell dictionaries if we use aspell.
5179 (ispell-menu-map): Don't build a submenu of dictionaries.
5180
5181 2005-08-09 Richard M. Stallman <rms@gnu.org>
5182
5183 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5184 (sql-read-passwd): Use read-passwd.
5185
5186 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5187 (idlwave-toolbar-is-possible): Add defvars.
5188
5189 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5190 Avoid warnings.
5191
5192 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5193 (idlwave-system-class-info, idlwave-executive-commands-alist):
5194 Use defvar.
5195
5196 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5197
5198 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5199 Avoid warnings.
5200
5201 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5202 and content-type: headers.
5203
5204 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5205
5206 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5207 and rename some of them to be more self-explanatory.
5208
5209 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5210
5211 * startup.el (command-line-1): Implement -scriptload.
5212
5213 * replace.el (occur-engine): Initial *Occur* output not undoable.
5214
5215 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5216 and improve help strings.
5217
5218 * isearch.el (isearch-repeat): When changing direction,
5219 mark search successful.
5220
5221 * ediff-init.el: Use (featurep 'xemacs).
5222
5223 * comint.el (send-invisible): Identify buffer, if not selected.
5224
5225 * align.el: Delete autoload for c-guess-basic-syntax.
5226
5227 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5230 Improve argument/docstring consistency. Doc fixes.
5231 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5232 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5233 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5234 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5235 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5236 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5237 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5238 Defvar at compile time.
5239
5240 2005-08-09 Juri Linkov <juri@jurta.org>
5241
5242 * info.el: Replace `info' with upper-case `Info' where appropriate.
5243 (info-title-1, info-title-2, info-title-3, info-title-4)
5244 (info-menu-header): Move up face definitions.
5245 (info-menu-star): Rename from `info-menu-5'.
5246 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5247 (Info-fontify-visited-nodes): Fix docstring.
5248 (Info-hide-note-references): Fix docstring.
5249 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5250 menu items in the same way as on cross-references.
5251 (info-apropos): Fix sorting order and formatting to be like in the
5252 stand-alone Info browser. Display error messages for 1 sec.
5253 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5254 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5255 from the menu bar.
5256 (Info-insert-dir): Restore point after calling
5257 `insert-buffer-substring'.
5258
5259 2005-08-08 Richard M. Stallman <rms@gnu.org>
5260
5261 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5262 (recompute-lucid-menubar): Add defvars.
5263
5264 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5265
5266 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5267
5268 * net/net-utils.el (run-dig): Rename from `dig'.
5269
5270 * play/gametree.el (gametree-mode): Use make-local-variable,
5271 not make-variable-buffer-local.
5272
5273 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5274
5275 * ansi-color.el (ansi-color-make-extent)
5276 (ansi-color-set-extent-face): Use fboundp, not functionp.
5277
5278 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5279 not make-variable-buffer-local.
5280
5281 * bookmark.el (Info-current-file): Add defvar.
5282 (bookmark-jump-noselect): Use with-no-warnings.
5283
5284 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5285
5286 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5287
5288 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5289
5290 * find-file.el (ada-procedure-start-regexp)
5291 (ada-package-start-regexp): Add defvars.
5292
5293 * info.el (Info-insert-dir): Use insert-buffer-substring.
5294
5295 * xml.el (xml-att-def-re): Add defvar.
5296
5297 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5298 calling convention.
5299
5300 * subr.el (while-no-input): Return t if there is input.
5301
5302 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5303
5304 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5305
5306 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5307
5308 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5309 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5310
5311 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5312
5313 * cmuscheme.el (scheme-start-file): Replace reference to
5314 `user-emacs-directory' by "~/.emacs.d/".
5315
5316 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5317
5318 * info.el (Info-dir-remove-duplicates): Avoid case folding
5319 in loop; instead, keep downcased strings for comparison.
5320 Suggested by Helmut Eller.
5321
5322 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5323
5324 Sync with Tramp 2.0.50.
5325
5326 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5327 XEmacs case; not necessary anymore.
5328 (tramp-user-regexp): Allow "@" as part of user name.
5329 (tramp-handle-set-visited-file-modtime)
5330 (tramp-handle-insert-file-contents)
5331 (tramp-handle-write-region): No special handling for
5332 `last-coding-system-used, because this is done in
5333 `tramp-accept-process-output' now.
5334 (tramp-accept-process-output): New defun.
5335 (tramp-process-one-action, tramp-process-one-multi-action)
5336 (tramp-wait-for-regexp, tramp-wait-for-output)
5337 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5338 Howells <dhowells@redhat.com>.
5339 (clear-visited-file-modtime): Defadvice removed. The check for
5340 unset buffer's modtime does not need to be based on
5341 `tramp-buffer-file-attributes'. Suggested by RMS.
5342 (tramp-message): Insert "\n" if not being at beginning of line.
5343 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5344 sequence with same logic.
5345 (tramp-completion-handle-expand-file-name): Discard call of
5346 `tramp-drop-volume-letter'. It is not necessary, and there have
5347 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5348 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5349 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5350 should always be visible.
5351 (tramp-handle-insert-directory, tramp-setup-complete)
5352 (tramp-set-process-query-on-exit-flag)
5353 (tramp-append-tramp-buffers): Pacify byte-compiler.
5354 (tramp-bug): Delete non-existing variables from list.
5355 Apply `tramp-load-report-modules' as pre-hook.
5356 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5357 `shell-prompt-pattern' because of non-7bit characters.
5358 Reported by Sebastian Luque <sluque@mun.ca>.
5359 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5360 (tramp-match-string-list): Remove function.
5361 (tramp-wait-for-regexp): Remove call of that function.
5362 Suggested by Kim F. Storm <storm@cua.dk>.
5363 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5364 instead of octal character code ?\600. The latter resulted in a
5365 syntax error with XEmacs.
5366
5367 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5368 XEmacs case; not necessary anymore.
5369 (tramp-smb-handle-write-region): No special handling for
5370 `last-coding-system-used, because this is done in
5371 `tramp-accept-process-output' now.
5372 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5373
5374 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5375
5376 * wid-edit.el (widget-choice-value-create):
5377 Unconditionally respect user choice. Set :explicit-choice back to nil
5378 when no longer needed.
5379 (widget-choice-action): Unconditionally respect user choice.
5380 Eliminate :explicit-choice-value.
5381
5382 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5383
5384 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5385 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5386 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5387 running new function `toggle-indicate-empty-lines'.
5388 Rename "Customize" item to "Customize fringe".
5389 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5390 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5391 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5392 Delete "Empty lines only" item.
5393 (menu-bar-showhide-fringe-ind-customize): New function.
5394 (menu-bar-showhide-fringe-ind-mixed)
5395 (menu-bar-showhide-fringe-ind-box)
5396 (menu-bar-showhide-fringe-ind-right)
5397 (menu-bar-showhide-fringe-ind-left)
5398 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5399 instead of `fringe-indicators'.
5400
5401 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5402
5403 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5404 Change the date of last update.
5405
5406 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5407
5408 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5409 (viper-exec-yank, viper-put-back): Don't display modification msg
5410 if in the minibuffer.
5411
5412 * viper-init.el (viper-replace-overlay-cursor-color)
5413 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5414 Make variables frame local.
5415
5416 * viper-util.el (viper-append-filter-alist): Use append instead of
5417 nconc.
5418
5419 * viper.el (viper-vi-state-mode-list)
5420 (viper-emacs-state-mode-list): Move help-mode and
5421 completion-list-mode from the first list to the second.
5422 (viper-mode): Docstring.
5423 (viper-go-away, viper-non-hook-settings): Don't localize
5424 minor-mode-alist in newer Emacsen. Add advice to
5425 set-cursor-color. Don't bind "\C-c\\".
5426
5427 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5428
5429 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5430 (scheme-macro-expand-command): New user options.
5431 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5432 (scheme-form-at-point, scheme-start-file)
5433 (scheme-interactively-start-process): New functions.
5434 (scheme-get-process): New function, extracted from `scheme-proc'.
5435 (run-scheme): Call `scheme-start-file' to get start file, and pass
5436 it to `make-comint'.
5437 (switch-to-scheme, scheme-proc):
5438 Call `scheme-interactively-start-process' if no Scheme buffer/process
5439 is available.
5440
5441 2005-08-06 Juri Linkov <juri@jurta.org>
5442
5443 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5444 Use `compilation-text-face', `compilation-info-text-face' and
5445 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5446 (compilation-error): New face.
5447 (compilation-error-file-name): Inherit from
5448 `compilation-error' instead of `font-lock-warning-face'.
5449 (compilation-warning-file-name): Inherit from
5450 `compilation-warning' instead of `font-lock-warning-face'.
5451 (compilation-info, compilation-error-file-name)
5452 (compilation-warning-file-name, compilation-info-file-name)
5453 (compilation-line-number, compilation-column-number): Doc fix.
5454 (compilation-error-text-face, compilation-warning-text-face)
5455 (compilation-info-text-face): New face variables.
5456 (compilation-line-face, compilation-column-face)
5457 (compilation-enter-directory-face)
5458 (compilation-leave-directory-face): Doc fix.
5459 (compilation-text-face): New function.
5460
5461 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5462 instead of 1 to display binary file names as info file links.
5463 (grep-error-face): Use `compilation-error-face' instead of
5464 `font-lock-keyword-face'.
5465 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5466 and `compilation-warning-text-face' instead of
5467 `font-lock-keyword-face'. Use `compilation-error-text-face'
5468 instead of `grep-error-face'.
5469
5470 2005-08-05 Kenichi Handa <handa@m17n.org>
5471
5472 * international/code-pages.el: Add autoload cookies for all coding
5473 systems.
5474
5475 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5476
5477 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5478
5479 2005-08-04 Juri Linkov <juri@jurta.org>
5480
5481 * progmodes/compile.el (compilation-mode-map):
5482 * progmodes/grep.el (grep-mode-map):
5483 Bind TAB to `compilation-next-error' and [backtab] to
5484 `compilation-previous-error'.
5485
5486 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5487 matching line numbers, column numbers and their ranges with regexp
5488 matching only line numbers.
5489 (grep-context-face): New face variable.
5490 (grep-mode-font-lock-keywords): Use it.
5491
5492 * faces.el (read-face-name): Delete duplicate faces.
5493
5494 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5495
5496 * thumbs.el (thumbs-find-image): Don't make variables
5497 automatically buffer local.
5498 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5499 (thumbs-image-num): Make automatically buffer local.
5500 (thumbs-show-thumbs-list): Use `make-local-variable', not
5501 `make-variable-buffer-local'.
5502 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5503
5504 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5505 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5506 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5507 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5508 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5509 (feelings-about, foullst, found, hello, history, howareyoulst)
5510 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5511 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5512 (neglst, obj, object, owner, please, problems, qlist)
5513 (random-adjective, relation, remlst, repetitive-shortness)
5514 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5515 (shortlst, something, sportslst, stallmanlst, states, subj)
5516 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5517 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5518 Defvar at compile time.
5519
5520 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5521 not `make-variable-buffer-local'.
5522
5523 2005-08-02 Kim F. Storm <storm@cua.dk>
5524
5525 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5526 rectangle overlay in selected window.
5527
5528 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5529
5530 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5531 instead of display group. Make `indicate-buffer-boundaries'
5532 customizable through Custom.
5533
5534 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5535
5536 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5537 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5538 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5539 (gdb-put-string): Fix typos in docstrings.
5540
5541 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5542
5543 Update copyright notices of files in progmodes directory for
5544 release of Emacs 22.1.
5545
5546 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5547
5548 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5549 Don't barf if the GUD buffer has been killed.
5550
5551 2005-08-01 Kim F. Storm <storm@cua.dk>
5552
5553 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5554
5555 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * simple.el (next-error-follow-minor-mode):
5558 make-variable-buffer-local -> make-local-variable.
5559
5560 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5561
5562 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5563 (byte-compile-form-make-variable-buffer-local): New functions to warn
5564 about misuses of make-variable-buffer-local where make-local-variable
5565 was meant.
5566
5567 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5568
5569 * bs.el (bs-attributes-list): Doc fix.
5570 (bs): Update url-link.
5571
5572 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5573 (desktop-load-default): Simplify.
5574
5575 * ibuffer.el (ibuffer-columnize-and-insert-list)
5576 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5577 (ibuffer-unmark-all, ibuffer-toggle-marks)
5578 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5579 (ibuffer-compile-make-format-form, ibuffer-format-column)
5580 (ibuffer-current-buffers-with-marks)
5581 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5582 (ibuffer): Doc fix.
5583 (ibuffer-mode): Fix typo in docstring.
5584 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5585 with `define-obsolete-variable-alias'.
5586 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5587
5588 2005-07-29 Kenichi Handa <handa@m17n.org>
5589
5590 * international/mule-cmds.el (select-message-coding-system):
5591 Be sure to use LF for end-of-line. If no coding system is decided,
5592 return iso-8859-1-unix.
5593
5594 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5597 (ange-ftp-pending-error-line): New vars.
5598 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5599 to handle the non-fatal no-route-to-host messages.
5600 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5601
5602 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5603
5604 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5605 (isearch-quote-char, isearch-printing-char)
5606 (isearch-text-char-description): "?\ " -> "?\s".
5607 (isearch-lazy-highlight-cleanup)
5608 (isearch-lazy-highlight-initial-delay)
5609 (isearch-lazy-highlight-interval)
5610 (isearch-lazy-highlight-max-at-a-time)
5611 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5612 Declare with define-obsolete-*-alias macros.
5613 (isearch-forward): Fix typo in docstring.
5614 (search-invisible, search-ring-yank-pointer)
5615 (regexp-search-ring-yank-pointer): Doc fixes.
5616
5617 * recentf.el (recentf-menu-append-commands-p): Declare with
5618 `define-obsolete-variable-alias'.
5619 (recentf-max-saved-items, recentf-menu-filter)
5620 (recentf-arrange-by-rule-subfilter): Doc fixes.
5621 (recentf-menu-append-commands-flag)
5622 (recentf-initialize-file-name-history, recentf-expand-file-name)
5623 (recentf-clear-data): Fix typos in docstrings.
5624
5625 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5626
5627 * progmodes/gdb-ui.el: Smarten comments.
5628 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5629
5630 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5631
5632 * term/apollo.el (terminal-init-apollo): New function containing
5633 all former top level forms in the file.
5634 * term/bobcat.el (terminal-init-bobcat):
5635 * term/cygwin.el (terminal-init-cygwin):
5636 * term/iris-ansi.el (terminal-init-iris-ansi):
5637 * term/linux.el (terminal-init-linux):
5638 * term/news.el (terminal-init-news):
5639 * term/rxvt.el (terminal-init-rxvt):
5640 * term/sun.el (terminal-init-sun):
5641 * term/tvi970.el (terminal-init-tvi970):
5642 * term/vt100.el (terminal-init-vt100):
5643 * term/vt102.el (terminal-init-vt102):
5644 * term/vt125.el (terminal-init-vt125):
5645 * term/vt200.el (terminal-init-vt200):
5646 * term/vt201.el (terminal-init-vt201):
5647 * term/vt220.el (terminal-init-vt220):
5648 * term/vt240.el (terminal-init-vt240):
5649 * term/vt300.el (terminal-init-vt300):
5650 * term/vt320.el (terminal-init-vt320):
5651 * term/vt400.el (terminal-init-vt400):
5652 * term/vt420.el (terminal-init-vt420):
5653 * term/wyse50.el (terminal-init-wyse50):
5654 * term/xterm.el (terminal-init-xterm): Likewise.
5655
5656 * term/README: Describe the terminal-init-* functionality.
5657
5658 * startup.el (command-line): After loading the terminal initialization
5659 file call the corresponding terminal initialization function.
5660
5661 2005-07-27 Kenichi Handa <handa@m17n.org>
5662
5663 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5664 negative.
5665
5666 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5667 (ps-mule-composition-prologue): Fix for the case that
5668 RelativeCompose is false.
5669
5670 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5673
5674 * descr-text.el (describe-char): Handle the case where the list of
5675 chars is displayed in a separate frame.
5676 Be a bit more discriminating when looking for the char.
5677
5678 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5679
5680 * bookmark.el (bookmark-automatically-show-annotations)
5681 (bookmark-read-annotation-text-func): Doc fixes.
5682 (bookmark-save): Improve argument/docstring consistency.
5683 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5684 (bookmark-alist-from-buffer)
5685 (bookmark-upgrade-file-format-from-0)
5686 (bookmark-grok-file-format-version)
5687 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5688 (bookmark-read-annotation-mode)
5689 (bookmark-insert-current-bookmark, bookmark-jump)
5690 (bookmark-exit-hook): Fix typos in docstrings.
5691 (bookmark-exit-hooks): Define as obsolete alias.
5692 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5693 not `bookmark-exit-hooks'. Fix docstring.
5694 (bookmark-bmenu-select): "?\ " -> "?\s".
5695
5696 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5697
5698 * startup.el (command-line): Fix typo.
5699
5700 2005-07-24 Richard M. Stallman <rms@gnu.org>
5701
5702 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5703 not emacs-quick-startup.
5704
5705 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5706
5707 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5708 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5709 instead of `reb-with-current-window'.
5710 (reb-prev-match): Likewise. Also, don't move left if the search
5711 was unsuccessful.
5712 (reb-initialize-buffer): New function.
5713 (re-builder, reb-change-syntax): Use it.
5714
5715 * man.el (Man-goto-page): Make second argument NOERROR optional.
5716
5717 2005-07-23 Richard M. Stallman <rms@gnu.org>
5718
5719 * man.el (Man-bgproc-sentinel): Check here for failure to find
5720 any man page in the output, and report the error here.
5721 (Man-arguments): Make it permanent local.
5722 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5723 (Man-mode): Pass t for NOERROR.
5724
5725 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5726 (grep-mode-font-lock-keywords):
5727 Don't use compilation-...-face for messages that are not file names.
5728
5729 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5730 Don't use compilation-...-face for messages that are not file names.
5731
5732 2005-07-22 Juri Linkov <juri@jurta.org>
5733
5734 * startup.el (normal-splash-screen): Update menu name.
5735
5736 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5737
5738 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5739
5740 * term/xterm.el: Load term/rxvt if the terminal is actually an
5741 rxvt terminal.
5742 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5743
5744 * term/rxvt.el (function-key-map): Use substitute-key-definition
5745 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5746
5747 * term/cygwin.el: New file.
5748
5749 2005-07-22 Kim F. Storm <storm@cua.dk>
5750
5751 * image-file.el (insert-image-file, image-file-yank-handler):
5752 Fix last change to maintain a (unique) yank-handler on yanked images.
5753
5754 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5755
5756 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5757 of the file size (as in "177B" for 177 bytes). This happens with
5758 "ls -lh" on FreeBSD.
5759
5760 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
5761
5762 * hilit-chg.el (highlight-changes-global-initial-state)
5763 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5764 (hilit-chg-fixup, highlight-changes-mode):
5765 Fix typos in docstrings.
5766 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5767 Doc fixes.
5768
5769 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5770
5771 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5772 mode function using `eval-after-load'.
5773
5774 2005-07-21 Kim F. Storm <storm@cua.dk>
5775
5776 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5777 included when reporting an emacs crash, and tell about the DEBUG file.
5778
5779 * image-file.el (insert-image-file): Add yank-handler.
5780 (image-file-yank-handler): Yank handler to make unique copies of
5781 images when they are yanked into a buffer next to each other.
5782
5783 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5784
5785 * comint.el (comint-use-prompt-regexp, comint-send-input)
5786 (comint-source-default, comint-extract-string)
5787 (comint-get-source, comint-word, comint-completion)
5788 (comint-source, comint-prompt-read-only, comint-update-fence):
5789 Fix typos in docstrings.
5790 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5791 Declare with define-obsolete-*-alias macros.
5792 (comint-previous-matching-input-from-input)
5793 (comint-next-matching-input-from-input)
5794 (comint-previous-matching-input, comint-next-matching-input)
5795 (comint-forward-matching-input):
5796 Improve argument/docstring consistency.
5797
5798 * desktop.el (desktop-clear-preserve-buffers-regexp):
5799 Also preserve the *server* buffer.
5800
5801 * simple.el (clone-indirect-buffer): Doc fix.
5802 (fixup-whitespace, just-one-space)
5803 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5804 (next-error, next-error-highlight)
5805 (next-error-highlight-no-select, next-error-last-buffer)
5806 (next-error-buffer-p, next-error-find-buffer, next-error)
5807 (previous-error, next-error-no-select, previous-error-no-select)
5808 (open-line, split-line, minibuffer-prompt-width, kill-new)
5809 (binary-overwrite-mode): Fix typos in docstrings.
5810 (set-fill-column): Fix typo in message.
5811
5812 * skeleton.el (skeleton-proxy-new): Doc fix.
5813
5814 * strokes.el (strokes-load-hook): Doc fix.
5815 (strokes-grid-resolution, strokes-get-grid-position)
5816 (strokes-renormalize-to-grid, strokes-read-stroke)
5817 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5818 (strokes-global-map): Fix typos in docstrings.
5819 (strokes-help): Doc fix. Fix help message and pass it through
5820 `substitute-command-keys'.
5821
5822 * tempo.el (tempo-insert-prompt, tempo-interactive)
5823 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5824 (tempo-insert-string-functions, tempo-local-tags)
5825 (tempo-define-template, tempo-insert-template)
5826 (tempo-insert-prompt-compat, tempo-is-user-element)
5827 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5828 Fix typos in docstrings.
5829
5830 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5831 (vcursor-key-bindings, vcursor-use-vcursor-map)
5832 (vcursor-find-window, vcursor-scroll-down)
5833 (vcursor-disable, vcursor-beginning-of-buffer)
5834 (vcursor-end-of-buffer): Fix typos in docstrings.
5835 (vcursor-relative-move, vcursor-get-char-count):
5836 Improve argument/docstring consistency.
5837
5838 * version.el: "?\ " -> "?\s".
5839
5840 * wid-edit.el (widget-default-create, widget-after-change)
5841 (widget-default-format-handler, widget-checklist-add-item)
5842 (widget-radio-add-item, widget-choose, widget-specify-secret)
5843 (widget-field-value-create, widget-field-value-get)
5844 (widget-editable-list-format-handler)
5845 (widget-editable-list-entry-create, widget-group-value-create)
5846 (widget-documentation-link-add)
5847 (widget-documentation-string-value-create): "?\ " -> "?\s".
5848 (widget-convert-text): Doc fix.
5849 (widget-narrow-to-field, widget-field-find)
5850 (widget-url-link-action, widget-emacs-library-link-action)
5851 (widget-color-notify): Fix typos in docstrings.
5852
5853 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5854 (x-select-text, set-w32-system-coding-system)
5855 (w32-add-charset-info): Fix typos in docstrings.
5856
5857 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5858 (cua-enable-cua-keys, cua-use-hyper-key)
5859 (cua-virtual-rectangle-edges): Fix typos in docstrings.
5860 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5861
5862 * net/tramp.el (tramp-handle-load): Fix typo in error message.
5863
5864 * emacs-lisp/re-builder.el (regexp-builder): Declare with
5865 `defalias' instead of faking it.
5866
5867 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5868 (eshell-ls-missing, eshell-ls-dired-initial-args)
5869 (eshell-ls-use-in-dired): Fix typos in docstrings.
5870
5871 2005-07-20 Kim F. Storm <storm@cua.dk>
5872
5873 * emulation/cua-base.el (cua-mode): Improve doc string.
5874
5875 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5876
5877 * abbrev.el (expand-region-abbrevs): Doc fix.
5878 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5879 Improve argument/docstring consistency.
5880
5881 * arc-mode.el (archive-get-descr, archive-alternate-display):
5882 Doc fixes.
5883 (archive-l-e): Improve argument/docstring consistency.
5884 (archive-tmpdir, archive-unixdate, archive-unixtime)
5885 (archive-chmod-entry): Fix typos in docstrings.
5886 (archive-unflag, archive-unflag-backwards)
5887 (archive-unmark-all-files): "?\ " -> "?\s".
5888
5889 * buff-menu.el (Buffer-menu-unmark): Doc fix.
5890 (Buffer-menu-not-modified, Buffer-menu-execute)
5891 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5892 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5893
5894 * composite.el (compose-string, encode-composition-rule)
5895 (compose-last-chars): Fix typos in docstrings.
5896
5897 * desktop.el (desktop-enable, desktop-basefilename):
5898 Declare with `define-obsolete-variable-alias'.
5899 (desktop-internal-v2s): Don't quote keywords.
5900 (desktop-clear): "?\ " -> "?\s".
5901
5902 * dired.el (dired-align-file, dired-flag-backup-files)
5903 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5904 (dired-listing-switches, dired-ls-F-marks-symlinks)
5905 (dired-dwim-target, dired-load-hook, dired-mode-hook)
5906 (dired-directory, dired-faces, dired, dired-revert)
5907 (dired-mode, dired-summary, dired-view-file)
5908 (dired-copy-filename-as-kill, dired-delete-file)
5909 (dired-no-confirm, dired-unmark-all-marks)
5910 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5911 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5912 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5913 Fix typos in message strings.
5914
5915 * dired-x.el (virtual-dired): Declare with `defalias'.
5916 (dired-mark-unmarked-files, dired-local-variables-file)
5917 (dired-omit-here-always): Doc fix.
5918 (dired-omit-mode, dired-find-subdir)
5919 (dired-enable-local-variables, dired-clean-up-buffers-too)
5920 (dired-extra-startup, dired-mark-extension, dired-jump)
5921 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5922 (dired-smart-shell-command, dired-guess-shell-alist-user)
5923 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5924 (dired-x-bind-find-file, dired-x-submit-report):
5925 Fix typos in docstrings.
5926 (dired-mark-unmarked-files): "?\ " -> "?\s".
5927
5928 * dirtrack.el (dirtrack-list): Fix typos in docstring.
5929
5930 * faces.el (describe-face): "?\ " -> "?\s".
5931 (read-all-face-attributes, read-face-font, modify-face)
5932 (face-attr-construct, italic): Fix typos in docstrings.
5933 (frame-update-face-colors): Declare with
5934 `define-obsolete-function-alias'.
5935
5936 * files.el (find-file-noselect, recode-file-name): Doc fixes.
5937 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5938 (magic-mode-alist, buffer-file-numbers-unique)
5939 (write-file-functions, get-free-disk-space):
5940 Fix typos in docstrings.
5941 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5942 (write-contents-hooks, write-file-hooks):
5943 Declare with `define-obsolete-variable-alias'.
5944
5945 * forms-d2.el (arch-rj): Fix typo in docstrings.
5946 (arch-tocol): Likewise. "?\ " -> "?\s".
5947
5948 * frame.el (set-frame-font, cursor-in-non-selected-windows):
5949 Fix typo in docstring.
5950 (set-screen-width, set-screen-height): Delete redundant info in
5951 doctrings.
5952 (new-frame, screen-height, screen-width): Declare with
5953 `define-obsolete-function-alias'.
5954 (delete-frame-hook, blink-cursor): Declare with
5955 `define-obsolete-variable-alias'.
5956
5957 * paths.el (prune-directory-list): Fix typos in docstring.
5958
5959 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5960 (cvs-prefix-get): Fix typos in docstrings.
5961
5962 * ps-print.el (ps-extend-face-list, ps-extend-face)
5963 (ps-print-background-image): Fix typos in docstrings.
5964 (ps-default-fg, ps-default-bg): Doc fixes.
5965
5966 * s-region.el (s-region-bind): Doc fix.
5967 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5968
5969 * textmodes/org.el (org-table-formula-substitute-names)
5970 (org-table-get-vertical-vector): Doc fixes.
5971 (org-table-recalculate): Remove unused argument to `message'.
5972
5973 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
5974
5975 * textmodes/org.el (org-table-column-names)
5976 (org-table-column-name-regexp)
5977 (org-table-named-field-locations): New variables.
5978 (org-archive-subtree): Protect `this-command' when calling
5979 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5980 the kill buffer.
5981 (org-complete): Remove fixed-formula completion.
5982 (org-edit-formulas-map): New variable.
5983 (org-table-edit-formulas): New command.
5984 (org-finish-edit-formulas, org-abort-edit-formulas)
5985 (org-show-variable, org-table-get-vertical-vector): New functions.
5986 (org-table-maybe-eval-formula): Handle `:=' fields.
5987 (org-table-get-stored-formulas, org-table-store-formulas)
5988 (org-table-get-formula, org-table-modify-formulas)
5989 (org-table-replace-in-formulas): Handle named field formulas.
5990 (org-table-get-specials): Store locations of named fields.
5991
5992 2005-07-19 Juri Linkov <juri@jurta.org>
5993
5994 * progmodes/grep.el (grep-regexp-alist)
5995 (grep-mode-font-lock-keywords, grep-process-setup):
5996 Use default GNU grep match color "01;31m" instead of "01;41m".
5997 (grep-regexp-alist, grep-mode-font-lock-keywords):
5998 Use `\\[[0-9]*m' instead of `\\[00m'.
5999 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6000 sgr_start where its handling is more important. Use the real
6001 length of sgr_start instead of constant 8.
6002 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6003 specially. Delete all remaining escape sequences.
6004 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6005 (grep-regexp-alist): Make hyperlink only for binary file name
6006 instead of the whole line.
6007 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6008 (grep-mode): Add autoload.
6009
6010 * emacs-lisp/find-func.el (find-function-regexp):
6011 Add `define-compilation-mode'.
6012
6013 2005-07-19 Juri Linkov <juri@jurta.org>
6014
6015 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6016 (compare-windows-sync-string-size, compare-windows-recenter)
6017 (compare-windows-highlight, compare-windows): Add version 22.1.
6018 (compare-windows) <defface>: Inherit from lazy-highlight instead
6019 of duplicating its default value.
6020
6021 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6022 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6023
6024 * descr-text.el (describe-char): Create link buttons for `charset'
6025 and `code point'. Add the current input method name with a link
6026 button to `to input' field. Print face names of display table
6027 characters in `The display table entry is displayed by' section
6028 instead of printing face-id in the `display' field.
6029 Guess hardcoded faces and create a link button for them.
6030 Skip empty fields when calculating max-width.
6031 Treat `widget-create' specially while inserting strings from the
6032 collected field list.
6033 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6034
6035 * diff-mode.el (diff-file-header): Change foreground color from
6036 yellow to green on light backgrounds.
6037 (diff-context): Inherit from `shadow' only for color/grayscale
6038 with more than 88 colors.
6039 (diff-indicator-removed, diff-indicator-added)
6040 (diff-indicator-changed): New faces.
6041 (diff-font-lock-keywords): Use new faces. Regroup rules.
6042 Add "^---$" for `normal' diff format. Fontify `#' lines with
6043 font-lock-comment-delimiter-face and font-lock-comment-face.
6044 Add `#' to ^[^...] in the rule for `diff-context-face'.
6045
6046 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6047 a button-like box. Inherit from `highlight' on low colors.
6048 (shadow): Use shades of gray only for color/grayscale with
6049 more than 88 colors. Use green for light backgrounds with
6050 8 colors, and yellow for dark backgrounds with 8 colors.
6051
6052 * font-lock.el (font-lock-regexp-grouping-backslash):
6053 Don't inherit from escape-glyph (use bold for all cases).
6054
6055 * info.el (info-xref-visited): Use light foreground color `violet'
6056 for dark backgrounds instead of dark color `magenta3'.
6057 (info-title-1): Use `yellow' color for dark backgrounds.
6058
6059 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6060 too-light magenta2.
6061
6062 * replace.el (match): Use slightly more light RoyalBlue3 instead
6063 of dark RoyalBlue4.
6064
6065 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6066
6067 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6068
6069 * novice.el (disabled-command-hook): Declare it with
6070 `define-obsolete-variable-alias'.
6071
6072 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6073 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6074 (desktop-load-default): Add release to obsolescence info.
6075 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6076 (desktop-append-buffer-args, desktop-read):
6077 Fix typos in docstrings.
6078 (desktop-kill): Fix typo in message.
6079 (desktop-save): Doc fix.
6080
6081 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6082
6083 * viper-cmd.el (viper-escape-to-state): Bug fix.
6084 (viper-envelop-ESC-key): Change the definition of fast
6085 keysequence so it'll work with keyboard macros.
6086
6087 * ediff.el (ediff-patch-buffer): Change the docstring.
6088
6089 2005-07-19 Kenichi Handa <handa@m17n.org>
6090
6091 * international/mule-cmds.el (select-safe-coding-system): Try to
6092 use an auto-coding (if any) before anything else. If the found
6093 auto-coding is invalid, show a warning message.
6094
6095 * international/mule.el (find-auto-coding): New function created
6096 by modifying the body of set-auto-coding.
6097 (set-auto-coding): Use find-auto-coding to find a coding.
6098
6099 2005-07-18 Richard M. Stallman <rms@gnu.org>
6100
6101 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6102 not isearch-mode-end-hook-error.
6103 (allout-before-change-protect): Fix error message.
6104
6105 2005-07-18 Juri Linkov <juri@jurta.org>
6106
6107 * allout.el (allout-mode):
6108 * calculator.el (calculator-copy):
6109 * custom.el (custom-known-themes):
6110 * dired.el (dired-desktop-buffer-misc-data)
6111 (dired-restore-desktop-buffer):
6112 * dired-x.el (dired-omit-marker-char):
6113 * files.el (basic-save-buffer):
6114 * font-core.el (font-lock-mode):
6115 * calendar/calendar.el (calendar-goto-hebrew-date)
6116 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6117 (calendar-goto-persian-date):
6118 * language/ethio-util.el (ethio-sera-to-fidel-region):
6119 * textmodes/picture.el (picture-mode):
6120 Delete duplicate duplicate words.
6121
6122 2005-07-18 Juri Linkov <juri@jurta.org>
6123
6124 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6125 chars * ? } |.
6126 (isearch-fallback): Don't call `isearch-process-search-char'.
6127 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6128 (isearch-process-search-char): Call `isearch-fallback' for regexp
6129 chars * ? } |.
6130 (isearch-return-char): Make obsolete with `make-obsolete' instead
6131 of simply documenting it as obsolete in the docstring.
6132 (isearch-fallback): Refill docstring.
6133
6134 * international/isearch-x.el
6135 (isearch-process-search-multibyte-characters): Remove unneeded
6136 `concat'. Add intermediate values to `junk-hist' instead of
6137 `minibuffer-history'. Test the length of `str'.
6138
6139 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6140
6141 * allout.el (allout-resolve-xref): Fix typos in error strings.
6142 (allout-before-change-protect): Remove unneeded `concat'.
6143
6144 * array.el (array-mode, array-reconfigure-rows)
6145 (untabify-backward): Fix typos in docstrings.
6146 (array-reconfigure-rows): Use `insert-buffer-substring', not
6147 `insert-buffer'.
6148
6149 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6150 * progmodes/ada-mode.el (ada-make-body):
6151 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6152
6153 * dired.el (dired-log):
6154 * tar-mode.el (tar-subfile-save-buffer):
6155 * play/zone.el (zone-pgm-stress-destress):
6156 Use `insert-buffer-substring', not `insert-buffer'.
6157
6158 2005-07-17 Simon Josefsson <jas@extundo.com>
6159
6160 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6161
6162 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6163
6164 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6165 Add plain auth method.
6166 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6167
6168 2005-07-17 Kim F. Storm <storm@cua.dk>
6169
6170 * ido.el (dired-other-window): Add ido property.
6171
6172 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6173
6174 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6175 Fix typo in docstring.
6176 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6177 `insert-file-literally'.
6178
6179 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6180 info and delete redundant message. Doc fix.
6181 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6182 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6183
6184 2005-07-16 Richard M. Stallman <rms@gnu.org>
6185
6186 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6187 (byte-compile-and): Use byte-compile-and-recursion.
6188 (byte-compile-or-recursion): New function.
6189 (byte-compile-or): Use that.
6190 (byte-compile-if): Guard the else-clause too.
6191 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6192
6193 * isearch.el (isearch-mode-end-hook-quit): New variable.
6194 (isearch-done): Bind it.
6195 (isearch-mode-end-hook): Doc fix.
6196
6197 * allout.el (allout-isearch-did-quit): Variable deleted.
6198 (allout-real-isearch-abort): Function name no longer used.
6199 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6200 (allout-isearch-rectification): isearch-mode always exists.
6201 Don't set allout-isearch-did-quit.
6202 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6203 allout-isearch-did-quit.
6204 (allout-enwrap-isearch): Just add the hook.
6205 (allout-isearch-abort): Function deleted.
6206 (allout-pre-command-business): Avoid warning.
6207
6208 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6209 Correctly avoid warnings.
6210 (pascal-outline): Likewise.
6211
6212 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6213
6214 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6215
6216 * play/tetris.el (tetris-mode): Avoid warning.
6217
6218 * play/snake.el (snake-mode): Avoid warning.
6219
6220 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6221 (gamegrid-set-display-table): Avoid warning.
6222 (gamegrid-set-timer): Likewise.
6223 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6224 (gamegrid-add-score-with-update-game-score-1): Take FILE
6225 as argument.
6226 (gamegrid-add-score-with-update-game-score): Pass that argument.
6227 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6228
6229 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6230
6231 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6232 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6233
6234 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6235 and insert-file.
6236
6237 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6238 (sc-ask): Avoid warnings.
6239
6240 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6241 (eshell-hist-initialize): Use that var the natural way.
6242
6243 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6244
6245 * emacs-lisp/re-builder.el (reb-cook-regexp):
6246 Avoid warning calling lre-compile-string.
6247 (reb-color-display-p): Avoid warning.
6248
6249 * calculator.el (calculator-last-input): Guard uses
6250 of event-key and key-press-event-p.
6251 (event-key, key-press-event-p): Delete definitions.
6252
6253 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6254 (find-gc-source-directory, find-gc-subrs-callers)
6255 (find-gc-noreturn-list, find-gc-source-files)
6256 (find-gc-subrs-called): Vars renamed and defvar'd.
6257
6258 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6259 (checkdoc-overlay-put, checkdoc-delete-overlay)
6260 (checkdoc-overlay-start, checkdoc-overlay-end)
6261 (checkdoc-mode-line-update, checkdoc-char=):
6262 Define such that compiler knows they are defined.
6263 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6264 (checkdoc-read-event): Delete. Use read-event directly.
6265
6266 * whitespace.el (whitespace-make-overlay)
6267 (whitespace-overlay-put, whitespace-delete-overlay)
6268 (whitespace-overlay-start, whitespace-overlay-end):
6269 Define such that compiler knows they are defined.
6270 (whitespace): Move conditional inside.
6271
6272 * tempo.el (tempo-insert-template): Suppress warning.
6273
6274 * ediff-diff.el (longlines-mode): Add defvar.
6275
6276 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6277
6278 * server.el: Bind "C-x #" in a way that works even if C-x is
6279 redefined to a command key, not a prefix key.
6280
6281 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6282
6283 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6284 cl-make-type-test till execution time.
6285
6286 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6287
6288 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6289 arg ARG and use it.
6290
6291 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6292
6293 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6294
6295 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6296
6297 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6298 a defcustom with two :set or :type keywords.
6299
6300 2005-07-15 Richard M. Stallman <rms@gnu.org>
6301
6302 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6303 Don't give ^M comment-end syntax.
6304
6305 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6306
6307 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6308 Don't consider gdbmi (gdb-mi.el has its own update functions).
6309 (gdb-var-delete): Make it work for gdbmi as well.
6310 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6311
6312 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6313 (gud-speedbar-menu-items): Correct logic for enabling items.
6314
6315 2005-07-15 Kim F. Storm <storm@cua.dk>
6316
6317 * ido.el: Fix commentary.
6318 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6319 Use with-no-warnings around ffap-guesser.
6320 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6321 Let bind minibuffer-completing-file-name to t.
6322
6323 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6324
6325 * startup.el (site-run-file, keyboard-type): Doc fixes.
6326 (command-line): Check for "--basic-display" argument; also for
6327 "--quick", not "--bare-bones" (which was renamed).
6328 (fancy-splash-text): Add missing item "Getting New Versions".
6329 (normal-splash-screen): Fix typos and improve consistency with
6330 `fancy-splash-text'. Update copyright year.
6331
6332 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6333 valid binding for `help-char'.
6334
6335 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6336
6337 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6338
6339 * term.el (term-mode): Disable cua-mode for term buffers.
6340
6341 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6342
6343 * add-log.el (add-log-mailing-address, change-log-merge):
6344 Doc fixes.
6345 (change-log-get-method-definition): Fix typo in docstring.
6346
6347 2005-07-14 Kim F. Storm <storm@cua.dk>
6348
6349 * emulation/cua-base.el:
6350 (cua--pre-command-handler-1, cua--pre-command-handler)
6351 (cua--post-command-handler-1, cua--post-command-handler):
6352 Split in two. Check (buffer local) value of cua-mode.
6353 (cua-selection-mode): New command.
6354
6355 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6356
6357 * custom.el (custom-initialize-safe-set)
6358 (custom-initialize-safe-default): Doc fixes.
6359
6360 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6361 and simplify :init-value again.
6362
6363 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6364 and simplify :init-value again. Delete autoload.
6365
6366 * startup.el (command-line): Use `custom-reevaluate-setting' again
6367 for tooltip-mode.
6368
6369 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6370 a defcustom with two :initialize keywords.
6371
6372 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6373
6374 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6375 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6376 (allout-post-command-business, allout-flag-region)
6377 (isearch-reenable-font-lock, allout-yank)
6378 (allout-insert-latex-header, allout-insert-latex-trailer)
6379 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6380 (allout-latex-verb-quote): Fix typos in docstrings.
6381 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6382 (allout-unprotected, allout-prefix-data):
6383 Improve argument/docstring consistency.
6384 (allout-chart-subtree): Fix argument spec.
6385 (allout-open-topic): Rename `use_sib_bullet' argument to
6386 `use-sib-bullet'. Doc fix.
6387
6388 * whitespace.el (whitespace-check-buffer-leading)
6389 (whitespace-check-buffer-trailing)
6390 (whitespace-check-buffer-indent)
6391 (whitespace-check-buffer-spacetab)
6392 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6393 (whitespace-check-leading-whitespace)
6394 (whitespace-check-trailing-whitespace)
6395 (whitespace-check-spacetab-whitespace)
6396 (whitespace-check-indent-whitespace)
6397 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6398 (whitespace-modes): Fix typos in docstrings.
6399 (defgroup, defcustom): Doc fixes.
6400
6401 * winner.el (winner-mode, winner-boring-buffers)
6402 (winner-pending-undo-ring): Doc fixes.
6403 (winner-ring): Remove unneeded `progn'.
6404 (winner-equal): `defsubst' it.
6405 (winner-redo): Fix message.
6406
6407 2005-07-13 Kim F. Storm <storm@cua.dk>
6408
6409 * simple.el (line-move-1): Always use vertical-motion to
6410 do the last (or only) line move to ensure some movement.
6411 Undo 2005-06-23 change--don't check for overlays.
6412
6413 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6414
6415 * term/mac-win.el (ccl-encode-mac-roman-font)
6416 (ccl-encode-mac-centraleurroman-font)
6417 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6418 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6419 Change charset-id boundary of dimension to ?\xef.
6420 (mac-char-fontspec-list): New constant.
6421 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6422 argument. Nil uses itself as family in font-spec. Previous
6423 behavior for nil is now provided by non-nil non-string argument.
6424 All callers changed. Add font-specs for Mac fonts to
6425 "fontset-default" unless iso8859-1 fonts are installed.
6426
6427 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6430 a continuation line if the \ is preceded by SPC or TAB.
6431 (sh-get-indent-info): Simplify.
6432 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6433 Use with-current-buffer.
6434
6435 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6436 when the matched text is empty.
6437
6438 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6439
6440 * startup.el (command-line): Revert to previous handling of
6441 tooltip-mode. Explain in comment why the complexity is needed.
6442
6443 * tooltip.el (tooltip-mode): Revert to previous implementation of
6444 its defcustom.
6445
6446 * frame.el (blink-cursor-mode): Revert to previous implementation
6447 of its defcustom. Update comment.
6448
6449 2005-07-12 Lars Hansen <larsh@soem.dk>
6450
6451 * desktop.el: Update e-mail address.
6452
6453 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6454
6455 * term/mac-win.el (mac-services-mail-selection)
6456 (mac-services-mail-to): New functions.
6457 (mac-application-menu-map): Bind them.
6458
6459 2005-07-12 wulei <milton@wulei.net> (tiny change)
6460
6461 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6462
6463 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6464
6465 * custom.el (custom-reevaluate-setting): Doc fix.
6466
6467 2005-07-11 Jay Belanger <belanger@truman.edu>
6468
6469 * calc/calc.el (calc-embedded-announce-formula-alist)
6470 (calc-embedded-open-close-plain-alist)
6471 (calc-embedded-open-close-mode-alist): Add checks for additional
6472 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6473
6474 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6475
6476 * custom.el (custom-enable-theme): Don't add theme to
6477 `custom-enabled-themes' with `push' because there is no
6478 setf-method for `delq'.
6479
6480 2005-07-11 Richard M. Stallman <rms@gnu.org>
6481
6482 * custom.el (custom-declare-variable): Doc fix.
6483
6484 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6485 from the alists.
6486
6487 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6488 Do nothing if edebug-active.
6489
6490 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6491 (edebug-display): Do it here instead.
6492
6493 2005-07-10 Richard M. Stallman <rms@gnu.org>
6494
6495 * cus-face.el (custom-theme-set-faces): Make it work.
6496 (custom-reset-faces): Doc fix.
6497 (custom-theme-reset-internal-face, custom-theme-face-value):
6498 Functions deleted.
6499
6500 * custom.el (custom-push-theme): Maintain list of the settings
6501 of a given theme in its theme-settings property.
6502 Maintain position of old settings in the theme-value
6503 or theme-face property.
6504 (custom-enabled-themes): New variable.
6505 (custom-theme-enabled-p): New function.
6506 (provide-theme): Update custom-enabled-themes.
6507 Disable and reenable the `user' theme.
6508 (require-theme): Doc fix.
6509 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6510 (custom-theme-value, custom-theme-variable-value): Likewise.
6511 (custom-theme-reset-internal): Likewise.
6512 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6513 (custom-enable-theme, custom-disable-theme): New functions.
6514 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6515 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6516 (custom-theme-reset-variables): Simplify.
6517 (deftheme, custom-declare-theme, custom-make-theme-feature):
6518 Definitions moved.
6519
6520 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * longlines.el (longlines-show-region)
6523 (longlines-unshow-hard-newlines): Recognize hard newlines by
6524 non-nil hard property, instead of t.
6525
6526 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6527
6528 * viper-cmd.el (viper--key-maps): New variable.
6529 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6530 emulation-mode-map-alists.
6531 (viper-envelop-ESC-key): Use viper-subseq.
6532 (viper-search-forward/backward/next): Disable debug-on-error.
6533
6534 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6535 (viper-ESC-key): New defcustoms.
6536
6537 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6538
6539 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6540 (viper-subseq): Copy of subseq from cl.el.
6541
6542 * viper.el (viper-go-away, viper-set-hooks): Use
6543 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6544
6545 * viper-mous.el (viper-current-frame-saved): Use defvar.
6546
6547 * viper-init.el: Get rid of -face in face names.
6548
6549 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6550 Make it work with longlines mode
6551
6552 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6553
6554 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6555
6556 * ediff-init.el: Get rid of -face in face names.
6557
6558 2005-07-10 Richard M. Stallman <rms@gnu.org>
6559
6560 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6561 and with-timeout-unsuspend.
6562
6563 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6564 and with-timeout-unsuspend.
6565
6566 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6567 (with-timeout): Bind that variable to record timers.
6568 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6569
6570 * emacs-lisp/debug.el (debug-help-follow): New function.
6571 (debugger-mode-map): Use that instead of help-follow.
6572 (debugger-setup-buffer): Use eval-buffer-list
6573 to handle eval-buffer frames.
6574
6575 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6576
6577 * timezone.el (timezone-parse-date): Change first regexp
6578 so it will not mistakenly match dates with no time zone.
6579
6580 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6581
6582 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6583
6584 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6585
6586 * custom.el (custom-initialize-safe-set)
6587 (custom-initialize-safe-default): New functions.
6588
6589 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6590 and simplify :init-value.
6591
6592 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6593 and simplify :init-value. Delete obsolete comment.
6594
6595 * startup.el (command-line): Use `custom-reevaluate-setting' to
6596 handle `tooltip-mode'. Delete obsolete comment.
6597
6598 * files.el (set-visited-file-name): Avoid calling
6599 `file-name-nondirectory' with a nil argument.
6600
6601 2005-07-09 Richard M. Stallman <rms@gnu.org>
6602
6603 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6604 was called with nil for the buffer, handle the read position right.
6605 Handle read position for eval-region, too.
6606
6607 2005-07-09 Juri Linkov <juri@jurta.org>
6608
6609 * fringe.el (fringe-mode): Add period in docstring.
6610 (fringe-query-style): Build prompt depending on `all-frames' arg.
6611
6612 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6613 to not create links to unrelated functions in the Help buffer.
6614
6615 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6616 Doc fix.
6617
6618 * simple.el (next-error-hook): New variable.
6619 (next-error): Use it. Doc fix.
6620
6621 * textmodes/ispell.el (ispell-command-loop): Add current
6622 dictionary name and program name to mode-line-format.
6623 (ispell-region, ispell-process-line): Add current dictionary name
6624 and program name to messages.
6625
6626 2005-07-08 Jay Belanger <belanger@truman.edu>
6627
6628 * calc/calc.el (calc-embedded-announce-formula-alist)
6629 (calc-embedded-open-close-formula-alist)
6630 (calc-embedded-open-close-word-alist)
6631 (calc-embedded-open-close-plain-alist)
6632 (calc-embedded-open-close-new-formula-alist)
6633 (calc-embedded-open-close-mode-alist)
6634 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6635 (calc-embedded-mode-hook): New variables.
6636
6637 * calc/calc-embed.el (calc-embedded-firsttime)
6638 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6639 New variables.
6640 (calc-do-embedded): Use calc-embedded-firsttime,
6641 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6642 determine whether or not to run hooks.
6643 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6644 calc-embedded-firsttime-formula appropriately.
6645 Set calc-embedded delimiter variables according to mode.
6646
6647 2005-07-08 Richard M. Stallman <rms@gnu.org>
6648
6649 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6650 Check for "emacs", etc., as entire symbol, not just as word.
6651 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6652
6653 * files.el (set-visited-file-name): Report the error
6654 for "empty filename" earlier.
6655 (kill-some-buffers): Ignore buffers already dead.
6656
6657 * fringe.el (fringe-mode): Doc fix.
6658
6659 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6660 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6661 Use unwind-protect to ensure byte-compile-unresolved-functions
6662 is updated.
6663
6664 * whitespace.el (whitespace-buffer-leading-cleanup):
6665 Simplify w/ skip-chars-forward.
6666 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6667
6668 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6669 Unconditionally try to leave point at the same old place.
6670
6671 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6672
6673 * comint.el (comint-postoutput-scroll-to-bottom)
6674 (comint-show-maximum-output): Take scroll-margin into consideration.
6675
6676 2005-07-08 Kim F. Storm <storm@cua.dk>
6677
6678 * ido.el (ido-use-filename-at-point): New choice `guess'.
6679 (ido-file-internal): Try ffap-guesser if selected.
6680
6681 * ido.el (ido-before-fallback-functions): New hook.
6682 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6683 (ido-read-file-name): Run it.
6684
6685 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6688 strings rather than a list of symbols to the completion function.
6689
6690 2005-07-07 Jay Belanger <belanger@truman.edu>
6691
6692 * calc/calc-units.el (math-apply-units): Change the places in
6693 which units are simplified.
6694
6695 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6696
6697 * cus-edit.el (customize-option, customize-option-other-window):
6698 Make them handle aliases.
6699
6700 * custom.el (custom-variable-p): Make it recursively follow
6701 aliases. Mention that in the docstring.
6702
6703 2005-07-07 Richard M. Stallman <rms@gnu.org>
6704
6705 * cus-start.el (exec-path): Use `directory' instead of `file'.
6706 Fix tag for nil.
6707
6708 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6711 when called non-interactively. Doc fix.
6712
6713 2005-07-07 Lute Kamstra <lute@gnu.org>
6714
6715 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6716 new address as well.
6717
6718 2005-07-07 Kenichi Handa <handa@m17n.org>
6719
6720 * international/mule.el (make-coding-system):
6721 Describe `ascii-incompatible' property in the docstring.
6722 (set-file-name-coding-system): Signal an error if coding-system is
6723 ascii-incompatible.
6724 (set-keyboard-coding-system): Likewise.
6725
6726 * international/mule-cmds.el (set-default-coding-systems):
6727 Don't set default-file-name-coding-system and
6728 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6729
6730 * international/utf-16.el: Declare that all UTF-16-based coding
6731 systems are ASCII-incompatible.
6732
6733 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6734
6735 * progmodes/gud.el: Require font-lock for displaying errors.
6736 Used by gdb-ui.el.
6737
6738 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6741 values for the pattern lists which are `read'able but not
6742 `append'able (like symbols).
6743
6744 2005-07-06 Richard M. Stallman <rms@gnu.org>
6745
6746 * progmodes/flymake.el (flymake-float-time): Instead of
6747 with-no-warnings, test for xemacs.
6748 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6749 to avoid warning.
6750
6751 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
6752
6753 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6754
6755 2005-07-05 Lute Kamstra <lute@gnu.org>
6756
6757 * battery.el: Add support for Darwin (with much debugging help
6758 from Samuel Lauber <sam124@operamail.com>).
6759 (battery-status-function, battery-echo-area-format)
6760 (battery-mode-line-format): Add support for pmset on Darwin.
6761 (battery-load-low, battery-load-critical): New user options.
6762 (battery-pmset): New function.
6763
6764 2005-07-05 Lute Kamstra <lute@gnu.org>
6765
6766 Update FSF's address in GPL notices.
6767
6768 * textmodes/page-ext.el: Update FSF's address.
6769
6770 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6773 filling from using prefix when filling a single-line docstring.
6774
6775 * progmodes/flymake.el: Remove useless eval-when-compile.
6776
6777 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6778
6779 2005-07-04 Richard M. Stallman <rms@gnu.org>
6780
6781 * textmodes/org.el (org-file-apps-defaults-gnu):
6782 Rename from org-file-apps-defaults-linux.
6783 (org-default-apps): Don't test system-type for `linux'.
6784 (org-file-apps): Doc fix.
6785
6786 2005-07-04 David Ponce <david@dponce.com>
6787
6788 * tree-widget.el: Improve header Commentary section.
6789 (tree-widget) [defgroup]
6790 (tree-widget-image-enable, tree-widget-themes-directory)
6791 (tree-widget-theme, tree-widget-image-properties-emacs)
6792 (tree-widget-image-properties-xemacs, tree-widget-create-image)
6793 (tree-widget-image-formats, tree-widget-control)
6794 (tree-widget-empty-control, tree-widget-leaf-control
6795 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6796 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6797 (tree-widget-keep, tree-widget-after-toggle-functions)
6798 (tree-widget-open-node, tree-widget-close-node): Doc fix.
6799 (tree-widget-open-control, tree-widget-close-control): Fix doc and
6800 :help-echo message.
6801 (tree-widget-set-theme): Doc fix. Use `string-equal'.
6802 (tree-widget-image-properties): Doc fix. Clearer implementation.
6803 (tree-widget--cursors): New constant.
6804 (tree-widget-lookup-image): New function split from
6805 `tree-widget-find-image'. Clearer implementation.
6806 (tree-widget-find-image): Use it.
6807 (tree-widget-button-keymap): Use `set-keymap-parent'.
6808 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6809 Define the sub-widgets here.
6810 (tree-widget-node): Check that :node is not a tree-widget.
6811 (tree-widget-get-super, tree-widget-open-control)
6812 (tree-widget-close-control, tree-widget-empty-control)
6813 (tree-widget-leaf-control, tree-widget-guide)
6814 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6815 (tree-widget-no-handle, tree-widget-value-delete)
6816 (tree-widget-map): Remove.
6817 (tree-widget-children-value-save): Doc fix. Simplified.
6818 (tree-widget-value-create): Update according to previous changes.
6819
6820 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
6821
6822 * textmodes/org.el: Leading space replaced by TABS.
6823 (org-recalc-marks, org-table-rotate-recalc-marks)
6824 (org-table-get-specials): Treat "^" and "_" marks.
6825 (org-table-justify-field-maybe): Optional argument NEW.
6826 (org-table-eval-formula): Parsing of the format simplified.
6827 New modes C,I. Honor the %= parameter in the current table.
6828 Avoid unnecessary re-align by using the NEW argument to
6829 `org-table-justify-field-maybe'.
6830 (org-calc-default-modes): Default for date-format mimicks org-mode.
6831 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6832
6833 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6834
6835 * cus-face.el (custom-theme-set-faces): Make it handle face
6836 aliases whose alias declarations are pre- or autoloaded.
6837
6838 2005-07-04 Juri Linkov <juri@jurta.org>
6839
6840 * faces.el (read-face-name): Put the code for getting a face name
6841 from the buffer before adding the faces from the `face' property.
6842 Use `completing-read-multiple' instead of `completing-read'.
6843 Require `crm'. Add default value and post-process the returned
6844 list of faces.
6845
6846 * emacs-lisp/crm.el (crm-find-current-element)
6847 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6848
6849 * emacs-lisp/lisp-mode.el (eval-defun-1):
6850 * emacs-lisp/edebug.el (edebug-eval-defun):
6851 Remove unnecessary quotes.
6852
6853 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6854
6855 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6856 (prolog-indent-level): Fix typo in docstring.
6857
6858 * info.el (Info-history, Info-history-forward)
6859 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6860
6861 * add-log.el (add-change-log-entry):
6862 * comint.el (comint-dynamic-list-input-ring)
6863 (comint-dynamic-list-completions):
6864 * dabbrev.el (dabbrev-expand):
6865 * delim-col.el (delimit-columns-rectangle-line):
6866 * diff-mode.el (diff-context->unified, diff-reverse-direction)
6867 (diff-unified->context):
6868 * ediff-init.el (ediff-abbrev-jobname):
6869 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6870 (ediff-replace-session-activity-marker-in-meta-buffer):
6871 * info.el (Info-summary):
6872 * lpr.el (printify-region):
6873 * printing.el (pr-create-interface):
6874 * ps-print.el (ps-print-quote):
6875 * ses.el (ses-column-widths, ses-print-cell)
6876 (ses-adjust-print-width, ses-center):
6877 * shell.el (shell-file-name-quote-list):
6878 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6879 (strokes-fill-current-buffer-with-whitespace)
6880 (strokes-xpm-for-stroke, strokes-list-strokes)
6881 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6882 * term.el (term-dynamic-list-input-ring)
6883 (term-dynamic-list-completions):
6884 * calc/calc.el (math-format-stack-value):
6885 * emacs-lisp/edebug.el (edebug-display-freq-count):
6886 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6887 (delphi-new-comment-line):
6888 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6889 * progmodes/executable.el (executable-set-magic):
6890 * progmodes/python.el (inferior-python-mode):
6891 * progmodes/scheme.el (scheme-mode-syntax-table):
6892 * progmodes/sh-script.el (sh-maybe-here-document):
6893 * progmodes/sql.el (sql-copy-column):
6894 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6895 * textmodes/bibtex.el (bibtex-mode):
6896 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6897 (sgml-auto-attributes):
6898 * textmodes/table.el (table-insert, table-shorten-cell)
6899 (table--generate-source-scan-lines, table-delete-row)
6900 (*table--cell-delete-char, table--spacify-frame)
6901 (table--horizontally-shift-above-and-below)
6902 (table--cell-insert-char, table--cell-blank-str)
6903 (table--fill-region-strictly):
6904 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6905 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6906
6907 * add-log.el (change-log):
6908 * apropos.el (apropos):
6909 * comint.el (comint-completion, comint-source):
6910 * dabbrev.el (dabbrev):
6911 * delim-col.el (columns):
6912 * diff-mode.el (diff-mode):
6913 * ediff.el (ediff):
6914 * ediff-diff.el (ediff-diff):
6915 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6916 * ediff-mult.el (ediff-mult):
6917 * ediff-ptch.el (ediff-ptch):
6918 * ediff-wind.el (ediff-window):
6919 * facemenu.el (facemenu):
6920 * indent.el (indent):
6921 * info.el (info):
6922 * jka-cmpr-hook.el (compression, jka-compr):
6923 * lpr.el (lpr):
6924 * outline.el (outlines):
6925 * pcmpl-cvs.el (pcmpl-cvs):
6926 * pcmpl-rpm.el (pcmpl-rpm):
6927 * printing.el (printing):
6928 * ps-print.el (postscript, ps-print, ps-print-horizontal)
6929 (ps-print-vertical, ps-print-headers, ps-print-font)
6930 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6931 (ps-print-background, ps-print-printer, ps-print-page)
6932 (ps-print-miscellany):
6933 * ses.el (ses):
6934 * shell.el (shell, shell-directories, shell-faces):
6935 * startup.el (initialization):
6936 * strokes.el (strokes):
6937 * term.el (term):
6938 * uniquify.el (uniquify):
6939 * w32-vars.el (w32):
6940 * calc/calc.el (calc):
6941 * emacs-lisp/bytecomp.el (bytecomp):
6942 * emacs-lisp/cl-indent.el (lisp-indent):
6943 * emacs-lisp/edebug.el (edebug):
6944 * emacs-lisp/elp.el (elp):
6945 * emacs-lisp/testcover.el (testcover):
6946 * emacs-lisp/trace.el (trace):
6947 * emulation/viper-ex.el (viper-ex):
6948 * emulation/viper-mous.el (viper-mouse):
6949 * mail/mailalias.el (mailalias):
6950 * mail/supercite.el (supercite, supercite-frames)
6951 (supercite-attr, supercite-cite, supercite-hooks):
6952 * net/rcompile.el (remote-compile):
6953 * net/rlogin.el (rlogin):
6954 * obsolete/ooutline.el (outlines):
6955 * progmodes/delphi.el (delphi):
6956 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6957 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6958 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6959 (ebnf-optimization):
6960 * progmodes/etags.el (etags):
6961 * progmodes/executable.el (executable):
6962 * progmodes/idlwave.el (idlwave):
6963 * progmodes/pascal.el (pascal):
6964 * progmodes/prolog.el (prolog):
6965 * progmodes/python.el (python):
6966 * progmodes/scheme.el (scheme):
6967 * progmodes/sh-script.el (sh, sh-script):
6968 * progmodes/sql.el (SQL):
6969 * progmodes/tcl.el (tcl):
6970 * textmodes/bibtex.el (bibtex, bibtex-autokey):
6971 * textmodes/enriched.el (enriched):
6972 * textmodes/makeinfo.el (makeinfo):
6973 * textmodes/sgml-mode.el (sgml):
6974 * textmodes/table.el (table-hooks):
6975 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6976 * textmodes/texinfo.el (texinfo):
6977 * textmodes/two-column.el (two-column):
6978 Finish `defgroup' description with period.
6979
6980 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6981 * eshell/esh-var.el (eshell-var):
6982 * progmodes/vhdl-mode.el (vhdl-testbench):
6983 * textmodes/org.el (org): Fix typos in docstrings.
6984
6985 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6986 consistency.
6987
6988 * progmodes/flymake.el (flymake-find-file): Remove.
6989 (flymake-float-time): Use `with-no-warnings'.
6990 (flymake-check-start-time, flymake-check-was-interrupted)
6991 (flymake-err-info, flymake-is-running, flymake-last-change-time)
6992 (flymake-new-err-info): `defvar' at compile time.
6993
6994 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
6995
6996 * replace.el (occur-hook): Doc fix.
6997 (occur-1): Don't call `occur-hook' if there are no matches.
6998
6999 2005-07-03 Richard M. Stallman <rms@gnu.org>
7000
7001 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7002 global-map, save the same map.
7003 (global-map): Don't alter it at top level.
7004 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7005 Then alter it here instead.
7006 (tpu-edt-off): Set global-map to the saved one.
7007
7008 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7009 All references simplified.
7010 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7011 (zmacs-regions): Add defvar.
7012 (repeat-complex-command-map): Everything about that deleted.
7013
7014 * textmodes/artist.el (artist-key-is-drawing)
7015 (artist-key-endpoint1, artist-key-poly-point-list)
7016 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7017 (artist-key-compl-table, artist-rb-save-data)
7018 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7019 Don't put them in eval-when-compile.
7020 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7021
7022 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7023 Use with-no-warnings.
7024
7025 * net/browse-url.el (dos-windows-version): Add defvar.
7026
7027 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7028
7029 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7030 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7031 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7032 Add defvar.
7033 (rmail-summary-beginning-of-message): Use with-no-warnings.
7034 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7035
7036 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7037 Use with-no-warnings.
7038
7039 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7040 (c-mark-function): Add point-moving-unit property.
7041 (vi-goto-line): Use with-no-warnings.
7042
7043 * emulation/edt.el (edt-last-copied-word): Add defvar.
7044 (zmacs-region-stays): Likewise.
7045 (edt-mark-section-wisely): Use c-mark-function for C.
7046 Use makr-defun for Fortran.
7047 (time-string): defvar deleted.
7048 (edt-display-the-time): Don't set time-string.
7049
7050 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7051
7052 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7053 Don't warn when name is not constant
7054 or for defining the group `emacs'.
7055
7056 * tooltip.el (gud-tooltip-mode): Add defvar.
7057
7058 * startup.el (default-frame-background-mode): Add defvar.
7059
7060 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7061
7062 * info.el (tool-bar-map): Add defvar.
7063
7064 * dired.el (dnd-protocol-alist): Add defvar.
7065
7066 * dired-aux.el (dired-query): Display question with answer, when
7067 the user answers.
7068
7069 * custom.el (custom-add-option): Doc fix.
7070
7071 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7072
7073 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7074
7075 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7076 bogus name from the last change.
7077
7078 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7079
7080 * custom.el (custom-declare-variable): Fix typos in comment.
7081 (custom-known-themes): Doc fix.
7082 (custom-theme-directory): New defcustom.
7083 (require-theme): Make it check `custom-theme-directory'.
7084
7085 * cus-theme.el (custom-new-theme-mode): New function.
7086 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7087 (custom-theme-description): Add compiler defvars.
7088 (customize-create-theme): Add doc to the "*New Custom Theme*"
7089 buffer. Use `custom-new-theme-mode'.
7090 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7091 and save it to the `custom-theme-directory'. Make this the
7092 default directory of the buffer.
7093
7094 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7095
7096 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7097 Fix unbalanced parentheses.
7098
7099 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7102 into flymake-mode and delegate to flymake-mode.
7103
7104 * find-file.el (ff-which-function-are-we-in): Clean up.
7105
7106 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7107
7108 * replace.el (occur-rename-buffer): Fix docstring.
7109
7110 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7111 (edt-last-copied-word, edt-learn-macro-count)
7112 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7113 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7114 (time-string, zmacs-region-stays):
7115 * emulation/edt-mapper.el (edt-save-function-key-map)
7116 (EDT-key-name): `defvar' to silence the byte-compiler.
7117
7118 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7119
7120 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7121 font-lock-regexp-backslash. Doc fix.
7122 (font-lock-regexp-backslash-grouping-construct): Rename from
7123 font-lock-regexp-backslash-construct. Doc fix.
7124 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7125 grouping constructs.
7126
7127 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7128
7129 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7130 updating all the prerequisites.
7131
7132 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7133
7134 * textmodes/org.el (org-agenda-start-on-weekday)
7135 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7136 (org-agenda-use-time-grid, org-archive-location)
7137 (org-allow-space-in-links, org-usenet-links-prefer-google)
7138 (org-enable-table-editor, org-export-default-language)
7139 (org-export-html-show-new-buffer, org-fill-paragraph)
7140 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7141 (org-goto-quit, org-occur, org-eval-in-calendar)
7142 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7143 (org-agenda-diary-entry, org-remember-help)
7144 (org-table-convert-region, org-at-table-p)
7145 (org-table-move-row-down, org-table-move-row-up)
7146 (org-table-copy-region, org-table-toggle-vline-visibility)
7147 (org-table-get-stored-formulas, org-table-get-specials)
7148 (org-recalc-commands, org-table-eval-formula)
7149 (org-table-formula-substitute-names, orgtbl-make-binding)
7150 (org-format-org-table-html, org-format-table-table-html)
7151 (org-format-table-table-html-using-table-generate-source)
7152 (org-customize): Fix typos in docstrings.
7153 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7154 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7155 (org-back-to-heading): Doc fixes.
7156 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7157 (org-agenda-change-all-lines, org-get-header):
7158 Improve argument/docstring consistency.
7159 (orgtbl-error): Fix error message.
7160
7161 * progmodes/flymake.el (flymake-find-possible-master-files)
7162 (flymake-master-file-compare, flymake-get-line-err-count)
7163 (flymake-highlight-line, flymake-gui-warnings-enabled):
7164 Fix typos in docstrings.
7165 (flymake-parse-line, flymake-get-project-include-dirs-function)
7166 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7167 Doc fixes.
7168 (flymake-get-project-include-dirs-function)
7169 (flymake-make-err-menu-data):
7170 Improve argument/docstring consistency.
7171
7172 2005-07-01 Lute Kamstra <lute@gnu.org>
7173
7174 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7175 Catch errors with ignore-errors. Use temporary buffer.
7176 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7177
7178 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7179 background color faces.
7180 (facemenu-set-foreground, facemenu-set-background):
7181 Use facemenu-set-face-from-menu.
7182 (facemenu-set-face-from-menu): Treat face names that start with
7183 "fg:" or "bg:" as special.
7184 (facemenu-add-new-color): Don't create faces. Simplify.
7185
7186 2005-06-30 Richard M. Stallman <rms@gnu.org>
7187
7188 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7189 (crm-find-current-element): Likewise.
7190
7191 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7192
7193 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7194
7195 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7198 (archive-mouse-extract): Make it an obsolete alias.
7199 (archive-mode-map): Don't use archive-mouse-extract any more.
7200 (archive-mode, archive-extract): write-contents-hooks ->
7201 write-contents-functions.
7202 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7203 first arg.
7204 (archive-rename-entry): Update the call.
7205 (archive-zip-summarize): Remove unused var `method'.
7206 (archive-lzh-summarize): Remove unused var `creator'.
7207
7208 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7209 dedicated frame upon exit.
7210
7211 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7212 (archive-zip-extract, archive-zip-expunge)
7213 (archive-zip-update, archive-zip-update-case): Use executable-find.
7214 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7215 Use restore-buffer-modified-p.
7216 (archive-extract, archive-add-new-member, archive-write-file-member):
7217 Use with-current-buffer.
7218 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7219
7220 2005-06-30 Andreas Schwab <schwab@suse.de>
7221
7222 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7223
7224 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7225
7226 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7227
7228 2005-06-30 Juri Linkov <juri@jurta.org>
7229
7230 * faces.el (vertical-border): Inherit from mode-line-inactive
7231 only on tty.
7232
7233 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7234
7235 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7236 example, -NLINES in the `occur' docstring).
7237
7238 * replace.el (occur-1): When no matches are found, do not set the
7239 `buffer-read-only' and modified flags for the occur buffer,
7240 because it is deleted.
7241
7242 * emulation/cua-base.el (cua-check-pending-input)
7243 (cua-repeat-replace-region, cua-mode, cua-debug)
7244 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7245 Fix typos in docstrings.
7246
7247 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7248 (cua-cut-region-to-global-mark)
7249 (cua--cut-rectangle-to-global-mark):
7250 Remove period from end of messages.
7251
7252 * emulation/cua-rect.el (cua-do-rectangle-padding):
7253 Remove period from end of messages.
7254 (cua--rectangle-seq-format): Fix typo in docstring.
7255 (cua-sequence-rectangle, cua-fill-char-rectangle):
7256 Improve argument/docstring consistency.
7257
7258 2005-06-29 Juri Linkov <juri@jurta.org>
7259
7260 * faces.el (default-frame-background-mode): New internal variable.
7261 (frame-set-background-mode): Use it.
7262
7263 * startup.el (normal-top-level): Set default-frame-background-mode
7264 instead of frame-background-mode. Before setting it, test for its
7265 nil value. Remove tests for frame-background-mode and frame
7266 parameter `reverse'. Add test for "unspecified-fg".
7267
7268 * term/xterm.el (xterm-rxvt-set-background-mode):
7269 * term/rxvt.el (rxvt-set-background-mode):
7270 Set default-frame-background-mode instead of frame-background-mode.
7271
7272 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7273
7274 * simple.el (set-variable): Warn about obsolete user variables.
7275
7276 * imenu.el (imenu--completion-buffer):
7277 * mouse.el (mouse-buffer-menu-alist):
7278 * msb.el (msb-invisible-buffer-p):
7279 * calendar/diary-lib.el (diary-header-line-format):
7280 * emacs-lisp/pp.el (pp-buffer):
7281 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7282 * textmodes/picture.el (picture-replace-match):
7283 Change space constants followed by a sexp to "?\s ".
7284
7285 * play/decipher.el (decipher-loop-with-breaks):
7286 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7287 constants "protected" from end of line by a comment to "?\s".
7288
7289 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7290
7291 * font-lock.el (save-buffer-state): Use `declare'.
7292
7293 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7294 reset the syntax-table to cperl-mode-syntax-table.
7295 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7296 "foo_print_bar" is not matched as a reserved keyword.
7297
7298 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7299
7300 * textmodes/org.el (orgtbl-setup): New function, for delayed
7301 setup for the orgtbl commands.
7302 (org-calc-default-modes): New option.
7303 (orgtbl-make-binding): Use `defun' to get better help display.
7304 (org-diary): Call `org-compile-prefix-format'.
7305 (org-table-formula-substitute-names): New function.
7306 (org-agenda-day-view, org-agenda-week-view): New commands.
7307 (org-agenda-toggle-week-view): Command removed.
7308 (org-tbl-menu): Split off from org-org-menu.
7309 (org-mode): Move removal of outline-mode menus to here.
7310 (org-table-formula-debug): New option.
7311 (org-table-insert-row): Keep first field if just "#" or "*".
7312 (org-mode): Paragraph regexps fixed.
7313 (org-table-recalculate-regexp): New constant.
7314 (org-table-justify-field-maybe): Avoid replace if not necessary.
7315 (org-copy-special, org-cut-special): Use `call-interactively'.
7316 (org-table-copy-region): Take region from `interactive' call.
7317 (org-trim): Return string even if no match.
7318 (org-formula): New face.
7319 (org-set-font-lock-defaults): No longer highlight "FIXME".
7320 But highlight formula-related fields in table.
7321 (org-table-p): Use regexp, not fontification.
7322 (org-table-align): Handle white space at end of line.
7323 (org-table-formula-evaluate-inline): New option.
7324 (org-mode): Auto-wrapping in comment lines turned off.
7325 (org-table-copy-down): Evaluate only in copied field, not in
7326 destination.
7327 (org-table-current-formula): Variable removed.
7328 (org-table-store-formulas, org-table-get-stored-formulas)
7329 (org-table-modify-formulas, org-table-replace-in-formulas)
7330 (org-table-maybe-eval-formula): New functions.
7331 (org-table-get-formula): Modify to use stored formulas.
7332 (org-table-insert-column, org-table-delete-column)
7333 (org-table-move-column): Call `org-table-modify-formulas'.
7334 (org-complete): Add completion for keyword formulas.
7335 (orgtbl-mode): Pull orgtbl-mode-map to start of
7336 minor-mode-map-alist.
7337
7338 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * progmodes/python.el (python-check): Require `compile' before
7341 modifying its variables.
7342
7343 * newcomment.el (comment-indent-default): Don't get fooled by an early
7344 end of buffer.
7345
7346 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7347
7348 * ps-print.el (ps-print-version): Fix version number.
7349
7350 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7351
7352 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7353
7354 2005-06-28 Richard M. Stallman <rms@gnu.org>
7355
7356 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7357 (flyspell-local-mouse-map): Declaration deleted.
7358 (flyspell-mouse-map): Bind only mouse-2.
7359 (flyspell-mode-map): Don't test flyspell-use-local-map.
7360 (flyspell-overlay-keymap-property-name): Var deleted.
7361 (flyspell-mode-on): Don't make local bindings for
7362 flyspell-mouse-map and flyspell-mode-map.
7363 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7364
7365 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7366
7367 * progmodes/compile.el (compilation-next-error-function):
7368 Don't switch buffers; operate on the current buffer.
7369
7370 * progmodes/compile.el (compilation-error-file-name)
7371 (compilation-warning-file-name, compilation-info-file-name)
7372 (compilation-line-number, compilation-column-number): New faces.
7373 (compilation-error-face, compilation-warning-face)
7374 (compilation-info-face, compilation-line-face)
7375 (compilation-column-face): Use them.
7376
7377 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7378
7379 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7380
7381 * bindings.el (global-map): Bind insertchar and its variants.
7382
7383 2005-06-27 Richard M. Stallman <rms@gnu.org>
7384
7385 * textmodes/artist.el (artist-text-overwrite)
7386 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7387
7388 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7389
7390 * ps-print.el: It was not working the page selection for printing.
7391 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7392 (ps-print-version): New version 6.6.7.
7393 (ps-end-sheet): New fun.
7394 (ps-header-sheet, ps-end-job): Call it.
7395
7396 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7399
7400 2005-06-27 Lute Kamstra <lute@gnu.org>
7401
7402 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7403 background color faces.
7404 (facemenu-get-face): Delete function.
7405 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7406 (facemenu-add-new-color): Make second argument mandatory.
7407 Create the appropriate face and return it. Simplify.
7408 (facemenu-set-foreground, facemenu-set-background): Don't check if
7409 color is defined. Use return value of facemenu-add-new-color.
7410
7411 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7412
7413 * progmodes/gud.el (gud-filter): Add missing argument to
7414 with-selected-window.
7415
7416 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7419 a :require to the defcustom.
7420
7421 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7422 defcustoms corresponding to minor modes.
7423
7424 2005-06-26 David Ponce <david@dponce.com>
7425
7426 * recentf.el: Require tree-widget instead of wid-edit.
7427 (recentf-filename-handler): Fix widget :type.
7428 (recentf-cancel-dialog, recentf-open-more-files)
7429 (recentf-open-files-action): Doc fix.
7430 (recentf-dialog-goto-first): New function.
7431 (recentf-dialog-mode-map): Set parent keymap first.
7432 (recentf-dialog-mode): Define with define-derived-mode.
7433 Don't display continuation lines in dialogs.
7434 (recentf-edit-list): Rename from recentf-edit-selected-items.
7435 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7436 Simplify.
7437 (recentf-edit-list-validate): New function.
7438 (recentf-edit-list): Update accordingly.
7439 (recentf-open-files-item-shift): Remove.
7440 (recentf-open-files-item): Convert menu elements into tree and
7441 link widgets. Don't create the widgets.
7442 (recentf-open-files): Update accordingly.
7443 (recentf-save-list): Untabify.
7444
7445 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7446
7447 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7448 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7449 partially contained in the active region. Do not take active
7450 region into account when called from Lisp, unless INTERACTIVE arg
7451 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7452 avoid trouble with fields. Make marker point nowhere when no
7453 longer used. Always return nil. Doc fix.
7454 (flush-lines): Add INTERACTIVE arg. Do not take active region
7455 into account when called from Lisp, unless INTERACTIVE arg is
7456 non-nil. Use `forward-line' instead of `beginning-of-line' to
7457 avoid trouble with fields. Make marker point nowhere when no
7458 longer used. Always return nil. Doc fix.
7459 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7460 interchangeable. Do not take active region into account when
7461 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7462 message in echo area when called from Lisp, unless INTERACTIVE arg
7463 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7464 Return the number of matches. Doc fix.
7465 (occur): Doc fix.
7466 (perform-replace): Make comment follow double space convention for
7467 the sake of `outline-minor-mode'.
7468
7469 * faces.el (facep): Doc fix.
7470
7471 2005-06-25 Richard M. Stallman <rms@gnu.org>
7472
7473 * facemenu.el (facemenu-enable-faces-p): New function.
7474 (facemenu-background-menu, facemenu-foreground-menu)
7475 (facemenu-face-menu): Add menu-enable property.
7476
7477 * jka-compr.el (jka-compr-insert-file-contents):
7478 Special handling if cannot find the uncompression program.
7479
7480 * cus-face.el (custom-face-attributes): Add autoload.
7481
7482 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7483 Bind comment-indent-function locally.
7484
7485 * window.el (save-selected-window): Use save-current-buffer.
7486
7487 * subr.el (with-selected-window): Use save-current-buffer.
7488
7489 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7490 and with-current-buffer.
7491
7492 2005-06-24 Richard M. Stallman <rms@gnu.org>
7493
7494 * simple.el (line-move-1): Fix previous change.
7495
7496 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7497
7498 * replace.el (occur-1): Set `buffer-read-only' and the
7499 buffer-modified flag before running `occur-hook' to protect
7500 against unintentional buffer switches that can lead to data loss.
7501
7502 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7503
7504 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7505 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7506 initial error.
7507
7508 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7509 after fresh input.
7510 (gdb-var-create-handler): Put name of expression in quotes.
7511
7512 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7513
7514 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7515 elements of RING in order, and without bogus nil elements.
7516
7517 2005-06-23 Richard M. Stallman <rms@gnu.org>
7518
7519 * simple.el (set-variable): Args renamed; doc fix.
7520 (line-move-1): When there are overlays around, use vertical-motion.
7521
7522 * faces.el (escape-glyph): Use brown against light background.
7523 (nobreak-space): Rename from no-break-space.
7524 Fix previous change.
7525
7526 * dired-aux.el (dired-do-copy): Fix arg prompt.
7527
7528 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7529
7530 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7531
7532 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7533 rather than "Distributor".
7534
7535 2005-06-23 Lute Kamstra <lute@gnu.org>
7536
7537 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7538 (debug-on-entry): Use it. New interactive declaration that uses
7539 function-called-at-point.
7540
7541 2005-06-23 Kim F. Storm <storm@cua.dk>
7542
7543 * subr.el (save-match-data): Add comment about using evaporate arg
7544 to set-match-data.
7545
7546 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7547
7548 * cus-edit.el (customize-face)
7549 (customize-face-other-window): Handle face aliases.
7550
7551 * faces.el (face-documentation, set-face-attribute)
7552 (face-spec-set): Handle face aliases.
7553
7554 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * help-mode.el (help-make-xrefs): If a symbol representing a face
7557 name is not followed by the word "face", it could still be a
7558 function or variable name, so don't bypass other checks.
7559
7560 2005-06-22 Juri Linkov <juri@jurta.org>
7561
7562 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7563 Replace aliased functions with calls where second arg `inherit' is t.
7564
7565 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7566
7567 * progmodes/gdb-ui.el (gdb-error): New variable.
7568 (gdb-error): New function.
7569 (gdb-annotation-rules): Act on error-begin and error annotations.
7570 (gdb-concat-output): Use font-lock-warning-face for errors.
7571
7572 2005-06-22 Miles Bader <miles@gnu.org>
7573
7574 * bindings.el (propertized-buffer-identification): Use renamed
7575 `Buffer-menu-buffer' face.
7576
7577 * faces.el (vertical-border): Rename from `vertical-divider'.
7578 (escape-glyph): Change dark-background color back to `cyan'.
7579
7580 2005-06-21 Juri Linkov <juri@jurta.org>
7581
7582 * faces.el (face-user-default-spec): Try getting `customized-face'
7583 prior to `saved-face'.
7584 (frame-background-mode): Refill docstring.
7585
7586 * emacs-lisp/lisp-mode.el (eval-defun-1):
7587 * emacs-lisp/edebug.el (edebug-eval-defun):
7588 Set `saved-face' temporarily to nil before calling form.
7589 Set `customized-face' to the new spec after that.
7590
7591 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7592
7593 * subr.el (1value, lambda, key-substitution-in-progress):
7594 Doc fixes.
7595
7596 * autoinsert.el (auto-insert-alist):
7597 * ses.el (ses-call-printer):
7598 * subr.el (noreturn):
7599 * emacs-lisp/lisp.el (check-parens):
7600 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7601 * net/browse-url.el (browse-url-mosaic):
7602 * progmodes/cc-defs.el (c-safe-scan-lists):
7603 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7604 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7605 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7606 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7607 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7608 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7609
7610 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7611
7612 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7613
7614 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7615
7616 * calendar/appt.el (appt-make-list): Activate the package, if
7617 not already active (for backwards compatibility).
7618
7619 2005-06-20 Kim F. Storm <storm@cua.dk>
7620
7621 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7622
7623 2005-06-20 Miles Bader <miles@gnu.org>
7624
7625 * faces.el (vertical-divider): New face.
7626
7627 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7628
7629 * simple.el (kill-whole-line): Doc fix.
7630 (next-error-buffer-p, next-error-find-buffer)
7631 (clone-indirect-buffer): Fix typos in docstrings.
7632 (comment-line-break-function): Doc fix: don't say variable
7633 is automatically buffer-local (it isn't).
7634
7635 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7636
7637 * net/tramp-ftp.el (top):
7638 * net/tramp-smb.el (top):
7639 * net/tramp-util.el (top):
7640 * net/tramp-uu.el (top):
7641 * net/tramp-vc.el (top):
7642 * net/tramp.el (top): Revert copyright years back to original
7643 ones. Tramp has a life outside GNU Emacs.
7644
7645 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7646
7647 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7648
7649 2005-06-18 Juri Linkov <juri@jurta.org>
7650
7651 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7652 end of first regexp to limit the match to the position between
7653 line number and source line with same separator character as used
7654 between file name and line number. In the second regexp limit
7655 mouse-face area to file name and line number by adding new group
7656 for them and referring it in HYPERLINK arg.
7657 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7658 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7659 previous line where grep markers may be already removed.
7660
7661 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7662
7663 * progmodes/ps-mode.el: Update version and maintainer's email address.
7664
7665 2005-06-18 Steve Youngs <steve@xemacs.org>
7666
7667 * net/browse-url.el (browse-url-browser-function)
7668 (browse-url-default-browser): Add firefox.
7669 (browse-url-firefox-program, browse-url-firefox-arguments)
7670 (browse-url-firefox-startup-arguments)
7671 (browse-url-firefox-new-window-is-tab): New defcustoms.
7672 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7673
7674 2005-06-17 Richard M. Stallman <rms@gnu.org>
7675
7676 * startup.el (command-line): Warn if specified user name has
7677 no home directory.
7678
7679 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7680 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7681
7682 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7683 Doc fixes.
7684
7685 * faces.el (underline): Try bold if terminal doesn't support underline.
7686
7687 * mail/sendmail.el (mail-setup-with-from): New variable.
7688 (mail-insert-from-field): New function.
7689 (sendmail-send-it): Call it.
7690 (mail-setup): Optionally call it here.
7691
7692 * term/linux.el: Call tty-no-underline.
7693
7694 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7695
7696 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7697
7698 2005-06-17 Miles Bader <miles@gnu.org>
7699
7700 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7701 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7702 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7703 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7704 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7705 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7706 Remove "-face" suffix from face names.
7707 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7708 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7709 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7710 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7711 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7712 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7713 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7714 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7715 New backward-compatibility aliases for renamed faces.
7716 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7717 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7718 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7719 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7720 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7721 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7722 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7723 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7724 Use renamed ediff faces.
7725
7726 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7727 Remove "-face" suffix from face names.
7728 (eshell-test-ok-face, eshell-test-failed-face):
7729 New backward-compatibility aliases for renamed faces.
7730 (eshell-run-test): Use renamed eshell-test faces.
7731
7732 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7733 face name.
7734 (eshell-prompt-face): New backward-compatibility alias for renamed
7735 face.
7736 (eshell-emit-prompt): Use renamed eshell-prompt face.
7737
7738 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7739 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7740 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7741 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7742 Remove "-face" suffix from face names.
7743 (eshell-ls-directory-face, eshell-ls-symlink-face)
7744 (eshell-ls-executable-face, eshell-ls-readonly-face)
7745 (eshell-ls-unreadable-face, eshell-ls-special-face)
7746 (eshell-ls-missing-face, eshell-ls-archive-face)
7747 (eshell-ls-backup-face, eshell-ls-product-face)
7748 (eshell-ls-clutter-face):
7749 New backward-compatibility aliases for renamed faces.
7750 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7751
7752 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7753 Remove "-face" suffix from face name.
7754 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7755 instead of literal face.
7756
7757 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
7758
7759 * emacs-lisp/warnings.el (display-warning, lwarn)
7760 (warning-minimum-log-level): Doc fixes.
7761 (warning-minimum-level, warning-minimum-log-level):
7762 Add :debug to :type choices.
7763
7764 * progmodes/ada-mode.el (ada-format-paramlist)
7765 (ada-get-indent-case, ada-check-matching-start)
7766 (ada-check-defun-name, ada-goto-matching-decl-start)
7767 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7768 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7769 (ada-make-subprogram-body): Follow error conventions.
7770 (ada-case-exception-file, ada-indent-comment-as-code)
7771 (ada-indent-handle-comment-special, ada-indent-renames)
7772 (ada-indent-return, ada-search-directories-internal)
7773 (ada-tab-policy, ada-case-exception-substring)
7774 (ada-other-file-alist, ada-matching-start-re)
7775 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7776 (ada-imenu-generic-expression, ada-compile-goto-error)
7777 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7778 (ada-popup-menu, ada-add-extensions, ada-mode)
7779 (ada-region-selected, ada-create-case-exception)
7780 (ada-create-case-exception-substring, ada-after-keyword-p)
7781 (ada-activate-keys-for-case, ada-adjust-case-region)
7782 (ada-adjust-case-buffer, ada-format-paramlist)
7783 (ada-scan-paramlist, ada-insert-paramlist)
7784 (ada-indent-newline-indent)
7785 (ada-indent-newline-indent-conditional)
7786 (ada-justified-indent-current, ada-goto-previous-word)
7787 (ada-indent-current, ada-get-indent-open-paren)
7788 (ada-get-indent-paramlist, ada-get-indent-end)
7789 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7790 (ada-get-indent-block-start, ada-get-indent-subprog)
7791 (ada-get-indent-noindent, ada-get-indent-label)
7792 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7793 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7794 (ada-goto-stmt-end, ada-goto-next-word)
7795 (ada-check-matching-start, ada-check-defun-name)
7796 (ada-goto-matching-decl-start, ada-goto-matching-start)
7797 (ada-goto-matching-end, ada-search-ignore-string-comment)
7798 (ada-in-decl-p, ada-looking-at-semi-or)
7799 (ada-looking-at-semi-private, ada-in-paramlist-p)
7800 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7801 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7802 (ada-next-procedure, ada-previous-procedure, ada-next-package)
7803 (ada-previous-package, ada-create-menu)
7804 (ada-fill-comment-paragraph-justify)
7805 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7806 (ada-other-file-name, ada-last-which-function-line)
7807 (ada-last-which-function-subprog, ada-which-function)
7808 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7809 (ada-gen-treat-proc, ada-check-emacs-version)
7810 (ada-continuation-indent, ada-align-region-separate):
7811 Fix typos in docstrings.
7812 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7813
7814 2005-06-16 Lute Kamstra <lute@gnu.org>
7815
7816 * simple.el (fundamental-mode): Run after-change-major-mode-hook
7817 conditionally.
7818
7819 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7820
7821 * comint.el (comint-replace-by-expanded-filename)
7822 (comint-prompt-regexp, comint-delimiter-argument-list)
7823 (comint-preinput-scroll-to-bottom):
7824 * info.el (Info-hide-cookies-node):
7825 * ls-lisp.el (ls-lisp-classify):
7826 * find-file.el (ff-search-directories, ff-special-constructs)
7827 (ff-find-other-file):
7828 * font-lock.el (font-lock-keywords):
7829 * shell.el (shell-prompt-pattern)
7830 (shell-dynamic-complete-functions, shell-mode)
7831 (shell-delimiter-argument-list):
7832 * term.el (term-replace-by-expanded-filename)
7833 (term-prompt-regexp, term-delimiter-argument-list):
7834 * woman.el (woman-ignore, woman0-if):
7835 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7836 * emacs-lisp/elint.el (elint-init-env):
7837 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7838 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7839 * language/ethio-util.el (ethio-tilde-escape)
7840 (ethio-use-three-dot-question):
7841 * net/zone-mode.el (zone-mode-load-time-setup):
7842 * progmodes/cc-align.el (c-lineup-argcont):
7843 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7844 * progmodes/cperl-mode.el (cperl-set-style-back):
7845 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7846 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7847 Fix spellings in docstrings.
7848
7849 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7850 * progmodes/modula2.el (m2-for): Fix spellings.
7851
7852 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7853
7854 * simple.el (undo-more): Don't use `format' on `error' arguments.
7855 Improve argument/docstring consistency.
7856 (pending-undo-list): Doc fix.
7857
7858 * smerge-mode.el (smerge-ensure-match):
7859 * emulation/vip.el (vip-ex):
7860 * net/zone-mode.el (zone-mode-update-serial):
7861 * progmodes/idlwave.el (idlwave-complete):
7862 * progmodes/vhdl-mode.el (vhdl-visit-file)
7863 (vhdl-compose-wire-components):
7864 Don't use `format' on `error' arguments.
7865
7866 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7867 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7868 (tooltip-help-tips): Fix typos in docstrings.
7869
7870 2005-06-16 David Ponce <david@dponce.com>
7871
7872 * tree-widget.el (tree-widget-value-create): Simplify last change.
7873
7874 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
7875
7876 * ido.el (ido-incomplete-regexp): New variable.
7877 (ido-set-matches-1): Handle invalid-regexp error and set
7878 ido-incomplete-regexp.
7879 (ido-incomplete-regexp): New face.
7880 (ido-completions): Use it.
7881 (ido-complete, ido-exit-minibuffer, ido-completions):
7882 Handle incomplete regexps.
7883 (ido-completions): Add check for complete match when entering a regexp.
7884
7885 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7888
7889 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7890
7891 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7892 by field delimiters.
7893
7894 2005-06-15 David Ponce <david@dponce.com>
7895
7896 * tree-widget.el: eval-and-compile inlined functions so they will
7897 be available at run-time too.
7898 (tree-widget-super-format-handler)
7899 (tree-widget-format-handler): Remove.
7900 (tree-widget-value-create): Handle the :indent property.
7901
7902 2005-06-15 Miles Bader <miles@gnu.org>
7903
7904 * progmodes/which-func.el (which-func): Only inherit
7905 `font-lock-function-name-face' when that makes sense against the
7906 default mode-line face, otherwise set the face color explicitly.
7907
7908 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7909 faces instead of (non-existent) variables.
7910
7911 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7914 (iswitchb-get-matched-buffers): Likewise. Simplify.
7915
7916 2005-06-14 Miles Bader <miles@gnu.org>
7917
7918 * progmodes/ld-script.el (ld-script-location-counter):
7919 Remove "-face" suffix from face name.
7920 (ld-script-location-counter-face):
7921 New backward-compatibility alias for renamed face.
7922 (ld-script-location-counter-face): Use renamed face.
7923
7924 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7925 (cperl-hash): Remove "-face" suffix from face names.
7926 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7927 New backward-compatibility aliases for renamed faces.
7928 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7929 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7930
7931 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7932 name.
7933 (which-func-face): New backward-compatibility alias for renamed face.
7934 (which-func-format): Use renamed which-func face.
7935
7936 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7937 (vhdl-function, vhdl-directive, vhdl-reserved-word)
7938 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7939 names.
7940 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7941 (vhdl-speedbar-configuration, vhdl-speedbar-package)
7942 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7943 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7944 (vhdl-speedbar-architecture-selected)
7945 (vhdl-speedbar-configuration-selected)
7946 (vhdl-speedbar-package-selected)
7947 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7948 names.
7949 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7950 Use renamed faces.
7951 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7952 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7953 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7954 Use renamed faces.
7955 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7956 names.
7957 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7958 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7959 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7960 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7961 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7962 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7963
7964 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7965 face name.
7966 (sh-heredoc-face): New backward-compatibility alias for renamed face.
7967 (sh-heredoc-face): Use renamed sh-heredoc face.
7968
7969 * progmodes/idlw-help.el (idlwave-help-link):
7970 Remove "-face" suffix from face name.
7971 (idlwave-help-link-face):
7972 New backward-compatibility alias for renamed face.
7973 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7974
7975 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7976 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7977 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7978 New backward-compatibility aliases for renamed faces.
7979 (idlwave-shell-disabled-breakpoint-face)
7980 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7981
7982 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7983 Remove "-face" suffix from face names.
7984 (flymake-errline-face, flymake-warnline-face):
7985 New backward-compatibility aliases for renamed faces.
7986 (flymake-highlight-line): Use renamed flymake faces.
7987
7988 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7989 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7990 (ebrowse-member-class, ebrowse-progress):
7991 Remove "-face" suffix from face names.
7992 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7993 (ebrowse-file-name-face, ebrowse-default-face)
7994 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7995 (ebrowse-progress-face):
7996 New backward-compatibility aliases for renamed faces.
7997 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7998 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7999 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8000 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8001
8002 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8003 antlr-syntax)
8004 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8005 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8006 names.
8007 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8008 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8009 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8010 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8011 backward-compatibility aliases for renamed faces.
8012 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8013 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8014 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8015 remove "font-lock-". Use renamed antlr-mode faces.
8016 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8017 literal face-names with face variable references.
8018
8019 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8020 face name.
8021 (Buffer-menu-buffer-face): New backward-compatibility alias for
8022 renamed face.
8023 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8024
8025 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8026
8027 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8028 Eliminate "-face" suffix.
8029 (makefile-targets): Inherit from font-lock-function-name-face and
8030 eliminate "-face" suffix.
8031 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8032 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8033 actions, instead of prepending, to make it less visible.
8034 (makefile-previous-dependency, makefile-match-dependency):
8035 Don't match a target on a continuation line.
8036
8037 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8038
8039 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8040
8041 * progmodes/gdb-ui.el (menu): Re-order menu items.
8042 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8043
8044 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8045 Define in tooltip.el.
8046 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8047 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8048 gud-tooltip-echo-area.
8049
8050 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8051 backward compatibility and make obsolete.
8052 (tooltip-help-tips): Use tooltip-use-echo-area.
8053 (tooltip-show-help-function): Rename to...
8054 (tooltip-show-help): ...this, because it is a function.
8055 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8056
8057 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8060 (edebug-print-length, edebug-print-level, edebug-print-circle)
8061 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8062 (edebug-eval-print-last-sexp): Doc fixes.
8063
8064 2005-06-14 Kim F. Storm <storm@cua.dk>
8065
8066 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8067 as the coverage buffer/file/both may change.
8068
8069 2005-06-14 Lute Kamstra <lute@gnu.org>
8070
8071 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8072 and run-mode-hooks. Simplify.
8073
8074 * mail/rmailedit.el (rmail-edit-mode):
8075 * progmodes/octave-inf.el (inferior-octave-mode):
8076 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8077
8078 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8079 and run-mode-hooks.
8080 (recentf-edit-list, recentf-open-files): Don't call
8081 kill-all-local-variables directly.
8082
8083 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8084
8085 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8086
8087 * emacs-lisp/byte-run.el (make-obsolete)
8088 (define-obsolete-function-alias): Rename arguments FUNCTION and
8089 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8090 (make-obsolete-variable, define-obsolete-variable-alias):
8091 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8092 respectively.
8093
8094 * isearchb.el (isearchb-activate):
8095 * pcvs.el (cvs-mode):
8096 * ses.el (ses-load):
8097 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8098 * net/tramp.el (tramp-find-file-exists-command)
8099 (tramp-find-shell):
8100 * progmodes/ada-mode.el (ada-create-case-exception)
8101 (ada-create-case-exception-substring, ada-make-subprogram-body):
8102 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8103 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8104 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8105 * textmodes/org.el (org-promote, org-evaluate-time-range)
8106 (org-agenda-next-date-line, org-agenda-previous-date-line)
8107 (org-agenda-error, org-open-at-point, org-table-move-row)
8108 (org-format-table-table-html-using-table-generate-source)
8109 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8110 * textmodes/reftex.el (reftex-access-scan-info):
8111 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8112 (reftex-toc-promote-prepare): Follow error conventions.
8113
8114 * diff-mode.el (diff-mode): Fix typo in docstring.
8115
8116 * forms.el (forms--intuit-from-file): Fix reference to
8117 `forms-number-of-fields' in error message.
8118 (forms-print): Fix quoting in error message.
8119
8120 * forms.el (forms-mode):
8121 * emulation/vi.el (vi-goto-insert-state):
8122 * progmodes/flymake.el (flymake-new-err-info)
8123 (flymake-start-syntax-check-for-current-buffer)
8124 (flymake-simple-cleanup):
8125 * eshell/esh-var.el (eshell/export):
8126 * progmodes/gud.el (xdb):
8127 * textmodes/flyspell.el (flyspell-incorrect-hook)
8128 (flyspell-maybe-correct-transposition)
8129 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8130
8131 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8132
8133 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8134 minibuffer prompt.
8135
8136 2005-06-13 Kim F. Storm <storm@cua.dk>
8137
8138 * subr.el (add-to-ordered-list): New defun.
8139
8140 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8141 add cua--keymap-alist to emulation-mode-map-alists.
8142
8143 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * subr.el (complete-in-turn): New macro.
8146 (dynamic-completion-table, lazy-completion-table): Add debug info.
8147
8148 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8149 in preference to face aliases.
8150
8151 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8152 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8153 Remove unused vars `start' and `firstline'.
8154 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8155 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8156
8157 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8158
8159 * cus-start.el (all): Don't complain about missing GTK-related
8160 variables, unless either `gtk' is boundp or this isn't a
8161 `windows-nt' build.
8162
8163 2005-06-13 Lute Kamstra <lute@gnu.org>
8164
8165 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8166 run-mode-hooks.
8167
8168 * ediff-mult.el (ediff-meta-mode):
8169 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8170
8171 * ledit.el (ledit-mode): Use delay-mode-hooks.
8172
8173 * woman.el (woman-mode-line-format): Delete constant.
8174 (woman-mode-map): Initialize it properly.
8175 (woman-mode): Set mode-class property to special.
8176 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8177 Set major-mode and mode-name. Don't set mode-line-format directly.
8178 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8179
8180 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8181 string argument obsolete.
8182
8183 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8184
8185 * textmodes/org.el (org-CUA-compatible): New option.
8186 (org-disputed-keys): New variable.
8187 (org-key): New function.
8188 (orgtbl-make-binding): Add docstring to the created function.
8189 (org-mode): Set paragraph start/separate regexps.
8190 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8191 (org-archive-location, org-archive-mark-done)
8192 (org-archive-stamp-time): New options.
8193 (org-archive-subtree): New command.
8194 (org-fill-paragraph): New function.
8195 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8196 (org-fake-empty-table-line): Function removed.
8197 (org-format-org-table-html): Do not create empty table lines at
8198 separator lines. Improved table header treatment.
8199 (org-link-format): New option.
8200 (org-make-link): New function.
8201 (org-insert-link, org-store-link): Use org-make-link.
8202 (org-open-file): Quote file name for shell command, to allow
8203 spaces in file names.
8204 (org-link-regexp): Fix bug with mailto link.
8205 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8206 New constants.
8207 (org-export-as-html): Deal with the optional angles around a link.
8208 Better treatment of file: links.
8209 (org-open-at-point): Replace @{ and @} with < and >.
8210 (org-run-mode-hooks): Function removed.
8211 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8212
8213 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8214
8215 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8216 MI command -data-list-register-values.
8217 (gdb-post-prompt): Indent properly.
8218
8219 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8220
8221 * hilit-chg.el (highlight-changes-colors): Rename from
8222 `highlight-changes-colours'.
8223 (highlight-changes-colours): Keep as obsolete alias.
8224 (highlight-changes-face-list): Doc fix.
8225 (hilit-chg-make-list): Use `highlight-changes-colors'.
8226
8227 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8228
8229 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8230 defun-prompt-regexp.
8231
8232 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8233
8234 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8235 and cygwin.
8236
8237 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8238 Don't use an old loaddefs.el, as in Makefile.in.
8239
8240 2005-06-12 Lute Kamstra <lute@gnu.org>
8241
8242 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8243
8244 * man.el (Man-mode-map): Initialize it properly.
8245 (Man-mode): Set mode-class property to special.
8246
8247 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8248
8249 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8250
8251 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8252 A newline is needed in the docstring there.
8253
8254 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8255 Doc fixes.
8256
8257 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8258
8259 * printing.el: Doc fix. The menubar is no more changed when printing
8260 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8261 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8262 (pr-version): New version number (6.8.4).
8263 (pr-menu-bind): New command.
8264 (pr-update-menus): Docstring and code fix.
8265 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8266 Docstring fix.
8267 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8268 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8269
8270 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8271
8272 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8273 "Returns" to "return", document useful return values, etc.
8274
8275 2005-06-11 Alan Mackenzie <acm@muc.de>
8276
8277 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8278 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8279 (adaptive-file-function): Minor amendment to doc-string.
8280
8281 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8282
8283 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8284 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8285 Fix :type--it is `integer', not `string'.
8286
8287 * faces.el (modeline-highlight): Rename from (the erroneous)
8288 `modeline-higilight'.
8289
8290 2005-06-11 Lute Kamstra <lute@gnu.org>
8291
8292 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8293 lisp-interaction-mode-map but make it the parent.
8294 (edebug-eval-mode): Use define-derived-mode.
8295
8296 2005-06-11 Andreas Schwab <schwab@suse.de>
8297
8298 * bindings.el: Add binding of `ESC functionkey' for every
8299 `M-functionkey'.
8300 * hexl.el (hexl-mode-map): Likewise.
8301
8302 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8303
8304 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8305 [msft]: update regexp for newer msft compilers.
8306
8307 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8308
8309 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8310 ATTLIST portions of included DTDs.
8311 (xml-parse-dtd): Eliminate use of inefficient match-data.
8312
8313 2005-06-10 Miles Bader <miles@gnu.org>
8314
8315 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8316 (mpuz-text): Remove "-face" suffix from face names.
8317 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8318 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8319 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8320
8321 * play/gomoku.el (gomoku-O, gomoku-X):
8322 Remove "-face" suffix from face names.
8323 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8324 New backward-compatibility aliases for renamed faces.
8325 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8326
8327 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8328
8329 * thumbs.el: Fixes for changes of 2005-06-09.
8330 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8331 as a directory.
8332 (thumbs-thumbname): Remove directory separator from format string;
8333 `thumbs-thumbsdir' now returns a valid directory name.
8334 (thumbs-temp-dir): New defsubst.
8335 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8336 Use it.
8337
8338 * cus-edit.el (minibuffer):
8339 * files.el (make-backup-file-name-function):
8340 * filesets.el (filesets-external-viewers):
8341 * hilit-chg.el (highlight-changes-colours)
8342 (highlight-changes-face-list, highlight-changes-rotate-faces):
8343 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8344 * kmacro.el (kmacro-call-macro):
8345 * log-edit.el (log-edit-changelog-full-paragraphs):
8346 * mouse.el (mouse-1-click-follows-link):
8347 * skeleton.el (skeleton-autowrap):
8348 * subr.el (insert-for-yank-1):
8349 * tempo.el (tempo-insert-region):
8350 * terminal.el (terminal-emulator):
8351 * time.el (display-time-mail-face):
8352 * vc.el (vc-annotate):
8353 * vcursor.el (vcursor-copy-line):
8354 * woman.el (woman-bold-headings, woman-ignore)
8355 (woman-default-faces, woman-monochrome-faces):
8356 * calendar/todo-mode.el (todo-insert-threshold):
8357 * emulation/pc-select.el (pc-select-selection-keys-only)
8358 (pc-selection-mode):
8359 * emulation/vip.el (vip-find-char-forward):
8360 * emulation/viper-cmd.el (viper-find-char-forward):
8361 * international/mule-cmds.el
8362 (select-safe-coding-system-accept-default-p)
8363 (input-method-exit-on-invalid-key):
8364 * international/mule-diag.el (describe-coding-system):
8365 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8366 * net/browse-url.el (browse-url-xterm-program):
8367 * obsolete/lazy-lock.el (lazy-lock-mode):
8368 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8369 (cperl-mode):
8370 * progmodes/cpp.el (cpp-face-light-name-list)
8371 (cpp-face-dark-name-list):
8372 * progmodes/delphi.el (delphi-newline-always-indents):
8373 Fix spellings in docstrings.
8374
8375 * ido.el (ido-mode, ido-file-extensions-order)
8376 (ido-default-file-method, ido-default-buffer-method)
8377 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8378 (ido-decorations, ido-read-file-name-as-directory-commands)
8379 (ido-read-file-name-non-ido, ido-work-directory-list)
8380 (ido-ignore-item-temp-list, ido-current-directory)
8381 (ido-magic-forward-char, ido-enter-find-file)
8382 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8383 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8384
8385 2005-06-10 Lute Kamstra <lute@gnu.org>
8386
8387 * play/dunnet.el (dun-mode): Use define-derived-mode.
8388 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8389 obsolete alias.
8390
8391 * play/doctor.el (doctor-mode-map): Remove defvar.
8392 (doctor-mode): Use define-derived-mode.
8393
8394 * mail/mspools.el (mspools-mode):
8395 * net/eudc-hotlist.el (eudc-hotlist-mode):
8396 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8397
8398 2005-06-10 Miles Bader <miles@gnu.org>
8399
8400 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8401 Remove "-face" suffix from face names.
8402 (flyspell-incorrect-face, flyspell-duplicate-face):
8403 New backward-compatibility aliases for renamed faces.
8404 (flyspell-mode-on, make-flyspell-overlay)
8405 (flyspell-highlight-incorrect-region)
8406 (flyspell-highlight-duplicate-region)
8407 (flyspell-display-next-corrections)
8408 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8409
8410 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8411 from face name.
8412 (texinfo-heading-face): New backward-compatibility alias for
8413 renamed face.
8414 (texinfo-heading-face): Use renamed texinfo-heading face.
8415
8416 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8417 suffix from face names.
8418 (tex-math-face, tex-verbatim-face):
8419 New backward-compatibility aliases for renamed faces.
8420 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8421 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8422 literal face name.
8423
8424 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8425 name.
8426 (table-cell-face): New backward-compatibility alias for renamed face.
8427 (table--put-cell-face-property, table--update-cell-face):
8428 Use renamed table-cell face.
8429
8430 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8431 from face name.
8432 (sgml-namespace-face): New backward-compatibility alias for
8433 renamed face.
8434 (sgml-namespace-face): Use renamed sgml-namespace face.
8435
8436 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8437 (org-level-4, org-level-5, org-level-6, org-level-7)
8438 (org-level-8, org-warning, org-headline-done)
8439 (org-deadline-announce, org-scheduled-today)
8440 (org-scheduled-previously, org-link, org-done, org-table)
8441 (org-time-grid): Remove "-face" suffix from face names.
8442 (org-level-1-face, org-level-2-face, org-level-3-face)
8443 (org-level-4-face, org-level-5-face, org-level-6-face)
8444 (org-level-7-face, org-level-8-face, org-warning-face)
8445 (org-headline-done-face, org-deadline-announce-face)
8446 (org-scheduled-today-face, org-scheduled-previously-face)
8447 (org-link-face, org-done-face, org-table-face)
8448 (org-time-grid-face):
8449 New backward-compatibility aliases for renamed faces.
8450 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8451 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8452 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8453 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8454
8455 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8456 (viper-minibuffer-emacs, viper-minibuffer-insert)
8457 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8458 (viper-search-face, viper-replace-overlay-face)
8459 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8460 (viper-minibuffer-vi-face):
8461 New backward-compatibility aliases for renamed faces.
8462 (viper-search-face, viper-replace-overlay-face)
8463 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8464 (viper-minibuffer-vi-face): Use renamed viper faces.
8465
8466 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8467 Remove "-face" suffix from face names.
8468 (testcover-nohits-face, testcover-1value-face):
8469 New backward-compatibility aliases for renamed faces.
8470 (testcover-mark): Use renamed testcover faces.
8471
8472 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8473 face name.
8474 (diary-button-face): New backward-compatibility alias for renamed face.
8475 (diary-entry): Use renamed diary-button face.
8476
8477 * calendar/calendar.el (diary, calendar-today, holiday)
8478 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8479 (diary-face, calendar-today-face, holiday-face):
8480 New backward-compatibility aliases for renamed faces.
8481 (eval-after-load "facemenu", diary-entry-marker)
8482 (calendar-today-marker, calendar-holiday-marker, diary-face):
8483 Use renamed calendar faces.
8484
8485 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8486 (compare-windows-face): New backward-compatibility alias for
8487 renamed face.
8488 (compare-windows-highlight): Use renamed compare-windows face.
8489
8490 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8491 (strokes-char-face): New backward-compatibility alias for renamed face.
8492 (strokes-encode-buffer): Use renamed strokes-char face.
8493
8494 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8495 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8496 Remove "-face" suffix from face names.
8497 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8498 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8499 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8500 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8501 Use renamed pcvs faces.
8502 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8503 * pcvs-defs.el (cvs-mode-map): Likewise.
8504 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8505
8506 * info.el (info-title-1, info-title-2, info-title-3)
8507 (info-title-4): Remove "-face" suffix from and downcase face names.
8508 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8509 (Info-title-4-face):
8510 New backward-compatibility aliases for renamed faces.
8511 (Info-fontify-node): Use renamed info faces.
8512
8513 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8514 Remove "-face" suffix from face names.
8515 (highlight-changes-face, highlight-changes-delete-face):
8516 New backward-compatibility aliases for renamed faces.
8517 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8518 (hilit-chg-make-list): Use renamed highlight-changes faces.
8519
8520 * generic-x.el (show-tabs-tab, show-tabs-space):
8521 Remove "-face" suffix from face names.
8522 (show-tabs-tab-face, show-tabs-space-face):
8523 New backward-compatibility aliases for renamed faces.
8524 (show-tabs-generic-mode-font-lock-defaults-1)
8525 (show-tabs-generic-mode-font-lock-defaults-2):
8526 Use renamed show-tabs faces.
8527
8528 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8529 (smerge-markers): Remove "-face" suffix from face names.
8530 (smerge-mine-face, smerge-other-face, smerge-base-face)
8531 (smerge-markers-face):
8532 New backward-compatibility aliases for renamed faces.
8533 (smerge-mine-face, smerge-other-face, smerge-base-face)
8534 (smerge-markers-face): Use renamed smerge faces.
8535
8536 * log-view.el (log-view-file, log-view-message): Remove "-face"
8537 suffix from face names.
8538 (log-view-file-face, log-view-message-face):
8539 New backward-compatibility aliases for renamed faces.
8540 (log-view-file-face, log-view-message-face): Use renamed log-view
8541 faces.
8542
8543 * paren.el (show-paren-match, show-paren-mismatch):
8544 Remove "-face" suffix from face names.
8545 (show-paren-match-face, show-paren-mismatch-face):
8546 New backward-compatibility aliases for renamed faces.
8547 (show-paren-function): Use renamed show-paren faces.
8548
8549 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8550 (ruler-mode-margins, ruler-mode-fringes)
8551 (ruler-mode-column-number, ruler-mode-fill-column)
8552 (ruler-mode-comment-column, ruler-mode-goal-column)
8553 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8554 suffix from face names.
8555 (ruler-mode-default-face, ruler-mode-pad-face)
8556 (ruler-mode-margins-face, ruler-mode-fringes-face)
8557 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8558 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8559 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8560 New backward-compatibility aliases for renamed faces.
8561 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8562 (ruler-mode-column-number, ruler-mode-fill-column)
8563 (ruler-mode-comment-column, ruler-mode-goal-column)
8564 (ruler-mode-tab-stop, ruler-mode-current-column)
8565 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8566 faces.
8567
8568 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8569 face name.
8570 (whitespace-highlight-the-space): Use renamed face.
8571 (whitespace-highlight-face): New backward-compatibility alias for
8572 renamed face.
8573
8574 * woman.el (woman-italic, woman-bold, woman-unknown)
8575 (woman-addition, woman-symbol-face):
8576 Remove "-face" suffix from face names.
8577 (woman-italic-face, woman-bold-face, woman-unknown-face)
8578 (woman-addition-face):
8579 New backward-compatibility aliases for renamed faces.
8580 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8581 (woman-decode-region, woman-replace-match)
8582 (woman-display-extended-fonts, woman-special-characters)
8583 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8584 Use renamed woman faces.
8585
8586 * longlines.el (longlines-visible-face): Face removed.
8587
8588 * diff-mode.el (diff-header, diff-file-header, diff-index)
8589 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8590 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8591 suffix from face names.
8592 (diff-header-face, diff-file-header-face, diff-index-face)
8593 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8594 (diff-changed-face, diff-function-face, diff-context-face)
8595 (diff-nonexistent-face): New backward-compatibility aliases for
8596 renamed faces.
8597 (diff-header-face, diff-file-header-face)
8598 (diff-index, diff-index-face, diff-hunk-header)
8599 (diff-hunk-header-face, diff-removed, diff-removed-face)
8600 (diff-added, diff-added-face, diff-changed-face, diff-function)
8601 (diff-function-face, diff-context-face, diff-nonexistent)
8602 (diff-nonexistent-face): Use renamed diff-mode faces.
8603
8604 * progmodes/compile.el (compilation-warning-face)
8605 (compilation-info-face): Remove "-face" suffix from face names.
8606 (compilation-warning-face, compilation-info-face):
8607 New backward-compatibility aliases for renamed faces.
8608 (compilation-warning-face, compilation-info-face):
8609 Use renamed compilation faces.
8610
8611 * add-log.el (change-log-date, change-log-name)
8612 (change-log-email, change-log-file, change-log-list)
8613 (change-log-conditionals, change-log-function)
8614 (change-log-acknowledgement): Remove "-face" suffix from face names.
8615 (change-log-date-face, change-log-name-face)
8616 (change-log-email-face, change-log-file-face)
8617 (change-log-list-face, change-log-conditionals-face)
8618 (change-log-function-face, change-log-acknowledgement-face):
8619 New backward-compatibility aliases for renamed faces.
8620 (change-log-font-lock-keywords): Use renamed change-log faces.
8621
8622 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8623 (custom-set, custom-changed, custom-saved, custom-button)
8624 (custom-button-pressed, custom-documentation, custom-state)
8625 (custom-comment, custom-comment-tag, custom-variable-tag)
8626 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8627 (custom-group-tag): Remove "-face" suffix from face names.
8628 (custom-magic-alist, custom-magic-value-create)
8629 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8630 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8631 (custom-set-face, custom-changed-face, custom-saved-face)
8632 (custom-button-face, custom-button-pressed-face)
8633 (custom-documentation-face, custom-state-face)
8634 (custom-comment-face, custom-comment-tag-face)
8635 (custom-variable-tag-face, custom-variable-button-face)
8636 (custom-face-tag-face, custom-group-tag-face-1)
8637 (custom-group-tag-face):
8638 New backward-compatibility aliases for renamed faces.
8639
8640 * wid-edit.el (widget-documentation, widget-button)
8641 (widget-field, widget-single-line-field, widget-inactive)
8642 (widget-button-pressed): "-face" suffix removed from face names.
8643 (widget-documentation-face, widget-button-face)
8644 (widget-field-face, widget-single-line-field-face)
8645 (widget-inactive-face, widget-button-pressed-face):
8646 New backward-compatibility aliases for renamed faces.
8647 (widget-documentation-face, widget-button-face)
8648 (widget-button-pressed-face, widget-specify-field)
8649 (widget-specify-inactive): Use renamed widget faces.
8650
8651 2005-06-10 Kenichi Handa <handa@m17n.org>
8652
8653 * term/x-win.el (x-clipboard-yank): Remove condition-case
8654 wrapping.
8655
8656 2005-06-11 Kenichi Handa <handa@m17n.org>
8657
8658 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8659 date lines stricter.
8660
8661 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8662
8663 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8664 of x-get-selection.
8665
8666 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8667
8668 * comint.el (comint-mode, comint-snapshot-last-prompt):
8669 * frame.el (frame-current-scroll-bars):
8670 * term.el (term-mode, term-check-proc, term-input-sender)
8671 (term-simple-send, term-extract-string, term-word)
8672 (term-match-partial-filename):
8673 * window.el (window-current-scroll-bars):
8674 * emulation/cua-base.el (cua-normal-cursor-color)
8675 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8676 (cua-global-mark-cursor-color):
8677 * mail/undigest.el (rmail-forward-separator-regex):
8678 Fix typos in docstrings.
8679
8680 * comint.el (comint-check-proc, make-comint-in-buffer)
8681 (comint-source-default): Doc fixes.
8682
8683 * term.el (term-send-string): Improve argument/docstring consistency.
8684
8685 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8688 call to `delete-region'.
8689 (comint-mode-hook): Do not enable Font Lock by default.
8690
8691 2005-06-09 Lute Kamstra <lute@gnu.org>
8692
8693 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8694 could be void.
8695
8696 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8699 (debug): Use it.
8700 (debugger-step-through, debugger-continue, debugger-jump)
8701 (debugger-return-value): Set it when needed.
8702 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8703 Use inhibit-read-only.
8704
8705 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8706
8707 * window.el (shrink-window-if-larger-than-buffer)
8708 (window-size-fixed): Fix typo in docstring.
8709
8710 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8711 thumbnails directory on loading.
8712 (thumbs-conversion-program): Use `eq' to check the system type,
8713 not `equal'.
8714 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8715 not "/tmp". Fix docstring.
8716 (thumbs-thumbsdir): New function to return the thumbnails
8717 directory, creating it if needed.
8718 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8719 (thumbs-temp-file): Delete variable and make it into a function.
8720 (thumbs-resize-image, thumbs-modify-image): Use it.
8721 (thumbs-kill-buffer): Simplify.
8722 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8723 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8724 docstrings.
8725
8726 2005-06-09 Kim F. Storm <storm@cua.dk>
8727
8728 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8729 set-match-data to free markers in match-data.
8730
8731 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8732 match-data to unchain markers in match-data.
8733
8734 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8735
8736 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8737 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8738 unnecessary now.
8739
8740 2005-06-08 Richard M. Stallman <rms@gnu.org>
8741
8742 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8743 give the variable a doc string that doesn't say don't set it directly.
8744
8745 * textmodes/ispell.el (ispell-check-version):
8746 Use match-string-no-properties.
8747 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8748 (ispell-buffer-local-words): Likewise.
8749
8750 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8751 except on terminals with enough colors to really display it.
8752 (makefile-dependency-regex): Delete spurious `bb'.
8753
8754 * faces.el (escape-glyph): Use blue once again in last case.
8755 (no-break-space): Redefine so that it isn't invisible on a tty.
8756
8757 2005-06-08 Kim F. Storm <storm@cua.dk>
8758
8759 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8760 also when reading directory name.
8761
8762 2005-06-08 Lute Kamstra <lute@gnu.org>
8763
8764 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8765 (flyspell-mode-line-string): Remove autoload cookie.
8766 (flyspell-mode): Remove defvar.
8767
8768 2005-06-07 Lute Kamstra <lute@gnu.org>
8769
8770 * textmodes/org.el (org-run-mode-hooks): New function.
8771 (org-agenda-mode): Use it.
8772
8773 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8774
8775 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8776
8777 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8780
8781 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
8782
8783 * font-lock.el (font-lock-add-keywords): Doc fix.
8784
8785 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8788 (tex-compile-default): In the absence of any history, use the order in
8789 tex-compile-alist to choose the preferred command.
8790 (tex-compile-commands): Reorder a bit.
8791
8792 * textmodes/flyspell.el (flyspell-auto-correct-binding)
8793 (flyspell-incorrect-face, flyspell-duplicate-face):
8794 Use (X)Emacs-agnostic code.
8795 (flyspell-mode-map): Don't overwrite at each load. Remove code
8796 redundant with the subsequent add-minor-mode. Merge Emacs and
8797 XEmacs code.
8798 (flyspell-word): Minor simplification.
8799 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8800 (flyspell-external-point-words): Remove unused vars `size' and `start'.
8801 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8802 Merge the corresponding Emacs code.
8803 (flyspell-correct-word, flyspell-xemacs-popup):
8804 Use flyspell-do-correct.
8805
8806 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8807 a dedicated window.
8808
8809 * international/latexenc.el (latexenc-find-file-coding-system):
8810 Undo part of last patch, to turn off a compiler warning.
8811
8812 2005-06-06 Juri Linkov <juri@jurta.org>
8813
8814 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8815 Rename `tmm-inactive-face' to `tmm-inactive'.
8816
8817 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
8818
8819 * iswitchb.el: Rename faces.
8820
8821 2005-06-06 Kim F. Storm <storm@cua.dk>
8822
8823 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8824 (cua-global-mark): Remove -face suffix from face names.
8825
8826 * emulation/cua-gmrk.el (cua--init-global-mark):
8827 Remove cua-global-mark face setup.
8828
8829 2005-06-06 Richard M. Stallman <rms@gnu.org>
8830
8831 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8832 just like other allowed characters.
8833 (makefile-match-dependency): Exclude leading and training whitespace
8834 from the range of regexp subexp 1.
8835 (makefile-macroassign-regex): Don't try to match the body,
8836 just the name of the macro being defined.
8837
8838 * info.el (Info-read-node-name-2): New function.
8839 (Info-read-node-name-1): Use that.
8840 Add a completion-base-size-function property.
8841
8842 * simple.el (completion-setup-function): Look for
8843 completion-base-size-function property of minibuffer-completion-table.
8844
8845 * files.el (locate-file-completion): Doc fix.
8846
8847 * printing.el: Don't call pr-update-menus; user must do that.
8848
8849 * emacs-lisp/debug.el (debugger-window): New variable.
8850 (debug): Use debugger-window if it is set and still alive.
8851 Record debugger-window for next entry.
8852
8853 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8854
8855 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
8856
8857 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8858 (hack-one-local-variable, hack-local-variables)
8859 (hack-local-variables-prop-line): Pass that arg.
8860
8861 2005-06-06 Kim F. Storm <storm@cua.dk>
8862
8863 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8864 (ido-indicator): Remove -face suffix from face names.
8865
8866 2005-06-06 Juri Linkov <juri@jurta.org>
8867
8868 * font-lock.el (font-lock-regexp-backslash)
8869 (font-lock-regexp-backslash-construct): New faces.
8870 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
8871 after `('. Add `while-no-input' to control structures.
8872
8873 * faces.el (no-break-space, shadow): New faces.
8874 (escape-glyph): Use less loud colors pink2 and red4.
8875
8876 * diff-mode.el (diff-context-face)
8877 * dired.el (dired-ignored)
8878 * rfn-eshadow.el (file-name-shadow)
8879 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8880
8881 * info.el (Info-title-1-face): Use green instead of yellow because
8882 bold yellow is not readable on light backgrounds.
8883
8884 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8885 before selecting the desired mode to not spend time fontifying
8886 old contents.
8887
8888 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8891 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8892
8893 * ps-print.el (ps-default-fg, ps-default-bg):
8894 Fix typos in docstrings.
8895
8896 * isearchb.el (isearchb): Don't pass a spurious second argument to
8897 `iswitchb-completions'.
8898
8899 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
8900
8901 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8902 to preserve point.
8903 (gdb-find-file-hook): Add doc string.
8904
8905 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8906 C dereferenced pointer expression.
8907 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
8908
8909 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8910
8911 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8912 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8913 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8914 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8915 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8916 Make background transparent.
8917
8918 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8919
8920 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
8921 (font-lock-remove-keywords): Doc fix.
8922 (font-lock-mode-major-mode): Compiler defvar.
8923 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8924
8925 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8926 (font-lock-mode): Update `font-lock-mode-major-mode'.
8927 (font-lock-set-defaults): Compiler defvar.
8928 (font-lock-default-function): Take `font-lock-mode-major-mode'
8929 into account.
8930
8931 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8932 keep track of which major mode it enabled the minor mode for.
8933 Use find-file-hook again. Update docstring.
8934
8935 * simple.el (eval-expression-print-level)
8936 (eval-expression-print-length, eval-expression-debug-on-error):
8937 Doc fixes.
8938
8939 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
8940
8941 * iswitchb.el (iswitchb-single-match-face)
8942 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8943 (iswitchb-invalid-regexp-face): New faces.
8944 (iswitchb-completions): Use them.
8945 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8946 now marked as an obsolete alias.
8947 (iswitchb-read-buffer): Remove check for bound font variables.
8948 (iswitchb-invalid-regexp): New free variable.
8949 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8950 set iswitchb-invalid-regexp.
8951 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8952 invalid regexps.
8953 (iswitchb-completions): Add check for complete match when entering
8954 a regexp.
8955 (iswitchb-completions): Remove require-match argument.
8956 (iswitchb-exhibit): Fix caller.
8957 (iswitchb-common-match-inserted): New variable.
8958 (iswitchb-complete, iswitchb-completion-help): Use it.
8959
8960 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
8961
8962 * url-http.el (url-http-chunked-encoding-after-change-function):
8963 Use `url-http-debug' instead of `message'.
8964
8965 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
8966
8967 * url-http.el (url-http-parse-headers): Pass redirected URL as a
8968 callback argument.
8969
8970 2005-06-04 Kim F. Storm <storm@cua.dk>
8971
8972 * simple.el (line-move): Only call sit-for when moving backwards.
8973
8974 * ido.el (ido-make-merged-file-list-1): New defun split from
8975 ido-make-merged-file-list.
8976 (ido-make-merged-file-list): Bind throw-on-input around call to
8977 ido-make-merged-file-list-1. Return input-pending-p if
8978 interrupted by more input available.
8979 (ido-read-internal): Handle input-pending-p return value from
8980 ido-make-merged-file-list.
8981
8982 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8985 compatibility code.
8986
8987 * international/latexenc.el (latexenc-find-file-coding-system):
8988 Don't inherit the EOL part of the coding-system from the
8989 tex-main buffer. Fit within 80 columns.
8990
8991 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
8992
8993 * tmm.el (tmm-inactive-face): New face.
8994 (tmm-remove-inactive-mouse-face): New function.
8995 (tmm-prompt, tmm-add-one-shortcut)
8996 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8997 but not selectable.
8998
8999 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9000
9001 * faces.el (face-equal): Improve argument/docstring consistency.
9002
9003 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
9004
9005 * progmodes/make-mode.el (makefile-targets-face)
9006 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9007 (makefile-bsdmake-dependency-regex)
9008 (makefile-makepp-rule-action-regex)
9009 (makefile-bsdmake-rule-action-regex): New constants.
9010 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9011
9012 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9013 Allow (...) within `...' for makepp messages.
9014
9015 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9016
9017 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9018
9019 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9020 "." files are deleted from all file lists before comparison.
9021
9022 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9023 (viper-ESC-key): Made them customizable.
9024
9025 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9026
9027 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9028
9029 * autorevert.el (auto-revert-buffers): Use save-match-data.
9030
9031 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9034 menu items with a nil command binding.
9035
9036 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9037
9038 * emacs-lisp/cl-macs.el (defsetf):
9039 Improve argument/docstring consistency.
9040
9041 * faces.el (list-faces-display): Improve the formatting by
9042 computing the maximum length required for any face-name (reworked
9043 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9044 (internal-find-face): Remove redundant info in docstring.
9045
9046 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9047
9048 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9049 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9050 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9051 (gdb-assembler-custom): Improve regexps.
9052 (def-gdb-auto-update-handler): Use window point to preserve point.
9053
9054 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9057
9058 2005-05-31 Jay Belanger <belanger@truman.edu>
9059
9060 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9061 to calc-embedded.
9062 (calc-embedded-make-info): Have plain prefix argument select
9063 entire line.
9064
9065 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9066
9067 * faces.el (list-faces-display): Signal error if passed a regexp
9068 that matches no face name.
9069
9070 * simple.el (filter-buffer-substring): Fix typo in docstring.
9071
9072 2005-05-31 Richard M. Stallman <rms@gnu.org>
9073
9074 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9075 (vhdl-emacs-21): Doc fix.
9076 (vhdl-mode): Unconditionally set comment-padding.
9077 (vhdl-fixup-whitespace-region): Insert spaces only where
9078 there are none.
9079 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9080
9081 2005-05-30 John Wiegley <johnw@newartisans.com>
9082
9083 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9084 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9085 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9086 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9087 `string-to-number'.
9088
9089 2005-05-30 Jay Belanger <belanger@truman.edu>
9090
9091 * calc/calc.el (calc-bug-address): Fix docstring.
9092 (calc-window-hook, calc-trail-window-hook): New variables.
9093 (calc-trail-display): Restore use of calc-trail-window-hook.
9094 (calc): Restore use of calc-window-hook.
9095
9096 2005-05-31 Masatake YAMATO <jet@gyve.org>
9097
9098 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9099
9100 * help-fns.el (help-C-file-name): Add autoload mark for
9101 `find-function-noselect'.
9102
9103 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9106 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9107
9108 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9109
9110 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9111 included diary buffer if it was not already being visited.
9112 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9113
9114 * calendar/icalendar.el (top-level): Do not require 'appt.
9115
9116 * mail/supercite.el (sc-select-attribution): Only use a list
9117 element from sc-attrib-selection-list if it returns a string.
9118 Reported by Davide G. M. Salvetti <salve@debian.org>.
9119
9120 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9121
9122 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9123 includes a hash value to improve its uniqueness, and has a ".jpg"
9124 extension. Also, it is now a valid filename on all systems.
9125 (thumbs-make-thumb): Use `let', not `let*'.
9126 (thumbs-show-thumbs-list): Check for JPEG availability.
9127
9128 2005-05-30 Richard M. Stallman <rms@gnu.org>
9129
9130 * filesets.el (filesets-menu-ensure-use-cached):
9131 Prevent warning when emacs-version>= is undefined.
9132
9133 * printing.el (pr-interactive-n-up): Use string-to-number.
9134
9135 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9136
9137 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9138 Warn only when name to be defined is quoted.
9139
9140 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9141
9142 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9143 Make regexp more robust.
9144 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9145 Force regeneration of disassembly.
9146
9147 2005-05-29 Jay Belanger <belanger@truman.edu>
9148
9149 * calc/calc.el (calc-user-invocation): Check if
9150 calc-invocation-macro is non-nil.
9151
9152 2005-05-29 Juri Linkov <juri@jurta.org>
9153
9154 * add-log.el (change-log-font-lock-keywords):
9155 Add `+' to e-mail regexp to accept mail address with keywords.
9156
9157 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9158
9159 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9160
9161 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9162
9163 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9164
9165 2005-05-29 Richard M. Stallman <rms@gnu.org>
9166
9167 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9168 Undo the change that moves to end of the current word.
9169
9170 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9171
9172 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9173 Throw error when count <= 0 to ensure input is a number.
9174 (gdb-read-memory-custom): Pick up address from buffer.
9175 (gdb-memory-mode): Allow user to increment and decrement
9176 memory address from header line.
9177
9178 2005-05-29 Richard M. Stallman <rms@gnu.org>
9179
9180 * flyspell.el (flyspell-version): Function deleted.
9181 (flyspell-auto-correct-previous-hook): Doc fix.
9182
9183 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9184 Do nothing if memory is full.
9185
9186 * font-lock.el (font-lock-fontify-syntactically-region):
9187 Pass t for GREEDY to looking-back.
9188
9189 * saveplace.el (save-place-alist-to-file): Write the file
9190 using write-region.
9191
9192 * subr.el (looking-back): New argument GREEDY.
9193
9194 * progmodes/compile.el (compilation-start): Set the mode
9195 before inserting the initial text.
9196
9197 * progmodes/which-func.el (which-func-update-1): Turn the mode
9198 off in case of error by setting which-func-mode.
9199
9200 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9201
9202 * flyspell.el (flyspell-auto-correct-previous-word):
9203 Narrow down to what's on the screen, and recenter overlays
9204 at the end of the next word.
9205
9206 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9207
9208 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9209 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9210 (flyspell-abbrev-p): Default to nil.
9211 (flyspell-use-global-abbrev-table-p): Doc fix.
9212 (flyspell-large-region): Allow nil as value.
9213 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9214
9215 (mail-mode-flyspell-verify): More robust handling
9216 of `mail-header-separator'. More efficient signature detection.
9217 Allow for regexp metacharacters in message-header-separator.
9218 Adding `To' not to be checked in mail-mode-flyspell-verify.
9219
9220 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9221 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9222 Bind flyspell-auto-correct-binding.
9223 Bind C-. and C-, .
9224 (flyspell-mode-map): Likewise.
9225 (flyspell-mode): Doc fix.
9226 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9227 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9228 (flyspell-word-cache-result): New var, always local.
9229 (flyspell-check-pre-word-p): Doc fix.
9230 (flyspell-check-changed-word-p): Handle spc like newline.
9231 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9232 (flyspell-word-search-backward, flyspell-word-search-forward):
9233 New functions.
9234 (flyspell-word): Return t if nothing to check.
9235 When parsing TeX code, check for after } or \.
9236 Use flyspell-word-search-backward to find previous word.
9237 Return nil if duplicated word.
9238 For word already checked, return same value as last time.
9239 Set flyspell-word-cache-result after checking.
9240 Don't clobber the return value.
9241 (flyspell-get-word): Major rewrite.
9242 (flyspell-external-point-words): New locals pword, pcount.
9243 Fix size used in progress message.
9244 Find the proper corresponding word in flyspell-large-region-buffer.
9245 (flyspell-region): Check for flyspell-large-region = nil.
9246 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9247 (flyspell-auto-correct-word): Check that WORD is a cons.
9248 (flyspell-correct-word): Likewise.
9249
9250 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9251
9252 * progmodes/make-mode.el (makefile-rule-action-regex)
9253 (makefile-macroassign-regex, makefile-makepp-mode)
9254 (makefile-bsdmake-mode): Continuation lines may be empty.
9255 Reported by Joshua Varner.
9256 (makefile-makepp-font-lock-keywords): Add $(stem).
9257
9258 2005-05-28 Karl Berry <karl@gnu.org>
9259
9260 * textmodes/tex-mode.el: Now that tex-send-command calls
9261 shell-quote-argument (2005-03-31 change), remove all calls to
9262 shell-quote-argument; they all end up invoking tex-send-command.
9263 The double quoting loses on filenames with non-safe characters,
9264 such as "@". Reported by Frederik Fouvry.
9265
9266 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9267
9268 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9269 about preserving point.
9270
9271 2005-05-27 Jay Belanger <belanger@truman.edu>
9272
9273 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9274 Info-goto-node.
9275
9276 * calc/calc-embed.el (calc-embed-arg): New variable.
9277 (calc-do-embedded-activate, calc-embedded-activate-formula)
9278 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9279 variable by new variable.
9280 (calc-embedded-make-info): Replace undeclared variable by new
9281 variable. When selecting region with positive prefix
9282 argument, use end of previous line instead of beginning of line.
9283
9284 * calc/calc-aent.el (calc-arg-values): Declare it.
9285
9286 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9287 Declare them.
9288
9289 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9290
9291 * calc/calc.el (calc-alg-map): Declare it.
9292
9293 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9294
9295 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9296
9297 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9298 (gdb-registers-buffer, toggle-gdb-all-registers):
9299 Toggle display of floating point registers.
9300 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9301
9302 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9303 (toggle-gud-tooltip-dereference):
9304 Rename from gud-toggle-tooltip-dereference.
9305
9306 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9307
9308 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9309
9310 2005-05-27 Jay Belanger <belanger@truman.edu>
9311
9312 * calc/calc-prog.el (calc-kbd-report): Remove.
9313 (calc-kbd-query): Rewrite.
9314
9315 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9316
9317 * image.el (image-library-alist): Move to image.c.
9318 (image-type-available-p): Doc fix.
9319
9320 2005-05-27 Lute Kamstra <lute@gnu.org>
9321
9322 * calc/calc.el (calc):
9323 * outline.el (outline-1, outline-2, outline-3, outline-4)
9324 (outline-5, outline-6, outline-7, outline-8):
9325 * textmodes/dns-mode.el (dns-mode):
9326 * textmodes/sgml-mode.el (sgml-namespace-face):
9327 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9328 (tex-verbatim-face, tex-use-reftex):
9329 * textmodes/texinfo.el (texinfo-heading-face):
9330 Specify customization group.
9331
9332 * longlines.el: Don't require easy-mmode.
9333 (longlines-visible-face): Specify customization group.
9334
9335 2005-05-27 Kenichi Handa <handa@m17n.org>
9336
9337 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9338 encoding table of windows-1251.
9339
9340 * international/ucs-tables.el (ucs-set-table-for-input):
9341 If translation-table-for-input of a coding system is a symbol, get
9342 its translation-table property.
9343
9344 * international/code-pages.el: Don't register a coding system into
9345 non-iso-charset-alist more than once.
9346 (cp-make-coding-system): Likewise.
9347
9348 2005-05-26 John Wiegley <johnw@newartisans.com>
9349
9350 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9351 `eshell-resume-eval' is wrapped in a list, it indicates that the
9352 command was run asynchronously. In that case, unwrap the value
9353 before checking the delimiter value.
9354
9355 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9356 character before a space at the end of a line is \, assume the space
9357 is part of the last argument rather than a final argument separator.
9358
9359 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9360 is in use, and the target is `t' or `nil' (which are the most common
9361 values), don't assume that the symbol target is a buffer.
9362
9363 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9364
9365 * calendar/calendar.el (calendar-mode-line-format):
9366 Use mode-line-highlight as mouse-face.
9367
9368 * time.el (display-time-string-forms, display-time-update):
9369 Use mode-line-highlight as mouse-face.
9370
9371 2005-05-26 Jay Belanger <belanger@truman.edu>
9372
9373 * calc/calc.el (calc-language-alist): Remove extra defvar.
9374
9375 2005-05-26 Lute Kamstra <lute@gnu.org>
9376
9377 * arc-mode.el (archive-mode):
9378 * bookmark.el (bookmark-read-annotation-mode)
9379 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9380 * bs.el (bs-mode):
9381 * calc/calc-yank.el (calc-edit-mode):
9382 * calc/calc.el (calc-mode, calc-trail-mode):
9383 * calculator.el (calculator-mode):
9384 * chistory.el (command-history-mode):
9385 * comint.el:
9386 * cus-edit.el (custom-mode):
9387 * descr-text.el (describe-text-mode):
9388 * ebuff-menu.el (Electric-buffer-menu-mode):
9389 * ediff-util.el (ediff-mode):
9390 * emacs-lisp/re-builder.el (reb-mode):
9391 * emulation/vi.el (vi-mode-setup):
9392 * emulation/ws-mode.el (wordstar-mode):
9393 * eshell/esh-mode.el (eshell-mode):
9394 * forms.el (forms-mode):
9395 * help-mode.el (help-mode):
9396 * hexl.el (hexl-mode):
9397 * ibuffer.el (ibuffer-mode):
9398 * ielm.el (inferior-emacs-lisp-mode):
9399 * info.el (Info-mode, Info-edit-mode):
9400 * international/swedish.el:
9401 * ledit.el (ledit-from-lisp-mode):
9402 * locate.el (locate-mode):
9403 * mail/rmail.el (rmail-mode):
9404 * mail/rmailedit.el (rmail-edit-mode):
9405 * mail/rmailsum.el (rmail-summary-mode):
9406 * mail/supercite.el (sc-electric-mode):
9407 * net/eudc.el (eudc-mode):
9408 * net/quickurl.el (quickurl-list-mode):
9409 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9410 * obsolete/ooutline.el (outline-mode):
9411 * obsolete/options.el (Edit-options-mode):
9412 * obsolete/rnews.el (news-mode):
9413 * obsolete/rnewspost.el (news-reply-mode):
9414 * play/5x5.el (5x5-mode):
9415 * play/decipher.el (decipher-mode, decipher-stats-mode):
9416 * play/gomoku.el (gomoku-mode):
9417 * play/snake.el (snake-mode):
9418 * play/solitaire.el (solitaire-mode):
9419 * play/tetris.el (tetris-mode):
9420 * progmodes/ada-mode.el (ada-mode):
9421 * progmodes/antlr-mode.el (antlr-mode):
9422 * progmodes/autoconf.el (autoconf-mode):
9423 * progmodes/dcl-mode.el (dcl-mode):
9424 * progmodes/delphi.el (delphi-mode):
9425 * progmodes/ebrowse.el (ebrowse-tree-mode)
9426 (ebrowse-electric-list-mode, ebrowse-member-mode)
9427 (ebrowse-electric-position-mode):
9428 * progmodes/f90.el (f90-mode):
9429 * progmodes/fortran.el (fortran-mode):
9430 * progmodes/icon.el (icon-mode):
9431 * progmodes/idlw-help.el (idlwave-help-mode):
9432 * progmodes/idlw-shell.el (idlwave-shell-mode):
9433 * progmodes/idlwave.el (idlwave-mode):
9434 * progmodes/inf-lisp.el (inferior-lisp-mode):
9435 * progmodes/m4-mode.el (m4-mode):
9436 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9437 * progmodes/modula2.el (modula-2-mode):
9438 * progmodes/octave-inf.el (inferior-octave-mode):
9439 * progmodes/octave-mod.el (octave-mode):
9440 * progmodes/pascal.el (pascal-mode):
9441 * progmodes/sh-script.el (sh-mode):
9442 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9443 * progmodes/vhdl-mode.el (vhdl-mode):
9444 * progmodes/xscheme.el (scheme-interaction-mode):
9445 * replace.el (occur-mode):
9446 * ses.el (ses-mode):
9447 * simple.el (completion-list-mode):
9448 * skeleton.el:
9449 * speedbar.el (speedbar-mode):
9450 * term.el (term-mode):
9451 * terminal.el (terminal-edit-mode):
9452 * textmodes/reftex-index.el (reftex-index-mode)
9453 (reftex-index-phrases-mode):
9454 * textmodes/reftex-sel.el (reftex-select-label-mode)
9455 (reftex-select-bib-mode):
9456 * textmodes/reftex-toc.el (reftex-toc-mode):
9457 * wdired.el (wdired-change-to-wdired-mode):
9458 * wid-browse.el (widget-browse-mode):
9459 Use run-mode-hooks.
9460
9461 * array.el (array-mode):
9462 * calendar/todo-mode.el (todo-mode):
9463 * man.el (Man-mode):
9464 * play/landmark.el (lm-mode):
9465 * play/mpuz.el (mpuz-mode):
9466 Use kill-all-local-variables and run-mode-hooks.
9467
9468 * subr.el (delay-mode-hooks): Specify indentation.
9469
9470 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9471
9472 * xml.el (xml-substitute-special): Don't die for undefined xml
9473 entities.
9474
9475 2005-05-26 Jay Belanger <belanger@truman.edu>
9476
9477 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9478 of nil.
9479
9480 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9481
9482 * progmodes/gdb-ui.el (gdb-frame-address):
9483 Rename from gdb-current-address.
9484 (gdb-previous-frame-address): Rename from gdb-previous-address.
9485 (gdb-selected-frame): Rename from gdb-current-frame.
9486 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9487 (gdb-frame-number): Rename from gdb-current-stack-level.
9488 (gdb-ann3): Match new mode-name for disassembly buffer.
9489 Extend initialization of variables.
9490 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9491 (gdb-memory-mode): Use mouse-face in header line.
9492 (gdb-assembler-buffer-name): Call it disassembly and give frame
9493 in mode line.
9494 (gdb-source-spec-regexp, gdb-assembler-custom)
9495 (gdb-invalidate-assembler, gdb-frame-handler):
9496 Make robust to leading zeroes in address format.
9497
9498 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9499
9500 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9501 define `org-mode'.
9502 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9503
9504 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * log-edit.el (log-edit-changelog-entries): Distinguish between
9507 filenames like xfns.c and fns.c.
9508
9509 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9510
9511 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9512 point after reverting.
9513 (Buffer-menu-make-sort-button): Handle the case where
9514 `Buffer-menu-use-header-line' is nil.
9515
9516 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9517
9518 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9519 New funcs. In minibuffer-local-completion-map bind `]', `/'
9520 and `:' to them.
9521
9522 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * startup.el (normal-top-level): Allow modification of load-path while
9525 we're iterating over it.
9526
9527 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9528
9529 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9530 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9531 (thumbs-resize-interactive, thumbs-insert-image)
9532 (thumbs-insert-thumb, thumbs-dired-show-marked)
9533 (thumbs-find-image-at-point, thumbs-delete-images)
9534 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9535 (thumbs-increment-image-size, thumbs-decrement-image-size):
9536 Fix typos in docstrings.
9537
9538 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9539
9540 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9541 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9542 (cperl-mode): Use them.
9543
9544 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9545
9546 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9547 Doc fixes.
9548
9549 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9550
9551 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9552 Bind C-d to gdb-inferior-io-eof.
9553
9554 * dired.el (dired-dnd-popup-notice): Use message-box.
9555
9556 2005-05-23 Masatake YAMATO <jet@gyve.org>
9557
9558 * bindings.el (mode-line-major-mode-keymap):
9559 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9560
9561 * faces.el (mode-line-highlight): New face.
9562
9563 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9564 as mouse-face.
9565
9566 * bindings.el (top-level, help-echo, mode-line-modified)
9567 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9568 as mouse-face.
9569
9570 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9571
9572 * progmodes/cc-engine.el (c-guess-basic-syntax):
9573 Remove spurious call to `zerop'.
9574
9575 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9576
9577 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9578
9579 CC Mode update to 5.30.10:
9580
9581 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9582 could go past the limit in decoration level 2, thereby causing
9583 errors during interactive fontification.
9584
9585 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9586 the file is evaluated interactively.
9587
9588 * cc-engine.el (c-guess-basic-syntax): Handle operator
9589 declarations somewhat better in C++.
9590
9591 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9592 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9593 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9594 (awk-mode): Use it.
9595 (make-local-hook): Suppress warning about obsoleteness.
9596
9597 * cc-engine.el, cc-align.el, cc-cmds.el
9598 (c-append-backslashes-forward, c-delete-backslashes-forward)
9599 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9600 Compensate for return value from `forward-line' when it has moved
9601 but not to a different line due to eob.
9602
9603 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9604 `objc-method-intro' and `objc-method-args-cont'.
9605
9606 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9607
9608 CC Mode update to 5.30.10:
9609
9610 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9611 in the copyright statement. Incidentally, change "along with GNU
9612 Emacs" to "along with this program" where it occurs.
9613
9614 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9615 so that it is interactive, hence can be found by M-x awk-mode
9616 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9617 <gmorris+emacs@ast.cam.ac.uk>.
9618
9619 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9620 Mode's regexps.
9621
9622 2005-05-23 Kevin Ryde <user42@zip.com.au>
9623
9624 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9625 c-parse-state, to avoid a lisp error (on bad code).
9626
9627 2005-05-23 Lute Kamstra <lute@gnu.org>
9628
9629 * subr.el (font-lock-defaults): Remove defvar as it's already
9630 defined in font-core.el.
9631
9632 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9633
9634 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9635
9636 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9637 more general and work when GDB variable "print pretty" is on,
9638 as with Emacs, for example.
9639
9640 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9641
9642 * font-core.el: Update comment.
9643
9644 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9645 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9646
9647 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9648
9649 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9650
9651 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9652 and `yank-handler' in the doc strings.
9653
9654 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9657
9658 2005-05-22 Richard M. Stallman <rms@gnu.org>
9659
9660 * help.el (describe-key): Move print-help-return-message call
9661 out of conditional.
9662
9663 * progmodes/etags.el (list-tags): Use with-no-warnings.
9664
9665 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9666 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9667 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9668
9669 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9670
9671 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9672 Add defvar.
9673
9674 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9675 Use defvar, not defconst.
9676
9677 * hexl.el (hexl-follow-line): Use with-no-warnings.
9678
9679 * emulation/tpu-extras.el: Use write-file-functions instead of
9680 write-file-hooks.
9681
9682 * dired.el (dired-font-lock-keywords): Fontify files with junk
9683 extensions even if marked by -F.
9684
9685 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9686
9687 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9688 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9689 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9690 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9691 (concatenate, list-length, get*, getf, cl-remprop):
9692 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9693 (etypecase, progv, lexical-let, lexical-let*)
9694 (multiple-value-bind, multiple-value-setq, shiftf):
9695 Improve argument/docstring consistency.
9696
9697 * subr.el (focus-frame, unfocus-frame):
9698 Revert deletion on 2005-05-01.
9699
9700 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9701
9702 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9703 doesn't exist.
9704
9705 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9706 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9707
9708 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9709
9710 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9711 already deleted variables: auto-fill-hook, blink-paren-hook,
9712 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9713 suspend-hooks, comment-indent-hook, meta-flag,
9714 before-change-function, after-change-function,
9715 font-lock-doc-string-face.
9716
9717 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9718
9719 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9720
9721 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9722
9723 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9724 rmail-dont-reply-to.
9725
9726 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9727
9728 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9729 literal blank when splitting new-header-values.
9730
9731 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9732
9733 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9734 string so that tmm doesn't create a completion entry for it.
9735
9736 * textmodes/table.el (table-disable-menu): Ditto.
9737
9738 2005-05-21 Richard M. Stallman <rms@gnu.org>
9739
9740 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9741
9742 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9743
9744 * net/rcompile.el (remote-compile): Use compilation-start.
9745
9746 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9747
9748 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9749
9750 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9751 Default to makefile-bsdmake-mode on BSD systems.
9752
9753 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9754 REGEXP may also be a search function now. The part of doc-string
9755 for describing the structure was 95% identical to that of
9756 `imenu--generic-function'. Unify it there.
9757
9758 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9759 Use function to find dependencies, because regexp alone is so complex,
9760 it easily goes into an endless loop.
9761 (makefile-makepp-mode): Also add submenu for Perl functions
9762 defined in the makefile.
9763 (makefile-bsdmake-mode): Special imenu-generic-expression no
9764 longer needed, due to function call.
9765 (makefile-match-dependency): Take BOUND into account when checking
9766 if we're through.
9767
9768 2005-05-20 Jay Belanger <belanger@truman.edu>
9769
9770 * calc/calc-units.el (calc-invalidate-units-table):
9771 Use inhibit-read-only.
9772 (math-build-units-table-buffer): Use view-mode.
9773
9774 2005-05-20 David Kastrup <dak@gnu.org>
9775
9776 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9777 easy-menu-add is not a nop on Emacs; and clarify when to call it.
9778
9779 2005-05-20 Lute Kamstra <lute@gnu.org>
9780
9781 * diff-mode.el (diff-header-face, diff-file-header-face)
9782 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9783 (diff-added-face, diff-changed-face, diff-function-face)
9784 (diff-context-face, diff-nonexistent-face): Put them in the
9785 diff-mode customization group.
9786
9787 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9790
9791 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9792
9793 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9794 Minor regexp-optimization.
9795
9796 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9797
9798 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9799 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9800 (org-agenda-add-time-grid-maybe): New function.
9801 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9802 (org-table-create): `dotimes' instead of `mapcar'.
9803 (org-xor): Simplify implementation.
9804 (org-agenda): `inhibit-redisplay' turned on.
9805 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9806 a consistent line after a state change.
9807 (org-agenda-remove-times-when-in-prefix): New option.
9808 (org-prefix-has-time): New variable.
9809 (org-parse-time-string): Optional argument NODEFAULT.
9810 (org-format-agenda-item): Parse items for time-of-day
9811 specifications and move these into the prefix if possible.
9812 (org-agenda-priority): Get current heading, not previous heading
9813 during agenda remote editing.
9814
9815 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
9816
9817 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9818 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9819 (remove-duplicates, delete-duplicates, substitute)
9820 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9821 (nsubstitute-if-not, find, find-if, find-if-not, position)
9822 (position-if, position-if-not, count, count-if, count-if-not)
9823 (mismatch, search, sort*, stable-sort, merge, member*)
9824 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9825 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9826 (intersection, nintersection, set-difference, nset-difference)
9827 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9828 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9829 (nsublis, tree-equal): Improve argument/docstring consistency.
9830
9831 * subr.el (send-string, send-region):
9832 Remove obsolescence declaration.
9833 (window-dot, set-window-dot, read-input, show-buffer)
9834 (eval-current-buffer, string-to-int):
9835 Add release number to obsolescence declarations.
9836
9837 2005-05-19 Kim F. Storm <storm@cua.dk>
9838
9839 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9840 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9841
9842 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
9843
9844 * faces.el (list-faces-display): Make back button respect optional
9845 regexp arg.
9846
9847 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
9848
9849 * calculator.el (calculator-radix-grouping-mode)
9850 (calculator-radix-grouping-digits, calculator-displayer)
9851 (calculator-radix-grouping-separator, calculator-copy-displayer):
9852 * dabbrev.el (dabbrev-search-these-buffers-only):
9853 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9854 (diff-advance-after-apply-hunk, diff-mode-hook)
9855 (diff-minor-mode-prefix):
9856 * imenu.el (imenu-use-popup-menu):
9857 * jit-lock.el (jit-lock-context-time):
9858 * newcomment.el (comment-fill-column, comment-column)
9859 (comment-style, comment-padding, comment-multi-line)
9860 (comment-empty-lines, comment-auto-fill-only-comments):
9861 * reveal.el (reveal-around-mark):
9862 * uniquify.el (uniquify-buffer-name-style)
9863 (uniquify-after-kill-buffer-p)
9864 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9865 (uniquify-min-dir-content, uniquify-separator)
9866 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9867 * w32-vars.el (w32-fixed-font-alist):
9868 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9869 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9870 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9871 * progmodes/perl-mode.el (perl-indent-level)
9872 (perl-continued-statement-offset, perl-continued-brace-offset)
9873 (perl-brace-offset, perl-brace-imaginary-offset)
9874 (perl-label-offset, perl-indent-continued-arguments)
9875 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9876 * progmodes/tcl.el (tcl-indent-level)
9877 (tcl-continued-indent-level, tcl-auto-newline)
9878 (tcl-tab-always-indent, tcl-electric-hash-style)
9879 (tcl-help-directory-list, tcl-use-smart-word-finder)
9880 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9881 (inferior-tcl-source-command):
9882 * textmodes/fill.el (enable-kinsoku):
9883 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9884 * textmodes/table.el (table-yank-handler):
9885 Specify missing group (and type, if simple) in defcustom.
9886
9887 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9888
9889 * progmodes/compile.el (compilation-finish-function): Fix defvar.
9890
9891 2005-05-19 Richard M. Stallman <rms@gnu.org>
9892
9893 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9894
9895 * subr.el (event-basic-type): Don't get an error.
9896 (left-fringe-p): Function deleted.
9897
9898 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9899 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9900
9901 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9902 in recursive copy.
9903
9904 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9905
9906 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9907
9908 * emacs-lisp/bytecomp.el
9909 (byte-compile-file-form-custom-declare-variable): Call
9910 byte-compile-nogroup-warn if appropriate.
9911
9912 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9913 (compilation-set-window): Don't call left-fringe-p; do it directly.
9914
9915 2005-05-19 Jay Belanger <belanger@truman.edu>
9916
9917 * calc/calc-graph.el (calc-graph-format-data): Make sure
9918 var-PlotRejects is bound before trying to check its value.
9919
9920 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
9921
9922 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9923 definition of this variable from reftex-global.el to reftex.el,
9924 because it is needed in the menu.
9925
9926 2005-05-19 Lute Kamstra <lute@gnu.org>
9927
9928 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9929 years are fixed. Don't insert a space after a dash.
9930
9931 2005-05-19 Kim F. Storm <storm@cua.dk>
9932
9933 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9934
9935 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
9936
9937 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9938 strings, because (eq ... ?\\) is fairly frequent.
9939
9940 * progmodes/make-mode.el (makefile-add-this-line-targets):
9941 Simplify and integrate into `makefile-pickup-targets'.
9942 (makefile-add-this-line-macro): Simplify and integrate into
9943 `makefile-pickup-macros.
9944 (makefile-pickup-filenames-as-targets): Simplify.
9945 (makefile-previous-dependency, makefile-match-dependency):
9946 Don't stumble over `::'.
9947
9948 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
9949
9950 * subr.el (post-command-idle-hook, post-command-idle-delay):
9951 Remove obsoletion of post-command-idle-hook and
9952 post-command-idle-delay.
9953
9954 * faces.el (list-faces-display): Provide button when describe-face
9955 is called to take user back to the list of faces.
9956
9957 * help-fns.el (describe-variable): Remove hyperlinks in a
9958 variable's value as these are quite frequently inappropriate.
9959
9960 * follow.el (follow-submit-feedback, follow-mode):
9961 Remove references to post-command-idle-hook.
9962
9963 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
9964
9965 * progmodes/make-mode.el (makefile-previous-dependency)
9966 (makefile-match-dependency): Check for := (and in bsd mode also
9967 !=) to give a better result, even when font-lock is not on.
9968
9969 2005-05-18 Jay Belanger <belanger@truman.edu>
9970
9971 * calc/calc-help.el (calc-s-prefix-help):
9972 Add `calc-copy-special-constant' to help string.
9973
9974 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9975
9976 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9977
9978 2005-05-18 Jay Belanger <belanger@truman.edu>
9979
9980 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9981 in linear factors are in proper order.
9982
9983 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9984
9985 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9986 Support for jurabib.
9987
9988 * textmodes/reftex.el (featurep): Define aliases for overlay
9989 commands, for XEmacs compatibility, and use these aliases in
9990 overlay initializations.
9991 (reftex-highlight): Use `reftex-move-overlay'.
9992 (reftex-unhighlight): Use `reftex-delete-overlay'.
9993 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
9994 (reftex-access-search-path): Use `reftex-uniquify' instead of
9995 `reftex-uniq'
9996
9997 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9998 `before-string' property modification enables for Emacs as well.
9999 (reftex-select-item): Use `reftex-delete-overlay'.
10000 (reftex-select-mark): Use `reftex-make-overlay' and
10001 `reftex-overlay-put'.
10002 (reftex-select-unmark): Use `reftex-delete-overlay' and
10003 `reftex-overlay-put'.
10004
10005 2005-05-18 Lute Kamstra <lute@gnu.org>
10006
10007 * emacs-lisp/lisp.el (check-parens): Fix docstring.
10008
10009 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
10010
10011 * add-log.el (add-change-log-entry):
10012 * array.el (array-make-template, array-reconfigure-rows)
10013 (array-init-max-row, array-init-max-column)
10014 (array-init-columns-per-line, array-init-field-width):
10015 * replace.el (replace-match-maybe-edit, perform-replace):
10016 * textmodes/spell.el (spell-region):
10017 Replace `read-input' by `read-string'.
10018
10019 * forms.el (forms-mode):
10020 * finder.el (finder-compile-keywords):
10021 * shadowfile.el (shadow-read-files):
10022 Replace `eval-current-buffer' by `eval-buffer'.
10023
10024 * terminal.el (te-pass-through):
10025 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10026 (ange-ftp-raw-send-cmd):
10027 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10028 (send-process-next-char, telnet-initial-filter, telnet):
10029 Replace `send-string' by `process-send-string'.
10030
10031 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10032 (prolog-consult-region): Replace `send-string' by
10033 `process-send-string'; replace `send-region' by `process-send-region'.
10034
10035 * progmodes/delphi.el (delphi-log-msg):
10036 Replace `set-window-dot' by `set-window-point'.
10037
10038 * subr.el (window-dot, set-window-dot, read-input, send-string)
10039 (send-region, show-buffer, eval-current-buffer):
10040 Make really obsolete, as the comment says.
10041
10042 2005-05-17 Kim F. Storm <storm@cua.dk>
10043
10044 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10045 (cua--init-keymaps): Bind C-return instead of S-return to set
10046 rectangle mark.
10047
10048 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10049 instead of S-return to toggle/clear rectangle mark.
10050
10051 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10052
10053 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10054 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10055 Also fontify plain strings assigned to variables, mostly so that a
10056 colon has a face and is thus not taken as a dependency separator.
10057 (makefile-previous-dependency): Inline the new matcher, because it
10058 is too complex to work in both directions.
10059 (makefile-match-dependency): Eliminate `backward' arg (see above).
10060 Completely reimplemented so as to not sometimes go into an endless
10061 loop. It should also be more efficient, because first it only
10062 searches for `:', instead of applying the very complex regexp.
10063 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10064 to be fontified in one piece can be too long for JIT.
10065 Makefiles are never *that* big.
10066
10067 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10068
10069 * dired.el (dired-mode): Simplify.
10070
10071 2005-05-17 Lute Kamstra <lute@gnu.org>
10072
10073 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10074 defcustom for the mode hook variable.
10075
10076 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10077 Emacs Lisp Reference Manual.
10078
10079 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10080
10081 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10082 (evenp, list*):
10083 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10084 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10085
10086 * net/tramp-smb.el (tramp-smb-open-connection):
10087 Pass `tramp-chunksize' as fifth (required) argument.
10088
10089 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10090
10091 * font-lock.el (lisp-font-lock-keywords-1):
10092 Set `font-lock-negation-char-face' for [^...] char group.
10093 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10094
10095 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10096 a var, and refine it to mask one more level of nested vars.
10097 (makefile-rule-action-regex): Turn it into a var, and refine it so
10098 it recognizes backslashed continuation lines as belonging to the
10099 same command.
10100 (makefile-macroassign-regex): Refine it so it recognizes
10101 backslashed continuation lines as belonging to the same command.
10102 (makefile-var-use-regex): Don't look at the next char, because it
10103 might be the same one to be skipped by the initial [^$], leading
10104 to an overlooked variable use.
10105 (makefile-make-font-lock-keywords): Remove two parameters, which
10106 are now variables that some of the modes set locally.
10107 Handle dependency and rule action matching through functions, because
10108 regexps alone match too often. Dependency matching now comes
10109 last, so it can check, whether a colon already matched something else.
10110 (makefile-mode): Inform that font-lock improves makefile parsing
10111 capabilities.
10112 (makefile-match-dependency, makefile-match-action): New functions.
10113
10114 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10115
10116 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10117
10118 * align.el (align-regexp):
10119 * ansi-color.el (ansi-color-get-face):
10120 * array.el (array-reconfigure-rows, array-init-max-row)
10121 (array-init-max-column, array-init-columns-per-line)
10122 (array-init-field-width):
10123 * dired-aux.el (dired-trample-file-versions):
10124 * dired-x.el (dired-mark-sexp):
10125 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10126 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10127 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10128 * faces.el (face-read-integer):
10129 * files.el (backup-extract-version, insert-directory):
10130 * hexl.el (hexl-insert-decimal-char):
10131 * server.el (server-process-filter):
10132 * shell.el (shell-extract-num):
10133 * startup.el (command-line-1):
10134 * term.el (term-command-hook):
10135 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10136 (time-stamp-do-number):
10137 * time.el (display-time-update):
10138 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10139 (timezone-fix-time):
10140 * vms-patch.el (vms-suspend-resume-hook):
10141 * calendar/appt.el (appt-convert-time):
10142 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10143 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10144 * calendar/cal-islam.el (mark-islamic-diary-entries):
10145 * calendar/calendar.el (calendar-cursor-to-date)
10146 (calendar-star-date):
10147 * calendar/diary-lib.el (diary-attrtype-convert)
10148 (mark-diary-entries, diary-entry-time):
10149 * calendar/solar.el (solar-get-number):
10150 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10151 * emacs-lisp/re-builder.el (reb-display-subexp):
10152 * emulation/edt.el (edt-set-scroll-margins):
10153 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10154 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10155 (vip-get-ex-count):
10156 * emulation/viper-ex.el (viper-get-ex-token)
10157 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10158 * international/fontset.el (fontset-plain-name):
10159 * mail/feedmail.el (feedmail-look-at-queue-directory):
10160 * mail/mailalias.el (mail-get-names):
10161 * mail/rmail.el (rmail-convert-to-babyl-format):
10162 * mail/rmailsum.el (rmail-make-basic-summary-line)
10163 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10164 (rmail-summary-goto-msg):
10165 * mail/smtpmail.el (smtpmail-read-response):
10166 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10167 (ange-ftp-vms-add-file-entry):
10168 * play/gametree.el (gametree-looking-at-ply)
10169 (gametree-current-branch-score):
10170 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10171 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10172 * progmodes/cperl-mode.el (condition-case):
10173 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10174 (ebrowse-set-member-buffer-column-width)
10175 (ebrowse-select-1st-to-9nth):
10176 * progmodes/etags.el (etags-snarf-tag):
10177 * progmodes/flymake.el (flymake-parse-line):
10178 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10179 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10180 (idlwave-shell-menu-def):
10181 * progmodes/ps-mode.el (ps-run-goto-error):
10182 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10183 (vhdl-speedbar-contract-level):
10184 * term/mac-win.el (x-handle-numeric-switch):
10185 * term/sun-mouse.el (sun-get-frame-data):
10186 * term/w32-win.el (x-handle-numeric-switch):
10187 * term/x-win.el (x-handle-numeric-switch):
10188 * textmodes/ispell.el (ispell-parse-output):
10189 * textmodes/nroff-mode.el (nroff-outline-level):
10190 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10191 (reftex-bib-sort-year-reverse, reftex-format-citation):
10192 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10193 (reftex-section-number):
10194 * textmodes/texinfmt.el (texinfo-paragraphindent):
10195 Replace `string-to-int' by `string-to-number'.
10196
10197 * international/latexenc.el: Add page marker to force the "Local
10198 Variables:" string out of the last page.
10199
10200 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10201
10202 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10203 tooltip-change-major-mode.
10204 (gud-tooltip-print-command): Remove case where gud-minor-mode
10205 is gdb ("--fullname").
10206 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10207 explain to user.
10208
10209 2005-05-16 Jay Belanger <belanger@truman.edu>
10210
10211 * calc/calc-store.el (calc-copy-special-constant): New function.
10212
10213 * calc/calc-ext.el (calc-init-extensions): Add binding for
10214 `calc-copy-special-constant'.
10215
10216 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10217 for the `calc-copy-special-constant' command.
10218
10219 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10220
10221 * subr.el (left-fringe-p): New function.
10222
10223 * progmodes/compile.el (compilation-setup): Set local value of
10224 overlay-arrow-string to "" always.
10225 (compilation-set-window): Left fringe then don't scroll.
10226 No left fringe then no arrow and scroll message to top.
10227 (compilation-context-lines): Adjust doc string accordingly.
10228
10229 2005-05-16 Kim F. Storm <storm@cua.dk>
10230
10231 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10232 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10233 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10234 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10235 (ido-read-file-name): Handle commands with ido property value
10236 equal to find-file as reading a file name, to allow C-d to enter dired.
10237 (ibuffer-find-file): Add ido property with value find-file.
10238
10239 2005-05-15 Kim F. Storm <storm@cua.dk>
10240
10241 * subr.el (open-network-stream-nowait): Remove.
10242 (open-network-stream-server): Remove.
10243
10244 2005-05-15 Richard M. Stallman <rms@gnu.org>
10245
10246 * faces.el (describe-face): Output a definition link button.
10247
10248 * help-mode.el (help-face-def): New button type.
10249
10250 * emacs-lisp/copyright.el (copyright-fix-years):
10251 Match properly if the first year is 2-digit.
10252 Don't mess up the whitespace after the years by filling.
10253
10254 * dired-aux.el (dired-mark-confirm):
10255 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10256
10257 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10258 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10259 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10260
10261 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10262 Set font-lock-comment-start-skip.
10263
10264 * font-lock.el (font-lock-comment-start-skip): New variable.
10265 (font-lock-comment-end-skip): New variable.
10266 (font-lock-fontify-syntactically-region): Use them if non-nil.
10267
10268 2005-05-15 Jay Belanger <belanger@truman.edu>
10269
10270 * calc/calc-store.el (calc-store-value): Return a string rather
10271 than display it as a message.
10272 Use calc-var-name for variable name.
10273 (calc-store-into): Add the result of calc-store-value to message.
10274 (calc-copy-variable): Add a message.
10275 (calc-store-exchange): Improve error messages.
10276 (calc-store-binary, calc-store-map): Don't reset the values of
10277 special constants.
10278
10279 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10280
10281 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10282 manual to docstring.
10283
10284 * files.el (hack-local-variables-confirm): Add STRING argument.
10285 Make the function handle non file visiting buffers correctly.
10286 (hack-local-variables-prop-line, hack-local-variables)
10287 (hack-one-local-variable): Use STRING arg of
10288 `hack-local-variables-confirm'.
10289
10290 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10291
10292 Sync with Tramp 2.0.49.
10293
10294 * net/tramp.el (tramp-handle-dired-call-process)
10295 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10296 because the contents of the Tramp buffer is changed before
10297 insertion (`expand-file' and alike).
10298 (tramp-handle-insert-directory): If `localname' has an empty
10299 nondirectory name, it must not be quoted.
10300 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10301 variable `tramp-chunksize'. Change callees.
10302 (tramp-open-connection-setup-interactive-shell): Check remote host
10303 for buggy `send-process-string' implementation.
10304 Set `tramp-chunksize' if found. Reported by Michael Kifer
10305 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10306 (tramp-handle-shell-command): `insert-buffer' cannot be used
10307 because the contents of the Tramp buffer is changed before
10308 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10309 <frederic.bothamy@free.fr>.
10310 (tramp-set-auto-save): Actions should be done for Tramp file name
10311 handler only. Ange-FTP has its own auto-save mechanism.
10312 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10313 (tramp-set-auto-save-file-modes): Set file modes of
10314 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10315 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10316 (tramp-bug): Remove obsolete variable.
10317 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10318 for presence of `mml-mode'. Make it running for older Emacsen as well.
10319
10320 2005-05-14 John Paul Wallington <jpw@pobox.com>
10321
10322 * ibuf-ext.el (define-ibuffer-filter filename):
10323 If `dired-directory' is a list, use its car.
10324
10325 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10326
10327 * ibuffer.el (define-ibuffer-column filename):
10328 If `dired-directory' is a list, use its car.
10329
10330 2005-05-14 Richard M. Stallman <rms@gnu.org>
10331
10332 * subr.el (symbol-file): Doc fix.
10333
10334 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10335 (byte-compile-form): Call byte-compile-nogroup-warn.
10336 (byte-compile-warning-types): Doc fix.
10337
10338 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10339
10340 * progmodes/cc-engine.el (c-literal-faces):
10341 Add font-lock-comment-delimiter-face.
10342
10343 * net/net-utils.el (dig): Use with-no-warnings.
10344
10345 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10346 (sc-recite-frame-alist, sc-default-cite-frame)
10347 (sc-default-uncite-frame, sc-default-recite-frame)
10348 (sc-attrib-selection-list, sc-rewrite-header-list):
10349 Mark as risky-local-variable.
10350
10351 * international/ogonek.el (ogonek-jak, ogonek-how):
10352 Don't use beginning-of-buffer.
10353
10354 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10355
10356 * calendar/solar.el (solar-data-list): Move definition up.
10357
10358 * dnd.el (dnd-protocol-alist): Add autoload.
10359
10360 * progmodes/sh-script.el: Many doc usage fixes.
10361 (sh-indent-after-do): Change default to match common styles.
10362
10363 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10364
10365 * files.el (interpreter-mode-alist)
10366 (auto-mode-interpreter-regexp): Doc fixes.
10367
10368 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10369
10370 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10371
10372 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10373
10374 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10375
10376 * dired.el (dired-mode): make-variable-buffer-local =>
10377 make-local-variable.
10378
10379 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10380
10381 * term/mac-win.el (mac-select-convert-to-string): Try coding
10382 systems in mac-script-code-coding-systems if specified one cannot
10383 encode string for `com.apple.traditional-mac-plain-text'.
10384
10385 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10386
10387 * progmodes/make-mode.el (makefile-targets-face)
10388 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10389 (makefile-dependency-regex): Fix it to not make the colon in
10390 $(var:a=b) special.
10391 (makefile-rule-action-regex): New regexp for highlighting embedded
10392 Shell strings.
10393 (makefile-macroassign-regex): Handle != for highlighting as
10394 embedded Shell strings.
10395 (makefile-var-use-regex): New const.
10396 (makefile-statements, makefile-automake-statements)
10397 (makefile-gmake-statements, makefile-makepp-statements)
10398 (makefile-bsdmake-statements): New consts.
10399 (makefile-make-font-lock-keywords): New function.
10400 (makefile-automake-font-lock-keywords)
10401 (makefile-gmake-font-lock-keywords)
10402 (makefile-makepp-font-lock-keywords)
10403 (makefile-bsdmake-font-lock-keywords): New consts.
10404 (makefile-mode-map): Add switchers between the various submodes.
10405 (makefile-mode): Document the availability of the variants.
10406 (makefile-automake-mode, makefile-gmake-mode)
10407 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10408
10409 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10410 new variants of makefile-mode.
10411
10412 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10415 the inheritance.
10416
10417 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10418
10419 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10420 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10421
10422 * files.el (normal-mode): Extend the scope of the
10423 `enable-local-variables' binding to include the `set-auto-mode' call.
10424 (magic-mode-alist): Doc fix.
10425
10426 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10429 font-lock-comment-face rather than copying its setting.
10430
10431 2005-05-12 Andreas Schwab <schwab@suse.de>
10432
10433 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10434
10435 2005-05-12 Lute Kamstra <lute@gnu.org>
10436
10437 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10438 defcustom for the mode hook variable. Delete the last argument.
10439 * generic-x.el: Fix callers of define-generic-mode.
10440 (generic-x-modes): Delete group.
10441 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10442 generic-x customization group.
10443
10444 2005-05-12 Kim F. Storm <storm@cua.dk>
10445
10446 * font-lock.el (font-lock-negation-char-face): Default to "off".
10447
10448 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10449 font-lock-negation-char-face to ! in !=.
10450
10451 2005-05-12 Masatake YAMATO <jet@gyve.org>
10452
10453 * add-log.el (find-change-log): Fix typos in the docstring
10454 of function.
10455
10456 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10457
10458 * international/latexenc.el (latexenc-find-file-coding-system):
10459 Avoid `re-search-forward' when looking for input encoding because
10460 of speed and safety. Better regular expressions for recognizing
10461 input encoding. Limit a search for TeX-master/tex-main-file to
10462 the local variable section.
10463
10464 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10465
10466 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10467 syntax of $ to "'" (quote).
10468
10469 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10470
10471 * dnd.el (dnd-protocol-alist): Improve custom type.
10472
10473 * dired.el (dired-dnd-protocol-alist): New variable.
10474 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10475 `dired-mode-hook' to the end.
10476
10477 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10480 comment-end if comment-start-skip is not set.
10481 Obey the font-lock-comment-delimiter-face variables.
10482
10483 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10484
10485 * files.el (executable-find): Move from executable.el. Use
10486 locate-file.
10487 * progmodes/executable.el (executable-find): Move to files.el.
10488
10489 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10490 when trying to ensure forward progress.
10491
10492 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10493
10494 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10495 (mouse-select, mouse-select-internal, mouse-extend-internal):
10496 Use it to implement mouse-1-click-follows-link functionality.
10497
10498 2005-05-11 Richard M. Stallman <rms@gnu.org>
10499
10500 * font-lock.el (font-lock-fontify-syntactically-region):
10501 Use font-lock-comment-delimiter-face for comment delimiters.
10502
10503 2005-05-10 Jay Belanger <belanger@truman.edu>
10504
10505 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10506 preserving embedded modes.
10507
10508 2005-05-10 Richard M. Stallman <rms@gnu.org>
10509
10510 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10511
10512 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10513 Move from ada-stmt.el.
10514 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10515
10516 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10517 Move to ada-mode.el.
10518 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10519
10520 * cus-edit.el (custom-file): Call file-chase-links.
10521
10522 * files.el (read-directory-name): Fix previous change.
10523 (hack-local-variables-confirm): New function.
10524 (hack-local-variables-prop-line, hack-local-variables)
10525 (hack-one-local-variable): Use it.
10526
10527 2005-05-10 Lute Kamstra <lute@gnu.org>
10528
10529 * font-lock.el (font-lock-keywords-alist)
10530 (font-lock-removed-keywords-alist): Clarify docstrings.
10531
10532 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10533
10534 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10535 (gdb-source-info): Check for preprocessor info.
10536 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10537 a macro for a function.
10538 (gdb-info-breakpoints-custom): Try to find file again if not already
10539 found (user might have used GDB dir command).
10540 (gdb-get-location): Update gdb-location-alist correctly for change
10541 to gdb-info-breakpoints-custom.
10542
10543 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10544 (gud-tooltip-print-command): Add gdbmi case.
10545 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10546 preprocessor info.
10547
10548 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10549
10550 * startup.el (fancy-splash-insert): Fix typo in doc string.
10551
10552 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10553
10554 * obsolete/float.el (string-to-float):
10555 * obsolete/hilit19.el (hilit-add-pattern):
10556 * obsolete/rnews.el (news-parse-range, news-select-message)
10557 (news-get-pruned-list-of-files): Replace `string-to-int' by
10558 `string-to-number'.
10559
10560 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10561 `find-file-not-found-hooks'; use `add-hook'.
10562 (uncompress-while-visiting): Set `write-file-functions', not
10563 `write-file-hooks'; use `add-hook'.
10564
10565 2005-05-09 Kim F. Storm <storm@cua.dk>
10566
10567 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10568 (cua-paste): Handle clipboard action.
10569 (cua--init-keymaps): Remap clipboard-kill-region and
10570 clipboard-kill-ring-save.
10571
10572 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10573
10574 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10575 Improve commentary.
10576
10577 * simple.el (next-error-overlay-arrow-position): Revert the change
10578 made on 2005-04-30.
10579
10580 2005-05-07 Jay Belanger <belanger@truman.edu>
10581
10582 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10583 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10584 `calc-sel-reselect'.
10585
10586 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10587 Calc is in embedded mode.
10588
10589 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10590
10591 * progmodes/compile.el (compilation-setup):
10592 Set overlay-arrow-string to an empty string on text terminals.
10593
10594 * textmodes/ispell.el (ispell-program-name): Try looking for
10595 "aspell" along exec-path, and if found, use it as the default
10596 speller program.
10597
10598 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10599
10600 * international/mule.el (sgml-xml-auto-coding-function):
10601 Recognize encoding='FOO' in single quotes as well as in double quotes.
10602
10603 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10604
10605 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10606 as well as `interactive', so that defmacro* would recognize
10607 `declare' forms.
10608
10609 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10610
10611 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10612 Explain more about the LIGHTER arg's usage in the doc string.
10613 Add commentary to clarify what the code does. Fix the regexp that
10614 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10615 since it could have characters special to regular expressions.
10616
10617 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10618
10619 * replace.el (occur-1): Bind inhibit-read-only so that
10620 erase-buffer doesn't barf on read-only text properties (likewise
10621 for add-text-properties in occur-engine). Mark buffer as unmodified.
10622 (occur-engine): Don't set buffer-read-only here.
10623
10624 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10627 list-buffers-directory. This caused the *cvs-commit* buffer to be
10628 sometimes mistakenly reused as a *cvs* buffer.
10629
10630 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10631
10632 * tooltip.el: Move code for GUD tooltips into gud.el.
10633 (require): CL no longer needed to compile case.
10634 (tooltip-mode): Do not toggle functions for GUD tooltips.
10635 (tooltip-gud-tips-p): Remove. Replace with minor mode
10636 gud-tooltip-mode in gud.el.
10637 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10638 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10639 tooltip-gud prefix with gud-tooltip and obsolete.
10640 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10641 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10642 (tooltip-mouse-motion): Mouse movement functions/variable.
10643 Rename in gud.el by adding gud prefix.
10644 (tooltip-gud-original-filter, tooltip-gud-dereference)
10645 (tooltip-gud-event, tooltip-toggle-gud-tips)
10646 (tooltip-gud-process-output, tooltip-gud-print-command)
10647 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10648 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10649 (gdb-tooltip-print): Move to gdb-ui.el.
10650
10651 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10652 (require): CL needed to compile case.
10653 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10654 tooltip-gud-tips-p. Make it a minor-mode.
10655 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10656 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10657 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10658 (gud-tooltip-change-major-mode)
10659 (gud-tooltip-activate-mouse-motions-if-enabled)
10660 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10661 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10662 (gud-tooltip-original-filter, gud-tooltip-dereference)
10663 (gud-tooltip-event, tooltip-toggle-gud-tips)
10664 (gud-tooltip-process-output, gud-tooltip-print-command)
10665 (gud-tooltip-tips): Move from tooltip.el.
10666
10667 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10668 (gdb-cpp-define-alist-flags): Doc fix.
10669 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10670 gud-tooltip-mode is t.
10671
10672 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10675 evaporate if their text is deleted.
10676 (goto-address-at-point): Make it work as a mouse binding as well.
10677 (goto-address-at-mouse): Obsolete it. Update users.
10678
10679 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10680
10681 * calendar/appt.el (top-level): No longer activate on load.
10682
10683 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10684
10685 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10686 * net/webjump.el (webjump):
10687 * progmodes/idlw-help.el (idlwave-do-context-help1)
10688 (idlwave-highlight-linked-completions):
10689 * textmodes/po.el (po-find-file-coding-system-guts):
10690 Replace `assoc-ignore-case' by `assoc-string'.
10691
10692 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10693
10694 * files.el (locate-file): Doc fix.
10695
10696 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10697 Remove the redundant test for ms-dos.
10698
10699 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10700 look for the preprocessor with exec-suffixes. If not found in
10701 standard places, look in exec-path. Remove most of the tests that
10702 used system-type.
10703
10704 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10705
10706 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10707
10708 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10709 file-name clash with jka-compr.el on 8+3 filesystems.
10710
10711 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10712
10713 * term/mac-win.el: Don't define or bind scroll bar functions if
10714 x-toolkit-scroll-bars is t.
10715 (x-select-text, x-get-selection-value): Clear
10716 x-last-selected-text-clipboard if x-select-enable-clipboard is
10717 nil.
10718 (PRIMARY): Put mac-scrap-name property.
10719 (mac-select-convert-to-file-url): New function.
10720 (public.file-url): New selection target type. Add to
10721 selection-converter-alist.
10722 (x-get-selection, x-selection-value): Handle it.
10723 (x-cut-buffer-or-selection-value): New alias.
10724
10725 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10726
10727 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10728 entry to avoid calling bibtex-find-entry with arg global
10729 being t. Remove arg key.
10730 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10731 (bibtex-copy-summary-as-kill): Change accordingly.
10732
10733 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10736 (org-agenda-date-later): Use with-current-buffer.
10737
10738 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10739
10740 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10741 (define-obsolete-variable-alias): Doc Fixes.
10742
10743 2005-05-06 Kim F. Storm <storm@cua.dk>
10744
10745 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10746 vertical-motion when selective-display is active.
10747
10748 * ido.el (ido-setup-hook): New hook.
10749 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10750 (ido-input-stack): New var.
10751 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
10752 ido-next-work-file binding to M-O.
10753 Bind M-f to ido-wide-find-file-or-pop-dir.
10754 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10755 (ido-read-internal): Run ido-setup-hook.
10756 Catch quit in read-file-name and read-string to cancel edit.
10757 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10758 Automatically pop-all when completing a directory name (RET).
10759 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10760 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10761 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10762 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10763 New functions for M-b/M-f to move among the directory components.
10764 (ido-make-merged-file-list): Catch quit to cancel merge.
10765 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10766 (ido-completion-help): No warnings for ido-completion-buffer-full.
10767
10768 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10769
10770 * font-lock.el (font-lock-negation-char-face): New face and variable.
10771 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10772 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10773 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10774 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10775
10776 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
10777
10778 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10779 Fix typo in docstring.
10780
10781 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10782 (ebrowse-print-statistics-line)
10783 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10784
10785 * term/w32-win.el (image-library-alist): Add additional name for
10786 Xpm library.
10787
10788 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
10789
10790 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10791 use gcc instead of cpp.
10792
10793 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10794 (gdb-create-define-alist): Use it.
10795 (gdb-cpp-define-alist-program): Update for MS-DOS.
10796
10797 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
10798
10799 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10800
10801 2005-05-04 Richard M. Stallman <rms@gnu.org>
10802
10803 * help.el (describe-key): No error when UNTRANSLATED is nil.
10804
10805 * simple.el (line-move-1): Fix previous change to signal errors
10806 appropriately.
10807
10808 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
10809
10810 * calendar/icalendar.el (icalendar-version): Now at 0.12.
10811 (icalendar-duration-correction): Remove.
10812 (icalendar--get-event-properties): Split result at commas.
10813 (icalendar--decode-isoduration): New optional argument
10814 DURATION-CORRECTION.
10815 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10816 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10817 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10818 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10819 (icalendar--convert-anniversary-to-ical): New functions, extracted
10820 from icalendar-export-region, with bug fixes.
10821 (icalendar-export-region): Use the above functions.
10822 (icalendar-import-buffer): Check before saving diary file.
10823 (icalendar--convert-recurring-to-diary)
10824 (icalendar--convert-non-recurring-all-day-to-diary)
10825 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10826 extracted from icalendar--convert-ical-to-diary, with bug fixes.
10827 (icalendar--convert-ical-to-diary): Use the above functions.
10828
10829 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
10830
10831 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10832 Remove these recent additions.
10833 (c-mode): Restore to before 2005-04-28.
10834
10835 * progmodes/cc-vars.el (cc-define-list-program): Remove this
10836 recent addition.
10837
10838 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10839 (gdb-define-alist): New variables.
10840 (gdb-create-define-alist): New function.
10841 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10842 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10843 with string-to-number.
10844 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
10845
10846 * progmodes/gud.el: Replace string-to-int with string-to-number.
10847 (gud-find-file): Handle gdb-define-alist.
10848
10849 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10850
10851 2005-05-02 Jay Belanger <belanger@truman.edu>
10852
10853 * calc/calc-aent.el (math-read-token):
10854 * calc/calc-bin.el (calc-word-size):
10855 * calc/calc-ext.el (calc-read-number-fancy):
10856 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10857 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10858 * calc/calc-frac.el (calc-over-notation):
10859 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10860 (calc-graph-num-points, calc-graph-init):
10861 * calc/calc-prog.el (calc-read-parse-table-part)
10862 (calc-edit-macro-repeats):
10863 * calc/calc-yank.el (calc-do-grab-rectangle):
10864 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10865 Replace `string-to-int' by `string-to-number'.
10866
10867 2005-05-02 Kim F. Storm <storm@cua.dk>
10868
10869 * kmacro.el: Use executing-kbd-macro-index variable.
10870
10871 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
10872
10873 * net/rlogin.el (rlogin-parse-words): Delete func.
10874 (rlogin): Use split-string, not rlogin-parse-words.
10875 Also, if there are option-like elements in the parsed args,
10876 take the host to be the first arg immediately following them.
10877 Suggested by Michael Mauger.
10878
10879 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10880
10881 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10882
10883 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10884
10885 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10886 (cc-mode-cpp-program): Rename to cc-define-list-program and
10887 move to cc-vars.el.
10888
10889 * progmodes/cc-vars.el (cc-define-list-program):
10890 Change to "gcc -E -dM -". Make customizable.
10891
10892 2005-05-02 Kim F. Storm <storm@cua.dk>
10893
10894 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10895
10896 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10897
10898 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10899
10900 * international/mule-util.el (truncate-string): Remove alias and
10901 obsolete declaration.
10902
10903 * international/mule-cmds.el (update-iso-coding-systems):
10904 Remove alias and obsolete declaration.
10905
10906 * international/mule.el (coding-system-parent): Remove alias and
10907 obsolete declaration.
10908
10909 * subr.el (define-function, sref): Remove aliases and obsolete
10910 declarations.
10911 (chars-in-region): Remove obsolete declaration.
10912
10913 2005-05-01 Richard M. Stallman <rms@gnu.org>
10914
10915 * info.el (Info-mode): Set widen-automatically to nil, locally.
10916
10917 * simple.el (widen-automatically): New variable.
10918 (pop-global-mark): Obey widen-automatically.
10919
10920 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
10921
10922 * term/xterm.el (function-key-map): Call substitute-key-definition
10923 before the keymap size is increased by a lot of define-key calls.
10924
10925 2005-05-01 Richard M. Stallman <rms@gnu.org>
10926
10927 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10928 Rename ARG to ELEMENT. Doc fix.
10929
10930 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10931
10932 * allout.el (allout-exposure): Remove macro and obsolete declaration.
10933 Remove references to allout-exposure/change to allout-new-exposure.
10934
10935 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10936 bytecode symbols.
10937
10938 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10939 (compiled-function-p, focus-frame, unfocus-frame):
10940 Remove aliases and obsolete declarations.
10941 Back out inadvertent changes from previous commit.
10942
10943 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10944
10945 * files.el (require-final-newline): Make Custom tags consistent
10946 with mode-require-final-newline.
10947 (mode-require-final-newline): Doc fix.
10948
10949 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10950
10951 * international/latexenc.el (latexenc-find-file-coding-system):
10952 Fix regular expressions.
10953
10954 2005-05-01 David Kastrup <dak@gnu.org>
10955
10956 * international/latexenc.el (latexenc-find-file-coding-system):
10957 Fix regular expressions.
10958
10959 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10960
10961 * subr.el (string-to-int): Make obsolete.
10962
10963 2005-04-30 Richard M. Stallman <rms@gnu.org>
10964
10965 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10966
10967 * loadup.el: load jka-comp-hook.
10968
10969 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10970 (jka-compr-handler): Add autoload. `put' calls moved
10971 to jka-comp-hook.el.
10972 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10973 (jka-compr-inhibit): Autoload.
10974
10975 * jka-comp-hook.el: New file.
10976 Enable the mode by default.
10977
10978 * files.el (backup-buffer-copy): Use copy-file instead
10979 of write-region, and put back the 'excl.
10980
10981 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
10982
10983 * progmodes/flymake.el (flymake-split-string)
10984 (flymake-split-string, flymake-log, flymake-pid-to-names)
10985 (flymake-reg-names, flymake-get-source-buffer-name)
10986 (flymake-unreg-names, flymake-add-line-err-info)
10987 (flymake-add-err-info): Clarify docstrings.
10988 (flymake-popup-menu, flymake-make-emacs-menu)
10989 (flymake-make-xemacs-menu): Add docstrings.
10990 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10991 Set variables directly throughout.
10992
10993 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
10994
10995 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10996 exists. Initialize cc-define-alist.
10997 (c-mode): Add cc-create-define-alist locally to after-save-hook.
10998 If there is no file (Macroexpansion) don't create an alist.
10999
11000 2005-04-29 Sam Steingold <sds@gnu.org>
11001
11002 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11003 (cc-create-define-alist): Use it instead of the hard-coded string.
11004
11005 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * international/mule-conf.el (file-coding-system-alist): Fix regexp
11008 for latexenc.
11009
11010 2005-04-29 Lute Kamstra <lute@gnu.org>
11011
11012 * emacs-lisp/generic.el: Improve commentary section.
11013 (define-generic-mode): Improve docstring.
11014
11015 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11016
11017 * textmodes/org.el (many places): Change to quiet the byte compiler.
11018 (org-prefix-format-compiled): New variable.
11019 (org-compile-prefix-format): New function.
11020 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11021 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11022 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11023 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11024 consistency with entries from `org-mode' files.
11025 (org-get-time-of-day): Fix bug with partial matches early in a line.
11026 (org-non-link-chars): New constant.
11027 (org-link-regexp): Respect `org-non-link-chars'.
11028 (org-agenda-day-view): Remove command.
11029 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11030 (org-follow-bbdb-link, org-store-link): Search also company field.
11031 (org-highlight-overlay): New variable.
11032 (org-highlight, org-unhighlight): New functions.
11033 (org-agenda-mode): Add pre-command-hook to remove highlight.
11034 (org-evaluate-time-range): Behavior depends upon whether time stamp
11035 contains a time or not.
11036 (org-show-subtree, org-show-entry): New functions.
11037 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11038
11039 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11040
11041 * comint.el (comint-output-filter-functions): Add autoload cookie.
11042
11043 2005-04-28 Kim F. Storm <storm@cua.dk>
11044
11045 * ido.el (ido-everywhere): Fix last change.
11046
11047 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11048
11049 * international/latexenc.el: New file.
11050 * international/mule-conf.el (file-coding-system-alist): For .tex,
11051 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11052
11053 2005-04-28 Lute Kamstra <lute@gnu.org>
11054
11055 * font-lock.el (font-lock-add-keywords)
11056 (font-lock-remove-keywords): Clarify docstring.
11057 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11058 Don't start docstrings with a `*'.
11059 (font-lock-update-removed-keyword-alist): Give it a docstring.
11060
11061 * generic-x.el: Update commentary section.
11062 Only require font-lock when compiling.
11063 Define all modes conditionally.
11064 Place all generic modes in the generic-x-modes customization group.
11065 (generic-x-modes): New customization group.
11066 (generic-default-modes, generic-mswindows-modes)
11067 (generic-unix-modes, generic-other-modes): New constants.
11068 (generic-define-mswindows-modes, generic-define-unix-modes):
11069 Update docstrings. Make them obsolete.
11070 (generic-extras-enable-list): New default value. Update docstring.
11071 Improve :type. Change :set function.
11072 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11073 Fix docstring.
11074
11075 * emacs-lisp/generic.el (generic-mode-internal):
11076 Simplify font-lock-defaults.
11077 (define-generic-mode): Fix docstring.
11078
11079 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11082 font-lock-face property to highlight matches.
11083
11084 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11085
11086 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11087 (cc-define-alist): New variable.
11088 (c-mode): Make it local and initialize it.
11089
11090 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11091 (gdb-exited): New function.
11092 (gdb-annotation-rules): Use it.
11093 (gdb-starting): Set gdb-active-process to t.
11094 (gdb-stopping): Amend doc string.
11095 (gdb-reset): Set gdb-active-process to nil.
11096
11097 * tooltip.el (tooltip-gud-tips): Show the associated #define
11098 directives when a C program under GDB is not executing.
11099
11100 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11103 font-lock-fontify-syntactic-keywords.
11104
11105 * font-lock.el (font-lock-default-fontify-region): Don't force
11106 parse-sexp-lookup-properties to nil.
11107
11108 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11109
11110 * man.el (man-mode-syntax-table): Set up `:' to have
11111 word-constituent syntax.
11112
11113 2005-04-27 Lute Kamstra <lute@gnu.org>
11114
11115 * novice.el (disable-command): Don't add spurious newlines to the
11116 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11117
11118 2005-04-26 Jay Belanger <belanger@truman.edu>
11119
11120 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11121 than one window before deleting window.
11122
11123 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11124
11125 * shell.el (shell-prompt-pattern): Doc fix.
11126 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11127
11128 * comint.el (comint-prompt-regexp, comint-get-old-input)
11129 (comint-use-prompt-regexp)
11130 (comint-use-prompt-regexp-instead-of-fields)
11131 (comint-replace-by-expanded-history, comint-send-input)
11132 (comint-output-filter, comint-get-old-input-default)
11133 (comint-line-beginning-position, comint-bol, comint-show-output)
11134 (comint-backward-matching-input, comint-forward-matching-input)
11135 (comint-next-prompt, comint-previous-prompt):
11136 Rename `comint-use-prompt-regexp-instead-of-fields' to
11137 `comint-use-prompt-regexp'. Keep old name as alias and declare
11138 obsolete.
11139 (comint-use-prompt-regexp): Shorten first line of doc string.
11140
11141 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11142 Set paragraph-separate buffer locally to "\\'".
11143
11144 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11145 Adapt to above name change.
11146
11147 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11148 (smbclient-prompt-regexp): Ditto.
11149
11150 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11151
11152 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11153
11154 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11155 gdb-location-list.
11156 Break lines that are over 80 characters wide.
11157
11158 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11159
11160 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11161 New fun and var, to preserve compatibility.
11162
11163 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11164
11165 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11166
11167 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11168 name to file-newer-than-file-p.
11169
11170 2005-04-26 Richard M. Stallman <rms@gnu.org>
11171
11172 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11173
11174 * progmodes/python.el (python-mode):
11175 Use new name eldoc-documentation-function.
11176
11177 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11178
11179 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11180 (eldoc-documentation-function):
11181 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11182
11183 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11184
11185 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11186
11187 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11188
11189 * term/xterm.el (function-key-map): Fix strings for
11190 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11191 {C,S,A,C-S}-{f1-f12}.
11192
11193 2005-04-26 Kenichi Handa <handa@m17n.org>
11194
11195 * international/mule-cmds.el (select-safe-coding-system):
11196 Fix previous change.
11197
11198 2005-04-26 Lute Kamstra <lute@gnu.org>
11199
11200 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11201
11202 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11203 (font-lock-comment-delimiter-face): Ditto.
11204
11205 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11206
11207 2005-04-25 Jay Belanger <belanger@truman.edu>
11208
11209 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11210 to t while inserting information; use help-mode.
11211
11212 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11213
11214 * term.el (ansi-term-color-vector): Use the xterm colors.
11215 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11216
11217 2005-04-25 Lute Kamstra <lute@gnu.org>
11218
11219 * font-core.el (font-lock-defaults): Fix docstring.
11220
11221 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11222
11223 2005-04-25 Kenichi Handa <handa@m17n.org>
11224
11225 * international/mule-cmds.el (select-safe-coding-system):
11226 Don't check consistency with coding: spec, etc if raw-text or
11227 no-conversion was found to be safe.
11228
11229 2005-04-24 Richard M. Stallman <rms@gnu.org>
11230
11231 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11232 citation markers at start of each line.
11233
11234 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11235 citation markers at start of each line.
11236
11237 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11238
11239 * files.el (mode-require-final-newline): Fix previous change.
11240 (require-final-newline): Fix type label.
11241
11242 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11243
11244 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11245 statement in buffer (broken by 2004-11-24 change).
11246
11247 2005-04-24 Kim F. Storm <storm@cua.dk>
11248
11249 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11250 and read-file-name-function values. Don't overwrite existing
11251 non-nil values if ido-mode is enabled without ido-everywhere.
11252
11253 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11254
11255 * files.el (mode-require-final-newline): Minor doc fix.
11256
11257 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11258
11259 * subr.el (syntax-after): Doc fix.
11260 (syntax-class): If argument is nil, return nil. Mask off upper 16
11261 bits, not 8 bits.
11262
11263 * files.el (mode-require-final-newline): Doc fix.
11264 (backup-buffer-copy): Fix last change.
11265
11266 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11267
11268 * term/mac-win.el: Require select. Set selection-coding-system to
11269 mac-system-coding-system. Call menu-bar-enable-clipboard.
11270 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11271 (x-select-enable-clipboard): New variables.
11272 (x-select-text, x-get-selection, x-selection-value)
11273 (x-get-selection-value, mac-select-convert-to-string)
11274 (mac-services-open-file, mac-services-open-selection)
11275 (mac-services-insert-text): New functions.
11276 (CLIPBOARD, FIND): Put mac-scrap-name property.
11277 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11278 (public.tiff): Put mac-ostype property.
11279 (selection-converter-alist): Add entries for them.
11280 (mac-application-menu-map): New keymap.
11281 (interprogram-cut-function, interprogram-paste-function): Set to
11282 x-select-text and x-get-selection-value, respectively.
11283 (split-window-keep-point): Set to t.
11284
11285 2005-04-23 Richard M. Stallman <rms@gnu.org>
11286
11287 * files.el (read-directory-name): Always pass non-nil
11288 DEFAULT-FILENAME arg to read-file-name.
11289 (backup-buffer-copy, basic-save-buffer-2): Take care against
11290 writing thru an unexpected existing symlink.
11291 (revert-buffer): In indirect buffer, revert the base buffer.
11292 (magic-mode-alist): Doc fix.
11293 (buffer-stale-function): Doc fix.
11294 (minibuffer-with-setup-hook): Avoid warning.
11295 (mode-require-final-newline): Doc and custom fix.
11296
11297 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11298
11299 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11300 use the default appearance.
11301 (font-lock-comment-delimiter-face): New face, new variable.
11302
11303 * imenu.el (imenu--generic-function): The official position of a
11304 definition is the start of the line that BEG is in.
11305
11306 * midnight.el (midnight-timer): Move defvar up.
11307
11308 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11309
11310 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11311
11312 * startup.el (command-line): Use with-no-warnings.
11313
11314 * window.el (window-size-fixed): New defvar.
11315
11316 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11317
11318 * mail/rmail.el (rmail-font-lock-keywords):
11319 Use font-lock-comment-delimiter-face.
11320
11321 * mail/sendmail.el (mail-font-lock-keywords):
11322 Use font-lock-comment-delimiter-face.
11323
11324 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11325
11326 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11327
11328 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11329 Specify t for LAXMATCH when matching directories.
11330 Save match data around compilation-compat-error-properties form.
11331
11332 2005-04-23 David Kastrup <dak@gnu.org>
11333
11334 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11335 Mention that the autoloaded aliases should be kept for AUCTeX.
11336
11337 2005-04-23 Andreas Schwab <schwab@suse.de>
11338
11339 * isearch.el (isearch-forward): Doc fix.
11340
11341 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11342
11343 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11344 (jit-lock-stealth-nice): Change default value to 0.5.
11345
11346 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11347
11348 * abbrev.el (write-abbrev-file): Write table entries in
11349 alphabetical order by table name.
11350
11351 2005-04-22 Kim F. Storm <storm@cua.dk>
11352
11353 * ido.el (ido-read-internal): Fix `list' completion.
11354
11355 2005-04-22 Kenichi Handa <handa@m17n.org>
11356
11357 * recentf.el (recentf-save-file-coding-system): New variable.
11358 (recentf-save-list): Encode the file by
11359 recentf-save-file-coding-system and add coding: tag.
11360
11361 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11362
11363 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11364
11365 2005-04-21 Lute Kamstra <lute@gnu.org>
11366
11367 * loadhist.el (unload-feature): Don't remove a function from hooks
11368 if it is about to be restored to an autoload . Remove functions
11369 that will become unbound from auto-mode-alist. Simplify the code.
11370
11371 * subr.el (assq-delete-all): New implementation that is linear,
11372 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11373 (rassq-delete-all): New function.
11374
11375 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11376 Add size-indication-mode.
11377
11378 2005-04-21 Kenichi Handa <handa@m17n.org>
11379
11380 * international/mule-cmds.el: Add autoload for widget-value in
11381 eval-when-compile.
11382
11383 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11384
11385 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11386 Add tooltip-mode.
11387
11388 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11389
11390 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11391
11392 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11393 (inferior-lisp-filter-regexp, inferior-lisp-program)
11394 (inferior-lisp-load-command, inferior-lisp-prompt)
11395 (inferior-lisp-mode-hook, lisp-source-modes)
11396 (inferior-lisp-load-hook): defvar->defcustom.
11397 (inferior-lisp-program, inferior-lisp-prompt)
11398 (inferior-lisp-load-hook): Doc fixes.
11399 (inferior-lisp-install-letter-bindings): Small change in
11400 introductory comment.
11401
11402 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11403
11404 * vc.el (vc-annotate-color-map): Change some colors so that text
11405 using them as foreground is readable on both white and black
11406 backgrounds.
11407
11408 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * international/mule-conf.el (translation-table-for-input):
11411 Remove redundant declaration.
11412
11413 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11414
11415 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11416
11417 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11418 (tooltip-toggle-gud-tips): New function.
11419
11420 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11421
11422 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11423 right angle brackets.
11424
11425 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11426
11427 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11428
11429 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11432 Remove. Update callers to use expand-file-name instead.
11433
11434 * subr.el (syntax-class): New function.
11435
11436 * simple.el (blink-matching-open): Use it.
11437
11438 * paren.el (show-paren-function): Use it to recognize parens that are
11439 also used in 2-char comment markers.
11440
11441 2005-04-19 Lute Kamstra <lute@gnu.org>
11442
11443 * loadhist.el (unload-feature): Update for new format of
11444 load-history. Simplify the code.
11445
11446 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11447
11448 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11449 (mac-add-charset-info): New function. Initialize variable
11450 mac-charset-info-alist using it.
11451 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11452 for translation.
11453 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11454 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11455 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11456 New CCL programs.
11457
11458 2005-04-19 Kim F. Storm <storm@cua.dk>
11459
11460 * simple.el (next-buffer, prev-buffer, next-error)
11461 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11462 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11463
11464 * bindings.el (next-buffer, prev-buffer, next-error)
11465 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11466 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11467 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11468 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11469
11470 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * isearch.el (isearch-edit-string): Make the search-ring available for
11473 minibuffer history commands.
11474 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11475 the default history commands now work just as well.
11476 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11477
11478 2005-04-18 Kim F. Storm <storm@cua.dk>
11479
11480 * emulation/cua-base.el (cua--pre-command-handler): Add more
11481 elaborate check for shift modifier on non-window systems.
11482
11483 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11484
11485 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11486
11487 2005-04-18 Kim F. Storm <storm@cua.dk>
11488
11489 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11490 and make it optional. Don't test tooltip-gud-echo-area here.
11491 (tooltip-gud-process-output, gdb-tooltip-print):
11492 Pass tooltip-gud-echo-area to tooltip-show.
11493 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11494
11495 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11496
11497 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11498 `display-graphic-p' may not be bound yet.
11499
11500 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11501
11502 * startup.el (command-line): No longer enable Xterm Mouse mode by
11503 default in terminals compatible with xterm.
11504
11505 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11506
11507 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11508
11509 * tooltip.el (tooltip-gud-echo-area): Rename from
11510 tooltip-use-echo-area.
11511 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11512 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11513 area independently of where help tooltips are displayed.
11514
11515 2005-04-17 David Kastrup <dak@gnu.org>
11516
11517 * cus-theme.el (custom-theme-write-variables): Quote variables
11518 where necessary.
11519
11520 2005-04-17 Richard M. Stallman <rms@gnu.org>
11521
11522 * simple.el (yank-excluded-properties): Add follow-link to value.
11523
11524 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11525
11526 * startup.el (fancy-splash-max-time): Just 30 seconds.
11527 (fancy-splash-delay): Just 7.
11528 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11529
11530 * loadhist.el (unload-feature): Update for new format of load-history.
11531 Simplify the code.
11532
11533 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11534 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11535
11536 * mail/sendmail.el (mail-font-lock-keywords):
11537 Don't fontify subject text.
11538 Don't fontify the text of a citation.
11539
11540 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11541
11542 * comint.el (comint-output-filter): Run comint-output-filter-functions
11543 with point where the user had it.
11544
11545 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * international/ucs-tables.el (ucs-set-table-for-input):
11548 Disable when using unify-on-decoding.
11549
11550 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11551
11552 * emulation/cua-base.el (cua-global-mark-face): Add special case
11553 for displays supporting a high number of colors.
11554
11555 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11556
11557 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11558
11559 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11560
11561 * filesets.el (filesets-add-buffer): If user supplies a name of a
11562 non-existing fileset, create a new fileset.
11563
11564 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11565
11566 * textmodes/org.el (org-up-heading-all): Fix bug with
11567 `outline-up-heading-all'.
11568
11569 2005-04-16 Andreas Schwab <schwab@suse.de>
11570
11571 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11572 /etc/permissions.d/* and /etc/aliases.d/*.
11573
11574 2005-04-16 Kenichi Handa <handa@m17n.org>
11575
11576 * international/code-pages.el (cp-make-coding-system):
11577 Set `translation-table-for-input' property value to the symbol
11578 ucs-mule-to-mule-unicode, not to that value.
11579 (pt154): Escape guillemet by `\'.
11580
11581 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11582
11583 * loadup.el: Load tooltip if x-show-tip is fboundp.
11584
11585 * startup.el (command-line): Add comment.
11586
11587 * tooltip.el (tooltip-mode): Specify correct standard value for
11588 Custom in init-value.
11589
11590 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11591
11592 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11593 possible.
11594
11595 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11596
11597 * textmodes/org.el (org-agenda-date-prompt): Rename from
11598 `org-agenda-date-today'.
11599 (org-evaluate-time-range): Insert at point instead of directly
11600 after time range.
11601 (org-first-headline-recenter, org-subtree-end-visible-p)
11602 (org-optimize-window-after-visibility-change): New functions
11603 (org-agenda-post-command-hook): Don't allow point at end of line,
11604 to make sure it always hits the text properties.
11605 (org-agenda-next-date-line, org-agenda-previous-date-line):
11606 New commands.
11607 (org-set-regexps-and-options): Category may contain white space.
11608 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11609 Improve marker positions.
11610 (org-agenda-new-marker): Argument POS made optional.
11611 (org-agenda-get-timestamps): Deadlines which are done are listed
11612 in org-done-face now.
11613 (org-agenda-get-todos, org-agenda-get-timestamps)
11614 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11615 Set `undone-face' and `done-face' properties.
11616 (org-last-todo-state-is-todo): New variable.
11617 (org-todo): Set `org-last-todo-state-is-todo'.
11618 (org-agenda-todo): Change face according to
11619 `org-last-todo-state-is-todo'. And change other lines referring to
11620 the same entry.
11621 (org-calendar-goto-agenda): New command.
11622 (org-calendar-to-agenda-key): New option.
11623 (org-startup-folded): New allowed value `content'.
11624 (org-set-regexps-and-options): Accept new value `content' for
11625 `org-startup-folded'.
11626 (org-get-current-options): Handle new value `content' for
11627 `org-startup-folded'.
11628 (org-insert-todo-heading): New command.
11629 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11630 interactively in empty file and option
11631 `org-insert-mode-line-in-empty-file' has been set.
11632 (org-agenda-todo,org-agenda-priority): Modify to use
11633 `org-agenda-change-all-lines'.
11634 (org-warning-face): Change color on dark background
11635
11636 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11637
11638 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11639 use preferences AppleLocale and AppleLanguages, and variable
11640 mac-system-locale for default locale. On Mac OS Classic, use
11641 mac-system-coding-system for default coding systems.
11642
11643 * term/mac-win.el: Don't set file-name-coding-system.
11644 Decode variables system-name, emacs-build-system, user-login-name, and
11645 user-full-name by mac-system-coding-system on Mac OS Classic.
11646 (mac-system-coding-system): New variable.
11647
11648 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11649
11650 * startup.el (command-line): Handle `xterm-mouse-mode' before
11651 reading init file.
11652
11653 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11654
11655 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11656
11657 * progmodes/sh-script.el (sh-here-document-word): Make it a
11658 defcustom. Doc fix.
11659 (sh-add): Bash uses $(( )) for arithmetic.
11660 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11661 (sh-maybe-here-document): Remove quotes and leading whitespace
11662 from heredoc word when closing. Indent heredoc with tabs if word
11663 starts with "-".
11664
11665 2005-04-13 Richard M. Stallman <rms@gnu.org>
11666
11667 * simple.el (undo): Fix previous change.
11668
11669 * custom.el (defface): Doc fix.
11670
11671 2005-04-13 Lute Kamstra <lute@gnu.org>
11672
11673 * Makefile.in (DONTCOMPILE): Remove list.
11674 (compile, compile-always): Don't use DONTCOMPILE.
11675 (update-authors): Load the library in which batch-update-authors
11676 is defined.
11677 * makefile.w32-in (DONTCOMPILE): Remove list.
11678 (compile, compile-always): Fix comments.
11679 (update-authors): Load the library in which batch-update-authors
11680 is defined.
11681
11682 * generic-x.el (generic-mode-ini-file-find-file-hook):
11683 Rename to ini-generic-mode-find-file-hook.
11684 Keep generic-mode-ini-file-find-file-hook as an alias.
11685 (ini-generic-mode-find-file-hook): Rename from
11686 generic-mode-ini-file-find-file-hook. Fix docstring.
11687 (ini-generic-mode): Docstring change.
11688 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11689
11690 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11691 called from lisp.
11692
11693 * generic.el: Move to the emacs-lisp subdir.
11694
11695 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11696
11697 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11698 and C-S- function and cursor motion keys.
11699
11700 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11701
11702 * startup.el (command-line): Enable Xterm Mouse mode by default.
11703 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11704 for Custom. No longer show "Mouse" in mode line when enabled.
11705 Doc fix.
11706
11707 2005-04-12 Kim F. Storm <storm@cua.dk>
11708
11709 * emulation/cua-base.el (cua-rectangle-face)
11710 (cua-rectangle-noselect-face): Define face attributes here.
11711
11712 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11713
11714 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11715
11716 * startup.el (command-line): Turn off blinking cursor if
11717 cursorBlink in resources is off or false.
11718
11719 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11720
11721 * term/mac-win.el (dnd): Require dnd.
11722 (mac-drag-n-drop): Call dnd-handle-one-url.
11723 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11724 (kTextEncodingISOLatin2): Remove constants.
11725 (mac-script-code-coding-systems): New constant.
11726 (mac-handle-language-change): New function.
11727 (special-event-map): Bind it to `language-change' event.
11728 (mac-centraleurroman, mac-cyrillic): New coding systems.
11729 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11730 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11731 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11732 encode-mac-cyrillic, respectively.
11733
11734 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11735
11736 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11737 Don't set overlay-arrow-string to "=>" as this is done
11738 globally in C now.
11739
11740 2005-04-12 Lute Kamstra <lute@gnu.org>
11741
11742 * generic-x.el (rc-generic-mode, rul-generic-mode):
11743 Fix auto-mode-alist entries.
11744 (etc-fstab-generic-mode): Tweak fontification.
11745
11746 * generic.el (generic-make-keywords-list): Fix docstring.
11747 (generic-mode-internal): Simplify generic-font-lock-keywords.
11748
11749 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11750
11751 * whitespace.el (whitespace-buffer-leading)
11752 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11753 However, fix the highlight area for the leading and
11754 trailing whitespaces to show space.
11755
11756 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11757
11758 * whitespace.el (whitespace-version): Bump to 3.5
11759
11760 (whitespace-buffer-leading, whitespace-buffer-trailing):
11761 Invert sense of the test to highlight the whitespace.
11762
11763 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11764
11765 * progmodes/gud.el (gud-display-line): GUD uses its own
11766 overlay arrow now so don't set overlay-arrow-string.
11767 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11768
11769 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11770
11771 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11772 (term-ansi-current-reverse, term-ansi-current-invisible)
11773 (term-ansi-face-already-done): Change to boolean.
11774 (term-reset-terminal, term-handle-colors-array): Handle the above
11775 vars accordingly.
11776 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11777 (term-emulate-terminal): Use the new name.
11778
11779 * faces.el (secondary-selection): Use yellow1, not yellow.
11780 (trailing-whitespace): Use red1, not red.
11781
11782 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11783
11784 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11785 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11786 (dired-dnd-handle-file): Call dnd-get-local-file-uri
11787
11788 * cus-edit.el (dnd): New group.
11789
11790 * term/w32-win.el (dnd): Require dnd
11791 (w32-drag-n-drop): Call dnd-handle-one-url.
11792
11793 * x-dnd.el: Require dnd.
11794 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11795 Call dnd-handle-one-url.
11796 (x-dnd-types-alist, x-dnd-insert-utf8-text)
11797 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11798 to dnd-insert-text.
11799 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11800 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11801 (x-dnd-get-local-file-name, x-dnd-open-local-file)
11802 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11803
11804 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11805
11806 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11807
11808 * wdired.el: Doc fixes.
11809 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11810 (wdired-use-dired-vertical-movement): Rename from
11811 wdired-always-move-to-filename-beginning.
11812 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11813 (wdired-change-to-wdired-mode): Change mode name.
11814 (wdired-newline): Delete.
11815
11816 2005-04-11 Richard M. Stallman <rms@gnu.org>
11817
11818 * whitespace.el (whitespace-highlight-the-space):
11819 Don't call whitespace-unhighlight-the-space here.
11820
11821 * simple.el (undo): Record t in undo-equiv-table
11822 for the redo record made by an undo-in-region.
11823
11824 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11825
11826 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11827 (gdb-frame-inferior-io-buffer): New Functions to control
11828 display of separate IO buffer.
11829 (menu): Add them to menu-bar.
11830 (gdb-display-buffer): Check for buffer another frame.
11831 Protect GUD buffer.
11832 (gdb-setup-windows): Create IO buffer if not already there.
11833 (gdb-memory-mode): Remove purecopy noops.
11834
11835 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11836
11837 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11838 and pass to self-insert-command.
11839
11840 2005-04-11 Lute Kamstra <lute@gnu.org>
11841
11842 * generic.el: Commentary section cleanup.
11843 (generic): Delete.
11844 (generic-use-find-file-hook, generic-lines-to-scan)
11845 (generic-find-file-regexp, generic-ignore-files-regexp)
11846 (default-generic-mode, generic-mode-find-file-hook)
11847 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11848 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
11849 (generic-use-find-file-hook, generic-lines-to-scan)
11850 (generic-find-file-regexp, generic-ignore-files-regexp)
11851 (default-generic-mode, generic-mode-find-file-hook)
11852 (generic-mode-ini-file-find-file-hook): Move from generic.el.
11853
11854 2005-04-10 Karl Fogel <kfogel@red-bean.com>
11855
11856 * bookmark.el (bookmark-write-file): Catch errors writing file.
11857 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11858
11859 2005-04-10 Richard M. Stallman <rms@gnu.org>
11860
11861 * startup.el (fancy-splash-tail): Update copyright year.
11862 (command-line): Split part of -Q into -D.
11863 (emacs-basic-display): New defvar.
11864 (fancy-splash-text): Correct name of menu item.
11865
11866 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11867
11868 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11869 lines in one node.
11870
11871 * comint.el (comint-send-input): New arg ARTIFICIAL.
11872 Callers in this file changed.
11873
11874 * abbrev.el (define-abbrevs): Read system abbrevs properly.
11875
11876 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11877
11878 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
11879
11880 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
11881 `ldap-search-internal'.
11882
11883 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * files.el (set-auto-mode-1): Use line-end-position.
11886
11887 * international/latin-1.el:
11888 * international/latin-2.el:
11889 * international/latin-3.el:
11890 * international/latin-4.el:
11891 * international/latin-5.el:
11892 * international/latin-8.el:
11893 * international/latin-9.el: Give punctuation syntax to NBSP.
11894
11895 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11896 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11897 Use char-classes to accept non-ascii letters, accepted in some recent
11898 bibtex implementations.
11899
11900 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
11901
11902 * custom.el (custom-set-minor-mode): Any non-nil value for the
11903 variable should enable the mode when set through Custom.
11904
11905 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11908 TAB binding so tab-always-indent is obeyed.
11909 (vhdl-minibuffer-local-map): Move initialization into declaration.
11910 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11911 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11912 (vhdl-hooked-abbrev): Avoid test for XEmacs.
11913 (vhdl-current-line): Use line-beginning-position.
11914 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11915 with-output-to-temp-buffer, so the current position can be recorded.
11916
11917 2005-04-10 Masatake YAMATO <jet@gyve.org>
11918
11919 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11920 Add regexp for gcov.
11921
11922 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11923
11924 * calendar/time-date.el (time-to-seconds, seconds-to-time)
11925 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11926 syntax which Emacs 20 doesn't support.
11927
11928 2005-04-09 Richard M. Stallman <rms@gnu.org>
11929
11930 * help.el (describe-key-briefly, describe-key):
11931 Replace strings as event types with "(any string)".
11932
11933 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11934
11935 * arc-mode.el (archive-mode-map): Move initialization into
11936 the declaration. Override *all* bindings of `undo'.
11937 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11938
11939 2005-04-09 Jay Belanger <belanger@truman.edu>
11940
11941 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11942
11943 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11944
11945 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11946 (xterm-register-default-colors): Update color values computation
11947 to match xterm-200.
11948
11949 2005-04-09 Kenichi Handa <handa@m17n.org>
11950
11951 * international/code-pages.el (iso-latin-7): Fix the map.
11952
11953 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
11954
11955 * emacs-lisp/lisp.el (defun-prompt-regexp)
11956 (parens-require-spaces, buffer-end, end-of-defun)
11957 (insert-parentheses): Doc fixes.
11958
11959 2005-04-08 Kim F. Storm <storm@cua.dk>
11960
11961 * comint.el (comint-highlight-prompt): Fix face spec.
11962 * hi-lock.el (hi-green): Likewise.
11963
11964 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11965
11966 * cus-edit.el (custom-modified-face):
11967 * comint.el (comint-highlight-input): Fix previous changes.
11968 * term.el (term-handle-ansi-escape): Add a comment.
11969
11970 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11973 in the buffer and in whitespace-highlighted-space.
11974 (whitespace-unhighlight-the-space): Simplify.
11975 (whitespace-buffer): Simplify.
11976
11977 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11978
11979 * textmodes/table.el (table-cell-face): Add special case for
11980 displays supporting a high number of colors.
11981 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11982 (vhdl-font-lock-reserved-words-face)
11983 (vhdl-speedbar-architecture-face)
11984 (vhdl-speedbar-instantiation-face)
11985 (vhdl-speedbar-architecture-selected-face)
11986 (vhdl-speedbar-instantiation-selected-face): Likewise.
11987 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11988 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11989 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11990 (ebrowse-root-class-face, ebrowse-member-attribute-face)
11991 (ebrowse-progress-face): Likewise.
11992 * progmodes/compile.el (compilation-info-face): Likewise.
11993 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11994 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11995 * calendar/calendar.el (diary-face): Likewise.
11996 * woman.el (woman-italic-face, woman-bold-face)
11997 (woman-unknown-face): Likewise.
11998 * wid-edit.el (widget-button-pressed-face): Likewise.
11999 * whitespace.el (whitespace-highlight-face): Likewise.
12000 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12001 * pcvs-info.el (cvs-marked-face): Likewise.
12002 * info.el (info-xref): Likewise.
12003 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12004 * hilit-chg.el (highlight-changes-face)
12005 (highlight-changes-delete-face): Likewise.
12006 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12007 (hi-red-b): Likewise.
12008 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12009 * font-lock.el (font-lock-keyword-face)
12010 (font-lock-function-name-face, font-lock-warning-face): Likewise.
12011 * cus-edit.el (custom-invalid-face, custom-modified-face)
12012 (custom-set-face, custom-changed-face, custom-variable-tag-face)
12013 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12014 * comint.el (comint-highlight-prompt): Likewise.
12015
12016 2005-04-08 Lute Kamstra <lute@gnu.org>
12017
12018 * font-lock.el (font-lock-keywords): Docstring fixes.
12019
12020 2005-04-08 Kenichi Handa <handa@m17n.org>
12021
12022 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12023 chars are more than a limit, print " and more..." at the tail.
12024
12025 2005-04-08 Kim F. Storm <storm@cua.dk>
12026
12027 * emacs-lisp/authors.el (authors-aliases): Update list.
12028 (authors-ignored-files): New list.
12029 (authors-fixed-entries): Fix typo.
12030 (authors-renamed-files-alist): Update list.
12031 (authors-add): Check authors-ignored-files.
12032
12033 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12034
12035 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12036 optional, to ensure backward compatibility.
12037
12038 2005-04-08 Stephen Eglen <stephen@gnu.org>
12039
12040 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12041
12042 2005-04-08 Kim F. Storm <storm@cua.dk>
12043
12044 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12045
12046 * mouse.el (mouse-on-link-p): Doc fix.
12047
12048 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12049
12050 * ielm.el (ielm-prompt-read-only): Doc fix.
12051
12052 * comint.el (comint-prompt-read-only): Doc fix.
12053
12054 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12055
12056 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12057 ensure dired always handles wildcards passed to ffap.
12058 (find-file-at-point): Use it.
12059 (ffap-dired-wildcards): Doc fix.
12060
12061 2005-04-07 Juri Linkov <juri@jurta.org>
12062
12063 * simple.el (next-error-overlay-arrow-position): New defvar.
12064 Put "=>" on its property `overlay-arrow-string'. Add it to
12065 `overlay-arrow-variable-list'.
12066
12067 * progmodes/compile.el (compilation-setup):
12068 Set `next-error-overlay-arrow-position' to nil. Also set it to
12069 nil in the local hook `kill-buffer-hook'. Make local variable
12070 `overlay-arrow-string' and set it to "=>".
12071 (compilation-goto-locus): Set BOL position to
12072 `next-error-overlay-arrow-position' instead of
12073 `overlay-arrow-position'.
12074
12075 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12076 locally instead of adding it to the global hook.
12077 (Info-kill-buffer): Move up.
12078
12079 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12080
12081 * term/xterm.el (xterm-standard-colors): Update color values from
12082 xterm-200.
12083
12084 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12087
12088 * fast-lock.el:
12089 * lazy-lock.el: Move them to the obsolete subdir.
12090
12091 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12092
12093 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12094 (wdired-add-replace-advice): Remove.
12095 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12096
12097 2005-04-06 Kim F. Storm <storm@cua.dk>
12098
12099 * startup.el (command-line): Add --bare-bones alias for -Q.
12100
12101 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12102
12103 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12104 create the startup fontset if a font specification ends with
12105 `mac-roman'.
12106
12107 2005-04-06 Lute Kamstra <lute@gnu.org>
12108
12109 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12110 change.
12111
12112 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12113 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12114
12115 2005-04-05 Lute Kamstra <lute@gnu.org>
12116
12117 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12118 (define-generic-mode): Ditto. Fix debug declaration.
12119
12120 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12121 Put them in the generic-x group.
12122
12123 * calendar/timeclock.el (timeclock): Doc fix.
12124
12125 * generic.el (define-generic-mode): Don't use custom-current-group.
12126 Document default :group value.
12127 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12128 (define-global-minor-mode): Don't use custom-current-group.
12129
12130 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12131
12132 * startup.el (command-line-1): Display startup-echo-area-message
12133 when fancy splash screen is in use.
12134
12135 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12136 (sh-escaped-newline): New face.
12137 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12138 newline, and use sh-escaped-newline face.
12139
12140 * progmodes/tcl.el (tcl-escaped-newline): New face.
12141 (tcl-builtin-list): New variable.
12142 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12143 newlines. Fix keywords subexpression number.
12144
12145 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12146
12147 * textmodes/org.el (org-diary-default-entry): Fix call to
12148 `add-to-diary-entry'.
12149
12150 2005-04-05 Kim F. Storm <storm@cua.dk>
12151
12152 * ediff-init.el: Use (featurep 'xemacs).
12153
12154 2005-04-05 David Ponce <david@dponce.com>
12155
12156 * cus-edit.el (face): Derive from symbol widget. Display sample
12157 of the current face on the fly.
12158 (widget-face-sample-face-get, widget-face-notify): New functions.
12159 (widget-face-value-create): Remove.
12160
12161 * wid-edit.el (widget-field-end): Temporarily remove field
12162 narrowing before to call `get-char-property'.
12163
12164 2005-04-04 Jay Belanger <belanger@truman.edu>
12165
12166 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12167 (math-read-subscripts): New variable.
12168 (math-read-preprocess-string): Process subscripts.
12169
12170 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12171
12172 * comint.el (comint-prompt-read-only): Doc fix.
12173
12174 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12175 `-1'. Doc fix.
12176
12177 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12178
12179 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12180 Change default value to nil.
12181
12182 2005-04-04 Lute Kamstra <lute@gnu.org>
12183
12184 * autorevert.el (auto-revert-mode): Specify :group.
12185 * battery.el (display-battery-mode): Specify :group.
12186 * diff-mode.el (diff-minor-mode): Specify :group.
12187 * font-core.el (font-lock-mode): Specify :group.
12188 * hl-line.el (hl-line-mode): Specify :group.
12189 * iimage.el (iimage): New customization group.
12190 (iimage-mode): Specify :group.
12191 * longlines.el (longlines-mode): Specify :group.
12192 * master.el: Don't require easy-mmode.
12193 (master): New customization group.
12194 (master-mode): Specify :group.
12195 * msb.el (msb-mode): Specify :group.
12196 * reveal.el (reveal-mode): Specify :group.
12197 * simple.el (next-error-follow-minor-mode): Specify :group.
12198 * smerge-mode.el (smerge-mode): Specify :group.
12199 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12200 * emulation/cua-base.el (cua-mode): Specify :group.
12201 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12202 * language/thai-util.el (thai-auto-composition-mode)
12203 (thai-word-mode): Specify :group.
12204 * mail/supercite.el (sc-minor-mode): Specify :group.
12205 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12206 * progmodes/flymake.el (flymake-mode): Specify :group.
12207 * progmodes/glasses.el (glasses-mode): Specify :group.
12208 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12209 * textmodes/enriched.el (enriched-mode): Specify :group.
12210 * textmodes/refill.el (refill-mode): Specify :group.
12211
12212 * add-log.el (change-log-font-lock-keywords): Names in
12213 parenthesized lists can contain spaces.
12214
12215 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12216
12217 * startup.el (fancy-splash-text): Shorten default text of
12218 "Emacs Tutorial" line. Also, if the current language env
12219 indicates an available tutorial file other than TUTORIAL,
12220 extract its title and append it to the line in parentheses.
12221 (fancy-splash-insert): If arg is a thunk, funcall it.
12222
12223 2005-04-04 Jay Belanger <belanger@truman.edu>
12224
12225 * calc.el (calc-language-alist): Add tags to customization type.
12226
12227 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12228
12229 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12230 Doc fix.
12231
12232 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12233
12234 * add-log.el (change-log-font-lock-keywords): The manual
12235 describing a Change Log entry, says: (...) "Aside from these
12236 header lines, every line in the change log starts with a space or
12237 a tab.". The font-lock was not highlighting lines started with
12238 spaces, added support for it.
12239
12240 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12241
12242 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12243 (bibtex-generate-url-list): Update docstring accordingly. Put the
12244 complex example in the docstring.
12245 (bibtex-font-lock-url): Use pop.
12246
12247 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12250
12251 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12252
12253 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12254
12255 * filesets.el (filesets-set-default): Doc fix.
12256
12257 2005-04-03 Lute Kamstra <lute@gnu.org>
12258
12259 * generic.el (define-generic-mode): Add argument to specify
12260 keywords for defcustom.
12261 (default-generic-mode): Specify :group.
12262
12263 * generic-x.el: Specify :group for all generic modes.
12264
12265 * desktop.el (desktop-no-desktop-file-hook)
12266 (desktop-after-read-hook): Doc fix.
12267
12268 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12269
12270 * simple.el (visible-mode): Use explicit :group keyword.
12271 This changes the group of `visible-mode-hook' from paren-blinking
12272 to editing-basics.
12273
12274 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12275
12276 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12277 mailbox specifications as well as URLs.
12278 (rmail-insert-inbox-text): Remove unused conditional branches.
12279
12280 2005-04-01 Jay Belanger <belanger@truman.edu>
12281
12282 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12283 (calc-gnuplot-print-command): Move definitions to calc.el.
12284
12285 * calc/calc-embed.el (calc-embedded-announce-formula)
12286 (calc-embedded-open-formula, calc-embedded-close-formula)
12287 (calc-embedded-open-word, calc-embedded-close-word)
12288 (calc-embedded-open-plain, calc-embedded-close-plain)
12289 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12290 (calc-embedded-open-mode, calc-embedded-close-mode):
12291 Move definitions to calc.el.
12292
12293 * calc/calc.el (calc-settings-file, calc-language-alist):
12294 Make customizable.
12295 (calc-embedded-announce-formula, calc-embedded-open-formula)
12296 (calc-embedded-close-formula, calc-embedded-open-word)
12297 (calc-embedded-close-word, calc-embedded-open-plain)
12298 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12299 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12300 (calc-embedded-close-mode, calc-gnuplot-name)
12301 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12302 from other files and make customizable.
12303
12304 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12305
12306 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12307 Use buffer-live-p.
12308 (cvs-mode-run): Don't call cvs-update-header here.
12309 (cvs-run-process): Call cvs-update-header.
12310 Use process properties for cvs-postprocess and cvs-buffer so that
12311 the sentinel can behave better if the temp buffer is killed.
12312 Use a pipe rather than a tty, to better handle unexpected prompts.
12313 (cvs-sentinel): Rewrite. Call cvs-update-header.
12314
12315 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12316
12317 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12318 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12319
12320 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12321
12322 * generic.el (define-generic-mode): Add indentation rule.
12323
12324 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12325
12326 * files.el (mode-require-final-newline): Make Custom correctly
12327 report a nil value and allow to set it to nil via Custom.
12328 Doc fix.
12329
12330 2005-04-01 Kenichi Handa <handa@m17n.org>
12331
12332 * international/characters.el: Enable the correct case setting for
12333 dotless-i and dotted-I.
12334
12335 2005-04-01 Kim F. Storm <storm@cua.dk>
12336
12337 * ido.el (ido-file-internal): Fall back to non-ido command if
12338 initial directory is on slow ftp (or tramp) host.
12339
12340 2005-03-31 Richard M. Stallman <rms@gnu.org>
12341
12342 * emacs-lisp/autoload.el (make-autoload):
12343 Handle define-global-minor-mode.
12344
12345 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12346 Rename from easy-mmode-define-global-mode.
12347 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12348
12349 * progmodes/scheme.el (scheme-mode-syntax-table):
12350 Update syntax of | and # for two-character comment syntax.
12351
12352 2005-03-31 Lute Kamstra <lute@gnu.org>
12353
12354 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12355 (define-minor-mode): Call custom-current-group at load-time.
12356
12357 * generic.el (define-generic-mode): Add debug declaration.
12358 Add defcustom for the mode hook.
12359 (generic-mode-internal): Use run-mode-hooks.
12360
12361 2005-03-31 Kim F. Storm <storm@cua.dk>
12362
12363 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12364 (mouse-fixup-help-message): New defun called by show_help_echo
12365 to fixup mouse-2 prefix in help messages when applicable.
12366
12367 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12368
12369 2005-03-31 Kenichi Handa <handa@m17n.org>
12370
12371 * language/thai-word.el (thai-find-word-ends): Pay attention to
12372 the case that we reach the end of buffer.
12373
12374 * textmodes/fill.el (fill-text-properties-at): New function.
12375 (fill-newline): Use fill-text-properties-at instead of
12376 text-properties-at.
12377
12378 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12379
12380 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12381 not comint-quote-filename.
12382
12383 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12384
12385 * help-fns.el (help-with-tutorial): Revert last change.
12386
12387 2005-03-31 Kim F. Storm <storm@cua.dk>
12388
12389 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12390
12391 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12392
12393 * calendar/cal-china.el: Update reference to "Calendrical
12394 Calculations" book; there's a new edition.
12395 * calendar/cal-coptic.el: Likewise.
12396 * calendar/cal-french.el: Likewise.
12397 * calendar/cal-hebrew.el: Likewise.
12398 * calendar/cal-islam.el: Likewise.
12399 * calendar/cal-iso.el: Likewise.
12400 * calendar/cal-julian.el: Likewise.
12401 * calendar/cal-mayan.el: Likewise.
12402 * calendar/cal-persia.el: Likewise.
12403 * calendar/calendar.el: Likewise.
12404 * calendar/holidays.el: Likewise.
12405 * calendar/lunar.el: Likewise.
12406 * calendar/solar.el: Likewise.
12407
12408 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12409 white space from doc string.
12410
12411 2005-03-30 Jay Belanger <belanger@truman.edu>
12412
12413 * calc/calc-help.el (calc-full-help): Remove email address.
12414
12415 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12416
12417 * help-fns.el (help-with-tutorial): Delete title line.
12418
12419 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12420
12421 * calendar/cal-x.el (calendar-one-frame-setup)
12422 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12423 rather than 'symbol for set-window-dedicated-p.
12424
12425 * calendar/appt.el (appt-buffer-name): Make it a constant.
12426 (appt-add): Doc fix.
12427
12428 * filesets.el (filesets-menu-path, filesets-menu-before)
12429 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12430 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12431 (filesets-add-submenu): Delete and use add-submenu instead.
12432
12433 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12434
12435 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12436 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12437 (org-diary-default-entry): New function.
12438 (org-get-entries-from-diary): Better parsing of diary entries.
12439 (org-agenda-check-no-diary): New function.
12440 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12441 linking to diary entries.
12442 (org-agenda-execute-calendar-command): New function.
12443 (org-agenda): Improve visible section in window.
12444 Use `org-fit-agenda-window'.
12445 (org-fit-agenda-window): New option.
12446 (org-move-subtree-down): Better handling of empty lines
12447 at end of subtree.
12448 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12449 levels up.
12450 (org-fontify-done-headline): New option.
12451 (org-headline-done-face): New face.
12452 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12453 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12454 When current field is non-empty, it is copied to next row.
12455 (org-table-copy-from-above): Fix bug which made it
12456 impossible to copy fields containing only a single non-white character.
12457
12458 2005-03-30 Kim F. Storm <storm@cua.dk>
12459
12460 * kmacro.el (kmacro-end-macro): Isearch may store this command
12461 into the macro -- so ignore it when executing keyboard macro.
12462
12463 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12464
12465 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12466
12467 2005-03-29 Kenichi Handa <handa@m17n.org>
12468
12469 * language/thai.el ("Thai"): Set setup-function and exit-function
12470 for Thai language environment.
12471
12472 * language/thai-util.el: Require thai-word.
12473 (thai-word-mode-map): New variable.
12474 (thai-word-mode): New minor mode.
12475 (setup-thai-language-environment-internal): New function.
12476 (exit-thai-language-environment-internal): New function.
12477
12478 * language/thai-word.el (thai-word-table): Declare it by defvar,
12479 use dolist to initialize it.
12480 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12481 (thai-fill-find-break-point): New functions.
12482
12483 2005-03-29 Richard M. Stallman <rms@gnu.org>
12484
12485 * simple.el (idle-update-delay): Move definition up.
12486 (set-mark): Doc fix.
12487
12488 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12489
12490 * longlines.el: New file.
12491
12492 * simple.el (buffer-substring-filters): New variable.
12493 (filter-buffer-substring): New function.
12494 (kill-region, copy-region-as-kill): Use it.
12495
12496 * register.el (copy-to-register, append-to-register)
12497 (prepend-to-register): Use filter-buffer-substring.
12498
12499 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12500
12501 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12502 (gud-filter-pending-text): Move in front of gdb.
12503 (gud-overlay-arrow-position): New variable.
12504 (gud-sentinel, gud-display-line): Use it in place of
12505 overlay-arrow-position.
12506
12507 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12508
12509 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12510 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12511 (fortran-font-lock-keywords-4): New variable.
12512 (fortran-blocks-re, fortran-end-block-re)
12513 (fortran-start-block-re): New constants, for hideshow.
12514 (hs-special-modes-alist): Add a Fortran entry.
12515 (fortran-mode-map): Bind fortran-end-of-block,
12516 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12517 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12518 (fortran-looking-at-if-then, fortran-end-of-block)
12519 (fortran-beginning-of-block): New functions, for hideshow.
12520
12521 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12522 Doc fix. Tweak regexp.
12523 (f90-beginning-of-block): Push mark first.
12524
12525 2005-03-29 Jay Belanger <belanger@truman.edu>
12526
12527 * calc/calc.el: Update copyright date.
12528 (calc-version): Increase to 2.1.
12529 (calc-version-date): Remove.
12530
12531 * calc/calc-help.el: Update copyright date.
12532 (calc-full-help): Remove reference to calc-version-date.
12533 Update copyright date.
12534
12535 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * vc.el (vc-do-command): Use a pipe for async processes, so password
12538 prompts don't show up at places where the user can't reply.
12539
12540 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12541
12542 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12543 on the file name we pass to the inferior shell.
12544
12545 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12546
12547 * progmodes/which-func.el (which-function): Be robust in the face of an
12548 imenu--make-index-alist failure.
12549
12550 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12553
12554 * progmodes/python.el (python-preoutput-filter): Fix last change.
12555
12556 2005-03-29 Lute Kamstra <lute@gnu.org>
12557
12558 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12559 functions and compiled macros.
12560 (debug-convert-byte-code): Handle macros too.
12561 (debug-on-entry-1): Don't signal an error when trying to clear a
12562 function that is not set to debug on entry.
12563
12564 2005-03-29 Jay Belanger <belanger@truman.edu>
12565
12566 * calc/calc-lang.el: Add functions to math-function-table
12567 properties of tex and math.
12568
12569 2005-03-29 Kenichi Handa <handa@m17n.org>
12570
12571 * ps-mule.el (ps-mule-plot-string): Translate characters by
12572 ps-print-translation-table.
12573 (ps-mule-begin-job): Call find-charset-region/string with
12574 ps-print-translation-table.
12575 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12576
12577 * ps-print.el (ps-print-translation-table): New variable.
12578 (ps-plot-region): Translate characters by ps-print-translation-table.
12579
12580 2005-03-29 Juri Linkov <juri@jurta.org>
12581
12582 * simple.el (next-error-highlight-timer): New variable.
12583
12584 * progmodes/compile.el (compilation-goto-locus):
12585 Use `next-error-highlight-timer' instead of `sit-for'.
12586
12587 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12588
12589 * mail/supercite.el (sc-mail-field): Use assoc-string.
12590 (sc-get-address): Simplify regexps.
12591
12592 * files.el (minibuffer-with-setup-hook): New macro.
12593 (find-file-read-args): Use it to avoid let-binding
12594 minibuffer-with-setup-hook (which breaks turning on/off
12595 file-name-shadow-mode while in the prompt).
12596
12597 * complete.el (PC-read-include-file-name-internal):
12598 Use test-completion.
12599
12600 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12601
12602 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12603
12604 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12605
12606 * window.el (window-buffer-height): Use count-screen-lines.
12607
12608 * progmodes/python.el (python-preoutput-leftover): New var.
12609 (python-preoutput-filter): Use it.
12610 (python-send-receive): Loop until all the result has been received.
12611
12612 2005-03-28 Juri Linkov <juri@jurta.org>
12613
12614 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12615
12616 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12617 "Recover Crashed Session".
12618 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12619 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12620 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12621 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12622 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12623 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12624 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12625 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12626
12627 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12628 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12629 Ediff Sessions", "Toggle use of separate control buffer frame",
12630 "Use separate frame for Ediff control buffer".
12631
12632 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12633 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12634 "Rename Bookmark", "Delete Bookmark".
12635
12636 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12637 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12638 Add `:active Info-index-alternatives' to "Next Matching Item".
12639
12640 * wdired.el (wdired-change-to-wdired-mode):
12641 Mention `wdired-abort-changes' key in the initial message.
12642
12643 * international/mule.el (auto-coding-alist): Associate non-ascii
12644 image filename extensions with `no-conversion'.
12645
12646 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12647
12648 * international/iso-acc.el:
12649 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12650
12651 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12652
12653 * textmodes/sgml-mode.el (html-mode): Doc update.
12654
12655 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12656
12657 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12658
12659 * term.el (term-move-columns): Fix face after extending a line.
12660 (term-insert-spaces): Likewise.
12661 (term-reset-terminal): Fix off by one error.
12662
12663 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12664
12665 * international/mule.el (auto-coding-alist): Add .xpi files.
12666
12667 * files.el (auto-mode-alist): Add .xpi files.
12668
12669 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12670
12671 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12672
12673 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12674
12675 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12676
12677 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12678
12679 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12680 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12681
12682 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12683 cursor to Jan 1 when needed.
12684 (calendar-end-of-year): Fix -/+ typo.
12685 Reported by Chong Yidong <cyd@stupidchicken.com>.
12686
12687 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12690
12691 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12692 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12693
12694 2005-03-25 Richard M. Stallman <rms@gnu.org>
12695
12696 * filesets.el (filesets-init): Add autoload.
12697
12698 * mail/mailalias.el (mail-directory): Doc fix.
12699
12700 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12701
12702 * mail/mailalias.el (mail-directory-process): Do nothing if
12703 mail-directory-process is an atom.
12704 (mail-get-names): Ignore mail-directory-names if it is an atom.
12705 (mail-directory-process defvar): Doc fix.
12706 (mail-names): Doc fix.
12707
12708 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12709
12710 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12711
12712 2005-03-26 Kenichi Handa <handa@m17n.org>
12713
12714 * international/mule-util.el (detect-coding-with-priority):
12715 Call update-coding-systems-internal before detect-coding-region.
12716
12717 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12718
12719 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12720 (gdb-frames-mode-map): Add follow-link property.
12721
12722 2005-03-25 Jay Belanger <belanger@truman.edu>
12723
12724 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12725 for variables.
12726
12727 2005-03-25 Juri Linkov <juri@jurta.org>
12728
12729 * image-mode.el: Optimize image filename extension regexps in
12730 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12731 in `auto-mode-alist'.
12732 (image-mode): Add `image-toggle-display-text' to local hook
12733 `change-major-mode-hook'. Display the image as an image by
12734 default. Set `cursor-type' and `truncate-lines' if the image
12735 is already displayed. Take into account the current mode (image
12736 or text) in message.
12737 (image-minor-mode): New minor mode.
12738 (image-mode-maybe, image-toggle-display-text): New functions.
12739 (image-toggle-display): Use called-interactively-p.
12740 Let-bind `inhibit-read-only' to t.
12741
12742 * image-mode.el (image-minor-mode): Set `cursor-type' and
12743 `truncate-lines' if the image is already displayed. Add turning
12744 image-minor-mode off to `change-major-mode-hook'. Add message.
12745 Call `image-toggle-display-text' after turning image-minor-mode off.
12746
12747 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12750 Terminal.app, use utf-8.
12751 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12752 (set-locale-environment): Use it.
12753
12754 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12755
12756 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12757
12758 * progmodes/python.el (python-close-block-statement-p)
12759 (python-outdent-p, python-current-defun): Use symbol-end.
12760
12761 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12762
12763 * files.el (save-some-buffers): Doc fix.
12764
12765 2005-03-25 Werner Lemberg <wl@gnu.org>
12766
12767 * complete.el, thumbs.el: Replace `legal' with `valid'.
12768 * calendar/calendar.el: Replace `legal' with `valid'.
12769 * emacs-lisp/advice.el: Replace `legal' with `valid'.
12770 * mail/supercite.el: Replace `legal' with `valid'.
12771 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12772 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12773 Replace `legal' with `valid'.
12774 * textmodes/reftex-vars.el, textmodes/reftex.el:
12775 Replace `legal' with `valid'.
12776
12777 2005-03-25 Werner Lemberg <wl@gnu.org>
12778
12779 * calc/calc-forms.el, calc/calc-sel.el:
12780 * midnight.el, vc-cvs.el:
12781 * emacs-lisp/cl-macs.el:
12782 * emulation/vip.el:
12783 * eshell/esh-io.el, eshell/esh-var.el:
12784 * mail/supercite.el:
12785 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12786 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12787 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12788 * progmodes/sh-script.el, progmodes/xscheme.el:
12789 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12790 * textmodes/reftex-index.el, textmodes/reftex-parse.el
12791 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12792 * textmodes/reftex.el, textmodes/org.el:
12793 Replace `illegal' with `invalid'.
12794
12795 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12798 (flymake-find-buildfile, flymake-find-possible-master-files)
12799 (flymake-check-include, flymake-parse-line): Replace loops over the
12800 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12801
12802 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12803 Substitute file-name-as-directory in the rest of the file.
12804 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12805 (flymake-replace-region): Remove unused arg `buffer'.
12806 (flymake-check-patch-master-file-buffer): Update calls to it.
12807 (flymake-add-err-info): Remove unused var `count'.
12808 (flymake-mode): Use define-minor-mode.
12809
12810 * progmodes/flymake.el: Use with-current-buffer.
12811 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12812 flymake-replace-regexp-in-string, flymake-line-beginning-position)
12813 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12814 Avoid testing for `xemacs'.
12815 (flymake-nop): Move.
12816 (flymake-region-has-flymake-overlays): Return the computed value.
12817 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12818 Remove unused var `endline'.
12819 (flymake-get-line-count): Remove unused function.
12820 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12821
12822 * emulation/vi.el:
12823 * generic.el:
12824 * hilit-chg.el (global-highlight-changes):
12825 * hi-lock.el (hi-lock-mode):
12826 * follow.el: find-file-hooks -> find-file-hook.
12827
12828 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12829
12830 2005-03-24 Juri Linkov <juri@jurta.org>
12831
12832 * dired.el (dired-mode-map): Add menu item "Compare directories"
12833 for dired-compare-directories.
12834
12835 * dired-aux.el (dired-compare-directories): Add autoload cookie.
12836 Doc fix. Replace `read-file-name' with `read-directory-name'.
12837
12838 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12841
12842 2005-03-24 Jay Belanger <belanger@truman.edu>
12843
12844 * calc/calc-embed.el (calc-embedded-mode-change): Save all
12845 relevant mode settings in calc-embedded-original-modes when modes
12846 are permanently changed.
12847
12848 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * autoinsert.el: find-file-hooks -> find-file-hook.
12851
12852 2005-03-24 Lute Kamstra <lute@gnu.org>
12853
12854 * generic.el (generic-font-lock-defaults): Make it obsolete.
12855 (generic-font-lock-keywords): New variable to replace
12856 generic-font-lock-defaults.
12857 (generic-mode-set-font-lock): Delete it.
12858 (generic-mode-internal): Don't call generic-mode-set-font-lock.
12859 (generic-bracket-support): Add docstring.
12860
12861 * generic-x.el: Rename generic-font-lock-defaults to
12862 generic-font-lock-keywords throughout.
12863 (mailagent-rules-setup-function): Delete it.
12864 (mailagent-rules-generic-mode): Use anonymous function instead.
12865 (show-tabs-generic-mode-font-lock-defaults-1)
12866 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12867 Quote faces.
12868 (show-tabs-tab-face, show-tabs-space-face): Specify background,
12869 not foreground.
12870
12871 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12872 Recognize define-generic-mode.
12873
12874 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12877 if there's no completion table.
12878
12879 2005-03-23 Miles Bader <miles@gnu.org>
12880
12881 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12882 Remove tty-specific variants, as they're no longer needed.
12883
12884 2005-03-23 Lute Kamstra <lute@gnu.org>
12885
12886 * generic-x.el: Code cleanup: make args constant whenever possible.
12887 (installshield-statement-keyword-list)
12888 (installshield-system-functions-list)
12889 (installshield-system-variables-list, installshield-types-list)
12890 (installshield-funarg-constants-list): Make them constants.
12891
12892 * generic.el (generic-make-keywords-list): Add autoload cookie.
12893
12894 * calendar/time-date.el: Add comment on time value formats.
12895 Don't require parse-time.
12896 (with-decoded-time-value): New macro.
12897 (encode-time-value): New function.
12898 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12899 (days-to-time): Return a valid time value when arg is huge.
12900 (time-since): Use time-subtract.
12901 (time-to-number-of-days): Use time-to-seconds.
12902
12903 2005-03-23 David Ponce <david@dponce.com>
12904
12905 * recentf.el: (recentf-keep): New option.
12906 (recentf-menu-action): Default to `find-file'.
12907 (recentf-keep-non-readable-files-flag)
12908 (recentf-keep-non-readable-files-p)
12909 (recentf-file-readable-p, recentf-find-file)
12910 (recentf-cleanup-remote): Remove.
12911 (recentf-include-p): More robust.
12912 (recentf-keep-p): New function.
12913 (recentf-remove-if-non-kept): Rename from
12914 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
12915 All callers updated.
12916 (recentf-menu-items-for-commands): Fix help string.
12917 (recentf-track-closed-file): Update. Doc fix.
12918 (recentf-cleanup): Update. Count removed files. Doc fix.
12919
12920 2005-03-23 Kim F. Storm <storm@cua.dk>
12921
12922 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12923 Don't inherit from fringe face (now happens automatically).
12924
12925 2005-03-22 Kim F. Storm <storm@cua.dk>
12926
12927 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12928 position values.
12929
12930 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * menu-bar.el (showhide-date-time): Remove.
12933 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12934 (menu-bar-make-mm-toggle): Simplify.
12935
12936 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12937
12938 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12939 Accept qualified variable and function names.
12940
12941 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
12942
12943 * bindings.el (completion-ignored-extensions):
12944 Remove ".lis" for `vax-vms'.
12945
12946 2005-03-22 Andreas Schwab <schwab@suse.de>
12947
12948 * generic-x.el: Revert last change.
12949 * ldefs-boot.el: Update.
12950
12951 2005-03-22 Jay Belanger <belanger@truman.edu>
12952
12953 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12954 (calc-embedded-save-original-modes)
12955 (calc-embedded-restore-original-modes): New functions.
12956 (calc-do-embedded): Save original modes when entering embedded mode
12957 and restore when leaving embedded mode.
12958 (calc-embedded-modes-change): Change the value of
12959 calc-embedded-original-modes to reflect permanent changes.
12960
12961 2005-03-22 Lute Kamstra <lute@gnu.org>
12962
12963 * generic-x.el: Require generic again.
12964
12965 2005-03-22 Miles Bader <miles@gnu.org>
12966
12967 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12968 Tweak details to look good on both ttys and bitmap displays, light
12969 or dark background, etc.
12970
12971 2005-03-21 Kim F. Storm <storm@cua.dk>
12972
12973 * tooltip.el (tooltip-show-help-function): Check car and cdr of
12974 mouse position.
12975
12976 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 * icomplete.el: Don't forcibly turn on the mode upon load.
12979 (icomplete-mode): Use define-minor-mode.
12980 (icomplete-eoinput): Default to nil.
12981 (icomplete-minibuffer-setup): Remove autoload.
12982 (icomplete-tidy): Simplify.
12983 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12984 in the initial state or if the user has modified the field.
12985 Fix handling of icomplete-max-delay-chars.
12986 Remove code that handles the oddball case where
12987 minibuffer-completion-table is an integer.
12988 Wrap icomplete-completions in while-no-input in case building
12989 completions takes more time than expected.
12990 (icomplete-completions): Simplify.
12991
12992 2005-03-21 Richard M. Stallman <rms@gnu.org>
12993
12994 * jka-compr.el (jka-compr-really-do-compress):
12995 Make variable buffer-local.
12996
12997 * image-mode.el: Handle .xpm files too.
12998 (image-toggle-display): Preserve modification flag.
12999
13000 * help.el (where-is): Don't mention aliases with no key bindings.
13001
13002 2005-03-21 Lute Kamstra <lute@gnu.org>
13003
13004 * generic.el: Fix commentary section. Don't require cl for
13005 compilation.
13006 (generic-mode-list): Add autoload cookie.
13007 (generic-use-find-file-hook, generic-lines-to-scan)
13008 (generic-find-file-regexp, generic-ignore-files-regexp)
13009 (generic-mode, generic-mode-find-file-hook)
13010 (generic-mode-ini-file-find-file-hook): Fix docstrings.
13011 (define-generic-mode): Make it a defmacro. Fix docstring.
13012 (generic-mode-internal): Code cleanup. Add autoload cookie.
13013 (generic-mode-set-comments): Code cleanup.
13014 * generic-x.el: Don't prevent compilation. Don't require generic.
13015 Follow coding conventions. Minor code cleanup.
13016 (etc-fstab-generic-mode): Add some keywords.
13017 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13018 define-generic-mode like a function declaration.
13019
13020 2005-03-21 Jay Belanger <belanger@truman.edu>
13021
13022 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13023 changing modes.
13024
13025 2005-03-21 Sam Steingold <sds@gnu.org>
13026
13027 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13028
13029 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13030
13031 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13032 Add underscore to "f$ lexicals" regexp.
13033
13034 2005-03-20 Juri Linkov <juri@jurta.org>
13035
13036 * subr.el (progress-reporter-do-update): When `min-value' is equal
13037 to `max-value', set `percentage' to 0 and prevent division by zero.
13038
13039 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13040
13041 Sync with Tramp 2.0.48.
13042
13043 * net/tramp.el (all): Change all addresses to .gnu.org.
13044 (tramp-append-tramp-buffers): New defun.
13045 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13046 Catch `dont-send' signal.
13047 (tramp-set-auto-save-file-modes): Set always permissions, because
13048 there might be an old auto-saved file belonging to another
13049 original file. This could be a security threat. Reported by
13050 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13051 Check for Emacs 21.3.50 removed.
13052
13053 * net/tramp-smb.el (all): Remove debug construct for
13054 `with-parsed-tramp-file-name'.
13055 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13056 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13057 No error message if DIRECTORY or FILENAME doesn't exist.
13058 (tramp-smb-open-connection): Check existence of
13059 `tramp-smb-program'.
13060
13061 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13064 Properly handle the case where the `m' or `s' command's argument is not
13065 yet terminated.
13066 (perl-indent-new-calculate): New function.
13067 (perl-indent-line): Use it.
13068
13069 2005-03-20 Miles Bader <miles@gnu.org>
13070
13071 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13072 in text-mode too. Change to new face names.
13073 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13074 Add `:weight bold' attribute.
13075 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13076
13077 2005-03-19 Juri Linkov <juri@jurta.org>
13078
13079 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13080
13081 * international/mule.el (auto-coding-alist): Sync with
13082 `auto-mode-alist' by adding upper case archive file extensions
13083 and adding ear/war to jar extension.
13084
13085 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13086
13087 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13088 running, restart it.
13089
13090 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13091
13092 * finder.el (finder-current-item): Throw an error on an empty line.
13093
13094 * man.el (Man-follow-manual-reference): If current-word returns
13095 nil, use "".
13096
13097 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13098
13099 * simple.el (goto-line): Doc fix.
13100
13101 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13102
13103 * files.el (save-buffer): Doc fix.
13104
13105 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13106
13107 * recentf.el (recentf-cleanup-remote): New variable.
13108 (recentf-cleanup): Use it to conditionally check availability of
13109 remote files.
13110
13111 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13112
13113 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13114 function names.
13115
13116 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13117
13118 * language/thai-word.el: New file.
13119
13120 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13121
13122 * files.el (backup-buffer): If the file's directory is not
13123 writable, use copy instead of move to backup the file.
13124
13125 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13126
13127 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13128
13129 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13130
13131 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13132 Use functionp instead of symbolp and fboundp. Reported by Drkm
13133 <darkman_spam@yahoo.fr>.
13134 (ps-print-version): New version 6.6.6.
13135
13136 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13137
13138 * textmodes/table.el (table--line-column-position): New idiom.
13139 (table--row-column-insertion-point-p): New function to test
13140 validity of row and column insertion operation at a location.
13141 (table-global-menu, table-cell-menu): Use above functions for
13142 deterministic test operation.
13143 (table--editable-cell-p): Behave in deterministic fashion.
13144
13145 2005-03-18 Juri Linkov <juri@jurta.org>
13146
13147 * isearch.el (isearch-lazy-highlight-new-loop):
13148 Make arguments beg and end optional.
13149 (isearch-update): Remove optional arguments nil from
13150 isearch-lazy-highlight-new-loop.
13151 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13152 isearch-lazy-highlight-case-fold-search instead of
13153 isearch-case-fold-search, and let-bind isearch-regexp to
13154 isearch-lazy-highlight-regexp.
13155 Use isearch-lazy-highlight-last-string instead of isearch-string.
13156
13157 * replace.el (perform-replace): Remove bindings of global
13158 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13159 Add three new arguments to `replace-highlight'.
13160 (replace-highlight): Add arguments string, regexp, case-fold.
13161 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13162 to allow isearch-lazy-highlight-new-loop to use these values
13163 to set corresponding isearch-lazy-highlight-* internal
13164 variables whose values lazy highlighting will use regardless of
13165 changes to global variables isearch-string, isearch-regexp,
13166 isearch-case-fold-search during lazy highlighting loop.
13167 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13168 to `lazy-highlight-cleanup'.
13169
13170 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13171 (ispell-highlight-face): Set default face to `isearch' when
13172 lazy highlighting is enabled.
13173 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13174 priority to 1. Add lazy highlighting.
13175 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13176 from `isearch-dehighlight'.
13177
13178 2005-03-18 David Ponce <david@dponce.com>
13179
13180 * files.el (hack-local-variables): Do a case-insensitive search
13181 for End.
13182
13183 2005-03-18 Juri Linkov <juri@jurta.org>
13184
13185 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13186 `isearch-lazy-highlight-cleanup', add alias to old name and
13187 declare obsolete. Add release numbers to other obsolete vars.
13188 (isearch-done, isearch-lazy-highlight-new-loop):
13189 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13190 (lazy-highlight-cleanup) <variable>: Doc fix.
13191 (isearch-lazy-highlight-update): Rename obsolete
13192 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13193
13194 2005-03-18 Kenichi Handa <handa@m17n.org>
13195
13196 * language/thai-util.el: Fix categorization of Thai characters in
13197 thai-category-table.
13198 (thai-composition-pattern): Adjust it for the above change.
13199 (thai-self-insert-command, thai-compose-syllable): New functions.
13200 (thai-compose-region): Use thai-compose-syllable.
13201 (thai-compose-string): Likewise.
13202 (thai-composition-function): Likewise.
13203 (thai-auto-composition): New function.
13204 (thai-auto-composition-mode): New minor mode.
13205
13206 * language/thai.el: Fix patterns to be registered in
13207 composition-function-table.
13208
13209 * international/quail.el (quail-input-method): Locally bind
13210 inhibit-modification-hooks to t.
13211
13212 2005-03-17 Richard M. Stallman <rms@gnu.org>
13213
13214 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13215 (perl-mode): Use run-mode-hooks.
13216
13217 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13218 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13219 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13220
13221 * mail/sendmail.el (sendmail-send-it): Reenable the code
13222 to compute resend-to-address and use it.
13223
13224 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13225
13226 * image-mode.el: New file.
13227
13228 * image.el (insert-sliced-image): Add autoload cookie.
13229
13230 * font-lock.el (font-lock-lines-before): New user option.
13231 (font-lock-after-change-function): Obey it.
13232
13233 * bindings.el (esc-map): Make M-g a prefix.
13234 Bind M-g g and M-g M-g to goto-line.
13235
13236 * faces.el (face-id): Doc fix.
13237
13238 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13239
13240 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13241 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13242 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13243
13244 * mail/sendmail.el (mail-yank-ignored-headers)
13245 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13246 Add Mail-Followup-To and Mail-Reply-To headers.
13247 (mail-citation-hook): Add autoload cookie.
13248 (mail-mode): Doc fix.
13249 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13250 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13251 (mail-mode-fill-paragraph): Handle those headers.
13252 (mail-mailing-lists): New variable.
13253 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13254
13255 2005-03-17 Juri Linkov <juri@jurta.org>
13256
13257 * isearch.el (isearch-fallback): Check for `(car previous)'
13258 before calling `isearch-other-end-state'.
13259
13260 2005-03-17 Kim F. Storm <storm@cua.dk>
13261
13262 * simple.el (move-beginning-of-line): Move to beginning of buffer
13263 line, as well as beginning of screen line.
13264
13265 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13266
13267 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13268 argument REDRAW rather than calendar-redrawing variable.
13269 * calendar/calendar.el (calendar-redrawing): Delete.
13270 (redraw-calendar): Do not bind calendar-redrawing.
13271
13272 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13273
13274 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13275 diary-file buffer.
13276
13277 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * help.el (describe-mode): Allow a :minor-mode-function property to
13280 specify a different minor mode toggle function than the variable.
13281 * simple.el (auto-fill-function):
13282 * subr.el (add-minor-mode): Use it.
13283
13284 2005-03-16 Kenichi Handa <handa@m17n.org>
13285
13286 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13287 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13288 (ethio-fidel-to-sera-buffer): Likewise.
13289
13290 2005-03-16 Juri Linkov <juri@jurta.org>
13291
13292 * emacs-lisp/find-func.el (find-function-regexp):
13293 Add defun-emitting macro `menu-bar-make-toggle'.
13294
13295 * isearch.el: Put `isearch-scroll' property to
13296 `split-window-horizontally'.
13297
13298 * info.el: Update error messages for `debug-ignored-errors'.
13299 (Info-isearch-search): Doc fix.
13300 (Info-find-node): Move up code to go into info buffer before
13301 recording the node to the history.
13302 (Info-fontify-node): Fontify titles only if the next line
13303 has two or more `*', `=', `-', `.'.
13304 Display "go to this node" for empty (match-string 3).
13305
13306 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13307
13308 * term/mac-win.el: Add mouse pointer shape constants.
13309
13310 2005-03-15 Kim F. Storm <storm@cua.dk>
13311
13312 * simple.el (move-beginning-of-line): Use vertical-motion.
13313
13314 2005-03-15 Juri Linkov <juri@jurta.org>
13315
13316 * isearch.el (isearch-error): New variable.
13317 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13318 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13319 (isearch-within-brackets-state): Remove.
13320 (isearch-case-fold-search-state, isearch-pop-fun-state):
13321 Decrease frame index.
13322 (isearch-mode, isearch-top-state, isearch-push-state)
13323 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13324 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13325 (isearch-search, isearch-lazy-highlight-new-loop):
13326 Replace `isearch-invalid-regexp' with `isearch-error'.
13327 Remove `isearch-within-brackets'.
13328 (isearch-search): Add `search-failed' handler to `condition-case'.
13329 (isearch-lazy-highlight-search): Add `condition-case' to catch
13330 errors and allow `isearch-lazy-highlight-update' to try
13331 highlighting from the beginning of the window.
13332 (isearch-repeat): Move up code to set isearch-wrapped to t
13333 before calling isearch-wrap-function.
13334
13335 * info.el (Info-isearch-initial-node): New internal variable.
13336 (Info-search): Signal an error in isearch mode when search leaves
13337 the initial node. Signal an error when `bound' is non-nil and
13338 nothing was found in the current subfile.
13339 (Info-isearch-search): Remove `condition-case'.
13340 (Info-isearch-wrap): Don't wrap when search failed during leaving
13341 the initial node. If `Info-isearch-search' is nil, wrap around
13342 the current node.
13343 (Info-isearch-start): New fun.
13344 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13345 `isearch-mode-hook'.
13346
13347 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13348
13349 * simple.el (normal-erase-is-backspace): Set default to t if
13350 running on Mac.
13351
13352 * term/mac-win.el (function-key-map): Sync with x-win.el.
13353
13354 2005-03-15 Kenichi Handa <handa@m17n.org>
13355
13356 * international/mule-cmds.el (locale-language-names): Modify the
13357 format of elements and add more entries.
13358 (locale-preferred-coding-systems): Add more entries.
13359 (set-locale-environment): Adjust for the change of
13360 locale-language-names.
13361
13362 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * pcvs.el (smerge-ediff): Remove bogus autoload.
13365
13366 2005-03-14 Lute Kamstra <lute@gnu.org>
13367
13368 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13369 Ignore a `*' at the beginning of a line.
13370
13371 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13372 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13373 subr.el.
13374 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13375 to specify indentation.
13376
13377 * generic.el (define-generic-mode): Let generic-mode-list be a
13378 list of strings; test membership with equal.
13379
13380 2005-03-14 Kim F. Storm <storm@cua.dk>
13381
13382 * simple.el (next-line, previous-line): Add optional try-vscroll
13383 arg to recognize interactive use. Pass it on to line-move.
13384 (line-move): Don't perform auto-window-vscroll when defining or
13385 executing keyboard macro to ensure consistent behavior.
13386
13387 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13390
13391 2005-03-13 Lute Kamstra <lute@gnu.org>
13392
13393 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13394 debugger-setup-buffer so that backtrace marks the frames set to
13395 debug-on-exit and we don't have to do it manually. Set an extra
13396 debug-on-exit for macro's.
13397 (debugger-setup-buffer): Don't mark the top frame manually.
13398
13399 2005-03-12 Lute Kamstra <lute@gnu.org>
13400
13401 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13402 lisp-indent-function throughout.
13403 (with-no-warnings): Set lisp-indent-function property.
13404
13405 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13406
13407 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13408 Add entry for backslash.
13409
13410 2005-03-12 Juri Linkov <juri@jurta.org>
13411
13412 * info.el (Info-search): Four fixes for backward search.
13413
13414 2005-03-11 Jay Belanger <belanger@truman.edu>
13415
13416 * calc/calc.el (calc-language-alist): New variable.
13417 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13418 (calc-embedded-find-modes): Use calc-language-alist instead of
13419 calc-embedded-language-alist.
13420
13421 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13422
13423 * calendar/calendar.el (calendar-redrawing): New internal
13424 variable.
13425 (redraw-calendar): Remove bogus save-excursion from previous
13426 change. Bind calendar-redrawing to t for mark-diary-entries.
13427 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13428 calendar if that is why we were called.
13429
13430 2005-03-11 Kenichi Handa <handa@m17n.org>
13431
13432 * international/mule.el (make-coding-system): Set property
13433 coding-system-define-form to nil.
13434 (define-coding-system-alias): Likewise.
13435
13436 2005-03-11 Kenichi Handa <handa@m17n.org>
13437
13438 These changes are suggested by Dave Love <fx@gnu.org>.
13439
13440 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13441 coding: tag.
13442 (adaptive-fill-regexp): Add more bullets.
13443 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13444 regexps.
13445
13446 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13447
13448 * help.el (describe-mode): Properly handle non-trivial lighters.
13449 Don't ignore minor modes that are not listed in minor-mode-list.
13450
13451 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13452 feature ON when the user requests to turn it OFF.
13453
13454 2005-03-10 Lute Kamstra <lute@gnu.org>
13455
13456 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13457 (implement-debug-on-entry): New function to replace debug-entry-code.
13458 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13459 second argument as the 2005-03-07 change makes it obsolete.
13460 (debug-on-entry, cancel-debug-on-entry): Update call to
13461 debug-on-entry-1.
13462 (debug, debugger-setup-buffer): Comment update.
13463 (debugger-frame-number): Update to work with implement-debug-on-entry.
13464
13465 2005-03-10 Jay Belanger <belanger@truman.edu>
13466
13467 * calc/calc-embed.el (math-ms-args): Declare it.
13468 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13469 math-ms-args.
13470 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13471 variables.
13472
13473 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13474
13475 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13476 Use message-box.
13477
13478 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13479 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13480 (tooltip-gud-tips): Simplify.
13481 (tooltip-gud-tips-p): Remove superfluous :set.
13482 (tooltip-gud-modes): Add fortran-mode.
13483 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13484
13485 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13486
13487 2005-03-09 Kim F. Storm <storm@cua.dk>
13488
13489 * play/animate.el (animate-place-char): Use forward-line instead
13490 of next-line to improve performance.
13491
13492 2005-03-09 Simon Josefsson <jas@extundo.com>
13493
13494 * net/browse-url.el (browse-url-default-browser): Doc fix.
13495
13496 2005-03-09 Miles Bader <miles@gnu.org>
13497
13498 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13499 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13500
13501 2005-03-09 Kenichi Handa <handa@m17n.org>
13502
13503 * international/latin-1.el: Set case and syntax for 255 only if
13504 set-case-syntax-set-multibyte is nil.
13505
13506 * textmodes/ispell.el (ispell-insert-word): New function.
13507 (ispell-word): Use ispell-insert-word to insert a new word.
13508 (ispell-process-line): Likewise.
13509 (ispell-complete-word): Likewise.
13510
13511 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13512
13513 * calendar/calendar.el (redraw-calendar): Preserve point.
13514 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13515 (calendar-week-start-day): Move after definition of
13516 redraw-calendar. Delete buffer test, since redraw-calendar has
13517 that now.
13518
13519 * calendar/diary-lib.el (mark-diary-entries): Only call
13520 redraw-calendar in the first of any recursive calls.
13521 Reported by Alan Shutko <ats@acm.org>.
13522
13523 2005-03-08 Juri Linkov <juri@jurta.org>
13524
13525 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13526 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13527 (html-radio-buttons): Add a space before the trailing `/>' where
13528 sgml-xml-mode is non-nil.
13529 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13530 the subsequent tag of the empty XML tag.
13531 (html-href-anchor): Don't set initial input to "http:".
13532 (html-image): Ask for the image URL and set point inside alt="".
13533 (html-name-anchor): Duplicate the name in the `id' attribute when
13534 sgml-xml-mode is non-nil.
13535 (html-paragraph): Remove \n before <p>.
13536 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13537 instead of `checked' when sgml-xml-mode is non-nil.
13538
13539 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13540 Remove 1 space before #RRGGBB to not truncate it on terminal
13541 windows w/o fringes. Remove 1 space between bg and fg examples
13542 to get more space.
13543 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13544 avoid byte-compile warnings.
13545
13546 * image-file.el (image-file-handler): Put `safe-magic' property to
13547 `image-file-handler'.
13548
13549 * info.el (Info-isearch-search): Emulate word search in
13550 isearching through multiple Info nodes with Info-search.
13551 (Info-isearch-wrap): Allow isearch-word.
13552
13553 2005-03-08 Lute Kamstra <lute@gnu.org>
13554
13555 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13556 stepping into the debugger's code is not possible.
13557 (debugger-jumping-flag): Docstring update.
13558
13559 2005-03-08 Jay Belanger <belanger@truman.edu>
13560
13561 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13562 embedded mode begins.
13563 (calc-embedded-language-alist): New variable.
13564 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13565 set default language mode.
13566
13567 2005-03-08 Kenichi Handa <handa@m17n.org>
13568
13569 * international/ccl.el (define-ccl-program): Fix docstring about
13570 extra 256 bytes assured for the output buffer.
13571
13572 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13573 Fix BUFFER_MAGNIFICATION to 2.
13574 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13575
13576 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13577
13578 * align.el (align-rules-list): Added an alignment rule for CSS
13579 declarations (applies to css-mode and html-mode buffers).
13580
13581 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13582
13583 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13584
13585 2005-03-07 Kim F. Storm <storm@cua.dk>
13586
13587 * simple.el (move-beginning-of-line): New command.
13588
13589 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13590
13591 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13592
13593 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13594 and move-beginning-of-line.
13595
13596 * apropos.el (apropos-print): Omit command from M-x ... RET.
13597
13598 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13599
13600 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13601 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13602
13603 2005-03-06 Richard M. Stallman <rms@gnu.org>
13604
13605 * bindings.el (esc-map): Bind M-g to goto-line.
13606
13607 * facemenu.el (global-map): Bind M-o, not M-g.
13608
13609 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13610
13611 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13612 "Open Directory" as for "Open File".
13613
13614 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13615
13616 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13617 (push-mark-command): Run activate-mark-hook.
13618
13619 2005-03-06 Richard M. Stallman <rms@gnu.org>
13620
13621 * help-mode.el (help-mode-finish): Don't alter the element
13622 in view-return-to-alist if there already is one.
13623
13624 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13625 make sure the current buffer is the expected one.
13626
13627 * novice.el (disabled-command-function): Output in *Disabled Command*.
13628 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13629
13630 * textmodes/flyspell.el (flyspell-large-region):
13631 Pass args differently for aspell.
13632
13633 * files.el (mode-require-final-newline): Doc fix.
13634
13635 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13636
13637 * progmodes/which-func.el (which-function):
13638 Specify NOERROR when calling imenu--make-index-alist.
13639
13640 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * simple.el (normal-erase-is-backspace): Define default value.
13643
13644 * custom.el (custom-theme-set-variables): Remove unused var
13645 `immediate'.
13646 (custom-reevaluate-setting): Simple function to handle variables
13647 that are defined before their default value can really be
13648 computed.
13649
13650 * startup.el (command-line): Use it for temporary-file-directory,
13651 small-emporary-file-directory, auto-save-file-name-transforms,
13652 blink-cursor-mode, and normal-erase-is-backspace.
13653
13654 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13655 progress, even with buggy anchored keywords.
13656
13657 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13658
13659 * simple.el (goto-line): Remove unbalanced final parenthesis.
13660
13661 2005-03-05 Richard M. Stallman <rms@gnu.org>
13662
13663 * simple.el (goto-line): Use a number at point as the default.
13664 With C-u as arg, switch buffers.
13665
13666 2005-03-05 Juri Linkov <juri@jurta.org>
13667
13668 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13669 with `no-blinking-cursor'.
13670
13671 * startup.el (no-blinking-cursor): New defvar.
13672 (command-line): Add `--no-blinking-cursor' to longopts.
13673 Set `no-blinking-cursor' to t for command line arguments
13674 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13675 with `no-blinking-cursor' in the condition for calling
13676 `blink-cursor-mode'.
13677
13678 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13679
13680 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13681 (menu-bar-options-save): Add blink-cursor-mode.
13682 (menu-bar-options-menu): Add blink-cursor-mode.
13683
13684 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13685
13686 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13687 (icalendar-export-file, icalendar-export-region)
13688 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13689 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13690
13691 2005-03-04 Lute Kamstra <lute@gnu.org>
13692
13693 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13694 (debug-function-list): Ditto.
13695
13696 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13697
13698 * textmodes/texinfmt.el (texinfo-append-refill):
13699 Redefine the types of line to which @refill
13700 is not appended by replacing a search for `@refill\\|@bye' with
13701 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13702 itemize@refill' bug and the unfilled long lines bug.
13703 (texinfmt-version): Update number and date.
13704
13705 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13706
13707 * international/code-pages.el (windows-1250, windows-125[2-8])
13708 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13709
13710 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13711
13712 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13713 bound yet.
13714
13715 2005-03-02 Romain Francoise <romain@orebokech.com>
13716
13717 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13718 buffer after removing limits.
13719 (ibuffer-pop-filter): Ditto.
13720 Update copyright.
13721
13722 2005-03-02 Miles Bader <miles@gnu.org>
13723
13724 * button.el (make-text-button): If the user doesn't specify a
13725 type, use the default. Rewrite to use `add-text-properties' and
13726 plist functions.
13727
13728 2005-03-01 Lute Kamstra <lute@gnu.org>
13729
13730 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13731 (debugger-jumping-flag): New var.
13732 (debug-entry-code): Use it.
13733 (debugger-jump): Use debugger-jumping-flag and add
13734 debugger-reenable to post-command-hook.
13735 (debugger-reenable): Use debugger-jumping-flag and remove itself
13736 from post-command-hook.
13737 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13738 debugger-reenable.
13739
13740 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13741
13742 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13743 inclusion of "itemize\\|", which may be unnecessary, is certainly
13744 inelegant, and stops refilling in itemize lists when formatting
13745 Japanese Texinfo files to Info.
13746 Update copyright to 2005.
13747
13748 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
13749
13750 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13751 of an error if GDB can't find the source file.
13752
13753 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13754
13755 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13756 not just the calendar.
13757
13758 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13759 first.
13760 (diary-redraw-calendar): New function.
13761 (make-diary-entry): Add diary-redraw-calendar to local
13762 write-contents-functions. Turn off selective display before
13763 inserting in diary.
13764
13765 2005-03-01 Kim F. Storm <storm@cua.dk>
13766
13767 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13768
13769 2005-03-01 Lute Kamstra <lute@gnu.org>
13770
13771 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13772 that debug-entry-code can be safely removed from a function while
13773 this code is being evaluated. Revert the 2005-02-27 change as the
13774 new implementation no longer requires it. Make sure that a
13775 function body containing just a string is not mistaken for a docstring.
13776 (debug): Skip one more frame in case of debug on entry.
13777 (debugger-setup-buffer): Delete one more frame line in case of
13778 debug on entry.
13779 (debugger-frame-number): Update to use the new text introduced by
13780 the 1999-11-03 change. Skip one more frame in case of debug on entry.
13781
13782 2005-02-28 Kim F. Storm <storm@cua.dk>
13783
13784 * double.el (double-translate-key): Call force-window-update after
13785 read-event to avoid crash in redisplay.
13786
13787 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13790 (debug): Use it. Move the inhibit-trace earlier.
13791 (debug-entry-code): New const.
13792 (debug-on-entry-1): Use it.
13793
13794 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
13795
13796 * international/utf-16.el (ccl-encode-mule-utf-16le):
13797 Fix BUFFER_MAGNIFICATION to 2.
13798 (ccl-encode-mule-utf-16be): Likewise.
13799
13800 2005-02-28 Kenichi Handa <handa@m17n.org>
13801
13802 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13803 Fix BUFFER_MAGNIFICATION to 4.
13804 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13805
13806 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
13807
13808 * speedbar.el (speedbar-update-flag): Doc fix.
13809 (speedbar-show-info-under-mouse): Give set-mouse-position the right
13810 argument.
13811
13812 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13813
13814 * reveal.el (reveal-post-command): Don't try to reveal overlays which
13815 have a non-nil `invisible' property but are actually visible.
13816
13817 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13818 for perldoc sections.
13819 (perl-outline-regexp, perl-outline-level): New var and function.
13820 (perl-mode): Use them.
13821
13822 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
13823
13824 * calendar/diary-lib.el (diary-remind): Discard any mark portion
13825 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13826
13827 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
13828
13829 * cus-edit.el: Comment change.
13830 (custom-buffer-create-internal): Slightly reword text at top of
13831 Custom buffers. Mention there that saving an option edits the
13832 init file. Add link to Emacs manual node on `custom-file'.
13833 (custom-magic-alist): Rewrite individual State messages to use
13834 capitalized keywords. Doc fix.
13835
13836 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
13837
13838 * calendar/calendar.el (calendar-buffer): Move above
13839 calendar-week-start-day.
13840 (calendar-week-start-day): Doc fix. Add :set function.
13841 (calendar-minimum-window-height): New variable.
13842 (generate-calendar-window): Only resize window if selected-window
13843 is displaying the calendar buffer. Use new variable
13844 calendar-minimum-window-height.
13845 (generate-calendar): Reword error message.
13846 (calendar-mode-map): Bind DEL to scroll-other-window-down.
13847
13848 2005-02-27 Andreas Schwab <schwab@suse.de>
13849
13850 * vc.el (vc-do-command): Don't run command asynchronously when
13851 operating in a remote directory.
13852
13853 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13854 change from sync with Tramp 2.0.47.
13855
13856 2005-02-27 Richard M. Stallman <rms@gnu.org>
13857
13858 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13859
13860 * textmodes/flyspell.el (flyspell-mode-on):
13861 Call ispell-change-dictionary only if necessary.
13862
13863 * emacs-lisp/re-builder.el (regexp-builder): New function.
13864
13865 * register.el (describe-register-1): Explicitly handle
13866 yank-excluded-properties = t.
13867
13868 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13869 (custom-magic-alist): Change the status descriptions again.
13870 (face widget-type): Total rewrite based on `restricted-sexp'
13871 to eliminate the confusing double hiding levels.
13872
13873 * emacs-lisp/debug.el (debug-on-entry-1):
13874 If function body is empty, add nil as body form.
13875
13876 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13877
13878 * emacs-lisp/trace.el (inhibit-trace): New var.
13879 (trace-make-advice): Use it.
13880
13881 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13882
13883 2005-02-26 Kim F. Storm <storm@cua.dk>
13884
13885 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13886 (mouse-on-link-p, mouse-drag-region-1): Use it.
13887
13888 2005-02-25 Lute Kamstra <lute@gnu.org>
13889
13890 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13891
13892 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
13893
13894 * frame.el (blink-cursor-mode): Add :group keyword.
13895
13896 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
13897
13898 * calendar/icalendar.el (icalendar--decode-isodatetime):
13899 New optional argument DAY-SHIFT.
13900 (icalendar-export-region): Fix coding-system-for-write.
13901 (icalendar--convert-ical-to-diary): Shift end-day of all-day
13902 events by one.
13903
13904 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13905
13906 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13907
13908 2005-02-24 Kim F. Storm <storm@cua.dk>
13909
13910 * international/iso-acc.el (iso-accents-compose): Fix crash
13911 during redisplay. Call force-window-update after read-event
13912 and delete-region to signal that window is not accurate.
13913
13914 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13915
13916 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13917 Remove unused and inexistent var `inhibit-trace'.
13918 (debugger-mode): Use run-mode-hooks.
13919 (debugger-list-functions): Add buttons; setup xref stack.
13920
13921 2005-02-23 Richard M. Stallman <rms@gnu.org>
13922
13923 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13924 appointment says it was explicitly made.
13925 (appt-add): Set the 3rd element.
13926 (appt-make-list): Preserve explicit appointments.
13927
13928 * subr.el (find-tag-default): Catch errors in forward-sexp.
13929
13930 2005-02-23 Juri Linkov <juri@jurta.org>
13931
13932 * info.el (Info-isearch-search): New defcustom.
13933 (Info-isearch-search): Call the default isearch function
13934 when Info-isearch-search is nil.
13935 (Info-isearch-wrap): Use variable Info-isearch-search.
13936
13937 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
13938
13939 * cus-edit.el: Comment change.
13940
13941 2005-02-22 Kim F. Storm <storm@cua.dk>
13942
13943 * progmodes/hideif.el (hide-ifdef-use-define-alist):
13944 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
13945
13946 2005-02-22 Simon Josefsson <jas@extundo.com>
13947
13948 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13949 New variable.
13950 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
13951 Oskarsson" <myrkraverk@users.sourceforget.net>.
13952
13953 2005-02-22 Kim F. Storm <storm@cua.dk>
13954
13955 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13956 check that window of that event is the selected window.
13957 (mouse-drag-region-1): Compare mouse event window to selected
13958 window before setting point.
13959
13960 * tooltip.el (tooltip-show-help-function): Pass event to
13961 mouse-on-link-p so it can check selected window.
13962
13963 2005-02-22 Kenichi Handa <handa@m17n.org>
13964
13965 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13966 (ps-mule-show-warning): New function.
13967 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13968 characters are found.
13969
13970 * ps-print.el (ps-header-footer-string): Return a list of header
13971 and footer strings.
13972
13973 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13974
13975 * pcvs.el (cvs-retrieve-revision): Fix thinko.
13976
13977 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * frame.el (blink-cursor-mode): Use define-minor-mode.
13980
13981 * term/mac-win.el (function-key-map): Use char-names more consistently.
13982 (file-name-coding-system): Only set it for MacOS-9. The other case is
13983 already handled in mule-cmds.el (where it also works when mac-win.el
13984 is not used).
13985
13986 2005-02-21 Kenichi Handa <handa@m17n.org>
13987
13988 * international/mule.el (ctext-pre-write-conversion): Always use
13989 " *code-converting-work*" buffer for work.
13990
13991 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13992
13993 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
13994
13995 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13996
13997 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
13998
13999 * ses.el (undo-more): Restore defadvice, but only the part that
14000 allows changes outside the restricted area of the buffer.
14001
14002 2005-02-20 Kim F. Storm <storm@cua.dk>
14003
14004 * simple.el (line-move): Add fourth optional arg try-vscroll which
14005 must be set to perform auto-window-vscroll.
14006 When moving backwards and doing auto-window-vscroll, automatically
14007 vscroll to the last part of lines which are taller than the window.
14008 (next-line, previous-line): Set try-vscroll arg on line-move.
14009
14010 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
14011
14012 * replace.el (query-replace, query-replace-regexp)
14013 (replace-string, replace-regexp): When operating on region, make
14014 the minibuffer prompt say so.
14015
14016 * isearch.el (isearch-forward): Document isearch-query-replace and
14017 isearch-query-replace-regexp keybindings.
14018
14019 2005-02-19 Jay Belanger <belanger@truman.edu>
14020
14021 * calc/calc-aent.el (math-read-token): Add local variable.
14022
14023 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14024 (calc-edit-top): Move declaration to earlier in file.
14025 (calc-edit-macro-repeats): Add local variables.
14026
14027 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14028 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14029 calcFunc-tanh.
14030 Adjust integration rule for calcFunc-tan.
14031
14032 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14033
14034 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14035 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14036 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14037 (viper-skip-separators): Bug fix.
14038 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14039 particular major mode.
14040 (viper-del-backward-char-in-replace): Don't put deleted char on the
14041 kill ring.
14042
14043 * viper-ex.el (viper-color-display-p): New function.
14044 (viper-has-face-support-p): Use viper-color-display-p.
14045
14046 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14047
14048 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14049
14050 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14051 (viper-file-remote-p): Make equivalent to file-remote-p.
14052
14053 * viper.el (viper-major-mode-modifier-list):
14054 Use viper-gnus-modifier-map.
14055
14056 2005-02-19 David Kastrup <dak@gnu.org>
14057
14058 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14059 quoting.
14060
14061 2005-02-19 Jay Belanger <belanger@truman.edu>
14062
14063 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14064 Remove extra definitions.
14065 (calc-coth): New function.
14066 (calcFunc-cot): Fix `let'.
14067
14068 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14069
14070 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14071 the reasons we use "type pc" in these faces.
14072
14073 * button.el (button): Ditto.
14074
14075 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14076
14077 * replace.el (query-replace-read-from): Set the value of
14078 query-replace-from-history-variable to handle the case of an empty
14079 string entered to accept the suggested default.
14080
14081 * net/tramp.el (tramp-file-name-for-operation):
14082 Use dired-call-process instead of dired-call-process-command.
14083
14084 2005-02-19 Jay Belanger <belanger@truman.edu>
14085
14086 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14087 (math-div-non-trig): New variables.
14088 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14089 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14090 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14091 trig expressions.
14092
14093 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14094
14095 * progmodes/gdb-ui.el (gdb-var-update-handler)
14096 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14097 for watch expressions,
14098 (gdb-var-create-handler): Don't set speedbar-update-flag.
14099 (gdb-post-prompt): Simplify test for speedbar.
14100
14101 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14102
14103 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14104 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14105 we use the syntax table of the correct buffer.
14106 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14107 Felix Gatzemeier.
14108
14109 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14110 (ediff-file-remote-p): Make synonymous with file-remote-p.
14111 In all deffaces ediff-*-face-*, use min-colors.
14112
14113 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14114 ediff-recurse-to-subdirectories.
14115 (ediff-mark-if-equal): Check that the arguments are strings, use
14116 ediff-same-contents (after to Felix Gatzemeier).
14117
14118 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14119 nil.
14120
14121 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14124
14125 2005-02-18 David Kastrup <dak@gnu.org>
14126
14127 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14128 use `mark-active' when defined.
14129
14130 2005-02-18 Kenichi Handa <handa@m17n.org>
14131
14132 * ps-print.el (ps-font-info-database): New entry
14133 ZapfChancery-MediumItalic with correct font name. Fix font name
14134 of the entry Zapf-Chancery-MediumItalic.
14135
14136 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14137
14138 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14139
14140 2005-02-16 Kim F. Storm <storm@cua.dk>
14141
14142 * ido.el (ido-fallback-command): Pass user input to fallback command.
14143
14144 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14145
14146 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14147 (gdb-find-file-hook): Add server prefix.
14148
14149 2005-02-16 Richard M. Stallman <rms@gnu.org>
14150
14151 * replace.el (perform-replace): Pass new args to replace-highlight.
14152 (replace-highlight): Take region args,
14153 and pass them to isearch-lazy-highlight-new-loop.
14154
14155 * novice.el (disabled-command-hook): Autoload the defalias
14156 and the make-obsolete-variable call.
14157
14158 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14159
14160 * isearch.el (isearch-lazy-highlight-start-limit)
14161 (isearch-lazy-highlight-end-limit): New variables limit
14162 the region for highlighting.
14163 (isearch-lazy-highlight-new-loop): New args BEG and END.
14164 (isearch-lazy-highlight-search): Use the new vars.
14165 (isearch-lazy-highlight-update): Likewise.
14166
14167 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14168
14169 * cus-start.el (all): Use default-boundp.
14170
14171 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14172
14173 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14174
14175 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14176
14177 * autorevert.el (auto-revert-stop-on-user-input)
14178 (auto-revert-verbose): Doc fixes.
14179
14180 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14181
14182 * international/mule-cmds.el (set-locale-environment): Remove call
14183 to set-selection-coding-system on Windows.
14184
14185 2005-02-15 Jay Belanger <belanger@truman.edu>
14186
14187 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14188 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14189 calcFunc-coth.
14190 (math-simplify-sqrt): Add simplifications.
14191
14192 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14193 to list.
14194
14195 * calc/calc-ext.el: Add functions to autoloads.
14196
14197 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14198 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14199 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14200 (math-csc-raw, math-cot-raw): New functions.
14201
14202 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14203
14204 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14205 the variable name in a message.
14206
14207 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14208 calcFunc-csc, calcFunc-cot.
14209
14210 * calc/calcalg2.el: Add derivative and integration rules for
14211 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14212 calcFunc-csch, calcFunc-coth.
14213 (math-do-integral-methods): Add to checks for when to use
14214 substitutions.
14215
14216 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14217
14218 2005-02-15 Lute Kamstra <lute@gnu.org>
14219
14220 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14221 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14222 <monnier@iro.umontreal.ca>
14223 (lisp-outline-level): Improve efficiency. Suggested by David
14224 Kastrup <dak@gnu.org>.
14225
14226 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14227
14228 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14229 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14230 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14231 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14232 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14233
14234 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14235
14236 * cus-start.el (all): Comment change.
14237
14238 2005-02-14 Lute Kamstra <lute@gnu.org>
14239
14240 * cus-start.el (all): Check if symbol is void.
14241
14242 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14243
14244 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14245 optional argument to \cite.
14246
14247 2005-02-14 Richard M. Stallman <rms@gnu.org>
14248
14249 * cus-edit.el (custom-buffer-create-internal): Update help message.
14250 (custom-magic-alist): Update help messages.
14251
14252 * cus-start.el (all): Allow a var to specify a standard value.
14253
14254 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14255
14256 * custom.el (custom-theme-set-variables): Handle variable aliases.
14257
14258 * frame.el (blink-cursor-timer): Doc fix.
14259 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14260 declare obsolete.
14261 (blink-cursor-mode): Define with defcustom and use correct
14262 standard expression in that defcustom.
14263 * startup.el (command-line): Adapt to above changes in frame.el.
14264
14265 2005-02-11 Lute Kamstra <lute@gnu.org>
14266
14267 * apropos.el (apropos-score-doc): Prevent division by zero.
14268
14269 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14270
14271 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14272 (icalendar--get-event-property-attributes)
14273 (icalendar--get-event-properties)
14274 (icalendar--datetime-to-diary-date): New functions.
14275 (icalendar--split-value): Doc fix.
14276 (icalendar--datetime-to-noneuropean-date)
14277 (icalendar--datetime-to-european-date): New optional argument
14278 SEPARATOR. Return result as a string instead of a list.
14279 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14280 (icalendar--convert-string-for-export): Rename arg S to STRING.
14281 (icalendar-export-region): Doc fix. Change name of error buffer.
14282 Save output buffer.
14283 (icalendar-import-file): Add blank at end of prompt.
14284 (icalendar-import-buffer): Doc fix. Do not switch to error
14285 buffer. Indicate status in return value.
14286 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14287 buffer. Save output buffer. Handle exception from recurrence
14288 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14289 events. Fix problems with weekly all-day events.
14290
14291 2005-02-10 Richard M. Stallman <rms@gnu.org>
14292
14293 * simple.el (eval-expression-print-format):
14294 Avoid warning about edebug-active.
14295
14296 * help.el (help-for-help-internal): Rename from help-for-help.
14297 (help-for-help): Define with defalias.
14298
14299 * font-core.el (font-lock-default-function): Use with-no-warnings.
14300
14301 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14302
14303 * custom.el (defface): Doc fix.
14304
14305 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14306
14307 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14308 width 0" to prevent word wrapping problems.
14309
14310 2005-02-09 Kim F. Storm <storm@cua.dk>
14311
14312 * ido.el (ido-file-extensions-order): New defcustom.
14313 (ido-file-extension-lessp, ido-file-extension-aux)
14314 (ido-file-extension-order): New advanced file ordering.
14315 (ido-file-lessp): New simple file ordering.
14316 (ido-sort-list): Remove.
14317 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14318 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14319
14320 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14321
14322 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14323 that some versions of grep produce.
14324 (grep-mode-font-lock-keywords): Likewise.
14325
14326 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14327
14328 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14329 (gdb-cdir): Delete.
14330 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14331 (gdb-source-info): Treat case when source file is in another
14332 directory properly.
14333 (gdb-get-location): New function.
14334
14335 2005-02-07 Jay Belanger <belanger@truman.edu>
14336
14337 * calc/calc-prog.el (calc-write-parse-table-part)
14338 (calc-fix-token-name): Fix a check for language type.
14339
14340 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14341
14342 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14343
14344 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14345 as directory not writable.
14346
14347 2005-02-07 Kim F. Storm <storm@cua.dk>
14348
14349 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14350 (cua--standard-movement-commands): Remove list.
14351 Instead, set CUA property value to move for movement commands.
14352 (cua-movement-commands): Remove. Users must set CUA prop instead.
14353 (cua--pre-command-handler): Check CUA property.
14354 (cua--init-keymaps): Don't remap undo commands.
14355 (cua-mode): Don't call cua--rectangle-on-off.
14356
14357 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14358 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14359 (cua--rect-undo-set-point): New var.
14360 (cua--rectangle-undo-boundary): Setup undo apply entry.
14361 (cua--rect-undo-handler): New function for rectangle undo.
14362 (cua--rect-start-position, cua--rect-end-position): Add.
14363 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14364 for restored rectangle. Set point if cua--rect-undo-set-point.
14365
14366 2005-02-06 Jay Belanger <belanger@truman.edu>
14367
14368 * calc/calc-lang.el (calc-tex-language): Display more information
14369 in messages.
14370
14371 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14372 in TeX mode.
14373
14374 2005-02-06 Richard M. Stallman <rms@gnu.org>
14375
14376 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14377
14378 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14379
14380 * net/ldap.el (ldap-search-internal): Support attributes with
14381 optional descriptions separated by a semi-colon, as in
14382 "userCertificate;binary".
14383
14384 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14385
14386 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14387 isn't a cons (i.e. the version is 0).
14388
14389 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14390
14391 * help.el (help-for-help): Doc fix.
14392
14393 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14394
14395 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14396 GDB-Windows on the menu-bar as this works better.
14397
14398 2005-02-04 Jay Belanger <belanger@truman.edu>
14399
14400 * calc/calc-embed.el (calc-embedded-update): Don't put in
14401 unnecessary newlines. Adjust the end of formula marker.
14402
14403 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14404 (math-latex-parse-two-args): New function.
14405
14406 2005-02-03 Lute Kamstra <lute@gnu.org>
14407
14408 * help-fns.el (help-with-tutorial): Make sure that users cannot
14409 remove the entire text of the tutorial by means of `undo'.
14410
14411 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14414 in recent changes, where the ispell process was repeatedly
14415 killed & restarted.
14416
14417 * international/mule-cmds.el (set-locale-environment): Set file-name
14418 coding system to utf-8 on Darwin systems.
14419 (set-default-coding-systems): Don't set default-file-name-coding-system
14420 on Darwin systems.
14421
14422 2005-02-03 Richard M. Stallman <rms@gnu.org>
14423
14424 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14425
14426 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14427
14428 * faces.el (list-faces-display): Add optional argument.
14429
14430 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14431
14432 * font-core.el (font-lock-default-function): Handle the rare case where
14433 only font-lock-keywords is set.
14434
14435 2005-02-02 Kenichi Handa <handa@m17n.org>
14436
14437 * international/characters.el: Cancel previous change for
14438 I-WITH-DOT-ABOVE and DOTLESS-i.
14439
14440 * international/latin-5.el: Cancel previous change.
14441
14442 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14443
14444 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14445
14446 2005-02-02 Kenichi Handa <handa@m17n.org>
14447
14448 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14449 DOTLESS-i.
14450
14451 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14452 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14453
14454 * case-table.el (get-upcase-table): New function.
14455 (copy-case-table): Copy upcaes table too if non-nil.
14456 (set-case-syntax-delims): Maintain upcase table too.
14457 (set-case-syntax-pair): Likewise.
14458 (set-upcase-syntax, set-downcase-syntax): New functions.
14459 (set-case-syntax): Maintain upcase table too.
14460
14461 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14462
14463 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14464
14465 * progmodes/gud.el (gud-goto-info): New function.
14466 (gud-tool-bar-map): Use correct icon.
14467
14468 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14469
14470 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14471 When delegating, order args in the funcall correctly.
14472
14473 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14474
14475 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14476
14477 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14478
14479 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14480 buffer not visiting a file.
14481
14482 2005-01-31 Jay Belanger <belanger@truman.edu>
14483
14484 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14485 bound on the line with the formula.
14486
14487 2005-01-31 Kim F. Storm <storm@cua.dk>
14488
14489 * ses.el (ses-create-cell-variable-range)
14490 (ses-destroy-cell-variable-range, ses-reset-header-string)
14491 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14492 (ses-insert-row): Fix format of apply undo entries.
14493
14494 2005-01-31 Jay Belanger <belanger@truman.edu>
14495
14496 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14497 parts.
14498
14499 * calc/calc-embed.el (calc-embedded-open-formula)
14500 (calc-embedded-close-formula): Ignore matrix environments.
14501
14502 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14503 TeX mode.
14504
14505 * calc/calc-lang.el (math-function-table, math-oper-table)
14506 (math-variable-table): Adjust the LaTeX portions.
14507
14508 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14509 (math-latex-ignore-words): New constant.
14510
14511 2005-01-31 Richard M. Stallman <rms@gnu.org>
14512
14513 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14514 (ispell-local-dictionary): Doc fix.
14515 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14516 Don't reinitialize at run time. Don't defcustom.
14517 All uses changed to append ispell-local-dictionary-alist,
14518 or check it first.
14519 (ispell-current-dictionary): New variable for dictionary in use.
14520 (ispell-dictionary): Now used only for global default.
14521 (ispell-start-process): Set ispell-current-dictionary,
14522 not ispell-dictionary.
14523 (ispell-change-dictionary): Use this only for setting
14524 user preferences.
14525 (ispell-internal-change-dictionary): New function
14526 to change the current dictionary in use.
14527 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14528 Use ispell-current-dictionary.
14529 Handle ispell-local-dictionary-overridden.
14530 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14531
14532 2005-01-31 Jay Belanger <belanger@truman.edu>
14533
14534 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14535
14536 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14537 (calc-mode-map): Add calc-latex-language.
14538
14539 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14540 (math-latex-print-frac): New functions.
14541 (math-oper-table, math-function-table, math-variable-table)
14542 (math-complex-format, math-input-filter): Add latex properties.
14543 (calc-set-language): Set math-expr-special-function-mapping.
14544
14545 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14546 (calc-write-parse-table-part): Add LaTeX support.
14547
14548 * calc/calc.el (calc-language): Adjust docstring.
14549 (calc-set-mode-line): Add LaTeX support.
14550 (math-expr-special-function-mapping): New variable.
14551 (math-tex-ignore-words): Add to list.
14552
14553 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14554 Add LaTeX support.
14555 (math-compose-expr): Add support for special functions.
14556
14557 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14558
14559 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14560
14561 * progmodes/gdb-ui.el (gdb-memory-address)
14562 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14563 (gdb-memory-mode-map, gdb-memory-format-keymap)
14564 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14565 (gdb-memory-unit-menu): New variables for a buffer
14566 that lets the user examine program memory.
14567 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14568 (gdb-memory-format-binary, gdb-memory-format-octal)
14569 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14570 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14571 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14572 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14573 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14574 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14575 (gdb-memory-mode, gdb-memory-buffer-name)
14576 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14577 New functions for above buffer.
14578
14579 2005-01-30 Richard M. Stallman <rms@gnu.org>
14580
14581 * cus-edit.el (custom-bury-buffer): Function deleted.
14582 (custom-buffer-done-function): Option deleted.
14583 (custom-buffer-done-kill): New (replacement option.
14584 (Custom-buffer-done): Call quit-window.
14585 (custom-buffer-create-internal): Update for above changes.
14586
14587 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14588
14589 * simple.el (undo-ask-before-discard): New var.
14590 (undo-outer-limit-truncate): Implement it.
14591 (undo-extra-outer-limit): Doc update.
14592
14593 2005-01-29 Richard M. Stallman <rms@gnu.org>
14594
14595 * ses.el (undo-more): Delete defadvice.
14596 (ses-begin-change): Doc fix.
14597
14598 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14599 instead of rebinding C-x u and C-_.
14600
14601 * files.el (normal-backup-enable-predicate): Return nil for files
14602 in /tmp, regardless of temporary-file-directory.
14603
14604 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14605
14606 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14607 (open-rectangle, delete-whitespace-rectangle-line)
14608 (clear-rectangle-line): If FILL, pass t instead of FILL
14609 for move-to-column's 2nd arg.
14610
14611 * simple.el (undo): Fix the test for continuing a series of undos.
14612 (undo-more): Set pending-undo-list to t when we reach end.
14613 (pending-undo-list): Move up defvar.
14614
14615 * wid-edit.el (widget-button-click):
14616 Shorten the range of the track-mouse binding.
14617
14618 * comint.el (comint-insert-input): Undo previous changes;
14619 use last-input-event in interactive spec.
14620
14621 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14622
14623 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14624 to nil before invoking call-process. Reset buffer's modified flag
14625 after fontifying it in the no-async branch.
14626
14627 * wid-edit.el (widget-specify-button): If mouse pointer shape
14628 cannot be changed, use mouse face instead.
14629
14630 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14631
14632 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14633 (gdb-goto-breakpoint): Make breakpoint handling work on template
14634 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14635 (gdb-assembler-custom): Update to recognize breakpoint information
14636 added on 2005-01-19.
14637
14638 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14641 (dsssl-mode): Use define-derived-mode.
14642 (scheme-mode-initialize): Remove.
14643 (scheme-mode): Use run-mode-hooks.
14644
14645 * cus-edit.el (customize-group-other-window)
14646 (custom-buffer-create-other-window): Don't override special-display-*.
14647 (custom-mode-map): Make it dense.
14648
14649 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14650 sets the default value.
14651
14652 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14653
14654 * descr-text.el: Add more keywords.
14655
14656 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14657
14658 * speedbar.el: Avoid unnecessary use of locate-library.
14659
14660 * international/mule-cmds.el (standard-display-european-internal):
14661 Don't fiddle with latin-1 non-break space any more since it's now
14662 special cased in the C code.
14663 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14664
14665 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14666
14667 * cus-start.el (all): Add `undo-outer-limit'.
14668
14669 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14670
14671 * textmodes/bibtex.el (bibtex-format-entry):
14672 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14673 field lines.
14674 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14675 not on part of a buffer.
14676
14677 2005-01-25 Lute Kamstra <lute@gnu.org>
14678
14679 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14680 nonempty field text strings like "{letters\\macro{}more letters}".
14681 Clarify docstring.
14682 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14683 (bibtex-entry-offset, bibtex-parse-association)
14684 (bibtex-parse-field-name): Fix typos in docstrings.
14685 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14686
14687 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14688
14689 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14690 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14691 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14692 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14693
14694 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14695 isearch minor mode.
14696
14697 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14698
14699 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14700
14701 2005-01-24 Lute Kamstra <lute@gnu.org>
14702
14703 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14704 CASECHARS and NOT-CASECHARS regular expressions of the
14705 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14706 striding over charsets" error.
14707
14708 2005-01-24 Jay Belanger <belanger@truman.edu>
14709
14710 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14711 display variable name.
14712
14713 2005-01-24 Kenichi Handa <handa@m17n.org>
14714
14715 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14716 Fix setting of the element of encoded-kbd-iso2022-invocations.
14717
14718 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14719
14720 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14721 (gdb-threads-select): Change to also accept mouse events.
14722 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14723 (gdb-threads-mouse-select): Delete.
14724
14725 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14726
14727 * files.el (insert-directory): Take care of empty directory,
14728 listed without -a switch.
14729
14730 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14731
14732 * textmodes/refill.el (refill-post-command-function):
14733 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14734 to the list of functions that we should be careful not to undo.
14735 (refill-late-fill-paragraph-function): Remove.
14736 (refill-saved-state): New var.
14737 (refill-mode): Use it to save fill-paragraph-function.
14738 Save also the value of auto-fill-function.
14739
14740 * term/w32-win.el: Simplify code.
14741
14742 2005-01-23 Kim F. Storm <storm@cua.dk>
14743
14744 * simple.el (line-move): Adapt to new return value from
14745 pos-visible-in-window-p.
14746
14747 * simple.el (line-move): Fix last change. Check partial
14748 visibility at point rather than at window-start.
14749
14750 2005-01-22 Jason Rumney <jasonr@gnu.org>
14751
14752 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14753
14754 2005-01-22 David Kastrup <dak@gnu.org>
14755
14756 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14757
14758 2005-01-22 Eli Zaretskii <eliz@gnu.org>
14759
14760 * type-break.el (type-break-mode): Add a test for
14761 type-break-file-name being non-nil.
14762
14763 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14764
14765 * net/eudc.el (top level): Call (message "") via progn, so that
14766 eudc-options-file is loaded.
14767
14768 2005-01-22 Kim F. Storm <storm@cua.dk>
14769
14770 * simple.el (line-move-1): Rename from line-move.
14771 (line-move): New function that adjusts vscroll for partially
14772 visible rows, and calls line-move-1 otherwise.
14773
14774 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14775
14776 * pcomplete.el: Define pcomplete-read-event instead of read-event,
14777 since it's not a complete read-event implementation
14778
14779 2005-01-20 Jay Belanger <belanger@truman.edu>
14780
14781 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14782 for called function.
14783
14784 2005-01-20 Steven Tamm <steventamm@mac.com>
14785
14786 * term/mac-win.el (process-connection-type): Remove.
14787 Controlled now by s/darwin.h:PTY_ITERATION.
14788
14789 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * window.el (handle-select-window): Don't switch window when we're
14792 in the minibuffer.
14793
14794 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
14795
14796 * subr.el (dotimes-with-progress-reporter): New macro.
14797
14798 * ses.el (ses-dotimes-msg): Remove macro.
14799 Use `dotimes-with-progress-reporter' instead.
14800
14801 2005-01-19 Steven Tamm <steventamm@mac.com>
14802
14803 * term/mac-win.el (process-connection-type): Use new
14804 operating-system-release variable to use ptys on Darwin 7 (OS X
14805 10.3) when using carbon build.
14806
14807 2005-01-19 Jay Belanger <belanger@truman.edu>
14808
14809 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14810 flags if the last command was a tab or M-tab.
14811
14812 * calc/calc-prog.el (calc-user-define-edit): Put original formula
14813 in formula editing buffer.
14814
14815 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14816
14817 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14818 breakpoint image symbol in margin.
14819
14820 2005-01-19 Jay Belanger <belanger@truman.edu>
14821
14822 * calc/calc-prog.el (calc-execute-kbd-macro):
14823 Ignore calc-keep-arg-flag.
14824
14825 2005-01-19 Kenichi Handa <handa@m17n.org>
14826
14827 * textmodes/ispell.el (ispell-looking-at): New function.
14828 (ispell-process-line): Use ispell-looking-at to compare the ispell
14829 output and the buffer contents.
14830
14831 2005-01-18 Jay Belanger <belanger@truman.edu>
14832
14833 * calc/calc.el (calc-display-raw): Fix docstring.
14834
14835 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14836
14837 * simple.el (blink-matching-open): Strip extra info from syntax.
14838
14839 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14840 funny chars in the end-of-here-doc marker.
14841
14842 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14843
14844 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14845 that enable/disabled state of breakpoints is shown correctly in
14846 fringe and on ttys.
14847 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14848 Add breakpoint information as text properties.
14849 (gdb-mouse-toggle-breakpoint):
14850 Rename to gdb-mouse-set-clear-breakpoint.
14851 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
14852 breakpoints in the margin.
14853 (gdb-remove-strings): Simplify.
14854
14855 2005-01-17 Jay Belanger <belanger@truman.edu>
14856
14857 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14858 erasing buffer.
14859
14860 2005-01-17 Richard M. Stallman <rms@gnu.org>
14861
14862 * progmodes/grep.el (grep-find): Copy from `grep' the condition
14863 for calling grep-compute-defaults.
14864
14865 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14866 if buffer is empty.
14867
14868 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14869
14870 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
14871
14872 * hilit-chg.el (highlight-changes-mode): Don't autoload.
14873
14874 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14875 non-preloaded variables.
14876
14877 2005-01-17 Steven Tamm <steventamm@mac.com>
14878
14879 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14880 tex-shell cause to force interactivity when using pipes.
14881
14882 2005-01-17 Kim F. Storm <storm@cua.dk>
14883
14884 * simple.el (just-one-space): Make arg optional.
14885
14886 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
14887
14888 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14889 posn-at-x-y to t to access left-margin.
14890
14891 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
14892
14893 Sync with Tramp 2.0.47.
14894
14895 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14896 catching keep-date problems in cp/scp operations.
14897 (tramp-handle-copy-file): Don't call `set-file-modes'
14898 unconditionally. Specialized functions should know better what is
14899 necessary. This improves performance a little bit, and the
14900 functions could catch errors with `cp -p' and `scp -p'.
14901 (tramp-do-copy-or-rename-file-via-buffer)
14902 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14903 when appropriate.
14904 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14905 Call `set-file-modes' when appropriate.
14906 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
14907 Johnsson <isak@hypergene.com>
14908 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14909 of both Tramp buffer and debug buffer. Reported by Joakim Verona
14910 <joakim@verona.se>
14911 (tramp-file-name-for-operation): Mark `shell-command' as magic for
14912 Emacs only.
14913
14914 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
14915 `find-file-hooks' and `dired-mode-hook'.
14916 (tramp-minor-mode-map): Respective map. Add remapping for
14917 `compile' and `recompile'.
14918 (tramp-remap-command, tramp-recompile): New defuns.
14919 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14920 in buffer "*Compilation*". Call the commands asynchronously.
14921
14922 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14923 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14924 `shell-command', because it isn't magic in XEmacs. Reported by
14925 Adrian Aichner <adrian@xemacs.org>.
14926
14927 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14928 `substitute-in-file-name.
14929 (tramp-smb-handle-substitute-in-file-name): New defun.
14930 (tramp-smb-advice-PC-do-completion): Delete advice.
14931
14932 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
14933
14934 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14935 Fix error in deleting region.
14936
14937 2005-01-15 Richard M. Stallman <rms@gnu.org>
14938
14939 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14940 In non-temp buffer, switch syntax table temporarily.
14941
14942 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14943
14944 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14945
14946 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14947
14948 * imenu.el (imenu--split-menu): Copy menulist before sorting.
14949 (imenu--generic-function): Use START, not BEG, as pos of definition.
14950
14951 * simple.el (just-one-space): Argument specifies number of spaces.
14952
14953 * simple.el (eval-expression-print-format): Avoid warning
14954 about edebug-active.
14955
14956 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
14957
14958 * progmodes/sh-script.el: Code copied from make-mode.el
14959 with small changes,
14960 (sh-mode-map): Bind C-c C-\.
14961 (sh-backslash-column, sh-backslash-align): New variables.
14962 (sh-backslash-region, sh-append-backslash): New functions.
14963
14964 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
14965
14966 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14967 (rmail-pop-password, rmail-pop-password-required): Move to
14968 rmail-obsolete group.
14969 (rmail-set-pop-password): Rename to rmail-set-remote-password.
14970 All callers updated.
14971 (rmail-get-pop-password): Rename to rmail-get-remote-password.
14972 Take an argument specifying whether it is POP or IMAP mailbox we
14973 are using. All callers updated.
14974 (rmail-pop-password-error): Rename to
14975 rmail-remote-password-error. Added mailutils-specific error message.
14976 (rmail-movemail-search-path)
14977 (rmail-movemail-variant-in-use): New variables.
14978 (rmail-remote-password, rmail-remote-password-required):
14979 New customization variables.
14980 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14981 (rmail-parse-url): New function.
14982 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14983 with GNU mailutils movemail.
14984
14985 2005-01-15 Kevin Ryde <user42@zip.com.au>
14986
14987 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14988 suffix to space, $ or '$, to correctly position point when going
14989 to @table style constants like DBL_MAX.
14990
14991 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
14992
14993 * type-break.el (type-break-mode, type-break-file-time)
14994 (type-break-file-keystroke-count, type-break-choose-file):
14995 Don't store data in or load data from the file if type-break-file-name
14996 is nil.
14997 (type-break-file-name): Doc update as per the above.
14998
14999 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
15000
15001 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15002 lookup-key might return nil; handle that.
15003
15004 2005-01-15 Alan Mackenzie <acm@muc.de>
15005
15006 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15007 rather than the element found, thus enabling the tree to be setcar'd.
15008
15009 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15010
15011 * textmodes/org.el (org-show-following-heading): New option.
15012 (org-show-hierarchy-above): Use `org-show-following-heading'.
15013 (org-cycle): Documentation fix.
15014
15015 * textmodes/org.el (orgtbl-optimized): New option
15016 (orgtbl-mode): New command, a minor mode.
15017 (orgtbl-mode-map): New variable.
15018 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15019 (orgtbl-error, orgtbl-self-insert-command)
15020 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15021
15022 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15023 a local variable in each org-mode buffer.
15024
15025 * textmodes/org.el (org-set-regexps-and-options): Rename from
15026 `org-set-regexps'. Added checking for STARTUP keyword.
15027 (org-get-current-options): Add STARTUP options.
15028 (org-table-insert-row): Make mode intelligent about when
15029 realignment is needed.
15030 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15031 New commands.
15032 (org-enable-table-editor): New default value `optimized'.
15033 (org-table-blank-field): Support blanking regions if active.
15034
15035 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15036
15037 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15038 if the year is not given.
15039
15040 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15041 Add new escapes %m and %M, fixed bug with %F by adding
15042 save-match-data.
15043 (reftex-reference): Remove ?. from list of spaces.
15044 (reftex-label-info): Add automatic label prefix recognition.
15045
15046 * textmodes/reftex-index.el (reftex-index-next-phrase):
15047 Add slave parameter to call of `reftex-index-this-phrase'.
15048 (reftex-index-this-phrase): New optional argument.
15049 (reftex-index-region-phrases): Add slave parameter to call of
15050 `reftex-index-this-phrase'.
15051 (reftex-display-index): New argument redo.
15052 (reftex-index-rescan): Add 'redo to arguments of
15053 `reftex-display-index'.
15054 (reftex-index-Rescan, reftex-index-revert)
15055 (reftex-index-switch-index-tag): Add 'redo to arguments of
15056 `reftex-display-index'.
15057 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15058 indexing. Fix bug with matching is there is a quote before or
15059 after the word.
15060
15061 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15062 Fix bug when collecting citation keys in lines with comments.
15063 (reftex-citation): Prefix argument no longer rescans the document,
15064 but forces prompting for optional arguments of cite macros.
15065 (reftex-do-citation): Prompting for optional arguments implemented.
15066
15067 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15068 Add optional arguments to most cite commands.
15069 (reftex-cite-cleanup-optional-args): New option
15070 (reftex-cite-prompt-optional-args): New option.
15071 (reftex-trust-label-prefix): New option.
15072
15073 * textmodes/reftex-toc.el (reftex-toc-find-section):
15074 Add push-mark before changing the position in the buffer.
15075
15076 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15077 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15078
15079 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15080
15081 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15082 more carefully.
15083
15084 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15087 (sgml-mode): Use it.
15088 (sgml-get-context): Better keep track of implicitly closed tags.
15089
15090 2005-01-13 Kenichi Handa <handa@m17n.org>
15091
15092 * textmodes/ispell.el: These changes are to fix misalignment error
15093 caused by equivalent characters of different Emacs charsets.
15094 (ispell-unified-chars-table): New variable.
15095 (ispell-get-decoded-string): New function.
15096 (ispell-get-casechars, ispell-get-not-casechars)
15097 (ispell-get-otherchars): Call ispell-get-decoded-string.
15098
15099 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15100
15101 * custom.el (custom-declare-variable): Just put symbol instead
15102 of (defvar . symbol) in `current-load-list'.
15103
15104 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15105
15106 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15107
15108 2005-01-12 Jay Belanger <belanger@truman.edu>
15109
15110 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15111 to create a Calc summary.
15112
15113 2005-01-12 Kim F. Storm <storm@cua.dk>
15114
15115 * mouse.el (mouse-on-link-p): Change functionality and doc
15116 string to comply with latest description in lisp ref.
15117
15118 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15119
15120 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15121 Enable mouse clicks on mode-line, header-line and margin.
15122 (event-type): Give mouse event symbols an 'event-kind property
15123 with value 'mouse-click.
15124
15125 2005-01-12 Juri Linkov <juri@jurta.org>
15126
15127 * facemenu.el (list-colors-display): Add new arg buffer-name.
15128 Use it. Fix docstring. Replace code for identifying duplicate
15129 colors by the name with call to `list-colors-duplicates' which
15130 identifies duplicate colors by the value unless the color
15131 is one of special Windows colors. Set truncate-lines to t.
15132 Print sorted duplicate color names on each line. Indent to 22
15133 \(the longest color name in rgb.txt) instead of 20. Optimize.
15134 (list-colors-duplicates): New function.
15135 (facemenu-color-name-equal): Delete function.
15136
15137 * facemenu.el (list-colors-print): New function created from code
15138 in list-colors-display. Print #RRGGBB at the window right edge.
15139 (list-colors-display): When temp-buffer-show-function is not
15140 defined, call list-colors-print from temp-buffer-show-hook
15141 to get the right value of window-width in list-colors-print
15142 after the buffer is displayed.
15143
15144 * simple.el (pop-mark): Move deactivate-mark out of conditional
15145 part to deactivate the active mark regardless of the state of the
15146 mark ring.
15147
15148 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15149 variables line in desktop files.
15150
15151 2005-01-12 Juri Linkov <juri@jurta.org>
15152
15153 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15154 Bring together isearch highlight related options.
15155 (lazy-highlight): Replace group `replace' by `matching'.
15156 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15157 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15158 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15159 and declare them obsolete.
15160 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15161 (isearch-faces): Remove defgroup.
15162 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15163 Move isearch highlighting code closer to lazy highlighting code.
15164
15165 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15166 (query-replace-highlight, query-replace-lazy-highlight)
15167 (query-replace): Move definitions to the beginning of the file.
15168
15169 2005-01-11 Juri Linkov <juri@jurta.org>
15170
15171 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15172 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15173 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15174
15175 * info.el (Info-history-forward): New variable.
15176 (Info-select-node): Reset Info-history-forward to nil.
15177 (Info-last): Turn into defalias.
15178 (Info-history-back): Rename from Info-last.
15179 Add current node to Info-history-forward.
15180 (Info-history-forward): New fun.
15181 (Info-mode-map): Replace Info-last by Info-history-back.
15182 Bind Info-history-forward to "r".
15183 (Info-mode-menu): Replace Info-last by Info-history-back.
15184 Fix menu item text. Add menu item for Info-history-forward.
15185 (info-tool-bar-map): Replace Info-last by Info-history-back.
15186 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15187 for Info-history-forward.
15188 (Info-mode): Replace Info-last by Info-history-back in docstring.
15189 Add local variable Info-history-forward.
15190 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15191
15192 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15193
15194 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15195 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15196 Ignore select-window events rather than fiddle with
15197 mouse-autoselect-window.
15198
15199 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15200
15201 * type-break.el (type-break-mode): Fix previous change.
15202
15203 2005-01-10 Jay Belanger <belanger@truman.edu>
15204
15205 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15206 calculator; only reset when point is inside a calculator.
15207 Don't adjust the window height if the window takes up the whole height
15208 of the frame.
15209
15210 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15211
15212 * ebuff-menu.el (Electric-buffer-menu-mode):
15213 Preserve value of buffer-local var header-line-format.
15214
15215 2005-01-09 Jay Belanger <belanger@truman.edu>
15216
15217 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15218 Make sure settings file exists before accessing it.
15219
15220 * calc/calc-embed.el (calc-embedded-subst):
15221 Replace math-multi-subst-rec, which is only supposed to be called
15222 by math-multi-subst, by math-multi-subst.
15223
15224 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15225
15226 * vc.el (vc-allow-async-revert): New user option.
15227 (vc-disable-async-diff): New internal variable.
15228 (vc-revert-buffer): Use them to disable asynchronous diff.
15229
15230 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15231 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15232 asynchronously if vc-disable-async-diff is t.
15233
15234 2005-01-09 Jay Belanger <belanger@truman.edu>
15235
15236 * calc/calc.el (defcalcmodevar): New macro.
15237 (calc-mode-var-list-restore-default-values)
15238 (calc-mode-var-list-restore-saved-values): New functions.
15239 (calc-mode-var-list): Use defcalcmodevar to define it.
15240 (calc-always-load-extensions, calc-line-numbering)
15241 (calc-line-breaking, calc-display-just, calc-display-origin)
15242 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15243 (calc-group-char, calc-point-char, calc-frac-format)
15244 (calc-prefer-frac, calc-hms-format, calc-date-format)
15245 (calc-float-format, calc-full-float-format, calc-complex-format)
15246 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15247 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15248 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15249 (calc-matrix-brackets, calc-language, calc-language-option)
15250 (calc-left-label, calc-right-label, calc-word-size)
15251 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15252 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15253 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15254 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15255 (calc-window-height, calc-display-trail, calc-show-selections)
15256 (calc-use-selections, calc-assoc-selections)
15257 (calc-display-working-message, calc-auto-why, calc-timing)
15258 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15259 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15260 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15261 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15262 (calc-gnuplot-geometry, calc-graph-default-resolution)
15263 (calc-graph-default-resolution-3d, calc-invocation-macro)
15264 (calc-show-banner): Use defcalcmodevar to declare them and set
15265 their default values.
15266
15267 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15268 instead of default values (but restore default values if there is
15269 an argument of 0).
15270
15271 2005-01-09 David Kastrup <dak@gnu.org>
15272
15273 * desktop.el (desktop-restore-eager): Fix typo in type.
15274
15275 2005-01-08 Richard M. Stallman <rms@gnu.org>
15276
15277 * cus-edit.el (customize): Delete :link.
15278
15279 2005-01-08 Jay Belanger <belanger@truman.edu>
15280
15281 * calc/calc.el (calc-mode): Remove the extension from the
15282 `calc-settings-file' file name when loading it.
15283
15284 2005-01-08 Kim F. Storm <storm@cua.dk>
15285
15286 * info.el (Info-mode-map, Info-next-link-keymap)
15287 (Info-prev-link-keymap, Info-up-link-keymap):
15288 Map follow-link to mouse-face.
15289 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15290
15291 2005-01-08 Jay Belanger <belanger@truman.edu>
15292
15293 * calc/calc.el (calc-settings-file): Change default value.
15294 Suggested by cgw in a comment in calc-mode.el.
15295
15296 * calc/calc-mode.el (calc-settings-file-name):
15297 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15298 Replace ~/.emacs in a prompt by calc-settings-file.
15299
15300 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15301
15302 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15303 (desktop-lazy-idle-delay): New customizable variables.
15304 (desktop-buffer-args-list): New variable.
15305 (desktop-append-buffer-args): New function.
15306 (desktop-save): Call desktop-append-buffer-args for some buffers.
15307 (desktop-lazy-create-buffer): New function.
15308 (desktop-idle-create-buffers): New function.
15309 (desktop-read): Add message about buffers to restore lazily.
15310 (desktop-lazy-abort): New command.
15311 (desktop-clear): Call desktop-lazy-abort.
15312 (desktop-lazy-complete): New command.
15313
15314 2005-01-06 Richard M. Stallman <rms@gnu.org>
15315
15316 * emacs-lisp/find-func.el (find-face-definition):
15317 Rename from find-face.
15318
15319 2005-01-06 Kim F. Storm <storm@cua.dk>
15320
15321 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15322
15323 * man.el (Man-xref-man-page, Man-xref-header-file)
15324 (Man-xref-normal-file): Add follow-link property.
15325
15326 2005-01-06 Jay Belanger <belanger@truman.edu>
15327
15328 * calc/calc-units.el: Make sure the proper macro definitions are
15329 available when compiling.
15330
15331 2005-01-06 Juri Linkov <juri@jurta.org>
15332
15333 * isearch.el (isearch-lazy-highlight-update):
15334 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15335
15336 2005-01-06 Miles Bader <miles@gnu.org>
15337
15338 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15339 (isearch-lazy-highlight-face): Use new name.
15340
15341 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * uniquify.el (uniquify-rationalize-file-buffer-names):
15344 Re-add an interactive spec.
15345 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15346 to the same name.
15347
15348 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15349 (isearch-update, isearch-done): Adjust calls accordingly.
15350
15351 2005-01-05 Richard M. Stallman <rms@gnu.org>
15352
15353 * custom.el (custom-set-variables, custom-theme-set-variables):
15354 Clarify documentation.
15355
15356 * emacs-lisp/find-func.el (find-variable)
15357 (find-variable-other-window, find-variable-other-frame):
15358 Fix the TYPE args to find-function-read and find-function-do-it.
15359 (find-function): Doc fix.
15360 (find-function-at-point): Replace function-at-point alias.
15361
15362 2005-01-04 Richard M. Stallman <rms@gnu.org>
15363
15364 * cus-face.el (custom-declare-face):
15365 Record defface in current-load-list.
15366
15367 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15368
15369 * emacs-lisp/find-func.el: Doc fixes.
15370 (find-face-regexp): New variable.
15371 (find-function-regexp-alist): New variable.
15372 (find-function-C-source): Third arg is now TYPE.
15373 (find-function-search-for-symbol): Handle general TYPE.
15374 (find-function-read, find-function-do-it): Handle general TYPE.
15375 (find-definition-noselect, find-face): New functions.
15376 (function-at-point): Alias deleted.
15377
15378 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15379
15380 * battery.el (display-battery-mode): Rename from display-battery.
15381 Handle the case where it gets turned off.
15382
15383 2005-01-04 Richard M. Stallman <rms@gnu.org>
15384
15385 * cus-edit.el (customize): Make :link point to user doc.
15386
15387 * man.el (Man-fontify-manpage): Turn off undo generation.
15388
15389 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15390
15391 2005-01-04 Andreas Schwab <schwab@suse.de>
15392
15393 * files.el (insert-directory): Only look for error lines in
15394 inserted text. Don't move too far after processing --dired markers.
15395
15396 2005-01-04 Richard M. Stallman <rms@gnu.org>
15397
15398 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15399 Don't expand if the character is @, period, dash, etc.
15400 (define-mail-abbrev): Quote names that contain problem characters.
15401
15402 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15403
15404 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15405
15406 2005-01-03 Richard M. Stallman <rms@gnu.org>
15407
15408 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15409 (query-replace-highlight, query-replace-lazy-highlight)
15410 (query-replace): Definitions moved up. Doc fix.
15411
15412 2005-01-03 Richard M. Stallman <rms@gnu.org>
15413
15414 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15415 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15416 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15417 (lazy-highlight-face): Rename from isearch-lazy-...
15418 Change all references to them.
15419
15420 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15421
15422 * cus-edit.el (custom-file): Doc fix for defcustom.
15423 (custom-file): The function no longer sets the variable
15424 `custom-file' to its return value.
15425
15426 * startup.el (command-line): No longer load `custom-file'.
15427
15428 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15429
15430 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15431
15432 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15433 Don't confuse module-prefixed identifiers for labels.
15434 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15435
15436 2005-01-02 Richard M. Stallman <rms@gnu.org>
15437
15438 * files.el (basic-save-buffer-1): Fix previous change.
15439
15440 * loadhist.el (file-loadhist-lookup): New function.
15441 (file-provides, file-requires): Use it.
15442
15443 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15444 instead of calculating the right size.
15445
15446 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15447
15448 * vc-svn.el (vc-svn-diff): Stay local if possible.
15449
15450 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15453
15454 * files.el (hack-local-variables): Fix last change.
15455
15456 2005-01-02 Jay Belanger <belanger@truman.edu>
15457
15458 * calc/calc-yank.el (calc-edit-top): New variable.
15459 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15460 object. Change header properties.
15461 (calc-edit-finish, calc-edit-finish-stack-object)
15462 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15463 edited object.
15464 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15465 for the beginning of the edited object.
15466 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15467 for the beginning of the edited object.
15468 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15469 (calc-finish-formula-edit, calc-macro-repeats)
15470 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15471 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15472 beginning of the edited object.
15473 (calc-user-define-edit): Change the header for editing macros.
15474 Remove unnecessary variable.
15475
15476 2005-01-01 Jay Belanger <belanger@truman.edu>
15477
15478 * calc/calc-yank.el (calc-edit-mode): Change default header.
15479 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15480 * calc/calc-store.el (calc-edit-variable): Change title to match new
15481 header.
15482 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15483 mode to match new header.
15484 (calc-user-define-edit): Change titles to include names of commands.
15485 (calc-finish-formula-edit): Adjust to handle new header.
15486 (calc-finish-macro-edit): Remove.
15487 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15488 (calc-edit-macro-command, calc-edit-macro-command-type)
15489 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15490 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15491 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15492 (calc-edit-macro-finish-edit): New functions.
15493 (calc-user-define-edit): Use new functions to edit named calc macros.
15494
15495 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15496
15497 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15498
15499 * ses.el (copy-region-as-kill): Deactivate mark.
15500
15501 2005-01-01 Richard M. Stallman <rms@gnu.org>
15502
15503 * replace.el (occur-1): If the output buffer is also an input,
15504 don't kill it, rename it.
15505
15506 * faces.el (set-face-background, set-face-foreground): Doc fix.
15507
15508 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15509 for :foreground and :background.
15510
15511 * dired.el (dired-view-command-alist): Variable deleted.
15512 (dired-view-file, dired-mouse-find-file-other-window):
15513 Delete the code to use it.
15514
15515 2005-01-01 Kim F. Storm <storm@cua.dk>
15516
15517 * image.el (insert-sliced-image): Use t for line-height property.
15518
15519 See ChangeLog.11 for earlier changes.
15520
15521 ;; Local Variables:
15522 ;; coding: iso-2022-7bit
15523 ;; End:
15524
15525 Copyright (C) 2005 Free Software Foundation, Inc.
15526 Copying and distribution of this file, with or without modification,
15527 are permitted provided the copyright notice and this notice are preserved.
15528
15529 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1