(easy-menu-intern): Don't define.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * printing.el (easy-menu-intern): Don't define.
4 (pr-get-symbol): Use easy-menu-intern only if defined.
5
6 * simple.el (blink-matching-open): Simplify a bit.
7 (completion-setup-function): Fix the case of partial-completion-mode
8 when the minibuffer's contents start with "-".
9 Obey completion-base-size-function even when
10 minibuffer-completing-file-name is non-nil.
11
12 2005-11-16 Richard M. Stallman <rms@gnu.org>
13
14 * net/eudcb-ph.el (eudc-ph-open-session):
15 Use set-process-query-on-exit-flag.
16
17 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18
19 * international/ucs-tables.el (ucs-set-table-for-input):
20 Use make-local-variable, not make-variable-buffer-local.
21
22 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
23 Improve warning message text.
24
25 * savehist.el (savehist-save-hook): Add :group.
26
27 * menu-bar.el (menu-bar-help-menu):
28 Rename Find Extra Packages to External Packages.
29
30 * cus-edit.el (Custom-reset-standard): Verify that
31 :custom-standard-value prop exists before calling it.
32
33 * apropos.el (apropos-calc-scores): Use apropos-pattern.
34
35 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
36
37 * wid-edit.el (color): Enclose %t in %{...%}.
38
39 * cus-edit.el (face): Enclose %t in %{...%}.
40
41 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
42
43 * savehist.el (savehist-mode-hook): Re-add the var.
44 (savehist-mode): Use it.
45
46 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * textmodes/flyspell.el: Fix commenting convention.
49 Remove unnecessary leading * in custom docstrings.
50 (flyspell-emacs): Remove unused var.
51 (flyspell-delete-region-overlays): Use remove-overlays.
52 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
53 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
54 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
55 (flyspell-debug-signal-word-checked): Use with-current-buffer.
56 (make-flyspell-overlay): Don't locally reuse a global name.
57 (flyspell-highlight-incorrect-region)
58 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
59 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
60 (flyspell-notify-misspell): Remove unused args `start' and `end'.
61 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
62 Wrap calls to accept-process-output inside with-local-quit since it's
63 often called from a post-command-hook.
64 (flyspell-correct-word, flyspell-auto-correct-word):
65 Use ispell-send-string.
66 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
67
68 * calendar/diary-lib.el (diary-list-entries): Also hide the
69 terminating newline.
70
71 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
72
73 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
74 window-system, to allow fonts on tty.
75
76 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
77
78 * progmodes/gud.el (gud-speedbar-item-info): New function.
79 (gud-install-speedbar-variables): Use it to display data types
80 of watch expression as tooltips in speedbar.
81
82 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
83
84 * font-core.el (global-font-lock-mode): Add :version keyword,
85 because default was changed.
86
87 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
88
89 * startup.el (command-line): Use `custom-reevaluate-setting' for
90 `file-name-shadow-mode'.
91
92 * loadup.el: Preload rfn-eshadow.
93
94 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
95 Add :version keyword.
96 (file-name-shadow-properties, file-name-shadow-tty-properties)
97 (file-name-shadow): Add :version keyword.
98
99 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
100 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
101 in the custom-group property of the symbol frames and the fringe
102 group got no link to its parent group frames.
103 Doc fix.
104
105 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
106
107 * progmodes/gud.el (gud-stop-subjob): New function.
108 (gud-menu-map, gud-tool-bar-map): Use it.
109
110 2005-11-16 Kim F. Storm <storm@cua.dk>
111
112 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
113 than kill it.
114 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
115 to a more useful/logical place.
116
117 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
118
119 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
120 go buttons complementary.
121
122 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
125 (rfn-eshadow-sifn-equal): New function.
126 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
127
128 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
129
130 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
131 string.
132
133 * viper.el (viper-emacs-state-mode-list): Ensure that
134 rcirc-mode buffers come up in Emacs state.
135
136 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
137 operation.
138
139 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
140
141 * term.el (term-termcap-format): Fix typos.
142 (term-down): Fix the negative argument case.
143
144 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
145
146 * progmodes/gdb-ui.el: Remove face-alias left over from change on
147 2005-08-15.
148 (gdb-ann3): New command gud-go.
149 (menu): Accomodate gdb-mi.el.
150 (gdb-assembler-custom): Make buffer of selected window current
151 so that set-window-point works.
152
153 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
154 buttons and include new ones.
155
156 2005-11-16 Kim F. Storm <storm@cua.dk>
157
158 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
159 (gud-menu-map): Use it.
160
161 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
162
163 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
164 that works correctly for Custom and that does not override a user
165 who disables it.
166
167 * help-mode.el (help-make-xrefs, help-xref-on-pp)
168 (help-xref-interned, help-follow): Make hyperlinks for variables
169 that are unbound, but have a non-nil variable-documentation property.
170
171 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
172 mode hook. (It conflicted with defcustoms for some mode hooks.)
173 Use the `variable-documentation' property to give the mode hook a
174 docstring and expand that docstring.
175
176 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
177
178 * savehist.el (savehist-mode): Don't bother with
179 `custom-set-minor-mode'.
180 (savehist-coding-system): Check XEmacs version.
181 (history-length): Declare also at run time.
182 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
183 Don't set the customize state.
184 (savehist-minibuffer-hook): Special case for when
185 minibuffer-history-variable is equal to t.
186
187 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * files.el (write-file): Refresh VC status.
190
191 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
192 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
193 than fundamental-mode to see if the mode was set.
194
195 2005-11-14 Romain Francoise <romain@orebokech.com>
196
197 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
198 dummy function in `eval-when-compile' to avoid compiler warning.
199 Require `man' at compile time.
200
201 2005-11-14 Jay Belanger <belanger@truman.edu>
202
203 * calc-alg.el (calcFunc-write-out-power): Rename it to
204 calcFunc-powerexpand.
205 (math-write-out-power): Rename it to math-powerexpand; have it
206 handle negative exponents.
207 (calc-writeoutpower): Rename it to calc-powerexpand.
208
209 * calc-ext.el: Change calcFunc-writeoutpower and
210 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
211 autoloads.
212 Add calcFunc-ldiv to autoloads.
213
214 * calc-arith.el (calcFunc-ldiv): New function.
215
216 * calc.el (calc-left-divide): New function.
217
218 2005-11-14 Juri Linkov <juri@jurta.org>
219
220 * cus-edit.el (custom-variable-prompt): Set the default value arg
221 of completing-read.
222
223 * cus-dep.el (custom-make-dependencies): Reverse the list of
224 found dependencies.
225
226 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
227
228 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
229 Highlighting" entry, it is on by default now.
230 (menu-bar-options-save): Do not save global-font-lock-mode.
231
232 2005-11-13 Richard M. Stallman <rms@gnu.org>
233
234 * textmodes/flyspell.el (flyspell-large-region):
235 Call flyspell-accept-buffer-local-defs.
236
237 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
238
239 * textmodes/flyspell.el (flyspell-notify-misspell):
240 Fix misspelling of "Misspelling".
241 (flyspell-process-localwords): New function.
242 (flyspell-large-region): Call flyspell-process-localwords and
243 flyspell-delete-region-overlays.
244 (flyspell-delete-region-overlays): New function.
245 (flyspell-delete-all-overlays): Call that.
246
247 2005-11-13 Richard M. Stallman <rms@gnu.org>
248
249 * help.el (help-for-help-internal): Improve doc of C-h a.
250 (describe-key): Improve prompt; doc fix.
251
252 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * vc-svn.el (vc-svn-registered): Catch all errors.
255
256 * cus-dep.el (custom-make-dependencies): Typo.
257
258 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
259
260 * net/tramp-util.el (top): Fix compilation warning.
261
262 2005-11-13 Kim F. Storm <storm@cua.dk>
263
264 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
265
266 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
267
268 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
269 (gud-speedbar-buttons): Match on "const char *" too.
270
271 * progmodes/gdb-ui.el (gdb-var-create-handler)
272 (gdb-var-list-children-handler): Match on "const char *" too.
273 (gdb-var-evaluate-expression-handler): Match on empty string.
274 (gdb-var-update-handler): Only call
275 gdb-var-evaluate-expression-handler when required.
276
277 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
278
279 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
280 selected window. This still doesn't work for speedbar.
281 (gud-speedbar-buttons): Handle string expressions properly.
282
283 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
284 (gdb-var-create-handler): Handle string expressions properly.
285 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
286 Handle string expressions properly. Move "type" field into regexp.
287
288 2005-11-12 Karl Fogel <kfogel@red-bean.com>
289
290 * bookmark.el (bookmark-maybe-message): New function to reduce
291 code duplication: invokes `message' iff baud-rate is high enough.
292 (bookmark-write-file): Use above instead of an inline conditional.
293 (bookmark-load): Same.
294
295 2005-11-12 Karl Fogel <kfogel@red-bean.com>
296
297 * bookmark.el (bookmark-write-file): Don't visit the destination
298 file, just write the data to it using write-region. This is
299 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
300 change to avoid visiting the file in the first place.
301
302 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
303
304 * hi-lock.el (hi-lock-mode): Set the default value of
305 font-lock-defaults.
306
307 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
308
309 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
310 arg to `file-attributes'.
311 (find-lisp-format): The UID and GID can now be strings.
312
313 2005-11-12 Kim F. Storm <storm@cua.dk>
314
315 * help.el (help-map): Bind C-h d to apropos-documentation.
316
317 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
318 when point is at end-of-buffer.
319
320 * apropos.el (apropos-match-face): Doc fix.
321 (apropos-sort-by-scores): Add new choice `verbose'.
322 (apropos-documentation-sort-by-scores): New defcustom.
323 (apropos-pattern): Now contains the pattern entered by the user.
324 (apropos-pattern-quoted): New defvar.
325 (apropos-regexp): New defvar, containing the regexp corresponding
326 to apropos-pattern.
327 (apropos-all-words-regexp): Rename from apropos-all-regexp.
328 (apropos-read-pattern): New defun. Use it to read pattern arg in
329 interactive calls; returns list of words for a word list, and
330 string for a regexp.
331 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
332 parses a list of words or regexp as returned by apropos-read-pattern.
333 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
334 (apropos-score-doc): Return a very high score if the string
335 entered by the user matches literally.
336 (apropos-variable): Doc fix. Use apropos-read-pattern.
337 (apropos-command): Doc fix. Use apropos-read-pattern and
338 apropos-parse-pattern. Call apropos-print with nosubst=t.
339 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
340 apropos-parse-pattern.
341 (apropos-documentation): Doc fix. Use apropos-read-pattern and
342 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
343 apropos-documentation-sort-by-scores. Call apropos-print with
344 nosubst=t.
345 (apropos-documentation-internal): Pass doc string through
346 substitute-key-definition before adding text properties.
347 Highlight substring matching literal user input if possible.
348 (apropos-documentation-check-doc-file): Remove locals beg and end.
349 Fix calculation of score (as added twice). Pass doc string through
350 substitute-key-definition before adding text properties.
351 (apropos-documentation-check-elc-file): Pass doc string through
352 substitute-key-definition before adding text properties.
353 Highlight substring matching literal user input if possible.
354 (apropos-print): Add new arg NOSUBST; if set, command and variable
355 doc strings have already been passed through substitute-key-definition.
356 Add code to handle apropos-accumulator items without score element
357 for backwards compatibility (e.g. with woman package).
358 Only show scores if apropos-sort-by-scores is `verbose'.
359
360 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
363 Add jka-compr-load-suffixes to load-suffixes.
364
365 * jka-compr.el: Require 'jka-cmpr-hook.
366 (jka-compr-info-compress-message, jka-compr-info-compress-program)
367 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
368 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
369 (jka-compr-info-can-append, jka-compr-info-strip-extension)
370 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
371 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
372 (jka-compr-uninstall): Remove entries from
373 jka-compr-added-to-file-coding-system-alist after they are used.
374 (jka-compr-error): Remove unused var `curbuf'.
375 (jka-compr-file-local-copy): Remove unused var `notfound'.
376
377 2005-11-10 Romain Francoise <romain@orebokech.com>
378
379 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
380
381 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
382
383 * progmodes/gud.el (gud-menu-map): Move parentheses.
384 (gdb): New command gud-pv.
385
386 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * tar-mode.el: Remove spurious or unnecessary leading stars
389 in docstrings.
390 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
391 (tar-parse-octal-integer-safe): Use mapc.
392 (tar-header-block-summarize): Remove unused var `ck'.
393 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
394 cleared before. Obey default-enable-multibyte-characters.
395 Use mapconcat. Simplify setting of tar-header-offset.
396 (tar-mode-map): Move initialization inside delcaration.
397 (tar-flag-deleted): Use `abs'.
398 (tar-expunge-internal): Remove unused var `line'.
399 (tar-expunge-internal): Don't hardcode point-min==1.
400 (tar-expunge): Widen while doing set-buffer-multibyte.
401 (tar-rename-entry): Use file-name-coding-system.
402 (tar-alter-one-field): Don't hardcode point-min==1.
403 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
404 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
405
406 2005-11-10 Masatake YAMATO <jet@gyve.org>
407
408 * add-log.el (add-log-current-defun): Handle class::method
409 notation of c++. Fix incorrect comment.
410
411 2005-11-10 Alan Mackenzie <acm@muc.de>
412
413 * help-fns.el (describe-variable): Make C-h v work when a variable
414 has variable documentation yet is unbound.
415
416 2005-11-10 Masatake YAMATO <jet@gyve.org>
417
418 * man.el (Man-highlight-references): Set an empty
419 string to `Man-arguments' if it is nil.
420 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
421
422 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
425 commenting conventions.
426
427 * cus-dep.el (custom-make-dependencies): Simplify.
428 Better follow the commenting conventions.
429
430 2005-11-09 Richard M. Stallman <rms@gnu.org>
431
432 * apropos.el (apropos-pattern): Rename from apropos-regexp.
433 (apropos-orig-pattern): Rename from apropos-orig-regexp.
434 All uses changed.
435 (apropos-rewrite-regexp): Doc fix.
436 (apropos-variable, apropos-command, apropos, apropos-value):
437 Change prompt; carry through the argument renaming.
438
439 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
440
441 * find-lisp.el: Require dired.
442 (find-lisp-find-dired-internal): Do not call
443 `abbreviate-file-name' on DIR.
444
445 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
446
447 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
448
449 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
450
451 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
452 when using the speedbar.
453 (gdb): New command gud-pp.
454 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
455
456 2005-11-09 Juri Linkov <juri@jurta.org>
457
458 * replace.el (occur-excluded-properties): New defcustom.
459 (occur-1, occur-engine, occur-accumulate-lines): Use it.
460
461 2005-11-08 Jay Belanger <belanger@truman.edu>
462
463 * calc/calc-units.el (math-convert-units): Replace any composite
464 unit by its definition.
465
466 2005-11-08 Lars Hansen <larsh@soem.dk>
467
468 * emacs-lisp/autoload.el (update-directory-autoloads):
469 Add obsolete function alias.
470
471 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
474 comment-indent-function.
475 (lisp-comment-indent): Replace by an alias for comment-indent-default.
476
477 * reveal.el (reveal-post-command): Rework the handling of
478 reveal-open-spots, so as to be more reliable. There were several
479 tricky corner cases where an open spot might be lost, or where
480 a closed spot might end up on the list of open spots.
481 Only reveal text that's ellipsised.
482
483 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
484
485 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
486
487 2005-11-06 Richard M. Stallman <rms@gnu.org>
488
489 * progmodes/compile.el (compilation-internal-error-properties):
490 save-excursion around the computation of MARKER.
491
492 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
493
494 * textmodes/flyspell.el (flyspell-external-point-words):
495 flyspell-get-word returns a list, not just a string.
496
497 2005-11-06 John Paul Wallington <jpw@pobox.com>
498
499 * ibuffer.el (ibuffer): Search all visible frames when getting
500 Ibuffer buffer's window.
501
502 2005-11-07 Masatake YAMATO <jet@gyve.org>
503
504 * man.el (Man-reference-regexp): Accept spaces between
505 `Man-name-regexp' and `Man-section-regexp'.
506 (Man-apropos-regexp): New variable.
507 (Man-abstract-xref-man-page): Use value for `Man-target-string'
508 if available.
509 (Man-highlight-references, Man-highlight-references0):
510 Handle the case when `Man-arguments' includes "-k".
511 (Man-highlight-references0): Rename the argument `TARGET-POS' to
512 `TARGET'. `TARGET' can be a number, function or nil.
513
514 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
515
516 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
517 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
518 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
519 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
520 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
521 (gdb-send-item): Use buffer-local-value and simplify.
522
523 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
524
525 * startup.el (command-line): Use `custom-reevaluate-setting' for
526 `global-font-lock-mode'.
527
528 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
529 by default, except in batch mode or when the -D option is given.
530
531 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
532 specified keyword args on to `define-minor-mode'. Update docstring.
533
534 2005-11-05 Romain Francoise <romain@orebokech.com>
535
536 * replace.el (occur-engine): Add marker at end of line, too.
537
538 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
539
540 * font-lock.el: Don't deal with font-lock-face-attributes here,
541 move the code ...
542
543 * startup.el (command-line): ... here. Use face-spec-set instead
544 of custom-declare-face.
545
546 * faces.el (face-spec-set): Reset the face if spec is not nil.
547
548 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * newcomment.el (comment-region-internal): Box more tightly in the
551 common case where there's no TAB in the boxed text.
552
553 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
554
555 * info.el (info-tool-bar-map): Use images prev-node, next-node and
556 up-node.
557
558 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
559
560 * newsticker.el: Commentary updated. Code formatting changed.
561 (newsticker-version): Change to "1.9".
562 (newsticker, newsticker-feed): Doc fix.
563 (newsticker-url-list): Doc fix. Add option "Weekly".
564 (newsticker-retrieval-interval): Add option "Weekly".
565 (newsticker-headline-processing): Doc fix.
566 (newsticker-auto-mark-filter): Remove.
567 (newsticker-auto-mark-filter-list): New.
568 (newsticker-layout, newsticker-sort-method): Doc fix.
569 (newsticker-hide-old-items-in-newsticker-buffer)
570 (newsticker-heading-format, newsticker-item-format)
571 (newsticker-desc-format): Doc fix.
572 (newsticker-show-all-rss-elements): Remove.
573 (newsticker-show-all-news-elements): New.
574 (newsticker-faces, newsticker-ticker): Doc fix.
575 (remove-from-invisibility-spec): Code formatting.
576 (newsticker--process-ids): New.
577 (newsticker-mode): Doc fix.
578 (newsticker-mode): Change mode-line-format.
579 (newsticker-start): Remove debug output.
580 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
581 (newsticker-w3m-show-inline-images): Code formatting.
582 (newsticker-next-item): Call `force-mode-line-update'.
583 (newsticker-previous-item): Call `force-mode-line-update'.
584 (newsticker-next-feed): Call `force-mode-line-update'.
585 (newsticker-previous-feed): Call `force-mode-line-update'.
586 (newsticker-mark-all-items-at-point-as-read): Code formatting.
587 (newsticker-show-old-items): Do not show descs.
588 (newsticker-hide-entry): Hide too much.
589 (newsticker-hide-entry, newsticker-show-entry)
590 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
591 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
592 (newsticker-toggle-auto-narrow-to-item): Code formatting.
593 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
594 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
595 (newsticker-get-news): Call `force-mode-line-update'.
596 Collect process ids.
597 (newsticker--sentinel): Change coding system handling.
598 Move image retrieval to new functions newsticker--get-logo-url-*.
599 Move feed parsing to new functions newsticker--parse-*.
600 Update list of process ids.
601 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
602 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
603 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
604 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
605 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
606 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
607 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
608 (newsticker--decode-coding-string): Remove.
609 (newsticker--decode-numeric-entities): Check input. Format code.
610 (newsticker--remove-whitespace): Check input.
611 (newsticker--do-forget-preformatted): Doc fix.
612 (newsticker--decode-rfc822-date): Allow for missing time.
613 (newsticker--update-process-ids): New.
614 (newsticker--image-sentinel): Change comment.
615 (newsticker--image-read): Change error message.
616 (newsticker--imenu-goto): Doc fix. Show headline title.
617 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
618 (newsticker--buffer-do-insert-text): Clean whitespace in
619 html-rendered headline title. Code formatting.
620 Call `newsticker--buffer-print-extra-elements'.
621 (newsticker--buffer-print-extra-element): Remove.
622 (newsticker--buffer-print-extra-elements): New.
623 (newsticker--buffer-do-print-extra-element): New.
624 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
625 large sizes.
626 (newsticker--run-auto-mark-filter)
627 (newsticker--do-run-auto-mark-filter):
628 Use `newsticker-auto-mark-filter-list'.
629
630 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
631
632 * net/rcirc.el: Use split-string OMIT-NULLS argument.
633 (rcirc-print): Force redisplay before running hooks. Do long
634 buffer truncation after making new text read-only. Deal with nil
635 text when decoding strings. If TARGET is nil, use either the
636 currently selected buffer, if it is an rcirc buffer and of the
637 same process or the process buffer.
638 (rcirc-mode): Remove header-line. Recompute short buffer names.
639 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
640 (rcirc-short-buffer-name): Add variable.
641 (rcirc-kill-buffer-hook): Recompute short buffer names.
642 Remove nick from private channel.
643 (rcirc-send-input): Send command text to current-buffer.
644 Don't clear overlay arrow here.
645 (rcirc-short-buffer-name): Return a short buffer name.
646 (rcirc-update-short-buffer-names, rcirc-abbreviate)
647 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
648 buffer-name abbreviations.
649 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
650 Do not touch nick-table when killing a parted channel.
651 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
652 Clear arrow from current buffer if it is now hidden.
653 (rcirc-current-buffer): Add variable.
654 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
655 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
656 Remove -face from names.
657 (rcirc-update-activity-string): Print "DND" when globally ignoring
658 activity.
659 (rcirc-ignore-buffer-activity-flag): Rename from
660 rcirc-ignore-channel-activity.
661 (rcirc-ignore-all-activity-flag): Doc fix.
662 (rcirc-channels): Remove variable.
663 (rcirc-kill-buffer-hook):
664 (rcirc-get-buffer-create): Add nick to private channel.
665 (rcirc-multiline-edit-submit): Remove tabs.
666 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
667 folded.
668 (rcirc-remove-nick-channel): Bug fix.
669 (rcirc-toggle-ignore-buffer-activity): Rename from
670 rcirc-toggle-ignore-channel-activity.
671 (rcirc-record-activity): Add buffers to the front of the list.
672 (rcirc-update-activity): Remove killed buffers from list.
673 (rcirc-process-server-response-1): Remove last argument if it is
674 null before calling handler.
675 (rcirc): Add "rcirc" defcustom prefix.
676 (rcirc-prompt): Simplify default prompt.
677 Use custom-initialize-default.
678 (rcirc-private-chats): Remove variable.
679 (rcirc-prompt): Change initialization.
680 (rcirc-version): Remove function.
681 (rcirc-id-string): Add constant.
682 (rcirc-last-buffer): Remove variable.
683 (rcirc-buffer-alist): Add variable.
684 (rcirc-connect): Update variable setup.
685 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
686 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
687 default.
688 (rcirc-handler-generic): Trigger activity.
689 (rcirc-send-message): Create the buffor of the target.
690 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
691 (rcirc-get-buffer): Just return nil if there is no matching buffer.
692 (rcirc-multiline-edit-cancel): Remove function.
693 (rcirc-set-last-buffer): Remove function.
694 (rcirc-get-any-buffer): Add function.
695 (rcirc-join-channels): Don't print /join text.
696 (rcirc-toggle-ignore-channel-activity): Add and update echo area
697 messages.
698 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
699 (rcirc-handler-NOTICE): Recognize CTCP responses.
700 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
701 constructing TOPIC string for buffers we are not JOINed.
702 (rcirc-handler-CTCP-response): Add handler.
703 (rcirc-multiline-edit-submit): Restore the window-configuration
704 before adjusting point.
705 (rcirc): Add customization group.
706 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
707 (rcirc-user-full-name, rcirc-startup-channels-alist)
708 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
709 (rcirc-ignore-all-activity-flag, rcirc-time-format)
710 (rcirc-input-ring-size, rcirc-read-only-flag)
711 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
712 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
713 Change defvar to defcustom.
714 (rcirc-update-prompt): Add optional ALL arg, which will update
715 prompts in all rcirc buffers. Regexp quote replacement text.
716 (rcirc-fill-column): Accept 'frame-width as a value.
717 (rcirc-set-changed): Add function.
718 (rcirc-next-active-buffer): Write more meaningful messages.
719 (rcirc-faces): Add customization group.
720 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
721 (rcirc-nick-in-message-face, rcirc-prompt-face)
722 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
723 (with-rcirc-process-buffer): Move before first usage.
724 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
725 (rcirc-debug-flag): Rename from `rcirc-log-p'.
726 (rcirc-debug): Rename from `rcirc-log'.
727 (rcirc-format-response-string): Do not print '-' chars for a
728 NOTICE with no sender. Simplify output of server responses.
729
730 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
731
732 (rcirc-browse-url-map, rcirc-browse-url-at-point)
733 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
734 mouse and RET clickable.
735
736 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
737
738 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
739
740 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
741
742 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
743 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
744 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
745 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
746 argument to all these routines, so the passphrase can be managed
747 externally and passed in to the system.
748 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
749 pgg-add-passphrase-to-cache function.
750
751 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
752 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
753 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
754 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
755 argument to all these routines, so the passphrase can be managed
756 externally and passed in to the system.
757 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
758 function.
759
760 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
761
762 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
763 from goto-address-url-regexp.
764
765 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
766
767 * textmodes/org.el (org-read-date, org-goto-calendar)
768 (org-recenter-calendar, org-agenda-goto-calendar):
769 Temporarily clear 'calendar-move-hook'.
770
771 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
772
773 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
774 merging.
775
776 * ediff-util.el (ediff-previous-difference): Don't skip regions that
777 have merge clashes.
778
779 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
780
781 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
782 Undo previous change.
783
784 * startup.el (command-line): Use `custom-reevaluate-setting' for
785 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
786 tty-register-default-colors on Mac.
787
788 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
789
790 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
791 (gdb-buffer-type): Make it automatically buffer local...
792 (gdb-get-create-buffer): ...and set it accordingly.
793 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
794 actually work.
795
796 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
797
798 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
799 not red.
800
801 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
802
803 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
804 case GUD buffer is not visible.
805 (gdb-goto-breakpoint): Try to force display in source buffer.
806 (gdb-frame-gdb-buffer): Copy other similar functions.
807 (gdb-restore-windows): Don't display source if not asked for.
808 (gdb-assembler-buffer-name): Don't capitalise.
809
810 2005-11-03 Richard M. Stallman <rms@gnu.org>
811
812 * wid-edit.el (key-sequence): New widget type.
813
814 * simple.el (set-mark-command-repeat-pop): New variable.
815 (set-mark-command): Only interpret plan C-@ after a pop as a pop
816 if set-mark-command-repeat-pop is true.
817
818 * info.el (Info-fontify-node): Don't display extra "see" if there
819 already is one here.
820
821 * mouse.el: Fix special handling of DEL after dragging a region:
822 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
823 (mouse-region-delete-keys): Add [backspace].
824
825 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
826
827 * textmodes/ispell.el (ispell-command-loop): Change `i' description
828 not to assume it pertains to an affix.
829
830 * textmodes/flyspell.el (flyspell-post-command-hook):
831 Bind deactivate-mark to prevent deactivation.
832
833 2005-11-03 Lars Hansen <larsh@soem.dk>
834
835 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
836 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
837 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
838
839 2005-11-03 Romain Francoise <romain@orebokech.com>
840
841 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
842 Update copyright years.
843
844 2005-11-03 Sam Steingold <sds@gnu.org>
845
846 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
847 Use system-type instead of window-system because window-system is not
848 correctly defined during loadup.
849
850 2005-11-02 Mark A. Hershberger <mah@everybody.org>
851
852 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
853 (xml-parse-tag): Join strings separated by a comment properly.
854
855 2005-11-02 Andreas Schwab <schwab@suse.de>
856
857 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
858
859 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
862 (byte-optimize-pure-func): Quote the eval'd value.
863
864 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
865 Rename from perl-font-lock-syntactic-face-function.
866 Change the calling convention so it can be used as a font-lock MATCHER.
867 Do the parse-partial-sexp loop outselves.
868 (perl-font-lock-syntactic-keywords): Use it.
869 (perl-mode): Don't set font-lock-syntactic-face-function any more.
870
871 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
872
873 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
874 disassembly buffer too.
875 (gdb-exited): Remove overlay arrows when execution has finished.
876 (gdb-info-frames-custom, gdb-info-threads-custom)
877 (gdb-info-registers-custom): Don't add inappropriate text
878 properties if inferior is not active.
879
880 2005-11-02 Glenn Morris <rgm@gnu.org>
881
882 * progmodes/fortran.el (fortran-blink-match):
883 Use `blink-matching-delay'.
884
885 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
886
887 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
888
889 2005-11-02 Lars Hansen <larsh@soem.dk>
890
891 * net/tramp.el (tramp-action-out-of-band): Handle scp message
892 "Permission denied".
893
894 2005-11-01 Richard M. Stallman <rms@gnu.org>
895
896 * textmodes/flyspell.el (flyspell-external-point-words):
897 Pass nil to flyspell-get-word.
898
899 2005-11-02 Kim F. Storm <storm@cua.dk>
900
901 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
902 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
903
904 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
907 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
908 (calendar-mouse-print-dates): Add optional `event' argument.
909 Update interactive-spec.
910 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
911 Use `calendar-event-to-date' instead of `event'.
912
913 2005-11-02 Masatake YAMATO <jet@gyve.org>
914
915 * progmodes/ld-script.el (ld-script-builtins):
916 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
917 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
918 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
919
920 2005-11-01 Romain Francoise <romain@orebokech.com>
921
922 * vc-sccs.el: Update copyright year.
923 * ezimage.el: Likewise.
924
925 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
926
927 * info.el (Info-fontify-node): Use `string-width' for fontifying
928 underlined titles.
929
930 2005-11-01 Juri Linkov <juri@jurta.org>
931
932 * info.el (Info-fontify-node): Downcase node header keywords Node,
933 Prev, Next, Up before comparison.
934 (Info-history): Insert absolute directory name, and put invisible
935 property on it.
936
937 2005-11-01 Juri Linkov <juri@jurta.org>
938
939 * info.el (Info-file-supports-index-cookies): New variable.
940 (Info-find-node-2): Check makeinfo version for index cookie support.
941 (Info-index-nodes): Search for nodes with index cookies only when
942 Info-file-supports-index-cookies is t. Otherwise, search nodes
943 with "Index" in the node name.
944 (Info-index-node): Search index cookie in the current node only when
945 Info-file-supports-index-cookies is t. Otherwise, check the word
946 "Index" in the node name.
947 (Info-find-emacs-command-nodes): Remove code that searches nodes
948 with "Index" node name in the top menu.
949
950 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
951
952 * progmodes/scheme.el (scheme-mode-variables): Use the default
953 comment-indent-function.
954
955 * faces.el (face-attribute): Handle the case where a face inherits from
956 a non-existent face.
957
958 * simple.el (eval-expression-print-format): Use lisp-readable syntax
959 for octal and hexa output, and merge the char into the paren.
960 (kill-new): Use push.
961 (copy-to-buffer): Use with-current-buffer.
962 (completion-setup-function): Move code in loop to remove redundancy.
963 (minibuffer-local-must-match-map): Don't add bindings that duplicate
964 those inherited from minibuffer-local-completion-map.
965
966 * savehist.el (savehist-mode) <defcustom>:
967 Use custom-set-minor-mode if available.
968 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
969 and emit a message if applicable.
970
971 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
972
973 * savehist.el: Sync up to version 19.
974 (savehist-mode): New minor mode.
975 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
976 (savehist-length): Remove (use history-length instead).
977 (savehist-file-modes): Rename from savehist-modes.
978 (savehist-save-hook, savehist-loaded): New vars.
979 (savehist-load): Use savehist-mode. Try to smooth up transition from
980 old format to new format.
981 (savehist-install): Allow savehist-autosave-interval to be nil.
982 (savehist-save): Run the new hook. Be more careful to only trim the
983 history variables.
984 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
985 (savehist-printable): Print into a buffer rather than char-by-char.
986
987 2005-11-01 John Wiegley <johnw@newartisans.com>
988
989 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
990 toggle-ignore keybinding (C-a). The author said it had been
991 disabled much earlier due to a possible incompatibility, but after
992 many months of usage I have encountered no problems (and it is a
993 rather useful option, especially for switching to " *temp*").
994
995 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
996 support for OS/X's AddressBook, by calling out to the open source
997 program "contacts" (installable through Fink).
998
999 * net/eudc.el (eudc-expand-inline): If the
1000 `eudc-multiple-match-handling-method' is set to `all', delete the
1001 query string before inserting the query result.
1002
1003 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1004 flag, to prevent Eshell from using the system ls when
1005 `eshell-ls-insert-directory' is in used.
1006 (eshell-ls-insert-directory): Disable font-lock in directory
1007 buffer so that Eshell's own fontification is seen. This broke
1008 recently due to changes in font-lock, so this goes back to version
1009 21 behavior.
1010
1011 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1012
1013 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1014 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1015 (gdb-many-windows): Doc fix.
1016
1017 2005-10-31 Romain Francoise <romain@orebokech.com>
1018
1019 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1020
1021 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1022
1023 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1024 that global-font-lock-mode can be enabled by default.
1025
1026 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1027 (font-lock-add-keywords, font-lock-remove-keywords)
1028 (font-lock-fontify-buffer): Remove autoload cookies.
1029
1030 * jit-lock.el (jit-lock-register): Likewise.
1031
1032 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1033
1034 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1035
1036 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1037 intact if there is no gud-comint-buffer.
1038
1039 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1040
1041 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1042 old prompt comint-prompt-read-only is t and GDB commands are
1043 issued from tool bar etc.
1044
1045 2005-10-31 Masatake YAMATO <jet@gyve.org>
1046
1047 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1048
1049 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1052 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1053
1054 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1055
1056 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1057 starting at beginning of line. Fontification is messed up when
1058 `open-paren-in-column-0-is-defun-start' set to t.
1059 Reported by John Paul Wallington <jpw@pobox.com>.
1060
1061 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1062
1063 * comint.el (comint-send-input): Call `comint-update-fence' when
1064 `comint-process-echoes' and `comint-prompt-read-only' are both
1065 non-nil, to avoid leftover read-only newline.
1066
1067 2005-10-30 Richard M. Stallman <rms@gnu.org>
1068
1069 * textmodes/flyspell.el (flyspell-external-point-words):
1070 Detect when WORD can't be checked properly because
1071 flyspell-get-word finds just part of it, and move on.
1072
1073 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1074 boundarychar for Polish.
1075 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1076 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1077
1078 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1079
1080 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1081 (gdb-registers-font-lock-keywords): Delete.
1082 (gdb-registers-mode): Don't fontify.
1083 (gdb-info-registers-custom): Use text properties instead as, in
1084 future, changed register values will use font-lock-warning-face.
1085 (gdb-local-font-lock-keywords): Rename to...
1086 (gdb-locals-font-lock-keywords): ...for consistency.
1087
1088 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1089
1090 * vc.el (vc-switch-backend): Better error message if the buffer is
1091 not visiting a file under version control.
1092
1093 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1094
1095 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1098 ~/.emacs.d/.emacs.
1099
1100 2005-10-29 Richard M. Stallman <rms@gnu.org>
1101
1102 * replace.el (occur-mode-mouse-goto): Always go to other window.
1103 (occur-mode-goto-occurrence): Always switch in same window.
1104
1105 * simple.el (undo): Display message at end, not at start.
1106
1107 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1108 New arg REUSE-CELL.
1109 (cancel-timer-internal): New function.
1110 (timer-event-handler): Use cancel-timer-internal,
1111 and pass the cell it returns to timer-activate...
1112
1113 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1114 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1115 (jit-lock-after-change): Test memory-full.
1116
1117 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1118
1119 * textmodes/conf-mode.el (conf-assignment-sign)
1120 (conf-assignment-regexp): Fix docstrings.
1121 (conf-mode-initialize): New function.
1122 (conf-mode): Remove optional args. Use delay-mode-hooks to
1123 recognize recursive calls.
1124 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1125 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1126 (conf-xdefaults-mode): Use define-derived-mode and
1127 conf-mode-initialize.
1128
1129 2005-10-29 Romain Francoise <romain@orebokech.com>
1130
1131 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1132
1133 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1134
1135 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1136 part of the decoded armor to find the key-identifier.
1137 (pgg-gpg-lookup-key-owner): New function to return the
1138 human-readable identifier of a key owner.
1139 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1140 key itself.
1141 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1142 the key value) if we have a key and can match it against a secret
1143 key. Also, added a note pointing out fact that the prompt only
1144 indicates the first matching key.
1145
1146 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1147 pgg-decrypt-region.
1148 (pgg-pending-timers): A new hash for tracking the passphrase cache
1149 timers, so that new ones supercede old ones.
1150 (pgg-add-passphrase-to-cache): Rename from
1151 `pgg-add-passphrase-cache' to reduce confusion (all callers
1152 changed). Modified to cancel old timers when new ones are added.
1153 (pgg-remove-passphrase-from-cache): Rename from
1154 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1155 changed). Modified to cancel old timers when their keys are
1156 removed from the cache.
1157 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1158 XEmacs, an indirection to delete-itimer.
1159 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1160 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1161 users can only check cache without risk of prompting. Correct bug in
1162 notruncate behavior.
1163 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1164 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1165 Add informative docstrings.
1166 (pgg-decrypt): Convey provided passphrase in subordinate call to
1167 pgg-decrypt-region.
1168
1169 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1170
1171 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1172 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1173 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1174 'passphrase' argument, so the passphrase can be managed externally
1175 and then passed in to the system.
1176
1177 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1178 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1179 so the passphrase cache can be used reliably with identifiers
1180 besides a pgp packet's key id.
1181
1182 * pgg-gpg.el (pgg-pgp-encrypt-region)
1183 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1184 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1185 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1186 argument to all these routines, so the passphrase can be managed
1187 externally and passed in to the system.
1188
1189 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1190 'notruncate' argument, so the passphrase cache can be used
1191 reliably with identifiers besides a pgp packet's key id.
1192
1193 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1194
1195 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1196 symmetric encryption.
1197 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1198 encrypted session key.
1199 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1200 message ask for the passphrase in a proper way.
1201
1202 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1203 New user commands for symmetric encryption.
1204
1205 2005-10-28 Bill Wohler <wohler@newt.com>
1206
1207 * help-mode.el (help-url): New button type. Calls browse-url.
1208 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1209 Similar to Info nodes: URL `url'.
1210 (help-make-xrefs): Create help-url buttons for
1211 help-xref-url-regexp matches.
1212
1213 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1214
1215 * tool-bar.el (tool-bar-add-item-from-menu)
1216 (tool-bar-local-item-from-menu): Fix doc strings.
1217
1218 2005-10-28 Romain Francoise <romain@orebokech.com>
1219
1220 * ldefs-boot.el: Update.
1221
1222 * subr.el (locate-library): Move from help-fns.el.
1223 * help-fns.el (locate-library): Move to subr.el.
1224
1225 2005-10-28 Richard M. Stallman <rms@gnu.org>
1226
1227 * net/tramp.el (tramp-completion-mode): defvar moved up.
1228
1229 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1230
1231 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1232
1233 * files.el (find-file-noselect): Use %d to format large file size.
1234
1235 * bindings.el (mode-line-format): Add %e.
1236
1237 * loadup.el ("facemenu"): Load unconditionally.
1238 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1239 ("x-dnd"): Load, when appropriate.
1240
1241 * startup.el (command-line): Call before-init-hook earlier.
1242 Warn about some bad characters in -u user name.
1243
1244 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1245 (flyspell-external-point-words): Error if misspelled word is not found.
1246 Set flyspell-large-region-beg at end of word.
1247
1248 2005-10-28 Andreas Schwab <schwab@suse.de>
1249
1250 * view.el (View-revert-buffer-scroll-page-forward):
1251 Use view-page-size-default.
1252
1253 2005-10-28 Juri Linkov <juri@jurta.org>
1254
1255 * international/quail.el (quail-get-current-str): Translate last
1256 raw character for deterministic input methods.
1257
1258 2005-10-27 Jay Belanger <belanger@truman.edu>
1259
1260 * calc/calc-ext.el: Add functions to autoloads.
1261 (math-identity-matrix-p, math-ident-row-p): New functions.
1262
1263 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1264 multiplication by an identity matrix; don't turn multiplication by
1265 an inverse matrix into division.
1266 (math-div-symbol-fancy): Replace division by matrices with
1267 multiplication by inverse.
1268
1269 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1270
1271 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1272 (calc-writeoutpower): New functions.
1273
1274 2005-10-27 Romain Francoise <romain@orebokech.com>
1275
1276 * replace.el (occur-engine): Include colon in mouse-face highlight.
1277
1278 * dired-x.el: Change Maintainer field.
1279
1280 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * longlines.el (longlines-mode): Bind after-change-functions to
1283 nil during initial decoding and final encoding.
1284
1285 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1286
1287 * term.el (term-emulate-terminal, term-handle-colors-array)
1288 (term-handle-ansi-escape): Specify the terminfo capabilities
1289 implemented.
1290
1291 2005-10-26 Richard M. Stallman <rms@gnu.org>
1292
1293 * info.el (Info-fontify-node): Fix detection of sentence-break
1294 before *Note.
1295
1296 2005-10-26 Romain Francoise <romain@orebokech.com>
1297
1298 * smerge-mode.el: Add `tools' to file keywords.
1299
1300 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1301
1302 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1303 when the fringe is not available.
1304
1305 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1306 (def-gdb-auto-update-trigger): Simplify construction.
1307 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1308 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1309 defined explicitly.
1310 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1311 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1312 defined explicitly.
1313 (gdb-info-locals-custom): Remove as it's a no-op.
1314
1315 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1316
1317 * longlines.el (longlines-mode): Remove narrowing before
1318 performing the initial decoding or final encoding.
1319
1320 2005-10-25 Romain Francoise <romain@orebokech.com>
1321
1322 * emacs-lisp/find-func.el (find-library-name): Also strip
1323 extension if library name ends in .el, to take advantage of
1324 `find-library-suffixes'.
1325
1326 2005-10-25 Richard M. Stallman <rms@gnu.org>
1327
1328 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1329
1330 2005-10-25 Juri Linkov <juri@jurta.org>
1331
1332 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1333 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1334
1335 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1338 (blackbox-redefine-key): Add argument `map'.
1339
1340 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1341 regions when moving the jit-lock-context-unfontify-pos boundary.
1342
1343 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1344
1345 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1346
1347 2005-10-25 Masatake YAMATO <jet@gyve.org>
1348
1349 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1350
1351 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1352
1353 * play/blackbox.el (blackbox-redefine-key): New function.
1354 (blackbox-mode-map): Use it to remap existing bindings for cursor
1355 motion instead of binding literal keys.
1356
1357 2005-10-25 Glenn Morris <rgm@gnu.org>
1358
1359 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1360 diary does not end in a newline. Do not assume a blank line at
1361 the start of the diary file.
1362
1363 2005-10-25 Kenichi Handa <handa@m17n.org>
1364
1365 * international/quail.el (quail-translate-key): If the input
1366 method is deterministic and failed to handle the last key, restart
1367 the key handling loop from an appropriate key.
1368
1369 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1370
1371 * vc.el (vc-dired-mode): Extend comment for binding of
1372 `directory-listing-before-filename-regexp'.
1373
1374 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * textmodes/texinfo.el (texinfo-mode):
1377 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1378 not to unnecessarily expose emacs-mule's internal char codes.
1379
1380 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1381
1382 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1383 Display hand pointer and help-echo on disabled icon too.
1384 (gdb-mouse-until): New function.
1385 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1386
1387 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1390 with 2005-10-23 change to doctor.el.
1391
1392 * finder.el (finder-mode-map): Add follow-link binding.
1393
1394 2005-10-25 Kim F. Storm <storm@cua.dk>
1395
1396 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1397 to gdb-mouse-toggle-breakpoint-fringe.
1398 (gdb-mouse-toggle-breakpoint-margin): Rename from
1399 gdb-mouse-toggle-breakpoint. Fix doc.
1400 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1401 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1402 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1403 string properties also for fringe breakpoint bitmaps.
1404
1405 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1406
1407 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1408
1409 2005-10-25 Masatake YAMATO <jet@gyve.org>
1410
1411 * simple.el (completion-common-substring):
1412 Use `completion-common-substring' prior to `completion-base-size'.
1413
1414 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1415
1416 * savehist.el: Require CL while compiling.
1417 (savehist-history-variables): Remove.
1418 (savehist-save-minibuffer-history, savehist-additional-variables)
1419 (savehist-minibuffer-history-variables): New vars.
1420 (savehist-save): Use them.
1421 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1422 (savehist-install): New fun, extracted from savehist-load.
1423 (savehist-load): Use them.
1424
1425 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1428 a dummy doc-string-elt property.
1429 (defalias, defvaralias, define-category): Add a docstring property.
1430
1431 * image.el (defimage):
1432 * widget.el (define-widget):
1433 * custom.el (defface, defcustom): Add `doc-string' declaration.
1434
1435 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1436 (defadvice): Add `doc-string' declaration.
1437
1438 * emacs-lisp/byte-run.el (macro-declaration-function):
1439 Handle `doc-string' declarations.
1440 (define-obsolete-function-alias, define-obsolete-variable-alias):
1441 Add `doc-string' declaration.
1442
1443 2005-10-24 Kenichi Handa <handa@m17n.org>
1444
1445 * international/utf-7.el (utf-7): Add autoload cookie.
1446
1447 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1448
1449 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1450
1451 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1452 list of directories passed to batch-update-autoloads. Add "." to
1453 the list of the echoed directories.
1454
1455 * pgg-def.el:
1456 * pgg-gpg.el:
1457 * pgg-parse.el:
1458 * pgg-pgp.el:
1459 * pgg-pgp5.el:
1460 * pgg.el: Moved here from the gnus subdirectory.
1461
1462 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1463
1464 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1465 in case comint-prompt-read-only is set to t.
1466
1467 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1468 in case comint-prompt-read-only is set to t.
1469
1470 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1471
1472 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1473 Now a string.
1474 (icalendar-import-format): Handle CLASS, STATUS, URL.
1475 Rename `subject' to `summary'.
1476 (icalendar-import-format-summary): Rename from
1477 `icalendar-import-format-subject'.
1478 (icalendar-import-format-url, icalendar-import-format-status)
1479 (icalendar-import-format-class): New variables.
1480 (icalendar--rris): Take variable argument list.
1481 (icalendar--datestring-to-isodate): Remove unnecessary
1482 calendar-style check when converting dates with explicit month names.
1483 (icalendar-export-region): Change return type of conversion
1484 subroutines. Bury current buffer unless error occurred.
1485 (icalendar--convert-to-ical)
1486 (icalendar--parse-summary-and-rest): New functions.
1487 (icalendar--convert-ordinary-to-ical)
1488 (icalendar--convert-weekly-to-ical)
1489 (icalendar--convert-yearly-to-ical)
1490 (icalendar--convert-block-to-ical)
1491 (icalendar--convert-cyclic-to-ical)
1492 (icalendar--convert-anniversary-to-ical): Change return type.
1493 Strip trailing blanks from subject.
1494 (icalendar--convert-sexp-to-ical): Change return type.
1495 Strip trailing blanks from subject. Handle simple sexp
1496 entries as generated by icalendar.el.
1497 (icalendar--convert-float-to-ical)
1498 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1499 (icalendar-import-file): Doc fix.
1500 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1501 Correct call to icalendar--rris.
1502 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1503 `summary'.
1504 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1505
1506 2005-10-24 Romain Francoise <romain@orebokech.com>
1507
1508 * server.el (server-sentinel): Set query-on-exit flag to nil on
1509 new client processes (it isn't inherited from the server process).
1510
1511 * replace.el (occur-engine): Rearrange text properties.
1512
1513 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1516 case-fold-search is nil.
1517 (debug-help-follow): Use help-xref-interned directly.
1518
1519 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * thumbs.el (thumbs-image-type): Add .pbm.
1522
1523 2005-10-23 Richard M. Stallman <rms@gnu.org>
1524
1525 * faces.el (inhibit-face-set-after-frame-default): New variable.
1526 (set-face-attribute): Bind it.
1527 (face-set-after-frame-default): Test it.
1528
1529 * help-fns.el (describe-simplify-lib-file-name): New function.
1530 (describe-function-1, describe-variable): Use it.
1531
1532 * faces.el (describe-face): Use describe-simplify-lib-file-name.
1533
1534 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1535 Eliminate nil as possible value.
1536 (tooltip-hide-delay): Reduce internal-border-width.
1537
1538 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1539 (menu-bar-file-menu) <new-file>: Likewise.
1540
1541 * simple.el (line-move-finish): Ignore fields computing LINE-END.
1542
1543 * international/mule.el (load-with-code-conversion):
1544 Pass full file name to `eval-buffer' unless preloading.
1545
1546 * textmodes/flyspell.el (flyspell-large-region):
1547 Call ispell-check-version.
1548
1549 * textmodes/ispell.el (ispell-local-dictionary-overridden):
1550 Fix the make-variable-buffer-local call that was supposed
1551 to be for this variable.
1552 (ispell-aspell-supports-utf8): Doc fix.
1553 (ispell-find-aspell-dictionaries): Preserve elements of
1554 ispell-dictionary-alist for dictionaries that aspell doesn't report.
1555 (ispell-aspell-find-dictionary): Return nil on error.
1556
1557 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1558 (doctor-symptoms): Likewise.
1559
1560 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1561
1562 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * cus-edit.el (custom-button, custom-button-pressed): New vars.
1565 (custom-raised-buttons): Add :set spec.
1566 (custom-button-unraised, custom-button-pressed-unraised):
1567 New faces, so that custom-raised-buttons actually does something.
1568 (custom-mode): Use custom-button and custom-button-pressed.
1569
1570 * wid-edit.el (widget-specify-button): Don't ignore
1571 widget-mouse-face on graphic terminals.
1572 (widget-move-and-invoke): Cleanup.
1573
1574 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
1575
1576 * whitespace.el (whitespace-cleanup): Doc fix.
1577
1578 2005-10-23 Romain Francoise <romain@orebokech.com>
1579
1580 * emulation/viper.el (viper-set-hooks): Quote forms passed to
1581 `eval-after-load' to avoid evaluating their result.
1582
1583 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * files.el (directory-listing-before-filename-regexp):
1586 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
1587
1588 * dired.el (dired-move-to-filename-regexp): Remove.
1589 All occurences replaced by `directory-listing-before-filename-regexp'.
1590
1591 * dired-x.el, locate.el, vc.el:
1592 Replace `dired-move-to-filename-regexp' by
1593 `directory-listing-before-filename-regexp'. In vc.el it is
1594 overwritten locally; maybe this can be handled in files.el too.
1595
1596 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
1597 replaced by `directory-listing-before-filename-regexp'.
1598
1599 2005-10-23 Andreas Schwab <schwab@suse.de>
1600
1601 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1602 and eval-next-after-load.
1603
1604 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1605
1606 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1607 exist, create it.
1608
1609 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
1610
1611 * allout.el: Remove autoloads for mailcrypt and crypt++.
1612 Require pgg, pgg-gpg during compilation.
1613 (allout-version): Increment version number to 2.1, and use a literal
1614 rather than RCS Id.
1615 (allout-default-encryption-scheme): Remove.
1616 (allout-passphrase-verifier-handling)
1617 (allout-passphrase-verifier-string)
1618 (allout-file-passphrase-verifier-string)
1619 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1620 (allout-passphrase-hint-handling): Rename and simplify.
1621 (allout-init): Use `find-file-hook' if available, otherwise
1622 `find-file-hooks'.
1623 (allout-mode): Use `write-file-functions' if available, otherwise
1624 `local-write-file-hooks' and, instead of making auto-save-hook
1625 buffer local, make the write-file-hook activity contingent to
1626 allout-mode.
1627 (allout-mode): Use key-binding substitution in the docstring.
1628 (allout-kill-line): Spell-out kill ring data structure mutation
1629 instead of using byte-compiler-complaint-provoking `pop'.
1630 (allout-insert-listified): Use `insert' rather than `insert-string'
1631 (allout-toggle-current-subtree-encryption): Update docstring, adjust
1632 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1633 (allout-encrypt-string): Totally revamped vis new underlying
1634 encryption facilities.
1635 (allout-mc-activate-passwd): Remove.
1636 (allout-obtain-passphrase): New, more or less replaces
1637 allout-mc-activate-passwd.
1638 (allout-encrypted-key-info): More or less replaces
1639 allout-encrypted-text-type.
1640 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1641 (my-mark-marker): Use `(featurep 'xemacs)'.
1642
1643 2005-10-23 Lars Hansen <larsh@soem.dk>
1644
1645 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1646 (byte-compile-file-form-defmumble, byte-compile-defun)
1647 (byte-compile-defmacro): Use it.
1648 (byte-compile-form): Don't call byte-compile-set-symbol-position
1649 when a byte-compile handler is called.
1650
1651 2005-10-22 Romain Francoise <romain@orebokech.com>
1652
1653 * savehist.el (savehist-history-variables): Add `grep-find-history'.
1654
1655 * subr.el (eval-after-load): Convert library name to an absolute
1656 file name using locate-library, since load-history no longer has
1657 library names in it.
1658
1659 2005-10-22 Richard M. Stallman <rms@gnu.org>
1660
1661 * files.el (make-temp-file): Move from subr.el.
1662 * subr.el (make-temp-file): Move to files.el.
1663
1664 * window.el (get-buffer-window-list): Move from subr.el.
1665 * subr.el (get-buffer-window-list): Move to window.el.
1666
1667 * image.el (image-load-path): Use eval-at-startup to initialize.
1668
1669 * subr.el (eval-at-startup): New macro.
1670
1671 * subr.el: Much rearrangement of functions and division
1672 into pages. No code changes.
1673
1674 2005-10-22 Kenichi Handa <handa@m17n.org>
1675
1676 * tar-mode.el (tar-extract): Be sure to call
1677 find-operation-coding-system if set-auto-coding doesn't find a
1678 coding system.
1679
1680 2005-10-22 Kim F. Storm <storm@cua.dk>
1681
1682 * image.el (image-type-header-regexps): Rename from image-type-regexps.
1683 Change users.
1684 (image-type-file-name-regexps): New defconst.
1685 (image-type-from-data): Simplify loop.
1686 (image-type-from-buffer): New defun.
1687 (image-type-from-file-header): Use it instead of image-type-from-data.
1688 Use image-search-load-path instead of only looking in data-directory.
1689 (image-type-from-file-name): New defun.
1690 (image-search-load-path): Change `pathname' to `filename'.
1691 Make PATH arg optional, default to image-load-path.
1692
1693 2005-10-21 Richard M. Stallman <rms@gnu.org>
1694
1695 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1696
1697 * textmodes/paragraphs.el (sentence-end-base): New variable.
1698 (sentence-end): Use sentence-end-base.
1699
1700 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * font-lock.el (font-lock-default-fontify-region): Check the multiline
1703 property independently from the font-lock-multiline variable.
1704
1705 2005-10-21 Richard M. Stallman <rms@gnu.org>
1706
1707 * emacs-lisp/find-func.el (find-library-name): Doc fix.
1708
1709 * startup.el (command-line): Convert library names
1710 in `load-history' to absolute file names.
1711
1712 * subr.el (symbol-file): Doc fix.
1713
1714 * loadhist.el (file-loadhist-lookup): Call locate-library
1715 instead of find-library-name. Don't try converting
1716 abs file names to library names, since load-history no longer
1717 has library names in it.
1718 (file-dependents, file-provides, file-requires): Doc fixes.
1719
1720 2005-10-21 Juri Linkov <juri@jurta.org>
1721
1722 * progmodes/etags.el (tags-table-mode): New function.
1723 (tags-verify-table): Replace initialize-new-tags-table with
1724 tags-table-mode.
1725
1726 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1727 default value.
1728 (desktop-modes-not-to-save): Add tags-table-mode to the
1729 default value.
1730
1731 * info.el (Info-index-next): Add total number of index
1732 alternatives to the message.
1733
1734 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1735 backward only space (instead of space and period) before looking
1736 at sentence end.
1737
1738 * simple.el (set-variable): Use user-variable-p instead of symbolp.
1739 Add the old variable value as 4th default-value arg of read-string.
1740
1741 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1742
1743 * cus-face.el (custom-declare-face): Make face from X resources
1744 also on Mac.
1745
1746 * disp-table.el (standard-display-g1, standard-display-graphic):
1747 Refuse to use string glyphs also on Mac.
1748 (standard-display-european): Don't set terminal coding system also
1749 on Mac.
1750
1751 * frame.el (display-screens): Use x-display-screens also on Mac.
1752
1753 2005-10-21 Romain Francoise <romain@orebokech.com>
1754
1755 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
1756
1757 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1760 and $? into sexps.
1761
1762 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1763 warning face on open-paren-in-column-0.
1764
1765 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1766 boundary case. Fix typo.
1767 Suggested by Martin Rudalics <rudalics@gmx.at>.
1768
1769 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
1770
1771 * textmodes/org.el: (org-combined-agenda-icalendar-file)
1772 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
1773 (org-export-icalendar-this-file)
1774 (org-export-icalendar-all-agenda-files)
1775 (org-export-icalendar-combine-agenda-files): New commands.
1776 (org-export-icalendar, org-print-icalendar-entries)
1777 (org-start-icalendar-file, org-finish-icalendar-file)
1778 (org-ical-ts-to-string): New functions.
1779 (org-read-date, org-goto-calendar)
1780 (org-agenda-goto-calendar): Inhibit displaying diary entries by
1781 call to `calendar'.
1782 (orgtbl-setup): Remove the :keys arguments from the menu description.
1783 (org-after-save-iCalendar-file-hook): New variable.
1784
1785 2005-10-21 Kenichi Handa <handa@m17n.org>
1786
1787 * language/vietnamese.el (tcvn-5712): Make it an alias of
1788 vietnamese-tcvn coding-system.
1789
1790 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
1791
1792 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
1793 group id is given.
1794
1795 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * progmodes/sh-script.el (sh-escaped-line-re): New var.
1798 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
1799 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
1800 whose line is either continued or ends with a comment.
1801
1802 2005-10-20 Romain Francoise <romain@orebokech.com>
1803
1804 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
1805
1806 * replace.el (occur-engine): Add follow-link property.
1807
1808 * font-core.el (font-lock-mode): Doc fix.
1809
1810 2005-10-20 Richard M. Stallman <rms@gnu.org>
1811
1812 * net/rcirc.el: New file.
1813
1814 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
1815
1816 * term.el (term-term-name): Initialize to "eterm-color".
1817
1818 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
1819
1820 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
1821 for encryption functionality.
1822 Move allout customization subgroup from `editing' to `outlines' group.
1823 Fix commentary 'keywords' to legitimate ones.
1824 Update author info (using my current email address, obscurified).
1825 (allout-encrypt-string, allout-encryption-produce-work-buffer)
1826 (allout-encrypted-topic-p, allout-encrypted-text-type)
1827 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
1828 (allout-situate-encryption-key-verifier)
1829 (allout-get-encryption-key-verifier, allout-verify-key)
1830 (allout-next-topic-pending-encryption)
1831 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
1832 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
1833 (outline-key-verifier-handling, outline-key-hint-handling)
1834 (outline-encrypt-unencrypted-on-saves): New defcustoms.
1835 (allout-file-key-verifier-string, allout-encryption-scheme)
1836 (allout-key-verifier-string, allout-key-hint-string)
1837 (allout-after-save-decrypt): New variables.
1838 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
1839 (allout-after-saves-handler): New hook functions.
1840 (allout-post-command-business): Do allout-after-save-decrypt.
1841 (allout-enable-file-variable-adjustment): Custom var to enable
1842 mechanism for adding and adjusting settings of Emacs file variables.
1843 (allout-adjust-file-variable, allout-file-vars-section-data):
1844 New functions, implement the mechanism.
1845 (outlineify-sticky): Use the file vars mechanism.
1846 (allout-inhibit-protection, allout-during-write-cue)
1847 (allout-override-protect, allout-before-change-protect): Remove.
1848 (allout-flag-region, allout-open-topic): Adjust read-only text.
1849 (allout-open-line-not-read-only): Add to facilitate read-only
1850 text based protection.
1851 (allout-kill-line): Revise to adjust read-only text, clue the
1852 user about the inhibition.
1853 (allout-unprotected): Use unwind-protect.
1854 (allout-shift-in, allout-shift-out): Disallow manually shifting a
1855 topic deeper than the offspring depth of the previous topic -
1856 avoiding confusing "containment discontinuities".
1857 (allout-reindent-bodies): Fix retention of body relative hanging
1858 indent during promotion of collapsed bodies.
1859 (allout-open-topic): Make it easy to open new topic with same
1860 bullet as current topic - topic creation functions provided with
1861 any universal argument provokes now prompt for bullet, defaulting
1862 to the bullet of the previous topic.
1863 (allout-plain-bullets-string, allout-distinctive-bullets-string):
1864 Plain bullet alternates '.' period and ',' comma only. All other
1865 bullets are relegated to special status (but customizable).
1866 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
1867 since it actually operates w.r.t. most immediately containing
1868 entry, visible or not.
1869 (allout-hide-current-entry, allout-show-current-entry): Use the
1870 revised version.
1871 (allout-old-expose-topic): Solidify deprecation.
1872 (allout-end-of-subtree): Add so we can span concealed as well
1873 as visible topics.
1874 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
1875 (allout-end-of-current-heading): Tweak to just respect the first line.
1876 (allout-get-body-text): Add.
1877 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
1878 when invoked interactively.
1879 (allout-up-current-level): Use `interactive-p'.
1880 (allout-mode, allout-init): Miscellaneous docstring and
1881 operational refinements, as well as hookups of new encryption stuff.
1882 (allout-beginning-of-current-entry): Now works as advertised.
1883 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
1884 (allout-isearch-rectification): Refine condition for isearching.
1885 (allout-isearch-abort, allout-enwrap-isearch)
1886 (allout-flag-region, my-region-active-p): Relocate some macros.
1887 (allout-title): Fallback title is '(buffer-name)', not
1888 non-existing '(current-buffer-name)'.
1889 (subst-char-in-string): Define if absent (for some XEmacs versions).
1890
1891 2005-10-20 Jari Aalto <jari.aalto@cante.net>
1892
1893 * mail/sendmail.el (mail-setup-hook, mail-aliases)
1894 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
1895 (mail-citation-prefix-regexp, mail-signature-file)
1896 (mail-default-headers, mail-bury-selects-summary)
1897 (mail-send-nonascii): Add autoload cookies.
1898
1899 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1900
1901 * frame.el (blink-cursor-mode): Add `mac' to the list of
1902 window-system's that support blinking cursor.
1903
1904 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1905
1906 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
1907
1908 2005-10-20 Eli Zaretskii <eliz@gnu.org>
1909
1910 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
1911 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
1912 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
1913
1914 2005-10-20 Kim F. Storm <storm@cua.dk>
1915
1916 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
1917 (ido-set-current-directory): Don't add / after final @.
1918 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
1919 Explicitly handle ange-ftp completion oddities.
1920 (ido-make-file-list): Don't rotate list at tramp root to avoid
1921 triggering tramp file handler for expand-file-name via get-file-buffer.
1922
1923 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * simple.el (eval-expression-print-format): Put the char-string
1926 inside the parenthesis, like the other alternative notations.
1927 (kill-new): Use push.
1928 (copy-to-buffer): Use with-current-buffer.
1929 (completion-setup-function): Simplify.
1930 (minibuffer-local-must-match-map): Don't add redundant bindings which
1931 are already present in its parent (minibuffer-local-completion-map).
1932
1933 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
1934
1935 2005-10-19 Jay Belanger <belanger@truman.edu>
1936
1937 * calc/calc-units.el (math-standard-units): Add units, adjust
1938 symbols and update values.
1939 (math-unit-prefixes): Add more prefixes.
1940
1941 2005-10-19 Romain Francoise <romain@orebokech.com>
1942
1943 * bookmark.el (bookmark-menu-heading): New face.
1944 (bookmark-bmenu-list): Use it.
1945 Don't fiddle with `baud-rate' at top-level.
1946
1947 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * image.el (create-image, find-image): Mention max-image-size in
1950 docstring.
1951
1952 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * savehist.el (savehist-load): Revert to checking XEmacs.
1955
1956 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
1957 Various docstring and line-width fixups.
1958 (conf-mode): Use cond.
1959 Set font-lock-defaults. Don't set comment-use-syntax.
1960
1961 2005-10-18 David Ponce <david@dponce.com>
1962
1963 * tree-widget.el (tree-widget-button-click): New function.
1964 (tree-widget-button-keymap): Use it.
1965
1966 2005-10-18 Romain Francoise <romain@orebokech.com>
1967
1968 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1969 (bookmark-bmenu-hide-filenames): Add follow-link property.
1970 Improve help-echo text.
1971
1972 * ffap.el (find-file-at-point): Doc fix.
1973
1974 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1975
1976 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
1977
1978 2005-10-18 Masatake YAMATO <jet@gyve.org>
1979
1980 Install to the CVS repository what I forgot to install in my
1981 2005-10-16 changes.
1982
1983 * progmodes/python.el (python-complete-symbol): Pass the common
1984 prefix substring of completion to `display-completion-list'.
1985
1986 * textmodes/org.el (org-complete): Ditto.
1987
1988 2005-10-18 Masatake YAMATO <jet@gyve.org>
1989
1990 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
1991
1992 * woman.el (WoMan-xref-man-page): New button type derived
1993 from `Man-abstract-xref-man-page'.
1994 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
1995
1996 * man.el (Man-abstract-xref-man-page): New button type.
1997 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
1998 (Man-highlight-references): Add new optional argument `xref-man-type'.
1999
2000 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2001
2002 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2003
2004 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * cus-edit.el (Custom-move-and-invoke): Delete.
2007 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2008
2009 * wid-edit.el (widget-move-and-invoke): New function, from
2010 Custom-move-and-invoke.
2011
2012 2005-10-17 Bill Wohler <wohler@newt.com>
2013
2014 Move all remaining images from lisp/toolbar to etc/images, move
2015 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2016 the low resolution images in their own directory (low-color).
2017
2018 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2019 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2020 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2021 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2022 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2023 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2024 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2025
2026 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2027 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2028 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2029 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2030 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2031 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2032 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2033 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2034 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2035 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2036 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2037 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2038 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2039 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2040 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2041
2042 To conform with convention, replace the underscore (_) in the
2043 following image names with dash (-) or (/) as appropriate.
2044
2045 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2046 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2047 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2048 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2049 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2050 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2051 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2052 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2053 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2054 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2055 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2056 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2057 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2058 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2059 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2060
2061 * info.el (info-tool-bar-map): Replace underscores in image names
2062 with dashes.
2063
2064 * makefile.w32-in (WINS): Remove toolbar.
2065
2066 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2067
2068 * tool-bar.el: Move to lisp from toolbar. Now that
2069 toolbar is empty, it should be deleted when folks run "cvs up -P".
2070
2071 2005-10-18 Jay Belanger <belanger@truman.edu>
2072
2073 * calc/calc-store.el (calc-store-into): Get the proper variable name
2074 to display in message.
2075
2076 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2077
2078 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2079 expressions display in speedbar for all buffers when debugging.
2080 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2081
2082 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2083 (speedbar-insert-button, speedbar-make-button):
2084 Use add-text-properties.
2085 (speedbar-update-localized-contents)
2086 (speedbar-update-directory-contents)
2087 (speedbar-update-special-contents): Use dolist.
2088 (speedbar-buffer-easymenu-definition): Add a menu separator.
2089
2090 2005-10-17 Jason Rumney <jasonr@gnu.org>
2091
2092 * makefile.w32-in: Use $(lisp) consistently.
2093 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2094 for shell specific generation of mh-autoloads.
2095
2096 2005-10-17 Richard M. Stallman <rms@gnu.org>
2097
2098 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2099
2100 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2101
2102 * jit-lock.el (jit-lock-fontify-now):
2103 Move jit-lock-context-unfontify-pos to avoid wasted work.
2104
2105 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2106
2107 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2108 `tramp-completion-mode' for checking if we are in completion mode.
2109 (tramp-completion-handle-file-name-all-completions): Reorder code
2110 in order to complete for file names only in case there are no
2111 method/user/host completions. This is necessary for cooperation
2112 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2113
2114 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * longlines.el (longlines-search-forward)
2117 (longlines-search-backward): Match any number of spaces.
2118
2119 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2120
2121 * diff-mode.el (diff-mode): Doc fix.
2122
2123 2005-10-16 David Reitter <david.reitter@gmail.com>
2124
2125 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2126 as default on darwin and windows systems.
2127
2128 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2129
2130 * arc-mode.el (archive-zip-extract): Doc fix.
2131
2132 2005-10-16 Romain Francoise <romain@orebokech.com>
2133
2134 * mouse.el (mouse-1-click-follows-link): Doc fix.
2135
2136 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * savehist.el: Don't require CL at runtime.
2139 (savehist-xemacs): Remove.
2140 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2141 (savehist-no-conversion): Use (featurep 'xemacs).
2142 (savehist-load): Check existence of start-itimer rather than XEmacs.
2143 Use an idle timer.
2144 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2145 `delete-if-not'.
2146
2147 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2148
2149 * savehist.el: Newer version.
2150 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2151 (savehist-last-checksum, savehist-no-conversion): New vars.
2152 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2153 New functions.
2154 (savehist-load, savehist-save): Use them.
2155 (savehist-delimit): Remove.
2156
2157 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * progmodes/compile.el (compilation-goto-locus): Display the
2160 compilation buffer first and the source buffer second, in case they're
2161 in overlapping frames. Don't raise the compilation frame if it was the
2162 selected window upon entry. Pass the `other-window' arg to
2163 pop-to-buffer.
2164
2165 * info.el (Info-fontify-node): Use dolist.
2166 Change add-text-properties to put-text-property.
2167
2168 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2169
2170 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2171 bound of search.
2172
2173 2005-10-16 Masatake YAMATO <jet@gyve.org>
2174
2175 * dabbrev.el (dabbrev-completion): Pass the common
2176 prefix substring of completion to `display-completion-list'.
2177
2178 * filecache.el (file-cache-minibuffer-complete)
2179 (file-cache-complete): Ditto.
2180
2181 * tempo.el (tempo-display-completions): Ditto.
2182
2183 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2184
2185 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2186
2187 * eshell/em-hist.el (eshell-list-history): Ditto.
2188
2189 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2190
2191 * mail/mailalias.el (mail-complete): Ditto.
2192
2193 * progmodes/etags.el (complete-tag): Ditto.
2194
2195 * progmodes/make-mode.el (makefile-complete): Ditto.
2196
2197 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2198
2199 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2200
2201 * progmodes/pascal.el (pascal-complete-word)
2202 (pascal-show-completions): Ditto.
2203
2204 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2205
2206 * simple.el (completion-common-substring): New variable.
2207 (completion-setup-function): Use `completion-common-substring'
2208 to put faces.
2209
2210 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2211
2212 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2213 (x-get-selection, mac-select-convert-to-string): Convert from/to
2214 UTF-16 clipboard data as in native byte order, no BOM.
2215
2216 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2217
2218 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2219 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2220 (gud-sentinel): Use speedbar-frame to check for speedbar.
2221
2222 2005-10-15 Richard M. Stallman <rms@gnu.org>
2223
2224 * savehist.el: New file.
2225
2226 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2227
2228 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2229 Fix bug in \bf fontification.
2230
2231 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2232
2233 * pcvs.el (cvs-edit-log-files): New var.
2234 (cvs-mode-edit-log): New arg `file'.
2235 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2236 Instead force the use of the original file and nothing else.
2237 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2238 the cvs-minor-wrap-function is set.
2239 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2240
2241 2005-10-14 Bill Wohler <wohler@newt.com>
2242
2243 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2244 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2245 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2246 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2247 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2248 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2249 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2250 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2251 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2252 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2253 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2254 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2255 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2256 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2257 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2258
2259 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2260 appropriately (for example, gud-break to gud/break).
2261
2262 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * longlines.el (longlinges-search-function)
2265 (longlines-search-forward, longlines-search-backward): New functions.
2266 (longlines-mode): Set isearch-search-fun-function to
2267 longlinges-search-function.
2268
2269 * mouse.el (mouse-drag-region-1): Handle the case where a
2270 double-click event is bound to an arbitrary function.
2271
2272 2005-10-14 David Ponce <david@dponce.com>
2273
2274 * recentf.el (recentf-track-opened-file)
2275 (recentf-track-closed-file, recentf-update-menu)
2276 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2277 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2278 mouse-1-click-follows-link.
2279
2280 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2281
2282 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2283 Gnome file-manager.png. Suggested by
2284 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2285
2286 * toolbar/README: Add diropen.xpm.
2287
2288 2005-10-13 Bill Wohler <wohler@newt.com>
2289
2290 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2291 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2292
2293 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2296 Don't waste the byte-compiler's time on constant data.
2297
2298 2005-10-13 Kenichi Handa <handa@m17n.org>
2299
2300 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2301 byte with `escape-glyph' face.
2302
2303 * international/fontset.el (ccl-encode-unicode-font):
2304 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2305 Handle the case that ucs-mule-to-mule-unicode translates a character to
2306 ASCII (usually for IPA characters).
2307
2308 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2311 Don't hide the underline of titles if font-lock-mode is disabled.
2312
2313 2005-10-12 Bill Wohler <wohler@newt.com>
2314
2315 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2316 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2317 files in MH-E-SRC have been updated.
2318 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2319
2320 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2323 (mixal-mode-syntax-table): Add \n as end-comment.
2324 (mixal-operation-codes-alist): Immediately initialize to full value.
2325 (mixal-add-operation-code): Remove.
2326 (mixal-describe-operation-code): Make the arg non-optional.
2327 Use the interactive spec instead.
2328 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2329 (mixal-font-lock-keywords): Don't highlight comments here any more.
2330 (mixal-font-lock-syntactic-keywords): New var.
2331 (mixal-mode): Use it. Fix comment-start-skip.
2332
2333 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2334
2335 * startup.el (command-line-x-option-alist): -nb => -nbi
2336
2337 2005-10-12 Kim F. Storm <storm@cua.dk>
2338
2339 * startup.el (fancy-splash-default-action): Discard mouse click in
2340 the spash screen window, as it has no sensible meaning in the
2341 next window to be selected. Fixes error reported by Jan D.
2342
2343 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2344
2345 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2346
2347 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2350 Try to fix up minor layout issues like indentation, line break, etc...
2351 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2352 because it doesn't work.
2353 (mixal-operation-codes): Add some more codes.
2354 (mixal-font-lock-keywords): Process comments here.
2355 (mixal-mode): mixasm no longer needs -g option.
2356
2357 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2358
2359 * progmodes/sh-script.el (sh-tmp-file):
2360 Use mktemp -t. Finish support for es and rc shells.
2361
2362 2005-10-11 Jay Belanger <belanger@truman.edu>
2363
2364 * calc/calcalg2.el (calc-integral): With an argument, compute the
2365 definite integral.
2366
2367 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2368
2369 * mouse.el (mouse-drag-region-1): Don't try to catch a
2370 double-click when doing follow-link (it's overridden anyway).
2371
2372 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2373
2374 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2375 (autoload-print-form-outbuf): Add docstring.
2376
2377 2005-10-11 Juri Linkov <juri@jurta.org>
2378
2379 * info.el (Info-mode-menu): Delete menu item "Edit".
2380 (Info-mode): Delete description of Info-edit from docstring,
2381 and rearrange descriptions of Info commands in the order
2382 they are documented in the Info manual.
2383
2384 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * calendar/appt.el (appt-check): Use diary-selective-display var.
2387
2388 2005-10-10 Richard M. Stallman <rms@gnu.org>
2389
2390 * net/newsticker.el (newsticker-start, newsticker-show-news):
2391 Add autoload cookies.
2392
2393 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2394
2395 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2396
2397 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2398
2399 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2400
2401 2005-10-10 Jay Belanger <belanger@truman.edu>
2402
2403 * calc/calc-arith.el (math-check-known-scalarp)
2404 (math-check-known-matrixp): Check the values of arguments that are
2405 variables.
2406 (math-check-known-square-matrixp): New function.
2407 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2408 (math-super-types): Add sqmatrix type.
2409
2410 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2411 mode name `square' to 'sqmatrix'.
2412
2413 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2414 mode name `square' to 'sqmatrix'.
2415
2416 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * progmodes/etags.el (select-tags-table-mode): Don't use
2419 selective-display.
2420 (tags-select-tags-table): Pass `button' to the action function.
2421 (select-tags-table): Place the side-info on button properties rather
2422 than in hidden text. Abbreviate file names.
2423 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2424 (select-tags-table-select): Add `button' argument.
2425 Get side-info from the button property rather than from hidden text.
2426
2427 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2428
2429 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2430 (gud-speedbar-buttons): Preserve point if possible.
2431 (gud-sentinel): Restore previous speedbar display type.
2432
2433 * progmodes/gdb-ui.el (gdba): Improve diagram.
2434 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2435 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2436 Call get-buffer-window once.
2437
2438 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2441 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2442 (pascal-indent-command): Remove unused var `ind'.
2443 (pascal-indent-case): Remove unused var `oldpos'.
2444 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2445 since it's now used as a proper minor mode map.
2446 (pascal-outline): Rename to pascal-outline-mode.
2447 (pascal-outline-mode): Use define-minor-mode.
2448 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2449 selective-display.
2450
2451 2005-10-10 Andreas Schwab <schwab@suse.de>
2452
2453 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2454 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2455
2456 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2457 outside source directory.
2458
2459 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2460
2461 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2462 C-x' as a prefix.
2463 (orgtbl-mode-map): Full keymap instead of sparse, because all
2464 `self-insert-command' keys are redefined in this map.
2465 (org-export-as-html): Specify charset for HTML file, by taking it
2466 from the coding system.
2467
2468 2005-10-10 Kenichi Handa <handa@m17n.org>
2469
2470 * textmodes/flyspell.el (flyspell-check-word-p):
2471 If unread-command-events is non-empty, don't call sit-for.
2472
2473 2005-10-09 Richard M. Stallman <rms@gnu.org>
2474
2475 * font-lock.el (font-lock-syntactic-keywords)
2476 (font-lock-keywords): Doc fixes.
2477
2478 * textmodes/flyspell.el (flyspell-external-point-words):
2479 Simplify logic, and don't try to check for consecutive appearances
2480 of one incorrect word.
2481
2482 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2483
2484 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2485 separator.
2486
2487 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2488 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2489 (gud-expansion-speedbar-buttons): New function.
2490 (gud-speedbar-buttons): Check for gud-comint-buffer.
2491
2492 2005-10-09 Bill Wohler <wohler@newt.com>
2493
2494 * Makefile.in (updates): Add mh-loaddefs dependency.
2495
2496 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2497
2498 * speedbar.el (speedbar-file-key-map): Fix typo.
2499
2500 2005-10-09 Daniel Brockman <daniel@brockman.se>
2501
2502 * cus-start.el (line-spacing): Add custom spec.
2503
2504 2005-10-09 Romain Francoise <romain@orebokech.com>
2505
2506 * textmodes/ispell.el (ispell-check-version): Fix last change.
2507
2508 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2509
2510 * term/x-win.el: Remove -i, --icon-type from comment.
2511
2512 * startup.el (command-line-x-option-alist): Remove options -i,
2513 -itype, --icon-type, added -nb, --no-bitmap-icon
2514
2515 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
2516
2517 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2518 instead of :active.
2519
2520 2005-10-08 Eric Hanchrow <offby1@blarg.net>
2521
2522 * textmodes/ispell.el (ispell-check-version):
2523 Ignore hyphen, and all that follows, in aspell's version text.
2524
2525 2005-10-08 Jay Belanger <belanger@truman.edu>
2526
2527 * calc/calc-arith.el (math-known-square-matrixp): New function.
2528 (math-pow-fancy): Check for matrices before distributing exponent
2529 across products.
2530
2531 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2532 fullscreen keypad. Suggested by Luc Teirlinck.
2533 (calc-keypad-show-input): Add space for formatting.
2534
2535 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2536 Add square matrix option.
2537
2538 * calc/calc-poly.el (math-expand-term): Check for matrices instead
2539 of checking calc-matrix-mode when deciding how to expand.
2540
2541 * calc/calc.el (calc-set-mode-line): Add square matrix option.
2542
2543 2005-10-08 Lars Hansen <larsh@soem.dk>
2544
2545 * net/tramp.el (tramp-perl-directory-files-and-attributes):
2546 Add error handling.
2547 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2548
2549 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
2550
2551 Sync with Tramp 2.0.51.
2552
2553 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2554 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2555 Insert special handling for `last-coding-system-used', again
2556 it still seems to be necessary (unlike stated before).
2557 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2558 (tramp-password-prompt-regexp): There might be other words before
2559 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2560 (tramp-chunksize): Improve docstring.
2561 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2562 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
2563 Christian Joergensen <bugs@razor.dk>.
2564
2565 2005-10-07 Glenn Morris <rgm@gnu.org>
2566
2567 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2568 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2569 precision'.
2570
2571 2005-10-07 Romain Francoise <romain@orebokech.com>
2572
2573 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2574 (ibuffer-do-shell-command-pipe-replace)
2575 (ibuffer-do-shell-command-file, ibuffer-do-eval)
2576 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2577 (ibuffer-do-revert, ibuffer-do-replace-regexp)
2578 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2579 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2580 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2581 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2582 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2583 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2584 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2585 Autoload file sans suffix.
2586
2587 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2588
2589 2005-10-07 David Ponce <david@dponce.com>
2590
2591 * recentf.el (recentf-menu-open-all-flag): New option.
2592 (recentf-digit-shortcut-command-name): New function.
2593 (recentf--shortcuts-keymap): New variable.
2594 (recentf-menu-shortcuts): New variable.
2595 (recentf-make-menu-items): Initialize it. Replace the "More..."
2596 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2597 (recentf-menu-value-shortcut): New function.
2598 (recentf-make-menu-item): Use it. No more in-lined.
2599 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2600 (recentf-open-most-recent-file): Rename from
2601 `recentf-open-file-with-key'. Don't depend on key binding.
2602 (recentf-mode-map): New variable.
2603 (recentf-mode): Use it.
2604
2605 2005-10-06 Bill Wohler <wohler@newt.com>
2606
2607 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
2608
2609 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2610 (MH-E-SRC): New. Used by mh-autoloads.
2611 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2612 files in MH-E-SRC have been updated.
2613 (compile, recompile, bootstrap): Depend on mh-autoloads.
2614
2615 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
2616
2617 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2618 gud-break and gud-remove icons when the fringe is not available.
2619
2620 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2621 Typo.
2622
2623 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2624
2625 * play/zone.el (zone): Wrap body with save-window-excursion.
2626
2627 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2630 Use the new `list-only' arg to diary-list-entries.
2631
2632 * calendar/diary-lib.el: Use overlays rather than selective-display.
2633 (diary-selective-display): New var.
2634 (diary-header-line-format): Use it.
2635 (diary-list-entries): Add argument `list-only'.
2636 Put the buffer in diary-mode. Don't add \^M at beg and end.
2637 Replace \^M by invisible overlays.
2638 (diary-unhide-everything): Replace \^M by invisible overlays.
2639 (print-diary-entries): Look for overlays rather than \^M.
2640 Add a space to the temp buffer name.
2641 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2642 Put the buffer in diary-mode.
2643 (list-sexp-diary-entries): Replace \^M by invisible overlays.
2644 (diary-anniversary): Make the year arg optional.
2645 (diary-time-regexp): New const.
2646 (diary-font-lock-keywords): Use it to accept a few more time formats.
2647
2648 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2649
2650 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
2651
2652 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2653 Fix bug introduced 2005-07-03: Use (car (last ...))
2654 to faithfully reproduce replaced artist-last.
2655 (artist-set-arrow-points-for-poly): Likewise.
2656 Suggested by Johan Bockg\e,Ae\e(Brd.
2657
2658 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
2659
2660 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2661 * wid-edit.el (widget):
2662 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2663 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2664
2665 2005-10-06 Kenichi Handa <handa@m17n.org>
2666
2667 * international/mule-cmds.el (set-language-environment):
2668 Fix setting up of case-table for unibyte mode.
2669
2670 * simple.el (what-cursor-position): If the character is displayed
2671 by some `display' text property, show that. Don't use
2672 single-key-description for eight-bit characters in multibyte mode.
2673
2674 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
2675
2676 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2677 (gdb-ann3): Set it.
2678 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2679 (gdb-info-frames-custom): Use inverse-video for first five
2680 characters of selected frame only.
2681 (gdb-get-frame-number): Select frame even when point is on frame
2682 number.
2683
2684 2005-10-06 Masatake YAMATO <jet@gyve.org>
2685
2686 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2687 Put `font-lock-function-name-face'.
2688 (gdb-info-frames-custom): Put `font-lock-function-name-face'
2689 and `font-lock-variable-name-face'
2690 (gdb-registers-font-lock-keywords): New font lock keywords definition.
2691 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2692 (gdb-memory-font-lock-keywords): New font lock keywords definition.
2693 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2694 (gdb-local-font-lock-keywords): New font lock keywords definition.
2695 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2696 (gdb-threads-font-lock-keywords): New font lock keywords definition.
2697 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2698
2699 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
2700
2701 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2702 (ediff-merge-region-is-non-clash-to-skip): Previously called
2703 ediff-merge-region-is-non-clash.
2704
2705 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2706 Use insert-buffer-substring.
2707
2708 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2709 selecting files to patch. Also bug fixes.
2710
2711 * ediff-util.el (ediff-setup): Bug fix.
2712 (ediff-next-difference): Never skip clashes that differ in white
2713 space only.
2714
2715 * ediff-wind.el (ediff-setup-control-frame)
2716 (ediff-destroy-control-frame): Check the menubar feature.
2717
2718 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2719 (viper-refresh-mode-line): Use make-local-variable to localize
2720 some vars instead of make-variable-buffer-local. Suggested by
2721 Stefan Monnier.
2722
2723 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2724 (viper-restore-cursor-type, viper-set-insert-cursor-type):
2725 Use make-local-variable instead of make-variable-buffer-local.
2726 Suggested by Stefan Monnier.
2727
2728 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2729 (viper-comint-mode-hook): Use make-local-variable on
2730 require-final-newline.
2731 (viper-non-hook-settings): Don't use make-variable-buffer-local.
2732
2733 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2736 also the second char of a comment-start sequence.
2737 (scheme-sexp-comment-syntax-table): New var.
2738 (lambda, define): Set their scheme-doc-string-elt property.
2739 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2740 Use lisp-font-lock-syntactic-face-function now that it properly
2741 handles |...| symbols.
2742 (scheme-mode-variables): Set lisp-doc-string-elt-property,
2743 parse-sexp-lookup-properties and font-lock-extra-managed-props.
2744
2745 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2746 bit from # to |.
2747 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2748
2749 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2750 (lisp-doc-string-elt-property): New var.
2751 (lisp-font-lock-syntactic-face-function): Use it.
2752 Rewrite to recognize docstrings even for forms not at toplevel.
2753
2754 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2755 annotation on the | part of #| rather than on the # part.
2756 (scheme-font-lock-syntactic-face-function): New function, to
2757 distinguish strings from |...| symbols.
2758 (scheme-mode-variables): Use it. Also fix up the font-lock-time
2759 syntax-table so that #|...|# is properly highlighted.
2760
2761 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2762 Don't mark as docstring the 3rd elem of an unknown toplevel form.
2763
2764 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2767 and C-e.
2768
2769 * emacs-lisp/eldoc.el: Move comments into docstrings.
2770 (eldoc-message-commands): Initialize in its declaration.
2771 Add move-beginning-of-line and move-end-of-line.
2772 (eldoc-add-command, eldoc-add-command-completions)
2773 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2774
2775 * outline.el (outline-mark-subtree): Activate the mark.
2776
2777 * calendar/appt.el (appt-time-regexp): New var.
2778 (appt-add, appt-make-list): Use it.
2779 (appt-convert-time): Clean up.
2780
2781 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
2782 Don't set any syntax-table property here.
2783 (tex-font-lock-verb): New function. Do it here.
2784 (tex-font-lock-syntactic-keywords): Use it.
2785
2786 2005-10-04 Richard M. Stallman <rms@gnu.org>
2787
2788 * wid-edit.el (widget-file-complete): Get the widget start point
2789 the right way. Default directory to `/' if file has none.
2790
2791 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
2792
2793 * textmodes/flyspell.el (flyspell-mode-on):
2794 Call ispell-maybe-find-aspell-dictionaries.
2795
2796 * textmodes/ispell.el (ispell-word, ispell-region):
2797 Call ispell-maybe-find-aspell-dictionaries.
2798 (ispell-accept-buffer-local-defs):
2799 Don't call ispell-maybe-find-aspell-dictionaries
2800
2801 2005-10-04 Richard M. Stallman <rms@gnu.org>
2802
2803 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
2804
2805 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
2806
2807 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
2808 instead of `fboundp' in order to allow for anonymous functions.
2809
2810 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
2813 case the user clicks on the link while another window is selected.
2814 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
2815
2816 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
2817 functionality.
2818 (dframe-help-echo): Save point in case mouse tracking is off.
2819
2820 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
2821
2822 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
2823
2824 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
2827 not change the global value of those vars.
2828
2829 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
2830 make-local-variable which we do not need any more.
2831
2832 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
2835 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
2836 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
2837 (speedbar-path-line): Define obsolete aliases.
2838 (speedbar-line-directory): Doc fix.
2839
2840 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
2841 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
2842 instead of speedbar-line-path.
2843
2844 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2845
2846 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
2847 to nil if dropping on a window. Handle dropping on a minibuffer window
2848 like dropping on a non-window part of Emacs.
2849
2850 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 * net/ange-ftp.el: Use with-current-buffer.
2853 (ange-ftp-insert-directory): Do not follow symlinks any more.
2854
2855 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2856 Remove interactive spec.
2857
2858 2005-10-03 Kim F. Storm <storm@cua.dk>
2859
2860 * ido.el (ido-mode): Use custom-initialize-set.
2861
2862 2005-10-02 Richard M. Stallman <rms@gnu.org>
2863
2864 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
2865 Use insert-buffer-substring.
2866
2867 * net/tramp.el: Pacify byte compiler warnings in pacification code.
2868 (tramp-handle-file-local-copy): Use insert-buffer-substring.
2869
2870 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
2873 in last change.
2874 (ange-ftp-insert-directory): Fix up the search for the case where
2875 `file' is absolute.
2876
2877 2005-10-02 Romain Francoise <romain@orebokech.com>
2878
2879 * progmodes/compile.el (compile-goto-error): Delete extra paren.
2880
2881 2005-10-02 Andreas Schwab <schwab@suse.de>
2882
2883 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
2884 directory component in the session info.
2885
2886 2005-10-01 Richard M. Stallman <rms@gnu.org>
2887
2888 * comint.el (comint-redirect-subvert-readonly): Doc fix.
2889
2890 * simple.el (next-error-internal): New function.
2891
2892 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
2893 (compilation-start): Pass new arg to compilation-buffer-name.
2894 (compile-goto-error): Use next-error-internal.
2895
2896 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * speedbar.el: Remove RCS tag.
2899 (speedbar-check-read-only): Handle non-existent files.
2900
2901 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
2902
2903 * info.el (Info-speedbar-hierarchy-buttons)
2904 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
2905
2906 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2907
2908 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
2909 Do not match newline.
2910 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
2911 (bibtex-summary): Remove unnecessary save-excursion.
2912 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
2913
2914 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2915
2916 * term/mac-win.el: Add charset info for "iso10646-1".
2917 Modify default fontset to use ATSUI-compatible fonts for some charsets
2918 if available.
2919
2920 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * speedbar.el: Re-apply arch tag.
2923 (speedbar-version): Rename to version 1.0. Suggested by Eric
2924 M. Ludlam.
2925 Reapply two changes from Emacs CVS' version of speedbar lost
2926 during the merge:
2927 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
2928 (speedbar-frame-parameters): Improve customize type.
2929
2930 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
2933 (ange-ftp-file-directory-p): Fix the symlink case.
2934 (ange-ftp-insert-directory): When listing a single file, get a list of
2935 the parent buffer and extract the relevant line. Inspired from a patch
2936 by Katsumi Yamaoka <yamaoka@jpl.org>.
2937 (ange-ftp-file-name-sans-versions): Simplify.
2938
2939 2005-09-30 Bill Wohler <wohler@newt.com>
2940
2941 Move MH-E image files from toolbar and mail directories into
2942 etc/images.
2943
2944 * mail/reply2.*: Move to etc/images/mail/reply*.
2945
2946 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
2947 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
2948 etc/images.
2949
2950 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
2951 * toolbar/reply*: Move to etc/images/mail.
2952
2953 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
2954
2955 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
2956
2957 * speedbar.el: New version 1.0pre3.
2958
2959 Frame management code (including timer, and mouse click specifics)
2960 moved to dframe.el:
2961 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
2962 (speedbar-timer): Removed. Use dframe-timer.
2963 (speedbar-close-frame): Removed. Use dframe-close-frame.
2964 (speedbar-activity-change-focus-flag): Removed. Use
2965 dframe-activity-change-focus-flag.
2966 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
2967 dframe-update-speed.
2968
2969 (speedbar-current-frame): New macro. Use this instead of the
2970 variable speedbar-frame.
2971
2972 (speedbar-use-images, speedbar-expand-image-button-alist)
2973 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
2974
2975 (speedbar-find-image-on-load-path): Removed. Replaced by
2976 defezimage in ezimage.el.
2977 (speedbar-expand-image-button-alist): Removed. Replaced by
2978 ezimage-expand-image-button-alist in ezimage.el.
2979
2980 (speedbar-ignored-directory-regexp)
2981 (speedbar-add-ignored-directory-regexp)
2982 (speedbar-ignored-directory-expressions)
2983 (speedbar-line-directory, speedbar-buffers-line-directory)
2984 (speedbar-directory-line, speedbar-buffers-line-directory):
2985 Renamed, replacing `path' with `directory'.
2986
2987 (speedbar-create-directory, speedbar-expand-line-descendants)
2988 (speedbar-toggle-line-expansion)
2989 (speedbar-contract-line-descendants): New commands.
2990
2991 (speedbar-query-confirmation-method, speedbar-select-frame-method)
2992 (speedbar-use-tool-tips-flag): New options.
2993
2994 (speedbar-check-read-only, speedbar-require-version)
2995 (speedbar-insert-separator, speedbar-buffers-tail-notes)
2996 (speedbar-handle-delete-frame, speedbar-try-completion)
2997 (speedbar-update-localized-contents): New functions.
2998
2999 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3000 (speedbar-object-read-only-indicator): New variables.
3001
3002 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3003 New hooks.
3004
3005 (speedbar-separator-face): New face.
3006
3007 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3008 (speedbar-ignored-modes): Add fundamental-mode.
3009 (speedbar-directory-unshown-regexp): Add . directories.
3010
3011 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3012 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3013 `]' for full expand/close.
3014 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3015
3016 (speedbar-check-vc): Support hidden files.
3017 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3018 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3019 state is nil, it is not checked out.
3020
3021 (speedbar-line-text, speedbar-line-token): Support expand buttons
3022 with no text.
3023 (speedbar-refresh): Universal argument acts as power-click.
3024 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3025 that buffer to get variable values.
3026
3027 And many other bugfixes.
3028
3029 * dframe.el, ezimage.el, sb-image.el: New files.
3030
3031 * sb-*.xpm: Remove files. New image files installed into
3032 etc/images/ezimage.
3033
3034 2005-09-30 Kenichi Handa <handa@m17n.org>
3035
3036 * ps-mule.el (ps-mule-show-warning): If a character is in
3037 ps-print-translation-table, don't treat it as non-printable.
3038
3039 2005-09-30 David Ponce <david@dponce.com>
3040
3041 * tree-widget.el (tree-widget-themes-load-path): New variable.
3042 (tree-widget-themes-directory): Doc fix.
3043 (tree-widget-image-formats) [Emacs]: Doc fix.
3044 (tree-widget--locate-sub-directory): New function.
3045 (tree-widget-themes-directory): Use it.
3046
3047 * recentf.el (recentf-filename-handlers): Rename from
3048 `recentf-filename-handler'. Allow a list of functions.
3049 (recentf-menu-items-for-commands): Fix :help strings.
3050 (recentf-apply-filename-handlers): New function.
3051 (recentf-expand-file-name): Use it.
3052 (recentf-cleanup): Remove duplicates too.
3053
3054 2005-09-29 Juri Linkov <juri@jurta.org>
3055
3056 * faces.el: Rearrange face definitions to be in the same order as
3057 their face descriptions in "(emacs)Standard Faces".
3058
3059 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3060
3061 * tooltip.el (tooltip): Add group `basic-faces'.
3062
3063 * buff-menu.el (Buffer-menu-buffer): Remove group
3064 `font-lock-highlighting-faces'.
3065
3066 * progmodes/compile.el (compilation-error, compilation-warning)
3067 (compilation-info, compilation-line-number, compilation-column-number):
3068 Change group from `font-lock-highlighting-faces' to `compilation'.
3069
3070 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3071 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3072 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3073 (vhdl-font-lock-reserved-words-face)
3074 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3075 `font-lock-highlighting-faces'.
3076
3077 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3078
3079 2005-09-28 Kim F. Storm <storm@cua.dk>
3080
3081 * emulation/cua-base.el: Set CUA move property on additional commands:
3082 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3083 forward-sexp, backward-sexp, forward-list, backward-list.
3084
3085 2005-09-28 Romain Francoise <romain@orebokech.com>
3086
3087 * comint.el (comint-show-output): Really set point at the
3088 beginning of the output when not using `comint-use-prompt-regexp'.
3089
3090 2005-09-27 Jay Belanger <belanger@truman.edu>
3091
3092 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3093 in TeX mode.
3094
3095 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * textmodes/org.el (org-table-sum): Fix format string.
3098
3099 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3100 Quote face names.
3101
3102 2005-09-26 Romain Francoise <romain@orebokech.com>
3103
3104 * isearch.el (isearch-forward-regexp): Close doc string.
3105
3106 2005-09-25 Richard M. Stallman <rms@gnu.org>
3107
3108 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3109
3110 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3111
3112 * progmodes/compile.el (compilation-error-properties):
3113 When getting the file from the previous error message,
3114 correctly decode the new data format.
3115
3116 * progmodes/cc-cmds.el (c-electric-paren):
3117 Call old-blink-paren only for close-paren.
3118
3119 2005-09-24 Andreas Schwab <schwab@suse.de>
3120
3121 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3122 condition.
3123
3124 2005-09-25 Romain Francoise <romain@orebokech.com>
3125
3126 * dired-aux.el (dired-copy-file-recursive):
3127 * dired.el (dired-delete-file):
3128 * ediff-mult.el (ediff-dir-diff-copy-file):
3129 * ediff-util.el (ediff-test-save-region):
3130 * forms.el (forms-mode):
3131 * ido.el (ido-file-internal, ido-delete-file-at-head):
3132 * log-edit.el (log-edit-done):
3133 * ses.el (ses-yank-resize):
3134 * play/gomoku.el (gomoku-human-plays, gomoku)
3135 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3136 (gomoku-offer-a-draw):
3137 * play/landmark.el (lm-human-resigns, lm):
3138 * net/eudcb-ldap.el (eudc-ldap-check-base):
3139 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3140 * progmodes/ebrowse.el (ebrowse-find-pattern):
3141 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3142 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3143 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3144
3145 * vc.el (vc-delete-file):
3146 * play/gomoku.el (gomoku-terminate-game, gomoku)
3147 (gomoku-prompt-for-move, gomoku-human-takes-back):
3148 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3149 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3150
3151 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3152
3153 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3154 color rxvt terminals by using the code xterm.el used to use before
3155 2005-04-09 in order to match the colors used by rxvt.
3156
3157 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3158
3159 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3160 colors rxvt-unicode terminals by using the same code as xterm.el.
3161
3162 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3165 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3166 new symbol used for the tex-verbatim face.
3167
3168 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3169
3170 * woman.el (woman-file-name):
3171 * wid-edit.el (widget-file-prompt-value)
3172 (widget-coding-system-prompt-value):
3173 * w32-fns.el (set-w32-system-coding-system):
3174 * vc.el (vc-version-diff, vc-annotate):
3175 * textmodes/reftex-auc.el (reftex-arg-cite)
3176 (reftex-arg-index-tag):
3177 * textmodes/refer.el (refer-get-bib-files):
3178 * textmodes/artist.el (artist-figlet-choose-font):
3179 * terminal.el (terminal-emulator):
3180 * replace.el (occur-read-primary-args):
3181 * rect.el (string-rectangle, string-insert-rectangle):
3182 * ps-print.el (ps-print-preprint):
3183 * progmodes/pascal.el (pascal-goto-defun):
3184 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3185 * progmodes/compile.el (compilation-find-file):
3186 * printing.el (pr-interactive-n-up):
3187 * play/animate.el (animate-birthday-present):
3188 * net/rcompile.el (remote-compile):
3189 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3190 * mail/rmailsum.el (rmail-summary-search-backward)
3191 (rmail-summary-search):
3192 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3193 (rmail-output-read-file-name):
3194 * mail/rmail.el (rmail-search, rmail-search-backwards):
3195 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3196 * locate.el (locate):
3197 * international/quail.el (quail-show-keyboard-layout):
3198 * international/mule.el (set-buffer-file-coding-system)
3199 (revert-buffer-with-coding-system, set-file-name-coding-system)
3200 (set-terminal-coding-system, set-keyboard-coding-system)
3201 (set-next-selection-coding-system):
3202 * international/mule-diag.el (describe-coding-system)
3203 (describe-font, describe-fontset):
3204 * international/mule-cmds.el (universal-coding-system-argument)
3205 (search-unencodable-char, describe-input-method)
3206 (set-language-environment, describe-language-environment):
3207 * international/codepage.el (codepage-setup):
3208 * international/code-pages.el (codepage-setup):
3209 * info.el (Info-search, Info-follow-reference)
3210 (Info-search-backward):
3211 * emacs-lisp/advice.el (ad-read-advised-function)
3212 (ad-read-advice-class, ad-clear-cache, ad-activate)
3213 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3214 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3215 (ad-read-regexp):
3216 * ediff-util.el (ediff-toggle-regexp-match):
3217 * ediff-ptch.el (ediff-prompt-for-patch-file):
3218 * dired-aux.el (dired-diff):
3219 * diff.el (diff):
3220 * cus-edit.el (custom-variable-prompt):
3221 * calendar/timeclock.el (timeclock-ask-for-project):
3222 * calc/calcalg3.el (calc-get-fit-variables):
3223 * calc/calc-store.el (calc-edit-variable)
3224 (calc-permanent-variable):
3225 * vc-mcvs.el (vc-mcvs-register):
3226 * shadowfile.el (shadow-define-literal-group):
3227 * woman.el (woman-file-name):
3228 * vc.el (vc-version-diff, vc-merge):
3229 * textmodes/reftex-index.el (reftex-index-complete-tag):
3230 * format.el (format-decode-buffer, format-decode-region):
3231 * emulation/viper-cmd.el (viper-read-string-with-history):
3232 * emacs-lisp/debug.el (cancel-debug-on-entry):
3233 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3234 * ediff.el (ediff-merge-revisions)
3235 (ediff-merge-revisions-with-ancestor, ediff-revision):
3236 * completion.el (interactive-completion-string-reader):
3237 * calc/calc-prog.el (calc-user-define-formula):
3238 Follow convention for reading with the minibuffer.
3239
3240 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3241
3242 * progmodes/python.el (python-describe-symbol): Add globals() and
3243 locals() to the arguments of emacs.ehelp.
3244
3245 2005-09-24 Magnus Henoch <mange@freemail.hu>
3246
3247 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3248 New function, code extracted from ispell-valid-dictionary-list.
3249 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3250 Call it.
3251
3252 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3253
3254 * subr.el (version-regexp-alist): Extend valid syntax for version
3255 strings: allow any of the characters -,_,+ to separate the
3256 alpha/beta/rc part from the version part. Doc fix.
3257 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3258
3259 2005-09-23 David Reitter <david.reitter@gmail.com>
3260
3261 * mail/mailclient.el: New file.
3262
3263 2005-09-23 Richard M. Stallman <rms@gnu.org>
3264
3265 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3266 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3267 Doc fixes.
3268
3269 * progmodes/cc-mode.el (c-font-lock-init):
3270 Specify font-lock-lines-before.
3271
3272 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3275 whole conflict.
3276
3277 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3278
3279 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3280 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3281 of `remap' feature when available. Additional key bindings for
3282 better tty support.
3283 (org-mode-restart, org-force-self-insert): New commands.
3284 (org-time-stamp-inactive): New command.
3285 (org-remap): New function.
3286 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3287 (org-enable-fixed-width-editor): Move to `org-structure'
3288 customization group.
3289 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3290 blank field after field motion commands.
3291
3292 2005-09-23 Kenichi Handa <handa@m17n.org>
3293
3294 * international/mule-cmds.el (set-language-environment):
3295 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3296 have to call utf-translate-cjk-load-tables.
3297
3298 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * mouse.el (mouse-move-drag-overlay): Fix last change.
3301
3302 2005-09-22 David Ponce <david@dponce.com>
3303
3304 * tree-widget.el (tree-widget-value-create): Fix previous change.
3305
3306 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3307
3308 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3309
3310 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * mouse.el (mouse-move-drag-overlay): New function.
3313 (mouse-drag-region-1): Use it.
3314 Try to simplify a bit the state handling. Handle clicks on links
3315 inside intangible areas.
3316 (mouse-save-then-kill): Minor simplification.
3317 (mouse-secondary-overlay): Make it always non-nil instead of
3318 recreating it each time.
3319 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3320 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3321 Simplify accordingly.
3322
3323 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3324
3325 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3326
3327 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3328
3329 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3330 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3331 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3332 to patch.
3333
3334 * ediff-util.el: Use insert-buffer-substring.
3335
3336 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3337
3338 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3339 field boundaries in the minibuffer.
3340 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3341 (viper-minibuffer-post-command-hook): New hook.
3342 (viper-line): Don't move cursor at bolp.
3343
3344 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3345
3346 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3347 avoid compiler warnings.
3348
3349 * emulation/viper-macs.el (ex-map): Better messages.
3350
3351 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3352
3353 * emulation/viper.el: Replace make-variable-buffer-local with
3354 viper-make-variable-buffer-local everywhere, to avoid warnings.
3355
3356 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3359 Delete unused var `old-selected-window'.
3360 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3361 (mouse-drag-secondary): Delete unused var `start-frame'.
3362
3363 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3364
3365 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3366
3367 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3370 Re-indent within 80 columns. Use inhibit-read-only.
3371
3372 2005-09-19 Romain Francoise <romain@orebokech.com>
3373
3374 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3375
3376 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3379 unconditionally, since the after-change-function already did it.
3380
3381 2005-09-19 Miles Bader <miles@gnu.org>
3382
3383 * net/newsticker.el: Get rid of CVS keyword.
3384
3385 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3386
3387 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3388 The prompt is formatted later.
3389
3390 2005-09-19 David Ponce <david@dponce.com>
3391
3392 * tree-widget.el (tree-widget-value-create): Save the converted
3393 tree :node widget.
3394
3395 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3396
3397 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3398 variable `message'.
3399
3400 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3401
3402 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3403 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3404 <slawomir.nowaczyk.847@student.lu.se>.
3405
3406 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * image.el (image-load-path): Use symbol `data-directory' instead
3409 of its value, for backward compatibility with packages that bind
3410 it during `find-image'. Suggested by Katsumi Yamaoka.
3411 (image-search-load-path): Handle symbols whose values are strings.
3412
3413 2005-09-18 Romain Francoise <romain@orebokech.com>
3414
3415 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3416 with-current-buffer form in save-excursion.
3417
3418 2005-09-18 D Goel <deego@gnufans.org>
3419
3420 * apropos.el (apropos-command): Fix `message' call: first arg
3421 should be a format spec. In this and all other cases that appear
3422 below and elsewhere in the source code, I made a change only when
3423 two conditions were satisfied: [1] I can think of a possibility
3424 that the arguments would cause an error, for example, the code in
3425 question relies on external variables such as filenames. [2] I
3426 was sure that the arg to `message' could not have been nil in the code.
3427
3428 * textmodes/tildify.el (tildify-region): Ditto.
3429
3430 * textmodes/reftex-index.el (reftex-index-change-entry)
3431 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3432 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3433 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3434 (org-priority, org-table-sum):
3435 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3436 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3437 (flyspell-word, flyspell-display-next-corrections):
3438 * textmodes/bibtex.el (bibtex-print-help-message):
3439 * textmodes/artist.el (artist-key-set-point-poly):
3440 * term/mac-win.el (mac-services-insert-text):
3441 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3442 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3443 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3444 (vhdl-compose-configuration):
3445 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3446 (sh-set-indent, sh-learn-line-indent):
3447 * progmodes/ps-mode.el (ps-mode-target-column):
3448 * progmodes/idlwave.el (idlwave-make-tags)
3449 (idlwave-scan-library-catalogs):
3450 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3451 * progmodes/gud.el (gud-jdb-analyze-source):
3452 * progmodes/flymake.el (flymake-log):
3453 * progmodes/ebnf2ps.el (ebnf-generate-region):
3454 * progmodes/cmacexp.el (c-macro-expansion):
3455 * progmodes/ada-xref.el (ada-treat-cmd-string):
3456 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3457 (ada-justified-indent-current, ada-batch-reformat):
3458 * play/zone.el (zone):
3459 * play/landmark.el (lm-move):
3460 * play/decipher.el (decipher-show-alphabet):
3461 * net/newsticker.el (newsticker--display-jump)
3462 (newsticker--display-scroll):
3463 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3464 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3465 * mail/feedmail.el (feedmail-dump-message-to-queue):
3466 * eshell/esh-proc.el (eshell-remove-process-entry):
3467 * emulation/ws-mode.el (ws-last-error):
3468 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3469 (viper-record-kbd-macro):
3470 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3471 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3472 * emacs-lisp/find-func.el (find-function-noselect):
3473 * calendar/timeclock.el (timeclock-status-string)
3474 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3475 (timeclock-when-to-leave-string):
3476 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3477 * calc/calc-units.el (calc-enter-units-table):
3478 * calc/calc-mode.el (calc-mode-record-mode):
3479 * woman.el (woman-mini-help):
3480 * wdired.el (wdired-change-to-wdired-mode):
3481 * vc.el (vc-retrieve-snapshot):
3482 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3483 * startup.el (display-startup-echo-area-message):
3484 * simple.el (set-goal-column):
3485 * ses.el (ses-command-hook, ses-recalculate-cell):
3486 * server.el (server-process-filter):
3487 * printing.el (pr-interface-txt-print, pr-interface-printify)
3488 (pr-interface-ps):
3489 * pcvs.el (cvs-help):
3490 * log-edit.el (log-edit, log-edit-mode-help):
3491 * iswitchb.el (iswitchb-possible-new-buffer):
3492 * isearch.el (isearch-edit-string):
3493 * image-mode.el (image-mode, image-minor-mode):
3494 * ibuf-macs.el (define-ibuffer-filter):
3495 * hi-lock.el (hi-lock-find-patterns):
3496 * files.el (toggle-read-only):
3497 * ediff-util.el (ediff-copy-diff)
3498 (ediff-write-merge-buffer-and-maybe-kill):
3499 * echistory.el (Electric-history-undefined):
3500 * dnd.el (dnd-insert-text):
3501 * dired-aux.el (dired-query):
3502 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3503 * bookmark.el (bookmark-bmenu-locate):
3504 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3505 Fix `message' calls to ensure first arg is a format string.
3506 The change was made only when these two conditions were satisfied:
3507 [1] when there is a possibility that the arguments would cause an error
3508 for example, if the code in question relies on external variables
3509 such as filenames, and
3510 [2] if the arg to `message' could not have been nil in the code.
3511
3512 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3513 Not having a %s would be weird, though not technically wrong.
3514
3515 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3516
3517 * term/mac-win.el (mac-add-charset-info): Doc fix.
3518
3519 2005-09-17 Romain Francoise <romain@orebokech.com>
3520
3521 * shell.el (shell-resync-dirs): Handle echoing processes more
3522 reliably. Don't insert resync command if `comint-process-echoes'
3523 is non-nil.
3524
3525 2005-09-17 Magnus Henoch <mange@freemail.hu>
3526
3527 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3528 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3529 aspell versions >= 0.60.
3530 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3531 only if ispell-aspell-supports-utf8 is non-nil.
3532
3533 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3534
3535 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3536 buffer-local value to lisp-indent-function.
3537
3538 2005-09-17 Milan Zamazal <pdm@zamazal.org>
3539
3540 * progmodes/glasses.el (glasses-make-readable): If
3541 glasses-separator differs from underscore, put appropriate
3542 overlays over underscore characters.
3543 (glasses-convert-to-unreadable): If glasses-separator differs from
3544 underscore, try to convert glasses-separator characters to
3545 underscores.
3546
3547 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3550 Use with-syntax-table and dolist.
3551
3552 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
3553
3554 * textmodes/reftex-auc.el:
3555 * textmodes/reftex-cite.el:
3556 * textmodes/reftex-dcr.el:
3557 * textmodes/reftex-global.el:
3558 * textmodes/reftex-parse.el:
3559 * textmodes/reftex-ref.el:
3560 * textmodes/reftex-sel.el:
3561 * textmodes/reftex-toc.el:
3562 * textmodes/reftex-vars.el:
3563 * textmodes/reftex.el: Small changes to remove compiler warnings.
3564
3565 * textmodes/reftex-index.el: Likewise.
3566 (reftex-query-index-phrase): More efficient use of markers.
3567
3568 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3569
3570 * image.el (image-load-path): New variable.
3571 (image-search-load-path): New function.
3572 (find-image): Search for images in `image-load-path'.
3573
3574 2005-09-15 Richard M. Stallman <rms@gnu.org>
3575
3576 * follow.el: Change Maintainer field.
3577
3578 2005-09-15 David Ponce <david@dponce.com>
3579
3580 * recentf.el (recentf-save-file-modes): New option.
3581 (recentf-save-list): Use it.
3582
3583 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
3584
3585 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3586 (mode-line-mule-info, mode-line-modified): Move bindings from
3587 mouse-3 to mouse-1.
3588
3589 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * simple.el (sendmail-user-agent-compose): Revert last change.
3592
3593 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3596 Use with-current-buffer.
3597 (ange-ftp-gwp-start): Remove unused var `gw-user'.
3598 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3599 (ange-ftp-insert-directory): Remove unused var `short'.
3600 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3601
3602 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3603 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3604
3605 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3606 (check-calendar-holidays, diary-list-entries): Autoload.
3607 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3608 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3609
3610 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3611 which mistakenly removed a call to display-buffer.
3612
3613 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
3614
3615 * obsolete/iso-insert.el: Move to obsolete/ from international/.
3616
3617 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
3618
3619 * progmodes/hideshow.el
3620 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3621 (hs-allow-nesting): New user var.
3622 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3623 (hs-hide-block-at-point): When nesting allowed,
3624 if there is already an overlay in place, delete it.
3625 (hs-safety-is-job-n): Delete func; remove call sites.
3626 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3627 (hs-overlay-at): New func.
3628 (hs-already-hidden-p, hs-show-block): Use it.
3629 (hs-hide-all): Don't pre-clean if nesting allowed.
3630 (hs-show-all): Temporarily disallow
3631 nesting around call to `hs-discard-overlays'.
3632
3633 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3636 Delete unused local var.
3637
3638 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
3639
3640 * help-fns.el (describe-categories): "?\ " -> "?\s".
3641 (help-do-arg-highlight): Recognize also ARG-n, as in
3642 `move-to-left-margin' (ARG+n is already recognized). Simplify.
3643
3644 * international/codepage.el (dos-unsupported-char-glyph):
3645 * net/newsticker.el (tool-bar-map, w3-mode-map)
3646 (w3m-minor-mode-map):
3647 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3648 (ent-alist):
3649 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3650
3651 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * custom.el (custom-push-theme): Handle the case where a symbol is
3654 bound but face properties have not yet been assigned.
3655
3656 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3657 Fix behavior if noerase is `t' and there is no mail buffer.
3658
3659 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3660 if `continue' is nil, rather than signal an error.
3661
3662 2005-09-12 Richard M. Stallman <rms@gnu.org>
3663
3664 * font-lock.el (font-lock-keywords): Add autoload.
3665
3666 * help-fns.el (describe-variable): Rearrange to put source link
3667 in a predictable place.
3668
3669 * net/newsticker.el: New file.
3670
3671 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * calendar/calendar.el (calendar-for-loop): Add edebug info.
3674 (calendar-basic-setup): Use the new nil arg.
3675 (number-of-diary-entries): Move to diary-lib.el.
3676
3677 * calendar/diary-lib.el: Use with-current-buffer, match-string.
3678 (diary-list-entries): Use with-syntax-table and dolist.
3679 Rename from list-diary-entries.
3680 Use number-of-diary-entries if `number' is nil.
3681 (diary, diary-view-entries): Use this new name and new nil arg value.
3682 (number-of-diary-entries): Move from calendar.el.
3683 (diary-unhide-everything): New function.
3684 (include-other-diary-files, fancy-diary-display)
3685 (diary-show-all-entries, make-diary-entry): Use it.
3686 (diary-mail-entries): Use buffer-string.
3687 (mark-diary-entries): Fix long standing paren typo.
3688 (diary-sexp-entry): Use count-lines.
3689 (make-diary-entry): Avoid `previous-line'.
3690 (diary-mode-map): New var.
3691 (diary-mode): Redraw cal after saving. Setup header-line.
3692 (fancy-diary-display-mode): Use local-set-key.
3693
3694 * startup.el (command-line): Try calling various terminal-init-foo-bar
3695 functions by stripping hyphenated suffixes from $TERM.
3696
3697 * files.el (normal-mode): Check boundness of font-lock-keywords.
3698
3699 2005-09-12 Richard M. Stallman <rms@gnu.org>
3700
3701 * progmodes/compile.el: Don't decide a file's directory
3702 until the user actually tries to go there.
3703 (compilation-next-error-function):
3704 Pass compilation-find-file the directory from the file-struct.
3705 (compilation-internal-error-properties): Separate local FILE-STRUCT
3706 from FILE. Doc the args better. Rename arg FMT to FMTS.
3707 (compilation-find-file): Arg DIR renamed to DIRECTORY.
3708 Expand it, and if nil, use default-directory.
3709 (compilation-get-file-structure): Don't mix specified directory
3710 with default directory. Put specified directory into
3711 file-struct. Don't make the file name absolute.
3712
3713 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3714 (compile-command): Add autoload.
3715 (compilation-disable-input): Add autoload.
3716
3717 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
3718
3719 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3720 strings of the variables it can override.
3721 (time-stamp): New (as yet undocumented) time-stamp-format escapes
3722 %Q and %q, for fully-qualified domain name and unqualified host name.
3723
3724 2005-09-11 Kim F. Storm <storm@cua.dk>
3725
3726 * emacs-lisp/authors.el (authors-aliases): Update list.
3727 (authors-fixed-entries): Update mldrag.el entry.
3728
3729 2005-09-10 Alan Mackenzie <acm@muc.de>
3730
3731 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3732 from the region narrowed to.
3733
3734 2005-09-10 Magnus Henoch <mange@freemail.hu>
3735
3736 * textmodes/ispell.el (ispell-check-version): Signal an error if
3737 aspell version is less than 0.60.
3738
3739 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
3740
3741 * progmodes/octave-inf.el (inferior-octave-startup):
3742 Resync current dir at the end.
3743
3744 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
3745
3746 * woman.el (woman-topic-at-point-default):
3747 Rename to woman-use-topic-at-point-default.
3748 (woman-topic-at-point): Rename to woman-use-topic-at-point.
3749 (woman-file-name): Reflect renames above. Automatically use the
3750 word at point as topic if woman-use-topic-at-point is non-nil.
3751 Otherwise offer it as default but don't insert it in the
3752 minibuffer. Also use `test-completion' instead of `assoc' as
3753 suggested by Stefan Monnier.
3754
3755 2005-09-10 Andre Spiegel <spiegel@gnu.org>
3756
3757 * vc.el (vc-directory, vc-update-change-log): Throw an error on
3758 the attempt to do it over Tramp. This is not yet supported.
3759
3760 2005-09-10 Eli Zaretskii <eliz@gnu.org>
3761
3762 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3763 (menu-bar-non-minibuffer-window-p): New functions.
3764 ("Split Window", "Save As..."): Use them.
3765 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3766 ("Print Buffer", "Truncate Long Lines in this Buffer"):
3767 Use menu-bar-menu-frame-live-and-visible-p.
3768 ("Save Buffer", "Insert File", "Open Directory...")
3769 ("Open File...", "Visit New File..."):
3770 Use menu-bar-non-minibuffer-window-p.
3771 (kill-this-buffer-enabled-p, dired <menu-enable>):
3772 Use menu-bar-non-minibuffer-window-p.
3773
3774 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3775
3776 * cus-start.el (all): Don't complain about fringe-related
3777 built-ins if fringes are not supported. Ditto about
3778 selection-related built-ins. Fix the test for GTK-related built-ins.
3779
3780 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
3781 ("Postscript Print Buffer", "Print Region", "Save As...")
3782 ("Save", "Insert File...", "Open Directory...")
3783 ("Open File...", "Visit New File..."")
3784 ("Truncate Long Lines in this Buffer"): Don't look at
3785 menu-updating-frame if this display does not support multiple frames.
3786
3787 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3788
3789 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
3790
3791 2005-09-09 Emilio Lopes <eclig@gmx.net>
3792
3793 * woman.el: Format- and whitespace-related changes.
3794
3795 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3796
3797 * woman.el: Fix my email address.
3798
3799 2005-09-08 Richard M. Stallman <rms@gnu.org>
3800
3801 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
3802 (sh-mode): Locally set skeleton-pair-default-alist.
3803
3804 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
3805
3806 * progmodes/flymake.el: Require `compile' unconditionally.
3807
3808 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
3809
3810 * woman.el (woman-file-name): Provide a default, not initial input.
3811
3812 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
3813
3814 * font-lock.el (font-lock-support-mode): Doc fix.
3815
3816 * descr-text.el (describe-property-list): Handle non-symbol prop names.
3817
3818 2005-09-08 Richard M. Stallman <rms@gnu.org>
3819
3820 * simple.el (blink-matching-open): Get rid of text props from
3821 the string shown in echo area. Don't permanently set point.
3822 Some rearrangements.
3823
3824 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
3825
3826 * recentf.el (recentf-filename-handler): Add custom choice
3827 `abbreviate-file-name'.
3828
3829 * msb.el (msb--very-many-menus): Fix typo.
3830
3831 * disp-table.el (standard-display-european): Don't set
3832 enable-multibyte-characters to nil.
3833
3834 2005-09-08 David Ponce <david@dponce.com>
3835
3836 * recentf.el (recentf-show-file-shortcuts-flag): New option.
3837 (recentf-expand-file-name): Doc fix.
3838 (recentf-dialog-mode-map): Define digit shortcuts.
3839 (recentf--files-with-key): New variable.
3840 (recentf-show-digit-shortcut-filter): New function.
3841 (recentf-open-files-items): New function.
3842 (recentf-open-files): Use it.
3843 (recentf-open-file-with-key): New command.
3844
3845 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * buff-menu.el (Buffer-menu-sort-by-column): New function.
3848 Suggested by Kim F. Storm.
3849 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
3850 (Buffer-menu-make-sort-button): Use global keymap.
3851
3852 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
3853
3854 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
3855 (Man-getpage-in-background-advice): Remove defadvice; it isn't
3856 necessary any longer with the remapped command.
3857 (Man-bgproc-sentinel-advice): Remove defadvice which counts
3858 formatting time only.
3859
3860 * net/tramp.el (tramp-action-password)
3861 (tramp-multi-action-password): Compile the password prompt from
3862 `method', `user' and `host'. Sometimes it isn't obvious which
3863 password to enter, for example with remote files offered by
3864 recentf.el, or with multiple steps. Suggested by Robert Marshall
3865 <robert@chezmarshall.freeserve.co.uk>.
3866
3867 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3870 Fix regexp for when "s///" is at the beginning of line.
3871
3872 2005-09-07 Jay Belanger <belanger@truman.edu>
3873
3874 * calc/calc-poly.el (math-expand-term): Multiply out any powers
3875 when in matrix mode.
3876
3877 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
3880 non-anonymous functions.
3881
3882 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
3885 when using a header line. Otherwise, use mouse-1-click-follows-link.
3886
3887 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
3888 can't be moved; don't signal an error.
3889
3890 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
3891
3892 * cus-theme.el (custom-theme-write-faces): Save the current face
3893 spec, not the defface spec.
3894
3895 * custom.el (custom-known-themes): Clarify meaning of "standard".
3896 (custom-push-theme): Save old values in the standard theme.
3897 (disable-theme): Correct typo.
3898 (custom-face-theme-value) Deleted unused function.
3899 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
3900
3901 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * progmodes/compile.el (compilation-goto-locus): Take into account
3904 iconified frames when determining whether the buffer is
3905 already visible.
3906 Don't reset window height if the window already existed.
3907
3908 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
3909
3910 * custom.el (load-theme): Rename from require-theme.
3911 Add interactive spec.
3912 (enable-theme): Rename from custom-enable-theme.
3913 Add interactive spec.
3914 (disable-theme): Rename from custom-disable-theme.
3915 Add interactive spec.
3916 (custom-make-theme-feature): Doc fix.
3917 (custom-theme-directory): Doc fix.
3918 (provide-theme): Call enable-theme.
3919
3920 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * obsolete/lazy-lock.el (lazy-lock-mode):
3923 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
3924 font-lock-mode if it's off. Print a warning instead.
3925
3926 * progmodes/compile.el (compilation-start): Ignore errors if the
3927 process died before we get to send-eof.
3928
3929 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
3930 Undo last change. Enclosing the result in quotes broke things on Unix
3931 since tex-send-command passes it through shell-quote-argument.
3932 (tex-send-command): Pass `file' through convert-standard-filename
3933 when possible.
3934 (tex-uptodate-p): Handle the case where TeX hasn't put additional
3935 info in a transcript.
3936
3937 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3938
3939 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
3940 fix compilation warning. Reorder the key definitions to group
3941 together keys emitted by the current version of xterm.
3942
3943 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
3944 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
3945 Reorder predicates to correct min-color usage.
3946
3947 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * longlines.el (longlines-mode): Inhibit read-only when encoding.
3950 Kill local variables when longlines-mode is turned off.
3951
3952 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
3955
3956 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
3957
3958 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
3959
3960 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
3961 (font-lock-lines-before): Change default to being inactive.
3962 (font-lock-default-fontify-region): Obey font-lock-lines-before.
3963 (font-lock-after-change-function): Don't handle f-l-lines-before here.
3964
3965 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
3966
3967 * net/tramp.el (tramp-handle-make-auto-save-file-name):
3968 Deactivate temporarily advice if active (not needed for Emacs 22,
3969 but for backwards compatibility).
3970 (tramp-exists-file-name-handler): Rewrite. First implementation
3971 was too simple.
3972 (tramp-advice-make-auto-save-file-name):
3973 Call `tramp-handle-make-auto-save-file-name' (again, just for
3974 backwards compatibility).
3975
3976 2005-08-31 Reto Zimmermann <reto@gnu.org>
3977
3978 * progmodes/vhdl-mode.el
3979 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
3980 (vhdl-end-p): Fix indentation bug "else" after "-- when".
3981 (vhdl-set-default-project): New function (easier setting of default).
3982 (vhdl-port-copy): Handle extended identifiers for generics.
3983 (vhdl-compiler-alist): Better description for error message regexp.
3984 (vhdl-make): Query for target, use previous as default.
3985 (vhdl-port-copy): Fix port copy for port names starting with "signal".
3986 (vhdl-font-lock-keywords-2): Fix fontification for record
3987 el. assign.
3988 (vhdl-speedbar-make-subpack-line): Add package body link.
3989 (vhdl-generate-makefile-1): Not include itself as dependency.
3990 (vhdl-font-lock-init): Highlight c-preprocessor directives.
3991 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
3992 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
3993 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
3994 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
3995 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
3996 (vhdl-import-project): Add string argument for `error'.
3997 (vhdl-compose-configuration)
3998 (vhdl-compose-configuration-architecture): Add configuration
3999 declaration generation.
4000 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4001 (vhdl-trailer-re): Add "record" keyword (better indentation).
4002 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4003 "[^ \t-\"]+".
4004 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4005 (vhdl-testbench-entity-file-name)
4006 (vhdl-testbench-architecture-file-name): Allow separate
4007 customization of testbench file names.
4008 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4009 (vhdl-get-visible-signals): Allow newline within alias declaration.
4010 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4011 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4012 (member-ignore-case): Alias for missing function in XEmacs.
4013 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4014 (vhdl-update-sensitivity-list): Ignore case on read signals.
4015 (vhdl-replace-string): Adjust case only for file names.
4016 (vhdl-update-sensitivity-list): Fix search for read signals.
4017 (vhdl-update-sensitivity-list): Exclude formal parameters.
4018 (vhdl-get-visible-signals): Include aliases of signals.
4019 (vhdl-get-visible-signals): Fix signal name searching.
4020 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4021 (vhdl-fixup-whitespace-region): Fix for character
4022 literals (e.g. ':').
4023
4024 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4025
4026 * ansi-color.el (comint-last-output-start):
4027 * bs.el (font-lock-verbose):
4028 * diff-mode.el (add-log-buffer-file-name-function):
4029 * dired-x.el (vm-folder-directory):
4030 * faces.el (help-xref-stack-item):
4031 * files.el (font-lock-keywords):
4032 * find-lisp.el (dired-buffers, dired-subdir-alist):
4033 * ido.el (cua-inhibit-cua-keys):
4034 * log-view.el (cvs-minor-wrap-function):
4035 * outline.el (font-lock-warning-face):
4036 * simple.el (compilation-current-error):
4037 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4038 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4039 * tooltip.el (comint-prompt-regexp):
4040 * w32-fns.el (explicit-shell-file-name):
4041 * term/mac-win.el (mac-charset-info-alist)
4042 (mac-services-selection, mac-system-script-code):
4043 * term/tty-colors.el (msdos-color-values):
4044 * term/w32-win.el (xlfd-regexp-registry-subnum):
4045 * term/x-win.el (x-keysym-table, x-selection-timeout)
4046 (x-session-id, x-session-previous-id):
4047 * textmodes/ispell.el (mail-yank-prefix):
4048 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4049 * textmodes/org.el (calc-embedded-close-formula)
4050 (calc-embedded-open-formula)
4051 (font-lock-unfontify-region-function):
4052 * textmodes/reftex-global.el (isearch-next-buffer-function)
4053 (TeX-master):
4054 * textmodes/reftex.el (font-lock-keywords):
4055 * textmodes/tex-mode.el (font-lock-comment-face)
4056 (font-lock-doc-face):
4057 * textmodes/texinfo.el (outline-heading-alist):
4058 Add defvars.
4059
4060 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4061 (artist-spray-chars, artist-mode-init, artist-replace-string)
4062 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4063 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4064 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4065
4066 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4067 (conf-align-assignments): "?\ " -> "?\s".
4068
4069 * textmodes/reftex-index.el (TeX-master): Add defvar.
4070 (reftex-index-phrases-marker): Move up defvar.
4071
4072 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4073 (reftex-toc-include-labels-indicator)
4074 (reftex-toc-include-index-indicator)
4075 (reftex-toc-max-level-indicator): Move up declarations.
4076
4077 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4078 of args to `tramp-run-real-handler', even if it's empty in this case.
4079
4080 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4081
4082 * dired.el (dired-move-to-filename-regexp): Add date format for
4083 Mac OS X 10.3 in East Asian locales.
4084
4085 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4086
4087 * files.el (make-auto-save-file-name): Add file name handler call
4088 if applicable.
4089
4090 * net/tramp.el (tramp-file-name-handler-alist)
4091 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4092 (tramp-handle-make-auto-save-file-name): Rename from
4093 `tramp-make-auto-save-file-name'.
4094 (tramp-exists-file-name-handler): New defun.
4095 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4096 `make-auto-save-file-name' is not a magic file name operation.
4097
4098 2005-08-30 Richard M. Stallman <rms@gnu.org>
4099
4100 * files.el (risky-local-variable-p):
4101 Match `-predicates' and `-commands.
4102
4103 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4104 (custom-save-all): Visit the file if necessary;
4105 kill the buffer if we created it.
4106 (custom-save-delete): Don't visit file or kill buffer here.
4107
4108 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4109
4110 * textmodes/org.el (org-special-keyword): New face.
4111 (org-table-copy-down, org-table-eval-formula)
4112 (org-table-recalculate, org-init-section-numbers):
4113 Use `string-to-number' instead of `string-to-int'.
4114 (org-get-location): Use `insert-buffer-substring' instead of
4115 `insert-buffer'.
4116 (org-modify-diary-entry-string): New function.
4117 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4118 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4119 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4120 active region.
4121 (org-export-as-html): Handle QUOTE keyword.
4122 (org-quote-string): New option.
4123 (org-bookmark-jump-unhide): New function, used for
4124 `bookmark-after-jump-hook'.
4125 (org-diary-default-entry): Apply only when not called through
4126 `org-agenda'.
4127
4128 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * net/eudc.el (mode-popup-menu):
4131 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4132 * progmodes/ada-mode.el (compile-auto-highlight)
4133 (skeleton-further-elements):
4134 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4135 * progmodes/cmacexp.el (msdos-shells):
4136 * progmodes/compile.el (font-lock-extra-managed-props)
4137 (font-lock-keywords, font-lock-maximum-size)
4138 (font-lock-support-mode):
4139 * progmodes/grep.el (font-lock-lines-before):
4140 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4141 * progmodes/mixal-mode.el (compile-command):
4142 * progmodes/perl-mode.el (font-lock-comment-face)
4143 (font-lock-doc-face, font-lock-string-face):
4144 * progmodes/prolog.el (comint-prompt-regexp):
4145 * progmodes/sh-script.el (font-lock-comment-face)
4146 (font-lock-set-defaults, font-lock-string-face):
4147 * progmodes/sql.el (font-lock-keyword-face)
4148 (font-lock-set-defaults, font-lock-string-face):
4149 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4150 (itimer-version, lazy-lock-defer-contextually)
4151 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4152 Add defvars.
4153
4154 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4155 (cperl-electric-keyword, cperl-electric-pod)
4156 (cperl-electric-backspace, cperl-forward-re)
4157 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4158 (vc-rcs-header, vc-sccs-header): Add defvars.
4159
4160 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4161 (font-lock-syntactic-keywords, gud-find-expr-function):
4162 Add defvars.
4163
4164 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4165 (gdb-frame-parameters): Declare before use.
4166
4167 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4168 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4169 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4170 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4171
4172 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4173 (idlwave-help-with-source): Use `insert-buffer-substring', not
4174 `insert-buffer'.
4175
4176 2005-08-29 Juri Linkov <juri@jurta.org>
4177
4178 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4179 Put outline-back-to-heading function call inside save-excursion.
4180
4181 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4182
4183 * man.el (Man-init-defvars, Man-translate-references)
4184 (Man-support-local-filenames, Man-highlight-references):
4185 * progmodes/sql.el (sql-interactive-mode):
4186 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4187
4188 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4189 (compilation-mode-font-lock-keywords): Add defvars.
4190 (checkdoc-interactive-loop): "?\ " -> "?\s".
4191
4192 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4193 (font-lock-doc-face, font-lock-string-face)
4194 (font-lock-keywords-case-fold-search): Add defvars.
4195 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4196
4197 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4198 Don't pass X and Y (they are ignored anyway).
4199 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4200 (mouse-delete-window): Make arguments optional.
4201
4202 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4203 (caesar-translate-table, minor-modes, news-buffer-save)
4204 (news-group-name, news-minor-modes): Add defvars.
4205
4206 * emacs-lisp/lselect.el (mouse-highlight-priority)
4207 (x-lost-selection-functions, zmacs-regions):
4208 * emacs-lisp/pp.el (font-lock-verbose):
4209 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4210 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4211 (ses-mode-map):
4212 * emacs-lisp/tcover-unsafep.el (safe-functions):
4213 * international/mule-cmds.el (mac-system-coding-system)
4214 (mac-system-locale):
4215 * language/ethio-util.el (rmail-current-message)
4216 (rmail-message-vector):
4217 * language/thai-util.el (thai-auto-composition-mode):
4218 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4219 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4220 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4221 (vm-primary-inbox, vm-spool-files):
4222 * mail/rmail.el (deleted-head, font-lock-fontified)
4223 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4224 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4225 (total-messages):
4226 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4227 (rmail-summary-mode-map):
4228 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4229 (rmail-last-label, rmail-last-multi-labels)
4230 (rmail-summary-vector, rmail-total-messages):
4231 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4232 * mail/rmailsum.el (msgnum):
4233 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4234 (rmail-current-message):
4235 * obsolete/fast-lock.el (font-lock-face-list):
4236 * obsolete/rnewspost.el (mail-reply-buffer):
4237 * obsolete/scribe.el (compile-command):
4238 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4239
4240 2005-08-28 John Paul Wallington <jpw@gnu.org>
4241
4242 * ibuf-ext.el (ibuffer-auto-update-changed):
4243 Use `frame-or-buffer-changed-p' to check whether we need to update.
4244 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4245 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4246 as a `frame-or-buffer-changed-p' state vector instead.
4247
4248 2005-08-27 Romain Francoise <romain@orebokech.com>
4249
4250 * textmodes/makeinfo.el (makeinfo-compile):
4251 Use `compilation-start'. Set `next-error-function' according to
4252 `disable-errors'.
4253 (makeinfo-next-error): New function.
4254 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4255 (makeinfo-buffer): Likewise.
4256
4257 * progmodes/compile.el (compilation-start): Add autoload cookie.
4258
4259 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4260 * textmodes/sgml-mode.el: Likewise.
4261 * progmodes/python.el: Likewise.
4262
4263 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4264
4265 * simple.el (blink-matching-paren-distance): Document the meaning
4266 of nil value, and allow to customize to nil.
4267
4268 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4269 command.com, not command.exe.
4270
4271 2005-08-26 John Wiegley <johnw@newartisans.com>
4272
4273 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4274 code around a bit so that an extraneous nil argument is not added
4275 to a command when no args are given.
4276
4277 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4278 double-quoted argument resolves to nil, return it as an empty
4279 string rather than as nil. This made it impossible to pass "" to
4280 a shell script as a null string argument.
4281
4282 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * outline.el (outline-invent-heading): New fun.
4285 (outline-promote, outline-demote): Use it.
4286 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4287 (outline-end-of-subtree): Remove unused var `opoint'.
4288
4289 2005-08-26 David Reitter <david.reitter@gmail.com>
4290
4291 * menu-bar.el (truncate-lines, write-file, print-buffer)
4292 (ps-print-buffer-faces, ps-print-buffer, split-window):
4293 Disable menu items when the frame they refer to is invisible, or when
4294 they refer to a buffer and the minibuffer is selected.
4295
4296 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4297
4298 * progmodes/flymake.el (flymake-highlight-err-lines):
4299 Use save-excursion around flymake-highlight-line to preserve point.
4300
4301 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4302
4303 * progmodes/octave-mod.el: Change Author and Maintainer address.
4304 (octave-maintainer-address): Change Kurt's email address.
4305 * progmodes/octave-inf.el: Change Author and Maintainer address.
4306 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4307
4308 2005-08-26 Kim F. Storm <storm@cua.dk>
4309
4310 * subr.el (version-list-<, version-list-<=, version-list-=):
4311 Renamed from integer-list-*.
4312 (version-list-not-zero): Likewise. Fix while loop.
4313 (version=): Use version-list-= instead of string-equal.
4314
4315 2005-08-26 Richard M. Stallman <rms@gnu.org>
4316
4317 * outline.el (outline-promote): Try shortening the heading.
4318 As last resort, read the heading to use.
4319 (outline-demote): As last resort, read the heading to use.
4320
4321 2005-08-26 Romain Francoise <romain@orebokech.com>
4322
4323 * progmodes/compile.el (compilation-start): Doc fix.
4324
4325 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4326 (antlr-font-lock-additional-keywords): Fix reference to
4327 `antlr-font-lock-literal-regexp' erroneously changed during the
4328 mass face rename.
4329 (antlr-run-tool): Use `compilation-start'.
4330
4331 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4332 instead of the obsolete `compile-internal'.
4333
4334 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4335
4336 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4337 (number, original-date):
4338 * calendar/cal-china.el (date):
4339 * calendar/cal-coptic.el (date):
4340 * calendar/cal-french.el (date):
4341 * calendar/cal-hebrew.el (date, entry, number, original-date):
4342 * calendar/cal-islam.el (date, number, original-date):
4343 * calendar/cal-iso.el (date):
4344 * calendar/cal-julian.el (date):
4345 * calendar/cal-mayan.el (date):
4346 * calendar/cal-menu.el (date, event):
4347 * calendar/cal-persia.el (date):
4348 * calendar/lunar.el (date):
4349 * calendar/solar.el (date): Add defvars.
4350
4351 * emerge.el:
4352 * ibuffer.el:
4353 * info-xref.el:
4354 * obsolete/bg-mouse.el:
4355 * obsolete/sun-curs.el:
4356 * obsolete/swedish.el: Move the `defvar's to the top level.
4357
4358 * smerge-mode.el (smerge-refined-change): Add :group.
4359
4360 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4363 (smerge-keep-n): Remove props.
4364 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4365 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4366 now that it's done in smerge-keep-n.
4367 (smerge-refined-change): New face.
4368 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4369 (smerge-refine): New funs.
4370 (smerge-basic-map): Bind smerge-refine.
4371
4372 2005-08-25 Juri Linkov <juri@jurta.org>
4373
4374 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4375 compilation-process-setup-function and compilation-disable-input
4376 in grep-mode instead of let-bindings in grep.
4377
4378 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4379 Delete "Automatic File De/compression" (auto-compression-mode).
4380
4381 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4382
4383 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4384 Silence warning about non-existent variable.
4385
4386 2005-08-25 Richard M. Stallman <rms@gnu.org>
4387
4388 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4389 Rename "Describe Key" to "Describe Key or Mouse Operation".
4390
4391 * mail/mailalias.el (build-mail-aliases): Delete comments
4392 from the contents before processing them.
4393
4394 * isearch.el (isearch-edit-string): Erase the Search prompt
4395 if user enters an empty string and there is no default.
4396
4397 * comint.el (comint-file-name-prefix): Add autoload.
4398
4399 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4400
4401 * subr.el (play-sound): Rearrange to avoid warning.
4402
4403 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4404
4405 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4406 New hook.
4407 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4408
4409 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4412
4413 * custom.el (custom-theme-set-variables): Sort minor modes last.
4414
4415 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4416
4417 * subr.el (version-separator, version-regexp-alist): New vars used by
4418 version comparison funs.
4419 (integer-list-<, integer-list-=, integer-list-<=)
4420 (integer-list-not-zero): New funs for integer list comparison.
4421 (version-to-list, version=, version<, version<=): New funs for version
4422 comparison.
4423
4424 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4425
4426 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4427 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4428 time to silence the byte-compiler.
4429
4430 * ibuffer.el (ibuffer-compile-make-eliding-form)
4431 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4432 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4433 so it's silly to get warnings for it).
4434 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4435 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4436 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4437 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4438 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4439 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4440 Defvar at compile time.
4441 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4442 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4443 Declare them before use.
4444
4445 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4446 (info-xref-good, info-xref-bad): Defvar at compile time.
4447
4448 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4449 Use `let*' instead of `let'.
4450
4451 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4452 (*mouse-y*, menu, char): Defvar at compile time.
4453 (sc::menu): Declare it before use.
4454 (sc::pack-one-line): Use `let', not `let*'.
4455
4456 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4457 (mail-send-hook): Defvar at compile time.
4458
4459 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4460 Defvar at compile time.
4461
4462 * term/sun-mouse.el (current-global-mousemap)
4463 (current-local-mousemap): Declare them before use.
4464
4465 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4466
4467 * bookmark.el (bookmark-after-jump-hook): New hook.
4468 (bookmark-jump): Run `bookmark-after-jump-hook'.
4469
4470 2005-08-23 Juri Linkov <juri@jurta.org>
4471
4472 * faces.el (minibuffer-prompt): Doc fix.
4473
4474 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4475
4476 * progmodes/xscheme.el: Trivial changes to silence warnings.
4477 (xscheme-previous-mode, xscheme-previous-process-state):
4478 Add defvars.
4479 (xscheme-last-input-end, xscheme-process-command-line)
4480 (xscheme-process-name, xscheme-buffer-name)
4481 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4482 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4483 (xscheme-control-g-synchronization-p)
4484 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4485 (default-xscheme-runlight, xscheme-runlight)
4486 (xscheme-runlight-string, xscheme-process-filter-state)
4487 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4488 Move to beginning of file.
4489 (scheme-interaction-mode-commands-alist)
4490 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4491 Declare them before use. Note: the initialization code for the variables
4492 has not been moved because it uses functions that reference the variables.
4493 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4494 (xscheme-prompt-for-expression-map): Declare them before use.
4495 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4496
4497 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4498
4499 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4500
4501 2005-08-22 Juri Linkov <juri@jurta.org>
4502
4503 * faces.el (set-face-underline): Delete this duplicate function
4504 and make an obsolete alias to set-face-underline-p.
4505 (set-face-underline-p): Use docstring of set-face-underline.
4506 (describe-face): Create hyperlink to parent face.
4507
4508 * info.el (Info-insert-dir): Use save-excursion around
4509 insert-buffer-substring.
4510 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4511 (Info-escape-percent): Delete function.
4512 (Info-fontify-node): Replace Info-escape-percent by
4513 replace-regexp-in-string with REP arg set to lambda that
4514 duplicates `%' and preserves text properties.
4515
4516 * progmodes/compile.el (compilation-disable-input): Doc fix.
4517 (define-compilation-mode): Doc fix and refill.
4518 (kill-compilation): Use `mode-name' in the error message.
4519 (compilation-find-file): Use `compilation-error' in the
4520 read-file-name's prompt.
4521
4522 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4525 (smerge-auto-leave): Make undo re-enable the mode.
4526 (debug-ignored-errors): Add the user-error of impossible resolution.
4527 (smerge-resolve): Move things around a bit, in preparation for later.
4528 (smerge-diff): Don't fail if the buffer has no associated file.
4529 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4530 (smerge-conflict-overlay): New function.
4531 (smerge-match-conflict): Don't add text properties here.
4532 (smerge-find-conflict): Instead, add an overlay here.
4533 Also check for the case where we're inside a conflict already, so as to
4534 obviate the need for font-lock-multiline, which is unbearably slow with
4535 large conflicts and ciomplex font-lock patterns.
4536 (smerge-remove-props): Remove overlay rather than text-properties.
4537 (smerge-mode): Don't set font-lock-multiline.
4538 Remove overlays when turned off.
4539
4540 2005-08-21 Kim F. Storm <storm@cua.dk>
4541
4542 * ido.el (ido-ignore-item-p): Use save-match-data.
4543 Bind case-fold-search to ido-case-fold locally.
4544
4545 2005-08-20 Richard M. Stallman <rms@gnu.org>
4546
4547 * files.el (normal-mode): If font lock is on, turn it off and on.
4548
4549 * subr.el (replace-regexp-in-string): Doc fix.
4550
4551 * startup.el (command-line-1): Don't suppress startup screen
4552 due to existing processes.
4553
4554 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4555
4556 * progmodes/compile.el (compilation-disable-input): Default to nil.
4557
4558 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4559
4560 * progmodes/compile.el (compilation-disable-input): New defcustom.
4561 (compilation-start): If compilation-disable-input is non-nil, send
4562 EOF to the compilation process.
4563
4564 2005-08-20 Eli Zaretskii <eliz@gnu.org>
4565
4566 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4567 Run the argument of tex-shell-cd-command through
4568 convert-standard-filename, to get the correct style of slashes on
4569 Windows, and enclose the result in quotes, in case the file name
4570 includes whitespace or other special characters.
4571
4572 2005-08-19 Andreas Schwab <schwab@suse.de>
4573
4574 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4575 process.
4576
4577 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4578
4579 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4580
4581 2005-08-18 Kim F. Storm <storm@cua.dk>
4582
4583 * scroll-lock.el: Fix errors due to incorrect line wrapping.
4584
4585 2005-08-18 Richard M. Stallman <rms@gnu.org>
4586
4587 * scroll-lock.el: New file.
4588
4589 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
4590
4591 * dired.el (dired-move-to-end-of-filename):
4592 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4593
4594 2005-08-18 Kim F. Storm <storm@cua.dk>
4595
4596 * ido.el (ido-everywhere): Fix defcustom :set function to disable
4597 rather than toggle mode when custom value is nil.
4598 (ido-everywhere): Fix defun doc string.
4599
4600 2005-08-17 Richard M. Stallman <rms@gnu.org>
4601
4602 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4603 as tag instead of "Inviolable".
4604
4605 2005-08-17 Kim F. Storm <storm@cua.dk>
4606
4607 * windmove.el (windmove-coordinates-of-position): Remove.
4608 (windmove-coordinates-of-window-position): Remove.
4609 (windmove-reference-loc): Use posn-at-point instead.
4610
4611 * subr.el (insert-for-yank-1): Doc fix.
4612
4613 * ido.el (ido-enter-matching-directory): Rename from
4614 ido-enter-single-matching-directory. Change 'slash choice to
4615 'only. Add 'first choice.
4616 (ido-exhibit): Adapt to above changes.
4617
4618 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
4619
4620 * Makefile.in: Expand comment about building loaddefs.el.
4621
4622 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
4623
4624 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4625 Comment use of defadvice.
4626
4627 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4628
4629 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
4630
4631 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4632 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4633 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4634 * progmodes/idlw-shell.el, progmodes/ld-script.el,
4635 * progmodes/which-func.el, ruler-mode.el, strokes.el,
4636 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4637 for backward compatibility for faces that did not appear in the
4638 previous Emacs release.
4639
4640 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4641
4642 2005-08-15 Kim F. Storm <storm@cua.dk>
4643
4644 * emulation/cua-base.el (cua-delete-region): Return t if
4645 deleted region was non-empty.
4646 (cua-replace-region): Inhibit overwrite-mode for
4647 self-insert-command if replaced region was non-empty.
4648 (cua--explicit-region-start, cua--status-string): Make them
4649 buffer-local at top-level...
4650 (cua-mode): ...rather than when mode is enabled.
4651
4652 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
4653
4654 * progmodes/vhdl-mode.el (vhdl-emacs-21):
4655 Set t for Emacs 21, 22, and so on.
4656
4657 2005-08-15 David Ponce <david@dponce.com>
4658
4659 * tree-widget.el: Update Commentary header.
4660 (tree-widget-theme): Doc fix.
4661 (tree-widget-space-width): New option.
4662 (tree-widget-image-properties): Look up in the default theme too.
4663 (tree-widget--cursors): Only for images with arrow pointer shape.
4664 (tree-widget-lookup-image): Pointer shape is hand by default.
4665 (tree-widget-icon): Rename generic icon widget from
4666 `tree-widget-control'.
4667 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4668 derive from `tree-widget-icon'.
4669 (tree-widget-handle): Improve default look and feel of the text
4670 representation.
4671 (tree-widget): Rename :*-control properties to :*-icon properties.
4672 Add :action and :help-echo properties.
4673 (tree-widget-after-toggle-functions): Move.
4674 (tree-widget-close-node, tree-widget-open-node): Remove.
4675 (tree-widget-before-create-icon-functions): New hook.
4676 (tree-widget-value-create): Update to allow customization of icons
4677 and nodes at run-time via that new hook.
4678 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4679 (tree-widget-icon-action, tree-widget-icon-help-echo)
4680 (tree-widget-action, tree-widget-help-echo): New functions.
4681
4682 2005-08-15 Kim F. Storm <storm@cua.dk>
4683
4684 * ido.el (ido-buffer-internal): Use with-no-warnings.
4685 (ido-make-merged-file-list): Use while-no-input.
4686
4687 2005-08-15 Richard M. Stallman <rms@gnu.org>
4688
4689 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4690 (flyspell-large-region): Fix doc and custom type.
4691
4692 2005-08-14 Richard M. Stallman <rms@gnu.org>
4693
4694 * files.el (interpreter-mode-alist): Doc fix.
4695
4696 * mail/rmail.el (rmail-nonignored-headers): New variable.
4697 (rmail-clear-headers): Use it.
4698 (rmail-reply): Better handling of mail-followup-to header.
4699
4700 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4701 Rename variable from sh-font-lock-keywords. In the `shell' entry,
4702 don't try to refer to executable-font-lock-keywords.
4703 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4704 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4705 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4706 (sh-mode): Set comment-start-skip, local-abbrev-table,
4707 imenu-case-fold-search.
4708 (sh-set-shell): Don't set them here.
4709 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
4710 Don't cache the results in the original alist; don't ever modify
4711 that alist.
4712
4713 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4714
4715 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4716 empty.
4717
4718 2005-08-15 Andreas Schwab <schwab@suse.de>
4719
4720 * desktop.el: Put autoload cookie at risky-local-variable declarations.
4721
4722 * dired.el, info.el, mail/rmail.el: Revert last change.
4723
4724 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
4725
4726 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4727 modification in `eval-after-load' form.
4728 * info.el: Likewise.
4729 * mail/rmail.el: Likewise.
4730
4731 2005-08-14 Juri Linkov <juri@jurta.org>
4732
4733 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4734 Remove highlighting of "Compilation started". Highlight only
4735 the word "finished" in "Compilation finished". Add highlighting
4736 of "interrupt", "killed", "terminated" and the exit code.
4737 (compilation-start): Add newline after header. Use exactly the
4738 same time stamp format as the finishing message.
4739 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4740
4741 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4742 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4743 Add highlighting of "interrupt", "killed", "terminated".
4744
4745 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4746 enabled and the current command is self-insert-command, call it
4747 explicitly with overwrite-mode bound to nil, to not allow it
4748 to delete the character after the selected region.
4749
4750 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
4751
4752 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4753 move-end-of-line, end-of-line, and beginning-of-line to the list
4754 of commands after which the echo area is updated.
4755
4756 2005-08-12 Eli Zaretskii <eliz@gnu.org>
4757
4758 * cus-edit.el (custom-save-all, custom-save-delete):
4759 Bind recentf-exclude to exclude custom-file.
4760
4761 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
4762
4763 * mail/rmailsum.el (rmail-summary-end-of-message): New command
4764 to go to the bottom of the mail message. Added to
4765 `rmail-summary-mode-map' with key "/".
4766 (rmail-summary-show-message): New (internal) function for use by
4767 both `rmail-summary-beginning/end-of-message'.
4768 (rmail-summary-beginning-of-message): Change to use
4769 rmail-summary-show-message.
4770
4771 * mail/rmail.el (rmail-end-of-message): New command to go to the
4772 end of the current message. Added to `rmail-mode-map' with key "/".
4773 (rmail-beginning-of-message): Fix to work as documented.
4774 (rmail-mode): Change documentation.
4775
4776 * progmodes/compile.el (compilation-start): Add the line
4777 "Compilation started" with compilation start time.
4778 (compilation-mode-font-lock-keywords): Add `started' to keywords.
4779
4780 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
4781
4782 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
4783 of menu items.
4784
4785 2005-08-11 Richard M. Stallman <rms@gnu.org>
4786
4787 * simple.el (pop-global-mark): Reverse test of widen-automatically.
4788
4789 * battery.el (battery-status-function): Don't use ignore-errors.
4790
4791 2005-08-11 Lute Kamstra <lute@gnu.org>
4792
4793 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
4794 define-obsolete-variable-alias.
4795
4796 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
4799 (ange-ftp-send-cmd): Revert last change, and expand
4800 the comment explaining the problem.
4801
4802 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
4803
4804 * ldefs-boot.el: Update.
4805
4806 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
4807 item to "Time, Load and Mail". Change help echo text.
4808
4809 * time.el (display-time-use-mail-icon, display-time-format)
4810 (display-time-string-forms): Shorten first line of docstrings.
4811
4812 2005-08-10 Lars Hansen <larsh@soem.dk>
4813
4814 * desktop.el (desktop-buffer-mode-handlers):
4815 Make non-customizable. Add autoload cookie. Change initial value to
4816 nil; add elements in respective modules instead. Fix doc string.
4817 (desktop-load-file): New function.
4818 (desktop-minor-mode-handlers): New autoloaded variable.
4819 (desktop-create-buffer): Call minor mode handlers.
4820 Use desktop-load-file to load major and minor mode modules prior to
4821 checking for a handler.
4822 (desktop-save): Don't add nil to desktop-minor-modes for minor
4823 modes with nil function in desktop-minor-mode-table. Don't delete
4824 desktop file before rewriting it.
4825 (desktop-locals-to-save): Add autoload cookie. Don't make
4826 automatically buffer-local. Add variables column-number-mode,
4827 size-indication-mode, indent-tabs-mode,
4828 indicate-buffer-boundaries, indicate-empty-lines and
4829 show-trailing-whitespace.
4830 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
4831 regexps. Don't use desktop-clear-preserve-buffers-regexp.
4832 (desktop-clear-preserve-buffers-regexp): Delete.
4833 (desktop-clear-preserve-buffers): Update initial value and docstring.
4834 (desktop-save-buffer): Fix doc string.
4835
4836 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
4837 (hilit-chg-desktop-restore): New function.
4838 (highlight-changes-mode): Add highlight-changes-mode to
4839 desktop-locals-to-save.
4840
4841 * dired.el: Add handler to desktop-buffer-mode-handlers.
4842 (dired-restore-desktop-buffer): Remove autoload cookie.
4843 (dired-mode): Add autoload cookie.
4844
4845 * info.el: Add handler to desktop-buffer-mode-handlers.
4846 (Info-restore-desktop-buffer): Remove autoload cookie.
4847 (Info-mode): Add autoload cookie.
4848
4849 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
4850 (mh-restore-desktop-buffer): Remove autoload cookie.
4851 (mh-folder-mode): Add autoload cookie.
4852
4853 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
4854 (rmail-restore-desktop-buffer): Remove autoload cookie.
4855
4856 2005-08-11 Masatake YAMATO <jet@gyve.org>
4857
4858 * hexl.el (hexl-address-region):
4859 (hexl-ascii-region, hexl-font-lock-keywords):
4860 (hexl-highlight-line-range): Use the term "region"
4861 instead of "area" for consistency with the other symbols
4862 defined in hexl.el.
4863
4864 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4865
4866 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
4867 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
4868 out by Juri Linkov). Add `display-battery-mode'.
4869
4870 2005-08-09 Juri Linkov <juri@jurta.org>
4871
4872 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4873 Remove `-text' from face variable names.
4874 (compilation-error-file-name, compilation-warning-file-name)
4875 (compilation-info-file-name): Delete faces.
4876 (compilation-line-number, compilation-column-number):
4877 Remove face underlining.
4878 (compilation-message-face): Set to `underline' value by default.
4879 (compilation-error-face, compilation-warning-face)
4880 (compilation-info-face): Remove `-file-name' from face names.
4881 (compilation-error-text-face, compilation-warning-text-face)
4882 (compilation-info-text-face): Delete face variables.
4883 (compilation-text-face): Delete function.
4884
4885 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
4886 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
4887 (grep-error-face): Set to `compilation-error' instead of
4888 `compilation-error-face' (which is redefined to `grep-hit-face' in
4889 grep buffers).
4890 (grep-mode-font-lock-keywords): Remove `-text' from face variable
4891 names. Use `grep-error-face' instead of `compilation-error-text-face'.
4892
4893 * dired-aux.el (dired-do-query-replace-regexp):
4894 Use `query-replace-read-args'.
4895
4896 * replace.el (query-replace-read-from, query-replace-read-to)
4897 (query-replace-read-args): Rename arg `string' to `prompt'.
4898
4899 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
4900
4901 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4902
4903 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
4904 uploading files.
4905 (ange-ftp-canonize-filename): Handle file names beginning with ~
4906 correctly.
4907
4908 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
4909
4910 * textmodes/fill.el (canonically-space-region)
4911 (fill-context-prefix, fill-french-nobreak-p)
4912 (fill-delete-newlines, fill-comment-paragraph)
4913 (justify-current-line): "?\ " -> "?\s".
4914
4915 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
4916
4917 * textmodes/fill.el (fill-nonuniform-paragraphs):
4918 Improve argument/docstring consistency.
4919
4920 2005-08-09 Richard M. Stallman <rms@gnu.org>
4921
4922 * textmodes/ispell.el (ispell-word): More fboundp checks.
4923
4924 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
4925 (find-file-noselect-1): Call it here, only if RAWFILE.
4926 (normal-mode): Always set some major mode.
4927 (save-some-buffers-action-alist): Change some explanation strings.
4928 (file-name-non-special): In the `quote' method, use unwind-protect.
4929
4930 2005-08-09 Magnus Henoch <mange@freemail.hu>
4931
4932 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
4933 (ispell-have-aspell-dictionaries): New variable.
4934 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
4935 (ispell-get-aspell-config-value): New function.
4936 (ispell-aspell-find-dictionary): New function.
4937 (ispell-aspell-add-aliases): New function.
4938 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
4939 appropriate. Don't look for ispell dictionaries if we use aspell.
4940 (ispell-menu-map): Don't build a submenu of dictionaries.
4941
4942 2005-08-09 Richard M. Stallman <rms@gnu.org>
4943
4944 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
4945 (sql-read-passwd): Use read-passwd.
4946
4947 * progmodes/idlw-toolbar.el (idlwave-toolbar)
4948 (idlwave-toolbar-is-possible): Add defvars.
4949
4950 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
4951 Avoid warnings.
4952
4953 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
4954 (idlwave-system-class-info, idlwave-executive-commands-alist):
4955 Use defvar.
4956
4957 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
4958
4959 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
4960 Avoid warnings.
4961
4962 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
4963 and content-type: headers.
4964
4965 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
4966
4967 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
4968 and rename some of them to be more self-explanatory.
4969
4970 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
4971
4972 * startup.el (command-line-1): Implement -scriptload.
4973
4974 * replace.el (occur-engine): Initial *Occur* output not undoable.
4975
4976 * menu-bar.el (menu-bar-file-menu): Rename some menu items
4977 and improve help strings.
4978
4979 * isearch.el (isearch-repeat): When changing direction,
4980 mark search successful.
4981
4982 * ediff-init.el: Use (featurep 'xemacs).
4983
4984 * comint.el (send-invisible): Identify buffer, if not selected.
4985
4986 * align.el: Delete autoload for c-guess-basic-syntax.
4987
4988 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
4989
4990 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
4991 Improve argument/docstring consistency. Doc fixes.
4992 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
4993 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
4994 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
4995 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
4996 (r2bv-organization, r2bv-pages, r2bv-primary-author)
4997 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
4998 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
4999 Defvar at compile time.
5000
5001 2005-08-09 Juri Linkov <juri@jurta.org>
5002
5003 * info.el: Replace `info' with upper-case `Info' where appropriate.
5004 (info-title-1, info-title-2, info-title-3, info-title-4)
5005 (info-menu-header): Move up face definitions.
5006 (info-menu-star): Rename from `info-menu-5'.
5007 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5008 (Info-fontify-visited-nodes): Fix docstring.
5009 (Info-hide-note-references): Fix docstring.
5010 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5011 menu items in the same way as on cross-references.
5012 (info-apropos): Fix sorting order and formatting to be like in the
5013 stand-alone Info browser. Display error messages for 1 sec.
5014 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5015 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5016 from the menu bar.
5017 (Info-insert-dir): Restore point after calling
5018 `insert-buffer-substring'.
5019
5020 2005-08-08 Richard M. Stallman <rms@gnu.org>
5021
5022 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5023 (recompute-lucid-menubar): Add defvars.
5024
5025 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5026
5027 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5028
5029 * net/net-utils.el (run-dig): Rename from `dig'.
5030
5031 * play/gametree.el (gametree-mode): Use make-local-variable,
5032 not make-variable-buffer-local.
5033
5034 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5035
5036 * ansi-color.el (ansi-color-make-extent)
5037 (ansi-color-set-extent-face): Use fboundp, not functionp.
5038
5039 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5040 not make-variable-buffer-local.
5041
5042 * bookmark.el (Info-current-file): Add defvar.
5043 (bookmark-jump-noselect): Use with-no-warnings.
5044
5045 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5046
5047 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5048
5049 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5050
5051 * find-file.el (ada-procedure-start-regexp)
5052 (ada-package-start-regexp): Add defvars.
5053
5054 * info.el (Info-insert-dir): Use insert-buffer-substring.
5055
5056 * xml.el (xml-att-def-re): Add defvar.
5057
5058 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5059 calling convention.
5060
5061 * subr.el (while-no-input): Return t if there is input.
5062
5063 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5064
5065 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5066
5067 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5070 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5071
5072 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5073
5074 * cmuscheme.el (scheme-start-file): Replace reference to
5075 `user-emacs-directory' by "~/.emacs.d/".
5076
5077 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5078
5079 * info.el (Info-dir-remove-duplicates): Avoid case folding
5080 in loop; instead, keep downcased strings for comparison.
5081 Suggested by Helmut Eller.
5082
5083 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5084
5085 Sync with Tramp 2.0.50.
5086
5087 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5088 XEmacs case; not necessary anymore.
5089 (tramp-user-regexp): Allow "@" as part of user name.
5090 (tramp-handle-set-visited-file-modtime)
5091 (tramp-handle-insert-file-contents)
5092 (tramp-handle-write-region): No special handling for
5093 `last-coding-system-used, because this is done in
5094 `tramp-accept-process-output' now.
5095 (tramp-accept-process-output): New defun.
5096 (tramp-process-one-action, tramp-process-one-multi-action)
5097 (tramp-wait-for-regexp, tramp-wait-for-output)
5098 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5099 Howells <dhowells@redhat.com>.
5100 (clear-visited-file-modtime): Defadvice removed. The check for
5101 unset buffer's modtime does not need to be based on
5102 `tramp-buffer-file-attributes'. Suggested by RMS.
5103 (tramp-message): Insert "\n" if not being at beginning of line.
5104 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5105 sequence with same logic.
5106 (tramp-completion-handle-expand-file-name): Discard call of
5107 `tramp-drop-volume-letter'. It is not necessary, and there have
5108 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5109 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5110 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5111 should always be visible.
5112 (tramp-handle-insert-directory, tramp-setup-complete)
5113 (tramp-set-process-query-on-exit-flag)
5114 (tramp-append-tramp-buffers): Pacify byte-compiler.
5115 (tramp-bug): Delete non-existing variables from list.
5116 Apply `tramp-load-report-modules' as pre-hook.
5117 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5118 `shell-prompt-pattern' because of non-7bit characters.
5119 Reported by Sebastian Luque <sluque@mun.ca>.
5120 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5121 (tramp-match-string-list): Remove function.
5122 (tramp-wait-for-regexp): Remove call of that function.
5123 Suggested by Kim F. Storm <storm@cua.dk>.
5124 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5125 instead of octal character code ?\600. The latter resulted in a
5126 syntax error with XEmacs.
5127
5128 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5129 XEmacs case; not necessary anymore.
5130 (tramp-smb-handle-write-region): No special handling for
5131 `last-coding-system-used, because this is done in
5132 `tramp-accept-process-output' now.
5133 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5134
5135 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5136
5137 * wid-edit.el (widget-choice-value-create):
5138 Unconditionally respect user choice. Set :explicit-choice back to nil
5139 when no longer needed.
5140 (widget-choice-action): Unconditionally respect user choice.
5141 Eliminate :explicit-choice-value.
5142
5143 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5144
5145 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5146 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5147 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5148 running new function `toggle-indicate-empty-lines'.
5149 Rename "Customize" item to "Customize fringe".
5150 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5151 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5152 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5153 Delete "Empty lines only" item.
5154 (menu-bar-showhide-fringe-ind-customize): New function.
5155 (menu-bar-showhide-fringe-ind-mixed)
5156 (menu-bar-showhide-fringe-ind-box)
5157 (menu-bar-showhide-fringe-ind-right)
5158 (menu-bar-showhide-fringe-ind-left)
5159 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5160 instead of `fringe-indicators'.
5161
5162 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5163
5164 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5165 Change the date of last update.
5166
5167 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5168
5169 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5170 (viper-exec-yank, viper-put-back): Don't display modification msg
5171 if in the minibuffer.
5172
5173 * viper-init.el (viper-replace-overlay-cursor-color)
5174 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5175 Make variables frame local.
5176
5177 * viper-util.el (viper-append-filter-alist): Use append instead of
5178 nconc.
5179
5180 * viper.el (viper-vi-state-mode-list)
5181 (viper-emacs-state-mode-list): Move help-mode and
5182 completion-list-mode from the first list to the second.
5183 (viper-mode): Docstring.
5184 (viper-go-away, viper-non-hook-settings): Don't localize
5185 minor-mode-alist in newer Emacsen. Add advice to
5186 set-cursor-color. Don't bind "\C-c\\".
5187
5188 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5189
5190 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5191 (scheme-macro-expand-command): New user options.
5192 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5193 (scheme-form-at-point, scheme-start-file)
5194 (scheme-interactively-start-process): New functions.
5195 (scheme-get-process): New function, extracted from `scheme-proc'.
5196 (run-scheme): Call `scheme-start-file' to get start file, and pass
5197 it to `make-comint'.
5198 (switch-to-scheme, scheme-proc):
5199 Call `scheme-interactively-start-process' if no Scheme buffer/process
5200 is available.
5201
5202 2005-08-06 Juri Linkov <juri@jurta.org>
5203
5204 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5205 Use `compilation-text-face', `compilation-info-text-face' and
5206 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5207 (compilation-error): New face.
5208 (compilation-error-file-name): Inherit from
5209 `compilation-error' instead of `font-lock-warning-face'.
5210 (compilation-warning-file-name): Inherit from
5211 `compilation-warning' instead of `font-lock-warning-face'.
5212 (compilation-info, compilation-error-file-name)
5213 (compilation-warning-file-name, compilation-info-file-name)
5214 (compilation-line-number, compilation-column-number): Doc fix.
5215 (compilation-error-text-face, compilation-warning-text-face)
5216 (compilation-info-text-face): New face variables.
5217 (compilation-line-face, compilation-column-face)
5218 (compilation-enter-directory-face)
5219 (compilation-leave-directory-face): Doc fix.
5220 (compilation-text-face): New function.
5221
5222 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5223 instead of 1 to display binary file names as info file links.
5224 (grep-error-face): Use `compilation-error-face' instead of
5225 `font-lock-keyword-face'.
5226 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5227 and `compilation-warning-text-face' instead of
5228 `font-lock-keyword-face'. Use `compilation-error-text-face'
5229 instead of `grep-error-face'.
5230
5231 2005-08-05 Kenichi Handa <handa@m17n.org>
5232
5233 * international/code-pages.el: Add autoload cookies for all coding
5234 systems.
5235
5236 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5237
5238 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5239
5240 2005-08-04 Juri Linkov <juri@jurta.org>
5241
5242 * progmodes/compile.el (compilation-mode-map):
5243 * progmodes/grep.el (grep-mode-map):
5244 Bind TAB to `compilation-next-error' and [backtab] to
5245 `compilation-previous-error'.
5246
5247 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5248 matching line numbers, column numbers and their ranges with regexp
5249 matching only line numbers.
5250 (grep-context-face): New face variable.
5251 (grep-mode-font-lock-keywords): Use it.
5252
5253 * faces.el (read-face-name): Delete duplicate faces.
5254
5255 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5256
5257 * thumbs.el (thumbs-find-image): Don't make variables
5258 automatically buffer local.
5259 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5260 (thumbs-image-num): Make automatically buffer local.
5261 (thumbs-show-thumbs-list): Use `make-local-variable', not
5262 `make-variable-buffer-local'.
5263 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5264
5265 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5266 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5267 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5268 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5269 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5270 (feelings-about, foullst, found, hello, history, howareyoulst)
5271 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5272 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5273 (neglst, obj, object, owner, please, problems, qlist)
5274 (random-adjective, relation, remlst, repetitive-shortness)
5275 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5276 (shortlst, something, sportslst, stallmanlst, states, subj)
5277 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5278 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5279 Defvar at compile time.
5280
5281 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5282 not `make-variable-buffer-local'.
5283
5284 2005-08-02 Kim F. Storm <storm@cua.dk>
5285
5286 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5287 rectangle overlay in selected window.
5288
5289 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5290
5291 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5292 instead of display group. Make `indicate-buffer-boundaries'
5293 customizable through Custom.
5294
5295 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5296
5297 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5298 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5299 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5300 (gdb-put-string): Fix typos in docstrings.
5301
5302 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5303
5304 Update copyright notices of files in progmodes directory for
5305 release of Emacs 22.1.
5306
5307 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5308
5309 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5310 Don't barf if the GUD buffer has been killed.
5311
5312 2005-08-01 Kim F. Storm <storm@cua.dk>
5313
5314 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5315
5316 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * simple.el (next-error-follow-minor-mode):
5319 make-variable-buffer-local -> make-local-variable.
5320
5321 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5322
5323 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5324 (byte-compile-form-make-variable-buffer-local): New functions to warn
5325 about misuses of make-variable-buffer-local where make-local-variable
5326 was meant.
5327
5328 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5329
5330 * bs.el (bs-attributes-list): Doc fix.
5331 (bs): Update url-link.
5332
5333 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5334 (desktop-load-default): Simplify.
5335
5336 * ibuffer.el (ibuffer-columnize-and-insert-list)
5337 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5338 (ibuffer-unmark-all, ibuffer-toggle-marks)
5339 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5340 (ibuffer-compile-make-format-form, ibuffer-format-column)
5341 (ibuffer-current-buffers-with-marks)
5342 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5343 (ibuffer): Doc fix.
5344 (ibuffer-mode): Fix typo in docstring.
5345 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5346 with `define-obsolete-variable-alias'.
5347 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5348
5349 2005-07-29 Kenichi Handa <handa@m17n.org>
5350
5351 * international/mule-cmds.el (select-message-coding-system):
5352 Be sure to use LF for end-of-line. If no coding system is decided,
5353 return iso-8859-1-unix.
5354
5355 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5356
5357 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5358 (ange-ftp-pending-error-line): New vars.
5359 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5360 to handle the non-fatal no-route-to-host messages.
5361 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5362
5363 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5364
5365 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5366 (isearch-quote-char, isearch-printing-char)
5367 (isearch-text-char-description): "?\ " -> "?\s".
5368 (isearch-lazy-highlight-cleanup)
5369 (isearch-lazy-highlight-initial-delay)
5370 (isearch-lazy-highlight-interval)
5371 (isearch-lazy-highlight-max-at-a-time)
5372 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5373 Declare with define-obsolete-*-alias macros.
5374 (isearch-forward): Fix typo in docstring.
5375 (search-invisible, search-ring-yank-pointer)
5376 (regexp-search-ring-yank-pointer): Doc fixes.
5377
5378 * recentf.el (recentf-menu-append-commands-p): Declare with
5379 `define-obsolete-variable-alias'.
5380 (recentf-max-saved-items, recentf-menu-filter)
5381 (recentf-arrange-by-rule-subfilter): Doc fixes.
5382 (recentf-menu-append-commands-flag)
5383 (recentf-initialize-file-name-history, recentf-expand-file-name)
5384 (recentf-clear-data): Fix typos in docstrings.
5385
5386 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5387
5388 * progmodes/gdb-ui.el: Smarten comments.
5389 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5390
5391 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5392
5393 * term/apollo.el (terminal-init-apollo): New function containing
5394 all former top level forms in the file.
5395 * term/bobcat.el (terminal-init-bobcat):
5396 * term/cygwin.el (terminal-init-cygwin):
5397 * term/iris-ansi.el (terminal-init-iris-ansi):
5398 * term/linux.el (terminal-init-linux):
5399 * term/news.el (terminal-init-news):
5400 * term/rxvt.el (terminal-init-rxvt):
5401 * term/sun.el (terminal-init-sun):
5402 * term/tvi970.el (terminal-init-tvi970):
5403 * term/vt100.el (terminal-init-vt100):
5404 * term/vt102.el (terminal-init-vt102):
5405 * term/vt125.el (terminal-init-vt125):
5406 * term/vt200.el (terminal-init-vt200):
5407 * term/vt201.el (terminal-init-vt201):
5408 * term/vt220.el (terminal-init-vt220):
5409 * term/vt240.el (terminal-init-vt240):
5410 * term/vt300.el (terminal-init-vt300):
5411 * term/vt320.el (terminal-init-vt320):
5412 * term/vt400.el (terminal-init-vt400):
5413 * term/vt420.el (terminal-init-vt420):
5414 * term/wyse50.el (terminal-init-wyse50):
5415 * term/xterm.el (terminal-init-xterm): Likewise.
5416
5417 * term/README: Describe the terminal-init-* functionality.
5418
5419 * startup.el (command-line): After loading the terminal initialization
5420 file call the corresponding terminal initialization function.
5421
5422 2005-07-27 Kenichi Handa <handa@m17n.org>
5423
5424 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5425 negative.
5426
5427 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5428 (ps-mule-composition-prologue): Fix for the case that
5429 RelativeCompose is false.
5430
5431 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5434
5435 * descr-text.el (describe-char): Handle the case where the list of
5436 chars is displayed in a separate frame.
5437 Be a bit more discriminating when looking for the char.
5438
5439 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * bookmark.el (bookmark-automatically-show-annotations)
5442 (bookmark-read-annotation-text-func): Doc fixes.
5443 (bookmark-save): Improve argument/docstring consistency.
5444 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5445 (bookmark-alist-from-buffer)
5446 (bookmark-upgrade-file-format-from-0)
5447 (bookmark-grok-file-format-version)
5448 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5449 (bookmark-read-annotation-mode)
5450 (bookmark-insert-current-bookmark, bookmark-jump)
5451 (bookmark-exit-hook): Fix typos in docstrings.
5452 (bookmark-exit-hooks): Define as obsolete alias.
5453 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5454 not `bookmark-exit-hooks'. Fix docstring.
5455 (bookmark-bmenu-select): "?\ " -> "?\s".
5456
5457 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5458
5459 * startup.el (command-line): Fix typo.
5460
5461 2005-07-24 Richard M. Stallman <rms@gnu.org>
5462
5463 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5464 not emacs-quick-startup.
5465
5466 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5467
5468 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5469 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5470 instead of `reb-with-current-window'.
5471 (reb-prev-match): Likewise. Also, don't move left if the search
5472 was unsuccessful.
5473 (reb-initialize-buffer): New function.
5474 (re-builder, reb-change-syntax): Use it.
5475
5476 * man.el (Man-goto-page): Make second argument NOERROR optional.
5477
5478 2005-07-23 Richard M. Stallman <rms@gnu.org>
5479
5480 * man.el (Man-bgproc-sentinel): Check here for failure to find
5481 any man page in the output, and report the error here.
5482 (Man-arguments): Make it permanent local.
5483 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5484 (Man-mode): Pass t for NOERROR.
5485
5486 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5487 (grep-mode-font-lock-keywords):
5488 Don't use compilation-...-face for messages that are not file names.
5489
5490 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5491 Don't use compilation-...-face for messages that are not file names.
5492
5493 2005-07-22 Juri Linkov <juri@jurta.org>
5494
5495 * startup.el (normal-splash-screen): Update menu name.
5496
5497 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5498
5499 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5500
5501 * term/xterm.el: Load term/rxvt if the terminal is actually an
5502 rxvt terminal.
5503 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5504
5505 * term/rxvt.el (function-key-map): Use substitute-key-definition
5506 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5507
5508 * term/cygwin.el: New file.
5509
5510 2005-07-22 Kim F. Storm <storm@cua.dk>
5511
5512 * image-file.el (insert-image-file, image-file-yank-handler):
5513 Fix last change to maintain a (unique) yank-handler on yanked images.
5514
5515 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5516
5517 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5518 of the file size (as in "177B" for 177 bytes). This happens with
5519 "ls -lh" on FreeBSD.
5520
5521 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
5522
5523 * hilit-chg.el (highlight-changes-global-initial-state)
5524 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5525 (hilit-chg-fixup, highlight-changes-mode):
5526 Fix typos in docstrings.
5527 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5528 Doc fixes.
5529
5530 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5531
5532 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5533 mode function using `eval-after-load'.
5534
5535 2005-07-21 Kim F. Storm <storm@cua.dk>
5536
5537 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5538 included when reporting an emacs crash, and tell about the DEBUG file.
5539
5540 * image-file.el (insert-image-file): Add yank-handler.
5541 (image-file-yank-handler): Yank handler to make unique copies of
5542 images when they are yanked into a buffer next to each other.
5543
5544 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * comint.el (comint-use-prompt-regexp, comint-send-input)
5547 (comint-source-default, comint-extract-string)
5548 (comint-get-source, comint-word, comint-completion)
5549 (comint-source, comint-prompt-read-only, comint-update-fence):
5550 Fix typos in docstrings.
5551 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5552 Declare with define-obsolete-*-alias macros.
5553 (comint-previous-matching-input-from-input)
5554 (comint-next-matching-input-from-input)
5555 (comint-previous-matching-input, comint-next-matching-input)
5556 (comint-forward-matching-input):
5557 Improve argument/docstring consistency.
5558
5559 * desktop.el (desktop-clear-preserve-buffers-regexp):
5560 Also preserve the *server* buffer.
5561
5562 * simple.el (clone-indirect-buffer): Doc fix.
5563 (fixup-whitespace, just-one-space)
5564 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5565 (next-error, next-error-highlight)
5566 (next-error-highlight-no-select, next-error-last-buffer)
5567 (next-error-buffer-p, next-error-find-buffer, next-error)
5568 (previous-error, next-error-no-select, previous-error-no-select)
5569 (open-line, split-line, minibuffer-prompt-width, kill-new)
5570 (binary-overwrite-mode): Fix typos in docstrings.
5571 (set-fill-column): Fix typo in message.
5572
5573 * skeleton.el (skeleton-proxy-new): Doc fix.
5574
5575 * strokes.el (strokes-load-hook): Doc fix.
5576 (strokes-grid-resolution, strokes-get-grid-position)
5577 (strokes-renormalize-to-grid, strokes-read-stroke)
5578 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5579 (strokes-global-map): Fix typos in docstrings.
5580 (strokes-help): Doc fix. Fix help message and pass it through
5581 `substitute-command-keys'.
5582
5583 * tempo.el (tempo-insert-prompt, tempo-interactive)
5584 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5585 (tempo-insert-string-functions, tempo-local-tags)
5586 (tempo-define-template, tempo-insert-template)
5587 (tempo-insert-prompt-compat, tempo-is-user-element)
5588 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5589 Fix typos in docstrings.
5590
5591 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5592 (vcursor-key-bindings, vcursor-use-vcursor-map)
5593 (vcursor-find-window, vcursor-scroll-down)
5594 (vcursor-disable, vcursor-beginning-of-buffer)
5595 (vcursor-end-of-buffer): Fix typos in docstrings.
5596 (vcursor-relative-move, vcursor-get-char-count):
5597 Improve argument/docstring consistency.
5598
5599 * version.el: "?\ " -> "?\s".
5600
5601 * wid-edit.el (widget-default-create, widget-after-change)
5602 (widget-default-format-handler, widget-checklist-add-item)
5603 (widget-radio-add-item, widget-choose, widget-specify-secret)
5604 (widget-field-value-create, widget-field-value-get)
5605 (widget-editable-list-format-handler)
5606 (widget-editable-list-entry-create, widget-group-value-create)
5607 (widget-documentation-link-add)
5608 (widget-documentation-string-value-create): "?\ " -> "?\s".
5609 (widget-convert-text): Doc fix.
5610 (widget-narrow-to-field, widget-field-find)
5611 (widget-url-link-action, widget-emacs-library-link-action)
5612 (widget-color-notify): Fix typos in docstrings.
5613
5614 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5615 (x-select-text, set-w32-system-coding-system)
5616 (w32-add-charset-info): Fix typos in docstrings.
5617
5618 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5619 (cua-enable-cua-keys, cua-use-hyper-key)
5620 (cua-virtual-rectangle-edges): Fix typos in docstrings.
5621 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5622
5623 * net/tramp.el (tramp-handle-load): Fix typo in error message.
5624
5625 * emacs-lisp/re-builder.el (regexp-builder): Declare with
5626 `defalias' instead of faking it.
5627
5628 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5629 (eshell-ls-missing, eshell-ls-dired-initial-args)
5630 (eshell-ls-use-in-dired): Fix typos in docstrings.
5631
5632 2005-07-20 Kim F. Storm <storm@cua.dk>
5633
5634 * emulation/cua-base.el (cua-mode): Improve doc string.
5635
5636 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5637
5638 * abbrev.el (expand-region-abbrevs): Doc fix.
5639 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5640 Improve argument/docstring consistency.
5641
5642 * arc-mode.el (archive-get-descr, archive-alternate-display):
5643 Doc fixes.
5644 (archive-l-e): Improve argument/docstring consistency.
5645 (archive-tmpdir, archive-unixdate, archive-unixtime)
5646 (archive-chmod-entry): Fix typos in docstrings.
5647 (archive-unflag, archive-unflag-backwards)
5648 (archive-unmark-all-files): "?\ " -> "?\s".
5649
5650 * buff-menu.el (Buffer-menu-unmark): Doc fix.
5651 (Buffer-menu-not-modified, Buffer-menu-execute)
5652 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5653 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5654
5655 * composite.el (compose-string, encode-composition-rule)
5656 (compose-last-chars): Fix typos in docstrings.
5657
5658 * desktop.el (desktop-enable, desktop-basefilename):
5659 Declare with `define-obsolete-variable-alias'.
5660 (desktop-internal-v2s): Don't quote keywords.
5661 (desktop-clear): "?\ " -> "?\s".
5662
5663 * dired.el (dired-align-file, dired-flag-backup-files)
5664 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5665 (dired-listing-switches, dired-ls-F-marks-symlinks)
5666 (dired-dwim-target, dired-load-hook, dired-mode-hook)
5667 (dired-directory, dired-faces, dired, dired-revert)
5668 (dired-mode, dired-summary, dired-view-file)
5669 (dired-copy-filename-as-kill, dired-delete-file)
5670 (dired-no-confirm, dired-unmark-all-marks)
5671 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5672 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5673 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5674 Fix typos in message strings.
5675
5676 * dired-x.el (virtual-dired): Declare with `defalias'.
5677 (dired-mark-unmarked-files, dired-local-variables-file)
5678 (dired-omit-here-always): Doc fix.
5679 (dired-omit-mode, dired-find-subdir)
5680 (dired-enable-local-variables, dired-clean-up-buffers-too)
5681 (dired-extra-startup, dired-mark-extension, dired-jump)
5682 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5683 (dired-smart-shell-command, dired-guess-shell-alist-user)
5684 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5685 (dired-x-bind-find-file, dired-x-submit-report):
5686 Fix typos in docstrings.
5687 (dired-mark-unmarked-files): "?\ " -> "?\s".
5688
5689 * dirtrack.el (dirtrack-list): Fix typos in docstring.
5690
5691 * faces.el (describe-face): "?\ " -> "?\s".
5692 (read-all-face-attributes, read-face-font, modify-face)
5693 (face-attr-construct, italic): Fix typos in docstrings.
5694 (frame-update-face-colors): Declare with
5695 `define-obsolete-function-alias'.
5696
5697 * files.el (find-file-noselect, recode-file-name): Doc fixes.
5698 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5699 (magic-mode-alist, buffer-file-numbers-unique)
5700 (write-file-functions, get-free-disk-space):
5701 Fix typos in docstrings.
5702 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5703 (write-contents-hooks, write-file-hooks):
5704 Declare with `define-obsolete-variable-alias'.
5705
5706 * forms-d2.el (arch-rj): Fix typo in docstrings.
5707 (arch-tocol): Likewise. "?\ " -> "?\s".
5708
5709 * frame.el (set-frame-font, cursor-in-non-selected-windows):
5710 Fix typo in docstring.
5711 (set-screen-width, set-screen-height): Delete redundant info in
5712 doctrings.
5713 (new-frame, screen-height, screen-width): Declare with
5714 `define-obsolete-function-alias'.
5715 (delete-frame-hook, blink-cursor): Declare with
5716 `define-obsolete-variable-alias'.
5717
5718 * paths.el (prune-directory-list): Fix typos in docstring.
5719
5720 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5721 (cvs-prefix-get): Fix typos in docstrings.
5722
5723 * ps-print.el (ps-extend-face-list, ps-extend-face)
5724 (ps-print-background-image): Fix typos in docstrings.
5725 (ps-default-fg, ps-default-bg): Doc fixes.
5726
5727 * s-region.el (s-region-bind): Doc fix.
5728 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5729
5730 * textmodes/org.el (org-table-formula-substitute-names)
5731 (org-table-get-vertical-vector): Doc fixes.
5732 (org-table-recalculate): Remove unused argument to `message'.
5733
5734 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
5735
5736 * textmodes/org.el (org-table-column-names)
5737 (org-table-column-name-regexp)
5738 (org-table-named-field-locations): New variables.
5739 (org-archive-subtree): Protect `this-command' when calling
5740 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5741 the kill buffer.
5742 (org-complete): Remove fixed-formula completion.
5743 (org-edit-formulas-map): New variable.
5744 (org-table-edit-formulas): New command.
5745 (org-finish-edit-formulas, org-abort-edit-formulas)
5746 (org-show-variable, org-table-get-vertical-vector): New functions.
5747 (org-table-maybe-eval-formula): Handle `:=' fields.
5748 (org-table-get-stored-formulas, org-table-store-formulas)
5749 (org-table-get-formula, org-table-modify-formulas)
5750 (org-table-replace-in-formulas): Handle named field formulas.
5751 (org-table-get-specials): Store locations of named fields.
5752
5753 2005-07-19 Juri Linkov <juri@jurta.org>
5754
5755 * progmodes/grep.el (grep-regexp-alist)
5756 (grep-mode-font-lock-keywords, grep-process-setup):
5757 Use default GNU grep match color "01;31m" instead of "01;41m".
5758 (grep-regexp-alist, grep-mode-font-lock-keywords):
5759 Use `\\[[0-9]*m' instead of `\\[00m'.
5760 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5761 sgr_start where its handling is more important. Use the real
5762 length of sgr_start instead of constant 8.
5763 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5764 specially. Delete all remaining escape sequences.
5765 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5766 (grep-regexp-alist): Make hyperlink only for binary file name
5767 instead of the whole line.
5768 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5769 (grep-mode): Add autoload.
5770
5771 * emacs-lisp/find-func.el (find-function-regexp):
5772 Add `define-compilation-mode'.
5773
5774 2005-07-19 Juri Linkov <juri@jurta.org>
5775
5776 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
5777 (compare-windows-sync-string-size, compare-windows-recenter)
5778 (compare-windows-highlight, compare-windows): Add version 22.1.
5779 (compare-windows) <defface>: Inherit from lazy-highlight instead
5780 of duplicating its default value.
5781
5782 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
5783 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
5784
5785 * descr-text.el (describe-char): Create link buttons for `charset'
5786 and `code point'. Add the current input method name with a link
5787 button to `to input' field. Print face names of display table
5788 characters in `The display table entry is displayed by' section
5789 instead of printing face-id in the `display' field.
5790 Guess hardcoded faces and create a link button for them.
5791 Skip empty fields when calculating max-width.
5792 Treat `widget-create' specially while inserting strings from the
5793 collected field list.
5794 (describe-char-after): Made obsolete in version 22.1, not 21.5.
5795
5796 * diff-mode.el (diff-file-header): Change foreground color from
5797 yellow to green on light backgrounds.
5798 (diff-context): Inherit from `shadow' only for color/grayscale
5799 with more than 88 colors.
5800 (diff-indicator-removed, diff-indicator-added)
5801 (diff-indicator-changed): New faces.
5802 (diff-font-lock-keywords): Use new faces. Regroup rules.
5803 Add "^---$" for `normal' diff format. Fontify `#' lines with
5804 font-lock-comment-delimiter-face and font-lock-comment-face.
5805 Add `#' to ^[^...] in the rule for `diff-context-face'.
5806
5807 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
5808 a button-like box. Inherit from `highlight' on low colors.
5809 (shadow): Use shades of gray only for color/grayscale with
5810 more than 88 colors. Use green for light backgrounds with
5811 8 colors, and yellow for dark backgrounds with 8 colors.
5812
5813 * font-lock.el (font-lock-regexp-grouping-backslash):
5814 Don't inherit from escape-glyph (use bold for all cases).
5815
5816 * info.el (info-xref-visited): Use light foreground color `violet'
5817 for dark backgrounds instead of dark color `magenta3'.
5818 (info-title-1): Use `yellow' color for dark backgrounds.
5819
5820 * isearch.el (isearch): Use not-too-dark magenta3 instead of
5821 too-light magenta2.
5822
5823 * replace.el (match): Use slightly more light RoyalBlue3 instead
5824 of dark RoyalBlue4.
5825
5826 * wid-edit.el (widget-inactive): Inherit from `shadow'.
5827
5828 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
5829
5830 * novice.el (disabled-command-hook): Declare it with
5831 `define-obsolete-variable-alias'.
5832
5833 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
5834 (desktop-buffer-misc-functions, desktop-buffer-handlers)
5835 (desktop-load-default): Add release to obsolescence info.
5836 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
5837 (desktop-append-buffer-args, desktop-read):
5838 Fix typos in docstrings.
5839 (desktop-kill): Fix typo in message.
5840 (desktop-save): Doc fix.
5841
5842 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
5843
5844 * viper-cmd.el (viper-escape-to-state): Bug fix.
5845 (viper-envelop-ESC-key): Change the definition of fast
5846 keysequence so it'll work with keyboard macros.
5847
5848 * ediff.el (ediff-patch-buffer): Change the docstring.
5849
5850 2005-07-19 Kenichi Handa <handa@m17n.org>
5851
5852 * international/mule-cmds.el (select-safe-coding-system): Try to
5853 use an auto-coding (if any) before anything else. If the found
5854 auto-coding is invalid, show a warning message.
5855
5856 * international/mule.el (find-auto-coding): New function created
5857 by modifying the body of set-auto-coding.
5858 (set-auto-coding): Use find-auto-coding to find a coding.
5859
5860 2005-07-18 Richard M. Stallman <rms@gnu.org>
5861
5862 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
5863 not isearch-mode-end-hook-error.
5864 (allout-before-change-protect): Fix error message.
5865
5866 2005-07-18 Juri Linkov <juri@jurta.org>
5867
5868 * allout.el (allout-mode):
5869 * calculator.el (calculator-copy):
5870 * custom.el (custom-known-themes):
5871 * dired.el (dired-desktop-buffer-misc-data)
5872 (dired-restore-desktop-buffer):
5873 * dired-x.el (dired-omit-marker-char):
5874 * files.el (basic-save-buffer):
5875 * font-core.el (font-lock-mode):
5876 * calendar/calendar.el (calendar-goto-hebrew-date)
5877 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
5878 (calendar-goto-persian-date):
5879 * language/ethio-util.el (ethio-sera-to-fidel-region):
5880 * textmodes/picture.el (picture-mode):
5881 Delete duplicate duplicate words.
5882
5883 2005-07-18 Juri Linkov <juri@jurta.org>
5884
5885 * isearch.el (isearch-mode-map): Remove key bindings for regexp
5886 chars * ? } |.
5887 (isearch-fallback): Don't call `isearch-process-search-char'.
5888 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
5889 (isearch-process-search-char): Call `isearch-fallback' for regexp
5890 chars * ? } |.
5891 (isearch-return-char): Make obsolete with `make-obsolete' instead
5892 of simply documenting it as obsolete in the docstring.
5893 (isearch-fallback): Refill docstring.
5894
5895 * international/isearch-x.el
5896 (isearch-process-search-multibyte-characters): Remove unneeded
5897 `concat'. Add intermediate values to `junk-hist' instead of
5898 `minibuffer-history'. Test the length of `str'.
5899
5900 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
5901
5902 * allout.el (allout-resolve-xref): Fix typos in error strings.
5903 (allout-before-change-protect): Remove unneeded `concat'.
5904
5905 * array.el (array-mode, array-reconfigure-rows)
5906 (untabify-backward): Fix typos in docstrings.
5907 (array-reconfigure-rows): Use `insert-buffer-substring', not
5908 `insert-buffer'.
5909
5910 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
5911 * progmodes/ada-mode.el (ada-make-body):
5912 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
5913
5914 * dired.el (dired-log):
5915 * tar-mode.el (tar-subfile-save-buffer):
5916 * play/zone.el (zone-pgm-stress-destress):
5917 Use `insert-buffer-substring', not `insert-buffer'.
5918
5919 2005-07-17 Simon Josefsson <jas@extundo.com>
5920
5921 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
5922
5923 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
5924
5925 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
5926 Add plain auth method.
5927 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
5928
5929 2005-07-17 Kim F. Storm <storm@cua.dk>
5930
5931 * ido.el (dired-other-window): Add ido property.
5932
5933 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
5934
5935 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5936 Fix typo in docstring.
5937 (byte-compile-interactive-only-functions): Add `insert-buffer' and
5938 `insert-file-literally'.
5939
5940 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
5941 info and delete redundant message. Doc fix.
5942 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
5943 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
5944
5945 2005-07-16 Richard M. Stallman <rms@gnu.org>
5946
5947 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
5948 (byte-compile-and): Use byte-compile-and-recursion.
5949 (byte-compile-or-recursion): New function.
5950 (byte-compile-or): Use that.
5951 (byte-compile-if): Guard the else-clause too.
5952 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
5953
5954 * isearch.el (isearch-mode-end-hook-quit): New variable.
5955 (isearch-done): Bind it.
5956 (isearch-mode-end-hook): Doc fix.
5957
5958 * allout.el (allout-isearch-did-quit): Variable deleted.
5959 (allout-real-isearch-abort): Function name no longer used.
5960 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
5961 (allout-isearch-rectification): isearch-mode always exists.
5962 Don't set allout-isearch-did-quit.
5963 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
5964 allout-isearch-did-quit.
5965 (allout-enwrap-isearch): Just add the hook.
5966 (allout-isearch-abort): Function deleted.
5967 (allout-pre-command-business): Avoid warning.
5968
5969 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
5970 Correctly avoid warnings.
5971 (pascal-outline): Likewise.
5972
5973 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
5974
5975 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
5976
5977 * play/tetris.el (tetris-mode): Avoid warning.
5978
5979 * play/snake.el (snake-mode): Avoid warning.
5980
5981 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
5982 (gamegrid-set-display-table): Avoid warning.
5983 (gamegrid-set-timer): Likewise.
5984 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
5985 (gamegrid-add-score-with-update-game-score-1): Take FILE
5986 as argument.
5987 (gamegrid-add-score-with-update-game-score): Pass that argument.
5988 Rename have-shared-game-dir to gamegrid-shared-game-dir.
5989
5990 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
5991
5992 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
5993 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
5994
5995 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
5996 and insert-file.
5997
5998 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
5999 (sc-ask): Avoid warnings.
6000
6001 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6002 (eshell-hist-initialize): Use that var the natural way.
6003
6004 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6005
6006 * emacs-lisp/re-builder.el (reb-cook-regexp):
6007 Avoid warning calling lre-compile-string.
6008 (reb-color-display-p): Avoid warning.
6009
6010 * calculator.el (calculator-last-input): Guard uses
6011 of event-key and key-press-event-p.
6012 (event-key, key-press-event-p): Delete definitions.
6013
6014 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6015 (find-gc-source-directory, find-gc-subrs-callers)
6016 (find-gc-noreturn-list, find-gc-source-files)
6017 (find-gc-subrs-called): Vars renamed and defvar'd.
6018
6019 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6020 (checkdoc-overlay-put, checkdoc-delete-overlay)
6021 (checkdoc-overlay-start, checkdoc-overlay-end)
6022 (checkdoc-mode-line-update, checkdoc-char=):
6023 Define such that compiler knows they are defined.
6024 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6025 (checkdoc-read-event): Delete. Use read-event directly.
6026
6027 * whitespace.el (whitespace-make-overlay)
6028 (whitespace-overlay-put, whitespace-delete-overlay)
6029 (whitespace-overlay-start, whitespace-overlay-end):
6030 Define such that compiler knows they are defined.
6031 (whitespace): Move conditional inside.
6032
6033 * tempo.el (tempo-insert-template): Suppress warning.
6034
6035 * ediff-diff.el (longlines-mode): Add defvar.
6036
6037 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6038
6039 * server.el: Bind "C-x #" in a way that works even if C-x is
6040 redefined to a command key, not a prefix key.
6041
6042 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6043
6044 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6045 cl-make-type-test till execution time.
6046
6047 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6048
6049 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6050 arg ARG and use it.
6051
6052 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6053
6054 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6055
6056 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6057
6058 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6059 a defcustom with two :set or :type keywords.
6060
6061 2005-07-15 Richard M. Stallman <rms@gnu.org>
6062
6063 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6064 Don't give ^M comment-end syntax.
6065
6066 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6067
6068 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6069 Don't consider gdbmi (gdb-mi.el has its own update functions).
6070 (gdb-var-delete): Make it work for gdbmi as well.
6071 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6072
6073 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6074 (gud-speedbar-menu-items): Correct logic for enabling items.
6075
6076 2005-07-15 Kim F. Storm <storm@cua.dk>
6077
6078 * ido.el: Fix commentary.
6079 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6080 Use with-no-warnings around ffap-guesser.
6081 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6082 Let bind minibuffer-completing-file-name to t.
6083
6084 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6085
6086 * startup.el (site-run-file, keyboard-type): Doc fixes.
6087 (command-line): Check for "--basic-display" argument; also for
6088 "--quick", not "--bare-bones" (which was renamed).
6089 (fancy-splash-text): Add missing item "Getting New Versions".
6090 (normal-splash-screen): Fix typos and improve consistency with
6091 `fancy-splash-text'. Update copyright year.
6092
6093 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6094 valid binding for `help-char'.
6095
6096 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6097
6098 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6099
6100 * term.el (term-mode): Disable cua-mode for term buffers.
6101
6102 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6103
6104 * add-log.el (add-log-mailing-address, change-log-merge):
6105 Doc fixes.
6106 (change-log-get-method-definition): Fix typo in docstring.
6107
6108 2005-07-14 Kim F. Storm <storm@cua.dk>
6109
6110 * emulation/cua-base.el:
6111 (cua--pre-command-handler-1, cua--pre-command-handler)
6112 (cua--post-command-handler-1, cua--post-command-handler):
6113 Split in two. Check (buffer local) value of cua-mode.
6114 (cua-selection-mode): New command.
6115
6116 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6117
6118 * custom.el (custom-initialize-safe-set)
6119 (custom-initialize-safe-default): Doc fixes.
6120
6121 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6122 and simplify :init-value again.
6123
6124 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6125 and simplify :init-value again. Delete autoload.
6126
6127 * startup.el (command-line): Use `custom-reevaluate-setting' again
6128 for tooltip-mode.
6129
6130 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6131 a defcustom with two :initialize keywords.
6132
6133 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6136 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6137 (allout-post-command-business, allout-flag-region)
6138 (isearch-reenable-font-lock, allout-yank)
6139 (allout-insert-latex-header, allout-insert-latex-trailer)
6140 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6141 (allout-latex-verb-quote): Fix typos in docstrings.
6142 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6143 (allout-unprotected, allout-prefix-data):
6144 Improve argument/docstring consistency.
6145 (allout-chart-subtree): Fix argument spec.
6146 (allout-open-topic): Rename `use_sib_bullet' argument to
6147 `use-sib-bullet'. Doc fix.
6148
6149 * whitespace.el (whitespace-check-buffer-leading)
6150 (whitespace-check-buffer-trailing)
6151 (whitespace-check-buffer-indent)
6152 (whitespace-check-buffer-spacetab)
6153 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6154 (whitespace-check-leading-whitespace)
6155 (whitespace-check-trailing-whitespace)
6156 (whitespace-check-spacetab-whitespace)
6157 (whitespace-check-indent-whitespace)
6158 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6159 (whitespace-modes): Fix typos in docstrings.
6160 (defgroup, defcustom): Doc fixes.
6161
6162 * winner.el (winner-mode, winner-boring-buffers)
6163 (winner-pending-undo-ring): Doc fixes.
6164 (winner-ring): Remove unneeded `progn'.
6165 (winner-equal): `defsubst' it.
6166 (winner-redo): Fix message.
6167
6168 2005-07-13 Kim F. Storm <storm@cua.dk>
6169
6170 * simple.el (line-move-1): Always use vertical-motion to
6171 do the last (or only) line move to ensure some movement.
6172 Undo 2005-06-23 change--don't check for overlays.
6173
6174 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6175
6176 * term/mac-win.el (ccl-encode-mac-roman-font)
6177 (ccl-encode-mac-centraleurroman-font)
6178 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6179 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6180 Change charset-id boundary of dimension to ?\xef.
6181 (mac-char-fontspec-list): New constant.
6182 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6183 argument. Nil uses itself as family in font-spec. Previous
6184 behavior for nil is now provided by non-nil non-string argument.
6185 All callers changed. Add font-specs for Mac fonts to
6186 "fontset-default" unless iso8859-1 fonts are installed.
6187
6188 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6191 a continuation line if the \ is preceded by SPC or TAB.
6192 (sh-get-indent-info): Simplify.
6193 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6194 Use with-current-buffer.
6195
6196 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6197 when the matched text is empty.
6198
6199 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6200
6201 * startup.el (command-line): Revert to previous handling of
6202 tooltip-mode. Explain in comment why the complexity is needed.
6203
6204 * tooltip.el (tooltip-mode): Revert to previous implementation of
6205 its defcustom.
6206
6207 * frame.el (blink-cursor-mode): Revert to previous implementation
6208 of its defcustom. Update comment.
6209
6210 2005-07-12 Lars Hansen <larsh@soem.dk>
6211
6212 * desktop.el: Update e-mail address.
6213
6214 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6215
6216 * term/mac-win.el (mac-services-mail-selection)
6217 (mac-services-mail-to): New functions.
6218 (mac-application-menu-map): Bind them.
6219
6220 2005-07-12 wulei <milton@wulei.net> (tiny change)
6221
6222 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6223
6224 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6225
6226 * custom.el (custom-reevaluate-setting): Doc fix.
6227
6228 2005-07-11 Jay Belanger <belanger@truman.edu>
6229
6230 * calc/calc.el (calc-embedded-announce-formula-alist)
6231 (calc-embedded-open-close-plain-alist)
6232 (calc-embedded-open-close-mode-alist): Add checks for additional
6233 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6234
6235 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6236
6237 * custom.el (custom-enable-theme): Don't add theme to
6238 `custom-enabled-themes' with `push' because there is no
6239 setf-method for `delq'.
6240
6241 2005-07-11 Richard M. Stallman <rms@gnu.org>
6242
6243 * custom.el (custom-declare-variable): Doc fix.
6244
6245 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6246 from the alists.
6247
6248 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6249 Do nothing if edebug-active.
6250
6251 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6252 (edebug-display): Do it here instead.
6253
6254 2005-07-10 Richard M. Stallman <rms@gnu.org>
6255
6256 * cus-face.el (custom-theme-set-faces): Make it work.
6257 (custom-reset-faces): Doc fix.
6258 (custom-theme-reset-internal-face, custom-theme-face-value):
6259 Functions deleted.
6260
6261 * custom.el (custom-push-theme): Maintain list of the settings
6262 of a given theme in its theme-settings property.
6263 Maintain position of old settings in the theme-value
6264 or theme-face property.
6265 (custom-enabled-themes): New variable.
6266 (custom-theme-enabled-p): New function.
6267 (provide-theme): Update custom-enabled-themes.
6268 Disable and reenable the `user' theme.
6269 (require-theme): Doc fix.
6270 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6271 (custom-theme-value, custom-theme-variable-value): Likewise.
6272 (custom-theme-reset-internal): Likewise.
6273 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6274 (custom-enable-theme, custom-disable-theme): New functions.
6275 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6276 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6277 (custom-theme-reset-variables): Simplify.
6278 (deftheme, custom-declare-theme, custom-make-theme-feature):
6279 Definitions moved.
6280
6281 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * longlines.el (longlines-show-region)
6284 (longlines-unshow-hard-newlines): Recognize hard newlines by
6285 non-nil hard property, instead of t.
6286
6287 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6288
6289 * viper-cmd.el (viper--key-maps): New variable.
6290 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6291 emulation-mode-map-alists.
6292 (viper-envelop-ESC-key): Use viper-subseq.
6293 (viper-search-forward/backward/next): Disable debug-on-error.
6294
6295 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6296 (viper-ESC-key): New defcustoms.
6297
6298 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6299
6300 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6301 (viper-subseq): Copy of subseq from cl.el.
6302
6303 * viper.el (viper-go-away, viper-set-hooks): Use
6304 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6305
6306 * viper-mous.el (viper-current-frame-saved): Use defvar.
6307
6308 * viper-init.el: Get rid of -face in face names.
6309
6310 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6311 Make it work with longlines mode
6312
6313 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6314
6315 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6316
6317 * ediff-init.el: Get rid of -face in face names.
6318
6319 2005-07-10 Richard M. Stallman <rms@gnu.org>
6320
6321 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6322 and with-timeout-unsuspend.
6323
6324 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6325 and with-timeout-unsuspend.
6326
6327 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6328 (with-timeout): Bind that variable to record timers.
6329 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6330
6331 * emacs-lisp/debug.el (debug-help-follow): New function.
6332 (debugger-mode-map): Use that instead of help-follow.
6333 (debugger-setup-buffer): Use eval-buffer-list
6334 to handle eval-buffer frames.
6335
6336 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6337
6338 * timezone.el (timezone-parse-date): Change first regexp
6339 so it will not mistakenly match dates with no time zone.
6340
6341 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6342
6343 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6344
6345 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6346
6347 * custom.el (custom-initialize-safe-set)
6348 (custom-initialize-safe-default): New functions.
6349
6350 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6351 and simplify :init-value.
6352
6353 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6354 and simplify :init-value. Delete obsolete comment.
6355
6356 * startup.el (command-line): Use `custom-reevaluate-setting' to
6357 handle `tooltip-mode'. Delete obsolete comment.
6358
6359 * files.el (set-visited-file-name): Avoid calling
6360 `file-name-nondirectory' with a nil argument.
6361
6362 2005-07-09 Richard M. Stallman <rms@gnu.org>
6363
6364 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6365 was called with nil for the buffer, handle the read position right.
6366 Handle read position for eval-region, too.
6367
6368 2005-07-09 Juri Linkov <juri@jurta.org>
6369
6370 * fringe.el (fringe-mode): Add period in docstring.
6371 (fringe-query-style): Build prompt depending on `all-frames' arg.
6372
6373 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6374 to not create links to unrelated functions in the Help buffer.
6375
6376 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6377 Doc fix.
6378
6379 * simple.el (next-error-hook): New variable.
6380 (next-error): Use it. Doc fix.
6381
6382 * textmodes/ispell.el (ispell-command-loop): Add current
6383 dictionary name and program name to mode-line-format.
6384 (ispell-region, ispell-process-line): Add current dictionary name
6385 and program name to messages.
6386
6387 2005-07-08 Jay Belanger <belanger@truman.edu>
6388
6389 * calc/calc.el (calc-embedded-announce-formula-alist)
6390 (calc-embedded-open-close-formula-alist)
6391 (calc-embedded-open-close-word-alist)
6392 (calc-embedded-open-close-plain-alist)
6393 (calc-embedded-open-close-new-formula-alist)
6394 (calc-embedded-open-close-mode-alist)
6395 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6396 (calc-embedded-mode-hook): New variables.
6397
6398 * calc/calc-embed.el (calc-embedded-firsttime)
6399 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6400 New variables.
6401 (calc-do-embedded): Use calc-embedded-firsttime,
6402 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6403 determine whether or not to run hooks.
6404 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6405 calc-embedded-firsttime-formula appropriately.
6406 Set calc-embedded delimiter variables according to mode.
6407
6408 2005-07-08 Richard M. Stallman <rms@gnu.org>
6409
6410 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6411 Check for "emacs", etc., as entire symbol, not just as word.
6412 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6413
6414 * files.el (set-visited-file-name): Report the error
6415 for "empty filename" earlier.
6416 (kill-some-buffers): Ignore buffers already dead.
6417
6418 * fringe.el (fringe-mode): Doc fix.
6419
6420 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6421 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6422 Use unwind-protect to ensure byte-compile-unresolved-functions
6423 is updated.
6424
6425 * whitespace.el (whitespace-buffer-leading-cleanup):
6426 Simplify w/ skip-chars-forward.
6427 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6428
6429 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6430 Unconditionally try to leave point at the same old place.
6431
6432 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6433
6434 * comint.el (comint-postoutput-scroll-to-bottom)
6435 (comint-show-maximum-output): Take scroll-margin into consideration.
6436
6437 2005-07-08 Kim F. Storm <storm@cua.dk>
6438
6439 * ido.el (ido-use-filename-at-point): New choice `guess'.
6440 (ido-file-internal): Try ffap-guesser if selected.
6441
6442 * ido.el (ido-before-fallback-functions): New hook.
6443 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6444 (ido-read-file-name): Run it.
6445
6446 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6449 strings rather than a list of symbols to the completion function.
6450
6451 2005-07-07 Jay Belanger <belanger@truman.edu>
6452
6453 * calc/calc-units.el (math-apply-units): Change the places in
6454 which units are simplified.
6455
6456 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6457
6458 * cus-edit.el (customize-option, customize-option-other-window):
6459 Make them handle aliases.
6460
6461 * custom.el (custom-variable-p): Make it recursively follow
6462 aliases. Mention that in the docstring.
6463
6464 2005-07-07 Richard M. Stallman <rms@gnu.org>
6465
6466 * cus-start.el (exec-path): Use `directory' instead of `file'.
6467 Fix tag for nil.
6468
6469 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6470
6471 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6472 when called non-interactively. Doc fix.
6473
6474 2005-07-07 Lute Kamstra <lute@gnu.org>
6475
6476 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6477 new address as well.
6478
6479 2005-07-07 Kenichi Handa <handa@m17n.org>
6480
6481 * international/mule.el (make-coding-system):
6482 Describe `ascii-incompatible' property in the docstring.
6483 (set-file-name-coding-system): Signal an error if coding-system is
6484 ascii-incompatible.
6485 (set-keyboard-coding-system): Likewise.
6486
6487 * international/mule-cmds.el (set-default-coding-systems):
6488 Don't set default-file-name-coding-system and
6489 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6490
6491 * international/utf-16.el: Declare that all UTF-16-based coding
6492 systems are ASCII-incompatible.
6493
6494 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6495
6496 * progmodes/gud.el: Require font-lock for displaying errors.
6497 Used by gdb-ui.el.
6498
6499 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6500
6501 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6502 values for the pattern lists which are `read'able but not
6503 `append'able (like symbols).
6504
6505 2005-07-06 Richard M. Stallman <rms@gnu.org>
6506
6507 * progmodes/flymake.el (flymake-float-time): Instead of
6508 with-no-warnings, test for xemacs.
6509 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6510 to avoid warning.
6511
6512 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
6513
6514 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6515
6516 2005-07-05 Lute Kamstra <lute@gnu.org>
6517
6518 * battery.el: Add support for Darwin (with much debugging help
6519 from Samuel Lauber <sam124@operamail.com>).
6520 (battery-status-function, battery-echo-area-format)
6521 (battery-mode-line-format): Add support for pmset on Darwin.
6522 (battery-load-low, battery-load-critical): New user options.
6523 (battery-pmset): New function.
6524
6525 2005-07-05 Lute Kamstra <lute@gnu.org>
6526
6527 Update FSF's address in GPL notices.
6528
6529 * textmodes/page-ext.el: Update FSF's address.
6530
6531 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6534 filling from using prefix when filling a single-line docstring.
6535
6536 * progmodes/flymake.el: Remove useless eval-when-compile.
6537
6538 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6539
6540 2005-07-04 Richard M. Stallman <rms@gnu.org>
6541
6542 * textmodes/org.el (org-file-apps-defaults-gnu):
6543 Rename from org-file-apps-defaults-linux.
6544 (org-default-apps): Don't test system-type for `linux'.
6545 (org-file-apps): Doc fix.
6546
6547 2005-07-04 David Ponce <david@dponce.com>
6548
6549 * tree-widget.el: Improve header Commentary section.
6550 (tree-widget) [defgroup]
6551 (tree-widget-image-enable, tree-widget-themes-directory)
6552 (tree-widget-theme, tree-widget-image-properties-emacs)
6553 (tree-widget-image-properties-xemacs, tree-widget-create-image)
6554 (tree-widget-image-formats, tree-widget-control)
6555 (tree-widget-empty-control, tree-widget-leaf-control
6556 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6557 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6558 (tree-widget-keep, tree-widget-after-toggle-functions)
6559 (tree-widget-open-node, tree-widget-close-node): Doc fix.
6560 (tree-widget-open-control, tree-widget-close-control): Fix doc and
6561 :help-echo message.
6562 (tree-widget-set-theme): Doc fix. Use `string-equal'.
6563 (tree-widget-image-properties): Doc fix. Clearer implementation.
6564 (tree-widget--cursors): New constant.
6565 (tree-widget-lookup-image): New function split from
6566 `tree-widget-find-image'. Clearer implementation.
6567 (tree-widget-find-image): Use it.
6568 (tree-widget-button-keymap): Use `set-keymap-parent'.
6569 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6570 Define the sub-widgets here.
6571 (tree-widget-node): Check that :node is not a tree-widget.
6572 (tree-widget-get-super, tree-widget-open-control)
6573 (tree-widget-close-control, tree-widget-empty-control)
6574 (tree-widget-leaf-control, tree-widget-guide)
6575 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6576 (tree-widget-no-handle, tree-widget-value-delete)
6577 (tree-widget-map): Remove.
6578 (tree-widget-children-value-save): Doc fix. Simplified.
6579 (tree-widget-value-create): Update according to previous changes.
6580
6581 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
6582
6583 * textmodes/org.el: Leading space replaced by TABS.
6584 (org-recalc-marks, org-table-rotate-recalc-marks)
6585 (org-table-get-specials): Treat "^" and "_" marks.
6586 (org-table-justify-field-maybe): Optional argument NEW.
6587 (org-table-eval-formula): Parsing of the format simplified.
6588 New modes C,I. Honor the %= parameter in the current table.
6589 Avoid unnecessary re-align by using the NEW argument to
6590 `org-table-justify-field-maybe'.
6591 (org-calc-default-modes): Default for date-format mimicks org-mode.
6592 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6593
6594 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6595
6596 * cus-face.el (custom-theme-set-faces): Make it handle face
6597 aliases whose alias declarations are pre- or autoloaded.
6598
6599 2005-07-04 Juri Linkov <juri@jurta.org>
6600
6601 * faces.el (read-face-name): Put the code for getting a face name
6602 from the buffer before adding the faces from the `face' property.
6603 Use `completing-read-multiple' instead of `completing-read'.
6604 Require `crm'. Add default value and post-process the returned
6605 list of faces.
6606
6607 * emacs-lisp/crm.el (crm-find-current-element)
6608 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6609
6610 * emacs-lisp/lisp-mode.el (eval-defun-1):
6611 * emacs-lisp/edebug.el (edebug-eval-defun):
6612 Remove unnecessary quotes.
6613
6614 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6615
6616 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6617 (prolog-indent-level): Fix typo in docstring.
6618
6619 * info.el (Info-history, Info-history-forward)
6620 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6621
6622 * add-log.el (add-change-log-entry):
6623 * comint.el (comint-dynamic-list-input-ring)
6624 (comint-dynamic-list-completions):
6625 * dabbrev.el (dabbrev-expand):
6626 * delim-col.el (delimit-columns-rectangle-line):
6627 * diff-mode.el (diff-context->unified, diff-reverse-direction)
6628 (diff-unified->context):
6629 * ediff-init.el (ediff-abbrev-jobname):
6630 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6631 (ediff-replace-session-activity-marker-in-meta-buffer):
6632 * info.el (Info-summary):
6633 * lpr.el (printify-region):
6634 * printing.el (pr-create-interface):
6635 * ps-print.el (ps-print-quote):
6636 * ses.el (ses-column-widths, ses-print-cell)
6637 (ses-adjust-print-width, ses-center):
6638 * shell.el (shell-file-name-quote-list):
6639 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6640 (strokes-fill-current-buffer-with-whitespace)
6641 (strokes-xpm-for-stroke, strokes-list-strokes)
6642 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6643 * term.el (term-dynamic-list-input-ring)
6644 (term-dynamic-list-completions):
6645 * calc/calc.el (math-format-stack-value):
6646 * emacs-lisp/edebug.el (edebug-display-freq-count):
6647 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6648 (delphi-new-comment-line):
6649 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6650 * progmodes/executable.el (executable-set-magic):
6651 * progmodes/python.el (inferior-python-mode):
6652 * progmodes/scheme.el (scheme-mode-syntax-table):
6653 * progmodes/sh-script.el (sh-maybe-here-document):
6654 * progmodes/sql.el (sql-copy-column):
6655 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6656 * textmodes/bibtex.el (bibtex-mode):
6657 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6658 (sgml-auto-attributes):
6659 * textmodes/table.el (table-insert, table-shorten-cell)
6660 (table--generate-source-scan-lines, table-delete-row)
6661 (*table--cell-delete-char, table--spacify-frame)
6662 (table--horizontally-shift-above-and-below)
6663 (table--cell-insert-char, table--cell-blank-str)
6664 (table--fill-region-strictly):
6665 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6666 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6667
6668 * add-log.el (change-log):
6669 * apropos.el (apropos):
6670 * comint.el (comint-completion, comint-source):
6671 * dabbrev.el (dabbrev):
6672 * delim-col.el (columns):
6673 * diff-mode.el (diff-mode):
6674 * ediff.el (ediff):
6675 * ediff-diff.el (ediff-diff):
6676 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6677 * ediff-mult.el (ediff-mult):
6678 * ediff-ptch.el (ediff-ptch):
6679 * ediff-wind.el (ediff-window):
6680 * facemenu.el (facemenu):
6681 * indent.el (indent):
6682 * info.el (info):
6683 * jka-cmpr-hook.el (compression, jka-compr):
6684 * lpr.el (lpr):
6685 * outline.el (outlines):
6686 * pcmpl-cvs.el (pcmpl-cvs):
6687 * pcmpl-rpm.el (pcmpl-rpm):
6688 * printing.el (printing):
6689 * ps-print.el (postscript, ps-print, ps-print-horizontal)
6690 (ps-print-vertical, ps-print-headers, ps-print-font)
6691 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6692 (ps-print-background, ps-print-printer, ps-print-page)
6693 (ps-print-miscellany):
6694 * ses.el (ses):
6695 * shell.el (shell, shell-directories, shell-faces):
6696 * startup.el (initialization):
6697 * strokes.el (strokes):
6698 * term.el (term):
6699 * uniquify.el (uniquify):
6700 * w32-vars.el (w32):
6701 * calc/calc.el (calc):
6702 * emacs-lisp/bytecomp.el (bytecomp):
6703 * emacs-lisp/cl-indent.el (lisp-indent):
6704 * emacs-lisp/edebug.el (edebug):
6705 * emacs-lisp/elp.el (elp):
6706 * emacs-lisp/testcover.el (testcover):
6707 * emacs-lisp/trace.el (trace):
6708 * emulation/viper-ex.el (viper-ex):
6709 * emulation/viper-mous.el (viper-mouse):
6710 * mail/mailalias.el (mailalias):
6711 * mail/supercite.el (supercite, supercite-frames)
6712 (supercite-attr, supercite-cite, supercite-hooks):
6713 * net/rcompile.el (remote-compile):
6714 * net/rlogin.el (rlogin):
6715 * obsolete/ooutline.el (outlines):
6716 * progmodes/delphi.el (delphi):
6717 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6718 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6719 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6720 (ebnf-optimization):
6721 * progmodes/etags.el (etags):
6722 * progmodes/executable.el (executable):
6723 * progmodes/idlwave.el (idlwave):
6724 * progmodes/pascal.el (pascal):
6725 * progmodes/prolog.el (prolog):
6726 * progmodes/python.el (python):
6727 * progmodes/scheme.el (scheme):
6728 * progmodes/sh-script.el (sh, sh-script):
6729 * progmodes/sql.el (SQL):
6730 * progmodes/tcl.el (tcl):
6731 * textmodes/bibtex.el (bibtex, bibtex-autokey):
6732 * textmodes/enriched.el (enriched):
6733 * textmodes/makeinfo.el (makeinfo):
6734 * textmodes/sgml-mode.el (sgml):
6735 * textmodes/table.el (table-hooks):
6736 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6737 * textmodes/texinfo.el (texinfo):
6738 * textmodes/two-column.el (two-column):
6739 Finish `defgroup' description with period.
6740
6741 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6742 * eshell/esh-var.el (eshell-var):
6743 * progmodes/vhdl-mode.el (vhdl-testbench):
6744 * textmodes/org.el (org): Fix typos in docstrings.
6745
6746 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6747 consistency.
6748
6749 * progmodes/flymake.el (flymake-find-file): Remove.
6750 (flymake-float-time): Use `with-no-warnings'.
6751 (flymake-check-start-time, flymake-check-was-interrupted)
6752 (flymake-err-info, flymake-is-running, flymake-last-change-time)
6753 (flymake-new-err-info): `defvar' at compile time.
6754
6755 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
6756
6757 * replace.el (occur-hook): Doc fix.
6758 (occur-1): Don't call `occur-hook' if there are no matches.
6759
6760 2005-07-03 Richard M. Stallman <rms@gnu.org>
6761
6762 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6763 global-map, save the same map.
6764 (global-map): Don't alter it at top level.
6765 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6766 Then alter it here instead.
6767 (tpu-edt-off): Set global-map to the saved one.
6768
6769 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6770 All references simplified.
6771 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
6772 (zmacs-regions): Add defvar.
6773 (repeat-complex-command-map): Everything about that deleted.
6774
6775 * textmodes/artist.el (artist-key-is-drawing)
6776 (artist-key-endpoint1, artist-key-poly-point-list)
6777 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
6778 (artist-key-compl-table, artist-rb-save-data)
6779 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
6780 Don't put them in eval-when-compile.
6781 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
6782
6783 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
6784 Use with-no-warnings.
6785
6786 * net/browse-url.el (dos-windows-version): Add defvar.
6787
6788 * mail/supercite.el (filladapt-prefix-table): Add defvar.
6789
6790 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
6791 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
6792 (rmail-new-summary-line-count): Rename from new-summary-line-count.
6793 Add defvar.
6794 (rmail-summary-beginning-of-message): Use with-no-warnings.
6795 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
6796
6797 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
6798 Use with-no-warnings.
6799
6800 * emulation/vi.el (vi-mark-region): Use c-mark-function.
6801 (c-mark-function): Add point-moving-unit property.
6802 (vi-goto-line): Use with-no-warnings.
6803
6804 * emulation/edt.el (edt-last-copied-word): Add defvar.
6805 (zmacs-region-stays): Likewise.
6806 (edt-mark-section-wisely): Use c-mark-function for C.
6807 Use makr-defun for Fortran.
6808 (time-string): defvar deleted.
6809 (edt-display-the-time): Don't set time-string.
6810
6811 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
6812
6813 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6814 Don't warn when name is not constant
6815 or for defining the group `emacs'.
6816
6817 * tooltip.el (gud-tooltip-mode): Add defvar.
6818
6819 * startup.el (default-frame-background-mode): Add defvar.
6820
6821 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
6822
6823 * info.el (tool-bar-map): Add defvar.
6824
6825 * dired.el (dnd-protocol-alist): Add defvar.
6826
6827 * dired-aux.el (dired-query): Display question with answer, when
6828 the user answers.
6829
6830 * custom.el (custom-add-option): Doc fix.
6831
6832 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
6833
6834 2005-07-03 Eli Zaretskii <eliz@gnu.org>
6835
6836 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
6837 bogus name from the last change.
6838
6839 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
6840
6841 * custom.el (custom-declare-variable): Fix typos in comment.
6842 (custom-known-themes): Doc fix.
6843 (custom-theme-directory): New defcustom.
6844 (require-theme): Make it check `custom-theme-directory'.
6845
6846 * cus-theme.el (custom-new-theme-mode): New function.
6847 (custom-theme-name, custom-theme-variables, custom-theme-faces)
6848 (custom-theme-description): Add compiler defvars.
6849 (customize-create-theme): Add doc to the "*New Custom Theme*"
6850 buffer. Use `custom-new-theme-mode'.
6851 (custom-theme-write): Put the created buffer in emacs-lisp-mode
6852 and save it to the `custom-theme-directory'. Make this the
6853 default directory of the buffer.
6854
6855 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
6856
6857 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
6858 Fix unbalanced parentheses.
6859
6860 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
6863 into flymake-mode and delegate to flymake-mode.
6864
6865 * find-file.el (ff-which-function-are-we-in): Clean up.
6866
6867 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
6868
6869 * replace.el (occur-rename-buffer): Fix docstring.
6870
6871 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
6872 (edt-last-copied-word, edt-learn-macro-count)
6873 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
6874 (edt-rect-start-point, edt-user-global-map, rect-start-point)
6875 (time-string, zmacs-region-stays):
6876 * emulation/edt-mapper.el (edt-save-function-key-map)
6877 (EDT-key-name): `defvar' to silence the byte-compiler.
6878
6879 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
6880
6881 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
6882 font-lock-regexp-backslash. Doc fix.
6883 (font-lock-regexp-backslash-grouping-construct): Rename from
6884 font-lock-regexp-backslash-construct. Doc fix.
6885 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
6886 grouping constructs.
6887
6888 2005-07-02 Eli Zaretskii <eliz@gnu.org>
6889
6890 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
6891 updating all the prerequisites.
6892
6893 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
6894
6895 * textmodes/org.el (org-agenda-start-on-weekday)
6896 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
6897 (org-agenda-use-time-grid, org-archive-location)
6898 (org-allow-space-in-links, org-usenet-links-prefer-google)
6899 (org-enable-table-editor, org-export-default-language)
6900 (org-export-html-show-new-buffer, org-fill-paragraph)
6901 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
6902 (org-goto-quit, org-occur, org-eval-in-calendar)
6903 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
6904 (org-agenda-diary-entry, org-remember-help)
6905 (org-table-convert-region, org-at-table-p)
6906 (org-table-move-row-down, org-table-move-row-up)
6907 (org-table-copy-region, org-table-toggle-vline-visibility)
6908 (org-table-get-stored-formulas, org-table-get-specials)
6909 (org-recalc-commands, org-table-eval-formula)
6910 (org-table-formula-substitute-names, orgtbl-make-binding)
6911 (org-format-org-table-html, org-format-table-table-html)
6912 (org-format-table-table-html-using-table-generate-source)
6913 (org-customize): Fix typos in docstrings.
6914 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
6915 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
6916 (org-back-to-heading): Doc fixes.
6917 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
6918 (org-agenda-change-all-lines, org-get-header):
6919 Improve argument/docstring consistency.
6920 (orgtbl-error): Fix error message.
6921
6922 * progmodes/flymake.el (flymake-find-possible-master-files)
6923 (flymake-master-file-compare, flymake-get-line-err-count)
6924 (flymake-highlight-line, flymake-gui-warnings-enabled):
6925 Fix typos in docstrings.
6926 (flymake-parse-line, flymake-get-project-include-dirs-function)
6927 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
6928 Doc fixes.
6929 (flymake-get-project-include-dirs-function)
6930 (flymake-make-err-menu-data):
6931 Improve argument/docstring consistency.
6932
6933 2005-07-01 Lute Kamstra <lute@gnu.org>
6934
6935 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
6936 Catch errors with ignore-errors. Use temporary buffer.
6937 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
6938
6939 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
6940 background color faces.
6941 (facemenu-set-foreground, facemenu-set-background):
6942 Use facemenu-set-face-from-menu.
6943 (facemenu-set-face-from-menu): Treat face names that start with
6944 "fg:" or "bg:" as special.
6945 (facemenu-add-new-color): Don't create faces. Simplify.
6946
6947 2005-06-30 Richard M. Stallman <rms@gnu.org>
6948
6949 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
6950 (crm-find-current-element): Likewise.
6951
6952 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6953
6954 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
6955
6956 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6957
6958 * arc-mode.el (archive-extract): Make it work as a mouse binding.
6959 (archive-mouse-extract): Make it an obsolete alias.
6960 (archive-mode-map): Don't use archive-mouse-extract any more.
6961 (archive-mode, archive-extract): write-contents-hooks ->
6962 write-contents-functions.
6963 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
6964 first arg.
6965 (archive-rename-entry): Update the call.
6966 (archive-zip-summarize): Remove unused var `method'.
6967 (archive-lzh-summarize): Remove unused var `creator'.
6968
6969 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
6970 dedicated frame upon exit.
6971
6972 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
6973 (archive-zip-extract, archive-zip-expunge)
6974 (archive-zip-update, archive-zip-update-case): Use executable-find.
6975 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
6976 Use restore-buffer-modified-p.
6977 (archive-extract, archive-add-new-member, archive-write-file-member):
6978 Use with-current-buffer.
6979 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
6980
6981 2005-06-30 Andreas Schwab <schwab@suse.de>
6982
6983 * progmodes/gud.el (gud-filter): Remove unneeded progn.
6984
6985 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6986
6987 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
6988
6989 2005-06-30 Juri Linkov <juri@jurta.org>
6990
6991 * faces.el (vertical-border): Inherit from mode-line-inactive
6992 only on tty.
6993
6994 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
6995
6996 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
6997 example, -NLINES in the `occur' docstring).
6998
6999 * replace.el (occur-1): When no matches are found, do not set the
7000 `buffer-read-only' and modified flags for the occur buffer,
7001 because it is deleted.
7002
7003 * emulation/cua-base.el (cua-check-pending-input)
7004 (cua-repeat-replace-region, cua-mode, cua-debug)
7005 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7006 Fix typos in docstrings.
7007
7008 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7009 (cua-cut-region-to-global-mark)
7010 (cua--cut-rectangle-to-global-mark):
7011 Remove period from end of messages.
7012
7013 * emulation/cua-rect.el (cua-do-rectangle-padding):
7014 Remove period from end of messages.
7015 (cua--rectangle-seq-format): Fix typo in docstring.
7016 (cua-sequence-rectangle, cua-fill-char-rectangle):
7017 Improve argument/docstring consistency.
7018
7019 2005-06-29 Juri Linkov <juri@jurta.org>
7020
7021 * faces.el (default-frame-background-mode): New internal variable.
7022 (frame-set-background-mode): Use it.
7023
7024 * startup.el (normal-top-level): Set default-frame-background-mode
7025 instead of frame-background-mode. Before setting it, test for its
7026 nil value. Remove tests for frame-background-mode and frame
7027 parameter `reverse'. Add test for "unspecified-fg".
7028
7029 * term/xterm.el (xterm-rxvt-set-background-mode):
7030 * term/rxvt.el (rxvt-set-background-mode):
7031 Set default-frame-background-mode instead of frame-background-mode.
7032
7033 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * simple.el (set-variable): Warn about obsolete user variables.
7036
7037 * imenu.el (imenu--completion-buffer):
7038 * mouse.el (mouse-buffer-menu-alist):
7039 * msb.el (msb-invisible-buffer-p):
7040 * calendar/diary-lib.el (diary-header-line-format):
7041 * emacs-lisp/pp.el (pp-buffer):
7042 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7043 * textmodes/picture.el (picture-replace-match):
7044 Change space constants followed by a sexp to "?\s ".
7045
7046 * play/decipher.el (decipher-loop-with-breaks):
7047 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7048 constants "protected" from end of line by a comment to "?\s".
7049
7050 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * font-lock.el (save-buffer-state): Use `declare'.
7053
7054 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7055 reset the syntax-table to cperl-mode-syntax-table.
7056 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7057 "foo_print_bar" is not matched as a reserved keyword.
7058
7059 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7060
7061 * textmodes/org.el (orgtbl-setup): New function, for delayed
7062 setup for the orgtbl commands.
7063 (org-calc-default-modes): New option.
7064 (orgtbl-make-binding): Use `defun' to get better help display.
7065 (org-diary): Call `org-compile-prefix-format'.
7066 (org-table-formula-substitute-names): New function.
7067 (org-agenda-day-view, org-agenda-week-view): New commands.
7068 (org-agenda-toggle-week-view): Command removed.
7069 (org-tbl-menu): Split off from org-org-menu.
7070 (org-mode): Move removal of outline-mode menus to here.
7071 (org-table-formula-debug): New option.
7072 (org-table-insert-row): Keep first field if just "#" or "*".
7073 (org-mode): Paragraph regexps fixed.
7074 (org-table-recalculate-regexp): New constant.
7075 (org-table-justify-field-maybe): Avoid replace if not necessary.
7076 (org-copy-special, org-cut-special): Use `call-interactively'.
7077 (org-table-copy-region): Take region from `interactive' call.
7078 (org-trim): Return string even if no match.
7079 (org-formula): New face.
7080 (org-set-font-lock-defaults): No longer highlight "FIXME".
7081 But highlight formula-related fields in table.
7082 (org-table-p): Use regexp, not fontification.
7083 (org-table-align): Handle white space at end of line.
7084 (org-table-formula-evaluate-inline): New option.
7085 (org-mode): Auto-wrapping in comment lines turned off.
7086 (org-table-copy-down): Evaluate only in copied field, not in
7087 destination.
7088 (org-table-current-formula): Variable removed.
7089 (org-table-store-formulas, org-table-get-stored-formulas)
7090 (org-table-modify-formulas, org-table-replace-in-formulas)
7091 (org-table-maybe-eval-formula): New functions.
7092 (org-table-get-formula): Modify to use stored formulas.
7093 (org-table-insert-column, org-table-delete-column)
7094 (org-table-move-column): Call `org-table-modify-formulas'.
7095 (org-complete): Add completion for keyword formulas.
7096 (orgtbl-mode): Pull orgtbl-mode-map to start of
7097 minor-mode-map-alist.
7098
7099 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * progmodes/python.el (python-check): Require `compile' before
7102 modifying its variables.
7103
7104 * newcomment.el (comment-indent-default): Don't get fooled by an early
7105 end of buffer.
7106
7107 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7108
7109 * ps-print.el (ps-print-version): Fix version number.
7110
7111 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7112
7113 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7114
7115 2005-06-28 Richard M. Stallman <rms@gnu.org>
7116
7117 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7118 (flyspell-local-mouse-map): Declaration deleted.
7119 (flyspell-mouse-map): Bind only mouse-2.
7120 (flyspell-mode-map): Don't test flyspell-use-local-map.
7121 (flyspell-overlay-keymap-property-name): Var deleted.
7122 (flyspell-mode-on): Don't make local bindings for
7123 flyspell-mouse-map and flyspell-mode-map.
7124 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7125
7126 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7127
7128 * progmodes/compile.el (compilation-next-error-function):
7129 Don't switch buffers; operate on the current buffer.
7130
7131 * progmodes/compile.el (compilation-error-file-name)
7132 (compilation-warning-file-name, compilation-info-file-name)
7133 (compilation-line-number, compilation-column-number): New faces.
7134 (compilation-error-face, compilation-warning-face)
7135 (compilation-info-face, compilation-line-face)
7136 (compilation-column-face): Use them.
7137
7138 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7139
7140 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7141
7142 * bindings.el (global-map): Bind insertchar and its variants.
7143
7144 2005-06-27 Richard M. Stallman <rms@gnu.org>
7145
7146 * textmodes/artist.el (artist-text-overwrite)
7147 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7148
7149 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7150
7151 * ps-print.el: It was not working the page selection for printing.
7152 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7153 (ps-print-version): New version 6.6.7.
7154 (ps-end-sheet): New fun.
7155 (ps-header-sheet, ps-end-job): Call it.
7156
7157 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7158
7159 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7160
7161 2005-06-27 Lute Kamstra <lute@gnu.org>
7162
7163 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7164 background color faces.
7165 (facemenu-get-face): Delete function.
7166 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7167 (facemenu-add-new-color): Make second argument mandatory.
7168 Create the appropriate face and return it. Simplify.
7169 (facemenu-set-foreground, facemenu-set-background): Don't check if
7170 color is defined. Use return value of facemenu-add-new-color.
7171
7172 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7173
7174 * progmodes/gud.el (gud-filter): Add missing argument to
7175 with-selected-window.
7176
7177 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7180 a :require to the defcustom.
7181
7182 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7183 defcustoms corresponding to minor modes.
7184
7185 2005-06-26 David Ponce <david@dponce.com>
7186
7187 * recentf.el: Require tree-widget instead of wid-edit.
7188 (recentf-filename-handler): Fix widget :type.
7189 (recentf-cancel-dialog, recentf-open-more-files)
7190 (recentf-open-files-action): Doc fix.
7191 (recentf-dialog-goto-first): New function.
7192 (recentf-dialog-mode-map): Set parent keymap first.
7193 (recentf-dialog-mode): Define with define-derived-mode.
7194 Don't display continuation lines in dialogs.
7195 (recentf-edit-list): Rename from recentf-edit-selected-items.
7196 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7197 Simplify.
7198 (recentf-edit-list-validate): New function.
7199 (recentf-edit-list): Update accordingly.
7200 (recentf-open-files-item-shift): Remove.
7201 (recentf-open-files-item): Convert menu elements into tree and
7202 link widgets. Don't create the widgets.
7203 (recentf-open-files): Update accordingly.
7204 (recentf-save-list): Untabify.
7205
7206 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7207
7208 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7209 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7210 partially contained in the active region. Do not take active
7211 region into account when called from Lisp, unless INTERACTIVE arg
7212 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7213 avoid trouble with fields. Make marker point nowhere when no
7214 longer used. Always return nil. Doc fix.
7215 (flush-lines): Add INTERACTIVE arg. Do not take active region
7216 into account when called from Lisp, unless INTERACTIVE arg is
7217 non-nil. Use `forward-line' instead of `beginning-of-line' to
7218 avoid trouble with fields. Make marker point nowhere when no
7219 longer used. Always return nil. Doc fix.
7220 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7221 interchangeable. Do not take active region into account when
7222 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7223 message in echo area when called from Lisp, unless INTERACTIVE arg
7224 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7225 Return the number of matches. Doc fix.
7226 (occur): Doc fix.
7227 (perform-replace): Make comment follow double space convention for
7228 the sake of `outline-minor-mode'.
7229
7230 * faces.el (facep): Doc fix.
7231
7232 2005-06-25 Richard M. Stallman <rms@gnu.org>
7233
7234 * facemenu.el (facemenu-enable-faces-p): New function.
7235 (facemenu-background-menu, facemenu-foreground-menu)
7236 (facemenu-face-menu): Add menu-enable property.
7237
7238 * jka-compr.el (jka-compr-insert-file-contents):
7239 Special handling if cannot find the uncompression program.
7240
7241 * cus-face.el (custom-face-attributes): Add autoload.
7242
7243 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7244 Bind comment-indent-function locally.
7245
7246 * window.el (save-selected-window): Use save-current-buffer.
7247
7248 * subr.el (with-selected-window): Use save-current-buffer.
7249
7250 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7251 and with-current-buffer.
7252
7253 2005-06-24 Richard M. Stallman <rms@gnu.org>
7254
7255 * simple.el (line-move-1): Fix previous change.
7256
7257 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7258
7259 * replace.el (occur-1): Set `buffer-read-only' and the
7260 buffer-modified flag before running `occur-hook' to protect
7261 against unintentional buffer switches that can lead to data loss.
7262
7263 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7264
7265 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7266 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7267 initial error.
7268
7269 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7270 after fresh input.
7271 (gdb-var-create-handler): Put name of expression in quotes.
7272
7273 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7274
7275 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7276 elements of RING in order, and without bogus nil elements.
7277
7278 2005-06-23 Richard M. Stallman <rms@gnu.org>
7279
7280 * simple.el (set-variable): Args renamed; doc fix.
7281 (line-move-1): When there are overlays around, use vertical-motion.
7282
7283 * faces.el (escape-glyph): Use brown against light background.
7284 (nobreak-space): Rename from no-break-space.
7285 Fix previous change.
7286
7287 * dired-aux.el (dired-do-copy): Fix arg prompt.
7288
7289 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7290
7291 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7292
7293 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7294 rather than "Distributor".
7295
7296 2005-06-23 Lute Kamstra <lute@gnu.org>
7297
7298 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7299 (debug-on-entry): Use it. New interactive declaration that uses
7300 function-called-at-point.
7301
7302 2005-06-23 Kim F. Storm <storm@cua.dk>
7303
7304 * subr.el (save-match-data): Add comment about using evaporate arg
7305 to set-match-data.
7306
7307 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7308
7309 * cus-edit.el (customize-face)
7310 (customize-face-other-window): Handle face aliases.
7311
7312 * faces.el (face-documentation, set-face-attribute)
7313 (face-spec-set): Handle face aliases.
7314
7315 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7316
7317 * help-mode.el (help-make-xrefs): If a symbol representing a face
7318 name is not followed by the word "face", it could still be a
7319 function or variable name, so don't bypass other checks.
7320
7321 2005-06-22 Juri Linkov <juri@jurta.org>
7322
7323 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7324 Replace aliased functions with calls where second arg `inherit' is t.
7325
7326 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7327
7328 * progmodes/gdb-ui.el (gdb-error): New variable.
7329 (gdb-error): New function.
7330 (gdb-annotation-rules): Act on error-begin and error annotations.
7331 (gdb-concat-output): Use font-lock-warning-face for errors.
7332
7333 2005-06-22 Miles Bader <miles@gnu.org>
7334
7335 * bindings.el (propertized-buffer-identification): Use renamed
7336 `Buffer-menu-buffer' face.
7337
7338 * faces.el (vertical-border): Rename from `vertical-divider'.
7339 (escape-glyph): Change dark-background color back to `cyan'.
7340
7341 2005-06-21 Juri Linkov <juri@jurta.org>
7342
7343 * faces.el (face-user-default-spec): Try getting `customized-face'
7344 prior to `saved-face'.
7345 (frame-background-mode): Refill docstring.
7346
7347 * emacs-lisp/lisp-mode.el (eval-defun-1):
7348 * emacs-lisp/edebug.el (edebug-eval-defun):
7349 Set `saved-face' temporarily to nil before calling form.
7350 Set `customized-face' to the new spec after that.
7351
7352 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7353
7354 * subr.el (1value, lambda, key-substitution-in-progress):
7355 Doc fixes.
7356
7357 * autoinsert.el (auto-insert-alist):
7358 * ses.el (ses-call-printer):
7359 * subr.el (noreturn):
7360 * emacs-lisp/lisp.el (check-parens):
7361 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7362 * net/browse-url.el (browse-url-mosaic):
7363 * progmodes/cc-defs.el (c-safe-scan-lists):
7364 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7365 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7366 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7367 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7368 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7369 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7370
7371 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7372
7373 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7374
7375 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7376
7377 * calendar/appt.el (appt-make-list): Activate the package, if
7378 not already active (for backwards compatibility).
7379
7380 2005-06-20 Kim F. Storm <storm@cua.dk>
7381
7382 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7383
7384 2005-06-20 Miles Bader <miles@gnu.org>
7385
7386 * faces.el (vertical-divider): New face.
7387
7388 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * simple.el (kill-whole-line): Doc fix.
7391 (next-error-buffer-p, next-error-find-buffer)
7392 (clone-indirect-buffer): Fix typos in docstrings.
7393 (comment-line-break-function): Doc fix: don't say variable
7394 is automatically buffer-local (it isn't).
7395
7396 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7397
7398 * net/tramp-ftp.el (top):
7399 * net/tramp-smb.el (top):
7400 * net/tramp-util.el (top):
7401 * net/tramp-uu.el (top):
7402 * net/tramp-vc.el (top):
7403 * net/tramp.el (top): Revert copyright years back to original
7404 ones. Tramp has a life outside GNU Emacs.
7405
7406 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7407
7408 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7409
7410 2005-06-18 Juri Linkov <juri@jurta.org>
7411
7412 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7413 end of first regexp to limit the match to the position between
7414 line number and source line with same separator character as used
7415 between file name and line number. In the second regexp limit
7416 mouse-face area to file name and line number by adding new group
7417 for them and referring it in HYPERLINK arg.
7418 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7419 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7420 previous line where grep markers may be already removed.
7421
7422 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7423
7424 * progmodes/ps-mode.el: Update version and maintainer's email address.
7425
7426 2005-06-18 Steve Youngs <steve@xemacs.org>
7427
7428 * net/browse-url.el (browse-url-browser-function)
7429 (browse-url-default-browser): Add firefox.
7430 (browse-url-firefox-program, browse-url-firefox-arguments)
7431 (browse-url-firefox-startup-arguments)
7432 (browse-url-firefox-new-window-is-tab): New defcustoms.
7433 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7434
7435 2005-06-17 Richard M. Stallman <rms@gnu.org>
7436
7437 * startup.el (command-line): Warn if specified user name has
7438 no home directory.
7439
7440 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7441 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7442
7443 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7444 Doc fixes.
7445
7446 * faces.el (underline): Try bold if terminal doesn't support underline.
7447
7448 * mail/sendmail.el (mail-setup-with-from): New variable.
7449 (mail-insert-from-field): New function.
7450 (sendmail-send-it): Call it.
7451 (mail-setup): Optionally call it here.
7452
7453 * term/linux.el: Call tty-no-underline.
7454
7455 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7456
7457 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7458
7459 2005-06-17 Miles Bader <miles@gnu.org>
7460
7461 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7462 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7463 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7464 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7465 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7466 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7467 Remove "-face" suffix from face names.
7468 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7469 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7470 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7471 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7472 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7473 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7474 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7475 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7476 New backward-compatibility aliases for renamed faces.
7477 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7478 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7479 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7480 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7481 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7482 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7483 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7484 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7485 Use renamed ediff faces.
7486
7487 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7488 Remove "-face" suffix from face names.
7489 (eshell-test-ok-face, eshell-test-failed-face):
7490 New backward-compatibility aliases for renamed faces.
7491 (eshell-run-test): Use renamed eshell-test faces.
7492
7493 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7494 face name.
7495 (eshell-prompt-face): New backward-compatibility alias for renamed
7496 face.
7497 (eshell-emit-prompt): Use renamed eshell-prompt face.
7498
7499 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7500 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7501 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7502 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7503 Remove "-face" suffix from face names.
7504 (eshell-ls-directory-face, eshell-ls-symlink-face)
7505 (eshell-ls-executable-face, eshell-ls-readonly-face)
7506 (eshell-ls-unreadable-face, eshell-ls-special-face)
7507 (eshell-ls-missing-face, eshell-ls-archive-face)
7508 (eshell-ls-backup-face, eshell-ls-product-face)
7509 (eshell-ls-clutter-face):
7510 New backward-compatibility aliases for renamed faces.
7511 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7512
7513 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7514 Remove "-face" suffix from face name.
7515 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7516 instead of literal face.
7517
7518 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
7519
7520 * emacs-lisp/warnings.el (display-warning, lwarn)
7521 (warning-minimum-log-level): Doc fixes.
7522 (warning-minimum-level, warning-minimum-log-level):
7523 Add :debug to :type choices.
7524
7525 * progmodes/ada-mode.el (ada-format-paramlist)
7526 (ada-get-indent-case, ada-check-matching-start)
7527 (ada-check-defun-name, ada-goto-matching-decl-start)
7528 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7529 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7530 (ada-make-subprogram-body): Follow error conventions.
7531 (ada-case-exception-file, ada-indent-comment-as-code)
7532 (ada-indent-handle-comment-special, ada-indent-renames)
7533 (ada-indent-return, ada-search-directories-internal)
7534 (ada-tab-policy, ada-case-exception-substring)
7535 (ada-other-file-alist, ada-matching-start-re)
7536 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7537 (ada-imenu-generic-expression, ada-compile-goto-error)
7538 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7539 (ada-popup-menu, ada-add-extensions, ada-mode)
7540 (ada-region-selected, ada-create-case-exception)
7541 (ada-create-case-exception-substring, ada-after-keyword-p)
7542 (ada-activate-keys-for-case, ada-adjust-case-region)
7543 (ada-adjust-case-buffer, ada-format-paramlist)
7544 (ada-scan-paramlist, ada-insert-paramlist)
7545 (ada-indent-newline-indent)
7546 (ada-indent-newline-indent-conditional)
7547 (ada-justified-indent-current, ada-goto-previous-word)
7548 (ada-indent-current, ada-get-indent-open-paren)
7549 (ada-get-indent-paramlist, ada-get-indent-end)
7550 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7551 (ada-get-indent-block-start, ada-get-indent-subprog)
7552 (ada-get-indent-noindent, ada-get-indent-label)
7553 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7554 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7555 (ada-goto-stmt-end, ada-goto-next-word)
7556 (ada-check-matching-start, ada-check-defun-name)
7557 (ada-goto-matching-decl-start, ada-goto-matching-start)
7558 (ada-goto-matching-end, ada-search-ignore-string-comment)
7559 (ada-in-decl-p, ada-looking-at-semi-or)
7560 (ada-looking-at-semi-private, ada-in-paramlist-p)
7561 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7562 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7563 (ada-next-procedure, ada-previous-procedure, ada-next-package)
7564 (ada-previous-package, ada-create-menu)
7565 (ada-fill-comment-paragraph-justify)
7566 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7567 (ada-other-file-name, ada-last-which-function-line)
7568 (ada-last-which-function-subprog, ada-which-function)
7569 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7570 (ada-gen-treat-proc, ada-check-emacs-version)
7571 (ada-continuation-indent, ada-align-region-separate):
7572 Fix typos in docstrings.
7573 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7574
7575 2005-06-16 Lute Kamstra <lute@gnu.org>
7576
7577 * simple.el (fundamental-mode): Run after-change-major-mode-hook
7578 conditionally.
7579
7580 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7581
7582 * comint.el (comint-replace-by-expanded-filename)
7583 (comint-prompt-regexp, comint-delimiter-argument-list)
7584 (comint-preinput-scroll-to-bottom):
7585 * info.el (Info-hide-cookies-node):
7586 * ls-lisp.el (ls-lisp-classify):
7587 * find-file.el (ff-search-directories, ff-special-constructs)
7588 (ff-find-other-file):
7589 * font-lock.el (font-lock-keywords):
7590 * shell.el (shell-prompt-pattern)
7591 (shell-dynamic-complete-functions, shell-mode)
7592 (shell-delimiter-argument-list):
7593 * term.el (term-replace-by-expanded-filename)
7594 (term-prompt-regexp, term-delimiter-argument-list):
7595 * woman.el (woman-ignore, woman0-if):
7596 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7597 * emacs-lisp/elint.el (elint-init-env):
7598 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7599 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7600 * language/ethio-util.el (ethio-tilde-escape)
7601 (ethio-use-three-dot-question):
7602 * net/zone-mode.el (zone-mode-load-time-setup):
7603 * progmodes/cc-align.el (c-lineup-argcont):
7604 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7605 * progmodes/cperl-mode.el (cperl-set-style-back):
7606 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7607 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7608 Fix spellings in docstrings.
7609
7610 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7611 * progmodes/modula2.el (m2-for): Fix spellings.
7612
7613 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7614
7615 * simple.el (undo-more): Don't use `format' on `error' arguments.
7616 Improve argument/docstring consistency.
7617 (pending-undo-list): Doc fix.
7618
7619 * smerge-mode.el (smerge-ensure-match):
7620 * emulation/vip.el (vip-ex):
7621 * net/zone-mode.el (zone-mode-update-serial):
7622 * progmodes/idlwave.el (idlwave-complete):
7623 * progmodes/vhdl-mode.el (vhdl-visit-file)
7624 (vhdl-compose-wire-components):
7625 Don't use `format' on `error' arguments.
7626
7627 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7628 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7629 (tooltip-help-tips): Fix typos in docstrings.
7630
7631 2005-06-16 David Ponce <david@dponce.com>
7632
7633 * tree-widget.el (tree-widget-value-create): Simplify last change.
7634
7635 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
7636
7637 * ido.el (ido-incomplete-regexp): New variable.
7638 (ido-set-matches-1): Handle invalid-regexp error and set
7639 ido-incomplete-regexp.
7640 (ido-incomplete-regexp): New face.
7641 (ido-completions): Use it.
7642 (ido-complete, ido-exit-minibuffer, ido-completions):
7643 Handle incomplete regexps.
7644 (ido-completions): Add check for complete match when entering a regexp.
7645
7646 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7649
7650 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7651
7652 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7653 by field delimiters.
7654
7655 2005-06-15 David Ponce <david@dponce.com>
7656
7657 * tree-widget.el: eval-and-compile inlined functions so they will
7658 be available at run-time too.
7659 (tree-widget-super-format-handler)
7660 (tree-widget-format-handler): Remove.
7661 (tree-widget-value-create): Handle the :indent property.
7662
7663 2005-06-15 Miles Bader <miles@gnu.org>
7664
7665 * progmodes/which-func.el (which-func): Only inherit
7666 `font-lock-function-name-face' when that makes sense against the
7667 default mode-line face, otherwise set the face color explicitly.
7668
7669 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7670 faces instead of (non-existent) variables.
7671
7672 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7675 (iswitchb-get-matched-buffers): Likewise. Simplify.
7676
7677 2005-06-14 Miles Bader <miles@gnu.org>
7678
7679 * progmodes/ld-script.el (ld-script-location-counter):
7680 Remove "-face" suffix from face name.
7681 (ld-script-location-counter-face):
7682 New backward-compatibility alias for renamed face.
7683 (ld-script-location-counter-face): Use renamed face.
7684
7685 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7686 (cperl-hash): Remove "-face" suffix from face names.
7687 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7688 New backward-compatibility aliases for renamed faces.
7689 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7690 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7691
7692 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7693 name.
7694 (which-func-face): New backward-compatibility alias for renamed face.
7695 (which-func-format): Use renamed which-func face.
7696
7697 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7698 (vhdl-function, vhdl-directive, vhdl-reserved-word)
7699 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7700 names.
7701 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7702 (vhdl-speedbar-configuration, vhdl-speedbar-package)
7703 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7704 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7705 (vhdl-speedbar-architecture-selected)
7706 (vhdl-speedbar-configuration-selected)
7707 (vhdl-speedbar-package-selected)
7708 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7709 names.
7710 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7711 Use renamed faces.
7712 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7713 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7714 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7715 Use renamed faces.
7716 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7717 names.
7718 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7719 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7720 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7721 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7722 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7723 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7724
7725 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7726 face name.
7727 (sh-heredoc-face): New backward-compatibility alias for renamed face.
7728 (sh-heredoc-face): Use renamed sh-heredoc face.
7729
7730 * progmodes/idlw-help.el (idlwave-help-link):
7731 Remove "-face" suffix from face name.
7732 (idlwave-help-link-face):
7733 New backward-compatibility alias for renamed face.
7734 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7735
7736 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7737 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7738 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7739 New backward-compatibility aliases for renamed faces.
7740 (idlwave-shell-disabled-breakpoint-face)
7741 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7742
7743 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7744 Remove "-face" suffix from face names.
7745 (flymake-errline-face, flymake-warnline-face):
7746 New backward-compatibility aliases for renamed faces.
7747 (flymake-highlight-line): Use renamed flymake faces.
7748
7749 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7750 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7751 (ebrowse-member-class, ebrowse-progress):
7752 Remove "-face" suffix from face names.
7753 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7754 (ebrowse-file-name-face, ebrowse-default-face)
7755 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7756 (ebrowse-progress-face):
7757 New backward-compatibility aliases for renamed faces.
7758 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7759 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7760 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7761 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7762
7763 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7764 antlr-syntax)
7765 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7766 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7767 names.
7768 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7769 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7770 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
7771 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7772 backward-compatibility aliases for renamed faces.
7773 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7774 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
7775 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
7776 remove "font-lock-". Use renamed antlr-mode faces.
7777 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
7778 literal face-names with face variable references.
7779
7780 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
7781 face name.
7782 (Buffer-menu-buffer-face): New backward-compatibility alias for
7783 renamed face.
7784 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
7785
7786 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
7787
7788 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
7789 Eliminate "-face" suffix.
7790 (makefile-targets): Inherit from font-lock-function-name-face and
7791 eliminate "-face" suffix.
7792 (makefile-shell): Remove attributes and eliminate "-face" suffix.
7793 (makefile-*-font-lock-keywords): Append makefile-targets in rule
7794 actions, instead of prepending, to make it less visible.
7795 (makefile-previous-dependency, makefile-match-dependency):
7796 Don't match a target on a continuation line.
7797
7798 * files.el (auto-mode-alist): Put Makefile in gmake mode.
7799
7800 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
7801
7802 * progmodes/gdb-ui.el (menu): Re-order menu items.
7803 (gdb-tooltip-print): Respect tooltip-use-echo-area.
7804
7805 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
7806 Define in tooltip.el.
7807 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
7808 (gud-tooltip-tips): Respect tooltip-use-echo-area and
7809 gud-tooltip-echo-area.
7810
7811 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
7812 backward compatibility and make obsolete.
7813 (tooltip-help-tips): Use tooltip-use-echo-area.
7814 (tooltip-show-help-function): Rename to...
7815 (tooltip-show-help): ...this, because it is a function.
7816 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
7817
7818 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7819
7820 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
7821 (edebug-print-length, edebug-print-level, edebug-print-circle)
7822 (edebug-modify-breakpoint, edebug-eval-last-sexp)
7823 (edebug-eval-print-last-sexp): Doc fixes.
7824
7825 2005-06-14 Kim F. Storm <storm@cua.dk>
7826
7827 * ido.el (ido-mode): Make a new keymap every time we enable ido,
7828 as the coverage buffer/file/both may change.
7829
7830 2005-06-14 Lute Kamstra <lute@gnu.org>
7831
7832 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
7833 and run-mode-hooks. Simplify.
7834
7835 * mail/rmailedit.el (rmail-edit-mode):
7836 * progmodes/octave-inf.el (inferior-octave-mode):
7837 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
7838
7839 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
7840 and run-mode-hooks.
7841 (recentf-edit-list, recentf-open-files): Don't call
7842 kill-all-local-variables directly.
7843
7844 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
7845
7846 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7847
7848 * emacs-lisp/byte-run.el (make-obsolete)
7849 (define-obsolete-function-alias): Rename arguments FUNCTION and
7850 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
7851 (make-obsolete-variable, define-obsolete-variable-alias):
7852 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
7853 respectively.
7854
7855 * isearchb.el (isearchb-activate):
7856 * pcvs.el (cvs-mode):
7857 * ses.el (ses-load):
7858 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
7859 * net/tramp.el (tramp-find-file-exists-command)
7860 (tramp-find-shell):
7861 * progmodes/ada-mode.el (ada-create-case-exception)
7862 (ada-create-case-exception-substring, ada-make-subprogram-body):
7863 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7864 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
7865 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
7866 * textmodes/org.el (org-promote, org-evaluate-time-range)
7867 (org-agenda-next-date-line, org-agenda-previous-date-line)
7868 (org-agenda-error, org-open-at-point, org-table-move-row)
7869 (org-format-table-table-html-using-table-generate-source)
7870 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
7871 * textmodes/reftex.el (reftex-access-scan-info):
7872 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
7873 (reftex-toc-promote-prepare): Follow error conventions.
7874
7875 * diff-mode.el (diff-mode): Fix typo in docstring.
7876
7877 * forms.el (forms--intuit-from-file): Fix reference to
7878 `forms-number-of-fields' in error message.
7879 (forms-print): Fix quoting in error message.
7880
7881 * forms.el (forms-mode):
7882 * emulation/vi.el (vi-goto-insert-state):
7883 * progmodes/flymake.el (flymake-new-err-info)
7884 (flymake-start-syntax-check-for-current-buffer)
7885 (flymake-simple-cleanup):
7886 * eshell/esh-var.el (eshell/export):
7887 * progmodes/gud.el (xdb):
7888 * textmodes/flyspell.el (flyspell-incorrect-hook)
7889 (flyspell-maybe-correct-transposition)
7890 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
7891
7892 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
7893
7894 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
7895 minibuffer prompt.
7896
7897 2005-06-13 Kim F. Storm <storm@cua.dk>
7898
7899 * subr.el (add-to-ordered-list): New defun.
7900
7901 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
7902 add cua--keymap-alist to emulation-mode-map-alists.
7903
7904 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * subr.el (complete-in-turn): New macro.
7907 (dynamic-completion-table, lazy-completion-table): Add debug info.
7908
7909 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
7910 in preference to face aliases.
7911
7912 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
7913 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
7914 Remove unused vars `start' and `firstline'.
7915 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
7916 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
7917
7918 2005-06-13 Eli Zaretskii <eliz@gnu.org>
7919
7920 * cus-start.el (all): Don't complain about missing GTK-related
7921 variables, unless either `gtk' is boundp or this isn't a
7922 `windows-nt' build.
7923
7924 2005-06-13 Lute Kamstra <lute@gnu.org>
7925
7926 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
7927 run-mode-hooks.
7928
7929 * ediff-mult.el (ediff-meta-mode):
7930 * ediff-util.el (ediff-mode): Use run-mode-hooks.
7931
7932 * ledit.el (ledit-mode): Use delay-mode-hooks.
7933
7934 * woman.el (woman-mode-line-format): Delete constant.
7935 (woman-mode-map): Initialize it properly.
7936 (woman-mode): Set mode-class property to special.
7937 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
7938 Set major-mode and mode-name. Don't set mode-line-format directly.
7939 (Man-getpage-in-background): Don't reference woman-mode-line-format.
7940
7941 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
7942 string argument obsolete.
7943
7944 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
7945
7946 * textmodes/org.el (org-CUA-compatible): New option.
7947 (org-disputed-keys): New variable.
7948 (org-key): New function.
7949 (orgtbl-make-binding): Add docstring to the created function.
7950 (org-mode): Set paragraph start/separate regexps.
7951 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
7952 (org-archive-location, org-archive-mark-done)
7953 (org-archive-stamp-time): New options.
7954 (org-archive-subtree): New command.
7955 (org-fill-paragraph): New function.
7956 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
7957 (org-fake-empty-table-line): Function removed.
7958 (org-format-org-table-html): Do not create empty table lines at
7959 separator lines. Improved table header treatment.
7960 (org-link-format): New option.
7961 (org-make-link): New function.
7962 (org-insert-link, org-store-link): Use org-make-link.
7963 (org-open-file): Quote file name for shell command, to allow
7964 spaces in file names.
7965 (org-link-regexp): Fix bug with mailto link.
7966 (org-link-maybe-angles-regexp, org-protected-link-regexp):
7967 New constants.
7968 (org-export-as-html): Deal with the optional angles around a link.
7969 Better treatment of file: links.
7970 (org-open-at-point): Replace @{ and @} with < and >.
7971 (org-run-mode-hooks): Function removed.
7972 (org-agenda-mode): No longer use `org-run-mode-hooks'.
7973
7974 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
7975
7976 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
7977 MI command -data-list-register-values.
7978 (gdb-post-prompt): Indent properly.
7979
7980 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
7981
7982 * hilit-chg.el (highlight-changes-colors): Rename from
7983 `highlight-changes-colours'.
7984 (highlight-changes-colours): Keep as obsolete alias.
7985 (highlight-changes-face-list): Doc fix.
7986 (hilit-chg-make-list): Use `highlight-changes-colors'.
7987
7988 2005-06-12 Mark A. Hershberger <mah@everybody.org>
7989
7990 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
7991 defun-prompt-regexp.
7992
7993 2005-06-12 Eli Zaretskii <eliz@gnu.org>
7994
7995 * loadup.el: Don't say we are dumping under 2 names on windows-nt
7996 and cygwin.
7997
7998 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
7999 Don't use an old loaddefs.el, as in Makefile.in.
8000
8001 2005-06-12 Lute Kamstra <lute@gnu.org>
8002
8003 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8004
8005 * man.el (Man-mode-map): Initialize it properly.
8006 (Man-mode): Set mode-class property to special.
8007
8008 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8009
8010 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8011
8012 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8013 A newline is needed in the docstring there.
8014
8015 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8016 Doc fixes.
8017
8018 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8019
8020 * printing.el: Doc fix. The menubar is no more changed when printing
8021 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8022 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8023 (pr-version): New version number (6.8.4).
8024 (pr-menu-bind): New command.
8025 (pr-update-menus): Docstring and code fix.
8026 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8027 Docstring fix.
8028 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8029 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8030
8031 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8032
8033 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8034 "Returns" to "return", document useful return values, etc.
8035
8036 2005-06-11 Alan Mackenzie <acm@muc.de>
8037
8038 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8039 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8040 (adaptive-file-function): Minor amendment to doc-string.
8041
8042 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8043
8044 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8045 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8046 Fix :type--it is `integer', not `string'.
8047
8048 * faces.el (modeline-highlight): Rename from (the erroneous)
8049 `modeline-higilight'.
8050
8051 2005-06-11 Lute Kamstra <lute@gnu.org>
8052
8053 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8054 lisp-interaction-mode-map but make it the parent.
8055 (edebug-eval-mode): Use define-derived-mode.
8056
8057 2005-06-11 Andreas Schwab <schwab@suse.de>
8058
8059 * bindings.el: Add binding of `ESC functionkey' for every
8060 `M-functionkey'.
8061 * hexl.el (hexl-mode-map): Likewise.
8062
8063 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8064
8065 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8066 [msft]: update regexp for newer msft compilers.
8067
8068 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8069
8070 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8071 ATTLIST portions of included DTDs.
8072 (xml-parse-dtd): Eliminate use of inefficient match-data.
8073
8074 2005-06-10 Miles Bader <miles@gnu.org>
8075
8076 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8077 (mpuz-text): Remove "-face" suffix from face names.
8078 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8079 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8080 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8081
8082 * play/gomoku.el (gomoku-O, gomoku-X):
8083 Remove "-face" suffix from face names.
8084 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8085 New backward-compatibility aliases for renamed faces.
8086 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8087
8088 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8089
8090 * thumbs.el: Fixes for changes of 2005-06-09.
8091 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8092 as a directory.
8093 (thumbs-thumbname): Remove directory separator from format string;
8094 `thumbs-thumbsdir' now returns a valid directory name.
8095 (thumbs-temp-dir): New defsubst.
8096 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8097 Use it.
8098
8099 * cus-edit.el (minibuffer):
8100 * files.el (make-backup-file-name-function):
8101 * filesets.el (filesets-external-viewers):
8102 * hilit-chg.el (highlight-changes-colours)
8103 (highlight-changes-face-list, highlight-changes-rotate-faces):
8104 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8105 * kmacro.el (kmacro-call-macro):
8106 * log-edit.el (log-edit-changelog-full-paragraphs):
8107 * mouse.el (mouse-1-click-follows-link):
8108 * skeleton.el (skeleton-autowrap):
8109 * subr.el (insert-for-yank-1):
8110 * tempo.el (tempo-insert-region):
8111 * terminal.el (terminal-emulator):
8112 * time.el (display-time-mail-face):
8113 * vc.el (vc-annotate):
8114 * vcursor.el (vcursor-copy-line):
8115 * woman.el (woman-bold-headings, woman-ignore)
8116 (woman-default-faces, woman-monochrome-faces):
8117 * calendar/todo-mode.el (todo-insert-threshold):
8118 * emulation/pc-select.el (pc-select-selection-keys-only)
8119 (pc-selection-mode):
8120 * emulation/vip.el (vip-find-char-forward):
8121 * emulation/viper-cmd.el (viper-find-char-forward):
8122 * international/mule-cmds.el
8123 (select-safe-coding-system-accept-default-p)
8124 (input-method-exit-on-invalid-key):
8125 * international/mule-diag.el (describe-coding-system):
8126 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8127 * net/browse-url.el (browse-url-xterm-program):
8128 * obsolete/lazy-lock.el (lazy-lock-mode):
8129 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8130 (cperl-mode):
8131 * progmodes/cpp.el (cpp-face-light-name-list)
8132 (cpp-face-dark-name-list):
8133 * progmodes/delphi.el (delphi-newline-always-indents):
8134 Fix spellings in docstrings.
8135
8136 * ido.el (ido-mode, ido-file-extensions-order)
8137 (ido-default-file-method, ido-default-buffer-method)
8138 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8139 (ido-decorations, ido-read-file-name-as-directory-commands)
8140 (ido-read-file-name-non-ido, ido-work-directory-list)
8141 (ido-ignore-item-temp-list, ido-current-directory)
8142 (ido-magic-forward-char, ido-enter-find-file)
8143 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8144 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8145
8146 2005-06-10 Lute Kamstra <lute@gnu.org>
8147
8148 * play/dunnet.el (dun-mode): Use define-derived-mode.
8149 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8150 obsolete alias.
8151
8152 * play/doctor.el (doctor-mode-map): Remove defvar.
8153 (doctor-mode): Use define-derived-mode.
8154
8155 * mail/mspools.el (mspools-mode):
8156 * net/eudc-hotlist.el (eudc-hotlist-mode):
8157 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8158
8159 2005-06-10 Miles Bader <miles@gnu.org>
8160
8161 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8162 Remove "-face" suffix from face names.
8163 (flyspell-incorrect-face, flyspell-duplicate-face):
8164 New backward-compatibility aliases for renamed faces.
8165 (flyspell-mode-on, make-flyspell-overlay)
8166 (flyspell-highlight-incorrect-region)
8167 (flyspell-highlight-duplicate-region)
8168 (flyspell-display-next-corrections)
8169 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8170
8171 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8172 from face name.
8173 (texinfo-heading-face): New backward-compatibility alias for
8174 renamed face.
8175 (texinfo-heading-face): Use renamed texinfo-heading face.
8176
8177 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8178 suffix from face names.
8179 (tex-math-face, tex-verbatim-face):
8180 New backward-compatibility aliases for renamed faces.
8181 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8182 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8183 literal face name.
8184
8185 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8186 name.
8187 (table-cell-face): New backward-compatibility alias for renamed face.
8188 (table--put-cell-face-property, table--update-cell-face):
8189 Use renamed table-cell face.
8190
8191 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8192 from face name.
8193 (sgml-namespace-face): New backward-compatibility alias for
8194 renamed face.
8195 (sgml-namespace-face): Use renamed sgml-namespace face.
8196
8197 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8198 (org-level-4, org-level-5, org-level-6, org-level-7)
8199 (org-level-8, org-warning, org-headline-done)
8200 (org-deadline-announce, org-scheduled-today)
8201 (org-scheduled-previously, org-link, org-done, org-table)
8202 (org-time-grid): Remove "-face" suffix from face names.
8203 (org-level-1-face, org-level-2-face, org-level-3-face)
8204 (org-level-4-face, org-level-5-face, org-level-6-face)
8205 (org-level-7-face, org-level-8-face, org-warning-face)
8206 (org-headline-done-face, org-deadline-announce-face)
8207 (org-scheduled-today-face, org-scheduled-previously-face)
8208 (org-link-face, org-done-face, org-table-face)
8209 (org-time-grid-face):
8210 New backward-compatibility aliases for renamed faces.
8211 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8212 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8213 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8214 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8215
8216 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8217 (viper-minibuffer-emacs, viper-minibuffer-insert)
8218 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8219 (viper-search-face, viper-replace-overlay-face)
8220 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8221 (viper-minibuffer-vi-face):
8222 New backward-compatibility aliases for renamed faces.
8223 (viper-search-face, viper-replace-overlay-face)
8224 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8225 (viper-minibuffer-vi-face): Use renamed viper faces.
8226
8227 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8228 Remove "-face" suffix from face names.
8229 (testcover-nohits-face, testcover-1value-face):
8230 New backward-compatibility aliases for renamed faces.
8231 (testcover-mark): Use renamed testcover faces.
8232
8233 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8234 face name.
8235 (diary-button-face): New backward-compatibility alias for renamed face.
8236 (diary-entry): Use renamed diary-button face.
8237
8238 * calendar/calendar.el (diary, calendar-today, holiday)
8239 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8240 (diary-face, calendar-today-face, holiday-face):
8241 New backward-compatibility aliases for renamed faces.
8242 (eval-after-load "facemenu", diary-entry-marker)
8243 (calendar-today-marker, calendar-holiday-marker, diary-face):
8244 Use renamed calendar faces.
8245
8246 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8247 (compare-windows-face): New backward-compatibility alias for
8248 renamed face.
8249 (compare-windows-highlight): Use renamed compare-windows face.
8250
8251 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8252 (strokes-char-face): New backward-compatibility alias for renamed face.
8253 (strokes-encode-buffer): Use renamed strokes-char face.
8254
8255 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8256 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8257 Remove "-face" suffix from face names.
8258 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8259 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8260 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8261 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8262 Use renamed pcvs faces.
8263 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8264 * pcvs-defs.el (cvs-mode-map): Likewise.
8265 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8266
8267 * info.el (info-title-1, info-title-2, info-title-3)
8268 (info-title-4): Remove "-face" suffix from and downcase face names.
8269 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8270 (Info-title-4-face):
8271 New backward-compatibility aliases for renamed faces.
8272 (Info-fontify-node): Use renamed info faces.
8273
8274 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8275 Remove "-face" suffix from face names.
8276 (highlight-changes-face, highlight-changes-delete-face):
8277 New backward-compatibility aliases for renamed faces.
8278 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8279 (hilit-chg-make-list): Use renamed highlight-changes faces.
8280
8281 * generic-x.el (show-tabs-tab, show-tabs-space):
8282 Remove "-face" suffix from face names.
8283 (show-tabs-tab-face, show-tabs-space-face):
8284 New backward-compatibility aliases for renamed faces.
8285 (show-tabs-generic-mode-font-lock-defaults-1)
8286 (show-tabs-generic-mode-font-lock-defaults-2):
8287 Use renamed show-tabs faces.
8288
8289 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8290 (smerge-markers): Remove "-face" suffix from face names.
8291 (smerge-mine-face, smerge-other-face, smerge-base-face)
8292 (smerge-markers-face):
8293 New backward-compatibility aliases for renamed faces.
8294 (smerge-mine-face, smerge-other-face, smerge-base-face)
8295 (smerge-markers-face): Use renamed smerge faces.
8296
8297 * log-view.el (log-view-file, log-view-message): Remove "-face"
8298 suffix from face names.
8299 (log-view-file-face, log-view-message-face):
8300 New backward-compatibility aliases for renamed faces.
8301 (log-view-file-face, log-view-message-face): Use renamed log-view
8302 faces.
8303
8304 * paren.el (show-paren-match, show-paren-mismatch):
8305 Remove "-face" suffix from face names.
8306 (show-paren-match-face, show-paren-mismatch-face):
8307 New backward-compatibility aliases for renamed faces.
8308 (show-paren-function): Use renamed show-paren faces.
8309
8310 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8311 (ruler-mode-margins, ruler-mode-fringes)
8312 (ruler-mode-column-number, ruler-mode-fill-column)
8313 (ruler-mode-comment-column, ruler-mode-goal-column)
8314 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8315 suffix from face names.
8316 (ruler-mode-default-face, ruler-mode-pad-face)
8317 (ruler-mode-margins-face, ruler-mode-fringes-face)
8318 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8319 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8320 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8321 New backward-compatibility aliases for renamed faces.
8322 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8323 (ruler-mode-column-number, ruler-mode-fill-column)
8324 (ruler-mode-comment-column, ruler-mode-goal-column)
8325 (ruler-mode-tab-stop, ruler-mode-current-column)
8326 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8327 faces.
8328
8329 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8330 face name.
8331 (whitespace-highlight-the-space): Use renamed face.
8332 (whitespace-highlight-face): New backward-compatibility alias for
8333 renamed face.
8334
8335 * woman.el (woman-italic, woman-bold, woman-unknown)
8336 (woman-addition, woman-symbol-face):
8337 Remove "-face" suffix from face names.
8338 (woman-italic-face, woman-bold-face, woman-unknown-face)
8339 (woman-addition-face):
8340 New backward-compatibility aliases for renamed faces.
8341 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8342 (woman-decode-region, woman-replace-match)
8343 (woman-display-extended-fonts, woman-special-characters)
8344 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8345 Use renamed woman faces.
8346
8347 * longlines.el (longlines-visible-face): Face removed.
8348
8349 * diff-mode.el (diff-header, diff-file-header, diff-index)
8350 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8351 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8352 suffix from face names.
8353 (diff-header-face, diff-file-header-face, diff-index-face)
8354 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8355 (diff-changed-face, diff-function-face, diff-context-face)
8356 (diff-nonexistent-face): New backward-compatibility aliases for
8357 renamed faces.
8358 (diff-header-face, diff-file-header-face)
8359 (diff-index, diff-index-face, diff-hunk-header)
8360 (diff-hunk-header-face, diff-removed, diff-removed-face)
8361 (diff-added, diff-added-face, diff-changed-face, diff-function)
8362 (diff-function-face, diff-context-face, diff-nonexistent)
8363 (diff-nonexistent-face): Use renamed diff-mode faces.
8364
8365 * progmodes/compile.el (compilation-warning-face)
8366 (compilation-info-face): Remove "-face" suffix from face names.
8367 (compilation-warning-face, compilation-info-face):
8368 New backward-compatibility aliases for renamed faces.
8369 (compilation-warning-face, compilation-info-face):
8370 Use renamed compilation faces.
8371
8372 * add-log.el (change-log-date, change-log-name)
8373 (change-log-email, change-log-file, change-log-list)
8374 (change-log-conditionals, change-log-function)
8375 (change-log-acknowledgement): Remove "-face" suffix from face names.
8376 (change-log-date-face, change-log-name-face)
8377 (change-log-email-face, change-log-file-face)
8378 (change-log-list-face, change-log-conditionals-face)
8379 (change-log-function-face, change-log-acknowledgement-face):
8380 New backward-compatibility aliases for renamed faces.
8381 (change-log-font-lock-keywords): Use renamed change-log faces.
8382
8383 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8384 (custom-set, custom-changed, custom-saved, custom-button)
8385 (custom-button-pressed, custom-documentation, custom-state)
8386 (custom-comment, custom-comment-tag, custom-variable-tag)
8387 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8388 (custom-group-tag): Remove "-face" suffix from face names.
8389 (custom-magic-alist, custom-magic-value-create)
8390 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8391 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8392 (custom-set-face, custom-changed-face, custom-saved-face)
8393 (custom-button-face, custom-button-pressed-face)
8394 (custom-documentation-face, custom-state-face)
8395 (custom-comment-face, custom-comment-tag-face)
8396 (custom-variable-tag-face, custom-variable-button-face)
8397 (custom-face-tag-face, custom-group-tag-face-1)
8398 (custom-group-tag-face):
8399 New backward-compatibility aliases for renamed faces.
8400
8401 * wid-edit.el (widget-documentation, widget-button)
8402 (widget-field, widget-single-line-field, widget-inactive)
8403 (widget-button-pressed): "-face" suffix removed from face names.
8404 (widget-documentation-face, widget-button-face)
8405 (widget-field-face, widget-single-line-field-face)
8406 (widget-inactive-face, widget-button-pressed-face):
8407 New backward-compatibility aliases for renamed faces.
8408 (widget-documentation-face, widget-button-face)
8409 (widget-button-pressed-face, widget-specify-field)
8410 (widget-specify-inactive): Use renamed widget faces.
8411
8412 2005-06-10 Kenichi Handa <handa@m17n.org>
8413
8414 * term/x-win.el (x-clipboard-yank): Remove condition-case
8415 wrapping.
8416
8417 2005-06-11 Kenichi Handa <handa@m17n.org>
8418
8419 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8420 date lines stricter.
8421
8422 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8423
8424 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8425 of x-get-selection.
8426
8427 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8428
8429 * comint.el (comint-mode, comint-snapshot-last-prompt):
8430 * frame.el (frame-current-scroll-bars):
8431 * term.el (term-mode, term-check-proc, term-input-sender)
8432 (term-simple-send, term-extract-string, term-word)
8433 (term-match-partial-filename):
8434 * window.el (window-current-scroll-bars):
8435 * emulation/cua-base.el (cua-normal-cursor-color)
8436 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8437 (cua-global-mark-cursor-color):
8438 * mail/undigest.el (rmail-forward-separator-regex):
8439 Fix typos in docstrings.
8440
8441 * comint.el (comint-check-proc, make-comint-in-buffer)
8442 (comint-source-default): Doc fixes.
8443
8444 * term.el (term-send-string): Improve argument/docstring consistency.
8445
8446 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8449 call to `delete-region'.
8450 (comint-mode-hook): Do not enable Font Lock by default.
8451
8452 2005-06-09 Lute Kamstra <lute@gnu.org>
8453
8454 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8455 could be void.
8456
8457 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8458
8459 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8460 (debug): Use it.
8461 (debugger-step-through, debugger-continue, debugger-jump)
8462 (debugger-return-value): Set it when needed.
8463 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8464 Use inhibit-read-only.
8465
8466 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8467
8468 * window.el (shrink-window-if-larger-than-buffer)
8469 (window-size-fixed): Fix typo in docstring.
8470
8471 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8472 thumbnails directory on loading.
8473 (thumbs-conversion-program): Use `eq' to check the system type,
8474 not `equal'.
8475 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8476 not "/tmp". Fix docstring.
8477 (thumbs-thumbsdir): New function to return the thumbnails
8478 directory, creating it if needed.
8479 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8480 (thumbs-temp-file): Delete variable and make it into a function.
8481 (thumbs-resize-image, thumbs-modify-image): Use it.
8482 (thumbs-kill-buffer): Simplify.
8483 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8484 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8485 docstrings.
8486
8487 2005-06-09 Kim F. Storm <storm@cua.dk>
8488
8489 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8490 set-match-data to free markers in match-data.
8491
8492 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8493 match-data to unchain markers in match-data.
8494
8495 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8498 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8499 unnecessary now.
8500
8501 2005-06-08 Richard M. Stallman <rms@gnu.org>
8502
8503 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8504 give the variable a doc string that doesn't say don't set it directly.
8505
8506 * textmodes/ispell.el (ispell-check-version):
8507 Use match-string-no-properties.
8508 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8509 (ispell-buffer-local-words): Likewise.
8510
8511 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8512 except on terminals with enough colors to really display it.
8513 (makefile-dependency-regex): Delete spurious `bb'.
8514
8515 * faces.el (escape-glyph): Use blue once again in last case.
8516 (no-break-space): Redefine so that it isn't invisible on a tty.
8517
8518 2005-06-08 Kim F. Storm <storm@cua.dk>
8519
8520 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8521 also when reading directory name.
8522
8523 2005-06-08 Lute Kamstra <lute@gnu.org>
8524
8525 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8526 (flyspell-mode-line-string): Remove autoload cookie.
8527 (flyspell-mode): Remove defvar.
8528
8529 2005-06-07 Lute Kamstra <lute@gnu.org>
8530
8531 * textmodes/org.el (org-run-mode-hooks): New function.
8532 (org-agenda-mode): Use it.
8533
8534 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8535
8536 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8537
8538 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8541
8542 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
8543
8544 * font-lock.el (font-lock-add-keywords): Doc fix.
8545
8546 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8547
8548 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8549 (tex-compile-default): In the absence of any history, use the order in
8550 tex-compile-alist to choose the preferred command.
8551 (tex-compile-commands): Reorder a bit.
8552
8553 * textmodes/flyspell.el (flyspell-auto-correct-binding)
8554 (flyspell-incorrect-face, flyspell-duplicate-face):
8555 Use (X)Emacs-agnostic code.
8556 (flyspell-mode-map): Don't overwrite at each load. Remove code
8557 redundant with the subsequent add-minor-mode. Merge Emacs and
8558 XEmacs code.
8559 (flyspell-word): Minor simplification.
8560 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8561 (flyspell-external-point-words): Remove unused vars `size' and `start'.
8562 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8563 Merge the corresponding Emacs code.
8564 (flyspell-correct-word, flyspell-xemacs-popup):
8565 Use flyspell-do-correct.
8566
8567 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8568 a dedicated window.
8569
8570 * international/latexenc.el (latexenc-find-file-coding-system):
8571 Undo part of last patch, to turn off a compiler warning.
8572
8573 2005-06-06 Juri Linkov <juri@jurta.org>
8574
8575 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8576 Rename `tmm-inactive-face' to `tmm-inactive'.
8577
8578 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
8579
8580 * iswitchb.el: Rename faces.
8581
8582 2005-06-06 Kim F. Storm <storm@cua.dk>
8583
8584 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8585 (cua-global-mark): Remove -face suffix from face names.
8586
8587 * emulation/cua-gmrk.el (cua--init-global-mark):
8588 Remove cua-global-mark face setup.
8589
8590 2005-06-06 Richard M. Stallman <rms@gnu.org>
8591
8592 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8593 just like other allowed characters.
8594 (makefile-match-dependency): Exclude leading and training whitespace
8595 from the range of regexp subexp 1.
8596 (makefile-macroassign-regex): Don't try to match the body,
8597 just the name of the macro being defined.
8598
8599 * info.el (Info-read-node-name-2): New function.
8600 (Info-read-node-name-1): Use that.
8601 Add a completion-base-size-function property.
8602
8603 * simple.el (completion-setup-function): Look for
8604 completion-base-size-function property of minibuffer-completion-table.
8605
8606 * files.el (locate-file-completion): Doc fix.
8607
8608 * printing.el: Don't call pr-update-menus; user must do that.
8609
8610 * emacs-lisp/debug.el (debugger-window): New variable.
8611 (debug): Use debugger-window if it is set and still alive.
8612 Record debugger-window for next entry.
8613
8614 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8615
8616 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
8617
8618 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8619 (hack-one-local-variable, hack-local-variables)
8620 (hack-local-variables-prop-line): Pass that arg.
8621
8622 2005-06-06 Kim F. Storm <storm@cua.dk>
8623
8624 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8625 (ido-indicator): Remove -face suffix from face names.
8626
8627 2005-06-06 Juri Linkov <juri@jurta.org>
8628
8629 * font-lock.el (font-lock-regexp-backslash)
8630 (font-lock-regexp-backslash-construct): New faces.
8631 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
8632 after `('. Add `while-no-input' to control structures.
8633
8634 * faces.el (no-break-space, shadow): New faces.
8635 (escape-glyph): Use less loud colors pink2 and red4.
8636
8637 * diff-mode.el (diff-context-face)
8638 * dired.el (dired-ignored)
8639 * rfn-eshadow.el (file-name-shadow)
8640 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8641
8642 * info.el (Info-title-1-face): Use green instead of yellow because
8643 bold yellow is not readable on light backgrounds.
8644
8645 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8646 before selecting the desired mode to not spend time fontifying
8647 old contents.
8648
8649 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
8650
8651 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8652 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8653
8654 * ps-print.el (ps-default-fg, ps-default-bg):
8655 Fix typos in docstrings.
8656
8657 * isearchb.el (isearchb): Don't pass a spurious second argument to
8658 `iswitchb-completions'.
8659
8660 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
8661
8662 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8663 to preserve point.
8664 (gdb-find-file-hook): Add doc string.
8665
8666 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8667 C dereferenced pointer expression.
8668 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
8669
8670 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8671
8672 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8673 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8674 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8675 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8676 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8677 Make background transparent.
8678
8679 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8680
8681 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
8682 (font-lock-remove-keywords): Doc fix.
8683 (font-lock-mode-major-mode): Compiler defvar.
8684 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8685
8686 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8687 (font-lock-mode): Update `font-lock-mode-major-mode'.
8688 (font-lock-set-defaults): Compiler defvar.
8689 (font-lock-default-function): Take `font-lock-mode-major-mode'
8690 into account.
8691
8692 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8693 keep track of which major mode it enabled the minor mode for.
8694 Use find-file-hook again. Update docstring.
8695
8696 * simple.el (eval-expression-print-level)
8697 (eval-expression-print-length, eval-expression-debug-on-error):
8698 Doc fixes.
8699
8700 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
8701
8702 * iswitchb.el (iswitchb-single-match-face)
8703 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8704 (iswitchb-invalid-regexp-face): New faces.
8705 (iswitchb-completions): Use them.
8706 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8707 now marked as an obsolete alias.
8708 (iswitchb-read-buffer): Remove check for bound font variables.
8709 (iswitchb-invalid-regexp): New free variable.
8710 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8711 set iswitchb-invalid-regexp.
8712 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8713 invalid regexps.
8714 (iswitchb-completions): Add check for complete match when entering
8715 a regexp.
8716 (iswitchb-completions): Remove require-match argument.
8717 (iswitchb-exhibit): Fix caller.
8718 (iswitchb-common-match-inserted): New variable.
8719 (iswitchb-complete, iswitchb-completion-help): Use it.
8720
8721 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
8722
8723 * url-http.el (url-http-chunked-encoding-after-change-function):
8724 Use `url-http-debug' instead of `message'.
8725
8726 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
8727
8728 * url-http.el (url-http-parse-headers): Pass redirected URL as a
8729 callback argument.
8730
8731 2005-06-04 Kim F. Storm <storm@cua.dk>
8732
8733 * simple.el (line-move): Only call sit-for when moving backwards.
8734
8735 * ido.el (ido-make-merged-file-list-1): New defun split from
8736 ido-make-merged-file-list.
8737 (ido-make-merged-file-list): Bind throw-on-input around call to
8738 ido-make-merged-file-list-1. Return input-pending-p if
8739 interrupted by more input available.
8740 (ido-read-internal): Handle input-pending-p return value from
8741 ido-make-merged-file-list.
8742
8743 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8746 compatibility code.
8747
8748 * international/latexenc.el (latexenc-find-file-coding-system):
8749 Don't inherit the EOL part of the coding-system from the
8750 tex-main buffer. Fit within 80 columns.
8751
8752 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
8753
8754 * tmm.el (tmm-inactive-face): New face.
8755 (tmm-remove-inactive-mouse-face): New function.
8756 (tmm-prompt, tmm-add-one-shortcut)
8757 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8758 but not selectable.
8759
8760 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
8761
8762 * faces.el (face-equal): Improve argument/docstring consistency.
8763
8764 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
8765
8766 * progmodes/make-mode.el (makefile-targets-face)
8767 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8768 (makefile-bsdmake-dependency-regex)
8769 (makefile-makepp-rule-action-regex)
8770 (makefile-bsdmake-rule-action-regex): New constants.
8771 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8772
8773 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8774 Allow (...) within `...' for makepp messages.
8775
8776 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
8777
8778 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
8779
8780 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
8781 "." files are deleted from all file lists before comparison.
8782
8783 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8784 (viper-ESC-key): Made them customizable.
8785
8786 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
8787
8788 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
8789
8790 * autorevert.el (auto-revert-buffers): Use save-match-data.
8791
8792 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
8795 menu items with a nil command binding.
8796
8797 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
8798
8799 * emacs-lisp/cl-macs.el (defsetf):
8800 Improve argument/docstring consistency.
8801
8802 * faces.el (list-faces-display): Improve the formatting by
8803 computing the maximum length required for any face-name (reworked
8804 patch of 1999-01-11, accidentally deleted on 1999-07-21).
8805 (internal-find-face): Remove redundant info in docstring.
8806
8807 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
8808
8809 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
8810 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
8811 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
8812 (gdb-assembler-custom): Improve regexps.
8813 (def-gdb-auto-update-handler): Use window point to preserve point.
8814
8815 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8816
8817 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
8818
8819 2005-05-31 Jay Belanger <belanger@truman.edu>
8820
8821 * calc/calc-embed.el (calc-embedded-word): Change argument passed
8822 to calc-embedded.
8823 (calc-embedded-make-info): Have plain prefix argument select
8824 entire line.
8825
8826 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
8827
8828 * faces.el (list-faces-display): Signal error if passed a regexp
8829 that matches no face name.
8830
8831 * simple.el (filter-buffer-substring): Fix typo in docstring.
8832
8833 2005-05-31 Richard M. Stallman <rms@gnu.org>
8834
8835 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
8836 (vhdl-emacs-21): Doc fix.
8837 (vhdl-mode): Unconditionally set comment-padding.
8838 (vhdl-fixup-whitespace-region): Insert spaces only where
8839 there are none.
8840 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
8841
8842 2005-05-30 John Wiegley <johnw@newartisans.com>
8843
8844 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8845 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
8846 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
8847 `directory-sep-char' to ?/, and all uses of `string-to-int' to
8848 `string-to-number'.
8849
8850 2005-05-30 Jay Belanger <belanger@truman.edu>
8851
8852 * calc/calc.el (calc-bug-address): Fix docstring.
8853 (calc-window-hook, calc-trail-window-hook): New variables.
8854 (calc-trail-display): Restore use of calc-trail-window-hook.
8855 (calc): Restore use of calc-window-hook.
8856
8857 2005-05-31 Masatake YAMATO <jet@gyve.org>
8858
8859 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
8860
8861 * help-fns.el (help-C-file-name): Add autoload mark for
8862 `find-function-noselect'.
8863
8864 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
8867 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
8868
8869 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8870
8871 * calendar/diary-lib.el (mark-included-diary-files): Only kill
8872 included diary buffer if it was not already being visited.
8873 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
8874
8875 * calendar/icalendar.el (top-level): Do not require 'appt.
8876
8877 * mail/supercite.el (sc-select-attribution): Only use a list
8878 element from sc-attrib-selection-list if it returns a string.
8879 Reported by Davide G. M. Salvetti <salve@debian.org>.
8880
8881 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
8882
8883 * thumbs.el (thumbs-thumbname): The resulting thumbname now
8884 includes a hash value to improve its uniqueness, and has a ".jpg"
8885 extension. Also, it is now a valid filename on all systems.
8886 (thumbs-make-thumb): Use `let', not `let*'.
8887 (thumbs-show-thumbs-list): Check for JPEG availability.
8888
8889 2005-05-30 Richard M. Stallman <rms@gnu.org>
8890
8891 * filesets.el (filesets-menu-ensure-use-cached):
8892 Prevent warning when emacs-version>= is undefined.
8893
8894 * printing.el (pr-interactive-n-up): Use string-to-number.
8895
8896 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
8897
8898 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
8899 Warn only when name to be defined is quoted.
8900
8901 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
8902
8903 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
8904 Make regexp more robust.
8905 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
8906 Force regeneration of disassembly.
8907
8908 2005-05-29 Jay Belanger <belanger@truman.edu>
8909
8910 * calc/calc.el (calc-user-invocation): Check if
8911 calc-invocation-macro is non-nil.
8912
8913 2005-05-29 Juri Linkov <juri@jurta.org>
8914
8915 * add-log.el (change-log-font-lock-keywords):
8916 Add `+' to e-mail regexp to accept mail address with keywords.
8917
8918 * man.el (Man-name-regexp): Add `:' to accept qualified names.
8919
8920 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8921
8922 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
8923
8924 * ielm.el (inferior-emacs-lisp-mode): Ditto.
8925
8926 2005-05-29 Richard M. Stallman <rms@gnu.org>
8927
8928 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8929 Undo the change that moves to end of the current word.
8930
8931 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
8932
8933 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
8934 Throw error when count <= 0 to ensure input is a number.
8935 (gdb-read-memory-custom): Pick up address from buffer.
8936 (gdb-memory-mode): Allow user to increment and decrement
8937 memory address from header line.
8938
8939 2005-05-29 Richard M. Stallman <rms@gnu.org>
8940
8941 * flyspell.el (flyspell-version): Function deleted.
8942 (flyspell-auto-correct-previous-hook): Doc fix.
8943
8944 * jit-lock.el (jit-lock-function, jit-lock-after-change):
8945 Do nothing if memory is full.
8946
8947 * font-lock.el (font-lock-fontify-syntactically-region):
8948 Pass t for GREEDY to looking-back.
8949
8950 * saveplace.el (save-place-alist-to-file): Write the file
8951 using write-region.
8952
8953 * subr.el (looking-back): New argument GREEDY.
8954
8955 * progmodes/compile.el (compilation-start): Set the mode
8956 before inserting the initial text.
8957
8958 * progmodes/which-func.el (which-func-update-1): Turn the mode
8959 off in case of error by setting which-func-mode.
8960
8961 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
8962
8963 * flyspell.el (flyspell-auto-correct-previous-word):
8964 Narrow down to what's on the screen, and recenter overlays
8965 at the end of the next word.
8966
8967 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
8968
8969 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
8970 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
8971 (flyspell-abbrev-p): Default to nil.
8972 (flyspell-use-global-abbrev-table-p): Doc fix.
8973 (flyspell-large-region): Allow nil as value.
8974 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
8975
8976 (mail-mode-flyspell-verify): More robust handling
8977 of `mail-header-separator'. More efficient signature detection.
8978 Allow for regexp metacharacters in message-header-separator.
8979 Adding `To' not to be checked in mail-mode-flyspell-verify.
8980
8981 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
8982 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
8983 Bind flyspell-auto-correct-binding.
8984 Bind C-. and C-, .
8985 (flyspell-mode-map): Likewise.
8986 (flyspell-mode): Doc fix.
8987 (flyspell-accept-buffer-local-defs): Preserve current buffer.
8988 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
8989 (flyspell-word-cache-result): New var, always local.
8990 (flyspell-check-pre-word-p): Doc fix.
8991 (flyspell-check-changed-word-p): Handle spc like newline.
8992 (flyspell-post-command-hook): Set flyspell-word-cache-result.
8993 (flyspell-word-search-backward, flyspell-word-search-forward):
8994 New functions.
8995 (flyspell-word): Return t if nothing to check.
8996 When parsing TeX code, check for after } or \.
8997 Use flyspell-word-search-backward to find previous word.
8998 Return nil if duplicated word.
8999 For word already checked, return same value as last time.
9000 Set flyspell-word-cache-result after checking.
9001 Don't clobber the return value.
9002 (flyspell-get-word): Major rewrite.
9003 (flyspell-external-point-words): New locals pword, pcount.
9004 Fix size used in progress message.
9005 Find the proper corresponding word in flyspell-large-region-buffer.
9006 (flyspell-region): Check for flyspell-large-region = nil.
9007 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9008 (flyspell-auto-correct-word): Check that WORD is a cons.
9009 (flyspell-correct-word): Likewise.
9010
9011 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9012
9013 * progmodes/make-mode.el (makefile-rule-action-regex)
9014 (makefile-macroassign-regex, makefile-makepp-mode)
9015 (makefile-bsdmake-mode): Continuation lines may be empty.
9016 Reported by Joshua Varner.
9017 (makefile-makepp-font-lock-keywords): Add $(stem).
9018
9019 2005-05-28 Karl Berry <karl@gnu.org>
9020
9021 * textmodes/tex-mode.el: Now that tex-send-command calls
9022 shell-quote-argument (2005-03-31 change), remove all calls to
9023 shell-quote-argument; they all end up invoking tex-send-command.
9024 The double quoting loses on filenames with non-safe characters,
9025 such as "@". Reported by Frederik Fouvry.
9026
9027 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9028
9029 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9030 about preserving point.
9031
9032 2005-05-27 Jay Belanger <belanger@truman.edu>
9033
9034 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9035 Info-goto-node.
9036
9037 * calc/calc-embed.el (calc-embed-arg): New variable.
9038 (calc-do-embedded-activate, calc-embedded-activate-formula)
9039 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9040 variable by new variable.
9041 (calc-embedded-make-info): Replace undeclared variable by new
9042 variable. When selecting region with positive prefix
9043 argument, use end of previous line instead of beginning of line.
9044
9045 * calc/calc-aent.el (calc-arg-values): Declare it.
9046
9047 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9048 Declare them.
9049
9050 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9051
9052 * calc/calc.el (calc-alg-map): Declare it.
9053
9054 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9055
9056 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9057
9058 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9059 (gdb-registers-buffer, toggle-gdb-all-registers):
9060 Toggle display of floating point registers.
9061 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9062
9063 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9064 (toggle-gud-tooltip-dereference):
9065 Rename from gud-toggle-tooltip-dereference.
9066
9067 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9070
9071 2005-05-27 Jay Belanger <belanger@truman.edu>
9072
9073 * calc/calc-prog.el (calc-kbd-report): Remove.
9074 (calc-kbd-query): Rewrite.
9075
9076 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9077
9078 * image.el (image-library-alist): Move to image.c.
9079 (image-type-available-p): Doc fix.
9080
9081 2005-05-27 Lute Kamstra <lute@gnu.org>
9082
9083 * calc/calc.el (calc):
9084 * outline.el (outline-1, outline-2, outline-3, outline-4)
9085 (outline-5, outline-6, outline-7, outline-8):
9086 * textmodes/dns-mode.el (dns-mode):
9087 * textmodes/sgml-mode.el (sgml-namespace-face):
9088 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9089 (tex-verbatim-face, tex-use-reftex):
9090 * textmodes/texinfo.el (texinfo-heading-face):
9091 Specify customization group.
9092
9093 * longlines.el: Don't require easy-mmode.
9094 (longlines-visible-face): Specify customization group.
9095
9096 2005-05-27 Kenichi Handa <handa@m17n.org>
9097
9098 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9099 encoding table of windows-1251.
9100
9101 * international/ucs-tables.el (ucs-set-table-for-input):
9102 If translation-table-for-input of a coding system is a symbol, get
9103 its translation-table property.
9104
9105 * international/code-pages.el: Don't register a coding system into
9106 non-iso-charset-alist more than once.
9107 (cp-make-coding-system): Likewise.
9108
9109 2005-05-26 John Wiegley <johnw@newartisans.com>
9110
9111 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9112 `eshell-resume-eval' is wrapped in a list, it indicates that the
9113 command was run asynchronously. In that case, unwrap the value
9114 before checking the delimiter value.
9115
9116 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9117 character before a space at the end of a line is \, assume the space
9118 is part of the last argument rather than a final argument separator.
9119
9120 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9121 is in use, and the target is `t' or `nil' (which are the most common
9122 values), don't assume that the symbol target is a buffer.
9123
9124 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9125
9126 * calendar/calendar.el (calendar-mode-line-format):
9127 Use mode-line-highlight as mouse-face.
9128
9129 * time.el (display-time-string-forms, display-time-update):
9130 Use mode-line-highlight as mouse-face.
9131
9132 2005-05-26 Jay Belanger <belanger@truman.edu>
9133
9134 * calc/calc.el (calc-language-alist): Remove extra defvar.
9135
9136 2005-05-26 Lute Kamstra <lute@gnu.org>
9137
9138 * arc-mode.el (archive-mode):
9139 * bookmark.el (bookmark-read-annotation-mode)
9140 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9141 * bs.el (bs-mode):
9142 * calc/calc-yank.el (calc-edit-mode):
9143 * calc/calc.el (calc-mode, calc-trail-mode):
9144 * calculator.el (calculator-mode):
9145 * chistory.el (command-history-mode):
9146 * comint.el:
9147 * cus-edit.el (custom-mode):
9148 * descr-text.el (describe-text-mode):
9149 * ebuff-menu.el (Electric-buffer-menu-mode):
9150 * ediff-util.el (ediff-mode):
9151 * emacs-lisp/re-builder.el (reb-mode):
9152 * emulation/vi.el (vi-mode-setup):
9153 * emulation/ws-mode.el (wordstar-mode):
9154 * eshell/esh-mode.el (eshell-mode):
9155 * forms.el (forms-mode):
9156 * help-mode.el (help-mode):
9157 * hexl.el (hexl-mode):
9158 * ibuffer.el (ibuffer-mode):
9159 * ielm.el (inferior-emacs-lisp-mode):
9160 * info.el (Info-mode, Info-edit-mode):
9161 * international/swedish.el:
9162 * ledit.el (ledit-from-lisp-mode):
9163 * locate.el (locate-mode):
9164 * mail/rmail.el (rmail-mode):
9165 * mail/rmailedit.el (rmail-edit-mode):
9166 * mail/rmailsum.el (rmail-summary-mode):
9167 * mail/supercite.el (sc-electric-mode):
9168 * net/eudc.el (eudc-mode):
9169 * net/quickurl.el (quickurl-list-mode):
9170 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9171 * obsolete/ooutline.el (outline-mode):
9172 * obsolete/options.el (Edit-options-mode):
9173 * obsolete/rnews.el (news-mode):
9174 * obsolete/rnewspost.el (news-reply-mode):
9175 * play/5x5.el (5x5-mode):
9176 * play/decipher.el (decipher-mode, decipher-stats-mode):
9177 * play/gomoku.el (gomoku-mode):
9178 * play/snake.el (snake-mode):
9179 * play/solitaire.el (solitaire-mode):
9180 * play/tetris.el (tetris-mode):
9181 * progmodes/ada-mode.el (ada-mode):
9182 * progmodes/antlr-mode.el (antlr-mode):
9183 * progmodes/autoconf.el (autoconf-mode):
9184 * progmodes/dcl-mode.el (dcl-mode):
9185 * progmodes/delphi.el (delphi-mode):
9186 * progmodes/ebrowse.el (ebrowse-tree-mode)
9187 (ebrowse-electric-list-mode, ebrowse-member-mode)
9188 (ebrowse-electric-position-mode):
9189 * progmodes/f90.el (f90-mode):
9190 * progmodes/fortran.el (fortran-mode):
9191 * progmodes/icon.el (icon-mode):
9192 * progmodes/idlw-help.el (idlwave-help-mode):
9193 * progmodes/idlw-shell.el (idlwave-shell-mode):
9194 * progmodes/idlwave.el (idlwave-mode):
9195 * progmodes/inf-lisp.el (inferior-lisp-mode):
9196 * progmodes/m4-mode.el (m4-mode):
9197 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9198 * progmodes/modula2.el (modula-2-mode):
9199 * progmodes/octave-inf.el (inferior-octave-mode):
9200 * progmodes/octave-mod.el (octave-mode):
9201 * progmodes/pascal.el (pascal-mode):
9202 * progmodes/sh-script.el (sh-mode):
9203 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9204 * progmodes/vhdl-mode.el (vhdl-mode):
9205 * progmodes/xscheme.el (scheme-interaction-mode):
9206 * replace.el (occur-mode):
9207 * ses.el (ses-mode):
9208 * simple.el (completion-list-mode):
9209 * skeleton.el:
9210 * speedbar.el (speedbar-mode):
9211 * term.el (term-mode):
9212 * terminal.el (terminal-edit-mode):
9213 * textmodes/reftex-index.el (reftex-index-mode)
9214 (reftex-index-phrases-mode):
9215 * textmodes/reftex-sel.el (reftex-select-label-mode)
9216 (reftex-select-bib-mode):
9217 * textmodes/reftex-toc.el (reftex-toc-mode):
9218 * wdired.el (wdired-change-to-wdired-mode):
9219 * wid-browse.el (widget-browse-mode):
9220 Use run-mode-hooks.
9221
9222 * array.el (array-mode):
9223 * calendar/todo-mode.el (todo-mode):
9224 * man.el (Man-mode):
9225 * play/landmark.el (lm-mode):
9226 * play/mpuz.el (mpuz-mode):
9227 Use kill-all-local-variables and run-mode-hooks.
9228
9229 * subr.el (delay-mode-hooks): Specify indentation.
9230
9231 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9232
9233 * xml.el (xml-substitute-special): Don't die for undefined xml
9234 entities.
9235
9236 2005-05-26 Jay Belanger <belanger@truman.edu>
9237
9238 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9239 of nil.
9240
9241 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9242
9243 * progmodes/gdb-ui.el (gdb-frame-address):
9244 Rename from gdb-current-address.
9245 (gdb-previous-frame-address): Rename from gdb-previous-address.
9246 (gdb-selected-frame): Rename from gdb-current-frame.
9247 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9248 (gdb-frame-number): Rename from gdb-current-stack-level.
9249 (gdb-ann3): Match new mode-name for disassembly buffer.
9250 Extend initialization of variables.
9251 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9252 (gdb-memory-mode): Use mouse-face in header line.
9253 (gdb-assembler-buffer-name): Call it disassembly and give frame
9254 in mode line.
9255 (gdb-source-spec-regexp, gdb-assembler-custom)
9256 (gdb-invalidate-assembler, gdb-frame-handler):
9257 Make robust to leading zeroes in address format.
9258
9259 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9260
9261 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9262 define `org-mode'.
9263 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9264
9265 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * log-edit.el (log-edit-changelog-entries): Distinguish between
9268 filenames like xfns.c and fns.c.
9269
9270 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9271
9272 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9273 point after reverting.
9274 (Buffer-menu-make-sort-button): Handle the case where
9275 `Buffer-menu-use-header-line' is nil.
9276
9277 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9278
9279 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9280 New funcs. In minibuffer-local-completion-map bind `]', `/'
9281 and `:' to them.
9282
9283 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * startup.el (normal-top-level): Allow modification of load-path while
9286 we're iterating over it.
9287
9288 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9289
9290 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9291 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9292 (thumbs-resize-interactive, thumbs-insert-image)
9293 (thumbs-insert-thumb, thumbs-dired-show-marked)
9294 (thumbs-find-image-at-point, thumbs-delete-images)
9295 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9296 (thumbs-increment-image-size, thumbs-decrement-image-size):
9297 Fix typos in docstrings.
9298
9299 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9300
9301 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9302 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9303 (cperl-mode): Use them.
9304
9305 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9306
9307 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9308 Doc fixes.
9309
9310 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9311
9312 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9313 Bind C-d to gdb-inferior-io-eof.
9314
9315 * dired.el (dired-dnd-popup-notice): Use message-box.
9316
9317 2005-05-23 Masatake YAMATO <jet@gyve.org>
9318
9319 * bindings.el (mode-line-major-mode-keymap):
9320 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9321
9322 * faces.el (mode-line-highlight): New face.
9323
9324 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9325 as mouse-face.
9326
9327 * bindings.el (top-level, help-echo, mode-line-modified)
9328 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9329 as mouse-face.
9330
9331 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9332
9333 * progmodes/cc-engine.el (c-guess-basic-syntax):
9334 Remove spurious call to `zerop'.
9335
9336 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9337
9338 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9339
9340 CC Mode update to 5.30.10:
9341
9342 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9343 could go past the limit in decoration level 2, thereby causing
9344 errors during interactive fontification.
9345
9346 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9347 the file is evaluated interactively.
9348
9349 * cc-engine.el (c-guess-basic-syntax): Handle operator
9350 declarations somewhat better in C++.
9351
9352 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9353 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9354 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9355 (awk-mode): Use it.
9356 (make-local-hook): Suppress warning about obsoleteness.
9357
9358 * cc-engine.el, cc-align.el, cc-cmds.el
9359 (c-append-backslashes-forward, c-delete-backslashes-forward)
9360 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9361 Compensate for return value from `forward-line' when it has moved
9362 but not to a different line due to eob.
9363
9364 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9365 `objc-method-intro' and `objc-method-args-cont'.
9366
9367 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9368
9369 CC Mode update to 5.30.10:
9370
9371 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9372 in the copyright statement. Incidentally, change "along with GNU
9373 Emacs" to "along with this program" where it occurs.
9374
9375 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9376 so that it is interactive, hence can be found by M-x awk-mode
9377 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9378 <gmorris+emacs@ast.cam.ac.uk>.
9379
9380 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9381 Mode's regexps.
9382
9383 2005-05-23 Kevin Ryde <user42@zip.com.au>
9384
9385 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9386 c-parse-state, to avoid a lisp error (on bad code).
9387
9388 2005-05-23 Lute Kamstra <lute@gnu.org>
9389
9390 * subr.el (font-lock-defaults): Remove defvar as it's already
9391 defined in font-core.el.
9392
9393 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9394
9395 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9396
9397 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9398 more general and work when GDB variable "print pretty" is on,
9399 as with Emacs, for example.
9400
9401 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9402
9403 * font-core.el: Update comment.
9404
9405 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9406 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9407
9408 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9409
9410 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9411
9412 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9413 and `yank-handler' in the doc strings.
9414
9415 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9418
9419 2005-05-22 Richard M. Stallman <rms@gnu.org>
9420
9421 * help.el (describe-key): Move print-help-return-message call
9422 out of conditional.
9423
9424 * progmodes/etags.el (list-tags): Use with-no-warnings.
9425
9426 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9427 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9428 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9429
9430 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9431
9432 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9433 Add defvar.
9434
9435 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9436 Use defvar, not defconst.
9437
9438 * hexl.el (hexl-follow-line): Use with-no-warnings.
9439
9440 * emulation/tpu-extras.el: Use write-file-functions instead of
9441 write-file-hooks.
9442
9443 * dired.el (dired-font-lock-keywords): Fontify files with junk
9444 extensions even if marked by -F.
9445
9446 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9447
9448 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9449 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9450 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9451 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9452 (concatenate, list-length, get*, getf, cl-remprop):
9453 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9454 (etypecase, progv, lexical-let, lexical-let*)
9455 (multiple-value-bind, multiple-value-setq, shiftf):
9456 Improve argument/docstring consistency.
9457
9458 * subr.el (focus-frame, unfocus-frame):
9459 Revert deletion on 2005-05-01.
9460
9461 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9462
9463 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9464 doesn't exist.
9465
9466 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9467 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9468
9469 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9470
9471 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9472 already deleted variables: auto-fill-hook, blink-paren-hook,
9473 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9474 suspend-hooks, comment-indent-hook, meta-flag,
9475 before-change-function, after-change-function,
9476 font-lock-doc-string-face.
9477
9478 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9479
9480 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9481
9482 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9483
9484 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9485 rmail-dont-reply-to.
9486
9487 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9488
9489 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9490 literal blank when splitting new-header-values.
9491
9492 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9493
9494 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9495 string so that tmm doesn't create a completion entry for it.
9496
9497 * textmodes/table.el (table-disable-menu): Ditto.
9498
9499 2005-05-21 Richard M. Stallman <rms@gnu.org>
9500
9501 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9502
9503 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9504
9505 * net/rcompile.el (remote-compile): Use compilation-start.
9506
9507 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9508
9509 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9510
9511 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9512 Default to makefile-bsdmake-mode on BSD systems.
9513
9514 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9515 REGEXP may also be a search function now. The part of doc-string
9516 for describing the structure was 95% identical to that of
9517 `imenu--generic-function'. Unify it there.
9518
9519 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9520 Use function to find dependencies, because regexp alone is so complex,
9521 it easily goes into an endless loop.
9522 (makefile-makepp-mode): Also add submenu for Perl functions
9523 defined in the makefile.
9524 (makefile-bsdmake-mode): Special imenu-generic-expression no
9525 longer needed, due to function call.
9526 (makefile-match-dependency): Take BOUND into account when checking
9527 if we're through.
9528
9529 2005-05-20 Jay Belanger <belanger@truman.edu>
9530
9531 * calc/calc-units.el (calc-invalidate-units-table):
9532 Use inhibit-read-only.
9533 (math-build-units-table-buffer): Use view-mode.
9534
9535 2005-05-20 David Kastrup <dak@gnu.org>
9536
9537 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9538 easy-menu-add is not a nop on Emacs; and clarify when to call it.
9539
9540 2005-05-20 Lute Kamstra <lute@gnu.org>
9541
9542 * diff-mode.el (diff-header-face, diff-file-header-face)
9543 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9544 (diff-added-face, diff-changed-face, diff-function-face)
9545 (diff-context-face, diff-nonexistent-face): Put them in the
9546 diff-mode customization group.
9547
9548 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9551
9552 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9553
9554 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9555 Minor regexp-optimization.
9556
9557 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9558
9559 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9560 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9561 (org-agenda-add-time-grid-maybe): New function.
9562 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9563 (org-table-create): `dotimes' instead of `mapcar'.
9564 (org-xor): Simplify implementation.
9565 (org-agenda): `inhibit-redisplay' turned on.
9566 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9567 a consistent line after a state change.
9568 (org-agenda-remove-times-when-in-prefix): New option.
9569 (org-prefix-has-time): New variable.
9570 (org-parse-time-string): Optional argument NODEFAULT.
9571 (org-format-agenda-item): Parse items for time-of-day
9572 specifications and move these into the prefix if possible.
9573 (org-agenda-priority): Get current heading, not previous heading
9574 during agenda remote editing.
9575
9576 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
9577
9578 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9579 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9580 (remove-duplicates, delete-duplicates, substitute)
9581 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9582 (nsubstitute-if-not, find, find-if, find-if-not, position)
9583 (position-if, position-if-not, count, count-if, count-if-not)
9584 (mismatch, search, sort*, stable-sort, merge, member*)
9585 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9586 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9587 (intersection, nintersection, set-difference, nset-difference)
9588 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9589 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9590 (nsublis, tree-equal): Improve argument/docstring consistency.
9591
9592 * subr.el (send-string, send-region):
9593 Remove obsolescence declaration.
9594 (window-dot, set-window-dot, read-input, show-buffer)
9595 (eval-current-buffer, string-to-int):
9596 Add release number to obsolescence declarations.
9597
9598 2005-05-19 Kim F. Storm <storm@cua.dk>
9599
9600 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9601 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9602
9603 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
9604
9605 * faces.el (list-faces-display): Make back button respect optional
9606 regexp arg.
9607
9608 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
9609
9610 * calculator.el (calculator-radix-grouping-mode)
9611 (calculator-radix-grouping-digits, calculator-displayer)
9612 (calculator-radix-grouping-separator, calculator-copy-displayer):
9613 * dabbrev.el (dabbrev-search-these-buffers-only):
9614 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9615 (diff-advance-after-apply-hunk, diff-mode-hook)
9616 (diff-minor-mode-prefix):
9617 * imenu.el (imenu-use-popup-menu):
9618 * jit-lock.el (jit-lock-context-time):
9619 * newcomment.el (comment-fill-column, comment-column)
9620 (comment-style, comment-padding, comment-multi-line)
9621 (comment-empty-lines, comment-auto-fill-only-comments):
9622 * reveal.el (reveal-around-mark):
9623 * uniquify.el (uniquify-buffer-name-style)
9624 (uniquify-after-kill-buffer-p)
9625 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9626 (uniquify-min-dir-content, uniquify-separator)
9627 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9628 * w32-vars.el (w32-fixed-font-alist):
9629 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9630 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9631 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9632 * progmodes/perl-mode.el (perl-indent-level)
9633 (perl-continued-statement-offset, perl-continued-brace-offset)
9634 (perl-brace-offset, perl-brace-imaginary-offset)
9635 (perl-label-offset, perl-indent-continued-arguments)
9636 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9637 * progmodes/tcl.el (tcl-indent-level)
9638 (tcl-continued-indent-level, tcl-auto-newline)
9639 (tcl-tab-always-indent, tcl-electric-hash-style)
9640 (tcl-help-directory-list, tcl-use-smart-word-finder)
9641 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9642 (inferior-tcl-source-command):
9643 * textmodes/fill.el (enable-kinsoku):
9644 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9645 * textmodes/table.el (table-yank-handler):
9646 Specify missing group (and type, if simple) in defcustom.
9647
9648 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9649
9650 * progmodes/compile.el (compilation-finish-function): Fix defvar.
9651
9652 2005-05-19 Richard M. Stallman <rms@gnu.org>
9653
9654 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9655
9656 * subr.el (event-basic-type): Don't get an error.
9657 (left-fringe-p): Function deleted.
9658
9659 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9660 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9661
9662 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9663 in recursive copy.
9664
9665 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9666
9667 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9668
9669 * emacs-lisp/bytecomp.el
9670 (byte-compile-file-form-custom-declare-variable): Call
9671 byte-compile-nogroup-warn if appropriate.
9672
9673 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9674 (compilation-set-window): Don't call left-fringe-p; do it directly.
9675
9676 2005-05-19 Jay Belanger <belanger@truman.edu>
9677
9678 * calc/calc-graph.el (calc-graph-format-data): Make sure
9679 var-PlotRejects is bound before trying to check its value.
9680
9681 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
9682
9683 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9684 definition of this variable from reftex-global.el to reftex.el,
9685 because it is needed in the menu.
9686
9687 2005-05-19 Lute Kamstra <lute@gnu.org>
9688
9689 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9690 years are fixed. Don't insert a space after a dash.
9691
9692 2005-05-19 Kim F. Storm <storm@cua.dk>
9693
9694 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9695
9696 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
9697
9698 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9699 strings, because (eq ... ?\\) is fairly frequent.
9700
9701 * progmodes/make-mode.el (makefile-add-this-line-targets):
9702 Simplify and integrate into `makefile-pickup-targets'.
9703 (makefile-add-this-line-macro): Simplify and integrate into
9704 `makefile-pickup-macros.
9705 (makefile-pickup-filenames-as-targets): Simplify.
9706 (makefile-previous-dependency, makefile-match-dependency):
9707 Don't stumble over `::'.
9708
9709 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
9710
9711 * subr.el (post-command-idle-hook, post-command-idle-delay):
9712 Remove obsoletion of post-command-idle-hook and
9713 post-command-idle-delay.
9714
9715 * faces.el (list-faces-display): Provide button when describe-face
9716 is called to take user back to the list of faces.
9717
9718 * help-fns.el (describe-variable): Remove hyperlinks in a
9719 variable's value as these are quite frequently inappropriate.
9720
9721 * follow.el (follow-submit-feedback, follow-mode):
9722 Remove references to post-command-idle-hook.
9723
9724 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
9725
9726 * progmodes/make-mode.el (makefile-previous-dependency)
9727 (makefile-match-dependency): Check for := (and in bsd mode also
9728 !=) to give a better result, even when font-lock is not on.
9729
9730 2005-05-18 Jay Belanger <belanger@truman.edu>
9731
9732 * calc/calc-help.el (calc-s-prefix-help):
9733 Add `calc-copy-special-constant' to help string.
9734
9735 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9736
9737 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9738
9739 2005-05-18 Jay Belanger <belanger@truman.edu>
9740
9741 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9742 in linear factors are in proper order.
9743
9744 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9745
9746 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9747 Support for jurabib.
9748
9749 * textmodes/reftex.el (featurep): Define aliases for overlay
9750 commands, for XEmacs compatibility, and use these aliases in
9751 overlay initializations.
9752 (reftex-highlight): Use `reftex-move-overlay'.
9753 (reftex-unhighlight): Use `reftex-delete-overlay'.
9754 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
9755 (reftex-access-search-path): Use `reftex-uniquify' instead of
9756 `reftex-uniq'
9757
9758 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9759 `before-string' property modification enables for Emacs as well.
9760 (reftex-select-item): Use `reftex-delete-overlay'.
9761 (reftex-select-mark): Use `reftex-make-overlay' and
9762 `reftex-overlay-put'.
9763 (reftex-select-unmark): Use `reftex-delete-overlay' and
9764 `reftex-overlay-put'.
9765
9766 2005-05-18 Lute Kamstra <lute@gnu.org>
9767
9768 * emacs-lisp/lisp.el (check-parens): Fix docstring.
9769
9770 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
9771
9772 * add-log.el (add-change-log-entry):
9773 * array.el (array-make-template, array-reconfigure-rows)
9774 (array-init-max-row, array-init-max-column)
9775 (array-init-columns-per-line, array-init-field-width):
9776 * replace.el (replace-match-maybe-edit, perform-replace):
9777 * textmodes/spell.el (spell-region):
9778 Replace `read-input' by `read-string'.
9779
9780 * forms.el (forms-mode):
9781 * finder.el (finder-compile-keywords):
9782 * shadowfile.el (shadow-read-files):
9783 Replace `eval-current-buffer' by `eval-buffer'.
9784
9785 * terminal.el (te-pass-through):
9786 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
9787 (ange-ftp-raw-send-cmd):
9788 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
9789 (send-process-next-char, telnet-initial-filter, telnet):
9790 Replace `send-string' by `process-send-string'.
9791
9792 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
9793 (prolog-consult-region): Replace `send-string' by
9794 `process-send-string'; replace `send-region' by `process-send-region'.
9795
9796 * progmodes/delphi.el (delphi-log-msg):
9797 Replace `set-window-dot' by `set-window-point'.
9798
9799 * subr.el (window-dot, set-window-dot, read-input, send-string)
9800 (send-region, show-buffer, eval-current-buffer):
9801 Make really obsolete, as the comment says.
9802
9803 2005-05-17 Kim F. Storm <storm@cua.dk>
9804
9805 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
9806 (cua--init-keymaps): Bind C-return instead of S-return to set
9807 rectangle mark.
9808
9809 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
9810 instead of S-return to toggle/clear rectangle mark.
9811
9812 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
9813
9814 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
9815 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
9816 Also fontify plain strings assigned to variables, mostly so that a
9817 colon has a face and is thus not taken as a dependency separator.
9818 (makefile-previous-dependency): Inline the new matcher, because it
9819 is too complex to work in both directions.
9820 (makefile-match-dependency): Eliminate `backward' arg (see above).
9821 Completely reimplemented so as to not sometimes go into an endless
9822 loop. It should also be more efficient, because first it only
9823 searches for `:', instead of applying the very complex regexp.
9824 (makefile-mode): Cancel `font-lock-support-mode', because blocks
9825 to be fontified in one piece can be too long for JIT.
9826 Makefiles are never *that* big.
9827
9828 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
9829
9830 * dired.el (dired-mode): Simplify.
9831
9832 2005-05-17 Lute Kamstra <lute@gnu.org>
9833
9834 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
9835 defcustom for the mode hook variable.
9836
9837 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
9838 Emacs Lisp Reference Manual.
9839
9840 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
9841
9842 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
9843 (evenp, list*):
9844 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
9845 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
9846
9847 * net/tramp-smb.el (tramp-smb-open-connection):
9848 Pass `tramp-chunksize' as fifth (required) argument.
9849
9850 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
9851
9852 * font-lock.el (lisp-font-lock-keywords-1):
9853 Set `font-lock-negation-char-face' for [^...] char group.
9854 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
9855
9856 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
9857 a var, and refine it to mask one more level of nested vars.
9858 (makefile-rule-action-regex): Turn it into a var, and refine it so
9859 it recognizes backslashed continuation lines as belonging to the
9860 same command.
9861 (makefile-macroassign-regex): Refine it so it recognizes
9862 backslashed continuation lines as belonging to the same command.
9863 (makefile-var-use-regex): Don't look at the next char, because it
9864 might be the same one to be skipped by the initial [^$], leading
9865 to an overlooked variable use.
9866 (makefile-make-font-lock-keywords): Remove two parameters, which
9867 are now variables that some of the modes set locally.
9868 Handle dependency and rule action matching through functions, because
9869 regexps alone match too often. Dependency matching now comes
9870 last, so it can check, whether a colon already matched something else.
9871 (makefile-mode): Inform that font-lock improves makefile parsing
9872 capabilities.
9873 (makefile-match-dependency, makefile-match-action): New functions.
9874
9875 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
9876
9877 * emacs-lisp/cl-extra.el (equalp): Doc fix.
9878
9879 * align.el (align-regexp):
9880 * ansi-color.el (ansi-color-get-face):
9881 * array.el (array-reconfigure-rows, array-init-max-row)
9882 (array-init-max-column, array-init-columns-per-line)
9883 (array-init-field-width):
9884 * dired-aux.el (dired-trample-file-versions):
9885 * dired-x.el (dired-mark-sexp):
9886 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
9887 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
9888 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
9889 * faces.el (face-read-integer):
9890 * files.el (backup-extract-version, insert-directory):
9891 * hexl.el (hexl-insert-decimal-char):
9892 * server.el (server-process-filter):
9893 * shell.el (shell-extract-num):
9894 * startup.el (command-line-1):
9895 * term.el (term-command-hook):
9896 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
9897 (time-stamp-do-number):
9898 * time.el (display-time-update):
9899 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
9900 (timezone-fix-time):
9901 * vms-patch.el (vms-suspend-resume-hook):
9902 * calendar/appt.el (appt-convert-time):
9903 * calendar/cal-bahai.el (mark-bahai-diary-entries):
9904 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9905 * calendar/cal-islam.el (mark-islamic-diary-entries):
9906 * calendar/calendar.el (calendar-cursor-to-date)
9907 (calendar-star-date):
9908 * calendar/diary-lib.el (diary-attrtype-convert)
9909 (mark-diary-entries, diary-entry-time):
9910 * calendar/solar.el (solar-get-number):
9911 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
9912 * emacs-lisp/re-builder.el (reb-display-subexp):
9913 * emulation/edt.el (edt-set-scroll-margins):
9914 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9915 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
9916 (vip-get-ex-count):
9917 * emulation/viper-ex.el (viper-get-ex-token)
9918 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
9919 * international/fontset.el (fontset-plain-name):
9920 * mail/feedmail.el (feedmail-look-at-queue-directory):
9921 * mail/mailalias.el (mail-get-names):
9922 * mail/rmail.el (rmail-convert-to-babyl-format):
9923 * mail/rmailsum.el (rmail-make-basic-summary-line)
9924 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
9925 (rmail-summary-goto-msg):
9926 * mail/smtpmail.el (smtpmail-read-response):
9927 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
9928 (ange-ftp-vms-add-file-entry):
9929 * play/gametree.el (gametree-looking-at-ply)
9930 (gametree-current-branch-score):
9931 * progmodes/ada-xref.el (ada-prj-find-prj-file)
9932 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
9933 * progmodes/cperl-mode.el (condition-case):
9934 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
9935 (ebrowse-set-member-buffer-column-width)
9936 (ebrowse-select-1st-to-9nth):
9937 * progmodes/etags.el (etags-snarf-tag):
9938 * progmodes/flymake.el (flymake-parse-line):
9939 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
9940 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
9941 (idlwave-shell-menu-def):
9942 * progmodes/ps-mode.el (ps-run-goto-error):
9943 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
9944 (vhdl-speedbar-contract-level):
9945 * term/mac-win.el (x-handle-numeric-switch):
9946 * term/sun-mouse.el (sun-get-frame-data):
9947 * term/w32-win.el (x-handle-numeric-switch):
9948 * term/x-win.el (x-handle-numeric-switch):
9949 * textmodes/ispell.el (ispell-parse-output):
9950 * textmodes/nroff-mode.el (nroff-outline-level):
9951 * textmodes/reftex-cite.el (reftex-bib-sort-year)
9952 (reftex-bib-sort-year-reverse, reftex-format-citation):
9953 * textmodes/reftex-parse.el (reftex-init-section-numbers)
9954 (reftex-section-number):
9955 * textmodes/texinfmt.el (texinfo-paragraphindent):
9956 Replace `string-to-int' by `string-to-number'.
9957
9958 * international/latexenc.el: Add page marker to force the "Local
9959 Variables:" string out of the last page.
9960
9961 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
9962
9963 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
9964 tooltip-change-major-mode.
9965 (gud-tooltip-print-command): Remove case where gud-minor-mode
9966 is gdb ("--fullname").
9967 (gud-tooltip-tips): Turn GUD tooltips off for this case and
9968 explain to user.
9969
9970 2005-05-16 Jay Belanger <belanger@truman.edu>
9971
9972 * calc/calc-store.el (calc-copy-special-constant): New function.
9973
9974 * calc/calc-ext.el (calc-init-extensions): Add binding for
9975 `calc-copy-special-constant'.
9976
9977 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
9978 for the `calc-copy-special-constant' command.
9979
9980 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
9981
9982 * subr.el (left-fringe-p): New function.
9983
9984 * progmodes/compile.el (compilation-setup): Set local value of
9985 overlay-arrow-string to "" always.
9986 (compilation-set-window): Left fringe then don't scroll.
9987 No left fringe then no arrow and scroll message to top.
9988 (compilation-context-lines): Adjust doc string accordingly.
9989
9990 2005-05-16 Kim F. Storm <storm@cua.dk>
9991
9992 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9993 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
9994 (ido-wide-find-dir-or-delete-dir): New command for M-d.
9995 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
9996 (ido-read-file-name): Handle commands with ido property value
9997 equal to find-file as reading a file name, to allow C-d to enter dired.
9998 (ibuffer-find-file): Add ido property with value find-file.
9999
10000 2005-05-15 Kim F. Storm <storm@cua.dk>
10001
10002 * subr.el (open-network-stream-nowait): Remove.
10003 (open-network-stream-server): Remove.
10004
10005 2005-05-15 Richard M. Stallman <rms@gnu.org>
10006
10007 * faces.el (describe-face): Output a definition link button.
10008
10009 * help-mode.el (help-face-def): New button type.
10010
10011 * emacs-lisp/copyright.el (copyright-fix-years):
10012 Match properly if the first year is 2-digit.
10013 Don't mess up the whitespace after the years by filling.
10014
10015 * dired-aux.el (dired-mark-confirm):
10016 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10017
10018 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10019 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10020 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10021
10022 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10023 Set font-lock-comment-start-skip.
10024
10025 * font-lock.el (font-lock-comment-start-skip): New variable.
10026 (font-lock-comment-end-skip): New variable.
10027 (font-lock-fontify-syntactically-region): Use them if non-nil.
10028
10029 2005-05-15 Jay Belanger <belanger@truman.edu>
10030
10031 * calc/calc-store.el (calc-store-value): Return a string rather
10032 than display it as a message.
10033 Use calc-var-name for variable name.
10034 (calc-store-into): Add the result of calc-store-value to message.
10035 (calc-copy-variable): Add a message.
10036 (calc-store-exchange): Improve error messages.
10037 (calc-store-binary, calc-store-map): Don't reset the values of
10038 special constants.
10039
10040 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10041
10042 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10043 manual to docstring.
10044
10045 * files.el (hack-local-variables-confirm): Add STRING argument.
10046 Make the function handle non file visiting buffers correctly.
10047 (hack-local-variables-prop-line, hack-local-variables)
10048 (hack-one-local-variable): Use STRING arg of
10049 `hack-local-variables-confirm'.
10050
10051 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10052
10053 Sync with Tramp 2.0.49.
10054
10055 * net/tramp.el (tramp-handle-dired-call-process)
10056 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10057 because the contents of the Tramp buffer is changed before
10058 insertion (`expand-file' and alike).
10059 (tramp-handle-insert-directory): If `localname' has an empty
10060 nondirectory name, it must not be quoted.
10061 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10062 variable `tramp-chunksize'. Change callees.
10063 (tramp-open-connection-setup-interactive-shell): Check remote host
10064 for buggy `send-process-string' implementation.
10065 Set `tramp-chunksize' if found. Reported by Michael Kifer
10066 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10067 (tramp-handle-shell-command): `insert-buffer' cannot be used
10068 because the contents of the Tramp buffer is changed before
10069 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10070 <frederic.bothamy@free.fr>.
10071 (tramp-set-auto-save): Actions should be done for Tramp file name
10072 handler only. Ange-FTP has its own auto-save mechanism.
10073 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10074 (tramp-set-auto-save-file-modes): Set file modes of
10075 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10076 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10077 (tramp-bug): Remove obsolete variable.
10078 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10079 for presence of `mml-mode'. Make it running for older Emacsen as well.
10080
10081 2005-05-14 John Paul Wallington <jpw@pobox.com>
10082
10083 * ibuf-ext.el (define-ibuffer-filter filename):
10084 If `dired-directory' is a list, use its car.
10085
10086 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10087
10088 * ibuffer.el (define-ibuffer-column filename):
10089 If `dired-directory' is a list, use its car.
10090
10091 2005-05-14 Richard M. Stallman <rms@gnu.org>
10092
10093 * subr.el (symbol-file): Doc fix.
10094
10095 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10096 (byte-compile-form): Call byte-compile-nogroup-warn.
10097 (byte-compile-warning-types): Doc fix.
10098
10099 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10100
10101 * progmodes/cc-engine.el (c-literal-faces):
10102 Add font-lock-comment-delimiter-face.
10103
10104 * net/net-utils.el (dig): Use with-no-warnings.
10105
10106 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10107 (sc-recite-frame-alist, sc-default-cite-frame)
10108 (sc-default-uncite-frame, sc-default-recite-frame)
10109 (sc-attrib-selection-list, sc-rewrite-header-list):
10110 Mark as risky-local-variable.
10111
10112 * international/ogonek.el (ogonek-jak, ogonek-how):
10113 Don't use beginning-of-buffer.
10114
10115 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10116
10117 * calendar/solar.el (solar-data-list): Move definition up.
10118
10119 * dnd.el (dnd-protocol-alist): Add autoload.
10120
10121 * progmodes/sh-script.el: Many doc usage fixes.
10122 (sh-indent-after-do): Change default to match common styles.
10123
10124 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10125
10126 * files.el (interpreter-mode-alist)
10127 (auto-mode-interpreter-regexp): Doc fixes.
10128
10129 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10130
10131 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10132
10133 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10134
10135 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10136
10137 * dired.el (dired-mode): make-variable-buffer-local =>
10138 make-local-variable.
10139
10140 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10141
10142 * term/mac-win.el (mac-select-convert-to-string): Try coding
10143 systems in mac-script-code-coding-systems if specified one cannot
10144 encode string for `com.apple.traditional-mac-plain-text'.
10145
10146 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10147
10148 * progmodes/make-mode.el (makefile-targets-face)
10149 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10150 (makefile-dependency-regex): Fix it to not make the colon in
10151 $(var:a=b) special.
10152 (makefile-rule-action-regex): New regexp for highlighting embedded
10153 Shell strings.
10154 (makefile-macroassign-regex): Handle != for highlighting as
10155 embedded Shell strings.
10156 (makefile-var-use-regex): New const.
10157 (makefile-statements, makefile-automake-statements)
10158 (makefile-gmake-statements, makefile-makepp-statements)
10159 (makefile-bsdmake-statements): New consts.
10160 (makefile-make-font-lock-keywords): New function.
10161 (makefile-automake-font-lock-keywords)
10162 (makefile-gmake-font-lock-keywords)
10163 (makefile-makepp-font-lock-keywords)
10164 (makefile-bsdmake-font-lock-keywords): New consts.
10165 (makefile-mode-map): Add switchers between the various submodes.
10166 (makefile-mode): Document the availability of the variants.
10167 (makefile-automake-mode, makefile-gmake-mode)
10168 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10169
10170 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10171 new variants of makefile-mode.
10172
10173 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10176 the inheritance.
10177
10178 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10179
10180 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10181 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10182
10183 * files.el (normal-mode): Extend the scope of the
10184 `enable-local-variables' binding to include the `set-auto-mode' call.
10185 (magic-mode-alist): Doc fix.
10186
10187 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10188
10189 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10190 font-lock-comment-face rather than copying its setting.
10191
10192 2005-05-12 Andreas Schwab <schwab@suse.de>
10193
10194 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10195
10196 2005-05-12 Lute Kamstra <lute@gnu.org>
10197
10198 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10199 defcustom for the mode hook variable. Delete the last argument.
10200 * generic-x.el: Fix callers of define-generic-mode.
10201 (generic-x-modes): Delete group.
10202 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10203 generic-x customization group.
10204
10205 2005-05-12 Kim F. Storm <storm@cua.dk>
10206
10207 * font-lock.el (font-lock-negation-char-face): Default to "off".
10208
10209 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10210 font-lock-negation-char-face to ! in !=.
10211
10212 2005-05-12 Masatake YAMATO <jet@gyve.org>
10213
10214 * add-log.el (find-change-log): Fix typos in the docstring
10215 of function.
10216
10217 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10218
10219 * international/latexenc.el (latexenc-find-file-coding-system):
10220 Avoid `re-search-forward' when looking for input encoding because
10221 of speed and safety. Better regular expressions for recognizing
10222 input encoding. Limit a search for TeX-master/tex-main-file to
10223 the local variable section.
10224
10225 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10226
10227 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10228 syntax of $ to "'" (quote).
10229
10230 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10231
10232 * dnd.el (dnd-protocol-alist): Improve custom type.
10233
10234 * dired.el (dired-dnd-protocol-alist): New variable.
10235 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10236 `dired-mode-hook' to the end.
10237
10238 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10241 comment-end if comment-start-skip is not set.
10242 Obey the font-lock-comment-delimiter-face variables.
10243
10244 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10245
10246 * files.el (executable-find): Move from executable.el. Use
10247 locate-file.
10248 * progmodes/executable.el (executable-find): Move to files.el.
10249
10250 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10251 when trying to ensure forward progress.
10252
10253 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10256 (mouse-select, mouse-select-internal, mouse-extend-internal):
10257 Use it to implement mouse-1-click-follows-link functionality.
10258
10259 2005-05-11 Richard M. Stallman <rms@gnu.org>
10260
10261 * font-lock.el (font-lock-fontify-syntactically-region):
10262 Use font-lock-comment-delimiter-face for comment delimiters.
10263
10264 2005-05-10 Jay Belanger <belanger@truman.edu>
10265
10266 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10267 preserving embedded modes.
10268
10269 2005-05-10 Richard M. Stallman <rms@gnu.org>
10270
10271 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10272
10273 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10274 Move from ada-stmt.el.
10275 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10276
10277 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10278 Move to ada-mode.el.
10279 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10280
10281 * cus-edit.el (custom-file): Call file-chase-links.
10282
10283 * files.el (read-directory-name): Fix previous change.
10284 (hack-local-variables-confirm): New function.
10285 (hack-local-variables-prop-line, hack-local-variables)
10286 (hack-one-local-variable): Use it.
10287
10288 2005-05-10 Lute Kamstra <lute@gnu.org>
10289
10290 * font-lock.el (font-lock-keywords-alist)
10291 (font-lock-removed-keywords-alist): Clarify docstrings.
10292
10293 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10294
10295 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10296 (gdb-source-info): Check for preprocessor info.
10297 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10298 a macro for a function.
10299 (gdb-info-breakpoints-custom): Try to find file again if not already
10300 found (user might have used GDB dir command).
10301 (gdb-get-location): Update gdb-location-alist correctly for change
10302 to gdb-info-breakpoints-custom.
10303
10304 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10305 (gud-tooltip-print-command): Add gdbmi case.
10306 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10307 preprocessor info.
10308
10309 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10310
10311 * startup.el (fancy-splash-insert): Fix typo in doc string.
10312
10313 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10314
10315 * obsolete/float.el (string-to-float):
10316 * obsolete/hilit19.el (hilit-add-pattern):
10317 * obsolete/rnews.el (news-parse-range, news-select-message)
10318 (news-get-pruned-list-of-files): Replace `string-to-int' by
10319 `string-to-number'.
10320
10321 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10322 `find-file-not-found-hooks'; use `add-hook'.
10323 (uncompress-while-visiting): Set `write-file-functions', not
10324 `write-file-hooks'; use `add-hook'.
10325
10326 2005-05-09 Kim F. Storm <storm@cua.dk>
10327
10328 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10329 (cua-paste): Handle clipboard action.
10330 (cua--init-keymaps): Remap clipboard-kill-region and
10331 clipboard-kill-ring-save.
10332
10333 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10334
10335 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10336 Improve commentary.
10337
10338 * simple.el (next-error-overlay-arrow-position): Revert the change
10339 made on 2005-04-30.
10340
10341 2005-05-07 Jay Belanger <belanger@truman.edu>
10342
10343 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10344 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10345 `calc-sel-reselect'.
10346
10347 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10348 Calc is in embedded mode.
10349
10350 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10351
10352 * progmodes/compile.el (compilation-setup):
10353 Set overlay-arrow-string to an empty string on text terminals.
10354
10355 * textmodes/ispell.el (ispell-program-name): Try looking for
10356 "aspell" along exec-path, and if found, use it as the default
10357 speller program.
10358
10359 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10360
10361 * international/mule.el (sgml-xml-auto-coding-function):
10362 Recognize encoding='FOO' in single quotes as well as in double quotes.
10363
10364 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10365
10366 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10367 as well as `interactive', so that defmacro* would recognize
10368 `declare' forms.
10369
10370 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10371
10372 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10373 Explain more about the LIGHTER arg's usage in the doc string.
10374 Add commentary to clarify what the code does. Fix the regexp that
10375 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10376 since it could have characters special to regular expressions.
10377
10378 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10379
10380 * replace.el (occur-1): Bind inhibit-read-only so that
10381 erase-buffer doesn't barf on read-only text properties (likewise
10382 for add-text-properties in occur-engine). Mark buffer as unmodified.
10383 (occur-engine): Don't set buffer-read-only here.
10384
10385 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10386
10387 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10388 list-buffers-directory. This caused the *cvs-commit* buffer to be
10389 sometimes mistakenly reused as a *cvs* buffer.
10390
10391 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10392
10393 * tooltip.el: Move code for GUD tooltips into gud.el.
10394 (require): CL no longer needed to compile case.
10395 (tooltip-mode): Do not toggle functions for GUD tooltips.
10396 (tooltip-gud-tips-p): Remove. Replace with minor mode
10397 gud-tooltip-mode in gud.el.
10398 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10399 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10400 tooltip-gud prefix with gud-tooltip and obsolete.
10401 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10402 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10403 (tooltip-mouse-motion): Mouse movement functions/variable.
10404 Rename in gud.el by adding gud prefix.
10405 (tooltip-gud-original-filter, tooltip-gud-dereference)
10406 (tooltip-gud-event, tooltip-toggle-gud-tips)
10407 (tooltip-gud-process-output, tooltip-gud-print-command)
10408 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10409 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10410 (gdb-tooltip-print): Move to gdb-ui.el.
10411
10412 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10413 (require): CL needed to compile case.
10414 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10415 tooltip-gud-tips-p. Make it a minor-mode.
10416 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10417 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10418 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10419 (gud-tooltip-change-major-mode)
10420 (gud-tooltip-activate-mouse-motions-if-enabled)
10421 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10422 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10423 (gud-tooltip-original-filter, gud-tooltip-dereference)
10424 (gud-tooltip-event, tooltip-toggle-gud-tips)
10425 (gud-tooltip-process-output, gud-tooltip-print-command)
10426 (gud-tooltip-tips): Move from tooltip.el.
10427
10428 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10429 (gdb-cpp-define-alist-flags): Doc fix.
10430 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10431 gud-tooltip-mode is t.
10432
10433 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10436 evaporate if their text is deleted.
10437 (goto-address-at-point): Make it work as a mouse binding as well.
10438 (goto-address-at-mouse): Obsolete it. Update users.
10439
10440 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10441
10442 * calendar/appt.el (top-level): No longer activate on load.
10443
10444 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10445
10446 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10447 * net/webjump.el (webjump):
10448 * progmodes/idlw-help.el (idlwave-do-context-help1)
10449 (idlwave-highlight-linked-completions):
10450 * textmodes/po.el (po-find-file-coding-system-guts):
10451 Replace `assoc-ignore-case' by `assoc-string'.
10452
10453 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10454
10455 * files.el (locate-file): Doc fix.
10456
10457 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10458 Remove the redundant test for ms-dos.
10459
10460 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10461 look for the preprocessor with exec-suffixes. If not found in
10462 standard places, look in exec-path. Remove most of the tests that
10463 used system-type.
10464
10465 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10466
10467 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10468
10469 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10470 file-name clash with jka-compr.el on 8+3 filesystems.
10471
10472 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10473
10474 * term/mac-win.el: Don't define or bind scroll bar functions if
10475 x-toolkit-scroll-bars is t.
10476 (x-select-text, x-get-selection-value): Clear
10477 x-last-selected-text-clipboard if x-select-enable-clipboard is
10478 nil.
10479 (PRIMARY): Put mac-scrap-name property.
10480 (mac-select-convert-to-file-url): New function.
10481 (public.file-url): New selection target type. Add to
10482 selection-converter-alist.
10483 (x-get-selection, x-selection-value): Handle it.
10484 (x-cut-buffer-or-selection-value): New alias.
10485
10486 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10487
10488 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10489 entry to avoid calling bibtex-find-entry with arg global
10490 being t. Remove arg key.
10491 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10492 (bibtex-copy-summary-as-kill): Change accordingly.
10493
10494 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10497 (org-agenda-date-later): Use with-current-buffer.
10498
10499 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10500
10501 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10502 (define-obsolete-variable-alias): Doc Fixes.
10503
10504 2005-05-06 Kim F. Storm <storm@cua.dk>
10505
10506 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10507 vertical-motion when selective-display is active.
10508
10509 * ido.el (ido-setup-hook): New hook.
10510 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10511 (ido-input-stack): New var.
10512 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
10513 ido-next-work-file binding to M-O.
10514 Bind M-f to ido-wide-find-file-or-pop-dir.
10515 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10516 (ido-read-internal): Run ido-setup-hook.
10517 Catch quit in read-file-name and read-string to cancel edit.
10518 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10519 Automatically pop-all when completing a directory name (RET).
10520 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10521 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10522 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10523 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10524 New functions for M-b/M-f to move among the directory components.
10525 (ido-make-merged-file-list): Catch quit to cancel merge.
10526 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10527 (ido-completion-help): No warnings for ido-completion-buffer-full.
10528
10529 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10530
10531 * font-lock.el (font-lock-negation-char-face): New face and variable.
10532 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10533 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10534 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10535 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10536
10537 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
10538
10539 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10540 Fix typo in docstring.
10541
10542 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10543 (ebrowse-print-statistics-line)
10544 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10545
10546 * term/w32-win.el (image-library-alist): Add additional name for
10547 Xpm library.
10548
10549 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
10550
10551 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10552 use gcc instead of cpp.
10553
10554 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10555 (gdb-create-define-alist): Use it.
10556 (gdb-cpp-define-alist-program): Update for MS-DOS.
10557
10558 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
10559
10560 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10561
10562 2005-05-04 Richard M. Stallman <rms@gnu.org>
10563
10564 * help.el (describe-key): No error when UNTRANSLATED is nil.
10565
10566 * simple.el (line-move-1): Fix previous change to signal errors
10567 appropriately.
10568
10569 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
10570
10571 * calendar/icalendar.el (icalendar-version): Now at 0.12.
10572 (icalendar-duration-correction): Remove.
10573 (icalendar--get-event-properties): Split result at commas.
10574 (icalendar--decode-isoduration): New optional argument
10575 DURATION-CORRECTION.
10576 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10577 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10578 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10579 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10580 (icalendar--convert-anniversary-to-ical): New functions, extracted
10581 from icalendar-export-region, with bug fixes.
10582 (icalendar-export-region): Use the above functions.
10583 (icalendar-import-buffer): Check before saving diary file.
10584 (icalendar--convert-recurring-to-diary)
10585 (icalendar--convert-non-recurring-all-day-to-diary)
10586 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10587 extracted from icalendar--convert-ical-to-diary, with bug fixes.
10588 (icalendar--convert-ical-to-diary): Use the above functions.
10589
10590 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
10591
10592 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10593 Remove these recent additions.
10594 (c-mode): Restore to before 2005-04-28.
10595
10596 * progmodes/cc-vars.el (cc-define-list-program): Remove this
10597 recent addition.
10598
10599 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10600 (gdb-define-alist): New variables.
10601 (gdb-create-define-alist): New function.
10602 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10603 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10604 with string-to-number.
10605 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
10606
10607 * progmodes/gud.el: Replace string-to-int with string-to-number.
10608 (gud-find-file): Handle gdb-define-alist.
10609
10610 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10611
10612 2005-05-02 Jay Belanger <belanger@truman.edu>
10613
10614 * calc/calc-aent.el (math-read-token):
10615 * calc/calc-bin.el (calc-word-size):
10616 * calc/calc-ext.el (calc-read-number-fancy):
10617 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10618 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10619 * calc/calc-frac.el (calc-over-notation):
10620 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10621 (calc-graph-num-points, calc-graph-init):
10622 * calc/calc-prog.el (calc-read-parse-table-part)
10623 (calc-edit-macro-repeats):
10624 * calc/calc-yank.el (calc-do-grab-rectangle):
10625 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10626 Replace `string-to-int' by `string-to-number'.
10627
10628 2005-05-02 Kim F. Storm <storm@cua.dk>
10629
10630 * kmacro.el: Use executing-kbd-macro-index variable.
10631
10632 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
10633
10634 * net/rlogin.el (rlogin-parse-words): Delete func.
10635 (rlogin): Use split-string, not rlogin-parse-words.
10636 Also, if there are option-like elements in the parsed args,
10637 take the host to be the first arg immediately following them.
10638 Suggested by Michael Mauger.
10639
10640 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10641
10642 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10643
10644 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10645
10646 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10647 (cc-mode-cpp-program): Rename to cc-define-list-program and
10648 move to cc-vars.el.
10649
10650 * progmodes/cc-vars.el (cc-define-list-program):
10651 Change to "gcc -E -dM -". Make customizable.
10652
10653 2005-05-02 Kim F. Storm <storm@cua.dk>
10654
10655 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10656
10657 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10658
10659 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10660
10661 * international/mule-util.el (truncate-string): Remove alias and
10662 obsolete declaration.
10663
10664 * international/mule-cmds.el (update-iso-coding-systems):
10665 Remove alias and obsolete declaration.
10666
10667 * international/mule.el (coding-system-parent): Remove alias and
10668 obsolete declaration.
10669
10670 * subr.el (define-function, sref): Remove aliases and obsolete
10671 declarations.
10672 (chars-in-region): Remove obsolete declaration.
10673
10674 2005-05-01 Richard M. Stallman <rms@gnu.org>
10675
10676 * info.el (Info-mode): Set widen-automatically to nil, locally.
10677
10678 * simple.el (widen-automatically): New variable.
10679 (pop-global-mark): Obey widen-automatically.
10680
10681 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
10682
10683 * term/xterm.el (function-key-map): Call substitute-key-definition
10684 before the keymap size is increased by a lot of define-key calls.
10685
10686 2005-05-01 Richard M. Stallman <rms@gnu.org>
10687
10688 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10689 Rename ARG to ELEMENT. Doc fix.
10690
10691 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10692
10693 * allout.el (allout-exposure): Remove macro and obsolete declaration.
10694 Remove references to allout-exposure/change to allout-new-exposure.
10695
10696 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10697 bytecode symbols.
10698
10699 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10700 (compiled-function-p, focus-frame, unfocus-frame):
10701 Remove aliases and obsolete declarations.
10702 Back out inadvertent changes from previous commit.
10703
10704 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10705
10706 * files.el (require-final-newline): Make Custom tags consistent
10707 with mode-require-final-newline.
10708 (mode-require-final-newline): Doc fix.
10709
10710 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * international/latexenc.el (latexenc-find-file-coding-system):
10713 Fix regular expressions.
10714
10715 2005-05-01 David Kastrup <dak@gnu.org>
10716
10717 * international/latexenc.el (latexenc-find-file-coding-system):
10718 Fix regular expressions.
10719
10720 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10721
10722 * subr.el (string-to-int): Make obsolete.
10723
10724 2005-04-30 Richard M. Stallman <rms@gnu.org>
10725
10726 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10727
10728 * loadup.el: load jka-comp-hook.
10729
10730 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10731 (jka-compr-handler): Add autoload. `put' calls moved
10732 to jka-comp-hook.el.
10733 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10734 (jka-compr-inhibit): Autoload.
10735
10736 * jka-comp-hook.el: New file.
10737 Enable the mode by default.
10738
10739 * files.el (backup-buffer-copy): Use copy-file instead
10740 of write-region, and put back the 'excl.
10741
10742 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
10743
10744 * progmodes/flymake.el (flymake-split-string)
10745 (flymake-split-string, flymake-log, flymake-pid-to-names)
10746 (flymake-reg-names, flymake-get-source-buffer-name)
10747 (flymake-unreg-names, flymake-add-line-err-info)
10748 (flymake-add-err-info): Clarify docstrings.
10749 (flymake-popup-menu, flymake-make-emacs-menu)
10750 (flymake-make-xemacs-menu): Add docstrings.
10751 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10752 Set variables directly throughout.
10753
10754 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
10755
10756 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10757 exists. Initialize cc-define-alist.
10758 (c-mode): Add cc-create-define-alist locally to after-save-hook.
10759 If there is no file (Macroexpansion) don't create an alist.
10760
10761 2005-04-29 Sam Steingold <sds@gnu.org>
10762
10763 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10764 (cc-create-define-alist): Use it instead of the hard-coded string.
10765
10766 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10767
10768 * international/mule-conf.el (file-coding-system-alist): Fix regexp
10769 for latexenc.
10770
10771 2005-04-29 Lute Kamstra <lute@gnu.org>
10772
10773 * emacs-lisp/generic.el: Improve commentary section.
10774 (define-generic-mode): Improve docstring.
10775
10776 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10777
10778 * textmodes/org.el (many places): Change to quiet the byte compiler.
10779 (org-prefix-format-compiled): New variable.
10780 (org-compile-prefix-format): New function.
10781 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
10782 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
10783 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
10784 (org-get-entries-from-diary): Use `org-get-time-of-day' for
10785 consistency with entries from `org-mode' files.
10786 (org-get-time-of-day): Fix bug with partial matches early in a line.
10787 (org-non-link-chars): New constant.
10788 (org-link-regexp): Respect `org-non-link-chars'.
10789 (org-agenda-day-view): Remove command.
10790 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
10791 (org-follow-bbdb-link, org-store-link): Search also company field.
10792 (org-highlight-overlay): New variable.
10793 (org-highlight, org-unhighlight): New functions.
10794 (org-agenda-mode): Add pre-command-hook to remove highlight.
10795 (org-evaluate-time-range): Behavior depends upon whether time stamp
10796 contains a time or not.
10797 (org-show-subtree, org-show-entry): New functions.
10798 (org-agenda-cleanup-fancy-diary): Remove empty lines.
10799
10800 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
10801
10802 * comint.el (comint-output-filter-functions): Add autoload cookie.
10803
10804 2005-04-28 Kim F. Storm <storm@cua.dk>
10805
10806 * ido.el (ido-everywhere): Fix last change.
10807
10808 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10809
10810 * international/latexenc.el: New file.
10811 * international/mule-conf.el (file-coding-system-alist): For .tex,
10812 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
10813
10814 2005-04-28 Lute Kamstra <lute@gnu.org>
10815
10816 * font-lock.el (font-lock-add-keywords)
10817 (font-lock-remove-keywords): Clarify docstring.
10818 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
10819 Don't start docstrings with a `*'.
10820 (font-lock-update-removed-keyword-alist): Give it a docstring.
10821
10822 * generic-x.el: Update commentary section.
10823 Only require font-lock when compiling.
10824 Define all modes conditionally.
10825 Place all generic modes in the generic-x-modes customization group.
10826 (generic-x-modes): New customization group.
10827 (generic-default-modes, generic-mswindows-modes)
10828 (generic-unix-modes, generic-other-modes): New constants.
10829 (generic-define-mswindows-modes, generic-define-unix-modes):
10830 Update docstrings. Make them obsolete.
10831 (generic-extras-enable-list): New default value. Update docstring.
10832 Improve :type. Change :set function.
10833 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
10834 Fix docstring.
10835
10836 * emacs-lisp/generic.el (generic-mode-internal):
10837 Simplify font-lock-defaults.
10838 (define-generic-mode): Fix docstring.
10839
10840 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
10843 font-lock-face property to highlight matches.
10844
10845 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
10846
10847 * progmodes/cc-mode.el (cc-create-define-alist): New function.
10848 (cc-define-alist): New variable.
10849 (c-mode): Make it local and initialize it.
10850
10851 * progmodes/gdb-ui.el (gdb-active-process): New variable.
10852 (gdb-exited): New function.
10853 (gdb-annotation-rules): Use it.
10854 (gdb-starting): Set gdb-active-process to t.
10855 (gdb-stopping): Amend doc string.
10856 (gdb-reset): Set gdb-active-process to nil.
10857
10858 * tooltip.el (tooltip-gud-tips): Show the associated #define
10859 directives when a C program under GDB is not executing.
10860
10861 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
10864 font-lock-fontify-syntactic-keywords.
10865
10866 * font-lock.el (font-lock-default-fontify-region): Don't force
10867 parse-sexp-lookup-properties to nil.
10868
10869 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10870
10871 * man.el (man-mode-syntax-table): Set up `:' to have
10872 word-constituent syntax.
10873
10874 2005-04-27 Lute Kamstra <lute@gnu.org>
10875
10876 * novice.el (disable-command): Don't add spurious newlines to the
10877 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
10878
10879 2005-04-26 Jay Belanger <belanger@truman.edu>
10880
10881 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
10882 than one window before deleting window.
10883
10884 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
10885
10886 * shell.el (shell-prompt-pattern): Doc fix.
10887 (shell-mode): Set paragraph-separate buffer locally to "\\'".
10888
10889 * comint.el (comint-prompt-regexp, comint-get-old-input)
10890 (comint-use-prompt-regexp)
10891 (comint-use-prompt-regexp-instead-of-fields)
10892 (comint-replace-by-expanded-history, comint-send-input)
10893 (comint-output-filter, comint-get-old-input-default)
10894 (comint-line-beginning-position, comint-bol, comint-show-output)
10895 (comint-backward-matching-input, comint-forward-matching-input)
10896 (comint-next-prompt, comint-previous-prompt):
10897 Rename `comint-use-prompt-regexp-instead-of-fields' to
10898 `comint-use-prompt-regexp'. Keep old name as alias and declare
10899 obsolete.
10900 (comint-use-prompt-regexp): Shorten first line of doc string.
10901
10902 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
10903 Set paragraph-separate buffer locally to "\\'".
10904
10905 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
10906 Adapt to above name change.
10907
10908 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10909 (smbclient-prompt-regexp): Ditto.
10910
10911 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
10912
10913 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
10914
10915 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
10916 gdb-location-list.
10917 Break lines that are over 80 characters wide.
10918
10919 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10920
10921 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
10922 New fun and var, to preserve compatibility.
10923
10924 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
10925
10926 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
10927
10928 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
10929 name to file-newer-than-file-p.
10930
10931 2005-04-26 Richard M. Stallman <rms@gnu.org>
10932
10933 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
10934
10935 * progmodes/python.el (python-mode):
10936 Use new name eldoc-documentation-function.
10937
10938 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
10939
10940 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10941 (eldoc-documentation-function):
10942 Rename from eldoc-print-current-symbol-info-function. Calls changed.
10943
10944 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
10945
10946 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
10947
10948 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
10949
10950 * term/xterm.el (function-key-map): Fix strings for
10951 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
10952 {C,S,A,C-S}-{f1-f12}.
10953
10954 2005-04-26 Kenichi Handa <handa@m17n.org>
10955
10956 * international/mule-cmds.el (select-safe-coding-system):
10957 Fix previous change.
10958
10959 2005-04-26 Lute Kamstra <lute@gnu.org>
10960
10961 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
10962
10963 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
10964 (font-lock-comment-delimiter-face): Ditto.
10965
10966 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
10967
10968 2005-04-25 Jay Belanger <belanger@truman.edu>
10969
10970 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
10971 to t while inserting information; use help-mode.
10972
10973 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
10974
10975 * term.el (ansi-term-color-vector): Use the xterm colors.
10976 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
10977
10978 2005-04-25 Lute Kamstra <lute@gnu.org>
10979
10980 * font-core.el (font-lock-defaults): Fix docstring.
10981
10982 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
10983
10984 2005-04-25 Kenichi Handa <handa@m17n.org>
10985
10986 * international/mule-cmds.el (select-safe-coding-system):
10987 Don't check consistency with coding: spec, etc if raw-text or
10988 no-conversion was found to be safe.
10989
10990 2005-04-24 Richard M. Stallman <rms@gnu.org>
10991
10992 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
10993 citation markers at start of each line.
10994
10995 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
10996 citation markers at start of each line.
10997
10998 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
10999
11000 * files.el (mode-require-final-newline): Fix previous change.
11001 (require-final-newline): Fix type label.
11002
11003 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11004
11005 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11006 statement in buffer (broken by 2004-11-24 change).
11007
11008 2005-04-24 Kim F. Storm <storm@cua.dk>
11009
11010 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11011 and read-file-name-function values. Don't overwrite existing
11012 non-nil values if ido-mode is enabled without ido-everywhere.
11013
11014 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11015
11016 * files.el (mode-require-final-newline): Minor doc fix.
11017
11018 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11019
11020 * subr.el (syntax-after): Doc fix.
11021 (syntax-class): If argument is nil, return nil. Mask off upper 16
11022 bits, not 8 bits.
11023
11024 * files.el (mode-require-final-newline): Doc fix.
11025 (backup-buffer-copy): Fix last change.
11026
11027 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11028
11029 * term/mac-win.el: Require select. Set selection-coding-system to
11030 mac-system-coding-system. Call menu-bar-enable-clipboard.
11031 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11032 (x-select-enable-clipboard): New variables.
11033 (x-select-text, x-get-selection, x-selection-value)
11034 (x-get-selection-value, mac-select-convert-to-string)
11035 (mac-services-open-file, mac-services-open-selection)
11036 (mac-services-insert-text): New functions.
11037 (CLIPBOARD, FIND): Put mac-scrap-name property.
11038 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11039 (public.tiff): Put mac-ostype property.
11040 (selection-converter-alist): Add entries for them.
11041 (mac-application-menu-map): New keymap.
11042 (interprogram-cut-function, interprogram-paste-function): Set to
11043 x-select-text and x-get-selection-value, respectively.
11044 (split-window-keep-point): Set to t.
11045
11046 2005-04-23 Richard M. Stallman <rms@gnu.org>
11047
11048 * files.el (read-directory-name): Always pass non-nil
11049 DEFAULT-FILENAME arg to read-file-name.
11050 (backup-buffer-copy, basic-save-buffer-2): Take care against
11051 writing thru an unexpected existing symlink.
11052 (revert-buffer): In indirect buffer, revert the base buffer.
11053 (magic-mode-alist): Doc fix.
11054 (buffer-stale-function): Doc fix.
11055 (minibuffer-with-setup-hook): Avoid warning.
11056 (mode-require-final-newline): Doc and custom fix.
11057
11058 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11059
11060 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11061 use the default appearance.
11062 (font-lock-comment-delimiter-face): New face, new variable.
11063
11064 * imenu.el (imenu--generic-function): The official position of a
11065 definition is the start of the line that BEG is in.
11066
11067 * midnight.el (midnight-timer): Move defvar up.
11068
11069 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11070
11071 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11072
11073 * startup.el (command-line): Use with-no-warnings.
11074
11075 * window.el (window-size-fixed): New defvar.
11076
11077 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11078
11079 * mail/rmail.el (rmail-font-lock-keywords):
11080 Use font-lock-comment-delimiter-face.
11081
11082 * mail/sendmail.el (mail-font-lock-keywords):
11083 Use font-lock-comment-delimiter-face.
11084
11085 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11086
11087 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11088
11089 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11090 Specify t for LAXMATCH when matching directories.
11091 Save match data around compilation-compat-error-properties form.
11092
11093 2005-04-23 David Kastrup <dak@gnu.org>
11094
11095 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11096 Mention that the autoloaded aliases should be kept for AUCTeX.
11097
11098 2005-04-23 Andreas Schwab <schwab@suse.de>
11099
11100 * isearch.el (isearch-forward): Doc fix.
11101
11102 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11103
11104 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11105 (jit-lock-stealth-nice): Change default value to 0.5.
11106
11107 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11108
11109 * abbrev.el (write-abbrev-file): Write table entries in
11110 alphabetical order by table name.
11111
11112 2005-04-22 Kim F. Storm <storm@cua.dk>
11113
11114 * ido.el (ido-read-internal): Fix `list' completion.
11115
11116 2005-04-22 Kenichi Handa <handa@m17n.org>
11117
11118 * recentf.el (recentf-save-file-coding-system): New variable.
11119 (recentf-save-list): Encode the file by
11120 recentf-save-file-coding-system and add coding: tag.
11121
11122 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11123
11124 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11125
11126 2005-04-21 Lute Kamstra <lute@gnu.org>
11127
11128 * loadhist.el (unload-feature): Don't remove a function from hooks
11129 if it is about to be restored to an autoload . Remove functions
11130 that will become unbound from auto-mode-alist. Simplify the code.
11131
11132 * subr.el (assq-delete-all): New implementation that is linear,
11133 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11134 (rassq-delete-all): New function.
11135
11136 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11137 Add size-indication-mode.
11138
11139 2005-04-21 Kenichi Handa <handa@m17n.org>
11140
11141 * international/mule-cmds.el: Add autoload for widget-value in
11142 eval-when-compile.
11143
11144 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11145
11146 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11147 Add tooltip-mode.
11148
11149 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11150
11151 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11152
11153 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11154 (inferior-lisp-filter-regexp, inferior-lisp-program)
11155 (inferior-lisp-load-command, inferior-lisp-prompt)
11156 (inferior-lisp-mode-hook, lisp-source-modes)
11157 (inferior-lisp-load-hook): defvar->defcustom.
11158 (inferior-lisp-program, inferior-lisp-prompt)
11159 (inferior-lisp-load-hook): Doc fixes.
11160 (inferior-lisp-install-letter-bindings): Small change in
11161 introductory comment.
11162
11163 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11164
11165 * vc.el (vc-annotate-color-map): Change some colors so that text
11166 using them as foreground is readable on both white and black
11167 backgrounds.
11168
11169 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * international/mule-conf.el (translation-table-for-input):
11172 Remove redundant declaration.
11173
11174 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11175
11176 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11177
11178 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11179 (tooltip-toggle-gud-tips): New function.
11180
11181 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11182
11183 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11184 right angle brackets.
11185
11186 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11187
11188 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11189
11190 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11191
11192 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11193 Remove. Update callers to use expand-file-name instead.
11194
11195 * subr.el (syntax-class): New function.
11196
11197 * simple.el (blink-matching-open): Use it.
11198
11199 * paren.el (show-paren-function): Use it to recognize parens that are
11200 also used in 2-char comment markers.
11201
11202 2005-04-19 Lute Kamstra <lute@gnu.org>
11203
11204 * loadhist.el (unload-feature): Update for new format of
11205 load-history. Simplify the code.
11206
11207 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11208
11209 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11210 (mac-add-charset-info): New function. Initialize variable
11211 mac-charset-info-alist using it.
11212 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11213 for translation.
11214 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11215 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11216 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11217 New CCL programs.
11218
11219 2005-04-19 Kim F. Storm <storm@cua.dk>
11220
11221 * simple.el (next-buffer, prev-buffer, next-error)
11222 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11223 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11224
11225 * bindings.el (next-buffer, prev-buffer, next-error)
11226 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11227 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11228 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11229 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11230
11231 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * isearch.el (isearch-edit-string): Make the search-ring available for
11234 minibuffer history commands.
11235 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11236 the default history commands now work just as well.
11237 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11238
11239 2005-04-18 Kim F. Storm <storm@cua.dk>
11240
11241 * emulation/cua-base.el (cua--pre-command-handler): Add more
11242 elaborate check for shift modifier on non-window systems.
11243
11244 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11245
11246 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11247
11248 2005-04-18 Kim F. Storm <storm@cua.dk>
11249
11250 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11251 and make it optional. Don't test tooltip-gud-echo-area here.
11252 (tooltip-gud-process-output, gdb-tooltip-print):
11253 Pass tooltip-gud-echo-area to tooltip-show.
11254 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11255
11256 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11257
11258 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11259 `display-graphic-p' may not be bound yet.
11260
11261 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11262
11263 * startup.el (command-line): No longer enable Xterm Mouse mode by
11264 default in terminals compatible with xterm.
11265
11266 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11267
11268 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * tooltip.el (tooltip-gud-echo-area): Rename from
11271 tooltip-use-echo-area.
11272 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11273 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11274 area independently of where help tooltips are displayed.
11275
11276 2005-04-17 David Kastrup <dak@gnu.org>
11277
11278 * cus-theme.el (custom-theme-write-variables): Quote variables
11279 where necessary.
11280
11281 2005-04-17 Richard M. Stallman <rms@gnu.org>
11282
11283 * simple.el (yank-excluded-properties): Add follow-link to value.
11284
11285 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11286
11287 * startup.el (fancy-splash-max-time): Just 30 seconds.
11288 (fancy-splash-delay): Just 7.
11289 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11290
11291 * loadhist.el (unload-feature): Update for new format of load-history.
11292 Simplify the code.
11293
11294 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11295 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11296
11297 * mail/sendmail.el (mail-font-lock-keywords):
11298 Don't fontify subject text.
11299 Don't fontify the text of a citation.
11300
11301 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11302
11303 * comint.el (comint-output-filter): Run comint-output-filter-functions
11304 with point where the user had it.
11305
11306 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * international/ucs-tables.el (ucs-set-table-for-input):
11309 Disable when using unify-on-decoding.
11310
11311 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11312
11313 * emulation/cua-base.el (cua-global-mark-face): Add special case
11314 for displays supporting a high number of colors.
11315
11316 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11317
11318 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11319
11320 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11321
11322 * filesets.el (filesets-add-buffer): If user supplies a name of a
11323 non-existing fileset, create a new fileset.
11324
11325 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11326
11327 * textmodes/org.el (org-up-heading-all): Fix bug with
11328 `outline-up-heading-all'.
11329
11330 2005-04-16 Andreas Schwab <schwab@suse.de>
11331
11332 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11333 /etc/permissions.d/* and /etc/aliases.d/*.
11334
11335 2005-04-16 Kenichi Handa <handa@m17n.org>
11336
11337 * international/code-pages.el (cp-make-coding-system):
11338 Set `translation-table-for-input' property value to the symbol
11339 ucs-mule-to-mule-unicode, not to that value.
11340 (pt154): Escape guillemet by `\'.
11341
11342 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11343
11344 * loadup.el: Load tooltip if x-show-tip is fboundp.
11345
11346 * startup.el (command-line): Add comment.
11347
11348 * tooltip.el (tooltip-mode): Specify correct standard value for
11349 Custom in init-value.
11350
11351 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11352
11353 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11354 possible.
11355
11356 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11357
11358 * textmodes/org.el (org-agenda-date-prompt): Rename from
11359 `org-agenda-date-today'.
11360 (org-evaluate-time-range): Insert at point instead of directly
11361 after time range.
11362 (org-first-headline-recenter, org-subtree-end-visible-p)
11363 (org-optimize-window-after-visibility-change): New functions
11364 (org-agenda-post-command-hook): Don't allow point at end of line,
11365 to make sure it always hits the text properties.
11366 (org-agenda-next-date-line, org-agenda-previous-date-line):
11367 New commands.
11368 (org-set-regexps-and-options): Category may contain white space.
11369 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11370 Improve marker positions.
11371 (org-agenda-new-marker): Argument POS made optional.
11372 (org-agenda-get-timestamps): Deadlines which are done are listed
11373 in org-done-face now.
11374 (org-agenda-get-todos, org-agenda-get-timestamps)
11375 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11376 Set `undone-face' and `done-face' properties.
11377 (org-last-todo-state-is-todo): New variable.
11378 (org-todo): Set `org-last-todo-state-is-todo'.
11379 (org-agenda-todo): Change face according to
11380 `org-last-todo-state-is-todo'. And change other lines referring to
11381 the same entry.
11382 (org-calendar-goto-agenda): New command.
11383 (org-calendar-to-agenda-key): New option.
11384 (org-startup-folded): New allowed value `content'.
11385 (org-set-regexps-and-options): Accept new value `content' for
11386 `org-startup-folded'.
11387 (org-get-current-options): Handle new value `content' for
11388 `org-startup-folded'.
11389 (org-insert-todo-heading): New command.
11390 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11391 interactively in empty file and option
11392 `org-insert-mode-line-in-empty-file' has been set.
11393 (org-agenda-todo,org-agenda-priority): Modify to use
11394 `org-agenda-change-all-lines'.
11395 (org-warning-face): Change color on dark background
11396
11397 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11398
11399 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11400 use preferences AppleLocale and AppleLanguages, and variable
11401 mac-system-locale for default locale. On Mac OS Classic, use
11402 mac-system-coding-system for default coding systems.
11403
11404 * term/mac-win.el: Don't set file-name-coding-system.
11405 Decode variables system-name, emacs-build-system, user-login-name, and
11406 user-full-name by mac-system-coding-system on Mac OS Classic.
11407 (mac-system-coding-system): New variable.
11408
11409 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11410
11411 * startup.el (command-line): Handle `xterm-mouse-mode' before
11412 reading init file.
11413
11414 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11415
11416 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11417
11418 * progmodes/sh-script.el (sh-here-document-word): Make it a
11419 defcustom. Doc fix.
11420 (sh-add): Bash uses $(( )) for arithmetic.
11421 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11422 (sh-maybe-here-document): Remove quotes and leading whitespace
11423 from heredoc word when closing. Indent heredoc with tabs if word
11424 starts with "-".
11425
11426 2005-04-13 Richard M. Stallman <rms@gnu.org>
11427
11428 * simple.el (undo): Fix previous change.
11429
11430 * custom.el (defface): Doc fix.
11431
11432 2005-04-13 Lute Kamstra <lute@gnu.org>
11433
11434 * Makefile.in (DONTCOMPILE): Remove list.
11435 (compile, compile-always): Don't use DONTCOMPILE.
11436 (update-authors): Load the library in which batch-update-authors
11437 is defined.
11438 * makefile.w32-in (DONTCOMPILE): Remove list.
11439 (compile, compile-always): Fix comments.
11440 (update-authors): Load the library in which batch-update-authors
11441 is defined.
11442
11443 * generic-x.el (generic-mode-ini-file-find-file-hook):
11444 Rename to ini-generic-mode-find-file-hook.
11445 Keep generic-mode-ini-file-find-file-hook as an alias.
11446 (ini-generic-mode-find-file-hook): Rename from
11447 generic-mode-ini-file-find-file-hook. Fix docstring.
11448 (ini-generic-mode): Docstring change.
11449 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11450
11451 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11452 called from lisp.
11453
11454 * generic.el: Move to the emacs-lisp subdir.
11455
11456 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11457
11458 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11459 and C-S- function and cursor motion keys.
11460
11461 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11462
11463 * startup.el (command-line): Enable Xterm Mouse mode by default.
11464 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11465 for Custom. No longer show "Mouse" in mode line when enabled.
11466 Doc fix.
11467
11468 2005-04-12 Kim F. Storm <storm@cua.dk>
11469
11470 * emulation/cua-base.el (cua-rectangle-face)
11471 (cua-rectangle-noselect-face): Define face attributes here.
11472
11473 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11474
11475 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11476
11477 * startup.el (command-line): Turn off blinking cursor if
11478 cursorBlink in resources is off or false.
11479
11480 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11481
11482 * term/mac-win.el (dnd): Require dnd.
11483 (mac-drag-n-drop): Call dnd-handle-one-url.
11484 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11485 (kTextEncodingISOLatin2): Remove constants.
11486 (mac-script-code-coding-systems): New constant.
11487 (mac-handle-language-change): New function.
11488 (special-event-map): Bind it to `language-change' event.
11489 (mac-centraleurroman, mac-cyrillic): New coding systems.
11490 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11491 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11492 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11493 encode-mac-cyrillic, respectively.
11494
11495 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11496
11497 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11498 Don't set overlay-arrow-string to "=>" as this is done
11499 globally in C now.
11500
11501 2005-04-12 Lute Kamstra <lute@gnu.org>
11502
11503 * generic-x.el (rc-generic-mode, rul-generic-mode):
11504 Fix auto-mode-alist entries.
11505 (etc-fstab-generic-mode): Tweak fontification.
11506
11507 * generic.el (generic-make-keywords-list): Fix docstring.
11508 (generic-mode-internal): Simplify generic-font-lock-keywords.
11509
11510 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11511
11512 * whitespace.el (whitespace-buffer-leading)
11513 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11514 However, fix the highlight area for the leading and
11515 trailing whitespaces to show space.
11516
11517 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11518
11519 * whitespace.el (whitespace-version): Bump to 3.5
11520
11521 (whitespace-buffer-leading, whitespace-buffer-trailing):
11522 Invert sense of the test to highlight the whitespace.
11523
11524 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11525
11526 * progmodes/gud.el (gud-display-line): GUD uses its own
11527 overlay arrow now so don't set overlay-arrow-string.
11528 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11529
11530 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11531
11532 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11533 (term-ansi-current-reverse, term-ansi-current-invisible)
11534 (term-ansi-face-already-done): Change to boolean.
11535 (term-reset-terminal, term-handle-colors-array): Handle the above
11536 vars accordingly.
11537 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11538 (term-emulate-terminal): Use the new name.
11539
11540 * faces.el (secondary-selection): Use yellow1, not yellow.
11541 (trailing-whitespace): Use red1, not red.
11542
11543 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11544
11545 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11546 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11547 (dired-dnd-handle-file): Call dnd-get-local-file-uri
11548
11549 * cus-edit.el (dnd): New group.
11550
11551 * term/w32-win.el (dnd): Require dnd
11552 (w32-drag-n-drop): Call dnd-handle-one-url.
11553
11554 * x-dnd.el: Require dnd.
11555 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11556 Call dnd-handle-one-url.
11557 (x-dnd-types-alist, x-dnd-insert-utf8-text)
11558 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11559 to dnd-insert-text.
11560 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11561 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11562 (x-dnd-get-local-file-name, x-dnd-open-local-file)
11563 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11564
11565 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11566
11567 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11568
11569 * wdired.el: Doc fixes.
11570 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11571 (wdired-use-dired-vertical-movement): Rename from
11572 wdired-always-move-to-filename-beginning.
11573 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11574 (wdired-change-to-wdired-mode): Change mode name.
11575 (wdired-newline): Delete.
11576
11577 2005-04-11 Richard M. Stallman <rms@gnu.org>
11578
11579 * whitespace.el (whitespace-highlight-the-space):
11580 Don't call whitespace-unhighlight-the-space here.
11581
11582 * simple.el (undo): Record t in undo-equiv-table
11583 for the redo record made by an undo-in-region.
11584
11585 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11586
11587 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11588 (gdb-frame-inferior-io-buffer): New Functions to control
11589 display of separate IO buffer.
11590 (menu): Add them to menu-bar.
11591 (gdb-display-buffer): Check for buffer another frame.
11592 Protect GUD buffer.
11593 (gdb-setup-windows): Create IO buffer if not already there.
11594 (gdb-memory-mode): Remove purecopy noops.
11595
11596 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11597
11598 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11599 and pass to self-insert-command.
11600
11601 2005-04-11 Lute Kamstra <lute@gnu.org>
11602
11603 * generic.el: Commentary section cleanup.
11604 (generic): Delete.
11605 (generic-use-find-file-hook, generic-lines-to-scan)
11606 (generic-find-file-regexp, generic-ignore-files-regexp)
11607 (default-generic-mode, generic-mode-find-file-hook)
11608 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11609 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
11610 (generic-use-find-file-hook, generic-lines-to-scan)
11611 (generic-find-file-regexp, generic-ignore-files-regexp)
11612 (default-generic-mode, generic-mode-find-file-hook)
11613 (generic-mode-ini-file-find-file-hook): Move from generic.el.
11614
11615 2005-04-10 Karl Fogel <kfogel@red-bean.com>
11616
11617 * bookmark.el (bookmark-write-file): Catch errors writing file.
11618 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11619
11620 2005-04-10 Richard M. Stallman <rms@gnu.org>
11621
11622 * startup.el (fancy-splash-tail): Update copyright year.
11623 (command-line): Split part of -Q into -D.
11624 (emacs-basic-display): New defvar.
11625 (fancy-splash-text): Correct name of menu item.
11626
11627 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11628
11629 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11630 lines in one node.
11631
11632 * comint.el (comint-send-input): New arg ARTIFICIAL.
11633 Callers in this file changed.
11634
11635 * abbrev.el (define-abbrevs): Read system abbrevs properly.
11636
11637 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11638
11639 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
11640
11641 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
11642 `ldap-search-internal'.
11643
11644 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * files.el (set-auto-mode-1): Use line-end-position.
11647
11648 * international/latin-1.el:
11649 * international/latin-2.el:
11650 * international/latin-3.el:
11651 * international/latin-4.el:
11652 * international/latin-5.el:
11653 * international/latin-8.el:
11654 * international/latin-9.el: Give punctuation syntax to NBSP.
11655
11656 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11657 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11658 Use char-classes to accept non-ascii letters, accepted in some recent
11659 bibtex implementations.
11660
11661 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
11662
11663 * custom.el (custom-set-minor-mode): Any non-nil value for the
11664 variable should enable the mode when set through Custom.
11665
11666 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11669 TAB binding so tab-always-indent is obeyed.
11670 (vhdl-minibuffer-local-map): Move initialization into declaration.
11671 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11672 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11673 (vhdl-hooked-abbrev): Avoid test for XEmacs.
11674 (vhdl-current-line): Use line-beginning-position.
11675 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11676 with-output-to-temp-buffer, so the current position can be recorded.
11677
11678 2005-04-10 Masatake YAMATO <jet@gyve.org>
11679
11680 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11681 Add regexp for gcov.
11682
11683 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11684
11685 * calendar/time-date.el (time-to-seconds, seconds-to-time)
11686 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11687 syntax which Emacs 20 doesn't support.
11688
11689 2005-04-09 Richard M. Stallman <rms@gnu.org>
11690
11691 * help.el (describe-key-briefly, describe-key):
11692 Replace strings as event types with "(any string)".
11693
11694 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11695
11696 * arc-mode.el (archive-mode-map): Move initialization into
11697 the declaration. Override *all* bindings of `undo'.
11698 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11699
11700 2005-04-09 Jay Belanger <belanger@truman.edu>
11701
11702 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11703
11704 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11705
11706 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11707 (xterm-register-default-colors): Update color values computation
11708 to match xterm-200.
11709
11710 2005-04-09 Kenichi Handa <handa@m17n.org>
11711
11712 * international/code-pages.el (iso-latin-7): Fix the map.
11713
11714 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
11715
11716 * emacs-lisp/lisp.el (defun-prompt-regexp)
11717 (parens-require-spaces, buffer-end, end-of-defun)
11718 (insert-parentheses): Doc fixes.
11719
11720 2005-04-08 Kim F. Storm <storm@cua.dk>
11721
11722 * comint.el (comint-highlight-prompt): Fix face spec.
11723 * hi-lock.el (hi-green): Likewise.
11724
11725 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11726
11727 * cus-edit.el (custom-modified-face):
11728 * comint.el (comint-highlight-input): Fix previous changes.
11729 * term.el (term-handle-ansi-escape): Add a comment.
11730
11731 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11732
11733 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11734 in the buffer and in whitespace-highlighted-space.
11735 (whitespace-unhighlight-the-space): Simplify.
11736 (whitespace-buffer): Simplify.
11737
11738 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11739
11740 * textmodes/table.el (table-cell-face): Add special case for
11741 displays supporting a high number of colors.
11742 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11743 (vhdl-font-lock-reserved-words-face)
11744 (vhdl-speedbar-architecture-face)
11745 (vhdl-speedbar-instantiation-face)
11746 (vhdl-speedbar-architecture-selected-face)
11747 (vhdl-speedbar-instantiation-selected-face): Likewise.
11748 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11749 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11750 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11751 (ebrowse-root-class-face, ebrowse-member-attribute-face)
11752 (ebrowse-progress-face): Likewise.
11753 * progmodes/compile.el (compilation-info-face): Likewise.
11754 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11755 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11756 * calendar/calendar.el (diary-face): Likewise.
11757 * woman.el (woman-italic-face, woman-bold-face)
11758 (woman-unknown-face): Likewise.
11759 * wid-edit.el (widget-button-pressed-face): Likewise.
11760 * whitespace.el (whitespace-highlight-face): Likewise.
11761 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11762 * pcvs-info.el (cvs-marked-face): Likewise.
11763 * info.el (info-xref): Likewise.
11764 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11765 * hilit-chg.el (highlight-changes-face)
11766 (highlight-changes-delete-face): Likewise.
11767 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11768 (hi-red-b): Likewise.
11769 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
11770 * font-lock.el (font-lock-keyword-face)
11771 (font-lock-function-name-face, font-lock-warning-face): Likewise.
11772 * cus-edit.el (custom-invalid-face, custom-modified-face)
11773 (custom-set-face, custom-changed-face, custom-variable-tag-face)
11774 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11775 * comint.el (comint-highlight-prompt): Likewise.
11776
11777 2005-04-08 Lute Kamstra <lute@gnu.org>
11778
11779 * font-lock.el (font-lock-keywords): Docstring fixes.
11780
11781 2005-04-08 Kenichi Handa <handa@m17n.org>
11782
11783 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
11784 chars are more than a limit, print " and more..." at the tail.
11785
11786 2005-04-08 Kim F. Storm <storm@cua.dk>
11787
11788 * emacs-lisp/authors.el (authors-aliases): Update list.
11789 (authors-ignored-files): New list.
11790 (authors-fixed-entries): Fix typo.
11791 (authors-renamed-files-alist): Update list.
11792 (authors-add): Check authors-ignored-files.
11793
11794 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
11795
11796 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
11797 optional, to ensure backward compatibility.
11798
11799 2005-04-08 Stephen Eglen <stephen@gnu.org>
11800
11801 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
11802
11803 2005-04-08 Kim F. Storm <storm@cua.dk>
11804
11805 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
11806
11807 * mouse.el (mouse-on-link-p): Doc fix.
11808
11809 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
11810
11811 * ielm.el (ielm-prompt-read-only): Doc fix.
11812
11813 * comint.el (comint-prompt-read-only): Doc fix.
11814
11815 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
11816
11817 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
11818 ensure dired always handles wildcards passed to ffap.
11819 (find-file-at-point): Use it.
11820 (ffap-dired-wildcards): Doc fix.
11821
11822 2005-04-07 Juri Linkov <juri@jurta.org>
11823
11824 * simple.el (next-error-overlay-arrow-position): New defvar.
11825 Put "=>" on its property `overlay-arrow-string'. Add it to
11826 `overlay-arrow-variable-list'.
11827
11828 * progmodes/compile.el (compilation-setup):
11829 Set `next-error-overlay-arrow-position' to nil. Also set it to
11830 nil in the local hook `kill-buffer-hook'. Make local variable
11831 `overlay-arrow-string' and set it to "=>".
11832 (compilation-goto-locus): Set BOL position to
11833 `next-error-overlay-arrow-position' instead of
11834 `overlay-arrow-position'.
11835
11836 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
11837 locally instead of adding it to the global hook.
11838 (Info-kill-buffer): Move up.
11839
11840 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
11841
11842 * term/xterm.el (xterm-standard-colors): Update color values from
11843 xterm-200.
11844
11845 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
11848
11849 * fast-lock.el:
11850 * lazy-lock.el: Move them to the obsolete subdir.
11851
11852 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11853
11854 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
11855 (wdired-add-replace-advice): Remove.
11856 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
11857
11858 2005-04-06 Kim F. Storm <storm@cua.dk>
11859
11860 * startup.el (command-line): Add --bare-bones alias for -Q.
11861
11862 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11863
11864 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
11865 create the startup fontset if a font specification ends with
11866 `mac-roman'.
11867
11868 2005-04-06 Lute Kamstra <lute@gnu.org>
11869
11870 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
11871 change.
11872
11873 * emacs-lisp/copyright.el (copyright-update-year): Replace the
11874 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
11875
11876 2005-04-05 Lute Kamstra <lute@gnu.org>
11877
11878 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
11879 (define-generic-mode): Ditto. Fix debug declaration.
11880
11881 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11882 Put them in the generic-x group.
11883
11884 * calendar/timeclock.el (timeclock): Doc fix.
11885
11886 * generic.el (define-generic-mode): Don't use custom-current-group.
11887 Document default :group value.
11888 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
11889 (define-global-minor-mode): Don't use custom-current-group.
11890
11891 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11892
11893 * startup.el (command-line-1): Display startup-echo-area-message
11894 when fancy splash screen is in use.
11895
11896 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
11897 (sh-escaped-newline): New face.
11898 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
11899 newline, and use sh-escaped-newline face.
11900
11901 * progmodes/tcl.el (tcl-escaped-newline): New face.
11902 (tcl-builtin-list): New variable.
11903 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
11904 newlines. Fix keywords subexpression number.
11905
11906 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
11907
11908 * textmodes/org.el (org-diary-default-entry): Fix call to
11909 `add-to-diary-entry'.
11910
11911 2005-04-05 Kim F. Storm <storm@cua.dk>
11912
11913 * ediff-init.el: Use (featurep 'xemacs).
11914
11915 2005-04-05 David Ponce <david@dponce.com>
11916
11917 * cus-edit.el (face): Derive from symbol widget. Display sample
11918 of the current face on the fly.
11919 (widget-face-sample-face-get, widget-face-notify): New functions.
11920 (widget-face-value-create): Remove.
11921
11922 * wid-edit.el (widget-field-end): Temporarily remove field
11923 narrowing before to call `get-char-property'.
11924
11925 2005-04-04 Jay Belanger <belanger@truman.edu>
11926
11927 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
11928 (math-read-subscripts): New variable.
11929 (math-read-preprocess-string): Process subscripts.
11930
11931 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
11932
11933 * comint.el (comint-prompt-read-only): Doc fix.
11934
11935 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
11936 `-1'. Doc fix.
11937
11938 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
11939
11940 * textmodes/org.el (org-insert-mode-line-in-empty-file):
11941 Change default value to nil.
11942
11943 2005-04-04 Lute Kamstra <lute@gnu.org>
11944
11945 * autorevert.el (auto-revert-mode): Specify :group.
11946 * battery.el (display-battery-mode): Specify :group.
11947 * diff-mode.el (diff-minor-mode): Specify :group.
11948 * font-core.el (font-lock-mode): Specify :group.
11949 * hl-line.el (hl-line-mode): Specify :group.
11950 * iimage.el (iimage): New customization group.
11951 (iimage-mode): Specify :group.
11952 * longlines.el (longlines-mode): Specify :group.
11953 * master.el: Don't require easy-mmode.
11954 (master): New customization group.
11955 (master-mode): Specify :group.
11956 * msb.el (msb-mode): Specify :group.
11957 * reveal.el (reveal-mode): Specify :group.
11958 * simple.el (next-error-follow-minor-mode): Specify :group.
11959 * smerge-mode.el (smerge-mode): Specify :group.
11960 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
11961 * emulation/cua-base.el (cua-mode): Specify :group.
11962 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
11963 * language/thai-util.el (thai-auto-composition-mode)
11964 (thai-word-mode): Specify :group.
11965 * mail/supercite.el (sc-minor-mode): Specify :group.
11966 * progmodes/cwarn.el (cwarn-mode): Specify :group.
11967 * progmodes/flymake.el (flymake-mode): Specify :group.
11968 * progmodes/glasses.el (glasses-mode): Specify :group.
11969 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
11970 * textmodes/enriched.el (enriched-mode): Specify :group.
11971 * textmodes/refill.el (refill-mode): Specify :group.
11972
11973 * add-log.el (change-log-font-lock-keywords): Names in
11974 parenthesized lists can contain spaces.
11975
11976 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
11977
11978 * startup.el (fancy-splash-text): Shorten default text of
11979 "Emacs Tutorial" line. Also, if the current language env
11980 indicates an available tutorial file other than TUTORIAL,
11981 extract its title and append it to the line in parentheses.
11982 (fancy-splash-insert): If arg is a thunk, funcall it.
11983
11984 2005-04-04 Jay Belanger <belanger@truman.edu>
11985
11986 * calc.el (calc-language-alist): Add tags to customization type.
11987
11988 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
11989
11990 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
11991 Doc fix.
11992
11993 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
11994
11995 * add-log.el (change-log-font-lock-keywords): The manual
11996 describing a Change Log entry, says: (...) "Aside from these
11997 header lines, every line in the change log starts with a space or
11998 a tab.". The font-lock was not highlighting lines started with
11999 spaces, added support for it.
12000
12001 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12002
12003 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12004 (bibtex-generate-url-list): Update docstring accordingly. Put the
12005 complex example in the docstring.
12006 (bibtex-font-lock-url): Use pop.
12007
12008 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12009
12010 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12011
12012 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12013
12014 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12015
12016 * filesets.el (filesets-set-default): Doc fix.
12017
12018 2005-04-03 Lute Kamstra <lute@gnu.org>
12019
12020 * generic.el (define-generic-mode): Add argument to specify
12021 keywords for defcustom.
12022 (default-generic-mode): Specify :group.
12023
12024 * generic-x.el: Specify :group for all generic modes.
12025
12026 * desktop.el (desktop-no-desktop-file-hook)
12027 (desktop-after-read-hook): Doc fix.
12028
12029 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12030
12031 * simple.el (visible-mode): Use explicit :group keyword.
12032 This changes the group of `visible-mode-hook' from paren-blinking
12033 to editing-basics.
12034
12035 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12036
12037 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12038 mailbox specifications as well as URLs.
12039 (rmail-insert-inbox-text): Remove unused conditional branches.
12040
12041 2005-04-01 Jay Belanger <belanger@truman.edu>
12042
12043 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12044 (calc-gnuplot-print-command): Move definitions to calc.el.
12045
12046 * calc/calc-embed.el (calc-embedded-announce-formula)
12047 (calc-embedded-open-formula, calc-embedded-close-formula)
12048 (calc-embedded-open-word, calc-embedded-close-word)
12049 (calc-embedded-open-plain, calc-embedded-close-plain)
12050 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12051 (calc-embedded-open-mode, calc-embedded-close-mode):
12052 Move definitions to calc.el.
12053
12054 * calc/calc.el (calc-settings-file, calc-language-alist):
12055 Make customizable.
12056 (calc-embedded-announce-formula, calc-embedded-open-formula)
12057 (calc-embedded-close-formula, calc-embedded-open-word)
12058 (calc-embedded-close-word, calc-embedded-open-plain)
12059 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12060 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12061 (calc-embedded-close-mode, calc-gnuplot-name)
12062 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12063 from other files and make customizable.
12064
12065 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12068 Use buffer-live-p.
12069 (cvs-mode-run): Don't call cvs-update-header here.
12070 (cvs-run-process): Call cvs-update-header.
12071 Use process properties for cvs-postprocess and cvs-buffer so that
12072 the sentinel can behave better if the temp buffer is killed.
12073 Use a pipe rather than a tty, to better handle unexpected prompts.
12074 (cvs-sentinel): Rewrite. Call cvs-update-header.
12075
12076 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12077
12078 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12079 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12080
12081 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12082
12083 * generic.el (define-generic-mode): Add indentation rule.
12084
12085 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12086
12087 * files.el (mode-require-final-newline): Make Custom correctly
12088 report a nil value and allow to set it to nil via Custom.
12089 Doc fix.
12090
12091 2005-04-01 Kenichi Handa <handa@m17n.org>
12092
12093 * international/characters.el: Enable the correct case setting for
12094 dotless-i and dotted-I.
12095
12096 2005-04-01 Kim F. Storm <storm@cua.dk>
12097
12098 * ido.el (ido-file-internal): Fall back to non-ido command if
12099 initial directory is on slow ftp (or tramp) host.
12100
12101 2005-03-31 Richard M. Stallman <rms@gnu.org>
12102
12103 * emacs-lisp/autoload.el (make-autoload):
12104 Handle define-global-minor-mode.
12105
12106 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12107 Rename from easy-mmode-define-global-mode.
12108 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12109
12110 * progmodes/scheme.el (scheme-mode-syntax-table):
12111 Update syntax of | and # for two-character comment syntax.
12112
12113 2005-03-31 Lute Kamstra <lute@gnu.org>
12114
12115 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12116 (define-minor-mode): Call custom-current-group at load-time.
12117
12118 * generic.el (define-generic-mode): Add debug declaration.
12119 Add defcustom for the mode hook.
12120 (generic-mode-internal): Use run-mode-hooks.
12121
12122 2005-03-31 Kim F. Storm <storm@cua.dk>
12123
12124 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12125 (mouse-fixup-help-message): New defun called by show_help_echo
12126 to fixup mouse-2 prefix in help messages when applicable.
12127
12128 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12129
12130 2005-03-31 Kenichi Handa <handa@m17n.org>
12131
12132 * language/thai-word.el (thai-find-word-ends): Pay attention to
12133 the case that we reach the end of buffer.
12134
12135 * textmodes/fill.el (fill-text-properties-at): New function.
12136 (fill-newline): Use fill-text-properties-at instead of
12137 text-properties-at.
12138
12139 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12140
12141 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12142 not comint-quote-filename.
12143
12144 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12145
12146 * help-fns.el (help-with-tutorial): Revert last change.
12147
12148 2005-03-31 Kim F. Storm <storm@cua.dk>
12149
12150 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12151
12152 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12153
12154 * calendar/cal-china.el: Update reference to "Calendrical
12155 Calculations" book; there's a new edition.
12156 * calendar/cal-coptic.el: Likewise.
12157 * calendar/cal-french.el: Likewise.
12158 * calendar/cal-hebrew.el: Likewise.
12159 * calendar/cal-islam.el: Likewise.
12160 * calendar/cal-iso.el: Likewise.
12161 * calendar/cal-julian.el: Likewise.
12162 * calendar/cal-mayan.el: Likewise.
12163 * calendar/cal-persia.el: Likewise.
12164 * calendar/calendar.el: Likewise.
12165 * calendar/holidays.el: Likewise.
12166 * calendar/lunar.el: Likewise.
12167 * calendar/solar.el: Likewise.
12168
12169 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12170 white space from doc string.
12171
12172 2005-03-30 Jay Belanger <belanger@truman.edu>
12173
12174 * calc/calc-help.el (calc-full-help): Remove email address.
12175
12176 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12177
12178 * help-fns.el (help-with-tutorial): Delete title line.
12179
12180 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12181
12182 * calendar/cal-x.el (calendar-one-frame-setup)
12183 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12184 rather than 'symbol for set-window-dedicated-p.
12185
12186 * calendar/appt.el (appt-buffer-name): Make it a constant.
12187 (appt-add): Doc fix.
12188
12189 * filesets.el (filesets-menu-path, filesets-menu-before)
12190 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12191 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12192 (filesets-add-submenu): Delete and use add-submenu instead.
12193
12194 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12195
12196 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12197 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12198 (org-diary-default-entry): New function.
12199 (org-get-entries-from-diary): Better parsing of diary entries.
12200 (org-agenda-check-no-diary): New function.
12201 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12202 linking to diary entries.
12203 (org-agenda-execute-calendar-command): New function.
12204 (org-agenda): Improve visible section in window.
12205 Use `org-fit-agenda-window'.
12206 (org-fit-agenda-window): New option.
12207 (org-move-subtree-down): Better handling of empty lines
12208 at end of subtree.
12209 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12210 levels up.
12211 (org-fontify-done-headline): New option.
12212 (org-headline-done-face): New face.
12213 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12214 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12215 When current field is non-empty, it is copied to next row.
12216 (org-table-copy-from-above): Fix bug which made it
12217 impossible to copy fields containing only a single non-white character.
12218
12219 2005-03-30 Kim F. Storm <storm@cua.dk>
12220
12221 * kmacro.el (kmacro-end-macro): Isearch may store this command
12222 into the macro -- so ignore it when executing keyboard macro.
12223
12224 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12225
12226 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12227
12228 2005-03-29 Kenichi Handa <handa@m17n.org>
12229
12230 * language/thai.el ("Thai"): Set setup-function and exit-function
12231 for Thai language environment.
12232
12233 * language/thai-util.el: Require thai-word.
12234 (thai-word-mode-map): New variable.
12235 (thai-word-mode): New minor mode.
12236 (setup-thai-language-environment-internal): New function.
12237 (exit-thai-language-environment-internal): New function.
12238
12239 * language/thai-word.el (thai-word-table): Declare it by defvar,
12240 use dolist to initialize it.
12241 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12242 (thai-fill-find-break-point): New functions.
12243
12244 2005-03-29 Richard M. Stallman <rms@gnu.org>
12245
12246 * simple.el (idle-update-delay): Move definition up.
12247 (set-mark): Doc fix.
12248
12249 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12250
12251 * longlines.el: New file.
12252
12253 * simple.el (buffer-substring-filters): New variable.
12254 (filter-buffer-substring): New function.
12255 (kill-region, copy-region-as-kill): Use it.
12256
12257 * register.el (copy-to-register, append-to-register)
12258 (prepend-to-register): Use filter-buffer-substring.
12259
12260 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12261
12262 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12263 (gud-filter-pending-text): Move in front of gdb.
12264 (gud-overlay-arrow-position): New variable.
12265 (gud-sentinel, gud-display-line): Use it in place of
12266 overlay-arrow-position.
12267
12268 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12269
12270 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12271 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12272 (fortran-font-lock-keywords-4): New variable.
12273 (fortran-blocks-re, fortran-end-block-re)
12274 (fortran-start-block-re): New constants, for hideshow.
12275 (hs-special-modes-alist): Add a Fortran entry.
12276 (fortran-mode-map): Bind fortran-end-of-block,
12277 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12278 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12279 (fortran-looking-at-if-then, fortran-end-of-block)
12280 (fortran-beginning-of-block): New functions, for hideshow.
12281
12282 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12283 Doc fix. Tweak regexp.
12284 (f90-beginning-of-block): Push mark first.
12285
12286 2005-03-29 Jay Belanger <belanger@truman.edu>
12287
12288 * calc/calc.el: Update copyright date.
12289 (calc-version): Increase to 2.1.
12290 (calc-version-date): Remove.
12291
12292 * calc/calc-help.el: Update copyright date.
12293 (calc-full-help): Remove reference to calc-version-date.
12294 Update copyright date.
12295
12296 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12297
12298 * vc.el (vc-do-command): Use a pipe for async processes, so password
12299 prompts don't show up at places where the user can't reply.
12300
12301 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12302
12303 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12304 on the file name we pass to the inferior shell.
12305
12306 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12307
12308 * progmodes/which-func.el (which-function): Be robust in the face of an
12309 imenu--make-index-alist failure.
12310
12311 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12314
12315 * progmodes/python.el (python-preoutput-filter): Fix last change.
12316
12317 2005-03-29 Lute Kamstra <lute@gnu.org>
12318
12319 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12320 functions and compiled macros.
12321 (debug-convert-byte-code): Handle macros too.
12322 (debug-on-entry-1): Don't signal an error when trying to clear a
12323 function that is not set to debug on entry.
12324
12325 2005-03-29 Jay Belanger <belanger@truman.edu>
12326
12327 * calc/calc-lang.el: Add functions to math-function-table
12328 properties of tex and math.
12329
12330 2005-03-29 Kenichi Handa <handa@m17n.org>
12331
12332 * ps-mule.el (ps-mule-plot-string): Translate characters by
12333 ps-print-translation-table.
12334 (ps-mule-begin-job): Call find-charset-region/string with
12335 ps-print-translation-table.
12336 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12337
12338 * ps-print.el (ps-print-translation-table): New variable.
12339 (ps-plot-region): Translate characters by ps-print-translation-table.
12340
12341 2005-03-29 Juri Linkov <juri@jurta.org>
12342
12343 * simple.el (next-error-highlight-timer): New variable.
12344
12345 * progmodes/compile.el (compilation-goto-locus):
12346 Use `next-error-highlight-timer' instead of `sit-for'.
12347
12348 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12349
12350 * mail/supercite.el (sc-mail-field): Use assoc-string.
12351 (sc-get-address): Simplify regexps.
12352
12353 * files.el (minibuffer-with-setup-hook): New macro.
12354 (find-file-read-args): Use it to avoid let-binding
12355 minibuffer-with-setup-hook (which breaks turning on/off
12356 file-name-shadow-mode while in the prompt).
12357
12358 * complete.el (PC-read-include-file-name-internal):
12359 Use test-completion.
12360
12361 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12362
12363 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12364
12365 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12366
12367 * window.el (window-buffer-height): Use count-screen-lines.
12368
12369 * progmodes/python.el (python-preoutput-leftover): New var.
12370 (python-preoutput-filter): Use it.
12371 (python-send-receive): Loop until all the result has been received.
12372
12373 2005-03-28 Juri Linkov <juri@jurta.org>
12374
12375 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12376
12377 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12378 "Recover Crashed Session".
12379 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12380 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12381 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12382 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12383 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12384 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12385 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12386 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12387
12388 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12389 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12390 Ediff Sessions", "Toggle use of separate control buffer frame",
12391 "Use separate frame for Ediff control buffer".
12392
12393 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12394 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12395 "Rename Bookmark", "Delete Bookmark".
12396
12397 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12398 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12399 Add `:active Info-index-alternatives' to "Next Matching Item".
12400
12401 * wdired.el (wdired-change-to-wdired-mode):
12402 Mention `wdired-abort-changes' key in the initial message.
12403
12404 * international/mule.el (auto-coding-alist): Associate non-ascii
12405 image filename extensions with `no-conversion'.
12406
12407 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * international/iso-acc.el:
12410 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12411
12412 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12413
12414 * textmodes/sgml-mode.el (html-mode): Doc update.
12415
12416 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12417
12418 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12419
12420 * term.el (term-move-columns): Fix face after extending a line.
12421 (term-insert-spaces): Likewise.
12422 (term-reset-terminal): Fix off by one error.
12423
12424 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12425
12426 * international/mule.el (auto-coding-alist): Add .xpi files.
12427
12428 * files.el (auto-mode-alist): Add .xpi files.
12429
12430 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12431
12432 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12433
12434 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12435
12436 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12437
12438 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12439
12440 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12441 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12442
12443 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12444 cursor to Jan 1 when needed.
12445 (calendar-end-of-year): Fix -/+ typo.
12446 Reported by Chong Yidong <cyd@stupidchicken.com>.
12447
12448 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12451
12452 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12453 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12454
12455 2005-03-25 Richard M. Stallman <rms@gnu.org>
12456
12457 * filesets.el (filesets-init): Add autoload.
12458
12459 * mail/mailalias.el (mail-directory): Doc fix.
12460
12461 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12462
12463 * mail/mailalias.el (mail-directory-process): Do nothing if
12464 mail-directory-process is an atom.
12465 (mail-get-names): Ignore mail-directory-names if it is an atom.
12466 (mail-directory-process defvar): Doc fix.
12467 (mail-names): Doc fix.
12468
12469 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12470
12471 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12472
12473 2005-03-26 Kenichi Handa <handa@m17n.org>
12474
12475 * international/mule-util.el (detect-coding-with-priority):
12476 Call update-coding-systems-internal before detect-coding-region.
12477
12478 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12479
12480 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12481 (gdb-frames-mode-map): Add follow-link property.
12482
12483 2005-03-25 Jay Belanger <belanger@truman.edu>
12484
12485 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12486 for variables.
12487
12488 2005-03-25 Juri Linkov <juri@jurta.org>
12489
12490 * image-mode.el: Optimize image filename extension regexps in
12491 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12492 in `auto-mode-alist'.
12493 (image-mode): Add `image-toggle-display-text' to local hook
12494 `change-major-mode-hook'. Display the image as an image by
12495 default. Set `cursor-type' and `truncate-lines' if the image
12496 is already displayed. Take into account the current mode (image
12497 or text) in message.
12498 (image-minor-mode): New minor mode.
12499 (image-mode-maybe, image-toggle-display-text): New functions.
12500 (image-toggle-display): Use called-interactively-p.
12501 Let-bind `inhibit-read-only' to t.
12502
12503 * image-mode.el (image-minor-mode): Set `cursor-type' and
12504 `truncate-lines' if the image is already displayed. Add turning
12505 image-minor-mode off to `change-major-mode-hook'. Add message.
12506 Call `image-toggle-display-text' after turning image-minor-mode off.
12507
12508 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12509
12510 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12511 Terminal.app, use utf-8.
12512 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12513 (set-locale-environment): Use it.
12514
12515 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12516
12517 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12518
12519 * progmodes/python.el (python-close-block-statement-p)
12520 (python-outdent-p, python-current-defun): Use symbol-end.
12521
12522 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12523
12524 * files.el (save-some-buffers): Doc fix.
12525
12526 2005-03-25 Werner Lemberg <wl@gnu.org>
12527
12528 * complete.el, thumbs.el: Replace `legal' with `valid'.
12529 * calendar/calendar.el: Replace `legal' with `valid'.
12530 * emacs-lisp/advice.el: Replace `legal' with `valid'.
12531 * mail/supercite.el: Replace `legal' with `valid'.
12532 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12533 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12534 Replace `legal' with `valid'.
12535 * textmodes/reftex-vars.el, textmodes/reftex.el:
12536 Replace `legal' with `valid'.
12537
12538 2005-03-25 Werner Lemberg <wl@gnu.org>
12539
12540 * calc/calc-forms.el, calc/calc-sel.el:
12541 * midnight.el, vc-cvs.el:
12542 * emacs-lisp/cl-macs.el:
12543 * emulation/vip.el:
12544 * eshell/esh-io.el, eshell/esh-var.el:
12545 * mail/supercite.el:
12546 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12547 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12548 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12549 * progmodes/sh-script.el, progmodes/xscheme.el:
12550 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12551 * textmodes/reftex-index.el, textmodes/reftex-parse.el
12552 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12553 * textmodes/reftex.el, textmodes/org.el:
12554 Replace `illegal' with `invalid'.
12555
12556 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12557
12558 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12559 (flymake-find-buildfile, flymake-find-possible-master-files)
12560 (flymake-check-include, flymake-parse-line): Replace loops over the
12561 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12562
12563 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12564 Substitute file-name-as-directory in the rest of the file.
12565 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12566 (flymake-replace-region): Remove unused arg `buffer'.
12567 (flymake-check-patch-master-file-buffer): Update calls to it.
12568 (flymake-add-err-info): Remove unused var `count'.
12569 (flymake-mode): Use define-minor-mode.
12570
12571 * progmodes/flymake.el: Use with-current-buffer.
12572 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12573 flymake-replace-regexp-in-string, flymake-line-beginning-position)
12574 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12575 Avoid testing for `xemacs'.
12576 (flymake-nop): Move.
12577 (flymake-region-has-flymake-overlays): Return the computed value.
12578 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12579 Remove unused var `endline'.
12580 (flymake-get-line-count): Remove unused function.
12581 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12582
12583 * emulation/vi.el:
12584 * generic.el:
12585 * hilit-chg.el (global-highlight-changes):
12586 * hi-lock.el (hi-lock-mode):
12587 * follow.el: find-file-hooks -> find-file-hook.
12588
12589 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12590
12591 2005-03-24 Juri Linkov <juri@jurta.org>
12592
12593 * dired.el (dired-mode-map): Add menu item "Compare directories"
12594 for dired-compare-directories.
12595
12596 * dired-aux.el (dired-compare-directories): Add autoload cookie.
12597 Doc fix. Replace `read-file-name' with `read-directory-name'.
12598
12599 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12602
12603 2005-03-24 Jay Belanger <belanger@truman.edu>
12604
12605 * calc/calc-embed.el (calc-embedded-mode-change): Save all
12606 relevant mode settings in calc-embedded-original-modes when modes
12607 are permanently changed.
12608
12609 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * autoinsert.el: find-file-hooks -> find-file-hook.
12612
12613 2005-03-24 Lute Kamstra <lute@gnu.org>
12614
12615 * generic.el (generic-font-lock-defaults): Make it obsolete.
12616 (generic-font-lock-keywords): New variable to replace
12617 generic-font-lock-defaults.
12618 (generic-mode-set-font-lock): Delete it.
12619 (generic-mode-internal): Don't call generic-mode-set-font-lock.
12620 (generic-bracket-support): Add docstring.
12621
12622 * generic-x.el: Rename generic-font-lock-defaults to
12623 generic-font-lock-keywords throughout.
12624 (mailagent-rules-setup-function): Delete it.
12625 (mailagent-rules-generic-mode): Use anonymous function instead.
12626 (show-tabs-generic-mode-font-lock-defaults-1)
12627 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12628 Quote faces.
12629 (show-tabs-tab-face, show-tabs-space-face): Specify background,
12630 not foreground.
12631
12632 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12633 Recognize define-generic-mode.
12634
12635 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12638 if there's no completion table.
12639
12640 2005-03-23 Miles Bader <miles@gnu.org>
12641
12642 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12643 Remove tty-specific variants, as they're no longer needed.
12644
12645 2005-03-23 Lute Kamstra <lute@gnu.org>
12646
12647 * generic-x.el: Code cleanup: make args constant whenever possible.
12648 (installshield-statement-keyword-list)
12649 (installshield-system-functions-list)
12650 (installshield-system-variables-list, installshield-types-list)
12651 (installshield-funarg-constants-list): Make them constants.
12652
12653 * generic.el (generic-make-keywords-list): Add autoload cookie.
12654
12655 * calendar/time-date.el: Add comment on time value formats.
12656 Don't require parse-time.
12657 (with-decoded-time-value): New macro.
12658 (encode-time-value): New function.
12659 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12660 (days-to-time): Return a valid time value when arg is huge.
12661 (time-since): Use time-subtract.
12662 (time-to-number-of-days): Use time-to-seconds.
12663
12664 2005-03-23 David Ponce <david@dponce.com>
12665
12666 * recentf.el: (recentf-keep): New option.
12667 (recentf-menu-action): Default to `find-file'.
12668 (recentf-keep-non-readable-files-flag)
12669 (recentf-keep-non-readable-files-p)
12670 (recentf-file-readable-p, recentf-find-file)
12671 (recentf-cleanup-remote): Remove.
12672 (recentf-include-p): More robust.
12673 (recentf-keep-p): New function.
12674 (recentf-remove-if-non-kept): Rename from
12675 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
12676 All callers updated.
12677 (recentf-menu-items-for-commands): Fix help string.
12678 (recentf-track-closed-file): Update. Doc fix.
12679 (recentf-cleanup): Update. Count removed files. Doc fix.
12680
12681 2005-03-23 Kim F. Storm <storm@cua.dk>
12682
12683 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12684 Don't inherit from fringe face (now happens automatically).
12685
12686 2005-03-22 Kim F. Storm <storm@cua.dk>
12687
12688 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12689 position values.
12690
12691 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * menu-bar.el (showhide-date-time): Remove.
12694 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12695 (menu-bar-make-mm-toggle): Simplify.
12696
12697 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12698
12699 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12700 Accept qualified variable and function names.
12701
12702 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
12703
12704 * bindings.el (completion-ignored-extensions):
12705 Remove ".lis" for `vax-vms'.
12706
12707 2005-03-22 Andreas Schwab <schwab@suse.de>
12708
12709 * generic-x.el: Revert last change.
12710 * ldefs-boot.el: Update.
12711
12712 2005-03-22 Jay Belanger <belanger@truman.edu>
12713
12714 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12715 (calc-embedded-save-original-modes)
12716 (calc-embedded-restore-original-modes): New functions.
12717 (calc-do-embedded): Save original modes when entering embedded mode
12718 and restore when leaving embedded mode.
12719 (calc-embedded-modes-change): Change the value of
12720 calc-embedded-original-modes to reflect permanent changes.
12721
12722 2005-03-22 Lute Kamstra <lute@gnu.org>
12723
12724 * generic-x.el: Require generic again.
12725
12726 2005-03-22 Miles Bader <miles@gnu.org>
12727
12728 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12729 Tweak details to look good on both ttys and bitmap displays, light
12730 or dark background, etc.
12731
12732 2005-03-21 Kim F. Storm <storm@cua.dk>
12733
12734 * tooltip.el (tooltip-show-help-function): Check car and cdr of
12735 mouse position.
12736
12737 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * icomplete.el: Don't forcibly turn on the mode upon load.
12740 (icomplete-mode): Use define-minor-mode.
12741 (icomplete-eoinput): Default to nil.
12742 (icomplete-minibuffer-setup): Remove autoload.
12743 (icomplete-tidy): Simplify.
12744 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12745 in the initial state or if the user has modified the field.
12746 Fix handling of icomplete-max-delay-chars.
12747 Remove code that handles the oddball case where
12748 minibuffer-completion-table is an integer.
12749 Wrap icomplete-completions in while-no-input in case building
12750 completions takes more time than expected.
12751 (icomplete-completions): Simplify.
12752
12753 2005-03-21 Richard M. Stallman <rms@gnu.org>
12754
12755 * jka-compr.el (jka-compr-really-do-compress):
12756 Make variable buffer-local.
12757
12758 * image-mode.el: Handle .xpm files too.
12759 (image-toggle-display): Preserve modification flag.
12760
12761 * help.el (where-is): Don't mention aliases with no key bindings.
12762
12763 2005-03-21 Lute Kamstra <lute@gnu.org>
12764
12765 * generic.el: Fix commentary section. Don't require cl for
12766 compilation.
12767 (generic-mode-list): Add autoload cookie.
12768 (generic-use-find-file-hook, generic-lines-to-scan)
12769 (generic-find-file-regexp, generic-ignore-files-regexp)
12770 (generic-mode, generic-mode-find-file-hook)
12771 (generic-mode-ini-file-find-file-hook): Fix docstrings.
12772 (define-generic-mode): Make it a defmacro. Fix docstring.
12773 (generic-mode-internal): Code cleanup. Add autoload cookie.
12774 (generic-mode-set-comments): Code cleanup.
12775 * generic-x.el: Don't prevent compilation. Don't require generic.
12776 Follow coding conventions. Minor code cleanup.
12777 (etc-fstab-generic-mode): Add some keywords.
12778 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
12779 define-generic-mode like a function declaration.
12780
12781 2005-03-21 Jay Belanger <belanger@truman.edu>
12782
12783 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
12784 changing modes.
12785
12786 2005-03-21 Sam Steingold <sds@gnu.org>
12787
12788 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
12789
12790 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12791
12792 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
12793 Add underscore to "f$ lexicals" regexp.
12794
12795 2005-03-20 Juri Linkov <juri@jurta.org>
12796
12797 * subr.el (progress-reporter-do-update): When `min-value' is equal
12798 to `max-value', set `percentage' to 0 and prevent division by zero.
12799
12800 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
12801
12802 Sync with Tramp 2.0.48.
12803
12804 * net/tramp.el (all): Change all addresses to .gnu.org.
12805 (tramp-append-tramp-buffers): New defun.
12806 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
12807 Catch `dont-send' signal.
12808 (tramp-set-auto-save-file-modes): Set always permissions, because
12809 there might be an old auto-saved file belonging to another
12810 original file. This could be a security threat. Reported by
12811 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
12812 Check for Emacs 21.3.50 removed.
12813
12814 * net/tramp-smb.el (all): Remove debug construct for
12815 `with-parsed-tramp-file-name'.
12816 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
12817 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
12818 No error message if DIRECTORY or FILENAME doesn't exist.
12819 (tramp-smb-open-connection): Check existence of
12820 `tramp-smb-program'.
12821
12822 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
12825 Properly handle the case where the `m' or `s' command's argument is not
12826 yet terminated.
12827 (perl-indent-new-calculate): New function.
12828 (perl-indent-line): Use it.
12829
12830 2005-03-20 Miles Bader <miles@gnu.org>
12831
12832 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
12833 in text-mode too. Change to new face names.
12834 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
12835 Add `:weight bold' attribute.
12836 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
12837
12838 2005-03-19 Juri Linkov <juri@jurta.org>
12839
12840 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
12841
12842 * international/mule.el (auto-coding-alist): Sync with
12843 `auto-mode-alist' by adding upper case archive file extensions
12844 and adding ear/war to jar extension.
12845
12846 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
12847
12848 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
12849 running, restart it.
12850
12851 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
12852
12853 * finder.el (finder-current-item): Throw an error on an empty line.
12854
12855 * man.el (Man-follow-manual-reference): If current-word returns
12856 nil, use "".
12857
12858 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
12859
12860 * simple.el (goto-line): Doc fix.
12861
12862 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
12863
12864 * files.el (save-buffer): Doc fix.
12865
12866 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
12867
12868 * recentf.el (recentf-cleanup-remote): New variable.
12869 (recentf-cleanup): Use it to conditionally check availability of
12870 remote files.
12871
12872 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
12873
12874 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
12875 function names.
12876
12877 2005-03-19 Eli Zaretskii <eliz@gnu.org>
12878
12879 * language/thai-word.el: New file.
12880
12881 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12882
12883 * files.el (backup-buffer): If the file's directory is not
12884 writable, use copy instead of move to backup the file.
12885
12886 2005-03-19 Eli Zaretskii <eliz@gnu.org>
12887
12888 * obsolete/keyswap.el: Moved to obsolete/ from term/.
12889
12890 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12891
12892 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
12893 Use functionp instead of symbolp and fboundp. Reported by Drkm
12894 <darkman_spam@yahoo.fr>.
12895 (ps-print-version): New version 6.6.6.
12896
12897 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
12898
12899 * textmodes/table.el (table--line-column-position): New idiom.
12900 (table--row-column-insertion-point-p): New function to test
12901 validity of row and column insertion operation at a location.
12902 (table-global-menu, table-cell-menu): Use above functions for
12903 deterministic test operation.
12904 (table--editable-cell-p): Behave in deterministic fashion.
12905
12906 2005-03-18 Juri Linkov <juri@jurta.org>
12907
12908 * isearch.el (isearch-lazy-highlight-new-loop):
12909 Make arguments beg and end optional.
12910 (isearch-update): Remove optional arguments nil from
12911 isearch-lazy-highlight-new-loop.
12912 (isearch-lazy-highlight-search): Let-bind case-fold-search to
12913 isearch-lazy-highlight-case-fold-search instead of
12914 isearch-case-fold-search, and let-bind isearch-regexp to
12915 isearch-lazy-highlight-regexp.
12916 Use isearch-lazy-highlight-last-string instead of isearch-string.
12917
12918 * replace.el (perform-replace): Remove bindings of global
12919 variables isearch-string, isearch-regexp, isearch-case-fold-search.
12920 Add three new arguments to `replace-highlight'.
12921 (replace-highlight): Add arguments string, regexp, case-fold.
12922 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
12923 to allow isearch-lazy-highlight-new-loop to use these values
12924 to set corresponding isearch-lazy-highlight-* internal
12925 variables whose values lazy highlighting will use regardless of
12926 changes to global variables isearch-string, isearch-regexp,
12927 isearch-case-fold-search during lazy highlighting loop.
12928 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
12929 to `lazy-highlight-cleanup'.
12930
12931 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
12932 (ispell-highlight-face): Set default face to `isearch' when
12933 lazy highlighting is enabled.
12934 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
12935 priority to 1. Add lazy highlighting.
12936 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
12937 from `isearch-dehighlight'.
12938
12939 2005-03-18 David Ponce <david@dponce.com>
12940
12941 * files.el (hack-local-variables): Do a case-insensitive search
12942 for End.
12943
12944 2005-03-18 Juri Linkov <juri@jurta.org>
12945
12946 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
12947 `isearch-lazy-highlight-cleanup', add alias to old name and
12948 declare obsolete. Add release numbers to other obsolete vars.
12949 (isearch-done, isearch-lazy-highlight-new-loop):
12950 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
12951 (lazy-highlight-cleanup) <variable>: Doc fix.
12952 (isearch-lazy-highlight-update): Rename obsolete
12953 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
12954
12955 2005-03-18 Kenichi Handa <handa@m17n.org>
12956
12957 * language/thai-util.el: Fix categorization of Thai characters in
12958 thai-category-table.
12959 (thai-composition-pattern): Adjust it for the above change.
12960 (thai-self-insert-command, thai-compose-syllable): New functions.
12961 (thai-compose-region): Use thai-compose-syllable.
12962 (thai-compose-string): Likewise.
12963 (thai-composition-function): Likewise.
12964 (thai-auto-composition): New function.
12965 (thai-auto-composition-mode): New minor mode.
12966
12967 * language/thai.el: Fix patterns to be registered in
12968 composition-function-table.
12969
12970 * international/quail.el (quail-input-method): Locally bind
12971 inhibit-modification-hooks to t.
12972
12973 2005-03-17 Richard M. Stallman <rms@gnu.org>
12974
12975 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
12976 (perl-mode): Use run-mode-hooks.
12977
12978 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
12979 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
12980 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
12981
12982 * mail/sendmail.el (sendmail-send-it): Reenable the code
12983 to compute resend-to-address and use it.
12984
12985 * tar-mode.el (tar-mode): Turn off undo unconditionally.
12986
12987 * image-mode.el: New file.
12988
12989 * image.el (insert-sliced-image): Add autoload cookie.
12990
12991 * font-lock.el (font-lock-lines-before): New user option.
12992 (font-lock-after-change-function): Obey it.
12993
12994 * bindings.el (esc-map): Make M-g a prefix.
12995 Bind M-g g and M-g M-g to goto-line.
12996
12997 * faces.el (face-id): Doc fix.
12998
12999 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13000
13001 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13002 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13003 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13004
13005 * mail/sendmail.el (mail-yank-ignored-headers)
13006 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13007 Add Mail-Followup-To and Mail-Reply-To headers.
13008 (mail-citation-hook): Add autoload cookie.
13009 (mail-mode): Doc fix.
13010 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13011 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13012 (mail-mode-fill-paragraph): Handle those headers.
13013 (mail-mailing-lists): New variable.
13014 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13015
13016 2005-03-17 Juri Linkov <juri@jurta.org>
13017
13018 * isearch.el (isearch-fallback): Check for `(car previous)'
13019 before calling `isearch-other-end-state'.
13020
13021 2005-03-17 Kim F. Storm <storm@cua.dk>
13022
13023 * simple.el (move-beginning-of-line): Move to beginning of buffer
13024 line, as well as beginning of screen line.
13025
13026 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13027
13028 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13029 argument REDRAW rather than calendar-redrawing variable.
13030 * calendar/calendar.el (calendar-redrawing): Delete.
13031 (redraw-calendar): Do not bind calendar-redrawing.
13032
13033 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13034
13035 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13036 diary-file buffer.
13037
13038 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13039
13040 * help.el (describe-mode): Allow a :minor-mode-function property to
13041 specify a different minor mode toggle function than the variable.
13042 * simple.el (auto-fill-function):
13043 * subr.el (add-minor-mode): Use it.
13044
13045 2005-03-16 Kenichi Handa <handa@m17n.org>
13046
13047 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13048 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13049 (ethio-fidel-to-sera-buffer): Likewise.
13050
13051 2005-03-16 Juri Linkov <juri@jurta.org>
13052
13053 * emacs-lisp/find-func.el (find-function-regexp):
13054 Add defun-emitting macro `menu-bar-make-toggle'.
13055
13056 * isearch.el: Put `isearch-scroll' property to
13057 `split-window-horizontally'.
13058
13059 * info.el: Update error messages for `debug-ignored-errors'.
13060 (Info-isearch-search): Doc fix.
13061 (Info-find-node): Move up code to go into info buffer before
13062 recording the node to the history.
13063 (Info-fontify-node): Fontify titles only if the next line
13064 has two or more `*', `=', `-', `.'.
13065 Display "go to this node" for empty (match-string 3).
13066
13067 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13068
13069 * term/mac-win.el: Add mouse pointer shape constants.
13070
13071 2005-03-15 Kim F. Storm <storm@cua.dk>
13072
13073 * simple.el (move-beginning-of-line): Use vertical-motion.
13074
13075 2005-03-15 Juri Linkov <juri@jurta.org>
13076
13077 * isearch.el (isearch-error): New variable.
13078 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13079 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13080 (isearch-within-brackets-state): Remove.
13081 (isearch-case-fold-search-state, isearch-pop-fun-state):
13082 Decrease frame index.
13083 (isearch-mode, isearch-top-state, isearch-push-state)
13084 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13085 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13086 (isearch-search, isearch-lazy-highlight-new-loop):
13087 Replace `isearch-invalid-regexp' with `isearch-error'.
13088 Remove `isearch-within-brackets'.
13089 (isearch-search): Add `search-failed' handler to `condition-case'.
13090 (isearch-lazy-highlight-search): Add `condition-case' to catch
13091 errors and allow `isearch-lazy-highlight-update' to try
13092 highlighting from the beginning of the window.
13093 (isearch-repeat): Move up code to set isearch-wrapped to t
13094 before calling isearch-wrap-function.
13095
13096 * info.el (Info-isearch-initial-node): New internal variable.
13097 (Info-search): Signal an error in isearch mode when search leaves
13098 the initial node. Signal an error when `bound' is non-nil and
13099 nothing was found in the current subfile.
13100 (Info-isearch-search): Remove `condition-case'.
13101 (Info-isearch-wrap): Don't wrap when search failed during leaving
13102 the initial node. If `Info-isearch-search' is nil, wrap around
13103 the current node.
13104 (Info-isearch-start): New fun.
13105 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13106 `isearch-mode-hook'.
13107
13108 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13109
13110 * simple.el (normal-erase-is-backspace): Set default to t if
13111 running on Mac.
13112
13113 * term/mac-win.el (function-key-map): Sync with x-win.el.
13114
13115 2005-03-15 Kenichi Handa <handa@m17n.org>
13116
13117 * international/mule-cmds.el (locale-language-names): Modify the
13118 format of elements and add more entries.
13119 (locale-preferred-coding-systems): Add more entries.
13120 (set-locale-environment): Adjust for the change of
13121 locale-language-names.
13122
13123 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13124
13125 * pcvs.el (smerge-ediff): Remove bogus autoload.
13126
13127 2005-03-14 Lute Kamstra <lute@gnu.org>
13128
13129 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13130 Ignore a `*' at the beginning of a line.
13131
13132 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13133 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13134 subr.el.
13135 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13136 to specify indentation.
13137
13138 * generic.el (define-generic-mode): Let generic-mode-list be a
13139 list of strings; test membership with equal.
13140
13141 2005-03-14 Kim F. Storm <storm@cua.dk>
13142
13143 * simple.el (next-line, previous-line): Add optional try-vscroll
13144 arg to recognize interactive use. Pass it on to line-move.
13145 (line-move): Don't perform auto-window-vscroll when defining or
13146 executing keyboard macro to ensure consistent behavior.
13147
13148 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13149
13150 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13151
13152 2005-03-13 Lute Kamstra <lute@gnu.org>
13153
13154 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13155 debugger-setup-buffer so that backtrace marks the frames set to
13156 debug-on-exit and we don't have to do it manually. Set an extra
13157 debug-on-exit for macro's.
13158 (debugger-setup-buffer): Don't mark the top frame manually.
13159
13160 2005-03-12 Lute Kamstra <lute@gnu.org>
13161
13162 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13163 lisp-indent-function throughout.
13164 (with-no-warnings): Set lisp-indent-function property.
13165
13166 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13167
13168 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13169 Add entry for backslash.
13170
13171 2005-03-12 Juri Linkov <juri@jurta.org>
13172
13173 * info.el (Info-search): Four fixes for backward search.
13174
13175 2005-03-11 Jay Belanger <belanger@truman.edu>
13176
13177 * calc/calc.el (calc-language-alist): New variable.
13178 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13179 (calc-embedded-find-modes): Use calc-language-alist instead of
13180 calc-embedded-language-alist.
13181
13182 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13183
13184 * calendar/calendar.el (calendar-redrawing): New internal
13185 variable.
13186 (redraw-calendar): Remove bogus save-excursion from previous
13187 change. Bind calendar-redrawing to t for mark-diary-entries.
13188 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13189 calendar if that is why we were called.
13190
13191 2005-03-11 Kenichi Handa <handa@m17n.org>
13192
13193 * international/mule.el (make-coding-system): Set property
13194 coding-system-define-form to nil.
13195 (define-coding-system-alias): Likewise.
13196
13197 2005-03-11 Kenichi Handa <handa@m17n.org>
13198
13199 These changes are suggested by Dave Love <fx@gnu.org>.
13200
13201 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13202 coding: tag.
13203 (adaptive-fill-regexp): Add more bullets.
13204 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13205 regexps.
13206
13207 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13208
13209 * help.el (describe-mode): Properly handle non-trivial lighters.
13210 Don't ignore minor modes that are not listed in minor-mode-list.
13211
13212 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13213 feature ON when the user requests to turn it OFF.
13214
13215 2005-03-10 Lute Kamstra <lute@gnu.org>
13216
13217 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13218 (implement-debug-on-entry): New function to replace debug-entry-code.
13219 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13220 second argument as the 2005-03-07 change makes it obsolete.
13221 (debug-on-entry, cancel-debug-on-entry): Update call to
13222 debug-on-entry-1.
13223 (debug, debugger-setup-buffer): Comment update.
13224 (debugger-frame-number): Update to work with implement-debug-on-entry.
13225
13226 2005-03-10 Jay Belanger <belanger@truman.edu>
13227
13228 * calc/calc-embed.el (math-ms-args): Declare it.
13229 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13230 math-ms-args.
13231 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13232 variables.
13233
13234 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13235
13236 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13237 Use message-box.
13238
13239 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13240 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13241 (tooltip-gud-tips): Simplify.
13242 (tooltip-gud-tips-p): Remove superfluous :set.
13243 (tooltip-gud-modes): Add fortran-mode.
13244 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13245
13246 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13247
13248 2005-03-09 Kim F. Storm <storm@cua.dk>
13249
13250 * play/animate.el (animate-place-char): Use forward-line instead
13251 of next-line to improve performance.
13252
13253 2005-03-09 Simon Josefsson <jas@extundo.com>
13254
13255 * net/browse-url.el (browse-url-default-browser): Doc fix.
13256
13257 2005-03-09 Miles Bader <miles@gnu.org>
13258
13259 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13260 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13261
13262 2005-03-09 Kenichi Handa <handa@m17n.org>
13263
13264 * international/latin-1.el: Set case and syntax for 255 only if
13265 set-case-syntax-set-multibyte is nil.
13266
13267 * textmodes/ispell.el (ispell-insert-word): New function.
13268 (ispell-word): Use ispell-insert-word to insert a new word.
13269 (ispell-process-line): Likewise.
13270 (ispell-complete-word): Likewise.
13271
13272 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13273
13274 * calendar/calendar.el (redraw-calendar): Preserve point.
13275 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13276 (calendar-week-start-day): Move after definition of
13277 redraw-calendar. Delete buffer test, since redraw-calendar has
13278 that now.
13279
13280 * calendar/diary-lib.el (mark-diary-entries): Only call
13281 redraw-calendar in the first of any recursive calls.
13282 Reported by Alan Shutko <ats@acm.org>.
13283
13284 2005-03-08 Juri Linkov <juri@jurta.org>
13285
13286 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13287 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13288 (html-radio-buttons): Add a space before the trailing `/>' where
13289 sgml-xml-mode is non-nil.
13290 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13291 the subsequent tag of the empty XML tag.
13292 (html-href-anchor): Don't set initial input to "http:".
13293 (html-image): Ask for the image URL and set point inside alt="".
13294 (html-name-anchor): Duplicate the name in the `id' attribute when
13295 sgml-xml-mode is non-nil.
13296 (html-paragraph): Remove \n before <p>.
13297 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13298 instead of `checked' when sgml-xml-mode is non-nil.
13299
13300 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13301 Remove 1 space before #RRGGBB to not truncate it on terminal
13302 windows w/o fringes. Remove 1 space between bg and fg examples
13303 to get more space.
13304 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13305 avoid byte-compile warnings.
13306
13307 * image-file.el (image-file-handler): Put `safe-magic' property to
13308 `image-file-handler'.
13309
13310 * info.el (Info-isearch-search): Emulate word search in
13311 isearching through multiple Info nodes with Info-search.
13312 (Info-isearch-wrap): Allow isearch-word.
13313
13314 2005-03-08 Lute Kamstra <lute@gnu.org>
13315
13316 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13317 stepping into the debugger's code is not possible.
13318 (debugger-jumping-flag): Docstring update.
13319
13320 2005-03-08 Jay Belanger <belanger@truman.edu>
13321
13322 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13323 embedded mode begins.
13324 (calc-embedded-language-alist): New variable.
13325 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13326 set default language mode.
13327
13328 2005-03-08 Kenichi Handa <handa@m17n.org>
13329
13330 * international/ccl.el (define-ccl-program): Fix docstring about
13331 extra 256 bytes assured for the output buffer.
13332
13333 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13334 Fix BUFFER_MAGNIFICATION to 2.
13335 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13336
13337 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13338
13339 * align.el (align-rules-list): Added an alignment rule for CSS
13340 declarations (applies to css-mode and html-mode buffers).
13341
13342 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13343
13344 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13345
13346 2005-03-07 Kim F. Storm <storm@cua.dk>
13347
13348 * simple.el (move-beginning-of-line): New command.
13349
13350 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13351
13352 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13353
13354 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13355 and move-beginning-of-line.
13356
13357 * apropos.el (apropos-print): Omit command from M-x ... RET.
13358
13359 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13360
13361 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13362 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13363
13364 2005-03-06 Richard M. Stallman <rms@gnu.org>
13365
13366 * bindings.el (esc-map): Bind M-g to goto-line.
13367
13368 * facemenu.el (global-map): Bind M-o, not M-g.
13369
13370 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13371
13372 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13373 "Open Directory" as for "Open File".
13374
13375 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13376
13377 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13378 (push-mark-command): Run activate-mark-hook.
13379
13380 2005-03-06 Richard M. Stallman <rms@gnu.org>
13381
13382 * help-mode.el (help-mode-finish): Don't alter the element
13383 in view-return-to-alist if there already is one.
13384
13385 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13386 make sure the current buffer is the expected one.
13387
13388 * novice.el (disabled-command-function): Output in *Disabled Command*.
13389 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13390
13391 * textmodes/flyspell.el (flyspell-large-region):
13392 Pass args differently for aspell.
13393
13394 * files.el (mode-require-final-newline): Doc fix.
13395
13396 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13397
13398 * progmodes/which-func.el (which-function):
13399 Specify NOERROR when calling imenu--make-index-alist.
13400
13401 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * simple.el (normal-erase-is-backspace): Define default value.
13404
13405 * custom.el (custom-theme-set-variables): Remove unused var
13406 `immediate'.
13407 (custom-reevaluate-setting): Simple function to handle variables
13408 that are defined before their default value can really be
13409 computed.
13410
13411 * startup.el (command-line): Use it for temporary-file-directory,
13412 small-emporary-file-directory, auto-save-file-name-transforms,
13413 blink-cursor-mode, and normal-erase-is-backspace.
13414
13415 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13416 progress, even with buggy anchored keywords.
13417
13418 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13419
13420 * simple.el (goto-line): Remove unbalanced final parenthesis.
13421
13422 2005-03-05 Richard M. Stallman <rms@gnu.org>
13423
13424 * simple.el (goto-line): Use a number at point as the default.
13425 With C-u as arg, switch buffers.
13426
13427 2005-03-05 Juri Linkov <juri@jurta.org>
13428
13429 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13430 with `no-blinking-cursor'.
13431
13432 * startup.el (no-blinking-cursor): New defvar.
13433 (command-line): Add `--no-blinking-cursor' to longopts.
13434 Set `no-blinking-cursor' to t for command line arguments
13435 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13436 with `no-blinking-cursor' in the condition for calling
13437 `blink-cursor-mode'.
13438
13439 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13440
13441 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13442 (menu-bar-options-save): Add blink-cursor-mode.
13443 (menu-bar-options-menu): Add blink-cursor-mode.
13444
13445 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13446
13447 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13448 (icalendar-export-file, icalendar-export-region)
13449 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13450 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13451
13452 2005-03-04 Lute Kamstra <lute@gnu.org>
13453
13454 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13455 (debug-function-list): Ditto.
13456
13457 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13458
13459 * textmodes/texinfmt.el (texinfo-append-refill):
13460 Redefine the types of line to which @refill
13461 is not appended by replacing a search for `@refill\\|@bye' with
13462 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13463 itemize@refill' bug and the unfilled long lines bug.
13464 (texinfmt-version): Update number and date.
13465
13466 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13467
13468 * international/code-pages.el (windows-1250, windows-125[2-8])
13469 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13470
13471 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13474 bound yet.
13475
13476 2005-03-02 Romain Francoise <romain@orebokech.com>
13477
13478 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13479 buffer after removing limits.
13480 (ibuffer-pop-filter): Ditto.
13481 Update copyright.
13482
13483 2005-03-02 Miles Bader <miles@gnu.org>
13484
13485 * button.el (make-text-button): If the user doesn't specify a
13486 type, use the default. Rewrite to use `add-text-properties' and
13487 plist functions.
13488
13489 2005-03-01 Lute Kamstra <lute@gnu.org>
13490
13491 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13492 (debugger-jumping-flag): New var.
13493 (debug-entry-code): Use it.
13494 (debugger-jump): Use debugger-jumping-flag and add
13495 debugger-reenable to post-command-hook.
13496 (debugger-reenable): Use debugger-jumping-flag and remove itself
13497 from post-command-hook.
13498 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13499 debugger-reenable.
13500
13501 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13502
13503 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13504 inclusion of "itemize\\|", which may be unnecessary, is certainly
13505 inelegant, and stops refilling in itemize lists when formatting
13506 Japanese Texinfo files to Info.
13507 Update copyright to 2005.
13508
13509 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
13510
13511 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13512 of an error if GDB can't find the source file.
13513
13514 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13515
13516 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13517 not just the calendar.
13518
13519 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13520 first.
13521 (diary-redraw-calendar): New function.
13522 (make-diary-entry): Add diary-redraw-calendar to local
13523 write-contents-functions. Turn off selective display before
13524 inserting in diary.
13525
13526 2005-03-01 Kim F. Storm <storm@cua.dk>
13527
13528 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13529
13530 2005-03-01 Lute Kamstra <lute@gnu.org>
13531
13532 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13533 that debug-entry-code can be safely removed from a function while
13534 this code is being evaluated. Revert the 2005-02-27 change as the
13535 new implementation no longer requires it. Make sure that a
13536 function body containing just a string is not mistaken for a docstring.
13537 (debug): Skip one more frame in case of debug on entry.
13538 (debugger-setup-buffer): Delete one more frame line in case of
13539 debug on entry.
13540 (debugger-frame-number): Update to use the new text introduced by
13541 the 1999-11-03 change. Skip one more frame in case of debug on entry.
13542
13543 2005-02-28 Kim F. Storm <storm@cua.dk>
13544
13545 * double.el (double-translate-key): Call force-window-update after
13546 read-event to avoid crash in redisplay.
13547
13548 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13549
13550 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13551 (debug): Use it. Move the inhibit-trace earlier.
13552 (debug-entry-code): New const.
13553 (debug-on-entry-1): Use it.
13554
13555 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
13556
13557 * international/utf-16.el (ccl-encode-mule-utf-16le):
13558 Fix BUFFER_MAGNIFICATION to 2.
13559 (ccl-encode-mule-utf-16be): Likewise.
13560
13561 2005-02-28 Kenichi Handa <handa@m17n.org>
13562
13563 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13564 Fix BUFFER_MAGNIFICATION to 4.
13565 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13566
13567 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
13568
13569 * speedbar.el (speedbar-update-flag): Doc fix.
13570 (speedbar-show-info-under-mouse): Give set-mouse-position the right
13571 argument.
13572
13573 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13574
13575 * reveal.el (reveal-post-command): Don't try to reveal overlays which
13576 have a non-nil `invisible' property but are actually visible.
13577
13578 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13579 for perldoc sections.
13580 (perl-outline-regexp, perl-outline-level): New var and function.
13581 (perl-mode): Use them.
13582
13583 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
13584
13585 * calendar/diary-lib.el (diary-remind): Discard any mark portion
13586 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13587
13588 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
13589
13590 * cus-edit.el: Comment change.
13591 (custom-buffer-create-internal): Slightly reword text at top of
13592 Custom buffers. Mention there that saving an option edits the
13593 init file. Add link to Emacs manual node on `custom-file'.
13594 (custom-magic-alist): Rewrite individual State messages to use
13595 capitalized keywords. Doc fix.
13596
13597 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
13598
13599 * calendar/calendar.el (calendar-buffer): Move above
13600 calendar-week-start-day.
13601 (calendar-week-start-day): Doc fix. Add :set function.
13602 (calendar-minimum-window-height): New variable.
13603 (generate-calendar-window): Only resize window if selected-window
13604 is displaying the calendar buffer. Use new variable
13605 calendar-minimum-window-height.
13606 (generate-calendar): Reword error message.
13607 (calendar-mode-map): Bind DEL to scroll-other-window-down.
13608
13609 2005-02-27 Andreas Schwab <schwab@suse.de>
13610
13611 * vc.el (vc-do-command): Don't run command asynchronously when
13612 operating in a remote directory.
13613
13614 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13615 change from sync with Tramp 2.0.47.
13616
13617 2005-02-27 Richard M. Stallman <rms@gnu.org>
13618
13619 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13620
13621 * textmodes/flyspell.el (flyspell-mode-on):
13622 Call ispell-change-dictionary only if necessary.
13623
13624 * emacs-lisp/re-builder.el (regexp-builder): New function.
13625
13626 * register.el (describe-register-1): Explicitly handle
13627 yank-excluded-properties = t.
13628
13629 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13630 (custom-magic-alist): Change the status descriptions again.
13631 (face widget-type): Total rewrite based on `restricted-sexp'
13632 to eliminate the confusing double hiding levels.
13633
13634 * emacs-lisp/debug.el (debug-on-entry-1):
13635 If function body is empty, add nil as body form.
13636
13637 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13638
13639 * emacs-lisp/trace.el (inhibit-trace): New var.
13640 (trace-make-advice): Use it.
13641
13642 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13643
13644 2005-02-26 Kim F. Storm <storm@cua.dk>
13645
13646 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13647 (mouse-on-link-p, mouse-drag-region-1): Use it.
13648
13649 2005-02-25 Lute Kamstra <lute@gnu.org>
13650
13651 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13652
13653 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
13654
13655 * frame.el (blink-cursor-mode): Add :group keyword.
13656
13657 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
13658
13659 * calendar/icalendar.el (icalendar--decode-isodatetime):
13660 New optional argument DAY-SHIFT.
13661 (icalendar-export-region): Fix coding-system-for-write.
13662 (icalendar--convert-ical-to-diary): Shift end-day of all-day
13663 events by one.
13664
13665 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13666
13667 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13668
13669 2005-02-24 Kim F. Storm <storm@cua.dk>
13670
13671 * international/iso-acc.el (iso-accents-compose): Fix crash
13672 during redisplay. Call force-window-update after read-event
13673 and delete-region to signal that window is not accurate.
13674
13675 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13676
13677 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13678 Remove unused and inexistent var `inhibit-trace'.
13679 (debugger-mode): Use run-mode-hooks.
13680 (debugger-list-functions): Add buttons; setup xref stack.
13681
13682 2005-02-23 Richard M. Stallman <rms@gnu.org>
13683
13684 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13685 appointment says it was explicitly made.
13686 (appt-add): Set the 3rd element.
13687 (appt-make-list): Preserve explicit appointments.
13688
13689 * subr.el (find-tag-default): Catch errors in forward-sexp.
13690
13691 2005-02-23 Juri Linkov <juri@jurta.org>
13692
13693 * info.el (Info-isearch-search): New defcustom.
13694 (Info-isearch-search): Call the default isearch function
13695 when Info-isearch-search is nil.
13696 (Info-isearch-wrap): Use variable Info-isearch-search.
13697
13698 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
13699
13700 * cus-edit.el: Comment change.
13701
13702 2005-02-22 Kim F. Storm <storm@cua.dk>
13703
13704 * progmodes/hideif.el (hide-ifdef-use-define-alist):
13705 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
13706
13707 2005-02-22 Simon Josefsson <jas@extundo.com>
13708
13709 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13710 New variable.
13711 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
13712 Oskarsson" <myrkraverk@users.sourceforget.net>.
13713
13714 2005-02-22 Kim F. Storm <storm@cua.dk>
13715
13716 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13717 check that window of that event is the selected window.
13718 (mouse-drag-region-1): Compare mouse event window to selected
13719 window before setting point.
13720
13721 * tooltip.el (tooltip-show-help-function): Pass event to
13722 mouse-on-link-p so it can check selected window.
13723
13724 2005-02-22 Kenichi Handa <handa@m17n.org>
13725
13726 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13727 (ps-mule-show-warning): New function.
13728 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13729 characters are found.
13730
13731 * ps-print.el (ps-header-footer-string): Return a list of header
13732 and footer strings.
13733
13734 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13735
13736 * pcvs.el (cvs-retrieve-revision): Fix thinko.
13737
13738 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * frame.el (blink-cursor-mode): Use define-minor-mode.
13741
13742 * term/mac-win.el (function-key-map): Use char-names more consistently.
13743 (file-name-coding-system): Only set it for MacOS-9. The other case is
13744 already handled in mule-cmds.el (where it also works when mac-win.el
13745 is not used).
13746
13747 2005-02-21 Kenichi Handa <handa@m17n.org>
13748
13749 * international/mule.el (ctext-pre-write-conversion): Always use
13750 " *code-converting-work*" buffer for work.
13751
13752 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13753
13754 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
13755
13756 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13757
13758 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
13759
13760 * ses.el (undo-more): Restore defadvice, but only the part that
13761 allows changes outside the restricted area of the buffer.
13762
13763 2005-02-20 Kim F. Storm <storm@cua.dk>
13764
13765 * simple.el (line-move): Add fourth optional arg try-vscroll which
13766 must be set to perform auto-window-vscroll.
13767 When moving backwards and doing auto-window-vscroll, automatically
13768 vscroll to the last part of lines which are taller than the window.
13769 (next-line, previous-line): Set try-vscroll arg on line-move.
13770
13771 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13772
13773 * replace.el (query-replace, query-replace-regexp)
13774 (replace-string, replace-regexp): When operating on region, make
13775 the minibuffer prompt say so.
13776
13777 * isearch.el (isearch-forward): Document isearch-query-replace and
13778 isearch-query-replace-regexp keybindings.
13779
13780 2005-02-19 Jay Belanger <belanger@truman.edu>
13781
13782 * calc/calc-aent.el (math-read-token): Add local variable.
13783
13784 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
13785 (calc-edit-top): Move declaration to earlier in file.
13786 (calc-edit-macro-repeats): Add local variables.
13787
13788 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
13789 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
13790 calcFunc-tanh.
13791 Adjust integration rule for calcFunc-tan.
13792
13793 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13794
13795 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
13796 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
13797 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
13798 (viper-skip-separators): Bug fix.
13799 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
13800 particular major mode.
13801 (viper-del-backward-char-in-replace): Don't put deleted char on the
13802 kill ring.
13803
13804 * viper-ex.el (viper-color-display-p): New function.
13805 (viper-has-face-support-p): Use viper-color-display-p.
13806
13807 * viper-keym.el (viper-gnus-modifier-map): New keymap.
13808
13809 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
13810
13811 * viper-util.el (viper-glob-unix-files): Fix shell status check.
13812 (viper-file-remote-p): Make equivalent to file-remote-p.
13813
13814 * viper.el (viper-major-mode-modifier-list):
13815 Use viper-gnus-modifier-map.
13816
13817 2005-02-19 David Kastrup <dak@gnu.org>
13818
13819 * subr.el (subregexp-context-p): Fix garbled doc string by adding
13820 quoting.
13821
13822 2005-02-19 Jay Belanger <belanger@truman.edu>
13823
13824 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
13825 Remove extra definitions.
13826 (calc-coth): New function.
13827 (calcFunc-cot): Fix `let'.
13828
13829 2005-02-19 Eli Zaretskii <eliz@gnu.org>
13830
13831 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
13832 the reasons we use "type pc" in these faces.
13833
13834 * button.el (button): Ditto.
13835
13836 2005-02-19 Michael Mauger <mmaug@yahoo.com>
13837
13838 * replace.el (query-replace-read-from): Set the value of
13839 query-replace-from-history-variable to handle the case of an empty
13840 string entered to accept the suggested default.
13841
13842 * net/tramp.el (tramp-file-name-for-operation):
13843 Use dired-call-process instead of dired-call-process-command.
13844
13845 2005-02-19 Jay Belanger <belanger@truman.edu>
13846
13847 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
13848 (math-div-non-trig): New variables.
13849 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
13850 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
13851 (math-combine-prod, math-div-symb-fancy): Add simplifications for
13852 trig expressions.
13853
13854 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
13855
13856 * progmodes/gdb-ui.el (gdb-var-update-handler)
13857 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
13858 for watch expressions,
13859 (gdb-var-create-handler): Don't set speedbar-update-flag.
13860 (gdb-post-prompt): Simplify test for speedbar.
13861
13862 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13863
13864 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
13865 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
13866 we use the syntax table of the correct buffer.
13867 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
13868 Felix Gatzemeier.
13869
13870 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
13871 (ediff-file-remote-p): Make synonymous with file-remote-p.
13872 In all deffaces ediff-*-face-*, use min-colors.
13873
13874 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
13875 ediff-recurse-to-subdirectories.
13876 (ediff-mark-if-equal): Check that the arguments are strings, use
13877 ediff-same-contents (after to Felix Gatzemeier).
13878
13879 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
13880 nil.
13881
13882 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13883
13884 * log-view.el (log-view-message-re): Fix up Subversion regexp.
13885
13886 2005-02-18 David Kastrup <dak@gnu.org>
13887
13888 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
13889 use `mark-active' when defined.
13890
13891 2005-02-18 Kenichi Handa <handa@m17n.org>
13892
13893 * ps-print.el (ps-font-info-database): New entry
13894 ZapfChancery-MediumItalic with correct font name. Fix font name
13895 of the entry Zapf-Chancery-MediumItalic.
13896
13897 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
13898
13899 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
13900
13901 2005-02-16 Kim F. Storm <storm@cua.dk>
13902
13903 * ido.el (ido-fallback-command): Pass user input to fallback command.
13904
13905 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
13906
13907 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
13908 (gdb-find-file-hook): Add server prefix.
13909
13910 2005-02-16 Richard M. Stallman <rms@gnu.org>
13911
13912 * replace.el (perform-replace): Pass new args to replace-highlight.
13913 (replace-highlight): Take region args,
13914 and pass them to isearch-lazy-highlight-new-loop.
13915
13916 * novice.el (disabled-command-hook): Autoload the defalias
13917 and the make-obsolete-variable call.
13918
13919 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
13920
13921 * isearch.el (isearch-lazy-highlight-start-limit)
13922 (isearch-lazy-highlight-end-limit): New variables limit
13923 the region for highlighting.
13924 (isearch-lazy-highlight-new-loop): New args BEG and END.
13925 (isearch-lazy-highlight-search): Use the new vars.
13926 (isearch-lazy-highlight-update): Likewise.
13927
13928 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
13929
13930 * cus-start.el (all): Use default-boundp.
13931
13932 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
13933
13934 * menu-bar.el (menu-bar-select-frame): Handle current frame.
13935
13936 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
13937
13938 * autorevert.el (auto-revert-stop-on-user-input)
13939 (auto-revert-verbose): Doc fixes.
13940
13941 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
13942
13943 * international/mule-cmds.el (set-locale-environment): Remove call
13944 to set-selection-coding-system on Windows.
13945
13946 2005-02-15 Jay Belanger <belanger@truman.edu>
13947
13948 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
13949 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
13950 calcFunc-coth.
13951 (math-simplify-sqrt): Add simplifications.
13952
13953 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
13954 to list.
13955
13956 * calc/calc-ext.el: Add functions to autoloads.
13957
13958 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
13959 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
13960 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
13961 (math-csc-raw, math-cot-raw): New functions.
13962
13963 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
13964
13965 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
13966 the variable name in a message.
13967
13968 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
13969 calcFunc-csc, calcFunc-cot.
13970
13971 * calc/calcalg2.el: Add derivative and integration rules for
13972 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
13973 calcFunc-csch, calcFunc-coth.
13974 (math-do-integral-methods): Add to checks for when to use
13975 substitutions.
13976
13977 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
13978
13979 2005-02-15 Lute Kamstra <lute@gnu.org>
13980
13981 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13982 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
13983 <monnier@iro.umontreal.ca>
13984 (lisp-outline-level): Improve efficiency. Suggested by David
13985 Kastrup <dak@gnu.org>.
13986
13987 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
13988
13989 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
13990 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
13991 (gdb-set-gud-minor-mode-existing-buffers): New functions.
13992 (gdb-find-file-hook): New hook. Add it to find-file-hook.
13993 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
13994
13995 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
13996
13997 * cus-start.el (all): Comment change.
13998
13999 2005-02-14 Lute Kamstra <lute@gnu.org>
14000
14001 * cus-start.el (all): Check if symbol is void.
14002
14003 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14004
14005 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14006 optional argument to \cite.
14007
14008 2005-02-14 Richard M. Stallman <rms@gnu.org>
14009
14010 * cus-edit.el (custom-buffer-create-internal): Update help message.
14011 (custom-magic-alist): Update help messages.
14012
14013 * cus-start.el (all): Allow a var to specify a standard value.
14014
14015 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14016
14017 * custom.el (custom-theme-set-variables): Handle variable aliases.
14018
14019 * frame.el (blink-cursor-timer): Doc fix.
14020 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14021 declare obsolete.
14022 (blink-cursor-mode): Define with defcustom and use correct
14023 standard expression in that defcustom.
14024 * startup.el (command-line): Adapt to above changes in frame.el.
14025
14026 2005-02-11 Lute Kamstra <lute@gnu.org>
14027
14028 * apropos.el (apropos-score-doc): Prevent division by zero.
14029
14030 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14031
14032 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14033 (icalendar--get-event-property-attributes)
14034 (icalendar--get-event-properties)
14035 (icalendar--datetime-to-diary-date): New functions.
14036 (icalendar--split-value): Doc fix.
14037 (icalendar--datetime-to-noneuropean-date)
14038 (icalendar--datetime-to-european-date): New optional argument
14039 SEPARATOR. Return result as a string instead of a list.
14040 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14041 (icalendar--convert-string-for-export): Rename arg S to STRING.
14042 (icalendar-export-region): Doc fix. Change name of error buffer.
14043 Save output buffer.
14044 (icalendar-import-file): Add blank at end of prompt.
14045 (icalendar-import-buffer): Doc fix. Do not switch to error
14046 buffer. Indicate status in return value.
14047 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14048 buffer. Save output buffer. Handle exception from recurrence
14049 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14050 events. Fix problems with weekly all-day events.
14051
14052 2005-02-10 Richard M. Stallman <rms@gnu.org>
14053
14054 * simple.el (eval-expression-print-format):
14055 Avoid warning about edebug-active.
14056
14057 * help.el (help-for-help-internal): Rename from help-for-help.
14058 (help-for-help): Define with defalias.
14059
14060 * font-core.el (font-lock-default-function): Use with-no-warnings.
14061
14062 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14063
14064 * custom.el (defface): Doc fix.
14065
14066 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14067
14068 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14069 width 0" to prevent word wrapping problems.
14070
14071 2005-02-09 Kim F. Storm <storm@cua.dk>
14072
14073 * ido.el (ido-file-extensions-order): New defcustom.
14074 (ido-file-extension-lessp, ido-file-extension-aux)
14075 (ido-file-extension-order): New advanced file ordering.
14076 (ido-file-lessp): New simple file ordering.
14077 (ido-sort-list): Remove.
14078 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14079 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14080
14081 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14082
14083 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14084 that some versions of grep produce.
14085 (grep-mode-font-lock-keywords): Likewise.
14086
14087 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14088
14089 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14090 (gdb-cdir): Delete.
14091 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14092 (gdb-source-info): Treat case when source file is in another
14093 directory properly.
14094 (gdb-get-location): New function.
14095
14096 2005-02-07 Jay Belanger <belanger@truman.edu>
14097
14098 * calc/calc-prog.el (calc-write-parse-table-part)
14099 (calc-fix-token-name): Fix a check for language type.
14100
14101 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14102
14103 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14104
14105 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14106 as directory not writable.
14107
14108 2005-02-07 Kim F. Storm <storm@cua.dk>
14109
14110 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14111 (cua--standard-movement-commands): Remove list.
14112 Instead, set CUA property value to move for movement commands.
14113 (cua-movement-commands): Remove. Users must set CUA prop instead.
14114 (cua--pre-command-handler): Check CUA property.
14115 (cua--init-keymaps): Don't remap undo commands.
14116 (cua-mode): Don't call cua--rectangle-on-off.
14117
14118 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14119 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14120 (cua--rect-undo-set-point): New var.
14121 (cua--rectangle-undo-boundary): Setup undo apply entry.
14122 (cua--rect-undo-handler): New function for rectangle undo.
14123 (cua--rect-start-position, cua--rect-end-position): Add.
14124 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14125 for restored rectangle. Set point if cua--rect-undo-set-point.
14126
14127 2005-02-06 Jay Belanger <belanger@truman.edu>
14128
14129 * calc/calc-lang.el (calc-tex-language): Display more information
14130 in messages.
14131
14132 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14133 in TeX mode.
14134
14135 2005-02-06 Richard M. Stallman <rms@gnu.org>
14136
14137 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14138
14139 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14140
14141 * net/ldap.el (ldap-search-internal): Support attributes with
14142 optional descriptions separated by a semi-colon, as in
14143 "userCertificate;binary".
14144
14145 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14146
14147 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14148 isn't a cons (i.e. the version is 0).
14149
14150 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14151
14152 * help.el (help-for-help): Doc fix.
14153
14154 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14155
14156 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14157 GDB-Windows on the menu-bar as this works better.
14158
14159 2005-02-04 Jay Belanger <belanger@truman.edu>
14160
14161 * calc/calc-embed.el (calc-embedded-update): Don't put in
14162 unnecessary newlines. Adjust the end of formula marker.
14163
14164 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14165 (math-latex-parse-two-args): New function.
14166
14167 2005-02-03 Lute Kamstra <lute@gnu.org>
14168
14169 * help-fns.el (help-with-tutorial): Make sure that users cannot
14170 remove the entire text of the tutorial by means of `undo'.
14171
14172 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14173
14174 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14175 in recent changes, where the ispell process was repeatedly
14176 killed & restarted.
14177
14178 * international/mule-cmds.el (set-locale-environment): Set file-name
14179 coding system to utf-8 on Darwin systems.
14180 (set-default-coding-systems): Don't set default-file-name-coding-system
14181 on Darwin systems.
14182
14183 2005-02-03 Richard M. Stallman <rms@gnu.org>
14184
14185 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14186
14187 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14188
14189 * faces.el (list-faces-display): Add optional argument.
14190
14191 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14192
14193 * font-core.el (font-lock-default-function): Handle the rare case where
14194 only font-lock-keywords is set.
14195
14196 2005-02-02 Kenichi Handa <handa@m17n.org>
14197
14198 * international/characters.el: Cancel previous change for
14199 I-WITH-DOT-ABOVE and DOTLESS-i.
14200
14201 * international/latin-5.el: Cancel previous change.
14202
14203 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14204
14205 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14206
14207 2005-02-02 Kenichi Handa <handa@m17n.org>
14208
14209 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14210 DOTLESS-i.
14211
14212 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14213 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14214
14215 * case-table.el (get-upcase-table): New function.
14216 (copy-case-table): Copy upcaes table too if non-nil.
14217 (set-case-syntax-delims): Maintain upcase table too.
14218 (set-case-syntax-pair): Likewise.
14219 (set-upcase-syntax, set-downcase-syntax): New functions.
14220 (set-case-syntax): Maintain upcase table too.
14221
14222 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14223
14224 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14225
14226 * progmodes/gud.el (gud-goto-info): New function.
14227 (gud-tool-bar-map): Use correct icon.
14228
14229 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14230
14231 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14232 When delegating, order args in the funcall correctly.
14233
14234 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14235
14236 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14237
14238 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14239
14240 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14241 buffer not visiting a file.
14242
14243 2005-01-31 Jay Belanger <belanger@truman.edu>
14244
14245 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14246 bound on the line with the formula.
14247
14248 2005-01-31 Kim F. Storm <storm@cua.dk>
14249
14250 * ses.el (ses-create-cell-variable-range)
14251 (ses-destroy-cell-variable-range, ses-reset-header-string)
14252 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14253 (ses-insert-row): Fix format of apply undo entries.
14254
14255 2005-01-31 Jay Belanger <belanger@truman.edu>
14256
14257 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14258 parts.
14259
14260 * calc/calc-embed.el (calc-embedded-open-formula)
14261 (calc-embedded-close-formula): Ignore matrix environments.
14262
14263 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14264 TeX mode.
14265
14266 * calc/calc-lang.el (math-function-table, math-oper-table)
14267 (math-variable-table): Adjust the LaTeX portions.
14268
14269 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14270 (math-latex-ignore-words): New constant.
14271
14272 2005-01-31 Richard M. Stallman <rms@gnu.org>
14273
14274 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14275 (ispell-local-dictionary): Doc fix.
14276 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14277 Don't reinitialize at run time. Don't defcustom.
14278 All uses changed to append ispell-local-dictionary-alist,
14279 or check it first.
14280 (ispell-current-dictionary): New variable for dictionary in use.
14281 (ispell-dictionary): Now used only for global default.
14282 (ispell-start-process): Set ispell-current-dictionary,
14283 not ispell-dictionary.
14284 (ispell-change-dictionary): Use this only for setting
14285 user preferences.
14286 (ispell-internal-change-dictionary): New function
14287 to change the current dictionary in use.
14288 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14289 Use ispell-current-dictionary.
14290 Handle ispell-local-dictionary-overridden.
14291 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14292
14293 2005-01-31 Jay Belanger <belanger@truman.edu>
14294
14295 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14296
14297 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14298 (calc-mode-map): Add calc-latex-language.
14299
14300 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14301 (math-latex-print-frac): New functions.
14302 (math-oper-table, math-function-table, math-variable-table)
14303 (math-complex-format, math-input-filter): Add latex properties.
14304 (calc-set-language): Set math-expr-special-function-mapping.
14305
14306 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14307 (calc-write-parse-table-part): Add LaTeX support.
14308
14309 * calc/calc.el (calc-language): Adjust docstring.
14310 (calc-set-mode-line): Add LaTeX support.
14311 (math-expr-special-function-mapping): New variable.
14312 (math-tex-ignore-words): Add to list.
14313
14314 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14315 Add LaTeX support.
14316 (math-compose-expr): Add support for special functions.
14317
14318 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14319
14320 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14321
14322 * progmodes/gdb-ui.el (gdb-memory-address)
14323 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14324 (gdb-memory-mode-map, gdb-memory-format-keymap)
14325 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14326 (gdb-memory-unit-menu): New variables for a buffer
14327 that lets the user examine program memory.
14328 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14329 (gdb-memory-format-binary, gdb-memory-format-octal)
14330 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14331 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14332 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14333 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14334 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14335 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14336 (gdb-memory-mode, gdb-memory-buffer-name)
14337 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14338 New functions for above buffer.
14339
14340 2005-01-30 Richard M. Stallman <rms@gnu.org>
14341
14342 * cus-edit.el (custom-bury-buffer): Function deleted.
14343 (custom-buffer-done-function): Option deleted.
14344 (custom-buffer-done-kill): New (replacement option.
14345 (Custom-buffer-done): Call quit-window.
14346 (custom-buffer-create-internal): Update for above changes.
14347
14348 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14349
14350 * simple.el (undo-ask-before-discard): New var.
14351 (undo-outer-limit-truncate): Implement it.
14352 (undo-extra-outer-limit): Doc update.
14353
14354 2005-01-29 Richard M. Stallman <rms@gnu.org>
14355
14356 * ses.el (undo-more): Delete defadvice.
14357 (ses-begin-change): Doc fix.
14358
14359 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14360 instead of rebinding C-x u and C-_.
14361
14362 * files.el (normal-backup-enable-predicate): Return nil for files
14363 in /tmp, regardless of temporary-file-directory.
14364
14365 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14366
14367 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14368 (open-rectangle, delete-whitespace-rectangle-line)
14369 (clear-rectangle-line): If FILL, pass t instead of FILL
14370 for move-to-column's 2nd arg.
14371
14372 * simple.el (undo): Fix the test for continuing a series of undos.
14373 (undo-more): Set pending-undo-list to t when we reach end.
14374 (pending-undo-list): Move up defvar.
14375
14376 * wid-edit.el (widget-button-click):
14377 Shorten the range of the track-mouse binding.
14378
14379 * comint.el (comint-insert-input): Undo previous changes;
14380 use last-input-event in interactive spec.
14381
14382 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14383
14384 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14385 to nil before invoking call-process. Reset buffer's modified flag
14386 after fontifying it in the no-async branch.
14387
14388 * wid-edit.el (widget-specify-button): If mouse pointer shape
14389 cannot be changed, use mouse face instead.
14390
14391 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14392
14393 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14394 (gdb-goto-breakpoint): Make breakpoint handling work on template
14395 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14396 (gdb-assembler-custom): Update to recognize breakpoint information
14397 added on 2005-01-19.
14398
14399 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14400
14401 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14402 (dsssl-mode): Use define-derived-mode.
14403 (scheme-mode-initialize): Remove.
14404 (scheme-mode): Use run-mode-hooks.
14405
14406 * cus-edit.el (customize-group-other-window)
14407 (custom-buffer-create-other-window): Don't override special-display-*.
14408 (custom-mode-map): Make it dense.
14409
14410 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14411 sets the default value.
14412
14413 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14414
14415 * descr-text.el: Add more keywords.
14416
14417 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * speedbar.el: Avoid unnecessary use of locate-library.
14420
14421 * international/mule-cmds.el (standard-display-european-internal):
14422 Don't fiddle with latin-1 non-break space any more since it's now
14423 special cased in the C code.
14424 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14425
14426 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14427
14428 * cus-start.el (all): Add `undo-outer-limit'.
14429
14430 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14431
14432 * textmodes/bibtex.el (bibtex-format-entry):
14433 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14434 field lines.
14435 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14436 not on part of a buffer.
14437
14438 2005-01-25 Lute Kamstra <lute@gnu.org>
14439
14440 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14441 nonempty field text strings like "{letters\\macro{}more letters}".
14442 Clarify docstring.
14443 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14444 (bibtex-entry-offset, bibtex-parse-association)
14445 (bibtex-parse-field-name): Fix typos in docstrings.
14446 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14447
14448 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14449
14450 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14451 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14452 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14453 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14454
14455 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14456 isearch minor mode.
14457
14458 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14459
14460 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14461
14462 2005-01-24 Lute Kamstra <lute@gnu.org>
14463
14464 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14465 CASECHARS and NOT-CASECHARS regular expressions of the
14466 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14467 striding over charsets" error.
14468
14469 2005-01-24 Jay Belanger <belanger@truman.edu>
14470
14471 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14472 display variable name.
14473
14474 2005-01-24 Kenichi Handa <handa@m17n.org>
14475
14476 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14477 Fix setting of the element of encoded-kbd-iso2022-invocations.
14478
14479 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14480
14481 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14482 (gdb-threads-select): Change to also accept mouse events.
14483 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14484 (gdb-threads-mouse-select): Delete.
14485
14486 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14487
14488 * files.el (insert-directory): Take care of empty directory,
14489 listed without -a switch.
14490
14491 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14492
14493 * textmodes/refill.el (refill-post-command-function):
14494 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14495 to the list of functions that we should be careful not to undo.
14496 (refill-late-fill-paragraph-function): Remove.
14497 (refill-saved-state): New var.
14498 (refill-mode): Use it to save fill-paragraph-function.
14499 Save also the value of auto-fill-function.
14500
14501 * term/w32-win.el: Simplify code.
14502
14503 2005-01-23 Kim F. Storm <storm@cua.dk>
14504
14505 * simple.el (line-move): Adapt to new return value from
14506 pos-visible-in-window-p.
14507
14508 * simple.el (line-move): Fix last change. Check partial
14509 visibility at point rather than at window-start.
14510
14511 2005-01-22 Jason Rumney <jasonr@gnu.org>
14512
14513 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14514
14515 2005-01-22 David Kastrup <dak@gnu.org>
14516
14517 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14518
14519 2005-01-22 Eli Zaretskii <eliz@gnu.org>
14520
14521 * type-break.el (type-break-mode): Add a test for
14522 type-break-file-name being non-nil.
14523
14524 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14525
14526 * net/eudc.el (top level): Call (message "") via progn, so that
14527 eudc-options-file is loaded.
14528
14529 2005-01-22 Kim F. Storm <storm@cua.dk>
14530
14531 * simple.el (line-move-1): Rename from line-move.
14532 (line-move): New function that adjusts vscroll for partially
14533 visible rows, and calls line-move-1 otherwise.
14534
14535 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14536
14537 * pcomplete.el: Define pcomplete-read-event instead of read-event,
14538 since it's not a complete read-event implementation
14539
14540 2005-01-20 Jay Belanger <belanger@truman.edu>
14541
14542 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14543 for called function.
14544
14545 2005-01-20 Steven Tamm <steventamm@mac.com>
14546
14547 * term/mac-win.el (process-connection-type): Remove.
14548 Controlled now by s/darwin.h:PTY_ITERATION.
14549
14550 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * window.el (handle-select-window): Don't switch window when we're
14553 in the minibuffer.
14554
14555 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
14556
14557 * subr.el (dotimes-with-progress-reporter): New macro.
14558
14559 * ses.el (ses-dotimes-msg): Remove macro.
14560 Use `dotimes-with-progress-reporter' instead.
14561
14562 2005-01-19 Steven Tamm <steventamm@mac.com>
14563
14564 * term/mac-win.el (process-connection-type): Use new
14565 operating-system-release variable to use ptys on Darwin 7 (OS X
14566 10.3) when using carbon build.
14567
14568 2005-01-19 Jay Belanger <belanger@truman.edu>
14569
14570 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14571 flags if the last command was a tab or M-tab.
14572
14573 * calc/calc-prog.el (calc-user-define-edit): Put original formula
14574 in formula editing buffer.
14575
14576 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14577
14578 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14579 breakpoint image symbol in margin.
14580
14581 2005-01-19 Jay Belanger <belanger@truman.edu>
14582
14583 * calc/calc-prog.el (calc-execute-kbd-macro):
14584 Ignore calc-keep-arg-flag.
14585
14586 2005-01-19 Kenichi Handa <handa@m17n.org>
14587
14588 * textmodes/ispell.el (ispell-looking-at): New function.
14589 (ispell-process-line): Use ispell-looking-at to compare the ispell
14590 output and the buffer contents.
14591
14592 2005-01-18 Jay Belanger <belanger@truman.edu>
14593
14594 * calc/calc.el (calc-display-raw): Fix docstring.
14595
14596 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14597
14598 * simple.el (blink-matching-open): Strip extra info from syntax.
14599
14600 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14601 funny chars in the end-of-here-doc marker.
14602
14603 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14604
14605 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14606 that enable/disabled state of breakpoints is shown correctly in
14607 fringe and on ttys.
14608 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14609 Add breakpoint information as text properties.
14610 (gdb-mouse-toggle-breakpoint):
14611 Rename to gdb-mouse-set-clear-breakpoint.
14612 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
14613 breakpoints in the margin.
14614 (gdb-remove-strings): Simplify.
14615
14616 2005-01-17 Jay Belanger <belanger@truman.edu>
14617
14618 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14619 erasing buffer.
14620
14621 2005-01-17 Richard M. Stallman <rms@gnu.org>
14622
14623 * progmodes/grep.el (grep-find): Copy from `grep' the condition
14624 for calling grep-compute-defaults.
14625
14626 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14627 if buffer is empty.
14628
14629 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14630
14631 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
14632
14633 * hilit-chg.el (highlight-changes-mode): Don't autoload.
14634
14635 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14636 non-preloaded variables.
14637
14638 2005-01-17 Steven Tamm <steventamm@mac.com>
14639
14640 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14641 tex-shell cause to force interactivity when using pipes.
14642
14643 2005-01-17 Kim F. Storm <storm@cua.dk>
14644
14645 * simple.el (just-one-space): Make arg optional.
14646
14647 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
14648
14649 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14650 posn-at-x-y to t to access left-margin.
14651
14652 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
14653
14654 Sync with Tramp 2.0.47.
14655
14656 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14657 catching keep-date problems in cp/scp operations.
14658 (tramp-handle-copy-file): Don't call `set-file-modes'
14659 unconditionally. Specialized functions should know better what is
14660 necessary. This improves performance a little bit, and the
14661 functions could catch errors with `cp -p' and `scp -p'.
14662 (tramp-do-copy-or-rename-file-via-buffer)
14663 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14664 when appropriate.
14665 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14666 Call `set-file-modes' when appropriate.
14667 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
14668 Johnsson <isak@hypergene.com>
14669 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14670 of both Tramp buffer and debug buffer. Reported by Joakim Verona
14671 <joakim@verona.se>
14672 (tramp-file-name-for-operation): Mark `shell-command' as magic for
14673 Emacs only.
14674
14675 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
14676 `find-file-hooks' and `dired-mode-hook'.
14677 (tramp-minor-mode-map): Respective map. Add remapping for
14678 `compile' and `recompile'.
14679 (tramp-remap-command, tramp-recompile): New defuns.
14680 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14681 in buffer "*Compilation*". Call the commands asynchronously.
14682
14683 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14684 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14685 `shell-command', because it isn't magic in XEmacs. Reported by
14686 Adrian Aichner <adrian@xemacs.org>.
14687
14688 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14689 `substitute-in-file-name.
14690 (tramp-smb-handle-substitute-in-file-name): New defun.
14691 (tramp-smb-advice-PC-do-completion): Delete advice.
14692
14693 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
14694
14695 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14696 Fix error in deleting region.
14697
14698 2005-01-15 Richard M. Stallman <rms@gnu.org>
14699
14700 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14701 In non-temp buffer, switch syntax table temporarily.
14702
14703 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14704
14705 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14706
14707 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14708
14709 * imenu.el (imenu--split-menu): Copy menulist before sorting.
14710 (imenu--generic-function): Use START, not BEG, as pos of definition.
14711
14712 * simple.el (just-one-space): Argument specifies number of spaces.
14713
14714 * simple.el (eval-expression-print-format): Avoid warning
14715 about edebug-active.
14716
14717 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
14718
14719 * progmodes/sh-script.el: Code copied from make-mode.el
14720 with small changes,
14721 (sh-mode-map): Bind C-c C-\.
14722 (sh-backslash-column, sh-backslash-align): New variables.
14723 (sh-backslash-region, sh-append-backslash): New functions.
14724
14725 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
14726
14727 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14728 (rmail-pop-password, rmail-pop-password-required): Move to
14729 rmail-obsolete group.
14730 (rmail-set-pop-password): Rename to rmail-set-remote-password.
14731 All callers updated.
14732 (rmail-get-pop-password): Rename to rmail-get-remote-password.
14733 Take an argument specifying whether it is POP or IMAP mailbox we
14734 are using. All callers updated.
14735 (rmail-pop-password-error): Rename to
14736 rmail-remote-password-error. Added mailutils-specific error message.
14737 (rmail-movemail-search-path)
14738 (rmail-movemail-variant-in-use): New variables.
14739 (rmail-remote-password, rmail-remote-password-required):
14740 New customization variables.
14741 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14742 (rmail-parse-url): New function.
14743 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14744 with GNU mailutils movemail.
14745
14746 2005-01-15 Kevin Ryde <user42@zip.com.au>
14747
14748 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14749 suffix to space, $ or '$, to correctly position point when going
14750 to @table style constants like DBL_MAX.
14751
14752 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
14753
14754 * type-break.el (type-break-mode, type-break-file-time)
14755 (type-break-file-keystroke-count, type-break-choose-file):
14756 Don't store data in or load data from the file if type-break-file-name
14757 is nil.
14758 (type-break-file-name): Doc update as per the above.
14759
14760 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
14761
14762 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14763 lookup-key might return nil; handle that.
14764
14765 2005-01-15 Alan Mackenzie <acm@muc.de>
14766
14767 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14768 rather than the element found, thus enabling the tree to be setcar'd.
14769
14770 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14771
14772 * textmodes/org.el (org-show-following-heading): New option.
14773 (org-show-hierarchy-above): Use `org-show-following-heading'.
14774 (org-cycle): Documentation fix.
14775
14776 * textmodes/org.el (orgtbl-optimized): New option
14777 (orgtbl-mode): New command, a minor mode.
14778 (orgtbl-mode-map): New variable.
14779 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
14780 (orgtbl-error, orgtbl-self-insert-command)
14781 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
14782
14783 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
14784 a local variable in each org-mode buffer.
14785
14786 * textmodes/org.el (org-set-regexps-and-options): Rename from
14787 `org-set-regexps'. Added checking for STARTUP keyword.
14788 (org-get-current-options): Add STARTUP options.
14789 (org-table-insert-row): Make mode intelligent about when
14790 realignment is needed.
14791 (org-self-insert-command, org-delete-backward-char, org-delete-char):
14792 New commands.
14793 (org-enable-table-editor): New default value `optimized'.
14794 (org-table-blank-field): Support blanking regions if active.
14795
14796 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14797
14798 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
14799 if the year is not given.
14800
14801 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
14802 Add new escapes %m and %M, fixed bug with %F by adding
14803 save-match-data.
14804 (reftex-reference): Remove ?. from list of spaces.
14805 (reftex-label-info): Add automatic label prefix recognition.
14806
14807 * textmodes/reftex-index.el (reftex-index-next-phrase):
14808 Add slave parameter to call of `reftex-index-this-phrase'.
14809 (reftex-index-this-phrase): New optional argument.
14810 (reftex-index-region-phrases): Add slave parameter to call of
14811 `reftex-index-this-phrase'.
14812 (reftex-display-index): New argument redo.
14813 (reftex-index-rescan): Add 'redo to arguments of
14814 `reftex-display-index'.
14815 (reftex-index-Rescan, reftex-index-revert)
14816 (reftex-index-switch-index-tag): Add 'redo to arguments of
14817 `reftex-display-index'.
14818 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
14819 indexing. Fix bug with matching is there is a quote before or
14820 after the word.
14821
14822 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
14823 Fix bug when collecting citation keys in lines with comments.
14824 (reftex-citation): Prefix argument no longer rescans the document,
14825 but forces prompting for optional arguments of cite macros.
14826 (reftex-do-citation): Prompting for optional arguments implemented.
14827
14828 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14829 Add optional arguments to most cite commands.
14830 (reftex-cite-cleanup-optional-args): New option
14831 (reftex-cite-prompt-optional-args): New option.
14832 (reftex-trust-label-prefix): New option.
14833
14834 * textmodes/reftex-toc.el (reftex-toc-find-section):
14835 Add push-mark before changing the position in the buffer.
14836
14837 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
14838 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
14839
14840 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
14841
14842 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
14843 more carefully.
14844
14845 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14846
14847 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
14848 (sgml-mode): Use it.
14849 (sgml-get-context): Better keep track of implicitly closed tags.
14850
14851 2005-01-13 Kenichi Handa <handa@m17n.org>
14852
14853 * textmodes/ispell.el: These changes are to fix misalignment error
14854 caused by equivalent characters of different Emacs charsets.
14855 (ispell-unified-chars-table): New variable.
14856 (ispell-get-decoded-string): New function.
14857 (ispell-get-casechars, ispell-get-not-casechars)
14858 (ispell-get-otherchars): Call ispell-get-decoded-string.
14859
14860 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14861
14862 * custom.el (custom-declare-variable): Just put symbol instead
14863 of (defvar . symbol) in `current-load-list'.
14864
14865 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14866
14867 * emacs-lisp/elint.el: Fixed typo in Commentary section.
14868
14869 2005-01-12 Jay Belanger <belanger@truman.edu>
14870
14871 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
14872 to create a Calc summary.
14873
14874 2005-01-12 Kim F. Storm <storm@cua.dk>
14875
14876 * mouse.el (mouse-on-link-p): Change functionality and doc
14877 string to comply with latest description in lisp ref.
14878
14879 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
14880
14881 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
14882 Enable mouse clicks on mode-line, header-line and margin.
14883 (event-type): Give mouse event symbols an 'event-kind property
14884 with value 'mouse-click.
14885
14886 2005-01-12 Juri Linkov <juri@jurta.org>
14887
14888 * facemenu.el (list-colors-display): Add new arg buffer-name.
14889 Use it. Fix docstring. Replace code for identifying duplicate
14890 colors by the name with call to `list-colors-duplicates' which
14891 identifies duplicate colors by the value unless the color
14892 is one of special Windows colors. Set truncate-lines to t.
14893 Print sorted duplicate color names on each line. Indent to 22
14894 \(the longest color name in rgb.txt) instead of 20. Optimize.
14895 (list-colors-duplicates): New function.
14896 (facemenu-color-name-equal): Delete function.
14897
14898 * facemenu.el (list-colors-print): New function created from code
14899 in list-colors-display. Print #RRGGBB at the window right edge.
14900 (list-colors-display): When temp-buffer-show-function is not
14901 defined, call list-colors-print from temp-buffer-show-hook
14902 to get the right value of window-width in list-colors-print
14903 after the buffer is displayed.
14904
14905 * simple.el (pop-mark): Move deactivate-mark out of conditional
14906 part to deactivate the active mark regardless of the state of the
14907 mark ring.
14908
14909 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
14910 variables line in desktop files.
14911
14912 2005-01-12 Juri Linkov <juri@jurta.org>
14913
14914 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
14915 Bring together isearch highlight related options.
14916 (lazy-highlight): Replace group `replace' by `matching'.
14917 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
14918 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
14919 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
14920 and declare them obsolete.
14921 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
14922 (isearch-faces): Remove defgroup.
14923 (isearch-overlay, isearch-highlight, isearch-dehighlight):
14924 Move isearch highlighting code closer to lazy highlighting code.
14925
14926 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
14927 (query-replace-highlight, query-replace-lazy-highlight)
14928 (query-replace): Move definitions to the beginning of the file.
14929
14930 2005-01-11 Juri Linkov <juri@jurta.org>
14931
14932 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
14933 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
14934 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
14935
14936 * info.el (Info-history-forward): New variable.
14937 (Info-select-node): Reset Info-history-forward to nil.
14938 (Info-last): Turn into defalias.
14939 (Info-history-back): Rename from Info-last.
14940 Add current node to Info-history-forward.
14941 (Info-history-forward): New fun.
14942 (Info-mode-map): Replace Info-last by Info-history-back.
14943 Bind Info-history-forward to "r".
14944 (Info-mode-menu): Replace Info-last by Info-history-back.
14945 Fix menu item text. Add menu item for Info-history-forward.
14946 (info-tool-bar-map): Replace Info-last by Info-history-back.
14947 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
14948 for Info-history-forward.
14949 (Info-mode): Replace Info-last by Info-history-back in docstring.
14950 Add local variable Info-history-forward.
14951 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
14952
14953 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14954
14955 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
14956 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
14957 Ignore select-window events rather than fiddle with
14958 mouse-autoselect-window.
14959
14960 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
14961
14962 * type-break.el (type-break-mode): Fix previous change.
14963
14964 2005-01-10 Jay Belanger <belanger@truman.edu>
14965
14966 * calc/calc-ext.el (calc-reset): Reset when inside embedded
14967 calculator; only reset when point is inside a calculator.
14968 Don't adjust the window height if the window takes up the whole height
14969 of the frame.
14970
14971 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14972
14973 * ebuff-menu.el (Electric-buffer-menu-mode):
14974 Preserve value of buffer-local var header-line-format.
14975
14976 2005-01-09 Jay Belanger <belanger@truman.edu>
14977
14978 * calc/calc.el (calc-mode-var-list-restore-saved-values):
14979 Make sure settings file exists before accessing it.
14980
14981 * calc/calc-embed.el (calc-embedded-subst):
14982 Replace math-multi-subst-rec, which is only supposed to be called
14983 by math-multi-subst, by math-multi-subst.
14984
14985 2005-01-09 Andre Spiegel <spiegel@gnu.org>
14986
14987 * vc.el (vc-allow-async-revert): New user option.
14988 (vc-disable-async-diff): New internal variable.
14989 (vc-revert-buffer): Use them to disable asynchronous diff.
14990
14991 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
14992 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
14993 asynchronously if vc-disable-async-diff is t.
14994
14995 2005-01-09 Jay Belanger <belanger@truman.edu>
14996
14997 * calc/calc.el (defcalcmodevar): New macro.
14998 (calc-mode-var-list-restore-default-values)
14999 (calc-mode-var-list-restore-saved-values): New functions.
15000 (calc-mode-var-list): Use defcalcmodevar to define it.
15001 (calc-always-load-extensions, calc-line-numbering)
15002 (calc-line-breaking, calc-display-just, calc-display-origin)
15003 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15004 (calc-group-char, calc-point-char, calc-frac-format)
15005 (calc-prefer-frac, calc-hms-format, calc-date-format)
15006 (calc-float-format, calc-full-float-format, calc-complex-format)
15007 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15008 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15009 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15010 (calc-matrix-brackets, calc-language, calc-language-option)
15011 (calc-left-label, calc-right-label, calc-word-size)
15012 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15013 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15014 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15015 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15016 (calc-window-height, calc-display-trail, calc-show-selections)
15017 (calc-use-selections, calc-assoc-selections)
15018 (calc-display-working-message, calc-auto-why, calc-timing)
15019 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15020 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15021 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15022 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15023 (calc-gnuplot-geometry, calc-graph-default-resolution)
15024 (calc-graph-default-resolution-3d, calc-invocation-macro)
15025 (calc-show-banner): Use defcalcmodevar to declare them and set
15026 their default values.
15027
15028 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15029 instead of default values (but restore default values if there is
15030 an argument of 0).
15031
15032 2005-01-09 David Kastrup <dak@gnu.org>
15033
15034 * desktop.el (desktop-restore-eager): Fix typo in type.
15035
15036 2005-01-08 Richard M. Stallman <rms@gnu.org>
15037
15038 * cus-edit.el (customize): Delete :link.
15039
15040 2005-01-08 Jay Belanger <belanger@truman.edu>
15041
15042 * calc/calc.el (calc-mode): Remove the extension from the
15043 `calc-settings-file' file name when loading it.
15044
15045 2005-01-08 Kim F. Storm <storm@cua.dk>
15046
15047 * info.el (Info-mode-map, Info-next-link-keymap)
15048 (Info-prev-link-keymap, Info-up-link-keymap):
15049 Map follow-link to mouse-face.
15050 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15051
15052 2005-01-08 Jay Belanger <belanger@truman.edu>
15053
15054 * calc/calc.el (calc-settings-file): Change default value.
15055 Suggested by cgw in a comment in calc-mode.el.
15056
15057 * calc/calc-mode.el (calc-settings-file-name):
15058 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15059 Replace ~/.emacs in a prompt by calc-settings-file.
15060
15061 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15062
15063 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15064 (desktop-lazy-idle-delay): New customizable variables.
15065 (desktop-buffer-args-list): New variable.
15066 (desktop-append-buffer-args): New function.
15067 (desktop-save): Call desktop-append-buffer-args for some buffers.
15068 (desktop-lazy-create-buffer): New function.
15069 (desktop-idle-create-buffers): New function.
15070 (desktop-read): Add message about buffers to restore lazily.
15071 (desktop-lazy-abort): New command.
15072 (desktop-clear): Call desktop-lazy-abort.
15073 (desktop-lazy-complete): New command.
15074
15075 2005-01-06 Richard M. Stallman <rms@gnu.org>
15076
15077 * emacs-lisp/find-func.el (find-face-definition):
15078 Rename from find-face.
15079
15080 2005-01-06 Kim F. Storm <storm@cua.dk>
15081
15082 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15083
15084 * man.el (Man-xref-man-page, Man-xref-header-file)
15085 (Man-xref-normal-file): Add follow-link property.
15086
15087 2005-01-06 Jay Belanger <belanger@truman.edu>
15088
15089 * calc/calc-units.el: Make sure the proper macro definitions are
15090 available when compiling.
15091
15092 2005-01-06 Juri Linkov <juri@jurta.org>
15093
15094 * isearch.el (isearch-lazy-highlight-update):
15095 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15096
15097 2005-01-06 Miles Bader <miles@gnu.org>
15098
15099 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15100 (isearch-lazy-highlight-face): Use new name.
15101
15102 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15103
15104 * uniquify.el (uniquify-rationalize-file-buffer-names):
15105 Re-add an interactive spec.
15106 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15107 to the same name.
15108
15109 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15110 (isearch-update, isearch-done): Adjust calls accordingly.
15111
15112 2005-01-05 Richard M. Stallman <rms@gnu.org>
15113
15114 * custom.el (custom-set-variables, custom-theme-set-variables):
15115 Clarify documentation.
15116
15117 * emacs-lisp/find-func.el (find-variable)
15118 (find-variable-other-window, find-variable-other-frame):
15119 Fix the TYPE args to find-function-read and find-function-do-it.
15120 (find-function): Doc fix.
15121 (find-function-at-point): Replace function-at-point alias.
15122
15123 2005-01-04 Richard M. Stallman <rms@gnu.org>
15124
15125 * cus-face.el (custom-declare-face):
15126 Record defface in current-load-list.
15127
15128 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15129
15130 * emacs-lisp/find-func.el: Doc fixes.
15131 (find-face-regexp): New variable.
15132 (find-function-regexp-alist): New variable.
15133 (find-function-C-source): Third arg is now TYPE.
15134 (find-function-search-for-symbol): Handle general TYPE.
15135 (find-function-read, find-function-do-it): Handle general TYPE.
15136 (find-definition-noselect, find-face): New functions.
15137 (function-at-point): Alias deleted.
15138
15139 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15140
15141 * battery.el (display-battery-mode): Rename from display-battery.
15142 Handle the case where it gets turned off.
15143
15144 2005-01-04 Richard M. Stallman <rms@gnu.org>
15145
15146 * cus-edit.el (customize): Make :link point to user doc.
15147
15148 * man.el (Man-fontify-manpage): Turn off undo generation.
15149
15150 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15151
15152 2005-01-04 Andreas Schwab <schwab@suse.de>
15153
15154 * files.el (insert-directory): Only look for error lines in
15155 inserted text. Don't move too far after processing --dired markers.
15156
15157 2005-01-04 Richard M. Stallman <rms@gnu.org>
15158
15159 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15160 Don't expand if the character is @, period, dash, etc.
15161 (define-mail-abbrev): Quote names that contain problem characters.
15162
15163 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15164
15165 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15166
15167 2005-01-03 Richard M. Stallman <rms@gnu.org>
15168
15169 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15170 (query-replace-highlight, query-replace-lazy-highlight)
15171 (query-replace): Definitions moved up. Doc fix.
15172
15173 2005-01-03 Richard M. Stallman <rms@gnu.org>
15174
15175 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15176 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15177 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15178 (lazy-highlight-face): Rename from isearch-lazy-...
15179 Change all references to them.
15180
15181 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15182
15183 * cus-edit.el (custom-file): Doc fix for defcustom.
15184 (custom-file): The function no longer sets the variable
15185 `custom-file' to its return value.
15186
15187 * startup.el (command-line): No longer load `custom-file'.
15188
15189 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15190
15191 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15192
15193 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15194 Don't confuse module-prefixed identifiers for labels.
15195 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15196
15197 2005-01-02 Richard M. Stallman <rms@gnu.org>
15198
15199 * files.el (basic-save-buffer-1): Fix previous change.
15200
15201 * loadhist.el (file-loadhist-lookup): New function.
15202 (file-provides, file-requires): Use it.
15203
15204 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15205 instead of calculating the right size.
15206
15207 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15208
15209 * vc-svn.el (vc-svn-diff): Stay local if possible.
15210
15211 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15212
15213 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15214
15215 * files.el (hack-local-variables): Fix last change.
15216
15217 2005-01-02 Jay Belanger <belanger@truman.edu>
15218
15219 * calc/calc-yank.el (calc-edit-top): New variable.
15220 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15221 object. Change header properties.
15222 (calc-edit-finish, calc-edit-finish-stack-object)
15223 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15224 edited object.
15225 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15226 for the beginning of the edited object.
15227 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15228 for the beginning of the edited object.
15229 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15230 (calc-finish-formula-edit, calc-macro-repeats)
15231 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15232 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15233 beginning of the edited object.
15234 (calc-user-define-edit): Change the header for editing macros.
15235 Remove unnecessary variable.
15236
15237 2005-01-01 Jay Belanger <belanger@truman.edu>
15238
15239 * calc/calc-yank.el (calc-edit-mode): Change default header.
15240 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15241 * calc/calc-store.el (calc-edit-variable): Change title to match new
15242 header.
15243 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15244 mode to match new header.
15245 (calc-user-define-edit): Change titles to include names of commands.
15246 (calc-finish-formula-edit): Adjust to handle new header.
15247 (calc-finish-macro-edit): Remove.
15248 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15249 (calc-edit-macro-command, calc-edit-macro-command-type)
15250 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15251 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15252 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15253 (calc-edit-macro-finish-edit): New functions.
15254 (calc-user-define-edit): Use new functions to edit named calc macros.
15255
15256 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15257
15258 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15259
15260 * ses.el (copy-region-as-kill): Deactivate mark.
15261
15262 2005-01-01 Richard M. Stallman <rms@gnu.org>
15263
15264 * replace.el (occur-1): If the output buffer is also an input,
15265 don't kill it, rename it.
15266
15267 * faces.el (set-face-background, set-face-foreground): Doc fix.
15268
15269 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15270 for :foreground and :background.
15271
15272 * dired.el (dired-view-command-alist): Variable deleted.
15273 (dired-view-file, dired-mouse-find-file-other-window):
15274 Delete the code to use it.
15275
15276 2005-01-01 Kim F. Storm <storm@cua.dk>
15277
15278 * image.el (insert-sliced-image): Use t for line-height property.
15279
15280 See ChangeLog.11 for earlier changes.
15281
15282 ;; Local Variables:
15283 ;; coding: iso-2022-7bit
15284 ;; End:
15285
15286 Copyright (C) 2005 Free Software Foundation, Inc.
15287 Copying and distribution of this file, with or without modification,
15288 are permitted provided the copyright notice and this notice are preserved.
15289
15290 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1