(comint-insert-input): Use `posn-set-point' instead of
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-17 John Paul Wallington <jpw@pobox.com>
2
3 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4 Use `posn-set-point' instead of `mouse-set-point' because the
5 latter is not fbound when configured without X.
6
7 * comint.el (comint-insert-input): Likewise.
8
9 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10
11 * simple.el (hard-newline): New variable.
12 (sendmail-user-agent-compose, next-line): Use it.
13
14 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
15 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
16 (mail-mail-reply-to, mail-mail-followup-to)
17 (mail-position-on-field, mail-signature, mail-yank-original)
18 (mail-attach-file): Likewise.
19
20 * mail/mailheader.el (mail-header-format)
21 (mail-header-format-function): Likewise.
22
23 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
24
25 2005-11-17 Juri Linkov <juri@jurta.org>
26
27 * font-lock.el (font-lock-faces): Rename this defgroup from
28 `font-lock-highlighting-faces'.
29 (font-lock-comment-face, font-lock-comment-delimiter-face)
30 (font-lock-string-face, font-lock-doc-face)
31 (font-lock-keyword-face, font-lock-builtin-face)
32 (font-lock-function-name-face, font-lock-variable-name-face)
33 (font-lock-type-face, font-lock-constant-face)
34 (font-lock-warning-face, font-lock-negation-char-face)
35 (font-lock-preprocessor-face)
36 (font-lock-regexp-grouping-backslash)
37 (font-lock-regexp-grouping-construct): Rename :group from
38 `font-lock-highlighting-faces' to `font-lock-faces'.
39
40 * cus-edit.el (lisp, c, tex):
41 * progmodes/ada-mode.el (ada):
42 * progmodes/asm-mode.el (asm):
43 * progmodes/cperl-mode.el (cperl-faces):
44 * progmodes/cpp.el (cpp):
45 * progmodes/dcl-mode.el (dcl):
46 * progmodes/f90.el (f90):
47 * progmodes/fortran.el (fortran):
48 * progmodes/icon.el (icon):
49 * progmodes/idlwave.el (idlwave-misc):
50 * progmodes/m4-mode.el (m4):
51 * progmodes/make-mode.el (makefile):
52 * progmodes/meta-mode.el (meta-font):
53 * progmodes/modula2.el (modula2):
54 * progmodes/octave-mod.el (octave):
55 * progmodes/pascal.el (pascal):
56 * progmodes/perl-mode.el (perl):
57 * progmodes/prolog.el (prolog):
58 * progmodes/ps-mode.el (PostScript-edit):
59 * progmodes/scheme.el (scheme):
60 * progmodes/sh-script.el (sh-script):
61 * progmodes/simula.el (simula):
62 * progmodes/tcl.el (tcl):
63 * textmodes/nroff-mode.el (nroff):
64 * textmodes/reftex-vars.el (reftex-fontification-configurations):
65 * textmodes/sgml-mode.el (sgml):
66 * textmodes/texinfo.el (texinfo):
67 Add :link (custom-group-link font-lock-faces) to defgroup.
68
69 * hi-lock.el (hi-lock): Rename this defgroup from
70 `hi-lock-interactive-text-highlighting'. Change parent group from
71 `faces' to `font-lock'. Add link to the manual.
72 (hi-lock-mode, hi-lock-file-patterns-range)
73 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
74 `hi-lock-interactive-text-highlighting' to `hi-lock'.
75 (hi-lock-faces): Add :group `faces'.
76
77 * cus-edit.el (custom-variable-prompt): Clarify the code.
78
79 * faces.el (face-read-string): Set the default value arg of
80 completing-read.
81
82 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
83
84 * rfn-eshadow.el (file-name-shadow-properties)
85 (file-name-shadow-tty-properties, file-name-shadow-mode): Remove
86 autoloads, because the file is now preloaded.
87
88 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * printing.el (easy-menu-intern): Don't define.
91 (pr-get-symbol): Use easy-menu-intern only if defined.
92
93 * simple.el (blink-matching-open): Simplify a bit.
94 (completion-setup-function): Fix the case of partial-completion-mode
95 when the minibuffer's contents start with "-".
96 Obey completion-base-size-function even when
97 minibuffer-completing-file-name is non-nil.
98
99 2005-11-16 Richard M. Stallman <rms@gnu.org>
100
101 * net/eudcb-ph.el (eudc-ph-open-session):
102 Use set-process-query-on-exit-flag.
103
104 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
105
106 * international/ucs-tables.el (ucs-set-table-for-input):
107 Use make-local-variable, not make-variable-buffer-local.
108
109 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
110 Improve warning message text.
111
112 * savehist.el (savehist-save-hook): Add :group.
113
114 * menu-bar.el (menu-bar-help-menu):
115 Rename Find Extra Packages to External Packages.
116
117 * cus-edit.el (Custom-reset-standard): Verify that
118 :custom-standard-value prop exists before calling it.
119
120 * apropos.el (apropos-calc-scores): Use apropos-pattern.
121
122 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
123
124 * wid-edit.el (color): Enclose %t in %{...%}.
125
126 * cus-edit.el (face): Enclose %t in %{...%}.
127
128 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
129
130 * savehist.el (savehist-mode-hook): Re-add the var.
131 (savehist-mode): Use it.
132
133 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * textmodes/flyspell.el: Fix commenting convention.
136 Remove unnecessary leading * in custom docstrings.
137 (flyspell-emacs): Remove unused var.
138 (flyspell-delete-region-overlays): Use remove-overlays.
139 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
140 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
141 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
142 (flyspell-debug-signal-word-checked): Use with-current-buffer.
143 (make-flyspell-overlay): Don't locally reuse a global name.
144 (flyspell-highlight-incorrect-region)
145 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
146 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
147 (flyspell-notify-misspell): Remove unused args `start' and `end'.
148 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
149 Wrap calls to accept-process-output inside with-local-quit since it's
150 often called from a post-command-hook.
151 (flyspell-correct-word, flyspell-auto-correct-word):
152 Use ispell-send-string.
153 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
154
155 * calendar/diary-lib.el (diary-list-entries): Also hide the
156 terminating newline.
157
158 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
159
160 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
161 window-system, to allow fonts on tty.
162
163 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
164
165 * progmodes/gud.el (gud-speedbar-item-info): New function.
166 (gud-install-speedbar-variables): Use it to display data types
167 of watch expression as tooltips in speedbar.
168
169 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
170
171 * font-core.el (global-font-lock-mode): Add :version keyword,
172 because default was changed.
173
174 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
175
176 * startup.el (command-line): Use `custom-reevaluate-setting' for
177 `file-name-shadow-mode'.
178
179 * loadup.el: Preload rfn-eshadow.
180
181 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
182 Add :version keyword.
183 (file-name-shadow-properties, file-name-shadow-tty-properties)
184 (file-name-shadow): Add :version keyword.
185
186 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
187 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
188 in the custom-group property of the symbol frames and the fringe
189 group got no link to its parent group frames.
190 Doc fix.
191
192 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
193
194 * progmodes/gud.el (gud-stop-subjob): New function.
195 (gud-menu-map, gud-tool-bar-map): Use it.
196
197 2005-11-16 Kim F. Storm <storm@cua.dk>
198
199 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
200 than kill it.
201 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
202 to a more useful/logical place.
203
204 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
205
206 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
207 go buttons complementary.
208
209 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
212 (rfn-eshadow-sifn-equal): New function.
213 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
214
215 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
216
217 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
218 string.
219
220 * viper.el (viper-emacs-state-mode-list): Ensure that
221 rcirc-mode buffers come up in Emacs state.
222
223 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
224 operation.
225
226 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
227
228 * term.el (term-termcap-format): Fix typos.
229 (term-down): Fix the negative argument case.
230
231 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
232
233 * progmodes/gdb-ui.el: Remove face-alias left over from change on
234 2005-08-15.
235 (gdb-ann3): New command gud-go.
236 (menu): Accomodate gdb-mi.el.
237 (gdb-assembler-custom): Make buffer of selected window current
238 so that set-window-point works.
239
240 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
241 buttons and include new ones.
242
243 2005-11-16 Kim F. Storm <storm@cua.dk>
244
245 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
246 (gud-menu-map): Use it.
247
248 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
249
250 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
251 that works correctly for Custom and that does not override a user
252 who disables it.
253
254 * help-mode.el (help-make-xrefs, help-xref-on-pp)
255 (help-xref-interned, help-follow): Make hyperlinks for variables
256 that are unbound, but have a non-nil variable-documentation property.
257
258 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
259 mode hook. (It conflicted with defcustoms for some mode hooks.)
260 Use the `variable-documentation' property to give the mode hook a
261 docstring and expand that docstring.
262
263 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
264
265 * savehist.el (savehist-mode): Don't bother with
266 `custom-set-minor-mode'.
267 (savehist-coding-system): Check XEmacs version.
268 (history-length): Declare also at run time.
269 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
270 Don't set the customize state.
271 (savehist-minibuffer-hook): Special case for when
272 minibuffer-history-variable is equal to t.
273
274 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * files.el (write-file): Refresh VC status.
277
278 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
279 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
280 than fundamental-mode to see if the mode was set.
281
282 2005-11-14 Romain Francoise <romain@orebokech.com>
283
284 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
285 dummy function in `eval-when-compile' to avoid compiler warning.
286 Require `man' at compile time.
287
288 2005-11-14 Jay Belanger <belanger@truman.edu>
289
290 * calc-alg.el (calcFunc-write-out-power): Rename it to
291 calcFunc-powerexpand.
292 (math-write-out-power): Rename it to math-powerexpand; have it
293 handle negative exponents.
294 (calc-writeoutpower): Rename it to calc-powerexpand.
295
296 * calc-ext.el: Change calcFunc-writeoutpower and
297 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
298 autoloads.
299 Add calcFunc-ldiv to autoloads.
300
301 * calc-arith.el (calcFunc-ldiv): New function.
302
303 * calc.el (calc-left-divide): New function.
304
305 2005-11-14 Juri Linkov <juri@jurta.org>
306
307 * cus-edit.el (custom-variable-prompt): Set the default value arg
308 of completing-read.
309
310 * cus-dep.el (custom-make-dependencies): Reverse the list of
311 found dependencies.
312
313 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
314
315 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
316 Highlighting" entry, it is on by default now.
317 (menu-bar-options-save): Do not save global-font-lock-mode.
318
319 2005-11-13 Richard M. Stallman <rms@gnu.org>
320
321 * textmodes/flyspell.el (flyspell-large-region):
322 Call flyspell-accept-buffer-local-defs.
323
324 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
325
326 * textmodes/flyspell.el (flyspell-notify-misspell):
327 Fix misspelling of "Misspelling".
328 (flyspell-process-localwords): New function.
329 (flyspell-large-region): Call flyspell-process-localwords and
330 flyspell-delete-region-overlays.
331 (flyspell-delete-region-overlays): New function.
332 (flyspell-delete-all-overlays): Call that.
333
334 2005-11-13 Richard M. Stallman <rms@gnu.org>
335
336 * help.el (help-for-help-internal): Improve doc of C-h a.
337 (describe-key): Improve prompt; doc fix.
338
339 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * vc-svn.el (vc-svn-registered): Catch all errors.
342
343 * cus-dep.el (custom-make-dependencies): Typo.
344
345 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
346
347 * net/tramp-util.el (top): Fix compilation warning.
348
349 2005-11-13 Kim F. Storm <storm@cua.dk>
350
351 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
352
353 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
354
355 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
356 (gud-speedbar-buttons): Match on "const char *" too.
357
358 * progmodes/gdb-ui.el (gdb-var-create-handler)
359 (gdb-var-list-children-handler): Match on "const char *" too.
360 (gdb-var-evaluate-expression-handler): Match on empty string.
361 (gdb-var-update-handler): Only call
362 gdb-var-evaluate-expression-handler when required.
363
364 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
365
366 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
367 selected window. This still doesn't work for speedbar.
368 (gud-speedbar-buttons): Handle string expressions properly.
369
370 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
371 (gdb-var-create-handler): Handle string expressions properly.
372 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
373 Handle string expressions properly. Move "type" field into regexp.
374
375 2005-11-12 Karl Fogel <kfogel@red-bean.com>
376
377 * bookmark.el (bookmark-maybe-message): New function to reduce
378 code duplication: invokes `message' iff baud-rate is high enough.
379 (bookmark-write-file): Use above instead of an inline conditional.
380 (bookmark-load): Same.
381
382 2005-11-12 Karl Fogel <kfogel@red-bean.com>
383
384 * bookmark.el (bookmark-write-file): Don't visit the destination
385 file, just write the data to it using write-region. This is
386 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
387 change to avoid visiting the file in the first place.
388
389 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
390
391 * hi-lock.el (hi-lock-mode): Set the default value of
392 font-lock-defaults.
393
394 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
395
396 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
397 arg to `file-attributes'.
398 (find-lisp-format): The UID and GID can now be strings.
399
400 2005-11-12 Kim F. Storm <storm@cua.dk>
401
402 * help.el (help-map): Bind C-h d to apropos-documentation.
403
404 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
405 when point is at end-of-buffer.
406
407 * apropos.el (apropos-match-face): Doc fix.
408 (apropos-sort-by-scores): Add new choice `verbose'.
409 (apropos-documentation-sort-by-scores): New defcustom.
410 (apropos-pattern): Now contains the pattern entered by the user.
411 (apropos-pattern-quoted): New defvar.
412 (apropos-regexp): New defvar, containing the regexp corresponding
413 to apropos-pattern.
414 (apropos-all-words-regexp): Rename from apropos-all-regexp.
415 (apropos-read-pattern): New defun. Use it to read pattern arg in
416 interactive calls; returns list of words for a word list, and
417 string for a regexp.
418 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
419 parses a list of words or regexp as returned by apropos-read-pattern.
420 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
421 (apropos-score-doc): Return a very high score if the string
422 entered by the user matches literally.
423 (apropos-variable): Doc fix. Use apropos-read-pattern.
424 (apropos-command): Doc fix. Use apropos-read-pattern and
425 apropos-parse-pattern. Call apropos-print with nosubst=t.
426 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
427 apropos-parse-pattern.
428 (apropos-documentation): Doc fix. Use apropos-read-pattern and
429 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
430 apropos-documentation-sort-by-scores. Call apropos-print with
431 nosubst=t.
432 (apropos-documentation-internal): Pass doc string through
433 substitute-key-definition before adding text properties.
434 Highlight substring matching literal user input if possible.
435 (apropos-documentation-check-doc-file): Remove locals beg and end.
436 Fix calculation of score (as added twice). Pass doc string through
437 substitute-key-definition before adding text properties.
438 (apropos-documentation-check-elc-file): Pass doc string through
439 substitute-key-definition before adding text properties.
440 Highlight substring matching literal user input if possible.
441 (apropos-print): Add new arg NOSUBST; if set, command and variable
442 doc strings have already been passed through substitute-key-definition.
443 Add code to handle apropos-accumulator items without score element
444 for backwards compatibility (e.g. with woman package).
445 Only show scores if apropos-sort-by-scores is `verbose'.
446
447 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
450 Add jka-compr-load-suffixes to load-suffixes.
451
452 * jka-compr.el: Require 'jka-cmpr-hook.
453 (jka-compr-info-compress-message, jka-compr-info-compress-program)
454 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
455 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
456 (jka-compr-info-can-append, jka-compr-info-strip-extension)
457 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
458 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
459 (jka-compr-uninstall): Remove entries from
460 jka-compr-added-to-file-coding-system-alist after they are used.
461 (jka-compr-error): Remove unused var `curbuf'.
462 (jka-compr-file-local-copy): Remove unused var `notfound'.
463
464 2005-11-10 Romain Francoise <romain@orebokech.com>
465
466 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
467
468 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
469
470 * progmodes/gud.el (gud-menu-map): Move parentheses.
471 (gdb): New command gud-pv.
472
473 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * tar-mode.el: Remove spurious or unnecessary leading stars
476 in docstrings.
477 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
478 (tar-parse-octal-integer-safe): Use mapc.
479 (tar-header-block-summarize): Remove unused var `ck'.
480 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
481 cleared before. Obey default-enable-multibyte-characters.
482 Use mapconcat. Simplify setting of tar-header-offset.
483 (tar-mode-map): Move initialization inside delcaration.
484 (tar-flag-deleted): Use `abs'.
485 (tar-expunge-internal): Remove unused var `line'.
486 (tar-expunge-internal): Don't hardcode point-min==1.
487 (tar-expunge): Widen while doing set-buffer-multibyte.
488 (tar-rename-entry): Use file-name-coding-system.
489 (tar-alter-one-field): Don't hardcode point-min==1.
490 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
491 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
492
493 2005-11-10 Masatake YAMATO <jet@gyve.org>
494
495 * add-log.el (add-log-current-defun): Handle class::method
496 notation of c++. Fix incorrect comment.
497
498 2005-11-10 Alan Mackenzie <acm@muc.de>
499
500 * help-fns.el (describe-variable): Make C-h v work when a variable
501 has variable documentation yet is unbound.
502
503 2005-11-10 Masatake YAMATO <jet@gyve.org>
504
505 * man.el (Man-highlight-references): Set an empty
506 string to `Man-arguments' if it is nil.
507 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
508
509 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
512 commenting conventions.
513
514 * cus-dep.el (custom-make-dependencies): Simplify.
515 Better follow the commenting conventions.
516
517 2005-11-09 Richard M. Stallman <rms@gnu.org>
518
519 * apropos.el (apropos-pattern): Rename from apropos-regexp.
520 (apropos-orig-pattern): Rename from apropos-orig-regexp.
521 All uses changed.
522 (apropos-rewrite-regexp): Doc fix.
523 (apropos-variable, apropos-command, apropos, apropos-value):
524 Change prompt; carry through the argument renaming.
525
526 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
527
528 * find-lisp.el: Require dired.
529 (find-lisp-find-dired-internal): Do not call
530 `abbreviate-file-name' on DIR.
531
532 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
533
534 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
535
536 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
537
538 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
539 when using the speedbar.
540 (gdb): New command gud-pp.
541 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
542
543 2005-11-09 Juri Linkov <juri@jurta.org>
544
545 * replace.el (occur-excluded-properties): New defcustom.
546 (occur-1, occur-engine, occur-accumulate-lines): Use it.
547
548 2005-11-08 Jay Belanger <belanger@truman.edu>
549
550 * calc/calc-units.el (math-convert-units): Replace any composite
551 unit by its definition.
552
553 2005-11-08 Lars Hansen <larsh@soem.dk>
554
555 * emacs-lisp/autoload.el (update-directory-autoloads):
556 Add obsolete function alias.
557
558 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
561 comment-indent-function.
562 (lisp-comment-indent): Replace by an alias for comment-indent-default.
563
564 * reveal.el (reveal-post-command): Rework the handling of
565 reveal-open-spots, so as to be more reliable. There were several
566 tricky corner cases where an open spot might be lost, or where
567 a closed spot might end up on the list of open spots.
568 Only reveal text that's ellipsised.
569
570 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
571
572 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
573
574 2005-11-07 John Paul Wallington <jpw@gnu.org>
575
576 * ibuffer.el (ibuffer): Search iconified frames too when
577 getting Ibuffer buffer's window.
578
579 2005-11-06 Richard M. Stallman <rms@gnu.org>
580
581 * progmodes/compile.el (compilation-internal-error-properties):
582 save-excursion around the computation of MARKER.
583
584 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
585
586 * textmodes/flyspell.el (flyspell-external-point-words):
587 flyspell-get-word returns a list, not just a string.
588
589 2005-11-06 John Paul Wallington <jpw@pobox.com>
590
591 * ibuffer.el (ibuffer): Search all visible frames when getting
592 Ibuffer buffer's window.
593
594 2005-11-07 Masatake YAMATO <jet@gyve.org>
595
596 * man.el (Man-reference-regexp): Accept spaces between
597 `Man-name-regexp' and `Man-section-regexp'.
598 (Man-apropos-regexp): New variable.
599 (Man-abstract-xref-man-page): Use value for `Man-target-string'
600 if available.
601 (Man-highlight-references, Man-highlight-references0):
602 Handle the case when `Man-arguments' includes "-k".
603 (Man-highlight-references0): Rename the argument `TARGET-POS' to
604 `TARGET'. `TARGET' can be a number, function or nil.
605
606 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
607
608 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
609 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
610 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
611 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
612 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
613 (gdb-send-item): Use buffer-local-value and simplify.
614
615 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
616
617 * startup.el (command-line): Use `custom-reevaluate-setting' for
618 `global-font-lock-mode'.
619
620 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
621 by default, except in batch mode or when the -D option is given.
622
623 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
624 specified keyword args on to `define-minor-mode'. Update docstring.
625
626 2005-11-05 Romain Francoise <romain@orebokech.com>
627
628 * replace.el (occur-engine): Add marker at end of line, too.
629
630 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
631
632 * font-lock.el: Don't deal with font-lock-face-attributes here,
633 move the code ...
634
635 * startup.el (command-line): ... here. Use face-spec-set instead
636 of custom-declare-face.
637
638 * faces.el (face-spec-set): Reset the face if spec is not nil.
639
640 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * newcomment.el (comment-region-internal): Box more tightly in the
643 common case where there's no TAB in the boxed text.
644
645 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
646
647 * info.el (info-tool-bar-map): Use images prev-node, next-node and
648 up-node.
649
650 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
651
652 * newsticker.el: Commentary updated. Code formatting changed.
653 (newsticker-version): Change to "1.9".
654 (newsticker, newsticker-feed): Doc fix.
655 (newsticker-url-list): Doc fix. Add option "Weekly".
656 (newsticker-retrieval-interval): Add option "Weekly".
657 (newsticker-headline-processing): Doc fix.
658 (newsticker-auto-mark-filter): Remove.
659 (newsticker-auto-mark-filter-list): New.
660 (newsticker-layout, newsticker-sort-method): Doc fix.
661 (newsticker-hide-old-items-in-newsticker-buffer)
662 (newsticker-heading-format, newsticker-item-format)
663 (newsticker-desc-format): Doc fix.
664 (newsticker-show-all-rss-elements): Remove.
665 (newsticker-show-all-news-elements): New.
666 (newsticker-faces, newsticker-ticker): Doc fix.
667 (remove-from-invisibility-spec): Code formatting.
668 (newsticker--process-ids): New.
669 (newsticker-mode): Doc fix.
670 (newsticker-mode): Change mode-line-format.
671 (newsticker-start): Remove debug output.
672 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
673 (newsticker-w3m-show-inline-images): Code formatting.
674 (newsticker-next-item): Call `force-mode-line-update'.
675 (newsticker-previous-item): Call `force-mode-line-update'.
676 (newsticker-next-feed): Call `force-mode-line-update'.
677 (newsticker-previous-feed): Call `force-mode-line-update'.
678 (newsticker-mark-all-items-at-point-as-read): Code formatting.
679 (newsticker-show-old-items): Do not show descs.
680 (newsticker-hide-entry): Hide too much.
681 (newsticker-hide-entry, newsticker-show-entry)
682 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
683 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
684 (newsticker-toggle-auto-narrow-to-item): Code formatting.
685 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
686 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
687 (newsticker-get-news): Call `force-mode-line-update'.
688 Collect process ids.
689 (newsticker--sentinel): Change coding system handling.
690 Move image retrieval to new functions newsticker--get-logo-url-*.
691 Move feed parsing to new functions newsticker--parse-*.
692 Update list of process ids.
693 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
694 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
695 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
696 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
697 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
698 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
699 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
700 (newsticker--decode-coding-string): Remove.
701 (newsticker--decode-numeric-entities): Check input. Format code.
702 (newsticker--remove-whitespace): Check input.
703 (newsticker--do-forget-preformatted): Doc fix.
704 (newsticker--decode-rfc822-date): Allow for missing time.
705 (newsticker--update-process-ids): New.
706 (newsticker--image-sentinel): Change comment.
707 (newsticker--image-read): Change error message.
708 (newsticker--imenu-goto): Doc fix. Show headline title.
709 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
710 (newsticker--buffer-do-insert-text): Clean whitespace in
711 html-rendered headline title. Code formatting.
712 Call `newsticker--buffer-print-extra-elements'.
713 (newsticker--buffer-print-extra-element): Remove.
714 (newsticker--buffer-print-extra-elements): New.
715 (newsticker--buffer-do-print-extra-element): New.
716 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
717 large sizes.
718 (newsticker--run-auto-mark-filter)
719 (newsticker--do-run-auto-mark-filter):
720 Use `newsticker-auto-mark-filter-list'.
721
722 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
723
724 * net/rcirc.el: Use split-string OMIT-NULLS argument.
725 (rcirc-print): Force redisplay before running hooks. Do long
726 buffer truncation after making new text read-only. Deal with nil
727 text when decoding strings. If TARGET is nil, use either the
728 currently selected buffer, if it is an rcirc buffer and of the
729 same process or the process buffer.
730 (rcirc-mode): Remove header-line. Recompute short buffer names.
731 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
732 (rcirc-short-buffer-name): Add variable.
733 (rcirc-kill-buffer-hook): Recompute short buffer names.
734 Remove nick from private channel.
735 (rcirc-send-input): Send command text to current-buffer.
736 Don't clear overlay arrow here.
737 (rcirc-short-buffer-name): Return a short buffer name.
738 (rcirc-update-short-buffer-names, rcirc-abbreviate)
739 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
740 buffer-name abbreviations.
741 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
742 Do not touch nick-table when killing a parted channel.
743 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
744 Clear arrow from current buffer if it is now hidden.
745 (rcirc-current-buffer): Add variable.
746 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
747 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
748 Remove -face from names.
749 (rcirc-update-activity-string): Print "DND" when globally ignoring
750 activity.
751 (rcirc-ignore-buffer-activity-flag): Rename from
752 rcirc-ignore-channel-activity.
753 (rcirc-ignore-all-activity-flag): Doc fix.
754 (rcirc-channels): Remove variable.
755 (rcirc-kill-buffer-hook):
756 (rcirc-get-buffer-create): Add nick to private channel.
757 (rcirc-multiline-edit-submit): Remove tabs.
758 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
759 folded.
760 (rcirc-remove-nick-channel): Bug fix.
761 (rcirc-toggle-ignore-buffer-activity): Rename from
762 rcirc-toggle-ignore-channel-activity.
763 (rcirc-record-activity): Add buffers to the front of the list.
764 (rcirc-update-activity): Remove killed buffers from list.
765 (rcirc-process-server-response-1): Remove last argument if it is
766 null before calling handler.
767 (rcirc): Add "rcirc" defcustom prefix.
768 (rcirc-prompt): Simplify default prompt.
769 Use custom-initialize-default.
770 (rcirc-private-chats): Remove variable.
771 (rcirc-prompt): Change initialization.
772 (rcirc-version): Remove function.
773 (rcirc-id-string): Add constant.
774 (rcirc-last-buffer): Remove variable.
775 (rcirc-buffer-alist): Add variable.
776 (rcirc-connect): Update variable setup.
777 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
778 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
779 default.
780 (rcirc-handler-generic): Trigger activity.
781 (rcirc-send-message): Create the buffor of the target.
782 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
783 (rcirc-get-buffer): Just return nil if there is no matching buffer.
784 (rcirc-multiline-edit-cancel): Remove function.
785 (rcirc-set-last-buffer): Remove function.
786 (rcirc-get-any-buffer): Add function.
787 (rcirc-join-channels): Don't print /join text.
788 (rcirc-toggle-ignore-channel-activity): Add and update echo area
789 messages.
790 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
791 (rcirc-handler-NOTICE): Recognize CTCP responses.
792 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
793 constructing TOPIC string for buffers we are not JOINed.
794 (rcirc-handler-CTCP-response): Add handler.
795 (rcirc-multiline-edit-submit): Restore the window-configuration
796 before adjusting point.
797 (rcirc): Add customization group.
798 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
799 (rcirc-user-full-name, rcirc-startup-channels-alist)
800 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
801 (rcirc-ignore-all-activity-flag, rcirc-time-format)
802 (rcirc-input-ring-size, rcirc-read-only-flag)
803 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
804 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
805 Change defvar to defcustom.
806 (rcirc-update-prompt): Add optional ALL arg, which will update
807 prompts in all rcirc buffers. Regexp quote replacement text.
808 (rcirc-fill-column): Accept 'frame-width as a value.
809 (rcirc-set-changed): Add function.
810 (rcirc-next-active-buffer): Write more meaningful messages.
811 (rcirc-faces): Add customization group.
812 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
813 (rcirc-nick-in-message-face, rcirc-prompt-face)
814 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
815 (with-rcirc-process-buffer): Move before first usage.
816 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
817 (rcirc-debug-flag): Rename from `rcirc-log-p'.
818 (rcirc-debug): Rename from `rcirc-log'.
819 (rcirc-format-response-string): Do not print '-' chars for a
820 NOTICE with no sender. Simplify output of server responses.
821
822 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
823
824 (rcirc-browse-url-map, rcirc-browse-url-at-point)
825 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
826 mouse and RET clickable.
827
828 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
829
830 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
831
832 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
833
834 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
835 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
836 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
837 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
838 argument to all these routines, so the passphrase can be managed
839 externally and passed in to the system.
840 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
841 pgg-add-passphrase-to-cache function.
842
843 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
844 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
845 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
846 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
847 argument to all these routines, so the passphrase can be managed
848 externally and passed in to the system.
849 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
850 function.
851
852 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
853
854 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
855 from goto-address-url-regexp.
856
857 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
858
859 * textmodes/org.el (org-read-date, org-goto-calendar)
860 (org-recenter-calendar, org-agenda-goto-calendar):
861 Temporarily clear 'calendar-move-hook'.
862
863 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
864
865 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
866 merging.
867
868 * ediff-util.el (ediff-previous-difference): Don't skip regions that
869 have merge clashes.
870
871 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
872
873 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
874 Undo previous change.
875
876 * startup.el (command-line): Use `custom-reevaluate-setting' for
877 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
878 tty-register-default-colors on Mac.
879
880 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
881
882 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
883 (gdb-buffer-type): Make it automatically buffer local...
884 (gdb-get-create-buffer): ...and set it accordingly.
885 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
886 actually work.
887
888 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
889
890 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
891 not red.
892
893 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
894
895 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
896 case GUD buffer is not visible.
897 (gdb-goto-breakpoint): Try to force display in source buffer.
898 (gdb-frame-gdb-buffer): Copy other similar functions.
899 (gdb-restore-windows): Don't display source if not asked for.
900 (gdb-assembler-buffer-name): Don't capitalise.
901
902 2005-11-03 Richard M. Stallman <rms@gnu.org>
903
904 * wid-edit.el (key-sequence): New widget type.
905
906 * simple.el (set-mark-command-repeat-pop): New variable.
907 (set-mark-command): Only interpret plan C-@ after a pop as a pop
908 if set-mark-command-repeat-pop is true.
909
910 * info.el (Info-fontify-node): Don't display extra "see" if there
911 already is one here.
912
913 * mouse.el: Fix special handling of DEL after dragging a region:
914 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
915 (mouse-region-delete-keys): Add [backspace].
916
917 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
918
919 * textmodes/ispell.el (ispell-command-loop): Change `i' description
920 not to assume it pertains to an affix.
921
922 * textmodes/flyspell.el (flyspell-post-command-hook):
923 Bind deactivate-mark to prevent deactivation.
924
925 2005-11-03 Lars Hansen <larsh@soem.dk>
926
927 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
928 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
929 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
930
931 2005-11-03 Romain Francoise <romain@orebokech.com>
932
933 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
934 Update copyright years.
935
936 2005-11-03 Sam Steingold <sds@gnu.org>
937
938 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
939 Use system-type instead of window-system because window-system is not
940 correctly defined during loadup.
941
942 2005-11-02 Mark A. Hershberger <mah@everybody.org>
943
944 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
945 (xml-parse-tag): Join strings separated by a comment properly.
946
947 2005-11-02 Andreas Schwab <schwab@suse.de>
948
949 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
950
951 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
954 (byte-optimize-pure-func): Quote the eval'd value.
955
956 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
957 Rename from perl-font-lock-syntactic-face-function.
958 Change the calling convention so it can be used as a font-lock MATCHER.
959 Do the parse-partial-sexp loop outselves.
960 (perl-font-lock-syntactic-keywords): Use it.
961 (perl-mode): Don't set font-lock-syntactic-face-function any more.
962
963 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
964
965 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
966 disassembly buffer too.
967 (gdb-exited): Remove overlay arrows when execution has finished.
968 (gdb-info-frames-custom, gdb-info-threads-custom)
969 (gdb-info-registers-custom): Don't add inappropriate text
970 properties if inferior is not active.
971
972 2005-11-02 Glenn Morris <rgm@gnu.org>
973
974 * progmodes/fortran.el (fortran-blink-match):
975 Use `blink-matching-delay'.
976
977 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
978
979 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
980
981 2005-11-02 Lars Hansen <larsh@soem.dk>
982
983 * net/tramp.el (tramp-action-out-of-band): Handle scp message
984 "Permission denied".
985
986 2005-11-01 Richard M. Stallman <rms@gnu.org>
987
988 * textmodes/flyspell.el (flyspell-external-point-words):
989 Pass nil to flyspell-get-word.
990
991 2005-11-02 Kim F. Storm <storm@cua.dk>
992
993 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
994 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
995
996 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
999 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1000 (calendar-mouse-print-dates): Add optional `event' argument.
1001 Update interactive-spec.
1002 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1003 Use `calendar-event-to-date' instead of `event'.
1004
1005 2005-11-02 Masatake YAMATO <jet@gyve.org>
1006
1007 * progmodes/ld-script.el (ld-script-builtins):
1008 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1009 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1010 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1011
1012 2005-11-01 Romain Francoise <romain@orebokech.com>
1013
1014 * vc-sccs.el: Update copyright year.
1015 * ezimage.el: Likewise.
1016
1017 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1018
1019 * info.el (Info-fontify-node): Use `string-width' for fontifying
1020 underlined titles.
1021
1022 2005-11-01 Juri Linkov <juri@jurta.org>
1023
1024 * info.el (Info-fontify-node): Downcase node header keywords Node,
1025 Prev, Next, Up before comparison.
1026 (Info-history): Insert absolute directory name, and put invisible
1027 property on it.
1028
1029 2005-11-01 Juri Linkov <juri@jurta.org>
1030
1031 * info.el (Info-file-supports-index-cookies): New variable.
1032 (Info-find-node-2): Check makeinfo version for index cookie support.
1033 (Info-index-nodes): Search for nodes with index cookies only when
1034 Info-file-supports-index-cookies is t. Otherwise, search nodes
1035 with "Index" in the node name.
1036 (Info-index-node): Search index cookie in the current node only when
1037 Info-file-supports-index-cookies is t. Otherwise, check the word
1038 "Index" in the node name.
1039 (Info-find-emacs-command-nodes): Remove code that searches nodes
1040 with "Index" node name in the top menu.
1041
1042 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * progmodes/scheme.el (scheme-mode-variables): Use the default
1045 comment-indent-function.
1046
1047 * faces.el (face-attribute): Handle the case where a face inherits from
1048 a non-existent face.
1049
1050 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1051 for octal and hexa output, and merge the char into the paren.
1052 (kill-new): Use push.
1053 (copy-to-buffer): Use with-current-buffer.
1054 (completion-setup-function): Move code in loop to remove redundancy.
1055 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1056 those inherited from minibuffer-local-completion-map.
1057
1058 * savehist.el (savehist-mode) <defcustom>:
1059 Use custom-set-minor-mode if available.
1060 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1061 and emit a message if applicable.
1062
1063 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1064
1065 * savehist.el: Sync up to version 19.
1066 (savehist-mode): New minor mode.
1067 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1068 (savehist-length): Remove (use history-length instead).
1069 (savehist-file-modes): Rename from savehist-modes.
1070 (savehist-save-hook, savehist-loaded): New vars.
1071 (savehist-load): Use savehist-mode. Try to smooth up transition from
1072 old format to new format.
1073 (savehist-install): Allow savehist-autosave-interval to be nil.
1074 (savehist-save): Run the new hook. Be more careful to only trim the
1075 history variables.
1076 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1077 (savehist-printable): Print into a buffer rather than char-by-char.
1078
1079 2005-11-01 John Wiegley <johnw@newartisans.com>
1080
1081 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1082 toggle-ignore keybinding (C-a). The author said it had been
1083 disabled much earlier due to a possible incompatibility, but after
1084 many months of usage I have encountered no problems (and it is a
1085 rather useful option, especially for switching to " *temp*").
1086
1087 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1088 support for OS/X's AddressBook, by calling out to the open source
1089 program "contacts" (installable through Fink).
1090
1091 * net/eudc.el (eudc-expand-inline): If the
1092 `eudc-multiple-match-handling-method' is set to `all', delete the
1093 query string before inserting the query result.
1094
1095 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1096 flag, to prevent Eshell from using the system ls when
1097 `eshell-ls-insert-directory' is in used.
1098 (eshell-ls-insert-directory): Disable font-lock in directory
1099 buffer so that Eshell's own fontification is seen. This broke
1100 recently due to changes in font-lock, so this goes back to version
1101 21 behavior.
1102
1103 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1104
1105 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1106 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1107 (gdb-many-windows): Doc fix.
1108
1109 2005-10-31 Romain Francoise <romain@orebokech.com>
1110
1111 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1112
1113 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1114
1115 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1116 that global-font-lock-mode can be enabled by default.
1117
1118 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1119 (font-lock-add-keywords, font-lock-remove-keywords)
1120 (font-lock-fontify-buffer): Remove autoload cookies.
1121
1122 * jit-lock.el (jit-lock-register): Likewise.
1123
1124 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1125
1126 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1127
1128 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1129 intact if there is no gud-comint-buffer.
1130
1131 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1132
1133 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1134 old prompt comint-prompt-read-only is t and GDB commands are
1135 issued from tool bar etc.
1136
1137 2005-10-31 Masatake YAMATO <jet@gyve.org>
1138
1139 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1140
1141 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1142
1143 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1144 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1145
1146 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1147
1148 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1149 starting at beginning of line. Fontification is messed up when
1150 `open-paren-in-column-0-is-defun-start' set to t.
1151 Reported by John Paul Wallington <jpw@pobox.com>.
1152
1153 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1154
1155 * comint.el (comint-send-input): Call `comint-update-fence' when
1156 `comint-process-echoes' and `comint-prompt-read-only' are both
1157 non-nil, to avoid leftover read-only newline.
1158
1159 2005-10-30 Richard M. Stallman <rms@gnu.org>
1160
1161 * textmodes/flyspell.el (flyspell-external-point-words):
1162 Detect when WORD can't be checked properly because
1163 flyspell-get-word finds just part of it, and move on.
1164
1165 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1166 boundarychar for Polish.
1167 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1168 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1169
1170 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1171
1172 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1173 (gdb-registers-font-lock-keywords): Delete.
1174 (gdb-registers-mode): Don't fontify.
1175 (gdb-info-registers-custom): Use text properties instead as, in
1176 future, changed register values will use font-lock-warning-face.
1177 (gdb-local-font-lock-keywords): Rename to...
1178 (gdb-locals-font-lock-keywords): ...for consistency.
1179
1180 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1181
1182 * vc.el (vc-switch-backend): Better error message if the buffer is
1183 not visiting a file under version control.
1184
1185 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1186
1187 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1188
1189 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1190 ~/.emacs.d/.emacs.
1191
1192 2005-10-29 Richard M. Stallman <rms@gnu.org>
1193
1194 * replace.el (occur-mode-mouse-goto): Always go to other window.
1195 (occur-mode-goto-occurrence): Always switch in same window.
1196
1197 * simple.el (undo): Display message at end, not at start.
1198
1199 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1200 New arg REUSE-CELL.
1201 (cancel-timer-internal): New function.
1202 (timer-event-handler): Use cancel-timer-internal,
1203 and pass the cell it returns to timer-activate...
1204
1205 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1206 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1207 (jit-lock-after-change): Test memory-full.
1208
1209 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1210
1211 * textmodes/conf-mode.el (conf-assignment-sign)
1212 (conf-assignment-regexp): Fix docstrings.
1213 (conf-mode-initialize): New function.
1214 (conf-mode): Remove optional args. Use delay-mode-hooks to
1215 recognize recursive calls.
1216 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1217 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1218 (conf-xdefaults-mode): Use define-derived-mode and
1219 conf-mode-initialize.
1220
1221 2005-10-29 Romain Francoise <romain@orebokech.com>
1222
1223 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1224
1225 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1226
1227 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1228 part of the decoded armor to find the key-identifier.
1229 (pgg-gpg-lookup-key-owner): New function to return the
1230 human-readable identifier of a key owner.
1231 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1232 key itself.
1233 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1234 the key value) if we have a key and can match it against a secret
1235 key. Also, added a note pointing out fact that the prompt only
1236 indicates the first matching key.
1237
1238 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1239 pgg-decrypt-region.
1240 (pgg-pending-timers): A new hash for tracking the passphrase cache
1241 timers, so that new ones supercede old ones.
1242 (pgg-add-passphrase-to-cache): Rename from
1243 `pgg-add-passphrase-cache' to reduce confusion (all callers
1244 changed). Modified to cancel old timers when new ones are added.
1245 (pgg-remove-passphrase-from-cache): Rename from
1246 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1247 changed). Modified to cancel old timers when their keys are
1248 removed from the cache.
1249 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1250 XEmacs, an indirection to delete-itimer.
1251 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1252 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1253 users can only check cache without risk of prompting. Correct bug in
1254 notruncate behavior.
1255 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1256 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1257 Add informative docstrings.
1258 (pgg-decrypt): Convey provided passphrase in subordinate call to
1259 pgg-decrypt-region.
1260
1261 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1262
1263 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1264 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1265 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1266 'passphrase' argument, so the passphrase can be managed externally
1267 and then passed in to the system.
1268
1269 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1270 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1271 so the passphrase cache can be used reliably with identifiers
1272 besides a pgp packet's key id.
1273
1274 * pgg-gpg.el (pgg-pgp-encrypt-region)
1275 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1276 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1277 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1278 argument to all these routines, so the passphrase can be managed
1279 externally and passed in to the system.
1280
1281 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1282 'notruncate' argument, so the passphrase cache can be used
1283 reliably with identifiers besides a pgp packet's key id.
1284
1285 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1286
1287 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1288 symmetric encryption.
1289 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1290 encrypted session key.
1291 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1292 message ask for the passphrase in a proper way.
1293
1294 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1295 New user commands for symmetric encryption.
1296
1297 2005-10-28 Bill Wohler <wohler@newt.com>
1298
1299 * help-mode.el (help-url): New button type. Calls browse-url.
1300 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1301 Similar to Info nodes: URL `url'.
1302 (help-make-xrefs): Create help-url buttons for
1303 help-xref-url-regexp matches.
1304
1305 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * tool-bar.el (tool-bar-add-item-from-menu)
1308 (tool-bar-local-item-from-menu): Fix doc strings.
1309
1310 2005-10-28 Romain Francoise <romain@orebokech.com>
1311
1312 * ldefs-boot.el: Update.
1313
1314 * subr.el (locate-library): Move from help-fns.el.
1315 * help-fns.el (locate-library): Move to subr.el.
1316
1317 2005-10-28 Richard M. Stallman <rms@gnu.org>
1318
1319 * net/tramp.el (tramp-completion-mode): defvar moved up.
1320
1321 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1322
1323 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1324
1325 * files.el (find-file-noselect): Use %d to format large file size.
1326
1327 * bindings.el (mode-line-format): Add %e.
1328
1329 * loadup.el ("facemenu"): Load unconditionally.
1330 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1331 ("x-dnd"): Load, when appropriate.
1332
1333 * startup.el (command-line): Call before-init-hook earlier.
1334 Warn about some bad characters in -u user name.
1335
1336 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1337 (flyspell-external-point-words): Error if misspelled word is not found.
1338 Set flyspell-large-region-beg at end of word.
1339
1340 2005-10-28 Andreas Schwab <schwab@suse.de>
1341
1342 * view.el (View-revert-buffer-scroll-page-forward):
1343 Use view-page-size-default.
1344
1345 2005-10-28 Juri Linkov <juri@jurta.org>
1346
1347 * international/quail.el (quail-get-current-str): Translate last
1348 raw character for deterministic input methods.
1349
1350 2005-10-27 Jay Belanger <belanger@truman.edu>
1351
1352 * calc/calc-ext.el: Add functions to autoloads.
1353 (math-identity-matrix-p, math-ident-row-p): New functions.
1354
1355 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1356 multiplication by an identity matrix; don't turn multiplication by
1357 an inverse matrix into division.
1358 (math-div-symbol-fancy): Replace division by matrices with
1359 multiplication by inverse.
1360
1361 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1362
1363 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1364 (calc-writeoutpower): New functions.
1365
1366 2005-10-27 Romain Francoise <romain@orebokech.com>
1367
1368 * replace.el (occur-engine): Include colon in mouse-face highlight.
1369
1370 * dired-x.el: Change Maintainer field.
1371
1372 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1373
1374 * longlines.el (longlines-mode): Bind after-change-functions to
1375 nil during initial decoding and final encoding.
1376
1377 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1378
1379 * term.el (term-emulate-terminal, term-handle-colors-array)
1380 (term-handle-ansi-escape): Specify the terminfo capabilities
1381 implemented.
1382
1383 2005-10-26 Richard M. Stallman <rms@gnu.org>
1384
1385 * info.el (Info-fontify-node): Fix detection of sentence-break
1386 before *Note.
1387
1388 2005-10-26 Romain Francoise <romain@orebokech.com>
1389
1390 * smerge-mode.el: Add `tools' to file keywords.
1391
1392 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1393
1394 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1395 when the fringe is not available.
1396
1397 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1398 (def-gdb-auto-update-trigger): Simplify construction.
1399 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1400 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1401 defined explicitly.
1402 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1403 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1404 defined explicitly.
1405 (gdb-info-locals-custom): Remove as it's a no-op.
1406
1407 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * longlines.el (longlines-mode): Remove narrowing before
1410 performing the initial decoding or final encoding.
1411
1412 2005-10-25 Romain Francoise <romain@orebokech.com>
1413
1414 * emacs-lisp/find-func.el (find-library-name): Also strip
1415 extension if library name ends in .el, to take advantage of
1416 `find-library-suffixes'.
1417
1418 2005-10-25 Richard M. Stallman <rms@gnu.org>
1419
1420 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1421
1422 2005-10-25 Juri Linkov <juri@jurta.org>
1423
1424 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1425 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1426
1427 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1430 (blackbox-redefine-key): Add argument `map'.
1431
1432 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1433 regions when moving the jit-lock-context-unfontify-pos boundary.
1434
1435 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1436
1437 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1438
1439 2005-10-25 Masatake YAMATO <jet@gyve.org>
1440
1441 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1442
1443 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1444
1445 * play/blackbox.el (blackbox-redefine-key): New function.
1446 (blackbox-mode-map): Use it to remap existing bindings for cursor
1447 motion instead of binding literal keys.
1448
1449 2005-10-25 Glenn Morris <rgm@gnu.org>
1450
1451 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1452 diary does not end in a newline. Do not assume a blank line at
1453 the start of the diary file.
1454
1455 2005-10-25 Kenichi Handa <handa@m17n.org>
1456
1457 * international/quail.el (quail-translate-key): If the input
1458 method is deterministic and failed to handle the last key, restart
1459 the key handling loop from an appropriate key.
1460
1461 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1462
1463 * vc.el (vc-dired-mode): Extend comment for binding of
1464 `directory-listing-before-filename-regexp'.
1465
1466 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * textmodes/texinfo.el (texinfo-mode):
1469 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1470 not to unnecessarily expose emacs-mule's internal char codes.
1471
1472 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1473
1474 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1475 Display hand pointer and help-echo on disabled icon too.
1476 (gdb-mouse-until): New function.
1477 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1478
1479 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1480
1481 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1482 with 2005-10-23 change to doctor.el.
1483
1484 * finder.el (finder-mode-map): Add follow-link binding.
1485
1486 2005-10-25 Kim F. Storm <storm@cua.dk>
1487
1488 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1489 to gdb-mouse-toggle-breakpoint-fringe.
1490 (gdb-mouse-toggle-breakpoint-margin): Rename from
1491 gdb-mouse-toggle-breakpoint. Fix doc.
1492 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1493 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1494 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1495 string properties also for fringe breakpoint bitmaps.
1496
1497 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1498
1499 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1500
1501 2005-10-25 Masatake YAMATO <jet@gyve.org>
1502
1503 * simple.el (completion-common-substring):
1504 Use `completion-common-substring' prior to `completion-base-size'.
1505
1506 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1507
1508 * savehist.el: Require CL while compiling.
1509 (savehist-history-variables): Remove.
1510 (savehist-save-minibuffer-history, savehist-additional-variables)
1511 (savehist-minibuffer-history-variables): New vars.
1512 (savehist-save): Use them.
1513 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1514 (savehist-install): New fun, extracted from savehist-load.
1515 (savehist-load): Use them.
1516
1517 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1520 a dummy doc-string-elt property.
1521 (defalias, defvaralias, define-category): Add a docstring property.
1522
1523 * image.el (defimage):
1524 * widget.el (define-widget):
1525 * custom.el (defface, defcustom): Add `doc-string' declaration.
1526
1527 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1528 (defadvice): Add `doc-string' declaration.
1529
1530 * emacs-lisp/byte-run.el (macro-declaration-function):
1531 Handle `doc-string' declarations.
1532 (define-obsolete-function-alias, define-obsolete-variable-alias):
1533 Add `doc-string' declaration.
1534
1535 2005-10-24 Kenichi Handa <handa@m17n.org>
1536
1537 * international/utf-7.el (utf-7): Add autoload cookie.
1538
1539 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1540
1541 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1542
1543 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1544 list of directories passed to batch-update-autoloads. Add "." to
1545 the list of the echoed directories.
1546
1547 * pgg-def.el:
1548 * pgg-gpg.el:
1549 * pgg-parse.el:
1550 * pgg-pgp.el:
1551 * pgg-pgp5.el:
1552 * pgg.el: Moved here from the gnus subdirectory.
1553
1554 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1555
1556 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1557 in case comint-prompt-read-only is set to t.
1558
1559 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1560 in case comint-prompt-read-only is set to t.
1561
1562 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1563
1564 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1565 Now a string.
1566 (icalendar-import-format): Handle CLASS, STATUS, URL.
1567 Rename `subject' to `summary'.
1568 (icalendar-import-format-summary): Rename from
1569 `icalendar-import-format-subject'.
1570 (icalendar-import-format-url, icalendar-import-format-status)
1571 (icalendar-import-format-class): New variables.
1572 (icalendar--rris): Take variable argument list.
1573 (icalendar--datestring-to-isodate): Remove unnecessary
1574 calendar-style check when converting dates with explicit month names.
1575 (icalendar-export-region): Change return type of conversion
1576 subroutines. Bury current buffer unless error occurred.
1577 (icalendar--convert-to-ical)
1578 (icalendar--parse-summary-and-rest): New functions.
1579 (icalendar--convert-ordinary-to-ical)
1580 (icalendar--convert-weekly-to-ical)
1581 (icalendar--convert-yearly-to-ical)
1582 (icalendar--convert-block-to-ical)
1583 (icalendar--convert-cyclic-to-ical)
1584 (icalendar--convert-anniversary-to-ical): Change return type.
1585 Strip trailing blanks from subject.
1586 (icalendar--convert-sexp-to-ical): Change return type.
1587 Strip trailing blanks from subject. Handle simple sexp
1588 entries as generated by icalendar.el.
1589 (icalendar--convert-float-to-ical)
1590 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1591 (icalendar-import-file): Doc fix.
1592 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1593 Correct call to icalendar--rris.
1594 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1595 `summary'.
1596 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1597
1598 2005-10-24 Romain Francoise <romain@orebokech.com>
1599
1600 * server.el (server-sentinel): Set query-on-exit flag to nil on
1601 new client processes (it isn't inherited from the server process).
1602
1603 * replace.el (occur-engine): Rearrange text properties.
1604
1605 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1608 case-fold-search is nil.
1609 (debug-help-follow): Use help-xref-interned directly.
1610
1611 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1612
1613 * thumbs.el (thumbs-image-type): Add .pbm.
1614
1615 2005-10-23 Richard M. Stallman <rms@gnu.org>
1616
1617 * faces.el (inhibit-face-set-after-frame-default): New variable.
1618 (set-face-attribute): Bind it.
1619 (face-set-after-frame-default): Test it.
1620
1621 * help-fns.el (describe-simplify-lib-file-name): New function.
1622 (describe-function-1, describe-variable): Use it.
1623
1624 * faces.el (describe-face): Use describe-simplify-lib-file-name.
1625
1626 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1627 Eliminate nil as possible value.
1628 (tooltip-hide-delay): Reduce internal-border-width.
1629
1630 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1631 (menu-bar-file-menu) <new-file>: Likewise.
1632
1633 * simple.el (line-move-finish): Ignore fields computing LINE-END.
1634
1635 * international/mule.el (load-with-code-conversion):
1636 Pass full file name to `eval-buffer' unless preloading.
1637
1638 * textmodes/flyspell.el (flyspell-large-region):
1639 Call ispell-check-version.
1640
1641 * textmodes/ispell.el (ispell-local-dictionary-overridden):
1642 Fix the make-variable-buffer-local call that was supposed
1643 to be for this variable.
1644 (ispell-aspell-supports-utf8): Doc fix.
1645 (ispell-find-aspell-dictionaries): Preserve elements of
1646 ispell-dictionary-alist for dictionaries that aspell doesn't report.
1647 (ispell-aspell-find-dictionary): Return nil on error.
1648
1649 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1650 (doctor-symptoms): Likewise.
1651
1652 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1653
1654 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1655
1656 * cus-edit.el (custom-button, custom-button-pressed): New vars.
1657 (custom-raised-buttons): Add :set spec.
1658 (custom-button-unraised, custom-button-pressed-unraised):
1659 New faces, so that custom-raised-buttons actually does something.
1660 (custom-mode): Use custom-button and custom-button-pressed.
1661
1662 * wid-edit.el (widget-specify-button): Don't ignore
1663 widget-mouse-face on graphic terminals.
1664 (widget-move-and-invoke): Cleanup.
1665
1666 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
1667
1668 * whitespace.el (whitespace-cleanup): Doc fix.
1669
1670 2005-10-23 Romain Francoise <romain@orebokech.com>
1671
1672 * emulation/viper.el (viper-set-hooks): Quote forms passed to
1673 `eval-after-load' to avoid evaluating their result.
1674
1675 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * files.el (directory-listing-before-filename-regexp):
1678 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
1679
1680 * dired.el (dired-move-to-filename-regexp): Remove.
1681 All occurences replaced by `directory-listing-before-filename-regexp'.
1682
1683 * dired-x.el, locate.el, vc.el:
1684 Replace `dired-move-to-filename-regexp' by
1685 `directory-listing-before-filename-regexp'. In vc.el it is
1686 overwritten locally; maybe this can be handled in files.el too.
1687
1688 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
1689 replaced by `directory-listing-before-filename-regexp'.
1690
1691 2005-10-23 Andreas Schwab <schwab@suse.de>
1692
1693 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1694 and eval-next-after-load.
1695
1696 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1697
1698 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1699 exist, create it.
1700
1701 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
1702
1703 * allout.el: Remove autoloads for mailcrypt and crypt++.
1704 Require pgg, pgg-gpg during compilation.
1705 (allout-version): Increment version number to 2.1, and use a literal
1706 rather than RCS Id.
1707 (allout-default-encryption-scheme): Remove.
1708 (allout-passphrase-verifier-handling)
1709 (allout-passphrase-verifier-string)
1710 (allout-file-passphrase-verifier-string)
1711 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1712 (allout-passphrase-hint-handling): Rename and simplify.
1713 (allout-init): Use `find-file-hook' if available, otherwise
1714 `find-file-hooks'.
1715 (allout-mode): Use `write-file-functions' if available, otherwise
1716 `local-write-file-hooks' and, instead of making auto-save-hook
1717 buffer local, make the write-file-hook activity contingent to
1718 allout-mode.
1719 (allout-mode): Use key-binding substitution in the docstring.
1720 (allout-kill-line): Spell-out kill ring data structure mutation
1721 instead of using byte-compiler-complaint-provoking `pop'.
1722 (allout-insert-listified): Use `insert' rather than `insert-string'
1723 (allout-toggle-current-subtree-encryption): Update docstring, adjust
1724 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1725 (allout-encrypt-string): Totally revamped vis new underlying
1726 encryption facilities.
1727 (allout-mc-activate-passwd): Remove.
1728 (allout-obtain-passphrase): New, more or less replaces
1729 allout-mc-activate-passwd.
1730 (allout-encrypted-key-info): More or less replaces
1731 allout-encrypted-text-type.
1732 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1733 (my-mark-marker): Use `(featurep 'xemacs)'.
1734
1735 2005-10-23 Lars Hansen <larsh@soem.dk>
1736
1737 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1738 (byte-compile-file-form-defmumble, byte-compile-defun)
1739 (byte-compile-defmacro): Use it.
1740 (byte-compile-form): Don't call byte-compile-set-symbol-position
1741 when a byte-compile handler is called.
1742
1743 2005-10-22 Romain Francoise <romain@orebokech.com>
1744
1745 * savehist.el (savehist-history-variables): Add `grep-find-history'.
1746
1747 * subr.el (eval-after-load): Convert library name to an absolute
1748 file name using locate-library, since load-history no longer has
1749 library names in it.
1750
1751 2005-10-22 Richard M. Stallman <rms@gnu.org>
1752
1753 * files.el (make-temp-file): Move from subr.el.
1754 * subr.el (make-temp-file): Move to files.el.
1755
1756 * window.el (get-buffer-window-list): Move from subr.el.
1757 * subr.el (get-buffer-window-list): Move to window.el.
1758
1759 * image.el (image-load-path): Use eval-at-startup to initialize.
1760
1761 * subr.el (eval-at-startup): New macro.
1762
1763 * subr.el: Much rearrangement of functions and division
1764 into pages. No code changes.
1765
1766 2005-10-22 Kenichi Handa <handa@m17n.org>
1767
1768 * tar-mode.el (tar-extract): Be sure to call
1769 find-operation-coding-system if set-auto-coding doesn't find a
1770 coding system.
1771
1772 2005-10-22 Kim F. Storm <storm@cua.dk>
1773
1774 * image.el (image-type-header-regexps): Rename from image-type-regexps.
1775 Change users.
1776 (image-type-file-name-regexps): New defconst.
1777 (image-type-from-data): Simplify loop.
1778 (image-type-from-buffer): New defun.
1779 (image-type-from-file-header): Use it instead of image-type-from-data.
1780 Use image-search-load-path instead of only looking in data-directory.
1781 (image-type-from-file-name): New defun.
1782 (image-search-load-path): Change `pathname' to `filename'.
1783 Make PATH arg optional, default to image-load-path.
1784
1785 2005-10-21 Richard M. Stallman <rms@gnu.org>
1786
1787 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1788
1789 * textmodes/paragraphs.el (sentence-end-base): New variable.
1790 (sentence-end): Use sentence-end-base.
1791
1792 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * font-lock.el (font-lock-default-fontify-region): Check the multiline
1795 property independently from the font-lock-multiline variable.
1796
1797 2005-10-21 Richard M. Stallman <rms@gnu.org>
1798
1799 * emacs-lisp/find-func.el (find-library-name): Doc fix.
1800
1801 * startup.el (command-line): Convert library names
1802 in `load-history' to absolute file names.
1803
1804 * subr.el (symbol-file): Doc fix.
1805
1806 * loadhist.el (file-loadhist-lookup): Call locate-library
1807 instead of find-library-name. Don't try converting
1808 abs file names to library names, since load-history no longer
1809 has library names in it.
1810 (file-dependents, file-provides, file-requires): Doc fixes.
1811
1812 2005-10-21 Juri Linkov <juri@jurta.org>
1813
1814 * progmodes/etags.el (tags-table-mode): New function.
1815 (tags-verify-table): Replace initialize-new-tags-table with
1816 tags-table-mode.
1817
1818 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1819 default value.
1820 (desktop-modes-not-to-save): Add tags-table-mode to the
1821 default value.
1822
1823 * info.el (Info-index-next): Add total number of index
1824 alternatives to the message.
1825
1826 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1827 backward only space (instead of space and period) before looking
1828 at sentence end.
1829
1830 * simple.el (set-variable): Use user-variable-p instead of symbolp.
1831 Add the old variable value as 4th default-value arg of read-string.
1832
1833 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1834
1835 * cus-face.el (custom-declare-face): Make face from X resources
1836 also on Mac.
1837
1838 * disp-table.el (standard-display-g1, standard-display-graphic):
1839 Refuse to use string glyphs also on Mac.
1840 (standard-display-european): Don't set terminal coding system also
1841 on Mac.
1842
1843 * frame.el (display-screens): Use x-display-screens also on Mac.
1844
1845 2005-10-21 Romain Francoise <romain@orebokech.com>
1846
1847 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
1848
1849 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1852 and $? into sexps.
1853
1854 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1855 warning face on open-paren-in-column-0.
1856
1857 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1858 boundary case. Fix typo.
1859 Suggested by Martin Rudalics <rudalics@gmx.at>.
1860
1861 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
1862
1863 * textmodes/org.el: (org-combined-agenda-icalendar-file)
1864 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
1865 (org-export-icalendar-this-file)
1866 (org-export-icalendar-all-agenda-files)
1867 (org-export-icalendar-combine-agenda-files): New commands.
1868 (org-export-icalendar, org-print-icalendar-entries)
1869 (org-start-icalendar-file, org-finish-icalendar-file)
1870 (org-ical-ts-to-string): New functions.
1871 (org-read-date, org-goto-calendar)
1872 (org-agenda-goto-calendar): Inhibit displaying diary entries by
1873 call to `calendar'.
1874 (orgtbl-setup): Remove the :keys arguments from the menu description.
1875 (org-after-save-iCalendar-file-hook): New variable.
1876
1877 2005-10-21 Kenichi Handa <handa@m17n.org>
1878
1879 * language/vietnamese.el (tcvn-5712): Make it an alias of
1880 vietnamese-tcvn coding-system.
1881
1882 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
1883
1884 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
1885 group id is given.
1886
1887 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * progmodes/sh-script.el (sh-escaped-line-re): New var.
1890 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
1891 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
1892 whose line is either continued or ends with a comment.
1893
1894 2005-10-20 Romain Francoise <romain@orebokech.com>
1895
1896 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
1897
1898 * replace.el (occur-engine): Add follow-link property.
1899
1900 * font-core.el (font-lock-mode): Doc fix.
1901
1902 2005-10-20 Richard M. Stallman <rms@gnu.org>
1903
1904 * net/rcirc.el: New file.
1905
1906 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
1907
1908 * term.el (term-term-name): Initialize to "eterm-color".
1909
1910 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
1911
1912 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
1913 for encryption functionality.
1914 Move allout customization subgroup from `editing' to `outlines' group.
1915 Fix commentary 'keywords' to legitimate ones.
1916 Update author info (using my current email address, obscurified).
1917 (allout-encrypt-string, allout-encryption-produce-work-buffer)
1918 (allout-encrypted-topic-p, allout-encrypted-text-type)
1919 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
1920 (allout-situate-encryption-key-verifier)
1921 (allout-get-encryption-key-verifier, allout-verify-key)
1922 (allout-next-topic-pending-encryption)
1923 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
1924 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
1925 (outline-key-verifier-handling, outline-key-hint-handling)
1926 (outline-encrypt-unencrypted-on-saves): New defcustoms.
1927 (allout-file-key-verifier-string, allout-encryption-scheme)
1928 (allout-key-verifier-string, allout-key-hint-string)
1929 (allout-after-save-decrypt): New variables.
1930 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
1931 (allout-after-saves-handler): New hook functions.
1932 (allout-post-command-business): Do allout-after-save-decrypt.
1933 (allout-enable-file-variable-adjustment): Custom var to enable
1934 mechanism for adding and adjusting settings of Emacs file variables.
1935 (allout-adjust-file-variable, allout-file-vars-section-data):
1936 New functions, implement the mechanism.
1937 (outlineify-sticky): Use the file vars mechanism.
1938 (allout-inhibit-protection, allout-during-write-cue)
1939 (allout-override-protect, allout-before-change-protect): Remove.
1940 (allout-flag-region, allout-open-topic): Adjust read-only text.
1941 (allout-open-line-not-read-only): Add to facilitate read-only
1942 text based protection.
1943 (allout-kill-line): Revise to adjust read-only text, clue the
1944 user about the inhibition.
1945 (allout-unprotected): Use unwind-protect.
1946 (allout-shift-in, allout-shift-out): Disallow manually shifting a
1947 topic deeper than the offspring depth of the previous topic -
1948 avoiding confusing "containment discontinuities".
1949 (allout-reindent-bodies): Fix retention of body relative hanging
1950 indent during promotion of collapsed bodies.
1951 (allout-open-topic): Make it easy to open new topic with same
1952 bullet as current topic - topic creation functions provided with
1953 any universal argument provokes now prompt for bullet, defaulting
1954 to the bullet of the previous topic.
1955 (allout-plain-bullets-string, allout-distinctive-bullets-string):
1956 Plain bullet alternates '.' period and ',' comma only. All other
1957 bullets are relegated to special status (but customizable).
1958 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
1959 since it actually operates w.r.t. most immediately containing
1960 entry, visible or not.
1961 (allout-hide-current-entry, allout-show-current-entry): Use the
1962 revised version.
1963 (allout-old-expose-topic): Solidify deprecation.
1964 (allout-end-of-subtree): Add so we can span concealed as well
1965 as visible topics.
1966 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
1967 (allout-end-of-current-heading): Tweak to just respect the first line.
1968 (allout-get-body-text): Add.
1969 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
1970 when invoked interactively.
1971 (allout-up-current-level): Use `interactive-p'.
1972 (allout-mode, allout-init): Miscellaneous docstring and
1973 operational refinements, as well as hookups of new encryption stuff.
1974 (allout-beginning-of-current-entry): Now works as advertised.
1975 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
1976 (allout-isearch-rectification): Refine condition for isearching.
1977 (allout-isearch-abort, allout-enwrap-isearch)
1978 (allout-flag-region, my-region-active-p): Relocate some macros.
1979 (allout-title): Fallback title is '(buffer-name)', not
1980 non-existing '(current-buffer-name)'.
1981 (subst-char-in-string): Define if absent (for some XEmacs versions).
1982
1983 2005-10-20 Jari Aalto <jari.aalto@cante.net>
1984
1985 * mail/sendmail.el (mail-setup-hook, mail-aliases)
1986 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
1987 (mail-citation-prefix-regexp, mail-signature-file)
1988 (mail-default-headers, mail-bury-selects-summary)
1989 (mail-send-nonascii): Add autoload cookies.
1990
1991 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1992
1993 * frame.el (blink-cursor-mode): Add `mac' to the list of
1994 window-system's that support blinking cursor.
1995
1996 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1997
1998 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
1999
2000 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2001
2002 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2003 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2004 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2005
2006 2005-10-20 Kim F. Storm <storm@cua.dk>
2007
2008 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2009 (ido-set-current-directory): Don't add / after final @.
2010 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2011 Explicitly handle ange-ftp completion oddities.
2012 (ido-make-file-list): Don't rotate list at tramp root to avoid
2013 triggering tramp file handler for expand-file-name via get-file-buffer.
2014
2015 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * simple.el (eval-expression-print-format): Put the char-string
2018 inside the parenthesis, like the other alternative notations.
2019 (kill-new): Use push.
2020 (copy-to-buffer): Use with-current-buffer.
2021 (completion-setup-function): Simplify.
2022 (minibuffer-local-must-match-map): Don't add redundant bindings which
2023 are already present in its parent (minibuffer-local-completion-map).
2024
2025 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2026
2027 2005-10-19 Jay Belanger <belanger@truman.edu>
2028
2029 * calc/calc-units.el (math-standard-units): Add units, adjust
2030 symbols and update values.
2031 (math-unit-prefixes): Add more prefixes.
2032
2033 2005-10-19 Romain Francoise <romain@orebokech.com>
2034
2035 * bookmark.el (bookmark-menu-heading): New face.
2036 (bookmark-bmenu-list): Use it.
2037 Don't fiddle with `baud-rate' at top-level.
2038
2039 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * image.el (create-image, find-image): Mention max-image-size in
2042 docstring.
2043
2044 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * savehist.el (savehist-load): Revert to checking XEmacs.
2047
2048 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2049 Various docstring and line-width fixups.
2050 (conf-mode): Use cond.
2051 Set font-lock-defaults. Don't set comment-use-syntax.
2052
2053 2005-10-18 David Ponce <david@dponce.com>
2054
2055 * tree-widget.el (tree-widget-button-click): New function.
2056 (tree-widget-button-keymap): Use it.
2057
2058 2005-10-18 Romain Francoise <romain@orebokech.com>
2059
2060 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2061 (bookmark-bmenu-hide-filenames): Add follow-link property.
2062 Improve help-echo text.
2063
2064 * ffap.el (find-file-at-point): Doc fix.
2065
2066 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2067
2068 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2069
2070 2005-10-18 Masatake YAMATO <jet@gyve.org>
2071
2072 Install to the CVS repository what I forgot to install in my
2073 2005-10-16 changes.
2074
2075 * progmodes/python.el (python-complete-symbol): Pass the common
2076 prefix substring of completion to `display-completion-list'.
2077
2078 * textmodes/org.el (org-complete): Ditto.
2079
2080 2005-10-18 Masatake YAMATO <jet@gyve.org>
2081
2082 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2083
2084 * woman.el (WoMan-xref-man-page): New button type derived
2085 from `Man-abstract-xref-man-page'.
2086 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2087
2088 * man.el (Man-abstract-xref-man-page): New button type.
2089 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2090 (Man-highlight-references): Add new optional argument `xref-man-type'.
2091
2092 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2093
2094 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2095
2096 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2097
2098 * cus-edit.el (Custom-move-and-invoke): Delete.
2099 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2100
2101 * wid-edit.el (widget-move-and-invoke): New function, from
2102 Custom-move-and-invoke.
2103
2104 2005-10-17 Bill Wohler <wohler@newt.com>
2105
2106 Move all remaining images from lisp/toolbar to etc/images, move
2107 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2108 the low resolution images in their own directory (low-color).
2109
2110 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2111 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2112 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2113 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2114 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2115 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2116 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2117
2118 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2119 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2120 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2121 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2122 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2123 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2124 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2125 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2126 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2127 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2128 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2129 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2130 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2131 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2132 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2133
2134 To conform with convention, replace the underscore (_) in the
2135 following image names with dash (-) or (/) as appropriate.
2136
2137 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2138 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2139 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2140 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2141 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2142 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2143 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2144 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2145 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2146 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2147 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2148 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2149 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2150 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2151 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2152
2153 * info.el (info-tool-bar-map): Replace underscores in image names
2154 with dashes.
2155
2156 * makefile.w32-in (WINS): Remove toolbar.
2157
2158 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2159
2160 * tool-bar.el: Move to lisp from toolbar. Now that
2161 toolbar is empty, it should be deleted when folks run "cvs up -P".
2162
2163 2005-10-18 Jay Belanger <belanger@truman.edu>
2164
2165 * calc/calc-store.el (calc-store-into): Get the proper variable name
2166 to display in message.
2167
2168 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2169
2170 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2171 expressions display in speedbar for all buffers when debugging.
2172 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2173
2174 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2175 (speedbar-insert-button, speedbar-make-button):
2176 Use add-text-properties.
2177 (speedbar-update-localized-contents)
2178 (speedbar-update-directory-contents)
2179 (speedbar-update-special-contents): Use dolist.
2180 (speedbar-buffer-easymenu-definition): Add a menu separator.
2181
2182 2005-10-17 Jason Rumney <jasonr@gnu.org>
2183
2184 * makefile.w32-in: Use $(lisp) consistently.
2185 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2186 for shell specific generation of mh-autoloads.
2187
2188 2005-10-17 Richard M. Stallman <rms@gnu.org>
2189
2190 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2191
2192 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * jit-lock.el (jit-lock-fontify-now):
2195 Move jit-lock-context-unfontify-pos to avoid wasted work.
2196
2197 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2198
2199 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2200 `tramp-completion-mode' for checking if we are in completion mode.
2201 (tramp-completion-handle-file-name-all-completions): Reorder code
2202 in order to complete for file names only in case there are no
2203 method/user/host completions. This is necessary for cooperation
2204 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2205
2206 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2207
2208 * longlines.el (longlines-search-forward)
2209 (longlines-search-backward): Match any number of spaces.
2210
2211 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2212
2213 * diff-mode.el (diff-mode): Doc fix.
2214
2215 2005-10-16 David Reitter <david.reitter@gmail.com>
2216
2217 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2218 as default on darwin and windows systems.
2219
2220 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2221
2222 * arc-mode.el (archive-zip-extract): Doc fix.
2223
2224 2005-10-16 Romain Francoise <romain@orebokech.com>
2225
2226 * mouse.el (mouse-1-click-follows-link): Doc fix.
2227
2228 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * savehist.el: Don't require CL at runtime.
2231 (savehist-xemacs): Remove.
2232 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2233 (savehist-no-conversion): Use (featurep 'xemacs).
2234 (savehist-load): Check existence of start-itimer rather than XEmacs.
2235 Use an idle timer.
2236 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2237 `delete-if-not'.
2238
2239 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2240
2241 * savehist.el: Newer version.
2242 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2243 (savehist-last-checksum, savehist-no-conversion): New vars.
2244 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2245 New functions.
2246 (savehist-load, savehist-save): Use them.
2247 (savehist-delimit): Remove.
2248
2249 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * progmodes/compile.el (compilation-goto-locus): Display the
2252 compilation buffer first and the source buffer second, in case they're
2253 in overlapping frames. Don't raise the compilation frame if it was the
2254 selected window upon entry. Pass the `other-window' arg to
2255 pop-to-buffer.
2256
2257 * info.el (Info-fontify-node): Use dolist.
2258 Change add-text-properties to put-text-property.
2259
2260 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2261
2262 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2263 bound of search.
2264
2265 2005-10-16 Masatake YAMATO <jet@gyve.org>
2266
2267 * dabbrev.el (dabbrev-completion): Pass the common
2268 prefix substring of completion to `display-completion-list'.
2269
2270 * filecache.el (file-cache-minibuffer-complete)
2271 (file-cache-complete): Ditto.
2272
2273 * tempo.el (tempo-display-completions): Ditto.
2274
2275 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2276
2277 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2278
2279 * eshell/em-hist.el (eshell-list-history): Ditto.
2280
2281 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2282
2283 * mail/mailalias.el (mail-complete): Ditto.
2284
2285 * progmodes/etags.el (complete-tag): Ditto.
2286
2287 * progmodes/make-mode.el (makefile-complete): Ditto.
2288
2289 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2290
2291 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2292
2293 * progmodes/pascal.el (pascal-complete-word)
2294 (pascal-show-completions): Ditto.
2295
2296 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2297
2298 * simple.el (completion-common-substring): New variable.
2299 (completion-setup-function): Use `completion-common-substring'
2300 to put faces.
2301
2302 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2303
2304 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2305 (x-get-selection, mac-select-convert-to-string): Convert from/to
2306 UTF-16 clipboard data as in native byte order, no BOM.
2307
2308 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2309
2310 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2311 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2312 (gud-sentinel): Use speedbar-frame to check for speedbar.
2313
2314 2005-10-15 Richard M. Stallman <rms@gnu.org>
2315
2316 * savehist.el: New file.
2317
2318 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2319
2320 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2321 Fix bug in \bf fontification.
2322
2323 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * pcvs.el (cvs-edit-log-files): New var.
2326 (cvs-mode-edit-log): New arg `file'.
2327 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2328 Instead force the use of the original file and nothing else.
2329 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2330 the cvs-minor-wrap-function is set.
2331 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2332
2333 2005-10-14 Bill Wohler <wohler@newt.com>
2334
2335 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2336 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2337 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2338 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2339 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2340 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2341 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2342 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2343 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2344 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2345 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2346 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2347 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2348 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2349 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2350
2351 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2352 appropriately (for example, gud-break to gud/break).
2353
2354 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2355
2356 * longlines.el (longlinges-search-function)
2357 (longlines-search-forward, longlines-search-backward): New functions.
2358 (longlines-mode): Set isearch-search-fun-function to
2359 longlinges-search-function.
2360
2361 * mouse.el (mouse-drag-region-1): Handle the case where a
2362 double-click event is bound to an arbitrary function.
2363
2364 2005-10-14 David Ponce <david@dponce.com>
2365
2366 * recentf.el (recentf-track-opened-file)
2367 (recentf-track-closed-file, recentf-update-menu)
2368 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2369 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2370 mouse-1-click-follows-link.
2371
2372 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2373
2374 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2375 Gnome file-manager.png. Suggested by
2376 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2377
2378 * toolbar/README: Add diropen.xpm.
2379
2380 2005-10-13 Bill Wohler <wohler@newt.com>
2381
2382 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2383 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2384
2385 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2388 Don't waste the byte-compiler's time on constant data.
2389
2390 2005-10-13 Kenichi Handa <handa@m17n.org>
2391
2392 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2393 byte with `escape-glyph' face.
2394
2395 * international/fontset.el (ccl-encode-unicode-font):
2396 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2397 Handle the case that ucs-mule-to-mule-unicode translates a character to
2398 ASCII (usually for IPA characters).
2399
2400 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2403 Don't hide the underline of titles if font-lock-mode is disabled.
2404
2405 2005-10-12 Bill Wohler <wohler@newt.com>
2406
2407 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2408 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2409 files in MH-E-SRC have been updated.
2410 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2411
2412 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2415 (mixal-mode-syntax-table): Add \n as end-comment.
2416 (mixal-operation-codes-alist): Immediately initialize to full value.
2417 (mixal-add-operation-code): Remove.
2418 (mixal-describe-operation-code): Make the arg non-optional.
2419 Use the interactive spec instead.
2420 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2421 (mixal-font-lock-keywords): Don't highlight comments here any more.
2422 (mixal-font-lock-syntactic-keywords): New var.
2423 (mixal-mode): Use it. Fix comment-start-skip.
2424
2425 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2426
2427 * startup.el (command-line-x-option-alist): -nb => -nbi
2428
2429 2005-10-12 Kim F. Storm <storm@cua.dk>
2430
2431 * startup.el (fancy-splash-default-action): Discard mouse click in
2432 the spash screen window, as it has no sensible meaning in the
2433 next window to be selected. Fixes error reported by Jan D.
2434
2435 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2436
2437 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2438
2439 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2442 Try to fix up minor layout issues like indentation, line break, etc...
2443 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2444 because it doesn't work.
2445 (mixal-operation-codes): Add some more codes.
2446 (mixal-font-lock-keywords): Process comments here.
2447 (mixal-mode): mixasm no longer needs -g option.
2448
2449 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2450
2451 * progmodes/sh-script.el (sh-tmp-file):
2452 Use mktemp -t. Finish support for es and rc shells.
2453
2454 2005-10-11 Jay Belanger <belanger@truman.edu>
2455
2456 * calc/calcalg2.el (calc-integral): With an argument, compute the
2457 definite integral.
2458
2459 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2460
2461 * mouse.el (mouse-drag-region-1): Don't try to catch a
2462 double-click when doing follow-link (it's overridden anyway).
2463
2464 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2467 (autoload-print-form-outbuf): Add docstring.
2468
2469 2005-10-11 Juri Linkov <juri@jurta.org>
2470
2471 * info.el (Info-mode-menu): Delete menu item "Edit".
2472 (Info-mode): Delete description of Info-edit from docstring,
2473 and rearrange descriptions of Info commands in the order
2474 they are documented in the Info manual.
2475
2476 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * calendar/appt.el (appt-check): Use diary-selective-display var.
2479
2480 2005-10-10 Richard M. Stallman <rms@gnu.org>
2481
2482 * net/newsticker.el (newsticker-start, newsticker-show-news):
2483 Add autoload cookies.
2484
2485 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2486
2487 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2488
2489 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2490
2491 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2492
2493 2005-10-10 Jay Belanger <belanger@truman.edu>
2494
2495 * calc/calc-arith.el (math-check-known-scalarp)
2496 (math-check-known-matrixp): Check the values of arguments that are
2497 variables.
2498 (math-check-known-square-matrixp): New function.
2499 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2500 (math-super-types): Add sqmatrix type.
2501
2502 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2503 mode name `square' to 'sqmatrix'.
2504
2505 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2506 mode name `square' to 'sqmatrix'.
2507
2508 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * progmodes/etags.el (select-tags-table-mode): Don't use
2511 selective-display.
2512 (tags-select-tags-table): Pass `button' to the action function.
2513 (select-tags-table): Place the side-info on button properties rather
2514 than in hidden text. Abbreviate file names.
2515 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2516 (select-tags-table-select): Add `button' argument.
2517 Get side-info from the button property rather than from hidden text.
2518
2519 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2520
2521 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2522 (gud-speedbar-buttons): Preserve point if possible.
2523 (gud-sentinel): Restore previous speedbar display type.
2524
2525 * progmodes/gdb-ui.el (gdba): Improve diagram.
2526 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2527 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2528 Call get-buffer-window once.
2529
2530 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2533 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2534 (pascal-indent-command): Remove unused var `ind'.
2535 (pascal-indent-case): Remove unused var `oldpos'.
2536 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2537 since it's now used as a proper minor mode map.
2538 (pascal-outline): Rename to pascal-outline-mode.
2539 (pascal-outline-mode): Use define-minor-mode.
2540 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2541 selective-display.
2542
2543 2005-10-10 Andreas Schwab <schwab@suse.de>
2544
2545 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2546 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2547
2548 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2549 outside source directory.
2550
2551 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2552
2553 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2554 C-x' as a prefix.
2555 (orgtbl-mode-map): Full keymap instead of sparse, because all
2556 `self-insert-command' keys are redefined in this map.
2557 (org-export-as-html): Specify charset for HTML file, by taking it
2558 from the coding system.
2559
2560 2005-10-10 Kenichi Handa <handa@m17n.org>
2561
2562 * textmodes/flyspell.el (flyspell-check-word-p):
2563 If unread-command-events is non-empty, don't call sit-for.
2564
2565 2005-10-09 Richard M. Stallman <rms@gnu.org>
2566
2567 * font-lock.el (font-lock-syntactic-keywords)
2568 (font-lock-keywords): Doc fixes.
2569
2570 * textmodes/flyspell.el (flyspell-external-point-words):
2571 Simplify logic, and don't try to check for consecutive appearances
2572 of one incorrect word.
2573
2574 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2575
2576 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2577 separator.
2578
2579 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2580 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2581 (gud-expansion-speedbar-buttons): New function.
2582 (gud-speedbar-buttons): Check for gud-comint-buffer.
2583
2584 2005-10-09 Bill Wohler <wohler@newt.com>
2585
2586 * Makefile.in (updates): Add mh-loaddefs dependency.
2587
2588 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * speedbar.el (speedbar-file-key-map): Fix typo.
2591
2592 2005-10-09 Daniel Brockman <daniel@brockman.se>
2593
2594 * cus-start.el (line-spacing): Add custom spec.
2595
2596 2005-10-09 Romain Francoise <romain@orebokech.com>
2597
2598 * textmodes/ispell.el (ispell-check-version): Fix last change.
2599
2600 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2601
2602 * term/x-win.el: Remove -i, --icon-type from comment.
2603
2604 * startup.el (command-line-x-option-alist): Remove options -i,
2605 -itype, --icon-type, added -nb, --no-bitmap-icon
2606
2607 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
2608
2609 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2610 instead of :active.
2611
2612 2005-10-08 Eric Hanchrow <offby1@blarg.net>
2613
2614 * textmodes/ispell.el (ispell-check-version):
2615 Ignore hyphen, and all that follows, in aspell's version text.
2616
2617 2005-10-08 Jay Belanger <belanger@truman.edu>
2618
2619 * calc/calc-arith.el (math-known-square-matrixp): New function.
2620 (math-pow-fancy): Check for matrices before distributing exponent
2621 across products.
2622
2623 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2624 fullscreen keypad. Suggested by Luc Teirlinck.
2625 (calc-keypad-show-input): Add space for formatting.
2626
2627 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2628 Add square matrix option.
2629
2630 * calc/calc-poly.el (math-expand-term): Check for matrices instead
2631 of checking calc-matrix-mode when deciding how to expand.
2632
2633 * calc/calc.el (calc-set-mode-line): Add square matrix option.
2634
2635 2005-10-08 Lars Hansen <larsh@soem.dk>
2636
2637 * net/tramp.el (tramp-perl-directory-files-and-attributes):
2638 Add error handling.
2639 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2640
2641 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
2642
2643 Sync with Tramp 2.0.51.
2644
2645 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2646 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2647 Insert special handling for `last-coding-system-used', again
2648 it still seems to be necessary (unlike stated before).
2649 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2650 (tramp-password-prompt-regexp): There might be other words before
2651 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2652 (tramp-chunksize): Improve docstring.
2653 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2654 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
2655 Christian Joergensen <bugs@razor.dk>.
2656
2657 2005-10-07 Glenn Morris <rgm@gnu.org>
2658
2659 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2660 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2661 precision'.
2662
2663 2005-10-07 Romain Francoise <romain@orebokech.com>
2664
2665 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2666 (ibuffer-do-shell-command-pipe-replace)
2667 (ibuffer-do-shell-command-file, ibuffer-do-eval)
2668 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2669 (ibuffer-do-revert, ibuffer-do-replace-regexp)
2670 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2671 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2672 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2673 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2674 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2675 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2676 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2677 Autoload file sans suffix.
2678
2679 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2680
2681 2005-10-07 David Ponce <david@dponce.com>
2682
2683 * recentf.el (recentf-menu-open-all-flag): New option.
2684 (recentf-digit-shortcut-command-name): New function.
2685 (recentf--shortcuts-keymap): New variable.
2686 (recentf-menu-shortcuts): New variable.
2687 (recentf-make-menu-items): Initialize it. Replace the "More..."
2688 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2689 (recentf-menu-value-shortcut): New function.
2690 (recentf-make-menu-item): Use it. No more in-lined.
2691 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2692 (recentf-open-most-recent-file): Rename from
2693 `recentf-open-file-with-key'. Don't depend on key binding.
2694 (recentf-mode-map): New variable.
2695 (recentf-mode): Use it.
2696
2697 2005-10-06 Bill Wohler <wohler@newt.com>
2698
2699 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
2700
2701 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2702 (MH-E-SRC): New. Used by mh-autoloads.
2703 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2704 files in MH-E-SRC have been updated.
2705 (compile, recompile, bootstrap): Depend on mh-autoloads.
2706
2707 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
2708
2709 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2710 gud-break and gud-remove icons when the fringe is not available.
2711
2712 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2713 Typo.
2714
2715 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2716
2717 * play/zone.el (zone): Wrap body with save-window-excursion.
2718
2719 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2722 Use the new `list-only' arg to diary-list-entries.
2723
2724 * calendar/diary-lib.el: Use overlays rather than selective-display.
2725 (diary-selective-display): New var.
2726 (diary-header-line-format): Use it.
2727 (diary-list-entries): Add argument `list-only'.
2728 Put the buffer in diary-mode. Don't add \^M at beg and end.
2729 Replace \^M by invisible overlays.
2730 (diary-unhide-everything): Replace \^M by invisible overlays.
2731 (print-diary-entries): Look for overlays rather than \^M.
2732 Add a space to the temp buffer name.
2733 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2734 Put the buffer in diary-mode.
2735 (list-sexp-diary-entries): Replace \^M by invisible overlays.
2736 (diary-anniversary): Make the year arg optional.
2737 (diary-time-regexp): New const.
2738 (diary-font-lock-keywords): Use it to accept a few more time formats.
2739
2740 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2741
2742 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
2743
2744 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2745 Fix bug introduced 2005-07-03: Use (car (last ...))
2746 to faithfully reproduce replaced artist-last.
2747 (artist-set-arrow-points-for-poly): Likewise.
2748 Suggested by Johan Bockg\e,Ae\e(Brd.
2749
2750 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
2751
2752 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2753 * wid-edit.el (widget):
2754 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2755 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2756
2757 2005-10-06 Kenichi Handa <handa@m17n.org>
2758
2759 * international/mule-cmds.el (set-language-environment):
2760 Fix setting up of case-table for unibyte mode.
2761
2762 * simple.el (what-cursor-position): If the character is displayed
2763 by some `display' text property, show that. Don't use
2764 single-key-description for eight-bit characters in multibyte mode.
2765
2766 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
2767
2768 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2769 (gdb-ann3): Set it.
2770 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2771 (gdb-info-frames-custom): Use inverse-video for first five
2772 characters of selected frame only.
2773 (gdb-get-frame-number): Select frame even when point is on frame
2774 number.
2775
2776 2005-10-06 Masatake YAMATO <jet@gyve.org>
2777
2778 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2779 Put `font-lock-function-name-face'.
2780 (gdb-info-frames-custom): Put `font-lock-function-name-face'
2781 and `font-lock-variable-name-face'
2782 (gdb-registers-font-lock-keywords): New font lock keywords definition.
2783 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2784 (gdb-memory-font-lock-keywords): New font lock keywords definition.
2785 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2786 (gdb-local-font-lock-keywords): New font lock keywords definition.
2787 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2788 (gdb-threads-font-lock-keywords): New font lock keywords definition.
2789 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2790
2791 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
2792
2793 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2794 (ediff-merge-region-is-non-clash-to-skip): Previously called
2795 ediff-merge-region-is-non-clash.
2796
2797 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2798 Use insert-buffer-substring.
2799
2800 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2801 selecting files to patch. Also bug fixes.
2802
2803 * ediff-util.el (ediff-setup): Bug fix.
2804 (ediff-next-difference): Never skip clashes that differ in white
2805 space only.
2806
2807 * ediff-wind.el (ediff-setup-control-frame)
2808 (ediff-destroy-control-frame): Check the menubar feature.
2809
2810 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2811 (viper-refresh-mode-line): Use make-local-variable to localize
2812 some vars instead of make-variable-buffer-local. Suggested by
2813 Stefan Monnier.
2814
2815 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2816 (viper-restore-cursor-type, viper-set-insert-cursor-type):
2817 Use make-local-variable instead of make-variable-buffer-local.
2818 Suggested by Stefan Monnier.
2819
2820 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2821 (viper-comint-mode-hook): Use make-local-variable on
2822 require-final-newline.
2823 (viper-non-hook-settings): Don't use make-variable-buffer-local.
2824
2825 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2828 also the second char of a comment-start sequence.
2829 (scheme-sexp-comment-syntax-table): New var.
2830 (lambda, define): Set their scheme-doc-string-elt property.
2831 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2832 Use lisp-font-lock-syntactic-face-function now that it properly
2833 handles |...| symbols.
2834 (scheme-mode-variables): Set lisp-doc-string-elt-property,
2835 parse-sexp-lookup-properties and font-lock-extra-managed-props.
2836
2837 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2838 bit from # to |.
2839 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2840
2841 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2842 (lisp-doc-string-elt-property): New var.
2843 (lisp-font-lock-syntactic-face-function): Use it.
2844 Rewrite to recognize docstrings even for forms not at toplevel.
2845
2846 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2847 annotation on the | part of #| rather than on the # part.
2848 (scheme-font-lock-syntactic-face-function): New function, to
2849 distinguish strings from |...| symbols.
2850 (scheme-mode-variables): Use it. Also fix up the font-lock-time
2851 syntax-table so that #|...|# is properly highlighted.
2852
2853 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2854 Don't mark as docstring the 3rd elem of an unknown toplevel form.
2855
2856 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2859 and C-e.
2860
2861 * emacs-lisp/eldoc.el: Move comments into docstrings.
2862 (eldoc-message-commands): Initialize in its declaration.
2863 Add move-beginning-of-line and move-end-of-line.
2864 (eldoc-add-command, eldoc-add-command-completions)
2865 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2866
2867 * outline.el (outline-mark-subtree): Activate the mark.
2868
2869 * calendar/appt.el (appt-time-regexp): New var.
2870 (appt-add, appt-make-list): Use it.
2871 (appt-convert-time): Clean up.
2872
2873 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
2874 Don't set any syntax-table property here.
2875 (tex-font-lock-verb): New function. Do it here.
2876 (tex-font-lock-syntactic-keywords): Use it.
2877
2878 2005-10-04 Richard M. Stallman <rms@gnu.org>
2879
2880 * wid-edit.el (widget-file-complete): Get the widget start point
2881 the right way. Default directory to `/' if file has none.
2882
2883 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
2884
2885 * textmodes/flyspell.el (flyspell-mode-on):
2886 Call ispell-maybe-find-aspell-dictionaries.
2887
2888 * textmodes/ispell.el (ispell-word, ispell-region):
2889 Call ispell-maybe-find-aspell-dictionaries.
2890 (ispell-accept-buffer-local-defs):
2891 Don't call ispell-maybe-find-aspell-dictionaries
2892
2893 2005-10-04 Richard M. Stallman <rms@gnu.org>
2894
2895 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
2896
2897 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
2898
2899 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
2900 instead of `fboundp' in order to allow for anonymous functions.
2901
2902 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
2903
2904 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
2905 case the user clicks on the link while another window is selected.
2906 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
2907
2908 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
2909 functionality.
2910 (dframe-help-echo): Save point in case mouse tracking is off.
2911
2912 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
2913
2914 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
2915
2916 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
2919 not change the global value of those vars.
2920
2921 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
2922 make-local-variable which we do not need any more.
2923
2924 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
2927 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
2928 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
2929 (speedbar-path-line): Define obsolete aliases.
2930 (speedbar-line-directory): Doc fix.
2931
2932 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
2933 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
2934 instead of speedbar-line-path.
2935
2936 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2937
2938 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
2939 to nil if dropping on a window. Handle dropping on a minibuffer window
2940 like dropping on a non-window part of Emacs.
2941
2942 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * net/ange-ftp.el: Use with-current-buffer.
2945 (ange-ftp-insert-directory): Do not follow symlinks any more.
2946
2947 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2948 Remove interactive spec.
2949
2950 2005-10-03 Kim F. Storm <storm@cua.dk>
2951
2952 * ido.el (ido-mode): Use custom-initialize-set.
2953
2954 2005-10-02 Richard M. Stallman <rms@gnu.org>
2955
2956 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
2957 Use insert-buffer-substring.
2958
2959 * net/tramp.el: Pacify byte compiler warnings in pacification code.
2960 (tramp-handle-file-local-copy): Use insert-buffer-substring.
2961
2962 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
2965 in last change.
2966 (ange-ftp-insert-directory): Fix up the search for the case where
2967 `file' is absolute.
2968
2969 2005-10-02 Romain Francoise <romain@orebokech.com>
2970
2971 * progmodes/compile.el (compile-goto-error): Delete extra paren.
2972
2973 2005-10-02 Andreas Schwab <schwab@suse.de>
2974
2975 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
2976 directory component in the session info.
2977
2978 2005-10-01 Richard M. Stallman <rms@gnu.org>
2979
2980 * comint.el (comint-redirect-subvert-readonly): Doc fix.
2981
2982 * simple.el (next-error-internal): New function.
2983
2984 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
2985 (compilation-start): Pass new arg to compilation-buffer-name.
2986 (compile-goto-error): Use next-error-internal.
2987
2988 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
2989
2990 * speedbar.el: Remove RCS tag.
2991 (speedbar-check-read-only): Handle non-existent files.
2992
2993 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
2994
2995 * info.el (Info-speedbar-hierarchy-buttons)
2996 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
2997
2998 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2999
3000 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3001 Do not match newline.
3002 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3003 (bibtex-summary): Remove unnecessary save-excursion.
3004 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3005
3006 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3007
3008 * term/mac-win.el: Add charset info for "iso10646-1".
3009 Modify default fontset to use ATSUI-compatible fonts for some charsets
3010 if available.
3011
3012 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3013
3014 * speedbar.el: Re-apply arch tag.
3015 (speedbar-version): Rename to version 1.0. Suggested by Eric
3016 M. Ludlam.
3017 Reapply two changes from Emacs CVS' version of speedbar lost
3018 during the merge:
3019 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3020 (speedbar-frame-parameters): Improve customize type.
3021
3022 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3025 (ange-ftp-file-directory-p): Fix the symlink case.
3026 (ange-ftp-insert-directory): When listing a single file, get a list of
3027 the parent buffer and extract the relevant line. Inspired from a patch
3028 by Katsumi Yamaoka <yamaoka@jpl.org>.
3029 (ange-ftp-file-name-sans-versions): Simplify.
3030
3031 2005-09-30 Bill Wohler <wohler@newt.com>
3032
3033 Move MH-E image files from toolbar and mail directories into
3034 etc/images.
3035
3036 * mail/reply2.*: Move to etc/images/mail/reply*.
3037
3038 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3039 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3040 etc/images.
3041
3042 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3043 * toolbar/reply*: Move to etc/images/mail.
3044
3045 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3046
3047 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3048
3049 * speedbar.el: New version 1.0pre3.
3050
3051 Frame management code (including timer, and mouse click specifics)
3052 moved to dframe.el:
3053 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3054 (speedbar-timer): Removed. Use dframe-timer.
3055 (speedbar-close-frame): Removed. Use dframe-close-frame.
3056 (speedbar-activity-change-focus-flag): Removed. Use
3057 dframe-activity-change-focus-flag.
3058 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3059 dframe-update-speed.
3060
3061 (speedbar-current-frame): New macro. Use this instead of the
3062 variable speedbar-frame.
3063
3064 (speedbar-use-images, speedbar-expand-image-button-alist)
3065 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3066
3067 (speedbar-find-image-on-load-path): Removed. Replaced by
3068 defezimage in ezimage.el.
3069 (speedbar-expand-image-button-alist): Removed. Replaced by
3070 ezimage-expand-image-button-alist in ezimage.el.
3071
3072 (speedbar-ignored-directory-regexp)
3073 (speedbar-add-ignored-directory-regexp)
3074 (speedbar-ignored-directory-expressions)
3075 (speedbar-line-directory, speedbar-buffers-line-directory)
3076 (speedbar-directory-line, speedbar-buffers-line-directory):
3077 Renamed, replacing `path' with `directory'.
3078
3079 (speedbar-create-directory, speedbar-expand-line-descendants)
3080 (speedbar-toggle-line-expansion)
3081 (speedbar-contract-line-descendants): New commands.
3082
3083 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3084 (speedbar-use-tool-tips-flag): New options.
3085
3086 (speedbar-check-read-only, speedbar-require-version)
3087 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3088 (speedbar-handle-delete-frame, speedbar-try-completion)
3089 (speedbar-update-localized-contents): New functions.
3090
3091 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3092 (speedbar-object-read-only-indicator): New variables.
3093
3094 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3095 New hooks.
3096
3097 (speedbar-separator-face): New face.
3098
3099 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3100 (speedbar-ignored-modes): Add fundamental-mode.
3101 (speedbar-directory-unshown-regexp): Add . directories.
3102
3103 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3104 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3105 `]' for full expand/close.
3106 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3107
3108 (speedbar-check-vc): Support hidden files.
3109 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3110 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3111 state is nil, it is not checked out.
3112
3113 (speedbar-line-text, speedbar-line-token): Support expand buttons
3114 with no text.
3115 (speedbar-refresh): Universal argument acts as power-click.
3116 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3117 that buffer to get variable values.
3118
3119 And many other bugfixes.
3120
3121 * dframe.el, ezimage.el, sb-image.el: New files.
3122
3123 * sb-*.xpm: Remove files. New image files installed into
3124 etc/images/ezimage.
3125
3126 2005-09-30 Kenichi Handa <handa@m17n.org>
3127
3128 * ps-mule.el (ps-mule-show-warning): If a character is in
3129 ps-print-translation-table, don't treat it as non-printable.
3130
3131 2005-09-30 David Ponce <david@dponce.com>
3132
3133 * tree-widget.el (tree-widget-themes-load-path): New variable.
3134 (tree-widget-themes-directory): Doc fix.
3135 (tree-widget-image-formats) [Emacs]: Doc fix.
3136 (tree-widget--locate-sub-directory): New function.
3137 (tree-widget-themes-directory): Use it.
3138
3139 * recentf.el (recentf-filename-handlers): Rename from
3140 `recentf-filename-handler'. Allow a list of functions.
3141 (recentf-menu-items-for-commands): Fix :help strings.
3142 (recentf-apply-filename-handlers): New function.
3143 (recentf-expand-file-name): Use it.
3144 (recentf-cleanup): Remove duplicates too.
3145
3146 2005-09-29 Juri Linkov <juri@jurta.org>
3147
3148 * faces.el: Rearrange face definitions to be in the same order as
3149 their face descriptions in "(emacs)Standard Faces".
3150
3151 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3152
3153 * tooltip.el (tooltip): Add group `basic-faces'.
3154
3155 * buff-menu.el (Buffer-menu-buffer): Remove group
3156 `font-lock-highlighting-faces'.
3157
3158 * progmodes/compile.el (compilation-error, compilation-warning)
3159 (compilation-info, compilation-line-number, compilation-column-number):
3160 Change group from `font-lock-highlighting-faces' to `compilation'.
3161
3162 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3163 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3164 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3165 (vhdl-font-lock-reserved-words-face)
3166 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3167 `font-lock-highlighting-faces'.
3168
3169 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3170
3171 2005-09-28 Kim F. Storm <storm@cua.dk>
3172
3173 * emulation/cua-base.el: Set CUA move property on additional commands:
3174 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3175 forward-sexp, backward-sexp, forward-list, backward-list.
3176
3177 2005-09-28 Romain Francoise <romain@orebokech.com>
3178
3179 * comint.el (comint-show-output): Really set point at the
3180 beginning of the output when not using `comint-use-prompt-regexp'.
3181
3182 2005-09-27 Jay Belanger <belanger@truman.edu>
3183
3184 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3185 in TeX mode.
3186
3187 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3188
3189 * textmodes/org.el (org-table-sum): Fix format string.
3190
3191 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3192 Quote face names.
3193
3194 2005-09-26 Romain Francoise <romain@orebokech.com>
3195
3196 * isearch.el (isearch-forward-regexp): Close doc string.
3197
3198 2005-09-25 Richard M. Stallman <rms@gnu.org>
3199
3200 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3201
3202 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3203
3204 * progmodes/compile.el (compilation-error-properties):
3205 When getting the file from the previous error message,
3206 correctly decode the new data format.
3207
3208 * progmodes/cc-cmds.el (c-electric-paren):
3209 Call old-blink-paren only for close-paren.
3210
3211 2005-09-24 Andreas Schwab <schwab@suse.de>
3212
3213 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3214 condition.
3215
3216 2005-09-25 Romain Francoise <romain@orebokech.com>
3217
3218 * dired-aux.el (dired-copy-file-recursive):
3219 * dired.el (dired-delete-file):
3220 * ediff-mult.el (ediff-dir-diff-copy-file):
3221 * ediff-util.el (ediff-test-save-region):
3222 * forms.el (forms-mode):
3223 * ido.el (ido-file-internal, ido-delete-file-at-head):
3224 * log-edit.el (log-edit-done):
3225 * ses.el (ses-yank-resize):
3226 * play/gomoku.el (gomoku-human-plays, gomoku)
3227 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3228 (gomoku-offer-a-draw):
3229 * play/landmark.el (lm-human-resigns, lm):
3230 * net/eudcb-ldap.el (eudc-ldap-check-base):
3231 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3232 * progmodes/ebrowse.el (ebrowse-find-pattern):
3233 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3234 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3235 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3236
3237 * vc.el (vc-delete-file):
3238 * play/gomoku.el (gomoku-terminate-game, gomoku)
3239 (gomoku-prompt-for-move, gomoku-human-takes-back):
3240 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3241 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3242
3243 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3244
3245 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3246 color rxvt terminals by using the code xterm.el used to use before
3247 2005-04-09 in order to match the colors used by rxvt.
3248
3249 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3250
3251 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3252 colors rxvt-unicode terminals by using the same code as xterm.el.
3253
3254 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3257 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3258 new symbol used for the tex-verbatim face.
3259
3260 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3261
3262 * woman.el (woman-file-name):
3263 * wid-edit.el (widget-file-prompt-value)
3264 (widget-coding-system-prompt-value):
3265 * w32-fns.el (set-w32-system-coding-system):
3266 * vc.el (vc-version-diff, vc-annotate):
3267 * textmodes/reftex-auc.el (reftex-arg-cite)
3268 (reftex-arg-index-tag):
3269 * textmodes/refer.el (refer-get-bib-files):
3270 * textmodes/artist.el (artist-figlet-choose-font):
3271 * terminal.el (terminal-emulator):
3272 * replace.el (occur-read-primary-args):
3273 * rect.el (string-rectangle, string-insert-rectangle):
3274 * ps-print.el (ps-print-preprint):
3275 * progmodes/pascal.el (pascal-goto-defun):
3276 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3277 * progmodes/compile.el (compilation-find-file):
3278 * printing.el (pr-interactive-n-up):
3279 * play/animate.el (animate-birthday-present):
3280 * net/rcompile.el (remote-compile):
3281 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3282 * mail/rmailsum.el (rmail-summary-search-backward)
3283 (rmail-summary-search):
3284 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3285 (rmail-output-read-file-name):
3286 * mail/rmail.el (rmail-search, rmail-search-backwards):
3287 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3288 * locate.el (locate):
3289 * international/quail.el (quail-show-keyboard-layout):
3290 * international/mule.el (set-buffer-file-coding-system)
3291 (revert-buffer-with-coding-system, set-file-name-coding-system)
3292 (set-terminal-coding-system, set-keyboard-coding-system)
3293 (set-next-selection-coding-system):
3294 * international/mule-diag.el (describe-coding-system)
3295 (describe-font, describe-fontset):
3296 * international/mule-cmds.el (universal-coding-system-argument)
3297 (search-unencodable-char, describe-input-method)
3298 (set-language-environment, describe-language-environment):
3299 * international/codepage.el (codepage-setup):
3300 * international/code-pages.el (codepage-setup):
3301 * info.el (Info-search, Info-follow-reference)
3302 (Info-search-backward):
3303 * emacs-lisp/advice.el (ad-read-advised-function)
3304 (ad-read-advice-class, ad-clear-cache, ad-activate)
3305 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3306 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3307 (ad-read-regexp):
3308 * ediff-util.el (ediff-toggle-regexp-match):
3309 * ediff-ptch.el (ediff-prompt-for-patch-file):
3310 * dired-aux.el (dired-diff):
3311 * diff.el (diff):
3312 * cus-edit.el (custom-variable-prompt):
3313 * calendar/timeclock.el (timeclock-ask-for-project):
3314 * calc/calcalg3.el (calc-get-fit-variables):
3315 * calc/calc-store.el (calc-edit-variable)
3316 (calc-permanent-variable):
3317 * vc-mcvs.el (vc-mcvs-register):
3318 * shadowfile.el (shadow-define-literal-group):
3319 * woman.el (woman-file-name):
3320 * vc.el (vc-version-diff, vc-merge):
3321 * textmodes/reftex-index.el (reftex-index-complete-tag):
3322 * format.el (format-decode-buffer, format-decode-region):
3323 * emulation/viper-cmd.el (viper-read-string-with-history):
3324 * emacs-lisp/debug.el (cancel-debug-on-entry):
3325 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3326 * ediff.el (ediff-merge-revisions)
3327 (ediff-merge-revisions-with-ancestor, ediff-revision):
3328 * completion.el (interactive-completion-string-reader):
3329 * calc/calc-prog.el (calc-user-define-formula):
3330 Follow convention for reading with the minibuffer.
3331
3332 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3333
3334 * progmodes/python.el (python-describe-symbol): Add globals() and
3335 locals() to the arguments of emacs.ehelp.
3336
3337 2005-09-24 Magnus Henoch <mange@freemail.hu>
3338
3339 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3340 New function, code extracted from ispell-valid-dictionary-list.
3341 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3342 Call it.
3343
3344 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3345
3346 * subr.el (version-regexp-alist): Extend valid syntax for version
3347 strings: allow any of the characters -,_,+ to separate the
3348 alpha/beta/rc part from the version part. Doc fix.
3349 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3350
3351 2005-09-23 David Reitter <david.reitter@gmail.com>
3352
3353 * mail/mailclient.el: New file.
3354
3355 2005-09-23 Richard M. Stallman <rms@gnu.org>
3356
3357 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3358 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3359 Doc fixes.
3360
3361 * progmodes/cc-mode.el (c-font-lock-init):
3362 Specify font-lock-lines-before.
3363
3364 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3367 whole conflict.
3368
3369 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3370
3371 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3372 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3373 of `remap' feature when available. Additional key bindings for
3374 better tty support.
3375 (org-mode-restart, org-force-self-insert): New commands.
3376 (org-time-stamp-inactive): New command.
3377 (org-remap): New function.
3378 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3379 (org-enable-fixed-width-editor): Move to `org-structure'
3380 customization group.
3381 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3382 blank field after field motion commands.
3383
3384 2005-09-23 Kenichi Handa <handa@m17n.org>
3385
3386 * international/mule-cmds.el (set-language-environment):
3387 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3388 have to call utf-translate-cjk-load-tables.
3389
3390 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 * mouse.el (mouse-move-drag-overlay): Fix last change.
3393
3394 2005-09-22 David Ponce <david@dponce.com>
3395
3396 * tree-widget.el (tree-widget-value-create): Fix previous change.
3397
3398 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3399
3400 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3401
3402 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * mouse.el (mouse-move-drag-overlay): New function.
3405 (mouse-drag-region-1): Use it.
3406 Try to simplify a bit the state handling. Handle clicks on links
3407 inside intangible areas.
3408 (mouse-save-then-kill): Minor simplification.
3409 (mouse-secondary-overlay): Make it always non-nil instead of
3410 recreating it each time.
3411 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3412 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3413 Simplify accordingly.
3414
3415 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3416
3417 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3418
3419 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3420
3421 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3422 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3423 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3424 to patch.
3425
3426 * ediff-util.el: Use insert-buffer-substring.
3427
3428 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3429
3430 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3431 field boundaries in the minibuffer.
3432 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3433 (viper-minibuffer-post-command-hook): New hook.
3434 (viper-line): Don't move cursor at bolp.
3435
3436 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3437
3438 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3439 avoid compiler warnings.
3440
3441 * emulation/viper-macs.el (ex-map): Better messages.
3442
3443 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3444
3445 * emulation/viper.el: Replace make-variable-buffer-local with
3446 viper-make-variable-buffer-local everywhere, to avoid warnings.
3447
3448 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3451 Delete unused var `old-selected-window'.
3452 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3453 (mouse-drag-secondary): Delete unused var `start-frame'.
3454
3455 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3456
3457 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3458
3459 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3460
3461 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3462 Re-indent within 80 columns. Use inhibit-read-only.
3463
3464 2005-09-19 Romain Francoise <romain@orebokech.com>
3465
3466 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3467
3468 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3471 unconditionally, since the after-change-function already did it.
3472
3473 2005-09-19 Miles Bader <miles@gnu.org>
3474
3475 * net/newsticker.el: Get rid of CVS keyword.
3476
3477 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3478
3479 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3480 The prompt is formatted later.
3481
3482 2005-09-19 David Ponce <david@dponce.com>
3483
3484 * tree-widget.el (tree-widget-value-create): Save the converted
3485 tree :node widget.
3486
3487 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3488
3489 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3490 variable `message'.
3491
3492 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3495 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3496 <slawomir.nowaczyk.847@student.lu.se>.
3497
3498 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * image.el (image-load-path): Use symbol `data-directory' instead
3501 of its value, for backward compatibility with packages that bind
3502 it during `find-image'. Suggested by Katsumi Yamaoka.
3503 (image-search-load-path): Handle symbols whose values are strings.
3504
3505 2005-09-18 Romain Francoise <romain@orebokech.com>
3506
3507 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3508 with-current-buffer form in save-excursion.
3509
3510 2005-09-18 D Goel <deego@gnufans.org>
3511
3512 * apropos.el (apropos-command): Fix `message' call: first arg
3513 should be a format spec. In this and all other cases that appear
3514 below and elsewhere in the source code, I made a change only when
3515 two conditions were satisfied: [1] I can think of a possibility
3516 that the arguments would cause an error, for example, the code in
3517 question relies on external variables such as filenames. [2] I
3518 was sure that the arg to `message' could not have been nil in the code.
3519
3520 * textmodes/tildify.el (tildify-region): Ditto.
3521
3522 * textmodes/reftex-index.el (reftex-index-change-entry)
3523 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3524 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3525 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3526 (org-priority, org-table-sum):
3527 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3528 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3529 (flyspell-word, flyspell-display-next-corrections):
3530 * textmodes/bibtex.el (bibtex-print-help-message):
3531 * textmodes/artist.el (artist-key-set-point-poly):
3532 * term/mac-win.el (mac-services-insert-text):
3533 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3534 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3535 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3536 (vhdl-compose-configuration):
3537 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3538 (sh-set-indent, sh-learn-line-indent):
3539 * progmodes/ps-mode.el (ps-mode-target-column):
3540 * progmodes/idlwave.el (idlwave-make-tags)
3541 (idlwave-scan-library-catalogs):
3542 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3543 * progmodes/gud.el (gud-jdb-analyze-source):
3544 * progmodes/flymake.el (flymake-log):
3545 * progmodes/ebnf2ps.el (ebnf-generate-region):
3546 * progmodes/cmacexp.el (c-macro-expansion):
3547 * progmodes/ada-xref.el (ada-treat-cmd-string):
3548 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3549 (ada-justified-indent-current, ada-batch-reformat):
3550 * play/zone.el (zone):
3551 * play/landmark.el (lm-move):
3552 * play/decipher.el (decipher-show-alphabet):
3553 * net/newsticker.el (newsticker--display-jump)
3554 (newsticker--display-scroll):
3555 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3556 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3557 * mail/feedmail.el (feedmail-dump-message-to-queue):
3558 * eshell/esh-proc.el (eshell-remove-process-entry):
3559 * emulation/ws-mode.el (ws-last-error):
3560 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3561 (viper-record-kbd-macro):
3562 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3563 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3564 * emacs-lisp/find-func.el (find-function-noselect):
3565 * calendar/timeclock.el (timeclock-status-string)
3566 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3567 (timeclock-when-to-leave-string):
3568 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3569 * calc/calc-units.el (calc-enter-units-table):
3570 * calc/calc-mode.el (calc-mode-record-mode):
3571 * woman.el (woman-mini-help):
3572 * wdired.el (wdired-change-to-wdired-mode):
3573 * vc.el (vc-retrieve-snapshot):
3574 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3575 * startup.el (display-startup-echo-area-message):
3576 * simple.el (set-goal-column):
3577 * ses.el (ses-command-hook, ses-recalculate-cell):
3578 * server.el (server-process-filter):
3579 * printing.el (pr-interface-txt-print, pr-interface-printify)
3580 (pr-interface-ps):
3581 * pcvs.el (cvs-help):
3582 * log-edit.el (log-edit, log-edit-mode-help):
3583 * iswitchb.el (iswitchb-possible-new-buffer):
3584 * isearch.el (isearch-edit-string):
3585 * image-mode.el (image-mode, image-minor-mode):
3586 * ibuf-macs.el (define-ibuffer-filter):
3587 * hi-lock.el (hi-lock-find-patterns):
3588 * files.el (toggle-read-only):
3589 * ediff-util.el (ediff-copy-diff)
3590 (ediff-write-merge-buffer-and-maybe-kill):
3591 * echistory.el (Electric-history-undefined):
3592 * dnd.el (dnd-insert-text):
3593 * dired-aux.el (dired-query):
3594 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3595 * bookmark.el (bookmark-bmenu-locate):
3596 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3597 Fix `message' calls to ensure first arg is a format string.
3598 The change was made only when these two conditions were satisfied:
3599 [1] when there is a possibility that the arguments would cause an error
3600 for example, if the code in question relies on external variables
3601 such as filenames, and
3602 [2] if the arg to `message' could not have been nil in the code.
3603
3604 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3605 Not having a %s would be weird, though not technically wrong.
3606
3607 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3608
3609 * term/mac-win.el (mac-add-charset-info): Doc fix.
3610
3611 2005-09-17 Romain Francoise <romain@orebokech.com>
3612
3613 * shell.el (shell-resync-dirs): Handle echoing processes more
3614 reliably. Don't insert resync command if `comint-process-echoes'
3615 is non-nil.
3616
3617 2005-09-17 Magnus Henoch <mange@freemail.hu>
3618
3619 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3620 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3621 aspell versions >= 0.60.
3622 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3623 only if ispell-aspell-supports-utf8 is non-nil.
3624
3625 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3626
3627 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3628 buffer-local value to lisp-indent-function.
3629
3630 2005-09-17 Milan Zamazal <pdm@zamazal.org>
3631
3632 * progmodes/glasses.el (glasses-make-readable): If
3633 glasses-separator differs from underscore, put appropriate
3634 overlays over underscore characters.
3635 (glasses-convert-to-unreadable): If glasses-separator differs from
3636 underscore, try to convert glasses-separator characters to
3637 underscores.
3638
3639 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3642 Use with-syntax-table and dolist.
3643
3644 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
3645
3646 * textmodes/reftex-auc.el:
3647 * textmodes/reftex-cite.el:
3648 * textmodes/reftex-dcr.el:
3649 * textmodes/reftex-global.el:
3650 * textmodes/reftex-parse.el:
3651 * textmodes/reftex-ref.el:
3652 * textmodes/reftex-sel.el:
3653 * textmodes/reftex-toc.el:
3654 * textmodes/reftex-vars.el:
3655 * textmodes/reftex.el: Small changes to remove compiler warnings.
3656
3657 * textmodes/reftex-index.el: Likewise.
3658 (reftex-query-index-phrase): More efficient use of markers.
3659
3660 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * image.el (image-load-path): New variable.
3663 (image-search-load-path): New function.
3664 (find-image): Search for images in `image-load-path'.
3665
3666 2005-09-15 Richard M. Stallman <rms@gnu.org>
3667
3668 * follow.el: Change Maintainer field.
3669
3670 2005-09-15 David Ponce <david@dponce.com>
3671
3672 * recentf.el (recentf-save-file-modes): New option.
3673 (recentf-save-list): Use it.
3674
3675 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
3676
3677 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3678 (mode-line-mule-info, mode-line-modified): Move bindings from
3679 mouse-3 to mouse-1.
3680
3681 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * simple.el (sendmail-user-agent-compose): Revert last change.
3684
3685 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3688 Use with-current-buffer.
3689 (ange-ftp-gwp-start): Remove unused var `gw-user'.
3690 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3691 (ange-ftp-insert-directory): Remove unused var `short'.
3692 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3693
3694 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3695 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3696
3697 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3698 (check-calendar-holidays, diary-list-entries): Autoload.
3699 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3700 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3701
3702 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3703 which mistakenly removed a call to display-buffer.
3704
3705 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * obsolete/iso-insert.el: Move to obsolete/ from international/.
3708
3709 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
3710
3711 * progmodes/hideshow.el
3712 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3713 (hs-allow-nesting): New user var.
3714 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3715 (hs-hide-block-at-point): When nesting allowed,
3716 if there is already an overlay in place, delete it.
3717 (hs-safety-is-job-n): Delete func; remove call sites.
3718 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3719 (hs-overlay-at): New func.
3720 (hs-already-hidden-p, hs-show-block): Use it.
3721 (hs-hide-all): Don't pre-clean if nesting allowed.
3722 (hs-show-all): Temporarily disallow
3723 nesting around call to `hs-discard-overlays'.
3724
3725 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3728 Delete unused local var.
3729
3730 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * help-fns.el (describe-categories): "?\ " -> "?\s".
3733 (help-do-arg-highlight): Recognize also ARG-n, as in
3734 `move-to-left-margin' (ARG+n is already recognized). Simplify.
3735
3736 * international/codepage.el (dos-unsupported-char-glyph):
3737 * net/newsticker.el (tool-bar-map, w3-mode-map)
3738 (w3m-minor-mode-map):
3739 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3740 (ent-alist):
3741 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3742
3743 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * custom.el (custom-push-theme): Handle the case where a symbol is
3746 bound but face properties have not yet been assigned.
3747
3748 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3749 Fix behavior if noerase is `t' and there is no mail buffer.
3750
3751 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3752 if `continue' is nil, rather than signal an error.
3753
3754 2005-09-12 Richard M. Stallman <rms@gnu.org>
3755
3756 * font-lock.el (font-lock-keywords): Add autoload.
3757
3758 * help-fns.el (describe-variable): Rearrange to put source link
3759 in a predictable place.
3760
3761 * net/newsticker.el: New file.
3762
3763 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * calendar/calendar.el (calendar-for-loop): Add edebug info.
3766 (calendar-basic-setup): Use the new nil arg.
3767 (number-of-diary-entries): Move to diary-lib.el.
3768
3769 * calendar/diary-lib.el: Use with-current-buffer, match-string.
3770 (diary-list-entries): Use with-syntax-table and dolist.
3771 Rename from list-diary-entries.
3772 Use number-of-diary-entries if `number' is nil.
3773 (diary, diary-view-entries): Use this new name and new nil arg value.
3774 (number-of-diary-entries): Move from calendar.el.
3775 (diary-unhide-everything): New function.
3776 (include-other-diary-files, fancy-diary-display)
3777 (diary-show-all-entries, make-diary-entry): Use it.
3778 (diary-mail-entries): Use buffer-string.
3779 (mark-diary-entries): Fix long standing paren typo.
3780 (diary-sexp-entry): Use count-lines.
3781 (make-diary-entry): Avoid `previous-line'.
3782 (diary-mode-map): New var.
3783 (diary-mode): Redraw cal after saving. Setup header-line.
3784 (fancy-diary-display-mode): Use local-set-key.
3785
3786 * startup.el (command-line): Try calling various terminal-init-foo-bar
3787 functions by stripping hyphenated suffixes from $TERM.
3788
3789 * files.el (normal-mode): Check boundness of font-lock-keywords.
3790
3791 2005-09-12 Richard M. Stallman <rms@gnu.org>
3792
3793 * progmodes/compile.el: Don't decide a file's directory
3794 until the user actually tries to go there.
3795 (compilation-next-error-function):
3796 Pass compilation-find-file the directory from the file-struct.
3797 (compilation-internal-error-properties): Separate local FILE-STRUCT
3798 from FILE. Doc the args better. Rename arg FMT to FMTS.
3799 (compilation-find-file): Arg DIR renamed to DIRECTORY.
3800 Expand it, and if nil, use default-directory.
3801 (compilation-get-file-structure): Don't mix specified directory
3802 with default directory. Put specified directory into
3803 file-struct. Don't make the file name absolute.
3804
3805 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3806 (compile-command): Add autoload.
3807 (compilation-disable-input): Add autoload.
3808
3809 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
3810
3811 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3812 strings of the variables it can override.
3813 (time-stamp): New (as yet undocumented) time-stamp-format escapes
3814 %Q and %q, for fully-qualified domain name and unqualified host name.
3815
3816 2005-09-11 Kim F. Storm <storm@cua.dk>
3817
3818 * emacs-lisp/authors.el (authors-aliases): Update list.
3819 (authors-fixed-entries): Update mldrag.el entry.
3820
3821 2005-09-10 Alan Mackenzie <acm@muc.de>
3822
3823 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3824 from the region narrowed to.
3825
3826 2005-09-10 Magnus Henoch <mange@freemail.hu>
3827
3828 * textmodes/ispell.el (ispell-check-version): Signal an error if
3829 aspell version is less than 0.60.
3830
3831 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
3832
3833 * progmodes/octave-inf.el (inferior-octave-startup):
3834 Resync current dir at the end.
3835
3836 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
3837
3838 * woman.el (woman-topic-at-point-default):
3839 Rename to woman-use-topic-at-point-default.
3840 (woman-topic-at-point): Rename to woman-use-topic-at-point.
3841 (woman-file-name): Reflect renames above. Automatically use the
3842 word at point as topic if woman-use-topic-at-point is non-nil.
3843 Otherwise offer it as default but don't insert it in the
3844 minibuffer. Also use `test-completion' instead of `assoc' as
3845 suggested by Stefan Monnier.
3846
3847 2005-09-10 Andre Spiegel <spiegel@gnu.org>
3848
3849 * vc.el (vc-directory, vc-update-change-log): Throw an error on
3850 the attempt to do it over Tramp. This is not yet supported.
3851
3852 2005-09-10 Eli Zaretskii <eliz@gnu.org>
3853
3854 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3855 (menu-bar-non-minibuffer-window-p): New functions.
3856 ("Split Window", "Save As..."): Use them.
3857 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3858 ("Print Buffer", "Truncate Long Lines in this Buffer"):
3859 Use menu-bar-menu-frame-live-and-visible-p.
3860 ("Save Buffer", "Insert File", "Open Directory...")
3861 ("Open File...", "Visit New File..."):
3862 Use menu-bar-non-minibuffer-window-p.
3863 (kill-this-buffer-enabled-p, dired <menu-enable>):
3864 Use menu-bar-non-minibuffer-window-p.
3865
3866 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3867
3868 * cus-start.el (all): Don't complain about fringe-related
3869 built-ins if fringes are not supported. Ditto about
3870 selection-related built-ins. Fix the test for GTK-related built-ins.
3871
3872 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
3873 ("Postscript Print Buffer", "Print Region", "Save As...")
3874 ("Save", "Insert File...", "Open Directory...")
3875 ("Open File...", "Visit New File..."")
3876 ("Truncate Long Lines in this Buffer"): Don't look at
3877 menu-updating-frame if this display does not support multiple frames.
3878
3879 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3880
3881 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
3882
3883 2005-09-09 Emilio Lopes <eclig@gmx.net>
3884
3885 * woman.el: Format- and whitespace-related changes.
3886
3887 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3888
3889 * woman.el: Fix my email address.
3890
3891 2005-09-08 Richard M. Stallman <rms@gnu.org>
3892
3893 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
3894 (sh-mode): Locally set skeleton-pair-default-alist.
3895
3896 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
3897
3898 * progmodes/flymake.el: Require `compile' unconditionally.
3899
3900 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
3901
3902 * woman.el (woman-file-name): Provide a default, not initial input.
3903
3904 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
3905
3906 * font-lock.el (font-lock-support-mode): Doc fix.
3907
3908 * descr-text.el (describe-property-list): Handle non-symbol prop names.
3909
3910 2005-09-08 Richard M. Stallman <rms@gnu.org>
3911
3912 * simple.el (blink-matching-open): Get rid of text props from
3913 the string shown in echo area. Don't permanently set point.
3914 Some rearrangements.
3915
3916 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
3917
3918 * recentf.el (recentf-filename-handler): Add custom choice
3919 `abbreviate-file-name'.
3920
3921 * msb.el (msb--very-many-menus): Fix typo.
3922
3923 * disp-table.el (standard-display-european): Don't set
3924 enable-multibyte-characters to nil.
3925
3926 2005-09-08 David Ponce <david@dponce.com>
3927
3928 * recentf.el (recentf-show-file-shortcuts-flag): New option.
3929 (recentf-expand-file-name): Doc fix.
3930 (recentf-dialog-mode-map): Define digit shortcuts.
3931 (recentf--files-with-key): New variable.
3932 (recentf-show-digit-shortcut-filter): New function.
3933 (recentf-open-files-items): New function.
3934 (recentf-open-files): Use it.
3935 (recentf-open-file-with-key): New command.
3936
3937 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
3938
3939 * buff-menu.el (Buffer-menu-sort-by-column): New function.
3940 Suggested by Kim F. Storm.
3941 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
3942 (Buffer-menu-make-sort-button): Use global keymap.
3943
3944 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
3945
3946 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
3947 (Man-getpage-in-background-advice): Remove defadvice; it isn't
3948 necessary any longer with the remapped command.
3949 (Man-bgproc-sentinel-advice): Remove defadvice which counts
3950 formatting time only.
3951
3952 * net/tramp.el (tramp-action-password)
3953 (tramp-multi-action-password): Compile the password prompt from
3954 `method', `user' and `host'. Sometimes it isn't obvious which
3955 password to enter, for example with remote files offered by
3956 recentf.el, or with multiple steps. Suggested by Robert Marshall
3957 <robert@chezmarshall.freeserve.co.uk>.
3958
3959 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3962 Fix regexp for when "s///" is at the beginning of line.
3963
3964 2005-09-07 Jay Belanger <belanger@truman.edu>
3965
3966 * calc/calc-poly.el (math-expand-term): Multiply out any powers
3967 when in matrix mode.
3968
3969 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
3972 non-anonymous functions.
3973
3974 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
3975
3976 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
3977 when using a header line. Otherwise, use mouse-1-click-follows-link.
3978
3979 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
3980 can't be moved; don't signal an error.
3981
3982 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * cus-theme.el (custom-theme-write-faces): Save the current face
3985 spec, not the defface spec.
3986
3987 * custom.el (custom-known-themes): Clarify meaning of "standard".
3988 (custom-push-theme): Save old values in the standard theme.
3989 (disable-theme): Correct typo.
3990 (custom-face-theme-value) Deleted unused function.
3991 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
3992
3993 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3994
3995 * progmodes/compile.el (compilation-goto-locus): Take into account
3996 iconified frames when determining whether the buffer is
3997 already visible.
3998 Don't reset window height if the window already existed.
3999
4000 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4001
4002 * custom.el (load-theme): Rename from require-theme.
4003 Add interactive spec.
4004 (enable-theme): Rename from custom-enable-theme.
4005 Add interactive spec.
4006 (disable-theme): Rename from custom-disable-theme.
4007 Add interactive spec.
4008 (custom-make-theme-feature): Doc fix.
4009 (custom-theme-directory): Doc fix.
4010 (provide-theme): Call enable-theme.
4011
4012 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * obsolete/lazy-lock.el (lazy-lock-mode):
4015 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4016 font-lock-mode if it's off. Print a warning instead.
4017
4018 * progmodes/compile.el (compilation-start): Ignore errors if the
4019 process died before we get to send-eof.
4020
4021 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4022 Undo last change. Enclosing the result in quotes broke things on Unix
4023 since tex-send-command passes it through shell-quote-argument.
4024 (tex-send-command): Pass `file' through convert-standard-filename
4025 when possible.
4026 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4027 info in a transcript.
4028
4029 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4030
4031 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4032 fix compilation warning. Reorder the key definitions to group
4033 together keys emitted by the current version of xterm.
4034
4035 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4036 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4037 Reorder predicates to correct min-color usage.
4038
4039 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4042 Kill local variables when longlines-mode is turned off.
4043
4044 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4047
4048 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4049
4050 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4051
4052 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4053 (font-lock-lines-before): Change default to being inactive.
4054 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4055 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4056
4057 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4058
4059 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4060 Deactivate temporarily advice if active (not needed for Emacs 22,
4061 but for backwards compatibility).
4062 (tramp-exists-file-name-handler): Rewrite. First implementation
4063 was too simple.
4064 (tramp-advice-make-auto-save-file-name):
4065 Call `tramp-handle-make-auto-save-file-name' (again, just for
4066 backwards compatibility).
4067
4068 2005-08-31 Reto Zimmermann <reto@gnu.org>
4069
4070 * progmodes/vhdl-mode.el
4071 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4072 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4073 (vhdl-set-default-project): New function (easier setting of default).
4074 (vhdl-port-copy): Handle extended identifiers for generics.
4075 (vhdl-compiler-alist): Better description for error message regexp.
4076 (vhdl-make): Query for target, use previous as default.
4077 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4078 (vhdl-font-lock-keywords-2): Fix fontification for record
4079 el. assign.
4080 (vhdl-speedbar-make-subpack-line): Add package body link.
4081 (vhdl-generate-makefile-1): Not include itself as dependency.
4082 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4083 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4084 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4085 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4086 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4087 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4088 (vhdl-import-project): Add string argument for `error'.
4089 (vhdl-compose-configuration)
4090 (vhdl-compose-configuration-architecture): Add configuration
4091 declaration generation.
4092 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4093 (vhdl-trailer-re): Add "record" keyword (better indentation).
4094 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4095 "[^ \t-\"]+".
4096 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4097 (vhdl-testbench-entity-file-name)
4098 (vhdl-testbench-architecture-file-name): Allow separate
4099 customization of testbench file names.
4100 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4101 (vhdl-get-visible-signals): Allow newline within alias declaration.
4102 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4103 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4104 (member-ignore-case): Alias for missing function in XEmacs.
4105 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4106 (vhdl-update-sensitivity-list): Ignore case on read signals.
4107 (vhdl-replace-string): Adjust case only for file names.
4108 (vhdl-update-sensitivity-list): Fix search for read signals.
4109 (vhdl-update-sensitivity-list): Exclude formal parameters.
4110 (vhdl-get-visible-signals): Include aliases of signals.
4111 (vhdl-get-visible-signals): Fix signal name searching.
4112 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4113 (vhdl-fixup-whitespace-region): Fix for character
4114 literals (e.g. ':').
4115
4116 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4117
4118 * ansi-color.el (comint-last-output-start):
4119 * bs.el (font-lock-verbose):
4120 * diff-mode.el (add-log-buffer-file-name-function):
4121 * dired-x.el (vm-folder-directory):
4122 * faces.el (help-xref-stack-item):
4123 * files.el (font-lock-keywords):
4124 * find-lisp.el (dired-buffers, dired-subdir-alist):
4125 * ido.el (cua-inhibit-cua-keys):
4126 * log-view.el (cvs-minor-wrap-function):
4127 * outline.el (font-lock-warning-face):
4128 * simple.el (compilation-current-error):
4129 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4130 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4131 * tooltip.el (comint-prompt-regexp):
4132 * w32-fns.el (explicit-shell-file-name):
4133 * term/mac-win.el (mac-charset-info-alist)
4134 (mac-services-selection, mac-system-script-code):
4135 * term/tty-colors.el (msdos-color-values):
4136 * term/w32-win.el (xlfd-regexp-registry-subnum):
4137 * term/x-win.el (x-keysym-table, x-selection-timeout)
4138 (x-session-id, x-session-previous-id):
4139 * textmodes/ispell.el (mail-yank-prefix):
4140 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4141 * textmodes/org.el (calc-embedded-close-formula)
4142 (calc-embedded-open-formula)
4143 (font-lock-unfontify-region-function):
4144 * textmodes/reftex-global.el (isearch-next-buffer-function)
4145 (TeX-master):
4146 * textmodes/reftex.el (font-lock-keywords):
4147 * textmodes/tex-mode.el (font-lock-comment-face)
4148 (font-lock-doc-face):
4149 * textmodes/texinfo.el (outline-heading-alist):
4150 Add defvars.
4151
4152 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4153 (artist-spray-chars, artist-mode-init, artist-replace-string)
4154 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4155 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4156 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4157
4158 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4159 (conf-align-assignments): "?\ " -> "?\s".
4160
4161 * textmodes/reftex-index.el (TeX-master): Add defvar.
4162 (reftex-index-phrases-marker): Move up defvar.
4163
4164 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4165 (reftex-toc-include-labels-indicator)
4166 (reftex-toc-include-index-indicator)
4167 (reftex-toc-max-level-indicator): Move up declarations.
4168
4169 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4170 of args to `tramp-run-real-handler', even if it's empty in this case.
4171
4172 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4173
4174 * dired.el (dired-move-to-filename-regexp): Add date format for
4175 Mac OS X 10.3 in East Asian locales.
4176
4177 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4178
4179 * files.el (make-auto-save-file-name): Add file name handler call
4180 if applicable.
4181
4182 * net/tramp.el (tramp-file-name-handler-alist)
4183 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4184 (tramp-handle-make-auto-save-file-name): Rename from
4185 `tramp-make-auto-save-file-name'.
4186 (tramp-exists-file-name-handler): New defun.
4187 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4188 `make-auto-save-file-name' is not a magic file name operation.
4189
4190 2005-08-30 Richard M. Stallman <rms@gnu.org>
4191
4192 * files.el (risky-local-variable-p):
4193 Match `-predicates' and `-commands.
4194
4195 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4196 (custom-save-all): Visit the file if necessary;
4197 kill the buffer if we created it.
4198 (custom-save-delete): Don't visit file or kill buffer here.
4199
4200 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4201
4202 * textmodes/org.el (org-special-keyword): New face.
4203 (org-table-copy-down, org-table-eval-formula)
4204 (org-table-recalculate, org-init-section-numbers):
4205 Use `string-to-number' instead of `string-to-int'.
4206 (org-get-location): Use `insert-buffer-substring' instead of
4207 `insert-buffer'.
4208 (org-modify-diary-entry-string): New function.
4209 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4210 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4211 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4212 active region.
4213 (org-export-as-html): Handle QUOTE keyword.
4214 (org-quote-string): New option.
4215 (org-bookmark-jump-unhide): New function, used for
4216 `bookmark-after-jump-hook'.
4217 (org-diary-default-entry): Apply only when not called through
4218 `org-agenda'.
4219
4220 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4221
4222 * net/eudc.el (mode-popup-menu):
4223 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4224 * progmodes/ada-mode.el (compile-auto-highlight)
4225 (skeleton-further-elements):
4226 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4227 * progmodes/cmacexp.el (msdos-shells):
4228 * progmodes/compile.el (font-lock-extra-managed-props)
4229 (font-lock-keywords, font-lock-maximum-size)
4230 (font-lock-support-mode):
4231 * progmodes/grep.el (font-lock-lines-before):
4232 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4233 * progmodes/mixal-mode.el (compile-command):
4234 * progmodes/perl-mode.el (font-lock-comment-face)
4235 (font-lock-doc-face, font-lock-string-face):
4236 * progmodes/prolog.el (comint-prompt-regexp):
4237 * progmodes/sh-script.el (font-lock-comment-face)
4238 (font-lock-set-defaults, font-lock-string-face):
4239 * progmodes/sql.el (font-lock-keyword-face)
4240 (font-lock-set-defaults, font-lock-string-face):
4241 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4242 (itimer-version, lazy-lock-defer-contextually)
4243 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4244 Add defvars.
4245
4246 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4247 (cperl-electric-keyword, cperl-electric-pod)
4248 (cperl-electric-backspace, cperl-forward-re)
4249 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4250 (vc-rcs-header, vc-sccs-header): Add defvars.
4251
4252 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4253 (font-lock-syntactic-keywords, gud-find-expr-function):
4254 Add defvars.
4255
4256 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4257 (gdb-frame-parameters): Declare before use.
4258
4259 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4260 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4261 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4262 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4263
4264 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4265 (idlwave-help-with-source): Use `insert-buffer-substring', not
4266 `insert-buffer'.
4267
4268 2005-08-29 Juri Linkov <juri@jurta.org>
4269
4270 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4271 Put outline-back-to-heading function call inside save-excursion.
4272
4273 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4274
4275 * man.el (Man-init-defvars, Man-translate-references)
4276 (Man-support-local-filenames, Man-highlight-references):
4277 * progmodes/sql.el (sql-interactive-mode):
4278 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4279
4280 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4281 (compilation-mode-font-lock-keywords): Add defvars.
4282 (checkdoc-interactive-loop): "?\ " -> "?\s".
4283
4284 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4285 (font-lock-doc-face, font-lock-string-face)
4286 (font-lock-keywords-case-fold-search): Add defvars.
4287 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4288
4289 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4290 Don't pass X and Y (they are ignored anyway).
4291 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4292 (mouse-delete-window): Make arguments optional.
4293
4294 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4295 (caesar-translate-table, minor-modes, news-buffer-save)
4296 (news-group-name, news-minor-modes): Add defvars.
4297
4298 * emacs-lisp/lselect.el (mouse-highlight-priority)
4299 (x-lost-selection-functions, zmacs-regions):
4300 * emacs-lisp/pp.el (font-lock-verbose):
4301 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4302 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4303 (ses-mode-map):
4304 * emacs-lisp/tcover-unsafep.el (safe-functions):
4305 * international/mule-cmds.el (mac-system-coding-system)
4306 (mac-system-locale):
4307 * language/ethio-util.el (rmail-current-message)
4308 (rmail-message-vector):
4309 * language/thai-util.el (thai-auto-composition-mode):
4310 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4311 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4312 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4313 (vm-primary-inbox, vm-spool-files):
4314 * mail/rmail.el (deleted-head, font-lock-fontified)
4315 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4316 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4317 (total-messages):
4318 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4319 (rmail-summary-mode-map):
4320 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4321 (rmail-last-label, rmail-last-multi-labels)
4322 (rmail-summary-vector, rmail-total-messages):
4323 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4324 * mail/rmailsum.el (msgnum):
4325 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4326 (rmail-current-message):
4327 * obsolete/fast-lock.el (font-lock-face-list):
4328 * obsolete/rnewspost.el (mail-reply-buffer):
4329 * obsolete/scribe.el (compile-command):
4330 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4331
4332 2005-08-28 John Paul Wallington <jpw@gnu.org>
4333
4334 * ibuf-ext.el (ibuffer-auto-update-changed):
4335 Use `frame-or-buffer-changed-p' to check whether we need to update.
4336 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4337 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4338 as a `frame-or-buffer-changed-p' state vector instead.
4339
4340 2005-08-27 Romain Francoise <romain@orebokech.com>
4341
4342 * textmodes/makeinfo.el (makeinfo-compile):
4343 Use `compilation-start'. Set `next-error-function' according to
4344 `disable-errors'.
4345 (makeinfo-next-error): New function.
4346 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4347 (makeinfo-buffer): Likewise.
4348
4349 * progmodes/compile.el (compilation-start): Add autoload cookie.
4350
4351 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4352 * textmodes/sgml-mode.el: Likewise.
4353 * progmodes/python.el: Likewise.
4354
4355 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4356
4357 * simple.el (blink-matching-paren-distance): Document the meaning
4358 of nil value, and allow to customize to nil.
4359
4360 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4361 command.com, not command.exe.
4362
4363 2005-08-26 John Wiegley <johnw@newartisans.com>
4364
4365 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4366 code around a bit so that an extraneous nil argument is not added
4367 to a command when no args are given.
4368
4369 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4370 double-quoted argument resolves to nil, return it as an empty
4371 string rather than as nil. This made it impossible to pass "" to
4372 a shell script as a null string argument.
4373
4374 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * outline.el (outline-invent-heading): New fun.
4377 (outline-promote, outline-demote): Use it.
4378 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4379 (outline-end-of-subtree): Remove unused var `opoint'.
4380
4381 2005-08-26 David Reitter <david.reitter@gmail.com>
4382
4383 * menu-bar.el (truncate-lines, write-file, print-buffer)
4384 (ps-print-buffer-faces, ps-print-buffer, split-window):
4385 Disable menu items when the frame they refer to is invisible, or when
4386 they refer to a buffer and the minibuffer is selected.
4387
4388 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4389
4390 * progmodes/flymake.el (flymake-highlight-err-lines):
4391 Use save-excursion around flymake-highlight-line to preserve point.
4392
4393 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4394
4395 * progmodes/octave-mod.el: Change Author and Maintainer address.
4396 (octave-maintainer-address): Change Kurt's email address.
4397 * progmodes/octave-inf.el: Change Author and Maintainer address.
4398 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4399
4400 2005-08-26 Kim F. Storm <storm@cua.dk>
4401
4402 * subr.el (version-list-<, version-list-<=, version-list-=):
4403 Renamed from integer-list-*.
4404 (version-list-not-zero): Likewise. Fix while loop.
4405 (version=): Use version-list-= instead of string-equal.
4406
4407 2005-08-26 Richard M. Stallman <rms@gnu.org>
4408
4409 * outline.el (outline-promote): Try shortening the heading.
4410 As last resort, read the heading to use.
4411 (outline-demote): As last resort, read the heading to use.
4412
4413 2005-08-26 Romain Francoise <romain@orebokech.com>
4414
4415 * progmodes/compile.el (compilation-start): Doc fix.
4416
4417 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4418 (antlr-font-lock-additional-keywords): Fix reference to
4419 `antlr-font-lock-literal-regexp' erroneously changed during the
4420 mass face rename.
4421 (antlr-run-tool): Use `compilation-start'.
4422
4423 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4424 instead of the obsolete `compile-internal'.
4425
4426 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4427
4428 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4429 (number, original-date):
4430 * calendar/cal-china.el (date):
4431 * calendar/cal-coptic.el (date):
4432 * calendar/cal-french.el (date):
4433 * calendar/cal-hebrew.el (date, entry, number, original-date):
4434 * calendar/cal-islam.el (date, number, original-date):
4435 * calendar/cal-iso.el (date):
4436 * calendar/cal-julian.el (date):
4437 * calendar/cal-mayan.el (date):
4438 * calendar/cal-menu.el (date, event):
4439 * calendar/cal-persia.el (date):
4440 * calendar/lunar.el (date):
4441 * calendar/solar.el (date): Add defvars.
4442
4443 * emerge.el:
4444 * ibuffer.el:
4445 * info-xref.el:
4446 * obsolete/bg-mouse.el:
4447 * obsolete/sun-curs.el:
4448 * obsolete/swedish.el: Move the `defvar's to the top level.
4449
4450 * smerge-mode.el (smerge-refined-change): Add :group.
4451
4452 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4455 (smerge-keep-n): Remove props.
4456 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4457 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4458 now that it's done in smerge-keep-n.
4459 (smerge-refined-change): New face.
4460 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4461 (smerge-refine): New funs.
4462 (smerge-basic-map): Bind smerge-refine.
4463
4464 2005-08-25 Juri Linkov <juri@jurta.org>
4465
4466 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4467 compilation-process-setup-function and compilation-disable-input
4468 in grep-mode instead of let-bindings in grep.
4469
4470 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4471 Delete "Automatic File De/compression" (auto-compression-mode).
4472
4473 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4476 Silence warning about non-existent variable.
4477
4478 2005-08-25 Richard M. Stallman <rms@gnu.org>
4479
4480 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4481 Rename "Describe Key" to "Describe Key or Mouse Operation".
4482
4483 * mail/mailalias.el (build-mail-aliases): Delete comments
4484 from the contents before processing them.
4485
4486 * isearch.el (isearch-edit-string): Erase the Search prompt
4487 if user enters an empty string and there is no default.
4488
4489 * comint.el (comint-file-name-prefix): Add autoload.
4490
4491 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4492
4493 * subr.el (play-sound): Rearrange to avoid warning.
4494
4495 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4496
4497 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4498 New hook.
4499 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4500
4501 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4504
4505 * custom.el (custom-theme-set-variables): Sort minor modes last.
4506
4507 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4508
4509 * subr.el (version-separator, version-regexp-alist): New vars used by
4510 version comparison funs.
4511 (integer-list-<, integer-list-=, integer-list-<=)
4512 (integer-list-not-zero): New funs for integer list comparison.
4513 (version-to-list, version=, version<, version<=): New funs for version
4514 comparison.
4515
4516 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4519 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4520 time to silence the byte-compiler.
4521
4522 * ibuffer.el (ibuffer-compile-make-eliding-form)
4523 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4524 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4525 so it's silly to get warnings for it).
4526 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4527 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4528 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4529 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4530 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4531 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4532 Defvar at compile time.
4533 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4534 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4535 Declare them before use.
4536
4537 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4538 (info-xref-good, info-xref-bad): Defvar at compile time.
4539
4540 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4541 Use `let*' instead of `let'.
4542
4543 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4544 (*mouse-y*, menu, char): Defvar at compile time.
4545 (sc::menu): Declare it before use.
4546 (sc::pack-one-line): Use `let', not `let*'.
4547
4548 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4549 (mail-send-hook): Defvar at compile time.
4550
4551 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4552 Defvar at compile time.
4553
4554 * term/sun-mouse.el (current-global-mousemap)
4555 (current-local-mousemap): Declare them before use.
4556
4557 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4558
4559 * bookmark.el (bookmark-after-jump-hook): New hook.
4560 (bookmark-jump): Run `bookmark-after-jump-hook'.
4561
4562 2005-08-23 Juri Linkov <juri@jurta.org>
4563
4564 * faces.el (minibuffer-prompt): Doc fix.
4565
4566 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4567
4568 * progmodes/xscheme.el: Trivial changes to silence warnings.
4569 (xscheme-previous-mode, xscheme-previous-process-state):
4570 Add defvars.
4571 (xscheme-last-input-end, xscheme-process-command-line)
4572 (xscheme-process-name, xscheme-buffer-name)
4573 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4574 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4575 (xscheme-control-g-synchronization-p)
4576 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4577 (default-xscheme-runlight, xscheme-runlight)
4578 (xscheme-runlight-string, xscheme-process-filter-state)
4579 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4580 Move to beginning of file.
4581 (scheme-interaction-mode-commands-alist)
4582 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4583 Declare them before use. Note: the initialization code for the variables
4584 has not been moved because it uses functions that reference the variables.
4585 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4586 (xscheme-prompt-for-expression-map): Declare them before use.
4587 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4588
4589 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4590
4591 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4592
4593 2005-08-22 Juri Linkov <juri@jurta.org>
4594
4595 * faces.el (set-face-underline): Delete this duplicate function
4596 and make an obsolete alias to set-face-underline-p.
4597 (set-face-underline-p): Use docstring of set-face-underline.
4598 (describe-face): Create hyperlink to parent face.
4599
4600 * info.el (Info-insert-dir): Use save-excursion around
4601 insert-buffer-substring.
4602 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4603 (Info-escape-percent): Delete function.
4604 (Info-fontify-node): Replace Info-escape-percent by
4605 replace-regexp-in-string with REP arg set to lambda that
4606 duplicates `%' and preserves text properties.
4607
4608 * progmodes/compile.el (compilation-disable-input): Doc fix.
4609 (define-compilation-mode): Doc fix and refill.
4610 (kill-compilation): Use `mode-name' in the error message.
4611 (compilation-find-file): Use `compilation-error' in the
4612 read-file-name's prompt.
4613
4614 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4617 (smerge-auto-leave): Make undo re-enable the mode.
4618 (debug-ignored-errors): Add the user-error of impossible resolution.
4619 (smerge-resolve): Move things around a bit, in preparation for later.
4620 (smerge-diff): Don't fail if the buffer has no associated file.
4621 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4622 (smerge-conflict-overlay): New function.
4623 (smerge-match-conflict): Don't add text properties here.
4624 (smerge-find-conflict): Instead, add an overlay here.
4625 Also check for the case where we're inside a conflict already, so as to
4626 obviate the need for font-lock-multiline, which is unbearably slow with
4627 large conflicts and ciomplex font-lock patterns.
4628 (smerge-remove-props): Remove overlay rather than text-properties.
4629 (smerge-mode): Don't set font-lock-multiline.
4630 Remove overlays when turned off.
4631
4632 2005-08-21 Kim F. Storm <storm@cua.dk>
4633
4634 * ido.el (ido-ignore-item-p): Use save-match-data.
4635 Bind case-fold-search to ido-case-fold locally.
4636
4637 2005-08-20 Richard M. Stallman <rms@gnu.org>
4638
4639 * files.el (normal-mode): If font lock is on, turn it off and on.
4640
4641 * subr.el (replace-regexp-in-string): Doc fix.
4642
4643 * startup.el (command-line-1): Don't suppress startup screen
4644 due to existing processes.
4645
4646 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4647
4648 * progmodes/compile.el (compilation-disable-input): Default to nil.
4649
4650 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4651
4652 * progmodes/compile.el (compilation-disable-input): New defcustom.
4653 (compilation-start): If compilation-disable-input is non-nil, send
4654 EOF to the compilation process.
4655
4656 2005-08-20 Eli Zaretskii <eliz@gnu.org>
4657
4658 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4659 Run the argument of tex-shell-cd-command through
4660 convert-standard-filename, to get the correct style of slashes on
4661 Windows, and enclose the result in quotes, in case the file name
4662 includes whitespace or other special characters.
4663
4664 2005-08-19 Andreas Schwab <schwab@suse.de>
4665
4666 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4667 process.
4668
4669 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4670
4671 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4672
4673 2005-08-18 Kim F. Storm <storm@cua.dk>
4674
4675 * scroll-lock.el: Fix errors due to incorrect line wrapping.
4676
4677 2005-08-18 Richard M. Stallman <rms@gnu.org>
4678
4679 * scroll-lock.el: New file.
4680
4681 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
4682
4683 * dired.el (dired-move-to-end-of-filename):
4684 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4685
4686 2005-08-18 Kim F. Storm <storm@cua.dk>
4687
4688 * ido.el (ido-everywhere): Fix defcustom :set function to disable
4689 rather than toggle mode when custom value is nil.
4690 (ido-everywhere): Fix defun doc string.
4691
4692 2005-08-17 Richard M. Stallman <rms@gnu.org>
4693
4694 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4695 as tag instead of "Inviolable".
4696
4697 2005-08-17 Kim F. Storm <storm@cua.dk>
4698
4699 * windmove.el (windmove-coordinates-of-position): Remove.
4700 (windmove-coordinates-of-window-position): Remove.
4701 (windmove-reference-loc): Use posn-at-point instead.
4702
4703 * subr.el (insert-for-yank-1): Doc fix.
4704
4705 * ido.el (ido-enter-matching-directory): Rename from
4706 ido-enter-single-matching-directory. Change 'slash choice to
4707 'only. Add 'first choice.
4708 (ido-exhibit): Adapt to above changes.
4709
4710 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
4711
4712 * Makefile.in: Expand comment about building loaddefs.el.
4713
4714 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
4715
4716 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4717 Comment use of defadvice.
4718
4719 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4720
4721 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
4722
4723 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4724 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4725 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4726 * progmodes/idlw-shell.el, progmodes/ld-script.el,
4727 * progmodes/which-func.el, ruler-mode.el, strokes.el,
4728 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4729 for backward compatibility for faces that did not appear in the
4730 previous Emacs release.
4731
4732 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4733
4734 2005-08-15 Kim F. Storm <storm@cua.dk>
4735
4736 * emulation/cua-base.el (cua-delete-region): Return t if
4737 deleted region was non-empty.
4738 (cua-replace-region): Inhibit overwrite-mode for
4739 self-insert-command if replaced region was non-empty.
4740 (cua--explicit-region-start, cua--status-string): Make them
4741 buffer-local at top-level...
4742 (cua-mode): ...rather than when mode is enabled.
4743
4744 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
4745
4746 * progmodes/vhdl-mode.el (vhdl-emacs-21):
4747 Set t for Emacs 21, 22, and so on.
4748
4749 2005-08-15 David Ponce <david@dponce.com>
4750
4751 * tree-widget.el: Update Commentary header.
4752 (tree-widget-theme): Doc fix.
4753 (tree-widget-space-width): New option.
4754 (tree-widget-image-properties): Look up in the default theme too.
4755 (tree-widget--cursors): Only for images with arrow pointer shape.
4756 (tree-widget-lookup-image): Pointer shape is hand by default.
4757 (tree-widget-icon): Rename generic icon widget from
4758 `tree-widget-control'.
4759 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4760 derive from `tree-widget-icon'.
4761 (tree-widget-handle): Improve default look and feel of the text
4762 representation.
4763 (tree-widget): Rename :*-control properties to :*-icon properties.
4764 Add :action and :help-echo properties.
4765 (tree-widget-after-toggle-functions): Move.
4766 (tree-widget-close-node, tree-widget-open-node): Remove.
4767 (tree-widget-before-create-icon-functions): New hook.
4768 (tree-widget-value-create): Update to allow customization of icons
4769 and nodes at run-time via that new hook.
4770 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4771 (tree-widget-icon-action, tree-widget-icon-help-echo)
4772 (tree-widget-action, tree-widget-help-echo): New functions.
4773
4774 2005-08-15 Kim F. Storm <storm@cua.dk>
4775
4776 * ido.el (ido-buffer-internal): Use with-no-warnings.
4777 (ido-make-merged-file-list): Use while-no-input.
4778
4779 2005-08-15 Richard M. Stallman <rms@gnu.org>
4780
4781 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4782 (flyspell-large-region): Fix doc and custom type.
4783
4784 2005-08-14 Richard M. Stallman <rms@gnu.org>
4785
4786 * files.el (interpreter-mode-alist): Doc fix.
4787
4788 * mail/rmail.el (rmail-nonignored-headers): New variable.
4789 (rmail-clear-headers): Use it.
4790 (rmail-reply): Better handling of mail-followup-to header.
4791
4792 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4793 Rename variable from sh-font-lock-keywords. In the `shell' entry,
4794 don't try to refer to executable-font-lock-keywords.
4795 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4796 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4797 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4798 (sh-mode): Set comment-start-skip, local-abbrev-table,
4799 imenu-case-fold-search.
4800 (sh-set-shell): Don't set them here.
4801 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
4802 Don't cache the results in the original alist; don't ever modify
4803 that alist.
4804
4805 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4806
4807 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4808 empty.
4809
4810 2005-08-15 Andreas Schwab <schwab@suse.de>
4811
4812 * desktop.el: Put autoload cookie at risky-local-variable declarations.
4813
4814 * dired.el, info.el, mail/rmail.el: Revert last change.
4815
4816 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
4817
4818 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4819 modification in `eval-after-load' form.
4820 * info.el: Likewise.
4821 * mail/rmail.el: Likewise.
4822
4823 2005-08-14 Juri Linkov <juri@jurta.org>
4824
4825 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4826 Remove highlighting of "Compilation started". Highlight only
4827 the word "finished" in "Compilation finished". Add highlighting
4828 of "interrupt", "killed", "terminated" and the exit code.
4829 (compilation-start): Add newline after header. Use exactly the
4830 same time stamp format as the finishing message.
4831 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4832
4833 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4834 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4835 Add highlighting of "interrupt", "killed", "terminated".
4836
4837 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4838 enabled and the current command is self-insert-command, call it
4839 explicitly with overwrite-mode bound to nil, to not allow it
4840 to delete the character after the selected region.
4841
4842 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
4843
4844 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4845 move-end-of-line, end-of-line, and beginning-of-line to the list
4846 of commands after which the echo area is updated.
4847
4848 2005-08-12 Eli Zaretskii <eliz@gnu.org>
4849
4850 * cus-edit.el (custom-save-all, custom-save-delete):
4851 Bind recentf-exclude to exclude custom-file.
4852
4853 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
4854
4855 * mail/rmailsum.el (rmail-summary-end-of-message): New command
4856 to go to the bottom of the mail message. Added to
4857 `rmail-summary-mode-map' with key "/".
4858 (rmail-summary-show-message): New (internal) function for use by
4859 both `rmail-summary-beginning/end-of-message'.
4860 (rmail-summary-beginning-of-message): Change to use
4861 rmail-summary-show-message.
4862
4863 * mail/rmail.el (rmail-end-of-message): New command to go to the
4864 end of the current message. Added to `rmail-mode-map' with key "/".
4865 (rmail-beginning-of-message): Fix to work as documented.
4866 (rmail-mode): Change documentation.
4867
4868 * progmodes/compile.el (compilation-start): Add the line
4869 "Compilation started" with compilation start time.
4870 (compilation-mode-font-lock-keywords): Add `started' to keywords.
4871
4872 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
4873
4874 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
4875 of menu items.
4876
4877 2005-08-11 Richard M. Stallman <rms@gnu.org>
4878
4879 * simple.el (pop-global-mark): Reverse test of widen-automatically.
4880
4881 * battery.el (battery-status-function): Don't use ignore-errors.
4882
4883 2005-08-11 Lute Kamstra <lute@gnu.org>
4884
4885 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
4886 define-obsolete-variable-alias.
4887
4888 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
4891 (ange-ftp-send-cmd): Revert last change, and expand
4892 the comment explaining the problem.
4893
4894 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
4895
4896 * ldefs-boot.el: Update.
4897
4898 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
4899 item to "Time, Load and Mail". Change help echo text.
4900
4901 * time.el (display-time-use-mail-icon, display-time-format)
4902 (display-time-string-forms): Shorten first line of docstrings.
4903
4904 2005-08-10 Lars Hansen <larsh@soem.dk>
4905
4906 * desktop.el (desktop-buffer-mode-handlers):
4907 Make non-customizable. Add autoload cookie. Change initial value to
4908 nil; add elements in respective modules instead. Fix doc string.
4909 (desktop-load-file): New function.
4910 (desktop-minor-mode-handlers): New autoloaded variable.
4911 (desktop-create-buffer): Call minor mode handlers.
4912 Use desktop-load-file to load major and minor mode modules prior to
4913 checking for a handler.
4914 (desktop-save): Don't add nil to desktop-minor-modes for minor
4915 modes with nil function in desktop-minor-mode-table. Don't delete
4916 desktop file before rewriting it.
4917 (desktop-locals-to-save): Add autoload cookie. Don't make
4918 automatically buffer-local. Add variables column-number-mode,
4919 size-indication-mode, indent-tabs-mode,
4920 indicate-buffer-boundaries, indicate-empty-lines and
4921 show-trailing-whitespace.
4922 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
4923 regexps. Don't use desktop-clear-preserve-buffers-regexp.
4924 (desktop-clear-preserve-buffers-regexp): Delete.
4925 (desktop-clear-preserve-buffers): Update initial value and docstring.
4926 (desktop-save-buffer): Fix doc string.
4927
4928 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
4929 (hilit-chg-desktop-restore): New function.
4930 (highlight-changes-mode): Add highlight-changes-mode to
4931 desktop-locals-to-save.
4932
4933 * dired.el: Add handler to desktop-buffer-mode-handlers.
4934 (dired-restore-desktop-buffer): Remove autoload cookie.
4935 (dired-mode): Add autoload cookie.
4936
4937 * info.el: Add handler to desktop-buffer-mode-handlers.
4938 (Info-restore-desktop-buffer): Remove autoload cookie.
4939 (Info-mode): Add autoload cookie.
4940
4941 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
4942 (mh-restore-desktop-buffer): Remove autoload cookie.
4943 (mh-folder-mode): Add autoload cookie.
4944
4945 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
4946 (rmail-restore-desktop-buffer): Remove autoload cookie.
4947
4948 2005-08-11 Masatake YAMATO <jet@gyve.org>
4949
4950 * hexl.el (hexl-address-region):
4951 (hexl-ascii-region, hexl-font-lock-keywords):
4952 (hexl-highlight-line-range): Use the term "region"
4953 instead of "area" for consistency with the other symbols
4954 defined in hexl.el.
4955
4956 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4957
4958 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
4959 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
4960 out by Juri Linkov). Add `display-battery-mode'.
4961
4962 2005-08-09 Juri Linkov <juri@jurta.org>
4963
4964 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4965 Remove `-text' from face variable names.
4966 (compilation-error-file-name, compilation-warning-file-name)
4967 (compilation-info-file-name): Delete faces.
4968 (compilation-line-number, compilation-column-number):
4969 Remove face underlining.
4970 (compilation-message-face): Set to `underline' value by default.
4971 (compilation-error-face, compilation-warning-face)
4972 (compilation-info-face): Remove `-file-name' from face names.
4973 (compilation-error-text-face, compilation-warning-text-face)
4974 (compilation-info-text-face): Delete face variables.
4975 (compilation-text-face): Delete function.
4976
4977 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
4978 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
4979 (grep-error-face): Set to `compilation-error' instead of
4980 `compilation-error-face' (which is redefined to `grep-hit-face' in
4981 grep buffers).
4982 (grep-mode-font-lock-keywords): Remove `-text' from face variable
4983 names. Use `grep-error-face' instead of `compilation-error-text-face'.
4984
4985 * dired-aux.el (dired-do-query-replace-regexp):
4986 Use `query-replace-read-args'.
4987
4988 * replace.el (query-replace-read-from, query-replace-read-to)
4989 (query-replace-read-args): Rename arg `string' to `prompt'.
4990
4991 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
4992
4993 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4994
4995 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
4996 uploading files.
4997 (ange-ftp-canonize-filename): Handle file names beginning with ~
4998 correctly.
4999
5000 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5001
5002 * textmodes/fill.el (canonically-space-region)
5003 (fill-context-prefix, fill-french-nobreak-p)
5004 (fill-delete-newlines, fill-comment-paragraph)
5005 (justify-current-line): "?\ " -> "?\s".
5006
5007 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5008
5009 * textmodes/fill.el (fill-nonuniform-paragraphs):
5010 Improve argument/docstring consistency.
5011
5012 2005-08-09 Richard M. Stallman <rms@gnu.org>
5013
5014 * textmodes/ispell.el (ispell-word): More fboundp checks.
5015
5016 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5017 (find-file-noselect-1): Call it here, only if RAWFILE.
5018 (normal-mode): Always set some major mode.
5019 (save-some-buffers-action-alist): Change some explanation strings.
5020 (file-name-non-special): In the `quote' method, use unwind-protect.
5021
5022 2005-08-09 Magnus Henoch <mange@freemail.hu>
5023
5024 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5025 (ispell-have-aspell-dictionaries): New variable.
5026 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5027 (ispell-get-aspell-config-value): New function.
5028 (ispell-aspell-find-dictionary): New function.
5029 (ispell-aspell-add-aliases): New function.
5030 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5031 appropriate. Don't look for ispell dictionaries if we use aspell.
5032 (ispell-menu-map): Don't build a submenu of dictionaries.
5033
5034 2005-08-09 Richard M. Stallman <rms@gnu.org>
5035
5036 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5037 (sql-read-passwd): Use read-passwd.
5038
5039 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5040 (idlwave-toolbar-is-possible): Add defvars.
5041
5042 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5043 Avoid warnings.
5044
5045 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5046 (idlwave-system-class-info, idlwave-executive-commands-alist):
5047 Use defvar.
5048
5049 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5050
5051 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5052 Avoid warnings.
5053
5054 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5055 and content-type: headers.
5056
5057 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5058
5059 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5060 and rename some of them to be more self-explanatory.
5061
5062 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5063
5064 * startup.el (command-line-1): Implement -scriptload.
5065
5066 * replace.el (occur-engine): Initial *Occur* output not undoable.
5067
5068 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5069 and improve help strings.
5070
5071 * isearch.el (isearch-repeat): When changing direction,
5072 mark search successful.
5073
5074 * ediff-init.el: Use (featurep 'xemacs).
5075
5076 * comint.el (send-invisible): Identify buffer, if not selected.
5077
5078 * align.el: Delete autoload for c-guess-basic-syntax.
5079
5080 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5081
5082 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5083 Improve argument/docstring consistency. Doc fixes.
5084 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5085 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5086 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5087 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5088 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5089 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5090 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5091 Defvar at compile time.
5092
5093 2005-08-09 Juri Linkov <juri@jurta.org>
5094
5095 * info.el: Replace `info' with upper-case `Info' where appropriate.
5096 (info-title-1, info-title-2, info-title-3, info-title-4)
5097 (info-menu-header): Move up face definitions.
5098 (info-menu-star): Rename from `info-menu-5'.
5099 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5100 (Info-fontify-visited-nodes): Fix docstring.
5101 (Info-hide-note-references): Fix docstring.
5102 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5103 menu items in the same way as on cross-references.
5104 (info-apropos): Fix sorting order and formatting to be like in the
5105 stand-alone Info browser. Display error messages for 1 sec.
5106 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5107 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5108 from the menu bar.
5109 (Info-insert-dir): Restore point after calling
5110 `insert-buffer-substring'.
5111
5112 2005-08-08 Richard M. Stallman <rms@gnu.org>
5113
5114 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5115 (recompute-lucid-menubar): Add defvars.
5116
5117 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5118
5119 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5120
5121 * net/net-utils.el (run-dig): Rename from `dig'.
5122
5123 * play/gametree.el (gametree-mode): Use make-local-variable,
5124 not make-variable-buffer-local.
5125
5126 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5127
5128 * ansi-color.el (ansi-color-make-extent)
5129 (ansi-color-set-extent-face): Use fboundp, not functionp.
5130
5131 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5132 not make-variable-buffer-local.
5133
5134 * bookmark.el (Info-current-file): Add defvar.
5135 (bookmark-jump-noselect): Use with-no-warnings.
5136
5137 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5138
5139 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5140
5141 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5142
5143 * find-file.el (ada-procedure-start-regexp)
5144 (ada-package-start-regexp): Add defvars.
5145
5146 * info.el (Info-insert-dir): Use insert-buffer-substring.
5147
5148 * xml.el (xml-att-def-re): Add defvar.
5149
5150 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5151 calling convention.
5152
5153 * subr.el (while-no-input): Return t if there is input.
5154
5155 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5156
5157 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5158
5159 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5160
5161 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5162 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5163
5164 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5165
5166 * cmuscheme.el (scheme-start-file): Replace reference to
5167 `user-emacs-directory' by "~/.emacs.d/".
5168
5169 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5170
5171 * info.el (Info-dir-remove-duplicates): Avoid case folding
5172 in loop; instead, keep downcased strings for comparison.
5173 Suggested by Helmut Eller.
5174
5175 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5176
5177 Sync with Tramp 2.0.50.
5178
5179 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5180 XEmacs case; not necessary anymore.
5181 (tramp-user-regexp): Allow "@" as part of user name.
5182 (tramp-handle-set-visited-file-modtime)
5183 (tramp-handle-insert-file-contents)
5184 (tramp-handle-write-region): No special handling for
5185 `last-coding-system-used, because this is done in
5186 `tramp-accept-process-output' now.
5187 (tramp-accept-process-output): New defun.
5188 (tramp-process-one-action, tramp-process-one-multi-action)
5189 (tramp-wait-for-regexp, tramp-wait-for-output)
5190 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5191 Howells <dhowells@redhat.com>.
5192 (clear-visited-file-modtime): Defadvice removed. The check for
5193 unset buffer's modtime does not need to be based on
5194 `tramp-buffer-file-attributes'. Suggested by RMS.
5195 (tramp-message): Insert "\n" if not being at beginning of line.
5196 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5197 sequence with same logic.
5198 (tramp-completion-handle-expand-file-name): Discard call of
5199 `tramp-drop-volume-letter'. It is not necessary, and there have
5200 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5201 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5202 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5203 should always be visible.
5204 (tramp-handle-insert-directory, tramp-setup-complete)
5205 (tramp-set-process-query-on-exit-flag)
5206 (tramp-append-tramp-buffers): Pacify byte-compiler.
5207 (tramp-bug): Delete non-existing variables from list.
5208 Apply `tramp-load-report-modules' as pre-hook.
5209 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5210 `shell-prompt-pattern' because of non-7bit characters.
5211 Reported by Sebastian Luque <sluque@mun.ca>.
5212 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5213 (tramp-match-string-list): Remove function.
5214 (tramp-wait-for-regexp): Remove call of that function.
5215 Suggested by Kim F. Storm <storm@cua.dk>.
5216 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5217 instead of octal character code ?\600. The latter resulted in a
5218 syntax error with XEmacs.
5219
5220 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5221 XEmacs case; not necessary anymore.
5222 (tramp-smb-handle-write-region): No special handling for
5223 `last-coding-system-used, because this is done in
5224 `tramp-accept-process-output' now.
5225 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5226
5227 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5228
5229 * wid-edit.el (widget-choice-value-create):
5230 Unconditionally respect user choice. Set :explicit-choice back to nil
5231 when no longer needed.
5232 (widget-choice-action): Unconditionally respect user choice.
5233 Eliminate :explicit-choice-value.
5234
5235 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5236
5237 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5238 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5239 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5240 running new function `toggle-indicate-empty-lines'.
5241 Rename "Customize" item to "Customize fringe".
5242 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5243 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5244 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5245 Delete "Empty lines only" item.
5246 (menu-bar-showhide-fringe-ind-customize): New function.
5247 (menu-bar-showhide-fringe-ind-mixed)
5248 (menu-bar-showhide-fringe-ind-box)
5249 (menu-bar-showhide-fringe-ind-right)
5250 (menu-bar-showhide-fringe-ind-left)
5251 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5252 instead of `fringe-indicators'.
5253
5254 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5255
5256 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5257 Change the date of last update.
5258
5259 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5260
5261 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5262 (viper-exec-yank, viper-put-back): Don't display modification msg
5263 if in the minibuffer.
5264
5265 * viper-init.el (viper-replace-overlay-cursor-color)
5266 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5267 Make variables frame local.
5268
5269 * viper-util.el (viper-append-filter-alist): Use append instead of
5270 nconc.
5271
5272 * viper.el (viper-vi-state-mode-list)
5273 (viper-emacs-state-mode-list): Move help-mode and
5274 completion-list-mode from the first list to the second.
5275 (viper-mode): Docstring.
5276 (viper-go-away, viper-non-hook-settings): Don't localize
5277 minor-mode-alist in newer Emacsen. Add advice to
5278 set-cursor-color. Don't bind "\C-c\\".
5279
5280 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5281
5282 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5283 (scheme-macro-expand-command): New user options.
5284 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5285 (scheme-form-at-point, scheme-start-file)
5286 (scheme-interactively-start-process): New functions.
5287 (scheme-get-process): New function, extracted from `scheme-proc'.
5288 (run-scheme): Call `scheme-start-file' to get start file, and pass
5289 it to `make-comint'.
5290 (switch-to-scheme, scheme-proc):
5291 Call `scheme-interactively-start-process' if no Scheme buffer/process
5292 is available.
5293
5294 2005-08-06 Juri Linkov <juri@jurta.org>
5295
5296 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5297 Use `compilation-text-face', `compilation-info-text-face' and
5298 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5299 (compilation-error): New face.
5300 (compilation-error-file-name): Inherit from
5301 `compilation-error' instead of `font-lock-warning-face'.
5302 (compilation-warning-file-name): Inherit from
5303 `compilation-warning' instead of `font-lock-warning-face'.
5304 (compilation-info, compilation-error-file-name)
5305 (compilation-warning-file-name, compilation-info-file-name)
5306 (compilation-line-number, compilation-column-number): Doc fix.
5307 (compilation-error-text-face, compilation-warning-text-face)
5308 (compilation-info-text-face): New face variables.
5309 (compilation-line-face, compilation-column-face)
5310 (compilation-enter-directory-face)
5311 (compilation-leave-directory-face): Doc fix.
5312 (compilation-text-face): New function.
5313
5314 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5315 instead of 1 to display binary file names as info file links.
5316 (grep-error-face): Use `compilation-error-face' instead of
5317 `font-lock-keyword-face'.
5318 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5319 and `compilation-warning-text-face' instead of
5320 `font-lock-keyword-face'. Use `compilation-error-text-face'
5321 instead of `grep-error-face'.
5322
5323 2005-08-05 Kenichi Handa <handa@m17n.org>
5324
5325 * international/code-pages.el: Add autoload cookies for all coding
5326 systems.
5327
5328 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5329
5330 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5331
5332 2005-08-04 Juri Linkov <juri@jurta.org>
5333
5334 * progmodes/compile.el (compilation-mode-map):
5335 * progmodes/grep.el (grep-mode-map):
5336 Bind TAB to `compilation-next-error' and [backtab] to
5337 `compilation-previous-error'.
5338
5339 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5340 matching line numbers, column numbers and their ranges with regexp
5341 matching only line numbers.
5342 (grep-context-face): New face variable.
5343 (grep-mode-font-lock-keywords): Use it.
5344
5345 * faces.el (read-face-name): Delete duplicate faces.
5346
5347 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5348
5349 * thumbs.el (thumbs-find-image): Don't make variables
5350 automatically buffer local.
5351 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5352 (thumbs-image-num): Make automatically buffer local.
5353 (thumbs-show-thumbs-list): Use `make-local-variable', not
5354 `make-variable-buffer-local'.
5355 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5356
5357 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5358 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5359 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5360 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5361 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5362 (feelings-about, foullst, found, hello, history, howareyoulst)
5363 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5364 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5365 (neglst, obj, object, owner, please, problems, qlist)
5366 (random-adjective, relation, remlst, repetitive-shortness)
5367 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5368 (shortlst, something, sportslst, stallmanlst, states, subj)
5369 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5370 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5371 Defvar at compile time.
5372
5373 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5374 not `make-variable-buffer-local'.
5375
5376 2005-08-02 Kim F. Storm <storm@cua.dk>
5377
5378 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5379 rectangle overlay in selected window.
5380
5381 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5382
5383 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5384 instead of display group. Make `indicate-buffer-boundaries'
5385 customizable through Custom.
5386
5387 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5388
5389 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5390 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5391 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5392 (gdb-put-string): Fix typos in docstrings.
5393
5394 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5395
5396 Update copyright notices of files in progmodes directory for
5397 release of Emacs 22.1.
5398
5399 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5400
5401 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5402 Don't barf if the GUD buffer has been killed.
5403
5404 2005-08-01 Kim F. Storm <storm@cua.dk>
5405
5406 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5407
5408 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * simple.el (next-error-follow-minor-mode):
5411 make-variable-buffer-local -> make-local-variable.
5412
5413 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5414
5415 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5416 (byte-compile-form-make-variable-buffer-local): New functions to warn
5417 about misuses of make-variable-buffer-local where make-local-variable
5418 was meant.
5419
5420 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5421
5422 * bs.el (bs-attributes-list): Doc fix.
5423 (bs): Update url-link.
5424
5425 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5426 (desktop-load-default): Simplify.
5427
5428 * ibuffer.el (ibuffer-columnize-and-insert-list)
5429 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5430 (ibuffer-unmark-all, ibuffer-toggle-marks)
5431 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5432 (ibuffer-compile-make-format-form, ibuffer-format-column)
5433 (ibuffer-current-buffers-with-marks)
5434 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5435 (ibuffer): Doc fix.
5436 (ibuffer-mode): Fix typo in docstring.
5437 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5438 with `define-obsolete-variable-alias'.
5439 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5440
5441 2005-07-29 Kenichi Handa <handa@m17n.org>
5442
5443 * international/mule-cmds.el (select-message-coding-system):
5444 Be sure to use LF for end-of-line. If no coding system is decided,
5445 return iso-8859-1-unix.
5446
5447 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5450 (ange-ftp-pending-error-line): New vars.
5451 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5452 to handle the non-fatal no-route-to-host messages.
5453 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5454
5455 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5456
5457 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5458 (isearch-quote-char, isearch-printing-char)
5459 (isearch-text-char-description): "?\ " -> "?\s".
5460 (isearch-lazy-highlight-cleanup)
5461 (isearch-lazy-highlight-initial-delay)
5462 (isearch-lazy-highlight-interval)
5463 (isearch-lazy-highlight-max-at-a-time)
5464 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5465 Declare with define-obsolete-*-alias macros.
5466 (isearch-forward): Fix typo in docstring.
5467 (search-invisible, search-ring-yank-pointer)
5468 (regexp-search-ring-yank-pointer): Doc fixes.
5469
5470 * recentf.el (recentf-menu-append-commands-p): Declare with
5471 `define-obsolete-variable-alias'.
5472 (recentf-max-saved-items, recentf-menu-filter)
5473 (recentf-arrange-by-rule-subfilter): Doc fixes.
5474 (recentf-menu-append-commands-flag)
5475 (recentf-initialize-file-name-history, recentf-expand-file-name)
5476 (recentf-clear-data): Fix typos in docstrings.
5477
5478 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5479
5480 * progmodes/gdb-ui.el: Smarten comments.
5481 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5482
5483 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5484
5485 * term/apollo.el (terminal-init-apollo): New function containing
5486 all former top level forms in the file.
5487 * term/bobcat.el (terminal-init-bobcat):
5488 * term/cygwin.el (terminal-init-cygwin):
5489 * term/iris-ansi.el (terminal-init-iris-ansi):
5490 * term/linux.el (terminal-init-linux):
5491 * term/news.el (terminal-init-news):
5492 * term/rxvt.el (terminal-init-rxvt):
5493 * term/sun.el (terminal-init-sun):
5494 * term/tvi970.el (terminal-init-tvi970):
5495 * term/vt100.el (terminal-init-vt100):
5496 * term/vt102.el (terminal-init-vt102):
5497 * term/vt125.el (terminal-init-vt125):
5498 * term/vt200.el (terminal-init-vt200):
5499 * term/vt201.el (terminal-init-vt201):
5500 * term/vt220.el (terminal-init-vt220):
5501 * term/vt240.el (terminal-init-vt240):
5502 * term/vt300.el (terminal-init-vt300):
5503 * term/vt320.el (terminal-init-vt320):
5504 * term/vt400.el (terminal-init-vt400):
5505 * term/vt420.el (terminal-init-vt420):
5506 * term/wyse50.el (terminal-init-wyse50):
5507 * term/xterm.el (terminal-init-xterm): Likewise.
5508
5509 * term/README: Describe the terminal-init-* functionality.
5510
5511 * startup.el (command-line): After loading the terminal initialization
5512 file call the corresponding terminal initialization function.
5513
5514 2005-07-27 Kenichi Handa <handa@m17n.org>
5515
5516 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5517 negative.
5518
5519 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5520 (ps-mule-composition-prologue): Fix for the case that
5521 RelativeCompose is false.
5522
5523 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5526
5527 * descr-text.el (describe-char): Handle the case where the list of
5528 chars is displayed in a separate frame.
5529 Be a bit more discriminating when looking for the char.
5530
5531 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5532
5533 * bookmark.el (bookmark-automatically-show-annotations)
5534 (bookmark-read-annotation-text-func): Doc fixes.
5535 (bookmark-save): Improve argument/docstring consistency.
5536 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5537 (bookmark-alist-from-buffer)
5538 (bookmark-upgrade-file-format-from-0)
5539 (bookmark-grok-file-format-version)
5540 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5541 (bookmark-read-annotation-mode)
5542 (bookmark-insert-current-bookmark, bookmark-jump)
5543 (bookmark-exit-hook): Fix typos in docstrings.
5544 (bookmark-exit-hooks): Define as obsolete alias.
5545 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5546 not `bookmark-exit-hooks'. Fix docstring.
5547 (bookmark-bmenu-select): "?\ " -> "?\s".
5548
5549 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5550
5551 * startup.el (command-line): Fix typo.
5552
5553 2005-07-24 Richard M. Stallman <rms@gnu.org>
5554
5555 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5556 not emacs-quick-startup.
5557
5558 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5559
5560 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5561 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5562 instead of `reb-with-current-window'.
5563 (reb-prev-match): Likewise. Also, don't move left if the search
5564 was unsuccessful.
5565 (reb-initialize-buffer): New function.
5566 (re-builder, reb-change-syntax): Use it.
5567
5568 * man.el (Man-goto-page): Make second argument NOERROR optional.
5569
5570 2005-07-23 Richard M. Stallman <rms@gnu.org>
5571
5572 * man.el (Man-bgproc-sentinel): Check here for failure to find
5573 any man page in the output, and report the error here.
5574 (Man-arguments): Make it permanent local.
5575 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5576 (Man-mode): Pass t for NOERROR.
5577
5578 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5579 (grep-mode-font-lock-keywords):
5580 Don't use compilation-...-face for messages that are not file names.
5581
5582 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5583 Don't use compilation-...-face for messages that are not file names.
5584
5585 2005-07-22 Juri Linkov <juri@jurta.org>
5586
5587 * startup.el (normal-splash-screen): Update menu name.
5588
5589 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5590
5591 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5592
5593 * term/xterm.el: Load term/rxvt if the terminal is actually an
5594 rxvt terminal.
5595 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5596
5597 * term/rxvt.el (function-key-map): Use substitute-key-definition
5598 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5599
5600 * term/cygwin.el: New file.
5601
5602 2005-07-22 Kim F. Storm <storm@cua.dk>
5603
5604 * image-file.el (insert-image-file, image-file-yank-handler):
5605 Fix last change to maintain a (unique) yank-handler on yanked images.
5606
5607 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5608
5609 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5610 of the file size (as in "177B" for 177 bytes). This happens with
5611 "ls -lh" on FreeBSD.
5612
5613 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
5614
5615 * hilit-chg.el (highlight-changes-global-initial-state)
5616 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5617 (hilit-chg-fixup, highlight-changes-mode):
5618 Fix typos in docstrings.
5619 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5620 Doc fixes.
5621
5622 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5623
5624 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5625 mode function using `eval-after-load'.
5626
5627 2005-07-21 Kim F. Storm <storm@cua.dk>
5628
5629 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5630 included when reporting an emacs crash, and tell about the DEBUG file.
5631
5632 * image-file.el (insert-image-file): Add yank-handler.
5633 (image-file-yank-handler): Yank handler to make unique copies of
5634 images when they are yanked into a buffer next to each other.
5635
5636 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5637
5638 * comint.el (comint-use-prompt-regexp, comint-send-input)
5639 (comint-source-default, comint-extract-string)
5640 (comint-get-source, comint-word, comint-completion)
5641 (comint-source, comint-prompt-read-only, comint-update-fence):
5642 Fix typos in docstrings.
5643 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5644 Declare with define-obsolete-*-alias macros.
5645 (comint-previous-matching-input-from-input)
5646 (comint-next-matching-input-from-input)
5647 (comint-previous-matching-input, comint-next-matching-input)
5648 (comint-forward-matching-input):
5649 Improve argument/docstring consistency.
5650
5651 * desktop.el (desktop-clear-preserve-buffers-regexp):
5652 Also preserve the *server* buffer.
5653
5654 * simple.el (clone-indirect-buffer): Doc fix.
5655 (fixup-whitespace, just-one-space)
5656 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5657 (next-error, next-error-highlight)
5658 (next-error-highlight-no-select, next-error-last-buffer)
5659 (next-error-buffer-p, next-error-find-buffer, next-error)
5660 (previous-error, next-error-no-select, previous-error-no-select)
5661 (open-line, split-line, minibuffer-prompt-width, kill-new)
5662 (binary-overwrite-mode): Fix typos in docstrings.
5663 (set-fill-column): Fix typo in message.
5664
5665 * skeleton.el (skeleton-proxy-new): Doc fix.
5666
5667 * strokes.el (strokes-load-hook): Doc fix.
5668 (strokes-grid-resolution, strokes-get-grid-position)
5669 (strokes-renormalize-to-grid, strokes-read-stroke)
5670 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5671 (strokes-global-map): Fix typos in docstrings.
5672 (strokes-help): Doc fix. Fix help message and pass it through
5673 `substitute-command-keys'.
5674
5675 * tempo.el (tempo-insert-prompt, tempo-interactive)
5676 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5677 (tempo-insert-string-functions, tempo-local-tags)
5678 (tempo-define-template, tempo-insert-template)
5679 (tempo-insert-prompt-compat, tempo-is-user-element)
5680 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5681 Fix typos in docstrings.
5682
5683 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5684 (vcursor-key-bindings, vcursor-use-vcursor-map)
5685 (vcursor-find-window, vcursor-scroll-down)
5686 (vcursor-disable, vcursor-beginning-of-buffer)
5687 (vcursor-end-of-buffer): Fix typos in docstrings.
5688 (vcursor-relative-move, vcursor-get-char-count):
5689 Improve argument/docstring consistency.
5690
5691 * version.el: "?\ " -> "?\s".
5692
5693 * wid-edit.el (widget-default-create, widget-after-change)
5694 (widget-default-format-handler, widget-checklist-add-item)
5695 (widget-radio-add-item, widget-choose, widget-specify-secret)
5696 (widget-field-value-create, widget-field-value-get)
5697 (widget-editable-list-format-handler)
5698 (widget-editable-list-entry-create, widget-group-value-create)
5699 (widget-documentation-link-add)
5700 (widget-documentation-string-value-create): "?\ " -> "?\s".
5701 (widget-convert-text): Doc fix.
5702 (widget-narrow-to-field, widget-field-find)
5703 (widget-url-link-action, widget-emacs-library-link-action)
5704 (widget-color-notify): Fix typos in docstrings.
5705
5706 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5707 (x-select-text, set-w32-system-coding-system)
5708 (w32-add-charset-info): Fix typos in docstrings.
5709
5710 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5711 (cua-enable-cua-keys, cua-use-hyper-key)
5712 (cua-virtual-rectangle-edges): Fix typos in docstrings.
5713 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5714
5715 * net/tramp.el (tramp-handle-load): Fix typo in error message.
5716
5717 * emacs-lisp/re-builder.el (regexp-builder): Declare with
5718 `defalias' instead of faking it.
5719
5720 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5721 (eshell-ls-missing, eshell-ls-dired-initial-args)
5722 (eshell-ls-use-in-dired): Fix typos in docstrings.
5723
5724 2005-07-20 Kim F. Storm <storm@cua.dk>
5725
5726 * emulation/cua-base.el (cua-mode): Improve doc string.
5727
5728 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5729
5730 * abbrev.el (expand-region-abbrevs): Doc fix.
5731 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5732 Improve argument/docstring consistency.
5733
5734 * arc-mode.el (archive-get-descr, archive-alternate-display):
5735 Doc fixes.
5736 (archive-l-e): Improve argument/docstring consistency.
5737 (archive-tmpdir, archive-unixdate, archive-unixtime)
5738 (archive-chmod-entry): Fix typos in docstrings.
5739 (archive-unflag, archive-unflag-backwards)
5740 (archive-unmark-all-files): "?\ " -> "?\s".
5741
5742 * buff-menu.el (Buffer-menu-unmark): Doc fix.
5743 (Buffer-menu-not-modified, Buffer-menu-execute)
5744 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5745 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5746
5747 * composite.el (compose-string, encode-composition-rule)
5748 (compose-last-chars): Fix typos in docstrings.
5749
5750 * desktop.el (desktop-enable, desktop-basefilename):
5751 Declare with `define-obsolete-variable-alias'.
5752 (desktop-internal-v2s): Don't quote keywords.
5753 (desktop-clear): "?\ " -> "?\s".
5754
5755 * dired.el (dired-align-file, dired-flag-backup-files)
5756 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5757 (dired-listing-switches, dired-ls-F-marks-symlinks)
5758 (dired-dwim-target, dired-load-hook, dired-mode-hook)
5759 (dired-directory, dired-faces, dired, dired-revert)
5760 (dired-mode, dired-summary, dired-view-file)
5761 (dired-copy-filename-as-kill, dired-delete-file)
5762 (dired-no-confirm, dired-unmark-all-marks)
5763 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5764 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5765 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5766 Fix typos in message strings.
5767
5768 * dired-x.el (virtual-dired): Declare with `defalias'.
5769 (dired-mark-unmarked-files, dired-local-variables-file)
5770 (dired-omit-here-always): Doc fix.
5771 (dired-omit-mode, dired-find-subdir)
5772 (dired-enable-local-variables, dired-clean-up-buffers-too)
5773 (dired-extra-startup, dired-mark-extension, dired-jump)
5774 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5775 (dired-smart-shell-command, dired-guess-shell-alist-user)
5776 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5777 (dired-x-bind-find-file, dired-x-submit-report):
5778 Fix typos in docstrings.
5779 (dired-mark-unmarked-files): "?\ " -> "?\s".
5780
5781 * dirtrack.el (dirtrack-list): Fix typos in docstring.
5782
5783 * faces.el (describe-face): "?\ " -> "?\s".
5784 (read-all-face-attributes, read-face-font, modify-face)
5785 (face-attr-construct, italic): Fix typos in docstrings.
5786 (frame-update-face-colors): Declare with
5787 `define-obsolete-function-alias'.
5788
5789 * files.el (find-file-noselect, recode-file-name): Doc fixes.
5790 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5791 (magic-mode-alist, buffer-file-numbers-unique)
5792 (write-file-functions, get-free-disk-space):
5793 Fix typos in docstrings.
5794 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5795 (write-contents-hooks, write-file-hooks):
5796 Declare with `define-obsolete-variable-alias'.
5797
5798 * forms-d2.el (arch-rj): Fix typo in docstrings.
5799 (arch-tocol): Likewise. "?\ " -> "?\s".
5800
5801 * frame.el (set-frame-font, cursor-in-non-selected-windows):
5802 Fix typo in docstring.
5803 (set-screen-width, set-screen-height): Delete redundant info in
5804 doctrings.
5805 (new-frame, screen-height, screen-width): Declare with
5806 `define-obsolete-function-alias'.
5807 (delete-frame-hook, blink-cursor): Declare with
5808 `define-obsolete-variable-alias'.
5809
5810 * paths.el (prune-directory-list): Fix typos in docstring.
5811
5812 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5813 (cvs-prefix-get): Fix typos in docstrings.
5814
5815 * ps-print.el (ps-extend-face-list, ps-extend-face)
5816 (ps-print-background-image): Fix typos in docstrings.
5817 (ps-default-fg, ps-default-bg): Doc fixes.
5818
5819 * s-region.el (s-region-bind): Doc fix.
5820 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5821
5822 * textmodes/org.el (org-table-formula-substitute-names)
5823 (org-table-get-vertical-vector): Doc fixes.
5824 (org-table-recalculate): Remove unused argument to `message'.
5825
5826 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
5827
5828 * textmodes/org.el (org-table-column-names)
5829 (org-table-column-name-regexp)
5830 (org-table-named-field-locations): New variables.
5831 (org-archive-subtree): Protect `this-command' when calling
5832 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5833 the kill buffer.
5834 (org-complete): Remove fixed-formula completion.
5835 (org-edit-formulas-map): New variable.
5836 (org-table-edit-formulas): New command.
5837 (org-finish-edit-formulas, org-abort-edit-formulas)
5838 (org-show-variable, org-table-get-vertical-vector): New functions.
5839 (org-table-maybe-eval-formula): Handle `:=' fields.
5840 (org-table-get-stored-formulas, org-table-store-formulas)
5841 (org-table-get-formula, org-table-modify-formulas)
5842 (org-table-replace-in-formulas): Handle named field formulas.
5843 (org-table-get-specials): Store locations of named fields.
5844
5845 2005-07-19 Juri Linkov <juri@jurta.org>
5846
5847 * progmodes/grep.el (grep-regexp-alist)
5848 (grep-mode-font-lock-keywords, grep-process-setup):
5849 Use default GNU grep match color "01;31m" instead of "01;41m".
5850 (grep-regexp-alist, grep-mode-font-lock-keywords):
5851 Use `\\[[0-9]*m' instead of `\\[00m'.
5852 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5853 sgr_start where its handling is more important. Use the real
5854 length of sgr_start instead of constant 8.
5855 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5856 specially. Delete all remaining escape sequences.
5857 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5858 (grep-regexp-alist): Make hyperlink only for binary file name
5859 instead of the whole line.
5860 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5861 (grep-mode): Add autoload.
5862
5863 * emacs-lisp/find-func.el (find-function-regexp):
5864 Add `define-compilation-mode'.
5865
5866 2005-07-19 Juri Linkov <juri@jurta.org>
5867
5868 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
5869 (compare-windows-sync-string-size, compare-windows-recenter)
5870 (compare-windows-highlight, compare-windows): Add version 22.1.
5871 (compare-windows) <defface>: Inherit from lazy-highlight instead
5872 of duplicating its default value.
5873
5874 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
5875 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
5876
5877 * descr-text.el (describe-char): Create link buttons for `charset'
5878 and `code point'. Add the current input method name with a link
5879 button to `to input' field. Print face names of display table
5880 characters in `The display table entry is displayed by' section
5881 instead of printing face-id in the `display' field.
5882 Guess hardcoded faces and create a link button for them.
5883 Skip empty fields when calculating max-width.
5884 Treat `widget-create' specially while inserting strings from the
5885 collected field list.
5886 (describe-char-after): Made obsolete in version 22.1, not 21.5.
5887
5888 * diff-mode.el (diff-file-header): Change foreground color from
5889 yellow to green on light backgrounds.
5890 (diff-context): Inherit from `shadow' only for color/grayscale
5891 with more than 88 colors.
5892 (diff-indicator-removed, diff-indicator-added)
5893 (diff-indicator-changed): New faces.
5894 (diff-font-lock-keywords): Use new faces. Regroup rules.
5895 Add "^---$" for `normal' diff format. Fontify `#' lines with
5896 font-lock-comment-delimiter-face and font-lock-comment-face.
5897 Add `#' to ^[^...] in the rule for `diff-context-face'.
5898
5899 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
5900 a button-like box. Inherit from `highlight' on low colors.
5901 (shadow): Use shades of gray only for color/grayscale with
5902 more than 88 colors. Use green for light backgrounds with
5903 8 colors, and yellow for dark backgrounds with 8 colors.
5904
5905 * font-lock.el (font-lock-regexp-grouping-backslash):
5906 Don't inherit from escape-glyph (use bold for all cases).
5907
5908 * info.el (info-xref-visited): Use light foreground color `violet'
5909 for dark backgrounds instead of dark color `magenta3'.
5910 (info-title-1): Use `yellow' color for dark backgrounds.
5911
5912 * isearch.el (isearch): Use not-too-dark magenta3 instead of
5913 too-light magenta2.
5914
5915 * replace.el (match): Use slightly more light RoyalBlue3 instead
5916 of dark RoyalBlue4.
5917
5918 * wid-edit.el (widget-inactive): Inherit from `shadow'.
5919
5920 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
5921
5922 * novice.el (disabled-command-hook): Declare it with
5923 `define-obsolete-variable-alias'.
5924
5925 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
5926 (desktop-buffer-misc-functions, desktop-buffer-handlers)
5927 (desktop-load-default): Add release to obsolescence info.
5928 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
5929 (desktop-append-buffer-args, desktop-read):
5930 Fix typos in docstrings.
5931 (desktop-kill): Fix typo in message.
5932 (desktop-save): Doc fix.
5933
5934 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
5935
5936 * viper-cmd.el (viper-escape-to-state): Bug fix.
5937 (viper-envelop-ESC-key): Change the definition of fast
5938 keysequence so it'll work with keyboard macros.
5939
5940 * ediff.el (ediff-patch-buffer): Change the docstring.
5941
5942 2005-07-19 Kenichi Handa <handa@m17n.org>
5943
5944 * international/mule-cmds.el (select-safe-coding-system): Try to
5945 use an auto-coding (if any) before anything else. If the found
5946 auto-coding is invalid, show a warning message.
5947
5948 * international/mule.el (find-auto-coding): New function created
5949 by modifying the body of set-auto-coding.
5950 (set-auto-coding): Use find-auto-coding to find a coding.
5951
5952 2005-07-18 Richard M. Stallman <rms@gnu.org>
5953
5954 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
5955 not isearch-mode-end-hook-error.
5956 (allout-before-change-protect): Fix error message.
5957
5958 2005-07-18 Juri Linkov <juri@jurta.org>
5959
5960 * allout.el (allout-mode):
5961 * calculator.el (calculator-copy):
5962 * custom.el (custom-known-themes):
5963 * dired.el (dired-desktop-buffer-misc-data)
5964 (dired-restore-desktop-buffer):
5965 * dired-x.el (dired-omit-marker-char):
5966 * files.el (basic-save-buffer):
5967 * font-core.el (font-lock-mode):
5968 * calendar/calendar.el (calendar-goto-hebrew-date)
5969 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
5970 (calendar-goto-persian-date):
5971 * language/ethio-util.el (ethio-sera-to-fidel-region):
5972 * textmodes/picture.el (picture-mode):
5973 Delete duplicate duplicate words.
5974
5975 2005-07-18 Juri Linkov <juri@jurta.org>
5976
5977 * isearch.el (isearch-mode-map): Remove key bindings for regexp
5978 chars * ? } |.
5979 (isearch-fallback): Don't call `isearch-process-search-char'.
5980 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
5981 (isearch-process-search-char): Call `isearch-fallback' for regexp
5982 chars * ? } |.
5983 (isearch-return-char): Make obsolete with `make-obsolete' instead
5984 of simply documenting it as obsolete in the docstring.
5985 (isearch-fallback): Refill docstring.
5986
5987 * international/isearch-x.el
5988 (isearch-process-search-multibyte-characters): Remove unneeded
5989 `concat'. Add intermediate values to `junk-hist' instead of
5990 `minibuffer-history'. Test the length of `str'.
5991
5992 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
5993
5994 * allout.el (allout-resolve-xref): Fix typos in error strings.
5995 (allout-before-change-protect): Remove unneeded `concat'.
5996
5997 * array.el (array-mode, array-reconfigure-rows)
5998 (untabify-backward): Fix typos in docstrings.
5999 (array-reconfigure-rows): Use `insert-buffer-substring', not
6000 `insert-buffer'.
6001
6002 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6003 * progmodes/ada-mode.el (ada-make-body):
6004 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6005
6006 * dired.el (dired-log):
6007 * tar-mode.el (tar-subfile-save-buffer):
6008 * play/zone.el (zone-pgm-stress-destress):
6009 Use `insert-buffer-substring', not `insert-buffer'.
6010
6011 2005-07-17 Simon Josefsson <jas@extundo.com>
6012
6013 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6014
6015 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6016
6017 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6018 Add plain auth method.
6019 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6020
6021 2005-07-17 Kim F. Storm <storm@cua.dk>
6022
6023 * ido.el (dired-other-window): Add ido property.
6024
6025 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6026
6027 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6028 Fix typo in docstring.
6029 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6030 `insert-file-literally'.
6031
6032 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6033 info and delete redundant message. Doc fix.
6034 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6035 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6036
6037 2005-07-16 Richard M. Stallman <rms@gnu.org>
6038
6039 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6040 (byte-compile-and): Use byte-compile-and-recursion.
6041 (byte-compile-or-recursion): New function.
6042 (byte-compile-or): Use that.
6043 (byte-compile-if): Guard the else-clause too.
6044 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6045
6046 * isearch.el (isearch-mode-end-hook-quit): New variable.
6047 (isearch-done): Bind it.
6048 (isearch-mode-end-hook): Doc fix.
6049
6050 * allout.el (allout-isearch-did-quit): Variable deleted.
6051 (allout-real-isearch-abort): Function name no longer used.
6052 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6053 (allout-isearch-rectification): isearch-mode always exists.
6054 Don't set allout-isearch-did-quit.
6055 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6056 allout-isearch-did-quit.
6057 (allout-enwrap-isearch): Just add the hook.
6058 (allout-isearch-abort): Function deleted.
6059 (allout-pre-command-business): Avoid warning.
6060
6061 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6062 Correctly avoid warnings.
6063 (pascal-outline): Likewise.
6064
6065 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6066
6067 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6068
6069 * play/tetris.el (tetris-mode): Avoid warning.
6070
6071 * play/snake.el (snake-mode): Avoid warning.
6072
6073 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6074 (gamegrid-set-display-table): Avoid warning.
6075 (gamegrid-set-timer): Likewise.
6076 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6077 (gamegrid-add-score-with-update-game-score-1): Take FILE
6078 as argument.
6079 (gamegrid-add-score-with-update-game-score): Pass that argument.
6080 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6081
6082 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6083
6084 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6085 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6086
6087 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6088 and insert-file.
6089
6090 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6091 (sc-ask): Avoid warnings.
6092
6093 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6094 (eshell-hist-initialize): Use that var the natural way.
6095
6096 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6097
6098 * emacs-lisp/re-builder.el (reb-cook-regexp):
6099 Avoid warning calling lre-compile-string.
6100 (reb-color-display-p): Avoid warning.
6101
6102 * calculator.el (calculator-last-input): Guard uses
6103 of event-key and key-press-event-p.
6104 (event-key, key-press-event-p): Delete definitions.
6105
6106 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6107 (find-gc-source-directory, find-gc-subrs-callers)
6108 (find-gc-noreturn-list, find-gc-source-files)
6109 (find-gc-subrs-called): Vars renamed and defvar'd.
6110
6111 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6112 (checkdoc-overlay-put, checkdoc-delete-overlay)
6113 (checkdoc-overlay-start, checkdoc-overlay-end)
6114 (checkdoc-mode-line-update, checkdoc-char=):
6115 Define such that compiler knows they are defined.
6116 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6117 (checkdoc-read-event): Delete. Use read-event directly.
6118
6119 * whitespace.el (whitespace-make-overlay)
6120 (whitespace-overlay-put, whitespace-delete-overlay)
6121 (whitespace-overlay-start, whitespace-overlay-end):
6122 Define such that compiler knows they are defined.
6123 (whitespace): Move conditional inside.
6124
6125 * tempo.el (tempo-insert-template): Suppress warning.
6126
6127 * ediff-diff.el (longlines-mode): Add defvar.
6128
6129 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6130
6131 * server.el: Bind "C-x #" in a way that works even if C-x is
6132 redefined to a command key, not a prefix key.
6133
6134 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6135
6136 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6137 cl-make-type-test till execution time.
6138
6139 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6140
6141 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6142 arg ARG and use it.
6143
6144 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6145
6146 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6147
6148 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6149
6150 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6151 a defcustom with two :set or :type keywords.
6152
6153 2005-07-15 Richard M. Stallman <rms@gnu.org>
6154
6155 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6156 Don't give ^M comment-end syntax.
6157
6158 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6159
6160 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6161 Don't consider gdbmi (gdb-mi.el has its own update functions).
6162 (gdb-var-delete): Make it work for gdbmi as well.
6163 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6164
6165 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6166 (gud-speedbar-menu-items): Correct logic for enabling items.
6167
6168 2005-07-15 Kim F. Storm <storm@cua.dk>
6169
6170 * ido.el: Fix commentary.
6171 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6172 Use with-no-warnings around ffap-guesser.
6173 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6174 Let bind minibuffer-completing-file-name to t.
6175
6176 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * startup.el (site-run-file, keyboard-type): Doc fixes.
6179 (command-line): Check for "--basic-display" argument; also for
6180 "--quick", not "--bare-bones" (which was renamed).
6181 (fancy-splash-text): Add missing item "Getting New Versions".
6182 (normal-splash-screen): Fix typos and improve consistency with
6183 `fancy-splash-text'. Update copyright year.
6184
6185 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6186 valid binding for `help-char'.
6187
6188 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6189
6190 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6191
6192 * term.el (term-mode): Disable cua-mode for term buffers.
6193
6194 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6195
6196 * add-log.el (add-log-mailing-address, change-log-merge):
6197 Doc fixes.
6198 (change-log-get-method-definition): Fix typo in docstring.
6199
6200 2005-07-14 Kim F. Storm <storm@cua.dk>
6201
6202 * emulation/cua-base.el:
6203 (cua--pre-command-handler-1, cua--pre-command-handler)
6204 (cua--post-command-handler-1, cua--post-command-handler):
6205 Split in two. Check (buffer local) value of cua-mode.
6206 (cua-selection-mode): New command.
6207
6208 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6209
6210 * custom.el (custom-initialize-safe-set)
6211 (custom-initialize-safe-default): Doc fixes.
6212
6213 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6214 and simplify :init-value again.
6215
6216 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6217 and simplify :init-value again. Delete autoload.
6218
6219 * startup.el (command-line): Use `custom-reevaluate-setting' again
6220 for tooltip-mode.
6221
6222 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6223 a defcustom with two :initialize keywords.
6224
6225 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6226
6227 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6228 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6229 (allout-post-command-business, allout-flag-region)
6230 (isearch-reenable-font-lock, allout-yank)
6231 (allout-insert-latex-header, allout-insert-latex-trailer)
6232 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6233 (allout-latex-verb-quote): Fix typos in docstrings.
6234 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6235 (allout-unprotected, allout-prefix-data):
6236 Improve argument/docstring consistency.
6237 (allout-chart-subtree): Fix argument spec.
6238 (allout-open-topic): Rename `use_sib_bullet' argument to
6239 `use-sib-bullet'. Doc fix.
6240
6241 * whitespace.el (whitespace-check-buffer-leading)
6242 (whitespace-check-buffer-trailing)
6243 (whitespace-check-buffer-indent)
6244 (whitespace-check-buffer-spacetab)
6245 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6246 (whitespace-check-leading-whitespace)
6247 (whitespace-check-trailing-whitespace)
6248 (whitespace-check-spacetab-whitespace)
6249 (whitespace-check-indent-whitespace)
6250 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6251 (whitespace-modes): Fix typos in docstrings.
6252 (defgroup, defcustom): Doc fixes.
6253
6254 * winner.el (winner-mode, winner-boring-buffers)
6255 (winner-pending-undo-ring): Doc fixes.
6256 (winner-ring): Remove unneeded `progn'.
6257 (winner-equal): `defsubst' it.
6258 (winner-redo): Fix message.
6259
6260 2005-07-13 Kim F. Storm <storm@cua.dk>
6261
6262 * simple.el (line-move-1): Always use vertical-motion to
6263 do the last (or only) line move to ensure some movement.
6264 Undo 2005-06-23 change--don't check for overlays.
6265
6266 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6267
6268 * term/mac-win.el (ccl-encode-mac-roman-font)
6269 (ccl-encode-mac-centraleurroman-font)
6270 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6271 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6272 Change charset-id boundary of dimension to ?\xef.
6273 (mac-char-fontspec-list): New constant.
6274 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6275 argument. Nil uses itself as family in font-spec. Previous
6276 behavior for nil is now provided by non-nil non-string argument.
6277 All callers changed. Add font-specs for Mac fonts to
6278 "fontset-default" unless iso8859-1 fonts are installed.
6279
6280 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6283 a continuation line if the \ is preceded by SPC or TAB.
6284 (sh-get-indent-info): Simplify.
6285 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6286 Use with-current-buffer.
6287
6288 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6289 when the matched text is empty.
6290
6291 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6292
6293 * startup.el (command-line): Revert to previous handling of
6294 tooltip-mode. Explain in comment why the complexity is needed.
6295
6296 * tooltip.el (tooltip-mode): Revert to previous implementation of
6297 its defcustom.
6298
6299 * frame.el (blink-cursor-mode): Revert to previous implementation
6300 of its defcustom. Update comment.
6301
6302 2005-07-12 Lars Hansen <larsh@soem.dk>
6303
6304 * desktop.el: Update e-mail address.
6305
6306 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6307
6308 * term/mac-win.el (mac-services-mail-selection)
6309 (mac-services-mail-to): New functions.
6310 (mac-application-menu-map): Bind them.
6311
6312 2005-07-12 wulei <milton@wulei.net> (tiny change)
6313
6314 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6315
6316 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6317
6318 * custom.el (custom-reevaluate-setting): Doc fix.
6319
6320 2005-07-11 Jay Belanger <belanger@truman.edu>
6321
6322 * calc/calc.el (calc-embedded-announce-formula-alist)
6323 (calc-embedded-open-close-plain-alist)
6324 (calc-embedded-open-close-mode-alist): Add checks for additional
6325 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6326
6327 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6328
6329 * custom.el (custom-enable-theme): Don't add theme to
6330 `custom-enabled-themes' with `push' because there is no
6331 setf-method for `delq'.
6332
6333 2005-07-11 Richard M. Stallman <rms@gnu.org>
6334
6335 * custom.el (custom-declare-variable): Doc fix.
6336
6337 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6338 from the alists.
6339
6340 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6341 Do nothing if edebug-active.
6342
6343 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6344 (edebug-display): Do it here instead.
6345
6346 2005-07-10 Richard M. Stallman <rms@gnu.org>
6347
6348 * cus-face.el (custom-theme-set-faces): Make it work.
6349 (custom-reset-faces): Doc fix.
6350 (custom-theme-reset-internal-face, custom-theme-face-value):
6351 Functions deleted.
6352
6353 * custom.el (custom-push-theme): Maintain list of the settings
6354 of a given theme in its theme-settings property.
6355 Maintain position of old settings in the theme-value
6356 or theme-face property.
6357 (custom-enabled-themes): New variable.
6358 (custom-theme-enabled-p): New function.
6359 (provide-theme): Update custom-enabled-themes.
6360 Disable and reenable the `user' theme.
6361 (require-theme): Doc fix.
6362 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6363 (custom-theme-value, custom-theme-variable-value): Likewise.
6364 (custom-theme-reset-internal): Likewise.
6365 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6366 (custom-enable-theme, custom-disable-theme): New functions.
6367 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6368 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6369 (custom-theme-reset-variables): Simplify.
6370 (deftheme, custom-declare-theme, custom-make-theme-feature):
6371 Definitions moved.
6372
6373 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6374
6375 * longlines.el (longlines-show-region)
6376 (longlines-unshow-hard-newlines): Recognize hard newlines by
6377 non-nil hard property, instead of t.
6378
6379 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6380
6381 * viper-cmd.el (viper--key-maps): New variable.
6382 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6383 emulation-mode-map-alists.
6384 (viper-envelop-ESC-key): Use viper-subseq.
6385 (viper-search-forward/backward/next): Disable debug-on-error.
6386
6387 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6388 (viper-ESC-key): New defcustoms.
6389
6390 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6391
6392 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6393 (viper-subseq): Copy of subseq from cl.el.
6394
6395 * viper.el (viper-go-away, viper-set-hooks): Use
6396 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6397
6398 * viper-mous.el (viper-current-frame-saved): Use defvar.
6399
6400 * viper-init.el: Get rid of -face in face names.
6401
6402 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6403 Make it work with longlines mode
6404
6405 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6406
6407 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6408
6409 * ediff-init.el: Get rid of -face in face names.
6410
6411 2005-07-10 Richard M. Stallman <rms@gnu.org>
6412
6413 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6414 and with-timeout-unsuspend.
6415
6416 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6417 and with-timeout-unsuspend.
6418
6419 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6420 (with-timeout): Bind that variable to record timers.
6421 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6422
6423 * emacs-lisp/debug.el (debug-help-follow): New function.
6424 (debugger-mode-map): Use that instead of help-follow.
6425 (debugger-setup-buffer): Use eval-buffer-list
6426 to handle eval-buffer frames.
6427
6428 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6429
6430 * timezone.el (timezone-parse-date): Change first regexp
6431 so it will not mistakenly match dates with no time zone.
6432
6433 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6434
6435 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6436
6437 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6438
6439 * custom.el (custom-initialize-safe-set)
6440 (custom-initialize-safe-default): New functions.
6441
6442 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6443 and simplify :init-value.
6444
6445 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6446 and simplify :init-value. Delete obsolete comment.
6447
6448 * startup.el (command-line): Use `custom-reevaluate-setting' to
6449 handle `tooltip-mode'. Delete obsolete comment.
6450
6451 * files.el (set-visited-file-name): Avoid calling
6452 `file-name-nondirectory' with a nil argument.
6453
6454 2005-07-09 Richard M. Stallman <rms@gnu.org>
6455
6456 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6457 was called with nil for the buffer, handle the read position right.
6458 Handle read position for eval-region, too.
6459
6460 2005-07-09 Juri Linkov <juri@jurta.org>
6461
6462 * fringe.el (fringe-mode): Add period in docstring.
6463 (fringe-query-style): Build prompt depending on `all-frames' arg.
6464
6465 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6466 to not create links to unrelated functions in the Help buffer.
6467
6468 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6469 Doc fix.
6470
6471 * simple.el (next-error-hook): New variable.
6472 (next-error): Use it. Doc fix.
6473
6474 * textmodes/ispell.el (ispell-command-loop): Add current
6475 dictionary name and program name to mode-line-format.
6476 (ispell-region, ispell-process-line): Add current dictionary name
6477 and program name to messages.
6478
6479 2005-07-08 Jay Belanger <belanger@truman.edu>
6480
6481 * calc/calc.el (calc-embedded-announce-formula-alist)
6482 (calc-embedded-open-close-formula-alist)
6483 (calc-embedded-open-close-word-alist)
6484 (calc-embedded-open-close-plain-alist)
6485 (calc-embedded-open-close-new-formula-alist)
6486 (calc-embedded-open-close-mode-alist)
6487 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6488 (calc-embedded-mode-hook): New variables.
6489
6490 * calc/calc-embed.el (calc-embedded-firsttime)
6491 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6492 New variables.
6493 (calc-do-embedded): Use calc-embedded-firsttime,
6494 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6495 determine whether or not to run hooks.
6496 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6497 calc-embedded-firsttime-formula appropriately.
6498 Set calc-embedded delimiter variables according to mode.
6499
6500 2005-07-08 Richard M. Stallman <rms@gnu.org>
6501
6502 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6503 Check for "emacs", etc., as entire symbol, not just as word.
6504 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6505
6506 * files.el (set-visited-file-name): Report the error
6507 for "empty filename" earlier.
6508 (kill-some-buffers): Ignore buffers already dead.
6509
6510 * fringe.el (fringe-mode): Doc fix.
6511
6512 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6513 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6514 Use unwind-protect to ensure byte-compile-unresolved-functions
6515 is updated.
6516
6517 * whitespace.el (whitespace-buffer-leading-cleanup):
6518 Simplify w/ skip-chars-forward.
6519 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6520
6521 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6522 Unconditionally try to leave point at the same old place.
6523
6524 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6525
6526 * comint.el (comint-postoutput-scroll-to-bottom)
6527 (comint-show-maximum-output): Take scroll-margin into consideration.
6528
6529 2005-07-08 Kim F. Storm <storm@cua.dk>
6530
6531 * ido.el (ido-use-filename-at-point): New choice `guess'.
6532 (ido-file-internal): Try ffap-guesser if selected.
6533
6534 * ido.el (ido-before-fallback-functions): New hook.
6535 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6536 (ido-read-file-name): Run it.
6537
6538 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6541 strings rather than a list of symbols to the completion function.
6542
6543 2005-07-07 Jay Belanger <belanger@truman.edu>
6544
6545 * calc/calc-units.el (math-apply-units): Change the places in
6546 which units are simplified.
6547
6548 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6549
6550 * cus-edit.el (customize-option, customize-option-other-window):
6551 Make them handle aliases.
6552
6553 * custom.el (custom-variable-p): Make it recursively follow
6554 aliases. Mention that in the docstring.
6555
6556 2005-07-07 Richard M. Stallman <rms@gnu.org>
6557
6558 * cus-start.el (exec-path): Use `directory' instead of `file'.
6559 Fix tag for nil.
6560
6561 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6562
6563 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6564 when called non-interactively. Doc fix.
6565
6566 2005-07-07 Lute Kamstra <lute@gnu.org>
6567
6568 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6569 new address as well.
6570
6571 2005-07-07 Kenichi Handa <handa@m17n.org>
6572
6573 * international/mule.el (make-coding-system):
6574 Describe `ascii-incompatible' property in the docstring.
6575 (set-file-name-coding-system): Signal an error if coding-system is
6576 ascii-incompatible.
6577 (set-keyboard-coding-system): Likewise.
6578
6579 * international/mule-cmds.el (set-default-coding-systems):
6580 Don't set default-file-name-coding-system and
6581 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6582
6583 * international/utf-16.el: Declare that all UTF-16-based coding
6584 systems are ASCII-incompatible.
6585
6586 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6587
6588 * progmodes/gud.el: Require font-lock for displaying errors.
6589 Used by gdb-ui.el.
6590
6591 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6594 values for the pattern lists which are `read'able but not
6595 `append'able (like symbols).
6596
6597 2005-07-06 Richard M. Stallman <rms@gnu.org>
6598
6599 * progmodes/flymake.el (flymake-float-time): Instead of
6600 with-no-warnings, test for xemacs.
6601 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6602 to avoid warning.
6603
6604 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
6605
6606 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6607
6608 2005-07-05 Lute Kamstra <lute@gnu.org>
6609
6610 * battery.el: Add support for Darwin (with much debugging help
6611 from Samuel Lauber <sam124@operamail.com>).
6612 (battery-status-function, battery-echo-area-format)
6613 (battery-mode-line-format): Add support for pmset on Darwin.
6614 (battery-load-low, battery-load-critical): New user options.
6615 (battery-pmset): New function.
6616
6617 2005-07-05 Lute Kamstra <lute@gnu.org>
6618
6619 Update FSF's address in GPL notices.
6620
6621 * textmodes/page-ext.el: Update FSF's address.
6622
6623 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6624
6625 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6626 filling from using prefix when filling a single-line docstring.
6627
6628 * progmodes/flymake.el: Remove useless eval-when-compile.
6629
6630 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6631
6632 2005-07-04 Richard M. Stallman <rms@gnu.org>
6633
6634 * textmodes/org.el (org-file-apps-defaults-gnu):
6635 Rename from org-file-apps-defaults-linux.
6636 (org-default-apps): Don't test system-type for `linux'.
6637 (org-file-apps): Doc fix.
6638
6639 2005-07-04 David Ponce <david@dponce.com>
6640
6641 * tree-widget.el: Improve header Commentary section.
6642 (tree-widget) [defgroup]
6643 (tree-widget-image-enable, tree-widget-themes-directory)
6644 (tree-widget-theme, tree-widget-image-properties-emacs)
6645 (tree-widget-image-properties-xemacs, tree-widget-create-image)
6646 (tree-widget-image-formats, tree-widget-control)
6647 (tree-widget-empty-control, tree-widget-leaf-control
6648 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6649 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6650 (tree-widget-keep, tree-widget-after-toggle-functions)
6651 (tree-widget-open-node, tree-widget-close-node): Doc fix.
6652 (tree-widget-open-control, tree-widget-close-control): Fix doc and
6653 :help-echo message.
6654 (tree-widget-set-theme): Doc fix. Use `string-equal'.
6655 (tree-widget-image-properties): Doc fix. Clearer implementation.
6656 (tree-widget--cursors): New constant.
6657 (tree-widget-lookup-image): New function split from
6658 `tree-widget-find-image'. Clearer implementation.
6659 (tree-widget-find-image): Use it.
6660 (tree-widget-button-keymap): Use `set-keymap-parent'.
6661 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6662 Define the sub-widgets here.
6663 (tree-widget-node): Check that :node is not a tree-widget.
6664 (tree-widget-get-super, tree-widget-open-control)
6665 (tree-widget-close-control, tree-widget-empty-control)
6666 (tree-widget-leaf-control, tree-widget-guide)
6667 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6668 (tree-widget-no-handle, tree-widget-value-delete)
6669 (tree-widget-map): Remove.
6670 (tree-widget-children-value-save): Doc fix. Simplified.
6671 (tree-widget-value-create): Update according to previous changes.
6672
6673 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
6674
6675 * textmodes/org.el: Leading space replaced by TABS.
6676 (org-recalc-marks, org-table-rotate-recalc-marks)
6677 (org-table-get-specials): Treat "^" and "_" marks.
6678 (org-table-justify-field-maybe): Optional argument NEW.
6679 (org-table-eval-formula): Parsing of the format simplified.
6680 New modes C,I. Honor the %= parameter in the current table.
6681 Avoid unnecessary re-align by using the NEW argument to
6682 `org-table-justify-field-maybe'.
6683 (org-calc-default-modes): Default for date-format mimicks org-mode.
6684 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6685
6686 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6687
6688 * cus-face.el (custom-theme-set-faces): Make it handle face
6689 aliases whose alias declarations are pre- or autoloaded.
6690
6691 2005-07-04 Juri Linkov <juri@jurta.org>
6692
6693 * faces.el (read-face-name): Put the code for getting a face name
6694 from the buffer before adding the faces from the `face' property.
6695 Use `completing-read-multiple' instead of `completing-read'.
6696 Require `crm'. Add default value and post-process the returned
6697 list of faces.
6698
6699 * emacs-lisp/crm.el (crm-find-current-element)
6700 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6701
6702 * emacs-lisp/lisp-mode.el (eval-defun-1):
6703 * emacs-lisp/edebug.el (edebug-eval-defun):
6704 Remove unnecessary quotes.
6705
6706 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6707
6708 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6709 (prolog-indent-level): Fix typo in docstring.
6710
6711 * info.el (Info-history, Info-history-forward)
6712 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6713
6714 * add-log.el (add-change-log-entry):
6715 * comint.el (comint-dynamic-list-input-ring)
6716 (comint-dynamic-list-completions):
6717 * dabbrev.el (dabbrev-expand):
6718 * delim-col.el (delimit-columns-rectangle-line):
6719 * diff-mode.el (diff-context->unified, diff-reverse-direction)
6720 (diff-unified->context):
6721 * ediff-init.el (ediff-abbrev-jobname):
6722 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6723 (ediff-replace-session-activity-marker-in-meta-buffer):
6724 * info.el (Info-summary):
6725 * lpr.el (printify-region):
6726 * printing.el (pr-create-interface):
6727 * ps-print.el (ps-print-quote):
6728 * ses.el (ses-column-widths, ses-print-cell)
6729 (ses-adjust-print-width, ses-center):
6730 * shell.el (shell-file-name-quote-list):
6731 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6732 (strokes-fill-current-buffer-with-whitespace)
6733 (strokes-xpm-for-stroke, strokes-list-strokes)
6734 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6735 * term.el (term-dynamic-list-input-ring)
6736 (term-dynamic-list-completions):
6737 * calc/calc.el (math-format-stack-value):
6738 * emacs-lisp/edebug.el (edebug-display-freq-count):
6739 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6740 (delphi-new-comment-line):
6741 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6742 * progmodes/executable.el (executable-set-magic):
6743 * progmodes/python.el (inferior-python-mode):
6744 * progmodes/scheme.el (scheme-mode-syntax-table):
6745 * progmodes/sh-script.el (sh-maybe-here-document):
6746 * progmodes/sql.el (sql-copy-column):
6747 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6748 * textmodes/bibtex.el (bibtex-mode):
6749 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6750 (sgml-auto-attributes):
6751 * textmodes/table.el (table-insert, table-shorten-cell)
6752 (table--generate-source-scan-lines, table-delete-row)
6753 (*table--cell-delete-char, table--spacify-frame)
6754 (table--horizontally-shift-above-and-below)
6755 (table--cell-insert-char, table--cell-blank-str)
6756 (table--fill-region-strictly):
6757 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6758 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6759
6760 * add-log.el (change-log):
6761 * apropos.el (apropos):
6762 * comint.el (comint-completion, comint-source):
6763 * dabbrev.el (dabbrev):
6764 * delim-col.el (columns):
6765 * diff-mode.el (diff-mode):
6766 * ediff.el (ediff):
6767 * ediff-diff.el (ediff-diff):
6768 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6769 * ediff-mult.el (ediff-mult):
6770 * ediff-ptch.el (ediff-ptch):
6771 * ediff-wind.el (ediff-window):
6772 * facemenu.el (facemenu):
6773 * indent.el (indent):
6774 * info.el (info):
6775 * jka-cmpr-hook.el (compression, jka-compr):
6776 * lpr.el (lpr):
6777 * outline.el (outlines):
6778 * pcmpl-cvs.el (pcmpl-cvs):
6779 * pcmpl-rpm.el (pcmpl-rpm):
6780 * printing.el (printing):
6781 * ps-print.el (postscript, ps-print, ps-print-horizontal)
6782 (ps-print-vertical, ps-print-headers, ps-print-font)
6783 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6784 (ps-print-background, ps-print-printer, ps-print-page)
6785 (ps-print-miscellany):
6786 * ses.el (ses):
6787 * shell.el (shell, shell-directories, shell-faces):
6788 * startup.el (initialization):
6789 * strokes.el (strokes):
6790 * term.el (term):
6791 * uniquify.el (uniquify):
6792 * w32-vars.el (w32):
6793 * calc/calc.el (calc):
6794 * emacs-lisp/bytecomp.el (bytecomp):
6795 * emacs-lisp/cl-indent.el (lisp-indent):
6796 * emacs-lisp/edebug.el (edebug):
6797 * emacs-lisp/elp.el (elp):
6798 * emacs-lisp/testcover.el (testcover):
6799 * emacs-lisp/trace.el (trace):
6800 * emulation/viper-ex.el (viper-ex):
6801 * emulation/viper-mous.el (viper-mouse):
6802 * mail/mailalias.el (mailalias):
6803 * mail/supercite.el (supercite, supercite-frames)
6804 (supercite-attr, supercite-cite, supercite-hooks):
6805 * net/rcompile.el (remote-compile):
6806 * net/rlogin.el (rlogin):
6807 * obsolete/ooutline.el (outlines):
6808 * progmodes/delphi.el (delphi):
6809 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6810 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6811 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6812 (ebnf-optimization):
6813 * progmodes/etags.el (etags):
6814 * progmodes/executable.el (executable):
6815 * progmodes/idlwave.el (idlwave):
6816 * progmodes/pascal.el (pascal):
6817 * progmodes/prolog.el (prolog):
6818 * progmodes/python.el (python):
6819 * progmodes/scheme.el (scheme):
6820 * progmodes/sh-script.el (sh, sh-script):
6821 * progmodes/sql.el (SQL):
6822 * progmodes/tcl.el (tcl):
6823 * textmodes/bibtex.el (bibtex, bibtex-autokey):
6824 * textmodes/enriched.el (enriched):
6825 * textmodes/makeinfo.el (makeinfo):
6826 * textmodes/sgml-mode.el (sgml):
6827 * textmodes/table.el (table-hooks):
6828 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6829 * textmodes/texinfo.el (texinfo):
6830 * textmodes/two-column.el (two-column):
6831 Finish `defgroup' description with period.
6832
6833 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6834 * eshell/esh-var.el (eshell-var):
6835 * progmodes/vhdl-mode.el (vhdl-testbench):
6836 * textmodes/org.el (org): Fix typos in docstrings.
6837
6838 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6839 consistency.
6840
6841 * progmodes/flymake.el (flymake-find-file): Remove.
6842 (flymake-float-time): Use `with-no-warnings'.
6843 (flymake-check-start-time, flymake-check-was-interrupted)
6844 (flymake-err-info, flymake-is-running, flymake-last-change-time)
6845 (flymake-new-err-info): `defvar' at compile time.
6846
6847 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
6848
6849 * replace.el (occur-hook): Doc fix.
6850 (occur-1): Don't call `occur-hook' if there are no matches.
6851
6852 2005-07-03 Richard M. Stallman <rms@gnu.org>
6853
6854 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6855 global-map, save the same map.
6856 (global-map): Don't alter it at top level.
6857 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6858 Then alter it here instead.
6859 (tpu-edt-off): Set global-map to the saved one.
6860
6861 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6862 All references simplified.
6863 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
6864 (zmacs-regions): Add defvar.
6865 (repeat-complex-command-map): Everything about that deleted.
6866
6867 * textmodes/artist.el (artist-key-is-drawing)
6868 (artist-key-endpoint1, artist-key-poly-point-list)
6869 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
6870 (artist-key-compl-table, artist-rb-save-data)
6871 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
6872 Don't put them in eval-when-compile.
6873 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
6874
6875 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
6876 Use with-no-warnings.
6877
6878 * net/browse-url.el (dos-windows-version): Add defvar.
6879
6880 * mail/supercite.el (filladapt-prefix-table): Add defvar.
6881
6882 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
6883 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
6884 (rmail-new-summary-line-count): Rename from new-summary-line-count.
6885 Add defvar.
6886 (rmail-summary-beginning-of-message): Use with-no-warnings.
6887 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
6888
6889 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
6890 Use with-no-warnings.
6891
6892 * emulation/vi.el (vi-mark-region): Use c-mark-function.
6893 (c-mark-function): Add point-moving-unit property.
6894 (vi-goto-line): Use with-no-warnings.
6895
6896 * emulation/edt.el (edt-last-copied-word): Add defvar.
6897 (zmacs-region-stays): Likewise.
6898 (edt-mark-section-wisely): Use c-mark-function for C.
6899 Use makr-defun for Fortran.
6900 (time-string): defvar deleted.
6901 (edt-display-the-time): Don't set time-string.
6902
6903 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
6904
6905 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6906 Don't warn when name is not constant
6907 or for defining the group `emacs'.
6908
6909 * tooltip.el (gud-tooltip-mode): Add defvar.
6910
6911 * startup.el (default-frame-background-mode): Add defvar.
6912
6913 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
6914
6915 * info.el (tool-bar-map): Add defvar.
6916
6917 * dired.el (dnd-protocol-alist): Add defvar.
6918
6919 * dired-aux.el (dired-query): Display question with answer, when
6920 the user answers.
6921
6922 * custom.el (custom-add-option): Doc fix.
6923
6924 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
6925
6926 2005-07-03 Eli Zaretskii <eliz@gnu.org>
6927
6928 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
6929 bogus name from the last change.
6930
6931 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
6932
6933 * custom.el (custom-declare-variable): Fix typos in comment.
6934 (custom-known-themes): Doc fix.
6935 (custom-theme-directory): New defcustom.
6936 (require-theme): Make it check `custom-theme-directory'.
6937
6938 * cus-theme.el (custom-new-theme-mode): New function.
6939 (custom-theme-name, custom-theme-variables, custom-theme-faces)
6940 (custom-theme-description): Add compiler defvars.
6941 (customize-create-theme): Add doc to the "*New Custom Theme*"
6942 buffer. Use `custom-new-theme-mode'.
6943 (custom-theme-write): Put the created buffer in emacs-lisp-mode
6944 and save it to the `custom-theme-directory'. Make this the
6945 default directory of the buffer.
6946
6947 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
6948
6949 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
6950 Fix unbalanced parentheses.
6951
6952 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
6955 into flymake-mode and delegate to flymake-mode.
6956
6957 * find-file.el (ff-which-function-are-we-in): Clean up.
6958
6959 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * replace.el (occur-rename-buffer): Fix docstring.
6962
6963 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
6964 (edt-last-copied-word, edt-learn-macro-count)
6965 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
6966 (edt-rect-start-point, edt-user-global-map, rect-start-point)
6967 (time-string, zmacs-region-stays):
6968 * emulation/edt-mapper.el (edt-save-function-key-map)
6969 (EDT-key-name): `defvar' to silence the byte-compiler.
6970
6971 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
6972
6973 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
6974 font-lock-regexp-backslash. Doc fix.
6975 (font-lock-regexp-backslash-grouping-construct): Rename from
6976 font-lock-regexp-backslash-construct. Doc fix.
6977 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
6978 grouping constructs.
6979
6980 2005-07-02 Eli Zaretskii <eliz@gnu.org>
6981
6982 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
6983 updating all the prerequisites.
6984
6985 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
6986
6987 * textmodes/org.el (org-agenda-start-on-weekday)
6988 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
6989 (org-agenda-use-time-grid, org-archive-location)
6990 (org-allow-space-in-links, org-usenet-links-prefer-google)
6991 (org-enable-table-editor, org-export-default-language)
6992 (org-export-html-show-new-buffer, org-fill-paragraph)
6993 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
6994 (org-goto-quit, org-occur, org-eval-in-calendar)
6995 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
6996 (org-agenda-diary-entry, org-remember-help)
6997 (org-table-convert-region, org-at-table-p)
6998 (org-table-move-row-down, org-table-move-row-up)
6999 (org-table-copy-region, org-table-toggle-vline-visibility)
7000 (org-table-get-stored-formulas, org-table-get-specials)
7001 (org-recalc-commands, org-table-eval-formula)
7002 (org-table-formula-substitute-names, orgtbl-make-binding)
7003 (org-format-org-table-html, org-format-table-table-html)
7004 (org-format-table-table-html-using-table-generate-source)
7005 (org-customize): Fix typos in docstrings.
7006 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7007 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7008 (org-back-to-heading): Doc fixes.
7009 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7010 (org-agenda-change-all-lines, org-get-header):
7011 Improve argument/docstring consistency.
7012 (orgtbl-error): Fix error message.
7013
7014 * progmodes/flymake.el (flymake-find-possible-master-files)
7015 (flymake-master-file-compare, flymake-get-line-err-count)
7016 (flymake-highlight-line, flymake-gui-warnings-enabled):
7017 Fix typos in docstrings.
7018 (flymake-parse-line, flymake-get-project-include-dirs-function)
7019 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7020 Doc fixes.
7021 (flymake-get-project-include-dirs-function)
7022 (flymake-make-err-menu-data):
7023 Improve argument/docstring consistency.
7024
7025 2005-07-01 Lute Kamstra <lute@gnu.org>
7026
7027 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7028 Catch errors with ignore-errors. Use temporary buffer.
7029 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7030
7031 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7032 background color faces.
7033 (facemenu-set-foreground, facemenu-set-background):
7034 Use facemenu-set-face-from-menu.
7035 (facemenu-set-face-from-menu): Treat face names that start with
7036 "fg:" or "bg:" as special.
7037 (facemenu-add-new-color): Don't create faces. Simplify.
7038
7039 2005-06-30 Richard M. Stallman <rms@gnu.org>
7040
7041 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7042 (crm-find-current-element): Likewise.
7043
7044 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7045
7046 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7047
7048 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7051 (archive-mouse-extract): Make it an obsolete alias.
7052 (archive-mode-map): Don't use archive-mouse-extract any more.
7053 (archive-mode, archive-extract): write-contents-hooks ->
7054 write-contents-functions.
7055 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7056 first arg.
7057 (archive-rename-entry): Update the call.
7058 (archive-zip-summarize): Remove unused var `method'.
7059 (archive-lzh-summarize): Remove unused var `creator'.
7060
7061 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7062 dedicated frame upon exit.
7063
7064 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7065 (archive-zip-extract, archive-zip-expunge)
7066 (archive-zip-update, archive-zip-update-case): Use executable-find.
7067 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7068 Use restore-buffer-modified-p.
7069 (archive-extract, archive-add-new-member, archive-write-file-member):
7070 Use with-current-buffer.
7071 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7072
7073 2005-06-30 Andreas Schwab <schwab@suse.de>
7074
7075 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7076
7077 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7078
7079 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7080
7081 2005-06-30 Juri Linkov <juri@jurta.org>
7082
7083 * faces.el (vertical-border): Inherit from mode-line-inactive
7084 only on tty.
7085
7086 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7087
7088 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7089 example, -NLINES in the `occur' docstring).
7090
7091 * replace.el (occur-1): When no matches are found, do not set the
7092 `buffer-read-only' and modified flags for the occur buffer,
7093 because it is deleted.
7094
7095 * emulation/cua-base.el (cua-check-pending-input)
7096 (cua-repeat-replace-region, cua-mode, cua-debug)
7097 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7098 Fix typos in docstrings.
7099
7100 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7101 (cua-cut-region-to-global-mark)
7102 (cua--cut-rectangle-to-global-mark):
7103 Remove period from end of messages.
7104
7105 * emulation/cua-rect.el (cua-do-rectangle-padding):
7106 Remove period from end of messages.
7107 (cua--rectangle-seq-format): Fix typo in docstring.
7108 (cua-sequence-rectangle, cua-fill-char-rectangle):
7109 Improve argument/docstring consistency.
7110
7111 2005-06-29 Juri Linkov <juri@jurta.org>
7112
7113 * faces.el (default-frame-background-mode): New internal variable.
7114 (frame-set-background-mode): Use it.
7115
7116 * startup.el (normal-top-level): Set default-frame-background-mode
7117 instead of frame-background-mode. Before setting it, test for its
7118 nil value. Remove tests for frame-background-mode and frame
7119 parameter `reverse'. Add test for "unspecified-fg".
7120
7121 * term/xterm.el (xterm-rxvt-set-background-mode):
7122 * term/rxvt.el (rxvt-set-background-mode):
7123 Set default-frame-background-mode instead of frame-background-mode.
7124
7125 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * simple.el (set-variable): Warn about obsolete user variables.
7128
7129 * imenu.el (imenu--completion-buffer):
7130 * mouse.el (mouse-buffer-menu-alist):
7131 * msb.el (msb-invisible-buffer-p):
7132 * calendar/diary-lib.el (diary-header-line-format):
7133 * emacs-lisp/pp.el (pp-buffer):
7134 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7135 * textmodes/picture.el (picture-replace-match):
7136 Change space constants followed by a sexp to "?\s ".
7137
7138 * play/decipher.el (decipher-loop-with-breaks):
7139 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7140 constants "protected" from end of line by a comment to "?\s".
7141
7142 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * font-lock.el (save-buffer-state): Use `declare'.
7145
7146 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7147 reset the syntax-table to cperl-mode-syntax-table.
7148 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7149 "foo_print_bar" is not matched as a reserved keyword.
7150
7151 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7152
7153 * textmodes/org.el (orgtbl-setup): New function, for delayed
7154 setup for the orgtbl commands.
7155 (org-calc-default-modes): New option.
7156 (orgtbl-make-binding): Use `defun' to get better help display.
7157 (org-diary): Call `org-compile-prefix-format'.
7158 (org-table-formula-substitute-names): New function.
7159 (org-agenda-day-view, org-agenda-week-view): New commands.
7160 (org-agenda-toggle-week-view): Command removed.
7161 (org-tbl-menu): Split off from org-org-menu.
7162 (org-mode): Move removal of outline-mode menus to here.
7163 (org-table-formula-debug): New option.
7164 (org-table-insert-row): Keep first field if just "#" or "*".
7165 (org-mode): Paragraph regexps fixed.
7166 (org-table-recalculate-regexp): New constant.
7167 (org-table-justify-field-maybe): Avoid replace if not necessary.
7168 (org-copy-special, org-cut-special): Use `call-interactively'.
7169 (org-table-copy-region): Take region from `interactive' call.
7170 (org-trim): Return string even if no match.
7171 (org-formula): New face.
7172 (org-set-font-lock-defaults): No longer highlight "FIXME".
7173 But highlight formula-related fields in table.
7174 (org-table-p): Use regexp, not fontification.
7175 (org-table-align): Handle white space at end of line.
7176 (org-table-formula-evaluate-inline): New option.
7177 (org-mode): Auto-wrapping in comment lines turned off.
7178 (org-table-copy-down): Evaluate only in copied field, not in
7179 destination.
7180 (org-table-current-formula): Variable removed.
7181 (org-table-store-formulas, org-table-get-stored-formulas)
7182 (org-table-modify-formulas, org-table-replace-in-formulas)
7183 (org-table-maybe-eval-formula): New functions.
7184 (org-table-get-formula): Modify to use stored formulas.
7185 (org-table-insert-column, org-table-delete-column)
7186 (org-table-move-column): Call `org-table-modify-formulas'.
7187 (org-complete): Add completion for keyword formulas.
7188 (orgtbl-mode): Pull orgtbl-mode-map to start of
7189 minor-mode-map-alist.
7190
7191 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * progmodes/python.el (python-check): Require `compile' before
7194 modifying its variables.
7195
7196 * newcomment.el (comment-indent-default): Don't get fooled by an early
7197 end of buffer.
7198
7199 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7200
7201 * ps-print.el (ps-print-version): Fix version number.
7202
7203 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7204
7205 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7206
7207 2005-06-28 Richard M. Stallman <rms@gnu.org>
7208
7209 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7210 (flyspell-local-mouse-map): Declaration deleted.
7211 (flyspell-mouse-map): Bind only mouse-2.
7212 (flyspell-mode-map): Don't test flyspell-use-local-map.
7213 (flyspell-overlay-keymap-property-name): Var deleted.
7214 (flyspell-mode-on): Don't make local bindings for
7215 flyspell-mouse-map and flyspell-mode-map.
7216 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7217
7218 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7219
7220 * progmodes/compile.el (compilation-next-error-function):
7221 Don't switch buffers; operate on the current buffer.
7222
7223 * progmodes/compile.el (compilation-error-file-name)
7224 (compilation-warning-file-name, compilation-info-file-name)
7225 (compilation-line-number, compilation-column-number): New faces.
7226 (compilation-error-face, compilation-warning-face)
7227 (compilation-info-face, compilation-line-face)
7228 (compilation-column-face): Use them.
7229
7230 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7231
7232 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7233
7234 * bindings.el (global-map): Bind insertchar and its variants.
7235
7236 2005-06-27 Richard M. Stallman <rms@gnu.org>
7237
7238 * textmodes/artist.el (artist-text-overwrite)
7239 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7240
7241 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7242
7243 * ps-print.el: It was not working the page selection for printing.
7244 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7245 (ps-print-version): New version 6.6.7.
7246 (ps-end-sheet): New fun.
7247 (ps-header-sheet, ps-end-job): Call it.
7248
7249 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7250
7251 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7252
7253 2005-06-27 Lute Kamstra <lute@gnu.org>
7254
7255 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7256 background color faces.
7257 (facemenu-get-face): Delete function.
7258 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7259 (facemenu-add-new-color): Make second argument mandatory.
7260 Create the appropriate face and return it. Simplify.
7261 (facemenu-set-foreground, facemenu-set-background): Don't check if
7262 color is defined. Use return value of facemenu-add-new-color.
7263
7264 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7265
7266 * progmodes/gud.el (gud-filter): Add missing argument to
7267 with-selected-window.
7268
7269 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7272 a :require to the defcustom.
7273
7274 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7275 defcustoms corresponding to minor modes.
7276
7277 2005-06-26 David Ponce <david@dponce.com>
7278
7279 * recentf.el: Require tree-widget instead of wid-edit.
7280 (recentf-filename-handler): Fix widget :type.
7281 (recentf-cancel-dialog, recentf-open-more-files)
7282 (recentf-open-files-action): Doc fix.
7283 (recentf-dialog-goto-first): New function.
7284 (recentf-dialog-mode-map): Set parent keymap first.
7285 (recentf-dialog-mode): Define with define-derived-mode.
7286 Don't display continuation lines in dialogs.
7287 (recentf-edit-list): Rename from recentf-edit-selected-items.
7288 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7289 Simplify.
7290 (recentf-edit-list-validate): New function.
7291 (recentf-edit-list): Update accordingly.
7292 (recentf-open-files-item-shift): Remove.
7293 (recentf-open-files-item): Convert menu elements into tree and
7294 link widgets. Don't create the widgets.
7295 (recentf-open-files): Update accordingly.
7296 (recentf-save-list): Untabify.
7297
7298 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7299
7300 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7301 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7302 partially contained in the active region. Do not take active
7303 region into account when called from Lisp, unless INTERACTIVE arg
7304 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7305 avoid trouble with fields. Make marker point nowhere when no
7306 longer used. Always return nil. Doc fix.
7307 (flush-lines): Add INTERACTIVE arg. Do not take active region
7308 into account when called from Lisp, unless INTERACTIVE arg is
7309 non-nil. Use `forward-line' instead of `beginning-of-line' to
7310 avoid trouble with fields. Make marker point nowhere when no
7311 longer used. Always return nil. Doc fix.
7312 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7313 interchangeable. Do not take active region into account when
7314 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7315 message in echo area when called from Lisp, unless INTERACTIVE arg
7316 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7317 Return the number of matches. Doc fix.
7318 (occur): Doc fix.
7319 (perform-replace): Make comment follow double space convention for
7320 the sake of `outline-minor-mode'.
7321
7322 * faces.el (facep): Doc fix.
7323
7324 2005-06-25 Richard M. Stallman <rms@gnu.org>
7325
7326 * facemenu.el (facemenu-enable-faces-p): New function.
7327 (facemenu-background-menu, facemenu-foreground-menu)
7328 (facemenu-face-menu): Add menu-enable property.
7329
7330 * jka-compr.el (jka-compr-insert-file-contents):
7331 Special handling if cannot find the uncompression program.
7332
7333 * cus-face.el (custom-face-attributes): Add autoload.
7334
7335 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7336 Bind comment-indent-function locally.
7337
7338 * window.el (save-selected-window): Use save-current-buffer.
7339
7340 * subr.el (with-selected-window): Use save-current-buffer.
7341
7342 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7343 and with-current-buffer.
7344
7345 2005-06-24 Richard M. Stallman <rms@gnu.org>
7346
7347 * simple.el (line-move-1): Fix previous change.
7348
7349 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7350
7351 * replace.el (occur-1): Set `buffer-read-only' and the
7352 buffer-modified flag before running `occur-hook' to protect
7353 against unintentional buffer switches that can lead to data loss.
7354
7355 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7356
7357 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7358 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7359 initial error.
7360
7361 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7362 after fresh input.
7363 (gdb-var-create-handler): Put name of expression in quotes.
7364
7365 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7366
7367 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7368 elements of RING in order, and without bogus nil elements.
7369
7370 2005-06-23 Richard M. Stallman <rms@gnu.org>
7371
7372 * simple.el (set-variable): Args renamed; doc fix.
7373 (line-move-1): When there are overlays around, use vertical-motion.
7374
7375 * faces.el (escape-glyph): Use brown against light background.
7376 (nobreak-space): Rename from no-break-space.
7377 Fix previous change.
7378
7379 * dired-aux.el (dired-do-copy): Fix arg prompt.
7380
7381 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7382
7383 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7384
7385 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7386 rather than "Distributor".
7387
7388 2005-06-23 Lute Kamstra <lute@gnu.org>
7389
7390 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7391 (debug-on-entry): Use it. New interactive declaration that uses
7392 function-called-at-point.
7393
7394 2005-06-23 Kim F. Storm <storm@cua.dk>
7395
7396 * subr.el (save-match-data): Add comment about using evaporate arg
7397 to set-match-data.
7398
7399 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7400
7401 * cus-edit.el (customize-face)
7402 (customize-face-other-window): Handle face aliases.
7403
7404 * faces.el (face-documentation, set-face-attribute)
7405 (face-spec-set): Handle face aliases.
7406
7407 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7408
7409 * help-mode.el (help-make-xrefs): If a symbol representing a face
7410 name is not followed by the word "face", it could still be a
7411 function or variable name, so don't bypass other checks.
7412
7413 2005-06-22 Juri Linkov <juri@jurta.org>
7414
7415 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7416 Replace aliased functions with calls where second arg `inherit' is t.
7417
7418 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7419
7420 * progmodes/gdb-ui.el (gdb-error): New variable.
7421 (gdb-error): New function.
7422 (gdb-annotation-rules): Act on error-begin and error annotations.
7423 (gdb-concat-output): Use font-lock-warning-face for errors.
7424
7425 2005-06-22 Miles Bader <miles@gnu.org>
7426
7427 * bindings.el (propertized-buffer-identification): Use renamed
7428 `Buffer-menu-buffer' face.
7429
7430 * faces.el (vertical-border): Rename from `vertical-divider'.
7431 (escape-glyph): Change dark-background color back to `cyan'.
7432
7433 2005-06-21 Juri Linkov <juri@jurta.org>
7434
7435 * faces.el (face-user-default-spec): Try getting `customized-face'
7436 prior to `saved-face'.
7437 (frame-background-mode): Refill docstring.
7438
7439 * emacs-lisp/lisp-mode.el (eval-defun-1):
7440 * emacs-lisp/edebug.el (edebug-eval-defun):
7441 Set `saved-face' temporarily to nil before calling form.
7442 Set `customized-face' to the new spec after that.
7443
7444 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7445
7446 * subr.el (1value, lambda, key-substitution-in-progress):
7447 Doc fixes.
7448
7449 * autoinsert.el (auto-insert-alist):
7450 * ses.el (ses-call-printer):
7451 * subr.el (noreturn):
7452 * emacs-lisp/lisp.el (check-parens):
7453 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7454 * net/browse-url.el (browse-url-mosaic):
7455 * progmodes/cc-defs.el (c-safe-scan-lists):
7456 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7457 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7458 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7459 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7460 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7461 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7462
7463 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7464
7465 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7466
7467 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7468
7469 * calendar/appt.el (appt-make-list): Activate the package, if
7470 not already active (for backwards compatibility).
7471
7472 2005-06-20 Kim F. Storm <storm@cua.dk>
7473
7474 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7475
7476 2005-06-20 Miles Bader <miles@gnu.org>
7477
7478 * faces.el (vertical-divider): New face.
7479
7480 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7481
7482 * simple.el (kill-whole-line): Doc fix.
7483 (next-error-buffer-p, next-error-find-buffer)
7484 (clone-indirect-buffer): Fix typos in docstrings.
7485 (comment-line-break-function): Doc fix: don't say variable
7486 is automatically buffer-local (it isn't).
7487
7488 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7489
7490 * net/tramp-ftp.el (top):
7491 * net/tramp-smb.el (top):
7492 * net/tramp-util.el (top):
7493 * net/tramp-uu.el (top):
7494 * net/tramp-vc.el (top):
7495 * net/tramp.el (top): Revert copyright years back to original
7496 ones. Tramp has a life outside GNU Emacs.
7497
7498 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7499
7500 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7501
7502 2005-06-18 Juri Linkov <juri@jurta.org>
7503
7504 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7505 end of first regexp to limit the match to the position between
7506 line number and source line with same separator character as used
7507 between file name and line number. In the second regexp limit
7508 mouse-face area to file name and line number by adding new group
7509 for them and referring it in HYPERLINK arg.
7510 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7511 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7512 previous line where grep markers may be already removed.
7513
7514 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7515
7516 * progmodes/ps-mode.el: Update version and maintainer's email address.
7517
7518 2005-06-18 Steve Youngs <steve@xemacs.org>
7519
7520 * net/browse-url.el (browse-url-browser-function)
7521 (browse-url-default-browser): Add firefox.
7522 (browse-url-firefox-program, browse-url-firefox-arguments)
7523 (browse-url-firefox-startup-arguments)
7524 (browse-url-firefox-new-window-is-tab): New defcustoms.
7525 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7526
7527 2005-06-17 Richard M. Stallman <rms@gnu.org>
7528
7529 * startup.el (command-line): Warn if specified user name has
7530 no home directory.
7531
7532 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7533 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7534
7535 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7536 Doc fixes.
7537
7538 * faces.el (underline): Try bold if terminal doesn't support underline.
7539
7540 * mail/sendmail.el (mail-setup-with-from): New variable.
7541 (mail-insert-from-field): New function.
7542 (sendmail-send-it): Call it.
7543 (mail-setup): Optionally call it here.
7544
7545 * term/linux.el: Call tty-no-underline.
7546
7547 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7548
7549 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7550
7551 2005-06-17 Miles Bader <miles@gnu.org>
7552
7553 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7554 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7555 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7556 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7557 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7558 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7559 Remove "-face" suffix from face names.
7560 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7561 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7562 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7563 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7564 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7565 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7566 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7567 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7568 New backward-compatibility aliases for renamed faces.
7569 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7570 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7571 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7572 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7573 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7574 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7575 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7576 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7577 Use renamed ediff faces.
7578
7579 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7580 Remove "-face" suffix from face names.
7581 (eshell-test-ok-face, eshell-test-failed-face):
7582 New backward-compatibility aliases for renamed faces.
7583 (eshell-run-test): Use renamed eshell-test faces.
7584
7585 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7586 face name.
7587 (eshell-prompt-face): New backward-compatibility alias for renamed
7588 face.
7589 (eshell-emit-prompt): Use renamed eshell-prompt face.
7590
7591 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7592 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7593 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7594 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7595 Remove "-face" suffix from face names.
7596 (eshell-ls-directory-face, eshell-ls-symlink-face)
7597 (eshell-ls-executable-face, eshell-ls-readonly-face)
7598 (eshell-ls-unreadable-face, eshell-ls-special-face)
7599 (eshell-ls-missing-face, eshell-ls-archive-face)
7600 (eshell-ls-backup-face, eshell-ls-product-face)
7601 (eshell-ls-clutter-face):
7602 New backward-compatibility aliases for renamed faces.
7603 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7604
7605 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7606 Remove "-face" suffix from face name.
7607 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7608 instead of literal face.
7609
7610 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
7611
7612 * emacs-lisp/warnings.el (display-warning, lwarn)
7613 (warning-minimum-log-level): Doc fixes.
7614 (warning-minimum-level, warning-minimum-log-level):
7615 Add :debug to :type choices.
7616
7617 * progmodes/ada-mode.el (ada-format-paramlist)
7618 (ada-get-indent-case, ada-check-matching-start)
7619 (ada-check-defun-name, ada-goto-matching-decl-start)
7620 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7621 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7622 (ada-make-subprogram-body): Follow error conventions.
7623 (ada-case-exception-file, ada-indent-comment-as-code)
7624 (ada-indent-handle-comment-special, ada-indent-renames)
7625 (ada-indent-return, ada-search-directories-internal)
7626 (ada-tab-policy, ada-case-exception-substring)
7627 (ada-other-file-alist, ada-matching-start-re)
7628 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7629 (ada-imenu-generic-expression, ada-compile-goto-error)
7630 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7631 (ada-popup-menu, ada-add-extensions, ada-mode)
7632 (ada-region-selected, ada-create-case-exception)
7633 (ada-create-case-exception-substring, ada-after-keyword-p)
7634 (ada-activate-keys-for-case, ada-adjust-case-region)
7635 (ada-adjust-case-buffer, ada-format-paramlist)
7636 (ada-scan-paramlist, ada-insert-paramlist)
7637 (ada-indent-newline-indent)
7638 (ada-indent-newline-indent-conditional)
7639 (ada-justified-indent-current, ada-goto-previous-word)
7640 (ada-indent-current, ada-get-indent-open-paren)
7641 (ada-get-indent-paramlist, ada-get-indent-end)
7642 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7643 (ada-get-indent-block-start, ada-get-indent-subprog)
7644 (ada-get-indent-noindent, ada-get-indent-label)
7645 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7646 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7647 (ada-goto-stmt-end, ada-goto-next-word)
7648 (ada-check-matching-start, ada-check-defun-name)
7649 (ada-goto-matching-decl-start, ada-goto-matching-start)
7650 (ada-goto-matching-end, ada-search-ignore-string-comment)
7651 (ada-in-decl-p, ada-looking-at-semi-or)
7652 (ada-looking-at-semi-private, ada-in-paramlist-p)
7653 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7654 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7655 (ada-next-procedure, ada-previous-procedure, ada-next-package)
7656 (ada-previous-package, ada-create-menu)
7657 (ada-fill-comment-paragraph-justify)
7658 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7659 (ada-other-file-name, ada-last-which-function-line)
7660 (ada-last-which-function-subprog, ada-which-function)
7661 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7662 (ada-gen-treat-proc, ada-check-emacs-version)
7663 (ada-continuation-indent, ada-align-region-separate):
7664 Fix typos in docstrings.
7665 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7666
7667 2005-06-16 Lute Kamstra <lute@gnu.org>
7668
7669 * simple.el (fundamental-mode): Run after-change-major-mode-hook
7670 conditionally.
7671
7672 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7673
7674 * comint.el (comint-replace-by-expanded-filename)
7675 (comint-prompt-regexp, comint-delimiter-argument-list)
7676 (comint-preinput-scroll-to-bottom):
7677 * info.el (Info-hide-cookies-node):
7678 * ls-lisp.el (ls-lisp-classify):
7679 * find-file.el (ff-search-directories, ff-special-constructs)
7680 (ff-find-other-file):
7681 * font-lock.el (font-lock-keywords):
7682 * shell.el (shell-prompt-pattern)
7683 (shell-dynamic-complete-functions, shell-mode)
7684 (shell-delimiter-argument-list):
7685 * term.el (term-replace-by-expanded-filename)
7686 (term-prompt-regexp, term-delimiter-argument-list):
7687 * woman.el (woman-ignore, woman0-if):
7688 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7689 * emacs-lisp/elint.el (elint-init-env):
7690 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7691 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7692 * language/ethio-util.el (ethio-tilde-escape)
7693 (ethio-use-three-dot-question):
7694 * net/zone-mode.el (zone-mode-load-time-setup):
7695 * progmodes/cc-align.el (c-lineup-argcont):
7696 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7697 * progmodes/cperl-mode.el (cperl-set-style-back):
7698 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7699 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7700 Fix spellings in docstrings.
7701
7702 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7703 * progmodes/modula2.el (m2-for): Fix spellings.
7704
7705 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7706
7707 * simple.el (undo-more): Don't use `format' on `error' arguments.
7708 Improve argument/docstring consistency.
7709 (pending-undo-list): Doc fix.
7710
7711 * smerge-mode.el (smerge-ensure-match):
7712 * emulation/vip.el (vip-ex):
7713 * net/zone-mode.el (zone-mode-update-serial):
7714 * progmodes/idlwave.el (idlwave-complete):
7715 * progmodes/vhdl-mode.el (vhdl-visit-file)
7716 (vhdl-compose-wire-components):
7717 Don't use `format' on `error' arguments.
7718
7719 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7720 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7721 (tooltip-help-tips): Fix typos in docstrings.
7722
7723 2005-06-16 David Ponce <david@dponce.com>
7724
7725 * tree-widget.el (tree-widget-value-create): Simplify last change.
7726
7727 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
7728
7729 * ido.el (ido-incomplete-regexp): New variable.
7730 (ido-set-matches-1): Handle invalid-regexp error and set
7731 ido-incomplete-regexp.
7732 (ido-incomplete-regexp): New face.
7733 (ido-completions): Use it.
7734 (ido-complete, ido-exit-minibuffer, ido-completions):
7735 Handle incomplete regexps.
7736 (ido-completions): Add check for complete match when entering a regexp.
7737
7738 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7741
7742 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7743
7744 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7745 by field delimiters.
7746
7747 2005-06-15 David Ponce <david@dponce.com>
7748
7749 * tree-widget.el: eval-and-compile inlined functions so they will
7750 be available at run-time too.
7751 (tree-widget-super-format-handler)
7752 (tree-widget-format-handler): Remove.
7753 (tree-widget-value-create): Handle the :indent property.
7754
7755 2005-06-15 Miles Bader <miles@gnu.org>
7756
7757 * progmodes/which-func.el (which-func): Only inherit
7758 `font-lock-function-name-face' when that makes sense against the
7759 default mode-line face, otherwise set the face color explicitly.
7760
7761 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7762 faces instead of (non-existent) variables.
7763
7764 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7765
7766 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7767 (iswitchb-get-matched-buffers): Likewise. Simplify.
7768
7769 2005-06-14 Miles Bader <miles@gnu.org>
7770
7771 * progmodes/ld-script.el (ld-script-location-counter):
7772 Remove "-face" suffix from face name.
7773 (ld-script-location-counter-face):
7774 New backward-compatibility alias for renamed face.
7775 (ld-script-location-counter-face): Use renamed face.
7776
7777 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7778 (cperl-hash): Remove "-face" suffix from face names.
7779 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7780 New backward-compatibility aliases for renamed faces.
7781 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7782 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7783
7784 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7785 name.
7786 (which-func-face): New backward-compatibility alias for renamed face.
7787 (which-func-format): Use renamed which-func face.
7788
7789 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7790 (vhdl-function, vhdl-directive, vhdl-reserved-word)
7791 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7792 names.
7793 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7794 (vhdl-speedbar-configuration, vhdl-speedbar-package)
7795 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7796 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7797 (vhdl-speedbar-architecture-selected)
7798 (vhdl-speedbar-configuration-selected)
7799 (vhdl-speedbar-package-selected)
7800 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7801 names.
7802 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7803 Use renamed faces.
7804 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7805 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7806 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7807 Use renamed faces.
7808 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7809 names.
7810 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7811 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7812 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7813 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7814 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7815 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7816
7817 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7818 face name.
7819 (sh-heredoc-face): New backward-compatibility alias for renamed face.
7820 (sh-heredoc-face): Use renamed sh-heredoc face.
7821
7822 * progmodes/idlw-help.el (idlwave-help-link):
7823 Remove "-face" suffix from face name.
7824 (idlwave-help-link-face):
7825 New backward-compatibility alias for renamed face.
7826 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7827
7828 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7829 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7830 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7831 New backward-compatibility aliases for renamed faces.
7832 (idlwave-shell-disabled-breakpoint-face)
7833 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7834
7835 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7836 Remove "-face" suffix from face names.
7837 (flymake-errline-face, flymake-warnline-face):
7838 New backward-compatibility aliases for renamed faces.
7839 (flymake-highlight-line): Use renamed flymake faces.
7840
7841 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7842 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7843 (ebrowse-member-class, ebrowse-progress):
7844 Remove "-face" suffix from face names.
7845 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7846 (ebrowse-file-name-face, ebrowse-default-face)
7847 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7848 (ebrowse-progress-face):
7849 New backward-compatibility aliases for renamed faces.
7850 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7851 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7852 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7853 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7854
7855 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7856 antlr-syntax)
7857 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7858 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7859 names.
7860 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7861 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7862 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
7863 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7864 backward-compatibility aliases for renamed faces.
7865 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7866 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
7867 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
7868 remove "font-lock-". Use renamed antlr-mode faces.
7869 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
7870 literal face-names with face variable references.
7871
7872 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
7873 face name.
7874 (Buffer-menu-buffer-face): New backward-compatibility alias for
7875 renamed face.
7876 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
7877
7878 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
7879
7880 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
7881 Eliminate "-face" suffix.
7882 (makefile-targets): Inherit from font-lock-function-name-face and
7883 eliminate "-face" suffix.
7884 (makefile-shell): Remove attributes and eliminate "-face" suffix.
7885 (makefile-*-font-lock-keywords): Append makefile-targets in rule
7886 actions, instead of prepending, to make it less visible.
7887 (makefile-previous-dependency, makefile-match-dependency):
7888 Don't match a target on a continuation line.
7889
7890 * files.el (auto-mode-alist): Put Makefile in gmake mode.
7891
7892 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
7893
7894 * progmodes/gdb-ui.el (menu): Re-order menu items.
7895 (gdb-tooltip-print): Respect tooltip-use-echo-area.
7896
7897 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
7898 Define in tooltip.el.
7899 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
7900 (gud-tooltip-tips): Respect tooltip-use-echo-area and
7901 gud-tooltip-echo-area.
7902
7903 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
7904 backward compatibility and make obsolete.
7905 (tooltip-help-tips): Use tooltip-use-echo-area.
7906 (tooltip-show-help-function): Rename to...
7907 (tooltip-show-help): ...this, because it is a function.
7908 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
7909
7910 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7911
7912 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
7913 (edebug-print-length, edebug-print-level, edebug-print-circle)
7914 (edebug-modify-breakpoint, edebug-eval-last-sexp)
7915 (edebug-eval-print-last-sexp): Doc fixes.
7916
7917 2005-06-14 Kim F. Storm <storm@cua.dk>
7918
7919 * ido.el (ido-mode): Make a new keymap every time we enable ido,
7920 as the coverage buffer/file/both may change.
7921
7922 2005-06-14 Lute Kamstra <lute@gnu.org>
7923
7924 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
7925 and run-mode-hooks. Simplify.
7926
7927 * mail/rmailedit.el (rmail-edit-mode):
7928 * progmodes/octave-inf.el (inferior-octave-mode):
7929 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
7930
7931 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
7932 and run-mode-hooks.
7933 (recentf-edit-list, recentf-open-files): Don't call
7934 kill-all-local-variables directly.
7935
7936 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
7937
7938 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * emacs-lisp/byte-run.el (make-obsolete)
7941 (define-obsolete-function-alias): Rename arguments FUNCTION and
7942 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
7943 (make-obsolete-variable, define-obsolete-variable-alias):
7944 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
7945 respectively.
7946
7947 * isearchb.el (isearchb-activate):
7948 * pcvs.el (cvs-mode):
7949 * ses.el (ses-load):
7950 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
7951 * net/tramp.el (tramp-find-file-exists-command)
7952 (tramp-find-shell):
7953 * progmodes/ada-mode.el (ada-create-case-exception)
7954 (ada-create-case-exception-substring, ada-make-subprogram-body):
7955 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7956 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
7957 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
7958 * textmodes/org.el (org-promote, org-evaluate-time-range)
7959 (org-agenda-next-date-line, org-agenda-previous-date-line)
7960 (org-agenda-error, org-open-at-point, org-table-move-row)
7961 (org-format-table-table-html-using-table-generate-source)
7962 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
7963 * textmodes/reftex.el (reftex-access-scan-info):
7964 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
7965 (reftex-toc-promote-prepare): Follow error conventions.
7966
7967 * diff-mode.el (diff-mode): Fix typo in docstring.
7968
7969 * forms.el (forms--intuit-from-file): Fix reference to
7970 `forms-number-of-fields' in error message.
7971 (forms-print): Fix quoting in error message.
7972
7973 * forms.el (forms-mode):
7974 * emulation/vi.el (vi-goto-insert-state):
7975 * progmodes/flymake.el (flymake-new-err-info)
7976 (flymake-start-syntax-check-for-current-buffer)
7977 (flymake-simple-cleanup):
7978 * eshell/esh-var.el (eshell/export):
7979 * progmodes/gud.el (xdb):
7980 * textmodes/flyspell.el (flyspell-incorrect-hook)
7981 (flyspell-maybe-correct-transposition)
7982 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
7983
7984 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
7985
7986 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
7987 minibuffer prompt.
7988
7989 2005-06-13 Kim F. Storm <storm@cua.dk>
7990
7991 * subr.el (add-to-ordered-list): New defun.
7992
7993 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
7994 add cua--keymap-alist to emulation-mode-map-alists.
7995
7996 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7997
7998 * subr.el (complete-in-turn): New macro.
7999 (dynamic-completion-table, lazy-completion-table): Add debug info.
8000
8001 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8002 in preference to face aliases.
8003
8004 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8005 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8006 Remove unused vars `start' and `firstline'.
8007 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8008 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8009
8010 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8011
8012 * cus-start.el (all): Don't complain about missing GTK-related
8013 variables, unless either `gtk' is boundp or this isn't a
8014 `windows-nt' build.
8015
8016 2005-06-13 Lute Kamstra <lute@gnu.org>
8017
8018 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8019 run-mode-hooks.
8020
8021 * ediff-mult.el (ediff-meta-mode):
8022 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8023
8024 * ledit.el (ledit-mode): Use delay-mode-hooks.
8025
8026 * woman.el (woman-mode-line-format): Delete constant.
8027 (woman-mode-map): Initialize it properly.
8028 (woman-mode): Set mode-class property to special.
8029 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8030 Set major-mode and mode-name. Don't set mode-line-format directly.
8031 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8032
8033 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8034 string argument obsolete.
8035
8036 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8037
8038 * textmodes/org.el (org-CUA-compatible): New option.
8039 (org-disputed-keys): New variable.
8040 (org-key): New function.
8041 (orgtbl-make-binding): Add docstring to the created function.
8042 (org-mode): Set paragraph start/separate regexps.
8043 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8044 (org-archive-location, org-archive-mark-done)
8045 (org-archive-stamp-time): New options.
8046 (org-archive-subtree): New command.
8047 (org-fill-paragraph): New function.
8048 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8049 (org-fake-empty-table-line): Function removed.
8050 (org-format-org-table-html): Do not create empty table lines at
8051 separator lines. Improved table header treatment.
8052 (org-link-format): New option.
8053 (org-make-link): New function.
8054 (org-insert-link, org-store-link): Use org-make-link.
8055 (org-open-file): Quote file name for shell command, to allow
8056 spaces in file names.
8057 (org-link-regexp): Fix bug with mailto link.
8058 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8059 New constants.
8060 (org-export-as-html): Deal with the optional angles around a link.
8061 Better treatment of file: links.
8062 (org-open-at-point): Replace @{ and @} with < and >.
8063 (org-run-mode-hooks): Function removed.
8064 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8065
8066 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8067
8068 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8069 MI command -data-list-register-values.
8070 (gdb-post-prompt): Indent properly.
8071
8072 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8073
8074 * hilit-chg.el (highlight-changes-colors): Rename from
8075 `highlight-changes-colours'.
8076 (highlight-changes-colours): Keep as obsolete alias.
8077 (highlight-changes-face-list): Doc fix.
8078 (hilit-chg-make-list): Use `highlight-changes-colors'.
8079
8080 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8081
8082 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8083 defun-prompt-regexp.
8084
8085 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8086
8087 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8088 and cygwin.
8089
8090 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8091 Don't use an old loaddefs.el, as in Makefile.in.
8092
8093 2005-06-12 Lute Kamstra <lute@gnu.org>
8094
8095 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8096
8097 * man.el (Man-mode-map): Initialize it properly.
8098 (Man-mode): Set mode-class property to special.
8099
8100 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8101
8102 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8103
8104 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8105 A newline is needed in the docstring there.
8106
8107 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8108 Doc fixes.
8109
8110 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8111
8112 * printing.el: Doc fix. The menubar is no more changed when printing
8113 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8114 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8115 (pr-version): New version number (6.8.4).
8116 (pr-menu-bind): New command.
8117 (pr-update-menus): Docstring and code fix.
8118 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8119 Docstring fix.
8120 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8121 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8122
8123 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8124
8125 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8126 "Returns" to "return", document useful return values, etc.
8127
8128 2005-06-11 Alan Mackenzie <acm@muc.de>
8129
8130 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8131 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8132 (adaptive-file-function): Minor amendment to doc-string.
8133
8134 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8135
8136 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8137 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8138 Fix :type--it is `integer', not `string'.
8139
8140 * faces.el (modeline-highlight): Rename from (the erroneous)
8141 `modeline-higilight'.
8142
8143 2005-06-11 Lute Kamstra <lute@gnu.org>
8144
8145 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8146 lisp-interaction-mode-map but make it the parent.
8147 (edebug-eval-mode): Use define-derived-mode.
8148
8149 2005-06-11 Andreas Schwab <schwab@suse.de>
8150
8151 * bindings.el: Add binding of `ESC functionkey' for every
8152 `M-functionkey'.
8153 * hexl.el (hexl-mode-map): Likewise.
8154
8155 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8156
8157 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8158 [msft]: update regexp for newer msft compilers.
8159
8160 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8161
8162 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8163 ATTLIST portions of included DTDs.
8164 (xml-parse-dtd): Eliminate use of inefficient match-data.
8165
8166 2005-06-10 Miles Bader <miles@gnu.org>
8167
8168 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8169 (mpuz-text): Remove "-face" suffix from face names.
8170 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8171 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8172 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8173
8174 * play/gomoku.el (gomoku-O, gomoku-X):
8175 Remove "-face" suffix from face names.
8176 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8177 New backward-compatibility aliases for renamed faces.
8178 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8179
8180 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8181
8182 * thumbs.el: Fixes for changes of 2005-06-09.
8183 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8184 as a directory.
8185 (thumbs-thumbname): Remove directory separator from format string;
8186 `thumbs-thumbsdir' now returns a valid directory name.
8187 (thumbs-temp-dir): New defsubst.
8188 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8189 Use it.
8190
8191 * cus-edit.el (minibuffer):
8192 * files.el (make-backup-file-name-function):
8193 * filesets.el (filesets-external-viewers):
8194 * hilit-chg.el (highlight-changes-colours)
8195 (highlight-changes-face-list, highlight-changes-rotate-faces):
8196 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8197 * kmacro.el (kmacro-call-macro):
8198 * log-edit.el (log-edit-changelog-full-paragraphs):
8199 * mouse.el (mouse-1-click-follows-link):
8200 * skeleton.el (skeleton-autowrap):
8201 * subr.el (insert-for-yank-1):
8202 * tempo.el (tempo-insert-region):
8203 * terminal.el (terminal-emulator):
8204 * time.el (display-time-mail-face):
8205 * vc.el (vc-annotate):
8206 * vcursor.el (vcursor-copy-line):
8207 * woman.el (woman-bold-headings, woman-ignore)
8208 (woman-default-faces, woman-monochrome-faces):
8209 * calendar/todo-mode.el (todo-insert-threshold):
8210 * emulation/pc-select.el (pc-select-selection-keys-only)
8211 (pc-selection-mode):
8212 * emulation/vip.el (vip-find-char-forward):
8213 * emulation/viper-cmd.el (viper-find-char-forward):
8214 * international/mule-cmds.el
8215 (select-safe-coding-system-accept-default-p)
8216 (input-method-exit-on-invalid-key):
8217 * international/mule-diag.el (describe-coding-system):
8218 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8219 * net/browse-url.el (browse-url-xterm-program):
8220 * obsolete/lazy-lock.el (lazy-lock-mode):
8221 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8222 (cperl-mode):
8223 * progmodes/cpp.el (cpp-face-light-name-list)
8224 (cpp-face-dark-name-list):
8225 * progmodes/delphi.el (delphi-newline-always-indents):
8226 Fix spellings in docstrings.
8227
8228 * ido.el (ido-mode, ido-file-extensions-order)
8229 (ido-default-file-method, ido-default-buffer-method)
8230 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8231 (ido-decorations, ido-read-file-name-as-directory-commands)
8232 (ido-read-file-name-non-ido, ido-work-directory-list)
8233 (ido-ignore-item-temp-list, ido-current-directory)
8234 (ido-magic-forward-char, ido-enter-find-file)
8235 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8236 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8237
8238 2005-06-10 Lute Kamstra <lute@gnu.org>
8239
8240 * play/dunnet.el (dun-mode): Use define-derived-mode.
8241 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8242 obsolete alias.
8243
8244 * play/doctor.el (doctor-mode-map): Remove defvar.
8245 (doctor-mode): Use define-derived-mode.
8246
8247 * mail/mspools.el (mspools-mode):
8248 * net/eudc-hotlist.el (eudc-hotlist-mode):
8249 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8250
8251 2005-06-10 Miles Bader <miles@gnu.org>
8252
8253 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8254 Remove "-face" suffix from face names.
8255 (flyspell-incorrect-face, flyspell-duplicate-face):
8256 New backward-compatibility aliases for renamed faces.
8257 (flyspell-mode-on, make-flyspell-overlay)
8258 (flyspell-highlight-incorrect-region)
8259 (flyspell-highlight-duplicate-region)
8260 (flyspell-display-next-corrections)
8261 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8262
8263 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8264 from face name.
8265 (texinfo-heading-face): New backward-compatibility alias for
8266 renamed face.
8267 (texinfo-heading-face): Use renamed texinfo-heading face.
8268
8269 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8270 suffix from face names.
8271 (tex-math-face, tex-verbatim-face):
8272 New backward-compatibility aliases for renamed faces.
8273 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8274 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8275 literal face name.
8276
8277 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8278 name.
8279 (table-cell-face): New backward-compatibility alias for renamed face.
8280 (table--put-cell-face-property, table--update-cell-face):
8281 Use renamed table-cell face.
8282
8283 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8284 from face name.
8285 (sgml-namespace-face): New backward-compatibility alias for
8286 renamed face.
8287 (sgml-namespace-face): Use renamed sgml-namespace face.
8288
8289 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8290 (org-level-4, org-level-5, org-level-6, org-level-7)
8291 (org-level-8, org-warning, org-headline-done)
8292 (org-deadline-announce, org-scheduled-today)
8293 (org-scheduled-previously, org-link, org-done, org-table)
8294 (org-time-grid): Remove "-face" suffix from face names.
8295 (org-level-1-face, org-level-2-face, org-level-3-face)
8296 (org-level-4-face, org-level-5-face, org-level-6-face)
8297 (org-level-7-face, org-level-8-face, org-warning-face)
8298 (org-headline-done-face, org-deadline-announce-face)
8299 (org-scheduled-today-face, org-scheduled-previously-face)
8300 (org-link-face, org-done-face, org-table-face)
8301 (org-time-grid-face):
8302 New backward-compatibility aliases for renamed faces.
8303 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8304 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8305 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8306 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8307
8308 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8309 (viper-minibuffer-emacs, viper-minibuffer-insert)
8310 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8311 (viper-search-face, viper-replace-overlay-face)
8312 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8313 (viper-minibuffer-vi-face):
8314 New backward-compatibility aliases for renamed faces.
8315 (viper-search-face, viper-replace-overlay-face)
8316 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8317 (viper-minibuffer-vi-face): Use renamed viper faces.
8318
8319 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8320 Remove "-face" suffix from face names.
8321 (testcover-nohits-face, testcover-1value-face):
8322 New backward-compatibility aliases for renamed faces.
8323 (testcover-mark): Use renamed testcover faces.
8324
8325 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8326 face name.
8327 (diary-button-face): New backward-compatibility alias for renamed face.
8328 (diary-entry): Use renamed diary-button face.
8329
8330 * calendar/calendar.el (diary, calendar-today, holiday)
8331 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8332 (diary-face, calendar-today-face, holiday-face):
8333 New backward-compatibility aliases for renamed faces.
8334 (eval-after-load "facemenu", diary-entry-marker)
8335 (calendar-today-marker, calendar-holiday-marker, diary-face):
8336 Use renamed calendar faces.
8337
8338 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8339 (compare-windows-face): New backward-compatibility alias for
8340 renamed face.
8341 (compare-windows-highlight): Use renamed compare-windows face.
8342
8343 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8344 (strokes-char-face): New backward-compatibility alias for renamed face.
8345 (strokes-encode-buffer): Use renamed strokes-char face.
8346
8347 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8348 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8349 Remove "-face" suffix from face names.
8350 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8351 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8352 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8353 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8354 Use renamed pcvs faces.
8355 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8356 * pcvs-defs.el (cvs-mode-map): Likewise.
8357 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8358
8359 * info.el (info-title-1, info-title-2, info-title-3)
8360 (info-title-4): Remove "-face" suffix from and downcase face names.
8361 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8362 (Info-title-4-face):
8363 New backward-compatibility aliases for renamed faces.
8364 (Info-fontify-node): Use renamed info faces.
8365
8366 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8367 Remove "-face" suffix from face names.
8368 (highlight-changes-face, highlight-changes-delete-face):
8369 New backward-compatibility aliases for renamed faces.
8370 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8371 (hilit-chg-make-list): Use renamed highlight-changes faces.
8372
8373 * generic-x.el (show-tabs-tab, show-tabs-space):
8374 Remove "-face" suffix from face names.
8375 (show-tabs-tab-face, show-tabs-space-face):
8376 New backward-compatibility aliases for renamed faces.
8377 (show-tabs-generic-mode-font-lock-defaults-1)
8378 (show-tabs-generic-mode-font-lock-defaults-2):
8379 Use renamed show-tabs faces.
8380
8381 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8382 (smerge-markers): Remove "-face" suffix from face names.
8383 (smerge-mine-face, smerge-other-face, smerge-base-face)
8384 (smerge-markers-face):
8385 New backward-compatibility aliases for renamed faces.
8386 (smerge-mine-face, smerge-other-face, smerge-base-face)
8387 (smerge-markers-face): Use renamed smerge faces.
8388
8389 * log-view.el (log-view-file, log-view-message): Remove "-face"
8390 suffix from face names.
8391 (log-view-file-face, log-view-message-face):
8392 New backward-compatibility aliases for renamed faces.
8393 (log-view-file-face, log-view-message-face): Use renamed log-view
8394 faces.
8395
8396 * paren.el (show-paren-match, show-paren-mismatch):
8397 Remove "-face" suffix from face names.
8398 (show-paren-match-face, show-paren-mismatch-face):
8399 New backward-compatibility aliases for renamed faces.
8400 (show-paren-function): Use renamed show-paren faces.
8401
8402 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8403 (ruler-mode-margins, ruler-mode-fringes)
8404 (ruler-mode-column-number, ruler-mode-fill-column)
8405 (ruler-mode-comment-column, ruler-mode-goal-column)
8406 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8407 suffix from face names.
8408 (ruler-mode-default-face, ruler-mode-pad-face)
8409 (ruler-mode-margins-face, ruler-mode-fringes-face)
8410 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8411 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8412 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8413 New backward-compatibility aliases for renamed faces.
8414 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8415 (ruler-mode-column-number, ruler-mode-fill-column)
8416 (ruler-mode-comment-column, ruler-mode-goal-column)
8417 (ruler-mode-tab-stop, ruler-mode-current-column)
8418 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8419 faces.
8420
8421 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8422 face name.
8423 (whitespace-highlight-the-space): Use renamed face.
8424 (whitespace-highlight-face): New backward-compatibility alias for
8425 renamed face.
8426
8427 * woman.el (woman-italic, woman-bold, woman-unknown)
8428 (woman-addition, woman-symbol-face):
8429 Remove "-face" suffix from face names.
8430 (woman-italic-face, woman-bold-face, woman-unknown-face)
8431 (woman-addition-face):
8432 New backward-compatibility aliases for renamed faces.
8433 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8434 (woman-decode-region, woman-replace-match)
8435 (woman-display-extended-fonts, woman-special-characters)
8436 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8437 Use renamed woman faces.
8438
8439 * longlines.el (longlines-visible-face): Face removed.
8440
8441 * diff-mode.el (diff-header, diff-file-header, diff-index)
8442 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8443 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8444 suffix from face names.
8445 (diff-header-face, diff-file-header-face, diff-index-face)
8446 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8447 (diff-changed-face, diff-function-face, diff-context-face)
8448 (diff-nonexistent-face): New backward-compatibility aliases for
8449 renamed faces.
8450 (diff-header-face, diff-file-header-face)
8451 (diff-index, diff-index-face, diff-hunk-header)
8452 (diff-hunk-header-face, diff-removed, diff-removed-face)
8453 (diff-added, diff-added-face, diff-changed-face, diff-function)
8454 (diff-function-face, diff-context-face, diff-nonexistent)
8455 (diff-nonexistent-face): Use renamed diff-mode faces.
8456
8457 * progmodes/compile.el (compilation-warning-face)
8458 (compilation-info-face): Remove "-face" suffix from face names.
8459 (compilation-warning-face, compilation-info-face):
8460 New backward-compatibility aliases for renamed faces.
8461 (compilation-warning-face, compilation-info-face):
8462 Use renamed compilation faces.
8463
8464 * add-log.el (change-log-date, change-log-name)
8465 (change-log-email, change-log-file, change-log-list)
8466 (change-log-conditionals, change-log-function)
8467 (change-log-acknowledgement): Remove "-face" suffix from face names.
8468 (change-log-date-face, change-log-name-face)
8469 (change-log-email-face, change-log-file-face)
8470 (change-log-list-face, change-log-conditionals-face)
8471 (change-log-function-face, change-log-acknowledgement-face):
8472 New backward-compatibility aliases for renamed faces.
8473 (change-log-font-lock-keywords): Use renamed change-log faces.
8474
8475 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8476 (custom-set, custom-changed, custom-saved, custom-button)
8477 (custom-button-pressed, custom-documentation, custom-state)
8478 (custom-comment, custom-comment-tag, custom-variable-tag)
8479 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8480 (custom-group-tag): Remove "-face" suffix from face names.
8481 (custom-magic-alist, custom-magic-value-create)
8482 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8483 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8484 (custom-set-face, custom-changed-face, custom-saved-face)
8485 (custom-button-face, custom-button-pressed-face)
8486 (custom-documentation-face, custom-state-face)
8487 (custom-comment-face, custom-comment-tag-face)
8488 (custom-variable-tag-face, custom-variable-button-face)
8489 (custom-face-tag-face, custom-group-tag-face-1)
8490 (custom-group-tag-face):
8491 New backward-compatibility aliases for renamed faces.
8492
8493 * wid-edit.el (widget-documentation, widget-button)
8494 (widget-field, widget-single-line-field, widget-inactive)
8495 (widget-button-pressed): "-face" suffix removed from face names.
8496 (widget-documentation-face, widget-button-face)
8497 (widget-field-face, widget-single-line-field-face)
8498 (widget-inactive-face, widget-button-pressed-face):
8499 New backward-compatibility aliases for renamed faces.
8500 (widget-documentation-face, widget-button-face)
8501 (widget-button-pressed-face, widget-specify-field)
8502 (widget-specify-inactive): Use renamed widget faces.
8503
8504 2005-06-10 Kenichi Handa <handa@m17n.org>
8505
8506 * term/x-win.el (x-clipboard-yank): Remove condition-case
8507 wrapping.
8508
8509 2005-06-11 Kenichi Handa <handa@m17n.org>
8510
8511 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8512 date lines stricter.
8513
8514 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8515
8516 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8517 of x-get-selection.
8518
8519 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8520
8521 * comint.el (comint-mode, comint-snapshot-last-prompt):
8522 * frame.el (frame-current-scroll-bars):
8523 * term.el (term-mode, term-check-proc, term-input-sender)
8524 (term-simple-send, term-extract-string, term-word)
8525 (term-match-partial-filename):
8526 * window.el (window-current-scroll-bars):
8527 * emulation/cua-base.el (cua-normal-cursor-color)
8528 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8529 (cua-global-mark-cursor-color):
8530 * mail/undigest.el (rmail-forward-separator-regex):
8531 Fix typos in docstrings.
8532
8533 * comint.el (comint-check-proc, make-comint-in-buffer)
8534 (comint-source-default): Doc fixes.
8535
8536 * term.el (term-send-string): Improve argument/docstring consistency.
8537
8538 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8539
8540 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8541 call to `delete-region'.
8542 (comint-mode-hook): Do not enable Font Lock by default.
8543
8544 2005-06-09 Lute Kamstra <lute@gnu.org>
8545
8546 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8547 could be void.
8548
8549 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8550
8551 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8552 (debug): Use it.
8553 (debugger-step-through, debugger-continue, debugger-jump)
8554 (debugger-return-value): Set it when needed.
8555 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8556 Use inhibit-read-only.
8557
8558 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8559
8560 * window.el (shrink-window-if-larger-than-buffer)
8561 (window-size-fixed): Fix typo in docstring.
8562
8563 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8564 thumbnails directory on loading.
8565 (thumbs-conversion-program): Use `eq' to check the system type,
8566 not `equal'.
8567 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8568 not "/tmp". Fix docstring.
8569 (thumbs-thumbsdir): New function to return the thumbnails
8570 directory, creating it if needed.
8571 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8572 (thumbs-temp-file): Delete variable and make it into a function.
8573 (thumbs-resize-image, thumbs-modify-image): Use it.
8574 (thumbs-kill-buffer): Simplify.
8575 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8576 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8577 docstrings.
8578
8579 2005-06-09 Kim F. Storm <storm@cua.dk>
8580
8581 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8582 set-match-data to free markers in match-data.
8583
8584 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8585 match-data to unchain markers in match-data.
8586
8587 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8590 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8591 unnecessary now.
8592
8593 2005-06-08 Richard M. Stallman <rms@gnu.org>
8594
8595 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8596 give the variable a doc string that doesn't say don't set it directly.
8597
8598 * textmodes/ispell.el (ispell-check-version):
8599 Use match-string-no-properties.
8600 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8601 (ispell-buffer-local-words): Likewise.
8602
8603 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8604 except on terminals with enough colors to really display it.
8605 (makefile-dependency-regex): Delete spurious `bb'.
8606
8607 * faces.el (escape-glyph): Use blue once again in last case.
8608 (no-break-space): Redefine so that it isn't invisible on a tty.
8609
8610 2005-06-08 Kim F. Storm <storm@cua.dk>
8611
8612 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8613 also when reading directory name.
8614
8615 2005-06-08 Lute Kamstra <lute@gnu.org>
8616
8617 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8618 (flyspell-mode-line-string): Remove autoload cookie.
8619 (flyspell-mode): Remove defvar.
8620
8621 2005-06-07 Lute Kamstra <lute@gnu.org>
8622
8623 * textmodes/org.el (org-run-mode-hooks): New function.
8624 (org-agenda-mode): Use it.
8625
8626 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8627
8628 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8629
8630 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8633
8634 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
8635
8636 * font-lock.el (font-lock-add-keywords): Doc fix.
8637
8638 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8641 (tex-compile-default): In the absence of any history, use the order in
8642 tex-compile-alist to choose the preferred command.
8643 (tex-compile-commands): Reorder a bit.
8644
8645 * textmodes/flyspell.el (flyspell-auto-correct-binding)
8646 (flyspell-incorrect-face, flyspell-duplicate-face):
8647 Use (X)Emacs-agnostic code.
8648 (flyspell-mode-map): Don't overwrite at each load. Remove code
8649 redundant with the subsequent add-minor-mode. Merge Emacs and
8650 XEmacs code.
8651 (flyspell-word): Minor simplification.
8652 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8653 (flyspell-external-point-words): Remove unused vars `size' and `start'.
8654 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8655 Merge the corresponding Emacs code.
8656 (flyspell-correct-word, flyspell-xemacs-popup):
8657 Use flyspell-do-correct.
8658
8659 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8660 a dedicated window.
8661
8662 * international/latexenc.el (latexenc-find-file-coding-system):
8663 Undo part of last patch, to turn off a compiler warning.
8664
8665 2005-06-06 Juri Linkov <juri@jurta.org>
8666
8667 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8668 Rename `tmm-inactive-face' to `tmm-inactive'.
8669
8670 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
8671
8672 * iswitchb.el: Rename faces.
8673
8674 2005-06-06 Kim F. Storm <storm@cua.dk>
8675
8676 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8677 (cua-global-mark): Remove -face suffix from face names.
8678
8679 * emulation/cua-gmrk.el (cua--init-global-mark):
8680 Remove cua-global-mark face setup.
8681
8682 2005-06-06 Richard M. Stallman <rms@gnu.org>
8683
8684 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8685 just like other allowed characters.
8686 (makefile-match-dependency): Exclude leading and training whitespace
8687 from the range of regexp subexp 1.
8688 (makefile-macroassign-regex): Don't try to match the body,
8689 just the name of the macro being defined.
8690
8691 * info.el (Info-read-node-name-2): New function.
8692 (Info-read-node-name-1): Use that.
8693 Add a completion-base-size-function property.
8694
8695 * simple.el (completion-setup-function): Look for
8696 completion-base-size-function property of minibuffer-completion-table.
8697
8698 * files.el (locate-file-completion): Doc fix.
8699
8700 * printing.el: Don't call pr-update-menus; user must do that.
8701
8702 * emacs-lisp/debug.el (debugger-window): New variable.
8703 (debug): Use debugger-window if it is set and still alive.
8704 Record debugger-window for next entry.
8705
8706 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8707
8708 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
8709
8710 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8711 (hack-one-local-variable, hack-local-variables)
8712 (hack-local-variables-prop-line): Pass that arg.
8713
8714 2005-06-06 Kim F. Storm <storm@cua.dk>
8715
8716 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8717 (ido-indicator): Remove -face suffix from face names.
8718
8719 2005-06-06 Juri Linkov <juri@jurta.org>
8720
8721 * font-lock.el (font-lock-regexp-backslash)
8722 (font-lock-regexp-backslash-construct): New faces.
8723 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
8724 after `('. Add `while-no-input' to control structures.
8725
8726 * faces.el (no-break-space, shadow): New faces.
8727 (escape-glyph): Use less loud colors pink2 and red4.
8728
8729 * diff-mode.el (diff-context-face)
8730 * dired.el (dired-ignored)
8731 * rfn-eshadow.el (file-name-shadow)
8732 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8733
8734 * info.el (Info-title-1-face): Use green instead of yellow because
8735 bold yellow is not readable on light backgrounds.
8736
8737 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8738 before selecting the desired mode to not spend time fontifying
8739 old contents.
8740
8741 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
8742
8743 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8744 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8745
8746 * ps-print.el (ps-default-fg, ps-default-bg):
8747 Fix typos in docstrings.
8748
8749 * isearchb.el (isearchb): Don't pass a spurious second argument to
8750 `iswitchb-completions'.
8751
8752 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
8753
8754 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8755 to preserve point.
8756 (gdb-find-file-hook): Add doc string.
8757
8758 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8759 C dereferenced pointer expression.
8760 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
8761
8762 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8763
8764 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8765 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8766 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8767 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8768 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8769 Make background transparent.
8770
8771 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8772
8773 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
8774 (font-lock-remove-keywords): Doc fix.
8775 (font-lock-mode-major-mode): Compiler defvar.
8776 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8777
8778 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8779 (font-lock-mode): Update `font-lock-mode-major-mode'.
8780 (font-lock-set-defaults): Compiler defvar.
8781 (font-lock-default-function): Take `font-lock-mode-major-mode'
8782 into account.
8783
8784 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8785 keep track of which major mode it enabled the minor mode for.
8786 Use find-file-hook again. Update docstring.
8787
8788 * simple.el (eval-expression-print-level)
8789 (eval-expression-print-length, eval-expression-debug-on-error):
8790 Doc fixes.
8791
8792 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
8793
8794 * iswitchb.el (iswitchb-single-match-face)
8795 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8796 (iswitchb-invalid-regexp-face): New faces.
8797 (iswitchb-completions): Use them.
8798 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8799 now marked as an obsolete alias.
8800 (iswitchb-read-buffer): Remove check for bound font variables.
8801 (iswitchb-invalid-regexp): New free variable.
8802 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8803 set iswitchb-invalid-regexp.
8804 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8805 invalid regexps.
8806 (iswitchb-completions): Add check for complete match when entering
8807 a regexp.
8808 (iswitchb-completions): Remove require-match argument.
8809 (iswitchb-exhibit): Fix caller.
8810 (iswitchb-common-match-inserted): New variable.
8811 (iswitchb-complete, iswitchb-completion-help): Use it.
8812
8813 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
8814
8815 * url-http.el (url-http-chunked-encoding-after-change-function):
8816 Use `url-http-debug' instead of `message'.
8817
8818 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
8819
8820 * url-http.el (url-http-parse-headers): Pass redirected URL as a
8821 callback argument.
8822
8823 2005-06-04 Kim F. Storm <storm@cua.dk>
8824
8825 * simple.el (line-move): Only call sit-for when moving backwards.
8826
8827 * ido.el (ido-make-merged-file-list-1): New defun split from
8828 ido-make-merged-file-list.
8829 (ido-make-merged-file-list): Bind throw-on-input around call to
8830 ido-make-merged-file-list-1. Return input-pending-p if
8831 interrupted by more input available.
8832 (ido-read-internal): Handle input-pending-p return value from
8833 ido-make-merged-file-list.
8834
8835 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8836
8837 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8838 compatibility code.
8839
8840 * international/latexenc.el (latexenc-find-file-coding-system):
8841 Don't inherit the EOL part of the coding-system from the
8842 tex-main buffer. Fit within 80 columns.
8843
8844 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
8845
8846 * tmm.el (tmm-inactive-face): New face.
8847 (tmm-remove-inactive-mouse-face): New function.
8848 (tmm-prompt, tmm-add-one-shortcut)
8849 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8850 but not selectable.
8851
8852 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
8853
8854 * faces.el (face-equal): Improve argument/docstring consistency.
8855
8856 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
8857
8858 * progmodes/make-mode.el (makefile-targets-face)
8859 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8860 (makefile-bsdmake-dependency-regex)
8861 (makefile-makepp-rule-action-regex)
8862 (makefile-bsdmake-rule-action-regex): New constants.
8863 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8864
8865 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8866 Allow (...) within `...' for makepp messages.
8867
8868 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
8869
8870 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
8871
8872 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
8873 "." files are deleted from all file lists before comparison.
8874
8875 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8876 (viper-ESC-key): Made them customizable.
8877
8878 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
8879
8880 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
8881
8882 * autorevert.el (auto-revert-buffers): Use save-match-data.
8883
8884 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
8887 menu items with a nil command binding.
8888
8889 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
8890
8891 * emacs-lisp/cl-macs.el (defsetf):
8892 Improve argument/docstring consistency.
8893
8894 * faces.el (list-faces-display): Improve the formatting by
8895 computing the maximum length required for any face-name (reworked
8896 patch of 1999-01-11, accidentally deleted on 1999-07-21).
8897 (internal-find-face): Remove redundant info in docstring.
8898
8899 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
8900
8901 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
8902 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
8903 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
8904 (gdb-assembler-custom): Improve regexps.
8905 (def-gdb-auto-update-handler): Use window point to preserve point.
8906
8907 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8908
8909 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
8910
8911 2005-05-31 Jay Belanger <belanger@truman.edu>
8912
8913 * calc/calc-embed.el (calc-embedded-word): Change argument passed
8914 to calc-embedded.
8915 (calc-embedded-make-info): Have plain prefix argument select
8916 entire line.
8917
8918 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
8919
8920 * faces.el (list-faces-display): Signal error if passed a regexp
8921 that matches no face name.
8922
8923 * simple.el (filter-buffer-substring): Fix typo in docstring.
8924
8925 2005-05-31 Richard M. Stallman <rms@gnu.org>
8926
8927 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
8928 (vhdl-emacs-21): Doc fix.
8929 (vhdl-mode): Unconditionally set comment-padding.
8930 (vhdl-fixup-whitespace-region): Insert spaces only where
8931 there are none.
8932 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
8933
8934 2005-05-30 John Wiegley <johnw@newartisans.com>
8935
8936 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
8937 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
8938 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
8939 `directory-sep-char' to ?/, and all uses of `string-to-int' to
8940 `string-to-number'.
8941
8942 2005-05-30 Jay Belanger <belanger@truman.edu>
8943
8944 * calc/calc.el (calc-bug-address): Fix docstring.
8945 (calc-window-hook, calc-trail-window-hook): New variables.
8946 (calc-trail-display): Restore use of calc-trail-window-hook.
8947 (calc): Restore use of calc-window-hook.
8948
8949 2005-05-31 Masatake YAMATO <jet@gyve.org>
8950
8951 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
8952
8953 * help-fns.el (help-C-file-name): Add autoload mark for
8954 `find-function-noselect'.
8955
8956 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
8959 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
8960
8961 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8962
8963 * calendar/diary-lib.el (mark-included-diary-files): Only kill
8964 included diary buffer if it was not already being visited.
8965 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
8966
8967 * calendar/icalendar.el (top-level): Do not require 'appt.
8968
8969 * mail/supercite.el (sc-select-attribution): Only use a list
8970 element from sc-attrib-selection-list if it returns a string.
8971 Reported by Davide G. M. Salvetti <salve@debian.org>.
8972
8973 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
8974
8975 * thumbs.el (thumbs-thumbname): The resulting thumbname now
8976 includes a hash value to improve its uniqueness, and has a ".jpg"
8977 extension. Also, it is now a valid filename on all systems.
8978 (thumbs-make-thumb): Use `let', not `let*'.
8979 (thumbs-show-thumbs-list): Check for JPEG availability.
8980
8981 2005-05-30 Richard M. Stallman <rms@gnu.org>
8982
8983 * filesets.el (filesets-menu-ensure-use-cached):
8984 Prevent warning when emacs-version>= is undefined.
8985
8986 * printing.el (pr-interactive-n-up): Use string-to-number.
8987
8988 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
8989
8990 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
8991 Warn only when name to be defined is quoted.
8992
8993 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
8994
8995 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
8996 Make regexp more robust.
8997 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
8998 Force regeneration of disassembly.
8999
9000 2005-05-29 Jay Belanger <belanger@truman.edu>
9001
9002 * calc/calc.el (calc-user-invocation): Check if
9003 calc-invocation-macro is non-nil.
9004
9005 2005-05-29 Juri Linkov <juri@jurta.org>
9006
9007 * add-log.el (change-log-font-lock-keywords):
9008 Add `+' to e-mail regexp to accept mail address with keywords.
9009
9010 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9011
9012 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9015
9016 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9017
9018 2005-05-29 Richard M. Stallman <rms@gnu.org>
9019
9020 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9021 Undo the change that moves to end of the current word.
9022
9023 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9024
9025 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9026 Throw error when count <= 0 to ensure input is a number.
9027 (gdb-read-memory-custom): Pick up address from buffer.
9028 (gdb-memory-mode): Allow user to increment and decrement
9029 memory address from header line.
9030
9031 2005-05-29 Richard M. Stallman <rms@gnu.org>
9032
9033 * flyspell.el (flyspell-version): Function deleted.
9034 (flyspell-auto-correct-previous-hook): Doc fix.
9035
9036 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9037 Do nothing if memory is full.
9038
9039 * font-lock.el (font-lock-fontify-syntactically-region):
9040 Pass t for GREEDY to looking-back.
9041
9042 * saveplace.el (save-place-alist-to-file): Write the file
9043 using write-region.
9044
9045 * subr.el (looking-back): New argument GREEDY.
9046
9047 * progmodes/compile.el (compilation-start): Set the mode
9048 before inserting the initial text.
9049
9050 * progmodes/which-func.el (which-func-update-1): Turn the mode
9051 off in case of error by setting which-func-mode.
9052
9053 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9054
9055 * flyspell.el (flyspell-auto-correct-previous-word):
9056 Narrow down to what's on the screen, and recenter overlays
9057 at the end of the next word.
9058
9059 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9060
9061 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9062 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9063 (flyspell-abbrev-p): Default to nil.
9064 (flyspell-use-global-abbrev-table-p): Doc fix.
9065 (flyspell-large-region): Allow nil as value.
9066 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9067
9068 (mail-mode-flyspell-verify): More robust handling
9069 of `mail-header-separator'. More efficient signature detection.
9070 Allow for regexp metacharacters in message-header-separator.
9071 Adding `To' not to be checked in mail-mode-flyspell-verify.
9072
9073 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9074 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9075 Bind flyspell-auto-correct-binding.
9076 Bind C-. and C-, .
9077 (flyspell-mode-map): Likewise.
9078 (flyspell-mode): Doc fix.
9079 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9080 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9081 (flyspell-word-cache-result): New var, always local.
9082 (flyspell-check-pre-word-p): Doc fix.
9083 (flyspell-check-changed-word-p): Handle spc like newline.
9084 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9085 (flyspell-word-search-backward, flyspell-word-search-forward):
9086 New functions.
9087 (flyspell-word): Return t if nothing to check.
9088 When parsing TeX code, check for after } or \.
9089 Use flyspell-word-search-backward to find previous word.
9090 Return nil if duplicated word.
9091 For word already checked, return same value as last time.
9092 Set flyspell-word-cache-result after checking.
9093 Don't clobber the return value.
9094 (flyspell-get-word): Major rewrite.
9095 (flyspell-external-point-words): New locals pword, pcount.
9096 Fix size used in progress message.
9097 Find the proper corresponding word in flyspell-large-region-buffer.
9098 (flyspell-region): Check for flyspell-large-region = nil.
9099 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9100 (flyspell-auto-correct-word): Check that WORD is a cons.
9101 (flyspell-correct-word): Likewise.
9102
9103 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9104
9105 * progmodes/make-mode.el (makefile-rule-action-regex)
9106 (makefile-macroassign-regex, makefile-makepp-mode)
9107 (makefile-bsdmake-mode): Continuation lines may be empty.
9108 Reported by Joshua Varner.
9109 (makefile-makepp-font-lock-keywords): Add $(stem).
9110
9111 2005-05-28 Karl Berry <karl@gnu.org>
9112
9113 * textmodes/tex-mode.el: Now that tex-send-command calls
9114 shell-quote-argument (2005-03-31 change), remove all calls to
9115 shell-quote-argument; they all end up invoking tex-send-command.
9116 The double quoting loses on filenames with non-safe characters,
9117 such as "@". Reported by Frederik Fouvry.
9118
9119 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9120
9121 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9122 about preserving point.
9123
9124 2005-05-27 Jay Belanger <belanger@truman.edu>
9125
9126 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9127 Info-goto-node.
9128
9129 * calc/calc-embed.el (calc-embed-arg): New variable.
9130 (calc-do-embedded-activate, calc-embedded-activate-formula)
9131 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9132 variable by new variable.
9133 (calc-embedded-make-info): Replace undeclared variable by new
9134 variable. When selecting region with positive prefix
9135 argument, use end of previous line instead of beginning of line.
9136
9137 * calc/calc-aent.el (calc-arg-values): Declare it.
9138
9139 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9140 Declare them.
9141
9142 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9143
9144 * calc/calc.el (calc-alg-map): Declare it.
9145
9146 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9147
9148 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9149
9150 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9151 (gdb-registers-buffer, toggle-gdb-all-registers):
9152 Toggle display of floating point registers.
9153 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9154
9155 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9156 (toggle-gud-tooltip-dereference):
9157 Rename from gud-toggle-tooltip-dereference.
9158
9159 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9162
9163 2005-05-27 Jay Belanger <belanger@truman.edu>
9164
9165 * calc/calc-prog.el (calc-kbd-report): Remove.
9166 (calc-kbd-query): Rewrite.
9167
9168 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9169
9170 * image.el (image-library-alist): Move to image.c.
9171 (image-type-available-p): Doc fix.
9172
9173 2005-05-27 Lute Kamstra <lute@gnu.org>
9174
9175 * calc/calc.el (calc):
9176 * outline.el (outline-1, outline-2, outline-3, outline-4)
9177 (outline-5, outline-6, outline-7, outline-8):
9178 * textmodes/dns-mode.el (dns-mode):
9179 * textmodes/sgml-mode.el (sgml-namespace-face):
9180 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9181 (tex-verbatim-face, tex-use-reftex):
9182 * textmodes/texinfo.el (texinfo-heading-face):
9183 Specify customization group.
9184
9185 * longlines.el: Don't require easy-mmode.
9186 (longlines-visible-face): Specify customization group.
9187
9188 2005-05-27 Kenichi Handa <handa@m17n.org>
9189
9190 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9191 encoding table of windows-1251.
9192
9193 * international/ucs-tables.el (ucs-set-table-for-input):
9194 If translation-table-for-input of a coding system is a symbol, get
9195 its translation-table property.
9196
9197 * international/code-pages.el: Don't register a coding system into
9198 non-iso-charset-alist more than once.
9199 (cp-make-coding-system): Likewise.
9200
9201 2005-05-26 John Wiegley <johnw@newartisans.com>
9202
9203 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9204 `eshell-resume-eval' is wrapped in a list, it indicates that the
9205 command was run asynchronously. In that case, unwrap the value
9206 before checking the delimiter value.
9207
9208 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9209 character before a space at the end of a line is \, assume the space
9210 is part of the last argument rather than a final argument separator.
9211
9212 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9213 is in use, and the target is `t' or `nil' (which are the most common
9214 values), don't assume that the symbol target is a buffer.
9215
9216 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9217
9218 * calendar/calendar.el (calendar-mode-line-format):
9219 Use mode-line-highlight as mouse-face.
9220
9221 * time.el (display-time-string-forms, display-time-update):
9222 Use mode-line-highlight as mouse-face.
9223
9224 2005-05-26 Jay Belanger <belanger@truman.edu>
9225
9226 * calc/calc.el (calc-language-alist): Remove extra defvar.
9227
9228 2005-05-26 Lute Kamstra <lute@gnu.org>
9229
9230 * arc-mode.el (archive-mode):
9231 * bookmark.el (bookmark-read-annotation-mode)
9232 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9233 * bs.el (bs-mode):
9234 * calc/calc-yank.el (calc-edit-mode):
9235 * calc/calc.el (calc-mode, calc-trail-mode):
9236 * calculator.el (calculator-mode):
9237 * chistory.el (command-history-mode):
9238 * comint.el:
9239 * cus-edit.el (custom-mode):
9240 * descr-text.el (describe-text-mode):
9241 * ebuff-menu.el (Electric-buffer-menu-mode):
9242 * ediff-util.el (ediff-mode):
9243 * emacs-lisp/re-builder.el (reb-mode):
9244 * emulation/vi.el (vi-mode-setup):
9245 * emulation/ws-mode.el (wordstar-mode):
9246 * eshell/esh-mode.el (eshell-mode):
9247 * forms.el (forms-mode):
9248 * help-mode.el (help-mode):
9249 * hexl.el (hexl-mode):
9250 * ibuffer.el (ibuffer-mode):
9251 * ielm.el (inferior-emacs-lisp-mode):
9252 * info.el (Info-mode, Info-edit-mode):
9253 * international/swedish.el:
9254 * ledit.el (ledit-from-lisp-mode):
9255 * locate.el (locate-mode):
9256 * mail/rmail.el (rmail-mode):
9257 * mail/rmailedit.el (rmail-edit-mode):
9258 * mail/rmailsum.el (rmail-summary-mode):
9259 * mail/supercite.el (sc-electric-mode):
9260 * net/eudc.el (eudc-mode):
9261 * net/quickurl.el (quickurl-list-mode):
9262 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9263 * obsolete/ooutline.el (outline-mode):
9264 * obsolete/options.el (Edit-options-mode):
9265 * obsolete/rnews.el (news-mode):
9266 * obsolete/rnewspost.el (news-reply-mode):
9267 * play/5x5.el (5x5-mode):
9268 * play/decipher.el (decipher-mode, decipher-stats-mode):
9269 * play/gomoku.el (gomoku-mode):
9270 * play/snake.el (snake-mode):
9271 * play/solitaire.el (solitaire-mode):
9272 * play/tetris.el (tetris-mode):
9273 * progmodes/ada-mode.el (ada-mode):
9274 * progmodes/antlr-mode.el (antlr-mode):
9275 * progmodes/autoconf.el (autoconf-mode):
9276 * progmodes/dcl-mode.el (dcl-mode):
9277 * progmodes/delphi.el (delphi-mode):
9278 * progmodes/ebrowse.el (ebrowse-tree-mode)
9279 (ebrowse-electric-list-mode, ebrowse-member-mode)
9280 (ebrowse-electric-position-mode):
9281 * progmodes/f90.el (f90-mode):
9282 * progmodes/fortran.el (fortran-mode):
9283 * progmodes/icon.el (icon-mode):
9284 * progmodes/idlw-help.el (idlwave-help-mode):
9285 * progmodes/idlw-shell.el (idlwave-shell-mode):
9286 * progmodes/idlwave.el (idlwave-mode):
9287 * progmodes/inf-lisp.el (inferior-lisp-mode):
9288 * progmodes/m4-mode.el (m4-mode):
9289 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9290 * progmodes/modula2.el (modula-2-mode):
9291 * progmodes/octave-inf.el (inferior-octave-mode):
9292 * progmodes/octave-mod.el (octave-mode):
9293 * progmodes/pascal.el (pascal-mode):
9294 * progmodes/sh-script.el (sh-mode):
9295 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9296 * progmodes/vhdl-mode.el (vhdl-mode):
9297 * progmodes/xscheme.el (scheme-interaction-mode):
9298 * replace.el (occur-mode):
9299 * ses.el (ses-mode):
9300 * simple.el (completion-list-mode):
9301 * skeleton.el:
9302 * speedbar.el (speedbar-mode):
9303 * term.el (term-mode):
9304 * terminal.el (terminal-edit-mode):
9305 * textmodes/reftex-index.el (reftex-index-mode)
9306 (reftex-index-phrases-mode):
9307 * textmodes/reftex-sel.el (reftex-select-label-mode)
9308 (reftex-select-bib-mode):
9309 * textmodes/reftex-toc.el (reftex-toc-mode):
9310 * wdired.el (wdired-change-to-wdired-mode):
9311 * wid-browse.el (widget-browse-mode):
9312 Use run-mode-hooks.
9313
9314 * array.el (array-mode):
9315 * calendar/todo-mode.el (todo-mode):
9316 * man.el (Man-mode):
9317 * play/landmark.el (lm-mode):
9318 * play/mpuz.el (mpuz-mode):
9319 Use kill-all-local-variables and run-mode-hooks.
9320
9321 * subr.el (delay-mode-hooks): Specify indentation.
9322
9323 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9324
9325 * xml.el (xml-substitute-special): Don't die for undefined xml
9326 entities.
9327
9328 2005-05-26 Jay Belanger <belanger@truman.edu>
9329
9330 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9331 of nil.
9332
9333 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9334
9335 * progmodes/gdb-ui.el (gdb-frame-address):
9336 Rename from gdb-current-address.
9337 (gdb-previous-frame-address): Rename from gdb-previous-address.
9338 (gdb-selected-frame): Rename from gdb-current-frame.
9339 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9340 (gdb-frame-number): Rename from gdb-current-stack-level.
9341 (gdb-ann3): Match new mode-name for disassembly buffer.
9342 Extend initialization of variables.
9343 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9344 (gdb-memory-mode): Use mouse-face in header line.
9345 (gdb-assembler-buffer-name): Call it disassembly and give frame
9346 in mode line.
9347 (gdb-source-spec-regexp, gdb-assembler-custom)
9348 (gdb-invalidate-assembler, gdb-frame-handler):
9349 Make robust to leading zeroes in address format.
9350
9351 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9352
9353 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9354 define `org-mode'.
9355 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9356
9357 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * log-edit.el (log-edit-changelog-entries): Distinguish between
9360 filenames like xfns.c and fns.c.
9361
9362 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9363
9364 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9365 point after reverting.
9366 (Buffer-menu-make-sort-button): Handle the case where
9367 `Buffer-menu-use-header-line' is nil.
9368
9369 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9370
9371 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9372 New funcs. In minibuffer-local-completion-map bind `]', `/'
9373 and `:' to them.
9374
9375 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9376
9377 * startup.el (normal-top-level): Allow modification of load-path while
9378 we're iterating over it.
9379
9380 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9381
9382 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9383 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9384 (thumbs-resize-interactive, thumbs-insert-image)
9385 (thumbs-insert-thumb, thumbs-dired-show-marked)
9386 (thumbs-find-image-at-point, thumbs-delete-images)
9387 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9388 (thumbs-increment-image-size, thumbs-decrement-image-size):
9389 Fix typos in docstrings.
9390
9391 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9392
9393 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9394 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9395 (cperl-mode): Use them.
9396
9397 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9398
9399 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9400 Doc fixes.
9401
9402 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9403
9404 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9405 Bind C-d to gdb-inferior-io-eof.
9406
9407 * dired.el (dired-dnd-popup-notice): Use message-box.
9408
9409 2005-05-23 Masatake YAMATO <jet@gyve.org>
9410
9411 * bindings.el (mode-line-major-mode-keymap):
9412 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9413
9414 * faces.el (mode-line-highlight): New face.
9415
9416 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9417 as mouse-face.
9418
9419 * bindings.el (top-level, help-echo, mode-line-modified)
9420 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9421 as mouse-face.
9422
9423 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9424
9425 * progmodes/cc-engine.el (c-guess-basic-syntax):
9426 Remove spurious call to `zerop'.
9427
9428 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9429
9430 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9431
9432 CC Mode update to 5.30.10:
9433
9434 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9435 could go past the limit in decoration level 2, thereby causing
9436 errors during interactive fontification.
9437
9438 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9439 the file is evaluated interactively.
9440
9441 * cc-engine.el (c-guess-basic-syntax): Handle operator
9442 declarations somewhat better in C++.
9443
9444 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9445 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9446 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9447 (awk-mode): Use it.
9448 (make-local-hook): Suppress warning about obsoleteness.
9449
9450 * cc-engine.el, cc-align.el, cc-cmds.el
9451 (c-append-backslashes-forward, c-delete-backslashes-forward)
9452 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9453 Compensate for return value from `forward-line' when it has moved
9454 but not to a different line due to eob.
9455
9456 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9457 `objc-method-intro' and `objc-method-args-cont'.
9458
9459 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9460
9461 CC Mode update to 5.30.10:
9462
9463 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9464 in the copyright statement. Incidentally, change "along with GNU
9465 Emacs" to "along with this program" where it occurs.
9466
9467 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9468 so that it is interactive, hence can be found by M-x awk-mode
9469 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9470 <gmorris+emacs@ast.cam.ac.uk>.
9471
9472 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9473 Mode's regexps.
9474
9475 2005-05-23 Kevin Ryde <user42@zip.com.au>
9476
9477 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9478 c-parse-state, to avoid a lisp error (on bad code).
9479
9480 2005-05-23 Lute Kamstra <lute@gnu.org>
9481
9482 * subr.el (font-lock-defaults): Remove defvar as it's already
9483 defined in font-core.el.
9484
9485 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9486
9487 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9488
9489 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9490 more general and work when GDB variable "print pretty" is on,
9491 as with Emacs, for example.
9492
9493 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9494
9495 * font-core.el: Update comment.
9496
9497 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9498 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9499
9500 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9501
9502 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9503
9504 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9505 and `yank-handler' in the doc strings.
9506
9507 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9510
9511 2005-05-22 Richard M. Stallman <rms@gnu.org>
9512
9513 * help.el (describe-key): Move print-help-return-message call
9514 out of conditional.
9515
9516 * progmodes/etags.el (list-tags): Use with-no-warnings.
9517
9518 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9519 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9520 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9521
9522 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9523
9524 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9525 Add defvar.
9526
9527 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9528 Use defvar, not defconst.
9529
9530 * hexl.el (hexl-follow-line): Use with-no-warnings.
9531
9532 * emulation/tpu-extras.el: Use write-file-functions instead of
9533 write-file-hooks.
9534
9535 * dired.el (dired-font-lock-keywords): Fontify files with junk
9536 extensions even if marked by -F.
9537
9538 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9539
9540 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9541 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9542 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9543 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9544 (concatenate, list-length, get*, getf, cl-remprop):
9545 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9546 (etypecase, progv, lexical-let, lexical-let*)
9547 (multiple-value-bind, multiple-value-setq, shiftf):
9548 Improve argument/docstring consistency.
9549
9550 * subr.el (focus-frame, unfocus-frame):
9551 Revert deletion on 2005-05-01.
9552
9553 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9554
9555 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9556 doesn't exist.
9557
9558 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9559 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9560
9561 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9562
9563 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9564 already deleted variables: auto-fill-hook, blink-paren-hook,
9565 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9566 suspend-hooks, comment-indent-hook, meta-flag,
9567 before-change-function, after-change-function,
9568 font-lock-doc-string-face.
9569
9570 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9571
9572 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9573
9574 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9575
9576 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9577 rmail-dont-reply-to.
9578
9579 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9580
9581 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9582 literal blank when splitting new-header-values.
9583
9584 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9585
9586 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9587 string so that tmm doesn't create a completion entry for it.
9588
9589 * textmodes/table.el (table-disable-menu): Ditto.
9590
9591 2005-05-21 Richard M. Stallman <rms@gnu.org>
9592
9593 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9594
9595 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9596
9597 * net/rcompile.el (remote-compile): Use compilation-start.
9598
9599 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9600
9601 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9602
9603 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9604 Default to makefile-bsdmake-mode on BSD systems.
9605
9606 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9607 REGEXP may also be a search function now. The part of doc-string
9608 for describing the structure was 95% identical to that of
9609 `imenu--generic-function'. Unify it there.
9610
9611 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9612 Use function to find dependencies, because regexp alone is so complex,
9613 it easily goes into an endless loop.
9614 (makefile-makepp-mode): Also add submenu for Perl functions
9615 defined in the makefile.
9616 (makefile-bsdmake-mode): Special imenu-generic-expression no
9617 longer needed, due to function call.
9618 (makefile-match-dependency): Take BOUND into account when checking
9619 if we're through.
9620
9621 2005-05-20 Jay Belanger <belanger@truman.edu>
9622
9623 * calc/calc-units.el (calc-invalidate-units-table):
9624 Use inhibit-read-only.
9625 (math-build-units-table-buffer): Use view-mode.
9626
9627 2005-05-20 David Kastrup <dak@gnu.org>
9628
9629 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9630 easy-menu-add is not a nop on Emacs; and clarify when to call it.
9631
9632 2005-05-20 Lute Kamstra <lute@gnu.org>
9633
9634 * diff-mode.el (diff-header-face, diff-file-header-face)
9635 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9636 (diff-added-face, diff-changed-face, diff-function-face)
9637 (diff-context-face, diff-nonexistent-face): Put them in the
9638 diff-mode customization group.
9639
9640 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9643
9644 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9645
9646 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9647 Minor regexp-optimization.
9648
9649 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9650
9651 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9652 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9653 (org-agenda-add-time-grid-maybe): New function.
9654 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9655 (org-table-create): `dotimes' instead of `mapcar'.
9656 (org-xor): Simplify implementation.
9657 (org-agenda): `inhibit-redisplay' turned on.
9658 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9659 a consistent line after a state change.
9660 (org-agenda-remove-times-when-in-prefix): New option.
9661 (org-prefix-has-time): New variable.
9662 (org-parse-time-string): Optional argument NODEFAULT.
9663 (org-format-agenda-item): Parse items for time-of-day
9664 specifications and move these into the prefix if possible.
9665 (org-agenda-priority): Get current heading, not previous heading
9666 during agenda remote editing.
9667
9668 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
9669
9670 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9671 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9672 (remove-duplicates, delete-duplicates, substitute)
9673 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9674 (nsubstitute-if-not, find, find-if, find-if-not, position)
9675 (position-if, position-if-not, count, count-if, count-if-not)
9676 (mismatch, search, sort*, stable-sort, merge, member*)
9677 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9678 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9679 (intersection, nintersection, set-difference, nset-difference)
9680 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9681 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9682 (nsublis, tree-equal): Improve argument/docstring consistency.
9683
9684 * subr.el (send-string, send-region):
9685 Remove obsolescence declaration.
9686 (window-dot, set-window-dot, read-input, show-buffer)
9687 (eval-current-buffer, string-to-int):
9688 Add release number to obsolescence declarations.
9689
9690 2005-05-19 Kim F. Storm <storm@cua.dk>
9691
9692 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9693 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9694
9695 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
9696
9697 * faces.el (list-faces-display): Make back button respect optional
9698 regexp arg.
9699
9700 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
9701
9702 * calculator.el (calculator-radix-grouping-mode)
9703 (calculator-radix-grouping-digits, calculator-displayer)
9704 (calculator-radix-grouping-separator, calculator-copy-displayer):
9705 * dabbrev.el (dabbrev-search-these-buffers-only):
9706 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9707 (diff-advance-after-apply-hunk, diff-mode-hook)
9708 (diff-minor-mode-prefix):
9709 * imenu.el (imenu-use-popup-menu):
9710 * jit-lock.el (jit-lock-context-time):
9711 * newcomment.el (comment-fill-column, comment-column)
9712 (comment-style, comment-padding, comment-multi-line)
9713 (comment-empty-lines, comment-auto-fill-only-comments):
9714 * reveal.el (reveal-around-mark):
9715 * uniquify.el (uniquify-buffer-name-style)
9716 (uniquify-after-kill-buffer-p)
9717 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9718 (uniquify-min-dir-content, uniquify-separator)
9719 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9720 * w32-vars.el (w32-fixed-font-alist):
9721 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9722 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9723 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9724 * progmodes/perl-mode.el (perl-indent-level)
9725 (perl-continued-statement-offset, perl-continued-brace-offset)
9726 (perl-brace-offset, perl-brace-imaginary-offset)
9727 (perl-label-offset, perl-indent-continued-arguments)
9728 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9729 * progmodes/tcl.el (tcl-indent-level)
9730 (tcl-continued-indent-level, tcl-auto-newline)
9731 (tcl-tab-always-indent, tcl-electric-hash-style)
9732 (tcl-help-directory-list, tcl-use-smart-word-finder)
9733 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9734 (inferior-tcl-source-command):
9735 * textmodes/fill.el (enable-kinsoku):
9736 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9737 * textmodes/table.el (table-yank-handler):
9738 Specify missing group (and type, if simple) in defcustom.
9739
9740 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9741
9742 * progmodes/compile.el (compilation-finish-function): Fix defvar.
9743
9744 2005-05-19 Richard M. Stallman <rms@gnu.org>
9745
9746 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9747
9748 * subr.el (event-basic-type): Don't get an error.
9749 (left-fringe-p): Function deleted.
9750
9751 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9752 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9753
9754 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9755 in recursive copy.
9756
9757 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9758
9759 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9760
9761 * emacs-lisp/bytecomp.el
9762 (byte-compile-file-form-custom-declare-variable): Call
9763 byte-compile-nogroup-warn if appropriate.
9764
9765 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9766 (compilation-set-window): Don't call left-fringe-p; do it directly.
9767
9768 2005-05-19 Jay Belanger <belanger@truman.edu>
9769
9770 * calc/calc-graph.el (calc-graph-format-data): Make sure
9771 var-PlotRejects is bound before trying to check its value.
9772
9773 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
9774
9775 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9776 definition of this variable from reftex-global.el to reftex.el,
9777 because it is needed in the menu.
9778
9779 2005-05-19 Lute Kamstra <lute@gnu.org>
9780
9781 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9782 years are fixed. Don't insert a space after a dash.
9783
9784 2005-05-19 Kim F. Storm <storm@cua.dk>
9785
9786 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9787
9788 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
9789
9790 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9791 strings, because (eq ... ?\\) is fairly frequent.
9792
9793 * progmodes/make-mode.el (makefile-add-this-line-targets):
9794 Simplify and integrate into `makefile-pickup-targets'.
9795 (makefile-add-this-line-macro): Simplify and integrate into
9796 `makefile-pickup-macros.
9797 (makefile-pickup-filenames-as-targets): Simplify.
9798 (makefile-previous-dependency, makefile-match-dependency):
9799 Don't stumble over `::'.
9800
9801 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
9802
9803 * subr.el (post-command-idle-hook, post-command-idle-delay):
9804 Remove obsoletion of post-command-idle-hook and
9805 post-command-idle-delay.
9806
9807 * faces.el (list-faces-display): Provide button when describe-face
9808 is called to take user back to the list of faces.
9809
9810 * help-fns.el (describe-variable): Remove hyperlinks in a
9811 variable's value as these are quite frequently inappropriate.
9812
9813 * follow.el (follow-submit-feedback, follow-mode):
9814 Remove references to post-command-idle-hook.
9815
9816 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
9817
9818 * progmodes/make-mode.el (makefile-previous-dependency)
9819 (makefile-match-dependency): Check for := (and in bsd mode also
9820 !=) to give a better result, even when font-lock is not on.
9821
9822 2005-05-18 Jay Belanger <belanger@truman.edu>
9823
9824 * calc/calc-help.el (calc-s-prefix-help):
9825 Add `calc-copy-special-constant' to help string.
9826
9827 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9828
9829 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9830
9831 2005-05-18 Jay Belanger <belanger@truman.edu>
9832
9833 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9834 in linear factors are in proper order.
9835
9836 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9837
9838 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9839 Support for jurabib.
9840
9841 * textmodes/reftex.el (featurep): Define aliases for overlay
9842 commands, for XEmacs compatibility, and use these aliases in
9843 overlay initializations.
9844 (reftex-highlight): Use `reftex-move-overlay'.
9845 (reftex-unhighlight): Use `reftex-delete-overlay'.
9846 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
9847 (reftex-access-search-path): Use `reftex-uniquify' instead of
9848 `reftex-uniq'
9849
9850 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9851 `before-string' property modification enables for Emacs as well.
9852 (reftex-select-item): Use `reftex-delete-overlay'.
9853 (reftex-select-mark): Use `reftex-make-overlay' and
9854 `reftex-overlay-put'.
9855 (reftex-select-unmark): Use `reftex-delete-overlay' and
9856 `reftex-overlay-put'.
9857
9858 2005-05-18 Lute Kamstra <lute@gnu.org>
9859
9860 * emacs-lisp/lisp.el (check-parens): Fix docstring.
9861
9862 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
9863
9864 * add-log.el (add-change-log-entry):
9865 * array.el (array-make-template, array-reconfigure-rows)
9866 (array-init-max-row, array-init-max-column)
9867 (array-init-columns-per-line, array-init-field-width):
9868 * replace.el (replace-match-maybe-edit, perform-replace):
9869 * textmodes/spell.el (spell-region):
9870 Replace `read-input' by `read-string'.
9871
9872 * forms.el (forms-mode):
9873 * finder.el (finder-compile-keywords):
9874 * shadowfile.el (shadow-read-files):
9875 Replace `eval-current-buffer' by `eval-buffer'.
9876
9877 * terminal.el (te-pass-through):
9878 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
9879 (ange-ftp-raw-send-cmd):
9880 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
9881 (send-process-next-char, telnet-initial-filter, telnet):
9882 Replace `send-string' by `process-send-string'.
9883
9884 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
9885 (prolog-consult-region): Replace `send-string' by
9886 `process-send-string'; replace `send-region' by `process-send-region'.
9887
9888 * progmodes/delphi.el (delphi-log-msg):
9889 Replace `set-window-dot' by `set-window-point'.
9890
9891 * subr.el (window-dot, set-window-dot, read-input, send-string)
9892 (send-region, show-buffer, eval-current-buffer):
9893 Make really obsolete, as the comment says.
9894
9895 2005-05-17 Kim F. Storm <storm@cua.dk>
9896
9897 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
9898 (cua--init-keymaps): Bind C-return instead of S-return to set
9899 rectangle mark.
9900
9901 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
9902 instead of S-return to toggle/clear rectangle mark.
9903
9904 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
9905
9906 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
9907 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
9908 Also fontify plain strings assigned to variables, mostly so that a
9909 colon has a face and is thus not taken as a dependency separator.
9910 (makefile-previous-dependency): Inline the new matcher, because it
9911 is too complex to work in both directions.
9912 (makefile-match-dependency): Eliminate `backward' arg (see above).
9913 Completely reimplemented so as to not sometimes go into an endless
9914 loop. It should also be more efficient, because first it only
9915 searches for `:', instead of applying the very complex regexp.
9916 (makefile-mode): Cancel `font-lock-support-mode', because blocks
9917 to be fontified in one piece can be too long for JIT.
9918 Makefiles are never *that* big.
9919
9920 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
9921
9922 * dired.el (dired-mode): Simplify.
9923
9924 2005-05-17 Lute Kamstra <lute@gnu.org>
9925
9926 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
9927 defcustom for the mode hook variable.
9928
9929 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
9930 Emacs Lisp Reference Manual.
9931
9932 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
9933
9934 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
9935 (evenp, list*):
9936 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
9937 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
9938
9939 * net/tramp-smb.el (tramp-smb-open-connection):
9940 Pass `tramp-chunksize' as fifth (required) argument.
9941
9942 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
9943
9944 * font-lock.el (lisp-font-lock-keywords-1):
9945 Set `font-lock-negation-char-face' for [^...] char group.
9946 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
9947
9948 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
9949 a var, and refine it to mask one more level of nested vars.
9950 (makefile-rule-action-regex): Turn it into a var, and refine it so
9951 it recognizes backslashed continuation lines as belonging to the
9952 same command.
9953 (makefile-macroassign-regex): Refine it so it recognizes
9954 backslashed continuation lines as belonging to the same command.
9955 (makefile-var-use-regex): Don't look at the next char, because it
9956 might be the same one to be skipped by the initial [^$], leading
9957 to an overlooked variable use.
9958 (makefile-make-font-lock-keywords): Remove two parameters, which
9959 are now variables that some of the modes set locally.
9960 Handle dependency and rule action matching through functions, because
9961 regexps alone match too often. Dependency matching now comes
9962 last, so it can check, whether a colon already matched something else.
9963 (makefile-mode): Inform that font-lock improves makefile parsing
9964 capabilities.
9965 (makefile-match-dependency, makefile-match-action): New functions.
9966
9967 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
9968
9969 * emacs-lisp/cl-extra.el (equalp): Doc fix.
9970
9971 * align.el (align-regexp):
9972 * ansi-color.el (ansi-color-get-face):
9973 * array.el (array-reconfigure-rows, array-init-max-row)
9974 (array-init-max-column, array-init-columns-per-line)
9975 (array-init-field-width):
9976 * dired-aux.el (dired-trample-file-versions):
9977 * dired-x.el (dired-mark-sexp):
9978 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
9979 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
9980 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
9981 * faces.el (face-read-integer):
9982 * files.el (backup-extract-version, insert-directory):
9983 * hexl.el (hexl-insert-decimal-char):
9984 * server.el (server-process-filter):
9985 * shell.el (shell-extract-num):
9986 * startup.el (command-line-1):
9987 * term.el (term-command-hook):
9988 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
9989 (time-stamp-do-number):
9990 * time.el (display-time-update):
9991 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
9992 (timezone-fix-time):
9993 * vms-patch.el (vms-suspend-resume-hook):
9994 * calendar/appt.el (appt-convert-time):
9995 * calendar/cal-bahai.el (mark-bahai-diary-entries):
9996 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9997 * calendar/cal-islam.el (mark-islamic-diary-entries):
9998 * calendar/calendar.el (calendar-cursor-to-date)
9999 (calendar-star-date):
10000 * calendar/diary-lib.el (diary-attrtype-convert)
10001 (mark-diary-entries, diary-entry-time):
10002 * calendar/solar.el (solar-get-number):
10003 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10004 * emacs-lisp/re-builder.el (reb-display-subexp):
10005 * emulation/edt.el (edt-set-scroll-margins):
10006 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10007 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10008 (vip-get-ex-count):
10009 * emulation/viper-ex.el (viper-get-ex-token)
10010 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10011 * international/fontset.el (fontset-plain-name):
10012 * mail/feedmail.el (feedmail-look-at-queue-directory):
10013 * mail/mailalias.el (mail-get-names):
10014 * mail/rmail.el (rmail-convert-to-babyl-format):
10015 * mail/rmailsum.el (rmail-make-basic-summary-line)
10016 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10017 (rmail-summary-goto-msg):
10018 * mail/smtpmail.el (smtpmail-read-response):
10019 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10020 (ange-ftp-vms-add-file-entry):
10021 * play/gametree.el (gametree-looking-at-ply)
10022 (gametree-current-branch-score):
10023 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10024 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10025 * progmodes/cperl-mode.el (condition-case):
10026 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10027 (ebrowse-set-member-buffer-column-width)
10028 (ebrowse-select-1st-to-9nth):
10029 * progmodes/etags.el (etags-snarf-tag):
10030 * progmodes/flymake.el (flymake-parse-line):
10031 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10032 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10033 (idlwave-shell-menu-def):
10034 * progmodes/ps-mode.el (ps-run-goto-error):
10035 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10036 (vhdl-speedbar-contract-level):
10037 * term/mac-win.el (x-handle-numeric-switch):
10038 * term/sun-mouse.el (sun-get-frame-data):
10039 * term/w32-win.el (x-handle-numeric-switch):
10040 * term/x-win.el (x-handle-numeric-switch):
10041 * textmodes/ispell.el (ispell-parse-output):
10042 * textmodes/nroff-mode.el (nroff-outline-level):
10043 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10044 (reftex-bib-sort-year-reverse, reftex-format-citation):
10045 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10046 (reftex-section-number):
10047 * textmodes/texinfmt.el (texinfo-paragraphindent):
10048 Replace `string-to-int' by `string-to-number'.
10049
10050 * international/latexenc.el: Add page marker to force the "Local
10051 Variables:" string out of the last page.
10052
10053 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10054
10055 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10056 tooltip-change-major-mode.
10057 (gud-tooltip-print-command): Remove case where gud-minor-mode
10058 is gdb ("--fullname").
10059 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10060 explain to user.
10061
10062 2005-05-16 Jay Belanger <belanger@truman.edu>
10063
10064 * calc/calc-store.el (calc-copy-special-constant): New function.
10065
10066 * calc/calc-ext.el (calc-init-extensions): Add binding for
10067 `calc-copy-special-constant'.
10068
10069 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10070 for the `calc-copy-special-constant' command.
10071
10072 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10073
10074 * subr.el (left-fringe-p): New function.
10075
10076 * progmodes/compile.el (compilation-setup): Set local value of
10077 overlay-arrow-string to "" always.
10078 (compilation-set-window): Left fringe then don't scroll.
10079 No left fringe then no arrow and scroll message to top.
10080 (compilation-context-lines): Adjust doc string accordingly.
10081
10082 2005-05-16 Kim F. Storm <storm@cua.dk>
10083
10084 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10085 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10086 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10087 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10088 (ido-read-file-name): Handle commands with ido property value
10089 equal to find-file as reading a file name, to allow C-d to enter dired.
10090 (ibuffer-find-file): Add ido property with value find-file.
10091
10092 2005-05-15 Kim F. Storm <storm@cua.dk>
10093
10094 * subr.el (open-network-stream-nowait): Remove.
10095 (open-network-stream-server): Remove.
10096
10097 2005-05-15 Richard M. Stallman <rms@gnu.org>
10098
10099 * faces.el (describe-face): Output a definition link button.
10100
10101 * help-mode.el (help-face-def): New button type.
10102
10103 * emacs-lisp/copyright.el (copyright-fix-years):
10104 Match properly if the first year is 2-digit.
10105 Don't mess up the whitespace after the years by filling.
10106
10107 * dired-aux.el (dired-mark-confirm):
10108 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10109
10110 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10111 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10112 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10113
10114 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10115 Set font-lock-comment-start-skip.
10116
10117 * font-lock.el (font-lock-comment-start-skip): New variable.
10118 (font-lock-comment-end-skip): New variable.
10119 (font-lock-fontify-syntactically-region): Use them if non-nil.
10120
10121 2005-05-15 Jay Belanger <belanger@truman.edu>
10122
10123 * calc/calc-store.el (calc-store-value): Return a string rather
10124 than display it as a message.
10125 Use calc-var-name for variable name.
10126 (calc-store-into): Add the result of calc-store-value to message.
10127 (calc-copy-variable): Add a message.
10128 (calc-store-exchange): Improve error messages.
10129 (calc-store-binary, calc-store-map): Don't reset the values of
10130 special constants.
10131
10132 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10133
10134 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10135 manual to docstring.
10136
10137 * files.el (hack-local-variables-confirm): Add STRING argument.
10138 Make the function handle non file visiting buffers correctly.
10139 (hack-local-variables-prop-line, hack-local-variables)
10140 (hack-one-local-variable): Use STRING arg of
10141 `hack-local-variables-confirm'.
10142
10143 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10144
10145 Sync with Tramp 2.0.49.
10146
10147 * net/tramp.el (tramp-handle-dired-call-process)
10148 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10149 because the contents of the Tramp buffer is changed before
10150 insertion (`expand-file' and alike).
10151 (tramp-handle-insert-directory): If `localname' has an empty
10152 nondirectory name, it must not be quoted.
10153 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10154 variable `tramp-chunksize'. Change callees.
10155 (tramp-open-connection-setup-interactive-shell): Check remote host
10156 for buggy `send-process-string' implementation.
10157 Set `tramp-chunksize' if found. Reported by Michael Kifer
10158 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10159 (tramp-handle-shell-command): `insert-buffer' cannot be used
10160 because the contents of the Tramp buffer is changed before
10161 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10162 <frederic.bothamy@free.fr>.
10163 (tramp-set-auto-save): Actions should be done for Tramp file name
10164 handler only. Ange-FTP has its own auto-save mechanism.
10165 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10166 (tramp-set-auto-save-file-modes): Set file modes of
10167 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10168 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10169 (tramp-bug): Remove obsolete variable.
10170 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10171 for presence of `mml-mode'. Make it running for older Emacsen as well.
10172
10173 2005-05-14 John Paul Wallington <jpw@pobox.com>
10174
10175 * ibuf-ext.el (define-ibuffer-filter filename):
10176 If `dired-directory' is a list, use its car.
10177
10178 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10179
10180 * ibuffer.el (define-ibuffer-column filename):
10181 If `dired-directory' is a list, use its car.
10182
10183 2005-05-14 Richard M. Stallman <rms@gnu.org>
10184
10185 * subr.el (symbol-file): Doc fix.
10186
10187 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10188 (byte-compile-form): Call byte-compile-nogroup-warn.
10189 (byte-compile-warning-types): Doc fix.
10190
10191 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10192
10193 * progmodes/cc-engine.el (c-literal-faces):
10194 Add font-lock-comment-delimiter-face.
10195
10196 * net/net-utils.el (dig): Use with-no-warnings.
10197
10198 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10199 (sc-recite-frame-alist, sc-default-cite-frame)
10200 (sc-default-uncite-frame, sc-default-recite-frame)
10201 (sc-attrib-selection-list, sc-rewrite-header-list):
10202 Mark as risky-local-variable.
10203
10204 * international/ogonek.el (ogonek-jak, ogonek-how):
10205 Don't use beginning-of-buffer.
10206
10207 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10208
10209 * calendar/solar.el (solar-data-list): Move definition up.
10210
10211 * dnd.el (dnd-protocol-alist): Add autoload.
10212
10213 * progmodes/sh-script.el: Many doc usage fixes.
10214 (sh-indent-after-do): Change default to match common styles.
10215
10216 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10217
10218 * files.el (interpreter-mode-alist)
10219 (auto-mode-interpreter-regexp): Doc fixes.
10220
10221 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10222
10223 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10224
10225 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10226
10227 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10228
10229 * dired.el (dired-mode): make-variable-buffer-local =>
10230 make-local-variable.
10231
10232 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10233
10234 * term/mac-win.el (mac-select-convert-to-string): Try coding
10235 systems in mac-script-code-coding-systems if specified one cannot
10236 encode string for `com.apple.traditional-mac-plain-text'.
10237
10238 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10239
10240 * progmodes/make-mode.el (makefile-targets-face)
10241 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10242 (makefile-dependency-regex): Fix it to not make the colon in
10243 $(var:a=b) special.
10244 (makefile-rule-action-regex): New regexp for highlighting embedded
10245 Shell strings.
10246 (makefile-macroassign-regex): Handle != for highlighting as
10247 embedded Shell strings.
10248 (makefile-var-use-regex): New const.
10249 (makefile-statements, makefile-automake-statements)
10250 (makefile-gmake-statements, makefile-makepp-statements)
10251 (makefile-bsdmake-statements): New consts.
10252 (makefile-make-font-lock-keywords): New function.
10253 (makefile-automake-font-lock-keywords)
10254 (makefile-gmake-font-lock-keywords)
10255 (makefile-makepp-font-lock-keywords)
10256 (makefile-bsdmake-font-lock-keywords): New consts.
10257 (makefile-mode-map): Add switchers between the various submodes.
10258 (makefile-mode): Document the availability of the variants.
10259 (makefile-automake-mode, makefile-gmake-mode)
10260 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10261
10262 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10263 new variants of makefile-mode.
10264
10265 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10268 the inheritance.
10269
10270 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10271
10272 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10273 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10274
10275 * files.el (normal-mode): Extend the scope of the
10276 `enable-local-variables' binding to include the `set-auto-mode' call.
10277 (magic-mode-alist): Doc fix.
10278
10279 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10282 font-lock-comment-face rather than copying its setting.
10283
10284 2005-05-12 Andreas Schwab <schwab@suse.de>
10285
10286 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10287
10288 2005-05-12 Lute Kamstra <lute@gnu.org>
10289
10290 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10291 defcustom for the mode hook variable. Delete the last argument.
10292 * generic-x.el: Fix callers of define-generic-mode.
10293 (generic-x-modes): Delete group.
10294 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10295 generic-x customization group.
10296
10297 2005-05-12 Kim F. Storm <storm@cua.dk>
10298
10299 * font-lock.el (font-lock-negation-char-face): Default to "off".
10300
10301 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10302 font-lock-negation-char-face to ! in !=.
10303
10304 2005-05-12 Masatake YAMATO <jet@gyve.org>
10305
10306 * add-log.el (find-change-log): Fix typos in the docstring
10307 of function.
10308
10309 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10310
10311 * international/latexenc.el (latexenc-find-file-coding-system):
10312 Avoid `re-search-forward' when looking for input encoding because
10313 of speed and safety. Better regular expressions for recognizing
10314 input encoding. Limit a search for TeX-master/tex-main-file to
10315 the local variable section.
10316
10317 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10318
10319 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10320 syntax of $ to "'" (quote).
10321
10322 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10323
10324 * dnd.el (dnd-protocol-alist): Improve custom type.
10325
10326 * dired.el (dired-dnd-protocol-alist): New variable.
10327 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10328 `dired-mode-hook' to the end.
10329
10330 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10331
10332 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10333 comment-end if comment-start-skip is not set.
10334 Obey the font-lock-comment-delimiter-face variables.
10335
10336 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * files.el (executable-find): Move from executable.el. Use
10339 locate-file.
10340 * progmodes/executable.el (executable-find): Move to files.el.
10341
10342 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10343 when trying to ensure forward progress.
10344
10345 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10346
10347 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10348 (mouse-select, mouse-select-internal, mouse-extend-internal):
10349 Use it to implement mouse-1-click-follows-link functionality.
10350
10351 2005-05-11 Richard M. Stallman <rms@gnu.org>
10352
10353 * font-lock.el (font-lock-fontify-syntactically-region):
10354 Use font-lock-comment-delimiter-face for comment delimiters.
10355
10356 2005-05-10 Jay Belanger <belanger@truman.edu>
10357
10358 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10359 preserving embedded modes.
10360
10361 2005-05-10 Richard M. Stallman <rms@gnu.org>
10362
10363 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10364
10365 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10366 Move from ada-stmt.el.
10367 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10368
10369 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10370 Move to ada-mode.el.
10371 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10372
10373 * cus-edit.el (custom-file): Call file-chase-links.
10374
10375 * files.el (read-directory-name): Fix previous change.
10376 (hack-local-variables-confirm): New function.
10377 (hack-local-variables-prop-line, hack-local-variables)
10378 (hack-one-local-variable): Use it.
10379
10380 2005-05-10 Lute Kamstra <lute@gnu.org>
10381
10382 * font-lock.el (font-lock-keywords-alist)
10383 (font-lock-removed-keywords-alist): Clarify docstrings.
10384
10385 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10386
10387 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10388 (gdb-source-info): Check for preprocessor info.
10389 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10390 a macro for a function.
10391 (gdb-info-breakpoints-custom): Try to find file again if not already
10392 found (user might have used GDB dir command).
10393 (gdb-get-location): Update gdb-location-alist correctly for change
10394 to gdb-info-breakpoints-custom.
10395
10396 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10397 (gud-tooltip-print-command): Add gdbmi case.
10398 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10399 preprocessor info.
10400
10401 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10402
10403 * startup.el (fancy-splash-insert): Fix typo in doc string.
10404
10405 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10406
10407 * obsolete/float.el (string-to-float):
10408 * obsolete/hilit19.el (hilit-add-pattern):
10409 * obsolete/rnews.el (news-parse-range, news-select-message)
10410 (news-get-pruned-list-of-files): Replace `string-to-int' by
10411 `string-to-number'.
10412
10413 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10414 `find-file-not-found-hooks'; use `add-hook'.
10415 (uncompress-while-visiting): Set `write-file-functions', not
10416 `write-file-hooks'; use `add-hook'.
10417
10418 2005-05-09 Kim F. Storm <storm@cua.dk>
10419
10420 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10421 (cua-paste): Handle clipboard action.
10422 (cua--init-keymaps): Remap clipboard-kill-region and
10423 clipboard-kill-ring-save.
10424
10425 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10426
10427 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10428 Improve commentary.
10429
10430 * simple.el (next-error-overlay-arrow-position): Revert the change
10431 made on 2005-04-30.
10432
10433 2005-05-07 Jay Belanger <belanger@truman.edu>
10434
10435 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10436 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10437 `calc-sel-reselect'.
10438
10439 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10440 Calc is in embedded mode.
10441
10442 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10443
10444 * progmodes/compile.el (compilation-setup):
10445 Set overlay-arrow-string to an empty string on text terminals.
10446
10447 * textmodes/ispell.el (ispell-program-name): Try looking for
10448 "aspell" along exec-path, and if found, use it as the default
10449 speller program.
10450
10451 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10452
10453 * international/mule.el (sgml-xml-auto-coding-function):
10454 Recognize encoding='FOO' in single quotes as well as in double quotes.
10455
10456 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10457
10458 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10459 as well as `interactive', so that defmacro* would recognize
10460 `declare' forms.
10461
10462 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10463
10464 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10465 Explain more about the LIGHTER arg's usage in the doc string.
10466 Add commentary to clarify what the code does. Fix the regexp that
10467 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10468 since it could have characters special to regular expressions.
10469
10470 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10471
10472 * replace.el (occur-1): Bind inhibit-read-only so that
10473 erase-buffer doesn't barf on read-only text properties (likewise
10474 for add-text-properties in occur-engine). Mark buffer as unmodified.
10475 (occur-engine): Don't set buffer-read-only here.
10476
10477 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10480 list-buffers-directory. This caused the *cvs-commit* buffer to be
10481 sometimes mistakenly reused as a *cvs* buffer.
10482
10483 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10484
10485 * tooltip.el: Move code for GUD tooltips into gud.el.
10486 (require): CL no longer needed to compile case.
10487 (tooltip-mode): Do not toggle functions for GUD tooltips.
10488 (tooltip-gud-tips-p): Remove. Replace with minor mode
10489 gud-tooltip-mode in gud.el.
10490 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10491 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10492 tooltip-gud prefix with gud-tooltip and obsolete.
10493 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10494 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10495 (tooltip-mouse-motion): Mouse movement functions/variable.
10496 Rename in gud.el by adding gud prefix.
10497 (tooltip-gud-original-filter, tooltip-gud-dereference)
10498 (tooltip-gud-event, tooltip-toggle-gud-tips)
10499 (tooltip-gud-process-output, tooltip-gud-print-command)
10500 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10501 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10502 (gdb-tooltip-print): Move to gdb-ui.el.
10503
10504 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10505 (require): CL needed to compile case.
10506 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10507 tooltip-gud-tips-p. Make it a minor-mode.
10508 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10509 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10510 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10511 (gud-tooltip-change-major-mode)
10512 (gud-tooltip-activate-mouse-motions-if-enabled)
10513 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10514 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10515 (gud-tooltip-original-filter, gud-tooltip-dereference)
10516 (gud-tooltip-event, tooltip-toggle-gud-tips)
10517 (gud-tooltip-process-output, gud-tooltip-print-command)
10518 (gud-tooltip-tips): Move from tooltip.el.
10519
10520 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10521 (gdb-cpp-define-alist-flags): Doc fix.
10522 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10523 gud-tooltip-mode is t.
10524
10525 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10526
10527 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10528 evaporate if their text is deleted.
10529 (goto-address-at-point): Make it work as a mouse binding as well.
10530 (goto-address-at-mouse): Obsolete it. Update users.
10531
10532 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10533
10534 * calendar/appt.el (top-level): No longer activate on load.
10535
10536 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10537
10538 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10539 * net/webjump.el (webjump):
10540 * progmodes/idlw-help.el (idlwave-do-context-help1)
10541 (idlwave-highlight-linked-completions):
10542 * textmodes/po.el (po-find-file-coding-system-guts):
10543 Replace `assoc-ignore-case' by `assoc-string'.
10544
10545 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10546
10547 * files.el (locate-file): Doc fix.
10548
10549 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10550 Remove the redundant test for ms-dos.
10551
10552 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10553 look for the preprocessor with exec-suffixes. If not found in
10554 standard places, look in exec-path. Remove most of the tests that
10555 used system-type.
10556
10557 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10558
10559 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10560
10561 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10562 file-name clash with jka-compr.el on 8+3 filesystems.
10563
10564 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10565
10566 * term/mac-win.el: Don't define or bind scroll bar functions if
10567 x-toolkit-scroll-bars is t.
10568 (x-select-text, x-get-selection-value): Clear
10569 x-last-selected-text-clipboard if x-select-enable-clipboard is
10570 nil.
10571 (PRIMARY): Put mac-scrap-name property.
10572 (mac-select-convert-to-file-url): New function.
10573 (public.file-url): New selection target type. Add to
10574 selection-converter-alist.
10575 (x-get-selection, x-selection-value): Handle it.
10576 (x-cut-buffer-or-selection-value): New alias.
10577
10578 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10579
10580 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10581 entry to avoid calling bibtex-find-entry with arg global
10582 being t. Remove arg key.
10583 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10584 (bibtex-copy-summary-as-kill): Change accordingly.
10585
10586 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10589 (org-agenda-date-later): Use with-current-buffer.
10590
10591 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10592
10593 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10594 (define-obsolete-variable-alias): Doc Fixes.
10595
10596 2005-05-06 Kim F. Storm <storm@cua.dk>
10597
10598 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10599 vertical-motion when selective-display is active.
10600
10601 * ido.el (ido-setup-hook): New hook.
10602 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10603 (ido-input-stack): New var.
10604 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
10605 ido-next-work-file binding to M-O.
10606 Bind M-f to ido-wide-find-file-or-pop-dir.
10607 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10608 (ido-read-internal): Run ido-setup-hook.
10609 Catch quit in read-file-name and read-string to cancel edit.
10610 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10611 Automatically pop-all when completing a directory name (RET).
10612 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10613 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10614 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10615 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10616 New functions for M-b/M-f to move among the directory components.
10617 (ido-make-merged-file-list): Catch quit to cancel merge.
10618 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10619 (ido-completion-help): No warnings for ido-completion-buffer-full.
10620
10621 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10622
10623 * font-lock.el (font-lock-negation-char-face): New face and variable.
10624 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10625 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10626 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10627 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10628
10629 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
10630
10631 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10632 Fix typo in docstring.
10633
10634 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10635 (ebrowse-print-statistics-line)
10636 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10637
10638 * term/w32-win.el (image-library-alist): Add additional name for
10639 Xpm library.
10640
10641 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
10642
10643 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10644 use gcc instead of cpp.
10645
10646 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10647 (gdb-create-define-alist): Use it.
10648 (gdb-cpp-define-alist-program): Update for MS-DOS.
10649
10650 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
10651
10652 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10653
10654 2005-05-04 Richard M. Stallman <rms@gnu.org>
10655
10656 * help.el (describe-key): No error when UNTRANSLATED is nil.
10657
10658 * simple.el (line-move-1): Fix previous change to signal errors
10659 appropriately.
10660
10661 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
10662
10663 * calendar/icalendar.el (icalendar-version): Now at 0.12.
10664 (icalendar-duration-correction): Remove.
10665 (icalendar--get-event-properties): Split result at commas.
10666 (icalendar--decode-isoduration): New optional argument
10667 DURATION-CORRECTION.
10668 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10669 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10670 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10671 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10672 (icalendar--convert-anniversary-to-ical): New functions, extracted
10673 from icalendar-export-region, with bug fixes.
10674 (icalendar-export-region): Use the above functions.
10675 (icalendar-import-buffer): Check before saving diary file.
10676 (icalendar--convert-recurring-to-diary)
10677 (icalendar--convert-non-recurring-all-day-to-diary)
10678 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10679 extracted from icalendar--convert-ical-to-diary, with bug fixes.
10680 (icalendar--convert-ical-to-diary): Use the above functions.
10681
10682 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
10683
10684 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10685 Remove these recent additions.
10686 (c-mode): Restore to before 2005-04-28.
10687
10688 * progmodes/cc-vars.el (cc-define-list-program): Remove this
10689 recent addition.
10690
10691 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10692 (gdb-define-alist): New variables.
10693 (gdb-create-define-alist): New function.
10694 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10695 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10696 with string-to-number.
10697 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
10698
10699 * progmodes/gud.el: Replace string-to-int with string-to-number.
10700 (gud-find-file): Handle gdb-define-alist.
10701
10702 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10703
10704 2005-05-02 Jay Belanger <belanger@truman.edu>
10705
10706 * calc/calc-aent.el (math-read-token):
10707 * calc/calc-bin.el (calc-word-size):
10708 * calc/calc-ext.el (calc-read-number-fancy):
10709 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10710 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10711 * calc/calc-frac.el (calc-over-notation):
10712 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10713 (calc-graph-num-points, calc-graph-init):
10714 * calc/calc-prog.el (calc-read-parse-table-part)
10715 (calc-edit-macro-repeats):
10716 * calc/calc-yank.el (calc-do-grab-rectangle):
10717 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10718 Replace `string-to-int' by `string-to-number'.
10719
10720 2005-05-02 Kim F. Storm <storm@cua.dk>
10721
10722 * kmacro.el: Use executing-kbd-macro-index variable.
10723
10724 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
10725
10726 * net/rlogin.el (rlogin-parse-words): Delete func.
10727 (rlogin): Use split-string, not rlogin-parse-words.
10728 Also, if there are option-like elements in the parsed args,
10729 take the host to be the first arg immediately following them.
10730 Suggested by Michael Mauger.
10731
10732 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10733
10734 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10735
10736 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10737
10738 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10739 (cc-mode-cpp-program): Rename to cc-define-list-program and
10740 move to cc-vars.el.
10741
10742 * progmodes/cc-vars.el (cc-define-list-program):
10743 Change to "gcc -E -dM -". Make customizable.
10744
10745 2005-05-02 Kim F. Storm <storm@cua.dk>
10746
10747 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10748
10749 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10750
10751 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10752
10753 * international/mule-util.el (truncate-string): Remove alias and
10754 obsolete declaration.
10755
10756 * international/mule-cmds.el (update-iso-coding-systems):
10757 Remove alias and obsolete declaration.
10758
10759 * international/mule.el (coding-system-parent): Remove alias and
10760 obsolete declaration.
10761
10762 * subr.el (define-function, sref): Remove aliases and obsolete
10763 declarations.
10764 (chars-in-region): Remove obsolete declaration.
10765
10766 2005-05-01 Richard M. Stallman <rms@gnu.org>
10767
10768 * info.el (Info-mode): Set widen-automatically to nil, locally.
10769
10770 * simple.el (widen-automatically): New variable.
10771 (pop-global-mark): Obey widen-automatically.
10772
10773 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
10774
10775 * term/xterm.el (function-key-map): Call substitute-key-definition
10776 before the keymap size is increased by a lot of define-key calls.
10777
10778 2005-05-01 Richard M. Stallman <rms@gnu.org>
10779
10780 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10781 Rename ARG to ELEMENT. Doc fix.
10782
10783 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10784
10785 * allout.el (allout-exposure): Remove macro and obsolete declaration.
10786 Remove references to allout-exposure/change to allout-new-exposure.
10787
10788 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10789 bytecode symbols.
10790
10791 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10792 (compiled-function-p, focus-frame, unfocus-frame):
10793 Remove aliases and obsolete declarations.
10794 Back out inadvertent changes from previous commit.
10795
10796 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10797
10798 * files.el (require-final-newline): Make Custom tags consistent
10799 with mode-require-final-newline.
10800 (mode-require-final-newline): Doc fix.
10801
10802 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * international/latexenc.el (latexenc-find-file-coding-system):
10805 Fix regular expressions.
10806
10807 2005-05-01 David Kastrup <dak@gnu.org>
10808
10809 * international/latexenc.el (latexenc-find-file-coding-system):
10810 Fix regular expressions.
10811
10812 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10813
10814 * subr.el (string-to-int): Make obsolete.
10815
10816 2005-04-30 Richard M. Stallman <rms@gnu.org>
10817
10818 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10819
10820 * loadup.el: load jka-comp-hook.
10821
10822 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10823 (jka-compr-handler): Add autoload. `put' calls moved
10824 to jka-comp-hook.el.
10825 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10826 (jka-compr-inhibit): Autoload.
10827
10828 * jka-comp-hook.el: New file.
10829 Enable the mode by default.
10830
10831 * files.el (backup-buffer-copy): Use copy-file instead
10832 of write-region, and put back the 'excl.
10833
10834 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
10835
10836 * progmodes/flymake.el (flymake-split-string)
10837 (flymake-split-string, flymake-log, flymake-pid-to-names)
10838 (flymake-reg-names, flymake-get-source-buffer-name)
10839 (flymake-unreg-names, flymake-add-line-err-info)
10840 (flymake-add-err-info): Clarify docstrings.
10841 (flymake-popup-menu, flymake-make-emacs-menu)
10842 (flymake-make-xemacs-menu): Add docstrings.
10843 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10844 Set variables directly throughout.
10845
10846 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
10847
10848 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10849 exists. Initialize cc-define-alist.
10850 (c-mode): Add cc-create-define-alist locally to after-save-hook.
10851 If there is no file (Macroexpansion) don't create an alist.
10852
10853 2005-04-29 Sam Steingold <sds@gnu.org>
10854
10855 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10856 (cc-create-define-alist): Use it instead of the hard-coded string.
10857
10858 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * international/mule-conf.el (file-coding-system-alist): Fix regexp
10861 for latexenc.
10862
10863 2005-04-29 Lute Kamstra <lute@gnu.org>
10864
10865 * emacs-lisp/generic.el: Improve commentary section.
10866 (define-generic-mode): Improve docstring.
10867
10868 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10869
10870 * textmodes/org.el (many places): Change to quiet the byte compiler.
10871 (org-prefix-format-compiled): New variable.
10872 (org-compile-prefix-format): New function.
10873 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
10874 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
10875 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
10876 (org-get-entries-from-diary): Use `org-get-time-of-day' for
10877 consistency with entries from `org-mode' files.
10878 (org-get-time-of-day): Fix bug with partial matches early in a line.
10879 (org-non-link-chars): New constant.
10880 (org-link-regexp): Respect `org-non-link-chars'.
10881 (org-agenda-day-view): Remove command.
10882 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
10883 (org-follow-bbdb-link, org-store-link): Search also company field.
10884 (org-highlight-overlay): New variable.
10885 (org-highlight, org-unhighlight): New functions.
10886 (org-agenda-mode): Add pre-command-hook to remove highlight.
10887 (org-evaluate-time-range): Behavior depends upon whether time stamp
10888 contains a time or not.
10889 (org-show-subtree, org-show-entry): New functions.
10890 (org-agenda-cleanup-fancy-diary): Remove empty lines.
10891
10892 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
10893
10894 * comint.el (comint-output-filter-functions): Add autoload cookie.
10895
10896 2005-04-28 Kim F. Storm <storm@cua.dk>
10897
10898 * ido.el (ido-everywhere): Fix last change.
10899
10900 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10901
10902 * international/latexenc.el: New file.
10903 * international/mule-conf.el (file-coding-system-alist): For .tex,
10904 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
10905
10906 2005-04-28 Lute Kamstra <lute@gnu.org>
10907
10908 * font-lock.el (font-lock-add-keywords)
10909 (font-lock-remove-keywords): Clarify docstring.
10910 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
10911 Don't start docstrings with a `*'.
10912 (font-lock-update-removed-keyword-alist): Give it a docstring.
10913
10914 * generic-x.el: Update commentary section.
10915 Only require font-lock when compiling.
10916 Define all modes conditionally.
10917 Place all generic modes in the generic-x-modes customization group.
10918 (generic-x-modes): New customization group.
10919 (generic-default-modes, generic-mswindows-modes)
10920 (generic-unix-modes, generic-other-modes): New constants.
10921 (generic-define-mswindows-modes, generic-define-unix-modes):
10922 Update docstrings. Make them obsolete.
10923 (generic-extras-enable-list): New default value. Update docstring.
10924 Improve :type. Change :set function.
10925 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
10926 Fix docstring.
10927
10928 * emacs-lisp/generic.el (generic-mode-internal):
10929 Simplify font-lock-defaults.
10930 (define-generic-mode): Fix docstring.
10931
10932 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
10935 font-lock-face property to highlight matches.
10936
10937 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
10938
10939 * progmodes/cc-mode.el (cc-create-define-alist): New function.
10940 (cc-define-alist): New variable.
10941 (c-mode): Make it local and initialize it.
10942
10943 * progmodes/gdb-ui.el (gdb-active-process): New variable.
10944 (gdb-exited): New function.
10945 (gdb-annotation-rules): Use it.
10946 (gdb-starting): Set gdb-active-process to t.
10947 (gdb-stopping): Amend doc string.
10948 (gdb-reset): Set gdb-active-process to nil.
10949
10950 * tooltip.el (tooltip-gud-tips): Show the associated #define
10951 directives when a C program under GDB is not executing.
10952
10953 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
10956 font-lock-fontify-syntactic-keywords.
10957
10958 * font-lock.el (font-lock-default-fontify-region): Don't force
10959 parse-sexp-lookup-properties to nil.
10960
10961 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10962
10963 * man.el (man-mode-syntax-table): Set up `:' to have
10964 word-constituent syntax.
10965
10966 2005-04-27 Lute Kamstra <lute@gnu.org>
10967
10968 * novice.el (disable-command): Don't add spurious newlines to the
10969 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
10970
10971 2005-04-26 Jay Belanger <belanger@truman.edu>
10972
10973 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
10974 than one window before deleting window.
10975
10976 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
10977
10978 * shell.el (shell-prompt-pattern): Doc fix.
10979 (shell-mode): Set paragraph-separate buffer locally to "\\'".
10980
10981 * comint.el (comint-prompt-regexp, comint-get-old-input)
10982 (comint-use-prompt-regexp)
10983 (comint-use-prompt-regexp-instead-of-fields)
10984 (comint-replace-by-expanded-history, comint-send-input)
10985 (comint-output-filter, comint-get-old-input-default)
10986 (comint-line-beginning-position, comint-bol, comint-show-output)
10987 (comint-backward-matching-input, comint-forward-matching-input)
10988 (comint-next-prompt, comint-previous-prompt):
10989 Rename `comint-use-prompt-regexp-instead-of-fields' to
10990 `comint-use-prompt-regexp'. Keep old name as alias and declare
10991 obsolete.
10992 (comint-use-prompt-regexp): Shorten first line of doc string.
10993
10994 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
10995 Set paragraph-separate buffer locally to "\\'".
10996
10997 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
10998 Adapt to above name change.
10999
11000 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11001 (smbclient-prompt-regexp): Ditto.
11002
11003 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11004
11005 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11006
11007 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11008 gdb-location-list.
11009 Break lines that are over 80 characters wide.
11010
11011 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11014 New fun and var, to preserve compatibility.
11015
11016 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11017
11018 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11019
11020 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11021 name to file-newer-than-file-p.
11022
11023 2005-04-26 Richard M. Stallman <rms@gnu.org>
11024
11025 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11026
11027 * progmodes/python.el (python-mode):
11028 Use new name eldoc-documentation-function.
11029
11030 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11031
11032 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11033 (eldoc-documentation-function):
11034 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11035
11036 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11037
11038 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11039
11040 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11041
11042 * term/xterm.el (function-key-map): Fix strings for
11043 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11044 {C,S,A,C-S}-{f1-f12}.
11045
11046 2005-04-26 Kenichi Handa <handa@m17n.org>
11047
11048 * international/mule-cmds.el (select-safe-coding-system):
11049 Fix previous change.
11050
11051 2005-04-26 Lute Kamstra <lute@gnu.org>
11052
11053 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11054
11055 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11056 (font-lock-comment-delimiter-face): Ditto.
11057
11058 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11059
11060 2005-04-25 Jay Belanger <belanger@truman.edu>
11061
11062 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11063 to t while inserting information; use help-mode.
11064
11065 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11066
11067 * term.el (ansi-term-color-vector): Use the xterm colors.
11068 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11069
11070 2005-04-25 Lute Kamstra <lute@gnu.org>
11071
11072 * font-core.el (font-lock-defaults): Fix docstring.
11073
11074 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11075
11076 2005-04-25 Kenichi Handa <handa@m17n.org>
11077
11078 * international/mule-cmds.el (select-safe-coding-system):
11079 Don't check consistency with coding: spec, etc if raw-text or
11080 no-conversion was found to be safe.
11081
11082 2005-04-24 Richard M. Stallman <rms@gnu.org>
11083
11084 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11085 citation markers at start of each line.
11086
11087 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11088 citation markers at start of each line.
11089
11090 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11091
11092 * files.el (mode-require-final-newline): Fix previous change.
11093 (require-final-newline): Fix type label.
11094
11095 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11096
11097 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11098 statement in buffer (broken by 2004-11-24 change).
11099
11100 2005-04-24 Kim F. Storm <storm@cua.dk>
11101
11102 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11103 and read-file-name-function values. Don't overwrite existing
11104 non-nil values if ido-mode is enabled without ido-everywhere.
11105
11106 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11107
11108 * files.el (mode-require-final-newline): Minor doc fix.
11109
11110 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11111
11112 * subr.el (syntax-after): Doc fix.
11113 (syntax-class): If argument is nil, return nil. Mask off upper 16
11114 bits, not 8 bits.
11115
11116 * files.el (mode-require-final-newline): Doc fix.
11117 (backup-buffer-copy): Fix last change.
11118
11119 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11120
11121 * term/mac-win.el: Require select. Set selection-coding-system to
11122 mac-system-coding-system. Call menu-bar-enable-clipboard.
11123 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11124 (x-select-enable-clipboard): New variables.
11125 (x-select-text, x-get-selection, x-selection-value)
11126 (x-get-selection-value, mac-select-convert-to-string)
11127 (mac-services-open-file, mac-services-open-selection)
11128 (mac-services-insert-text): New functions.
11129 (CLIPBOARD, FIND): Put mac-scrap-name property.
11130 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11131 (public.tiff): Put mac-ostype property.
11132 (selection-converter-alist): Add entries for them.
11133 (mac-application-menu-map): New keymap.
11134 (interprogram-cut-function, interprogram-paste-function): Set to
11135 x-select-text and x-get-selection-value, respectively.
11136 (split-window-keep-point): Set to t.
11137
11138 2005-04-23 Richard M. Stallman <rms@gnu.org>
11139
11140 * files.el (read-directory-name): Always pass non-nil
11141 DEFAULT-FILENAME arg to read-file-name.
11142 (backup-buffer-copy, basic-save-buffer-2): Take care against
11143 writing thru an unexpected existing symlink.
11144 (revert-buffer): In indirect buffer, revert the base buffer.
11145 (magic-mode-alist): Doc fix.
11146 (buffer-stale-function): Doc fix.
11147 (minibuffer-with-setup-hook): Avoid warning.
11148 (mode-require-final-newline): Doc and custom fix.
11149
11150 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11151
11152 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11153 use the default appearance.
11154 (font-lock-comment-delimiter-face): New face, new variable.
11155
11156 * imenu.el (imenu--generic-function): The official position of a
11157 definition is the start of the line that BEG is in.
11158
11159 * midnight.el (midnight-timer): Move defvar up.
11160
11161 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11162
11163 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11164
11165 * startup.el (command-line): Use with-no-warnings.
11166
11167 * window.el (window-size-fixed): New defvar.
11168
11169 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11170
11171 * mail/rmail.el (rmail-font-lock-keywords):
11172 Use font-lock-comment-delimiter-face.
11173
11174 * mail/sendmail.el (mail-font-lock-keywords):
11175 Use font-lock-comment-delimiter-face.
11176
11177 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11178
11179 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11180
11181 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11182 Specify t for LAXMATCH when matching directories.
11183 Save match data around compilation-compat-error-properties form.
11184
11185 2005-04-23 David Kastrup <dak@gnu.org>
11186
11187 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11188 Mention that the autoloaded aliases should be kept for AUCTeX.
11189
11190 2005-04-23 Andreas Schwab <schwab@suse.de>
11191
11192 * isearch.el (isearch-forward): Doc fix.
11193
11194 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11195
11196 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11197 (jit-lock-stealth-nice): Change default value to 0.5.
11198
11199 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11200
11201 * abbrev.el (write-abbrev-file): Write table entries in
11202 alphabetical order by table name.
11203
11204 2005-04-22 Kim F. Storm <storm@cua.dk>
11205
11206 * ido.el (ido-read-internal): Fix `list' completion.
11207
11208 2005-04-22 Kenichi Handa <handa@m17n.org>
11209
11210 * recentf.el (recentf-save-file-coding-system): New variable.
11211 (recentf-save-list): Encode the file by
11212 recentf-save-file-coding-system and add coding: tag.
11213
11214 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11215
11216 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11217
11218 2005-04-21 Lute Kamstra <lute@gnu.org>
11219
11220 * loadhist.el (unload-feature): Don't remove a function from hooks
11221 if it is about to be restored to an autoload . Remove functions
11222 that will become unbound from auto-mode-alist. Simplify the code.
11223
11224 * subr.el (assq-delete-all): New implementation that is linear,
11225 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11226 (rassq-delete-all): New function.
11227
11228 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11229 Add size-indication-mode.
11230
11231 2005-04-21 Kenichi Handa <handa@m17n.org>
11232
11233 * international/mule-cmds.el: Add autoload for widget-value in
11234 eval-when-compile.
11235
11236 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11237
11238 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11239 Add tooltip-mode.
11240
11241 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11242
11243 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11244
11245 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11246 (inferior-lisp-filter-regexp, inferior-lisp-program)
11247 (inferior-lisp-load-command, inferior-lisp-prompt)
11248 (inferior-lisp-mode-hook, lisp-source-modes)
11249 (inferior-lisp-load-hook): defvar->defcustom.
11250 (inferior-lisp-program, inferior-lisp-prompt)
11251 (inferior-lisp-load-hook): Doc fixes.
11252 (inferior-lisp-install-letter-bindings): Small change in
11253 introductory comment.
11254
11255 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11256
11257 * vc.el (vc-annotate-color-map): Change some colors so that text
11258 using them as foreground is readable on both white and black
11259 backgrounds.
11260
11261 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11262
11263 * international/mule-conf.el (translation-table-for-input):
11264 Remove redundant declaration.
11265
11266 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11267
11268 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11269
11270 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11271 (tooltip-toggle-gud-tips): New function.
11272
11273 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11274
11275 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11276 right angle brackets.
11277
11278 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11279
11280 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11281
11282 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11283
11284 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11285 Remove. Update callers to use expand-file-name instead.
11286
11287 * subr.el (syntax-class): New function.
11288
11289 * simple.el (blink-matching-open): Use it.
11290
11291 * paren.el (show-paren-function): Use it to recognize parens that are
11292 also used in 2-char comment markers.
11293
11294 2005-04-19 Lute Kamstra <lute@gnu.org>
11295
11296 * loadhist.el (unload-feature): Update for new format of
11297 load-history. Simplify the code.
11298
11299 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11300
11301 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11302 (mac-add-charset-info): New function. Initialize variable
11303 mac-charset-info-alist using it.
11304 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11305 for translation.
11306 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11307 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11308 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11309 New CCL programs.
11310
11311 2005-04-19 Kim F. Storm <storm@cua.dk>
11312
11313 * simple.el (next-buffer, prev-buffer, next-error)
11314 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11315 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11316
11317 * bindings.el (next-buffer, prev-buffer, next-error)
11318 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11319 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11320 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11321 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11322
11323 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * isearch.el (isearch-edit-string): Make the search-ring available for
11326 minibuffer history commands.
11327 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11328 the default history commands now work just as well.
11329 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11330
11331 2005-04-18 Kim F. Storm <storm@cua.dk>
11332
11333 * emulation/cua-base.el (cua--pre-command-handler): Add more
11334 elaborate check for shift modifier on non-window systems.
11335
11336 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11337
11338 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11339
11340 2005-04-18 Kim F. Storm <storm@cua.dk>
11341
11342 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11343 and make it optional. Don't test tooltip-gud-echo-area here.
11344 (tooltip-gud-process-output, gdb-tooltip-print):
11345 Pass tooltip-gud-echo-area to tooltip-show.
11346 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11347
11348 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11349
11350 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11351 `display-graphic-p' may not be bound yet.
11352
11353 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11354
11355 * startup.el (command-line): No longer enable Xterm Mouse mode by
11356 default in terminals compatible with xterm.
11357
11358 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11359
11360 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11361
11362 * tooltip.el (tooltip-gud-echo-area): Rename from
11363 tooltip-use-echo-area.
11364 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11365 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11366 area independently of where help tooltips are displayed.
11367
11368 2005-04-17 David Kastrup <dak@gnu.org>
11369
11370 * cus-theme.el (custom-theme-write-variables): Quote variables
11371 where necessary.
11372
11373 2005-04-17 Richard M. Stallman <rms@gnu.org>
11374
11375 * simple.el (yank-excluded-properties): Add follow-link to value.
11376
11377 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11378
11379 * startup.el (fancy-splash-max-time): Just 30 seconds.
11380 (fancy-splash-delay): Just 7.
11381 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11382
11383 * loadhist.el (unload-feature): Update for new format of load-history.
11384 Simplify the code.
11385
11386 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11387 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11388
11389 * mail/sendmail.el (mail-font-lock-keywords):
11390 Don't fontify subject text.
11391 Don't fontify the text of a citation.
11392
11393 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11394
11395 * comint.el (comint-output-filter): Run comint-output-filter-functions
11396 with point where the user had it.
11397
11398 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * international/ucs-tables.el (ucs-set-table-for-input):
11401 Disable when using unify-on-decoding.
11402
11403 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11404
11405 * emulation/cua-base.el (cua-global-mark-face): Add special case
11406 for displays supporting a high number of colors.
11407
11408 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11409
11410 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11411
11412 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * filesets.el (filesets-add-buffer): If user supplies a name of a
11415 non-existing fileset, create a new fileset.
11416
11417 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11418
11419 * textmodes/org.el (org-up-heading-all): Fix bug with
11420 `outline-up-heading-all'.
11421
11422 2005-04-16 Andreas Schwab <schwab@suse.de>
11423
11424 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11425 /etc/permissions.d/* and /etc/aliases.d/*.
11426
11427 2005-04-16 Kenichi Handa <handa@m17n.org>
11428
11429 * international/code-pages.el (cp-make-coding-system):
11430 Set `translation-table-for-input' property value to the symbol
11431 ucs-mule-to-mule-unicode, not to that value.
11432 (pt154): Escape guillemet by `\'.
11433
11434 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11435
11436 * loadup.el: Load tooltip if x-show-tip is fboundp.
11437
11438 * startup.el (command-line): Add comment.
11439
11440 * tooltip.el (tooltip-mode): Specify correct standard value for
11441 Custom in init-value.
11442
11443 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11444
11445 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11446 possible.
11447
11448 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11449
11450 * textmodes/org.el (org-agenda-date-prompt): Rename from
11451 `org-agenda-date-today'.
11452 (org-evaluate-time-range): Insert at point instead of directly
11453 after time range.
11454 (org-first-headline-recenter, org-subtree-end-visible-p)
11455 (org-optimize-window-after-visibility-change): New functions
11456 (org-agenda-post-command-hook): Don't allow point at end of line,
11457 to make sure it always hits the text properties.
11458 (org-agenda-next-date-line, org-agenda-previous-date-line):
11459 New commands.
11460 (org-set-regexps-and-options): Category may contain white space.
11461 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11462 Improve marker positions.
11463 (org-agenda-new-marker): Argument POS made optional.
11464 (org-agenda-get-timestamps): Deadlines which are done are listed
11465 in org-done-face now.
11466 (org-agenda-get-todos, org-agenda-get-timestamps)
11467 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11468 Set `undone-face' and `done-face' properties.
11469 (org-last-todo-state-is-todo): New variable.
11470 (org-todo): Set `org-last-todo-state-is-todo'.
11471 (org-agenda-todo): Change face according to
11472 `org-last-todo-state-is-todo'. And change other lines referring to
11473 the same entry.
11474 (org-calendar-goto-agenda): New command.
11475 (org-calendar-to-agenda-key): New option.
11476 (org-startup-folded): New allowed value `content'.
11477 (org-set-regexps-and-options): Accept new value `content' for
11478 `org-startup-folded'.
11479 (org-get-current-options): Handle new value `content' for
11480 `org-startup-folded'.
11481 (org-insert-todo-heading): New command.
11482 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11483 interactively in empty file and option
11484 `org-insert-mode-line-in-empty-file' has been set.
11485 (org-agenda-todo,org-agenda-priority): Modify to use
11486 `org-agenda-change-all-lines'.
11487 (org-warning-face): Change color on dark background
11488
11489 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11490
11491 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11492 use preferences AppleLocale and AppleLanguages, and variable
11493 mac-system-locale for default locale. On Mac OS Classic, use
11494 mac-system-coding-system for default coding systems.
11495
11496 * term/mac-win.el: Don't set file-name-coding-system.
11497 Decode variables system-name, emacs-build-system, user-login-name, and
11498 user-full-name by mac-system-coding-system on Mac OS Classic.
11499 (mac-system-coding-system): New variable.
11500
11501 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11502
11503 * startup.el (command-line): Handle `xterm-mouse-mode' before
11504 reading init file.
11505
11506 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11507
11508 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11509
11510 * progmodes/sh-script.el (sh-here-document-word): Make it a
11511 defcustom. Doc fix.
11512 (sh-add): Bash uses $(( )) for arithmetic.
11513 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11514 (sh-maybe-here-document): Remove quotes and leading whitespace
11515 from heredoc word when closing. Indent heredoc with tabs if word
11516 starts with "-".
11517
11518 2005-04-13 Richard M. Stallman <rms@gnu.org>
11519
11520 * simple.el (undo): Fix previous change.
11521
11522 * custom.el (defface): Doc fix.
11523
11524 2005-04-13 Lute Kamstra <lute@gnu.org>
11525
11526 * Makefile.in (DONTCOMPILE): Remove list.
11527 (compile, compile-always): Don't use DONTCOMPILE.
11528 (update-authors): Load the library in which batch-update-authors
11529 is defined.
11530 * makefile.w32-in (DONTCOMPILE): Remove list.
11531 (compile, compile-always): Fix comments.
11532 (update-authors): Load the library in which batch-update-authors
11533 is defined.
11534
11535 * generic-x.el (generic-mode-ini-file-find-file-hook):
11536 Rename to ini-generic-mode-find-file-hook.
11537 Keep generic-mode-ini-file-find-file-hook as an alias.
11538 (ini-generic-mode-find-file-hook): Rename from
11539 generic-mode-ini-file-find-file-hook. Fix docstring.
11540 (ini-generic-mode): Docstring change.
11541 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11542
11543 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11544 called from lisp.
11545
11546 * generic.el: Move to the emacs-lisp subdir.
11547
11548 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11549
11550 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11551 and C-S- function and cursor motion keys.
11552
11553 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11554
11555 * startup.el (command-line): Enable Xterm Mouse mode by default.
11556 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11557 for Custom. No longer show "Mouse" in mode line when enabled.
11558 Doc fix.
11559
11560 2005-04-12 Kim F. Storm <storm@cua.dk>
11561
11562 * emulation/cua-base.el (cua-rectangle-face)
11563 (cua-rectangle-noselect-face): Define face attributes here.
11564
11565 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11566
11567 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11568
11569 * startup.el (command-line): Turn off blinking cursor if
11570 cursorBlink in resources is off or false.
11571
11572 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11573
11574 * term/mac-win.el (dnd): Require dnd.
11575 (mac-drag-n-drop): Call dnd-handle-one-url.
11576 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11577 (kTextEncodingISOLatin2): Remove constants.
11578 (mac-script-code-coding-systems): New constant.
11579 (mac-handle-language-change): New function.
11580 (special-event-map): Bind it to `language-change' event.
11581 (mac-centraleurroman, mac-cyrillic): New coding systems.
11582 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11583 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11584 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11585 encode-mac-cyrillic, respectively.
11586
11587 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11588
11589 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11590 Don't set overlay-arrow-string to "=>" as this is done
11591 globally in C now.
11592
11593 2005-04-12 Lute Kamstra <lute@gnu.org>
11594
11595 * generic-x.el (rc-generic-mode, rul-generic-mode):
11596 Fix auto-mode-alist entries.
11597 (etc-fstab-generic-mode): Tweak fontification.
11598
11599 * generic.el (generic-make-keywords-list): Fix docstring.
11600 (generic-mode-internal): Simplify generic-font-lock-keywords.
11601
11602 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11603
11604 * whitespace.el (whitespace-buffer-leading)
11605 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11606 However, fix the highlight area for the leading and
11607 trailing whitespaces to show space.
11608
11609 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11610
11611 * whitespace.el (whitespace-version): Bump to 3.5
11612
11613 (whitespace-buffer-leading, whitespace-buffer-trailing):
11614 Invert sense of the test to highlight the whitespace.
11615
11616 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11617
11618 * progmodes/gud.el (gud-display-line): GUD uses its own
11619 overlay arrow now so don't set overlay-arrow-string.
11620 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11621
11622 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11623
11624 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11625 (term-ansi-current-reverse, term-ansi-current-invisible)
11626 (term-ansi-face-already-done): Change to boolean.
11627 (term-reset-terminal, term-handle-colors-array): Handle the above
11628 vars accordingly.
11629 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11630 (term-emulate-terminal): Use the new name.
11631
11632 * faces.el (secondary-selection): Use yellow1, not yellow.
11633 (trailing-whitespace): Use red1, not red.
11634
11635 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11636
11637 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11638 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11639 (dired-dnd-handle-file): Call dnd-get-local-file-uri
11640
11641 * cus-edit.el (dnd): New group.
11642
11643 * term/w32-win.el (dnd): Require dnd
11644 (w32-drag-n-drop): Call dnd-handle-one-url.
11645
11646 * x-dnd.el: Require dnd.
11647 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11648 Call dnd-handle-one-url.
11649 (x-dnd-types-alist, x-dnd-insert-utf8-text)
11650 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11651 to dnd-insert-text.
11652 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11653 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11654 (x-dnd-get-local-file-name, x-dnd-open-local-file)
11655 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11656
11657 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11658
11659 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11660
11661 * wdired.el: Doc fixes.
11662 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11663 (wdired-use-dired-vertical-movement): Rename from
11664 wdired-always-move-to-filename-beginning.
11665 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11666 (wdired-change-to-wdired-mode): Change mode name.
11667 (wdired-newline): Delete.
11668
11669 2005-04-11 Richard M. Stallman <rms@gnu.org>
11670
11671 * whitespace.el (whitespace-highlight-the-space):
11672 Don't call whitespace-unhighlight-the-space here.
11673
11674 * simple.el (undo): Record t in undo-equiv-table
11675 for the redo record made by an undo-in-region.
11676
11677 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11678
11679 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11680 (gdb-frame-inferior-io-buffer): New Functions to control
11681 display of separate IO buffer.
11682 (menu): Add them to menu-bar.
11683 (gdb-display-buffer): Check for buffer another frame.
11684 Protect GUD buffer.
11685 (gdb-setup-windows): Create IO buffer if not already there.
11686 (gdb-memory-mode): Remove purecopy noops.
11687
11688 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11689
11690 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11691 and pass to self-insert-command.
11692
11693 2005-04-11 Lute Kamstra <lute@gnu.org>
11694
11695 * generic.el: Commentary section cleanup.
11696 (generic): Delete.
11697 (generic-use-find-file-hook, generic-lines-to-scan)
11698 (generic-find-file-regexp, generic-ignore-files-regexp)
11699 (default-generic-mode, generic-mode-find-file-hook)
11700 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11701 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
11702 (generic-use-find-file-hook, generic-lines-to-scan)
11703 (generic-find-file-regexp, generic-ignore-files-regexp)
11704 (default-generic-mode, generic-mode-find-file-hook)
11705 (generic-mode-ini-file-find-file-hook): Move from generic.el.
11706
11707 2005-04-10 Karl Fogel <kfogel@red-bean.com>
11708
11709 * bookmark.el (bookmark-write-file): Catch errors writing file.
11710 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11711
11712 2005-04-10 Richard M. Stallman <rms@gnu.org>
11713
11714 * startup.el (fancy-splash-tail): Update copyright year.
11715 (command-line): Split part of -Q into -D.
11716 (emacs-basic-display): New defvar.
11717 (fancy-splash-text): Correct name of menu item.
11718
11719 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11720
11721 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11722 lines in one node.
11723
11724 * comint.el (comint-send-input): New arg ARTIFICIAL.
11725 Callers in this file changed.
11726
11727 * abbrev.el (define-abbrevs): Read system abbrevs properly.
11728
11729 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11730
11731 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
11732
11733 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
11734 `ldap-search-internal'.
11735
11736 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11737
11738 * files.el (set-auto-mode-1): Use line-end-position.
11739
11740 * international/latin-1.el:
11741 * international/latin-2.el:
11742 * international/latin-3.el:
11743 * international/latin-4.el:
11744 * international/latin-5.el:
11745 * international/latin-8.el:
11746 * international/latin-9.el: Give punctuation syntax to NBSP.
11747
11748 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11749 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11750 Use char-classes to accept non-ascii letters, accepted in some recent
11751 bibtex implementations.
11752
11753 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
11754
11755 * custom.el (custom-set-minor-mode): Any non-nil value for the
11756 variable should enable the mode when set through Custom.
11757
11758 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11759
11760 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11761 TAB binding so tab-always-indent is obeyed.
11762 (vhdl-minibuffer-local-map): Move initialization into declaration.
11763 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11764 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11765 (vhdl-hooked-abbrev): Avoid test for XEmacs.
11766 (vhdl-current-line): Use line-beginning-position.
11767 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11768 with-output-to-temp-buffer, so the current position can be recorded.
11769
11770 2005-04-10 Masatake YAMATO <jet@gyve.org>
11771
11772 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11773 Add regexp for gcov.
11774
11775 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11776
11777 * calendar/time-date.el (time-to-seconds, seconds-to-time)
11778 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11779 syntax which Emacs 20 doesn't support.
11780
11781 2005-04-09 Richard M. Stallman <rms@gnu.org>
11782
11783 * help.el (describe-key-briefly, describe-key):
11784 Replace strings as event types with "(any string)".
11785
11786 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * arc-mode.el (archive-mode-map): Move initialization into
11789 the declaration. Override *all* bindings of `undo'.
11790 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11791
11792 2005-04-09 Jay Belanger <belanger@truman.edu>
11793
11794 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11795
11796 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11797
11798 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11799 (xterm-register-default-colors): Update color values computation
11800 to match xterm-200.
11801
11802 2005-04-09 Kenichi Handa <handa@m17n.org>
11803
11804 * international/code-pages.el (iso-latin-7): Fix the map.
11805
11806 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
11807
11808 * emacs-lisp/lisp.el (defun-prompt-regexp)
11809 (parens-require-spaces, buffer-end, end-of-defun)
11810 (insert-parentheses): Doc fixes.
11811
11812 2005-04-08 Kim F. Storm <storm@cua.dk>
11813
11814 * comint.el (comint-highlight-prompt): Fix face spec.
11815 * hi-lock.el (hi-green): Likewise.
11816
11817 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11818
11819 * cus-edit.el (custom-modified-face):
11820 * comint.el (comint-highlight-input): Fix previous changes.
11821 * term.el (term-handle-ansi-escape): Add a comment.
11822
11823 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11824
11825 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11826 in the buffer and in whitespace-highlighted-space.
11827 (whitespace-unhighlight-the-space): Simplify.
11828 (whitespace-buffer): Simplify.
11829
11830 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11831
11832 * textmodes/table.el (table-cell-face): Add special case for
11833 displays supporting a high number of colors.
11834 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11835 (vhdl-font-lock-reserved-words-face)
11836 (vhdl-speedbar-architecture-face)
11837 (vhdl-speedbar-instantiation-face)
11838 (vhdl-speedbar-architecture-selected-face)
11839 (vhdl-speedbar-instantiation-selected-face): Likewise.
11840 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11841 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11842 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11843 (ebrowse-root-class-face, ebrowse-member-attribute-face)
11844 (ebrowse-progress-face): Likewise.
11845 * progmodes/compile.el (compilation-info-face): Likewise.
11846 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11847 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11848 * calendar/calendar.el (diary-face): Likewise.
11849 * woman.el (woman-italic-face, woman-bold-face)
11850 (woman-unknown-face): Likewise.
11851 * wid-edit.el (widget-button-pressed-face): Likewise.
11852 * whitespace.el (whitespace-highlight-face): Likewise.
11853 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11854 * pcvs-info.el (cvs-marked-face): Likewise.
11855 * info.el (info-xref): Likewise.
11856 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11857 * hilit-chg.el (highlight-changes-face)
11858 (highlight-changes-delete-face): Likewise.
11859 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11860 (hi-red-b): Likewise.
11861 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
11862 * font-lock.el (font-lock-keyword-face)
11863 (font-lock-function-name-face, font-lock-warning-face): Likewise.
11864 * cus-edit.el (custom-invalid-face, custom-modified-face)
11865 (custom-set-face, custom-changed-face, custom-variable-tag-face)
11866 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11867 * comint.el (comint-highlight-prompt): Likewise.
11868
11869 2005-04-08 Lute Kamstra <lute@gnu.org>
11870
11871 * font-lock.el (font-lock-keywords): Docstring fixes.
11872
11873 2005-04-08 Kenichi Handa <handa@m17n.org>
11874
11875 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
11876 chars are more than a limit, print " and more..." at the tail.
11877
11878 2005-04-08 Kim F. Storm <storm@cua.dk>
11879
11880 * emacs-lisp/authors.el (authors-aliases): Update list.
11881 (authors-ignored-files): New list.
11882 (authors-fixed-entries): Fix typo.
11883 (authors-renamed-files-alist): Update list.
11884 (authors-add): Check authors-ignored-files.
11885
11886 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
11887
11888 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
11889 optional, to ensure backward compatibility.
11890
11891 2005-04-08 Stephen Eglen <stephen@gnu.org>
11892
11893 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
11894
11895 2005-04-08 Kim F. Storm <storm@cua.dk>
11896
11897 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
11898
11899 * mouse.el (mouse-on-link-p): Doc fix.
11900
11901 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
11902
11903 * ielm.el (ielm-prompt-read-only): Doc fix.
11904
11905 * comint.el (comint-prompt-read-only): Doc fix.
11906
11907 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
11908
11909 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
11910 ensure dired always handles wildcards passed to ffap.
11911 (find-file-at-point): Use it.
11912 (ffap-dired-wildcards): Doc fix.
11913
11914 2005-04-07 Juri Linkov <juri@jurta.org>
11915
11916 * simple.el (next-error-overlay-arrow-position): New defvar.
11917 Put "=>" on its property `overlay-arrow-string'. Add it to
11918 `overlay-arrow-variable-list'.
11919
11920 * progmodes/compile.el (compilation-setup):
11921 Set `next-error-overlay-arrow-position' to nil. Also set it to
11922 nil in the local hook `kill-buffer-hook'. Make local variable
11923 `overlay-arrow-string' and set it to "=>".
11924 (compilation-goto-locus): Set BOL position to
11925 `next-error-overlay-arrow-position' instead of
11926 `overlay-arrow-position'.
11927
11928 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
11929 locally instead of adding it to the global hook.
11930 (Info-kill-buffer): Move up.
11931
11932 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
11933
11934 * term/xterm.el (xterm-standard-colors): Update color values from
11935 xterm-200.
11936
11937 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
11938
11939 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
11940
11941 * fast-lock.el:
11942 * lazy-lock.el: Move them to the obsolete subdir.
11943
11944 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11945
11946 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
11947 (wdired-add-replace-advice): Remove.
11948 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
11949
11950 2005-04-06 Kim F. Storm <storm@cua.dk>
11951
11952 * startup.el (command-line): Add --bare-bones alias for -Q.
11953
11954 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11955
11956 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
11957 create the startup fontset if a font specification ends with
11958 `mac-roman'.
11959
11960 2005-04-06 Lute Kamstra <lute@gnu.org>
11961
11962 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
11963 change.
11964
11965 * emacs-lisp/copyright.el (copyright-update-year): Replace the
11966 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
11967
11968 2005-04-05 Lute Kamstra <lute@gnu.org>
11969
11970 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
11971 (define-generic-mode): Ditto. Fix debug declaration.
11972
11973 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11974 Put them in the generic-x group.
11975
11976 * calendar/timeclock.el (timeclock): Doc fix.
11977
11978 * generic.el (define-generic-mode): Don't use custom-current-group.
11979 Document default :group value.
11980 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
11981 (define-global-minor-mode): Don't use custom-current-group.
11982
11983 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11984
11985 * startup.el (command-line-1): Display startup-echo-area-message
11986 when fancy splash screen is in use.
11987
11988 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
11989 (sh-escaped-newline): New face.
11990 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
11991 newline, and use sh-escaped-newline face.
11992
11993 * progmodes/tcl.el (tcl-escaped-newline): New face.
11994 (tcl-builtin-list): New variable.
11995 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
11996 newlines. Fix keywords subexpression number.
11997
11998 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
11999
12000 * textmodes/org.el (org-diary-default-entry): Fix call to
12001 `add-to-diary-entry'.
12002
12003 2005-04-05 Kim F. Storm <storm@cua.dk>
12004
12005 * ediff-init.el: Use (featurep 'xemacs).
12006
12007 2005-04-05 David Ponce <david@dponce.com>
12008
12009 * cus-edit.el (face): Derive from symbol widget. Display sample
12010 of the current face on the fly.
12011 (widget-face-sample-face-get, widget-face-notify): New functions.
12012 (widget-face-value-create): Remove.
12013
12014 * wid-edit.el (widget-field-end): Temporarily remove field
12015 narrowing before to call `get-char-property'.
12016
12017 2005-04-04 Jay Belanger <belanger@truman.edu>
12018
12019 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12020 (math-read-subscripts): New variable.
12021 (math-read-preprocess-string): Process subscripts.
12022
12023 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12024
12025 * comint.el (comint-prompt-read-only): Doc fix.
12026
12027 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12028 `-1'. Doc fix.
12029
12030 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12031
12032 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12033 Change default value to nil.
12034
12035 2005-04-04 Lute Kamstra <lute@gnu.org>
12036
12037 * autorevert.el (auto-revert-mode): Specify :group.
12038 * battery.el (display-battery-mode): Specify :group.
12039 * diff-mode.el (diff-minor-mode): Specify :group.
12040 * font-core.el (font-lock-mode): Specify :group.
12041 * hl-line.el (hl-line-mode): Specify :group.
12042 * iimage.el (iimage): New customization group.
12043 (iimage-mode): Specify :group.
12044 * longlines.el (longlines-mode): Specify :group.
12045 * master.el: Don't require easy-mmode.
12046 (master): New customization group.
12047 (master-mode): Specify :group.
12048 * msb.el (msb-mode): Specify :group.
12049 * reveal.el (reveal-mode): Specify :group.
12050 * simple.el (next-error-follow-minor-mode): Specify :group.
12051 * smerge-mode.el (smerge-mode): Specify :group.
12052 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12053 * emulation/cua-base.el (cua-mode): Specify :group.
12054 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12055 * language/thai-util.el (thai-auto-composition-mode)
12056 (thai-word-mode): Specify :group.
12057 * mail/supercite.el (sc-minor-mode): Specify :group.
12058 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12059 * progmodes/flymake.el (flymake-mode): Specify :group.
12060 * progmodes/glasses.el (glasses-mode): Specify :group.
12061 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12062 * textmodes/enriched.el (enriched-mode): Specify :group.
12063 * textmodes/refill.el (refill-mode): Specify :group.
12064
12065 * add-log.el (change-log-font-lock-keywords): Names in
12066 parenthesized lists can contain spaces.
12067
12068 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12069
12070 * startup.el (fancy-splash-text): Shorten default text of
12071 "Emacs Tutorial" line. Also, if the current language env
12072 indicates an available tutorial file other than TUTORIAL,
12073 extract its title and append it to the line in parentheses.
12074 (fancy-splash-insert): If arg is a thunk, funcall it.
12075
12076 2005-04-04 Jay Belanger <belanger@truman.edu>
12077
12078 * calc.el (calc-language-alist): Add tags to customization type.
12079
12080 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12081
12082 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12083 Doc fix.
12084
12085 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12086
12087 * add-log.el (change-log-font-lock-keywords): The manual
12088 describing a Change Log entry, says: (...) "Aside from these
12089 header lines, every line in the change log starts with a space or
12090 a tab.". The font-lock was not highlighting lines started with
12091 spaces, added support for it.
12092
12093 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12094
12095 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12096 (bibtex-generate-url-list): Update docstring accordingly. Put the
12097 complex example in the docstring.
12098 (bibtex-font-lock-url): Use pop.
12099
12100 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12101
12102 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12103
12104 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12105
12106 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12107
12108 * filesets.el (filesets-set-default): Doc fix.
12109
12110 2005-04-03 Lute Kamstra <lute@gnu.org>
12111
12112 * generic.el (define-generic-mode): Add argument to specify
12113 keywords for defcustom.
12114 (default-generic-mode): Specify :group.
12115
12116 * generic-x.el: Specify :group for all generic modes.
12117
12118 * desktop.el (desktop-no-desktop-file-hook)
12119 (desktop-after-read-hook): Doc fix.
12120
12121 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12122
12123 * simple.el (visible-mode): Use explicit :group keyword.
12124 This changes the group of `visible-mode-hook' from paren-blinking
12125 to editing-basics.
12126
12127 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12128
12129 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12130 mailbox specifications as well as URLs.
12131 (rmail-insert-inbox-text): Remove unused conditional branches.
12132
12133 2005-04-01 Jay Belanger <belanger@truman.edu>
12134
12135 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12136 (calc-gnuplot-print-command): Move definitions to calc.el.
12137
12138 * calc/calc-embed.el (calc-embedded-announce-formula)
12139 (calc-embedded-open-formula, calc-embedded-close-formula)
12140 (calc-embedded-open-word, calc-embedded-close-word)
12141 (calc-embedded-open-plain, calc-embedded-close-plain)
12142 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12143 (calc-embedded-open-mode, calc-embedded-close-mode):
12144 Move definitions to calc.el.
12145
12146 * calc/calc.el (calc-settings-file, calc-language-alist):
12147 Make customizable.
12148 (calc-embedded-announce-formula, calc-embedded-open-formula)
12149 (calc-embedded-close-formula, calc-embedded-open-word)
12150 (calc-embedded-close-word, calc-embedded-open-plain)
12151 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12152 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12153 (calc-embedded-close-mode, calc-gnuplot-name)
12154 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12155 from other files and make customizable.
12156
12157 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12158
12159 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12160 Use buffer-live-p.
12161 (cvs-mode-run): Don't call cvs-update-header here.
12162 (cvs-run-process): Call cvs-update-header.
12163 Use process properties for cvs-postprocess and cvs-buffer so that
12164 the sentinel can behave better if the temp buffer is killed.
12165 Use a pipe rather than a tty, to better handle unexpected prompts.
12166 (cvs-sentinel): Rewrite. Call cvs-update-header.
12167
12168 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12169
12170 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12171 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12172
12173 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12174
12175 * generic.el (define-generic-mode): Add indentation rule.
12176
12177 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12178
12179 * files.el (mode-require-final-newline): Make Custom correctly
12180 report a nil value and allow to set it to nil via Custom.
12181 Doc fix.
12182
12183 2005-04-01 Kenichi Handa <handa@m17n.org>
12184
12185 * international/characters.el: Enable the correct case setting for
12186 dotless-i and dotted-I.
12187
12188 2005-04-01 Kim F. Storm <storm@cua.dk>
12189
12190 * ido.el (ido-file-internal): Fall back to non-ido command if
12191 initial directory is on slow ftp (or tramp) host.
12192
12193 2005-03-31 Richard M. Stallman <rms@gnu.org>
12194
12195 * emacs-lisp/autoload.el (make-autoload):
12196 Handle define-global-minor-mode.
12197
12198 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12199 Rename from easy-mmode-define-global-mode.
12200 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12201
12202 * progmodes/scheme.el (scheme-mode-syntax-table):
12203 Update syntax of | and # for two-character comment syntax.
12204
12205 2005-03-31 Lute Kamstra <lute@gnu.org>
12206
12207 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12208 (define-minor-mode): Call custom-current-group at load-time.
12209
12210 * generic.el (define-generic-mode): Add debug declaration.
12211 Add defcustom for the mode hook.
12212 (generic-mode-internal): Use run-mode-hooks.
12213
12214 2005-03-31 Kim F. Storm <storm@cua.dk>
12215
12216 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12217 (mouse-fixup-help-message): New defun called by show_help_echo
12218 to fixup mouse-2 prefix in help messages when applicable.
12219
12220 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12221
12222 2005-03-31 Kenichi Handa <handa@m17n.org>
12223
12224 * language/thai-word.el (thai-find-word-ends): Pay attention to
12225 the case that we reach the end of buffer.
12226
12227 * textmodes/fill.el (fill-text-properties-at): New function.
12228 (fill-newline): Use fill-text-properties-at instead of
12229 text-properties-at.
12230
12231 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12232
12233 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12234 not comint-quote-filename.
12235
12236 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12237
12238 * help-fns.el (help-with-tutorial): Revert last change.
12239
12240 2005-03-31 Kim F. Storm <storm@cua.dk>
12241
12242 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12243
12244 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12245
12246 * calendar/cal-china.el: Update reference to "Calendrical
12247 Calculations" book; there's a new edition.
12248 * calendar/cal-coptic.el: Likewise.
12249 * calendar/cal-french.el: Likewise.
12250 * calendar/cal-hebrew.el: Likewise.
12251 * calendar/cal-islam.el: Likewise.
12252 * calendar/cal-iso.el: Likewise.
12253 * calendar/cal-julian.el: Likewise.
12254 * calendar/cal-mayan.el: Likewise.
12255 * calendar/cal-persia.el: Likewise.
12256 * calendar/calendar.el: Likewise.
12257 * calendar/holidays.el: Likewise.
12258 * calendar/lunar.el: Likewise.
12259 * calendar/solar.el: Likewise.
12260
12261 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12262 white space from doc string.
12263
12264 2005-03-30 Jay Belanger <belanger@truman.edu>
12265
12266 * calc/calc-help.el (calc-full-help): Remove email address.
12267
12268 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12269
12270 * help-fns.el (help-with-tutorial): Delete title line.
12271
12272 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12273
12274 * calendar/cal-x.el (calendar-one-frame-setup)
12275 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12276 rather than 'symbol for set-window-dedicated-p.
12277
12278 * calendar/appt.el (appt-buffer-name): Make it a constant.
12279 (appt-add): Doc fix.
12280
12281 * filesets.el (filesets-menu-path, filesets-menu-before)
12282 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12283 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12284 (filesets-add-submenu): Delete and use add-submenu instead.
12285
12286 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12287
12288 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12289 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12290 (org-diary-default-entry): New function.
12291 (org-get-entries-from-diary): Better parsing of diary entries.
12292 (org-agenda-check-no-diary): New function.
12293 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12294 linking to diary entries.
12295 (org-agenda-execute-calendar-command): New function.
12296 (org-agenda): Improve visible section in window.
12297 Use `org-fit-agenda-window'.
12298 (org-fit-agenda-window): New option.
12299 (org-move-subtree-down): Better handling of empty lines
12300 at end of subtree.
12301 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12302 levels up.
12303 (org-fontify-done-headline): New option.
12304 (org-headline-done-face): New face.
12305 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12306 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12307 When current field is non-empty, it is copied to next row.
12308 (org-table-copy-from-above): Fix bug which made it
12309 impossible to copy fields containing only a single non-white character.
12310
12311 2005-03-30 Kim F. Storm <storm@cua.dk>
12312
12313 * kmacro.el (kmacro-end-macro): Isearch may store this command
12314 into the macro -- so ignore it when executing keyboard macro.
12315
12316 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12317
12318 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12319
12320 2005-03-29 Kenichi Handa <handa@m17n.org>
12321
12322 * language/thai.el ("Thai"): Set setup-function and exit-function
12323 for Thai language environment.
12324
12325 * language/thai-util.el: Require thai-word.
12326 (thai-word-mode-map): New variable.
12327 (thai-word-mode): New minor mode.
12328 (setup-thai-language-environment-internal): New function.
12329 (exit-thai-language-environment-internal): New function.
12330
12331 * language/thai-word.el (thai-word-table): Declare it by defvar,
12332 use dolist to initialize it.
12333 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12334 (thai-fill-find-break-point): New functions.
12335
12336 2005-03-29 Richard M. Stallman <rms@gnu.org>
12337
12338 * simple.el (idle-update-delay): Move definition up.
12339 (set-mark): Doc fix.
12340
12341 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12342
12343 * longlines.el: New file.
12344
12345 * simple.el (buffer-substring-filters): New variable.
12346 (filter-buffer-substring): New function.
12347 (kill-region, copy-region-as-kill): Use it.
12348
12349 * register.el (copy-to-register, append-to-register)
12350 (prepend-to-register): Use filter-buffer-substring.
12351
12352 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12353
12354 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12355 (gud-filter-pending-text): Move in front of gdb.
12356 (gud-overlay-arrow-position): New variable.
12357 (gud-sentinel, gud-display-line): Use it in place of
12358 overlay-arrow-position.
12359
12360 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12361
12362 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12363 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12364 (fortran-font-lock-keywords-4): New variable.
12365 (fortran-blocks-re, fortran-end-block-re)
12366 (fortran-start-block-re): New constants, for hideshow.
12367 (hs-special-modes-alist): Add a Fortran entry.
12368 (fortran-mode-map): Bind fortran-end-of-block,
12369 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12370 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12371 (fortran-looking-at-if-then, fortran-end-of-block)
12372 (fortran-beginning-of-block): New functions, for hideshow.
12373
12374 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12375 Doc fix. Tweak regexp.
12376 (f90-beginning-of-block): Push mark first.
12377
12378 2005-03-29 Jay Belanger <belanger@truman.edu>
12379
12380 * calc/calc.el: Update copyright date.
12381 (calc-version): Increase to 2.1.
12382 (calc-version-date): Remove.
12383
12384 * calc/calc-help.el: Update copyright date.
12385 (calc-full-help): Remove reference to calc-version-date.
12386 Update copyright date.
12387
12388 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * vc.el (vc-do-command): Use a pipe for async processes, so password
12391 prompts don't show up at places where the user can't reply.
12392
12393 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12394
12395 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12396 on the file name we pass to the inferior shell.
12397
12398 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12399
12400 * progmodes/which-func.el (which-function): Be robust in the face of an
12401 imenu--make-index-alist failure.
12402
12403 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12404
12405 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12406
12407 * progmodes/python.el (python-preoutput-filter): Fix last change.
12408
12409 2005-03-29 Lute Kamstra <lute@gnu.org>
12410
12411 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12412 functions and compiled macros.
12413 (debug-convert-byte-code): Handle macros too.
12414 (debug-on-entry-1): Don't signal an error when trying to clear a
12415 function that is not set to debug on entry.
12416
12417 2005-03-29 Jay Belanger <belanger@truman.edu>
12418
12419 * calc/calc-lang.el: Add functions to math-function-table
12420 properties of tex and math.
12421
12422 2005-03-29 Kenichi Handa <handa@m17n.org>
12423
12424 * ps-mule.el (ps-mule-plot-string): Translate characters by
12425 ps-print-translation-table.
12426 (ps-mule-begin-job): Call find-charset-region/string with
12427 ps-print-translation-table.
12428 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12429
12430 * ps-print.el (ps-print-translation-table): New variable.
12431 (ps-plot-region): Translate characters by ps-print-translation-table.
12432
12433 2005-03-29 Juri Linkov <juri@jurta.org>
12434
12435 * simple.el (next-error-highlight-timer): New variable.
12436
12437 * progmodes/compile.el (compilation-goto-locus):
12438 Use `next-error-highlight-timer' instead of `sit-for'.
12439
12440 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12441
12442 * mail/supercite.el (sc-mail-field): Use assoc-string.
12443 (sc-get-address): Simplify regexps.
12444
12445 * files.el (minibuffer-with-setup-hook): New macro.
12446 (find-file-read-args): Use it to avoid let-binding
12447 minibuffer-with-setup-hook (which breaks turning on/off
12448 file-name-shadow-mode while in the prompt).
12449
12450 * complete.el (PC-read-include-file-name-internal):
12451 Use test-completion.
12452
12453 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12454
12455 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12456
12457 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12458
12459 * window.el (window-buffer-height): Use count-screen-lines.
12460
12461 * progmodes/python.el (python-preoutput-leftover): New var.
12462 (python-preoutput-filter): Use it.
12463 (python-send-receive): Loop until all the result has been received.
12464
12465 2005-03-28 Juri Linkov <juri@jurta.org>
12466
12467 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12468
12469 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12470 "Recover Crashed Session".
12471 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12472 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12473 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12474 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12475 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12476 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12477 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12478 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12479
12480 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12481 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12482 Ediff Sessions", "Toggle use of separate control buffer frame",
12483 "Use separate frame for Ediff control buffer".
12484
12485 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12486 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12487 "Rename Bookmark", "Delete Bookmark".
12488
12489 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12490 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12491 Add `:active Info-index-alternatives' to "Next Matching Item".
12492
12493 * wdired.el (wdired-change-to-wdired-mode):
12494 Mention `wdired-abort-changes' key in the initial message.
12495
12496 * international/mule.el (auto-coding-alist): Associate non-ascii
12497 image filename extensions with `no-conversion'.
12498
12499 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * international/iso-acc.el:
12502 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12503
12504 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12505
12506 * textmodes/sgml-mode.el (html-mode): Doc update.
12507
12508 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12509
12510 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12511
12512 * term.el (term-move-columns): Fix face after extending a line.
12513 (term-insert-spaces): Likewise.
12514 (term-reset-terminal): Fix off by one error.
12515
12516 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12517
12518 * international/mule.el (auto-coding-alist): Add .xpi files.
12519
12520 * files.el (auto-mode-alist): Add .xpi files.
12521
12522 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12523
12524 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12525
12526 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12527
12528 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12529
12530 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12531
12532 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12533 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12534
12535 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12536 cursor to Jan 1 when needed.
12537 (calendar-end-of-year): Fix -/+ typo.
12538 Reported by Chong Yidong <cyd@stupidchicken.com>.
12539
12540 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12541
12542 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12543
12544 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12545 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12546
12547 2005-03-25 Richard M. Stallman <rms@gnu.org>
12548
12549 * filesets.el (filesets-init): Add autoload.
12550
12551 * mail/mailalias.el (mail-directory): Doc fix.
12552
12553 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12554
12555 * mail/mailalias.el (mail-directory-process): Do nothing if
12556 mail-directory-process is an atom.
12557 (mail-get-names): Ignore mail-directory-names if it is an atom.
12558 (mail-directory-process defvar): Doc fix.
12559 (mail-names): Doc fix.
12560
12561 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12562
12563 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12564
12565 2005-03-26 Kenichi Handa <handa@m17n.org>
12566
12567 * international/mule-util.el (detect-coding-with-priority):
12568 Call update-coding-systems-internal before detect-coding-region.
12569
12570 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12571
12572 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12573 (gdb-frames-mode-map): Add follow-link property.
12574
12575 2005-03-25 Jay Belanger <belanger@truman.edu>
12576
12577 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12578 for variables.
12579
12580 2005-03-25 Juri Linkov <juri@jurta.org>
12581
12582 * image-mode.el: Optimize image filename extension regexps in
12583 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12584 in `auto-mode-alist'.
12585 (image-mode): Add `image-toggle-display-text' to local hook
12586 `change-major-mode-hook'. Display the image as an image by
12587 default. Set `cursor-type' and `truncate-lines' if the image
12588 is already displayed. Take into account the current mode (image
12589 or text) in message.
12590 (image-minor-mode): New minor mode.
12591 (image-mode-maybe, image-toggle-display-text): New functions.
12592 (image-toggle-display): Use called-interactively-p.
12593 Let-bind `inhibit-read-only' to t.
12594
12595 * image-mode.el (image-minor-mode): Set `cursor-type' and
12596 `truncate-lines' if the image is already displayed. Add turning
12597 image-minor-mode off to `change-major-mode-hook'. Add message.
12598 Call `image-toggle-display-text' after turning image-minor-mode off.
12599
12600 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12603 Terminal.app, use utf-8.
12604 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12605 (set-locale-environment): Use it.
12606
12607 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12608
12609 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12610
12611 * progmodes/python.el (python-close-block-statement-p)
12612 (python-outdent-p, python-current-defun): Use symbol-end.
12613
12614 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12615
12616 * files.el (save-some-buffers): Doc fix.
12617
12618 2005-03-25 Werner Lemberg <wl@gnu.org>
12619
12620 * complete.el, thumbs.el: Replace `legal' with `valid'.
12621 * calendar/calendar.el: Replace `legal' with `valid'.
12622 * emacs-lisp/advice.el: Replace `legal' with `valid'.
12623 * mail/supercite.el: Replace `legal' with `valid'.
12624 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12625 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12626 Replace `legal' with `valid'.
12627 * textmodes/reftex-vars.el, textmodes/reftex.el:
12628 Replace `legal' with `valid'.
12629
12630 2005-03-25 Werner Lemberg <wl@gnu.org>
12631
12632 * calc/calc-forms.el, calc/calc-sel.el:
12633 * midnight.el, vc-cvs.el:
12634 * emacs-lisp/cl-macs.el:
12635 * emulation/vip.el:
12636 * eshell/esh-io.el, eshell/esh-var.el:
12637 * mail/supercite.el:
12638 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12639 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12640 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12641 * progmodes/sh-script.el, progmodes/xscheme.el:
12642 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12643 * textmodes/reftex-index.el, textmodes/reftex-parse.el
12644 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12645 * textmodes/reftex.el, textmodes/org.el:
12646 Replace `illegal' with `invalid'.
12647
12648 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12651 (flymake-find-buildfile, flymake-find-possible-master-files)
12652 (flymake-check-include, flymake-parse-line): Replace loops over the
12653 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12654
12655 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12656 Substitute file-name-as-directory in the rest of the file.
12657 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12658 (flymake-replace-region): Remove unused arg `buffer'.
12659 (flymake-check-patch-master-file-buffer): Update calls to it.
12660 (flymake-add-err-info): Remove unused var `count'.
12661 (flymake-mode): Use define-minor-mode.
12662
12663 * progmodes/flymake.el: Use with-current-buffer.
12664 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12665 flymake-replace-regexp-in-string, flymake-line-beginning-position)
12666 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12667 Avoid testing for `xemacs'.
12668 (flymake-nop): Move.
12669 (flymake-region-has-flymake-overlays): Return the computed value.
12670 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12671 Remove unused var `endline'.
12672 (flymake-get-line-count): Remove unused function.
12673 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12674
12675 * emulation/vi.el:
12676 * generic.el:
12677 * hilit-chg.el (global-highlight-changes):
12678 * hi-lock.el (hi-lock-mode):
12679 * follow.el: find-file-hooks -> find-file-hook.
12680
12681 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12682
12683 2005-03-24 Juri Linkov <juri@jurta.org>
12684
12685 * dired.el (dired-mode-map): Add menu item "Compare directories"
12686 for dired-compare-directories.
12687
12688 * dired-aux.el (dired-compare-directories): Add autoload cookie.
12689 Doc fix. Replace `read-file-name' with `read-directory-name'.
12690
12691 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12694
12695 2005-03-24 Jay Belanger <belanger@truman.edu>
12696
12697 * calc/calc-embed.el (calc-embedded-mode-change): Save all
12698 relevant mode settings in calc-embedded-original-modes when modes
12699 are permanently changed.
12700
12701 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * autoinsert.el: find-file-hooks -> find-file-hook.
12704
12705 2005-03-24 Lute Kamstra <lute@gnu.org>
12706
12707 * generic.el (generic-font-lock-defaults): Make it obsolete.
12708 (generic-font-lock-keywords): New variable to replace
12709 generic-font-lock-defaults.
12710 (generic-mode-set-font-lock): Delete it.
12711 (generic-mode-internal): Don't call generic-mode-set-font-lock.
12712 (generic-bracket-support): Add docstring.
12713
12714 * generic-x.el: Rename generic-font-lock-defaults to
12715 generic-font-lock-keywords throughout.
12716 (mailagent-rules-setup-function): Delete it.
12717 (mailagent-rules-generic-mode): Use anonymous function instead.
12718 (show-tabs-generic-mode-font-lock-defaults-1)
12719 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12720 Quote faces.
12721 (show-tabs-tab-face, show-tabs-space-face): Specify background,
12722 not foreground.
12723
12724 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12725 Recognize define-generic-mode.
12726
12727 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12728
12729 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12730 if there's no completion table.
12731
12732 2005-03-23 Miles Bader <miles@gnu.org>
12733
12734 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12735 Remove tty-specific variants, as they're no longer needed.
12736
12737 2005-03-23 Lute Kamstra <lute@gnu.org>
12738
12739 * generic-x.el: Code cleanup: make args constant whenever possible.
12740 (installshield-statement-keyword-list)
12741 (installshield-system-functions-list)
12742 (installshield-system-variables-list, installshield-types-list)
12743 (installshield-funarg-constants-list): Make them constants.
12744
12745 * generic.el (generic-make-keywords-list): Add autoload cookie.
12746
12747 * calendar/time-date.el: Add comment on time value formats.
12748 Don't require parse-time.
12749 (with-decoded-time-value): New macro.
12750 (encode-time-value): New function.
12751 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12752 (days-to-time): Return a valid time value when arg is huge.
12753 (time-since): Use time-subtract.
12754 (time-to-number-of-days): Use time-to-seconds.
12755
12756 2005-03-23 David Ponce <david@dponce.com>
12757
12758 * recentf.el: (recentf-keep): New option.
12759 (recentf-menu-action): Default to `find-file'.
12760 (recentf-keep-non-readable-files-flag)
12761 (recentf-keep-non-readable-files-p)
12762 (recentf-file-readable-p, recentf-find-file)
12763 (recentf-cleanup-remote): Remove.
12764 (recentf-include-p): More robust.
12765 (recentf-keep-p): New function.
12766 (recentf-remove-if-non-kept): Rename from
12767 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
12768 All callers updated.
12769 (recentf-menu-items-for-commands): Fix help string.
12770 (recentf-track-closed-file): Update. Doc fix.
12771 (recentf-cleanup): Update. Count removed files. Doc fix.
12772
12773 2005-03-23 Kim F. Storm <storm@cua.dk>
12774
12775 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12776 Don't inherit from fringe face (now happens automatically).
12777
12778 2005-03-22 Kim F. Storm <storm@cua.dk>
12779
12780 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12781 position values.
12782
12783 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12784
12785 * menu-bar.el (showhide-date-time): Remove.
12786 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12787 (menu-bar-make-mm-toggle): Simplify.
12788
12789 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12790
12791 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12792 Accept qualified variable and function names.
12793
12794 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
12795
12796 * bindings.el (completion-ignored-extensions):
12797 Remove ".lis" for `vax-vms'.
12798
12799 2005-03-22 Andreas Schwab <schwab@suse.de>
12800
12801 * generic-x.el: Revert last change.
12802 * ldefs-boot.el: Update.
12803
12804 2005-03-22 Jay Belanger <belanger@truman.edu>
12805
12806 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12807 (calc-embedded-save-original-modes)
12808 (calc-embedded-restore-original-modes): New functions.
12809 (calc-do-embedded): Save original modes when entering embedded mode
12810 and restore when leaving embedded mode.
12811 (calc-embedded-modes-change): Change the value of
12812 calc-embedded-original-modes to reflect permanent changes.
12813
12814 2005-03-22 Lute Kamstra <lute@gnu.org>
12815
12816 * generic-x.el: Require generic again.
12817
12818 2005-03-22 Miles Bader <miles@gnu.org>
12819
12820 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12821 Tweak details to look good on both ttys and bitmap displays, light
12822 or dark background, etc.
12823
12824 2005-03-21 Kim F. Storm <storm@cua.dk>
12825
12826 * tooltip.el (tooltip-show-help-function): Check car and cdr of
12827 mouse position.
12828
12829 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * icomplete.el: Don't forcibly turn on the mode upon load.
12832 (icomplete-mode): Use define-minor-mode.
12833 (icomplete-eoinput): Default to nil.
12834 (icomplete-minibuffer-setup): Remove autoload.
12835 (icomplete-tidy): Simplify.
12836 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12837 in the initial state or if the user has modified the field.
12838 Fix handling of icomplete-max-delay-chars.
12839 Remove code that handles the oddball case where
12840 minibuffer-completion-table is an integer.
12841 Wrap icomplete-completions in while-no-input in case building
12842 completions takes more time than expected.
12843 (icomplete-completions): Simplify.
12844
12845 2005-03-21 Richard M. Stallman <rms@gnu.org>
12846
12847 * jka-compr.el (jka-compr-really-do-compress):
12848 Make variable buffer-local.
12849
12850 * image-mode.el: Handle .xpm files too.
12851 (image-toggle-display): Preserve modification flag.
12852
12853 * help.el (where-is): Don't mention aliases with no key bindings.
12854
12855 2005-03-21 Lute Kamstra <lute@gnu.org>
12856
12857 * generic.el: Fix commentary section. Don't require cl for
12858 compilation.
12859 (generic-mode-list): Add autoload cookie.
12860 (generic-use-find-file-hook, generic-lines-to-scan)
12861 (generic-find-file-regexp, generic-ignore-files-regexp)
12862 (generic-mode, generic-mode-find-file-hook)
12863 (generic-mode-ini-file-find-file-hook): Fix docstrings.
12864 (define-generic-mode): Make it a defmacro. Fix docstring.
12865 (generic-mode-internal): Code cleanup. Add autoload cookie.
12866 (generic-mode-set-comments): Code cleanup.
12867 * generic-x.el: Don't prevent compilation. Don't require generic.
12868 Follow coding conventions. Minor code cleanup.
12869 (etc-fstab-generic-mode): Add some keywords.
12870 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
12871 define-generic-mode like a function declaration.
12872
12873 2005-03-21 Jay Belanger <belanger@truman.edu>
12874
12875 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
12876 changing modes.
12877
12878 2005-03-21 Sam Steingold <sds@gnu.org>
12879
12880 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
12881
12882 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12883
12884 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
12885 Add underscore to "f$ lexicals" regexp.
12886
12887 2005-03-20 Juri Linkov <juri@jurta.org>
12888
12889 * subr.el (progress-reporter-do-update): When `min-value' is equal
12890 to `max-value', set `percentage' to 0 and prevent division by zero.
12891
12892 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
12893
12894 Sync with Tramp 2.0.48.
12895
12896 * net/tramp.el (all): Change all addresses to .gnu.org.
12897 (tramp-append-tramp-buffers): New defun.
12898 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
12899 Catch `dont-send' signal.
12900 (tramp-set-auto-save-file-modes): Set always permissions, because
12901 there might be an old auto-saved file belonging to another
12902 original file. This could be a security threat. Reported by
12903 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
12904 Check for Emacs 21.3.50 removed.
12905
12906 * net/tramp-smb.el (all): Remove debug construct for
12907 `with-parsed-tramp-file-name'.
12908 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
12909 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
12910 No error message if DIRECTORY or FILENAME doesn't exist.
12911 (tramp-smb-open-connection): Check existence of
12912 `tramp-smb-program'.
12913
12914 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
12917 Properly handle the case where the `m' or `s' command's argument is not
12918 yet terminated.
12919 (perl-indent-new-calculate): New function.
12920 (perl-indent-line): Use it.
12921
12922 2005-03-20 Miles Bader <miles@gnu.org>
12923
12924 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
12925 in text-mode too. Change to new face names.
12926 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
12927 Add `:weight bold' attribute.
12928 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
12929
12930 2005-03-19 Juri Linkov <juri@jurta.org>
12931
12932 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
12933
12934 * international/mule.el (auto-coding-alist): Sync with
12935 `auto-mode-alist' by adding upper case archive file extensions
12936 and adding ear/war to jar extension.
12937
12938 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
12939
12940 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
12941 running, restart it.
12942
12943 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
12944
12945 * finder.el (finder-current-item): Throw an error on an empty line.
12946
12947 * man.el (Man-follow-manual-reference): If current-word returns
12948 nil, use "".
12949
12950 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
12951
12952 * simple.el (goto-line): Doc fix.
12953
12954 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
12955
12956 * files.el (save-buffer): Doc fix.
12957
12958 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
12959
12960 * recentf.el (recentf-cleanup-remote): New variable.
12961 (recentf-cleanup): Use it to conditionally check availability of
12962 remote files.
12963
12964 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
12965
12966 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
12967 function names.
12968
12969 2005-03-19 Eli Zaretskii <eliz@gnu.org>
12970
12971 * language/thai-word.el: New file.
12972
12973 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12974
12975 * files.el (backup-buffer): If the file's directory is not
12976 writable, use copy instead of move to backup the file.
12977
12978 2005-03-19 Eli Zaretskii <eliz@gnu.org>
12979
12980 * obsolete/keyswap.el: Moved to obsolete/ from term/.
12981
12982 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12983
12984 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
12985 Use functionp instead of symbolp and fboundp. Reported by Drkm
12986 <darkman_spam@yahoo.fr>.
12987 (ps-print-version): New version 6.6.6.
12988
12989 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
12990
12991 * textmodes/table.el (table--line-column-position): New idiom.
12992 (table--row-column-insertion-point-p): New function to test
12993 validity of row and column insertion operation at a location.
12994 (table-global-menu, table-cell-menu): Use above functions for
12995 deterministic test operation.
12996 (table--editable-cell-p): Behave in deterministic fashion.
12997
12998 2005-03-18 Juri Linkov <juri@jurta.org>
12999
13000 * isearch.el (isearch-lazy-highlight-new-loop):
13001 Make arguments beg and end optional.
13002 (isearch-update): Remove optional arguments nil from
13003 isearch-lazy-highlight-new-loop.
13004 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13005 isearch-lazy-highlight-case-fold-search instead of
13006 isearch-case-fold-search, and let-bind isearch-regexp to
13007 isearch-lazy-highlight-regexp.
13008 Use isearch-lazy-highlight-last-string instead of isearch-string.
13009
13010 * replace.el (perform-replace): Remove bindings of global
13011 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13012 Add three new arguments to `replace-highlight'.
13013 (replace-highlight): Add arguments string, regexp, case-fold.
13014 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13015 to allow isearch-lazy-highlight-new-loop to use these values
13016 to set corresponding isearch-lazy-highlight-* internal
13017 variables whose values lazy highlighting will use regardless of
13018 changes to global variables isearch-string, isearch-regexp,
13019 isearch-case-fold-search during lazy highlighting loop.
13020 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13021 to `lazy-highlight-cleanup'.
13022
13023 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13024 (ispell-highlight-face): Set default face to `isearch' when
13025 lazy highlighting is enabled.
13026 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13027 priority to 1. Add lazy highlighting.
13028 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13029 from `isearch-dehighlight'.
13030
13031 2005-03-18 David Ponce <david@dponce.com>
13032
13033 * files.el (hack-local-variables): Do a case-insensitive search
13034 for End.
13035
13036 2005-03-18 Juri Linkov <juri@jurta.org>
13037
13038 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13039 `isearch-lazy-highlight-cleanup', add alias to old name and
13040 declare obsolete. Add release numbers to other obsolete vars.
13041 (isearch-done, isearch-lazy-highlight-new-loop):
13042 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13043 (lazy-highlight-cleanup) <variable>: Doc fix.
13044 (isearch-lazy-highlight-update): Rename obsolete
13045 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13046
13047 2005-03-18 Kenichi Handa <handa@m17n.org>
13048
13049 * language/thai-util.el: Fix categorization of Thai characters in
13050 thai-category-table.
13051 (thai-composition-pattern): Adjust it for the above change.
13052 (thai-self-insert-command, thai-compose-syllable): New functions.
13053 (thai-compose-region): Use thai-compose-syllable.
13054 (thai-compose-string): Likewise.
13055 (thai-composition-function): Likewise.
13056 (thai-auto-composition): New function.
13057 (thai-auto-composition-mode): New minor mode.
13058
13059 * language/thai.el: Fix patterns to be registered in
13060 composition-function-table.
13061
13062 * international/quail.el (quail-input-method): Locally bind
13063 inhibit-modification-hooks to t.
13064
13065 2005-03-17 Richard M. Stallman <rms@gnu.org>
13066
13067 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13068 (perl-mode): Use run-mode-hooks.
13069
13070 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13071 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13072 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13073
13074 * mail/sendmail.el (sendmail-send-it): Reenable the code
13075 to compute resend-to-address and use it.
13076
13077 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13078
13079 * image-mode.el: New file.
13080
13081 * image.el (insert-sliced-image): Add autoload cookie.
13082
13083 * font-lock.el (font-lock-lines-before): New user option.
13084 (font-lock-after-change-function): Obey it.
13085
13086 * bindings.el (esc-map): Make M-g a prefix.
13087 Bind M-g g and M-g M-g to goto-line.
13088
13089 * faces.el (face-id): Doc fix.
13090
13091 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13092
13093 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13094 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13095 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13096
13097 * mail/sendmail.el (mail-yank-ignored-headers)
13098 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13099 Add Mail-Followup-To and Mail-Reply-To headers.
13100 (mail-citation-hook): Add autoload cookie.
13101 (mail-mode): Doc fix.
13102 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13103 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13104 (mail-mode-fill-paragraph): Handle those headers.
13105 (mail-mailing-lists): New variable.
13106 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13107
13108 2005-03-17 Juri Linkov <juri@jurta.org>
13109
13110 * isearch.el (isearch-fallback): Check for `(car previous)'
13111 before calling `isearch-other-end-state'.
13112
13113 2005-03-17 Kim F. Storm <storm@cua.dk>
13114
13115 * simple.el (move-beginning-of-line): Move to beginning of buffer
13116 line, as well as beginning of screen line.
13117
13118 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13119
13120 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13121 argument REDRAW rather than calendar-redrawing variable.
13122 * calendar/calendar.el (calendar-redrawing): Delete.
13123 (redraw-calendar): Do not bind calendar-redrawing.
13124
13125 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13126
13127 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13128 diary-file buffer.
13129
13130 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13131
13132 * help.el (describe-mode): Allow a :minor-mode-function property to
13133 specify a different minor mode toggle function than the variable.
13134 * simple.el (auto-fill-function):
13135 * subr.el (add-minor-mode): Use it.
13136
13137 2005-03-16 Kenichi Handa <handa@m17n.org>
13138
13139 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13140 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13141 (ethio-fidel-to-sera-buffer): Likewise.
13142
13143 2005-03-16 Juri Linkov <juri@jurta.org>
13144
13145 * emacs-lisp/find-func.el (find-function-regexp):
13146 Add defun-emitting macro `menu-bar-make-toggle'.
13147
13148 * isearch.el: Put `isearch-scroll' property to
13149 `split-window-horizontally'.
13150
13151 * info.el: Update error messages for `debug-ignored-errors'.
13152 (Info-isearch-search): Doc fix.
13153 (Info-find-node): Move up code to go into info buffer before
13154 recording the node to the history.
13155 (Info-fontify-node): Fontify titles only if the next line
13156 has two or more `*', `=', `-', `.'.
13157 Display "go to this node" for empty (match-string 3).
13158
13159 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13160
13161 * term/mac-win.el: Add mouse pointer shape constants.
13162
13163 2005-03-15 Kim F. Storm <storm@cua.dk>
13164
13165 * simple.el (move-beginning-of-line): Use vertical-motion.
13166
13167 2005-03-15 Juri Linkov <juri@jurta.org>
13168
13169 * isearch.el (isearch-error): New variable.
13170 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13171 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13172 (isearch-within-brackets-state): Remove.
13173 (isearch-case-fold-search-state, isearch-pop-fun-state):
13174 Decrease frame index.
13175 (isearch-mode, isearch-top-state, isearch-push-state)
13176 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13177 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13178 (isearch-search, isearch-lazy-highlight-new-loop):
13179 Replace `isearch-invalid-regexp' with `isearch-error'.
13180 Remove `isearch-within-brackets'.
13181 (isearch-search): Add `search-failed' handler to `condition-case'.
13182 (isearch-lazy-highlight-search): Add `condition-case' to catch
13183 errors and allow `isearch-lazy-highlight-update' to try
13184 highlighting from the beginning of the window.
13185 (isearch-repeat): Move up code to set isearch-wrapped to t
13186 before calling isearch-wrap-function.
13187
13188 * info.el (Info-isearch-initial-node): New internal variable.
13189 (Info-search): Signal an error in isearch mode when search leaves
13190 the initial node. Signal an error when `bound' is non-nil and
13191 nothing was found in the current subfile.
13192 (Info-isearch-search): Remove `condition-case'.
13193 (Info-isearch-wrap): Don't wrap when search failed during leaving
13194 the initial node. If `Info-isearch-search' is nil, wrap around
13195 the current node.
13196 (Info-isearch-start): New fun.
13197 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13198 `isearch-mode-hook'.
13199
13200 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13201
13202 * simple.el (normal-erase-is-backspace): Set default to t if
13203 running on Mac.
13204
13205 * term/mac-win.el (function-key-map): Sync with x-win.el.
13206
13207 2005-03-15 Kenichi Handa <handa@m17n.org>
13208
13209 * international/mule-cmds.el (locale-language-names): Modify the
13210 format of elements and add more entries.
13211 (locale-preferred-coding-systems): Add more entries.
13212 (set-locale-environment): Adjust for the change of
13213 locale-language-names.
13214
13215 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13216
13217 * pcvs.el (smerge-ediff): Remove bogus autoload.
13218
13219 2005-03-14 Lute Kamstra <lute@gnu.org>
13220
13221 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13222 Ignore a `*' at the beginning of a line.
13223
13224 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13225 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13226 subr.el.
13227 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13228 to specify indentation.
13229
13230 * generic.el (define-generic-mode): Let generic-mode-list be a
13231 list of strings; test membership with equal.
13232
13233 2005-03-14 Kim F. Storm <storm@cua.dk>
13234
13235 * simple.el (next-line, previous-line): Add optional try-vscroll
13236 arg to recognize interactive use. Pass it on to line-move.
13237 (line-move): Don't perform auto-window-vscroll when defining or
13238 executing keyboard macro to ensure consistent behavior.
13239
13240 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13241
13242 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13243
13244 2005-03-13 Lute Kamstra <lute@gnu.org>
13245
13246 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13247 debugger-setup-buffer so that backtrace marks the frames set to
13248 debug-on-exit and we don't have to do it manually. Set an extra
13249 debug-on-exit for macro's.
13250 (debugger-setup-buffer): Don't mark the top frame manually.
13251
13252 2005-03-12 Lute Kamstra <lute@gnu.org>
13253
13254 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13255 lisp-indent-function throughout.
13256 (with-no-warnings): Set lisp-indent-function property.
13257
13258 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13259
13260 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13261 Add entry for backslash.
13262
13263 2005-03-12 Juri Linkov <juri@jurta.org>
13264
13265 * info.el (Info-search): Four fixes for backward search.
13266
13267 2005-03-11 Jay Belanger <belanger@truman.edu>
13268
13269 * calc/calc.el (calc-language-alist): New variable.
13270 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13271 (calc-embedded-find-modes): Use calc-language-alist instead of
13272 calc-embedded-language-alist.
13273
13274 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13275
13276 * calendar/calendar.el (calendar-redrawing): New internal
13277 variable.
13278 (redraw-calendar): Remove bogus save-excursion from previous
13279 change. Bind calendar-redrawing to t for mark-diary-entries.
13280 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13281 calendar if that is why we were called.
13282
13283 2005-03-11 Kenichi Handa <handa@m17n.org>
13284
13285 * international/mule.el (make-coding-system): Set property
13286 coding-system-define-form to nil.
13287 (define-coding-system-alias): Likewise.
13288
13289 2005-03-11 Kenichi Handa <handa@m17n.org>
13290
13291 These changes are suggested by Dave Love <fx@gnu.org>.
13292
13293 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13294 coding: tag.
13295 (adaptive-fill-regexp): Add more bullets.
13296 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13297 regexps.
13298
13299 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * help.el (describe-mode): Properly handle non-trivial lighters.
13302 Don't ignore minor modes that are not listed in minor-mode-list.
13303
13304 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13305 feature ON when the user requests to turn it OFF.
13306
13307 2005-03-10 Lute Kamstra <lute@gnu.org>
13308
13309 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13310 (implement-debug-on-entry): New function to replace debug-entry-code.
13311 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13312 second argument as the 2005-03-07 change makes it obsolete.
13313 (debug-on-entry, cancel-debug-on-entry): Update call to
13314 debug-on-entry-1.
13315 (debug, debugger-setup-buffer): Comment update.
13316 (debugger-frame-number): Update to work with implement-debug-on-entry.
13317
13318 2005-03-10 Jay Belanger <belanger@truman.edu>
13319
13320 * calc/calc-embed.el (math-ms-args): Declare it.
13321 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13322 math-ms-args.
13323 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13324 variables.
13325
13326 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13327
13328 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13329 Use message-box.
13330
13331 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13332 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13333 (tooltip-gud-tips): Simplify.
13334 (tooltip-gud-tips-p): Remove superfluous :set.
13335 (tooltip-gud-modes): Add fortran-mode.
13336 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13337
13338 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13339
13340 2005-03-09 Kim F. Storm <storm@cua.dk>
13341
13342 * play/animate.el (animate-place-char): Use forward-line instead
13343 of next-line to improve performance.
13344
13345 2005-03-09 Simon Josefsson <jas@extundo.com>
13346
13347 * net/browse-url.el (browse-url-default-browser): Doc fix.
13348
13349 2005-03-09 Miles Bader <miles@gnu.org>
13350
13351 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13352 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13353
13354 2005-03-09 Kenichi Handa <handa@m17n.org>
13355
13356 * international/latin-1.el: Set case and syntax for 255 only if
13357 set-case-syntax-set-multibyte is nil.
13358
13359 * textmodes/ispell.el (ispell-insert-word): New function.
13360 (ispell-word): Use ispell-insert-word to insert a new word.
13361 (ispell-process-line): Likewise.
13362 (ispell-complete-word): Likewise.
13363
13364 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13365
13366 * calendar/calendar.el (redraw-calendar): Preserve point.
13367 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13368 (calendar-week-start-day): Move after definition of
13369 redraw-calendar. Delete buffer test, since redraw-calendar has
13370 that now.
13371
13372 * calendar/diary-lib.el (mark-diary-entries): Only call
13373 redraw-calendar in the first of any recursive calls.
13374 Reported by Alan Shutko <ats@acm.org>.
13375
13376 2005-03-08 Juri Linkov <juri@jurta.org>
13377
13378 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13379 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13380 (html-radio-buttons): Add a space before the trailing `/>' where
13381 sgml-xml-mode is non-nil.
13382 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13383 the subsequent tag of the empty XML tag.
13384 (html-href-anchor): Don't set initial input to "http:".
13385 (html-image): Ask for the image URL and set point inside alt="".
13386 (html-name-anchor): Duplicate the name in the `id' attribute when
13387 sgml-xml-mode is non-nil.
13388 (html-paragraph): Remove \n before <p>.
13389 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13390 instead of `checked' when sgml-xml-mode is non-nil.
13391
13392 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13393 Remove 1 space before #RRGGBB to not truncate it on terminal
13394 windows w/o fringes. Remove 1 space between bg and fg examples
13395 to get more space.
13396 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13397 avoid byte-compile warnings.
13398
13399 * image-file.el (image-file-handler): Put `safe-magic' property to
13400 `image-file-handler'.
13401
13402 * info.el (Info-isearch-search): Emulate word search in
13403 isearching through multiple Info nodes with Info-search.
13404 (Info-isearch-wrap): Allow isearch-word.
13405
13406 2005-03-08 Lute Kamstra <lute@gnu.org>
13407
13408 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13409 stepping into the debugger's code is not possible.
13410 (debugger-jumping-flag): Docstring update.
13411
13412 2005-03-08 Jay Belanger <belanger@truman.edu>
13413
13414 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13415 embedded mode begins.
13416 (calc-embedded-language-alist): New variable.
13417 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13418 set default language mode.
13419
13420 2005-03-08 Kenichi Handa <handa@m17n.org>
13421
13422 * international/ccl.el (define-ccl-program): Fix docstring about
13423 extra 256 bytes assured for the output buffer.
13424
13425 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13426 Fix BUFFER_MAGNIFICATION to 2.
13427 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13428
13429 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13430
13431 * align.el (align-rules-list): Added an alignment rule for CSS
13432 declarations (applies to css-mode and html-mode buffers).
13433
13434 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13435
13436 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13437
13438 2005-03-07 Kim F. Storm <storm@cua.dk>
13439
13440 * simple.el (move-beginning-of-line): New command.
13441
13442 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13443
13444 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13445
13446 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13447 and move-beginning-of-line.
13448
13449 * apropos.el (apropos-print): Omit command from M-x ... RET.
13450
13451 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13452
13453 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13454 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13455
13456 2005-03-06 Richard M. Stallman <rms@gnu.org>
13457
13458 * bindings.el (esc-map): Bind M-g to goto-line.
13459
13460 * facemenu.el (global-map): Bind M-o, not M-g.
13461
13462 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13463
13464 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13465 "Open Directory" as for "Open File".
13466
13467 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13468
13469 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13470 (push-mark-command): Run activate-mark-hook.
13471
13472 2005-03-06 Richard M. Stallman <rms@gnu.org>
13473
13474 * help-mode.el (help-mode-finish): Don't alter the element
13475 in view-return-to-alist if there already is one.
13476
13477 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13478 make sure the current buffer is the expected one.
13479
13480 * novice.el (disabled-command-function): Output in *Disabled Command*.
13481 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13482
13483 * textmodes/flyspell.el (flyspell-large-region):
13484 Pass args differently for aspell.
13485
13486 * files.el (mode-require-final-newline): Doc fix.
13487
13488 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13489
13490 * progmodes/which-func.el (which-function):
13491 Specify NOERROR when calling imenu--make-index-alist.
13492
13493 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13494
13495 * simple.el (normal-erase-is-backspace): Define default value.
13496
13497 * custom.el (custom-theme-set-variables): Remove unused var
13498 `immediate'.
13499 (custom-reevaluate-setting): Simple function to handle variables
13500 that are defined before their default value can really be
13501 computed.
13502
13503 * startup.el (command-line): Use it for temporary-file-directory,
13504 small-emporary-file-directory, auto-save-file-name-transforms,
13505 blink-cursor-mode, and normal-erase-is-backspace.
13506
13507 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13508 progress, even with buggy anchored keywords.
13509
13510 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13511
13512 * simple.el (goto-line): Remove unbalanced final parenthesis.
13513
13514 2005-03-05 Richard M. Stallman <rms@gnu.org>
13515
13516 * simple.el (goto-line): Use a number at point as the default.
13517 With C-u as arg, switch buffers.
13518
13519 2005-03-05 Juri Linkov <juri@jurta.org>
13520
13521 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13522 with `no-blinking-cursor'.
13523
13524 * startup.el (no-blinking-cursor): New defvar.
13525 (command-line): Add `--no-blinking-cursor' to longopts.
13526 Set `no-blinking-cursor' to t for command line arguments
13527 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13528 with `no-blinking-cursor' in the condition for calling
13529 `blink-cursor-mode'.
13530
13531 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13532
13533 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13534 (menu-bar-options-save): Add blink-cursor-mode.
13535 (menu-bar-options-menu): Add blink-cursor-mode.
13536
13537 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13538
13539 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13540 (icalendar-export-file, icalendar-export-region)
13541 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13542 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13543
13544 2005-03-04 Lute Kamstra <lute@gnu.org>
13545
13546 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13547 (debug-function-list): Ditto.
13548
13549 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13550
13551 * textmodes/texinfmt.el (texinfo-append-refill):
13552 Redefine the types of line to which @refill
13553 is not appended by replacing a search for `@refill\\|@bye' with
13554 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13555 itemize@refill' bug and the unfilled long lines bug.
13556 (texinfmt-version): Update number and date.
13557
13558 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13559
13560 * international/code-pages.el (windows-1250, windows-125[2-8])
13561 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13562
13563 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13566 bound yet.
13567
13568 2005-03-02 Romain Francoise <romain@orebokech.com>
13569
13570 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13571 buffer after removing limits.
13572 (ibuffer-pop-filter): Ditto.
13573 Update copyright.
13574
13575 2005-03-02 Miles Bader <miles@gnu.org>
13576
13577 * button.el (make-text-button): If the user doesn't specify a
13578 type, use the default. Rewrite to use `add-text-properties' and
13579 plist functions.
13580
13581 2005-03-01 Lute Kamstra <lute@gnu.org>
13582
13583 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13584 (debugger-jumping-flag): New var.
13585 (debug-entry-code): Use it.
13586 (debugger-jump): Use debugger-jumping-flag and add
13587 debugger-reenable to post-command-hook.
13588 (debugger-reenable): Use debugger-jumping-flag and remove itself
13589 from post-command-hook.
13590 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13591 debugger-reenable.
13592
13593 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13594
13595 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13596 inclusion of "itemize\\|", which may be unnecessary, is certainly
13597 inelegant, and stops refilling in itemize lists when formatting
13598 Japanese Texinfo files to Info.
13599 Update copyright to 2005.
13600
13601 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
13602
13603 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13604 of an error if GDB can't find the source file.
13605
13606 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13607
13608 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13609 not just the calendar.
13610
13611 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13612 first.
13613 (diary-redraw-calendar): New function.
13614 (make-diary-entry): Add diary-redraw-calendar to local
13615 write-contents-functions. Turn off selective display before
13616 inserting in diary.
13617
13618 2005-03-01 Kim F. Storm <storm@cua.dk>
13619
13620 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13621
13622 2005-03-01 Lute Kamstra <lute@gnu.org>
13623
13624 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13625 that debug-entry-code can be safely removed from a function while
13626 this code is being evaluated. Revert the 2005-02-27 change as the
13627 new implementation no longer requires it. Make sure that a
13628 function body containing just a string is not mistaken for a docstring.
13629 (debug): Skip one more frame in case of debug on entry.
13630 (debugger-setup-buffer): Delete one more frame line in case of
13631 debug on entry.
13632 (debugger-frame-number): Update to use the new text introduced by
13633 the 1999-11-03 change. Skip one more frame in case of debug on entry.
13634
13635 2005-02-28 Kim F. Storm <storm@cua.dk>
13636
13637 * double.el (double-translate-key): Call force-window-update after
13638 read-event to avoid crash in redisplay.
13639
13640 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13643 (debug): Use it. Move the inhibit-trace earlier.
13644 (debug-entry-code): New const.
13645 (debug-on-entry-1): Use it.
13646
13647 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
13648
13649 * international/utf-16.el (ccl-encode-mule-utf-16le):
13650 Fix BUFFER_MAGNIFICATION to 2.
13651 (ccl-encode-mule-utf-16be): Likewise.
13652
13653 2005-02-28 Kenichi Handa <handa@m17n.org>
13654
13655 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13656 Fix BUFFER_MAGNIFICATION to 4.
13657 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13658
13659 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
13660
13661 * speedbar.el (speedbar-update-flag): Doc fix.
13662 (speedbar-show-info-under-mouse): Give set-mouse-position the right
13663 argument.
13664
13665 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13666
13667 * reveal.el (reveal-post-command): Don't try to reveal overlays which
13668 have a non-nil `invisible' property but are actually visible.
13669
13670 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13671 for perldoc sections.
13672 (perl-outline-regexp, perl-outline-level): New var and function.
13673 (perl-mode): Use them.
13674
13675 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
13676
13677 * calendar/diary-lib.el (diary-remind): Discard any mark portion
13678 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13679
13680 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
13681
13682 * cus-edit.el: Comment change.
13683 (custom-buffer-create-internal): Slightly reword text at top of
13684 Custom buffers. Mention there that saving an option edits the
13685 init file. Add link to Emacs manual node on `custom-file'.
13686 (custom-magic-alist): Rewrite individual State messages to use
13687 capitalized keywords. Doc fix.
13688
13689 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
13690
13691 * calendar/calendar.el (calendar-buffer): Move above
13692 calendar-week-start-day.
13693 (calendar-week-start-day): Doc fix. Add :set function.
13694 (calendar-minimum-window-height): New variable.
13695 (generate-calendar-window): Only resize window if selected-window
13696 is displaying the calendar buffer. Use new variable
13697 calendar-minimum-window-height.
13698 (generate-calendar): Reword error message.
13699 (calendar-mode-map): Bind DEL to scroll-other-window-down.
13700
13701 2005-02-27 Andreas Schwab <schwab@suse.de>
13702
13703 * vc.el (vc-do-command): Don't run command asynchronously when
13704 operating in a remote directory.
13705
13706 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13707 change from sync with Tramp 2.0.47.
13708
13709 2005-02-27 Richard M. Stallman <rms@gnu.org>
13710
13711 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13712
13713 * textmodes/flyspell.el (flyspell-mode-on):
13714 Call ispell-change-dictionary only if necessary.
13715
13716 * emacs-lisp/re-builder.el (regexp-builder): New function.
13717
13718 * register.el (describe-register-1): Explicitly handle
13719 yank-excluded-properties = t.
13720
13721 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13722 (custom-magic-alist): Change the status descriptions again.
13723 (face widget-type): Total rewrite based on `restricted-sexp'
13724 to eliminate the confusing double hiding levels.
13725
13726 * emacs-lisp/debug.el (debug-on-entry-1):
13727 If function body is empty, add nil as body form.
13728
13729 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13730
13731 * emacs-lisp/trace.el (inhibit-trace): New var.
13732 (trace-make-advice): Use it.
13733
13734 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13735
13736 2005-02-26 Kim F. Storm <storm@cua.dk>
13737
13738 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13739 (mouse-on-link-p, mouse-drag-region-1): Use it.
13740
13741 2005-02-25 Lute Kamstra <lute@gnu.org>
13742
13743 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13744
13745 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
13746
13747 * frame.el (blink-cursor-mode): Add :group keyword.
13748
13749 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
13750
13751 * calendar/icalendar.el (icalendar--decode-isodatetime):
13752 New optional argument DAY-SHIFT.
13753 (icalendar-export-region): Fix coding-system-for-write.
13754 (icalendar--convert-ical-to-diary): Shift end-day of all-day
13755 events by one.
13756
13757 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13760
13761 2005-02-24 Kim F. Storm <storm@cua.dk>
13762
13763 * international/iso-acc.el (iso-accents-compose): Fix crash
13764 during redisplay. Call force-window-update after read-event
13765 and delete-region to signal that window is not accurate.
13766
13767 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13768
13769 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13770 Remove unused and inexistent var `inhibit-trace'.
13771 (debugger-mode): Use run-mode-hooks.
13772 (debugger-list-functions): Add buttons; setup xref stack.
13773
13774 2005-02-23 Richard M. Stallman <rms@gnu.org>
13775
13776 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13777 appointment says it was explicitly made.
13778 (appt-add): Set the 3rd element.
13779 (appt-make-list): Preserve explicit appointments.
13780
13781 * subr.el (find-tag-default): Catch errors in forward-sexp.
13782
13783 2005-02-23 Juri Linkov <juri@jurta.org>
13784
13785 * info.el (Info-isearch-search): New defcustom.
13786 (Info-isearch-search): Call the default isearch function
13787 when Info-isearch-search is nil.
13788 (Info-isearch-wrap): Use variable Info-isearch-search.
13789
13790 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
13791
13792 * cus-edit.el: Comment change.
13793
13794 2005-02-22 Kim F. Storm <storm@cua.dk>
13795
13796 * progmodes/hideif.el (hide-ifdef-use-define-alist):
13797 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
13798
13799 2005-02-22 Simon Josefsson <jas@extundo.com>
13800
13801 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13802 New variable.
13803 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
13804 Oskarsson" <myrkraverk@users.sourceforget.net>.
13805
13806 2005-02-22 Kim F. Storm <storm@cua.dk>
13807
13808 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13809 check that window of that event is the selected window.
13810 (mouse-drag-region-1): Compare mouse event window to selected
13811 window before setting point.
13812
13813 * tooltip.el (tooltip-show-help-function): Pass event to
13814 mouse-on-link-p so it can check selected window.
13815
13816 2005-02-22 Kenichi Handa <handa@m17n.org>
13817
13818 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13819 (ps-mule-show-warning): New function.
13820 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13821 characters are found.
13822
13823 * ps-print.el (ps-header-footer-string): Return a list of header
13824 and footer strings.
13825
13826 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13827
13828 * pcvs.el (cvs-retrieve-revision): Fix thinko.
13829
13830 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13831
13832 * frame.el (blink-cursor-mode): Use define-minor-mode.
13833
13834 * term/mac-win.el (function-key-map): Use char-names more consistently.
13835 (file-name-coding-system): Only set it for MacOS-9. The other case is
13836 already handled in mule-cmds.el (where it also works when mac-win.el
13837 is not used).
13838
13839 2005-02-21 Kenichi Handa <handa@m17n.org>
13840
13841 * international/mule.el (ctext-pre-write-conversion): Always use
13842 " *code-converting-work*" buffer for work.
13843
13844 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13845
13846 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
13847
13848 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13849
13850 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
13851
13852 * ses.el (undo-more): Restore defadvice, but only the part that
13853 allows changes outside the restricted area of the buffer.
13854
13855 2005-02-20 Kim F. Storm <storm@cua.dk>
13856
13857 * simple.el (line-move): Add fourth optional arg try-vscroll which
13858 must be set to perform auto-window-vscroll.
13859 When moving backwards and doing auto-window-vscroll, automatically
13860 vscroll to the last part of lines which are taller than the window.
13861 (next-line, previous-line): Set try-vscroll arg on line-move.
13862
13863 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13864
13865 * replace.el (query-replace, query-replace-regexp)
13866 (replace-string, replace-regexp): When operating on region, make
13867 the minibuffer prompt say so.
13868
13869 * isearch.el (isearch-forward): Document isearch-query-replace and
13870 isearch-query-replace-regexp keybindings.
13871
13872 2005-02-19 Jay Belanger <belanger@truman.edu>
13873
13874 * calc/calc-aent.el (math-read-token): Add local variable.
13875
13876 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
13877 (calc-edit-top): Move declaration to earlier in file.
13878 (calc-edit-macro-repeats): Add local variables.
13879
13880 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
13881 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
13882 calcFunc-tanh.
13883 Adjust integration rule for calcFunc-tan.
13884
13885 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13886
13887 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
13888 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
13889 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
13890 (viper-skip-separators): Bug fix.
13891 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
13892 particular major mode.
13893 (viper-del-backward-char-in-replace): Don't put deleted char on the
13894 kill ring.
13895
13896 * viper-ex.el (viper-color-display-p): New function.
13897 (viper-has-face-support-p): Use viper-color-display-p.
13898
13899 * viper-keym.el (viper-gnus-modifier-map): New keymap.
13900
13901 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
13902
13903 * viper-util.el (viper-glob-unix-files): Fix shell status check.
13904 (viper-file-remote-p): Make equivalent to file-remote-p.
13905
13906 * viper.el (viper-major-mode-modifier-list):
13907 Use viper-gnus-modifier-map.
13908
13909 2005-02-19 David Kastrup <dak@gnu.org>
13910
13911 * subr.el (subregexp-context-p): Fix garbled doc string by adding
13912 quoting.
13913
13914 2005-02-19 Jay Belanger <belanger@truman.edu>
13915
13916 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
13917 Remove extra definitions.
13918 (calc-coth): New function.
13919 (calcFunc-cot): Fix `let'.
13920
13921 2005-02-19 Eli Zaretskii <eliz@gnu.org>
13922
13923 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
13924 the reasons we use "type pc" in these faces.
13925
13926 * button.el (button): Ditto.
13927
13928 2005-02-19 Michael Mauger <mmaug@yahoo.com>
13929
13930 * replace.el (query-replace-read-from): Set the value of
13931 query-replace-from-history-variable to handle the case of an empty
13932 string entered to accept the suggested default.
13933
13934 * net/tramp.el (tramp-file-name-for-operation):
13935 Use dired-call-process instead of dired-call-process-command.
13936
13937 2005-02-19 Jay Belanger <belanger@truman.edu>
13938
13939 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
13940 (math-div-non-trig): New variables.
13941 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
13942 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
13943 (math-combine-prod, math-div-symb-fancy): Add simplifications for
13944 trig expressions.
13945
13946 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
13947
13948 * progmodes/gdb-ui.el (gdb-var-update-handler)
13949 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
13950 for watch expressions,
13951 (gdb-var-create-handler): Don't set speedbar-update-flag.
13952 (gdb-post-prompt): Simplify test for speedbar.
13953
13954 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13955
13956 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
13957 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
13958 we use the syntax table of the correct buffer.
13959 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
13960 Felix Gatzemeier.
13961
13962 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
13963 (ediff-file-remote-p): Make synonymous with file-remote-p.
13964 In all deffaces ediff-*-face-*, use min-colors.
13965
13966 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
13967 ediff-recurse-to-subdirectories.
13968 (ediff-mark-if-equal): Check that the arguments are strings, use
13969 ediff-same-contents (after to Felix Gatzemeier).
13970
13971 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
13972 nil.
13973
13974 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * log-view.el (log-view-message-re): Fix up Subversion regexp.
13977
13978 2005-02-18 David Kastrup <dak@gnu.org>
13979
13980 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
13981 use `mark-active' when defined.
13982
13983 2005-02-18 Kenichi Handa <handa@m17n.org>
13984
13985 * ps-print.el (ps-font-info-database): New entry
13986 ZapfChancery-MediumItalic with correct font name. Fix font name
13987 of the entry Zapf-Chancery-MediumItalic.
13988
13989 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
13990
13991 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
13992
13993 2005-02-16 Kim F. Storm <storm@cua.dk>
13994
13995 * ido.el (ido-fallback-command): Pass user input to fallback command.
13996
13997 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
13998
13999 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14000 (gdb-find-file-hook): Add server prefix.
14001
14002 2005-02-16 Richard M. Stallman <rms@gnu.org>
14003
14004 * replace.el (perform-replace): Pass new args to replace-highlight.
14005 (replace-highlight): Take region args,
14006 and pass them to isearch-lazy-highlight-new-loop.
14007
14008 * novice.el (disabled-command-hook): Autoload the defalias
14009 and the make-obsolete-variable call.
14010
14011 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14012
14013 * isearch.el (isearch-lazy-highlight-start-limit)
14014 (isearch-lazy-highlight-end-limit): New variables limit
14015 the region for highlighting.
14016 (isearch-lazy-highlight-new-loop): New args BEG and END.
14017 (isearch-lazy-highlight-search): Use the new vars.
14018 (isearch-lazy-highlight-update): Likewise.
14019
14020 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14021
14022 * cus-start.el (all): Use default-boundp.
14023
14024 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14025
14026 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14027
14028 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14029
14030 * autorevert.el (auto-revert-stop-on-user-input)
14031 (auto-revert-verbose): Doc fixes.
14032
14033 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14034
14035 * international/mule-cmds.el (set-locale-environment): Remove call
14036 to set-selection-coding-system on Windows.
14037
14038 2005-02-15 Jay Belanger <belanger@truman.edu>
14039
14040 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14041 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14042 calcFunc-coth.
14043 (math-simplify-sqrt): Add simplifications.
14044
14045 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14046 to list.
14047
14048 * calc/calc-ext.el: Add functions to autoloads.
14049
14050 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14051 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14052 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14053 (math-csc-raw, math-cot-raw): New functions.
14054
14055 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14056
14057 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14058 the variable name in a message.
14059
14060 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14061 calcFunc-csc, calcFunc-cot.
14062
14063 * calc/calcalg2.el: Add derivative and integration rules for
14064 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14065 calcFunc-csch, calcFunc-coth.
14066 (math-do-integral-methods): Add to checks for when to use
14067 substitutions.
14068
14069 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14070
14071 2005-02-15 Lute Kamstra <lute@gnu.org>
14072
14073 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14074 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14075 <monnier@iro.umontreal.ca>
14076 (lisp-outline-level): Improve efficiency. Suggested by David
14077 Kastrup <dak@gnu.org>.
14078
14079 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14080
14081 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14082 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14083 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14084 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14085 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14086
14087 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14088
14089 * cus-start.el (all): Comment change.
14090
14091 2005-02-14 Lute Kamstra <lute@gnu.org>
14092
14093 * cus-start.el (all): Check if symbol is void.
14094
14095 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14096
14097 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14098 optional argument to \cite.
14099
14100 2005-02-14 Richard M. Stallman <rms@gnu.org>
14101
14102 * cus-edit.el (custom-buffer-create-internal): Update help message.
14103 (custom-magic-alist): Update help messages.
14104
14105 * cus-start.el (all): Allow a var to specify a standard value.
14106
14107 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14108
14109 * custom.el (custom-theme-set-variables): Handle variable aliases.
14110
14111 * frame.el (blink-cursor-timer): Doc fix.
14112 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14113 declare obsolete.
14114 (blink-cursor-mode): Define with defcustom and use correct
14115 standard expression in that defcustom.
14116 * startup.el (command-line): Adapt to above changes in frame.el.
14117
14118 2005-02-11 Lute Kamstra <lute@gnu.org>
14119
14120 * apropos.el (apropos-score-doc): Prevent division by zero.
14121
14122 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14123
14124 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14125 (icalendar--get-event-property-attributes)
14126 (icalendar--get-event-properties)
14127 (icalendar--datetime-to-diary-date): New functions.
14128 (icalendar--split-value): Doc fix.
14129 (icalendar--datetime-to-noneuropean-date)
14130 (icalendar--datetime-to-european-date): New optional argument
14131 SEPARATOR. Return result as a string instead of a list.
14132 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14133 (icalendar--convert-string-for-export): Rename arg S to STRING.
14134 (icalendar-export-region): Doc fix. Change name of error buffer.
14135 Save output buffer.
14136 (icalendar-import-file): Add blank at end of prompt.
14137 (icalendar-import-buffer): Doc fix. Do not switch to error
14138 buffer. Indicate status in return value.
14139 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14140 buffer. Save output buffer. Handle exception from recurrence
14141 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14142 events. Fix problems with weekly all-day events.
14143
14144 2005-02-10 Richard M. Stallman <rms@gnu.org>
14145
14146 * simple.el (eval-expression-print-format):
14147 Avoid warning about edebug-active.
14148
14149 * help.el (help-for-help-internal): Rename from help-for-help.
14150 (help-for-help): Define with defalias.
14151
14152 * font-core.el (font-lock-default-function): Use with-no-warnings.
14153
14154 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14155
14156 * custom.el (defface): Doc fix.
14157
14158 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14159
14160 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14161 width 0" to prevent word wrapping problems.
14162
14163 2005-02-09 Kim F. Storm <storm@cua.dk>
14164
14165 * ido.el (ido-file-extensions-order): New defcustom.
14166 (ido-file-extension-lessp, ido-file-extension-aux)
14167 (ido-file-extension-order): New advanced file ordering.
14168 (ido-file-lessp): New simple file ordering.
14169 (ido-sort-list): Remove.
14170 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14171 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14172
14173 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14174
14175 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14176 that some versions of grep produce.
14177 (grep-mode-font-lock-keywords): Likewise.
14178
14179 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14180
14181 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14182 (gdb-cdir): Delete.
14183 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14184 (gdb-source-info): Treat case when source file is in another
14185 directory properly.
14186 (gdb-get-location): New function.
14187
14188 2005-02-07 Jay Belanger <belanger@truman.edu>
14189
14190 * calc/calc-prog.el (calc-write-parse-table-part)
14191 (calc-fix-token-name): Fix a check for language type.
14192
14193 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14194
14195 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14196
14197 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14198 as directory not writable.
14199
14200 2005-02-07 Kim F. Storm <storm@cua.dk>
14201
14202 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14203 (cua--standard-movement-commands): Remove list.
14204 Instead, set CUA property value to move for movement commands.
14205 (cua-movement-commands): Remove. Users must set CUA prop instead.
14206 (cua--pre-command-handler): Check CUA property.
14207 (cua--init-keymaps): Don't remap undo commands.
14208 (cua-mode): Don't call cua--rectangle-on-off.
14209
14210 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14211 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14212 (cua--rect-undo-set-point): New var.
14213 (cua--rectangle-undo-boundary): Setup undo apply entry.
14214 (cua--rect-undo-handler): New function for rectangle undo.
14215 (cua--rect-start-position, cua--rect-end-position): Add.
14216 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14217 for restored rectangle. Set point if cua--rect-undo-set-point.
14218
14219 2005-02-06 Jay Belanger <belanger@truman.edu>
14220
14221 * calc/calc-lang.el (calc-tex-language): Display more information
14222 in messages.
14223
14224 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14225 in TeX mode.
14226
14227 2005-02-06 Richard M. Stallman <rms@gnu.org>
14228
14229 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14230
14231 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14232
14233 * net/ldap.el (ldap-search-internal): Support attributes with
14234 optional descriptions separated by a semi-colon, as in
14235 "userCertificate;binary".
14236
14237 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14238
14239 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14240 isn't a cons (i.e. the version is 0).
14241
14242 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14243
14244 * help.el (help-for-help): Doc fix.
14245
14246 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14247
14248 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14249 GDB-Windows on the menu-bar as this works better.
14250
14251 2005-02-04 Jay Belanger <belanger@truman.edu>
14252
14253 * calc/calc-embed.el (calc-embedded-update): Don't put in
14254 unnecessary newlines. Adjust the end of formula marker.
14255
14256 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14257 (math-latex-parse-two-args): New function.
14258
14259 2005-02-03 Lute Kamstra <lute@gnu.org>
14260
14261 * help-fns.el (help-with-tutorial): Make sure that users cannot
14262 remove the entire text of the tutorial by means of `undo'.
14263
14264 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14265
14266 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14267 in recent changes, where the ispell process was repeatedly
14268 killed & restarted.
14269
14270 * international/mule-cmds.el (set-locale-environment): Set file-name
14271 coding system to utf-8 on Darwin systems.
14272 (set-default-coding-systems): Don't set default-file-name-coding-system
14273 on Darwin systems.
14274
14275 2005-02-03 Richard M. Stallman <rms@gnu.org>
14276
14277 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14278
14279 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14280
14281 * faces.el (list-faces-display): Add optional argument.
14282
14283 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * font-core.el (font-lock-default-function): Handle the rare case where
14286 only font-lock-keywords is set.
14287
14288 2005-02-02 Kenichi Handa <handa@m17n.org>
14289
14290 * international/characters.el: Cancel previous change for
14291 I-WITH-DOT-ABOVE and DOTLESS-i.
14292
14293 * international/latin-5.el: Cancel previous change.
14294
14295 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14296
14297 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14298
14299 2005-02-02 Kenichi Handa <handa@m17n.org>
14300
14301 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14302 DOTLESS-i.
14303
14304 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14305 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14306
14307 * case-table.el (get-upcase-table): New function.
14308 (copy-case-table): Copy upcaes table too if non-nil.
14309 (set-case-syntax-delims): Maintain upcase table too.
14310 (set-case-syntax-pair): Likewise.
14311 (set-upcase-syntax, set-downcase-syntax): New functions.
14312 (set-case-syntax): Maintain upcase table too.
14313
14314 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14315
14316 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14317
14318 * progmodes/gud.el (gud-goto-info): New function.
14319 (gud-tool-bar-map): Use correct icon.
14320
14321 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14322
14323 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14324 When delegating, order args in the funcall correctly.
14325
14326 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14327
14328 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14329
14330 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14331
14332 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14333 buffer not visiting a file.
14334
14335 2005-01-31 Jay Belanger <belanger@truman.edu>
14336
14337 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14338 bound on the line with the formula.
14339
14340 2005-01-31 Kim F. Storm <storm@cua.dk>
14341
14342 * ses.el (ses-create-cell-variable-range)
14343 (ses-destroy-cell-variable-range, ses-reset-header-string)
14344 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14345 (ses-insert-row): Fix format of apply undo entries.
14346
14347 2005-01-31 Jay Belanger <belanger@truman.edu>
14348
14349 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14350 parts.
14351
14352 * calc/calc-embed.el (calc-embedded-open-formula)
14353 (calc-embedded-close-formula): Ignore matrix environments.
14354
14355 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14356 TeX mode.
14357
14358 * calc/calc-lang.el (math-function-table, math-oper-table)
14359 (math-variable-table): Adjust the LaTeX portions.
14360
14361 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14362 (math-latex-ignore-words): New constant.
14363
14364 2005-01-31 Richard M. Stallman <rms@gnu.org>
14365
14366 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14367 (ispell-local-dictionary): Doc fix.
14368 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14369 Don't reinitialize at run time. Don't defcustom.
14370 All uses changed to append ispell-local-dictionary-alist,
14371 or check it first.
14372 (ispell-current-dictionary): New variable for dictionary in use.
14373 (ispell-dictionary): Now used only for global default.
14374 (ispell-start-process): Set ispell-current-dictionary,
14375 not ispell-dictionary.
14376 (ispell-change-dictionary): Use this only for setting
14377 user preferences.
14378 (ispell-internal-change-dictionary): New function
14379 to change the current dictionary in use.
14380 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14381 Use ispell-current-dictionary.
14382 Handle ispell-local-dictionary-overridden.
14383 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14384
14385 2005-01-31 Jay Belanger <belanger@truman.edu>
14386
14387 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14388
14389 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14390 (calc-mode-map): Add calc-latex-language.
14391
14392 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14393 (math-latex-print-frac): New functions.
14394 (math-oper-table, math-function-table, math-variable-table)
14395 (math-complex-format, math-input-filter): Add latex properties.
14396 (calc-set-language): Set math-expr-special-function-mapping.
14397
14398 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14399 (calc-write-parse-table-part): Add LaTeX support.
14400
14401 * calc/calc.el (calc-language): Adjust docstring.
14402 (calc-set-mode-line): Add LaTeX support.
14403 (math-expr-special-function-mapping): New variable.
14404 (math-tex-ignore-words): Add to list.
14405
14406 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14407 Add LaTeX support.
14408 (math-compose-expr): Add support for special functions.
14409
14410 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14411
14412 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14413
14414 * progmodes/gdb-ui.el (gdb-memory-address)
14415 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14416 (gdb-memory-mode-map, gdb-memory-format-keymap)
14417 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14418 (gdb-memory-unit-menu): New variables for a buffer
14419 that lets the user examine program memory.
14420 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14421 (gdb-memory-format-binary, gdb-memory-format-octal)
14422 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14423 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14424 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14425 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14426 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14427 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14428 (gdb-memory-mode, gdb-memory-buffer-name)
14429 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14430 New functions for above buffer.
14431
14432 2005-01-30 Richard M. Stallman <rms@gnu.org>
14433
14434 * cus-edit.el (custom-bury-buffer): Function deleted.
14435 (custom-buffer-done-function): Option deleted.
14436 (custom-buffer-done-kill): New (replacement option.
14437 (Custom-buffer-done): Call quit-window.
14438 (custom-buffer-create-internal): Update for above changes.
14439
14440 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14441
14442 * simple.el (undo-ask-before-discard): New var.
14443 (undo-outer-limit-truncate): Implement it.
14444 (undo-extra-outer-limit): Doc update.
14445
14446 2005-01-29 Richard M. Stallman <rms@gnu.org>
14447
14448 * ses.el (undo-more): Delete defadvice.
14449 (ses-begin-change): Doc fix.
14450
14451 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14452 instead of rebinding C-x u and C-_.
14453
14454 * files.el (normal-backup-enable-predicate): Return nil for files
14455 in /tmp, regardless of temporary-file-directory.
14456
14457 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14458
14459 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14460 (open-rectangle, delete-whitespace-rectangle-line)
14461 (clear-rectangle-line): If FILL, pass t instead of FILL
14462 for move-to-column's 2nd arg.
14463
14464 * simple.el (undo): Fix the test for continuing a series of undos.
14465 (undo-more): Set pending-undo-list to t when we reach end.
14466 (pending-undo-list): Move up defvar.
14467
14468 * wid-edit.el (widget-button-click):
14469 Shorten the range of the track-mouse binding.
14470
14471 * comint.el (comint-insert-input): Undo previous changes;
14472 use last-input-event in interactive spec.
14473
14474 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14475
14476 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14477 to nil before invoking call-process. Reset buffer's modified flag
14478 after fontifying it in the no-async branch.
14479
14480 * wid-edit.el (widget-specify-button): If mouse pointer shape
14481 cannot be changed, use mouse face instead.
14482
14483 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14484
14485 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14486 (gdb-goto-breakpoint): Make breakpoint handling work on template
14487 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14488 (gdb-assembler-custom): Update to recognize breakpoint information
14489 added on 2005-01-19.
14490
14491 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14492
14493 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14494 (dsssl-mode): Use define-derived-mode.
14495 (scheme-mode-initialize): Remove.
14496 (scheme-mode): Use run-mode-hooks.
14497
14498 * cus-edit.el (customize-group-other-window)
14499 (custom-buffer-create-other-window): Don't override special-display-*.
14500 (custom-mode-map): Make it dense.
14501
14502 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14503 sets the default value.
14504
14505 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14506
14507 * descr-text.el: Add more keywords.
14508
14509 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14510
14511 * speedbar.el: Avoid unnecessary use of locate-library.
14512
14513 * international/mule-cmds.el (standard-display-european-internal):
14514 Don't fiddle with latin-1 non-break space any more since it's now
14515 special cased in the C code.
14516 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14517
14518 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14519
14520 * cus-start.el (all): Add `undo-outer-limit'.
14521
14522 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14523
14524 * textmodes/bibtex.el (bibtex-format-entry):
14525 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14526 field lines.
14527 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14528 not on part of a buffer.
14529
14530 2005-01-25 Lute Kamstra <lute@gnu.org>
14531
14532 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14533 nonempty field text strings like "{letters\\macro{}more letters}".
14534 Clarify docstring.
14535 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14536 (bibtex-entry-offset, bibtex-parse-association)
14537 (bibtex-parse-field-name): Fix typos in docstrings.
14538 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14539
14540 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14541
14542 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14543 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14544 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14545 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14546
14547 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14548 isearch minor mode.
14549
14550 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14551
14552 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14553
14554 2005-01-24 Lute Kamstra <lute@gnu.org>
14555
14556 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14557 CASECHARS and NOT-CASECHARS regular expressions of the
14558 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14559 striding over charsets" error.
14560
14561 2005-01-24 Jay Belanger <belanger@truman.edu>
14562
14563 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14564 display variable name.
14565
14566 2005-01-24 Kenichi Handa <handa@m17n.org>
14567
14568 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14569 Fix setting of the element of encoded-kbd-iso2022-invocations.
14570
14571 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14572
14573 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14574 (gdb-threads-select): Change to also accept mouse events.
14575 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14576 (gdb-threads-mouse-select): Delete.
14577
14578 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14579
14580 * files.el (insert-directory): Take care of empty directory,
14581 listed without -a switch.
14582
14583 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * textmodes/refill.el (refill-post-command-function):
14586 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14587 to the list of functions that we should be careful not to undo.
14588 (refill-late-fill-paragraph-function): Remove.
14589 (refill-saved-state): New var.
14590 (refill-mode): Use it to save fill-paragraph-function.
14591 Save also the value of auto-fill-function.
14592
14593 * term/w32-win.el: Simplify code.
14594
14595 2005-01-23 Kim F. Storm <storm@cua.dk>
14596
14597 * simple.el (line-move): Adapt to new return value from
14598 pos-visible-in-window-p.
14599
14600 * simple.el (line-move): Fix last change. Check partial
14601 visibility at point rather than at window-start.
14602
14603 2005-01-22 Jason Rumney <jasonr@gnu.org>
14604
14605 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14606
14607 2005-01-22 David Kastrup <dak@gnu.org>
14608
14609 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14610
14611 2005-01-22 Eli Zaretskii <eliz@gnu.org>
14612
14613 * type-break.el (type-break-mode): Add a test for
14614 type-break-file-name being non-nil.
14615
14616 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14617
14618 * net/eudc.el (top level): Call (message "") via progn, so that
14619 eudc-options-file is loaded.
14620
14621 2005-01-22 Kim F. Storm <storm@cua.dk>
14622
14623 * simple.el (line-move-1): Rename from line-move.
14624 (line-move): New function that adjusts vscroll for partially
14625 visible rows, and calls line-move-1 otherwise.
14626
14627 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14628
14629 * pcomplete.el: Define pcomplete-read-event instead of read-event,
14630 since it's not a complete read-event implementation
14631
14632 2005-01-20 Jay Belanger <belanger@truman.edu>
14633
14634 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14635 for called function.
14636
14637 2005-01-20 Steven Tamm <steventamm@mac.com>
14638
14639 * term/mac-win.el (process-connection-type): Remove.
14640 Controlled now by s/darwin.h:PTY_ITERATION.
14641
14642 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14643
14644 * window.el (handle-select-window): Don't switch window when we're
14645 in the minibuffer.
14646
14647 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
14648
14649 * subr.el (dotimes-with-progress-reporter): New macro.
14650
14651 * ses.el (ses-dotimes-msg): Remove macro.
14652 Use `dotimes-with-progress-reporter' instead.
14653
14654 2005-01-19 Steven Tamm <steventamm@mac.com>
14655
14656 * term/mac-win.el (process-connection-type): Use new
14657 operating-system-release variable to use ptys on Darwin 7 (OS X
14658 10.3) when using carbon build.
14659
14660 2005-01-19 Jay Belanger <belanger@truman.edu>
14661
14662 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14663 flags if the last command was a tab or M-tab.
14664
14665 * calc/calc-prog.el (calc-user-define-edit): Put original formula
14666 in formula editing buffer.
14667
14668 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14669
14670 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14671 breakpoint image symbol in margin.
14672
14673 2005-01-19 Jay Belanger <belanger@truman.edu>
14674
14675 * calc/calc-prog.el (calc-execute-kbd-macro):
14676 Ignore calc-keep-arg-flag.
14677
14678 2005-01-19 Kenichi Handa <handa@m17n.org>
14679
14680 * textmodes/ispell.el (ispell-looking-at): New function.
14681 (ispell-process-line): Use ispell-looking-at to compare the ispell
14682 output and the buffer contents.
14683
14684 2005-01-18 Jay Belanger <belanger@truman.edu>
14685
14686 * calc/calc.el (calc-display-raw): Fix docstring.
14687
14688 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14689
14690 * simple.el (blink-matching-open): Strip extra info from syntax.
14691
14692 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14693 funny chars in the end-of-here-doc marker.
14694
14695 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14696
14697 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14698 that enable/disabled state of breakpoints is shown correctly in
14699 fringe and on ttys.
14700 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14701 Add breakpoint information as text properties.
14702 (gdb-mouse-toggle-breakpoint):
14703 Rename to gdb-mouse-set-clear-breakpoint.
14704 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
14705 breakpoints in the margin.
14706 (gdb-remove-strings): Simplify.
14707
14708 2005-01-17 Jay Belanger <belanger@truman.edu>
14709
14710 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14711 erasing buffer.
14712
14713 2005-01-17 Richard M. Stallman <rms@gnu.org>
14714
14715 * progmodes/grep.el (grep-find): Copy from `grep' the condition
14716 for calling grep-compute-defaults.
14717
14718 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14719 if buffer is empty.
14720
14721 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14722
14723 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
14724
14725 * hilit-chg.el (highlight-changes-mode): Don't autoload.
14726
14727 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14728 non-preloaded variables.
14729
14730 2005-01-17 Steven Tamm <steventamm@mac.com>
14731
14732 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14733 tex-shell cause to force interactivity when using pipes.
14734
14735 2005-01-17 Kim F. Storm <storm@cua.dk>
14736
14737 * simple.el (just-one-space): Make arg optional.
14738
14739 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
14740
14741 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14742 posn-at-x-y to t to access left-margin.
14743
14744 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
14745
14746 Sync with Tramp 2.0.47.
14747
14748 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14749 catching keep-date problems in cp/scp operations.
14750 (tramp-handle-copy-file): Don't call `set-file-modes'
14751 unconditionally. Specialized functions should know better what is
14752 necessary. This improves performance a little bit, and the
14753 functions could catch errors with `cp -p' and `scp -p'.
14754 (tramp-do-copy-or-rename-file-via-buffer)
14755 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14756 when appropriate.
14757 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14758 Call `set-file-modes' when appropriate.
14759 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
14760 Johnsson <isak@hypergene.com>
14761 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14762 of both Tramp buffer and debug buffer. Reported by Joakim Verona
14763 <joakim@verona.se>
14764 (tramp-file-name-for-operation): Mark `shell-command' as magic for
14765 Emacs only.
14766
14767 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
14768 `find-file-hooks' and `dired-mode-hook'.
14769 (tramp-minor-mode-map): Respective map. Add remapping for
14770 `compile' and `recompile'.
14771 (tramp-remap-command, tramp-recompile): New defuns.
14772 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14773 in buffer "*Compilation*". Call the commands asynchronously.
14774
14775 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14776 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14777 `shell-command', because it isn't magic in XEmacs. Reported by
14778 Adrian Aichner <adrian@xemacs.org>.
14779
14780 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14781 `substitute-in-file-name.
14782 (tramp-smb-handle-substitute-in-file-name): New defun.
14783 (tramp-smb-advice-PC-do-completion): Delete advice.
14784
14785 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
14786
14787 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14788 Fix error in deleting region.
14789
14790 2005-01-15 Richard M. Stallman <rms@gnu.org>
14791
14792 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14793 In non-temp buffer, switch syntax table temporarily.
14794
14795 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14796
14797 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14798
14799 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14800
14801 * imenu.el (imenu--split-menu): Copy menulist before sorting.
14802 (imenu--generic-function): Use START, not BEG, as pos of definition.
14803
14804 * simple.el (just-one-space): Argument specifies number of spaces.
14805
14806 * simple.el (eval-expression-print-format): Avoid warning
14807 about edebug-active.
14808
14809 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
14810
14811 * progmodes/sh-script.el: Code copied from make-mode.el
14812 with small changes,
14813 (sh-mode-map): Bind C-c C-\.
14814 (sh-backslash-column, sh-backslash-align): New variables.
14815 (sh-backslash-region, sh-append-backslash): New functions.
14816
14817 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
14818
14819 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14820 (rmail-pop-password, rmail-pop-password-required): Move to
14821 rmail-obsolete group.
14822 (rmail-set-pop-password): Rename to rmail-set-remote-password.
14823 All callers updated.
14824 (rmail-get-pop-password): Rename to rmail-get-remote-password.
14825 Take an argument specifying whether it is POP or IMAP mailbox we
14826 are using. All callers updated.
14827 (rmail-pop-password-error): Rename to
14828 rmail-remote-password-error. Added mailutils-specific error message.
14829 (rmail-movemail-search-path)
14830 (rmail-movemail-variant-in-use): New variables.
14831 (rmail-remote-password, rmail-remote-password-required):
14832 New customization variables.
14833 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14834 (rmail-parse-url): New function.
14835 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14836 with GNU mailutils movemail.
14837
14838 2005-01-15 Kevin Ryde <user42@zip.com.au>
14839
14840 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14841 suffix to space, $ or '$, to correctly position point when going
14842 to @table style constants like DBL_MAX.
14843
14844 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
14845
14846 * type-break.el (type-break-mode, type-break-file-time)
14847 (type-break-file-keystroke-count, type-break-choose-file):
14848 Don't store data in or load data from the file if type-break-file-name
14849 is nil.
14850 (type-break-file-name): Doc update as per the above.
14851
14852 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
14853
14854 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14855 lookup-key might return nil; handle that.
14856
14857 2005-01-15 Alan Mackenzie <acm@muc.de>
14858
14859 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14860 rather than the element found, thus enabling the tree to be setcar'd.
14861
14862 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14863
14864 * textmodes/org.el (org-show-following-heading): New option.
14865 (org-show-hierarchy-above): Use `org-show-following-heading'.
14866 (org-cycle): Documentation fix.
14867
14868 * textmodes/org.el (orgtbl-optimized): New option
14869 (orgtbl-mode): New command, a minor mode.
14870 (orgtbl-mode-map): New variable.
14871 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
14872 (orgtbl-error, orgtbl-self-insert-command)
14873 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
14874
14875 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
14876 a local variable in each org-mode buffer.
14877
14878 * textmodes/org.el (org-set-regexps-and-options): Rename from
14879 `org-set-regexps'. Added checking for STARTUP keyword.
14880 (org-get-current-options): Add STARTUP options.
14881 (org-table-insert-row): Make mode intelligent about when
14882 realignment is needed.
14883 (org-self-insert-command, org-delete-backward-char, org-delete-char):
14884 New commands.
14885 (org-enable-table-editor): New default value `optimized'.
14886 (org-table-blank-field): Support blanking regions if active.
14887
14888 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14889
14890 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
14891 if the year is not given.
14892
14893 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
14894 Add new escapes %m and %M, fixed bug with %F by adding
14895 save-match-data.
14896 (reftex-reference): Remove ?. from list of spaces.
14897 (reftex-label-info): Add automatic label prefix recognition.
14898
14899 * textmodes/reftex-index.el (reftex-index-next-phrase):
14900 Add slave parameter to call of `reftex-index-this-phrase'.
14901 (reftex-index-this-phrase): New optional argument.
14902 (reftex-index-region-phrases): Add slave parameter to call of
14903 `reftex-index-this-phrase'.
14904 (reftex-display-index): New argument redo.
14905 (reftex-index-rescan): Add 'redo to arguments of
14906 `reftex-display-index'.
14907 (reftex-index-Rescan, reftex-index-revert)
14908 (reftex-index-switch-index-tag): Add 'redo to arguments of
14909 `reftex-display-index'.
14910 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
14911 indexing. Fix bug with matching is there is a quote before or
14912 after the word.
14913
14914 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
14915 Fix bug when collecting citation keys in lines with comments.
14916 (reftex-citation): Prefix argument no longer rescans the document,
14917 but forces prompting for optional arguments of cite macros.
14918 (reftex-do-citation): Prompting for optional arguments implemented.
14919
14920 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14921 Add optional arguments to most cite commands.
14922 (reftex-cite-cleanup-optional-args): New option
14923 (reftex-cite-prompt-optional-args): New option.
14924 (reftex-trust-label-prefix): New option.
14925
14926 * textmodes/reftex-toc.el (reftex-toc-find-section):
14927 Add push-mark before changing the position in the buffer.
14928
14929 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
14930 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
14931
14932 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
14933
14934 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
14935 more carefully.
14936
14937 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14938
14939 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
14940 (sgml-mode): Use it.
14941 (sgml-get-context): Better keep track of implicitly closed tags.
14942
14943 2005-01-13 Kenichi Handa <handa@m17n.org>
14944
14945 * textmodes/ispell.el: These changes are to fix misalignment error
14946 caused by equivalent characters of different Emacs charsets.
14947 (ispell-unified-chars-table): New variable.
14948 (ispell-get-decoded-string): New function.
14949 (ispell-get-casechars, ispell-get-not-casechars)
14950 (ispell-get-otherchars): Call ispell-get-decoded-string.
14951
14952 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14953
14954 * custom.el (custom-declare-variable): Just put symbol instead
14955 of (defvar . symbol) in `current-load-list'.
14956
14957 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14958
14959 * emacs-lisp/elint.el: Fixed typo in Commentary section.
14960
14961 2005-01-12 Jay Belanger <belanger@truman.edu>
14962
14963 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
14964 to create a Calc summary.
14965
14966 2005-01-12 Kim F. Storm <storm@cua.dk>
14967
14968 * mouse.el (mouse-on-link-p): Change functionality and doc
14969 string to comply with latest description in lisp ref.
14970
14971 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
14972
14973 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
14974 Enable mouse clicks on mode-line, header-line and margin.
14975 (event-type): Give mouse event symbols an 'event-kind property
14976 with value 'mouse-click.
14977
14978 2005-01-12 Juri Linkov <juri@jurta.org>
14979
14980 * facemenu.el (list-colors-display): Add new arg buffer-name.
14981 Use it. Fix docstring. Replace code for identifying duplicate
14982 colors by the name with call to `list-colors-duplicates' which
14983 identifies duplicate colors by the value unless the color
14984 is one of special Windows colors. Set truncate-lines to t.
14985 Print sorted duplicate color names on each line. Indent to 22
14986 \(the longest color name in rgb.txt) instead of 20. Optimize.
14987 (list-colors-duplicates): New function.
14988 (facemenu-color-name-equal): Delete function.
14989
14990 * facemenu.el (list-colors-print): New function created from code
14991 in list-colors-display. Print #RRGGBB at the window right edge.
14992 (list-colors-display): When temp-buffer-show-function is not
14993 defined, call list-colors-print from temp-buffer-show-hook
14994 to get the right value of window-width in list-colors-print
14995 after the buffer is displayed.
14996
14997 * simple.el (pop-mark): Move deactivate-mark out of conditional
14998 part to deactivate the active mark regardless of the state of the
14999 mark ring.
15000
15001 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15002 variables line in desktop files.
15003
15004 2005-01-12 Juri Linkov <juri@jurta.org>
15005
15006 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15007 Bring together isearch highlight related options.
15008 (lazy-highlight): Replace group `replace' by `matching'.
15009 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15010 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15011 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15012 and declare them obsolete.
15013 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15014 (isearch-faces): Remove defgroup.
15015 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15016 Move isearch highlighting code closer to lazy highlighting code.
15017
15018 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15019 (query-replace-highlight, query-replace-lazy-highlight)
15020 (query-replace): Move definitions to the beginning of the file.
15021
15022 2005-01-11 Juri Linkov <juri@jurta.org>
15023
15024 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15025 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15026 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15027
15028 * info.el (Info-history-forward): New variable.
15029 (Info-select-node): Reset Info-history-forward to nil.
15030 (Info-last): Turn into defalias.
15031 (Info-history-back): Rename from Info-last.
15032 Add current node to Info-history-forward.
15033 (Info-history-forward): New fun.
15034 (Info-mode-map): Replace Info-last by Info-history-back.
15035 Bind Info-history-forward to "r".
15036 (Info-mode-menu): Replace Info-last by Info-history-back.
15037 Fix menu item text. Add menu item for Info-history-forward.
15038 (info-tool-bar-map): Replace Info-last by Info-history-back.
15039 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15040 for Info-history-forward.
15041 (Info-mode): Replace Info-last by Info-history-back in docstring.
15042 Add local variable Info-history-forward.
15043 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15044
15045 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15046
15047 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15048 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15049 Ignore select-window events rather than fiddle with
15050 mouse-autoselect-window.
15051
15052 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15053
15054 * type-break.el (type-break-mode): Fix previous change.
15055
15056 2005-01-10 Jay Belanger <belanger@truman.edu>
15057
15058 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15059 calculator; only reset when point is inside a calculator.
15060 Don't adjust the window height if the window takes up the whole height
15061 of the frame.
15062
15063 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15064
15065 * ebuff-menu.el (Electric-buffer-menu-mode):
15066 Preserve value of buffer-local var header-line-format.
15067
15068 2005-01-09 Jay Belanger <belanger@truman.edu>
15069
15070 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15071 Make sure settings file exists before accessing it.
15072
15073 * calc/calc-embed.el (calc-embedded-subst):
15074 Replace math-multi-subst-rec, which is only supposed to be called
15075 by math-multi-subst, by math-multi-subst.
15076
15077 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15078
15079 * vc.el (vc-allow-async-revert): New user option.
15080 (vc-disable-async-diff): New internal variable.
15081 (vc-revert-buffer): Use them to disable asynchronous diff.
15082
15083 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15084 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15085 asynchronously if vc-disable-async-diff is t.
15086
15087 2005-01-09 Jay Belanger <belanger@truman.edu>
15088
15089 * calc/calc.el (defcalcmodevar): New macro.
15090 (calc-mode-var-list-restore-default-values)
15091 (calc-mode-var-list-restore-saved-values): New functions.
15092 (calc-mode-var-list): Use defcalcmodevar to define it.
15093 (calc-always-load-extensions, calc-line-numbering)
15094 (calc-line-breaking, calc-display-just, calc-display-origin)
15095 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15096 (calc-group-char, calc-point-char, calc-frac-format)
15097 (calc-prefer-frac, calc-hms-format, calc-date-format)
15098 (calc-float-format, calc-full-float-format, calc-complex-format)
15099 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15100 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15101 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15102 (calc-matrix-brackets, calc-language, calc-language-option)
15103 (calc-left-label, calc-right-label, calc-word-size)
15104 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15105 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15106 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15107 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15108 (calc-window-height, calc-display-trail, calc-show-selections)
15109 (calc-use-selections, calc-assoc-selections)
15110 (calc-display-working-message, calc-auto-why, calc-timing)
15111 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15112 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15113 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15114 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15115 (calc-gnuplot-geometry, calc-graph-default-resolution)
15116 (calc-graph-default-resolution-3d, calc-invocation-macro)
15117 (calc-show-banner): Use defcalcmodevar to declare them and set
15118 their default values.
15119
15120 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15121 instead of default values (but restore default values if there is
15122 an argument of 0).
15123
15124 2005-01-09 David Kastrup <dak@gnu.org>
15125
15126 * desktop.el (desktop-restore-eager): Fix typo in type.
15127
15128 2005-01-08 Richard M. Stallman <rms@gnu.org>
15129
15130 * cus-edit.el (customize): Delete :link.
15131
15132 2005-01-08 Jay Belanger <belanger@truman.edu>
15133
15134 * calc/calc.el (calc-mode): Remove the extension from the
15135 `calc-settings-file' file name when loading it.
15136
15137 2005-01-08 Kim F. Storm <storm@cua.dk>
15138
15139 * info.el (Info-mode-map, Info-next-link-keymap)
15140 (Info-prev-link-keymap, Info-up-link-keymap):
15141 Map follow-link to mouse-face.
15142 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15143
15144 2005-01-08 Jay Belanger <belanger@truman.edu>
15145
15146 * calc/calc.el (calc-settings-file): Change default value.
15147 Suggested by cgw in a comment in calc-mode.el.
15148
15149 * calc/calc-mode.el (calc-settings-file-name):
15150 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15151 Replace ~/.emacs in a prompt by calc-settings-file.
15152
15153 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15154
15155 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15156 (desktop-lazy-idle-delay): New customizable variables.
15157 (desktop-buffer-args-list): New variable.
15158 (desktop-append-buffer-args): New function.
15159 (desktop-save): Call desktop-append-buffer-args for some buffers.
15160 (desktop-lazy-create-buffer): New function.
15161 (desktop-idle-create-buffers): New function.
15162 (desktop-read): Add message about buffers to restore lazily.
15163 (desktop-lazy-abort): New command.
15164 (desktop-clear): Call desktop-lazy-abort.
15165 (desktop-lazy-complete): New command.
15166
15167 2005-01-06 Richard M. Stallman <rms@gnu.org>
15168
15169 * emacs-lisp/find-func.el (find-face-definition):
15170 Rename from find-face.
15171
15172 2005-01-06 Kim F. Storm <storm@cua.dk>
15173
15174 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15175
15176 * man.el (Man-xref-man-page, Man-xref-header-file)
15177 (Man-xref-normal-file): Add follow-link property.
15178
15179 2005-01-06 Jay Belanger <belanger@truman.edu>
15180
15181 * calc/calc-units.el: Make sure the proper macro definitions are
15182 available when compiling.
15183
15184 2005-01-06 Juri Linkov <juri@jurta.org>
15185
15186 * isearch.el (isearch-lazy-highlight-update):
15187 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15188
15189 2005-01-06 Miles Bader <miles@gnu.org>
15190
15191 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15192 (isearch-lazy-highlight-face): Use new name.
15193
15194 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * uniquify.el (uniquify-rationalize-file-buffer-names):
15197 Re-add an interactive spec.
15198 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15199 to the same name.
15200
15201 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15202 (isearch-update, isearch-done): Adjust calls accordingly.
15203
15204 2005-01-05 Richard M. Stallman <rms@gnu.org>
15205
15206 * custom.el (custom-set-variables, custom-theme-set-variables):
15207 Clarify documentation.
15208
15209 * emacs-lisp/find-func.el (find-variable)
15210 (find-variable-other-window, find-variable-other-frame):
15211 Fix the TYPE args to find-function-read and find-function-do-it.
15212 (find-function): Doc fix.
15213 (find-function-at-point): Replace function-at-point alias.
15214
15215 2005-01-04 Richard M. Stallman <rms@gnu.org>
15216
15217 * cus-face.el (custom-declare-face):
15218 Record defface in current-load-list.
15219
15220 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15221
15222 * emacs-lisp/find-func.el: Doc fixes.
15223 (find-face-regexp): New variable.
15224 (find-function-regexp-alist): New variable.
15225 (find-function-C-source): Third arg is now TYPE.
15226 (find-function-search-for-symbol): Handle general TYPE.
15227 (find-function-read, find-function-do-it): Handle general TYPE.
15228 (find-definition-noselect, find-face): New functions.
15229 (function-at-point): Alias deleted.
15230
15231 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15232
15233 * battery.el (display-battery-mode): Rename from display-battery.
15234 Handle the case where it gets turned off.
15235
15236 2005-01-04 Richard M. Stallman <rms@gnu.org>
15237
15238 * cus-edit.el (customize): Make :link point to user doc.
15239
15240 * man.el (Man-fontify-manpage): Turn off undo generation.
15241
15242 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15243
15244 2005-01-04 Andreas Schwab <schwab@suse.de>
15245
15246 * files.el (insert-directory): Only look for error lines in
15247 inserted text. Don't move too far after processing --dired markers.
15248
15249 2005-01-04 Richard M. Stallman <rms@gnu.org>
15250
15251 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15252 Don't expand if the character is @, period, dash, etc.
15253 (define-mail-abbrev): Quote names that contain problem characters.
15254
15255 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15256
15257 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15258
15259 2005-01-03 Richard M. Stallman <rms@gnu.org>
15260
15261 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15262 (query-replace-highlight, query-replace-lazy-highlight)
15263 (query-replace): Definitions moved up. Doc fix.
15264
15265 2005-01-03 Richard M. Stallman <rms@gnu.org>
15266
15267 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15268 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15269 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15270 (lazy-highlight-face): Rename from isearch-lazy-...
15271 Change all references to them.
15272
15273 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15274
15275 * cus-edit.el (custom-file): Doc fix for defcustom.
15276 (custom-file): The function no longer sets the variable
15277 `custom-file' to its return value.
15278
15279 * startup.el (command-line): No longer load `custom-file'.
15280
15281 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15284
15285 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15286 Don't confuse module-prefixed identifiers for labels.
15287 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15288
15289 2005-01-02 Richard M. Stallman <rms@gnu.org>
15290
15291 * files.el (basic-save-buffer-1): Fix previous change.
15292
15293 * loadhist.el (file-loadhist-lookup): New function.
15294 (file-provides, file-requires): Use it.
15295
15296 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15297 instead of calculating the right size.
15298
15299 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15300
15301 * vc-svn.el (vc-svn-diff): Stay local if possible.
15302
15303 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15304
15305 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15306
15307 * files.el (hack-local-variables): Fix last change.
15308
15309 2005-01-02 Jay Belanger <belanger@truman.edu>
15310
15311 * calc/calc-yank.el (calc-edit-top): New variable.
15312 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15313 object. Change header properties.
15314 (calc-edit-finish, calc-edit-finish-stack-object)
15315 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15316 edited object.
15317 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15318 for the beginning of the edited object.
15319 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15320 for the beginning of the edited object.
15321 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15322 (calc-finish-formula-edit, calc-macro-repeats)
15323 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15324 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15325 beginning of the edited object.
15326 (calc-user-define-edit): Change the header for editing macros.
15327 Remove unnecessary variable.
15328
15329 2005-01-01 Jay Belanger <belanger@truman.edu>
15330
15331 * calc/calc-yank.el (calc-edit-mode): Change default header.
15332 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15333 * calc/calc-store.el (calc-edit-variable): Change title to match new
15334 header.
15335 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15336 mode to match new header.
15337 (calc-user-define-edit): Change titles to include names of commands.
15338 (calc-finish-formula-edit): Adjust to handle new header.
15339 (calc-finish-macro-edit): Remove.
15340 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15341 (calc-edit-macro-command, calc-edit-macro-command-type)
15342 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15343 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15344 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15345 (calc-edit-macro-finish-edit): New functions.
15346 (calc-user-define-edit): Use new functions to edit named calc macros.
15347
15348 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15349
15350 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15351
15352 * ses.el (copy-region-as-kill): Deactivate mark.
15353
15354 2005-01-01 Richard M. Stallman <rms@gnu.org>
15355
15356 * replace.el (occur-1): If the output buffer is also an input,
15357 don't kill it, rename it.
15358
15359 * faces.el (set-face-background, set-face-foreground): Doc fix.
15360
15361 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15362 for :foreground and :background.
15363
15364 * dired.el (dired-view-command-alist): Variable deleted.
15365 (dired-view-file, dired-mouse-find-file-other-window):
15366 Delete the code to use it.
15367
15368 2005-01-01 Kim F. Storm <storm@cua.dk>
15369
15370 * image.el (insert-sliced-image): Use t for line-height property.
15371
15372 See ChangeLog.11 for earlier changes.
15373
15374 ;; Local Variables:
15375 ;; coding: iso-2022-7bit
15376 ;; End:
15377
15378 Copyright (C) 2005 Free Software Foundation, Inc.
15379 Copying and distribution of this file, with or without modification,
15380 are permitted provided the copyright notice and this notice are preserved.
15381
15382 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1