*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4 to "p".
5 (gdb): Move definition of gud-pp to...
6
7 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
8 speedbar.
9 (gdb-find-watch-expression): New function.
10
11 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12
13 * faces.el (face-attribute, set-face-attribute): Mention existence
14 of `:ignore-defface' setting in docstring.
15
16 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * simple.el (completion-setup-function): Fix last change.
19
20 2005-11-17 John Paul Wallington <jpw@pobox.com>
21
22 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
23 Use `posn-set-point' instead of `mouse-set-point' because the
24 latter is not fbound when configured without X.
25
26 * comint.el (comint-insert-input): Likewise.
27
28 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
29
30 * simple.el (hard-newline): New variable.
31 (sendmail-user-agent-compose, next-line): Use it.
32
33 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
34 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
35 (mail-mail-reply-to, mail-mail-followup-to)
36 (mail-position-on-field, mail-signature, mail-yank-original)
37 (mail-attach-file): Likewise.
38
39 * mail/mailheader.el (mail-header-format)
40 (mail-header-format-function): Likewise.
41
42 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
43
44 2005-11-17 Juri Linkov <juri@jurta.org>
45
46 * font-lock.el (font-lock-faces): Rename this defgroup from
47 `font-lock-highlighting-faces'.
48 (font-lock-comment-face, font-lock-comment-delimiter-face)
49 (font-lock-string-face, font-lock-doc-face)
50 (font-lock-keyword-face, font-lock-builtin-face)
51 (font-lock-function-name-face, font-lock-variable-name-face)
52 (font-lock-type-face, font-lock-constant-face)
53 (font-lock-warning-face, font-lock-negation-char-face)
54 (font-lock-preprocessor-face)
55 (font-lock-regexp-grouping-backslash)
56 (font-lock-regexp-grouping-construct): Rename :group from
57 `font-lock-highlighting-faces' to `font-lock-faces'.
58
59 * cus-edit.el (lisp, c, tex):
60 * progmodes/ada-mode.el (ada):
61 * progmodes/asm-mode.el (asm):
62 * progmodes/cperl-mode.el (cperl-faces):
63 * progmodes/cpp.el (cpp):
64 * progmodes/dcl-mode.el (dcl):
65 * progmodes/f90.el (f90):
66 * progmodes/fortran.el (fortran):
67 * progmodes/icon.el (icon):
68 * progmodes/idlwave.el (idlwave-misc):
69 * progmodes/m4-mode.el (m4):
70 * progmodes/make-mode.el (makefile):
71 * progmodes/meta-mode.el (meta-font):
72 * progmodes/modula2.el (modula2):
73 * progmodes/octave-mod.el (octave):
74 * progmodes/pascal.el (pascal):
75 * progmodes/perl-mode.el (perl):
76 * progmodes/prolog.el (prolog):
77 * progmodes/ps-mode.el (PostScript-edit):
78 * progmodes/scheme.el (scheme):
79 * progmodes/sh-script.el (sh-script):
80 * progmodes/simula.el (simula):
81 * progmodes/tcl.el (tcl):
82 * textmodes/nroff-mode.el (nroff):
83 * textmodes/reftex-vars.el (reftex-fontification-configurations):
84 * textmodes/sgml-mode.el (sgml):
85 * textmodes/texinfo.el (texinfo):
86 Add :link (custom-group-link font-lock-faces) to defgroup.
87
88 * hi-lock.el (hi-lock): Rename this defgroup from
89 `hi-lock-interactive-text-highlighting'. Change parent group from
90 `faces' to `font-lock'. Add link to the manual.
91 (hi-lock-mode, hi-lock-file-patterns-range)
92 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
93 `hi-lock-interactive-text-highlighting' to `hi-lock'.
94 (hi-lock-faces): Add :group `faces'.
95
96 * cus-edit.el (custom-variable-prompt): Clarify the code.
97
98 * faces.el (face-read-string): Set the default value arg of
99 completing-read.
100
101 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
102
103 * rfn-eshadow.el (file-name-shadow-properties)
104 (file-name-shadow-tty-properties, file-name-shadow-mode):
105 Remove autoloads, because the file is now preloaded.
106
107 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * printing.el (easy-menu-intern): Don't define.
110 (pr-get-symbol): Use easy-menu-intern only if defined.
111
112 * simple.el (blink-matching-open): Simplify a bit.
113 (completion-setup-function): Fix the case of partial-completion-mode
114 when the minibuffer's contents start with "-".
115 Obey completion-base-size-function even when
116 minibuffer-completing-file-name is non-nil.
117
118 2005-11-16 Richard M. Stallman <rms@gnu.org>
119
120 * net/eudcb-ph.el (eudc-ph-open-session):
121 Use set-process-query-on-exit-flag.
122
123 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
124
125 * international/ucs-tables.el (ucs-set-table-for-input):
126 Use make-local-variable, not make-variable-buffer-local.
127
128 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
129 Improve warning message text.
130
131 * savehist.el (savehist-save-hook): Add :group.
132
133 * menu-bar.el (menu-bar-help-menu):
134 Rename Find Extra Packages to External Packages.
135
136 * cus-edit.el (Custom-reset-standard): Verify that
137 :custom-standard-value prop exists before calling it.
138
139 * apropos.el (apropos-calc-scores): Use apropos-pattern.
140
141 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
142
143 * wid-edit.el (color): Enclose %t in %{...%}.
144
145 * cus-edit.el (face): Enclose %t in %{...%}.
146
147 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
148
149 * savehist.el (savehist-mode-hook): Re-add the var.
150 (savehist-mode): Use it.
151
152 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * textmodes/flyspell.el: Fix commenting convention.
155 Remove unnecessary leading * in custom docstrings.
156 (flyspell-emacs): Remove unused var.
157 (flyspell-delete-region-overlays): Use remove-overlays.
158 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
159 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
160 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
161 (flyspell-debug-signal-word-checked): Use with-current-buffer.
162 (make-flyspell-overlay): Don't locally reuse a global name.
163 (flyspell-highlight-incorrect-region)
164 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
165 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
166 (flyspell-notify-misspell): Remove unused args `start' and `end'.
167 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
168 Wrap calls to accept-process-output inside with-local-quit since it's
169 often called from a post-command-hook.
170 (flyspell-correct-word, flyspell-auto-correct-word):
171 Use ispell-send-string.
172 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
173
174 * calendar/diary-lib.el (diary-list-entries): Also hide the
175 terminating newline.
176
177 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
178
179 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
180 window-system, to allow fonts on tty.
181
182 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
183
184 * progmodes/gud.el (gud-speedbar-item-info): New function.
185 (gud-install-speedbar-variables): Use it to display data type
186 of watch expression as a tooltip in speedbar.
187
188 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
189
190 * font-core.el (global-font-lock-mode): Add :version keyword,
191 because default was changed.
192
193 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
194
195 * startup.el (command-line): Use `custom-reevaluate-setting' for
196 `file-name-shadow-mode'.
197
198 * loadup.el: Preload rfn-eshadow.
199
200 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
201 Add :version keyword.
202 (file-name-shadow-properties, file-name-shadow-tty-properties)
203 (file-name-shadow): Add :version keyword.
204
205 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
206 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
207 in the custom-group property of the symbol frames and the fringe
208 group got no link to its parent group frames.
209 Doc fix.
210
211 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
212
213 * progmodes/gud.el (gud-stop-subjob): New function.
214 (gud-menu-map, gud-tool-bar-map): Use it.
215
216 2005-11-16 Kim F. Storm <storm@cua.dk>
217
218 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
219 than kill it.
220 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
221 to a more useful/logical place.
222
223 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
224
225 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
226 go buttons complementary.
227
228 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
231 (rfn-eshadow-sifn-equal): New function.
232 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
233
234 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
235
236 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
237 string.
238
239 * viper.el (viper-emacs-state-mode-list): Ensure that
240 rcirc-mode buffers come up in Emacs state.
241
242 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
243 operation.
244
245 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
246
247 * term.el (term-termcap-format): Fix typos.
248 (term-down): Fix the negative argument case.
249
250 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
251
252 * progmodes/gdb-ui.el: Remove face-alias left over from change on
253 2005-08-15.
254 (gdb-ann3): New command gud-go.
255 (menu): Accomodate gdb-mi.el.
256 (gdb-assembler-custom): Make buffer of selected window current
257 so that set-window-point works.
258
259 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
260 buttons and include new ones.
261
262 2005-11-16 Kim F. Storm <storm@cua.dk>
263
264 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
265 (gud-menu-map): Use it.
266
267 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
268
269 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
270 that works correctly for Custom and that does not override a user
271 who disables it.
272
273 * help-mode.el (help-make-xrefs, help-xref-on-pp)
274 (help-xref-interned, help-follow): Make hyperlinks for variables
275 that are unbound, but have a non-nil variable-documentation property.
276
277 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
278 mode hook. (It conflicted with defcustoms for some mode hooks.)
279 Use the `variable-documentation' property to give the mode hook a
280 docstring and expand that docstring.
281
282 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
283
284 * savehist.el (savehist-mode): Don't bother with
285 `custom-set-minor-mode'.
286 (savehist-coding-system): Check XEmacs version.
287 (history-length): Declare also at run time.
288 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
289 Don't set the customize state.
290 (savehist-minibuffer-hook): Special case for when
291 minibuffer-history-variable is equal to t.
292
293 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * files.el (write-file): Refresh VC status.
296
297 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
298 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
299 than fundamental-mode to see if the mode was set.
300
301 2005-11-14 Romain Francoise <romain@orebokech.com>
302
303 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
304 dummy function in `eval-when-compile' to avoid compiler warning.
305 Require `man' at compile time.
306
307 2005-11-14 Jay Belanger <belanger@truman.edu>
308
309 * calc-alg.el (calcFunc-write-out-power): Rename it to
310 calcFunc-powerexpand.
311 (math-write-out-power): Rename it to math-powerexpand; have it
312 handle negative exponents.
313 (calc-writeoutpower): Rename it to calc-powerexpand.
314
315 * calc-ext.el: Change calcFunc-writeoutpower and
316 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
317 autoloads.
318 Add calcFunc-ldiv to autoloads.
319
320 * calc-arith.el (calcFunc-ldiv): New function.
321
322 * calc.el (calc-left-divide): New function.
323
324 2005-11-14 Juri Linkov <juri@jurta.org>
325
326 * cus-edit.el (custom-variable-prompt): Set the default value arg
327 of completing-read.
328
329 * cus-dep.el (custom-make-dependencies): Reverse the list of
330 found dependencies.
331
332 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
333
334 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
335 Highlighting" entry, it is on by default now.
336 (menu-bar-options-save): Do not save global-font-lock-mode.
337
338 2005-11-13 Richard M. Stallman <rms@gnu.org>
339
340 * textmodes/flyspell.el (flyspell-large-region):
341 Call flyspell-accept-buffer-local-defs.
342
343 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
344
345 * textmodes/flyspell.el (flyspell-notify-misspell):
346 Fix misspelling of "Misspelling".
347 (flyspell-process-localwords): New function.
348 (flyspell-large-region): Call flyspell-process-localwords and
349 flyspell-delete-region-overlays.
350 (flyspell-delete-region-overlays): New function.
351 (flyspell-delete-all-overlays): Call that.
352
353 2005-11-13 Richard M. Stallman <rms@gnu.org>
354
355 * help.el (help-for-help-internal): Improve doc of C-h a.
356 (describe-key): Improve prompt; doc fix.
357
358 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * vc-svn.el (vc-svn-registered): Catch all errors.
361
362 * cus-dep.el (custom-make-dependencies): Typo.
363
364 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
365
366 * net/tramp-util.el (top): Fix compilation warning.
367
368 2005-11-13 Kim F. Storm <storm@cua.dk>
369
370 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
371
372 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
373
374 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
375 (gud-speedbar-buttons): Match on "const char *" too.
376
377 * progmodes/gdb-ui.el (gdb-var-create-handler)
378 (gdb-var-list-children-handler): Match on "const char *" too.
379 (gdb-var-evaluate-expression-handler): Match on empty string.
380 (gdb-var-update-handler): Only call
381 gdb-var-evaluate-expression-handler when required.
382
383 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
384
385 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
386 selected window. This still doesn't work for speedbar.
387 (gud-speedbar-buttons): Handle string expressions properly.
388
389 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
390 (gdb-var-create-handler): Handle string expressions properly.
391 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
392 Handle string expressions properly. Move "type" field into regexp.
393
394 2005-11-12 Karl Fogel <kfogel@red-bean.com>
395
396 * bookmark.el (bookmark-maybe-message): New function to reduce
397 code duplication: invokes `message' iff baud-rate is high enough.
398 (bookmark-write-file): Use above instead of an inline conditional.
399 (bookmark-load): Same.
400
401 2005-11-12 Karl Fogel <kfogel@red-bean.com>
402
403 * bookmark.el (bookmark-write-file): Don't visit the destination
404 file, just write the data to it using write-region. This is
405 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
406 change to avoid visiting the file in the first place.
407
408 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
409
410 * hi-lock.el (hi-lock-mode): Set the default value of
411 font-lock-defaults.
412
413 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
414
415 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
416 arg to `file-attributes'.
417 (find-lisp-format): The UID and GID can now be strings.
418
419 2005-11-12 Kim F. Storm <storm@cua.dk>
420
421 * help.el (help-map): Bind C-h d to apropos-documentation.
422
423 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
424 when point is at end-of-buffer.
425
426 * apropos.el (apropos-match-face): Doc fix.
427 (apropos-sort-by-scores): Add new choice `verbose'.
428 (apropos-documentation-sort-by-scores): New defcustom.
429 (apropos-pattern): Now contains the pattern entered by the user.
430 (apropos-pattern-quoted): New defvar.
431 (apropos-regexp): New defvar, containing the regexp corresponding
432 to apropos-pattern.
433 (apropos-all-words-regexp): Rename from apropos-all-regexp.
434 (apropos-read-pattern): New defun. Use it to read pattern arg in
435 interactive calls; returns list of words for a word list, and
436 string for a regexp.
437 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
438 parses a list of words or regexp as returned by apropos-read-pattern.
439 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
440 (apropos-score-doc): Return a very high score if the string
441 entered by the user matches literally.
442 (apropos-variable): Doc fix. Use apropos-read-pattern.
443 (apropos-command): Doc fix. Use apropos-read-pattern and
444 apropos-parse-pattern. Call apropos-print with nosubst=t.
445 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
446 apropos-parse-pattern.
447 (apropos-documentation): Doc fix. Use apropos-read-pattern and
448 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
449 apropos-documentation-sort-by-scores. Call apropos-print with
450 nosubst=t.
451 (apropos-documentation-internal): Pass doc string through
452 substitute-key-definition before adding text properties.
453 Highlight substring matching literal user input if possible.
454 (apropos-documentation-check-doc-file): Remove locals beg and end.
455 Fix calculation of score (as added twice). Pass doc string through
456 substitute-key-definition before adding text properties.
457 (apropos-documentation-check-elc-file): Pass doc string through
458 substitute-key-definition before adding text properties.
459 Highlight substring matching literal user input if possible.
460 (apropos-print): Add new arg NOSUBST; if set, command and variable
461 doc strings have already been passed through substitute-key-definition.
462 Add code to handle apropos-accumulator items without score element
463 for backwards compatibility (e.g. with woman package).
464 Only show scores if apropos-sort-by-scores is `verbose'.
465
466 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
469 Add jka-compr-load-suffixes to load-suffixes.
470
471 * jka-compr.el: Require 'jka-cmpr-hook.
472 (jka-compr-info-compress-message, jka-compr-info-compress-program)
473 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
474 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
475 (jka-compr-info-can-append, jka-compr-info-strip-extension)
476 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
477 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
478 (jka-compr-uninstall): Remove entries from
479 jka-compr-added-to-file-coding-system-alist after they are used.
480 (jka-compr-error): Remove unused var `curbuf'.
481 (jka-compr-file-local-copy): Remove unused var `notfound'.
482
483 2005-11-10 Romain Francoise <romain@orebokech.com>
484
485 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
486
487 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
488
489 * progmodes/gud.el (gud-menu-map): Move parentheses.
490 (gdb): New command gud-pv.
491
492 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * tar-mode.el: Remove spurious or unnecessary leading stars
495 in docstrings.
496 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
497 (tar-parse-octal-integer-safe): Use mapc.
498 (tar-header-block-summarize): Remove unused var `ck'.
499 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
500 cleared before. Obey default-enable-multibyte-characters.
501 Use mapconcat. Simplify setting of tar-header-offset.
502 (tar-mode-map): Move initialization inside delcaration.
503 (tar-flag-deleted): Use `abs'.
504 (tar-expunge-internal): Remove unused var `line'.
505 (tar-expunge-internal): Don't hardcode point-min==1.
506 (tar-expunge): Widen while doing set-buffer-multibyte.
507 (tar-rename-entry): Use file-name-coding-system.
508 (tar-alter-one-field): Don't hardcode point-min==1.
509 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
510 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
511
512 2005-11-10 Masatake YAMATO <jet@gyve.org>
513
514 * add-log.el (add-log-current-defun): Handle class::method
515 notation of c++. Fix incorrect comment.
516
517 2005-11-10 Alan Mackenzie <acm@muc.de>
518
519 * help-fns.el (describe-variable): Make C-h v work when a variable
520 has variable documentation yet is unbound.
521
522 2005-11-10 Masatake YAMATO <jet@gyve.org>
523
524 * man.el (Man-highlight-references): Set an empty
525 string to `Man-arguments' if it is nil.
526 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
527
528 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
531 commenting conventions.
532
533 * cus-dep.el (custom-make-dependencies): Simplify.
534 Better follow the commenting conventions.
535
536 2005-11-09 Richard M. Stallman <rms@gnu.org>
537
538 * apropos.el (apropos-pattern): Rename from apropos-regexp.
539 (apropos-orig-pattern): Rename from apropos-orig-regexp.
540 All uses changed.
541 (apropos-rewrite-regexp): Doc fix.
542 (apropos-variable, apropos-command, apropos, apropos-value):
543 Change prompt; carry through the argument renaming.
544
545 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
546
547 * find-lisp.el: Require dired.
548 (find-lisp-find-dired-internal): Do not call
549 `abbreviate-file-name' on DIR.
550
551 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
552
553 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
554
555 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
556
557 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
558 when using the speedbar.
559 (gdb): New command gud-pp.
560 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
561
562 2005-11-09 Juri Linkov <juri@jurta.org>
563
564 * replace.el (occur-excluded-properties): New defcustom.
565 (occur-1, occur-engine, occur-accumulate-lines): Use it.
566
567 2005-11-08 Jay Belanger <belanger@truman.edu>
568
569 * calc/calc-units.el (math-convert-units): Replace any composite
570 unit by its definition.
571
572 2005-11-08 Lars Hansen <larsh@soem.dk>
573
574 * emacs-lisp/autoload.el (update-directory-autoloads):
575 Add obsolete function alias.
576
577 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
580 comment-indent-function.
581 (lisp-comment-indent): Replace by an alias for comment-indent-default.
582
583 * reveal.el (reveal-post-command): Rework the handling of
584 reveal-open-spots, so as to be more reliable. There were several
585 tricky corner cases where an open spot might be lost, or where
586 a closed spot might end up on the list of open spots.
587 Only reveal text that's ellipsised.
588
589 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
590
591 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
592
593 2005-11-07 John Paul Wallington <jpw@gnu.org>
594
595 * ibuffer.el (ibuffer): Search iconified frames too when
596 getting Ibuffer buffer's window.
597
598 2005-11-06 Richard M. Stallman <rms@gnu.org>
599
600 * progmodes/compile.el (compilation-internal-error-properties):
601 save-excursion around the computation of MARKER.
602
603 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
604
605 * textmodes/flyspell.el (flyspell-external-point-words):
606 flyspell-get-word returns a list, not just a string.
607
608 2005-11-06 John Paul Wallington <jpw@pobox.com>
609
610 * ibuffer.el (ibuffer): Search all visible frames when getting
611 Ibuffer buffer's window.
612
613 2005-11-07 Masatake YAMATO <jet@gyve.org>
614
615 * man.el (Man-reference-regexp): Accept spaces between
616 `Man-name-regexp' and `Man-section-regexp'.
617 (Man-apropos-regexp): New variable.
618 (Man-abstract-xref-man-page): Use value for `Man-target-string'
619 if available.
620 (Man-highlight-references, Man-highlight-references0):
621 Handle the case when `Man-arguments' includes "-k".
622 (Man-highlight-references0): Rename the argument `TARGET-POS' to
623 `TARGET'. `TARGET' can be a number, function or nil.
624
625 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
626
627 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
628 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
629 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
630 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
631 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
632 (gdb-send-item): Use buffer-local-value and simplify.
633
634 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
635
636 * startup.el (command-line): Use `custom-reevaluate-setting' for
637 `global-font-lock-mode'.
638
639 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
640 by default, except in batch mode or when the -D option is given.
641
642 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
643 specified keyword args on to `define-minor-mode'. Update docstring.
644
645 2005-11-05 Romain Francoise <romain@orebokech.com>
646
647 * replace.el (occur-engine): Add marker at end of line, too.
648
649 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
650
651 * font-lock.el: Don't deal with font-lock-face-attributes here,
652 move the code ...
653
654 * startup.el (command-line): ... here. Use face-spec-set instead
655 of custom-declare-face.
656
657 * faces.el (face-spec-set): Reset the face if spec is not nil.
658
659 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * newcomment.el (comment-region-internal): Box more tightly in the
662 common case where there's no TAB in the boxed text.
663
664 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
665
666 * info.el (info-tool-bar-map): Use images prev-node, next-node and
667 up-node.
668
669 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
670
671 * newsticker.el: Commentary updated. Code formatting changed.
672 (newsticker-version): Change to "1.9".
673 (newsticker, newsticker-feed): Doc fix.
674 (newsticker-url-list): Doc fix. Add option "Weekly".
675 (newsticker-retrieval-interval): Add option "Weekly".
676 (newsticker-headline-processing): Doc fix.
677 (newsticker-auto-mark-filter): Remove.
678 (newsticker-auto-mark-filter-list): New.
679 (newsticker-layout, newsticker-sort-method): Doc fix.
680 (newsticker-hide-old-items-in-newsticker-buffer)
681 (newsticker-heading-format, newsticker-item-format)
682 (newsticker-desc-format): Doc fix.
683 (newsticker-show-all-rss-elements): Remove.
684 (newsticker-show-all-news-elements): New.
685 (newsticker-faces, newsticker-ticker): Doc fix.
686 (remove-from-invisibility-spec): Code formatting.
687 (newsticker--process-ids): New.
688 (newsticker-mode): Doc fix.
689 (newsticker-mode): Change mode-line-format.
690 (newsticker-start): Remove debug output.
691 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
692 (newsticker-w3m-show-inline-images): Code formatting.
693 (newsticker-next-item): Call `force-mode-line-update'.
694 (newsticker-previous-item): Call `force-mode-line-update'.
695 (newsticker-next-feed): Call `force-mode-line-update'.
696 (newsticker-previous-feed): Call `force-mode-line-update'.
697 (newsticker-mark-all-items-at-point-as-read): Code formatting.
698 (newsticker-show-old-items): Do not show descs.
699 (newsticker-hide-entry): Hide too much.
700 (newsticker-hide-entry, newsticker-show-entry)
701 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
702 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
703 (newsticker-toggle-auto-narrow-to-item): Code formatting.
704 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
705 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
706 (newsticker-get-news): Call `force-mode-line-update'.
707 Collect process ids.
708 (newsticker--sentinel): Change coding system handling.
709 Move image retrieval to new functions newsticker--get-logo-url-*.
710 Move feed parsing to new functions newsticker--parse-*.
711 Update list of process ids.
712 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
713 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
714 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
715 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
716 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
717 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
718 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
719 (newsticker--decode-coding-string): Remove.
720 (newsticker--decode-numeric-entities): Check input. Format code.
721 (newsticker--remove-whitespace): Check input.
722 (newsticker--do-forget-preformatted): Doc fix.
723 (newsticker--decode-rfc822-date): Allow for missing time.
724 (newsticker--update-process-ids): New.
725 (newsticker--image-sentinel): Change comment.
726 (newsticker--image-read): Change error message.
727 (newsticker--imenu-goto): Doc fix. Show headline title.
728 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
729 (newsticker--buffer-do-insert-text): Clean whitespace in
730 html-rendered headline title. Code formatting.
731 Call `newsticker--buffer-print-extra-elements'.
732 (newsticker--buffer-print-extra-element): Remove.
733 (newsticker--buffer-print-extra-elements): New.
734 (newsticker--buffer-do-print-extra-element): New.
735 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
736 large sizes.
737 (newsticker--run-auto-mark-filter)
738 (newsticker--do-run-auto-mark-filter):
739 Use `newsticker-auto-mark-filter-list'.
740
741 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
742
743 * net/rcirc.el: Use split-string OMIT-NULLS argument.
744 (rcirc-print): Force redisplay before running hooks. Do long
745 buffer truncation after making new text read-only. Deal with nil
746 text when decoding strings. If TARGET is nil, use either the
747 currently selected buffer, if it is an rcirc buffer and of the
748 same process or the process buffer.
749 (rcirc-mode): Remove header-line. Recompute short buffer names.
750 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
751 (rcirc-short-buffer-name): Add variable.
752 (rcirc-kill-buffer-hook): Recompute short buffer names.
753 Remove nick from private channel.
754 (rcirc-send-input): Send command text to current-buffer.
755 Don't clear overlay arrow here.
756 (rcirc-short-buffer-name): Return a short buffer name.
757 (rcirc-update-short-buffer-names, rcirc-abbreviate)
758 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
759 buffer-name abbreviations.
760 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
761 Do not touch nick-table when killing a parted channel.
762 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
763 Clear arrow from current buffer if it is now hidden.
764 (rcirc-current-buffer): Add variable.
765 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
766 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
767 Remove -face from names.
768 (rcirc-update-activity-string): Print "DND" when globally ignoring
769 activity.
770 (rcirc-ignore-buffer-activity-flag): Rename from
771 rcirc-ignore-channel-activity.
772 (rcirc-ignore-all-activity-flag): Doc fix.
773 (rcirc-channels): Remove variable.
774 (rcirc-kill-buffer-hook):
775 (rcirc-get-buffer-create): Add nick to private channel.
776 (rcirc-multiline-edit-submit): Remove tabs.
777 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
778 folded.
779 (rcirc-remove-nick-channel): Bug fix.
780 (rcirc-toggle-ignore-buffer-activity): Rename from
781 rcirc-toggle-ignore-channel-activity.
782 (rcirc-record-activity): Add buffers to the front of the list.
783 (rcirc-update-activity): Remove killed buffers from list.
784 (rcirc-process-server-response-1): Remove last argument if it is
785 null before calling handler.
786 (rcirc): Add "rcirc" defcustom prefix.
787 (rcirc-prompt): Simplify default prompt.
788 Use custom-initialize-default.
789 (rcirc-private-chats): Remove variable.
790 (rcirc-prompt): Change initialization.
791 (rcirc-version): Remove function.
792 (rcirc-id-string): Add constant.
793 (rcirc-last-buffer): Remove variable.
794 (rcirc-buffer-alist): Add variable.
795 (rcirc-connect): Update variable setup.
796 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
797 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
798 default.
799 (rcirc-handler-generic): Trigger activity.
800 (rcirc-send-message): Create the buffor of the target.
801 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
802 (rcirc-get-buffer): Just return nil if there is no matching buffer.
803 (rcirc-multiline-edit-cancel): Remove function.
804 (rcirc-set-last-buffer): Remove function.
805 (rcirc-get-any-buffer): Add function.
806 (rcirc-join-channels): Don't print /join text.
807 (rcirc-toggle-ignore-channel-activity): Add and update echo area
808 messages.
809 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
810 (rcirc-handler-NOTICE): Recognize CTCP responses.
811 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
812 constructing TOPIC string for buffers we are not JOINed.
813 (rcirc-handler-CTCP-response): Add handler.
814 (rcirc-multiline-edit-submit): Restore the window-configuration
815 before adjusting point.
816 (rcirc): Add customization group.
817 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
818 (rcirc-user-full-name, rcirc-startup-channels-alist)
819 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
820 (rcirc-ignore-all-activity-flag, rcirc-time-format)
821 (rcirc-input-ring-size, rcirc-read-only-flag)
822 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
823 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
824 Change defvar to defcustom.
825 (rcirc-update-prompt): Add optional ALL arg, which will update
826 prompts in all rcirc buffers. Regexp quote replacement text.
827 (rcirc-fill-column): Accept 'frame-width as a value.
828 (rcirc-set-changed): Add function.
829 (rcirc-next-active-buffer): Write more meaningful messages.
830 (rcirc-faces): Add customization group.
831 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
832 (rcirc-nick-in-message-face, rcirc-prompt-face)
833 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
834 (with-rcirc-process-buffer): Move before first usage.
835 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
836 (rcirc-debug-flag): Rename from `rcirc-log-p'.
837 (rcirc-debug): Rename from `rcirc-log'.
838 (rcirc-format-response-string): Do not print '-' chars for a
839 NOTICE with no sender. Simplify output of server responses.
840
841 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
842
843 (rcirc-browse-url-map, rcirc-browse-url-at-point)
844 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
845 mouse and RET clickable.
846
847 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
848
849 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
850
851 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
852
853 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
854 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
855 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
856 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
857 argument to all these routines, so the passphrase can be managed
858 externally and passed in to the system.
859 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
860 pgg-add-passphrase-to-cache function.
861
862 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
863 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
864 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
865 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
866 argument to all these routines, so the passphrase can be managed
867 externally and passed in to the system.
868 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
869 function.
870
871 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
872
873 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
874 from goto-address-url-regexp.
875
876 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
877
878 * textmodes/org.el (org-read-date, org-goto-calendar)
879 (org-recenter-calendar, org-agenda-goto-calendar):
880 Temporarily clear 'calendar-move-hook'.
881
882 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
883
884 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
885 merging.
886
887 * ediff-util.el (ediff-previous-difference): Don't skip regions that
888 have merge clashes.
889
890 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
891
892 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
893 Undo previous change.
894
895 * startup.el (command-line): Use `custom-reevaluate-setting' for
896 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
897 tty-register-default-colors on Mac.
898
899 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
900
901 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
902 (gdb-buffer-type): Make it automatically buffer local...
903 (gdb-get-create-buffer): ...and set it accordingly.
904 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
905 actually work.
906
907 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
908
909 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
910 not red.
911
912 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
913
914 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
915 case GUD buffer is not visible.
916 (gdb-goto-breakpoint): Try to force display in source buffer.
917 (gdb-frame-gdb-buffer): Copy other similar functions.
918 (gdb-restore-windows): Don't display source if not asked for.
919 (gdb-assembler-buffer-name): Don't capitalise.
920
921 2005-11-03 Richard M. Stallman <rms@gnu.org>
922
923 * wid-edit.el (key-sequence): New widget type.
924
925 * simple.el (set-mark-command-repeat-pop): New variable.
926 (set-mark-command): Only interpret plan C-@ after a pop as a pop
927 if set-mark-command-repeat-pop is true.
928
929 * info.el (Info-fontify-node): Don't display extra "see" if there
930 already is one here.
931
932 * mouse.el: Fix special handling of DEL after dragging a region:
933 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
934 (mouse-region-delete-keys): Add [backspace].
935
936 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
937
938 * textmodes/ispell.el (ispell-command-loop): Change `i' description
939 not to assume it pertains to an affix.
940
941 * textmodes/flyspell.el (flyspell-post-command-hook):
942 Bind deactivate-mark to prevent deactivation.
943
944 2005-11-03 Lars Hansen <larsh@soem.dk>
945
946 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
947 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
948 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
949
950 2005-11-03 Romain Francoise <romain@orebokech.com>
951
952 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
953 Update copyright years.
954
955 2005-11-03 Sam Steingold <sds@gnu.org>
956
957 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
958 Use system-type instead of window-system because window-system is not
959 correctly defined during loadup.
960
961 2005-11-02 Mark A. Hershberger <mah@everybody.org>
962
963 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
964 (xml-parse-tag): Join strings separated by a comment properly.
965
966 2005-11-02 Andreas Schwab <schwab@suse.de>
967
968 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
969
970 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
973 (byte-optimize-pure-func): Quote the eval'd value.
974
975 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
976 Rename from perl-font-lock-syntactic-face-function.
977 Change the calling convention so it can be used as a font-lock MATCHER.
978 Do the parse-partial-sexp loop outselves.
979 (perl-font-lock-syntactic-keywords): Use it.
980 (perl-mode): Don't set font-lock-syntactic-face-function any more.
981
982 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
983
984 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
985 disassembly buffer too.
986 (gdb-exited): Remove overlay arrows when execution has finished.
987 (gdb-info-frames-custom, gdb-info-threads-custom)
988 (gdb-info-registers-custom): Don't add inappropriate text
989 properties if inferior is not active.
990
991 2005-11-02 Glenn Morris <rgm@gnu.org>
992
993 * progmodes/fortran.el (fortran-blink-match):
994 Use `blink-matching-delay'.
995
996 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
997
998 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
999
1000 2005-11-02 Lars Hansen <larsh@soem.dk>
1001
1002 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1003 "Permission denied".
1004
1005 2005-11-01 Richard M. Stallman <rms@gnu.org>
1006
1007 * textmodes/flyspell.el (flyspell-external-point-words):
1008 Pass nil to flyspell-get-word.
1009
1010 2005-11-02 Kim F. Storm <storm@cua.dk>
1011
1012 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1013 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1014
1015 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1018 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1019 (calendar-mouse-print-dates): Add optional `event' argument.
1020 Update interactive-spec.
1021 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1022 Use `calendar-event-to-date' instead of `event'.
1023
1024 2005-11-02 Masatake YAMATO <jet@gyve.org>
1025
1026 * progmodes/ld-script.el (ld-script-builtins):
1027 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1028 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1029 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1030
1031 2005-11-01 Romain Francoise <romain@orebokech.com>
1032
1033 * vc-sccs.el: Update copyright year.
1034 * ezimage.el: Likewise.
1035
1036 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1037
1038 * info.el (Info-fontify-node): Use `string-width' for fontifying
1039 underlined titles.
1040
1041 2005-11-01 Juri Linkov <juri@jurta.org>
1042
1043 * info.el (Info-fontify-node): Downcase node header keywords Node,
1044 Prev, Next, Up before comparison.
1045 (Info-history): Insert absolute directory name, and put invisible
1046 property on it.
1047
1048 2005-11-01 Juri Linkov <juri@jurta.org>
1049
1050 * info.el (Info-file-supports-index-cookies): New variable.
1051 (Info-find-node-2): Check makeinfo version for index cookie support.
1052 (Info-index-nodes): Search for nodes with index cookies only when
1053 Info-file-supports-index-cookies is t. Otherwise, search nodes
1054 with "Index" in the node name.
1055 (Info-index-node): Search index cookie in the current node only when
1056 Info-file-supports-index-cookies is t. Otherwise, check the word
1057 "Index" in the node name.
1058 (Info-find-emacs-command-nodes): Remove code that searches nodes
1059 with "Index" node name in the top menu.
1060
1061 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * progmodes/scheme.el (scheme-mode-variables): Use the default
1064 comment-indent-function.
1065
1066 * faces.el (face-attribute): Handle the case where a face inherits from
1067 a non-existent face.
1068
1069 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1070 for octal and hexa output, and merge the char into the paren.
1071 (kill-new): Use push.
1072 (copy-to-buffer): Use with-current-buffer.
1073 (completion-setup-function): Move code in loop to remove redundancy.
1074 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1075 those inherited from minibuffer-local-completion-map.
1076
1077 * savehist.el (savehist-mode) <defcustom>:
1078 Use custom-set-minor-mode if available.
1079 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1080 and emit a message if applicable.
1081
1082 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1083
1084 * savehist.el: Sync up to version 19.
1085 (savehist-mode): New minor mode.
1086 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1087 (savehist-length): Remove (use history-length instead).
1088 (savehist-file-modes): Rename from savehist-modes.
1089 (savehist-save-hook, savehist-loaded): New vars.
1090 (savehist-load): Use savehist-mode. Try to smooth up transition from
1091 old format to new format.
1092 (savehist-install): Allow savehist-autosave-interval to be nil.
1093 (savehist-save): Run the new hook. Be more careful to only trim the
1094 history variables.
1095 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1096 (savehist-printable): Print into a buffer rather than char-by-char.
1097
1098 2005-11-01 John Wiegley <johnw@newartisans.com>
1099
1100 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1101 toggle-ignore keybinding (C-a). The author said it had been
1102 disabled much earlier due to a possible incompatibility, but after
1103 many months of usage I have encountered no problems (and it is a
1104 rather useful option, especially for switching to " *temp*").
1105
1106 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1107 support for OS/X's AddressBook, by calling out to the open source
1108 program "contacts" (installable through Fink).
1109
1110 * net/eudc.el (eudc-expand-inline): If the
1111 `eudc-multiple-match-handling-method' is set to `all', delete the
1112 query string before inserting the query result.
1113
1114 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1115 flag, to prevent Eshell from using the system ls when
1116 `eshell-ls-insert-directory' is in used.
1117 (eshell-ls-insert-directory): Disable font-lock in directory
1118 buffer so that Eshell's own fontification is seen. This broke
1119 recently due to changes in font-lock, so this goes back to version
1120 21 behavior.
1121
1122 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1125 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1126 (gdb-many-windows): Doc fix.
1127
1128 2005-10-31 Romain Francoise <romain@orebokech.com>
1129
1130 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1131
1132 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1133
1134 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1135 that global-font-lock-mode can be enabled by default.
1136
1137 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1138 (font-lock-add-keywords, font-lock-remove-keywords)
1139 (font-lock-fontify-buffer): Remove autoload cookies.
1140
1141 * jit-lock.el (jit-lock-register): Likewise.
1142
1143 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1144
1145 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1146
1147 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1148 intact if there is no gud-comint-buffer.
1149
1150 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1151
1152 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1153 old prompt comint-prompt-read-only is t and GDB commands are
1154 issued from tool bar etc.
1155
1156 2005-10-31 Masatake YAMATO <jet@gyve.org>
1157
1158 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1159
1160 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1161
1162 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1163 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1164
1165 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1166
1167 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1168 starting at beginning of line. Fontification is messed up when
1169 `open-paren-in-column-0-is-defun-start' set to t.
1170 Reported by John Paul Wallington <jpw@pobox.com>.
1171
1172 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1173
1174 * comint.el (comint-send-input): Call `comint-update-fence' when
1175 `comint-process-echoes' and `comint-prompt-read-only' are both
1176 non-nil, to avoid leftover read-only newline.
1177
1178 2005-10-30 Richard M. Stallman <rms@gnu.org>
1179
1180 * textmodes/flyspell.el (flyspell-external-point-words):
1181 Detect when WORD can't be checked properly because
1182 flyspell-get-word finds just part of it, and move on.
1183
1184 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1185 boundarychar for Polish.
1186 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1187 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1188
1189 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1190
1191 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1192 (gdb-registers-font-lock-keywords): Delete.
1193 (gdb-registers-mode): Don't fontify.
1194 (gdb-info-registers-custom): Use text properties instead as, in
1195 future, changed register values will use font-lock-warning-face.
1196 (gdb-local-font-lock-keywords): Rename to...
1197 (gdb-locals-font-lock-keywords): ...for consistency.
1198
1199 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1200
1201 * vc.el (vc-switch-backend): Better error message if the buffer is
1202 not visiting a file under version control.
1203
1204 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1205
1206 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1209 ~/.emacs.d/.emacs.
1210
1211 2005-10-29 Richard M. Stallman <rms@gnu.org>
1212
1213 * replace.el (occur-mode-mouse-goto): Always go to other window.
1214 (occur-mode-goto-occurrence): Always switch in same window.
1215
1216 * simple.el (undo): Display message at end, not at start.
1217
1218 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1219 New arg REUSE-CELL.
1220 (cancel-timer-internal): New function.
1221 (timer-event-handler): Use cancel-timer-internal,
1222 and pass the cell it returns to timer-activate...
1223
1224 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1225 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1226 (jit-lock-after-change): Test memory-full.
1227
1228 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1229
1230 * textmodes/conf-mode.el (conf-assignment-sign)
1231 (conf-assignment-regexp): Fix docstrings.
1232 (conf-mode-initialize): New function.
1233 (conf-mode): Remove optional args. Use delay-mode-hooks to
1234 recognize recursive calls.
1235 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1236 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1237 (conf-xdefaults-mode): Use define-derived-mode and
1238 conf-mode-initialize.
1239
1240 2005-10-29 Romain Francoise <romain@orebokech.com>
1241
1242 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1243
1244 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1245
1246 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1247 part of the decoded armor to find the key-identifier.
1248 (pgg-gpg-lookup-key-owner): New function to return the
1249 human-readable identifier of a key owner.
1250 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1251 key itself.
1252 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1253 the key value) if we have a key and can match it against a secret
1254 key. Also, added a note pointing out fact that the prompt only
1255 indicates the first matching key.
1256
1257 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1258 pgg-decrypt-region.
1259 (pgg-pending-timers): A new hash for tracking the passphrase cache
1260 timers, so that new ones supercede old ones.
1261 (pgg-add-passphrase-to-cache): Rename from
1262 `pgg-add-passphrase-cache' to reduce confusion (all callers
1263 changed). Modified to cancel old timers when new ones are added.
1264 (pgg-remove-passphrase-from-cache): Rename from
1265 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1266 changed). Modified to cancel old timers when their keys are
1267 removed from the cache.
1268 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1269 XEmacs, an indirection to delete-itimer.
1270 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1271 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1272 users can only check cache without risk of prompting. Correct bug in
1273 notruncate behavior.
1274 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1275 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1276 Add informative docstrings.
1277 (pgg-decrypt): Convey provided passphrase in subordinate call to
1278 pgg-decrypt-region.
1279
1280 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1281
1282 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1283 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1284 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1285 'passphrase' argument, so the passphrase can be managed externally
1286 and then passed in to the system.
1287
1288 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1289 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1290 so the passphrase cache can be used reliably with identifiers
1291 besides a pgp packet's key id.
1292
1293 * pgg-gpg.el (pgg-pgp-encrypt-region)
1294 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1295 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1296 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1297 argument to all these routines, so the passphrase can be managed
1298 externally and passed in to the system.
1299
1300 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1301 'notruncate' argument, so the passphrase cache can be used
1302 reliably with identifiers besides a pgp packet's key id.
1303
1304 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1305
1306 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1307 symmetric encryption.
1308 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1309 encrypted session key.
1310 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1311 message ask for the passphrase in a proper way.
1312
1313 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1314 New user commands for symmetric encryption.
1315
1316 2005-10-28 Bill Wohler <wohler@newt.com>
1317
1318 * help-mode.el (help-url): New button type. Calls browse-url.
1319 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1320 Similar to Info nodes: URL `url'.
1321 (help-make-xrefs): Create help-url buttons for
1322 help-xref-url-regexp matches.
1323
1324 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1325
1326 * tool-bar.el (tool-bar-add-item-from-menu)
1327 (tool-bar-local-item-from-menu): Fix doc strings.
1328
1329 2005-10-28 Romain Francoise <romain@orebokech.com>
1330
1331 * ldefs-boot.el: Update.
1332
1333 * subr.el (locate-library): Move from help-fns.el.
1334 * help-fns.el (locate-library): Move to subr.el.
1335
1336 2005-10-28 Richard M. Stallman <rms@gnu.org>
1337
1338 * net/tramp.el (tramp-completion-mode): defvar moved up.
1339
1340 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1341
1342 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1343
1344 * files.el (find-file-noselect): Use %d to format large file size.
1345
1346 * bindings.el (mode-line-format): Add %e.
1347
1348 * loadup.el ("facemenu"): Load unconditionally.
1349 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1350 ("x-dnd"): Load, when appropriate.
1351
1352 * startup.el (command-line): Call before-init-hook earlier.
1353 Warn about some bad characters in -u user name.
1354
1355 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1356 (flyspell-external-point-words): Error if misspelled word is not found.
1357 Set flyspell-large-region-beg at end of word.
1358
1359 2005-10-28 Andreas Schwab <schwab@suse.de>
1360
1361 * view.el (View-revert-buffer-scroll-page-forward):
1362 Use view-page-size-default.
1363
1364 2005-10-28 Juri Linkov <juri@jurta.org>
1365
1366 * international/quail.el (quail-get-current-str): Translate last
1367 raw character for deterministic input methods.
1368
1369 2005-10-27 Jay Belanger <belanger@truman.edu>
1370
1371 * calc/calc-ext.el: Add functions to autoloads.
1372 (math-identity-matrix-p, math-ident-row-p): New functions.
1373
1374 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1375 multiplication by an identity matrix; don't turn multiplication by
1376 an inverse matrix into division.
1377 (math-div-symbol-fancy): Replace division by matrices with
1378 multiplication by inverse.
1379
1380 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1381
1382 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1383 (calc-writeoutpower): New functions.
1384
1385 2005-10-27 Romain Francoise <romain@orebokech.com>
1386
1387 * replace.el (occur-engine): Include colon in mouse-face highlight.
1388
1389 * dired-x.el: Change Maintainer field.
1390
1391 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1392
1393 * longlines.el (longlines-mode): Bind after-change-functions to
1394 nil during initial decoding and final encoding.
1395
1396 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1397
1398 * term.el (term-emulate-terminal, term-handle-colors-array)
1399 (term-handle-ansi-escape): Specify the terminfo capabilities
1400 implemented.
1401
1402 2005-10-26 Richard M. Stallman <rms@gnu.org>
1403
1404 * info.el (Info-fontify-node): Fix detection of sentence-break
1405 before *Note.
1406
1407 2005-10-26 Romain Francoise <romain@orebokech.com>
1408
1409 * smerge-mode.el: Add `tools' to file keywords.
1410
1411 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1412
1413 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1414 when the fringe is not available.
1415
1416 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1417 (def-gdb-auto-update-trigger): Simplify construction.
1418 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1419 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1420 defined explicitly.
1421 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1422 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1423 defined explicitly.
1424 (gdb-info-locals-custom): Remove as it's a no-op.
1425
1426 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * longlines.el (longlines-mode): Remove narrowing before
1429 performing the initial decoding or final encoding.
1430
1431 2005-10-25 Romain Francoise <romain@orebokech.com>
1432
1433 * emacs-lisp/find-func.el (find-library-name): Also strip
1434 extension if library name ends in .el, to take advantage of
1435 `find-library-suffixes'.
1436
1437 2005-10-25 Richard M. Stallman <rms@gnu.org>
1438
1439 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1440
1441 2005-10-25 Juri Linkov <juri@jurta.org>
1442
1443 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1444 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1445
1446 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1449 (blackbox-redefine-key): Add argument `map'.
1450
1451 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1452 regions when moving the jit-lock-context-unfontify-pos boundary.
1453
1454 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1455
1456 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1457
1458 2005-10-25 Masatake YAMATO <jet@gyve.org>
1459
1460 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1461
1462 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1463
1464 * play/blackbox.el (blackbox-redefine-key): New function.
1465 (blackbox-mode-map): Use it to remap existing bindings for cursor
1466 motion instead of binding literal keys.
1467
1468 2005-10-25 Glenn Morris <rgm@gnu.org>
1469
1470 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1471 diary does not end in a newline. Do not assume a blank line at
1472 the start of the diary file.
1473
1474 2005-10-25 Kenichi Handa <handa@m17n.org>
1475
1476 * international/quail.el (quail-translate-key): If the input
1477 method is deterministic and failed to handle the last key, restart
1478 the key handling loop from an appropriate key.
1479
1480 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1481
1482 * vc.el (vc-dired-mode): Extend comment for binding of
1483 `directory-listing-before-filename-regexp'.
1484
1485 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * textmodes/texinfo.el (texinfo-mode):
1488 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1489 not to unnecessarily expose emacs-mule's internal char codes.
1490
1491 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1492
1493 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1494 Display hand pointer and help-echo on disabled icon too.
1495 (gdb-mouse-until): New function.
1496 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1497
1498 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1501 with 2005-10-23 change to doctor.el.
1502
1503 * finder.el (finder-mode-map): Add follow-link binding.
1504
1505 2005-10-25 Kim F. Storm <storm@cua.dk>
1506
1507 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1508 to gdb-mouse-toggle-breakpoint-fringe.
1509 (gdb-mouse-toggle-breakpoint-margin): Rename from
1510 gdb-mouse-toggle-breakpoint. Fix doc.
1511 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1512 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1513 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1514 string properties also for fringe breakpoint bitmaps.
1515
1516 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1517
1518 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1519
1520 2005-10-25 Masatake YAMATO <jet@gyve.org>
1521
1522 * simple.el (completion-common-substring):
1523 Use `completion-common-substring' prior to `completion-base-size'.
1524
1525 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1526
1527 * savehist.el: Require CL while compiling.
1528 (savehist-history-variables): Remove.
1529 (savehist-save-minibuffer-history, savehist-additional-variables)
1530 (savehist-minibuffer-history-variables): New vars.
1531 (savehist-save): Use them.
1532 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1533 (savehist-install): New fun, extracted from savehist-load.
1534 (savehist-load): Use them.
1535
1536 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1539 a dummy doc-string-elt property.
1540 (defalias, defvaralias, define-category): Add a docstring property.
1541
1542 * image.el (defimage):
1543 * widget.el (define-widget):
1544 * custom.el (defface, defcustom): Add `doc-string' declaration.
1545
1546 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1547 (defadvice): Add `doc-string' declaration.
1548
1549 * emacs-lisp/byte-run.el (macro-declaration-function):
1550 Handle `doc-string' declarations.
1551 (define-obsolete-function-alias, define-obsolete-variable-alias):
1552 Add `doc-string' declaration.
1553
1554 2005-10-24 Kenichi Handa <handa@m17n.org>
1555
1556 * international/utf-7.el (utf-7): Add autoload cookie.
1557
1558 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1559
1560 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1561
1562 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1563 list of directories passed to batch-update-autoloads. Add "." to
1564 the list of the echoed directories.
1565
1566 * pgg-def.el:
1567 * pgg-gpg.el:
1568 * pgg-parse.el:
1569 * pgg-pgp.el:
1570 * pgg-pgp5.el:
1571 * pgg.el: Moved here from the gnus subdirectory.
1572
1573 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1574
1575 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1576 in case comint-prompt-read-only is set to t.
1577
1578 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1579 in case comint-prompt-read-only is set to t.
1580
1581 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1582
1583 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1584 Now a string.
1585 (icalendar-import-format): Handle CLASS, STATUS, URL.
1586 Rename `subject' to `summary'.
1587 (icalendar-import-format-summary): Rename from
1588 `icalendar-import-format-subject'.
1589 (icalendar-import-format-url, icalendar-import-format-status)
1590 (icalendar-import-format-class): New variables.
1591 (icalendar--rris): Take variable argument list.
1592 (icalendar--datestring-to-isodate): Remove unnecessary
1593 calendar-style check when converting dates with explicit month names.
1594 (icalendar-export-region): Change return type of conversion
1595 subroutines. Bury current buffer unless error occurred.
1596 (icalendar--convert-to-ical)
1597 (icalendar--parse-summary-and-rest): New functions.
1598 (icalendar--convert-ordinary-to-ical)
1599 (icalendar--convert-weekly-to-ical)
1600 (icalendar--convert-yearly-to-ical)
1601 (icalendar--convert-block-to-ical)
1602 (icalendar--convert-cyclic-to-ical)
1603 (icalendar--convert-anniversary-to-ical): Change return type.
1604 Strip trailing blanks from subject.
1605 (icalendar--convert-sexp-to-ical): Change return type.
1606 Strip trailing blanks from subject. Handle simple sexp
1607 entries as generated by icalendar.el.
1608 (icalendar--convert-float-to-ical)
1609 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1610 (icalendar-import-file): Doc fix.
1611 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1612 Correct call to icalendar--rris.
1613 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1614 `summary'.
1615 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1616
1617 2005-10-24 Romain Francoise <romain@orebokech.com>
1618
1619 * server.el (server-sentinel): Set query-on-exit flag to nil on
1620 new client processes (it isn't inherited from the server process).
1621
1622 * replace.el (occur-engine): Rearrange text properties.
1623
1624 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1627 case-fold-search is nil.
1628 (debug-help-follow): Use help-xref-interned directly.
1629
1630 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * thumbs.el (thumbs-image-type): Add .pbm.
1633
1634 2005-10-23 Richard M. Stallman <rms@gnu.org>
1635
1636 * faces.el (inhibit-face-set-after-frame-default): New variable.
1637 (set-face-attribute): Bind it.
1638 (face-set-after-frame-default): Test it.
1639
1640 * help-fns.el (describe-simplify-lib-file-name): New function.
1641 (describe-function-1, describe-variable): Use it.
1642
1643 * faces.el (describe-face): Use describe-simplify-lib-file-name.
1644
1645 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1646 Eliminate nil as possible value.
1647 (tooltip-hide-delay): Reduce internal-border-width.
1648
1649 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1650 (menu-bar-file-menu) <new-file>: Likewise.
1651
1652 * simple.el (line-move-finish): Ignore fields computing LINE-END.
1653
1654 * international/mule.el (load-with-code-conversion):
1655 Pass full file name to `eval-buffer' unless preloading.
1656
1657 * textmodes/flyspell.el (flyspell-large-region):
1658 Call ispell-check-version.
1659
1660 * textmodes/ispell.el (ispell-local-dictionary-overridden):
1661 Fix the make-variable-buffer-local call that was supposed
1662 to be for this variable.
1663 (ispell-aspell-supports-utf8): Doc fix.
1664 (ispell-find-aspell-dictionaries): Preserve elements of
1665 ispell-dictionary-alist for dictionaries that aspell doesn't report.
1666 (ispell-aspell-find-dictionary): Return nil on error.
1667
1668 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1669 (doctor-symptoms): Likewise.
1670
1671 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1672
1673 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * cus-edit.el (custom-button, custom-button-pressed): New vars.
1676 (custom-raised-buttons): Add :set spec.
1677 (custom-button-unraised, custom-button-pressed-unraised):
1678 New faces, so that custom-raised-buttons actually does something.
1679 (custom-mode): Use custom-button and custom-button-pressed.
1680
1681 * wid-edit.el (widget-specify-button): Don't ignore
1682 widget-mouse-face on graphic terminals.
1683 (widget-move-and-invoke): Cleanup.
1684
1685 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
1686
1687 * whitespace.el (whitespace-cleanup): Doc fix.
1688
1689 2005-10-23 Romain Francoise <romain@orebokech.com>
1690
1691 * emulation/viper.el (viper-set-hooks): Quote forms passed to
1692 `eval-after-load' to avoid evaluating their result.
1693
1694 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
1695
1696 * files.el (directory-listing-before-filename-regexp):
1697 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
1698
1699 * dired.el (dired-move-to-filename-regexp): Remove.
1700 All occurences replaced by `directory-listing-before-filename-regexp'.
1701
1702 * dired-x.el, locate.el, vc.el:
1703 Replace `dired-move-to-filename-regexp' by
1704 `directory-listing-before-filename-regexp'. In vc.el it is
1705 overwritten locally; maybe this can be handled in files.el too.
1706
1707 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
1708 replaced by `directory-listing-before-filename-regexp'.
1709
1710 2005-10-23 Andreas Schwab <schwab@suse.de>
1711
1712 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1713 and eval-next-after-load.
1714
1715 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1716
1717 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1718 exist, create it.
1719
1720 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
1721
1722 * allout.el: Remove autoloads for mailcrypt and crypt++.
1723 Require pgg, pgg-gpg during compilation.
1724 (allout-version): Increment version number to 2.1, and use a literal
1725 rather than RCS Id.
1726 (allout-default-encryption-scheme): Remove.
1727 (allout-passphrase-verifier-handling)
1728 (allout-passphrase-verifier-string)
1729 (allout-file-passphrase-verifier-string)
1730 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1731 (allout-passphrase-hint-handling): Rename and simplify.
1732 (allout-init): Use `find-file-hook' if available, otherwise
1733 `find-file-hooks'.
1734 (allout-mode): Use `write-file-functions' if available, otherwise
1735 `local-write-file-hooks' and, instead of making auto-save-hook
1736 buffer local, make the write-file-hook activity contingent to
1737 allout-mode.
1738 (allout-mode): Use key-binding substitution in the docstring.
1739 (allout-kill-line): Spell-out kill ring data structure mutation
1740 instead of using byte-compiler-complaint-provoking `pop'.
1741 (allout-insert-listified): Use `insert' rather than `insert-string'
1742 (allout-toggle-current-subtree-encryption): Update docstring, adjust
1743 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1744 (allout-encrypt-string): Totally revamped vis new underlying
1745 encryption facilities.
1746 (allout-mc-activate-passwd): Remove.
1747 (allout-obtain-passphrase): New, more or less replaces
1748 allout-mc-activate-passwd.
1749 (allout-encrypted-key-info): More or less replaces
1750 allout-encrypted-text-type.
1751 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1752 (my-mark-marker): Use `(featurep 'xemacs)'.
1753
1754 2005-10-23 Lars Hansen <larsh@soem.dk>
1755
1756 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1757 (byte-compile-file-form-defmumble, byte-compile-defun)
1758 (byte-compile-defmacro): Use it.
1759 (byte-compile-form): Don't call byte-compile-set-symbol-position
1760 when a byte-compile handler is called.
1761
1762 2005-10-22 Romain Francoise <romain@orebokech.com>
1763
1764 * savehist.el (savehist-history-variables): Add `grep-find-history'.
1765
1766 * subr.el (eval-after-load): Convert library name to an absolute
1767 file name using locate-library, since load-history no longer has
1768 library names in it.
1769
1770 2005-10-22 Richard M. Stallman <rms@gnu.org>
1771
1772 * files.el (make-temp-file): Move from subr.el.
1773 * subr.el (make-temp-file): Move to files.el.
1774
1775 * window.el (get-buffer-window-list): Move from subr.el.
1776 * subr.el (get-buffer-window-list): Move to window.el.
1777
1778 * image.el (image-load-path): Use eval-at-startup to initialize.
1779
1780 * subr.el (eval-at-startup): New macro.
1781
1782 * subr.el: Much rearrangement of functions and division
1783 into pages. No code changes.
1784
1785 2005-10-22 Kenichi Handa <handa@m17n.org>
1786
1787 * tar-mode.el (tar-extract): Be sure to call
1788 find-operation-coding-system if set-auto-coding doesn't find a
1789 coding system.
1790
1791 2005-10-22 Kim F. Storm <storm@cua.dk>
1792
1793 * image.el (image-type-header-regexps): Rename from image-type-regexps.
1794 Change users.
1795 (image-type-file-name-regexps): New defconst.
1796 (image-type-from-data): Simplify loop.
1797 (image-type-from-buffer): New defun.
1798 (image-type-from-file-header): Use it instead of image-type-from-data.
1799 Use image-search-load-path instead of only looking in data-directory.
1800 (image-type-from-file-name): New defun.
1801 (image-search-load-path): Change `pathname' to `filename'.
1802 Make PATH arg optional, default to image-load-path.
1803
1804 2005-10-21 Richard M. Stallman <rms@gnu.org>
1805
1806 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1807
1808 * textmodes/paragraphs.el (sentence-end-base): New variable.
1809 (sentence-end): Use sentence-end-base.
1810
1811 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * font-lock.el (font-lock-default-fontify-region): Check the multiline
1814 property independently from the font-lock-multiline variable.
1815
1816 2005-10-21 Richard M. Stallman <rms@gnu.org>
1817
1818 * emacs-lisp/find-func.el (find-library-name): Doc fix.
1819
1820 * startup.el (command-line): Convert library names
1821 in `load-history' to absolute file names.
1822
1823 * subr.el (symbol-file): Doc fix.
1824
1825 * loadhist.el (file-loadhist-lookup): Call locate-library
1826 instead of find-library-name. Don't try converting
1827 abs file names to library names, since load-history no longer
1828 has library names in it.
1829 (file-dependents, file-provides, file-requires): Doc fixes.
1830
1831 2005-10-21 Juri Linkov <juri@jurta.org>
1832
1833 * progmodes/etags.el (tags-table-mode): New function.
1834 (tags-verify-table): Replace initialize-new-tags-table with
1835 tags-table-mode.
1836
1837 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1838 default value.
1839 (desktop-modes-not-to-save): Add tags-table-mode to the
1840 default value.
1841
1842 * info.el (Info-index-next): Add total number of index
1843 alternatives to the message.
1844
1845 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1846 backward only space (instead of space and period) before looking
1847 at sentence end.
1848
1849 * simple.el (set-variable): Use user-variable-p instead of symbolp.
1850 Add the old variable value as 4th default-value arg of read-string.
1851
1852 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1853
1854 * cus-face.el (custom-declare-face): Make face from X resources
1855 also on Mac.
1856
1857 * disp-table.el (standard-display-g1, standard-display-graphic):
1858 Refuse to use string glyphs also on Mac.
1859 (standard-display-european): Don't set terminal coding system also
1860 on Mac.
1861
1862 * frame.el (display-screens): Use x-display-screens also on Mac.
1863
1864 2005-10-21 Romain Francoise <romain@orebokech.com>
1865
1866 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
1867
1868 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1871 and $? into sexps.
1872
1873 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1874 warning face on open-paren-in-column-0.
1875
1876 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1877 boundary case. Fix typo.
1878 Suggested by Martin Rudalics <rudalics@gmx.at>.
1879
1880 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
1881
1882 * textmodes/org.el: (org-combined-agenda-icalendar-file)
1883 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
1884 (org-export-icalendar-this-file)
1885 (org-export-icalendar-all-agenda-files)
1886 (org-export-icalendar-combine-agenda-files): New commands.
1887 (org-export-icalendar, org-print-icalendar-entries)
1888 (org-start-icalendar-file, org-finish-icalendar-file)
1889 (org-ical-ts-to-string): New functions.
1890 (org-read-date, org-goto-calendar)
1891 (org-agenda-goto-calendar): Inhibit displaying diary entries by
1892 call to `calendar'.
1893 (orgtbl-setup): Remove the :keys arguments from the menu description.
1894 (org-after-save-iCalendar-file-hook): New variable.
1895
1896 2005-10-21 Kenichi Handa <handa@m17n.org>
1897
1898 * language/vietnamese.el (tcvn-5712): Make it an alias of
1899 vietnamese-tcvn coding-system.
1900
1901 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
1902
1903 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
1904 group id is given.
1905
1906 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * progmodes/sh-script.el (sh-escaped-line-re): New var.
1909 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
1910 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
1911 whose line is either continued or ends with a comment.
1912
1913 2005-10-20 Romain Francoise <romain@orebokech.com>
1914
1915 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
1916
1917 * replace.el (occur-engine): Add follow-link property.
1918
1919 * font-core.el (font-lock-mode): Doc fix.
1920
1921 2005-10-20 Richard M. Stallman <rms@gnu.org>
1922
1923 * net/rcirc.el: New file.
1924
1925 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
1926
1927 * term.el (term-term-name): Initialize to "eterm-color".
1928
1929 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
1930
1931 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
1932 for encryption functionality.
1933 Move allout customization subgroup from `editing' to `outlines' group.
1934 Fix commentary 'keywords' to legitimate ones.
1935 Update author info (using my current email address, obscurified).
1936 (allout-encrypt-string, allout-encryption-produce-work-buffer)
1937 (allout-encrypted-topic-p, allout-encrypted-text-type)
1938 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
1939 (allout-situate-encryption-key-verifier)
1940 (allout-get-encryption-key-verifier, allout-verify-key)
1941 (allout-next-topic-pending-encryption)
1942 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
1943 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
1944 (outline-key-verifier-handling, outline-key-hint-handling)
1945 (outline-encrypt-unencrypted-on-saves): New defcustoms.
1946 (allout-file-key-verifier-string, allout-encryption-scheme)
1947 (allout-key-verifier-string, allout-key-hint-string)
1948 (allout-after-save-decrypt): New variables.
1949 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
1950 (allout-after-saves-handler): New hook functions.
1951 (allout-post-command-business): Do allout-after-save-decrypt.
1952 (allout-enable-file-variable-adjustment): Custom var to enable
1953 mechanism for adding and adjusting settings of Emacs file variables.
1954 (allout-adjust-file-variable, allout-file-vars-section-data):
1955 New functions, implement the mechanism.
1956 (outlineify-sticky): Use the file vars mechanism.
1957 (allout-inhibit-protection, allout-during-write-cue)
1958 (allout-override-protect, allout-before-change-protect): Remove.
1959 (allout-flag-region, allout-open-topic): Adjust read-only text.
1960 (allout-open-line-not-read-only): Add to facilitate read-only
1961 text based protection.
1962 (allout-kill-line): Revise to adjust read-only text, clue the
1963 user about the inhibition.
1964 (allout-unprotected): Use unwind-protect.
1965 (allout-shift-in, allout-shift-out): Disallow manually shifting a
1966 topic deeper than the offspring depth of the previous topic -
1967 avoiding confusing "containment discontinuities".
1968 (allout-reindent-bodies): Fix retention of body relative hanging
1969 indent during promotion of collapsed bodies.
1970 (allout-open-topic): Make it easy to open new topic with same
1971 bullet as current topic - topic creation functions provided with
1972 any universal argument provokes now prompt for bullet, defaulting
1973 to the bullet of the previous topic.
1974 (allout-plain-bullets-string, allout-distinctive-bullets-string):
1975 Plain bullet alternates '.' period and ',' comma only. All other
1976 bullets are relegated to special status (but customizable).
1977 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
1978 since it actually operates w.r.t. most immediately containing
1979 entry, visible or not.
1980 (allout-hide-current-entry, allout-show-current-entry): Use the
1981 revised version.
1982 (allout-old-expose-topic): Solidify deprecation.
1983 (allout-end-of-subtree): Add so we can span concealed as well
1984 as visible topics.
1985 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
1986 (allout-end-of-current-heading): Tweak to just respect the first line.
1987 (allout-get-body-text): Add.
1988 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
1989 when invoked interactively.
1990 (allout-up-current-level): Use `interactive-p'.
1991 (allout-mode, allout-init): Miscellaneous docstring and
1992 operational refinements, as well as hookups of new encryption stuff.
1993 (allout-beginning-of-current-entry): Now works as advertised.
1994 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
1995 (allout-isearch-rectification): Refine condition for isearching.
1996 (allout-isearch-abort, allout-enwrap-isearch)
1997 (allout-flag-region, my-region-active-p): Relocate some macros.
1998 (allout-title): Fallback title is '(buffer-name)', not
1999 non-existing '(current-buffer-name)'.
2000 (subst-char-in-string): Define if absent (for some XEmacs versions).
2001
2002 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2003
2004 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2005 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2006 (mail-citation-prefix-regexp, mail-signature-file)
2007 (mail-default-headers, mail-bury-selects-summary)
2008 (mail-send-nonascii): Add autoload cookies.
2009
2010 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2011
2012 * frame.el (blink-cursor-mode): Add `mac' to the list of
2013 window-system's that support blinking cursor.
2014
2015 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2016
2017 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2018
2019 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2020
2021 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2022 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2023 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2024
2025 2005-10-20 Kim F. Storm <storm@cua.dk>
2026
2027 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2028 (ido-set-current-directory): Don't add / after final @.
2029 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2030 Explicitly handle ange-ftp completion oddities.
2031 (ido-make-file-list): Don't rotate list at tramp root to avoid
2032 triggering tramp file handler for expand-file-name via get-file-buffer.
2033
2034 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * simple.el (eval-expression-print-format): Put the char-string
2037 inside the parenthesis, like the other alternative notations.
2038 (kill-new): Use push.
2039 (copy-to-buffer): Use with-current-buffer.
2040 (completion-setup-function): Simplify.
2041 (minibuffer-local-must-match-map): Don't add redundant bindings which
2042 are already present in its parent (minibuffer-local-completion-map).
2043
2044 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2045
2046 2005-10-19 Jay Belanger <belanger@truman.edu>
2047
2048 * calc/calc-units.el (math-standard-units): Add units, adjust
2049 symbols and update values.
2050 (math-unit-prefixes): Add more prefixes.
2051
2052 2005-10-19 Romain Francoise <romain@orebokech.com>
2053
2054 * bookmark.el (bookmark-menu-heading): New face.
2055 (bookmark-bmenu-list): Use it.
2056 Don't fiddle with `baud-rate' at top-level.
2057
2058 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * image.el (create-image, find-image): Mention max-image-size in
2061 docstring.
2062
2063 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * savehist.el (savehist-load): Revert to checking XEmacs.
2066
2067 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2068 Various docstring and line-width fixups.
2069 (conf-mode): Use cond.
2070 Set font-lock-defaults. Don't set comment-use-syntax.
2071
2072 2005-10-18 David Ponce <david@dponce.com>
2073
2074 * tree-widget.el (tree-widget-button-click): New function.
2075 (tree-widget-button-keymap): Use it.
2076
2077 2005-10-18 Romain Francoise <romain@orebokech.com>
2078
2079 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2080 (bookmark-bmenu-hide-filenames): Add follow-link property.
2081 Improve help-echo text.
2082
2083 * ffap.el (find-file-at-point): Doc fix.
2084
2085 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2086
2087 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2088
2089 2005-10-18 Masatake YAMATO <jet@gyve.org>
2090
2091 Install to the CVS repository what I forgot to install in my
2092 2005-10-16 changes.
2093
2094 * progmodes/python.el (python-complete-symbol): Pass the common
2095 prefix substring of completion to `display-completion-list'.
2096
2097 * textmodes/org.el (org-complete): Ditto.
2098
2099 2005-10-18 Masatake YAMATO <jet@gyve.org>
2100
2101 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2102
2103 * woman.el (WoMan-xref-man-page): New button type derived
2104 from `Man-abstract-xref-man-page'.
2105 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2106
2107 * man.el (Man-abstract-xref-man-page): New button type.
2108 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2109 (Man-highlight-references): Add new optional argument `xref-man-type'.
2110
2111 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2112
2113 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2114
2115 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * cus-edit.el (Custom-move-and-invoke): Delete.
2118 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2119
2120 * wid-edit.el (widget-move-and-invoke): New function, from
2121 Custom-move-and-invoke.
2122
2123 2005-10-17 Bill Wohler <wohler@newt.com>
2124
2125 Move all remaining images from lisp/toolbar to etc/images, move
2126 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2127 the low resolution images in their own directory (low-color).
2128
2129 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2130 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2131 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2132 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2133 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2134 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2135 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2136
2137 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2138 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2139 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2140 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2141 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2142 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2143 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2144 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2145 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2146 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2147 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2148 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2149 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2150 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2151 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2152
2153 To conform with convention, replace the underscore (_) in the
2154 following image names with dash (-) or (/) as appropriate.
2155
2156 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2157 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2158 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2159 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2160 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2161 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2162 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2163 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2164 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2165 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2166 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2167 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2168 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2169 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2170 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2171
2172 * info.el (info-tool-bar-map): Replace underscores in image names
2173 with dashes.
2174
2175 * makefile.w32-in (WINS): Remove toolbar.
2176
2177 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2178
2179 * tool-bar.el: Move to lisp from toolbar. Now that
2180 toolbar is empty, it should be deleted when folks run "cvs up -P".
2181
2182 2005-10-18 Jay Belanger <belanger@truman.edu>
2183
2184 * calc/calc-store.el (calc-store-into): Get the proper variable name
2185 to display in message.
2186
2187 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2188
2189 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2190 expressions display in speedbar for all buffers when debugging.
2191 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2192
2193 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2194 (speedbar-insert-button, speedbar-make-button):
2195 Use add-text-properties.
2196 (speedbar-update-localized-contents)
2197 (speedbar-update-directory-contents)
2198 (speedbar-update-special-contents): Use dolist.
2199 (speedbar-buffer-easymenu-definition): Add a menu separator.
2200
2201 2005-10-17 Jason Rumney <jasonr@gnu.org>
2202
2203 * makefile.w32-in: Use $(lisp) consistently.
2204 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2205 for shell specific generation of mh-autoloads.
2206
2207 2005-10-17 Richard M. Stallman <rms@gnu.org>
2208
2209 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2210
2211 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * jit-lock.el (jit-lock-fontify-now):
2214 Move jit-lock-context-unfontify-pos to avoid wasted work.
2215
2216 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2217
2218 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2219 `tramp-completion-mode' for checking if we are in completion mode.
2220 (tramp-completion-handle-file-name-all-completions): Reorder code
2221 in order to complete for file names only in case there are no
2222 method/user/host completions. This is necessary for cooperation
2223 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2224
2225 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * longlines.el (longlines-search-forward)
2228 (longlines-search-backward): Match any number of spaces.
2229
2230 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2231
2232 * diff-mode.el (diff-mode): Doc fix.
2233
2234 2005-10-16 David Reitter <david.reitter@gmail.com>
2235
2236 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2237 as default on darwin and windows systems.
2238
2239 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2240
2241 * arc-mode.el (archive-zip-extract): Doc fix.
2242
2243 2005-10-16 Romain Francoise <romain@orebokech.com>
2244
2245 * mouse.el (mouse-1-click-follows-link): Doc fix.
2246
2247 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * savehist.el: Don't require CL at runtime.
2250 (savehist-xemacs): Remove.
2251 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2252 (savehist-no-conversion): Use (featurep 'xemacs).
2253 (savehist-load): Check existence of start-itimer rather than XEmacs.
2254 Use an idle timer.
2255 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2256 `delete-if-not'.
2257
2258 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2259
2260 * savehist.el: Newer version.
2261 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2262 (savehist-last-checksum, savehist-no-conversion): New vars.
2263 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2264 New functions.
2265 (savehist-load, savehist-save): Use them.
2266 (savehist-delimit): Remove.
2267
2268 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * progmodes/compile.el (compilation-goto-locus): Display the
2271 compilation buffer first and the source buffer second, in case they're
2272 in overlapping frames. Don't raise the compilation frame if it was the
2273 selected window upon entry. Pass the `other-window' arg to
2274 pop-to-buffer.
2275
2276 * info.el (Info-fontify-node): Use dolist.
2277 Change add-text-properties to put-text-property.
2278
2279 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2280
2281 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2282 bound of search.
2283
2284 2005-10-16 Masatake YAMATO <jet@gyve.org>
2285
2286 * dabbrev.el (dabbrev-completion): Pass the common
2287 prefix substring of completion to `display-completion-list'.
2288
2289 * filecache.el (file-cache-minibuffer-complete)
2290 (file-cache-complete): Ditto.
2291
2292 * tempo.el (tempo-display-completions): Ditto.
2293
2294 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2295
2296 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2297
2298 * eshell/em-hist.el (eshell-list-history): Ditto.
2299
2300 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2301
2302 * mail/mailalias.el (mail-complete): Ditto.
2303
2304 * progmodes/etags.el (complete-tag): Ditto.
2305
2306 * progmodes/make-mode.el (makefile-complete): Ditto.
2307
2308 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2309
2310 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2311
2312 * progmodes/pascal.el (pascal-complete-word)
2313 (pascal-show-completions): Ditto.
2314
2315 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2316
2317 * simple.el (completion-common-substring): New variable.
2318 (completion-setup-function): Use `completion-common-substring'
2319 to put faces.
2320
2321 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2322
2323 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2324 (x-get-selection, mac-select-convert-to-string): Convert from/to
2325 UTF-16 clipboard data as in native byte order, no BOM.
2326
2327 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2328
2329 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2330 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2331 (gud-sentinel): Use speedbar-frame to check for speedbar.
2332
2333 2005-10-15 Richard M. Stallman <rms@gnu.org>
2334
2335 * savehist.el: New file.
2336
2337 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2338
2339 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2340 Fix bug in \bf fontification.
2341
2342 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2343
2344 * pcvs.el (cvs-edit-log-files): New var.
2345 (cvs-mode-edit-log): New arg `file'.
2346 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2347 Instead force the use of the original file and nothing else.
2348 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2349 the cvs-minor-wrap-function is set.
2350 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2351
2352 2005-10-14 Bill Wohler <wohler@newt.com>
2353
2354 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2355 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2356 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2357 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2358 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2359 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2360 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2361 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2362 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2363 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2364 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2365 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2366 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2367 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2368 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2369
2370 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2371 appropriately (for example, gud-break to gud/break).
2372
2373 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * longlines.el (longlinges-search-function)
2376 (longlines-search-forward, longlines-search-backward): New functions.
2377 (longlines-mode): Set isearch-search-fun-function to
2378 longlinges-search-function.
2379
2380 * mouse.el (mouse-drag-region-1): Handle the case where a
2381 double-click event is bound to an arbitrary function.
2382
2383 2005-10-14 David Ponce <david@dponce.com>
2384
2385 * recentf.el (recentf-track-opened-file)
2386 (recentf-track-closed-file, recentf-update-menu)
2387 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2388 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2389 mouse-1-click-follows-link.
2390
2391 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2392
2393 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2394 Gnome file-manager.png. Suggested by
2395 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2396
2397 * toolbar/README: Add diropen.xpm.
2398
2399 2005-10-13 Bill Wohler <wohler@newt.com>
2400
2401 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2402 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2403
2404 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2407 Don't waste the byte-compiler's time on constant data.
2408
2409 2005-10-13 Kenichi Handa <handa@m17n.org>
2410
2411 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2412 byte with `escape-glyph' face.
2413
2414 * international/fontset.el (ccl-encode-unicode-font):
2415 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2416 Handle the case that ucs-mule-to-mule-unicode translates a character to
2417 ASCII (usually for IPA characters).
2418
2419 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2422 Don't hide the underline of titles if font-lock-mode is disabled.
2423
2424 2005-10-12 Bill Wohler <wohler@newt.com>
2425
2426 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2427 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2428 files in MH-E-SRC have been updated.
2429 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2430
2431 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2434 (mixal-mode-syntax-table): Add \n as end-comment.
2435 (mixal-operation-codes-alist): Immediately initialize to full value.
2436 (mixal-add-operation-code): Remove.
2437 (mixal-describe-operation-code): Make the arg non-optional.
2438 Use the interactive spec instead.
2439 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2440 (mixal-font-lock-keywords): Don't highlight comments here any more.
2441 (mixal-font-lock-syntactic-keywords): New var.
2442 (mixal-mode): Use it. Fix comment-start-skip.
2443
2444 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2445
2446 * startup.el (command-line-x-option-alist): -nb => -nbi
2447
2448 2005-10-12 Kim F. Storm <storm@cua.dk>
2449
2450 * startup.el (fancy-splash-default-action): Discard mouse click in
2451 the spash screen window, as it has no sensible meaning in the
2452 next window to be selected. Fixes error reported by Jan D.
2453
2454 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2455
2456 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2457
2458 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2461 Try to fix up minor layout issues like indentation, line break, etc...
2462 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2463 because it doesn't work.
2464 (mixal-operation-codes): Add some more codes.
2465 (mixal-font-lock-keywords): Process comments here.
2466 (mixal-mode): mixasm no longer needs -g option.
2467
2468 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2469
2470 * progmodes/sh-script.el (sh-tmp-file):
2471 Use mktemp -t. Finish support for es and rc shells.
2472
2473 2005-10-11 Jay Belanger <belanger@truman.edu>
2474
2475 * calc/calcalg2.el (calc-integral): With an argument, compute the
2476 definite integral.
2477
2478 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * mouse.el (mouse-drag-region-1): Don't try to catch a
2481 double-click when doing follow-link (it's overridden anyway).
2482
2483 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2486 (autoload-print-form-outbuf): Add docstring.
2487
2488 2005-10-11 Juri Linkov <juri@jurta.org>
2489
2490 * info.el (Info-mode-menu): Delete menu item "Edit".
2491 (Info-mode): Delete description of Info-edit from docstring,
2492 and rearrange descriptions of Info commands in the order
2493 they are documented in the Info manual.
2494
2495 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * calendar/appt.el (appt-check): Use diary-selective-display var.
2498
2499 2005-10-10 Richard M. Stallman <rms@gnu.org>
2500
2501 * net/newsticker.el (newsticker-start, newsticker-show-news):
2502 Add autoload cookies.
2503
2504 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2505
2506 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2507
2508 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2509
2510 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2511
2512 2005-10-10 Jay Belanger <belanger@truman.edu>
2513
2514 * calc/calc-arith.el (math-check-known-scalarp)
2515 (math-check-known-matrixp): Check the values of arguments that are
2516 variables.
2517 (math-check-known-square-matrixp): New function.
2518 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2519 (math-super-types): Add sqmatrix type.
2520
2521 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2522 mode name `square' to 'sqmatrix'.
2523
2524 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2525 mode name `square' to 'sqmatrix'.
2526
2527 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * progmodes/etags.el (select-tags-table-mode): Don't use
2530 selective-display.
2531 (tags-select-tags-table): Pass `button' to the action function.
2532 (select-tags-table): Place the side-info on button properties rather
2533 than in hidden text. Abbreviate file names.
2534 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2535 (select-tags-table-select): Add `button' argument.
2536 Get side-info from the button property rather than from hidden text.
2537
2538 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2539
2540 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2541 (gud-speedbar-buttons): Preserve point if possible.
2542 (gud-sentinel): Restore previous speedbar display type.
2543
2544 * progmodes/gdb-ui.el (gdba): Improve diagram.
2545 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2546 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2547 Call get-buffer-window once.
2548
2549 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2550
2551 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2552 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2553 (pascal-indent-command): Remove unused var `ind'.
2554 (pascal-indent-case): Remove unused var `oldpos'.
2555 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2556 since it's now used as a proper minor mode map.
2557 (pascal-outline): Rename to pascal-outline-mode.
2558 (pascal-outline-mode): Use define-minor-mode.
2559 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2560 selective-display.
2561
2562 2005-10-10 Andreas Schwab <schwab@suse.de>
2563
2564 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2565 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2566
2567 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2568 outside source directory.
2569
2570 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2571
2572 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2573 C-x' as a prefix.
2574 (orgtbl-mode-map): Full keymap instead of sparse, because all
2575 `self-insert-command' keys are redefined in this map.
2576 (org-export-as-html): Specify charset for HTML file, by taking it
2577 from the coding system.
2578
2579 2005-10-10 Kenichi Handa <handa@m17n.org>
2580
2581 * textmodes/flyspell.el (flyspell-check-word-p):
2582 If unread-command-events is non-empty, don't call sit-for.
2583
2584 2005-10-09 Richard M. Stallman <rms@gnu.org>
2585
2586 * font-lock.el (font-lock-syntactic-keywords)
2587 (font-lock-keywords): Doc fixes.
2588
2589 * textmodes/flyspell.el (flyspell-external-point-words):
2590 Simplify logic, and don't try to check for consecutive appearances
2591 of one incorrect word.
2592
2593 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2594
2595 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2596 separator.
2597
2598 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2599 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2600 (gud-expansion-speedbar-buttons): New function.
2601 (gud-speedbar-buttons): Check for gud-comint-buffer.
2602
2603 2005-10-09 Bill Wohler <wohler@newt.com>
2604
2605 * Makefile.in (updates): Add mh-loaddefs dependency.
2606
2607 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * speedbar.el (speedbar-file-key-map): Fix typo.
2610
2611 2005-10-09 Daniel Brockman <daniel@brockman.se>
2612
2613 * cus-start.el (line-spacing): Add custom spec.
2614
2615 2005-10-09 Romain Francoise <romain@orebokech.com>
2616
2617 * textmodes/ispell.el (ispell-check-version): Fix last change.
2618
2619 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2620
2621 * term/x-win.el: Remove -i, --icon-type from comment.
2622
2623 * startup.el (command-line-x-option-alist): Remove options -i,
2624 -itype, --icon-type, added -nb, --no-bitmap-icon
2625
2626 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
2627
2628 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2629 instead of :active.
2630
2631 2005-10-08 Eric Hanchrow <offby1@blarg.net>
2632
2633 * textmodes/ispell.el (ispell-check-version):
2634 Ignore hyphen, and all that follows, in aspell's version text.
2635
2636 2005-10-08 Jay Belanger <belanger@truman.edu>
2637
2638 * calc/calc-arith.el (math-known-square-matrixp): New function.
2639 (math-pow-fancy): Check for matrices before distributing exponent
2640 across products.
2641
2642 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2643 fullscreen keypad. Suggested by Luc Teirlinck.
2644 (calc-keypad-show-input): Add space for formatting.
2645
2646 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2647 Add square matrix option.
2648
2649 * calc/calc-poly.el (math-expand-term): Check for matrices instead
2650 of checking calc-matrix-mode when deciding how to expand.
2651
2652 * calc/calc.el (calc-set-mode-line): Add square matrix option.
2653
2654 2005-10-08 Lars Hansen <larsh@soem.dk>
2655
2656 * net/tramp.el (tramp-perl-directory-files-and-attributes):
2657 Add error handling.
2658 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2659
2660 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
2661
2662 Sync with Tramp 2.0.51.
2663
2664 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2665 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2666 Insert special handling for `last-coding-system-used', again
2667 it still seems to be necessary (unlike stated before).
2668 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2669 (tramp-password-prompt-regexp): There might be other words before
2670 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2671 (tramp-chunksize): Improve docstring.
2672 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2673 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
2674 Christian Joergensen <bugs@razor.dk>.
2675
2676 2005-10-07 Glenn Morris <rgm@gnu.org>
2677
2678 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2679 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2680 precision'.
2681
2682 2005-10-07 Romain Francoise <romain@orebokech.com>
2683
2684 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2685 (ibuffer-do-shell-command-pipe-replace)
2686 (ibuffer-do-shell-command-file, ibuffer-do-eval)
2687 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2688 (ibuffer-do-revert, ibuffer-do-replace-regexp)
2689 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2690 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2691 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2692 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2693 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2694 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2695 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2696 Autoload file sans suffix.
2697
2698 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2699
2700 2005-10-07 David Ponce <david@dponce.com>
2701
2702 * recentf.el (recentf-menu-open-all-flag): New option.
2703 (recentf-digit-shortcut-command-name): New function.
2704 (recentf--shortcuts-keymap): New variable.
2705 (recentf-menu-shortcuts): New variable.
2706 (recentf-make-menu-items): Initialize it. Replace the "More..."
2707 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2708 (recentf-menu-value-shortcut): New function.
2709 (recentf-make-menu-item): Use it. No more in-lined.
2710 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2711 (recentf-open-most-recent-file): Rename from
2712 `recentf-open-file-with-key'. Don't depend on key binding.
2713 (recentf-mode-map): New variable.
2714 (recentf-mode): Use it.
2715
2716 2005-10-06 Bill Wohler <wohler@newt.com>
2717
2718 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
2719
2720 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2721 (MH-E-SRC): New. Used by mh-autoloads.
2722 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2723 files in MH-E-SRC have been updated.
2724 (compile, recompile, bootstrap): Depend on mh-autoloads.
2725
2726 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
2727
2728 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2729 gud-break and gud-remove icons when the fringe is not available.
2730
2731 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2732 Typo.
2733
2734 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2735
2736 * play/zone.el (zone): Wrap body with save-window-excursion.
2737
2738 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2741 Use the new `list-only' arg to diary-list-entries.
2742
2743 * calendar/diary-lib.el: Use overlays rather than selective-display.
2744 (diary-selective-display): New var.
2745 (diary-header-line-format): Use it.
2746 (diary-list-entries): Add argument `list-only'.
2747 Put the buffer in diary-mode. Don't add \^M at beg and end.
2748 Replace \^M by invisible overlays.
2749 (diary-unhide-everything): Replace \^M by invisible overlays.
2750 (print-diary-entries): Look for overlays rather than \^M.
2751 Add a space to the temp buffer name.
2752 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2753 Put the buffer in diary-mode.
2754 (list-sexp-diary-entries): Replace \^M by invisible overlays.
2755 (diary-anniversary): Make the year arg optional.
2756 (diary-time-regexp): New const.
2757 (diary-font-lock-keywords): Use it to accept a few more time formats.
2758
2759 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2760
2761 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
2762
2763 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2764 Fix bug introduced 2005-07-03: Use (car (last ...))
2765 to faithfully reproduce replaced artist-last.
2766 (artist-set-arrow-points-for-poly): Likewise.
2767 Suggested by Johan Bockg\e,Ae\e(Brd.
2768
2769 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
2770
2771 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2772 * wid-edit.el (widget):
2773 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2774 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2775
2776 2005-10-06 Kenichi Handa <handa@m17n.org>
2777
2778 * international/mule-cmds.el (set-language-environment):
2779 Fix setting up of case-table for unibyte mode.
2780
2781 * simple.el (what-cursor-position): If the character is displayed
2782 by some `display' text property, show that. Don't use
2783 single-key-description for eight-bit characters in multibyte mode.
2784
2785 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
2786
2787 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2788 (gdb-ann3): Set it.
2789 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2790 (gdb-info-frames-custom): Use inverse-video for first five
2791 characters of selected frame only.
2792 (gdb-get-frame-number): Select frame even when point is on frame
2793 number.
2794
2795 2005-10-06 Masatake YAMATO <jet@gyve.org>
2796
2797 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2798 Put `font-lock-function-name-face'.
2799 (gdb-info-frames-custom): Put `font-lock-function-name-face'
2800 and `font-lock-variable-name-face'
2801 (gdb-registers-font-lock-keywords): New font lock keywords definition.
2802 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2803 (gdb-memory-font-lock-keywords): New font lock keywords definition.
2804 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2805 (gdb-local-font-lock-keywords): New font lock keywords definition.
2806 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2807 (gdb-threads-font-lock-keywords): New font lock keywords definition.
2808 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2809
2810 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
2811
2812 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2813 (ediff-merge-region-is-non-clash-to-skip): Previously called
2814 ediff-merge-region-is-non-clash.
2815
2816 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2817 Use insert-buffer-substring.
2818
2819 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2820 selecting files to patch. Also bug fixes.
2821
2822 * ediff-util.el (ediff-setup): Bug fix.
2823 (ediff-next-difference): Never skip clashes that differ in white
2824 space only.
2825
2826 * ediff-wind.el (ediff-setup-control-frame)
2827 (ediff-destroy-control-frame): Check the menubar feature.
2828
2829 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2830 (viper-refresh-mode-line): Use make-local-variable to localize
2831 some vars instead of make-variable-buffer-local. Suggested by
2832 Stefan Monnier.
2833
2834 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2835 (viper-restore-cursor-type, viper-set-insert-cursor-type):
2836 Use make-local-variable instead of make-variable-buffer-local.
2837 Suggested by Stefan Monnier.
2838
2839 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2840 (viper-comint-mode-hook): Use make-local-variable on
2841 require-final-newline.
2842 (viper-non-hook-settings): Don't use make-variable-buffer-local.
2843
2844 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2847 also the second char of a comment-start sequence.
2848 (scheme-sexp-comment-syntax-table): New var.
2849 (lambda, define): Set their scheme-doc-string-elt property.
2850 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2851 Use lisp-font-lock-syntactic-face-function now that it properly
2852 handles |...| symbols.
2853 (scheme-mode-variables): Set lisp-doc-string-elt-property,
2854 parse-sexp-lookup-properties and font-lock-extra-managed-props.
2855
2856 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2857 bit from # to |.
2858 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2859
2860 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2861 (lisp-doc-string-elt-property): New var.
2862 (lisp-font-lock-syntactic-face-function): Use it.
2863 Rewrite to recognize docstrings even for forms not at toplevel.
2864
2865 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2866 annotation on the | part of #| rather than on the # part.
2867 (scheme-font-lock-syntactic-face-function): New function, to
2868 distinguish strings from |...| symbols.
2869 (scheme-mode-variables): Use it. Also fix up the font-lock-time
2870 syntax-table so that #|...|# is properly highlighted.
2871
2872 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2873 Don't mark as docstring the 3rd elem of an unknown toplevel form.
2874
2875 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2878 and C-e.
2879
2880 * emacs-lisp/eldoc.el: Move comments into docstrings.
2881 (eldoc-message-commands): Initialize in its declaration.
2882 Add move-beginning-of-line and move-end-of-line.
2883 (eldoc-add-command, eldoc-add-command-completions)
2884 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2885
2886 * outline.el (outline-mark-subtree): Activate the mark.
2887
2888 * calendar/appt.el (appt-time-regexp): New var.
2889 (appt-add, appt-make-list): Use it.
2890 (appt-convert-time): Clean up.
2891
2892 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
2893 Don't set any syntax-table property here.
2894 (tex-font-lock-verb): New function. Do it here.
2895 (tex-font-lock-syntactic-keywords): Use it.
2896
2897 2005-10-04 Richard M. Stallman <rms@gnu.org>
2898
2899 * wid-edit.el (widget-file-complete): Get the widget start point
2900 the right way. Default directory to `/' if file has none.
2901
2902 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
2903
2904 * textmodes/flyspell.el (flyspell-mode-on):
2905 Call ispell-maybe-find-aspell-dictionaries.
2906
2907 * textmodes/ispell.el (ispell-word, ispell-region):
2908 Call ispell-maybe-find-aspell-dictionaries.
2909 (ispell-accept-buffer-local-defs):
2910 Don't call ispell-maybe-find-aspell-dictionaries
2911
2912 2005-10-04 Richard M. Stallman <rms@gnu.org>
2913
2914 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
2915
2916 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
2917
2918 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
2919 instead of `fboundp' in order to allow for anonymous functions.
2920
2921 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
2924 case the user clicks on the link while another window is selected.
2925 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
2926
2927 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
2928 functionality.
2929 (dframe-help-echo): Save point in case mouse tracking is off.
2930
2931 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
2932
2933 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
2934
2935 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
2938 not change the global value of those vars.
2939
2940 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
2941 make-local-variable which we do not need any more.
2942
2943 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
2946 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
2947 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
2948 (speedbar-path-line): Define obsolete aliases.
2949 (speedbar-line-directory): Doc fix.
2950
2951 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
2952 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
2953 instead of speedbar-line-path.
2954
2955 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2956
2957 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
2958 to nil if dropping on a window. Handle dropping on a minibuffer window
2959 like dropping on a non-window part of Emacs.
2960
2961 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2962
2963 * net/ange-ftp.el: Use with-current-buffer.
2964 (ange-ftp-insert-directory): Do not follow symlinks any more.
2965
2966 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2967 Remove interactive spec.
2968
2969 2005-10-03 Kim F. Storm <storm@cua.dk>
2970
2971 * ido.el (ido-mode): Use custom-initialize-set.
2972
2973 2005-10-02 Richard M. Stallman <rms@gnu.org>
2974
2975 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
2976 Use insert-buffer-substring.
2977
2978 * net/tramp.el: Pacify byte compiler warnings in pacification code.
2979 (tramp-handle-file-local-copy): Use insert-buffer-substring.
2980
2981 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
2984 in last change.
2985 (ange-ftp-insert-directory): Fix up the search for the case where
2986 `file' is absolute.
2987
2988 2005-10-02 Romain Francoise <romain@orebokech.com>
2989
2990 * progmodes/compile.el (compile-goto-error): Delete extra paren.
2991
2992 2005-10-02 Andreas Schwab <schwab@suse.de>
2993
2994 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
2995 directory component in the session info.
2996
2997 2005-10-01 Richard M. Stallman <rms@gnu.org>
2998
2999 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3000
3001 * simple.el (next-error-internal): New function.
3002
3003 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3004 (compilation-start): Pass new arg to compilation-buffer-name.
3005 (compile-goto-error): Use next-error-internal.
3006
3007 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * speedbar.el: Remove RCS tag.
3010 (speedbar-check-read-only): Handle non-existent files.
3011
3012 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3013
3014 * info.el (Info-speedbar-hierarchy-buttons)
3015 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3016
3017 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3018
3019 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3020 Do not match newline.
3021 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3022 (bibtex-summary): Remove unnecessary save-excursion.
3023 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3024
3025 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3026
3027 * term/mac-win.el: Add charset info for "iso10646-1".
3028 Modify default fontset to use ATSUI-compatible fonts for some charsets
3029 if available.
3030
3031 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * speedbar.el: Re-apply arch tag.
3034 (speedbar-version): Rename to version 1.0. Suggested by Eric
3035 M. Ludlam.
3036 Reapply two changes from Emacs CVS' version of speedbar lost
3037 during the merge:
3038 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3039 (speedbar-frame-parameters): Improve customize type.
3040
3041 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3044 (ange-ftp-file-directory-p): Fix the symlink case.
3045 (ange-ftp-insert-directory): When listing a single file, get a list of
3046 the parent buffer and extract the relevant line. Inspired from a patch
3047 by Katsumi Yamaoka <yamaoka@jpl.org>.
3048 (ange-ftp-file-name-sans-versions): Simplify.
3049
3050 2005-09-30 Bill Wohler <wohler@newt.com>
3051
3052 Move MH-E image files from toolbar and mail directories into
3053 etc/images.
3054
3055 * mail/reply2.*: Move to etc/images/mail/reply*.
3056
3057 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3058 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3059 etc/images.
3060
3061 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3062 * toolbar/reply*: Move to etc/images/mail.
3063
3064 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3065
3066 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3067
3068 * speedbar.el: New version 1.0pre3.
3069
3070 Frame management code (including timer, and mouse click specifics)
3071 moved to dframe.el:
3072 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3073 (speedbar-timer): Removed. Use dframe-timer.
3074 (speedbar-close-frame): Removed. Use dframe-close-frame.
3075 (speedbar-activity-change-focus-flag): Removed. Use
3076 dframe-activity-change-focus-flag.
3077 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3078 dframe-update-speed.
3079
3080 (speedbar-current-frame): New macro. Use this instead of the
3081 variable speedbar-frame.
3082
3083 (speedbar-use-images, speedbar-expand-image-button-alist)
3084 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3085
3086 (speedbar-find-image-on-load-path): Removed. Replaced by
3087 defezimage in ezimage.el.
3088 (speedbar-expand-image-button-alist): Removed. Replaced by
3089 ezimage-expand-image-button-alist in ezimage.el.
3090
3091 (speedbar-ignored-directory-regexp)
3092 (speedbar-add-ignored-directory-regexp)
3093 (speedbar-ignored-directory-expressions)
3094 (speedbar-line-directory, speedbar-buffers-line-directory)
3095 (speedbar-directory-line, speedbar-buffers-line-directory):
3096 Renamed, replacing `path' with `directory'.
3097
3098 (speedbar-create-directory, speedbar-expand-line-descendants)
3099 (speedbar-toggle-line-expansion)
3100 (speedbar-contract-line-descendants): New commands.
3101
3102 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3103 (speedbar-use-tool-tips-flag): New options.
3104
3105 (speedbar-check-read-only, speedbar-require-version)
3106 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3107 (speedbar-handle-delete-frame, speedbar-try-completion)
3108 (speedbar-update-localized-contents): New functions.
3109
3110 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3111 (speedbar-object-read-only-indicator): New variables.
3112
3113 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3114 New hooks.
3115
3116 (speedbar-separator-face): New face.
3117
3118 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3119 (speedbar-ignored-modes): Add fundamental-mode.
3120 (speedbar-directory-unshown-regexp): Add . directories.
3121
3122 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3123 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3124 `]' for full expand/close.
3125 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3126
3127 (speedbar-check-vc): Support hidden files.
3128 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3129 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3130 state is nil, it is not checked out.
3131
3132 (speedbar-line-text, speedbar-line-token): Support expand buttons
3133 with no text.
3134 (speedbar-refresh): Universal argument acts as power-click.
3135 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3136 that buffer to get variable values.
3137
3138 And many other bugfixes.
3139
3140 * dframe.el, ezimage.el, sb-image.el: New files.
3141
3142 * sb-*.xpm: Remove files. New image files installed into
3143 etc/images/ezimage.
3144
3145 2005-09-30 Kenichi Handa <handa@m17n.org>
3146
3147 * ps-mule.el (ps-mule-show-warning): If a character is in
3148 ps-print-translation-table, don't treat it as non-printable.
3149
3150 2005-09-30 David Ponce <david@dponce.com>
3151
3152 * tree-widget.el (tree-widget-themes-load-path): New variable.
3153 (tree-widget-themes-directory): Doc fix.
3154 (tree-widget-image-formats) [Emacs]: Doc fix.
3155 (tree-widget--locate-sub-directory): New function.
3156 (tree-widget-themes-directory): Use it.
3157
3158 * recentf.el (recentf-filename-handlers): Rename from
3159 `recentf-filename-handler'. Allow a list of functions.
3160 (recentf-menu-items-for-commands): Fix :help strings.
3161 (recentf-apply-filename-handlers): New function.
3162 (recentf-expand-file-name): Use it.
3163 (recentf-cleanup): Remove duplicates too.
3164
3165 2005-09-29 Juri Linkov <juri@jurta.org>
3166
3167 * faces.el: Rearrange face definitions to be in the same order as
3168 their face descriptions in "(emacs)Standard Faces".
3169
3170 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3171
3172 * tooltip.el (tooltip): Add group `basic-faces'.
3173
3174 * buff-menu.el (Buffer-menu-buffer): Remove group
3175 `font-lock-highlighting-faces'.
3176
3177 * progmodes/compile.el (compilation-error, compilation-warning)
3178 (compilation-info, compilation-line-number, compilation-column-number):
3179 Change group from `font-lock-highlighting-faces' to `compilation'.
3180
3181 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3182 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3183 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3184 (vhdl-font-lock-reserved-words-face)
3185 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3186 `font-lock-highlighting-faces'.
3187
3188 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3189
3190 2005-09-28 Kim F. Storm <storm@cua.dk>
3191
3192 * emulation/cua-base.el: Set CUA move property on additional commands:
3193 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3194 forward-sexp, backward-sexp, forward-list, backward-list.
3195
3196 2005-09-28 Romain Francoise <romain@orebokech.com>
3197
3198 * comint.el (comint-show-output): Really set point at the
3199 beginning of the output when not using `comint-use-prompt-regexp'.
3200
3201 2005-09-27 Jay Belanger <belanger@truman.edu>
3202
3203 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3204 in TeX mode.
3205
3206 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3207
3208 * textmodes/org.el (org-table-sum): Fix format string.
3209
3210 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3211 Quote face names.
3212
3213 2005-09-26 Romain Francoise <romain@orebokech.com>
3214
3215 * isearch.el (isearch-forward-regexp): Close doc string.
3216
3217 2005-09-25 Richard M. Stallman <rms@gnu.org>
3218
3219 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3220
3221 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3222
3223 * progmodes/compile.el (compilation-error-properties):
3224 When getting the file from the previous error message,
3225 correctly decode the new data format.
3226
3227 * progmodes/cc-cmds.el (c-electric-paren):
3228 Call old-blink-paren only for close-paren.
3229
3230 2005-09-24 Andreas Schwab <schwab@suse.de>
3231
3232 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3233 condition.
3234
3235 2005-09-25 Romain Francoise <romain@orebokech.com>
3236
3237 * dired-aux.el (dired-copy-file-recursive):
3238 * dired.el (dired-delete-file):
3239 * ediff-mult.el (ediff-dir-diff-copy-file):
3240 * ediff-util.el (ediff-test-save-region):
3241 * forms.el (forms-mode):
3242 * ido.el (ido-file-internal, ido-delete-file-at-head):
3243 * log-edit.el (log-edit-done):
3244 * ses.el (ses-yank-resize):
3245 * play/gomoku.el (gomoku-human-plays, gomoku)
3246 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3247 (gomoku-offer-a-draw):
3248 * play/landmark.el (lm-human-resigns, lm):
3249 * net/eudcb-ldap.el (eudc-ldap-check-base):
3250 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3251 * progmodes/ebrowse.el (ebrowse-find-pattern):
3252 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3253 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3254 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3255
3256 * vc.el (vc-delete-file):
3257 * play/gomoku.el (gomoku-terminate-game, gomoku)
3258 (gomoku-prompt-for-move, gomoku-human-takes-back):
3259 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3260 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3261
3262 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3263
3264 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3265 color rxvt terminals by using the code xterm.el used to use before
3266 2005-04-09 in order to match the colors used by rxvt.
3267
3268 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3269
3270 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3271 colors rxvt-unicode terminals by using the same code as xterm.el.
3272
3273 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3276 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3277 new symbol used for the tex-verbatim face.
3278
3279 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3280
3281 * woman.el (woman-file-name):
3282 * wid-edit.el (widget-file-prompt-value)
3283 (widget-coding-system-prompt-value):
3284 * w32-fns.el (set-w32-system-coding-system):
3285 * vc.el (vc-version-diff, vc-annotate):
3286 * textmodes/reftex-auc.el (reftex-arg-cite)
3287 (reftex-arg-index-tag):
3288 * textmodes/refer.el (refer-get-bib-files):
3289 * textmodes/artist.el (artist-figlet-choose-font):
3290 * terminal.el (terminal-emulator):
3291 * replace.el (occur-read-primary-args):
3292 * rect.el (string-rectangle, string-insert-rectangle):
3293 * ps-print.el (ps-print-preprint):
3294 * progmodes/pascal.el (pascal-goto-defun):
3295 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3296 * progmodes/compile.el (compilation-find-file):
3297 * printing.el (pr-interactive-n-up):
3298 * play/animate.el (animate-birthday-present):
3299 * net/rcompile.el (remote-compile):
3300 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3301 * mail/rmailsum.el (rmail-summary-search-backward)
3302 (rmail-summary-search):
3303 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3304 (rmail-output-read-file-name):
3305 * mail/rmail.el (rmail-search, rmail-search-backwards):
3306 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3307 * locate.el (locate):
3308 * international/quail.el (quail-show-keyboard-layout):
3309 * international/mule.el (set-buffer-file-coding-system)
3310 (revert-buffer-with-coding-system, set-file-name-coding-system)
3311 (set-terminal-coding-system, set-keyboard-coding-system)
3312 (set-next-selection-coding-system):
3313 * international/mule-diag.el (describe-coding-system)
3314 (describe-font, describe-fontset):
3315 * international/mule-cmds.el (universal-coding-system-argument)
3316 (search-unencodable-char, describe-input-method)
3317 (set-language-environment, describe-language-environment):
3318 * international/codepage.el (codepage-setup):
3319 * international/code-pages.el (codepage-setup):
3320 * info.el (Info-search, Info-follow-reference)
3321 (Info-search-backward):
3322 * emacs-lisp/advice.el (ad-read-advised-function)
3323 (ad-read-advice-class, ad-clear-cache, ad-activate)
3324 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3325 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3326 (ad-read-regexp):
3327 * ediff-util.el (ediff-toggle-regexp-match):
3328 * ediff-ptch.el (ediff-prompt-for-patch-file):
3329 * dired-aux.el (dired-diff):
3330 * diff.el (diff):
3331 * cus-edit.el (custom-variable-prompt):
3332 * calendar/timeclock.el (timeclock-ask-for-project):
3333 * calc/calcalg3.el (calc-get-fit-variables):
3334 * calc/calc-store.el (calc-edit-variable)
3335 (calc-permanent-variable):
3336 * vc-mcvs.el (vc-mcvs-register):
3337 * shadowfile.el (shadow-define-literal-group):
3338 * woman.el (woman-file-name):
3339 * vc.el (vc-version-diff, vc-merge):
3340 * textmodes/reftex-index.el (reftex-index-complete-tag):
3341 * format.el (format-decode-buffer, format-decode-region):
3342 * emulation/viper-cmd.el (viper-read-string-with-history):
3343 * emacs-lisp/debug.el (cancel-debug-on-entry):
3344 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3345 * ediff.el (ediff-merge-revisions)
3346 (ediff-merge-revisions-with-ancestor, ediff-revision):
3347 * completion.el (interactive-completion-string-reader):
3348 * calc/calc-prog.el (calc-user-define-formula):
3349 Follow convention for reading with the minibuffer.
3350
3351 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3352
3353 * progmodes/python.el (python-describe-symbol): Add globals() and
3354 locals() to the arguments of emacs.ehelp.
3355
3356 2005-09-24 Magnus Henoch <mange@freemail.hu>
3357
3358 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3359 New function, code extracted from ispell-valid-dictionary-list.
3360 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3361 Call it.
3362
3363 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3364
3365 * subr.el (version-regexp-alist): Extend valid syntax for version
3366 strings: allow any of the characters -,_,+ to separate the
3367 alpha/beta/rc part from the version part. Doc fix.
3368 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3369
3370 2005-09-23 David Reitter <david.reitter@gmail.com>
3371
3372 * mail/mailclient.el: New file.
3373
3374 2005-09-23 Richard M. Stallman <rms@gnu.org>
3375
3376 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3377 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3378 Doc fixes.
3379
3380 * progmodes/cc-mode.el (c-font-lock-init):
3381 Specify font-lock-lines-before.
3382
3383 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3386 whole conflict.
3387
3388 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3389
3390 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3391 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3392 of `remap' feature when available. Additional key bindings for
3393 better tty support.
3394 (org-mode-restart, org-force-self-insert): New commands.
3395 (org-time-stamp-inactive): New command.
3396 (org-remap): New function.
3397 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3398 (org-enable-fixed-width-editor): Move to `org-structure'
3399 customization group.
3400 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3401 blank field after field motion commands.
3402
3403 2005-09-23 Kenichi Handa <handa@m17n.org>
3404
3405 * international/mule-cmds.el (set-language-environment):
3406 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3407 have to call utf-translate-cjk-load-tables.
3408
3409 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * mouse.el (mouse-move-drag-overlay): Fix last change.
3412
3413 2005-09-22 David Ponce <david@dponce.com>
3414
3415 * tree-widget.el (tree-widget-value-create): Fix previous change.
3416
3417 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3418
3419 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3420
3421 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * mouse.el (mouse-move-drag-overlay): New function.
3424 (mouse-drag-region-1): Use it.
3425 Try to simplify a bit the state handling. Handle clicks on links
3426 inside intangible areas.
3427 (mouse-save-then-kill): Minor simplification.
3428 (mouse-secondary-overlay): Make it always non-nil instead of
3429 recreating it each time.
3430 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3431 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3432 Simplify accordingly.
3433
3434 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3435
3436 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3437
3438 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3439
3440 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3441 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3442 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3443 to patch.
3444
3445 * ediff-util.el: Use insert-buffer-substring.
3446
3447 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3448
3449 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3450 field boundaries in the minibuffer.
3451 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3452 (viper-minibuffer-post-command-hook): New hook.
3453 (viper-line): Don't move cursor at bolp.
3454
3455 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3456
3457 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3458 avoid compiler warnings.
3459
3460 * emulation/viper-macs.el (ex-map): Better messages.
3461
3462 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3463
3464 * emulation/viper.el: Replace make-variable-buffer-local with
3465 viper-make-variable-buffer-local everywhere, to avoid warnings.
3466
3467 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3470 Delete unused var `old-selected-window'.
3471 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3472 (mouse-drag-secondary): Delete unused var `start-frame'.
3473
3474 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3475
3476 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3477
3478 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3481 Re-indent within 80 columns. Use inhibit-read-only.
3482
3483 2005-09-19 Romain Francoise <romain@orebokech.com>
3484
3485 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3486
3487 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3490 unconditionally, since the after-change-function already did it.
3491
3492 2005-09-19 Miles Bader <miles@gnu.org>
3493
3494 * net/newsticker.el: Get rid of CVS keyword.
3495
3496 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3497
3498 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3499 The prompt is formatted later.
3500
3501 2005-09-19 David Ponce <david@dponce.com>
3502
3503 * tree-widget.el (tree-widget-value-create): Save the converted
3504 tree :node widget.
3505
3506 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3507
3508 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3509 variable `message'.
3510
3511 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3512
3513 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3514 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3515 <slawomir.nowaczyk.847@student.lu.se>.
3516
3517 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * image.el (image-load-path): Use symbol `data-directory' instead
3520 of its value, for backward compatibility with packages that bind
3521 it during `find-image'. Suggested by Katsumi Yamaoka.
3522 (image-search-load-path): Handle symbols whose values are strings.
3523
3524 2005-09-18 Romain Francoise <romain@orebokech.com>
3525
3526 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3527 with-current-buffer form in save-excursion.
3528
3529 2005-09-18 D Goel <deego@gnufans.org>
3530
3531 * apropos.el (apropos-command): Fix `message' call: first arg
3532 should be a format spec. In this and all other cases that appear
3533 below and elsewhere in the source code, I made a change only when
3534 two conditions were satisfied: [1] I can think of a possibility
3535 that the arguments would cause an error, for example, the code in
3536 question relies on external variables such as filenames. [2] I
3537 was sure that the arg to `message' could not have been nil in the code.
3538
3539 * textmodes/tildify.el (tildify-region): Ditto.
3540
3541 * textmodes/reftex-index.el (reftex-index-change-entry)
3542 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3543 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3544 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3545 (org-priority, org-table-sum):
3546 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3547 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3548 (flyspell-word, flyspell-display-next-corrections):
3549 * textmodes/bibtex.el (bibtex-print-help-message):
3550 * textmodes/artist.el (artist-key-set-point-poly):
3551 * term/mac-win.el (mac-services-insert-text):
3552 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3553 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3554 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3555 (vhdl-compose-configuration):
3556 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3557 (sh-set-indent, sh-learn-line-indent):
3558 * progmodes/ps-mode.el (ps-mode-target-column):
3559 * progmodes/idlwave.el (idlwave-make-tags)
3560 (idlwave-scan-library-catalogs):
3561 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3562 * progmodes/gud.el (gud-jdb-analyze-source):
3563 * progmodes/flymake.el (flymake-log):
3564 * progmodes/ebnf2ps.el (ebnf-generate-region):
3565 * progmodes/cmacexp.el (c-macro-expansion):
3566 * progmodes/ada-xref.el (ada-treat-cmd-string):
3567 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3568 (ada-justified-indent-current, ada-batch-reformat):
3569 * play/zone.el (zone):
3570 * play/landmark.el (lm-move):
3571 * play/decipher.el (decipher-show-alphabet):
3572 * net/newsticker.el (newsticker--display-jump)
3573 (newsticker--display-scroll):
3574 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3575 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3576 * mail/feedmail.el (feedmail-dump-message-to-queue):
3577 * eshell/esh-proc.el (eshell-remove-process-entry):
3578 * emulation/ws-mode.el (ws-last-error):
3579 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3580 (viper-record-kbd-macro):
3581 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3582 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3583 * emacs-lisp/find-func.el (find-function-noselect):
3584 * calendar/timeclock.el (timeclock-status-string)
3585 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3586 (timeclock-when-to-leave-string):
3587 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3588 * calc/calc-units.el (calc-enter-units-table):
3589 * calc/calc-mode.el (calc-mode-record-mode):
3590 * woman.el (woman-mini-help):
3591 * wdired.el (wdired-change-to-wdired-mode):
3592 * vc.el (vc-retrieve-snapshot):
3593 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3594 * startup.el (display-startup-echo-area-message):
3595 * simple.el (set-goal-column):
3596 * ses.el (ses-command-hook, ses-recalculate-cell):
3597 * server.el (server-process-filter):
3598 * printing.el (pr-interface-txt-print, pr-interface-printify)
3599 (pr-interface-ps):
3600 * pcvs.el (cvs-help):
3601 * log-edit.el (log-edit, log-edit-mode-help):
3602 * iswitchb.el (iswitchb-possible-new-buffer):
3603 * isearch.el (isearch-edit-string):
3604 * image-mode.el (image-mode, image-minor-mode):
3605 * ibuf-macs.el (define-ibuffer-filter):
3606 * hi-lock.el (hi-lock-find-patterns):
3607 * files.el (toggle-read-only):
3608 * ediff-util.el (ediff-copy-diff)
3609 (ediff-write-merge-buffer-and-maybe-kill):
3610 * echistory.el (Electric-history-undefined):
3611 * dnd.el (dnd-insert-text):
3612 * dired-aux.el (dired-query):
3613 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3614 * bookmark.el (bookmark-bmenu-locate):
3615 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3616 Fix `message' calls to ensure first arg is a format string.
3617 The change was made only when these two conditions were satisfied:
3618 [1] when there is a possibility that the arguments would cause an error
3619 for example, if the code in question relies on external variables
3620 such as filenames, and
3621 [2] if the arg to `message' could not have been nil in the code.
3622
3623 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3624 Not having a %s would be weird, though not technically wrong.
3625
3626 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3627
3628 * term/mac-win.el (mac-add-charset-info): Doc fix.
3629
3630 2005-09-17 Romain Francoise <romain@orebokech.com>
3631
3632 * shell.el (shell-resync-dirs): Handle echoing processes more
3633 reliably. Don't insert resync command if `comint-process-echoes'
3634 is non-nil.
3635
3636 2005-09-17 Magnus Henoch <mange@freemail.hu>
3637
3638 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3639 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3640 aspell versions >= 0.60.
3641 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3642 only if ispell-aspell-supports-utf8 is non-nil.
3643
3644 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3645
3646 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3647 buffer-local value to lisp-indent-function.
3648
3649 2005-09-17 Milan Zamazal <pdm@zamazal.org>
3650
3651 * progmodes/glasses.el (glasses-make-readable): If
3652 glasses-separator differs from underscore, put appropriate
3653 overlays over underscore characters.
3654 (glasses-convert-to-unreadable): If glasses-separator differs from
3655 underscore, try to convert glasses-separator characters to
3656 underscores.
3657
3658 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3661 Use with-syntax-table and dolist.
3662
3663 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
3664
3665 * textmodes/reftex-auc.el:
3666 * textmodes/reftex-cite.el:
3667 * textmodes/reftex-dcr.el:
3668 * textmodes/reftex-global.el:
3669 * textmodes/reftex-parse.el:
3670 * textmodes/reftex-ref.el:
3671 * textmodes/reftex-sel.el:
3672 * textmodes/reftex-toc.el:
3673 * textmodes/reftex-vars.el:
3674 * textmodes/reftex.el: Small changes to remove compiler warnings.
3675
3676 * textmodes/reftex-index.el: Likewise.
3677 (reftex-query-index-phrase): More efficient use of markers.
3678
3679 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * image.el (image-load-path): New variable.
3682 (image-search-load-path): New function.
3683 (find-image): Search for images in `image-load-path'.
3684
3685 2005-09-15 Richard M. Stallman <rms@gnu.org>
3686
3687 * follow.el: Change Maintainer field.
3688
3689 2005-09-15 David Ponce <david@dponce.com>
3690
3691 * recentf.el (recentf-save-file-modes): New option.
3692 (recentf-save-list): Use it.
3693
3694 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
3695
3696 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3697 (mode-line-mule-info, mode-line-modified): Move bindings from
3698 mouse-3 to mouse-1.
3699
3700 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3701
3702 * simple.el (sendmail-user-agent-compose): Revert last change.
3703
3704 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3707 Use with-current-buffer.
3708 (ange-ftp-gwp-start): Remove unused var `gw-user'.
3709 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3710 (ange-ftp-insert-directory): Remove unused var `short'.
3711 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3712
3713 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3714 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3715
3716 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3717 (check-calendar-holidays, diary-list-entries): Autoload.
3718 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3719 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3720
3721 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3722 which mistakenly removed a call to display-buffer.
3723
3724 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * obsolete/iso-insert.el: Move to obsolete/ from international/.
3727
3728 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
3729
3730 * progmodes/hideshow.el
3731 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3732 (hs-allow-nesting): New user var.
3733 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3734 (hs-hide-block-at-point): When nesting allowed,
3735 if there is already an overlay in place, delete it.
3736 (hs-safety-is-job-n): Delete func; remove call sites.
3737 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3738 (hs-overlay-at): New func.
3739 (hs-already-hidden-p, hs-show-block): Use it.
3740 (hs-hide-all): Don't pre-clean if nesting allowed.
3741 (hs-show-all): Temporarily disallow
3742 nesting around call to `hs-discard-overlays'.
3743
3744 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3747 Delete unused local var.
3748
3749 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
3750
3751 * help-fns.el (describe-categories): "?\ " -> "?\s".
3752 (help-do-arg-highlight): Recognize also ARG-n, as in
3753 `move-to-left-margin' (ARG+n is already recognized). Simplify.
3754
3755 * international/codepage.el (dos-unsupported-char-glyph):
3756 * net/newsticker.el (tool-bar-map, w3-mode-map)
3757 (w3m-minor-mode-map):
3758 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3759 (ent-alist):
3760 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3761
3762 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
3763
3764 * custom.el (custom-push-theme): Handle the case where a symbol is
3765 bound but face properties have not yet been assigned.
3766
3767 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3768 Fix behavior if noerase is `t' and there is no mail buffer.
3769
3770 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3771 if `continue' is nil, rather than signal an error.
3772
3773 2005-09-12 Richard M. Stallman <rms@gnu.org>
3774
3775 * font-lock.el (font-lock-keywords): Add autoload.
3776
3777 * help-fns.el (describe-variable): Rearrange to put source link
3778 in a predictable place.
3779
3780 * net/newsticker.el: New file.
3781
3782 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * calendar/calendar.el (calendar-for-loop): Add edebug info.
3785 (calendar-basic-setup): Use the new nil arg.
3786 (number-of-diary-entries): Move to diary-lib.el.
3787
3788 * calendar/diary-lib.el: Use with-current-buffer, match-string.
3789 (diary-list-entries): Use with-syntax-table and dolist.
3790 Rename from list-diary-entries.
3791 Use number-of-diary-entries if `number' is nil.
3792 (diary, diary-view-entries): Use this new name and new nil arg value.
3793 (number-of-diary-entries): Move from calendar.el.
3794 (diary-unhide-everything): New function.
3795 (include-other-diary-files, fancy-diary-display)
3796 (diary-show-all-entries, make-diary-entry): Use it.
3797 (diary-mail-entries): Use buffer-string.
3798 (mark-diary-entries): Fix long standing paren typo.
3799 (diary-sexp-entry): Use count-lines.
3800 (make-diary-entry): Avoid `previous-line'.
3801 (diary-mode-map): New var.
3802 (diary-mode): Redraw cal after saving. Setup header-line.
3803 (fancy-diary-display-mode): Use local-set-key.
3804
3805 * startup.el (command-line): Try calling various terminal-init-foo-bar
3806 functions by stripping hyphenated suffixes from $TERM.
3807
3808 * files.el (normal-mode): Check boundness of font-lock-keywords.
3809
3810 2005-09-12 Richard M. Stallman <rms@gnu.org>
3811
3812 * progmodes/compile.el: Don't decide a file's directory
3813 until the user actually tries to go there.
3814 (compilation-next-error-function):
3815 Pass compilation-find-file the directory from the file-struct.
3816 (compilation-internal-error-properties): Separate local FILE-STRUCT
3817 from FILE. Doc the args better. Rename arg FMT to FMTS.
3818 (compilation-find-file): Arg DIR renamed to DIRECTORY.
3819 Expand it, and if nil, use default-directory.
3820 (compilation-get-file-structure): Don't mix specified directory
3821 with default directory. Put specified directory into
3822 file-struct. Don't make the file name absolute.
3823
3824 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3825 (compile-command): Add autoload.
3826 (compilation-disable-input): Add autoload.
3827
3828 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
3829
3830 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3831 strings of the variables it can override.
3832 (time-stamp): New (as yet undocumented) time-stamp-format escapes
3833 %Q and %q, for fully-qualified domain name and unqualified host name.
3834
3835 2005-09-11 Kim F. Storm <storm@cua.dk>
3836
3837 * emacs-lisp/authors.el (authors-aliases): Update list.
3838 (authors-fixed-entries): Update mldrag.el entry.
3839
3840 2005-09-10 Alan Mackenzie <acm@muc.de>
3841
3842 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3843 from the region narrowed to.
3844
3845 2005-09-10 Magnus Henoch <mange@freemail.hu>
3846
3847 * textmodes/ispell.el (ispell-check-version): Signal an error if
3848 aspell version is less than 0.60.
3849
3850 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
3851
3852 * progmodes/octave-inf.el (inferior-octave-startup):
3853 Resync current dir at the end.
3854
3855 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
3856
3857 * woman.el (woman-topic-at-point-default):
3858 Rename to woman-use-topic-at-point-default.
3859 (woman-topic-at-point): Rename to woman-use-topic-at-point.
3860 (woman-file-name): Reflect renames above. Automatically use the
3861 word at point as topic if woman-use-topic-at-point is non-nil.
3862 Otherwise offer it as default but don't insert it in the
3863 minibuffer. Also use `test-completion' instead of `assoc' as
3864 suggested by Stefan Monnier.
3865
3866 2005-09-10 Andre Spiegel <spiegel@gnu.org>
3867
3868 * vc.el (vc-directory, vc-update-change-log): Throw an error on
3869 the attempt to do it over Tramp. This is not yet supported.
3870
3871 2005-09-10 Eli Zaretskii <eliz@gnu.org>
3872
3873 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3874 (menu-bar-non-minibuffer-window-p): New functions.
3875 ("Split Window", "Save As..."): Use them.
3876 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3877 ("Print Buffer", "Truncate Long Lines in this Buffer"):
3878 Use menu-bar-menu-frame-live-and-visible-p.
3879 ("Save Buffer", "Insert File", "Open Directory...")
3880 ("Open File...", "Visit New File..."):
3881 Use menu-bar-non-minibuffer-window-p.
3882 (kill-this-buffer-enabled-p, dired <menu-enable>):
3883 Use menu-bar-non-minibuffer-window-p.
3884
3885 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3886
3887 * cus-start.el (all): Don't complain about fringe-related
3888 built-ins if fringes are not supported. Ditto about
3889 selection-related built-ins. Fix the test for GTK-related built-ins.
3890
3891 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
3892 ("Postscript Print Buffer", "Print Region", "Save As...")
3893 ("Save", "Insert File...", "Open Directory...")
3894 ("Open File...", "Visit New File..."")
3895 ("Truncate Long Lines in this Buffer"): Don't look at
3896 menu-updating-frame if this display does not support multiple frames.
3897
3898 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3899
3900 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
3901
3902 2005-09-09 Emilio Lopes <eclig@gmx.net>
3903
3904 * woman.el: Format- and whitespace-related changes.
3905
3906 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3907
3908 * woman.el: Fix my email address.
3909
3910 2005-09-08 Richard M. Stallman <rms@gnu.org>
3911
3912 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
3913 (sh-mode): Locally set skeleton-pair-default-alist.
3914
3915 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
3916
3917 * progmodes/flymake.el: Require `compile' unconditionally.
3918
3919 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
3920
3921 * woman.el (woman-file-name): Provide a default, not initial input.
3922
3923 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
3924
3925 * font-lock.el (font-lock-support-mode): Doc fix.
3926
3927 * descr-text.el (describe-property-list): Handle non-symbol prop names.
3928
3929 2005-09-08 Richard M. Stallman <rms@gnu.org>
3930
3931 * simple.el (blink-matching-open): Get rid of text props from
3932 the string shown in echo area. Don't permanently set point.
3933 Some rearrangements.
3934
3935 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
3936
3937 * recentf.el (recentf-filename-handler): Add custom choice
3938 `abbreviate-file-name'.
3939
3940 * msb.el (msb--very-many-menus): Fix typo.
3941
3942 * disp-table.el (standard-display-european): Don't set
3943 enable-multibyte-characters to nil.
3944
3945 2005-09-08 David Ponce <david@dponce.com>
3946
3947 * recentf.el (recentf-show-file-shortcuts-flag): New option.
3948 (recentf-expand-file-name): Doc fix.
3949 (recentf-dialog-mode-map): Define digit shortcuts.
3950 (recentf--files-with-key): New variable.
3951 (recentf-show-digit-shortcut-filter): New function.
3952 (recentf-open-files-items): New function.
3953 (recentf-open-files): Use it.
3954 (recentf-open-file-with-key): New command.
3955
3956 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
3957
3958 * buff-menu.el (Buffer-menu-sort-by-column): New function.
3959 Suggested by Kim F. Storm.
3960 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
3961 (Buffer-menu-make-sort-button): Use global keymap.
3962
3963 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
3964
3965 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
3966 (Man-getpage-in-background-advice): Remove defadvice; it isn't
3967 necessary any longer with the remapped command.
3968 (Man-bgproc-sentinel-advice): Remove defadvice which counts
3969 formatting time only.
3970
3971 * net/tramp.el (tramp-action-password)
3972 (tramp-multi-action-password): Compile the password prompt from
3973 `method', `user' and `host'. Sometimes it isn't obvious which
3974 password to enter, for example with remote files offered by
3975 recentf.el, or with multiple steps. Suggested by Robert Marshall
3976 <robert@chezmarshall.freeserve.co.uk>.
3977
3978 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3981 Fix regexp for when "s///" is at the beginning of line.
3982
3983 2005-09-07 Jay Belanger <belanger@truman.edu>
3984
3985 * calc/calc-poly.el (math-expand-term): Multiply out any powers
3986 when in matrix mode.
3987
3988 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
3991 non-anonymous functions.
3992
3993 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
3996 when using a header line. Otherwise, use mouse-1-click-follows-link.
3997
3998 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
3999 can't be moved; don't signal an error.
4000
4001 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4002
4003 * cus-theme.el (custom-theme-write-faces): Save the current face
4004 spec, not the defface spec.
4005
4006 * custom.el (custom-known-themes): Clarify meaning of "standard".
4007 (custom-push-theme): Save old values in the standard theme.
4008 (disable-theme): Correct typo.
4009 (custom-face-theme-value) Deleted unused function.
4010 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4011
4012 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * progmodes/compile.el (compilation-goto-locus): Take into account
4015 iconified frames when determining whether the buffer is
4016 already visible.
4017 Don't reset window height if the window already existed.
4018
4019 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4020
4021 * custom.el (load-theme): Rename from require-theme.
4022 Add interactive spec.
4023 (enable-theme): Rename from custom-enable-theme.
4024 Add interactive spec.
4025 (disable-theme): Rename from custom-disable-theme.
4026 Add interactive spec.
4027 (custom-make-theme-feature): Doc fix.
4028 (custom-theme-directory): Doc fix.
4029 (provide-theme): Call enable-theme.
4030
4031 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * obsolete/lazy-lock.el (lazy-lock-mode):
4034 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4035 font-lock-mode if it's off. Print a warning instead.
4036
4037 * progmodes/compile.el (compilation-start): Ignore errors if the
4038 process died before we get to send-eof.
4039
4040 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4041 Undo last change. Enclosing the result in quotes broke things on Unix
4042 since tex-send-command passes it through shell-quote-argument.
4043 (tex-send-command): Pass `file' through convert-standard-filename
4044 when possible.
4045 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4046 info in a transcript.
4047
4048 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4049
4050 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4051 fix compilation warning. Reorder the key definitions to group
4052 together keys emitted by the current version of xterm.
4053
4054 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4055 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4056 Reorder predicates to correct min-color usage.
4057
4058 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4061 Kill local variables when longlines-mode is turned off.
4062
4063 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4066
4067 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4068
4069 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4070
4071 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4072 (font-lock-lines-before): Change default to being inactive.
4073 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4074 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4075
4076 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4077
4078 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4079 Deactivate temporarily advice if active (not needed for Emacs 22,
4080 but for backwards compatibility).
4081 (tramp-exists-file-name-handler): Rewrite. First implementation
4082 was too simple.
4083 (tramp-advice-make-auto-save-file-name):
4084 Call `tramp-handle-make-auto-save-file-name' (again, just for
4085 backwards compatibility).
4086
4087 2005-08-31 Reto Zimmermann <reto@gnu.org>
4088
4089 * progmodes/vhdl-mode.el
4090 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4091 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4092 (vhdl-set-default-project): New function (easier setting of default).
4093 (vhdl-port-copy): Handle extended identifiers for generics.
4094 (vhdl-compiler-alist): Better description for error message regexp.
4095 (vhdl-make): Query for target, use previous as default.
4096 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4097 (vhdl-font-lock-keywords-2): Fix fontification for record
4098 el. assign.
4099 (vhdl-speedbar-make-subpack-line): Add package body link.
4100 (vhdl-generate-makefile-1): Not include itself as dependency.
4101 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4102 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4103 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4104 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4105 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4106 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4107 (vhdl-import-project): Add string argument for `error'.
4108 (vhdl-compose-configuration)
4109 (vhdl-compose-configuration-architecture): Add configuration
4110 declaration generation.
4111 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4112 (vhdl-trailer-re): Add "record" keyword (better indentation).
4113 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4114 "[^ \t-\"]+".
4115 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4116 (vhdl-testbench-entity-file-name)
4117 (vhdl-testbench-architecture-file-name): Allow separate
4118 customization of testbench file names.
4119 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4120 (vhdl-get-visible-signals): Allow newline within alias declaration.
4121 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4122 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4123 (member-ignore-case): Alias for missing function in XEmacs.
4124 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4125 (vhdl-update-sensitivity-list): Ignore case on read signals.
4126 (vhdl-replace-string): Adjust case only for file names.
4127 (vhdl-update-sensitivity-list): Fix search for read signals.
4128 (vhdl-update-sensitivity-list): Exclude formal parameters.
4129 (vhdl-get-visible-signals): Include aliases of signals.
4130 (vhdl-get-visible-signals): Fix signal name searching.
4131 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4132 (vhdl-fixup-whitespace-region): Fix for character
4133 literals (e.g. ':').
4134
4135 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4136
4137 * ansi-color.el (comint-last-output-start):
4138 * bs.el (font-lock-verbose):
4139 * diff-mode.el (add-log-buffer-file-name-function):
4140 * dired-x.el (vm-folder-directory):
4141 * faces.el (help-xref-stack-item):
4142 * files.el (font-lock-keywords):
4143 * find-lisp.el (dired-buffers, dired-subdir-alist):
4144 * ido.el (cua-inhibit-cua-keys):
4145 * log-view.el (cvs-minor-wrap-function):
4146 * outline.el (font-lock-warning-face):
4147 * simple.el (compilation-current-error):
4148 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4149 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4150 * tooltip.el (comint-prompt-regexp):
4151 * w32-fns.el (explicit-shell-file-name):
4152 * term/mac-win.el (mac-charset-info-alist)
4153 (mac-services-selection, mac-system-script-code):
4154 * term/tty-colors.el (msdos-color-values):
4155 * term/w32-win.el (xlfd-regexp-registry-subnum):
4156 * term/x-win.el (x-keysym-table, x-selection-timeout)
4157 (x-session-id, x-session-previous-id):
4158 * textmodes/ispell.el (mail-yank-prefix):
4159 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4160 * textmodes/org.el (calc-embedded-close-formula)
4161 (calc-embedded-open-formula)
4162 (font-lock-unfontify-region-function):
4163 * textmodes/reftex-global.el (isearch-next-buffer-function)
4164 (TeX-master):
4165 * textmodes/reftex.el (font-lock-keywords):
4166 * textmodes/tex-mode.el (font-lock-comment-face)
4167 (font-lock-doc-face):
4168 * textmodes/texinfo.el (outline-heading-alist):
4169 Add defvars.
4170
4171 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4172 (artist-spray-chars, artist-mode-init, artist-replace-string)
4173 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4174 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4175 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4176
4177 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4178 (conf-align-assignments): "?\ " -> "?\s".
4179
4180 * textmodes/reftex-index.el (TeX-master): Add defvar.
4181 (reftex-index-phrases-marker): Move up defvar.
4182
4183 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4184 (reftex-toc-include-labels-indicator)
4185 (reftex-toc-include-index-indicator)
4186 (reftex-toc-max-level-indicator): Move up declarations.
4187
4188 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4189 of args to `tramp-run-real-handler', even if it's empty in this case.
4190
4191 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4192
4193 * dired.el (dired-move-to-filename-regexp): Add date format for
4194 Mac OS X 10.3 in East Asian locales.
4195
4196 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4197
4198 * files.el (make-auto-save-file-name): Add file name handler call
4199 if applicable.
4200
4201 * net/tramp.el (tramp-file-name-handler-alist)
4202 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4203 (tramp-handle-make-auto-save-file-name): Rename from
4204 `tramp-make-auto-save-file-name'.
4205 (tramp-exists-file-name-handler): New defun.
4206 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4207 `make-auto-save-file-name' is not a magic file name operation.
4208
4209 2005-08-30 Richard M. Stallman <rms@gnu.org>
4210
4211 * files.el (risky-local-variable-p):
4212 Match `-predicates' and `-commands.
4213
4214 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4215 (custom-save-all): Visit the file if necessary;
4216 kill the buffer if we created it.
4217 (custom-save-delete): Don't visit file or kill buffer here.
4218
4219 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4220
4221 * textmodes/org.el (org-special-keyword): New face.
4222 (org-table-copy-down, org-table-eval-formula)
4223 (org-table-recalculate, org-init-section-numbers):
4224 Use `string-to-number' instead of `string-to-int'.
4225 (org-get-location): Use `insert-buffer-substring' instead of
4226 `insert-buffer'.
4227 (org-modify-diary-entry-string): New function.
4228 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4229 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4230 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4231 active region.
4232 (org-export-as-html): Handle QUOTE keyword.
4233 (org-quote-string): New option.
4234 (org-bookmark-jump-unhide): New function, used for
4235 `bookmark-after-jump-hook'.
4236 (org-diary-default-entry): Apply only when not called through
4237 `org-agenda'.
4238
4239 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4240
4241 * net/eudc.el (mode-popup-menu):
4242 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4243 * progmodes/ada-mode.el (compile-auto-highlight)
4244 (skeleton-further-elements):
4245 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4246 * progmodes/cmacexp.el (msdos-shells):
4247 * progmodes/compile.el (font-lock-extra-managed-props)
4248 (font-lock-keywords, font-lock-maximum-size)
4249 (font-lock-support-mode):
4250 * progmodes/grep.el (font-lock-lines-before):
4251 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4252 * progmodes/mixal-mode.el (compile-command):
4253 * progmodes/perl-mode.el (font-lock-comment-face)
4254 (font-lock-doc-face, font-lock-string-face):
4255 * progmodes/prolog.el (comint-prompt-regexp):
4256 * progmodes/sh-script.el (font-lock-comment-face)
4257 (font-lock-set-defaults, font-lock-string-face):
4258 * progmodes/sql.el (font-lock-keyword-face)
4259 (font-lock-set-defaults, font-lock-string-face):
4260 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4261 (itimer-version, lazy-lock-defer-contextually)
4262 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4263 Add defvars.
4264
4265 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4266 (cperl-electric-keyword, cperl-electric-pod)
4267 (cperl-electric-backspace, cperl-forward-re)
4268 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4269 (vc-rcs-header, vc-sccs-header): Add defvars.
4270
4271 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4272 (font-lock-syntactic-keywords, gud-find-expr-function):
4273 Add defvars.
4274
4275 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4276 (gdb-frame-parameters): Declare before use.
4277
4278 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4279 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4280 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4281 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4282
4283 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4284 (idlwave-help-with-source): Use `insert-buffer-substring', not
4285 `insert-buffer'.
4286
4287 2005-08-29 Juri Linkov <juri@jurta.org>
4288
4289 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4290 Put outline-back-to-heading function call inside save-excursion.
4291
4292 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4293
4294 * man.el (Man-init-defvars, Man-translate-references)
4295 (Man-support-local-filenames, Man-highlight-references):
4296 * progmodes/sql.el (sql-interactive-mode):
4297 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4298
4299 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4300 (compilation-mode-font-lock-keywords): Add defvars.
4301 (checkdoc-interactive-loop): "?\ " -> "?\s".
4302
4303 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4304 (font-lock-doc-face, font-lock-string-face)
4305 (font-lock-keywords-case-fold-search): Add defvars.
4306 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4307
4308 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4309 Don't pass X and Y (they are ignored anyway).
4310 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4311 (mouse-delete-window): Make arguments optional.
4312
4313 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4314 (caesar-translate-table, minor-modes, news-buffer-save)
4315 (news-group-name, news-minor-modes): Add defvars.
4316
4317 * emacs-lisp/lselect.el (mouse-highlight-priority)
4318 (x-lost-selection-functions, zmacs-regions):
4319 * emacs-lisp/pp.el (font-lock-verbose):
4320 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4321 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4322 (ses-mode-map):
4323 * emacs-lisp/tcover-unsafep.el (safe-functions):
4324 * international/mule-cmds.el (mac-system-coding-system)
4325 (mac-system-locale):
4326 * language/ethio-util.el (rmail-current-message)
4327 (rmail-message-vector):
4328 * language/thai-util.el (thai-auto-composition-mode):
4329 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4330 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4331 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4332 (vm-primary-inbox, vm-spool-files):
4333 * mail/rmail.el (deleted-head, font-lock-fontified)
4334 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4335 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4336 (total-messages):
4337 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4338 (rmail-summary-mode-map):
4339 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4340 (rmail-last-label, rmail-last-multi-labels)
4341 (rmail-summary-vector, rmail-total-messages):
4342 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4343 * mail/rmailsum.el (msgnum):
4344 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4345 (rmail-current-message):
4346 * obsolete/fast-lock.el (font-lock-face-list):
4347 * obsolete/rnewspost.el (mail-reply-buffer):
4348 * obsolete/scribe.el (compile-command):
4349 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4350
4351 2005-08-28 John Paul Wallington <jpw@gnu.org>
4352
4353 * ibuf-ext.el (ibuffer-auto-update-changed):
4354 Use `frame-or-buffer-changed-p' to check whether we need to update.
4355 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4356 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4357 as a `frame-or-buffer-changed-p' state vector instead.
4358
4359 2005-08-27 Romain Francoise <romain@orebokech.com>
4360
4361 * textmodes/makeinfo.el (makeinfo-compile):
4362 Use `compilation-start'. Set `next-error-function' according to
4363 `disable-errors'.
4364 (makeinfo-next-error): New function.
4365 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4366 (makeinfo-buffer): Likewise.
4367
4368 * progmodes/compile.el (compilation-start): Add autoload cookie.
4369
4370 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4371 * textmodes/sgml-mode.el: Likewise.
4372 * progmodes/python.el: Likewise.
4373
4374 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4375
4376 * simple.el (blink-matching-paren-distance): Document the meaning
4377 of nil value, and allow to customize to nil.
4378
4379 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4380 command.com, not command.exe.
4381
4382 2005-08-26 John Wiegley <johnw@newartisans.com>
4383
4384 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4385 code around a bit so that an extraneous nil argument is not added
4386 to a command when no args are given.
4387
4388 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4389 double-quoted argument resolves to nil, return it as an empty
4390 string rather than as nil. This made it impossible to pass "" to
4391 a shell script as a null string argument.
4392
4393 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * outline.el (outline-invent-heading): New fun.
4396 (outline-promote, outline-demote): Use it.
4397 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4398 (outline-end-of-subtree): Remove unused var `opoint'.
4399
4400 2005-08-26 David Reitter <david.reitter@gmail.com>
4401
4402 * menu-bar.el (truncate-lines, write-file, print-buffer)
4403 (ps-print-buffer-faces, ps-print-buffer, split-window):
4404 Disable menu items when the frame they refer to is invisible, or when
4405 they refer to a buffer and the minibuffer is selected.
4406
4407 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4408
4409 * progmodes/flymake.el (flymake-highlight-err-lines):
4410 Use save-excursion around flymake-highlight-line to preserve point.
4411
4412 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4413
4414 * progmodes/octave-mod.el: Change Author and Maintainer address.
4415 (octave-maintainer-address): Change Kurt's email address.
4416 * progmodes/octave-inf.el: Change Author and Maintainer address.
4417 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4418
4419 2005-08-26 Kim F. Storm <storm@cua.dk>
4420
4421 * subr.el (version-list-<, version-list-<=, version-list-=):
4422 Renamed from integer-list-*.
4423 (version-list-not-zero): Likewise. Fix while loop.
4424 (version=): Use version-list-= instead of string-equal.
4425
4426 2005-08-26 Richard M. Stallman <rms@gnu.org>
4427
4428 * outline.el (outline-promote): Try shortening the heading.
4429 As last resort, read the heading to use.
4430 (outline-demote): As last resort, read the heading to use.
4431
4432 2005-08-26 Romain Francoise <romain@orebokech.com>
4433
4434 * progmodes/compile.el (compilation-start): Doc fix.
4435
4436 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4437 (antlr-font-lock-additional-keywords): Fix reference to
4438 `antlr-font-lock-literal-regexp' erroneously changed during the
4439 mass face rename.
4440 (antlr-run-tool): Use `compilation-start'.
4441
4442 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4443 instead of the obsolete `compile-internal'.
4444
4445 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4448 (number, original-date):
4449 * calendar/cal-china.el (date):
4450 * calendar/cal-coptic.el (date):
4451 * calendar/cal-french.el (date):
4452 * calendar/cal-hebrew.el (date, entry, number, original-date):
4453 * calendar/cal-islam.el (date, number, original-date):
4454 * calendar/cal-iso.el (date):
4455 * calendar/cal-julian.el (date):
4456 * calendar/cal-mayan.el (date):
4457 * calendar/cal-menu.el (date, event):
4458 * calendar/cal-persia.el (date):
4459 * calendar/lunar.el (date):
4460 * calendar/solar.el (date): Add defvars.
4461
4462 * emerge.el:
4463 * ibuffer.el:
4464 * info-xref.el:
4465 * obsolete/bg-mouse.el:
4466 * obsolete/sun-curs.el:
4467 * obsolete/swedish.el: Move the `defvar's to the top level.
4468
4469 * smerge-mode.el (smerge-refined-change): Add :group.
4470
4471 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4474 (smerge-keep-n): Remove props.
4475 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4476 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4477 now that it's done in smerge-keep-n.
4478 (smerge-refined-change): New face.
4479 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4480 (smerge-refine): New funs.
4481 (smerge-basic-map): Bind smerge-refine.
4482
4483 2005-08-25 Juri Linkov <juri@jurta.org>
4484
4485 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4486 compilation-process-setup-function and compilation-disable-input
4487 in grep-mode instead of let-bindings in grep.
4488
4489 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4490 Delete "Automatic File De/compression" (auto-compression-mode).
4491
4492 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4493
4494 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4495 Silence warning about non-existent variable.
4496
4497 2005-08-25 Richard M. Stallman <rms@gnu.org>
4498
4499 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4500 Rename "Describe Key" to "Describe Key or Mouse Operation".
4501
4502 * mail/mailalias.el (build-mail-aliases): Delete comments
4503 from the contents before processing them.
4504
4505 * isearch.el (isearch-edit-string): Erase the Search prompt
4506 if user enters an empty string and there is no default.
4507
4508 * comint.el (comint-file-name-prefix): Add autoload.
4509
4510 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4511
4512 * subr.el (play-sound): Rearrange to avoid warning.
4513
4514 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4515
4516 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4517 New hook.
4518 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4519
4520 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4523
4524 * custom.el (custom-theme-set-variables): Sort minor modes last.
4525
4526 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4527
4528 * subr.el (version-separator, version-regexp-alist): New vars used by
4529 version comparison funs.
4530 (integer-list-<, integer-list-=, integer-list-<=)
4531 (integer-list-not-zero): New funs for integer list comparison.
4532 (version-to-list, version=, version<, version<=): New funs for version
4533 comparison.
4534
4535 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4536
4537 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4538 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4539 time to silence the byte-compiler.
4540
4541 * ibuffer.el (ibuffer-compile-make-eliding-form)
4542 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4543 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4544 so it's silly to get warnings for it).
4545 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4546 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4547 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4548 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4549 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4550 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4551 Defvar at compile time.
4552 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4553 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4554 Declare them before use.
4555
4556 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4557 (info-xref-good, info-xref-bad): Defvar at compile time.
4558
4559 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4560 Use `let*' instead of `let'.
4561
4562 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4563 (*mouse-y*, menu, char): Defvar at compile time.
4564 (sc::menu): Declare it before use.
4565 (sc::pack-one-line): Use `let', not `let*'.
4566
4567 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4568 (mail-send-hook): Defvar at compile time.
4569
4570 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4571 Defvar at compile time.
4572
4573 * term/sun-mouse.el (current-global-mousemap)
4574 (current-local-mousemap): Declare them before use.
4575
4576 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4577
4578 * bookmark.el (bookmark-after-jump-hook): New hook.
4579 (bookmark-jump): Run `bookmark-after-jump-hook'.
4580
4581 2005-08-23 Juri Linkov <juri@jurta.org>
4582
4583 * faces.el (minibuffer-prompt): Doc fix.
4584
4585 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4586
4587 * progmodes/xscheme.el: Trivial changes to silence warnings.
4588 (xscheme-previous-mode, xscheme-previous-process-state):
4589 Add defvars.
4590 (xscheme-last-input-end, xscheme-process-command-line)
4591 (xscheme-process-name, xscheme-buffer-name)
4592 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4593 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4594 (xscheme-control-g-synchronization-p)
4595 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4596 (default-xscheme-runlight, xscheme-runlight)
4597 (xscheme-runlight-string, xscheme-process-filter-state)
4598 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4599 Move to beginning of file.
4600 (scheme-interaction-mode-commands-alist)
4601 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4602 Declare them before use. Note: the initialization code for the variables
4603 has not been moved because it uses functions that reference the variables.
4604 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4605 (xscheme-prompt-for-expression-map): Declare them before use.
4606 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4607
4608 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4609
4610 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4611
4612 2005-08-22 Juri Linkov <juri@jurta.org>
4613
4614 * faces.el (set-face-underline): Delete this duplicate function
4615 and make an obsolete alias to set-face-underline-p.
4616 (set-face-underline-p): Use docstring of set-face-underline.
4617 (describe-face): Create hyperlink to parent face.
4618
4619 * info.el (Info-insert-dir): Use save-excursion around
4620 insert-buffer-substring.
4621 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4622 (Info-escape-percent): Delete function.
4623 (Info-fontify-node): Replace Info-escape-percent by
4624 replace-regexp-in-string with REP arg set to lambda that
4625 duplicates `%' and preserves text properties.
4626
4627 * progmodes/compile.el (compilation-disable-input): Doc fix.
4628 (define-compilation-mode): Doc fix and refill.
4629 (kill-compilation): Use `mode-name' in the error message.
4630 (compilation-find-file): Use `compilation-error' in the
4631 read-file-name's prompt.
4632
4633 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4636 (smerge-auto-leave): Make undo re-enable the mode.
4637 (debug-ignored-errors): Add the user-error of impossible resolution.
4638 (smerge-resolve): Move things around a bit, in preparation for later.
4639 (smerge-diff): Don't fail if the buffer has no associated file.
4640 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4641 (smerge-conflict-overlay): New function.
4642 (smerge-match-conflict): Don't add text properties here.
4643 (smerge-find-conflict): Instead, add an overlay here.
4644 Also check for the case where we're inside a conflict already, so as to
4645 obviate the need for font-lock-multiline, which is unbearably slow with
4646 large conflicts and ciomplex font-lock patterns.
4647 (smerge-remove-props): Remove overlay rather than text-properties.
4648 (smerge-mode): Don't set font-lock-multiline.
4649 Remove overlays when turned off.
4650
4651 2005-08-21 Kim F. Storm <storm@cua.dk>
4652
4653 * ido.el (ido-ignore-item-p): Use save-match-data.
4654 Bind case-fold-search to ido-case-fold locally.
4655
4656 2005-08-20 Richard M. Stallman <rms@gnu.org>
4657
4658 * files.el (normal-mode): If font lock is on, turn it off and on.
4659
4660 * subr.el (replace-regexp-in-string): Doc fix.
4661
4662 * startup.el (command-line-1): Don't suppress startup screen
4663 due to existing processes.
4664
4665 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4666
4667 * progmodes/compile.el (compilation-disable-input): Default to nil.
4668
4669 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4670
4671 * progmodes/compile.el (compilation-disable-input): New defcustom.
4672 (compilation-start): If compilation-disable-input is non-nil, send
4673 EOF to the compilation process.
4674
4675 2005-08-20 Eli Zaretskii <eliz@gnu.org>
4676
4677 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4678 Run the argument of tex-shell-cd-command through
4679 convert-standard-filename, to get the correct style of slashes on
4680 Windows, and enclose the result in quotes, in case the file name
4681 includes whitespace or other special characters.
4682
4683 2005-08-19 Andreas Schwab <schwab@suse.de>
4684
4685 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4686 process.
4687
4688 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4689
4690 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4691
4692 2005-08-18 Kim F. Storm <storm@cua.dk>
4693
4694 * scroll-lock.el: Fix errors due to incorrect line wrapping.
4695
4696 2005-08-18 Richard M. Stallman <rms@gnu.org>
4697
4698 * scroll-lock.el: New file.
4699
4700 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
4701
4702 * dired.el (dired-move-to-end-of-filename):
4703 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4704
4705 2005-08-18 Kim F. Storm <storm@cua.dk>
4706
4707 * ido.el (ido-everywhere): Fix defcustom :set function to disable
4708 rather than toggle mode when custom value is nil.
4709 (ido-everywhere): Fix defun doc string.
4710
4711 2005-08-17 Richard M. Stallman <rms@gnu.org>
4712
4713 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4714 as tag instead of "Inviolable".
4715
4716 2005-08-17 Kim F. Storm <storm@cua.dk>
4717
4718 * windmove.el (windmove-coordinates-of-position): Remove.
4719 (windmove-coordinates-of-window-position): Remove.
4720 (windmove-reference-loc): Use posn-at-point instead.
4721
4722 * subr.el (insert-for-yank-1): Doc fix.
4723
4724 * ido.el (ido-enter-matching-directory): Rename from
4725 ido-enter-single-matching-directory. Change 'slash choice to
4726 'only. Add 'first choice.
4727 (ido-exhibit): Adapt to above changes.
4728
4729 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
4730
4731 * Makefile.in: Expand comment about building loaddefs.el.
4732
4733 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
4734
4735 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4736 Comment use of defadvice.
4737
4738 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4739
4740 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
4741
4742 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4743 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4744 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4745 * progmodes/idlw-shell.el, progmodes/ld-script.el,
4746 * progmodes/which-func.el, ruler-mode.el, strokes.el,
4747 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4748 for backward compatibility for faces that did not appear in the
4749 previous Emacs release.
4750
4751 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4752
4753 2005-08-15 Kim F. Storm <storm@cua.dk>
4754
4755 * emulation/cua-base.el (cua-delete-region): Return t if
4756 deleted region was non-empty.
4757 (cua-replace-region): Inhibit overwrite-mode for
4758 self-insert-command if replaced region was non-empty.
4759 (cua--explicit-region-start, cua--status-string): Make them
4760 buffer-local at top-level...
4761 (cua-mode): ...rather than when mode is enabled.
4762
4763 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
4764
4765 * progmodes/vhdl-mode.el (vhdl-emacs-21):
4766 Set t for Emacs 21, 22, and so on.
4767
4768 2005-08-15 David Ponce <david@dponce.com>
4769
4770 * tree-widget.el: Update Commentary header.
4771 (tree-widget-theme): Doc fix.
4772 (tree-widget-space-width): New option.
4773 (tree-widget-image-properties): Look up in the default theme too.
4774 (tree-widget--cursors): Only for images with arrow pointer shape.
4775 (tree-widget-lookup-image): Pointer shape is hand by default.
4776 (tree-widget-icon): Rename generic icon widget from
4777 `tree-widget-control'.
4778 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4779 derive from `tree-widget-icon'.
4780 (tree-widget-handle): Improve default look and feel of the text
4781 representation.
4782 (tree-widget): Rename :*-control properties to :*-icon properties.
4783 Add :action and :help-echo properties.
4784 (tree-widget-after-toggle-functions): Move.
4785 (tree-widget-close-node, tree-widget-open-node): Remove.
4786 (tree-widget-before-create-icon-functions): New hook.
4787 (tree-widget-value-create): Update to allow customization of icons
4788 and nodes at run-time via that new hook.
4789 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4790 (tree-widget-icon-action, tree-widget-icon-help-echo)
4791 (tree-widget-action, tree-widget-help-echo): New functions.
4792
4793 2005-08-15 Kim F. Storm <storm@cua.dk>
4794
4795 * ido.el (ido-buffer-internal): Use with-no-warnings.
4796 (ido-make-merged-file-list): Use while-no-input.
4797
4798 2005-08-15 Richard M. Stallman <rms@gnu.org>
4799
4800 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4801 (flyspell-large-region): Fix doc and custom type.
4802
4803 2005-08-14 Richard M. Stallman <rms@gnu.org>
4804
4805 * files.el (interpreter-mode-alist): Doc fix.
4806
4807 * mail/rmail.el (rmail-nonignored-headers): New variable.
4808 (rmail-clear-headers): Use it.
4809 (rmail-reply): Better handling of mail-followup-to header.
4810
4811 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4812 Rename variable from sh-font-lock-keywords. In the `shell' entry,
4813 don't try to refer to executable-font-lock-keywords.
4814 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4815 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4816 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4817 (sh-mode): Set comment-start-skip, local-abbrev-table,
4818 imenu-case-fold-search.
4819 (sh-set-shell): Don't set them here.
4820 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
4821 Don't cache the results in the original alist; don't ever modify
4822 that alist.
4823
4824 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4825
4826 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4827 empty.
4828
4829 2005-08-15 Andreas Schwab <schwab@suse.de>
4830
4831 * desktop.el: Put autoload cookie at risky-local-variable declarations.
4832
4833 * dired.el, info.el, mail/rmail.el: Revert last change.
4834
4835 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
4836
4837 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4838 modification in `eval-after-load' form.
4839 * info.el: Likewise.
4840 * mail/rmail.el: Likewise.
4841
4842 2005-08-14 Juri Linkov <juri@jurta.org>
4843
4844 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4845 Remove highlighting of "Compilation started". Highlight only
4846 the word "finished" in "Compilation finished". Add highlighting
4847 of "interrupt", "killed", "terminated" and the exit code.
4848 (compilation-start): Add newline after header. Use exactly the
4849 same time stamp format as the finishing message.
4850 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4851
4852 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4853 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4854 Add highlighting of "interrupt", "killed", "terminated".
4855
4856 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4857 enabled and the current command is self-insert-command, call it
4858 explicitly with overwrite-mode bound to nil, to not allow it
4859 to delete the character after the selected region.
4860
4861 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
4862
4863 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4864 move-end-of-line, end-of-line, and beginning-of-line to the list
4865 of commands after which the echo area is updated.
4866
4867 2005-08-12 Eli Zaretskii <eliz@gnu.org>
4868
4869 * cus-edit.el (custom-save-all, custom-save-delete):
4870 Bind recentf-exclude to exclude custom-file.
4871
4872 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
4873
4874 * mail/rmailsum.el (rmail-summary-end-of-message): New command
4875 to go to the bottom of the mail message. Added to
4876 `rmail-summary-mode-map' with key "/".
4877 (rmail-summary-show-message): New (internal) function for use by
4878 both `rmail-summary-beginning/end-of-message'.
4879 (rmail-summary-beginning-of-message): Change to use
4880 rmail-summary-show-message.
4881
4882 * mail/rmail.el (rmail-end-of-message): New command to go to the
4883 end of the current message. Added to `rmail-mode-map' with key "/".
4884 (rmail-beginning-of-message): Fix to work as documented.
4885 (rmail-mode): Change documentation.
4886
4887 * progmodes/compile.el (compilation-start): Add the line
4888 "Compilation started" with compilation start time.
4889 (compilation-mode-font-lock-keywords): Add `started' to keywords.
4890
4891 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
4892
4893 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
4894 of menu items.
4895
4896 2005-08-11 Richard M. Stallman <rms@gnu.org>
4897
4898 * simple.el (pop-global-mark): Reverse test of widen-automatically.
4899
4900 * battery.el (battery-status-function): Don't use ignore-errors.
4901
4902 2005-08-11 Lute Kamstra <lute@gnu.org>
4903
4904 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
4905 define-obsolete-variable-alias.
4906
4907 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
4910 (ange-ftp-send-cmd): Revert last change, and expand
4911 the comment explaining the problem.
4912
4913 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
4914
4915 * ldefs-boot.el: Update.
4916
4917 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
4918 item to "Time, Load and Mail". Change help echo text.
4919
4920 * time.el (display-time-use-mail-icon, display-time-format)
4921 (display-time-string-forms): Shorten first line of docstrings.
4922
4923 2005-08-10 Lars Hansen <larsh@soem.dk>
4924
4925 * desktop.el (desktop-buffer-mode-handlers):
4926 Make non-customizable. Add autoload cookie. Change initial value to
4927 nil; add elements in respective modules instead. Fix doc string.
4928 (desktop-load-file): New function.
4929 (desktop-minor-mode-handlers): New autoloaded variable.
4930 (desktop-create-buffer): Call minor mode handlers.
4931 Use desktop-load-file to load major and minor mode modules prior to
4932 checking for a handler.
4933 (desktop-save): Don't add nil to desktop-minor-modes for minor
4934 modes with nil function in desktop-minor-mode-table. Don't delete
4935 desktop file before rewriting it.
4936 (desktop-locals-to-save): Add autoload cookie. Don't make
4937 automatically buffer-local. Add variables column-number-mode,
4938 size-indication-mode, indent-tabs-mode,
4939 indicate-buffer-boundaries, indicate-empty-lines and
4940 show-trailing-whitespace.
4941 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
4942 regexps. Don't use desktop-clear-preserve-buffers-regexp.
4943 (desktop-clear-preserve-buffers-regexp): Delete.
4944 (desktop-clear-preserve-buffers): Update initial value and docstring.
4945 (desktop-save-buffer): Fix doc string.
4946
4947 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
4948 (hilit-chg-desktop-restore): New function.
4949 (highlight-changes-mode): Add highlight-changes-mode to
4950 desktop-locals-to-save.
4951
4952 * dired.el: Add handler to desktop-buffer-mode-handlers.
4953 (dired-restore-desktop-buffer): Remove autoload cookie.
4954 (dired-mode): Add autoload cookie.
4955
4956 * info.el: Add handler to desktop-buffer-mode-handlers.
4957 (Info-restore-desktop-buffer): Remove autoload cookie.
4958 (Info-mode): Add autoload cookie.
4959
4960 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
4961 (mh-restore-desktop-buffer): Remove autoload cookie.
4962 (mh-folder-mode): Add autoload cookie.
4963
4964 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
4965 (rmail-restore-desktop-buffer): Remove autoload cookie.
4966
4967 2005-08-11 Masatake YAMATO <jet@gyve.org>
4968
4969 * hexl.el (hexl-address-region):
4970 (hexl-ascii-region, hexl-font-lock-keywords):
4971 (hexl-highlight-line-range): Use the term "region"
4972 instead of "area" for consistency with the other symbols
4973 defined in hexl.el.
4974
4975 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4976
4977 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
4978 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
4979 out by Juri Linkov). Add `display-battery-mode'.
4980
4981 2005-08-09 Juri Linkov <juri@jurta.org>
4982
4983 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4984 Remove `-text' from face variable names.
4985 (compilation-error-file-name, compilation-warning-file-name)
4986 (compilation-info-file-name): Delete faces.
4987 (compilation-line-number, compilation-column-number):
4988 Remove face underlining.
4989 (compilation-message-face): Set to `underline' value by default.
4990 (compilation-error-face, compilation-warning-face)
4991 (compilation-info-face): Remove `-file-name' from face names.
4992 (compilation-error-text-face, compilation-warning-text-face)
4993 (compilation-info-text-face): Delete face variables.
4994 (compilation-text-face): Delete function.
4995
4996 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
4997 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
4998 (grep-error-face): Set to `compilation-error' instead of
4999 `compilation-error-face' (which is redefined to `grep-hit-face' in
5000 grep buffers).
5001 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5002 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5003
5004 * dired-aux.el (dired-do-query-replace-regexp):
5005 Use `query-replace-read-args'.
5006
5007 * replace.el (query-replace-read-from, query-replace-read-to)
5008 (query-replace-read-args): Rename arg `string' to `prompt'.
5009
5010 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5011
5012 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5013
5014 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5015 uploading files.
5016 (ange-ftp-canonize-filename): Handle file names beginning with ~
5017 correctly.
5018
5019 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5020
5021 * textmodes/fill.el (canonically-space-region)
5022 (fill-context-prefix, fill-french-nobreak-p)
5023 (fill-delete-newlines, fill-comment-paragraph)
5024 (justify-current-line): "?\ " -> "?\s".
5025
5026 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5027
5028 * textmodes/fill.el (fill-nonuniform-paragraphs):
5029 Improve argument/docstring consistency.
5030
5031 2005-08-09 Richard M. Stallman <rms@gnu.org>
5032
5033 * textmodes/ispell.el (ispell-word): More fboundp checks.
5034
5035 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5036 (find-file-noselect-1): Call it here, only if RAWFILE.
5037 (normal-mode): Always set some major mode.
5038 (save-some-buffers-action-alist): Change some explanation strings.
5039 (file-name-non-special): In the `quote' method, use unwind-protect.
5040
5041 2005-08-09 Magnus Henoch <mange@freemail.hu>
5042
5043 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5044 (ispell-have-aspell-dictionaries): New variable.
5045 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5046 (ispell-get-aspell-config-value): New function.
5047 (ispell-aspell-find-dictionary): New function.
5048 (ispell-aspell-add-aliases): New function.
5049 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5050 appropriate. Don't look for ispell dictionaries if we use aspell.
5051 (ispell-menu-map): Don't build a submenu of dictionaries.
5052
5053 2005-08-09 Richard M. Stallman <rms@gnu.org>
5054
5055 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5056 (sql-read-passwd): Use read-passwd.
5057
5058 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5059 (idlwave-toolbar-is-possible): Add defvars.
5060
5061 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5062 Avoid warnings.
5063
5064 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5065 (idlwave-system-class-info, idlwave-executive-commands-alist):
5066 Use defvar.
5067
5068 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5069
5070 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5071 Avoid warnings.
5072
5073 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5074 and content-type: headers.
5075
5076 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5077
5078 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5079 and rename some of them to be more self-explanatory.
5080
5081 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5082
5083 * startup.el (command-line-1): Implement -scriptload.
5084
5085 * replace.el (occur-engine): Initial *Occur* output not undoable.
5086
5087 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5088 and improve help strings.
5089
5090 * isearch.el (isearch-repeat): When changing direction,
5091 mark search successful.
5092
5093 * ediff-init.el: Use (featurep 'xemacs).
5094
5095 * comint.el (send-invisible): Identify buffer, if not selected.
5096
5097 * align.el: Delete autoload for c-guess-basic-syntax.
5098
5099 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5102 Improve argument/docstring consistency. Doc fixes.
5103 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5104 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5105 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5106 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5107 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5108 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5109 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5110 Defvar at compile time.
5111
5112 2005-08-09 Juri Linkov <juri@jurta.org>
5113
5114 * info.el: Replace `info' with upper-case `Info' where appropriate.
5115 (info-title-1, info-title-2, info-title-3, info-title-4)
5116 (info-menu-header): Move up face definitions.
5117 (info-menu-star): Rename from `info-menu-5'.
5118 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5119 (Info-fontify-visited-nodes): Fix docstring.
5120 (Info-hide-note-references): Fix docstring.
5121 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5122 menu items in the same way as on cross-references.
5123 (info-apropos): Fix sorting order and formatting to be like in the
5124 stand-alone Info browser. Display error messages for 1 sec.
5125 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5126 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5127 from the menu bar.
5128 (Info-insert-dir): Restore point after calling
5129 `insert-buffer-substring'.
5130
5131 2005-08-08 Richard M. Stallman <rms@gnu.org>
5132
5133 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5134 (recompute-lucid-menubar): Add defvars.
5135
5136 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5137
5138 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5139
5140 * net/net-utils.el (run-dig): Rename from `dig'.
5141
5142 * play/gametree.el (gametree-mode): Use make-local-variable,
5143 not make-variable-buffer-local.
5144
5145 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5146
5147 * ansi-color.el (ansi-color-make-extent)
5148 (ansi-color-set-extent-face): Use fboundp, not functionp.
5149
5150 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5151 not make-variable-buffer-local.
5152
5153 * bookmark.el (Info-current-file): Add defvar.
5154 (bookmark-jump-noselect): Use with-no-warnings.
5155
5156 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5157
5158 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5159
5160 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5161
5162 * find-file.el (ada-procedure-start-regexp)
5163 (ada-package-start-regexp): Add defvars.
5164
5165 * info.el (Info-insert-dir): Use insert-buffer-substring.
5166
5167 * xml.el (xml-att-def-re): Add defvar.
5168
5169 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5170 calling convention.
5171
5172 * subr.el (while-no-input): Return t if there is input.
5173
5174 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5175
5176 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5177
5178 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5179
5180 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5181 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5182
5183 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5184
5185 * cmuscheme.el (scheme-start-file): Replace reference to
5186 `user-emacs-directory' by "~/.emacs.d/".
5187
5188 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5189
5190 * info.el (Info-dir-remove-duplicates): Avoid case folding
5191 in loop; instead, keep downcased strings for comparison.
5192 Suggested by Helmut Eller.
5193
5194 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5195
5196 Sync with Tramp 2.0.50.
5197
5198 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5199 XEmacs case; not necessary anymore.
5200 (tramp-user-regexp): Allow "@" as part of user name.
5201 (tramp-handle-set-visited-file-modtime)
5202 (tramp-handle-insert-file-contents)
5203 (tramp-handle-write-region): No special handling for
5204 `last-coding-system-used, because this is done in
5205 `tramp-accept-process-output' now.
5206 (tramp-accept-process-output): New defun.
5207 (tramp-process-one-action, tramp-process-one-multi-action)
5208 (tramp-wait-for-regexp, tramp-wait-for-output)
5209 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5210 Howells <dhowells@redhat.com>.
5211 (clear-visited-file-modtime): Defadvice removed. The check for
5212 unset buffer's modtime does not need to be based on
5213 `tramp-buffer-file-attributes'. Suggested by RMS.
5214 (tramp-message): Insert "\n" if not being at beginning of line.
5215 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5216 sequence with same logic.
5217 (tramp-completion-handle-expand-file-name): Discard call of
5218 `tramp-drop-volume-letter'. It is not necessary, and there have
5219 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5220 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5221 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5222 should always be visible.
5223 (tramp-handle-insert-directory, tramp-setup-complete)
5224 (tramp-set-process-query-on-exit-flag)
5225 (tramp-append-tramp-buffers): Pacify byte-compiler.
5226 (tramp-bug): Delete non-existing variables from list.
5227 Apply `tramp-load-report-modules' as pre-hook.
5228 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5229 `shell-prompt-pattern' because of non-7bit characters.
5230 Reported by Sebastian Luque <sluque@mun.ca>.
5231 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5232 (tramp-match-string-list): Remove function.
5233 (tramp-wait-for-regexp): Remove call of that function.
5234 Suggested by Kim F. Storm <storm@cua.dk>.
5235 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5236 instead of octal character code ?\600. The latter resulted in a
5237 syntax error with XEmacs.
5238
5239 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5240 XEmacs case; not necessary anymore.
5241 (tramp-smb-handle-write-region): No special handling for
5242 `last-coding-system-used, because this is done in
5243 `tramp-accept-process-output' now.
5244 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5245
5246 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5247
5248 * wid-edit.el (widget-choice-value-create):
5249 Unconditionally respect user choice. Set :explicit-choice back to nil
5250 when no longer needed.
5251 (widget-choice-action): Unconditionally respect user choice.
5252 Eliminate :explicit-choice-value.
5253
5254 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5255
5256 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5257 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5258 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5259 running new function `toggle-indicate-empty-lines'.
5260 Rename "Customize" item to "Customize fringe".
5261 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5262 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5263 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5264 Delete "Empty lines only" item.
5265 (menu-bar-showhide-fringe-ind-customize): New function.
5266 (menu-bar-showhide-fringe-ind-mixed)
5267 (menu-bar-showhide-fringe-ind-box)
5268 (menu-bar-showhide-fringe-ind-right)
5269 (menu-bar-showhide-fringe-ind-left)
5270 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5271 instead of `fringe-indicators'.
5272
5273 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5274
5275 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5276 Change the date of last update.
5277
5278 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5279
5280 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5281 (viper-exec-yank, viper-put-back): Don't display modification msg
5282 if in the minibuffer.
5283
5284 * viper-init.el (viper-replace-overlay-cursor-color)
5285 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5286 Make variables frame local.
5287
5288 * viper-util.el (viper-append-filter-alist): Use append instead of
5289 nconc.
5290
5291 * viper.el (viper-vi-state-mode-list)
5292 (viper-emacs-state-mode-list): Move help-mode and
5293 completion-list-mode from the first list to the second.
5294 (viper-mode): Docstring.
5295 (viper-go-away, viper-non-hook-settings): Don't localize
5296 minor-mode-alist in newer Emacsen. Add advice to
5297 set-cursor-color. Don't bind "\C-c\\".
5298
5299 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5300
5301 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5302 (scheme-macro-expand-command): New user options.
5303 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5304 (scheme-form-at-point, scheme-start-file)
5305 (scheme-interactively-start-process): New functions.
5306 (scheme-get-process): New function, extracted from `scheme-proc'.
5307 (run-scheme): Call `scheme-start-file' to get start file, and pass
5308 it to `make-comint'.
5309 (switch-to-scheme, scheme-proc):
5310 Call `scheme-interactively-start-process' if no Scheme buffer/process
5311 is available.
5312
5313 2005-08-06 Juri Linkov <juri@jurta.org>
5314
5315 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5316 Use `compilation-text-face', `compilation-info-text-face' and
5317 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5318 (compilation-error): New face.
5319 (compilation-error-file-name): Inherit from
5320 `compilation-error' instead of `font-lock-warning-face'.
5321 (compilation-warning-file-name): Inherit from
5322 `compilation-warning' instead of `font-lock-warning-face'.
5323 (compilation-info, compilation-error-file-name)
5324 (compilation-warning-file-name, compilation-info-file-name)
5325 (compilation-line-number, compilation-column-number): Doc fix.
5326 (compilation-error-text-face, compilation-warning-text-face)
5327 (compilation-info-text-face): New face variables.
5328 (compilation-line-face, compilation-column-face)
5329 (compilation-enter-directory-face)
5330 (compilation-leave-directory-face): Doc fix.
5331 (compilation-text-face): New function.
5332
5333 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5334 instead of 1 to display binary file names as info file links.
5335 (grep-error-face): Use `compilation-error-face' instead of
5336 `font-lock-keyword-face'.
5337 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5338 and `compilation-warning-text-face' instead of
5339 `font-lock-keyword-face'. Use `compilation-error-text-face'
5340 instead of `grep-error-face'.
5341
5342 2005-08-05 Kenichi Handa <handa@m17n.org>
5343
5344 * international/code-pages.el: Add autoload cookies for all coding
5345 systems.
5346
5347 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5348
5349 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5350
5351 2005-08-04 Juri Linkov <juri@jurta.org>
5352
5353 * progmodes/compile.el (compilation-mode-map):
5354 * progmodes/grep.el (grep-mode-map):
5355 Bind TAB to `compilation-next-error' and [backtab] to
5356 `compilation-previous-error'.
5357
5358 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5359 matching line numbers, column numbers and their ranges with regexp
5360 matching only line numbers.
5361 (grep-context-face): New face variable.
5362 (grep-mode-font-lock-keywords): Use it.
5363
5364 * faces.el (read-face-name): Delete duplicate faces.
5365
5366 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5367
5368 * thumbs.el (thumbs-find-image): Don't make variables
5369 automatically buffer local.
5370 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5371 (thumbs-image-num): Make automatically buffer local.
5372 (thumbs-show-thumbs-list): Use `make-local-variable', not
5373 `make-variable-buffer-local'.
5374 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5375
5376 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5377 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5378 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5379 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5380 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5381 (feelings-about, foullst, found, hello, history, howareyoulst)
5382 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5383 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5384 (neglst, obj, object, owner, please, problems, qlist)
5385 (random-adjective, relation, remlst, repetitive-shortness)
5386 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5387 (shortlst, something, sportslst, stallmanlst, states, subj)
5388 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5389 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5390 Defvar at compile time.
5391
5392 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5393 not `make-variable-buffer-local'.
5394
5395 2005-08-02 Kim F. Storm <storm@cua.dk>
5396
5397 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5398 rectangle overlay in selected window.
5399
5400 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5401
5402 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5403 instead of display group. Make `indicate-buffer-boundaries'
5404 customizable through Custom.
5405
5406 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5407
5408 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5409 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5410 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5411 (gdb-put-string): Fix typos in docstrings.
5412
5413 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5414
5415 Update copyright notices of files in progmodes directory for
5416 release of Emacs 22.1.
5417
5418 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5419
5420 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5421 Don't barf if the GUD buffer has been killed.
5422
5423 2005-08-01 Kim F. Storm <storm@cua.dk>
5424
5425 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5426
5427 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * simple.el (next-error-follow-minor-mode):
5430 make-variable-buffer-local -> make-local-variable.
5431
5432 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5433
5434 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5435 (byte-compile-form-make-variable-buffer-local): New functions to warn
5436 about misuses of make-variable-buffer-local where make-local-variable
5437 was meant.
5438
5439 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * bs.el (bs-attributes-list): Doc fix.
5442 (bs): Update url-link.
5443
5444 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5445 (desktop-load-default): Simplify.
5446
5447 * ibuffer.el (ibuffer-columnize-and-insert-list)
5448 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5449 (ibuffer-unmark-all, ibuffer-toggle-marks)
5450 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5451 (ibuffer-compile-make-format-form, ibuffer-format-column)
5452 (ibuffer-current-buffers-with-marks)
5453 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5454 (ibuffer): Doc fix.
5455 (ibuffer-mode): Fix typo in docstring.
5456 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5457 with `define-obsolete-variable-alias'.
5458 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5459
5460 2005-07-29 Kenichi Handa <handa@m17n.org>
5461
5462 * international/mule-cmds.el (select-message-coding-system):
5463 Be sure to use LF for end-of-line. If no coding system is decided,
5464 return iso-8859-1-unix.
5465
5466 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5469 (ange-ftp-pending-error-line): New vars.
5470 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5471 to handle the non-fatal no-route-to-host messages.
5472 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5473
5474 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5475
5476 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5477 (isearch-quote-char, isearch-printing-char)
5478 (isearch-text-char-description): "?\ " -> "?\s".
5479 (isearch-lazy-highlight-cleanup)
5480 (isearch-lazy-highlight-initial-delay)
5481 (isearch-lazy-highlight-interval)
5482 (isearch-lazy-highlight-max-at-a-time)
5483 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5484 Declare with define-obsolete-*-alias macros.
5485 (isearch-forward): Fix typo in docstring.
5486 (search-invisible, search-ring-yank-pointer)
5487 (regexp-search-ring-yank-pointer): Doc fixes.
5488
5489 * recentf.el (recentf-menu-append-commands-p): Declare with
5490 `define-obsolete-variable-alias'.
5491 (recentf-max-saved-items, recentf-menu-filter)
5492 (recentf-arrange-by-rule-subfilter): Doc fixes.
5493 (recentf-menu-append-commands-flag)
5494 (recentf-initialize-file-name-history, recentf-expand-file-name)
5495 (recentf-clear-data): Fix typos in docstrings.
5496
5497 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5498
5499 * progmodes/gdb-ui.el: Smarten comments.
5500 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5501
5502 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5503
5504 * term/apollo.el (terminal-init-apollo): New function containing
5505 all former top level forms in the file.
5506 * term/bobcat.el (terminal-init-bobcat):
5507 * term/cygwin.el (terminal-init-cygwin):
5508 * term/iris-ansi.el (terminal-init-iris-ansi):
5509 * term/linux.el (terminal-init-linux):
5510 * term/news.el (terminal-init-news):
5511 * term/rxvt.el (terminal-init-rxvt):
5512 * term/sun.el (terminal-init-sun):
5513 * term/tvi970.el (terminal-init-tvi970):
5514 * term/vt100.el (terminal-init-vt100):
5515 * term/vt102.el (terminal-init-vt102):
5516 * term/vt125.el (terminal-init-vt125):
5517 * term/vt200.el (terminal-init-vt200):
5518 * term/vt201.el (terminal-init-vt201):
5519 * term/vt220.el (terminal-init-vt220):
5520 * term/vt240.el (terminal-init-vt240):
5521 * term/vt300.el (terminal-init-vt300):
5522 * term/vt320.el (terminal-init-vt320):
5523 * term/vt400.el (terminal-init-vt400):
5524 * term/vt420.el (terminal-init-vt420):
5525 * term/wyse50.el (terminal-init-wyse50):
5526 * term/xterm.el (terminal-init-xterm): Likewise.
5527
5528 * term/README: Describe the terminal-init-* functionality.
5529
5530 * startup.el (command-line): After loading the terminal initialization
5531 file call the corresponding terminal initialization function.
5532
5533 2005-07-27 Kenichi Handa <handa@m17n.org>
5534
5535 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5536 negative.
5537
5538 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5539 (ps-mule-composition-prologue): Fix for the case that
5540 RelativeCompose is false.
5541
5542 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5545
5546 * descr-text.el (describe-char): Handle the case where the list of
5547 chars is displayed in a separate frame.
5548 Be a bit more discriminating when looking for the char.
5549
5550 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5551
5552 * bookmark.el (bookmark-automatically-show-annotations)
5553 (bookmark-read-annotation-text-func): Doc fixes.
5554 (bookmark-save): Improve argument/docstring consistency.
5555 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5556 (bookmark-alist-from-buffer)
5557 (bookmark-upgrade-file-format-from-0)
5558 (bookmark-grok-file-format-version)
5559 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5560 (bookmark-read-annotation-mode)
5561 (bookmark-insert-current-bookmark, bookmark-jump)
5562 (bookmark-exit-hook): Fix typos in docstrings.
5563 (bookmark-exit-hooks): Define as obsolete alias.
5564 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5565 not `bookmark-exit-hooks'. Fix docstring.
5566 (bookmark-bmenu-select): "?\ " -> "?\s".
5567
5568 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5569
5570 * startup.el (command-line): Fix typo.
5571
5572 2005-07-24 Richard M. Stallman <rms@gnu.org>
5573
5574 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5575 not emacs-quick-startup.
5576
5577 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5578
5579 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5580 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5581 instead of `reb-with-current-window'.
5582 (reb-prev-match): Likewise. Also, don't move left if the search
5583 was unsuccessful.
5584 (reb-initialize-buffer): New function.
5585 (re-builder, reb-change-syntax): Use it.
5586
5587 * man.el (Man-goto-page): Make second argument NOERROR optional.
5588
5589 2005-07-23 Richard M. Stallman <rms@gnu.org>
5590
5591 * man.el (Man-bgproc-sentinel): Check here for failure to find
5592 any man page in the output, and report the error here.
5593 (Man-arguments): Make it permanent local.
5594 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5595 (Man-mode): Pass t for NOERROR.
5596
5597 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5598 (grep-mode-font-lock-keywords):
5599 Don't use compilation-...-face for messages that are not file names.
5600
5601 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5602 Don't use compilation-...-face for messages that are not file names.
5603
5604 2005-07-22 Juri Linkov <juri@jurta.org>
5605
5606 * startup.el (normal-splash-screen): Update menu name.
5607
5608 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5609
5610 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5611
5612 * term/xterm.el: Load term/rxvt if the terminal is actually an
5613 rxvt terminal.
5614 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5615
5616 * term/rxvt.el (function-key-map): Use substitute-key-definition
5617 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5618
5619 * term/cygwin.el: New file.
5620
5621 2005-07-22 Kim F. Storm <storm@cua.dk>
5622
5623 * image-file.el (insert-image-file, image-file-yank-handler):
5624 Fix last change to maintain a (unique) yank-handler on yanked images.
5625
5626 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5627
5628 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5629 of the file size (as in "177B" for 177 bytes). This happens with
5630 "ls -lh" on FreeBSD.
5631
5632 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
5633
5634 * hilit-chg.el (highlight-changes-global-initial-state)
5635 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5636 (hilit-chg-fixup, highlight-changes-mode):
5637 Fix typos in docstrings.
5638 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5639 Doc fixes.
5640
5641 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5642
5643 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5644 mode function using `eval-after-load'.
5645
5646 2005-07-21 Kim F. Storm <storm@cua.dk>
5647
5648 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5649 included when reporting an emacs crash, and tell about the DEBUG file.
5650
5651 * image-file.el (insert-image-file): Add yank-handler.
5652 (image-file-yank-handler): Yank handler to make unique copies of
5653 images when they are yanked into a buffer next to each other.
5654
5655 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5656
5657 * comint.el (comint-use-prompt-regexp, comint-send-input)
5658 (comint-source-default, comint-extract-string)
5659 (comint-get-source, comint-word, comint-completion)
5660 (comint-source, comint-prompt-read-only, comint-update-fence):
5661 Fix typos in docstrings.
5662 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5663 Declare with define-obsolete-*-alias macros.
5664 (comint-previous-matching-input-from-input)
5665 (comint-next-matching-input-from-input)
5666 (comint-previous-matching-input, comint-next-matching-input)
5667 (comint-forward-matching-input):
5668 Improve argument/docstring consistency.
5669
5670 * desktop.el (desktop-clear-preserve-buffers-regexp):
5671 Also preserve the *server* buffer.
5672
5673 * simple.el (clone-indirect-buffer): Doc fix.
5674 (fixup-whitespace, just-one-space)
5675 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5676 (next-error, next-error-highlight)
5677 (next-error-highlight-no-select, next-error-last-buffer)
5678 (next-error-buffer-p, next-error-find-buffer, next-error)
5679 (previous-error, next-error-no-select, previous-error-no-select)
5680 (open-line, split-line, minibuffer-prompt-width, kill-new)
5681 (binary-overwrite-mode): Fix typos in docstrings.
5682 (set-fill-column): Fix typo in message.
5683
5684 * skeleton.el (skeleton-proxy-new): Doc fix.
5685
5686 * strokes.el (strokes-load-hook): Doc fix.
5687 (strokes-grid-resolution, strokes-get-grid-position)
5688 (strokes-renormalize-to-grid, strokes-read-stroke)
5689 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5690 (strokes-global-map): Fix typos in docstrings.
5691 (strokes-help): Doc fix. Fix help message and pass it through
5692 `substitute-command-keys'.
5693
5694 * tempo.el (tempo-insert-prompt, tempo-interactive)
5695 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5696 (tempo-insert-string-functions, tempo-local-tags)
5697 (tempo-define-template, tempo-insert-template)
5698 (tempo-insert-prompt-compat, tempo-is-user-element)
5699 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5700 Fix typos in docstrings.
5701
5702 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5703 (vcursor-key-bindings, vcursor-use-vcursor-map)
5704 (vcursor-find-window, vcursor-scroll-down)
5705 (vcursor-disable, vcursor-beginning-of-buffer)
5706 (vcursor-end-of-buffer): Fix typos in docstrings.
5707 (vcursor-relative-move, vcursor-get-char-count):
5708 Improve argument/docstring consistency.
5709
5710 * version.el: "?\ " -> "?\s".
5711
5712 * wid-edit.el (widget-default-create, widget-after-change)
5713 (widget-default-format-handler, widget-checklist-add-item)
5714 (widget-radio-add-item, widget-choose, widget-specify-secret)
5715 (widget-field-value-create, widget-field-value-get)
5716 (widget-editable-list-format-handler)
5717 (widget-editable-list-entry-create, widget-group-value-create)
5718 (widget-documentation-link-add)
5719 (widget-documentation-string-value-create): "?\ " -> "?\s".
5720 (widget-convert-text): Doc fix.
5721 (widget-narrow-to-field, widget-field-find)
5722 (widget-url-link-action, widget-emacs-library-link-action)
5723 (widget-color-notify): Fix typos in docstrings.
5724
5725 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5726 (x-select-text, set-w32-system-coding-system)
5727 (w32-add-charset-info): Fix typos in docstrings.
5728
5729 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5730 (cua-enable-cua-keys, cua-use-hyper-key)
5731 (cua-virtual-rectangle-edges): Fix typos in docstrings.
5732 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5733
5734 * net/tramp.el (tramp-handle-load): Fix typo in error message.
5735
5736 * emacs-lisp/re-builder.el (regexp-builder): Declare with
5737 `defalias' instead of faking it.
5738
5739 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5740 (eshell-ls-missing, eshell-ls-dired-initial-args)
5741 (eshell-ls-use-in-dired): Fix typos in docstrings.
5742
5743 2005-07-20 Kim F. Storm <storm@cua.dk>
5744
5745 * emulation/cua-base.el (cua-mode): Improve doc string.
5746
5747 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5748
5749 * abbrev.el (expand-region-abbrevs): Doc fix.
5750 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5751 Improve argument/docstring consistency.
5752
5753 * arc-mode.el (archive-get-descr, archive-alternate-display):
5754 Doc fixes.
5755 (archive-l-e): Improve argument/docstring consistency.
5756 (archive-tmpdir, archive-unixdate, archive-unixtime)
5757 (archive-chmod-entry): Fix typos in docstrings.
5758 (archive-unflag, archive-unflag-backwards)
5759 (archive-unmark-all-files): "?\ " -> "?\s".
5760
5761 * buff-menu.el (Buffer-menu-unmark): Doc fix.
5762 (Buffer-menu-not-modified, Buffer-menu-execute)
5763 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5764 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5765
5766 * composite.el (compose-string, encode-composition-rule)
5767 (compose-last-chars): Fix typos in docstrings.
5768
5769 * desktop.el (desktop-enable, desktop-basefilename):
5770 Declare with `define-obsolete-variable-alias'.
5771 (desktop-internal-v2s): Don't quote keywords.
5772 (desktop-clear): "?\ " -> "?\s".
5773
5774 * dired.el (dired-align-file, dired-flag-backup-files)
5775 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5776 (dired-listing-switches, dired-ls-F-marks-symlinks)
5777 (dired-dwim-target, dired-load-hook, dired-mode-hook)
5778 (dired-directory, dired-faces, dired, dired-revert)
5779 (dired-mode, dired-summary, dired-view-file)
5780 (dired-copy-filename-as-kill, dired-delete-file)
5781 (dired-no-confirm, dired-unmark-all-marks)
5782 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5783 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5784 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5785 Fix typos in message strings.
5786
5787 * dired-x.el (virtual-dired): Declare with `defalias'.
5788 (dired-mark-unmarked-files, dired-local-variables-file)
5789 (dired-omit-here-always): Doc fix.
5790 (dired-omit-mode, dired-find-subdir)
5791 (dired-enable-local-variables, dired-clean-up-buffers-too)
5792 (dired-extra-startup, dired-mark-extension, dired-jump)
5793 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5794 (dired-smart-shell-command, dired-guess-shell-alist-user)
5795 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5796 (dired-x-bind-find-file, dired-x-submit-report):
5797 Fix typos in docstrings.
5798 (dired-mark-unmarked-files): "?\ " -> "?\s".
5799
5800 * dirtrack.el (dirtrack-list): Fix typos in docstring.
5801
5802 * faces.el (describe-face): "?\ " -> "?\s".
5803 (read-all-face-attributes, read-face-font, modify-face)
5804 (face-attr-construct, italic): Fix typos in docstrings.
5805 (frame-update-face-colors): Declare with
5806 `define-obsolete-function-alias'.
5807
5808 * files.el (find-file-noselect, recode-file-name): Doc fixes.
5809 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5810 (magic-mode-alist, buffer-file-numbers-unique)
5811 (write-file-functions, get-free-disk-space):
5812 Fix typos in docstrings.
5813 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5814 (write-contents-hooks, write-file-hooks):
5815 Declare with `define-obsolete-variable-alias'.
5816
5817 * forms-d2.el (arch-rj): Fix typo in docstrings.
5818 (arch-tocol): Likewise. "?\ " -> "?\s".
5819
5820 * frame.el (set-frame-font, cursor-in-non-selected-windows):
5821 Fix typo in docstring.
5822 (set-screen-width, set-screen-height): Delete redundant info in
5823 doctrings.
5824 (new-frame, screen-height, screen-width): Declare with
5825 `define-obsolete-function-alias'.
5826 (delete-frame-hook, blink-cursor): Declare with
5827 `define-obsolete-variable-alias'.
5828
5829 * paths.el (prune-directory-list): Fix typos in docstring.
5830
5831 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5832 (cvs-prefix-get): Fix typos in docstrings.
5833
5834 * ps-print.el (ps-extend-face-list, ps-extend-face)
5835 (ps-print-background-image): Fix typos in docstrings.
5836 (ps-default-fg, ps-default-bg): Doc fixes.
5837
5838 * s-region.el (s-region-bind): Doc fix.
5839 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5840
5841 * textmodes/org.el (org-table-formula-substitute-names)
5842 (org-table-get-vertical-vector): Doc fixes.
5843 (org-table-recalculate): Remove unused argument to `message'.
5844
5845 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
5846
5847 * textmodes/org.el (org-table-column-names)
5848 (org-table-column-name-regexp)
5849 (org-table-named-field-locations): New variables.
5850 (org-archive-subtree): Protect `this-command' when calling
5851 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5852 the kill buffer.
5853 (org-complete): Remove fixed-formula completion.
5854 (org-edit-formulas-map): New variable.
5855 (org-table-edit-formulas): New command.
5856 (org-finish-edit-formulas, org-abort-edit-formulas)
5857 (org-show-variable, org-table-get-vertical-vector): New functions.
5858 (org-table-maybe-eval-formula): Handle `:=' fields.
5859 (org-table-get-stored-formulas, org-table-store-formulas)
5860 (org-table-get-formula, org-table-modify-formulas)
5861 (org-table-replace-in-formulas): Handle named field formulas.
5862 (org-table-get-specials): Store locations of named fields.
5863
5864 2005-07-19 Juri Linkov <juri@jurta.org>
5865
5866 * progmodes/grep.el (grep-regexp-alist)
5867 (grep-mode-font-lock-keywords, grep-process-setup):
5868 Use default GNU grep match color "01;31m" instead of "01;41m".
5869 (grep-regexp-alist, grep-mode-font-lock-keywords):
5870 Use `\\[[0-9]*m' instead of `\\[00m'.
5871 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5872 sgr_start where its handling is more important. Use the real
5873 length of sgr_start instead of constant 8.
5874 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5875 specially. Delete all remaining escape sequences.
5876 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5877 (grep-regexp-alist): Make hyperlink only for binary file name
5878 instead of the whole line.
5879 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5880 (grep-mode): Add autoload.
5881
5882 * emacs-lisp/find-func.el (find-function-regexp):
5883 Add `define-compilation-mode'.
5884
5885 2005-07-19 Juri Linkov <juri@jurta.org>
5886
5887 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
5888 (compare-windows-sync-string-size, compare-windows-recenter)
5889 (compare-windows-highlight, compare-windows): Add version 22.1.
5890 (compare-windows) <defface>: Inherit from lazy-highlight instead
5891 of duplicating its default value.
5892
5893 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
5894 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
5895
5896 * descr-text.el (describe-char): Create link buttons for `charset'
5897 and `code point'. Add the current input method name with a link
5898 button to `to input' field. Print face names of display table
5899 characters in `The display table entry is displayed by' section
5900 instead of printing face-id in the `display' field.
5901 Guess hardcoded faces and create a link button for them.
5902 Skip empty fields when calculating max-width.
5903 Treat `widget-create' specially while inserting strings from the
5904 collected field list.
5905 (describe-char-after): Made obsolete in version 22.1, not 21.5.
5906
5907 * diff-mode.el (diff-file-header): Change foreground color from
5908 yellow to green on light backgrounds.
5909 (diff-context): Inherit from `shadow' only for color/grayscale
5910 with more than 88 colors.
5911 (diff-indicator-removed, diff-indicator-added)
5912 (diff-indicator-changed): New faces.
5913 (diff-font-lock-keywords): Use new faces. Regroup rules.
5914 Add "^---$" for `normal' diff format. Fontify `#' lines with
5915 font-lock-comment-delimiter-face and font-lock-comment-face.
5916 Add `#' to ^[^...] in the rule for `diff-context-face'.
5917
5918 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
5919 a button-like box. Inherit from `highlight' on low colors.
5920 (shadow): Use shades of gray only for color/grayscale with
5921 more than 88 colors. Use green for light backgrounds with
5922 8 colors, and yellow for dark backgrounds with 8 colors.
5923
5924 * font-lock.el (font-lock-regexp-grouping-backslash):
5925 Don't inherit from escape-glyph (use bold for all cases).
5926
5927 * info.el (info-xref-visited): Use light foreground color `violet'
5928 for dark backgrounds instead of dark color `magenta3'.
5929 (info-title-1): Use `yellow' color for dark backgrounds.
5930
5931 * isearch.el (isearch): Use not-too-dark magenta3 instead of
5932 too-light magenta2.
5933
5934 * replace.el (match): Use slightly more light RoyalBlue3 instead
5935 of dark RoyalBlue4.
5936
5937 * wid-edit.el (widget-inactive): Inherit from `shadow'.
5938
5939 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
5940
5941 * novice.el (disabled-command-hook): Declare it with
5942 `define-obsolete-variable-alias'.
5943
5944 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
5945 (desktop-buffer-misc-functions, desktop-buffer-handlers)
5946 (desktop-load-default): Add release to obsolescence info.
5947 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
5948 (desktop-append-buffer-args, desktop-read):
5949 Fix typos in docstrings.
5950 (desktop-kill): Fix typo in message.
5951 (desktop-save): Doc fix.
5952
5953 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
5954
5955 * viper-cmd.el (viper-escape-to-state): Bug fix.
5956 (viper-envelop-ESC-key): Change the definition of fast
5957 keysequence so it'll work with keyboard macros.
5958
5959 * ediff.el (ediff-patch-buffer): Change the docstring.
5960
5961 2005-07-19 Kenichi Handa <handa@m17n.org>
5962
5963 * international/mule-cmds.el (select-safe-coding-system): Try to
5964 use an auto-coding (if any) before anything else. If the found
5965 auto-coding is invalid, show a warning message.
5966
5967 * international/mule.el (find-auto-coding): New function created
5968 by modifying the body of set-auto-coding.
5969 (set-auto-coding): Use find-auto-coding to find a coding.
5970
5971 2005-07-18 Richard M. Stallman <rms@gnu.org>
5972
5973 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
5974 not isearch-mode-end-hook-error.
5975 (allout-before-change-protect): Fix error message.
5976
5977 2005-07-18 Juri Linkov <juri@jurta.org>
5978
5979 * allout.el (allout-mode):
5980 * calculator.el (calculator-copy):
5981 * custom.el (custom-known-themes):
5982 * dired.el (dired-desktop-buffer-misc-data)
5983 (dired-restore-desktop-buffer):
5984 * dired-x.el (dired-omit-marker-char):
5985 * files.el (basic-save-buffer):
5986 * font-core.el (font-lock-mode):
5987 * calendar/calendar.el (calendar-goto-hebrew-date)
5988 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
5989 (calendar-goto-persian-date):
5990 * language/ethio-util.el (ethio-sera-to-fidel-region):
5991 * textmodes/picture.el (picture-mode):
5992 Delete duplicate duplicate words.
5993
5994 2005-07-18 Juri Linkov <juri@jurta.org>
5995
5996 * isearch.el (isearch-mode-map): Remove key bindings for regexp
5997 chars * ? } |.
5998 (isearch-fallback): Don't call `isearch-process-search-char'.
5999 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6000 (isearch-process-search-char): Call `isearch-fallback' for regexp
6001 chars * ? } |.
6002 (isearch-return-char): Make obsolete with `make-obsolete' instead
6003 of simply documenting it as obsolete in the docstring.
6004 (isearch-fallback): Refill docstring.
6005
6006 * international/isearch-x.el
6007 (isearch-process-search-multibyte-characters): Remove unneeded
6008 `concat'. Add intermediate values to `junk-hist' instead of
6009 `minibuffer-history'. Test the length of `str'.
6010
6011 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6012
6013 * allout.el (allout-resolve-xref): Fix typos in error strings.
6014 (allout-before-change-protect): Remove unneeded `concat'.
6015
6016 * array.el (array-mode, array-reconfigure-rows)
6017 (untabify-backward): Fix typos in docstrings.
6018 (array-reconfigure-rows): Use `insert-buffer-substring', not
6019 `insert-buffer'.
6020
6021 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6022 * progmodes/ada-mode.el (ada-make-body):
6023 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6024
6025 * dired.el (dired-log):
6026 * tar-mode.el (tar-subfile-save-buffer):
6027 * play/zone.el (zone-pgm-stress-destress):
6028 Use `insert-buffer-substring', not `insert-buffer'.
6029
6030 2005-07-17 Simon Josefsson <jas@extundo.com>
6031
6032 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6033
6034 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6035
6036 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6037 Add plain auth method.
6038 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6039
6040 2005-07-17 Kim F. Storm <storm@cua.dk>
6041
6042 * ido.el (dired-other-window): Add ido property.
6043
6044 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6047 Fix typo in docstring.
6048 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6049 `insert-file-literally'.
6050
6051 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6052 info and delete redundant message. Doc fix.
6053 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6054 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6055
6056 2005-07-16 Richard M. Stallman <rms@gnu.org>
6057
6058 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6059 (byte-compile-and): Use byte-compile-and-recursion.
6060 (byte-compile-or-recursion): New function.
6061 (byte-compile-or): Use that.
6062 (byte-compile-if): Guard the else-clause too.
6063 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6064
6065 * isearch.el (isearch-mode-end-hook-quit): New variable.
6066 (isearch-done): Bind it.
6067 (isearch-mode-end-hook): Doc fix.
6068
6069 * allout.el (allout-isearch-did-quit): Variable deleted.
6070 (allout-real-isearch-abort): Function name no longer used.
6071 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6072 (allout-isearch-rectification): isearch-mode always exists.
6073 Don't set allout-isearch-did-quit.
6074 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6075 allout-isearch-did-quit.
6076 (allout-enwrap-isearch): Just add the hook.
6077 (allout-isearch-abort): Function deleted.
6078 (allout-pre-command-business): Avoid warning.
6079
6080 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6081 Correctly avoid warnings.
6082 (pascal-outline): Likewise.
6083
6084 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6085
6086 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6087
6088 * play/tetris.el (tetris-mode): Avoid warning.
6089
6090 * play/snake.el (snake-mode): Avoid warning.
6091
6092 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6093 (gamegrid-set-display-table): Avoid warning.
6094 (gamegrid-set-timer): Likewise.
6095 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6096 (gamegrid-add-score-with-update-game-score-1): Take FILE
6097 as argument.
6098 (gamegrid-add-score-with-update-game-score): Pass that argument.
6099 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6100
6101 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6102
6103 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6104 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6105
6106 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6107 and insert-file.
6108
6109 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6110 (sc-ask): Avoid warnings.
6111
6112 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6113 (eshell-hist-initialize): Use that var the natural way.
6114
6115 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6116
6117 * emacs-lisp/re-builder.el (reb-cook-regexp):
6118 Avoid warning calling lre-compile-string.
6119 (reb-color-display-p): Avoid warning.
6120
6121 * calculator.el (calculator-last-input): Guard uses
6122 of event-key and key-press-event-p.
6123 (event-key, key-press-event-p): Delete definitions.
6124
6125 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6126 (find-gc-source-directory, find-gc-subrs-callers)
6127 (find-gc-noreturn-list, find-gc-source-files)
6128 (find-gc-subrs-called): Vars renamed and defvar'd.
6129
6130 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6131 (checkdoc-overlay-put, checkdoc-delete-overlay)
6132 (checkdoc-overlay-start, checkdoc-overlay-end)
6133 (checkdoc-mode-line-update, checkdoc-char=):
6134 Define such that compiler knows they are defined.
6135 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6136 (checkdoc-read-event): Delete. Use read-event directly.
6137
6138 * whitespace.el (whitespace-make-overlay)
6139 (whitespace-overlay-put, whitespace-delete-overlay)
6140 (whitespace-overlay-start, whitespace-overlay-end):
6141 Define such that compiler knows they are defined.
6142 (whitespace): Move conditional inside.
6143
6144 * tempo.el (tempo-insert-template): Suppress warning.
6145
6146 * ediff-diff.el (longlines-mode): Add defvar.
6147
6148 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6149
6150 * server.el: Bind "C-x #" in a way that works even if C-x is
6151 redefined to a command key, not a prefix key.
6152
6153 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6154
6155 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6156 cl-make-type-test till execution time.
6157
6158 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6159
6160 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6161 arg ARG and use it.
6162
6163 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6164
6165 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6166
6167 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6168
6169 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6170 a defcustom with two :set or :type keywords.
6171
6172 2005-07-15 Richard M. Stallman <rms@gnu.org>
6173
6174 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6175 Don't give ^M comment-end syntax.
6176
6177 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6178
6179 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6180 Don't consider gdbmi (gdb-mi.el has its own update functions).
6181 (gdb-var-delete): Make it work for gdbmi as well.
6182 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6183
6184 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6185 (gud-speedbar-menu-items): Correct logic for enabling items.
6186
6187 2005-07-15 Kim F. Storm <storm@cua.dk>
6188
6189 * ido.el: Fix commentary.
6190 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6191 Use with-no-warnings around ffap-guesser.
6192 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6193 Let bind minibuffer-completing-file-name to t.
6194
6195 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * startup.el (site-run-file, keyboard-type): Doc fixes.
6198 (command-line): Check for "--basic-display" argument; also for
6199 "--quick", not "--bare-bones" (which was renamed).
6200 (fancy-splash-text): Add missing item "Getting New Versions".
6201 (normal-splash-screen): Fix typos and improve consistency with
6202 `fancy-splash-text'. Update copyright year.
6203
6204 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6205 valid binding for `help-char'.
6206
6207 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6208
6209 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6210
6211 * term.el (term-mode): Disable cua-mode for term buffers.
6212
6213 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6214
6215 * add-log.el (add-log-mailing-address, change-log-merge):
6216 Doc fixes.
6217 (change-log-get-method-definition): Fix typo in docstring.
6218
6219 2005-07-14 Kim F. Storm <storm@cua.dk>
6220
6221 * emulation/cua-base.el:
6222 (cua--pre-command-handler-1, cua--pre-command-handler)
6223 (cua--post-command-handler-1, cua--post-command-handler):
6224 Split in two. Check (buffer local) value of cua-mode.
6225 (cua-selection-mode): New command.
6226
6227 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6228
6229 * custom.el (custom-initialize-safe-set)
6230 (custom-initialize-safe-default): Doc fixes.
6231
6232 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6233 and simplify :init-value again.
6234
6235 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6236 and simplify :init-value again. Delete autoload.
6237
6238 * startup.el (command-line): Use `custom-reevaluate-setting' again
6239 for tooltip-mode.
6240
6241 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6242 a defcustom with two :initialize keywords.
6243
6244 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6245
6246 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6247 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6248 (allout-post-command-business, allout-flag-region)
6249 (isearch-reenable-font-lock, allout-yank)
6250 (allout-insert-latex-header, allout-insert-latex-trailer)
6251 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6252 (allout-latex-verb-quote): Fix typos in docstrings.
6253 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6254 (allout-unprotected, allout-prefix-data):
6255 Improve argument/docstring consistency.
6256 (allout-chart-subtree): Fix argument spec.
6257 (allout-open-topic): Rename `use_sib_bullet' argument to
6258 `use-sib-bullet'. Doc fix.
6259
6260 * whitespace.el (whitespace-check-buffer-leading)
6261 (whitespace-check-buffer-trailing)
6262 (whitespace-check-buffer-indent)
6263 (whitespace-check-buffer-spacetab)
6264 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6265 (whitespace-check-leading-whitespace)
6266 (whitespace-check-trailing-whitespace)
6267 (whitespace-check-spacetab-whitespace)
6268 (whitespace-check-indent-whitespace)
6269 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6270 (whitespace-modes): Fix typos in docstrings.
6271 (defgroup, defcustom): Doc fixes.
6272
6273 * winner.el (winner-mode, winner-boring-buffers)
6274 (winner-pending-undo-ring): Doc fixes.
6275 (winner-ring): Remove unneeded `progn'.
6276 (winner-equal): `defsubst' it.
6277 (winner-redo): Fix message.
6278
6279 2005-07-13 Kim F. Storm <storm@cua.dk>
6280
6281 * simple.el (line-move-1): Always use vertical-motion to
6282 do the last (or only) line move to ensure some movement.
6283 Undo 2005-06-23 change--don't check for overlays.
6284
6285 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6286
6287 * term/mac-win.el (ccl-encode-mac-roman-font)
6288 (ccl-encode-mac-centraleurroman-font)
6289 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6290 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6291 Change charset-id boundary of dimension to ?\xef.
6292 (mac-char-fontspec-list): New constant.
6293 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6294 argument. Nil uses itself as family in font-spec. Previous
6295 behavior for nil is now provided by non-nil non-string argument.
6296 All callers changed. Add font-specs for Mac fonts to
6297 "fontset-default" unless iso8859-1 fonts are installed.
6298
6299 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6302 a continuation line if the \ is preceded by SPC or TAB.
6303 (sh-get-indent-info): Simplify.
6304 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6305 Use with-current-buffer.
6306
6307 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6308 when the matched text is empty.
6309
6310 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6311
6312 * startup.el (command-line): Revert to previous handling of
6313 tooltip-mode. Explain in comment why the complexity is needed.
6314
6315 * tooltip.el (tooltip-mode): Revert to previous implementation of
6316 its defcustom.
6317
6318 * frame.el (blink-cursor-mode): Revert to previous implementation
6319 of its defcustom. Update comment.
6320
6321 2005-07-12 Lars Hansen <larsh@soem.dk>
6322
6323 * desktop.el: Update e-mail address.
6324
6325 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6326
6327 * term/mac-win.el (mac-services-mail-selection)
6328 (mac-services-mail-to): New functions.
6329 (mac-application-menu-map): Bind them.
6330
6331 2005-07-12 wulei <milton@wulei.net> (tiny change)
6332
6333 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6334
6335 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6336
6337 * custom.el (custom-reevaluate-setting): Doc fix.
6338
6339 2005-07-11 Jay Belanger <belanger@truman.edu>
6340
6341 * calc/calc.el (calc-embedded-announce-formula-alist)
6342 (calc-embedded-open-close-plain-alist)
6343 (calc-embedded-open-close-mode-alist): Add checks for additional
6344 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6345
6346 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6347
6348 * custom.el (custom-enable-theme): Don't add theme to
6349 `custom-enabled-themes' with `push' because there is no
6350 setf-method for `delq'.
6351
6352 2005-07-11 Richard M. Stallman <rms@gnu.org>
6353
6354 * custom.el (custom-declare-variable): Doc fix.
6355
6356 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6357 from the alists.
6358
6359 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6360 Do nothing if edebug-active.
6361
6362 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6363 (edebug-display): Do it here instead.
6364
6365 2005-07-10 Richard M. Stallman <rms@gnu.org>
6366
6367 * cus-face.el (custom-theme-set-faces): Make it work.
6368 (custom-reset-faces): Doc fix.
6369 (custom-theme-reset-internal-face, custom-theme-face-value):
6370 Functions deleted.
6371
6372 * custom.el (custom-push-theme): Maintain list of the settings
6373 of a given theme in its theme-settings property.
6374 Maintain position of old settings in the theme-value
6375 or theme-face property.
6376 (custom-enabled-themes): New variable.
6377 (custom-theme-enabled-p): New function.
6378 (provide-theme): Update custom-enabled-themes.
6379 Disable and reenable the `user' theme.
6380 (require-theme): Doc fix.
6381 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6382 (custom-theme-value, custom-theme-variable-value): Likewise.
6383 (custom-theme-reset-internal): Likewise.
6384 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6385 (custom-enable-theme, custom-disable-theme): New functions.
6386 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6387 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6388 (custom-theme-reset-variables): Simplify.
6389 (deftheme, custom-declare-theme, custom-make-theme-feature):
6390 Definitions moved.
6391
6392 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6393
6394 * longlines.el (longlines-show-region)
6395 (longlines-unshow-hard-newlines): Recognize hard newlines by
6396 non-nil hard property, instead of t.
6397
6398 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6399
6400 * viper-cmd.el (viper--key-maps): New variable.
6401 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6402 emulation-mode-map-alists.
6403 (viper-envelop-ESC-key): Use viper-subseq.
6404 (viper-search-forward/backward/next): Disable debug-on-error.
6405
6406 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6407 (viper-ESC-key): New defcustoms.
6408
6409 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6410
6411 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6412 (viper-subseq): Copy of subseq from cl.el.
6413
6414 * viper.el (viper-go-away, viper-set-hooks): Use
6415 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6416
6417 * viper-mous.el (viper-current-frame-saved): Use defvar.
6418
6419 * viper-init.el: Get rid of -face in face names.
6420
6421 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6422 Make it work with longlines mode
6423
6424 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6425
6426 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6427
6428 * ediff-init.el: Get rid of -face in face names.
6429
6430 2005-07-10 Richard M. Stallman <rms@gnu.org>
6431
6432 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6433 and with-timeout-unsuspend.
6434
6435 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6436 and with-timeout-unsuspend.
6437
6438 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6439 (with-timeout): Bind that variable to record timers.
6440 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6441
6442 * emacs-lisp/debug.el (debug-help-follow): New function.
6443 (debugger-mode-map): Use that instead of help-follow.
6444 (debugger-setup-buffer): Use eval-buffer-list
6445 to handle eval-buffer frames.
6446
6447 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6448
6449 * timezone.el (timezone-parse-date): Change first regexp
6450 so it will not mistakenly match dates with no time zone.
6451
6452 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6453
6454 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6455
6456 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6457
6458 * custom.el (custom-initialize-safe-set)
6459 (custom-initialize-safe-default): New functions.
6460
6461 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6462 and simplify :init-value.
6463
6464 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6465 and simplify :init-value. Delete obsolete comment.
6466
6467 * startup.el (command-line): Use `custom-reevaluate-setting' to
6468 handle `tooltip-mode'. Delete obsolete comment.
6469
6470 * files.el (set-visited-file-name): Avoid calling
6471 `file-name-nondirectory' with a nil argument.
6472
6473 2005-07-09 Richard M. Stallman <rms@gnu.org>
6474
6475 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6476 was called with nil for the buffer, handle the read position right.
6477 Handle read position for eval-region, too.
6478
6479 2005-07-09 Juri Linkov <juri@jurta.org>
6480
6481 * fringe.el (fringe-mode): Add period in docstring.
6482 (fringe-query-style): Build prompt depending on `all-frames' arg.
6483
6484 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6485 to not create links to unrelated functions in the Help buffer.
6486
6487 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6488 Doc fix.
6489
6490 * simple.el (next-error-hook): New variable.
6491 (next-error): Use it. Doc fix.
6492
6493 * textmodes/ispell.el (ispell-command-loop): Add current
6494 dictionary name and program name to mode-line-format.
6495 (ispell-region, ispell-process-line): Add current dictionary name
6496 and program name to messages.
6497
6498 2005-07-08 Jay Belanger <belanger@truman.edu>
6499
6500 * calc/calc.el (calc-embedded-announce-formula-alist)
6501 (calc-embedded-open-close-formula-alist)
6502 (calc-embedded-open-close-word-alist)
6503 (calc-embedded-open-close-plain-alist)
6504 (calc-embedded-open-close-new-formula-alist)
6505 (calc-embedded-open-close-mode-alist)
6506 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6507 (calc-embedded-mode-hook): New variables.
6508
6509 * calc/calc-embed.el (calc-embedded-firsttime)
6510 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6511 New variables.
6512 (calc-do-embedded): Use calc-embedded-firsttime,
6513 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6514 determine whether or not to run hooks.
6515 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6516 calc-embedded-firsttime-formula appropriately.
6517 Set calc-embedded delimiter variables according to mode.
6518
6519 2005-07-08 Richard M. Stallman <rms@gnu.org>
6520
6521 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6522 Check for "emacs", etc., as entire symbol, not just as word.
6523 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6524
6525 * files.el (set-visited-file-name): Report the error
6526 for "empty filename" earlier.
6527 (kill-some-buffers): Ignore buffers already dead.
6528
6529 * fringe.el (fringe-mode): Doc fix.
6530
6531 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6532 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6533 Use unwind-protect to ensure byte-compile-unresolved-functions
6534 is updated.
6535
6536 * whitespace.el (whitespace-buffer-leading-cleanup):
6537 Simplify w/ skip-chars-forward.
6538 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6539
6540 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6541 Unconditionally try to leave point at the same old place.
6542
6543 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6544
6545 * comint.el (comint-postoutput-scroll-to-bottom)
6546 (comint-show-maximum-output): Take scroll-margin into consideration.
6547
6548 2005-07-08 Kim F. Storm <storm@cua.dk>
6549
6550 * ido.el (ido-use-filename-at-point): New choice `guess'.
6551 (ido-file-internal): Try ffap-guesser if selected.
6552
6553 * ido.el (ido-before-fallback-functions): New hook.
6554 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6555 (ido-read-file-name): Run it.
6556
6557 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6558
6559 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6560 strings rather than a list of symbols to the completion function.
6561
6562 2005-07-07 Jay Belanger <belanger@truman.edu>
6563
6564 * calc/calc-units.el (math-apply-units): Change the places in
6565 which units are simplified.
6566
6567 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6568
6569 * cus-edit.el (customize-option, customize-option-other-window):
6570 Make them handle aliases.
6571
6572 * custom.el (custom-variable-p): Make it recursively follow
6573 aliases. Mention that in the docstring.
6574
6575 2005-07-07 Richard M. Stallman <rms@gnu.org>
6576
6577 * cus-start.el (exec-path): Use `directory' instead of `file'.
6578 Fix tag for nil.
6579
6580 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6583 when called non-interactively. Doc fix.
6584
6585 2005-07-07 Lute Kamstra <lute@gnu.org>
6586
6587 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6588 new address as well.
6589
6590 2005-07-07 Kenichi Handa <handa@m17n.org>
6591
6592 * international/mule.el (make-coding-system):
6593 Describe `ascii-incompatible' property in the docstring.
6594 (set-file-name-coding-system): Signal an error if coding-system is
6595 ascii-incompatible.
6596 (set-keyboard-coding-system): Likewise.
6597
6598 * international/mule-cmds.el (set-default-coding-systems):
6599 Don't set default-file-name-coding-system and
6600 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6601
6602 * international/utf-16.el: Declare that all UTF-16-based coding
6603 systems are ASCII-incompatible.
6604
6605 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6606
6607 * progmodes/gud.el: Require font-lock for displaying errors.
6608 Used by gdb-ui.el.
6609
6610 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6613 values for the pattern lists which are `read'able but not
6614 `append'able (like symbols).
6615
6616 2005-07-06 Richard M. Stallman <rms@gnu.org>
6617
6618 * progmodes/flymake.el (flymake-float-time): Instead of
6619 with-no-warnings, test for xemacs.
6620 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6621 to avoid warning.
6622
6623 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
6624
6625 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6626
6627 2005-07-05 Lute Kamstra <lute@gnu.org>
6628
6629 * battery.el: Add support for Darwin (with much debugging help
6630 from Samuel Lauber <sam124@operamail.com>).
6631 (battery-status-function, battery-echo-area-format)
6632 (battery-mode-line-format): Add support for pmset on Darwin.
6633 (battery-load-low, battery-load-critical): New user options.
6634 (battery-pmset): New function.
6635
6636 2005-07-05 Lute Kamstra <lute@gnu.org>
6637
6638 Update FSF's address in GPL notices.
6639
6640 * textmodes/page-ext.el: Update FSF's address.
6641
6642 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6645 filling from using prefix when filling a single-line docstring.
6646
6647 * progmodes/flymake.el: Remove useless eval-when-compile.
6648
6649 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6650
6651 2005-07-04 Richard M. Stallman <rms@gnu.org>
6652
6653 * textmodes/org.el (org-file-apps-defaults-gnu):
6654 Rename from org-file-apps-defaults-linux.
6655 (org-default-apps): Don't test system-type for `linux'.
6656 (org-file-apps): Doc fix.
6657
6658 2005-07-04 David Ponce <david@dponce.com>
6659
6660 * tree-widget.el: Improve header Commentary section.
6661 (tree-widget) [defgroup]
6662 (tree-widget-image-enable, tree-widget-themes-directory)
6663 (tree-widget-theme, tree-widget-image-properties-emacs)
6664 (tree-widget-image-properties-xemacs, tree-widget-create-image)
6665 (tree-widget-image-formats, tree-widget-control)
6666 (tree-widget-empty-control, tree-widget-leaf-control
6667 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6668 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6669 (tree-widget-keep, tree-widget-after-toggle-functions)
6670 (tree-widget-open-node, tree-widget-close-node): Doc fix.
6671 (tree-widget-open-control, tree-widget-close-control): Fix doc and
6672 :help-echo message.
6673 (tree-widget-set-theme): Doc fix. Use `string-equal'.
6674 (tree-widget-image-properties): Doc fix. Clearer implementation.
6675 (tree-widget--cursors): New constant.
6676 (tree-widget-lookup-image): New function split from
6677 `tree-widget-find-image'. Clearer implementation.
6678 (tree-widget-find-image): Use it.
6679 (tree-widget-button-keymap): Use `set-keymap-parent'.
6680 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6681 Define the sub-widgets here.
6682 (tree-widget-node): Check that :node is not a tree-widget.
6683 (tree-widget-get-super, tree-widget-open-control)
6684 (tree-widget-close-control, tree-widget-empty-control)
6685 (tree-widget-leaf-control, tree-widget-guide)
6686 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6687 (tree-widget-no-handle, tree-widget-value-delete)
6688 (tree-widget-map): Remove.
6689 (tree-widget-children-value-save): Doc fix. Simplified.
6690 (tree-widget-value-create): Update according to previous changes.
6691
6692 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
6693
6694 * textmodes/org.el: Leading space replaced by TABS.
6695 (org-recalc-marks, org-table-rotate-recalc-marks)
6696 (org-table-get-specials): Treat "^" and "_" marks.
6697 (org-table-justify-field-maybe): Optional argument NEW.
6698 (org-table-eval-formula): Parsing of the format simplified.
6699 New modes C,I. Honor the %= parameter in the current table.
6700 Avoid unnecessary re-align by using the NEW argument to
6701 `org-table-justify-field-maybe'.
6702 (org-calc-default-modes): Default for date-format mimicks org-mode.
6703 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6704
6705 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6706
6707 * cus-face.el (custom-theme-set-faces): Make it handle face
6708 aliases whose alias declarations are pre- or autoloaded.
6709
6710 2005-07-04 Juri Linkov <juri@jurta.org>
6711
6712 * faces.el (read-face-name): Put the code for getting a face name
6713 from the buffer before adding the faces from the `face' property.
6714 Use `completing-read-multiple' instead of `completing-read'.
6715 Require `crm'. Add default value and post-process the returned
6716 list of faces.
6717
6718 * emacs-lisp/crm.el (crm-find-current-element)
6719 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6720
6721 * emacs-lisp/lisp-mode.el (eval-defun-1):
6722 * emacs-lisp/edebug.el (edebug-eval-defun):
6723 Remove unnecessary quotes.
6724
6725 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6726
6727 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6728 (prolog-indent-level): Fix typo in docstring.
6729
6730 * info.el (Info-history, Info-history-forward)
6731 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6732
6733 * add-log.el (add-change-log-entry):
6734 * comint.el (comint-dynamic-list-input-ring)
6735 (comint-dynamic-list-completions):
6736 * dabbrev.el (dabbrev-expand):
6737 * delim-col.el (delimit-columns-rectangle-line):
6738 * diff-mode.el (diff-context->unified, diff-reverse-direction)
6739 (diff-unified->context):
6740 * ediff-init.el (ediff-abbrev-jobname):
6741 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6742 (ediff-replace-session-activity-marker-in-meta-buffer):
6743 * info.el (Info-summary):
6744 * lpr.el (printify-region):
6745 * printing.el (pr-create-interface):
6746 * ps-print.el (ps-print-quote):
6747 * ses.el (ses-column-widths, ses-print-cell)
6748 (ses-adjust-print-width, ses-center):
6749 * shell.el (shell-file-name-quote-list):
6750 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6751 (strokes-fill-current-buffer-with-whitespace)
6752 (strokes-xpm-for-stroke, strokes-list-strokes)
6753 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6754 * term.el (term-dynamic-list-input-ring)
6755 (term-dynamic-list-completions):
6756 * calc/calc.el (math-format-stack-value):
6757 * emacs-lisp/edebug.el (edebug-display-freq-count):
6758 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6759 (delphi-new-comment-line):
6760 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6761 * progmodes/executable.el (executable-set-magic):
6762 * progmodes/python.el (inferior-python-mode):
6763 * progmodes/scheme.el (scheme-mode-syntax-table):
6764 * progmodes/sh-script.el (sh-maybe-here-document):
6765 * progmodes/sql.el (sql-copy-column):
6766 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6767 * textmodes/bibtex.el (bibtex-mode):
6768 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6769 (sgml-auto-attributes):
6770 * textmodes/table.el (table-insert, table-shorten-cell)
6771 (table--generate-source-scan-lines, table-delete-row)
6772 (*table--cell-delete-char, table--spacify-frame)
6773 (table--horizontally-shift-above-and-below)
6774 (table--cell-insert-char, table--cell-blank-str)
6775 (table--fill-region-strictly):
6776 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6777 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6778
6779 * add-log.el (change-log):
6780 * apropos.el (apropos):
6781 * comint.el (comint-completion, comint-source):
6782 * dabbrev.el (dabbrev):
6783 * delim-col.el (columns):
6784 * diff-mode.el (diff-mode):
6785 * ediff.el (ediff):
6786 * ediff-diff.el (ediff-diff):
6787 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6788 * ediff-mult.el (ediff-mult):
6789 * ediff-ptch.el (ediff-ptch):
6790 * ediff-wind.el (ediff-window):
6791 * facemenu.el (facemenu):
6792 * indent.el (indent):
6793 * info.el (info):
6794 * jka-cmpr-hook.el (compression, jka-compr):
6795 * lpr.el (lpr):
6796 * outline.el (outlines):
6797 * pcmpl-cvs.el (pcmpl-cvs):
6798 * pcmpl-rpm.el (pcmpl-rpm):
6799 * printing.el (printing):
6800 * ps-print.el (postscript, ps-print, ps-print-horizontal)
6801 (ps-print-vertical, ps-print-headers, ps-print-font)
6802 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6803 (ps-print-background, ps-print-printer, ps-print-page)
6804 (ps-print-miscellany):
6805 * ses.el (ses):
6806 * shell.el (shell, shell-directories, shell-faces):
6807 * startup.el (initialization):
6808 * strokes.el (strokes):
6809 * term.el (term):
6810 * uniquify.el (uniquify):
6811 * w32-vars.el (w32):
6812 * calc/calc.el (calc):
6813 * emacs-lisp/bytecomp.el (bytecomp):
6814 * emacs-lisp/cl-indent.el (lisp-indent):
6815 * emacs-lisp/edebug.el (edebug):
6816 * emacs-lisp/elp.el (elp):
6817 * emacs-lisp/testcover.el (testcover):
6818 * emacs-lisp/trace.el (trace):
6819 * emulation/viper-ex.el (viper-ex):
6820 * emulation/viper-mous.el (viper-mouse):
6821 * mail/mailalias.el (mailalias):
6822 * mail/supercite.el (supercite, supercite-frames)
6823 (supercite-attr, supercite-cite, supercite-hooks):
6824 * net/rcompile.el (remote-compile):
6825 * net/rlogin.el (rlogin):
6826 * obsolete/ooutline.el (outlines):
6827 * progmodes/delphi.el (delphi):
6828 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6829 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6830 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6831 (ebnf-optimization):
6832 * progmodes/etags.el (etags):
6833 * progmodes/executable.el (executable):
6834 * progmodes/idlwave.el (idlwave):
6835 * progmodes/pascal.el (pascal):
6836 * progmodes/prolog.el (prolog):
6837 * progmodes/python.el (python):
6838 * progmodes/scheme.el (scheme):
6839 * progmodes/sh-script.el (sh, sh-script):
6840 * progmodes/sql.el (SQL):
6841 * progmodes/tcl.el (tcl):
6842 * textmodes/bibtex.el (bibtex, bibtex-autokey):
6843 * textmodes/enriched.el (enriched):
6844 * textmodes/makeinfo.el (makeinfo):
6845 * textmodes/sgml-mode.el (sgml):
6846 * textmodes/table.el (table-hooks):
6847 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6848 * textmodes/texinfo.el (texinfo):
6849 * textmodes/two-column.el (two-column):
6850 Finish `defgroup' description with period.
6851
6852 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6853 * eshell/esh-var.el (eshell-var):
6854 * progmodes/vhdl-mode.el (vhdl-testbench):
6855 * textmodes/org.el (org): Fix typos in docstrings.
6856
6857 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6858 consistency.
6859
6860 * progmodes/flymake.el (flymake-find-file): Remove.
6861 (flymake-float-time): Use `with-no-warnings'.
6862 (flymake-check-start-time, flymake-check-was-interrupted)
6863 (flymake-err-info, flymake-is-running, flymake-last-change-time)
6864 (flymake-new-err-info): `defvar' at compile time.
6865
6866 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
6867
6868 * replace.el (occur-hook): Doc fix.
6869 (occur-1): Don't call `occur-hook' if there are no matches.
6870
6871 2005-07-03 Richard M. Stallman <rms@gnu.org>
6872
6873 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6874 global-map, save the same map.
6875 (global-map): Don't alter it at top level.
6876 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6877 Then alter it here instead.
6878 (tpu-edt-off): Set global-map to the saved one.
6879
6880 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6881 All references simplified.
6882 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
6883 (zmacs-regions): Add defvar.
6884 (repeat-complex-command-map): Everything about that deleted.
6885
6886 * textmodes/artist.el (artist-key-is-drawing)
6887 (artist-key-endpoint1, artist-key-poly-point-list)
6888 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
6889 (artist-key-compl-table, artist-rb-save-data)
6890 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
6891 Don't put them in eval-when-compile.
6892 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
6893
6894 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
6895 Use with-no-warnings.
6896
6897 * net/browse-url.el (dos-windows-version): Add defvar.
6898
6899 * mail/supercite.el (filladapt-prefix-table): Add defvar.
6900
6901 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
6902 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
6903 (rmail-new-summary-line-count): Rename from new-summary-line-count.
6904 Add defvar.
6905 (rmail-summary-beginning-of-message): Use with-no-warnings.
6906 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
6907
6908 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
6909 Use with-no-warnings.
6910
6911 * emulation/vi.el (vi-mark-region): Use c-mark-function.
6912 (c-mark-function): Add point-moving-unit property.
6913 (vi-goto-line): Use with-no-warnings.
6914
6915 * emulation/edt.el (edt-last-copied-word): Add defvar.
6916 (zmacs-region-stays): Likewise.
6917 (edt-mark-section-wisely): Use c-mark-function for C.
6918 Use makr-defun for Fortran.
6919 (time-string): defvar deleted.
6920 (edt-display-the-time): Don't set time-string.
6921
6922 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
6923
6924 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6925 Don't warn when name is not constant
6926 or for defining the group `emacs'.
6927
6928 * tooltip.el (gud-tooltip-mode): Add defvar.
6929
6930 * startup.el (default-frame-background-mode): Add defvar.
6931
6932 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
6933
6934 * info.el (tool-bar-map): Add defvar.
6935
6936 * dired.el (dnd-protocol-alist): Add defvar.
6937
6938 * dired-aux.el (dired-query): Display question with answer, when
6939 the user answers.
6940
6941 * custom.el (custom-add-option): Doc fix.
6942
6943 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
6944
6945 2005-07-03 Eli Zaretskii <eliz@gnu.org>
6946
6947 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
6948 bogus name from the last change.
6949
6950 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
6951
6952 * custom.el (custom-declare-variable): Fix typos in comment.
6953 (custom-known-themes): Doc fix.
6954 (custom-theme-directory): New defcustom.
6955 (require-theme): Make it check `custom-theme-directory'.
6956
6957 * cus-theme.el (custom-new-theme-mode): New function.
6958 (custom-theme-name, custom-theme-variables, custom-theme-faces)
6959 (custom-theme-description): Add compiler defvars.
6960 (customize-create-theme): Add doc to the "*New Custom Theme*"
6961 buffer. Use `custom-new-theme-mode'.
6962 (custom-theme-write): Put the created buffer in emacs-lisp-mode
6963 and save it to the `custom-theme-directory'. Make this the
6964 default directory of the buffer.
6965
6966 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
6967
6968 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
6969 Fix unbalanced parentheses.
6970
6971 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
6974 into flymake-mode and delegate to flymake-mode.
6975
6976 * find-file.el (ff-which-function-are-we-in): Clean up.
6977
6978 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
6979
6980 * replace.el (occur-rename-buffer): Fix docstring.
6981
6982 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
6983 (edt-last-copied-word, edt-learn-macro-count)
6984 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
6985 (edt-rect-start-point, edt-user-global-map, rect-start-point)
6986 (time-string, zmacs-region-stays):
6987 * emulation/edt-mapper.el (edt-save-function-key-map)
6988 (EDT-key-name): `defvar' to silence the byte-compiler.
6989
6990 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
6991
6992 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
6993 font-lock-regexp-backslash. Doc fix.
6994 (font-lock-regexp-backslash-grouping-construct): Rename from
6995 font-lock-regexp-backslash-construct. Doc fix.
6996 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
6997 grouping constructs.
6998
6999 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7000
7001 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7002 updating all the prerequisites.
7003
7004 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7005
7006 * textmodes/org.el (org-agenda-start-on-weekday)
7007 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7008 (org-agenda-use-time-grid, org-archive-location)
7009 (org-allow-space-in-links, org-usenet-links-prefer-google)
7010 (org-enable-table-editor, org-export-default-language)
7011 (org-export-html-show-new-buffer, org-fill-paragraph)
7012 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7013 (org-goto-quit, org-occur, org-eval-in-calendar)
7014 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7015 (org-agenda-diary-entry, org-remember-help)
7016 (org-table-convert-region, org-at-table-p)
7017 (org-table-move-row-down, org-table-move-row-up)
7018 (org-table-copy-region, org-table-toggle-vline-visibility)
7019 (org-table-get-stored-formulas, org-table-get-specials)
7020 (org-recalc-commands, org-table-eval-formula)
7021 (org-table-formula-substitute-names, orgtbl-make-binding)
7022 (org-format-org-table-html, org-format-table-table-html)
7023 (org-format-table-table-html-using-table-generate-source)
7024 (org-customize): Fix typos in docstrings.
7025 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7026 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7027 (org-back-to-heading): Doc fixes.
7028 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7029 (org-agenda-change-all-lines, org-get-header):
7030 Improve argument/docstring consistency.
7031 (orgtbl-error): Fix error message.
7032
7033 * progmodes/flymake.el (flymake-find-possible-master-files)
7034 (flymake-master-file-compare, flymake-get-line-err-count)
7035 (flymake-highlight-line, flymake-gui-warnings-enabled):
7036 Fix typos in docstrings.
7037 (flymake-parse-line, flymake-get-project-include-dirs-function)
7038 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7039 Doc fixes.
7040 (flymake-get-project-include-dirs-function)
7041 (flymake-make-err-menu-data):
7042 Improve argument/docstring consistency.
7043
7044 2005-07-01 Lute Kamstra <lute@gnu.org>
7045
7046 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7047 Catch errors with ignore-errors. Use temporary buffer.
7048 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7049
7050 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7051 background color faces.
7052 (facemenu-set-foreground, facemenu-set-background):
7053 Use facemenu-set-face-from-menu.
7054 (facemenu-set-face-from-menu): Treat face names that start with
7055 "fg:" or "bg:" as special.
7056 (facemenu-add-new-color): Don't create faces. Simplify.
7057
7058 2005-06-30 Richard M. Stallman <rms@gnu.org>
7059
7060 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7061 (crm-find-current-element): Likewise.
7062
7063 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7064
7065 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7066
7067 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7070 (archive-mouse-extract): Make it an obsolete alias.
7071 (archive-mode-map): Don't use archive-mouse-extract any more.
7072 (archive-mode, archive-extract): write-contents-hooks ->
7073 write-contents-functions.
7074 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7075 first arg.
7076 (archive-rename-entry): Update the call.
7077 (archive-zip-summarize): Remove unused var `method'.
7078 (archive-lzh-summarize): Remove unused var `creator'.
7079
7080 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7081 dedicated frame upon exit.
7082
7083 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7084 (archive-zip-extract, archive-zip-expunge)
7085 (archive-zip-update, archive-zip-update-case): Use executable-find.
7086 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7087 Use restore-buffer-modified-p.
7088 (archive-extract, archive-add-new-member, archive-write-file-member):
7089 Use with-current-buffer.
7090 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7091
7092 2005-06-30 Andreas Schwab <schwab@suse.de>
7093
7094 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7095
7096 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7097
7098 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7099
7100 2005-06-30 Juri Linkov <juri@jurta.org>
7101
7102 * faces.el (vertical-border): Inherit from mode-line-inactive
7103 only on tty.
7104
7105 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7106
7107 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7108 example, -NLINES in the `occur' docstring).
7109
7110 * replace.el (occur-1): When no matches are found, do not set the
7111 `buffer-read-only' and modified flags for the occur buffer,
7112 because it is deleted.
7113
7114 * emulation/cua-base.el (cua-check-pending-input)
7115 (cua-repeat-replace-region, cua-mode, cua-debug)
7116 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7117 Fix typos in docstrings.
7118
7119 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7120 (cua-cut-region-to-global-mark)
7121 (cua--cut-rectangle-to-global-mark):
7122 Remove period from end of messages.
7123
7124 * emulation/cua-rect.el (cua-do-rectangle-padding):
7125 Remove period from end of messages.
7126 (cua--rectangle-seq-format): Fix typo in docstring.
7127 (cua-sequence-rectangle, cua-fill-char-rectangle):
7128 Improve argument/docstring consistency.
7129
7130 2005-06-29 Juri Linkov <juri@jurta.org>
7131
7132 * faces.el (default-frame-background-mode): New internal variable.
7133 (frame-set-background-mode): Use it.
7134
7135 * startup.el (normal-top-level): Set default-frame-background-mode
7136 instead of frame-background-mode. Before setting it, test for its
7137 nil value. Remove tests for frame-background-mode and frame
7138 parameter `reverse'. Add test for "unspecified-fg".
7139
7140 * term/xterm.el (xterm-rxvt-set-background-mode):
7141 * term/rxvt.el (rxvt-set-background-mode):
7142 Set default-frame-background-mode instead of frame-background-mode.
7143
7144 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7145
7146 * simple.el (set-variable): Warn about obsolete user variables.
7147
7148 * imenu.el (imenu--completion-buffer):
7149 * mouse.el (mouse-buffer-menu-alist):
7150 * msb.el (msb-invisible-buffer-p):
7151 * calendar/diary-lib.el (diary-header-line-format):
7152 * emacs-lisp/pp.el (pp-buffer):
7153 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7154 * textmodes/picture.el (picture-replace-match):
7155 Change space constants followed by a sexp to "?\s ".
7156
7157 * play/decipher.el (decipher-loop-with-breaks):
7158 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7159 constants "protected" from end of line by a comment to "?\s".
7160
7161 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * font-lock.el (save-buffer-state): Use `declare'.
7164
7165 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7166 reset the syntax-table to cperl-mode-syntax-table.
7167 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7168 "foo_print_bar" is not matched as a reserved keyword.
7169
7170 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7171
7172 * textmodes/org.el (orgtbl-setup): New function, for delayed
7173 setup for the orgtbl commands.
7174 (org-calc-default-modes): New option.
7175 (orgtbl-make-binding): Use `defun' to get better help display.
7176 (org-diary): Call `org-compile-prefix-format'.
7177 (org-table-formula-substitute-names): New function.
7178 (org-agenda-day-view, org-agenda-week-view): New commands.
7179 (org-agenda-toggle-week-view): Command removed.
7180 (org-tbl-menu): Split off from org-org-menu.
7181 (org-mode): Move removal of outline-mode menus to here.
7182 (org-table-formula-debug): New option.
7183 (org-table-insert-row): Keep first field if just "#" or "*".
7184 (org-mode): Paragraph regexps fixed.
7185 (org-table-recalculate-regexp): New constant.
7186 (org-table-justify-field-maybe): Avoid replace if not necessary.
7187 (org-copy-special, org-cut-special): Use `call-interactively'.
7188 (org-table-copy-region): Take region from `interactive' call.
7189 (org-trim): Return string even if no match.
7190 (org-formula): New face.
7191 (org-set-font-lock-defaults): No longer highlight "FIXME".
7192 But highlight formula-related fields in table.
7193 (org-table-p): Use regexp, not fontification.
7194 (org-table-align): Handle white space at end of line.
7195 (org-table-formula-evaluate-inline): New option.
7196 (org-mode): Auto-wrapping in comment lines turned off.
7197 (org-table-copy-down): Evaluate only in copied field, not in
7198 destination.
7199 (org-table-current-formula): Variable removed.
7200 (org-table-store-formulas, org-table-get-stored-formulas)
7201 (org-table-modify-formulas, org-table-replace-in-formulas)
7202 (org-table-maybe-eval-formula): New functions.
7203 (org-table-get-formula): Modify to use stored formulas.
7204 (org-table-insert-column, org-table-delete-column)
7205 (org-table-move-column): Call `org-table-modify-formulas'.
7206 (org-complete): Add completion for keyword formulas.
7207 (orgtbl-mode): Pull orgtbl-mode-map to start of
7208 minor-mode-map-alist.
7209
7210 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7211
7212 * progmodes/python.el (python-check): Require `compile' before
7213 modifying its variables.
7214
7215 * newcomment.el (comment-indent-default): Don't get fooled by an early
7216 end of buffer.
7217
7218 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7219
7220 * ps-print.el (ps-print-version): Fix version number.
7221
7222 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7223
7224 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7225
7226 2005-06-28 Richard M. Stallman <rms@gnu.org>
7227
7228 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7229 (flyspell-local-mouse-map): Declaration deleted.
7230 (flyspell-mouse-map): Bind only mouse-2.
7231 (flyspell-mode-map): Don't test flyspell-use-local-map.
7232 (flyspell-overlay-keymap-property-name): Var deleted.
7233 (flyspell-mode-on): Don't make local bindings for
7234 flyspell-mouse-map and flyspell-mode-map.
7235 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7236
7237 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7238
7239 * progmodes/compile.el (compilation-next-error-function):
7240 Don't switch buffers; operate on the current buffer.
7241
7242 * progmodes/compile.el (compilation-error-file-name)
7243 (compilation-warning-file-name, compilation-info-file-name)
7244 (compilation-line-number, compilation-column-number): New faces.
7245 (compilation-error-face, compilation-warning-face)
7246 (compilation-info-face, compilation-line-face)
7247 (compilation-column-face): Use them.
7248
7249 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7250
7251 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7252
7253 * bindings.el (global-map): Bind insertchar and its variants.
7254
7255 2005-06-27 Richard M. Stallman <rms@gnu.org>
7256
7257 * textmodes/artist.el (artist-text-overwrite)
7258 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7259
7260 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7261
7262 * ps-print.el: It was not working the page selection for printing.
7263 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7264 (ps-print-version): New version 6.6.7.
7265 (ps-end-sheet): New fun.
7266 (ps-header-sheet, ps-end-job): Call it.
7267
7268 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7269
7270 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7271
7272 2005-06-27 Lute Kamstra <lute@gnu.org>
7273
7274 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7275 background color faces.
7276 (facemenu-get-face): Delete function.
7277 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7278 (facemenu-add-new-color): Make second argument mandatory.
7279 Create the appropriate face and return it. Simplify.
7280 (facemenu-set-foreground, facemenu-set-background): Don't check if
7281 color is defined. Use return value of facemenu-add-new-color.
7282
7283 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7284
7285 * progmodes/gud.el (gud-filter): Add missing argument to
7286 with-selected-window.
7287
7288 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7291 a :require to the defcustom.
7292
7293 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7294 defcustoms corresponding to minor modes.
7295
7296 2005-06-26 David Ponce <david@dponce.com>
7297
7298 * recentf.el: Require tree-widget instead of wid-edit.
7299 (recentf-filename-handler): Fix widget :type.
7300 (recentf-cancel-dialog, recentf-open-more-files)
7301 (recentf-open-files-action): Doc fix.
7302 (recentf-dialog-goto-first): New function.
7303 (recentf-dialog-mode-map): Set parent keymap first.
7304 (recentf-dialog-mode): Define with define-derived-mode.
7305 Don't display continuation lines in dialogs.
7306 (recentf-edit-list): Rename from recentf-edit-selected-items.
7307 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7308 Simplify.
7309 (recentf-edit-list-validate): New function.
7310 (recentf-edit-list): Update accordingly.
7311 (recentf-open-files-item-shift): Remove.
7312 (recentf-open-files-item): Convert menu elements into tree and
7313 link widgets. Don't create the widgets.
7314 (recentf-open-files): Update accordingly.
7315 (recentf-save-list): Untabify.
7316
7317 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7318
7319 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7320 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7321 partially contained in the active region. Do not take active
7322 region into account when called from Lisp, unless INTERACTIVE arg
7323 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7324 avoid trouble with fields. Make marker point nowhere when no
7325 longer used. Always return nil. Doc fix.
7326 (flush-lines): Add INTERACTIVE arg. Do not take active region
7327 into account when called from Lisp, unless INTERACTIVE arg is
7328 non-nil. Use `forward-line' instead of `beginning-of-line' to
7329 avoid trouble with fields. Make marker point nowhere when no
7330 longer used. Always return nil. Doc fix.
7331 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7332 interchangeable. Do not take active region into account when
7333 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7334 message in echo area when called from Lisp, unless INTERACTIVE arg
7335 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7336 Return the number of matches. Doc fix.
7337 (occur): Doc fix.
7338 (perform-replace): Make comment follow double space convention for
7339 the sake of `outline-minor-mode'.
7340
7341 * faces.el (facep): Doc fix.
7342
7343 2005-06-25 Richard M. Stallman <rms@gnu.org>
7344
7345 * facemenu.el (facemenu-enable-faces-p): New function.
7346 (facemenu-background-menu, facemenu-foreground-menu)
7347 (facemenu-face-menu): Add menu-enable property.
7348
7349 * jka-compr.el (jka-compr-insert-file-contents):
7350 Special handling if cannot find the uncompression program.
7351
7352 * cus-face.el (custom-face-attributes): Add autoload.
7353
7354 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7355 Bind comment-indent-function locally.
7356
7357 * window.el (save-selected-window): Use save-current-buffer.
7358
7359 * subr.el (with-selected-window): Use save-current-buffer.
7360
7361 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7362 and with-current-buffer.
7363
7364 2005-06-24 Richard M. Stallman <rms@gnu.org>
7365
7366 * simple.el (line-move-1): Fix previous change.
7367
7368 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7369
7370 * replace.el (occur-1): Set `buffer-read-only' and the
7371 buffer-modified flag before running `occur-hook' to protect
7372 against unintentional buffer switches that can lead to data loss.
7373
7374 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7375
7376 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7377 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7378 initial error.
7379
7380 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7381 after fresh input.
7382 (gdb-var-create-handler): Put name of expression in quotes.
7383
7384 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7385
7386 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7387 elements of RING in order, and without bogus nil elements.
7388
7389 2005-06-23 Richard M. Stallman <rms@gnu.org>
7390
7391 * simple.el (set-variable): Args renamed; doc fix.
7392 (line-move-1): When there are overlays around, use vertical-motion.
7393
7394 * faces.el (escape-glyph): Use brown against light background.
7395 (nobreak-space): Rename from no-break-space.
7396 Fix previous change.
7397
7398 * dired-aux.el (dired-do-copy): Fix arg prompt.
7399
7400 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7401
7402 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7403
7404 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7405 rather than "Distributor".
7406
7407 2005-06-23 Lute Kamstra <lute@gnu.org>
7408
7409 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7410 (debug-on-entry): Use it. New interactive declaration that uses
7411 function-called-at-point.
7412
7413 2005-06-23 Kim F. Storm <storm@cua.dk>
7414
7415 * subr.el (save-match-data): Add comment about using evaporate arg
7416 to set-match-data.
7417
7418 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7419
7420 * cus-edit.el (customize-face)
7421 (customize-face-other-window): Handle face aliases.
7422
7423 * faces.el (face-documentation, set-face-attribute)
7424 (face-spec-set): Handle face aliases.
7425
7426 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7427
7428 * help-mode.el (help-make-xrefs): If a symbol representing a face
7429 name is not followed by the word "face", it could still be a
7430 function or variable name, so don't bypass other checks.
7431
7432 2005-06-22 Juri Linkov <juri@jurta.org>
7433
7434 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7435 Replace aliased functions with calls where second arg `inherit' is t.
7436
7437 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7438
7439 * progmodes/gdb-ui.el (gdb-error): New variable.
7440 (gdb-error): New function.
7441 (gdb-annotation-rules): Act on error-begin and error annotations.
7442 (gdb-concat-output): Use font-lock-warning-face for errors.
7443
7444 2005-06-22 Miles Bader <miles@gnu.org>
7445
7446 * bindings.el (propertized-buffer-identification): Use renamed
7447 `Buffer-menu-buffer' face.
7448
7449 * faces.el (vertical-border): Rename from `vertical-divider'.
7450 (escape-glyph): Change dark-background color back to `cyan'.
7451
7452 2005-06-21 Juri Linkov <juri@jurta.org>
7453
7454 * faces.el (face-user-default-spec): Try getting `customized-face'
7455 prior to `saved-face'.
7456 (frame-background-mode): Refill docstring.
7457
7458 * emacs-lisp/lisp-mode.el (eval-defun-1):
7459 * emacs-lisp/edebug.el (edebug-eval-defun):
7460 Set `saved-face' temporarily to nil before calling form.
7461 Set `customized-face' to the new spec after that.
7462
7463 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7464
7465 * subr.el (1value, lambda, key-substitution-in-progress):
7466 Doc fixes.
7467
7468 * autoinsert.el (auto-insert-alist):
7469 * ses.el (ses-call-printer):
7470 * subr.el (noreturn):
7471 * emacs-lisp/lisp.el (check-parens):
7472 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7473 * net/browse-url.el (browse-url-mosaic):
7474 * progmodes/cc-defs.el (c-safe-scan-lists):
7475 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7476 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7477 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7478 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7479 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7480 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7481
7482 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7483
7484 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7485
7486 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7487
7488 * calendar/appt.el (appt-make-list): Activate the package, if
7489 not already active (for backwards compatibility).
7490
7491 2005-06-20 Kim F. Storm <storm@cua.dk>
7492
7493 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7494
7495 2005-06-20 Miles Bader <miles@gnu.org>
7496
7497 * faces.el (vertical-divider): New face.
7498
7499 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7500
7501 * simple.el (kill-whole-line): Doc fix.
7502 (next-error-buffer-p, next-error-find-buffer)
7503 (clone-indirect-buffer): Fix typos in docstrings.
7504 (comment-line-break-function): Doc fix: don't say variable
7505 is automatically buffer-local (it isn't).
7506
7507 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7508
7509 * net/tramp-ftp.el (top):
7510 * net/tramp-smb.el (top):
7511 * net/tramp-util.el (top):
7512 * net/tramp-uu.el (top):
7513 * net/tramp-vc.el (top):
7514 * net/tramp.el (top): Revert copyright years back to original
7515 ones. Tramp has a life outside GNU Emacs.
7516
7517 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7518
7519 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7520
7521 2005-06-18 Juri Linkov <juri@jurta.org>
7522
7523 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7524 end of first regexp to limit the match to the position between
7525 line number and source line with same separator character as used
7526 between file name and line number. In the second regexp limit
7527 mouse-face area to file name and line number by adding new group
7528 for them and referring it in HYPERLINK arg.
7529 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7530 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7531 previous line where grep markers may be already removed.
7532
7533 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7534
7535 * progmodes/ps-mode.el: Update version and maintainer's email address.
7536
7537 2005-06-18 Steve Youngs <steve@xemacs.org>
7538
7539 * net/browse-url.el (browse-url-browser-function)
7540 (browse-url-default-browser): Add firefox.
7541 (browse-url-firefox-program, browse-url-firefox-arguments)
7542 (browse-url-firefox-startup-arguments)
7543 (browse-url-firefox-new-window-is-tab): New defcustoms.
7544 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7545
7546 2005-06-17 Richard M. Stallman <rms@gnu.org>
7547
7548 * startup.el (command-line): Warn if specified user name has
7549 no home directory.
7550
7551 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7552 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7553
7554 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7555 Doc fixes.
7556
7557 * faces.el (underline): Try bold if terminal doesn't support underline.
7558
7559 * mail/sendmail.el (mail-setup-with-from): New variable.
7560 (mail-insert-from-field): New function.
7561 (sendmail-send-it): Call it.
7562 (mail-setup): Optionally call it here.
7563
7564 * term/linux.el: Call tty-no-underline.
7565
7566 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7567
7568 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7569
7570 2005-06-17 Miles Bader <miles@gnu.org>
7571
7572 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7573 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7574 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7575 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7576 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7577 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7578 Remove "-face" suffix from face names.
7579 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7580 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7581 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7582 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7583 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7584 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7585 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7586 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7587 New backward-compatibility aliases for renamed faces.
7588 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7589 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7590 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7591 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7592 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7593 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7594 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7595 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7596 Use renamed ediff faces.
7597
7598 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7599 Remove "-face" suffix from face names.
7600 (eshell-test-ok-face, eshell-test-failed-face):
7601 New backward-compatibility aliases for renamed faces.
7602 (eshell-run-test): Use renamed eshell-test faces.
7603
7604 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7605 face name.
7606 (eshell-prompt-face): New backward-compatibility alias for renamed
7607 face.
7608 (eshell-emit-prompt): Use renamed eshell-prompt face.
7609
7610 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7611 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7612 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7613 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7614 Remove "-face" suffix from face names.
7615 (eshell-ls-directory-face, eshell-ls-symlink-face)
7616 (eshell-ls-executable-face, eshell-ls-readonly-face)
7617 (eshell-ls-unreadable-face, eshell-ls-special-face)
7618 (eshell-ls-missing-face, eshell-ls-archive-face)
7619 (eshell-ls-backup-face, eshell-ls-product-face)
7620 (eshell-ls-clutter-face):
7621 New backward-compatibility aliases for renamed faces.
7622 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7623
7624 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7625 Remove "-face" suffix from face name.
7626 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7627 instead of literal face.
7628
7629 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
7630
7631 * emacs-lisp/warnings.el (display-warning, lwarn)
7632 (warning-minimum-log-level): Doc fixes.
7633 (warning-minimum-level, warning-minimum-log-level):
7634 Add :debug to :type choices.
7635
7636 * progmodes/ada-mode.el (ada-format-paramlist)
7637 (ada-get-indent-case, ada-check-matching-start)
7638 (ada-check-defun-name, ada-goto-matching-decl-start)
7639 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7640 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7641 (ada-make-subprogram-body): Follow error conventions.
7642 (ada-case-exception-file, ada-indent-comment-as-code)
7643 (ada-indent-handle-comment-special, ada-indent-renames)
7644 (ada-indent-return, ada-search-directories-internal)
7645 (ada-tab-policy, ada-case-exception-substring)
7646 (ada-other-file-alist, ada-matching-start-re)
7647 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7648 (ada-imenu-generic-expression, ada-compile-goto-error)
7649 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7650 (ada-popup-menu, ada-add-extensions, ada-mode)
7651 (ada-region-selected, ada-create-case-exception)
7652 (ada-create-case-exception-substring, ada-after-keyword-p)
7653 (ada-activate-keys-for-case, ada-adjust-case-region)
7654 (ada-adjust-case-buffer, ada-format-paramlist)
7655 (ada-scan-paramlist, ada-insert-paramlist)
7656 (ada-indent-newline-indent)
7657 (ada-indent-newline-indent-conditional)
7658 (ada-justified-indent-current, ada-goto-previous-word)
7659 (ada-indent-current, ada-get-indent-open-paren)
7660 (ada-get-indent-paramlist, ada-get-indent-end)
7661 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7662 (ada-get-indent-block-start, ada-get-indent-subprog)
7663 (ada-get-indent-noindent, ada-get-indent-label)
7664 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7665 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7666 (ada-goto-stmt-end, ada-goto-next-word)
7667 (ada-check-matching-start, ada-check-defun-name)
7668 (ada-goto-matching-decl-start, ada-goto-matching-start)
7669 (ada-goto-matching-end, ada-search-ignore-string-comment)
7670 (ada-in-decl-p, ada-looking-at-semi-or)
7671 (ada-looking-at-semi-private, ada-in-paramlist-p)
7672 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7673 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7674 (ada-next-procedure, ada-previous-procedure, ada-next-package)
7675 (ada-previous-package, ada-create-menu)
7676 (ada-fill-comment-paragraph-justify)
7677 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7678 (ada-other-file-name, ada-last-which-function-line)
7679 (ada-last-which-function-subprog, ada-which-function)
7680 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7681 (ada-gen-treat-proc, ada-check-emacs-version)
7682 (ada-continuation-indent, ada-align-region-separate):
7683 Fix typos in docstrings.
7684 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7685
7686 2005-06-16 Lute Kamstra <lute@gnu.org>
7687
7688 * simple.el (fundamental-mode): Run after-change-major-mode-hook
7689 conditionally.
7690
7691 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7692
7693 * comint.el (comint-replace-by-expanded-filename)
7694 (comint-prompt-regexp, comint-delimiter-argument-list)
7695 (comint-preinput-scroll-to-bottom):
7696 * info.el (Info-hide-cookies-node):
7697 * ls-lisp.el (ls-lisp-classify):
7698 * find-file.el (ff-search-directories, ff-special-constructs)
7699 (ff-find-other-file):
7700 * font-lock.el (font-lock-keywords):
7701 * shell.el (shell-prompt-pattern)
7702 (shell-dynamic-complete-functions, shell-mode)
7703 (shell-delimiter-argument-list):
7704 * term.el (term-replace-by-expanded-filename)
7705 (term-prompt-regexp, term-delimiter-argument-list):
7706 * woman.el (woman-ignore, woman0-if):
7707 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7708 * emacs-lisp/elint.el (elint-init-env):
7709 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7710 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7711 * language/ethio-util.el (ethio-tilde-escape)
7712 (ethio-use-three-dot-question):
7713 * net/zone-mode.el (zone-mode-load-time-setup):
7714 * progmodes/cc-align.el (c-lineup-argcont):
7715 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7716 * progmodes/cperl-mode.el (cperl-set-style-back):
7717 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7718 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7719 Fix spellings in docstrings.
7720
7721 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7722 * progmodes/modula2.el (m2-for): Fix spellings.
7723
7724 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7725
7726 * simple.el (undo-more): Don't use `format' on `error' arguments.
7727 Improve argument/docstring consistency.
7728 (pending-undo-list): Doc fix.
7729
7730 * smerge-mode.el (smerge-ensure-match):
7731 * emulation/vip.el (vip-ex):
7732 * net/zone-mode.el (zone-mode-update-serial):
7733 * progmodes/idlwave.el (idlwave-complete):
7734 * progmodes/vhdl-mode.el (vhdl-visit-file)
7735 (vhdl-compose-wire-components):
7736 Don't use `format' on `error' arguments.
7737
7738 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7739 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7740 (tooltip-help-tips): Fix typos in docstrings.
7741
7742 2005-06-16 David Ponce <david@dponce.com>
7743
7744 * tree-widget.el (tree-widget-value-create): Simplify last change.
7745
7746 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
7747
7748 * ido.el (ido-incomplete-regexp): New variable.
7749 (ido-set-matches-1): Handle invalid-regexp error and set
7750 ido-incomplete-regexp.
7751 (ido-incomplete-regexp): New face.
7752 (ido-completions): Use it.
7753 (ido-complete, ido-exit-minibuffer, ido-completions):
7754 Handle incomplete regexps.
7755 (ido-completions): Add check for complete match when entering a regexp.
7756
7757 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7758
7759 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7760
7761 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7762
7763 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7764 by field delimiters.
7765
7766 2005-06-15 David Ponce <david@dponce.com>
7767
7768 * tree-widget.el: eval-and-compile inlined functions so they will
7769 be available at run-time too.
7770 (tree-widget-super-format-handler)
7771 (tree-widget-format-handler): Remove.
7772 (tree-widget-value-create): Handle the :indent property.
7773
7774 2005-06-15 Miles Bader <miles@gnu.org>
7775
7776 * progmodes/which-func.el (which-func): Only inherit
7777 `font-lock-function-name-face' when that makes sense against the
7778 default mode-line face, otherwise set the face color explicitly.
7779
7780 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7781 faces instead of (non-existent) variables.
7782
7783 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7786 (iswitchb-get-matched-buffers): Likewise. Simplify.
7787
7788 2005-06-14 Miles Bader <miles@gnu.org>
7789
7790 * progmodes/ld-script.el (ld-script-location-counter):
7791 Remove "-face" suffix from face name.
7792 (ld-script-location-counter-face):
7793 New backward-compatibility alias for renamed face.
7794 (ld-script-location-counter-face): Use renamed face.
7795
7796 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7797 (cperl-hash): Remove "-face" suffix from face names.
7798 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7799 New backward-compatibility aliases for renamed faces.
7800 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7801 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7802
7803 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7804 name.
7805 (which-func-face): New backward-compatibility alias for renamed face.
7806 (which-func-format): Use renamed which-func face.
7807
7808 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7809 (vhdl-function, vhdl-directive, vhdl-reserved-word)
7810 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7811 names.
7812 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7813 (vhdl-speedbar-configuration, vhdl-speedbar-package)
7814 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7815 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7816 (vhdl-speedbar-architecture-selected)
7817 (vhdl-speedbar-configuration-selected)
7818 (vhdl-speedbar-package-selected)
7819 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7820 names.
7821 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7822 Use renamed faces.
7823 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7824 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7825 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7826 Use renamed faces.
7827 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7828 names.
7829 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7830 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7831 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7832 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7833 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7834 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7835
7836 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7837 face name.
7838 (sh-heredoc-face): New backward-compatibility alias for renamed face.
7839 (sh-heredoc-face): Use renamed sh-heredoc face.
7840
7841 * progmodes/idlw-help.el (idlwave-help-link):
7842 Remove "-face" suffix from face name.
7843 (idlwave-help-link-face):
7844 New backward-compatibility alias for renamed face.
7845 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7846
7847 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7848 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7849 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7850 New backward-compatibility aliases for renamed faces.
7851 (idlwave-shell-disabled-breakpoint-face)
7852 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7853
7854 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7855 Remove "-face" suffix from face names.
7856 (flymake-errline-face, flymake-warnline-face):
7857 New backward-compatibility aliases for renamed faces.
7858 (flymake-highlight-line): Use renamed flymake faces.
7859
7860 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7861 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7862 (ebrowse-member-class, ebrowse-progress):
7863 Remove "-face" suffix from face names.
7864 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7865 (ebrowse-file-name-face, ebrowse-default-face)
7866 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7867 (ebrowse-progress-face):
7868 New backward-compatibility aliases for renamed faces.
7869 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7870 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7871 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7872 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7873
7874 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7875 antlr-syntax)
7876 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7877 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7878 names.
7879 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7880 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7881 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
7882 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7883 backward-compatibility aliases for renamed faces.
7884 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7885 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
7886 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
7887 remove "font-lock-". Use renamed antlr-mode faces.
7888 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
7889 literal face-names with face variable references.
7890
7891 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
7892 face name.
7893 (Buffer-menu-buffer-face): New backward-compatibility alias for
7894 renamed face.
7895 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
7896
7897 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
7898
7899 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
7900 Eliminate "-face" suffix.
7901 (makefile-targets): Inherit from font-lock-function-name-face and
7902 eliminate "-face" suffix.
7903 (makefile-shell): Remove attributes and eliminate "-face" suffix.
7904 (makefile-*-font-lock-keywords): Append makefile-targets in rule
7905 actions, instead of prepending, to make it less visible.
7906 (makefile-previous-dependency, makefile-match-dependency):
7907 Don't match a target on a continuation line.
7908
7909 * files.el (auto-mode-alist): Put Makefile in gmake mode.
7910
7911 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
7912
7913 * progmodes/gdb-ui.el (menu): Re-order menu items.
7914 (gdb-tooltip-print): Respect tooltip-use-echo-area.
7915
7916 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
7917 Define in tooltip.el.
7918 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
7919 (gud-tooltip-tips): Respect tooltip-use-echo-area and
7920 gud-tooltip-echo-area.
7921
7922 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
7923 backward compatibility and make obsolete.
7924 (tooltip-help-tips): Use tooltip-use-echo-area.
7925 (tooltip-show-help-function): Rename to...
7926 (tooltip-show-help): ...this, because it is a function.
7927 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
7928
7929 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7930
7931 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
7932 (edebug-print-length, edebug-print-level, edebug-print-circle)
7933 (edebug-modify-breakpoint, edebug-eval-last-sexp)
7934 (edebug-eval-print-last-sexp): Doc fixes.
7935
7936 2005-06-14 Kim F. Storm <storm@cua.dk>
7937
7938 * ido.el (ido-mode): Make a new keymap every time we enable ido,
7939 as the coverage buffer/file/both may change.
7940
7941 2005-06-14 Lute Kamstra <lute@gnu.org>
7942
7943 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
7944 and run-mode-hooks. Simplify.
7945
7946 * mail/rmailedit.el (rmail-edit-mode):
7947 * progmodes/octave-inf.el (inferior-octave-mode):
7948 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
7949
7950 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
7951 and run-mode-hooks.
7952 (recentf-edit-list, recentf-open-files): Don't call
7953 kill-all-local-variables directly.
7954
7955 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
7956
7957 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7958
7959 * emacs-lisp/byte-run.el (make-obsolete)
7960 (define-obsolete-function-alias): Rename arguments FUNCTION and
7961 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
7962 (make-obsolete-variable, define-obsolete-variable-alias):
7963 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
7964 respectively.
7965
7966 * isearchb.el (isearchb-activate):
7967 * pcvs.el (cvs-mode):
7968 * ses.el (ses-load):
7969 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
7970 * net/tramp.el (tramp-find-file-exists-command)
7971 (tramp-find-shell):
7972 * progmodes/ada-mode.el (ada-create-case-exception)
7973 (ada-create-case-exception-substring, ada-make-subprogram-body):
7974 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7975 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
7976 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
7977 * textmodes/org.el (org-promote, org-evaluate-time-range)
7978 (org-agenda-next-date-line, org-agenda-previous-date-line)
7979 (org-agenda-error, org-open-at-point, org-table-move-row)
7980 (org-format-table-table-html-using-table-generate-source)
7981 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
7982 * textmodes/reftex.el (reftex-access-scan-info):
7983 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
7984 (reftex-toc-promote-prepare): Follow error conventions.
7985
7986 * diff-mode.el (diff-mode): Fix typo in docstring.
7987
7988 * forms.el (forms--intuit-from-file): Fix reference to
7989 `forms-number-of-fields' in error message.
7990 (forms-print): Fix quoting in error message.
7991
7992 * forms.el (forms-mode):
7993 * emulation/vi.el (vi-goto-insert-state):
7994 * progmodes/flymake.el (flymake-new-err-info)
7995 (flymake-start-syntax-check-for-current-buffer)
7996 (flymake-simple-cleanup):
7997 * eshell/esh-var.el (eshell/export):
7998 * progmodes/gud.el (xdb):
7999 * textmodes/flyspell.el (flyspell-incorrect-hook)
8000 (flyspell-maybe-correct-transposition)
8001 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8002
8003 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8004
8005 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8006 minibuffer prompt.
8007
8008 2005-06-13 Kim F. Storm <storm@cua.dk>
8009
8010 * subr.el (add-to-ordered-list): New defun.
8011
8012 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8013 add cua--keymap-alist to emulation-mode-map-alists.
8014
8015 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * subr.el (complete-in-turn): New macro.
8018 (dynamic-completion-table, lazy-completion-table): Add debug info.
8019
8020 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8021 in preference to face aliases.
8022
8023 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8024 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8025 Remove unused vars `start' and `firstline'.
8026 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8027 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8028
8029 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8030
8031 * cus-start.el (all): Don't complain about missing GTK-related
8032 variables, unless either `gtk' is boundp or this isn't a
8033 `windows-nt' build.
8034
8035 2005-06-13 Lute Kamstra <lute@gnu.org>
8036
8037 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8038 run-mode-hooks.
8039
8040 * ediff-mult.el (ediff-meta-mode):
8041 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8042
8043 * ledit.el (ledit-mode): Use delay-mode-hooks.
8044
8045 * woman.el (woman-mode-line-format): Delete constant.
8046 (woman-mode-map): Initialize it properly.
8047 (woman-mode): Set mode-class property to special.
8048 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8049 Set major-mode and mode-name. Don't set mode-line-format directly.
8050 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8051
8052 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8053 string argument obsolete.
8054
8055 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8056
8057 * textmodes/org.el (org-CUA-compatible): New option.
8058 (org-disputed-keys): New variable.
8059 (org-key): New function.
8060 (orgtbl-make-binding): Add docstring to the created function.
8061 (org-mode): Set paragraph start/separate regexps.
8062 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8063 (org-archive-location, org-archive-mark-done)
8064 (org-archive-stamp-time): New options.
8065 (org-archive-subtree): New command.
8066 (org-fill-paragraph): New function.
8067 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8068 (org-fake-empty-table-line): Function removed.
8069 (org-format-org-table-html): Do not create empty table lines at
8070 separator lines. Improved table header treatment.
8071 (org-link-format): New option.
8072 (org-make-link): New function.
8073 (org-insert-link, org-store-link): Use org-make-link.
8074 (org-open-file): Quote file name for shell command, to allow
8075 spaces in file names.
8076 (org-link-regexp): Fix bug with mailto link.
8077 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8078 New constants.
8079 (org-export-as-html): Deal with the optional angles around a link.
8080 Better treatment of file: links.
8081 (org-open-at-point): Replace @{ and @} with < and >.
8082 (org-run-mode-hooks): Function removed.
8083 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8084
8085 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8086
8087 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8088 MI command -data-list-register-values.
8089 (gdb-post-prompt): Indent properly.
8090
8091 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8092
8093 * hilit-chg.el (highlight-changes-colors): Rename from
8094 `highlight-changes-colours'.
8095 (highlight-changes-colours): Keep as obsolete alias.
8096 (highlight-changes-face-list): Doc fix.
8097 (hilit-chg-make-list): Use `highlight-changes-colors'.
8098
8099 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8100
8101 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8102 defun-prompt-regexp.
8103
8104 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8105
8106 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8107 and cygwin.
8108
8109 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8110 Don't use an old loaddefs.el, as in Makefile.in.
8111
8112 2005-06-12 Lute Kamstra <lute@gnu.org>
8113
8114 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8115
8116 * man.el (Man-mode-map): Initialize it properly.
8117 (Man-mode): Set mode-class property to special.
8118
8119 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8120
8121 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8122
8123 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8124 A newline is needed in the docstring there.
8125
8126 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8127 Doc fixes.
8128
8129 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8130
8131 * printing.el: Doc fix. The menubar is no more changed when printing
8132 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8133 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8134 (pr-version): New version number (6.8.4).
8135 (pr-menu-bind): New command.
8136 (pr-update-menus): Docstring and code fix.
8137 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8138 Docstring fix.
8139 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8140 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8141
8142 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8143
8144 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8145 "Returns" to "return", document useful return values, etc.
8146
8147 2005-06-11 Alan Mackenzie <acm@muc.de>
8148
8149 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8150 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8151 (adaptive-file-function): Minor amendment to doc-string.
8152
8153 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8154
8155 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8156 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8157 Fix :type--it is `integer', not `string'.
8158
8159 * faces.el (modeline-highlight): Rename from (the erroneous)
8160 `modeline-higilight'.
8161
8162 2005-06-11 Lute Kamstra <lute@gnu.org>
8163
8164 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8165 lisp-interaction-mode-map but make it the parent.
8166 (edebug-eval-mode): Use define-derived-mode.
8167
8168 2005-06-11 Andreas Schwab <schwab@suse.de>
8169
8170 * bindings.el: Add binding of `ESC functionkey' for every
8171 `M-functionkey'.
8172 * hexl.el (hexl-mode-map): Likewise.
8173
8174 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8175
8176 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8177 [msft]: update regexp for newer msft compilers.
8178
8179 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8180
8181 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8182 ATTLIST portions of included DTDs.
8183 (xml-parse-dtd): Eliminate use of inefficient match-data.
8184
8185 2005-06-10 Miles Bader <miles@gnu.org>
8186
8187 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8188 (mpuz-text): Remove "-face" suffix from face names.
8189 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8190 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8191 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8192
8193 * play/gomoku.el (gomoku-O, gomoku-X):
8194 Remove "-face" suffix from face names.
8195 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8196 New backward-compatibility aliases for renamed faces.
8197 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8198
8199 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8200
8201 * thumbs.el: Fixes for changes of 2005-06-09.
8202 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8203 as a directory.
8204 (thumbs-thumbname): Remove directory separator from format string;
8205 `thumbs-thumbsdir' now returns a valid directory name.
8206 (thumbs-temp-dir): New defsubst.
8207 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8208 Use it.
8209
8210 * cus-edit.el (minibuffer):
8211 * files.el (make-backup-file-name-function):
8212 * filesets.el (filesets-external-viewers):
8213 * hilit-chg.el (highlight-changes-colours)
8214 (highlight-changes-face-list, highlight-changes-rotate-faces):
8215 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8216 * kmacro.el (kmacro-call-macro):
8217 * log-edit.el (log-edit-changelog-full-paragraphs):
8218 * mouse.el (mouse-1-click-follows-link):
8219 * skeleton.el (skeleton-autowrap):
8220 * subr.el (insert-for-yank-1):
8221 * tempo.el (tempo-insert-region):
8222 * terminal.el (terminal-emulator):
8223 * time.el (display-time-mail-face):
8224 * vc.el (vc-annotate):
8225 * vcursor.el (vcursor-copy-line):
8226 * woman.el (woman-bold-headings, woman-ignore)
8227 (woman-default-faces, woman-monochrome-faces):
8228 * calendar/todo-mode.el (todo-insert-threshold):
8229 * emulation/pc-select.el (pc-select-selection-keys-only)
8230 (pc-selection-mode):
8231 * emulation/vip.el (vip-find-char-forward):
8232 * emulation/viper-cmd.el (viper-find-char-forward):
8233 * international/mule-cmds.el
8234 (select-safe-coding-system-accept-default-p)
8235 (input-method-exit-on-invalid-key):
8236 * international/mule-diag.el (describe-coding-system):
8237 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8238 * net/browse-url.el (browse-url-xterm-program):
8239 * obsolete/lazy-lock.el (lazy-lock-mode):
8240 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8241 (cperl-mode):
8242 * progmodes/cpp.el (cpp-face-light-name-list)
8243 (cpp-face-dark-name-list):
8244 * progmodes/delphi.el (delphi-newline-always-indents):
8245 Fix spellings in docstrings.
8246
8247 * ido.el (ido-mode, ido-file-extensions-order)
8248 (ido-default-file-method, ido-default-buffer-method)
8249 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8250 (ido-decorations, ido-read-file-name-as-directory-commands)
8251 (ido-read-file-name-non-ido, ido-work-directory-list)
8252 (ido-ignore-item-temp-list, ido-current-directory)
8253 (ido-magic-forward-char, ido-enter-find-file)
8254 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8255 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8256
8257 2005-06-10 Lute Kamstra <lute@gnu.org>
8258
8259 * play/dunnet.el (dun-mode): Use define-derived-mode.
8260 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8261 obsolete alias.
8262
8263 * play/doctor.el (doctor-mode-map): Remove defvar.
8264 (doctor-mode): Use define-derived-mode.
8265
8266 * mail/mspools.el (mspools-mode):
8267 * net/eudc-hotlist.el (eudc-hotlist-mode):
8268 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8269
8270 2005-06-10 Miles Bader <miles@gnu.org>
8271
8272 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8273 Remove "-face" suffix from face names.
8274 (flyspell-incorrect-face, flyspell-duplicate-face):
8275 New backward-compatibility aliases for renamed faces.
8276 (flyspell-mode-on, make-flyspell-overlay)
8277 (flyspell-highlight-incorrect-region)
8278 (flyspell-highlight-duplicate-region)
8279 (flyspell-display-next-corrections)
8280 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8281
8282 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8283 from face name.
8284 (texinfo-heading-face): New backward-compatibility alias for
8285 renamed face.
8286 (texinfo-heading-face): Use renamed texinfo-heading face.
8287
8288 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8289 suffix from face names.
8290 (tex-math-face, tex-verbatim-face):
8291 New backward-compatibility aliases for renamed faces.
8292 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8293 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8294 literal face name.
8295
8296 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8297 name.
8298 (table-cell-face): New backward-compatibility alias for renamed face.
8299 (table--put-cell-face-property, table--update-cell-face):
8300 Use renamed table-cell face.
8301
8302 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8303 from face name.
8304 (sgml-namespace-face): New backward-compatibility alias for
8305 renamed face.
8306 (sgml-namespace-face): Use renamed sgml-namespace face.
8307
8308 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8309 (org-level-4, org-level-5, org-level-6, org-level-7)
8310 (org-level-8, org-warning, org-headline-done)
8311 (org-deadline-announce, org-scheduled-today)
8312 (org-scheduled-previously, org-link, org-done, org-table)
8313 (org-time-grid): Remove "-face" suffix from face names.
8314 (org-level-1-face, org-level-2-face, org-level-3-face)
8315 (org-level-4-face, org-level-5-face, org-level-6-face)
8316 (org-level-7-face, org-level-8-face, org-warning-face)
8317 (org-headline-done-face, org-deadline-announce-face)
8318 (org-scheduled-today-face, org-scheduled-previously-face)
8319 (org-link-face, org-done-face, org-table-face)
8320 (org-time-grid-face):
8321 New backward-compatibility aliases for renamed faces.
8322 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8323 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8324 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8325 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8326
8327 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8328 (viper-minibuffer-emacs, viper-minibuffer-insert)
8329 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8330 (viper-search-face, viper-replace-overlay-face)
8331 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8332 (viper-minibuffer-vi-face):
8333 New backward-compatibility aliases for renamed faces.
8334 (viper-search-face, viper-replace-overlay-face)
8335 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8336 (viper-minibuffer-vi-face): Use renamed viper faces.
8337
8338 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8339 Remove "-face" suffix from face names.
8340 (testcover-nohits-face, testcover-1value-face):
8341 New backward-compatibility aliases for renamed faces.
8342 (testcover-mark): Use renamed testcover faces.
8343
8344 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8345 face name.
8346 (diary-button-face): New backward-compatibility alias for renamed face.
8347 (diary-entry): Use renamed diary-button face.
8348
8349 * calendar/calendar.el (diary, calendar-today, holiday)
8350 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8351 (diary-face, calendar-today-face, holiday-face):
8352 New backward-compatibility aliases for renamed faces.
8353 (eval-after-load "facemenu", diary-entry-marker)
8354 (calendar-today-marker, calendar-holiday-marker, diary-face):
8355 Use renamed calendar faces.
8356
8357 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8358 (compare-windows-face): New backward-compatibility alias for
8359 renamed face.
8360 (compare-windows-highlight): Use renamed compare-windows face.
8361
8362 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8363 (strokes-char-face): New backward-compatibility alias for renamed face.
8364 (strokes-encode-buffer): Use renamed strokes-char face.
8365
8366 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8367 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8368 Remove "-face" suffix from face names.
8369 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8370 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8371 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8372 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8373 Use renamed pcvs faces.
8374 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8375 * pcvs-defs.el (cvs-mode-map): Likewise.
8376 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8377
8378 * info.el (info-title-1, info-title-2, info-title-3)
8379 (info-title-4): Remove "-face" suffix from and downcase face names.
8380 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8381 (Info-title-4-face):
8382 New backward-compatibility aliases for renamed faces.
8383 (Info-fontify-node): Use renamed info faces.
8384
8385 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8386 Remove "-face" suffix from face names.
8387 (highlight-changes-face, highlight-changes-delete-face):
8388 New backward-compatibility aliases for renamed faces.
8389 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8390 (hilit-chg-make-list): Use renamed highlight-changes faces.
8391
8392 * generic-x.el (show-tabs-tab, show-tabs-space):
8393 Remove "-face" suffix from face names.
8394 (show-tabs-tab-face, show-tabs-space-face):
8395 New backward-compatibility aliases for renamed faces.
8396 (show-tabs-generic-mode-font-lock-defaults-1)
8397 (show-tabs-generic-mode-font-lock-defaults-2):
8398 Use renamed show-tabs faces.
8399
8400 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8401 (smerge-markers): Remove "-face" suffix from face names.
8402 (smerge-mine-face, smerge-other-face, smerge-base-face)
8403 (smerge-markers-face):
8404 New backward-compatibility aliases for renamed faces.
8405 (smerge-mine-face, smerge-other-face, smerge-base-face)
8406 (smerge-markers-face): Use renamed smerge faces.
8407
8408 * log-view.el (log-view-file, log-view-message): Remove "-face"
8409 suffix from face names.
8410 (log-view-file-face, log-view-message-face):
8411 New backward-compatibility aliases for renamed faces.
8412 (log-view-file-face, log-view-message-face): Use renamed log-view
8413 faces.
8414
8415 * paren.el (show-paren-match, show-paren-mismatch):
8416 Remove "-face" suffix from face names.
8417 (show-paren-match-face, show-paren-mismatch-face):
8418 New backward-compatibility aliases for renamed faces.
8419 (show-paren-function): Use renamed show-paren faces.
8420
8421 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8422 (ruler-mode-margins, ruler-mode-fringes)
8423 (ruler-mode-column-number, ruler-mode-fill-column)
8424 (ruler-mode-comment-column, ruler-mode-goal-column)
8425 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8426 suffix from face names.
8427 (ruler-mode-default-face, ruler-mode-pad-face)
8428 (ruler-mode-margins-face, ruler-mode-fringes-face)
8429 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8430 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8431 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8432 New backward-compatibility aliases for renamed faces.
8433 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8434 (ruler-mode-column-number, ruler-mode-fill-column)
8435 (ruler-mode-comment-column, ruler-mode-goal-column)
8436 (ruler-mode-tab-stop, ruler-mode-current-column)
8437 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8438 faces.
8439
8440 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8441 face name.
8442 (whitespace-highlight-the-space): Use renamed face.
8443 (whitespace-highlight-face): New backward-compatibility alias for
8444 renamed face.
8445
8446 * woman.el (woman-italic, woman-bold, woman-unknown)
8447 (woman-addition, woman-symbol-face):
8448 Remove "-face" suffix from face names.
8449 (woman-italic-face, woman-bold-face, woman-unknown-face)
8450 (woman-addition-face):
8451 New backward-compatibility aliases for renamed faces.
8452 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8453 (woman-decode-region, woman-replace-match)
8454 (woman-display-extended-fonts, woman-special-characters)
8455 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8456 Use renamed woman faces.
8457
8458 * longlines.el (longlines-visible-face): Face removed.
8459
8460 * diff-mode.el (diff-header, diff-file-header, diff-index)
8461 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8462 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8463 suffix from face names.
8464 (diff-header-face, diff-file-header-face, diff-index-face)
8465 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8466 (diff-changed-face, diff-function-face, diff-context-face)
8467 (diff-nonexistent-face): New backward-compatibility aliases for
8468 renamed faces.
8469 (diff-header-face, diff-file-header-face)
8470 (diff-index, diff-index-face, diff-hunk-header)
8471 (diff-hunk-header-face, diff-removed, diff-removed-face)
8472 (diff-added, diff-added-face, diff-changed-face, diff-function)
8473 (diff-function-face, diff-context-face, diff-nonexistent)
8474 (diff-nonexistent-face): Use renamed diff-mode faces.
8475
8476 * progmodes/compile.el (compilation-warning-face)
8477 (compilation-info-face): Remove "-face" suffix from face names.
8478 (compilation-warning-face, compilation-info-face):
8479 New backward-compatibility aliases for renamed faces.
8480 (compilation-warning-face, compilation-info-face):
8481 Use renamed compilation faces.
8482
8483 * add-log.el (change-log-date, change-log-name)
8484 (change-log-email, change-log-file, change-log-list)
8485 (change-log-conditionals, change-log-function)
8486 (change-log-acknowledgement): Remove "-face" suffix from face names.
8487 (change-log-date-face, change-log-name-face)
8488 (change-log-email-face, change-log-file-face)
8489 (change-log-list-face, change-log-conditionals-face)
8490 (change-log-function-face, change-log-acknowledgement-face):
8491 New backward-compatibility aliases for renamed faces.
8492 (change-log-font-lock-keywords): Use renamed change-log faces.
8493
8494 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8495 (custom-set, custom-changed, custom-saved, custom-button)
8496 (custom-button-pressed, custom-documentation, custom-state)
8497 (custom-comment, custom-comment-tag, custom-variable-tag)
8498 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8499 (custom-group-tag): Remove "-face" suffix from face names.
8500 (custom-magic-alist, custom-magic-value-create)
8501 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8502 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8503 (custom-set-face, custom-changed-face, custom-saved-face)
8504 (custom-button-face, custom-button-pressed-face)
8505 (custom-documentation-face, custom-state-face)
8506 (custom-comment-face, custom-comment-tag-face)
8507 (custom-variable-tag-face, custom-variable-button-face)
8508 (custom-face-tag-face, custom-group-tag-face-1)
8509 (custom-group-tag-face):
8510 New backward-compatibility aliases for renamed faces.
8511
8512 * wid-edit.el (widget-documentation, widget-button)
8513 (widget-field, widget-single-line-field, widget-inactive)
8514 (widget-button-pressed): "-face" suffix removed from face names.
8515 (widget-documentation-face, widget-button-face)
8516 (widget-field-face, widget-single-line-field-face)
8517 (widget-inactive-face, widget-button-pressed-face):
8518 New backward-compatibility aliases for renamed faces.
8519 (widget-documentation-face, widget-button-face)
8520 (widget-button-pressed-face, widget-specify-field)
8521 (widget-specify-inactive): Use renamed widget faces.
8522
8523 2005-06-10 Kenichi Handa <handa@m17n.org>
8524
8525 * term/x-win.el (x-clipboard-yank): Remove condition-case
8526 wrapping.
8527
8528 2005-06-11 Kenichi Handa <handa@m17n.org>
8529
8530 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8531 date lines stricter.
8532
8533 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8534
8535 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8536 of x-get-selection.
8537
8538 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8539
8540 * comint.el (comint-mode, comint-snapshot-last-prompt):
8541 * frame.el (frame-current-scroll-bars):
8542 * term.el (term-mode, term-check-proc, term-input-sender)
8543 (term-simple-send, term-extract-string, term-word)
8544 (term-match-partial-filename):
8545 * window.el (window-current-scroll-bars):
8546 * emulation/cua-base.el (cua-normal-cursor-color)
8547 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8548 (cua-global-mark-cursor-color):
8549 * mail/undigest.el (rmail-forward-separator-regex):
8550 Fix typos in docstrings.
8551
8552 * comint.el (comint-check-proc, make-comint-in-buffer)
8553 (comint-source-default): Doc fixes.
8554
8555 * term.el (term-send-string): Improve argument/docstring consistency.
8556
8557 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8558
8559 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8560 call to `delete-region'.
8561 (comint-mode-hook): Do not enable Font Lock by default.
8562
8563 2005-06-09 Lute Kamstra <lute@gnu.org>
8564
8565 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8566 could be void.
8567
8568 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8569
8570 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8571 (debug): Use it.
8572 (debugger-step-through, debugger-continue, debugger-jump)
8573 (debugger-return-value): Set it when needed.
8574 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8575 Use inhibit-read-only.
8576
8577 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8578
8579 * window.el (shrink-window-if-larger-than-buffer)
8580 (window-size-fixed): Fix typo in docstring.
8581
8582 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8583 thumbnails directory on loading.
8584 (thumbs-conversion-program): Use `eq' to check the system type,
8585 not `equal'.
8586 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8587 not "/tmp". Fix docstring.
8588 (thumbs-thumbsdir): New function to return the thumbnails
8589 directory, creating it if needed.
8590 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8591 (thumbs-temp-file): Delete variable and make it into a function.
8592 (thumbs-resize-image, thumbs-modify-image): Use it.
8593 (thumbs-kill-buffer): Simplify.
8594 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8595 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8596 docstrings.
8597
8598 2005-06-09 Kim F. Storm <storm@cua.dk>
8599
8600 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8601 set-match-data to free markers in match-data.
8602
8603 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8604 match-data to unchain markers in match-data.
8605
8606 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8609 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8610 unnecessary now.
8611
8612 2005-06-08 Richard M. Stallman <rms@gnu.org>
8613
8614 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8615 give the variable a doc string that doesn't say don't set it directly.
8616
8617 * textmodes/ispell.el (ispell-check-version):
8618 Use match-string-no-properties.
8619 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8620 (ispell-buffer-local-words): Likewise.
8621
8622 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8623 except on terminals with enough colors to really display it.
8624 (makefile-dependency-regex): Delete spurious `bb'.
8625
8626 * faces.el (escape-glyph): Use blue once again in last case.
8627 (no-break-space): Redefine so that it isn't invisible on a tty.
8628
8629 2005-06-08 Kim F. Storm <storm@cua.dk>
8630
8631 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8632 also when reading directory name.
8633
8634 2005-06-08 Lute Kamstra <lute@gnu.org>
8635
8636 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8637 (flyspell-mode-line-string): Remove autoload cookie.
8638 (flyspell-mode): Remove defvar.
8639
8640 2005-06-07 Lute Kamstra <lute@gnu.org>
8641
8642 * textmodes/org.el (org-run-mode-hooks): New function.
8643 (org-agenda-mode): Use it.
8644
8645 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8646
8647 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8648
8649 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8652
8653 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
8654
8655 * font-lock.el (font-lock-add-keywords): Doc fix.
8656
8657 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8660 (tex-compile-default): In the absence of any history, use the order in
8661 tex-compile-alist to choose the preferred command.
8662 (tex-compile-commands): Reorder a bit.
8663
8664 * textmodes/flyspell.el (flyspell-auto-correct-binding)
8665 (flyspell-incorrect-face, flyspell-duplicate-face):
8666 Use (X)Emacs-agnostic code.
8667 (flyspell-mode-map): Don't overwrite at each load. Remove code
8668 redundant with the subsequent add-minor-mode. Merge Emacs and
8669 XEmacs code.
8670 (flyspell-word): Minor simplification.
8671 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8672 (flyspell-external-point-words): Remove unused vars `size' and `start'.
8673 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8674 Merge the corresponding Emacs code.
8675 (flyspell-correct-word, flyspell-xemacs-popup):
8676 Use flyspell-do-correct.
8677
8678 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8679 a dedicated window.
8680
8681 * international/latexenc.el (latexenc-find-file-coding-system):
8682 Undo part of last patch, to turn off a compiler warning.
8683
8684 2005-06-06 Juri Linkov <juri@jurta.org>
8685
8686 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8687 Rename `tmm-inactive-face' to `tmm-inactive'.
8688
8689 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
8690
8691 * iswitchb.el: Rename faces.
8692
8693 2005-06-06 Kim F. Storm <storm@cua.dk>
8694
8695 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8696 (cua-global-mark): Remove -face suffix from face names.
8697
8698 * emulation/cua-gmrk.el (cua--init-global-mark):
8699 Remove cua-global-mark face setup.
8700
8701 2005-06-06 Richard M. Stallman <rms@gnu.org>
8702
8703 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8704 just like other allowed characters.
8705 (makefile-match-dependency): Exclude leading and training whitespace
8706 from the range of regexp subexp 1.
8707 (makefile-macroassign-regex): Don't try to match the body,
8708 just the name of the macro being defined.
8709
8710 * info.el (Info-read-node-name-2): New function.
8711 (Info-read-node-name-1): Use that.
8712 Add a completion-base-size-function property.
8713
8714 * simple.el (completion-setup-function): Look for
8715 completion-base-size-function property of minibuffer-completion-table.
8716
8717 * files.el (locate-file-completion): Doc fix.
8718
8719 * printing.el: Don't call pr-update-menus; user must do that.
8720
8721 * emacs-lisp/debug.el (debugger-window): New variable.
8722 (debug): Use debugger-window if it is set and still alive.
8723 Record debugger-window for next entry.
8724
8725 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8726
8727 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
8728
8729 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8730 (hack-one-local-variable, hack-local-variables)
8731 (hack-local-variables-prop-line): Pass that arg.
8732
8733 2005-06-06 Kim F. Storm <storm@cua.dk>
8734
8735 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8736 (ido-indicator): Remove -face suffix from face names.
8737
8738 2005-06-06 Juri Linkov <juri@jurta.org>
8739
8740 * font-lock.el (font-lock-regexp-backslash)
8741 (font-lock-regexp-backslash-construct): New faces.
8742 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
8743 after `('. Add `while-no-input' to control structures.
8744
8745 * faces.el (no-break-space, shadow): New faces.
8746 (escape-glyph): Use less loud colors pink2 and red4.
8747
8748 * diff-mode.el (diff-context-face)
8749 * dired.el (dired-ignored)
8750 * rfn-eshadow.el (file-name-shadow)
8751 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8752
8753 * info.el (Info-title-1-face): Use green instead of yellow because
8754 bold yellow is not readable on light backgrounds.
8755
8756 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8757 before selecting the desired mode to not spend time fontifying
8758 old contents.
8759
8760 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
8761
8762 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8763 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8764
8765 * ps-print.el (ps-default-fg, ps-default-bg):
8766 Fix typos in docstrings.
8767
8768 * isearchb.el (isearchb): Don't pass a spurious second argument to
8769 `iswitchb-completions'.
8770
8771 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
8772
8773 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8774 to preserve point.
8775 (gdb-find-file-hook): Add doc string.
8776
8777 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8778 C dereferenced pointer expression.
8779 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
8780
8781 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8782
8783 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8784 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8785 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8786 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8787 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8788 Make background transparent.
8789
8790 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
8793 (font-lock-remove-keywords): Doc fix.
8794 (font-lock-mode-major-mode): Compiler defvar.
8795 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8796
8797 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8798 (font-lock-mode): Update `font-lock-mode-major-mode'.
8799 (font-lock-set-defaults): Compiler defvar.
8800 (font-lock-default-function): Take `font-lock-mode-major-mode'
8801 into account.
8802
8803 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8804 keep track of which major mode it enabled the minor mode for.
8805 Use find-file-hook again. Update docstring.
8806
8807 * simple.el (eval-expression-print-level)
8808 (eval-expression-print-length, eval-expression-debug-on-error):
8809 Doc fixes.
8810
8811 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
8812
8813 * iswitchb.el (iswitchb-single-match-face)
8814 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8815 (iswitchb-invalid-regexp-face): New faces.
8816 (iswitchb-completions): Use them.
8817 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8818 now marked as an obsolete alias.
8819 (iswitchb-read-buffer): Remove check for bound font variables.
8820 (iswitchb-invalid-regexp): New free variable.
8821 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8822 set iswitchb-invalid-regexp.
8823 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8824 invalid regexps.
8825 (iswitchb-completions): Add check for complete match when entering
8826 a regexp.
8827 (iswitchb-completions): Remove require-match argument.
8828 (iswitchb-exhibit): Fix caller.
8829 (iswitchb-common-match-inserted): New variable.
8830 (iswitchb-complete, iswitchb-completion-help): Use it.
8831
8832 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
8833
8834 * url-http.el (url-http-chunked-encoding-after-change-function):
8835 Use `url-http-debug' instead of `message'.
8836
8837 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
8838
8839 * url-http.el (url-http-parse-headers): Pass redirected URL as a
8840 callback argument.
8841
8842 2005-06-04 Kim F. Storm <storm@cua.dk>
8843
8844 * simple.el (line-move): Only call sit-for when moving backwards.
8845
8846 * ido.el (ido-make-merged-file-list-1): New defun split from
8847 ido-make-merged-file-list.
8848 (ido-make-merged-file-list): Bind throw-on-input around call to
8849 ido-make-merged-file-list-1. Return input-pending-p if
8850 interrupted by more input available.
8851 (ido-read-internal): Handle input-pending-p return value from
8852 ido-make-merged-file-list.
8853
8854 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8857 compatibility code.
8858
8859 * international/latexenc.el (latexenc-find-file-coding-system):
8860 Don't inherit the EOL part of the coding-system from the
8861 tex-main buffer. Fit within 80 columns.
8862
8863 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
8864
8865 * tmm.el (tmm-inactive-face): New face.
8866 (tmm-remove-inactive-mouse-face): New function.
8867 (tmm-prompt, tmm-add-one-shortcut)
8868 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8869 but not selectable.
8870
8871 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
8872
8873 * faces.el (face-equal): Improve argument/docstring consistency.
8874
8875 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
8876
8877 * progmodes/make-mode.el (makefile-targets-face)
8878 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8879 (makefile-bsdmake-dependency-regex)
8880 (makefile-makepp-rule-action-regex)
8881 (makefile-bsdmake-rule-action-regex): New constants.
8882 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8883
8884 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8885 Allow (...) within `...' for makepp messages.
8886
8887 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
8888
8889 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
8890
8891 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
8892 "." files are deleted from all file lists before comparison.
8893
8894 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8895 (viper-ESC-key): Made them customizable.
8896
8897 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
8898
8899 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
8900
8901 * autorevert.el (auto-revert-buffers): Use save-match-data.
8902
8903 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
8906 menu items with a nil command binding.
8907
8908 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
8909
8910 * emacs-lisp/cl-macs.el (defsetf):
8911 Improve argument/docstring consistency.
8912
8913 * faces.el (list-faces-display): Improve the formatting by
8914 computing the maximum length required for any face-name (reworked
8915 patch of 1999-01-11, accidentally deleted on 1999-07-21).
8916 (internal-find-face): Remove redundant info in docstring.
8917
8918 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
8919
8920 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
8921 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
8922 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
8923 (gdb-assembler-custom): Improve regexps.
8924 (def-gdb-auto-update-handler): Use window point to preserve point.
8925
8926 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
8929
8930 2005-05-31 Jay Belanger <belanger@truman.edu>
8931
8932 * calc/calc-embed.el (calc-embedded-word): Change argument passed
8933 to calc-embedded.
8934 (calc-embedded-make-info): Have plain prefix argument select
8935 entire line.
8936
8937 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
8938
8939 * faces.el (list-faces-display): Signal error if passed a regexp
8940 that matches no face name.
8941
8942 * simple.el (filter-buffer-substring): Fix typo in docstring.
8943
8944 2005-05-31 Richard M. Stallman <rms@gnu.org>
8945
8946 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
8947 (vhdl-emacs-21): Doc fix.
8948 (vhdl-mode): Unconditionally set comment-padding.
8949 (vhdl-fixup-whitespace-region): Insert spaces only where
8950 there are none.
8951 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
8952
8953 2005-05-30 John Wiegley <johnw@newartisans.com>
8954
8955 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8956 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
8957 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
8958 `directory-sep-char' to ?/, and all uses of `string-to-int' to
8959 `string-to-number'.
8960
8961 2005-05-30 Jay Belanger <belanger@truman.edu>
8962
8963 * calc/calc.el (calc-bug-address): Fix docstring.
8964 (calc-window-hook, calc-trail-window-hook): New variables.
8965 (calc-trail-display): Restore use of calc-trail-window-hook.
8966 (calc): Restore use of calc-window-hook.
8967
8968 2005-05-31 Masatake YAMATO <jet@gyve.org>
8969
8970 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
8971
8972 * help-fns.el (help-C-file-name): Add autoload mark for
8973 `find-function-noselect'.
8974
8975 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
8978 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
8979
8980 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8981
8982 * calendar/diary-lib.el (mark-included-diary-files): Only kill
8983 included diary buffer if it was not already being visited.
8984 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
8985
8986 * calendar/icalendar.el (top-level): Do not require 'appt.
8987
8988 * mail/supercite.el (sc-select-attribution): Only use a list
8989 element from sc-attrib-selection-list if it returns a string.
8990 Reported by Davide G. M. Salvetti <salve@debian.org>.
8991
8992 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
8993
8994 * thumbs.el (thumbs-thumbname): The resulting thumbname now
8995 includes a hash value to improve its uniqueness, and has a ".jpg"
8996 extension. Also, it is now a valid filename on all systems.
8997 (thumbs-make-thumb): Use `let', not `let*'.
8998 (thumbs-show-thumbs-list): Check for JPEG availability.
8999
9000 2005-05-30 Richard M. Stallman <rms@gnu.org>
9001
9002 * filesets.el (filesets-menu-ensure-use-cached):
9003 Prevent warning when emacs-version>= is undefined.
9004
9005 * printing.el (pr-interactive-n-up): Use string-to-number.
9006
9007 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9008
9009 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9010 Warn only when name to be defined is quoted.
9011
9012 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9013
9014 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9015 Make regexp more robust.
9016 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9017 Force regeneration of disassembly.
9018
9019 2005-05-29 Jay Belanger <belanger@truman.edu>
9020
9021 * calc/calc.el (calc-user-invocation): Check if
9022 calc-invocation-macro is non-nil.
9023
9024 2005-05-29 Juri Linkov <juri@jurta.org>
9025
9026 * add-log.el (change-log-font-lock-keywords):
9027 Add `+' to e-mail regexp to accept mail address with keywords.
9028
9029 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9030
9031 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9032
9033 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9034
9035 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9036
9037 2005-05-29 Richard M. Stallman <rms@gnu.org>
9038
9039 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9040 Undo the change that moves to end of the current word.
9041
9042 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9043
9044 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9045 Throw error when count <= 0 to ensure input is a number.
9046 (gdb-read-memory-custom): Pick up address from buffer.
9047 (gdb-memory-mode): Allow user to increment and decrement
9048 memory address from header line.
9049
9050 2005-05-29 Richard M. Stallman <rms@gnu.org>
9051
9052 * flyspell.el (flyspell-version): Function deleted.
9053 (flyspell-auto-correct-previous-hook): Doc fix.
9054
9055 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9056 Do nothing if memory is full.
9057
9058 * font-lock.el (font-lock-fontify-syntactically-region):
9059 Pass t for GREEDY to looking-back.
9060
9061 * saveplace.el (save-place-alist-to-file): Write the file
9062 using write-region.
9063
9064 * subr.el (looking-back): New argument GREEDY.
9065
9066 * progmodes/compile.el (compilation-start): Set the mode
9067 before inserting the initial text.
9068
9069 * progmodes/which-func.el (which-func-update-1): Turn the mode
9070 off in case of error by setting which-func-mode.
9071
9072 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9073
9074 * flyspell.el (flyspell-auto-correct-previous-word):
9075 Narrow down to what's on the screen, and recenter overlays
9076 at the end of the next word.
9077
9078 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9079
9080 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9081 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9082 (flyspell-abbrev-p): Default to nil.
9083 (flyspell-use-global-abbrev-table-p): Doc fix.
9084 (flyspell-large-region): Allow nil as value.
9085 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9086
9087 (mail-mode-flyspell-verify): More robust handling
9088 of `mail-header-separator'. More efficient signature detection.
9089 Allow for regexp metacharacters in message-header-separator.
9090 Adding `To' not to be checked in mail-mode-flyspell-verify.
9091
9092 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9093 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9094 Bind flyspell-auto-correct-binding.
9095 Bind C-. and C-, .
9096 (flyspell-mode-map): Likewise.
9097 (flyspell-mode): Doc fix.
9098 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9099 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9100 (flyspell-word-cache-result): New var, always local.
9101 (flyspell-check-pre-word-p): Doc fix.
9102 (flyspell-check-changed-word-p): Handle spc like newline.
9103 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9104 (flyspell-word-search-backward, flyspell-word-search-forward):
9105 New functions.
9106 (flyspell-word): Return t if nothing to check.
9107 When parsing TeX code, check for after } or \.
9108 Use flyspell-word-search-backward to find previous word.
9109 Return nil if duplicated word.
9110 For word already checked, return same value as last time.
9111 Set flyspell-word-cache-result after checking.
9112 Don't clobber the return value.
9113 (flyspell-get-word): Major rewrite.
9114 (flyspell-external-point-words): New locals pword, pcount.
9115 Fix size used in progress message.
9116 Find the proper corresponding word in flyspell-large-region-buffer.
9117 (flyspell-region): Check for flyspell-large-region = nil.
9118 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9119 (flyspell-auto-correct-word): Check that WORD is a cons.
9120 (flyspell-correct-word): Likewise.
9121
9122 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9123
9124 * progmodes/make-mode.el (makefile-rule-action-regex)
9125 (makefile-macroassign-regex, makefile-makepp-mode)
9126 (makefile-bsdmake-mode): Continuation lines may be empty.
9127 Reported by Joshua Varner.
9128 (makefile-makepp-font-lock-keywords): Add $(stem).
9129
9130 2005-05-28 Karl Berry <karl@gnu.org>
9131
9132 * textmodes/tex-mode.el: Now that tex-send-command calls
9133 shell-quote-argument (2005-03-31 change), remove all calls to
9134 shell-quote-argument; they all end up invoking tex-send-command.
9135 The double quoting loses on filenames with non-safe characters,
9136 such as "@". Reported by Frederik Fouvry.
9137
9138 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9139
9140 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9141 about preserving point.
9142
9143 2005-05-27 Jay Belanger <belanger@truman.edu>
9144
9145 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9146 Info-goto-node.
9147
9148 * calc/calc-embed.el (calc-embed-arg): New variable.
9149 (calc-do-embedded-activate, calc-embedded-activate-formula)
9150 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9151 variable by new variable.
9152 (calc-embedded-make-info): Replace undeclared variable by new
9153 variable. When selecting region with positive prefix
9154 argument, use end of previous line instead of beginning of line.
9155
9156 * calc/calc-aent.el (calc-arg-values): Declare it.
9157
9158 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9159 Declare them.
9160
9161 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9162
9163 * calc/calc.el (calc-alg-map): Declare it.
9164
9165 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9166
9167 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9168
9169 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9170 (gdb-registers-buffer, toggle-gdb-all-registers):
9171 Toggle display of floating point registers.
9172 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9173
9174 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9175 (toggle-gud-tooltip-dereference):
9176 Rename from gud-toggle-tooltip-dereference.
9177
9178 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9181
9182 2005-05-27 Jay Belanger <belanger@truman.edu>
9183
9184 * calc/calc-prog.el (calc-kbd-report): Remove.
9185 (calc-kbd-query): Rewrite.
9186
9187 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9188
9189 * image.el (image-library-alist): Move to image.c.
9190 (image-type-available-p): Doc fix.
9191
9192 2005-05-27 Lute Kamstra <lute@gnu.org>
9193
9194 * calc/calc.el (calc):
9195 * outline.el (outline-1, outline-2, outline-3, outline-4)
9196 (outline-5, outline-6, outline-7, outline-8):
9197 * textmodes/dns-mode.el (dns-mode):
9198 * textmodes/sgml-mode.el (sgml-namespace-face):
9199 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9200 (tex-verbatim-face, tex-use-reftex):
9201 * textmodes/texinfo.el (texinfo-heading-face):
9202 Specify customization group.
9203
9204 * longlines.el: Don't require easy-mmode.
9205 (longlines-visible-face): Specify customization group.
9206
9207 2005-05-27 Kenichi Handa <handa@m17n.org>
9208
9209 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9210 encoding table of windows-1251.
9211
9212 * international/ucs-tables.el (ucs-set-table-for-input):
9213 If translation-table-for-input of a coding system is a symbol, get
9214 its translation-table property.
9215
9216 * international/code-pages.el: Don't register a coding system into
9217 non-iso-charset-alist more than once.
9218 (cp-make-coding-system): Likewise.
9219
9220 2005-05-26 John Wiegley <johnw@newartisans.com>
9221
9222 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9223 `eshell-resume-eval' is wrapped in a list, it indicates that the
9224 command was run asynchronously. In that case, unwrap the value
9225 before checking the delimiter value.
9226
9227 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9228 character before a space at the end of a line is \, assume the space
9229 is part of the last argument rather than a final argument separator.
9230
9231 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9232 is in use, and the target is `t' or `nil' (which are the most common
9233 values), don't assume that the symbol target is a buffer.
9234
9235 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9236
9237 * calendar/calendar.el (calendar-mode-line-format):
9238 Use mode-line-highlight as mouse-face.
9239
9240 * time.el (display-time-string-forms, display-time-update):
9241 Use mode-line-highlight as mouse-face.
9242
9243 2005-05-26 Jay Belanger <belanger@truman.edu>
9244
9245 * calc/calc.el (calc-language-alist): Remove extra defvar.
9246
9247 2005-05-26 Lute Kamstra <lute@gnu.org>
9248
9249 * arc-mode.el (archive-mode):
9250 * bookmark.el (bookmark-read-annotation-mode)
9251 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9252 * bs.el (bs-mode):
9253 * calc/calc-yank.el (calc-edit-mode):
9254 * calc/calc.el (calc-mode, calc-trail-mode):
9255 * calculator.el (calculator-mode):
9256 * chistory.el (command-history-mode):
9257 * comint.el:
9258 * cus-edit.el (custom-mode):
9259 * descr-text.el (describe-text-mode):
9260 * ebuff-menu.el (Electric-buffer-menu-mode):
9261 * ediff-util.el (ediff-mode):
9262 * emacs-lisp/re-builder.el (reb-mode):
9263 * emulation/vi.el (vi-mode-setup):
9264 * emulation/ws-mode.el (wordstar-mode):
9265 * eshell/esh-mode.el (eshell-mode):
9266 * forms.el (forms-mode):
9267 * help-mode.el (help-mode):
9268 * hexl.el (hexl-mode):
9269 * ibuffer.el (ibuffer-mode):
9270 * ielm.el (inferior-emacs-lisp-mode):
9271 * info.el (Info-mode, Info-edit-mode):
9272 * international/swedish.el:
9273 * ledit.el (ledit-from-lisp-mode):
9274 * locate.el (locate-mode):
9275 * mail/rmail.el (rmail-mode):
9276 * mail/rmailedit.el (rmail-edit-mode):
9277 * mail/rmailsum.el (rmail-summary-mode):
9278 * mail/supercite.el (sc-electric-mode):
9279 * net/eudc.el (eudc-mode):
9280 * net/quickurl.el (quickurl-list-mode):
9281 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9282 * obsolete/ooutline.el (outline-mode):
9283 * obsolete/options.el (Edit-options-mode):
9284 * obsolete/rnews.el (news-mode):
9285 * obsolete/rnewspost.el (news-reply-mode):
9286 * play/5x5.el (5x5-mode):
9287 * play/decipher.el (decipher-mode, decipher-stats-mode):
9288 * play/gomoku.el (gomoku-mode):
9289 * play/snake.el (snake-mode):
9290 * play/solitaire.el (solitaire-mode):
9291 * play/tetris.el (tetris-mode):
9292 * progmodes/ada-mode.el (ada-mode):
9293 * progmodes/antlr-mode.el (antlr-mode):
9294 * progmodes/autoconf.el (autoconf-mode):
9295 * progmodes/dcl-mode.el (dcl-mode):
9296 * progmodes/delphi.el (delphi-mode):
9297 * progmodes/ebrowse.el (ebrowse-tree-mode)
9298 (ebrowse-electric-list-mode, ebrowse-member-mode)
9299 (ebrowse-electric-position-mode):
9300 * progmodes/f90.el (f90-mode):
9301 * progmodes/fortran.el (fortran-mode):
9302 * progmodes/icon.el (icon-mode):
9303 * progmodes/idlw-help.el (idlwave-help-mode):
9304 * progmodes/idlw-shell.el (idlwave-shell-mode):
9305 * progmodes/idlwave.el (idlwave-mode):
9306 * progmodes/inf-lisp.el (inferior-lisp-mode):
9307 * progmodes/m4-mode.el (m4-mode):
9308 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9309 * progmodes/modula2.el (modula-2-mode):
9310 * progmodes/octave-inf.el (inferior-octave-mode):
9311 * progmodes/octave-mod.el (octave-mode):
9312 * progmodes/pascal.el (pascal-mode):
9313 * progmodes/sh-script.el (sh-mode):
9314 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9315 * progmodes/vhdl-mode.el (vhdl-mode):
9316 * progmodes/xscheme.el (scheme-interaction-mode):
9317 * replace.el (occur-mode):
9318 * ses.el (ses-mode):
9319 * simple.el (completion-list-mode):
9320 * skeleton.el:
9321 * speedbar.el (speedbar-mode):
9322 * term.el (term-mode):
9323 * terminal.el (terminal-edit-mode):
9324 * textmodes/reftex-index.el (reftex-index-mode)
9325 (reftex-index-phrases-mode):
9326 * textmodes/reftex-sel.el (reftex-select-label-mode)
9327 (reftex-select-bib-mode):
9328 * textmodes/reftex-toc.el (reftex-toc-mode):
9329 * wdired.el (wdired-change-to-wdired-mode):
9330 * wid-browse.el (widget-browse-mode):
9331 Use run-mode-hooks.
9332
9333 * array.el (array-mode):
9334 * calendar/todo-mode.el (todo-mode):
9335 * man.el (Man-mode):
9336 * play/landmark.el (lm-mode):
9337 * play/mpuz.el (mpuz-mode):
9338 Use kill-all-local-variables and run-mode-hooks.
9339
9340 * subr.el (delay-mode-hooks): Specify indentation.
9341
9342 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9343
9344 * xml.el (xml-substitute-special): Don't die for undefined xml
9345 entities.
9346
9347 2005-05-26 Jay Belanger <belanger@truman.edu>
9348
9349 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9350 of nil.
9351
9352 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9353
9354 * progmodes/gdb-ui.el (gdb-frame-address):
9355 Rename from gdb-current-address.
9356 (gdb-previous-frame-address): Rename from gdb-previous-address.
9357 (gdb-selected-frame): Rename from gdb-current-frame.
9358 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9359 (gdb-frame-number): Rename from gdb-current-stack-level.
9360 (gdb-ann3): Match new mode-name for disassembly buffer.
9361 Extend initialization of variables.
9362 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9363 (gdb-memory-mode): Use mouse-face in header line.
9364 (gdb-assembler-buffer-name): Call it disassembly and give frame
9365 in mode line.
9366 (gdb-source-spec-regexp, gdb-assembler-custom)
9367 (gdb-invalidate-assembler, gdb-frame-handler):
9368 Make robust to leading zeroes in address format.
9369
9370 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9371
9372 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9373 define `org-mode'.
9374 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9375
9376 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * log-edit.el (log-edit-changelog-entries): Distinguish between
9379 filenames like xfns.c and fns.c.
9380
9381 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9382
9383 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9384 point after reverting.
9385 (Buffer-menu-make-sort-button): Handle the case where
9386 `Buffer-menu-use-header-line' is nil.
9387
9388 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9389
9390 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9391 New funcs. In minibuffer-local-completion-map bind `]', `/'
9392 and `:' to them.
9393
9394 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9395
9396 * startup.el (normal-top-level): Allow modification of load-path while
9397 we're iterating over it.
9398
9399 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9400
9401 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9402 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9403 (thumbs-resize-interactive, thumbs-insert-image)
9404 (thumbs-insert-thumb, thumbs-dired-show-marked)
9405 (thumbs-find-image-at-point, thumbs-delete-images)
9406 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9407 (thumbs-increment-image-size, thumbs-decrement-image-size):
9408 Fix typos in docstrings.
9409
9410 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9411
9412 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9413 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9414 (cperl-mode): Use them.
9415
9416 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9417
9418 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9419 Doc fixes.
9420
9421 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9422
9423 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9424 Bind C-d to gdb-inferior-io-eof.
9425
9426 * dired.el (dired-dnd-popup-notice): Use message-box.
9427
9428 2005-05-23 Masatake YAMATO <jet@gyve.org>
9429
9430 * bindings.el (mode-line-major-mode-keymap):
9431 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9432
9433 * faces.el (mode-line-highlight): New face.
9434
9435 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9436 as mouse-face.
9437
9438 * bindings.el (top-level, help-echo, mode-line-modified)
9439 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9440 as mouse-face.
9441
9442 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9443
9444 * progmodes/cc-engine.el (c-guess-basic-syntax):
9445 Remove spurious call to `zerop'.
9446
9447 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9448
9449 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9450
9451 CC Mode update to 5.30.10:
9452
9453 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9454 could go past the limit in decoration level 2, thereby causing
9455 errors during interactive fontification.
9456
9457 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9458 the file is evaluated interactively.
9459
9460 * cc-engine.el (c-guess-basic-syntax): Handle operator
9461 declarations somewhat better in C++.
9462
9463 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9464 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9465 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9466 (awk-mode): Use it.
9467 (make-local-hook): Suppress warning about obsoleteness.
9468
9469 * cc-engine.el, cc-align.el, cc-cmds.el
9470 (c-append-backslashes-forward, c-delete-backslashes-forward)
9471 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9472 Compensate for return value from `forward-line' when it has moved
9473 but not to a different line due to eob.
9474
9475 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9476 `objc-method-intro' and `objc-method-args-cont'.
9477
9478 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9479
9480 CC Mode update to 5.30.10:
9481
9482 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9483 in the copyright statement. Incidentally, change "along with GNU
9484 Emacs" to "along with this program" where it occurs.
9485
9486 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9487 so that it is interactive, hence can be found by M-x awk-mode
9488 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9489 <gmorris+emacs@ast.cam.ac.uk>.
9490
9491 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9492 Mode's regexps.
9493
9494 2005-05-23 Kevin Ryde <user42@zip.com.au>
9495
9496 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9497 c-parse-state, to avoid a lisp error (on bad code).
9498
9499 2005-05-23 Lute Kamstra <lute@gnu.org>
9500
9501 * subr.el (font-lock-defaults): Remove defvar as it's already
9502 defined in font-core.el.
9503
9504 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9505
9506 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9507
9508 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9509 more general and work when GDB variable "print pretty" is on,
9510 as with Emacs, for example.
9511
9512 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9513
9514 * font-core.el: Update comment.
9515
9516 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9517 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9518
9519 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9520
9521 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9522
9523 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9524 and `yank-handler' in the doc strings.
9525
9526 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9527
9528 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9529
9530 2005-05-22 Richard M. Stallman <rms@gnu.org>
9531
9532 * help.el (describe-key): Move print-help-return-message call
9533 out of conditional.
9534
9535 * progmodes/etags.el (list-tags): Use with-no-warnings.
9536
9537 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9538 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9539 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9540
9541 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9542
9543 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9544 Add defvar.
9545
9546 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9547 Use defvar, not defconst.
9548
9549 * hexl.el (hexl-follow-line): Use with-no-warnings.
9550
9551 * emulation/tpu-extras.el: Use write-file-functions instead of
9552 write-file-hooks.
9553
9554 * dired.el (dired-font-lock-keywords): Fontify files with junk
9555 extensions even if marked by -F.
9556
9557 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9558
9559 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9560 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9561 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9562 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9563 (concatenate, list-length, get*, getf, cl-remprop):
9564 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9565 (etypecase, progv, lexical-let, lexical-let*)
9566 (multiple-value-bind, multiple-value-setq, shiftf):
9567 Improve argument/docstring consistency.
9568
9569 * subr.el (focus-frame, unfocus-frame):
9570 Revert deletion on 2005-05-01.
9571
9572 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9573
9574 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9575 doesn't exist.
9576
9577 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9578 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9579
9580 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9581
9582 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9583 already deleted variables: auto-fill-hook, blink-paren-hook,
9584 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9585 suspend-hooks, comment-indent-hook, meta-flag,
9586 before-change-function, after-change-function,
9587 font-lock-doc-string-face.
9588
9589 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9590
9591 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9592
9593 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9594
9595 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9596 rmail-dont-reply-to.
9597
9598 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9599
9600 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9601 literal blank when splitting new-header-values.
9602
9603 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9604
9605 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9606 string so that tmm doesn't create a completion entry for it.
9607
9608 * textmodes/table.el (table-disable-menu): Ditto.
9609
9610 2005-05-21 Richard M. Stallman <rms@gnu.org>
9611
9612 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9613
9614 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9615
9616 * net/rcompile.el (remote-compile): Use compilation-start.
9617
9618 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9619
9620 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9621
9622 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9623 Default to makefile-bsdmake-mode on BSD systems.
9624
9625 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9626 REGEXP may also be a search function now. The part of doc-string
9627 for describing the structure was 95% identical to that of
9628 `imenu--generic-function'. Unify it there.
9629
9630 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9631 Use function to find dependencies, because regexp alone is so complex,
9632 it easily goes into an endless loop.
9633 (makefile-makepp-mode): Also add submenu for Perl functions
9634 defined in the makefile.
9635 (makefile-bsdmake-mode): Special imenu-generic-expression no
9636 longer needed, due to function call.
9637 (makefile-match-dependency): Take BOUND into account when checking
9638 if we're through.
9639
9640 2005-05-20 Jay Belanger <belanger@truman.edu>
9641
9642 * calc/calc-units.el (calc-invalidate-units-table):
9643 Use inhibit-read-only.
9644 (math-build-units-table-buffer): Use view-mode.
9645
9646 2005-05-20 David Kastrup <dak@gnu.org>
9647
9648 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9649 easy-menu-add is not a nop on Emacs; and clarify when to call it.
9650
9651 2005-05-20 Lute Kamstra <lute@gnu.org>
9652
9653 * diff-mode.el (diff-header-face, diff-file-header-face)
9654 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9655 (diff-added-face, diff-changed-face, diff-function-face)
9656 (diff-context-face, diff-nonexistent-face): Put them in the
9657 diff-mode customization group.
9658
9659 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9662
9663 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9664
9665 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9666 Minor regexp-optimization.
9667
9668 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9669
9670 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9671 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9672 (org-agenda-add-time-grid-maybe): New function.
9673 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9674 (org-table-create): `dotimes' instead of `mapcar'.
9675 (org-xor): Simplify implementation.
9676 (org-agenda): `inhibit-redisplay' turned on.
9677 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9678 a consistent line after a state change.
9679 (org-agenda-remove-times-when-in-prefix): New option.
9680 (org-prefix-has-time): New variable.
9681 (org-parse-time-string): Optional argument NODEFAULT.
9682 (org-format-agenda-item): Parse items for time-of-day
9683 specifications and move these into the prefix if possible.
9684 (org-agenda-priority): Get current heading, not previous heading
9685 during agenda remote editing.
9686
9687 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
9688
9689 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9690 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9691 (remove-duplicates, delete-duplicates, substitute)
9692 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9693 (nsubstitute-if-not, find, find-if, find-if-not, position)
9694 (position-if, position-if-not, count, count-if, count-if-not)
9695 (mismatch, search, sort*, stable-sort, merge, member*)
9696 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9697 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9698 (intersection, nintersection, set-difference, nset-difference)
9699 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9700 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9701 (nsublis, tree-equal): Improve argument/docstring consistency.
9702
9703 * subr.el (send-string, send-region):
9704 Remove obsolescence declaration.
9705 (window-dot, set-window-dot, read-input, show-buffer)
9706 (eval-current-buffer, string-to-int):
9707 Add release number to obsolescence declarations.
9708
9709 2005-05-19 Kim F. Storm <storm@cua.dk>
9710
9711 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9712 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9713
9714 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
9715
9716 * faces.el (list-faces-display): Make back button respect optional
9717 regexp arg.
9718
9719 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * calculator.el (calculator-radix-grouping-mode)
9722 (calculator-radix-grouping-digits, calculator-displayer)
9723 (calculator-radix-grouping-separator, calculator-copy-displayer):
9724 * dabbrev.el (dabbrev-search-these-buffers-only):
9725 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9726 (diff-advance-after-apply-hunk, diff-mode-hook)
9727 (diff-minor-mode-prefix):
9728 * imenu.el (imenu-use-popup-menu):
9729 * jit-lock.el (jit-lock-context-time):
9730 * newcomment.el (comment-fill-column, comment-column)
9731 (comment-style, comment-padding, comment-multi-line)
9732 (comment-empty-lines, comment-auto-fill-only-comments):
9733 * reveal.el (reveal-around-mark):
9734 * uniquify.el (uniquify-buffer-name-style)
9735 (uniquify-after-kill-buffer-p)
9736 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9737 (uniquify-min-dir-content, uniquify-separator)
9738 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9739 * w32-vars.el (w32-fixed-font-alist):
9740 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9741 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9742 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9743 * progmodes/perl-mode.el (perl-indent-level)
9744 (perl-continued-statement-offset, perl-continued-brace-offset)
9745 (perl-brace-offset, perl-brace-imaginary-offset)
9746 (perl-label-offset, perl-indent-continued-arguments)
9747 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9748 * progmodes/tcl.el (tcl-indent-level)
9749 (tcl-continued-indent-level, tcl-auto-newline)
9750 (tcl-tab-always-indent, tcl-electric-hash-style)
9751 (tcl-help-directory-list, tcl-use-smart-word-finder)
9752 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9753 (inferior-tcl-source-command):
9754 * textmodes/fill.el (enable-kinsoku):
9755 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9756 * textmodes/table.el (table-yank-handler):
9757 Specify missing group (and type, if simple) in defcustom.
9758
9759 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9760
9761 * progmodes/compile.el (compilation-finish-function): Fix defvar.
9762
9763 2005-05-19 Richard M. Stallman <rms@gnu.org>
9764
9765 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9766
9767 * subr.el (event-basic-type): Don't get an error.
9768 (left-fringe-p): Function deleted.
9769
9770 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9771 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9772
9773 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9774 in recursive copy.
9775
9776 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9777
9778 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9779
9780 * emacs-lisp/bytecomp.el
9781 (byte-compile-file-form-custom-declare-variable): Call
9782 byte-compile-nogroup-warn if appropriate.
9783
9784 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9785 (compilation-set-window): Don't call left-fringe-p; do it directly.
9786
9787 2005-05-19 Jay Belanger <belanger@truman.edu>
9788
9789 * calc/calc-graph.el (calc-graph-format-data): Make sure
9790 var-PlotRejects is bound before trying to check its value.
9791
9792 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
9793
9794 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9795 definition of this variable from reftex-global.el to reftex.el,
9796 because it is needed in the menu.
9797
9798 2005-05-19 Lute Kamstra <lute@gnu.org>
9799
9800 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9801 years are fixed. Don't insert a space after a dash.
9802
9803 2005-05-19 Kim F. Storm <storm@cua.dk>
9804
9805 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9806
9807 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
9808
9809 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9810 strings, because (eq ... ?\\) is fairly frequent.
9811
9812 * progmodes/make-mode.el (makefile-add-this-line-targets):
9813 Simplify and integrate into `makefile-pickup-targets'.
9814 (makefile-add-this-line-macro): Simplify and integrate into
9815 `makefile-pickup-macros.
9816 (makefile-pickup-filenames-as-targets): Simplify.
9817 (makefile-previous-dependency, makefile-match-dependency):
9818 Don't stumble over `::'.
9819
9820 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
9821
9822 * subr.el (post-command-idle-hook, post-command-idle-delay):
9823 Remove obsoletion of post-command-idle-hook and
9824 post-command-idle-delay.
9825
9826 * faces.el (list-faces-display): Provide button when describe-face
9827 is called to take user back to the list of faces.
9828
9829 * help-fns.el (describe-variable): Remove hyperlinks in a
9830 variable's value as these are quite frequently inappropriate.
9831
9832 * follow.el (follow-submit-feedback, follow-mode):
9833 Remove references to post-command-idle-hook.
9834
9835 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
9836
9837 * progmodes/make-mode.el (makefile-previous-dependency)
9838 (makefile-match-dependency): Check for := (and in bsd mode also
9839 !=) to give a better result, even when font-lock is not on.
9840
9841 2005-05-18 Jay Belanger <belanger@truman.edu>
9842
9843 * calc/calc-help.el (calc-s-prefix-help):
9844 Add `calc-copy-special-constant' to help string.
9845
9846 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9847
9848 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9849
9850 2005-05-18 Jay Belanger <belanger@truman.edu>
9851
9852 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9853 in linear factors are in proper order.
9854
9855 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9856
9857 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9858 Support for jurabib.
9859
9860 * textmodes/reftex.el (featurep): Define aliases for overlay
9861 commands, for XEmacs compatibility, and use these aliases in
9862 overlay initializations.
9863 (reftex-highlight): Use `reftex-move-overlay'.
9864 (reftex-unhighlight): Use `reftex-delete-overlay'.
9865 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
9866 (reftex-access-search-path): Use `reftex-uniquify' instead of
9867 `reftex-uniq'
9868
9869 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9870 `before-string' property modification enables for Emacs as well.
9871 (reftex-select-item): Use `reftex-delete-overlay'.
9872 (reftex-select-mark): Use `reftex-make-overlay' and
9873 `reftex-overlay-put'.
9874 (reftex-select-unmark): Use `reftex-delete-overlay' and
9875 `reftex-overlay-put'.
9876
9877 2005-05-18 Lute Kamstra <lute@gnu.org>
9878
9879 * emacs-lisp/lisp.el (check-parens): Fix docstring.
9880
9881 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
9882
9883 * add-log.el (add-change-log-entry):
9884 * array.el (array-make-template, array-reconfigure-rows)
9885 (array-init-max-row, array-init-max-column)
9886 (array-init-columns-per-line, array-init-field-width):
9887 * replace.el (replace-match-maybe-edit, perform-replace):
9888 * textmodes/spell.el (spell-region):
9889 Replace `read-input' by `read-string'.
9890
9891 * forms.el (forms-mode):
9892 * finder.el (finder-compile-keywords):
9893 * shadowfile.el (shadow-read-files):
9894 Replace `eval-current-buffer' by `eval-buffer'.
9895
9896 * terminal.el (te-pass-through):
9897 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
9898 (ange-ftp-raw-send-cmd):
9899 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
9900 (send-process-next-char, telnet-initial-filter, telnet):
9901 Replace `send-string' by `process-send-string'.
9902
9903 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
9904 (prolog-consult-region): Replace `send-string' by
9905 `process-send-string'; replace `send-region' by `process-send-region'.
9906
9907 * progmodes/delphi.el (delphi-log-msg):
9908 Replace `set-window-dot' by `set-window-point'.
9909
9910 * subr.el (window-dot, set-window-dot, read-input, send-string)
9911 (send-region, show-buffer, eval-current-buffer):
9912 Make really obsolete, as the comment says.
9913
9914 2005-05-17 Kim F. Storm <storm@cua.dk>
9915
9916 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
9917 (cua--init-keymaps): Bind C-return instead of S-return to set
9918 rectangle mark.
9919
9920 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
9921 instead of S-return to toggle/clear rectangle mark.
9922
9923 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
9924
9925 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
9926 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
9927 Also fontify plain strings assigned to variables, mostly so that a
9928 colon has a face and is thus not taken as a dependency separator.
9929 (makefile-previous-dependency): Inline the new matcher, because it
9930 is too complex to work in both directions.
9931 (makefile-match-dependency): Eliminate `backward' arg (see above).
9932 Completely reimplemented so as to not sometimes go into an endless
9933 loop. It should also be more efficient, because first it only
9934 searches for `:', instead of applying the very complex regexp.
9935 (makefile-mode): Cancel `font-lock-support-mode', because blocks
9936 to be fontified in one piece can be too long for JIT.
9937 Makefiles are never *that* big.
9938
9939 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
9940
9941 * dired.el (dired-mode): Simplify.
9942
9943 2005-05-17 Lute Kamstra <lute@gnu.org>
9944
9945 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
9946 defcustom for the mode hook variable.
9947
9948 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
9949 Emacs Lisp Reference Manual.
9950
9951 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
9952
9953 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
9954 (evenp, list*):
9955 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
9956 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
9957
9958 * net/tramp-smb.el (tramp-smb-open-connection):
9959 Pass `tramp-chunksize' as fifth (required) argument.
9960
9961 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
9962
9963 * font-lock.el (lisp-font-lock-keywords-1):
9964 Set `font-lock-negation-char-face' for [^...] char group.
9965 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
9966
9967 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
9968 a var, and refine it to mask one more level of nested vars.
9969 (makefile-rule-action-regex): Turn it into a var, and refine it so
9970 it recognizes backslashed continuation lines as belonging to the
9971 same command.
9972 (makefile-macroassign-regex): Refine it so it recognizes
9973 backslashed continuation lines as belonging to the same command.
9974 (makefile-var-use-regex): Don't look at the next char, because it
9975 might be the same one to be skipped by the initial [^$], leading
9976 to an overlooked variable use.
9977 (makefile-make-font-lock-keywords): Remove two parameters, which
9978 are now variables that some of the modes set locally.
9979 Handle dependency and rule action matching through functions, because
9980 regexps alone match too often. Dependency matching now comes
9981 last, so it can check, whether a colon already matched something else.
9982 (makefile-mode): Inform that font-lock improves makefile parsing
9983 capabilities.
9984 (makefile-match-dependency, makefile-match-action): New functions.
9985
9986 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
9987
9988 * emacs-lisp/cl-extra.el (equalp): Doc fix.
9989
9990 * align.el (align-regexp):
9991 * ansi-color.el (ansi-color-get-face):
9992 * array.el (array-reconfigure-rows, array-init-max-row)
9993 (array-init-max-column, array-init-columns-per-line)
9994 (array-init-field-width):
9995 * dired-aux.el (dired-trample-file-versions):
9996 * dired-x.el (dired-mark-sexp):
9997 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
9998 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
9999 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10000 * faces.el (face-read-integer):
10001 * files.el (backup-extract-version, insert-directory):
10002 * hexl.el (hexl-insert-decimal-char):
10003 * server.el (server-process-filter):
10004 * shell.el (shell-extract-num):
10005 * startup.el (command-line-1):
10006 * term.el (term-command-hook):
10007 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10008 (time-stamp-do-number):
10009 * time.el (display-time-update):
10010 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10011 (timezone-fix-time):
10012 * vms-patch.el (vms-suspend-resume-hook):
10013 * calendar/appt.el (appt-convert-time):
10014 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10015 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10016 * calendar/cal-islam.el (mark-islamic-diary-entries):
10017 * calendar/calendar.el (calendar-cursor-to-date)
10018 (calendar-star-date):
10019 * calendar/diary-lib.el (diary-attrtype-convert)
10020 (mark-diary-entries, diary-entry-time):
10021 * calendar/solar.el (solar-get-number):
10022 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10023 * emacs-lisp/re-builder.el (reb-display-subexp):
10024 * emulation/edt.el (edt-set-scroll-margins):
10025 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10026 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10027 (vip-get-ex-count):
10028 * emulation/viper-ex.el (viper-get-ex-token)
10029 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10030 * international/fontset.el (fontset-plain-name):
10031 * mail/feedmail.el (feedmail-look-at-queue-directory):
10032 * mail/mailalias.el (mail-get-names):
10033 * mail/rmail.el (rmail-convert-to-babyl-format):
10034 * mail/rmailsum.el (rmail-make-basic-summary-line)
10035 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10036 (rmail-summary-goto-msg):
10037 * mail/smtpmail.el (smtpmail-read-response):
10038 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10039 (ange-ftp-vms-add-file-entry):
10040 * play/gametree.el (gametree-looking-at-ply)
10041 (gametree-current-branch-score):
10042 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10043 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10044 * progmodes/cperl-mode.el (condition-case):
10045 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10046 (ebrowse-set-member-buffer-column-width)
10047 (ebrowse-select-1st-to-9nth):
10048 * progmodes/etags.el (etags-snarf-tag):
10049 * progmodes/flymake.el (flymake-parse-line):
10050 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10051 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10052 (idlwave-shell-menu-def):
10053 * progmodes/ps-mode.el (ps-run-goto-error):
10054 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10055 (vhdl-speedbar-contract-level):
10056 * term/mac-win.el (x-handle-numeric-switch):
10057 * term/sun-mouse.el (sun-get-frame-data):
10058 * term/w32-win.el (x-handle-numeric-switch):
10059 * term/x-win.el (x-handle-numeric-switch):
10060 * textmodes/ispell.el (ispell-parse-output):
10061 * textmodes/nroff-mode.el (nroff-outline-level):
10062 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10063 (reftex-bib-sort-year-reverse, reftex-format-citation):
10064 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10065 (reftex-section-number):
10066 * textmodes/texinfmt.el (texinfo-paragraphindent):
10067 Replace `string-to-int' by `string-to-number'.
10068
10069 * international/latexenc.el: Add page marker to force the "Local
10070 Variables:" string out of the last page.
10071
10072 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10073
10074 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10075 tooltip-change-major-mode.
10076 (gud-tooltip-print-command): Remove case where gud-minor-mode
10077 is gdb ("--fullname").
10078 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10079 explain to user.
10080
10081 2005-05-16 Jay Belanger <belanger@truman.edu>
10082
10083 * calc/calc-store.el (calc-copy-special-constant): New function.
10084
10085 * calc/calc-ext.el (calc-init-extensions): Add binding for
10086 `calc-copy-special-constant'.
10087
10088 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10089 for the `calc-copy-special-constant' command.
10090
10091 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10092
10093 * subr.el (left-fringe-p): New function.
10094
10095 * progmodes/compile.el (compilation-setup): Set local value of
10096 overlay-arrow-string to "" always.
10097 (compilation-set-window): Left fringe then don't scroll.
10098 No left fringe then no arrow and scroll message to top.
10099 (compilation-context-lines): Adjust doc string accordingly.
10100
10101 2005-05-16 Kim F. Storm <storm@cua.dk>
10102
10103 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10104 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10105 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10106 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10107 (ido-read-file-name): Handle commands with ido property value
10108 equal to find-file as reading a file name, to allow C-d to enter dired.
10109 (ibuffer-find-file): Add ido property with value find-file.
10110
10111 2005-05-15 Kim F. Storm <storm@cua.dk>
10112
10113 * subr.el (open-network-stream-nowait): Remove.
10114 (open-network-stream-server): Remove.
10115
10116 2005-05-15 Richard M. Stallman <rms@gnu.org>
10117
10118 * faces.el (describe-face): Output a definition link button.
10119
10120 * help-mode.el (help-face-def): New button type.
10121
10122 * emacs-lisp/copyright.el (copyright-fix-years):
10123 Match properly if the first year is 2-digit.
10124 Don't mess up the whitespace after the years by filling.
10125
10126 * dired-aux.el (dired-mark-confirm):
10127 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10128
10129 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10130 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10131 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10132
10133 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10134 Set font-lock-comment-start-skip.
10135
10136 * font-lock.el (font-lock-comment-start-skip): New variable.
10137 (font-lock-comment-end-skip): New variable.
10138 (font-lock-fontify-syntactically-region): Use them if non-nil.
10139
10140 2005-05-15 Jay Belanger <belanger@truman.edu>
10141
10142 * calc/calc-store.el (calc-store-value): Return a string rather
10143 than display it as a message.
10144 Use calc-var-name for variable name.
10145 (calc-store-into): Add the result of calc-store-value to message.
10146 (calc-copy-variable): Add a message.
10147 (calc-store-exchange): Improve error messages.
10148 (calc-store-binary, calc-store-map): Don't reset the values of
10149 special constants.
10150
10151 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10152
10153 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10154 manual to docstring.
10155
10156 * files.el (hack-local-variables-confirm): Add STRING argument.
10157 Make the function handle non file visiting buffers correctly.
10158 (hack-local-variables-prop-line, hack-local-variables)
10159 (hack-one-local-variable): Use STRING arg of
10160 `hack-local-variables-confirm'.
10161
10162 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10163
10164 Sync with Tramp 2.0.49.
10165
10166 * net/tramp.el (tramp-handle-dired-call-process)
10167 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10168 because the contents of the Tramp buffer is changed before
10169 insertion (`expand-file' and alike).
10170 (tramp-handle-insert-directory): If `localname' has an empty
10171 nondirectory name, it must not be quoted.
10172 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10173 variable `tramp-chunksize'. Change callees.
10174 (tramp-open-connection-setup-interactive-shell): Check remote host
10175 for buggy `send-process-string' implementation.
10176 Set `tramp-chunksize' if found. Reported by Michael Kifer
10177 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10178 (tramp-handle-shell-command): `insert-buffer' cannot be used
10179 because the contents of the Tramp buffer is changed before
10180 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10181 <frederic.bothamy@free.fr>.
10182 (tramp-set-auto-save): Actions should be done for Tramp file name
10183 handler only. Ange-FTP has its own auto-save mechanism.
10184 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10185 (tramp-set-auto-save-file-modes): Set file modes of
10186 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10187 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10188 (tramp-bug): Remove obsolete variable.
10189 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10190 for presence of `mml-mode'. Make it running for older Emacsen as well.
10191
10192 2005-05-14 John Paul Wallington <jpw@pobox.com>
10193
10194 * ibuf-ext.el (define-ibuffer-filter filename):
10195 If `dired-directory' is a list, use its car.
10196
10197 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10198
10199 * ibuffer.el (define-ibuffer-column filename):
10200 If `dired-directory' is a list, use its car.
10201
10202 2005-05-14 Richard M. Stallman <rms@gnu.org>
10203
10204 * subr.el (symbol-file): Doc fix.
10205
10206 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10207 (byte-compile-form): Call byte-compile-nogroup-warn.
10208 (byte-compile-warning-types): Doc fix.
10209
10210 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10211
10212 * progmodes/cc-engine.el (c-literal-faces):
10213 Add font-lock-comment-delimiter-face.
10214
10215 * net/net-utils.el (dig): Use with-no-warnings.
10216
10217 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10218 (sc-recite-frame-alist, sc-default-cite-frame)
10219 (sc-default-uncite-frame, sc-default-recite-frame)
10220 (sc-attrib-selection-list, sc-rewrite-header-list):
10221 Mark as risky-local-variable.
10222
10223 * international/ogonek.el (ogonek-jak, ogonek-how):
10224 Don't use beginning-of-buffer.
10225
10226 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10227
10228 * calendar/solar.el (solar-data-list): Move definition up.
10229
10230 * dnd.el (dnd-protocol-alist): Add autoload.
10231
10232 * progmodes/sh-script.el: Many doc usage fixes.
10233 (sh-indent-after-do): Change default to match common styles.
10234
10235 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10236
10237 * files.el (interpreter-mode-alist)
10238 (auto-mode-interpreter-regexp): Doc fixes.
10239
10240 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10241
10242 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10243
10244 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10245
10246 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10247
10248 * dired.el (dired-mode): make-variable-buffer-local =>
10249 make-local-variable.
10250
10251 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10252
10253 * term/mac-win.el (mac-select-convert-to-string): Try coding
10254 systems in mac-script-code-coding-systems if specified one cannot
10255 encode string for `com.apple.traditional-mac-plain-text'.
10256
10257 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10258
10259 * progmodes/make-mode.el (makefile-targets-face)
10260 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10261 (makefile-dependency-regex): Fix it to not make the colon in
10262 $(var:a=b) special.
10263 (makefile-rule-action-regex): New regexp for highlighting embedded
10264 Shell strings.
10265 (makefile-macroassign-regex): Handle != for highlighting as
10266 embedded Shell strings.
10267 (makefile-var-use-regex): New const.
10268 (makefile-statements, makefile-automake-statements)
10269 (makefile-gmake-statements, makefile-makepp-statements)
10270 (makefile-bsdmake-statements): New consts.
10271 (makefile-make-font-lock-keywords): New function.
10272 (makefile-automake-font-lock-keywords)
10273 (makefile-gmake-font-lock-keywords)
10274 (makefile-makepp-font-lock-keywords)
10275 (makefile-bsdmake-font-lock-keywords): New consts.
10276 (makefile-mode-map): Add switchers between the various submodes.
10277 (makefile-mode): Document the availability of the variants.
10278 (makefile-automake-mode, makefile-gmake-mode)
10279 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10280
10281 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10282 new variants of makefile-mode.
10283
10284 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10287 the inheritance.
10288
10289 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10290
10291 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10292 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10293
10294 * files.el (normal-mode): Extend the scope of the
10295 `enable-local-variables' binding to include the `set-auto-mode' call.
10296 (magic-mode-alist): Doc fix.
10297
10298 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10301 font-lock-comment-face rather than copying its setting.
10302
10303 2005-05-12 Andreas Schwab <schwab@suse.de>
10304
10305 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10306
10307 2005-05-12 Lute Kamstra <lute@gnu.org>
10308
10309 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10310 defcustom for the mode hook variable. Delete the last argument.
10311 * generic-x.el: Fix callers of define-generic-mode.
10312 (generic-x-modes): Delete group.
10313 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10314 generic-x customization group.
10315
10316 2005-05-12 Kim F. Storm <storm@cua.dk>
10317
10318 * font-lock.el (font-lock-negation-char-face): Default to "off".
10319
10320 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10321 font-lock-negation-char-face to ! in !=.
10322
10323 2005-05-12 Masatake YAMATO <jet@gyve.org>
10324
10325 * add-log.el (find-change-log): Fix typos in the docstring
10326 of function.
10327
10328 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10329
10330 * international/latexenc.el (latexenc-find-file-coding-system):
10331 Avoid `re-search-forward' when looking for input encoding because
10332 of speed and safety. Better regular expressions for recognizing
10333 input encoding. Limit a search for TeX-master/tex-main-file to
10334 the local variable section.
10335
10336 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10337
10338 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10339 syntax of $ to "'" (quote).
10340
10341 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10342
10343 * dnd.el (dnd-protocol-alist): Improve custom type.
10344
10345 * dired.el (dired-dnd-protocol-alist): New variable.
10346 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10347 `dired-mode-hook' to the end.
10348
10349 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10350
10351 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10352 comment-end if comment-start-skip is not set.
10353 Obey the font-lock-comment-delimiter-face variables.
10354
10355 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10356
10357 * files.el (executable-find): Move from executable.el. Use
10358 locate-file.
10359 * progmodes/executable.el (executable-find): Move to files.el.
10360
10361 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10362 when trying to ensure forward progress.
10363
10364 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10365
10366 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10367 (mouse-select, mouse-select-internal, mouse-extend-internal):
10368 Use it to implement mouse-1-click-follows-link functionality.
10369
10370 2005-05-11 Richard M. Stallman <rms@gnu.org>
10371
10372 * font-lock.el (font-lock-fontify-syntactically-region):
10373 Use font-lock-comment-delimiter-face for comment delimiters.
10374
10375 2005-05-10 Jay Belanger <belanger@truman.edu>
10376
10377 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10378 preserving embedded modes.
10379
10380 2005-05-10 Richard M. Stallman <rms@gnu.org>
10381
10382 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10383
10384 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10385 Move from ada-stmt.el.
10386 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10387
10388 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10389 Move to ada-mode.el.
10390 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10391
10392 * cus-edit.el (custom-file): Call file-chase-links.
10393
10394 * files.el (read-directory-name): Fix previous change.
10395 (hack-local-variables-confirm): New function.
10396 (hack-local-variables-prop-line, hack-local-variables)
10397 (hack-one-local-variable): Use it.
10398
10399 2005-05-10 Lute Kamstra <lute@gnu.org>
10400
10401 * font-lock.el (font-lock-keywords-alist)
10402 (font-lock-removed-keywords-alist): Clarify docstrings.
10403
10404 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10405
10406 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10407 (gdb-source-info): Check for preprocessor info.
10408 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10409 a macro for a function.
10410 (gdb-info-breakpoints-custom): Try to find file again if not already
10411 found (user might have used GDB dir command).
10412 (gdb-get-location): Update gdb-location-alist correctly for change
10413 to gdb-info-breakpoints-custom.
10414
10415 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10416 (gud-tooltip-print-command): Add gdbmi case.
10417 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10418 preprocessor info.
10419
10420 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10421
10422 * startup.el (fancy-splash-insert): Fix typo in doc string.
10423
10424 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10425
10426 * obsolete/float.el (string-to-float):
10427 * obsolete/hilit19.el (hilit-add-pattern):
10428 * obsolete/rnews.el (news-parse-range, news-select-message)
10429 (news-get-pruned-list-of-files): Replace `string-to-int' by
10430 `string-to-number'.
10431
10432 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10433 `find-file-not-found-hooks'; use `add-hook'.
10434 (uncompress-while-visiting): Set `write-file-functions', not
10435 `write-file-hooks'; use `add-hook'.
10436
10437 2005-05-09 Kim F. Storm <storm@cua.dk>
10438
10439 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10440 (cua-paste): Handle clipboard action.
10441 (cua--init-keymaps): Remap clipboard-kill-region and
10442 clipboard-kill-ring-save.
10443
10444 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10445
10446 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10447 Improve commentary.
10448
10449 * simple.el (next-error-overlay-arrow-position): Revert the change
10450 made on 2005-04-30.
10451
10452 2005-05-07 Jay Belanger <belanger@truman.edu>
10453
10454 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10455 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10456 `calc-sel-reselect'.
10457
10458 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10459 Calc is in embedded mode.
10460
10461 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10462
10463 * progmodes/compile.el (compilation-setup):
10464 Set overlay-arrow-string to an empty string on text terminals.
10465
10466 * textmodes/ispell.el (ispell-program-name): Try looking for
10467 "aspell" along exec-path, and if found, use it as the default
10468 speller program.
10469
10470 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10471
10472 * international/mule.el (sgml-xml-auto-coding-function):
10473 Recognize encoding='FOO' in single quotes as well as in double quotes.
10474
10475 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10476
10477 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10478 as well as `interactive', so that defmacro* would recognize
10479 `declare' forms.
10480
10481 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10482
10483 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10484 Explain more about the LIGHTER arg's usage in the doc string.
10485 Add commentary to clarify what the code does. Fix the regexp that
10486 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10487 since it could have characters special to regular expressions.
10488
10489 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10490
10491 * replace.el (occur-1): Bind inhibit-read-only so that
10492 erase-buffer doesn't barf on read-only text properties (likewise
10493 for add-text-properties in occur-engine). Mark buffer as unmodified.
10494 (occur-engine): Don't set buffer-read-only here.
10495
10496 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10499 list-buffers-directory. This caused the *cvs-commit* buffer to be
10500 sometimes mistakenly reused as a *cvs* buffer.
10501
10502 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10503
10504 * tooltip.el: Move code for GUD tooltips into gud.el.
10505 (require): CL no longer needed to compile case.
10506 (tooltip-mode): Do not toggle functions for GUD tooltips.
10507 (tooltip-gud-tips-p): Remove. Replace with minor mode
10508 gud-tooltip-mode in gud.el.
10509 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10510 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10511 tooltip-gud prefix with gud-tooltip and obsolete.
10512 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10513 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10514 (tooltip-mouse-motion): Mouse movement functions/variable.
10515 Rename in gud.el by adding gud prefix.
10516 (tooltip-gud-original-filter, tooltip-gud-dereference)
10517 (tooltip-gud-event, tooltip-toggle-gud-tips)
10518 (tooltip-gud-process-output, tooltip-gud-print-command)
10519 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10520 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10521 (gdb-tooltip-print): Move to gdb-ui.el.
10522
10523 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10524 (require): CL needed to compile case.
10525 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10526 tooltip-gud-tips-p. Make it a minor-mode.
10527 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10528 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10529 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10530 (gud-tooltip-change-major-mode)
10531 (gud-tooltip-activate-mouse-motions-if-enabled)
10532 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10533 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10534 (gud-tooltip-original-filter, gud-tooltip-dereference)
10535 (gud-tooltip-event, tooltip-toggle-gud-tips)
10536 (gud-tooltip-process-output, gud-tooltip-print-command)
10537 (gud-tooltip-tips): Move from tooltip.el.
10538
10539 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10540 (gdb-cpp-define-alist-flags): Doc fix.
10541 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10542 gud-tooltip-mode is t.
10543
10544 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10547 evaporate if their text is deleted.
10548 (goto-address-at-point): Make it work as a mouse binding as well.
10549 (goto-address-at-mouse): Obsolete it. Update users.
10550
10551 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10552
10553 * calendar/appt.el (top-level): No longer activate on load.
10554
10555 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10556
10557 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10558 * net/webjump.el (webjump):
10559 * progmodes/idlw-help.el (idlwave-do-context-help1)
10560 (idlwave-highlight-linked-completions):
10561 * textmodes/po.el (po-find-file-coding-system-guts):
10562 Replace `assoc-ignore-case' by `assoc-string'.
10563
10564 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10565
10566 * files.el (locate-file): Doc fix.
10567
10568 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10569 Remove the redundant test for ms-dos.
10570
10571 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10572 look for the preprocessor with exec-suffixes. If not found in
10573 standard places, look in exec-path. Remove most of the tests that
10574 used system-type.
10575
10576 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10577
10578 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10579
10580 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10581 file-name clash with jka-compr.el on 8+3 filesystems.
10582
10583 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10584
10585 * term/mac-win.el: Don't define or bind scroll bar functions if
10586 x-toolkit-scroll-bars is t.
10587 (x-select-text, x-get-selection-value): Clear
10588 x-last-selected-text-clipboard if x-select-enable-clipboard is
10589 nil.
10590 (PRIMARY): Put mac-scrap-name property.
10591 (mac-select-convert-to-file-url): New function.
10592 (public.file-url): New selection target type. Add to
10593 selection-converter-alist.
10594 (x-get-selection, x-selection-value): Handle it.
10595 (x-cut-buffer-or-selection-value): New alias.
10596
10597 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10598
10599 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10600 entry to avoid calling bibtex-find-entry with arg global
10601 being t. Remove arg key.
10602 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10603 (bibtex-copy-summary-as-kill): Change accordingly.
10604
10605 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10606
10607 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10608 (org-agenda-date-later): Use with-current-buffer.
10609
10610 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10611
10612 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10613 (define-obsolete-variable-alias): Doc Fixes.
10614
10615 2005-05-06 Kim F. Storm <storm@cua.dk>
10616
10617 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10618 vertical-motion when selective-display is active.
10619
10620 * ido.el (ido-setup-hook): New hook.
10621 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10622 (ido-input-stack): New var.
10623 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
10624 ido-next-work-file binding to M-O.
10625 Bind M-f to ido-wide-find-file-or-pop-dir.
10626 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10627 (ido-read-internal): Run ido-setup-hook.
10628 Catch quit in read-file-name and read-string to cancel edit.
10629 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10630 Automatically pop-all when completing a directory name (RET).
10631 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10632 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10633 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10634 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10635 New functions for M-b/M-f to move among the directory components.
10636 (ido-make-merged-file-list): Catch quit to cancel merge.
10637 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10638 (ido-completion-help): No warnings for ido-completion-buffer-full.
10639
10640 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10641
10642 * font-lock.el (font-lock-negation-char-face): New face and variable.
10643 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10644 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10645 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10646 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10647
10648 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
10649
10650 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10651 Fix typo in docstring.
10652
10653 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10654 (ebrowse-print-statistics-line)
10655 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10656
10657 * term/w32-win.el (image-library-alist): Add additional name for
10658 Xpm library.
10659
10660 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
10661
10662 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10663 use gcc instead of cpp.
10664
10665 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10666 (gdb-create-define-alist): Use it.
10667 (gdb-cpp-define-alist-program): Update for MS-DOS.
10668
10669 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
10670
10671 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10672
10673 2005-05-04 Richard M. Stallman <rms@gnu.org>
10674
10675 * help.el (describe-key): No error when UNTRANSLATED is nil.
10676
10677 * simple.el (line-move-1): Fix previous change to signal errors
10678 appropriately.
10679
10680 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
10681
10682 * calendar/icalendar.el (icalendar-version): Now at 0.12.
10683 (icalendar-duration-correction): Remove.
10684 (icalendar--get-event-properties): Split result at commas.
10685 (icalendar--decode-isoduration): New optional argument
10686 DURATION-CORRECTION.
10687 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10688 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10689 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10690 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10691 (icalendar--convert-anniversary-to-ical): New functions, extracted
10692 from icalendar-export-region, with bug fixes.
10693 (icalendar-export-region): Use the above functions.
10694 (icalendar-import-buffer): Check before saving diary file.
10695 (icalendar--convert-recurring-to-diary)
10696 (icalendar--convert-non-recurring-all-day-to-diary)
10697 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10698 extracted from icalendar--convert-ical-to-diary, with bug fixes.
10699 (icalendar--convert-ical-to-diary): Use the above functions.
10700
10701 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
10702
10703 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10704 Remove these recent additions.
10705 (c-mode): Restore to before 2005-04-28.
10706
10707 * progmodes/cc-vars.el (cc-define-list-program): Remove this
10708 recent addition.
10709
10710 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10711 (gdb-define-alist): New variables.
10712 (gdb-create-define-alist): New function.
10713 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10714 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10715 with string-to-number.
10716 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
10717
10718 * progmodes/gud.el: Replace string-to-int with string-to-number.
10719 (gud-find-file): Handle gdb-define-alist.
10720
10721 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10722
10723 2005-05-02 Jay Belanger <belanger@truman.edu>
10724
10725 * calc/calc-aent.el (math-read-token):
10726 * calc/calc-bin.el (calc-word-size):
10727 * calc/calc-ext.el (calc-read-number-fancy):
10728 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10729 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10730 * calc/calc-frac.el (calc-over-notation):
10731 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10732 (calc-graph-num-points, calc-graph-init):
10733 * calc/calc-prog.el (calc-read-parse-table-part)
10734 (calc-edit-macro-repeats):
10735 * calc/calc-yank.el (calc-do-grab-rectangle):
10736 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10737 Replace `string-to-int' by `string-to-number'.
10738
10739 2005-05-02 Kim F. Storm <storm@cua.dk>
10740
10741 * kmacro.el: Use executing-kbd-macro-index variable.
10742
10743 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
10744
10745 * net/rlogin.el (rlogin-parse-words): Delete func.
10746 (rlogin): Use split-string, not rlogin-parse-words.
10747 Also, if there are option-like elements in the parsed args,
10748 take the host to be the first arg immediately following them.
10749 Suggested by Michael Mauger.
10750
10751 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10752
10753 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10754
10755 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10756
10757 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10758 (cc-mode-cpp-program): Rename to cc-define-list-program and
10759 move to cc-vars.el.
10760
10761 * progmodes/cc-vars.el (cc-define-list-program):
10762 Change to "gcc -E -dM -". Make customizable.
10763
10764 2005-05-02 Kim F. Storm <storm@cua.dk>
10765
10766 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10767
10768 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10769
10770 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10771
10772 * international/mule-util.el (truncate-string): Remove alias and
10773 obsolete declaration.
10774
10775 * international/mule-cmds.el (update-iso-coding-systems):
10776 Remove alias and obsolete declaration.
10777
10778 * international/mule.el (coding-system-parent): Remove alias and
10779 obsolete declaration.
10780
10781 * subr.el (define-function, sref): Remove aliases and obsolete
10782 declarations.
10783 (chars-in-region): Remove obsolete declaration.
10784
10785 2005-05-01 Richard M. Stallman <rms@gnu.org>
10786
10787 * info.el (Info-mode): Set widen-automatically to nil, locally.
10788
10789 * simple.el (widen-automatically): New variable.
10790 (pop-global-mark): Obey widen-automatically.
10791
10792 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
10793
10794 * term/xterm.el (function-key-map): Call substitute-key-definition
10795 before the keymap size is increased by a lot of define-key calls.
10796
10797 2005-05-01 Richard M. Stallman <rms@gnu.org>
10798
10799 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10800 Rename ARG to ELEMENT. Doc fix.
10801
10802 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10803
10804 * allout.el (allout-exposure): Remove macro and obsolete declaration.
10805 Remove references to allout-exposure/change to allout-new-exposure.
10806
10807 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10808 bytecode symbols.
10809
10810 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10811 (compiled-function-p, focus-frame, unfocus-frame):
10812 Remove aliases and obsolete declarations.
10813 Back out inadvertent changes from previous commit.
10814
10815 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10816
10817 * files.el (require-final-newline): Make Custom tags consistent
10818 with mode-require-final-newline.
10819 (mode-require-final-newline): Doc fix.
10820
10821 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10822
10823 * international/latexenc.el (latexenc-find-file-coding-system):
10824 Fix regular expressions.
10825
10826 2005-05-01 David Kastrup <dak@gnu.org>
10827
10828 * international/latexenc.el (latexenc-find-file-coding-system):
10829 Fix regular expressions.
10830
10831 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10832
10833 * subr.el (string-to-int): Make obsolete.
10834
10835 2005-04-30 Richard M. Stallman <rms@gnu.org>
10836
10837 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10838
10839 * loadup.el: load jka-comp-hook.
10840
10841 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10842 (jka-compr-handler): Add autoload. `put' calls moved
10843 to jka-comp-hook.el.
10844 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10845 (jka-compr-inhibit): Autoload.
10846
10847 * jka-comp-hook.el: New file.
10848 Enable the mode by default.
10849
10850 * files.el (backup-buffer-copy): Use copy-file instead
10851 of write-region, and put back the 'excl.
10852
10853 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
10854
10855 * progmodes/flymake.el (flymake-split-string)
10856 (flymake-split-string, flymake-log, flymake-pid-to-names)
10857 (flymake-reg-names, flymake-get-source-buffer-name)
10858 (flymake-unreg-names, flymake-add-line-err-info)
10859 (flymake-add-err-info): Clarify docstrings.
10860 (flymake-popup-menu, flymake-make-emacs-menu)
10861 (flymake-make-xemacs-menu): Add docstrings.
10862 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10863 Set variables directly throughout.
10864
10865 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
10866
10867 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10868 exists. Initialize cc-define-alist.
10869 (c-mode): Add cc-create-define-alist locally to after-save-hook.
10870 If there is no file (Macroexpansion) don't create an alist.
10871
10872 2005-04-29 Sam Steingold <sds@gnu.org>
10873
10874 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10875 (cc-create-define-alist): Use it instead of the hard-coded string.
10876
10877 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * international/mule-conf.el (file-coding-system-alist): Fix regexp
10880 for latexenc.
10881
10882 2005-04-29 Lute Kamstra <lute@gnu.org>
10883
10884 * emacs-lisp/generic.el: Improve commentary section.
10885 (define-generic-mode): Improve docstring.
10886
10887 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10888
10889 * textmodes/org.el (many places): Change to quiet the byte compiler.
10890 (org-prefix-format-compiled): New variable.
10891 (org-compile-prefix-format): New function.
10892 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
10893 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
10894 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
10895 (org-get-entries-from-diary): Use `org-get-time-of-day' for
10896 consistency with entries from `org-mode' files.
10897 (org-get-time-of-day): Fix bug with partial matches early in a line.
10898 (org-non-link-chars): New constant.
10899 (org-link-regexp): Respect `org-non-link-chars'.
10900 (org-agenda-day-view): Remove command.
10901 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
10902 (org-follow-bbdb-link, org-store-link): Search also company field.
10903 (org-highlight-overlay): New variable.
10904 (org-highlight, org-unhighlight): New functions.
10905 (org-agenda-mode): Add pre-command-hook to remove highlight.
10906 (org-evaluate-time-range): Behavior depends upon whether time stamp
10907 contains a time or not.
10908 (org-show-subtree, org-show-entry): New functions.
10909 (org-agenda-cleanup-fancy-diary): Remove empty lines.
10910
10911 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
10912
10913 * comint.el (comint-output-filter-functions): Add autoload cookie.
10914
10915 2005-04-28 Kim F. Storm <storm@cua.dk>
10916
10917 * ido.el (ido-everywhere): Fix last change.
10918
10919 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10920
10921 * international/latexenc.el: New file.
10922 * international/mule-conf.el (file-coding-system-alist): For .tex,
10923 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
10924
10925 2005-04-28 Lute Kamstra <lute@gnu.org>
10926
10927 * font-lock.el (font-lock-add-keywords)
10928 (font-lock-remove-keywords): Clarify docstring.
10929 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
10930 Don't start docstrings with a `*'.
10931 (font-lock-update-removed-keyword-alist): Give it a docstring.
10932
10933 * generic-x.el: Update commentary section.
10934 Only require font-lock when compiling.
10935 Define all modes conditionally.
10936 Place all generic modes in the generic-x-modes customization group.
10937 (generic-x-modes): New customization group.
10938 (generic-default-modes, generic-mswindows-modes)
10939 (generic-unix-modes, generic-other-modes): New constants.
10940 (generic-define-mswindows-modes, generic-define-unix-modes):
10941 Update docstrings. Make them obsolete.
10942 (generic-extras-enable-list): New default value. Update docstring.
10943 Improve :type. Change :set function.
10944 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
10945 Fix docstring.
10946
10947 * emacs-lisp/generic.el (generic-mode-internal):
10948 Simplify font-lock-defaults.
10949 (define-generic-mode): Fix docstring.
10950
10951 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
10954 font-lock-face property to highlight matches.
10955
10956 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
10957
10958 * progmodes/cc-mode.el (cc-create-define-alist): New function.
10959 (cc-define-alist): New variable.
10960 (c-mode): Make it local and initialize it.
10961
10962 * progmodes/gdb-ui.el (gdb-active-process): New variable.
10963 (gdb-exited): New function.
10964 (gdb-annotation-rules): Use it.
10965 (gdb-starting): Set gdb-active-process to t.
10966 (gdb-stopping): Amend doc string.
10967 (gdb-reset): Set gdb-active-process to nil.
10968
10969 * tooltip.el (tooltip-gud-tips): Show the associated #define
10970 directives when a C program under GDB is not executing.
10971
10972 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
10975 font-lock-fontify-syntactic-keywords.
10976
10977 * font-lock.el (font-lock-default-fontify-region): Don't force
10978 parse-sexp-lookup-properties to nil.
10979
10980 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10981
10982 * man.el (man-mode-syntax-table): Set up `:' to have
10983 word-constituent syntax.
10984
10985 2005-04-27 Lute Kamstra <lute@gnu.org>
10986
10987 * novice.el (disable-command): Don't add spurious newlines to the
10988 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
10989
10990 2005-04-26 Jay Belanger <belanger@truman.edu>
10991
10992 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
10993 than one window before deleting window.
10994
10995 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
10996
10997 * shell.el (shell-prompt-pattern): Doc fix.
10998 (shell-mode): Set paragraph-separate buffer locally to "\\'".
10999
11000 * comint.el (comint-prompt-regexp, comint-get-old-input)
11001 (comint-use-prompt-regexp)
11002 (comint-use-prompt-regexp-instead-of-fields)
11003 (comint-replace-by-expanded-history, comint-send-input)
11004 (comint-output-filter, comint-get-old-input-default)
11005 (comint-line-beginning-position, comint-bol, comint-show-output)
11006 (comint-backward-matching-input, comint-forward-matching-input)
11007 (comint-next-prompt, comint-previous-prompt):
11008 Rename `comint-use-prompt-regexp-instead-of-fields' to
11009 `comint-use-prompt-regexp'. Keep old name as alias and declare
11010 obsolete.
11011 (comint-use-prompt-regexp): Shorten first line of doc string.
11012
11013 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11014 Set paragraph-separate buffer locally to "\\'".
11015
11016 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11017 Adapt to above name change.
11018
11019 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11020 (smbclient-prompt-regexp): Ditto.
11021
11022 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11023
11024 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11025
11026 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11027 gdb-location-list.
11028 Break lines that are over 80 characters wide.
11029
11030 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11033 New fun and var, to preserve compatibility.
11034
11035 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11036
11037 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11038
11039 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11040 name to file-newer-than-file-p.
11041
11042 2005-04-26 Richard M. Stallman <rms@gnu.org>
11043
11044 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11045
11046 * progmodes/python.el (python-mode):
11047 Use new name eldoc-documentation-function.
11048
11049 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11050
11051 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11052 (eldoc-documentation-function):
11053 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11054
11055 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11056
11057 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11058
11059 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11060
11061 * term/xterm.el (function-key-map): Fix strings for
11062 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11063 {C,S,A,C-S}-{f1-f12}.
11064
11065 2005-04-26 Kenichi Handa <handa@m17n.org>
11066
11067 * international/mule-cmds.el (select-safe-coding-system):
11068 Fix previous change.
11069
11070 2005-04-26 Lute Kamstra <lute@gnu.org>
11071
11072 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11073
11074 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11075 (font-lock-comment-delimiter-face): Ditto.
11076
11077 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11078
11079 2005-04-25 Jay Belanger <belanger@truman.edu>
11080
11081 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11082 to t while inserting information; use help-mode.
11083
11084 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11085
11086 * term.el (ansi-term-color-vector): Use the xterm colors.
11087 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11088
11089 2005-04-25 Lute Kamstra <lute@gnu.org>
11090
11091 * font-core.el (font-lock-defaults): Fix docstring.
11092
11093 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11094
11095 2005-04-25 Kenichi Handa <handa@m17n.org>
11096
11097 * international/mule-cmds.el (select-safe-coding-system):
11098 Don't check consistency with coding: spec, etc if raw-text or
11099 no-conversion was found to be safe.
11100
11101 2005-04-24 Richard M. Stallman <rms@gnu.org>
11102
11103 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11104 citation markers at start of each line.
11105
11106 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11107 citation markers at start of each line.
11108
11109 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11110
11111 * files.el (mode-require-final-newline): Fix previous change.
11112 (require-final-newline): Fix type label.
11113
11114 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11115
11116 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11117 statement in buffer (broken by 2004-11-24 change).
11118
11119 2005-04-24 Kim F. Storm <storm@cua.dk>
11120
11121 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11122 and read-file-name-function values. Don't overwrite existing
11123 non-nil values if ido-mode is enabled without ido-everywhere.
11124
11125 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11126
11127 * files.el (mode-require-final-newline): Minor doc fix.
11128
11129 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11130
11131 * subr.el (syntax-after): Doc fix.
11132 (syntax-class): If argument is nil, return nil. Mask off upper 16
11133 bits, not 8 bits.
11134
11135 * files.el (mode-require-final-newline): Doc fix.
11136 (backup-buffer-copy): Fix last change.
11137
11138 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11139
11140 * term/mac-win.el: Require select. Set selection-coding-system to
11141 mac-system-coding-system. Call menu-bar-enable-clipboard.
11142 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11143 (x-select-enable-clipboard): New variables.
11144 (x-select-text, x-get-selection, x-selection-value)
11145 (x-get-selection-value, mac-select-convert-to-string)
11146 (mac-services-open-file, mac-services-open-selection)
11147 (mac-services-insert-text): New functions.
11148 (CLIPBOARD, FIND): Put mac-scrap-name property.
11149 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11150 (public.tiff): Put mac-ostype property.
11151 (selection-converter-alist): Add entries for them.
11152 (mac-application-menu-map): New keymap.
11153 (interprogram-cut-function, interprogram-paste-function): Set to
11154 x-select-text and x-get-selection-value, respectively.
11155 (split-window-keep-point): Set to t.
11156
11157 2005-04-23 Richard M. Stallman <rms@gnu.org>
11158
11159 * files.el (read-directory-name): Always pass non-nil
11160 DEFAULT-FILENAME arg to read-file-name.
11161 (backup-buffer-copy, basic-save-buffer-2): Take care against
11162 writing thru an unexpected existing symlink.
11163 (revert-buffer): In indirect buffer, revert the base buffer.
11164 (magic-mode-alist): Doc fix.
11165 (buffer-stale-function): Doc fix.
11166 (minibuffer-with-setup-hook): Avoid warning.
11167 (mode-require-final-newline): Doc and custom fix.
11168
11169 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11170
11171 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11172 use the default appearance.
11173 (font-lock-comment-delimiter-face): New face, new variable.
11174
11175 * imenu.el (imenu--generic-function): The official position of a
11176 definition is the start of the line that BEG is in.
11177
11178 * midnight.el (midnight-timer): Move defvar up.
11179
11180 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11181
11182 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11183
11184 * startup.el (command-line): Use with-no-warnings.
11185
11186 * window.el (window-size-fixed): New defvar.
11187
11188 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11189
11190 * mail/rmail.el (rmail-font-lock-keywords):
11191 Use font-lock-comment-delimiter-face.
11192
11193 * mail/sendmail.el (mail-font-lock-keywords):
11194 Use font-lock-comment-delimiter-face.
11195
11196 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11197
11198 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11199
11200 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11201 Specify t for LAXMATCH when matching directories.
11202 Save match data around compilation-compat-error-properties form.
11203
11204 2005-04-23 David Kastrup <dak@gnu.org>
11205
11206 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11207 Mention that the autoloaded aliases should be kept for AUCTeX.
11208
11209 2005-04-23 Andreas Schwab <schwab@suse.de>
11210
11211 * isearch.el (isearch-forward): Doc fix.
11212
11213 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11214
11215 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11216 (jit-lock-stealth-nice): Change default value to 0.5.
11217
11218 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11219
11220 * abbrev.el (write-abbrev-file): Write table entries in
11221 alphabetical order by table name.
11222
11223 2005-04-22 Kim F. Storm <storm@cua.dk>
11224
11225 * ido.el (ido-read-internal): Fix `list' completion.
11226
11227 2005-04-22 Kenichi Handa <handa@m17n.org>
11228
11229 * recentf.el (recentf-save-file-coding-system): New variable.
11230 (recentf-save-list): Encode the file by
11231 recentf-save-file-coding-system and add coding: tag.
11232
11233 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11234
11235 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11236
11237 2005-04-21 Lute Kamstra <lute@gnu.org>
11238
11239 * loadhist.el (unload-feature): Don't remove a function from hooks
11240 if it is about to be restored to an autoload . Remove functions
11241 that will become unbound from auto-mode-alist. Simplify the code.
11242
11243 * subr.el (assq-delete-all): New implementation that is linear,
11244 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11245 (rassq-delete-all): New function.
11246
11247 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11248 Add size-indication-mode.
11249
11250 2005-04-21 Kenichi Handa <handa@m17n.org>
11251
11252 * international/mule-cmds.el: Add autoload for widget-value in
11253 eval-when-compile.
11254
11255 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11256
11257 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11258 Add tooltip-mode.
11259
11260 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11261
11262 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11263
11264 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11265 (inferior-lisp-filter-regexp, inferior-lisp-program)
11266 (inferior-lisp-load-command, inferior-lisp-prompt)
11267 (inferior-lisp-mode-hook, lisp-source-modes)
11268 (inferior-lisp-load-hook): defvar->defcustom.
11269 (inferior-lisp-program, inferior-lisp-prompt)
11270 (inferior-lisp-load-hook): Doc fixes.
11271 (inferior-lisp-install-letter-bindings): Small change in
11272 introductory comment.
11273
11274 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11275
11276 * vc.el (vc-annotate-color-map): Change some colors so that text
11277 using them as foreground is readable on both white and black
11278 backgrounds.
11279
11280 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * international/mule-conf.el (translation-table-for-input):
11283 Remove redundant declaration.
11284
11285 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11286
11287 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11288
11289 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11290 (tooltip-toggle-gud-tips): New function.
11291
11292 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11293
11294 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11295 right angle brackets.
11296
11297 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11298
11299 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11300
11301 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11304 Remove. Update callers to use expand-file-name instead.
11305
11306 * subr.el (syntax-class): New function.
11307
11308 * simple.el (blink-matching-open): Use it.
11309
11310 * paren.el (show-paren-function): Use it to recognize parens that are
11311 also used in 2-char comment markers.
11312
11313 2005-04-19 Lute Kamstra <lute@gnu.org>
11314
11315 * loadhist.el (unload-feature): Update for new format of
11316 load-history. Simplify the code.
11317
11318 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11319
11320 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11321 (mac-add-charset-info): New function. Initialize variable
11322 mac-charset-info-alist using it.
11323 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11324 for translation.
11325 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11326 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11327 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11328 New CCL programs.
11329
11330 2005-04-19 Kim F. Storm <storm@cua.dk>
11331
11332 * simple.el (next-buffer, prev-buffer, next-error)
11333 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11334 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11335
11336 * bindings.el (next-buffer, prev-buffer, next-error)
11337 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11338 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11339 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11340 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11341
11342 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * isearch.el (isearch-edit-string): Make the search-ring available for
11345 minibuffer history commands.
11346 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11347 the default history commands now work just as well.
11348 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11349
11350 2005-04-18 Kim F. Storm <storm@cua.dk>
11351
11352 * emulation/cua-base.el (cua--pre-command-handler): Add more
11353 elaborate check for shift modifier on non-window systems.
11354
11355 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11356
11357 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11358
11359 2005-04-18 Kim F. Storm <storm@cua.dk>
11360
11361 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11362 and make it optional. Don't test tooltip-gud-echo-area here.
11363 (tooltip-gud-process-output, gdb-tooltip-print):
11364 Pass tooltip-gud-echo-area to tooltip-show.
11365 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11366
11367 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11368
11369 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11370 `display-graphic-p' may not be bound yet.
11371
11372 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11373
11374 * startup.el (command-line): No longer enable Xterm Mouse mode by
11375 default in terminals compatible with xterm.
11376
11377 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11378
11379 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11380
11381 * tooltip.el (tooltip-gud-echo-area): Rename from
11382 tooltip-use-echo-area.
11383 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11384 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11385 area independently of where help tooltips are displayed.
11386
11387 2005-04-17 David Kastrup <dak@gnu.org>
11388
11389 * cus-theme.el (custom-theme-write-variables): Quote variables
11390 where necessary.
11391
11392 2005-04-17 Richard M. Stallman <rms@gnu.org>
11393
11394 * simple.el (yank-excluded-properties): Add follow-link to value.
11395
11396 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11397
11398 * startup.el (fancy-splash-max-time): Just 30 seconds.
11399 (fancy-splash-delay): Just 7.
11400 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11401
11402 * loadhist.el (unload-feature): Update for new format of load-history.
11403 Simplify the code.
11404
11405 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11406 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11407
11408 * mail/sendmail.el (mail-font-lock-keywords):
11409 Don't fontify subject text.
11410 Don't fontify the text of a citation.
11411
11412 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11413
11414 * comint.el (comint-output-filter): Run comint-output-filter-functions
11415 with point where the user had it.
11416
11417 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * international/ucs-tables.el (ucs-set-table-for-input):
11420 Disable when using unify-on-decoding.
11421
11422 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11423
11424 * emulation/cua-base.el (cua-global-mark-face): Add special case
11425 for displays supporting a high number of colors.
11426
11427 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11428
11429 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11430
11431 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11432
11433 * filesets.el (filesets-add-buffer): If user supplies a name of a
11434 non-existing fileset, create a new fileset.
11435
11436 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11437
11438 * textmodes/org.el (org-up-heading-all): Fix bug with
11439 `outline-up-heading-all'.
11440
11441 2005-04-16 Andreas Schwab <schwab@suse.de>
11442
11443 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11444 /etc/permissions.d/* and /etc/aliases.d/*.
11445
11446 2005-04-16 Kenichi Handa <handa@m17n.org>
11447
11448 * international/code-pages.el (cp-make-coding-system):
11449 Set `translation-table-for-input' property value to the symbol
11450 ucs-mule-to-mule-unicode, not to that value.
11451 (pt154): Escape guillemet by `\'.
11452
11453 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11454
11455 * loadup.el: Load tooltip if x-show-tip is fboundp.
11456
11457 * startup.el (command-line): Add comment.
11458
11459 * tooltip.el (tooltip-mode): Specify correct standard value for
11460 Custom in init-value.
11461
11462 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11463
11464 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11465 possible.
11466
11467 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11468
11469 * textmodes/org.el (org-agenda-date-prompt): Rename from
11470 `org-agenda-date-today'.
11471 (org-evaluate-time-range): Insert at point instead of directly
11472 after time range.
11473 (org-first-headline-recenter, org-subtree-end-visible-p)
11474 (org-optimize-window-after-visibility-change): New functions
11475 (org-agenda-post-command-hook): Don't allow point at end of line,
11476 to make sure it always hits the text properties.
11477 (org-agenda-next-date-line, org-agenda-previous-date-line):
11478 New commands.
11479 (org-set-regexps-and-options): Category may contain white space.
11480 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11481 Improve marker positions.
11482 (org-agenda-new-marker): Argument POS made optional.
11483 (org-agenda-get-timestamps): Deadlines which are done are listed
11484 in org-done-face now.
11485 (org-agenda-get-todos, org-agenda-get-timestamps)
11486 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11487 Set `undone-face' and `done-face' properties.
11488 (org-last-todo-state-is-todo): New variable.
11489 (org-todo): Set `org-last-todo-state-is-todo'.
11490 (org-agenda-todo): Change face according to
11491 `org-last-todo-state-is-todo'. And change other lines referring to
11492 the same entry.
11493 (org-calendar-goto-agenda): New command.
11494 (org-calendar-to-agenda-key): New option.
11495 (org-startup-folded): New allowed value `content'.
11496 (org-set-regexps-and-options): Accept new value `content' for
11497 `org-startup-folded'.
11498 (org-get-current-options): Handle new value `content' for
11499 `org-startup-folded'.
11500 (org-insert-todo-heading): New command.
11501 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11502 interactively in empty file and option
11503 `org-insert-mode-line-in-empty-file' has been set.
11504 (org-agenda-todo,org-agenda-priority): Modify to use
11505 `org-agenda-change-all-lines'.
11506 (org-warning-face): Change color on dark background
11507
11508 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11509
11510 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11511 use preferences AppleLocale and AppleLanguages, and variable
11512 mac-system-locale for default locale. On Mac OS Classic, use
11513 mac-system-coding-system for default coding systems.
11514
11515 * term/mac-win.el: Don't set file-name-coding-system.
11516 Decode variables system-name, emacs-build-system, user-login-name, and
11517 user-full-name by mac-system-coding-system on Mac OS Classic.
11518 (mac-system-coding-system): New variable.
11519
11520 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11521
11522 * startup.el (command-line): Handle `xterm-mouse-mode' before
11523 reading init file.
11524
11525 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11526
11527 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11528
11529 * progmodes/sh-script.el (sh-here-document-word): Make it a
11530 defcustom. Doc fix.
11531 (sh-add): Bash uses $(( )) for arithmetic.
11532 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11533 (sh-maybe-here-document): Remove quotes and leading whitespace
11534 from heredoc word when closing. Indent heredoc with tabs if word
11535 starts with "-".
11536
11537 2005-04-13 Richard M. Stallman <rms@gnu.org>
11538
11539 * simple.el (undo): Fix previous change.
11540
11541 * custom.el (defface): Doc fix.
11542
11543 2005-04-13 Lute Kamstra <lute@gnu.org>
11544
11545 * Makefile.in (DONTCOMPILE): Remove list.
11546 (compile, compile-always): Don't use DONTCOMPILE.
11547 (update-authors): Load the library in which batch-update-authors
11548 is defined.
11549 * makefile.w32-in (DONTCOMPILE): Remove list.
11550 (compile, compile-always): Fix comments.
11551 (update-authors): Load the library in which batch-update-authors
11552 is defined.
11553
11554 * generic-x.el (generic-mode-ini-file-find-file-hook):
11555 Rename to ini-generic-mode-find-file-hook.
11556 Keep generic-mode-ini-file-find-file-hook as an alias.
11557 (ini-generic-mode-find-file-hook): Rename from
11558 generic-mode-ini-file-find-file-hook. Fix docstring.
11559 (ini-generic-mode): Docstring change.
11560 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11561
11562 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11563 called from lisp.
11564
11565 * generic.el: Move to the emacs-lisp subdir.
11566
11567 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11568
11569 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11570 and C-S- function and cursor motion keys.
11571
11572 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11573
11574 * startup.el (command-line): Enable Xterm Mouse mode by default.
11575 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11576 for Custom. No longer show "Mouse" in mode line when enabled.
11577 Doc fix.
11578
11579 2005-04-12 Kim F. Storm <storm@cua.dk>
11580
11581 * emulation/cua-base.el (cua-rectangle-face)
11582 (cua-rectangle-noselect-face): Define face attributes here.
11583
11584 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11585
11586 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11587
11588 * startup.el (command-line): Turn off blinking cursor if
11589 cursorBlink in resources is off or false.
11590
11591 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11592
11593 * term/mac-win.el (dnd): Require dnd.
11594 (mac-drag-n-drop): Call dnd-handle-one-url.
11595 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11596 (kTextEncodingISOLatin2): Remove constants.
11597 (mac-script-code-coding-systems): New constant.
11598 (mac-handle-language-change): New function.
11599 (special-event-map): Bind it to `language-change' event.
11600 (mac-centraleurroman, mac-cyrillic): New coding systems.
11601 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11602 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11603 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11604 encode-mac-cyrillic, respectively.
11605
11606 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11607
11608 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11609 Don't set overlay-arrow-string to "=>" as this is done
11610 globally in C now.
11611
11612 2005-04-12 Lute Kamstra <lute@gnu.org>
11613
11614 * generic-x.el (rc-generic-mode, rul-generic-mode):
11615 Fix auto-mode-alist entries.
11616 (etc-fstab-generic-mode): Tweak fontification.
11617
11618 * generic.el (generic-make-keywords-list): Fix docstring.
11619 (generic-mode-internal): Simplify generic-font-lock-keywords.
11620
11621 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11622
11623 * whitespace.el (whitespace-buffer-leading)
11624 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11625 However, fix the highlight area for the leading and
11626 trailing whitespaces to show space.
11627
11628 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11629
11630 * whitespace.el (whitespace-version): Bump to 3.5
11631
11632 (whitespace-buffer-leading, whitespace-buffer-trailing):
11633 Invert sense of the test to highlight the whitespace.
11634
11635 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11636
11637 * progmodes/gud.el (gud-display-line): GUD uses its own
11638 overlay arrow now so don't set overlay-arrow-string.
11639 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11640
11641 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11642
11643 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11644 (term-ansi-current-reverse, term-ansi-current-invisible)
11645 (term-ansi-face-already-done): Change to boolean.
11646 (term-reset-terminal, term-handle-colors-array): Handle the above
11647 vars accordingly.
11648 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11649 (term-emulate-terminal): Use the new name.
11650
11651 * faces.el (secondary-selection): Use yellow1, not yellow.
11652 (trailing-whitespace): Use red1, not red.
11653
11654 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11655
11656 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11657 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11658 (dired-dnd-handle-file): Call dnd-get-local-file-uri
11659
11660 * cus-edit.el (dnd): New group.
11661
11662 * term/w32-win.el (dnd): Require dnd
11663 (w32-drag-n-drop): Call dnd-handle-one-url.
11664
11665 * x-dnd.el: Require dnd.
11666 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11667 Call dnd-handle-one-url.
11668 (x-dnd-types-alist, x-dnd-insert-utf8-text)
11669 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11670 to dnd-insert-text.
11671 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11672 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11673 (x-dnd-get-local-file-name, x-dnd-open-local-file)
11674 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11675
11676 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11677
11678 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11679
11680 * wdired.el: Doc fixes.
11681 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11682 (wdired-use-dired-vertical-movement): Rename from
11683 wdired-always-move-to-filename-beginning.
11684 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11685 (wdired-change-to-wdired-mode): Change mode name.
11686 (wdired-newline): Delete.
11687
11688 2005-04-11 Richard M. Stallman <rms@gnu.org>
11689
11690 * whitespace.el (whitespace-highlight-the-space):
11691 Don't call whitespace-unhighlight-the-space here.
11692
11693 * simple.el (undo): Record t in undo-equiv-table
11694 for the redo record made by an undo-in-region.
11695
11696 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11697
11698 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11699 (gdb-frame-inferior-io-buffer): New Functions to control
11700 display of separate IO buffer.
11701 (menu): Add them to menu-bar.
11702 (gdb-display-buffer): Check for buffer another frame.
11703 Protect GUD buffer.
11704 (gdb-setup-windows): Create IO buffer if not already there.
11705 (gdb-memory-mode): Remove purecopy noops.
11706
11707 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11708
11709 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11710 and pass to self-insert-command.
11711
11712 2005-04-11 Lute Kamstra <lute@gnu.org>
11713
11714 * generic.el: Commentary section cleanup.
11715 (generic): Delete.
11716 (generic-use-find-file-hook, generic-lines-to-scan)
11717 (generic-find-file-regexp, generic-ignore-files-regexp)
11718 (default-generic-mode, generic-mode-find-file-hook)
11719 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11720 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
11721 (generic-use-find-file-hook, generic-lines-to-scan)
11722 (generic-find-file-regexp, generic-ignore-files-regexp)
11723 (default-generic-mode, generic-mode-find-file-hook)
11724 (generic-mode-ini-file-find-file-hook): Move from generic.el.
11725
11726 2005-04-10 Karl Fogel <kfogel@red-bean.com>
11727
11728 * bookmark.el (bookmark-write-file): Catch errors writing file.
11729 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11730
11731 2005-04-10 Richard M. Stallman <rms@gnu.org>
11732
11733 * startup.el (fancy-splash-tail): Update copyright year.
11734 (command-line): Split part of -Q into -D.
11735 (emacs-basic-display): New defvar.
11736 (fancy-splash-text): Correct name of menu item.
11737
11738 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11739
11740 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11741 lines in one node.
11742
11743 * comint.el (comint-send-input): New arg ARTIFICIAL.
11744 Callers in this file changed.
11745
11746 * abbrev.el (define-abbrevs): Read system abbrevs properly.
11747
11748 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11749
11750 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
11751
11752 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
11753 `ldap-search-internal'.
11754
11755 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * files.el (set-auto-mode-1): Use line-end-position.
11758
11759 * international/latin-1.el:
11760 * international/latin-2.el:
11761 * international/latin-3.el:
11762 * international/latin-4.el:
11763 * international/latin-5.el:
11764 * international/latin-8.el:
11765 * international/latin-9.el: Give punctuation syntax to NBSP.
11766
11767 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11768 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11769 Use char-classes to accept non-ascii letters, accepted in some recent
11770 bibtex implementations.
11771
11772 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
11773
11774 * custom.el (custom-set-minor-mode): Any non-nil value for the
11775 variable should enable the mode when set through Custom.
11776
11777 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11778
11779 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11780 TAB binding so tab-always-indent is obeyed.
11781 (vhdl-minibuffer-local-map): Move initialization into declaration.
11782 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11783 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11784 (vhdl-hooked-abbrev): Avoid test for XEmacs.
11785 (vhdl-current-line): Use line-beginning-position.
11786 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11787 with-output-to-temp-buffer, so the current position can be recorded.
11788
11789 2005-04-10 Masatake YAMATO <jet@gyve.org>
11790
11791 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11792 Add regexp for gcov.
11793
11794 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * calendar/time-date.el (time-to-seconds, seconds-to-time)
11797 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11798 syntax which Emacs 20 doesn't support.
11799
11800 2005-04-09 Richard M. Stallman <rms@gnu.org>
11801
11802 * help.el (describe-key-briefly, describe-key):
11803 Replace strings as event types with "(any string)".
11804
11805 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11806
11807 * arc-mode.el (archive-mode-map): Move initialization into
11808 the declaration. Override *all* bindings of `undo'.
11809 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11810
11811 2005-04-09 Jay Belanger <belanger@truman.edu>
11812
11813 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11814
11815 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11816
11817 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11818 (xterm-register-default-colors): Update color values computation
11819 to match xterm-200.
11820
11821 2005-04-09 Kenichi Handa <handa@m17n.org>
11822
11823 * international/code-pages.el (iso-latin-7): Fix the map.
11824
11825 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
11826
11827 * emacs-lisp/lisp.el (defun-prompt-regexp)
11828 (parens-require-spaces, buffer-end, end-of-defun)
11829 (insert-parentheses): Doc fixes.
11830
11831 2005-04-08 Kim F. Storm <storm@cua.dk>
11832
11833 * comint.el (comint-highlight-prompt): Fix face spec.
11834 * hi-lock.el (hi-green): Likewise.
11835
11836 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11837
11838 * cus-edit.el (custom-modified-face):
11839 * comint.el (comint-highlight-input): Fix previous changes.
11840 * term.el (term-handle-ansi-escape): Add a comment.
11841
11842 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11845 in the buffer and in whitespace-highlighted-space.
11846 (whitespace-unhighlight-the-space): Simplify.
11847 (whitespace-buffer): Simplify.
11848
11849 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11850
11851 * textmodes/table.el (table-cell-face): Add special case for
11852 displays supporting a high number of colors.
11853 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11854 (vhdl-font-lock-reserved-words-face)
11855 (vhdl-speedbar-architecture-face)
11856 (vhdl-speedbar-instantiation-face)
11857 (vhdl-speedbar-architecture-selected-face)
11858 (vhdl-speedbar-instantiation-selected-face): Likewise.
11859 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11860 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11861 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11862 (ebrowse-root-class-face, ebrowse-member-attribute-face)
11863 (ebrowse-progress-face): Likewise.
11864 * progmodes/compile.el (compilation-info-face): Likewise.
11865 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11866 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11867 * calendar/calendar.el (diary-face): Likewise.
11868 * woman.el (woman-italic-face, woman-bold-face)
11869 (woman-unknown-face): Likewise.
11870 * wid-edit.el (widget-button-pressed-face): Likewise.
11871 * whitespace.el (whitespace-highlight-face): Likewise.
11872 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11873 * pcvs-info.el (cvs-marked-face): Likewise.
11874 * info.el (info-xref): Likewise.
11875 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11876 * hilit-chg.el (highlight-changes-face)
11877 (highlight-changes-delete-face): Likewise.
11878 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11879 (hi-red-b): Likewise.
11880 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
11881 * font-lock.el (font-lock-keyword-face)
11882 (font-lock-function-name-face, font-lock-warning-face): Likewise.
11883 * cus-edit.el (custom-invalid-face, custom-modified-face)
11884 (custom-set-face, custom-changed-face, custom-variable-tag-face)
11885 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11886 * comint.el (comint-highlight-prompt): Likewise.
11887
11888 2005-04-08 Lute Kamstra <lute@gnu.org>
11889
11890 * font-lock.el (font-lock-keywords): Docstring fixes.
11891
11892 2005-04-08 Kenichi Handa <handa@m17n.org>
11893
11894 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
11895 chars are more than a limit, print " and more..." at the tail.
11896
11897 2005-04-08 Kim F. Storm <storm@cua.dk>
11898
11899 * emacs-lisp/authors.el (authors-aliases): Update list.
11900 (authors-ignored-files): New list.
11901 (authors-fixed-entries): Fix typo.
11902 (authors-renamed-files-alist): Update list.
11903 (authors-add): Check authors-ignored-files.
11904
11905 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
11906
11907 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
11908 optional, to ensure backward compatibility.
11909
11910 2005-04-08 Stephen Eglen <stephen@gnu.org>
11911
11912 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
11913
11914 2005-04-08 Kim F. Storm <storm@cua.dk>
11915
11916 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
11917
11918 * mouse.el (mouse-on-link-p): Doc fix.
11919
11920 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
11921
11922 * ielm.el (ielm-prompt-read-only): Doc fix.
11923
11924 * comint.el (comint-prompt-read-only): Doc fix.
11925
11926 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
11927
11928 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
11929 ensure dired always handles wildcards passed to ffap.
11930 (find-file-at-point): Use it.
11931 (ffap-dired-wildcards): Doc fix.
11932
11933 2005-04-07 Juri Linkov <juri@jurta.org>
11934
11935 * simple.el (next-error-overlay-arrow-position): New defvar.
11936 Put "=>" on its property `overlay-arrow-string'. Add it to
11937 `overlay-arrow-variable-list'.
11938
11939 * progmodes/compile.el (compilation-setup):
11940 Set `next-error-overlay-arrow-position' to nil. Also set it to
11941 nil in the local hook `kill-buffer-hook'. Make local variable
11942 `overlay-arrow-string' and set it to "=>".
11943 (compilation-goto-locus): Set BOL position to
11944 `next-error-overlay-arrow-position' instead of
11945 `overlay-arrow-position'.
11946
11947 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
11948 locally instead of adding it to the global hook.
11949 (Info-kill-buffer): Move up.
11950
11951 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
11952
11953 * term/xterm.el (xterm-standard-colors): Update color values from
11954 xterm-200.
11955
11956 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
11959
11960 * fast-lock.el:
11961 * lazy-lock.el: Move them to the obsolete subdir.
11962
11963 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11964
11965 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
11966 (wdired-add-replace-advice): Remove.
11967 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
11968
11969 2005-04-06 Kim F. Storm <storm@cua.dk>
11970
11971 * startup.el (command-line): Add --bare-bones alias for -Q.
11972
11973 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11974
11975 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
11976 create the startup fontset if a font specification ends with
11977 `mac-roman'.
11978
11979 2005-04-06 Lute Kamstra <lute@gnu.org>
11980
11981 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
11982 change.
11983
11984 * emacs-lisp/copyright.el (copyright-update-year): Replace the
11985 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
11986
11987 2005-04-05 Lute Kamstra <lute@gnu.org>
11988
11989 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
11990 (define-generic-mode): Ditto. Fix debug declaration.
11991
11992 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11993 Put them in the generic-x group.
11994
11995 * calendar/timeclock.el (timeclock): Doc fix.
11996
11997 * generic.el (define-generic-mode): Don't use custom-current-group.
11998 Document default :group value.
11999 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12000 (define-global-minor-mode): Don't use custom-current-group.
12001
12002 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12003
12004 * startup.el (command-line-1): Display startup-echo-area-message
12005 when fancy splash screen is in use.
12006
12007 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12008 (sh-escaped-newline): New face.
12009 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12010 newline, and use sh-escaped-newline face.
12011
12012 * progmodes/tcl.el (tcl-escaped-newline): New face.
12013 (tcl-builtin-list): New variable.
12014 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12015 newlines. Fix keywords subexpression number.
12016
12017 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12018
12019 * textmodes/org.el (org-diary-default-entry): Fix call to
12020 `add-to-diary-entry'.
12021
12022 2005-04-05 Kim F. Storm <storm@cua.dk>
12023
12024 * ediff-init.el: Use (featurep 'xemacs).
12025
12026 2005-04-05 David Ponce <david@dponce.com>
12027
12028 * cus-edit.el (face): Derive from symbol widget. Display sample
12029 of the current face on the fly.
12030 (widget-face-sample-face-get, widget-face-notify): New functions.
12031 (widget-face-value-create): Remove.
12032
12033 * wid-edit.el (widget-field-end): Temporarily remove field
12034 narrowing before to call `get-char-property'.
12035
12036 2005-04-04 Jay Belanger <belanger@truman.edu>
12037
12038 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12039 (math-read-subscripts): New variable.
12040 (math-read-preprocess-string): Process subscripts.
12041
12042 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12043
12044 * comint.el (comint-prompt-read-only): Doc fix.
12045
12046 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12047 `-1'. Doc fix.
12048
12049 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12050
12051 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12052 Change default value to nil.
12053
12054 2005-04-04 Lute Kamstra <lute@gnu.org>
12055
12056 * autorevert.el (auto-revert-mode): Specify :group.
12057 * battery.el (display-battery-mode): Specify :group.
12058 * diff-mode.el (diff-minor-mode): Specify :group.
12059 * font-core.el (font-lock-mode): Specify :group.
12060 * hl-line.el (hl-line-mode): Specify :group.
12061 * iimage.el (iimage): New customization group.
12062 (iimage-mode): Specify :group.
12063 * longlines.el (longlines-mode): Specify :group.
12064 * master.el: Don't require easy-mmode.
12065 (master): New customization group.
12066 (master-mode): Specify :group.
12067 * msb.el (msb-mode): Specify :group.
12068 * reveal.el (reveal-mode): Specify :group.
12069 * simple.el (next-error-follow-minor-mode): Specify :group.
12070 * smerge-mode.el (smerge-mode): Specify :group.
12071 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12072 * emulation/cua-base.el (cua-mode): Specify :group.
12073 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12074 * language/thai-util.el (thai-auto-composition-mode)
12075 (thai-word-mode): Specify :group.
12076 * mail/supercite.el (sc-minor-mode): Specify :group.
12077 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12078 * progmodes/flymake.el (flymake-mode): Specify :group.
12079 * progmodes/glasses.el (glasses-mode): Specify :group.
12080 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12081 * textmodes/enriched.el (enriched-mode): Specify :group.
12082 * textmodes/refill.el (refill-mode): Specify :group.
12083
12084 * add-log.el (change-log-font-lock-keywords): Names in
12085 parenthesized lists can contain spaces.
12086
12087 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12088
12089 * startup.el (fancy-splash-text): Shorten default text of
12090 "Emacs Tutorial" line. Also, if the current language env
12091 indicates an available tutorial file other than TUTORIAL,
12092 extract its title and append it to the line in parentheses.
12093 (fancy-splash-insert): If arg is a thunk, funcall it.
12094
12095 2005-04-04 Jay Belanger <belanger@truman.edu>
12096
12097 * calc.el (calc-language-alist): Add tags to customization type.
12098
12099 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12100
12101 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12102 Doc fix.
12103
12104 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12105
12106 * add-log.el (change-log-font-lock-keywords): The manual
12107 describing a Change Log entry, says: (...) "Aside from these
12108 header lines, every line in the change log starts with a space or
12109 a tab.". The font-lock was not highlighting lines started with
12110 spaces, added support for it.
12111
12112 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12113
12114 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12115 (bibtex-generate-url-list): Update docstring accordingly. Put the
12116 complex example in the docstring.
12117 (bibtex-font-lock-url): Use pop.
12118
12119 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12120
12121 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12122
12123 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12124
12125 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12126
12127 * filesets.el (filesets-set-default): Doc fix.
12128
12129 2005-04-03 Lute Kamstra <lute@gnu.org>
12130
12131 * generic.el (define-generic-mode): Add argument to specify
12132 keywords for defcustom.
12133 (default-generic-mode): Specify :group.
12134
12135 * generic-x.el: Specify :group for all generic modes.
12136
12137 * desktop.el (desktop-no-desktop-file-hook)
12138 (desktop-after-read-hook): Doc fix.
12139
12140 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12141
12142 * simple.el (visible-mode): Use explicit :group keyword.
12143 This changes the group of `visible-mode-hook' from paren-blinking
12144 to editing-basics.
12145
12146 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12147
12148 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12149 mailbox specifications as well as URLs.
12150 (rmail-insert-inbox-text): Remove unused conditional branches.
12151
12152 2005-04-01 Jay Belanger <belanger@truman.edu>
12153
12154 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12155 (calc-gnuplot-print-command): Move definitions to calc.el.
12156
12157 * calc/calc-embed.el (calc-embedded-announce-formula)
12158 (calc-embedded-open-formula, calc-embedded-close-formula)
12159 (calc-embedded-open-word, calc-embedded-close-word)
12160 (calc-embedded-open-plain, calc-embedded-close-plain)
12161 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12162 (calc-embedded-open-mode, calc-embedded-close-mode):
12163 Move definitions to calc.el.
12164
12165 * calc/calc.el (calc-settings-file, calc-language-alist):
12166 Make customizable.
12167 (calc-embedded-announce-formula, calc-embedded-open-formula)
12168 (calc-embedded-close-formula, calc-embedded-open-word)
12169 (calc-embedded-close-word, calc-embedded-open-plain)
12170 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12171 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12172 (calc-embedded-close-mode, calc-gnuplot-name)
12173 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12174 from other files and make customizable.
12175
12176 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12179 Use buffer-live-p.
12180 (cvs-mode-run): Don't call cvs-update-header here.
12181 (cvs-run-process): Call cvs-update-header.
12182 Use process properties for cvs-postprocess and cvs-buffer so that
12183 the sentinel can behave better if the temp buffer is killed.
12184 Use a pipe rather than a tty, to better handle unexpected prompts.
12185 (cvs-sentinel): Rewrite. Call cvs-update-header.
12186
12187 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12188
12189 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12190 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12191
12192 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * generic.el (define-generic-mode): Add indentation rule.
12195
12196 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12197
12198 * files.el (mode-require-final-newline): Make Custom correctly
12199 report a nil value and allow to set it to nil via Custom.
12200 Doc fix.
12201
12202 2005-04-01 Kenichi Handa <handa@m17n.org>
12203
12204 * international/characters.el: Enable the correct case setting for
12205 dotless-i and dotted-I.
12206
12207 2005-04-01 Kim F. Storm <storm@cua.dk>
12208
12209 * ido.el (ido-file-internal): Fall back to non-ido command if
12210 initial directory is on slow ftp (or tramp) host.
12211
12212 2005-03-31 Richard M. Stallman <rms@gnu.org>
12213
12214 * emacs-lisp/autoload.el (make-autoload):
12215 Handle define-global-minor-mode.
12216
12217 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12218 Rename from easy-mmode-define-global-mode.
12219 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12220
12221 * progmodes/scheme.el (scheme-mode-syntax-table):
12222 Update syntax of | and # for two-character comment syntax.
12223
12224 2005-03-31 Lute Kamstra <lute@gnu.org>
12225
12226 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12227 (define-minor-mode): Call custom-current-group at load-time.
12228
12229 * generic.el (define-generic-mode): Add debug declaration.
12230 Add defcustom for the mode hook.
12231 (generic-mode-internal): Use run-mode-hooks.
12232
12233 2005-03-31 Kim F. Storm <storm@cua.dk>
12234
12235 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12236 (mouse-fixup-help-message): New defun called by show_help_echo
12237 to fixup mouse-2 prefix in help messages when applicable.
12238
12239 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12240
12241 2005-03-31 Kenichi Handa <handa@m17n.org>
12242
12243 * language/thai-word.el (thai-find-word-ends): Pay attention to
12244 the case that we reach the end of buffer.
12245
12246 * textmodes/fill.el (fill-text-properties-at): New function.
12247 (fill-newline): Use fill-text-properties-at instead of
12248 text-properties-at.
12249
12250 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12251
12252 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12253 not comint-quote-filename.
12254
12255 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12256
12257 * help-fns.el (help-with-tutorial): Revert last change.
12258
12259 2005-03-31 Kim F. Storm <storm@cua.dk>
12260
12261 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12262
12263 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12264
12265 * calendar/cal-china.el: Update reference to "Calendrical
12266 Calculations" book; there's a new edition.
12267 * calendar/cal-coptic.el: Likewise.
12268 * calendar/cal-french.el: Likewise.
12269 * calendar/cal-hebrew.el: Likewise.
12270 * calendar/cal-islam.el: Likewise.
12271 * calendar/cal-iso.el: Likewise.
12272 * calendar/cal-julian.el: Likewise.
12273 * calendar/cal-mayan.el: Likewise.
12274 * calendar/cal-persia.el: Likewise.
12275 * calendar/calendar.el: Likewise.
12276 * calendar/holidays.el: Likewise.
12277 * calendar/lunar.el: Likewise.
12278 * calendar/solar.el: Likewise.
12279
12280 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12281 white space from doc string.
12282
12283 2005-03-30 Jay Belanger <belanger@truman.edu>
12284
12285 * calc/calc-help.el (calc-full-help): Remove email address.
12286
12287 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12288
12289 * help-fns.el (help-with-tutorial): Delete title line.
12290
12291 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12292
12293 * calendar/cal-x.el (calendar-one-frame-setup)
12294 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12295 rather than 'symbol for set-window-dedicated-p.
12296
12297 * calendar/appt.el (appt-buffer-name): Make it a constant.
12298 (appt-add): Doc fix.
12299
12300 * filesets.el (filesets-menu-path, filesets-menu-before)
12301 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12302 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12303 (filesets-add-submenu): Delete and use add-submenu instead.
12304
12305 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12306
12307 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12308 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12309 (org-diary-default-entry): New function.
12310 (org-get-entries-from-diary): Better parsing of diary entries.
12311 (org-agenda-check-no-diary): New function.
12312 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12313 linking to diary entries.
12314 (org-agenda-execute-calendar-command): New function.
12315 (org-agenda): Improve visible section in window.
12316 Use `org-fit-agenda-window'.
12317 (org-fit-agenda-window): New option.
12318 (org-move-subtree-down): Better handling of empty lines
12319 at end of subtree.
12320 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12321 levels up.
12322 (org-fontify-done-headline): New option.
12323 (org-headline-done-face): New face.
12324 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12325 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12326 When current field is non-empty, it is copied to next row.
12327 (org-table-copy-from-above): Fix bug which made it
12328 impossible to copy fields containing only a single non-white character.
12329
12330 2005-03-30 Kim F. Storm <storm@cua.dk>
12331
12332 * kmacro.el (kmacro-end-macro): Isearch may store this command
12333 into the macro -- so ignore it when executing keyboard macro.
12334
12335 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12336
12337 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12338
12339 2005-03-29 Kenichi Handa <handa@m17n.org>
12340
12341 * language/thai.el ("Thai"): Set setup-function and exit-function
12342 for Thai language environment.
12343
12344 * language/thai-util.el: Require thai-word.
12345 (thai-word-mode-map): New variable.
12346 (thai-word-mode): New minor mode.
12347 (setup-thai-language-environment-internal): New function.
12348 (exit-thai-language-environment-internal): New function.
12349
12350 * language/thai-word.el (thai-word-table): Declare it by defvar,
12351 use dolist to initialize it.
12352 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12353 (thai-fill-find-break-point): New functions.
12354
12355 2005-03-29 Richard M. Stallman <rms@gnu.org>
12356
12357 * simple.el (idle-update-delay): Move definition up.
12358 (set-mark): Doc fix.
12359
12360 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12361
12362 * longlines.el: New file.
12363
12364 * simple.el (buffer-substring-filters): New variable.
12365 (filter-buffer-substring): New function.
12366 (kill-region, copy-region-as-kill): Use it.
12367
12368 * register.el (copy-to-register, append-to-register)
12369 (prepend-to-register): Use filter-buffer-substring.
12370
12371 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12372
12373 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12374 (gud-filter-pending-text): Move in front of gdb.
12375 (gud-overlay-arrow-position): New variable.
12376 (gud-sentinel, gud-display-line): Use it in place of
12377 overlay-arrow-position.
12378
12379 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12380
12381 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12382 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12383 (fortran-font-lock-keywords-4): New variable.
12384 (fortran-blocks-re, fortran-end-block-re)
12385 (fortran-start-block-re): New constants, for hideshow.
12386 (hs-special-modes-alist): Add a Fortran entry.
12387 (fortran-mode-map): Bind fortran-end-of-block,
12388 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12389 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12390 (fortran-looking-at-if-then, fortran-end-of-block)
12391 (fortran-beginning-of-block): New functions, for hideshow.
12392
12393 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12394 Doc fix. Tweak regexp.
12395 (f90-beginning-of-block): Push mark first.
12396
12397 2005-03-29 Jay Belanger <belanger@truman.edu>
12398
12399 * calc/calc.el: Update copyright date.
12400 (calc-version): Increase to 2.1.
12401 (calc-version-date): Remove.
12402
12403 * calc/calc-help.el: Update copyright date.
12404 (calc-full-help): Remove reference to calc-version-date.
12405 Update copyright date.
12406
12407 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * vc.el (vc-do-command): Use a pipe for async processes, so password
12410 prompts don't show up at places where the user can't reply.
12411
12412 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12413
12414 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12415 on the file name we pass to the inferior shell.
12416
12417 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12418
12419 * progmodes/which-func.el (which-function): Be robust in the face of an
12420 imenu--make-index-alist failure.
12421
12422 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12423
12424 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12425
12426 * progmodes/python.el (python-preoutput-filter): Fix last change.
12427
12428 2005-03-29 Lute Kamstra <lute@gnu.org>
12429
12430 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12431 functions and compiled macros.
12432 (debug-convert-byte-code): Handle macros too.
12433 (debug-on-entry-1): Don't signal an error when trying to clear a
12434 function that is not set to debug on entry.
12435
12436 2005-03-29 Jay Belanger <belanger@truman.edu>
12437
12438 * calc/calc-lang.el: Add functions to math-function-table
12439 properties of tex and math.
12440
12441 2005-03-29 Kenichi Handa <handa@m17n.org>
12442
12443 * ps-mule.el (ps-mule-plot-string): Translate characters by
12444 ps-print-translation-table.
12445 (ps-mule-begin-job): Call find-charset-region/string with
12446 ps-print-translation-table.
12447 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12448
12449 * ps-print.el (ps-print-translation-table): New variable.
12450 (ps-plot-region): Translate characters by ps-print-translation-table.
12451
12452 2005-03-29 Juri Linkov <juri@jurta.org>
12453
12454 * simple.el (next-error-highlight-timer): New variable.
12455
12456 * progmodes/compile.el (compilation-goto-locus):
12457 Use `next-error-highlight-timer' instead of `sit-for'.
12458
12459 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12460
12461 * mail/supercite.el (sc-mail-field): Use assoc-string.
12462 (sc-get-address): Simplify regexps.
12463
12464 * files.el (minibuffer-with-setup-hook): New macro.
12465 (find-file-read-args): Use it to avoid let-binding
12466 minibuffer-with-setup-hook (which breaks turning on/off
12467 file-name-shadow-mode while in the prompt).
12468
12469 * complete.el (PC-read-include-file-name-internal):
12470 Use test-completion.
12471
12472 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12473
12474 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12475
12476 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * window.el (window-buffer-height): Use count-screen-lines.
12479
12480 * progmodes/python.el (python-preoutput-leftover): New var.
12481 (python-preoutput-filter): Use it.
12482 (python-send-receive): Loop until all the result has been received.
12483
12484 2005-03-28 Juri Linkov <juri@jurta.org>
12485
12486 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12487
12488 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12489 "Recover Crashed Session".
12490 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12491 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12492 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12493 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12494 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12495 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12496 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12497 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12498
12499 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12500 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12501 Ediff Sessions", "Toggle use of separate control buffer frame",
12502 "Use separate frame for Ediff control buffer".
12503
12504 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12505 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12506 "Rename Bookmark", "Delete Bookmark".
12507
12508 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12509 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12510 Add `:active Info-index-alternatives' to "Next Matching Item".
12511
12512 * wdired.el (wdired-change-to-wdired-mode):
12513 Mention `wdired-abort-changes' key in the initial message.
12514
12515 * international/mule.el (auto-coding-alist): Associate non-ascii
12516 image filename extensions with `no-conversion'.
12517
12518 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * international/iso-acc.el:
12521 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12522
12523 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12524
12525 * textmodes/sgml-mode.el (html-mode): Doc update.
12526
12527 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12528
12529 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12530
12531 * term.el (term-move-columns): Fix face after extending a line.
12532 (term-insert-spaces): Likewise.
12533 (term-reset-terminal): Fix off by one error.
12534
12535 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12536
12537 * international/mule.el (auto-coding-alist): Add .xpi files.
12538
12539 * files.el (auto-mode-alist): Add .xpi files.
12540
12541 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12542
12543 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12544
12545 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12546
12547 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12548
12549 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12550
12551 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12552 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12553
12554 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12555 cursor to Jan 1 when needed.
12556 (calendar-end-of-year): Fix -/+ typo.
12557 Reported by Chong Yidong <cyd@stupidchicken.com>.
12558
12559 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12560
12561 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12562
12563 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12564 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12565
12566 2005-03-25 Richard M. Stallman <rms@gnu.org>
12567
12568 * filesets.el (filesets-init): Add autoload.
12569
12570 * mail/mailalias.el (mail-directory): Doc fix.
12571
12572 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12573
12574 * mail/mailalias.el (mail-directory-process): Do nothing if
12575 mail-directory-process is an atom.
12576 (mail-get-names): Ignore mail-directory-names if it is an atom.
12577 (mail-directory-process defvar): Doc fix.
12578 (mail-names): Doc fix.
12579
12580 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12581
12582 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12583
12584 2005-03-26 Kenichi Handa <handa@m17n.org>
12585
12586 * international/mule-util.el (detect-coding-with-priority):
12587 Call update-coding-systems-internal before detect-coding-region.
12588
12589 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12590
12591 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12592 (gdb-frames-mode-map): Add follow-link property.
12593
12594 2005-03-25 Jay Belanger <belanger@truman.edu>
12595
12596 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12597 for variables.
12598
12599 2005-03-25 Juri Linkov <juri@jurta.org>
12600
12601 * image-mode.el: Optimize image filename extension regexps in
12602 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12603 in `auto-mode-alist'.
12604 (image-mode): Add `image-toggle-display-text' to local hook
12605 `change-major-mode-hook'. Display the image as an image by
12606 default. Set `cursor-type' and `truncate-lines' if the image
12607 is already displayed. Take into account the current mode (image
12608 or text) in message.
12609 (image-minor-mode): New minor mode.
12610 (image-mode-maybe, image-toggle-display-text): New functions.
12611 (image-toggle-display): Use called-interactively-p.
12612 Let-bind `inhibit-read-only' to t.
12613
12614 * image-mode.el (image-minor-mode): Set `cursor-type' and
12615 `truncate-lines' if the image is already displayed. Add turning
12616 image-minor-mode off to `change-major-mode-hook'. Add message.
12617 Call `image-toggle-display-text' after turning image-minor-mode off.
12618
12619 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12622 Terminal.app, use utf-8.
12623 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12624 (set-locale-environment): Use it.
12625
12626 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12627
12628 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12629
12630 * progmodes/python.el (python-close-block-statement-p)
12631 (python-outdent-p, python-current-defun): Use symbol-end.
12632
12633 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12634
12635 * files.el (save-some-buffers): Doc fix.
12636
12637 2005-03-25 Werner Lemberg <wl@gnu.org>
12638
12639 * complete.el, thumbs.el: Replace `legal' with `valid'.
12640 * calendar/calendar.el: Replace `legal' with `valid'.
12641 * emacs-lisp/advice.el: Replace `legal' with `valid'.
12642 * mail/supercite.el: Replace `legal' with `valid'.
12643 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12644 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12645 Replace `legal' with `valid'.
12646 * textmodes/reftex-vars.el, textmodes/reftex.el:
12647 Replace `legal' with `valid'.
12648
12649 2005-03-25 Werner Lemberg <wl@gnu.org>
12650
12651 * calc/calc-forms.el, calc/calc-sel.el:
12652 * midnight.el, vc-cvs.el:
12653 * emacs-lisp/cl-macs.el:
12654 * emulation/vip.el:
12655 * eshell/esh-io.el, eshell/esh-var.el:
12656 * mail/supercite.el:
12657 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12658 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12659 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12660 * progmodes/sh-script.el, progmodes/xscheme.el:
12661 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12662 * textmodes/reftex-index.el, textmodes/reftex-parse.el
12663 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12664 * textmodes/reftex.el, textmodes/org.el:
12665 Replace `illegal' with `invalid'.
12666
12667 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12670 (flymake-find-buildfile, flymake-find-possible-master-files)
12671 (flymake-check-include, flymake-parse-line): Replace loops over the
12672 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12673
12674 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12675 Substitute file-name-as-directory in the rest of the file.
12676 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12677 (flymake-replace-region): Remove unused arg `buffer'.
12678 (flymake-check-patch-master-file-buffer): Update calls to it.
12679 (flymake-add-err-info): Remove unused var `count'.
12680 (flymake-mode): Use define-minor-mode.
12681
12682 * progmodes/flymake.el: Use with-current-buffer.
12683 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12684 flymake-replace-regexp-in-string, flymake-line-beginning-position)
12685 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12686 Avoid testing for `xemacs'.
12687 (flymake-nop): Move.
12688 (flymake-region-has-flymake-overlays): Return the computed value.
12689 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12690 Remove unused var `endline'.
12691 (flymake-get-line-count): Remove unused function.
12692 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12693
12694 * emulation/vi.el:
12695 * generic.el:
12696 * hilit-chg.el (global-highlight-changes):
12697 * hi-lock.el (hi-lock-mode):
12698 * follow.el: find-file-hooks -> find-file-hook.
12699
12700 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12701
12702 2005-03-24 Juri Linkov <juri@jurta.org>
12703
12704 * dired.el (dired-mode-map): Add menu item "Compare directories"
12705 for dired-compare-directories.
12706
12707 * dired-aux.el (dired-compare-directories): Add autoload cookie.
12708 Doc fix. Replace `read-file-name' with `read-directory-name'.
12709
12710 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12713
12714 2005-03-24 Jay Belanger <belanger@truman.edu>
12715
12716 * calc/calc-embed.el (calc-embedded-mode-change): Save all
12717 relevant mode settings in calc-embedded-original-modes when modes
12718 are permanently changed.
12719
12720 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * autoinsert.el: find-file-hooks -> find-file-hook.
12723
12724 2005-03-24 Lute Kamstra <lute@gnu.org>
12725
12726 * generic.el (generic-font-lock-defaults): Make it obsolete.
12727 (generic-font-lock-keywords): New variable to replace
12728 generic-font-lock-defaults.
12729 (generic-mode-set-font-lock): Delete it.
12730 (generic-mode-internal): Don't call generic-mode-set-font-lock.
12731 (generic-bracket-support): Add docstring.
12732
12733 * generic-x.el: Rename generic-font-lock-defaults to
12734 generic-font-lock-keywords throughout.
12735 (mailagent-rules-setup-function): Delete it.
12736 (mailagent-rules-generic-mode): Use anonymous function instead.
12737 (show-tabs-generic-mode-font-lock-defaults-1)
12738 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12739 Quote faces.
12740 (show-tabs-tab-face, show-tabs-space-face): Specify background,
12741 not foreground.
12742
12743 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12744 Recognize define-generic-mode.
12745
12746 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12749 if there's no completion table.
12750
12751 2005-03-23 Miles Bader <miles@gnu.org>
12752
12753 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12754 Remove tty-specific variants, as they're no longer needed.
12755
12756 2005-03-23 Lute Kamstra <lute@gnu.org>
12757
12758 * generic-x.el: Code cleanup: make args constant whenever possible.
12759 (installshield-statement-keyword-list)
12760 (installshield-system-functions-list)
12761 (installshield-system-variables-list, installshield-types-list)
12762 (installshield-funarg-constants-list): Make them constants.
12763
12764 * generic.el (generic-make-keywords-list): Add autoload cookie.
12765
12766 * calendar/time-date.el: Add comment on time value formats.
12767 Don't require parse-time.
12768 (with-decoded-time-value): New macro.
12769 (encode-time-value): New function.
12770 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12771 (days-to-time): Return a valid time value when arg is huge.
12772 (time-since): Use time-subtract.
12773 (time-to-number-of-days): Use time-to-seconds.
12774
12775 2005-03-23 David Ponce <david@dponce.com>
12776
12777 * recentf.el: (recentf-keep): New option.
12778 (recentf-menu-action): Default to `find-file'.
12779 (recentf-keep-non-readable-files-flag)
12780 (recentf-keep-non-readable-files-p)
12781 (recentf-file-readable-p, recentf-find-file)
12782 (recentf-cleanup-remote): Remove.
12783 (recentf-include-p): More robust.
12784 (recentf-keep-p): New function.
12785 (recentf-remove-if-non-kept): Rename from
12786 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
12787 All callers updated.
12788 (recentf-menu-items-for-commands): Fix help string.
12789 (recentf-track-closed-file): Update. Doc fix.
12790 (recentf-cleanup): Update. Count removed files. Doc fix.
12791
12792 2005-03-23 Kim F. Storm <storm@cua.dk>
12793
12794 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12795 Don't inherit from fringe face (now happens automatically).
12796
12797 2005-03-22 Kim F. Storm <storm@cua.dk>
12798
12799 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12800 position values.
12801
12802 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * menu-bar.el (showhide-date-time): Remove.
12805 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12806 (menu-bar-make-mm-toggle): Simplify.
12807
12808 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12809
12810 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12811 Accept qualified variable and function names.
12812
12813 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
12814
12815 * bindings.el (completion-ignored-extensions):
12816 Remove ".lis" for `vax-vms'.
12817
12818 2005-03-22 Andreas Schwab <schwab@suse.de>
12819
12820 * generic-x.el: Revert last change.
12821 * ldefs-boot.el: Update.
12822
12823 2005-03-22 Jay Belanger <belanger@truman.edu>
12824
12825 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12826 (calc-embedded-save-original-modes)
12827 (calc-embedded-restore-original-modes): New functions.
12828 (calc-do-embedded): Save original modes when entering embedded mode
12829 and restore when leaving embedded mode.
12830 (calc-embedded-modes-change): Change the value of
12831 calc-embedded-original-modes to reflect permanent changes.
12832
12833 2005-03-22 Lute Kamstra <lute@gnu.org>
12834
12835 * generic-x.el: Require generic again.
12836
12837 2005-03-22 Miles Bader <miles@gnu.org>
12838
12839 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12840 Tweak details to look good on both ttys and bitmap displays, light
12841 or dark background, etc.
12842
12843 2005-03-21 Kim F. Storm <storm@cua.dk>
12844
12845 * tooltip.el (tooltip-show-help-function): Check car and cdr of
12846 mouse position.
12847
12848 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * icomplete.el: Don't forcibly turn on the mode upon load.
12851 (icomplete-mode): Use define-minor-mode.
12852 (icomplete-eoinput): Default to nil.
12853 (icomplete-minibuffer-setup): Remove autoload.
12854 (icomplete-tidy): Simplify.
12855 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12856 in the initial state or if the user has modified the field.
12857 Fix handling of icomplete-max-delay-chars.
12858 Remove code that handles the oddball case where
12859 minibuffer-completion-table is an integer.
12860 Wrap icomplete-completions in while-no-input in case building
12861 completions takes more time than expected.
12862 (icomplete-completions): Simplify.
12863
12864 2005-03-21 Richard M. Stallman <rms@gnu.org>
12865
12866 * jka-compr.el (jka-compr-really-do-compress):
12867 Make variable buffer-local.
12868
12869 * image-mode.el: Handle .xpm files too.
12870 (image-toggle-display): Preserve modification flag.
12871
12872 * help.el (where-is): Don't mention aliases with no key bindings.
12873
12874 2005-03-21 Lute Kamstra <lute@gnu.org>
12875
12876 * generic.el: Fix commentary section. Don't require cl for
12877 compilation.
12878 (generic-mode-list): Add autoload cookie.
12879 (generic-use-find-file-hook, generic-lines-to-scan)
12880 (generic-find-file-regexp, generic-ignore-files-regexp)
12881 (generic-mode, generic-mode-find-file-hook)
12882 (generic-mode-ini-file-find-file-hook): Fix docstrings.
12883 (define-generic-mode): Make it a defmacro. Fix docstring.
12884 (generic-mode-internal): Code cleanup. Add autoload cookie.
12885 (generic-mode-set-comments): Code cleanup.
12886 * generic-x.el: Don't prevent compilation. Don't require generic.
12887 Follow coding conventions. Minor code cleanup.
12888 (etc-fstab-generic-mode): Add some keywords.
12889 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
12890 define-generic-mode like a function declaration.
12891
12892 2005-03-21 Jay Belanger <belanger@truman.edu>
12893
12894 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
12895 changing modes.
12896
12897 2005-03-21 Sam Steingold <sds@gnu.org>
12898
12899 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
12900
12901 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12902
12903 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
12904 Add underscore to "f$ lexicals" regexp.
12905
12906 2005-03-20 Juri Linkov <juri@jurta.org>
12907
12908 * subr.el (progress-reporter-do-update): When `min-value' is equal
12909 to `max-value', set `percentage' to 0 and prevent division by zero.
12910
12911 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
12912
12913 Sync with Tramp 2.0.48.
12914
12915 * net/tramp.el (all): Change all addresses to .gnu.org.
12916 (tramp-append-tramp-buffers): New defun.
12917 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
12918 Catch `dont-send' signal.
12919 (tramp-set-auto-save-file-modes): Set always permissions, because
12920 there might be an old auto-saved file belonging to another
12921 original file. This could be a security threat. Reported by
12922 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
12923 Check for Emacs 21.3.50 removed.
12924
12925 * net/tramp-smb.el (all): Remove debug construct for
12926 `with-parsed-tramp-file-name'.
12927 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
12928 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
12929 No error message if DIRECTORY or FILENAME doesn't exist.
12930 (tramp-smb-open-connection): Check existence of
12931 `tramp-smb-program'.
12932
12933 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12934
12935 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
12936 Properly handle the case where the `m' or `s' command's argument is not
12937 yet terminated.
12938 (perl-indent-new-calculate): New function.
12939 (perl-indent-line): Use it.
12940
12941 2005-03-20 Miles Bader <miles@gnu.org>
12942
12943 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
12944 in text-mode too. Change to new face names.
12945 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
12946 Add `:weight bold' attribute.
12947 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
12948
12949 2005-03-19 Juri Linkov <juri@jurta.org>
12950
12951 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
12952
12953 * international/mule.el (auto-coding-alist): Sync with
12954 `auto-mode-alist' by adding upper case archive file extensions
12955 and adding ear/war to jar extension.
12956
12957 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
12958
12959 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
12960 running, restart it.
12961
12962 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
12963
12964 * finder.el (finder-current-item): Throw an error on an empty line.
12965
12966 * man.el (Man-follow-manual-reference): If current-word returns
12967 nil, use "".
12968
12969 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
12970
12971 * simple.el (goto-line): Doc fix.
12972
12973 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
12974
12975 * files.el (save-buffer): Doc fix.
12976
12977 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
12978
12979 * recentf.el (recentf-cleanup-remote): New variable.
12980 (recentf-cleanup): Use it to conditionally check availability of
12981 remote files.
12982
12983 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
12984
12985 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
12986 function names.
12987
12988 2005-03-19 Eli Zaretskii <eliz@gnu.org>
12989
12990 * language/thai-word.el: New file.
12991
12992 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12993
12994 * files.el (backup-buffer): If the file's directory is not
12995 writable, use copy instead of move to backup the file.
12996
12997 2005-03-19 Eli Zaretskii <eliz@gnu.org>
12998
12999 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13000
13001 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13002
13003 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13004 Use functionp instead of symbolp and fboundp. Reported by Drkm
13005 <darkman_spam@yahoo.fr>.
13006 (ps-print-version): New version 6.6.6.
13007
13008 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13009
13010 * textmodes/table.el (table--line-column-position): New idiom.
13011 (table--row-column-insertion-point-p): New function to test
13012 validity of row and column insertion operation at a location.
13013 (table-global-menu, table-cell-menu): Use above functions for
13014 deterministic test operation.
13015 (table--editable-cell-p): Behave in deterministic fashion.
13016
13017 2005-03-18 Juri Linkov <juri@jurta.org>
13018
13019 * isearch.el (isearch-lazy-highlight-new-loop):
13020 Make arguments beg and end optional.
13021 (isearch-update): Remove optional arguments nil from
13022 isearch-lazy-highlight-new-loop.
13023 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13024 isearch-lazy-highlight-case-fold-search instead of
13025 isearch-case-fold-search, and let-bind isearch-regexp to
13026 isearch-lazy-highlight-regexp.
13027 Use isearch-lazy-highlight-last-string instead of isearch-string.
13028
13029 * replace.el (perform-replace): Remove bindings of global
13030 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13031 Add three new arguments to `replace-highlight'.
13032 (replace-highlight): Add arguments string, regexp, case-fold.
13033 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13034 to allow isearch-lazy-highlight-new-loop to use these values
13035 to set corresponding isearch-lazy-highlight-* internal
13036 variables whose values lazy highlighting will use regardless of
13037 changes to global variables isearch-string, isearch-regexp,
13038 isearch-case-fold-search during lazy highlighting loop.
13039 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13040 to `lazy-highlight-cleanup'.
13041
13042 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13043 (ispell-highlight-face): Set default face to `isearch' when
13044 lazy highlighting is enabled.
13045 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13046 priority to 1. Add lazy highlighting.
13047 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13048 from `isearch-dehighlight'.
13049
13050 2005-03-18 David Ponce <david@dponce.com>
13051
13052 * files.el (hack-local-variables): Do a case-insensitive search
13053 for End.
13054
13055 2005-03-18 Juri Linkov <juri@jurta.org>
13056
13057 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13058 `isearch-lazy-highlight-cleanup', add alias to old name and
13059 declare obsolete. Add release numbers to other obsolete vars.
13060 (isearch-done, isearch-lazy-highlight-new-loop):
13061 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13062 (lazy-highlight-cleanup) <variable>: Doc fix.
13063 (isearch-lazy-highlight-update): Rename obsolete
13064 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13065
13066 2005-03-18 Kenichi Handa <handa@m17n.org>
13067
13068 * language/thai-util.el: Fix categorization of Thai characters in
13069 thai-category-table.
13070 (thai-composition-pattern): Adjust it for the above change.
13071 (thai-self-insert-command, thai-compose-syllable): New functions.
13072 (thai-compose-region): Use thai-compose-syllable.
13073 (thai-compose-string): Likewise.
13074 (thai-composition-function): Likewise.
13075 (thai-auto-composition): New function.
13076 (thai-auto-composition-mode): New minor mode.
13077
13078 * language/thai.el: Fix patterns to be registered in
13079 composition-function-table.
13080
13081 * international/quail.el (quail-input-method): Locally bind
13082 inhibit-modification-hooks to t.
13083
13084 2005-03-17 Richard M. Stallman <rms@gnu.org>
13085
13086 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13087 (perl-mode): Use run-mode-hooks.
13088
13089 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13090 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13091 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13092
13093 * mail/sendmail.el (sendmail-send-it): Reenable the code
13094 to compute resend-to-address and use it.
13095
13096 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13097
13098 * image-mode.el: New file.
13099
13100 * image.el (insert-sliced-image): Add autoload cookie.
13101
13102 * font-lock.el (font-lock-lines-before): New user option.
13103 (font-lock-after-change-function): Obey it.
13104
13105 * bindings.el (esc-map): Make M-g a prefix.
13106 Bind M-g g and M-g M-g to goto-line.
13107
13108 * faces.el (face-id): Doc fix.
13109
13110 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13111
13112 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13113 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13114 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13115
13116 * mail/sendmail.el (mail-yank-ignored-headers)
13117 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13118 Add Mail-Followup-To and Mail-Reply-To headers.
13119 (mail-citation-hook): Add autoload cookie.
13120 (mail-mode): Doc fix.
13121 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13122 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13123 (mail-mode-fill-paragraph): Handle those headers.
13124 (mail-mailing-lists): New variable.
13125 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13126
13127 2005-03-17 Juri Linkov <juri@jurta.org>
13128
13129 * isearch.el (isearch-fallback): Check for `(car previous)'
13130 before calling `isearch-other-end-state'.
13131
13132 2005-03-17 Kim F. Storm <storm@cua.dk>
13133
13134 * simple.el (move-beginning-of-line): Move to beginning of buffer
13135 line, as well as beginning of screen line.
13136
13137 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13138
13139 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13140 argument REDRAW rather than calendar-redrawing variable.
13141 * calendar/calendar.el (calendar-redrawing): Delete.
13142 (redraw-calendar): Do not bind calendar-redrawing.
13143
13144 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13145
13146 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13147 diary-file buffer.
13148
13149 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * help.el (describe-mode): Allow a :minor-mode-function property to
13152 specify a different minor mode toggle function than the variable.
13153 * simple.el (auto-fill-function):
13154 * subr.el (add-minor-mode): Use it.
13155
13156 2005-03-16 Kenichi Handa <handa@m17n.org>
13157
13158 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13159 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13160 (ethio-fidel-to-sera-buffer): Likewise.
13161
13162 2005-03-16 Juri Linkov <juri@jurta.org>
13163
13164 * emacs-lisp/find-func.el (find-function-regexp):
13165 Add defun-emitting macro `menu-bar-make-toggle'.
13166
13167 * isearch.el: Put `isearch-scroll' property to
13168 `split-window-horizontally'.
13169
13170 * info.el: Update error messages for `debug-ignored-errors'.
13171 (Info-isearch-search): Doc fix.
13172 (Info-find-node): Move up code to go into info buffer before
13173 recording the node to the history.
13174 (Info-fontify-node): Fontify titles only if the next line
13175 has two or more `*', `=', `-', `.'.
13176 Display "go to this node" for empty (match-string 3).
13177
13178 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13179
13180 * term/mac-win.el: Add mouse pointer shape constants.
13181
13182 2005-03-15 Kim F. Storm <storm@cua.dk>
13183
13184 * simple.el (move-beginning-of-line): Use vertical-motion.
13185
13186 2005-03-15 Juri Linkov <juri@jurta.org>
13187
13188 * isearch.el (isearch-error): New variable.
13189 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13190 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13191 (isearch-within-brackets-state): Remove.
13192 (isearch-case-fold-search-state, isearch-pop-fun-state):
13193 Decrease frame index.
13194 (isearch-mode, isearch-top-state, isearch-push-state)
13195 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13196 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13197 (isearch-search, isearch-lazy-highlight-new-loop):
13198 Replace `isearch-invalid-regexp' with `isearch-error'.
13199 Remove `isearch-within-brackets'.
13200 (isearch-search): Add `search-failed' handler to `condition-case'.
13201 (isearch-lazy-highlight-search): Add `condition-case' to catch
13202 errors and allow `isearch-lazy-highlight-update' to try
13203 highlighting from the beginning of the window.
13204 (isearch-repeat): Move up code to set isearch-wrapped to t
13205 before calling isearch-wrap-function.
13206
13207 * info.el (Info-isearch-initial-node): New internal variable.
13208 (Info-search): Signal an error in isearch mode when search leaves
13209 the initial node. Signal an error when `bound' is non-nil and
13210 nothing was found in the current subfile.
13211 (Info-isearch-search): Remove `condition-case'.
13212 (Info-isearch-wrap): Don't wrap when search failed during leaving
13213 the initial node. If `Info-isearch-search' is nil, wrap around
13214 the current node.
13215 (Info-isearch-start): New fun.
13216 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13217 `isearch-mode-hook'.
13218
13219 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13220
13221 * simple.el (normal-erase-is-backspace): Set default to t if
13222 running on Mac.
13223
13224 * term/mac-win.el (function-key-map): Sync with x-win.el.
13225
13226 2005-03-15 Kenichi Handa <handa@m17n.org>
13227
13228 * international/mule-cmds.el (locale-language-names): Modify the
13229 format of elements and add more entries.
13230 (locale-preferred-coding-systems): Add more entries.
13231 (set-locale-environment): Adjust for the change of
13232 locale-language-names.
13233
13234 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * pcvs.el (smerge-ediff): Remove bogus autoload.
13237
13238 2005-03-14 Lute Kamstra <lute@gnu.org>
13239
13240 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13241 Ignore a `*' at the beginning of a line.
13242
13243 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13244 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13245 subr.el.
13246 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13247 to specify indentation.
13248
13249 * generic.el (define-generic-mode): Let generic-mode-list be a
13250 list of strings; test membership with equal.
13251
13252 2005-03-14 Kim F. Storm <storm@cua.dk>
13253
13254 * simple.el (next-line, previous-line): Add optional try-vscroll
13255 arg to recognize interactive use. Pass it on to line-move.
13256 (line-move): Don't perform auto-window-vscroll when defining or
13257 executing keyboard macro to ensure consistent behavior.
13258
13259 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13260
13261 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13262
13263 2005-03-13 Lute Kamstra <lute@gnu.org>
13264
13265 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13266 debugger-setup-buffer so that backtrace marks the frames set to
13267 debug-on-exit and we don't have to do it manually. Set an extra
13268 debug-on-exit for macro's.
13269 (debugger-setup-buffer): Don't mark the top frame manually.
13270
13271 2005-03-12 Lute Kamstra <lute@gnu.org>
13272
13273 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13274 lisp-indent-function throughout.
13275 (with-no-warnings): Set lisp-indent-function property.
13276
13277 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13278
13279 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13280 Add entry for backslash.
13281
13282 2005-03-12 Juri Linkov <juri@jurta.org>
13283
13284 * info.el (Info-search): Four fixes for backward search.
13285
13286 2005-03-11 Jay Belanger <belanger@truman.edu>
13287
13288 * calc/calc.el (calc-language-alist): New variable.
13289 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13290 (calc-embedded-find-modes): Use calc-language-alist instead of
13291 calc-embedded-language-alist.
13292
13293 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13294
13295 * calendar/calendar.el (calendar-redrawing): New internal
13296 variable.
13297 (redraw-calendar): Remove bogus save-excursion from previous
13298 change. Bind calendar-redrawing to t for mark-diary-entries.
13299 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13300 calendar if that is why we were called.
13301
13302 2005-03-11 Kenichi Handa <handa@m17n.org>
13303
13304 * international/mule.el (make-coding-system): Set property
13305 coding-system-define-form to nil.
13306 (define-coding-system-alias): Likewise.
13307
13308 2005-03-11 Kenichi Handa <handa@m17n.org>
13309
13310 These changes are suggested by Dave Love <fx@gnu.org>.
13311
13312 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13313 coding: tag.
13314 (adaptive-fill-regexp): Add more bullets.
13315 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13316 regexps.
13317
13318 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 * help.el (describe-mode): Properly handle non-trivial lighters.
13321 Don't ignore minor modes that are not listed in minor-mode-list.
13322
13323 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13324 feature ON when the user requests to turn it OFF.
13325
13326 2005-03-10 Lute Kamstra <lute@gnu.org>
13327
13328 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13329 (implement-debug-on-entry): New function to replace debug-entry-code.
13330 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13331 second argument as the 2005-03-07 change makes it obsolete.
13332 (debug-on-entry, cancel-debug-on-entry): Update call to
13333 debug-on-entry-1.
13334 (debug, debugger-setup-buffer): Comment update.
13335 (debugger-frame-number): Update to work with implement-debug-on-entry.
13336
13337 2005-03-10 Jay Belanger <belanger@truman.edu>
13338
13339 * calc/calc-embed.el (math-ms-args): Declare it.
13340 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13341 math-ms-args.
13342 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13343 variables.
13344
13345 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13346
13347 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13348 Use message-box.
13349
13350 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13351 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13352 (tooltip-gud-tips): Simplify.
13353 (tooltip-gud-tips-p): Remove superfluous :set.
13354 (tooltip-gud-modes): Add fortran-mode.
13355 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13356
13357 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13358
13359 2005-03-09 Kim F. Storm <storm@cua.dk>
13360
13361 * play/animate.el (animate-place-char): Use forward-line instead
13362 of next-line to improve performance.
13363
13364 2005-03-09 Simon Josefsson <jas@extundo.com>
13365
13366 * net/browse-url.el (browse-url-default-browser): Doc fix.
13367
13368 2005-03-09 Miles Bader <miles@gnu.org>
13369
13370 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13371 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13372
13373 2005-03-09 Kenichi Handa <handa@m17n.org>
13374
13375 * international/latin-1.el: Set case and syntax for 255 only if
13376 set-case-syntax-set-multibyte is nil.
13377
13378 * textmodes/ispell.el (ispell-insert-word): New function.
13379 (ispell-word): Use ispell-insert-word to insert a new word.
13380 (ispell-process-line): Likewise.
13381 (ispell-complete-word): Likewise.
13382
13383 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13384
13385 * calendar/calendar.el (redraw-calendar): Preserve point.
13386 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13387 (calendar-week-start-day): Move after definition of
13388 redraw-calendar. Delete buffer test, since redraw-calendar has
13389 that now.
13390
13391 * calendar/diary-lib.el (mark-diary-entries): Only call
13392 redraw-calendar in the first of any recursive calls.
13393 Reported by Alan Shutko <ats@acm.org>.
13394
13395 2005-03-08 Juri Linkov <juri@jurta.org>
13396
13397 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13398 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13399 (html-radio-buttons): Add a space before the trailing `/>' where
13400 sgml-xml-mode is non-nil.
13401 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13402 the subsequent tag of the empty XML tag.
13403 (html-href-anchor): Don't set initial input to "http:".
13404 (html-image): Ask for the image URL and set point inside alt="".
13405 (html-name-anchor): Duplicate the name in the `id' attribute when
13406 sgml-xml-mode is non-nil.
13407 (html-paragraph): Remove \n before <p>.
13408 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13409 instead of `checked' when sgml-xml-mode is non-nil.
13410
13411 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13412 Remove 1 space before #RRGGBB to not truncate it on terminal
13413 windows w/o fringes. Remove 1 space between bg and fg examples
13414 to get more space.
13415 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13416 avoid byte-compile warnings.
13417
13418 * image-file.el (image-file-handler): Put `safe-magic' property to
13419 `image-file-handler'.
13420
13421 * info.el (Info-isearch-search): Emulate word search in
13422 isearching through multiple Info nodes with Info-search.
13423 (Info-isearch-wrap): Allow isearch-word.
13424
13425 2005-03-08 Lute Kamstra <lute@gnu.org>
13426
13427 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13428 stepping into the debugger's code is not possible.
13429 (debugger-jumping-flag): Docstring update.
13430
13431 2005-03-08 Jay Belanger <belanger@truman.edu>
13432
13433 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13434 embedded mode begins.
13435 (calc-embedded-language-alist): New variable.
13436 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13437 set default language mode.
13438
13439 2005-03-08 Kenichi Handa <handa@m17n.org>
13440
13441 * international/ccl.el (define-ccl-program): Fix docstring about
13442 extra 256 bytes assured for the output buffer.
13443
13444 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13445 Fix BUFFER_MAGNIFICATION to 2.
13446 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13447
13448 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13449
13450 * align.el (align-rules-list): Added an alignment rule for CSS
13451 declarations (applies to css-mode and html-mode buffers).
13452
13453 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13454
13455 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13456
13457 2005-03-07 Kim F. Storm <storm@cua.dk>
13458
13459 * simple.el (move-beginning-of-line): New command.
13460
13461 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13462
13463 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13464
13465 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13466 and move-beginning-of-line.
13467
13468 * apropos.el (apropos-print): Omit command from M-x ... RET.
13469
13470 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13471
13472 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13473 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13474
13475 2005-03-06 Richard M. Stallman <rms@gnu.org>
13476
13477 * bindings.el (esc-map): Bind M-g to goto-line.
13478
13479 * facemenu.el (global-map): Bind M-o, not M-g.
13480
13481 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13482
13483 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13484 "Open Directory" as for "Open File".
13485
13486 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13487
13488 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13489 (push-mark-command): Run activate-mark-hook.
13490
13491 2005-03-06 Richard M. Stallman <rms@gnu.org>
13492
13493 * help-mode.el (help-mode-finish): Don't alter the element
13494 in view-return-to-alist if there already is one.
13495
13496 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13497 make sure the current buffer is the expected one.
13498
13499 * novice.el (disabled-command-function): Output in *Disabled Command*.
13500 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13501
13502 * textmodes/flyspell.el (flyspell-large-region):
13503 Pass args differently for aspell.
13504
13505 * files.el (mode-require-final-newline): Doc fix.
13506
13507 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13508
13509 * progmodes/which-func.el (which-function):
13510 Specify NOERROR when calling imenu--make-index-alist.
13511
13512 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 * simple.el (normal-erase-is-backspace): Define default value.
13515
13516 * custom.el (custom-theme-set-variables): Remove unused var
13517 `immediate'.
13518 (custom-reevaluate-setting): Simple function to handle variables
13519 that are defined before their default value can really be
13520 computed.
13521
13522 * startup.el (command-line): Use it for temporary-file-directory,
13523 small-emporary-file-directory, auto-save-file-name-transforms,
13524 blink-cursor-mode, and normal-erase-is-backspace.
13525
13526 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13527 progress, even with buggy anchored keywords.
13528
13529 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13530
13531 * simple.el (goto-line): Remove unbalanced final parenthesis.
13532
13533 2005-03-05 Richard M. Stallman <rms@gnu.org>
13534
13535 * simple.el (goto-line): Use a number at point as the default.
13536 With C-u as arg, switch buffers.
13537
13538 2005-03-05 Juri Linkov <juri@jurta.org>
13539
13540 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13541 with `no-blinking-cursor'.
13542
13543 * startup.el (no-blinking-cursor): New defvar.
13544 (command-line): Add `--no-blinking-cursor' to longopts.
13545 Set `no-blinking-cursor' to t for command line arguments
13546 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13547 with `no-blinking-cursor' in the condition for calling
13548 `blink-cursor-mode'.
13549
13550 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13551
13552 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13553 (menu-bar-options-save): Add blink-cursor-mode.
13554 (menu-bar-options-menu): Add blink-cursor-mode.
13555
13556 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13557
13558 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13559 (icalendar-export-file, icalendar-export-region)
13560 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13561 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13562
13563 2005-03-04 Lute Kamstra <lute@gnu.org>
13564
13565 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13566 (debug-function-list): Ditto.
13567
13568 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13569
13570 * textmodes/texinfmt.el (texinfo-append-refill):
13571 Redefine the types of line to which @refill
13572 is not appended by replacing a search for `@refill\\|@bye' with
13573 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13574 itemize@refill' bug and the unfilled long lines bug.
13575 (texinfmt-version): Update number and date.
13576
13577 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13578
13579 * international/code-pages.el (windows-1250, windows-125[2-8])
13580 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13581
13582 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13583
13584 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13585 bound yet.
13586
13587 2005-03-02 Romain Francoise <romain@orebokech.com>
13588
13589 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13590 buffer after removing limits.
13591 (ibuffer-pop-filter): Ditto.
13592 Update copyright.
13593
13594 2005-03-02 Miles Bader <miles@gnu.org>
13595
13596 * button.el (make-text-button): If the user doesn't specify a
13597 type, use the default. Rewrite to use `add-text-properties' and
13598 plist functions.
13599
13600 2005-03-01 Lute Kamstra <lute@gnu.org>
13601
13602 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13603 (debugger-jumping-flag): New var.
13604 (debug-entry-code): Use it.
13605 (debugger-jump): Use debugger-jumping-flag and add
13606 debugger-reenable to post-command-hook.
13607 (debugger-reenable): Use debugger-jumping-flag and remove itself
13608 from post-command-hook.
13609 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13610 debugger-reenable.
13611
13612 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13613
13614 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13615 inclusion of "itemize\\|", which may be unnecessary, is certainly
13616 inelegant, and stops refilling in itemize lists when formatting
13617 Japanese Texinfo files to Info.
13618 Update copyright to 2005.
13619
13620 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
13621
13622 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13623 of an error if GDB can't find the source file.
13624
13625 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13626
13627 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13628 not just the calendar.
13629
13630 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13631 first.
13632 (diary-redraw-calendar): New function.
13633 (make-diary-entry): Add diary-redraw-calendar to local
13634 write-contents-functions. Turn off selective display before
13635 inserting in diary.
13636
13637 2005-03-01 Kim F. Storm <storm@cua.dk>
13638
13639 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13640
13641 2005-03-01 Lute Kamstra <lute@gnu.org>
13642
13643 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13644 that debug-entry-code can be safely removed from a function while
13645 this code is being evaluated. Revert the 2005-02-27 change as the
13646 new implementation no longer requires it. Make sure that a
13647 function body containing just a string is not mistaken for a docstring.
13648 (debug): Skip one more frame in case of debug on entry.
13649 (debugger-setup-buffer): Delete one more frame line in case of
13650 debug on entry.
13651 (debugger-frame-number): Update to use the new text introduced by
13652 the 1999-11-03 change. Skip one more frame in case of debug on entry.
13653
13654 2005-02-28 Kim F. Storm <storm@cua.dk>
13655
13656 * double.el (double-translate-key): Call force-window-update after
13657 read-event to avoid crash in redisplay.
13658
13659 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13660
13661 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13662 (debug): Use it. Move the inhibit-trace earlier.
13663 (debug-entry-code): New const.
13664 (debug-on-entry-1): Use it.
13665
13666 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
13667
13668 * international/utf-16.el (ccl-encode-mule-utf-16le):
13669 Fix BUFFER_MAGNIFICATION to 2.
13670 (ccl-encode-mule-utf-16be): Likewise.
13671
13672 2005-02-28 Kenichi Handa <handa@m17n.org>
13673
13674 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13675 Fix BUFFER_MAGNIFICATION to 4.
13676 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13677
13678 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
13679
13680 * speedbar.el (speedbar-update-flag): Doc fix.
13681 (speedbar-show-info-under-mouse): Give set-mouse-position the right
13682 argument.
13683
13684 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13685
13686 * reveal.el (reveal-post-command): Don't try to reveal overlays which
13687 have a non-nil `invisible' property but are actually visible.
13688
13689 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13690 for perldoc sections.
13691 (perl-outline-regexp, perl-outline-level): New var and function.
13692 (perl-mode): Use them.
13693
13694 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
13695
13696 * calendar/diary-lib.el (diary-remind): Discard any mark portion
13697 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13698
13699 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
13700
13701 * cus-edit.el: Comment change.
13702 (custom-buffer-create-internal): Slightly reword text at top of
13703 Custom buffers. Mention there that saving an option edits the
13704 init file. Add link to Emacs manual node on `custom-file'.
13705 (custom-magic-alist): Rewrite individual State messages to use
13706 capitalized keywords. Doc fix.
13707
13708 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
13709
13710 * calendar/calendar.el (calendar-buffer): Move above
13711 calendar-week-start-day.
13712 (calendar-week-start-day): Doc fix. Add :set function.
13713 (calendar-minimum-window-height): New variable.
13714 (generate-calendar-window): Only resize window if selected-window
13715 is displaying the calendar buffer. Use new variable
13716 calendar-minimum-window-height.
13717 (generate-calendar): Reword error message.
13718 (calendar-mode-map): Bind DEL to scroll-other-window-down.
13719
13720 2005-02-27 Andreas Schwab <schwab@suse.de>
13721
13722 * vc.el (vc-do-command): Don't run command asynchronously when
13723 operating in a remote directory.
13724
13725 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13726 change from sync with Tramp 2.0.47.
13727
13728 2005-02-27 Richard M. Stallman <rms@gnu.org>
13729
13730 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13731
13732 * textmodes/flyspell.el (flyspell-mode-on):
13733 Call ispell-change-dictionary only if necessary.
13734
13735 * emacs-lisp/re-builder.el (regexp-builder): New function.
13736
13737 * register.el (describe-register-1): Explicitly handle
13738 yank-excluded-properties = t.
13739
13740 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13741 (custom-magic-alist): Change the status descriptions again.
13742 (face widget-type): Total rewrite based on `restricted-sexp'
13743 to eliminate the confusing double hiding levels.
13744
13745 * emacs-lisp/debug.el (debug-on-entry-1):
13746 If function body is empty, add nil as body form.
13747
13748 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13749
13750 * emacs-lisp/trace.el (inhibit-trace): New var.
13751 (trace-make-advice): Use it.
13752
13753 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13754
13755 2005-02-26 Kim F. Storm <storm@cua.dk>
13756
13757 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13758 (mouse-on-link-p, mouse-drag-region-1): Use it.
13759
13760 2005-02-25 Lute Kamstra <lute@gnu.org>
13761
13762 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13763
13764 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
13765
13766 * frame.el (blink-cursor-mode): Add :group keyword.
13767
13768 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
13769
13770 * calendar/icalendar.el (icalendar--decode-isodatetime):
13771 New optional argument DAY-SHIFT.
13772 (icalendar-export-region): Fix coding-system-for-write.
13773 (icalendar--convert-ical-to-diary): Shift end-day of all-day
13774 events by one.
13775
13776 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13777
13778 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13779
13780 2005-02-24 Kim F. Storm <storm@cua.dk>
13781
13782 * international/iso-acc.el (iso-accents-compose): Fix crash
13783 during redisplay. Call force-window-update after read-event
13784 and delete-region to signal that window is not accurate.
13785
13786 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13787
13788 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13789 Remove unused and inexistent var `inhibit-trace'.
13790 (debugger-mode): Use run-mode-hooks.
13791 (debugger-list-functions): Add buttons; setup xref stack.
13792
13793 2005-02-23 Richard M. Stallman <rms@gnu.org>
13794
13795 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13796 appointment says it was explicitly made.
13797 (appt-add): Set the 3rd element.
13798 (appt-make-list): Preserve explicit appointments.
13799
13800 * subr.el (find-tag-default): Catch errors in forward-sexp.
13801
13802 2005-02-23 Juri Linkov <juri@jurta.org>
13803
13804 * info.el (Info-isearch-search): New defcustom.
13805 (Info-isearch-search): Call the default isearch function
13806 when Info-isearch-search is nil.
13807 (Info-isearch-wrap): Use variable Info-isearch-search.
13808
13809 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
13810
13811 * cus-edit.el: Comment change.
13812
13813 2005-02-22 Kim F. Storm <storm@cua.dk>
13814
13815 * progmodes/hideif.el (hide-ifdef-use-define-alist):
13816 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
13817
13818 2005-02-22 Simon Josefsson <jas@extundo.com>
13819
13820 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13821 New variable.
13822 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
13823 Oskarsson" <myrkraverk@users.sourceforget.net>.
13824
13825 2005-02-22 Kim F. Storm <storm@cua.dk>
13826
13827 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13828 check that window of that event is the selected window.
13829 (mouse-drag-region-1): Compare mouse event window to selected
13830 window before setting point.
13831
13832 * tooltip.el (tooltip-show-help-function): Pass event to
13833 mouse-on-link-p so it can check selected window.
13834
13835 2005-02-22 Kenichi Handa <handa@m17n.org>
13836
13837 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13838 (ps-mule-show-warning): New function.
13839 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13840 characters are found.
13841
13842 * ps-print.el (ps-header-footer-string): Return a list of header
13843 and footer strings.
13844
13845 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13846
13847 * pcvs.el (cvs-retrieve-revision): Fix thinko.
13848
13849 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13850
13851 * frame.el (blink-cursor-mode): Use define-minor-mode.
13852
13853 * term/mac-win.el (function-key-map): Use char-names more consistently.
13854 (file-name-coding-system): Only set it for MacOS-9. The other case is
13855 already handled in mule-cmds.el (where it also works when mac-win.el
13856 is not used).
13857
13858 2005-02-21 Kenichi Handa <handa@m17n.org>
13859
13860 * international/mule.el (ctext-pre-write-conversion): Always use
13861 " *code-converting-work*" buffer for work.
13862
13863 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13864
13865 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
13866
13867 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13868
13869 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
13870
13871 * ses.el (undo-more): Restore defadvice, but only the part that
13872 allows changes outside the restricted area of the buffer.
13873
13874 2005-02-20 Kim F. Storm <storm@cua.dk>
13875
13876 * simple.el (line-move): Add fourth optional arg try-vscroll which
13877 must be set to perform auto-window-vscroll.
13878 When moving backwards and doing auto-window-vscroll, automatically
13879 vscroll to the last part of lines which are taller than the window.
13880 (next-line, previous-line): Set try-vscroll arg on line-move.
13881
13882 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13883
13884 * replace.el (query-replace, query-replace-regexp)
13885 (replace-string, replace-regexp): When operating on region, make
13886 the minibuffer prompt say so.
13887
13888 * isearch.el (isearch-forward): Document isearch-query-replace and
13889 isearch-query-replace-regexp keybindings.
13890
13891 2005-02-19 Jay Belanger <belanger@truman.edu>
13892
13893 * calc/calc-aent.el (math-read-token): Add local variable.
13894
13895 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
13896 (calc-edit-top): Move declaration to earlier in file.
13897 (calc-edit-macro-repeats): Add local variables.
13898
13899 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
13900 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
13901 calcFunc-tanh.
13902 Adjust integration rule for calcFunc-tan.
13903
13904 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13905
13906 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
13907 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
13908 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
13909 (viper-skip-separators): Bug fix.
13910 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
13911 particular major mode.
13912 (viper-del-backward-char-in-replace): Don't put deleted char on the
13913 kill ring.
13914
13915 * viper-ex.el (viper-color-display-p): New function.
13916 (viper-has-face-support-p): Use viper-color-display-p.
13917
13918 * viper-keym.el (viper-gnus-modifier-map): New keymap.
13919
13920 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
13921
13922 * viper-util.el (viper-glob-unix-files): Fix shell status check.
13923 (viper-file-remote-p): Make equivalent to file-remote-p.
13924
13925 * viper.el (viper-major-mode-modifier-list):
13926 Use viper-gnus-modifier-map.
13927
13928 2005-02-19 David Kastrup <dak@gnu.org>
13929
13930 * subr.el (subregexp-context-p): Fix garbled doc string by adding
13931 quoting.
13932
13933 2005-02-19 Jay Belanger <belanger@truman.edu>
13934
13935 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
13936 Remove extra definitions.
13937 (calc-coth): New function.
13938 (calcFunc-cot): Fix `let'.
13939
13940 2005-02-19 Eli Zaretskii <eliz@gnu.org>
13941
13942 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
13943 the reasons we use "type pc" in these faces.
13944
13945 * button.el (button): Ditto.
13946
13947 2005-02-19 Michael Mauger <mmaug@yahoo.com>
13948
13949 * replace.el (query-replace-read-from): Set the value of
13950 query-replace-from-history-variable to handle the case of an empty
13951 string entered to accept the suggested default.
13952
13953 * net/tramp.el (tramp-file-name-for-operation):
13954 Use dired-call-process instead of dired-call-process-command.
13955
13956 2005-02-19 Jay Belanger <belanger@truman.edu>
13957
13958 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
13959 (math-div-non-trig): New variables.
13960 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
13961 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
13962 (math-combine-prod, math-div-symb-fancy): Add simplifications for
13963 trig expressions.
13964
13965 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
13966
13967 * progmodes/gdb-ui.el (gdb-var-update-handler)
13968 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
13969 for watch expressions,
13970 (gdb-var-create-handler): Don't set speedbar-update-flag.
13971 (gdb-post-prompt): Simplify test for speedbar.
13972
13973 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13974
13975 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
13976 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
13977 we use the syntax table of the correct buffer.
13978 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
13979 Felix Gatzemeier.
13980
13981 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
13982 (ediff-file-remote-p): Make synonymous with file-remote-p.
13983 In all deffaces ediff-*-face-*, use min-colors.
13984
13985 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
13986 ediff-recurse-to-subdirectories.
13987 (ediff-mark-if-equal): Check that the arguments are strings, use
13988 ediff-same-contents (after to Felix Gatzemeier).
13989
13990 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
13991 nil.
13992
13993 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13994
13995 * log-view.el (log-view-message-re): Fix up Subversion regexp.
13996
13997 2005-02-18 David Kastrup <dak@gnu.org>
13998
13999 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14000 use `mark-active' when defined.
14001
14002 2005-02-18 Kenichi Handa <handa@m17n.org>
14003
14004 * ps-print.el (ps-font-info-database): New entry
14005 ZapfChancery-MediumItalic with correct font name. Fix font name
14006 of the entry Zapf-Chancery-MediumItalic.
14007
14008 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14009
14010 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14011
14012 2005-02-16 Kim F. Storm <storm@cua.dk>
14013
14014 * ido.el (ido-fallback-command): Pass user input to fallback command.
14015
14016 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14017
14018 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14019 (gdb-find-file-hook): Add server prefix.
14020
14021 2005-02-16 Richard M. Stallman <rms@gnu.org>
14022
14023 * replace.el (perform-replace): Pass new args to replace-highlight.
14024 (replace-highlight): Take region args,
14025 and pass them to isearch-lazy-highlight-new-loop.
14026
14027 * novice.el (disabled-command-hook): Autoload the defalias
14028 and the make-obsolete-variable call.
14029
14030 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14031
14032 * isearch.el (isearch-lazy-highlight-start-limit)
14033 (isearch-lazy-highlight-end-limit): New variables limit
14034 the region for highlighting.
14035 (isearch-lazy-highlight-new-loop): New args BEG and END.
14036 (isearch-lazy-highlight-search): Use the new vars.
14037 (isearch-lazy-highlight-update): Likewise.
14038
14039 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14040
14041 * cus-start.el (all): Use default-boundp.
14042
14043 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14044
14045 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14046
14047 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14048
14049 * autorevert.el (auto-revert-stop-on-user-input)
14050 (auto-revert-verbose): Doc fixes.
14051
14052 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14053
14054 * international/mule-cmds.el (set-locale-environment): Remove call
14055 to set-selection-coding-system on Windows.
14056
14057 2005-02-15 Jay Belanger <belanger@truman.edu>
14058
14059 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14060 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14061 calcFunc-coth.
14062 (math-simplify-sqrt): Add simplifications.
14063
14064 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14065 to list.
14066
14067 * calc/calc-ext.el: Add functions to autoloads.
14068
14069 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14070 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14071 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14072 (math-csc-raw, math-cot-raw): New functions.
14073
14074 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14075
14076 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14077 the variable name in a message.
14078
14079 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14080 calcFunc-csc, calcFunc-cot.
14081
14082 * calc/calcalg2.el: Add derivative and integration rules for
14083 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14084 calcFunc-csch, calcFunc-coth.
14085 (math-do-integral-methods): Add to checks for when to use
14086 substitutions.
14087
14088 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14089
14090 2005-02-15 Lute Kamstra <lute@gnu.org>
14091
14092 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14093 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14094 <monnier@iro.umontreal.ca>
14095 (lisp-outline-level): Improve efficiency. Suggested by David
14096 Kastrup <dak@gnu.org>.
14097
14098 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14099
14100 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14101 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14102 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14103 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14104 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14105
14106 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14107
14108 * cus-start.el (all): Comment change.
14109
14110 2005-02-14 Lute Kamstra <lute@gnu.org>
14111
14112 * cus-start.el (all): Check if symbol is void.
14113
14114 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14115
14116 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14117 optional argument to \cite.
14118
14119 2005-02-14 Richard M. Stallman <rms@gnu.org>
14120
14121 * cus-edit.el (custom-buffer-create-internal): Update help message.
14122 (custom-magic-alist): Update help messages.
14123
14124 * cus-start.el (all): Allow a var to specify a standard value.
14125
14126 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14127
14128 * custom.el (custom-theme-set-variables): Handle variable aliases.
14129
14130 * frame.el (blink-cursor-timer): Doc fix.
14131 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14132 declare obsolete.
14133 (blink-cursor-mode): Define with defcustom and use correct
14134 standard expression in that defcustom.
14135 * startup.el (command-line): Adapt to above changes in frame.el.
14136
14137 2005-02-11 Lute Kamstra <lute@gnu.org>
14138
14139 * apropos.el (apropos-score-doc): Prevent division by zero.
14140
14141 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14142
14143 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14144 (icalendar--get-event-property-attributes)
14145 (icalendar--get-event-properties)
14146 (icalendar--datetime-to-diary-date): New functions.
14147 (icalendar--split-value): Doc fix.
14148 (icalendar--datetime-to-noneuropean-date)
14149 (icalendar--datetime-to-european-date): New optional argument
14150 SEPARATOR. Return result as a string instead of a list.
14151 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14152 (icalendar--convert-string-for-export): Rename arg S to STRING.
14153 (icalendar-export-region): Doc fix. Change name of error buffer.
14154 Save output buffer.
14155 (icalendar-import-file): Add blank at end of prompt.
14156 (icalendar-import-buffer): Doc fix. Do not switch to error
14157 buffer. Indicate status in return value.
14158 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14159 buffer. Save output buffer. Handle exception from recurrence
14160 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14161 events. Fix problems with weekly all-day events.
14162
14163 2005-02-10 Richard M. Stallman <rms@gnu.org>
14164
14165 * simple.el (eval-expression-print-format):
14166 Avoid warning about edebug-active.
14167
14168 * help.el (help-for-help-internal): Rename from help-for-help.
14169 (help-for-help): Define with defalias.
14170
14171 * font-core.el (font-lock-default-function): Use with-no-warnings.
14172
14173 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14174
14175 * custom.el (defface): Doc fix.
14176
14177 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14178
14179 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14180 width 0" to prevent word wrapping problems.
14181
14182 2005-02-09 Kim F. Storm <storm@cua.dk>
14183
14184 * ido.el (ido-file-extensions-order): New defcustom.
14185 (ido-file-extension-lessp, ido-file-extension-aux)
14186 (ido-file-extension-order): New advanced file ordering.
14187 (ido-file-lessp): New simple file ordering.
14188 (ido-sort-list): Remove.
14189 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14190 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14191
14192 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14193
14194 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14195 that some versions of grep produce.
14196 (grep-mode-font-lock-keywords): Likewise.
14197
14198 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14199
14200 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14201 (gdb-cdir): Delete.
14202 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14203 (gdb-source-info): Treat case when source file is in another
14204 directory properly.
14205 (gdb-get-location): New function.
14206
14207 2005-02-07 Jay Belanger <belanger@truman.edu>
14208
14209 * calc/calc-prog.el (calc-write-parse-table-part)
14210 (calc-fix-token-name): Fix a check for language type.
14211
14212 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14213
14214 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14215
14216 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14217 as directory not writable.
14218
14219 2005-02-07 Kim F. Storm <storm@cua.dk>
14220
14221 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14222 (cua--standard-movement-commands): Remove list.
14223 Instead, set CUA property value to move for movement commands.
14224 (cua-movement-commands): Remove. Users must set CUA prop instead.
14225 (cua--pre-command-handler): Check CUA property.
14226 (cua--init-keymaps): Don't remap undo commands.
14227 (cua-mode): Don't call cua--rectangle-on-off.
14228
14229 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14230 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14231 (cua--rect-undo-set-point): New var.
14232 (cua--rectangle-undo-boundary): Setup undo apply entry.
14233 (cua--rect-undo-handler): New function for rectangle undo.
14234 (cua--rect-start-position, cua--rect-end-position): Add.
14235 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14236 for restored rectangle. Set point if cua--rect-undo-set-point.
14237
14238 2005-02-06 Jay Belanger <belanger@truman.edu>
14239
14240 * calc/calc-lang.el (calc-tex-language): Display more information
14241 in messages.
14242
14243 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14244 in TeX mode.
14245
14246 2005-02-06 Richard M. Stallman <rms@gnu.org>
14247
14248 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14249
14250 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14251
14252 * net/ldap.el (ldap-search-internal): Support attributes with
14253 optional descriptions separated by a semi-colon, as in
14254 "userCertificate;binary".
14255
14256 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14257
14258 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14259 isn't a cons (i.e. the version is 0).
14260
14261 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14262
14263 * help.el (help-for-help): Doc fix.
14264
14265 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14266
14267 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14268 GDB-Windows on the menu-bar as this works better.
14269
14270 2005-02-04 Jay Belanger <belanger@truman.edu>
14271
14272 * calc/calc-embed.el (calc-embedded-update): Don't put in
14273 unnecessary newlines. Adjust the end of formula marker.
14274
14275 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14276 (math-latex-parse-two-args): New function.
14277
14278 2005-02-03 Lute Kamstra <lute@gnu.org>
14279
14280 * help-fns.el (help-with-tutorial): Make sure that users cannot
14281 remove the entire text of the tutorial by means of `undo'.
14282
14283 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14286 in recent changes, where the ispell process was repeatedly
14287 killed & restarted.
14288
14289 * international/mule-cmds.el (set-locale-environment): Set file-name
14290 coding system to utf-8 on Darwin systems.
14291 (set-default-coding-systems): Don't set default-file-name-coding-system
14292 on Darwin systems.
14293
14294 2005-02-03 Richard M. Stallman <rms@gnu.org>
14295
14296 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14297
14298 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14299
14300 * faces.el (list-faces-display): Add optional argument.
14301
14302 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14303
14304 * font-core.el (font-lock-default-function): Handle the rare case where
14305 only font-lock-keywords is set.
14306
14307 2005-02-02 Kenichi Handa <handa@m17n.org>
14308
14309 * international/characters.el: Cancel previous change for
14310 I-WITH-DOT-ABOVE and DOTLESS-i.
14311
14312 * international/latin-5.el: Cancel previous change.
14313
14314 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14315
14316 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14317
14318 2005-02-02 Kenichi Handa <handa@m17n.org>
14319
14320 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14321 DOTLESS-i.
14322
14323 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14324 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14325
14326 * case-table.el (get-upcase-table): New function.
14327 (copy-case-table): Copy upcaes table too if non-nil.
14328 (set-case-syntax-delims): Maintain upcase table too.
14329 (set-case-syntax-pair): Likewise.
14330 (set-upcase-syntax, set-downcase-syntax): New functions.
14331 (set-case-syntax): Maintain upcase table too.
14332
14333 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14334
14335 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14336
14337 * progmodes/gud.el (gud-goto-info): New function.
14338 (gud-tool-bar-map): Use correct icon.
14339
14340 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14341
14342 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14343 When delegating, order args in the funcall correctly.
14344
14345 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14346
14347 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14348
14349 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14350
14351 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14352 buffer not visiting a file.
14353
14354 2005-01-31 Jay Belanger <belanger@truman.edu>
14355
14356 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14357 bound on the line with the formula.
14358
14359 2005-01-31 Kim F. Storm <storm@cua.dk>
14360
14361 * ses.el (ses-create-cell-variable-range)
14362 (ses-destroy-cell-variable-range, ses-reset-header-string)
14363 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14364 (ses-insert-row): Fix format of apply undo entries.
14365
14366 2005-01-31 Jay Belanger <belanger@truman.edu>
14367
14368 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14369 parts.
14370
14371 * calc/calc-embed.el (calc-embedded-open-formula)
14372 (calc-embedded-close-formula): Ignore matrix environments.
14373
14374 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14375 TeX mode.
14376
14377 * calc/calc-lang.el (math-function-table, math-oper-table)
14378 (math-variable-table): Adjust the LaTeX portions.
14379
14380 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14381 (math-latex-ignore-words): New constant.
14382
14383 2005-01-31 Richard M. Stallman <rms@gnu.org>
14384
14385 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14386 (ispell-local-dictionary): Doc fix.
14387 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14388 Don't reinitialize at run time. Don't defcustom.
14389 All uses changed to append ispell-local-dictionary-alist,
14390 or check it first.
14391 (ispell-current-dictionary): New variable for dictionary in use.
14392 (ispell-dictionary): Now used only for global default.
14393 (ispell-start-process): Set ispell-current-dictionary,
14394 not ispell-dictionary.
14395 (ispell-change-dictionary): Use this only for setting
14396 user preferences.
14397 (ispell-internal-change-dictionary): New function
14398 to change the current dictionary in use.
14399 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14400 Use ispell-current-dictionary.
14401 Handle ispell-local-dictionary-overridden.
14402 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14403
14404 2005-01-31 Jay Belanger <belanger@truman.edu>
14405
14406 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14407
14408 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14409 (calc-mode-map): Add calc-latex-language.
14410
14411 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14412 (math-latex-print-frac): New functions.
14413 (math-oper-table, math-function-table, math-variable-table)
14414 (math-complex-format, math-input-filter): Add latex properties.
14415 (calc-set-language): Set math-expr-special-function-mapping.
14416
14417 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14418 (calc-write-parse-table-part): Add LaTeX support.
14419
14420 * calc/calc.el (calc-language): Adjust docstring.
14421 (calc-set-mode-line): Add LaTeX support.
14422 (math-expr-special-function-mapping): New variable.
14423 (math-tex-ignore-words): Add to list.
14424
14425 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14426 Add LaTeX support.
14427 (math-compose-expr): Add support for special functions.
14428
14429 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14430
14431 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14432
14433 * progmodes/gdb-ui.el (gdb-memory-address)
14434 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14435 (gdb-memory-mode-map, gdb-memory-format-keymap)
14436 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14437 (gdb-memory-unit-menu): New variables for a buffer
14438 that lets the user examine program memory.
14439 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14440 (gdb-memory-format-binary, gdb-memory-format-octal)
14441 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14442 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14443 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14444 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14445 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14446 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14447 (gdb-memory-mode, gdb-memory-buffer-name)
14448 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14449 New functions for above buffer.
14450
14451 2005-01-30 Richard M. Stallman <rms@gnu.org>
14452
14453 * cus-edit.el (custom-bury-buffer): Function deleted.
14454 (custom-buffer-done-function): Option deleted.
14455 (custom-buffer-done-kill): New (replacement option.
14456 (Custom-buffer-done): Call quit-window.
14457 (custom-buffer-create-internal): Update for above changes.
14458
14459 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14460
14461 * simple.el (undo-ask-before-discard): New var.
14462 (undo-outer-limit-truncate): Implement it.
14463 (undo-extra-outer-limit): Doc update.
14464
14465 2005-01-29 Richard M. Stallman <rms@gnu.org>
14466
14467 * ses.el (undo-more): Delete defadvice.
14468 (ses-begin-change): Doc fix.
14469
14470 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14471 instead of rebinding C-x u and C-_.
14472
14473 * files.el (normal-backup-enable-predicate): Return nil for files
14474 in /tmp, regardless of temporary-file-directory.
14475
14476 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14477
14478 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14479 (open-rectangle, delete-whitespace-rectangle-line)
14480 (clear-rectangle-line): If FILL, pass t instead of FILL
14481 for move-to-column's 2nd arg.
14482
14483 * simple.el (undo): Fix the test for continuing a series of undos.
14484 (undo-more): Set pending-undo-list to t when we reach end.
14485 (pending-undo-list): Move up defvar.
14486
14487 * wid-edit.el (widget-button-click):
14488 Shorten the range of the track-mouse binding.
14489
14490 * comint.el (comint-insert-input): Undo previous changes;
14491 use last-input-event in interactive spec.
14492
14493 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14494
14495 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14496 to nil before invoking call-process. Reset buffer's modified flag
14497 after fontifying it in the no-async branch.
14498
14499 * wid-edit.el (widget-specify-button): If mouse pointer shape
14500 cannot be changed, use mouse face instead.
14501
14502 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14503
14504 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14505 (gdb-goto-breakpoint): Make breakpoint handling work on template
14506 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14507 (gdb-assembler-custom): Update to recognize breakpoint information
14508 added on 2005-01-19.
14509
14510 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14511
14512 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14513 (dsssl-mode): Use define-derived-mode.
14514 (scheme-mode-initialize): Remove.
14515 (scheme-mode): Use run-mode-hooks.
14516
14517 * cus-edit.el (customize-group-other-window)
14518 (custom-buffer-create-other-window): Don't override special-display-*.
14519 (custom-mode-map): Make it dense.
14520
14521 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14522 sets the default value.
14523
14524 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14525
14526 * descr-text.el: Add more keywords.
14527
14528 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14529
14530 * speedbar.el: Avoid unnecessary use of locate-library.
14531
14532 * international/mule-cmds.el (standard-display-european-internal):
14533 Don't fiddle with latin-1 non-break space any more since it's now
14534 special cased in the C code.
14535 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14536
14537 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14538
14539 * cus-start.el (all): Add `undo-outer-limit'.
14540
14541 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14542
14543 * textmodes/bibtex.el (bibtex-format-entry):
14544 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14545 field lines.
14546 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14547 not on part of a buffer.
14548
14549 2005-01-25 Lute Kamstra <lute@gnu.org>
14550
14551 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14552 nonempty field text strings like "{letters\\macro{}more letters}".
14553 Clarify docstring.
14554 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14555 (bibtex-entry-offset, bibtex-parse-association)
14556 (bibtex-parse-field-name): Fix typos in docstrings.
14557 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14558
14559 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14560
14561 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14562 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14563 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14564 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14565
14566 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14567 isearch minor mode.
14568
14569 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14570
14571 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14572
14573 2005-01-24 Lute Kamstra <lute@gnu.org>
14574
14575 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14576 CASECHARS and NOT-CASECHARS regular expressions of the
14577 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14578 striding over charsets" error.
14579
14580 2005-01-24 Jay Belanger <belanger@truman.edu>
14581
14582 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14583 display variable name.
14584
14585 2005-01-24 Kenichi Handa <handa@m17n.org>
14586
14587 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14588 Fix setting of the element of encoded-kbd-iso2022-invocations.
14589
14590 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14591
14592 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14593 (gdb-threads-select): Change to also accept mouse events.
14594 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14595 (gdb-threads-mouse-select): Delete.
14596
14597 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14598
14599 * files.el (insert-directory): Take care of empty directory,
14600 listed without -a switch.
14601
14602 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14603
14604 * textmodes/refill.el (refill-post-command-function):
14605 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14606 to the list of functions that we should be careful not to undo.
14607 (refill-late-fill-paragraph-function): Remove.
14608 (refill-saved-state): New var.
14609 (refill-mode): Use it to save fill-paragraph-function.
14610 Save also the value of auto-fill-function.
14611
14612 * term/w32-win.el: Simplify code.
14613
14614 2005-01-23 Kim F. Storm <storm@cua.dk>
14615
14616 * simple.el (line-move): Adapt to new return value from
14617 pos-visible-in-window-p.
14618
14619 * simple.el (line-move): Fix last change. Check partial
14620 visibility at point rather than at window-start.
14621
14622 2005-01-22 Jason Rumney <jasonr@gnu.org>
14623
14624 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14625
14626 2005-01-22 David Kastrup <dak@gnu.org>
14627
14628 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14629
14630 2005-01-22 Eli Zaretskii <eliz@gnu.org>
14631
14632 * type-break.el (type-break-mode): Add a test for
14633 type-break-file-name being non-nil.
14634
14635 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14636
14637 * net/eudc.el (top level): Call (message "") via progn, so that
14638 eudc-options-file is loaded.
14639
14640 2005-01-22 Kim F. Storm <storm@cua.dk>
14641
14642 * simple.el (line-move-1): Rename from line-move.
14643 (line-move): New function that adjusts vscroll for partially
14644 visible rows, and calls line-move-1 otherwise.
14645
14646 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14647
14648 * pcomplete.el: Define pcomplete-read-event instead of read-event,
14649 since it's not a complete read-event implementation
14650
14651 2005-01-20 Jay Belanger <belanger@truman.edu>
14652
14653 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14654 for called function.
14655
14656 2005-01-20 Steven Tamm <steventamm@mac.com>
14657
14658 * term/mac-win.el (process-connection-type): Remove.
14659 Controlled now by s/darwin.h:PTY_ITERATION.
14660
14661 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14662
14663 * window.el (handle-select-window): Don't switch window when we're
14664 in the minibuffer.
14665
14666 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
14667
14668 * subr.el (dotimes-with-progress-reporter): New macro.
14669
14670 * ses.el (ses-dotimes-msg): Remove macro.
14671 Use `dotimes-with-progress-reporter' instead.
14672
14673 2005-01-19 Steven Tamm <steventamm@mac.com>
14674
14675 * term/mac-win.el (process-connection-type): Use new
14676 operating-system-release variable to use ptys on Darwin 7 (OS X
14677 10.3) when using carbon build.
14678
14679 2005-01-19 Jay Belanger <belanger@truman.edu>
14680
14681 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14682 flags if the last command was a tab or M-tab.
14683
14684 * calc/calc-prog.el (calc-user-define-edit): Put original formula
14685 in formula editing buffer.
14686
14687 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14688
14689 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14690 breakpoint image symbol in margin.
14691
14692 2005-01-19 Jay Belanger <belanger@truman.edu>
14693
14694 * calc/calc-prog.el (calc-execute-kbd-macro):
14695 Ignore calc-keep-arg-flag.
14696
14697 2005-01-19 Kenichi Handa <handa@m17n.org>
14698
14699 * textmodes/ispell.el (ispell-looking-at): New function.
14700 (ispell-process-line): Use ispell-looking-at to compare the ispell
14701 output and the buffer contents.
14702
14703 2005-01-18 Jay Belanger <belanger@truman.edu>
14704
14705 * calc/calc.el (calc-display-raw): Fix docstring.
14706
14707 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14708
14709 * simple.el (blink-matching-open): Strip extra info from syntax.
14710
14711 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14712 funny chars in the end-of-here-doc marker.
14713
14714 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14715
14716 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14717 that enable/disabled state of breakpoints is shown correctly in
14718 fringe and on ttys.
14719 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14720 Add breakpoint information as text properties.
14721 (gdb-mouse-toggle-breakpoint):
14722 Rename to gdb-mouse-set-clear-breakpoint.
14723 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
14724 breakpoints in the margin.
14725 (gdb-remove-strings): Simplify.
14726
14727 2005-01-17 Jay Belanger <belanger@truman.edu>
14728
14729 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14730 erasing buffer.
14731
14732 2005-01-17 Richard M. Stallman <rms@gnu.org>
14733
14734 * progmodes/grep.el (grep-find): Copy from `grep' the condition
14735 for calling grep-compute-defaults.
14736
14737 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14738 if buffer is empty.
14739
14740 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14741
14742 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
14743
14744 * hilit-chg.el (highlight-changes-mode): Don't autoload.
14745
14746 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14747 non-preloaded variables.
14748
14749 2005-01-17 Steven Tamm <steventamm@mac.com>
14750
14751 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14752 tex-shell cause to force interactivity when using pipes.
14753
14754 2005-01-17 Kim F. Storm <storm@cua.dk>
14755
14756 * simple.el (just-one-space): Make arg optional.
14757
14758 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
14759
14760 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14761 posn-at-x-y to t to access left-margin.
14762
14763 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
14764
14765 Sync with Tramp 2.0.47.
14766
14767 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14768 catching keep-date problems in cp/scp operations.
14769 (tramp-handle-copy-file): Don't call `set-file-modes'
14770 unconditionally. Specialized functions should know better what is
14771 necessary. This improves performance a little bit, and the
14772 functions could catch errors with `cp -p' and `scp -p'.
14773 (tramp-do-copy-or-rename-file-via-buffer)
14774 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14775 when appropriate.
14776 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14777 Call `set-file-modes' when appropriate.
14778 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
14779 Johnsson <isak@hypergene.com>
14780 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14781 of both Tramp buffer and debug buffer. Reported by Joakim Verona
14782 <joakim@verona.se>
14783 (tramp-file-name-for-operation): Mark `shell-command' as magic for
14784 Emacs only.
14785
14786 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
14787 `find-file-hooks' and `dired-mode-hook'.
14788 (tramp-minor-mode-map): Respective map. Add remapping for
14789 `compile' and `recompile'.
14790 (tramp-remap-command, tramp-recompile): New defuns.
14791 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14792 in buffer "*Compilation*". Call the commands asynchronously.
14793
14794 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14795 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14796 `shell-command', because it isn't magic in XEmacs. Reported by
14797 Adrian Aichner <adrian@xemacs.org>.
14798
14799 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14800 `substitute-in-file-name.
14801 (tramp-smb-handle-substitute-in-file-name): New defun.
14802 (tramp-smb-advice-PC-do-completion): Delete advice.
14803
14804 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
14805
14806 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14807 Fix error in deleting region.
14808
14809 2005-01-15 Richard M. Stallman <rms@gnu.org>
14810
14811 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14812 In non-temp buffer, switch syntax table temporarily.
14813
14814 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14815
14816 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14817
14818 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14819
14820 * imenu.el (imenu--split-menu): Copy menulist before sorting.
14821 (imenu--generic-function): Use START, not BEG, as pos of definition.
14822
14823 * simple.el (just-one-space): Argument specifies number of spaces.
14824
14825 * simple.el (eval-expression-print-format): Avoid warning
14826 about edebug-active.
14827
14828 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
14829
14830 * progmodes/sh-script.el: Code copied from make-mode.el
14831 with small changes,
14832 (sh-mode-map): Bind C-c C-\.
14833 (sh-backslash-column, sh-backslash-align): New variables.
14834 (sh-backslash-region, sh-append-backslash): New functions.
14835
14836 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
14837
14838 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14839 (rmail-pop-password, rmail-pop-password-required): Move to
14840 rmail-obsolete group.
14841 (rmail-set-pop-password): Rename to rmail-set-remote-password.
14842 All callers updated.
14843 (rmail-get-pop-password): Rename to rmail-get-remote-password.
14844 Take an argument specifying whether it is POP or IMAP mailbox we
14845 are using. All callers updated.
14846 (rmail-pop-password-error): Rename to
14847 rmail-remote-password-error. Added mailutils-specific error message.
14848 (rmail-movemail-search-path)
14849 (rmail-movemail-variant-in-use): New variables.
14850 (rmail-remote-password, rmail-remote-password-required):
14851 New customization variables.
14852 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14853 (rmail-parse-url): New function.
14854 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14855 with GNU mailutils movemail.
14856
14857 2005-01-15 Kevin Ryde <user42@zip.com.au>
14858
14859 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14860 suffix to space, $ or '$, to correctly position point when going
14861 to @table style constants like DBL_MAX.
14862
14863 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
14864
14865 * type-break.el (type-break-mode, type-break-file-time)
14866 (type-break-file-keystroke-count, type-break-choose-file):
14867 Don't store data in or load data from the file if type-break-file-name
14868 is nil.
14869 (type-break-file-name): Doc update as per the above.
14870
14871 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
14872
14873 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14874 lookup-key might return nil; handle that.
14875
14876 2005-01-15 Alan Mackenzie <acm@muc.de>
14877
14878 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14879 rather than the element found, thus enabling the tree to be setcar'd.
14880
14881 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14882
14883 * textmodes/org.el (org-show-following-heading): New option.
14884 (org-show-hierarchy-above): Use `org-show-following-heading'.
14885 (org-cycle): Documentation fix.
14886
14887 * textmodes/org.el (orgtbl-optimized): New option
14888 (orgtbl-mode): New command, a minor mode.
14889 (orgtbl-mode-map): New variable.
14890 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
14891 (orgtbl-error, orgtbl-self-insert-command)
14892 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
14893
14894 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
14895 a local variable in each org-mode buffer.
14896
14897 * textmodes/org.el (org-set-regexps-and-options): Rename from
14898 `org-set-regexps'. Added checking for STARTUP keyword.
14899 (org-get-current-options): Add STARTUP options.
14900 (org-table-insert-row): Make mode intelligent about when
14901 realignment is needed.
14902 (org-self-insert-command, org-delete-backward-char, org-delete-char):
14903 New commands.
14904 (org-enable-table-editor): New default value `optimized'.
14905 (org-table-blank-field): Support blanking regions if active.
14906
14907 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14908
14909 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
14910 if the year is not given.
14911
14912 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
14913 Add new escapes %m and %M, fixed bug with %F by adding
14914 save-match-data.
14915 (reftex-reference): Remove ?. from list of spaces.
14916 (reftex-label-info): Add automatic label prefix recognition.
14917
14918 * textmodes/reftex-index.el (reftex-index-next-phrase):
14919 Add slave parameter to call of `reftex-index-this-phrase'.
14920 (reftex-index-this-phrase): New optional argument.
14921 (reftex-index-region-phrases): Add slave parameter to call of
14922 `reftex-index-this-phrase'.
14923 (reftex-display-index): New argument redo.
14924 (reftex-index-rescan): Add 'redo to arguments of
14925 `reftex-display-index'.
14926 (reftex-index-Rescan, reftex-index-revert)
14927 (reftex-index-switch-index-tag): Add 'redo to arguments of
14928 `reftex-display-index'.
14929 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
14930 indexing. Fix bug with matching is there is a quote before or
14931 after the word.
14932
14933 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
14934 Fix bug when collecting citation keys in lines with comments.
14935 (reftex-citation): Prefix argument no longer rescans the document,
14936 but forces prompting for optional arguments of cite macros.
14937 (reftex-do-citation): Prompting for optional arguments implemented.
14938
14939 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14940 Add optional arguments to most cite commands.
14941 (reftex-cite-cleanup-optional-args): New option
14942 (reftex-cite-prompt-optional-args): New option.
14943 (reftex-trust-label-prefix): New option.
14944
14945 * textmodes/reftex-toc.el (reftex-toc-find-section):
14946 Add push-mark before changing the position in the buffer.
14947
14948 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
14949 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
14950
14951 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
14952
14953 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
14954 more carefully.
14955
14956 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14957
14958 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
14959 (sgml-mode): Use it.
14960 (sgml-get-context): Better keep track of implicitly closed tags.
14961
14962 2005-01-13 Kenichi Handa <handa@m17n.org>
14963
14964 * textmodes/ispell.el: These changes are to fix misalignment error
14965 caused by equivalent characters of different Emacs charsets.
14966 (ispell-unified-chars-table): New variable.
14967 (ispell-get-decoded-string): New function.
14968 (ispell-get-casechars, ispell-get-not-casechars)
14969 (ispell-get-otherchars): Call ispell-get-decoded-string.
14970
14971 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14972
14973 * custom.el (custom-declare-variable): Just put symbol instead
14974 of (defvar . symbol) in `current-load-list'.
14975
14976 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14977
14978 * emacs-lisp/elint.el: Fixed typo in Commentary section.
14979
14980 2005-01-12 Jay Belanger <belanger@truman.edu>
14981
14982 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
14983 to create a Calc summary.
14984
14985 2005-01-12 Kim F. Storm <storm@cua.dk>
14986
14987 * mouse.el (mouse-on-link-p): Change functionality and doc
14988 string to comply with latest description in lisp ref.
14989
14990 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
14991
14992 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
14993 Enable mouse clicks on mode-line, header-line and margin.
14994 (event-type): Give mouse event symbols an 'event-kind property
14995 with value 'mouse-click.
14996
14997 2005-01-12 Juri Linkov <juri@jurta.org>
14998
14999 * facemenu.el (list-colors-display): Add new arg buffer-name.
15000 Use it. Fix docstring. Replace code for identifying duplicate
15001 colors by the name with call to `list-colors-duplicates' which
15002 identifies duplicate colors by the value unless the color
15003 is one of special Windows colors. Set truncate-lines to t.
15004 Print sorted duplicate color names on each line. Indent to 22
15005 \(the longest color name in rgb.txt) instead of 20. Optimize.
15006 (list-colors-duplicates): New function.
15007 (facemenu-color-name-equal): Delete function.
15008
15009 * facemenu.el (list-colors-print): New function created from code
15010 in list-colors-display. Print #RRGGBB at the window right edge.
15011 (list-colors-display): When temp-buffer-show-function is not
15012 defined, call list-colors-print from temp-buffer-show-hook
15013 to get the right value of window-width in list-colors-print
15014 after the buffer is displayed.
15015
15016 * simple.el (pop-mark): Move deactivate-mark out of conditional
15017 part to deactivate the active mark regardless of the state of the
15018 mark ring.
15019
15020 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15021 variables line in desktop files.
15022
15023 2005-01-12 Juri Linkov <juri@jurta.org>
15024
15025 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15026 Bring together isearch highlight related options.
15027 (lazy-highlight): Replace group `replace' by `matching'.
15028 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15029 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15030 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15031 and declare them obsolete.
15032 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15033 (isearch-faces): Remove defgroup.
15034 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15035 Move isearch highlighting code closer to lazy highlighting code.
15036
15037 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15038 (query-replace-highlight, query-replace-lazy-highlight)
15039 (query-replace): Move definitions to the beginning of the file.
15040
15041 2005-01-11 Juri Linkov <juri@jurta.org>
15042
15043 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15044 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15045 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15046
15047 * info.el (Info-history-forward): New variable.
15048 (Info-select-node): Reset Info-history-forward to nil.
15049 (Info-last): Turn into defalias.
15050 (Info-history-back): Rename from Info-last.
15051 Add current node to Info-history-forward.
15052 (Info-history-forward): New fun.
15053 (Info-mode-map): Replace Info-last by Info-history-back.
15054 Bind Info-history-forward to "r".
15055 (Info-mode-menu): Replace Info-last by Info-history-back.
15056 Fix menu item text. Add menu item for Info-history-forward.
15057 (info-tool-bar-map): Replace Info-last by Info-history-back.
15058 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15059 for Info-history-forward.
15060 (Info-mode): Replace Info-last by Info-history-back in docstring.
15061 Add local variable Info-history-forward.
15062 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15063
15064 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15065
15066 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15067 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15068 Ignore select-window events rather than fiddle with
15069 mouse-autoselect-window.
15070
15071 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15072
15073 * type-break.el (type-break-mode): Fix previous change.
15074
15075 2005-01-10 Jay Belanger <belanger@truman.edu>
15076
15077 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15078 calculator; only reset when point is inside a calculator.
15079 Don't adjust the window height if the window takes up the whole height
15080 of the frame.
15081
15082 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15083
15084 * ebuff-menu.el (Electric-buffer-menu-mode):
15085 Preserve value of buffer-local var header-line-format.
15086
15087 2005-01-09 Jay Belanger <belanger@truman.edu>
15088
15089 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15090 Make sure settings file exists before accessing it.
15091
15092 * calc/calc-embed.el (calc-embedded-subst):
15093 Replace math-multi-subst-rec, which is only supposed to be called
15094 by math-multi-subst, by math-multi-subst.
15095
15096 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15097
15098 * vc.el (vc-allow-async-revert): New user option.
15099 (vc-disable-async-diff): New internal variable.
15100 (vc-revert-buffer): Use them to disable asynchronous diff.
15101
15102 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15103 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15104 asynchronously if vc-disable-async-diff is t.
15105
15106 2005-01-09 Jay Belanger <belanger@truman.edu>
15107
15108 * calc/calc.el (defcalcmodevar): New macro.
15109 (calc-mode-var-list-restore-default-values)
15110 (calc-mode-var-list-restore-saved-values): New functions.
15111 (calc-mode-var-list): Use defcalcmodevar to define it.
15112 (calc-always-load-extensions, calc-line-numbering)
15113 (calc-line-breaking, calc-display-just, calc-display-origin)
15114 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15115 (calc-group-char, calc-point-char, calc-frac-format)
15116 (calc-prefer-frac, calc-hms-format, calc-date-format)
15117 (calc-float-format, calc-full-float-format, calc-complex-format)
15118 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15119 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15120 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15121 (calc-matrix-brackets, calc-language, calc-language-option)
15122 (calc-left-label, calc-right-label, calc-word-size)
15123 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15124 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15125 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15126 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15127 (calc-window-height, calc-display-trail, calc-show-selections)
15128 (calc-use-selections, calc-assoc-selections)
15129 (calc-display-working-message, calc-auto-why, calc-timing)
15130 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15131 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15132 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15133 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15134 (calc-gnuplot-geometry, calc-graph-default-resolution)
15135 (calc-graph-default-resolution-3d, calc-invocation-macro)
15136 (calc-show-banner): Use defcalcmodevar to declare them and set
15137 their default values.
15138
15139 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15140 instead of default values (but restore default values if there is
15141 an argument of 0).
15142
15143 2005-01-09 David Kastrup <dak@gnu.org>
15144
15145 * desktop.el (desktop-restore-eager): Fix typo in type.
15146
15147 2005-01-08 Richard M. Stallman <rms@gnu.org>
15148
15149 * cus-edit.el (customize): Delete :link.
15150
15151 2005-01-08 Jay Belanger <belanger@truman.edu>
15152
15153 * calc/calc.el (calc-mode): Remove the extension from the
15154 `calc-settings-file' file name when loading it.
15155
15156 2005-01-08 Kim F. Storm <storm@cua.dk>
15157
15158 * info.el (Info-mode-map, Info-next-link-keymap)
15159 (Info-prev-link-keymap, Info-up-link-keymap):
15160 Map follow-link to mouse-face.
15161 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15162
15163 2005-01-08 Jay Belanger <belanger@truman.edu>
15164
15165 * calc/calc.el (calc-settings-file): Change default value.
15166 Suggested by cgw in a comment in calc-mode.el.
15167
15168 * calc/calc-mode.el (calc-settings-file-name):
15169 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15170 Replace ~/.emacs in a prompt by calc-settings-file.
15171
15172 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15173
15174 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15175 (desktop-lazy-idle-delay): New customizable variables.
15176 (desktop-buffer-args-list): New variable.
15177 (desktop-append-buffer-args): New function.
15178 (desktop-save): Call desktop-append-buffer-args for some buffers.
15179 (desktop-lazy-create-buffer): New function.
15180 (desktop-idle-create-buffers): New function.
15181 (desktop-read): Add message about buffers to restore lazily.
15182 (desktop-lazy-abort): New command.
15183 (desktop-clear): Call desktop-lazy-abort.
15184 (desktop-lazy-complete): New command.
15185
15186 2005-01-06 Richard M. Stallman <rms@gnu.org>
15187
15188 * emacs-lisp/find-func.el (find-face-definition):
15189 Rename from find-face.
15190
15191 2005-01-06 Kim F. Storm <storm@cua.dk>
15192
15193 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15194
15195 * man.el (Man-xref-man-page, Man-xref-header-file)
15196 (Man-xref-normal-file): Add follow-link property.
15197
15198 2005-01-06 Jay Belanger <belanger@truman.edu>
15199
15200 * calc/calc-units.el: Make sure the proper macro definitions are
15201 available when compiling.
15202
15203 2005-01-06 Juri Linkov <juri@jurta.org>
15204
15205 * isearch.el (isearch-lazy-highlight-update):
15206 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15207
15208 2005-01-06 Miles Bader <miles@gnu.org>
15209
15210 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15211 (isearch-lazy-highlight-face): Use new name.
15212
15213 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15214
15215 * uniquify.el (uniquify-rationalize-file-buffer-names):
15216 Re-add an interactive spec.
15217 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15218 to the same name.
15219
15220 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15221 (isearch-update, isearch-done): Adjust calls accordingly.
15222
15223 2005-01-05 Richard M. Stallman <rms@gnu.org>
15224
15225 * custom.el (custom-set-variables, custom-theme-set-variables):
15226 Clarify documentation.
15227
15228 * emacs-lisp/find-func.el (find-variable)
15229 (find-variable-other-window, find-variable-other-frame):
15230 Fix the TYPE args to find-function-read and find-function-do-it.
15231 (find-function): Doc fix.
15232 (find-function-at-point): Replace function-at-point alias.
15233
15234 2005-01-04 Richard M. Stallman <rms@gnu.org>
15235
15236 * cus-face.el (custom-declare-face):
15237 Record defface in current-load-list.
15238
15239 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15240
15241 * emacs-lisp/find-func.el: Doc fixes.
15242 (find-face-regexp): New variable.
15243 (find-function-regexp-alist): New variable.
15244 (find-function-C-source): Third arg is now TYPE.
15245 (find-function-search-for-symbol): Handle general TYPE.
15246 (find-function-read, find-function-do-it): Handle general TYPE.
15247 (find-definition-noselect, find-face): New functions.
15248 (function-at-point): Alias deleted.
15249
15250 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15251
15252 * battery.el (display-battery-mode): Rename from display-battery.
15253 Handle the case where it gets turned off.
15254
15255 2005-01-04 Richard M. Stallman <rms@gnu.org>
15256
15257 * cus-edit.el (customize): Make :link point to user doc.
15258
15259 * man.el (Man-fontify-manpage): Turn off undo generation.
15260
15261 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15262
15263 2005-01-04 Andreas Schwab <schwab@suse.de>
15264
15265 * files.el (insert-directory): Only look for error lines in
15266 inserted text. Don't move too far after processing --dired markers.
15267
15268 2005-01-04 Richard M. Stallman <rms@gnu.org>
15269
15270 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15271 Don't expand if the character is @, period, dash, etc.
15272 (define-mail-abbrev): Quote names that contain problem characters.
15273
15274 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15275
15276 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15277
15278 2005-01-03 Richard M. Stallman <rms@gnu.org>
15279
15280 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15281 (query-replace-highlight, query-replace-lazy-highlight)
15282 (query-replace): Definitions moved up. Doc fix.
15283
15284 2005-01-03 Richard M. Stallman <rms@gnu.org>
15285
15286 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15287 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15288 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15289 (lazy-highlight-face): Rename from isearch-lazy-...
15290 Change all references to them.
15291
15292 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15293
15294 * cus-edit.el (custom-file): Doc fix for defcustom.
15295 (custom-file): The function no longer sets the variable
15296 `custom-file' to its return value.
15297
15298 * startup.el (command-line): No longer load `custom-file'.
15299
15300 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15301
15302 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15303
15304 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15305 Don't confuse module-prefixed identifiers for labels.
15306 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15307
15308 2005-01-02 Richard M. Stallman <rms@gnu.org>
15309
15310 * files.el (basic-save-buffer-1): Fix previous change.
15311
15312 * loadhist.el (file-loadhist-lookup): New function.
15313 (file-provides, file-requires): Use it.
15314
15315 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15316 instead of calculating the right size.
15317
15318 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15319
15320 * vc-svn.el (vc-svn-diff): Stay local if possible.
15321
15322 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15323
15324 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15325
15326 * files.el (hack-local-variables): Fix last change.
15327
15328 2005-01-02 Jay Belanger <belanger@truman.edu>
15329
15330 * calc/calc-yank.el (calc-edit-top): New variable.
15331 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15332 object. Change header properties.
15333 (calc-edit-finish, calc-edit-finish-stack-object)
15334 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15335 edited object.
15336 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15337 for the beginning of the edited object.
15338 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15339 for the beginning of the edited object.
15340 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15341 (calc-finish-formula-edit, calc-macro-repeats)
15342 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15343 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15344 beginning of the edited object.
15345 (calc-user-define-edit): Change the header for editing macros.
15346 Remove unnecessary variable.
15347
15348 2005-01-01 Jay Belanger <belanger@truman.edu>
15349
15350 * calc/calc-yank.el (calc-edit-mode): Change default header.
15351 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15352 * calc/calc-store.el (calc-edit-variable): Change title to match new
15353 header.
15354 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15355 mode to match new header.
15356 (calc-user-define-edit): Change titles to include names of commands.
15357 (calc-finish-formula-edit): Adjust to handle new header.
15358 (calc-finish-macro-edit): Remove.
15359 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15360 (calc-edit-macro-command, calc-edit-macro-command-type)
15361 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15362 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15363 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15364 (calc-edit-macro-finish-edit): New functions.
15365 (calc-user-define-edit): Use new functions to edit named calc macros.
15366
15367 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15368
15369 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15370
15371 * ses.el (copy-region-as-kill): Deactivate mark.
15372
15373 2005-01-01 Richard M. Stallman <rms@gnu.org>
15374
15375 * replace.el (occur-1): If the output buffer is also an input,
15376 don't kill it, rename it.
15377
15378 * faces.el (set-face-background, set-face-foreground): Doc fix.
15379
15380 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15381 for :foreground and :background.
15382
15383 * dired.el (dired-view-command-alist): Variable deleted.
15384 (dired-view-file, dired-mouse-find-file-other-window):
15385 Delete the code to use it.
15386
15387 2005-01-01 Kim F. Storm <storm@cua.dk>
15388
15389 * image.el (insert-sliced-image): Use t for line-height property.
15390
15391 See ChangeLog.11 for earlier changes.
15392
15393 ;; Local Variables:
15394 ;; coding: iso-2022-7bit
15395 ;; End:
15396
15397 Copyright (C) 2005 Free Software Foundation, Inc.
15398 Copying and distribution of this file, with or without modification,
15399 are permitted provided the copyright notice and this notice are preserved.
15400
15401 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1