(ffap-menu-rescan): Use inhibit-read-only instead of binding
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2
3 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4 binding buffer-read-only to nil.
5
6 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7
8 * complete.el (partial-completion-mode): Mention
9 completion-auto-help in the doc string.
10
11 * man.el (Man-highlight-references): Doc fix. Reformat code in a
12 more Lisp-ish way.
13
14 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15
16 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17 digits, not 8, to avoid misalignment for files larger than 100MB.
18
19 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20
21 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>: Mention
22 "keyboard shortcuts" in the help text.
23
24 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25
26 * startup.el (fancy-splash-default-action): Discard only
27 mouse-down and succeeding mouse-up events in the splash screen
28 window so that drag-n-drop event can be processed.
29
30 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
31
32 * longlines.el (longlines-mode): Add hacks for mail-mode and
33 message-mode.
34
35 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
36
37 * textmodes/org.el: (org-table-sort-lines): New command.
38 (org-tbl-menu): Add entry for `org-table-sort-lines'.
39 (org-add-file): Command removed, use `org-agenda-file-to-front'
40 instead.
41 (org-export-icalendar): Use `org-icalendar-combined-name'.
42 (org-cycle-agenda-files, org-agenda-file-to-end)
43 (org-agenda-file-to-front): New commands.
44 (org-table-tab-jumps-over-hlines,org-export-html-style): New
45 options.
46 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
47 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
48 New functions.
49 (org-fill-paragraph): Call `org-table-align' in tables.
50 (org-mode): Call `org-set-autofill-regexps'.
51 (org-export-as-html): Support for local handformatted lists.
52 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
53 (org-export-local-list-max-depth): New option.
54 (org-html-expand): Use `org-html-protect'.
55
56 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
57
58 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
59 to "p".
60 (gdb): Move definition of gud-pp to...
61
62 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
63 speedbar.
64 (gdb-find-watch-expression): New function.
65
66 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
67
68 * faces.el (face-attribute, set-face-attribute): Mention existence
69 of `:ignore-defface' setting in docstring.
70
71 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * simple.el (completion-setup-function): Fix last change.
74
75 2005-11-17 John Paul Wallington <jpw@pobox.com>
76
77 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
78 Use `posn-set-point' instead of `mouse-set-point' because the
79 latter is not fbound when configured without X.
80
81 * comint.el (comint-insert-input): Likewise.
82
83 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
84
85 * simple.el (hard-newline): New variable.
86 (sendmail-user-agent-compose, next-line): Use it.
87
88 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
89 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
90 (mail-mail-reply-to, mail-mail-followup-to)
91 (mail-position-on-field, mail-signature, mail-yank-original)
92 (mail-attach-file): Likewise.
93
94 * mail/mailheader.el (mail-header-format)
95 (mail-header-format-function): Likewise.
96
97 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
98
99 2005-11-17 Juri Linkov <juri@jurta.org>
100
101 * font-lock.el (font-lock-faces): Rename this defgroup from
102 `font-lock-highlighting-faces'.
103 (font-lock-comment-face, font-lock-comment-delimiter-face)
104 (font-lock-string-face, font-lock-doc-face)
105 (font-lock-keyword-face, font-lock-builtin-face)
106 (font-lock-function-name-face, font-lock-variable-name-face)
107 (font-lock-type-face, font-lock-constant-face)
108 (font-lock-warning-face, font-lock-negation-char-face)
109 (font-lock-preprocessor-face)
110 (font-lock-regexp-grouping-backslash)
111 (font-lock-regexp-grouping-construct): Rename :group from
112 `font-lock-highlighting-faces' to `font-lock-faces'.
113
114 * cus-edit.el (lisp, c, tex):
115 * progmodes/ada-mode.el (ada):
116 * progmodes/asm-mode.el (asm):
117 * progmodes/cperl-mode.el (cperl-faces):
118 * progmodes/cpp.el (cpp):
119 * progmodes/dcl-mode.el (dcl):
120 * progmodes/f90.el (f90):
121 * progmodes/fortran.el (fortran):
122 * progmodes/icon.el (icon):
123 * progmodes/idlwave.el (idlwave-misc):
124 * progmodes/m4-mode.el (m4):
125 * progmodes/make-mode.el (makefile):
126 * progmodes/meta-mode.el (meta-font):
127 * progmodes/modula2.el (modula2):
128 * progmodes/octave-mod.el (octave):
129 * progmodes/pascal.el (pascal):
130 * progmodes/perl-mode.el (perl):
131 * progmodes/prolog.el (prolog):
132 * progmodes/ps-mode.el (PostScript-edit):
133 * progmodes/scheme.el (scheme):
134 * progmodes/sh-script.el (sh-script):
135 * progmodes/simula.el (simula):
136 * progmodes/tcl.el (tcl):
137 * textmodes/nroff-mode.el (nroff):
138 * textmodes/reftex-vars.el (reftex-fontification-configurations):
139 * textmodes/sgml-mode.el (sgml):
140 * textmodes/texinfo.el (texinfo):
141 Add :link (custom-group-link font-lock-faces) to defgroup.
142
143 * hi-lock.el (hi-lock): Rename this defgroup from
144 `hi-lock-interactive-text-highlighting'. Change parent group from
145 `faces' to `font-lock'. Add link to the manual.
146 (hi-lock-mode, hi-lock-file-patterns-range)
147 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
148 `hi-lock-interactive-text-highlighting' to `hi-lock'.
149 (hi-lock-faces): Add :group `faces'.
150
151 * cus-edit.el (custom-variable-prompt): Clarify the code.
152
153 * faces.el (face-read-string): Set the default value arg of
154 completing-read.
155
156 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
157
158 * rfn-eshadow.el (file-name-shadow-properties)
159 (file-name-shadow-tty-properties, file-name-shadow-mode):
160 Remove autoloads, because the file is now preloaded.
161
162 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * printing.el (easy-menu-intern): Don't define.
165 (pr-get-symbol): Use easy-menu-intern only if defined.
166
167 * simple.el (blink-matching-open): Simplify a bit.
168 (completion-setup-function): Fix the case of partial-completion-mode
169 when the minibuffer's contents start with "-".
170 Obey completion-base-size-function even when
171 minibuffer-completing-file-name is non-nil.
172
173 2005-11-16 Richard M. Stallman <rms@gnu.org>
174
175 * net/eudcb-ph.el (eudc-ph-open-session):
176 Use set-process-query-on-exit-flag.
177
178 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
179
180 * international/ucs-tables.el (ucs-set-table-for-input):
181 Use make-local-variable, not make-variable-buffer-local.
182
183 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
184 Improve warning message text.
185
186 * savehist.el (savehist-save-hook): Add :group.
187
188 * menu-bar.el (menu-bar-help-menu):
189 Rename Find Extra Packages to External Packages.
190
191 * cus-edit.el (Custom-reset-standard): Verify that
192 :custom-standard-value prop exists before calling it.
193
194 * apropos.el (apropos-calc-scores): Use apropos-pattern.
195
196 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
197
198 * wid-edit.el (color): Enclose %t in %{...%}.
199
200 * cus-edit.el (face): Enclose %t in %{...%}.
201
202 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
203
204 * savehist.el (savehist-mode-hook): Re-add the var.
205 (savehist-mode): Use it.
206
207 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * textmodes/flyspell.el: Fix commenting convention.
210 Remove unnecessary leading * in custom docstrings.
211 (flyspell-emacs): Remove unused var.
212 (flyspell-delete-region-overlays): Use remove-overlays.
213 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
214 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
215 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
216 (flyspell-debug-signal-word-checked): Use with-current-buffer.
217 (make-flyspell-overlay): Don't locally reuse a global name.
218 (flyspell-highlight-incorrect-region)
219 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
220 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
221 (flyspell-notify-misspell): Remove unused args `start' and `end'.
222 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
223 Wrap calls to accept-process-output inside with-local-quit since it's
224 often called from a post-command-hook.
225 (flyspell-correct-word, flyspell-auto-correct-word):
226 Use ispell-send-string.
227 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
228
229 * calendar/diary-lib.el (diary-list-entries): Also hide the
230 terminating newline.
231
232 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
233
234 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
235 window-system, to allow fonts on tty.
236
237 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
238
239 * progmodes/gud.el (gud-speedbar-item-info): New function.
240 (gud-install-speedbar-variables): Use it to display data type
241 of watch expression as a tooltip in speedbar.
242
243 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
244
245 * font-core.el (global-font-lock-mode): Add :version keyword,
246 because default was changed.
247
248 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
249
250 * startup.el (command-line): Use `custom-reevaluate-setting' for
251 `file-name-shadow-mode'.
252
253 * loadup.el: Preload rfn-eshadow.
254
255 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
256 Add :version keyword.
257 (file-name-shadow-properties, file-name-shadow-tty-properties)
258 (file-name-shadow): Add :version keyword.
259
260 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
261 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
262 in the custom-group property of the symbol frames and the fringe
263 group got no link to its parent group frames.
264 Doc fix.
265
266 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
267
268 * progmodes/gud.el (gud-stop-subjob): New function.
269 (gud-menu-map, gud-tool-bar-map): Use it.
270
271 2005-11-16 Kim F. Storm <storm@cua.dk>
272
273 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
274 than kill it.
275 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
276 to a more useful/logical place.
277
278 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
279
280 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
281 go buttons complementary.
282
283 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
286 (rfn-eshadow-sifn-equal): New function.
287 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
288
289 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
290
291 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
292 string.
293
294 * viper.el (viper-emacs-state-mode-list): Ensure that
295 rcirc-mode buffers come up in Emacs state.
296
297 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
298 operation.
299
300 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
301
302 * term.el (term-termcap-format): Fix typos.
303 (term-down): Fix the negative argument case.
304
305 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
306
307 * progmodes/gdb-ui.el: Remove face-alias left over from change on
308 2005-08-15.
309 (gdb-ann3): New command gud-go.
310 (menu): Accomodate gdb-mi.el.
311 (gdb-assembler-custom): Make buffer of selected window current
312 so that set-window-point works.
313
314 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
315 buttons and include new ones.
316
317 2005-11-16 Kim F. Storm <storm@cua.dk>
318
319 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
320 (gud-menu-map): Use it.
321
322 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
323
324 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
325 that works correctly for Custom and that does not override a user
326 who disables it.
327
328 * help-mode.el (help-make-xrefs, help-xref-on-pp)
329 (help-xref-interned, help-follow): Make hyperlinks for variables
330 that are unbound, but have a non-nil variable-documentation property.
331
332 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
333 mode hook. (It conflicted with defcustoms for some mode hooks.)
334 Use the `variable-documentation' property to give the mode hook a
335 docstring and expand that docstring.
336
337 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
338
339 * savehist.el (savehist-mode): Don't bother with
340 `custom-set-minor-mode'.
341 (savehist-coding-system): Check XEmacs version.
342 (history-length): Declare also at run time.
343 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
344 Don't set the customize state.
345 (savehist-minibuffer-hook): Special case for when
346 minibuffer-history-variable is equal to t.
347
348 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * files.el (write-file): Refresh VC status.
351
352 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
353 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
354 than fundamental-mode to see if the mode was set.
355
356 2005-11-14 Romain Francoise <romain@orebokech.com>
357
358 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
359 dummy function in `eval-when-compile' to avoid compiler warning.
360 Require `man' at compile time.
361
362 2005-11-14 Jay Belanger <belanger@truman.edu>
363
364 * calc-alg.el (calcFunc-write-out-power): Rename it to
365 calcFunc-powerexpand.
366 (math-write-out-power): Rename it to math-powerexpand; have it
367 handle negative exponents.
368 (calc-writeoutpower): Rename it to calc-powerexpand.
369
370 * calc-ext.el: Change calcFunc-writeoutpower and
371 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
372 autoloads.
373 Add calcFunc-ldiv to autoloads.
374
375 * calc-arith.el (calcFunc-ldiv): New function.
376
377 * calc.el (calc-left-divide): New function.
378
379 2005-11-14 Juri Linkov <juri@jurta.org>
380
381 * cus-edit.el (custom-variable-prompt): Set the default value arg
382 of completing-read.
383
384 * cus-dep.el (custom-make-dependencies): Reverse the list of
385 found dependencies.
386
387 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
388
389 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
390 Highlighting" entry, it is on by default now.
391 (menu-bar-options-save): Do not save global-font-lock-mode.
392
393 2005-11-13 Richard M. Stallman <rms@gnu.org>
394
395 * textmodes/flyspell.el (flyspell-large-region):
396 Call flyspell-accept-buffer-local-defs.
397
398 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
399
400 * textmodes/flyspell.el (flyspell-notify-misspell):
401 Fix misspelling of "Misspelling".
402 (flyspell-process-localwords): New function.
403 (flyspell-large-region): Call flyspell-process-localwords and
404 flyspell-delete-region-overlays.
405 (flyspell-delete-region-overlays): New function.
406 (flyspell-delete-all-overlays): Call that.
407
408 2005-11-13 Richard M. Stallman <rms@gnu.org>
409
410 * help.el (help-for-help-internal): Improve doc of C-h a.
411 (describe-key): Improve prompt; doc fix.
412
413 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * vc-svn.el (vc-svn-registered): Catch all errors.
416
417 * cus-dep.el (custom-make-dependencies): Typo.
418
419 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
420
421 * net/tramp-util.el (top): Fix compilation warning.
422
423 2005-11-13 Kim F. Storm <storm@cua.dk>
424
425 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
426
427 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
428
429 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
430 (gud-speedbar-buttons): Match on "const char *" too.
431
432 * progmodes/gdb-ui.el (gdb-var-create-handler)
433 (gdb-var-list-children-handler): Match on "const char *" too.
434 (gdb-var-evaluate-expression-handler): Match on empty string.
435 (gdb-var-update-handler): Only call
436 gdb-var-evaluate-expression-handler when required.
437
438 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
439
440 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
441 selected window. This still doesn't work for speedbar.
442 (gud-speedbar-buttons): Handle string expressions properly.
443
444 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
445 (gdb-var-create-handler): Handle string expressions properly.
446 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
447 Handle string expressions properly. Move "type" field into regexp.
448
449 2005-11-12 Karl Fogel <kfogel@red-bean.com>
450
451 * bookmark.el (bookmark-maybe-message): New function to reduce
452 code duplication: invokes `message' iff baud-rate is high enough.
453 (bookmark-write-file): Use above instead of an inline conditional.
454 (bookmark-load): Same.
455
456 2005-11-12 Karl Fogel <kfogel@red-bean.com>
457
458 * bookmark.el (bookmark-write-file): Don't visit the destination
459 file, just write the data to it using write-region. This is
460 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
461 change to avoid visiting the file in the first place.
462
463 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
464
465 * hi-lock.el (hi-lock-mode): Set the default value of
466 font-lock-defaults.
467
468 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
469
470 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
471 arg to `file-attributes'.
472 (find-lisp-format): The UID and GID can now be strings.
473
474 2005-11-12 Kim F. Storm <storm@cua.dk>
475
476 * help.el (help-map): Bind C-h d to apropos-documentation.
477
478 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
479 when point is at end-of-buffer.
480
481 * apropos.el (apropos-match-face): Doc fix.
482 (apropos-sort-by-scores): Add new choice `verbose'.
483 (apropos-documentation-sort-by-scores): New defcustom.
484 (apropos-pattern): Now contains the pattern entered by the user.
485 (apropos-pattern-quoted): New defvar.
486 (apropos-regexp): New defvar, containing the regexp corresponding
487 to apropos-pattern.
488 (apropos-all-words-regexp): Rename from apropos-all-regexp.
489 (apropos-read-pattern): New defun. Use it to read pattern arg in
490 interactive calls; returns list of words for a word list, and
491 string for a regexp.
492 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
493 parses a list of words or regexp as returned by apropos-read-pattern.
494 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
495 (apropos-score-doc): Return a very high score if the string
496 entered by the user matches literally.
497 (apropos-variable): Doc fix. Use apropos-read-pattern.
498 (apropos-command): Doc fix. Use apropos-read-pattern and
499 apropos-parse-pattern. Call apropos-print with nosubst=t.
500 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
501 apropos-parse-pattern.
502 (apropos-documentation): Doc fix. Use apropos-read-pattern and
503 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
504 apropos-documentation-sort-by-scores. Call apropos-print with
505 nosubst=t.
506 (apropos-documentation-internal): Pass doc string through
507 substitute-key-definition before adding text properties.
508 Highlight substring matching literal user input if possible.
509 (apropos-documentation-check-doc-file): Remove locals beg and end.
510 Fix calculation of score (as added twice). Pass doc string through
511 substitute-key-definition before adding text properties.
512 (apropos-documentation-check-elc-file): Pass doc string through
513 substitute-key-definition before adding text properties.
514 Highlight substring matching literal user input if possible.
515 (apropos-print): Add new arg NOSUBST; if set, command and variable
516 doc strings have already been passed through substitute-key-definition.
517 Add code to handle apropos-accumulator items without score element
518 for backwards compatibility (e.g. with woman package).
519 Only show scores if apropos-sort-by-scores is `verbose'.
520
521 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
524 Add jka-compr-load-suffixes to load-suffixes.
525
526 * jka-compr.el: Require 'jka-cmpr-hook.
527 (jka-compr-info-compress-message, jka-compr-info-compress-program)
528 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
529 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
530 (jka-compr-info-can-append, jka-compr-info-strip-extension)
531 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
532 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
533 (jka-compr-uninstall): Remove entries from
534 jka-compr-added-to-file-coding-system-alist after they are used.
535 (jka-compr-error): Remove unused var `curbuf'.
536 (jka-compr-file-local-copy): Remove unused var `notfound'.
537
538 2005-11-10 Romain Francoise <romain@orebokech.com>
539
540 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
541
542 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
543
544 * progmodes/gud.el (gud-menu-map): Move parentheses.
545 (gdb): New command gud-pv.
546
547 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * tar-mode.el: Remove spurious or unnecessary leading stars
550 in docstrings.
551 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
552 (tar-parse-octal-integer-safe): Use mapc.
553 (tar-header-block-summarize): Remove unused var `ck'.
554 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
555 cleared before. Obey default-enable-multibyte-characters.
556 Use mapconcat. Simplify setting of tar-header-offset.
557 (tar-mode-map): Move initialization inside delcaration.
558 (tar-flag-deleted): Use `abs'.
559 (tar-expunge-internal): Remove unused var `line'.
560 (tar-expunge-internal): Don't hardcode point-min==1.
561 (tar-expunge): Widen while doing set-buffer-multibyte.
562 (tar-rename-entry): Use file-name-coding-system.
563 (tar-alter-one-field): Don't hardcode point-min==1.
564 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
565 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
566
567 2005-11-10 Masatake YAMATO <jet@gyve.org>
568
569 * add-log.el (add-log-current-defun): Handle class::method
570 notation of c++. Fix incorrect comment.
571
572 2005-11-10 Alan Mackenzie <acm@muc.de>
573
574 * help-fns.el (describe-variable): Make C-h v work when a variable
575 has variable documentation yet is unbound.
576
577 2005-11-10 Masatake YAMATO <jet@gyve.org>
578
579 * man.el (Man-highlight-references): Set an empty
580 string to `Man-arguments' if it is nil.
581 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
582
583 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
586 commenting conventions.
587
588 * cus-dep.el (custom-make-dependencies): Simplify.
589 Better follow the commenting conventions.
590
591 2005-11-09 Richard M. Stallman <rms@gnu.org>
592
593 * apropos.el (apropos-pattern): Rename from apropos-regexp.
594 (apropos-orig-pattern): Rename from apropos-orig-regexp.
595 All uses changed.
596 (apropos-rewrite-regexp): Doc fix.
597 (apropos-variable, apropos-command, apropos, apropos-value):
598 Change prompt; carry through the argument renaming.
599
600 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
601
602 * find-lisp.el: Require dired.
603 (find-lisp-find-dired-internal): Do not call
604 `abbreviate-file-name' on DIR.
605
606 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
607
608 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
609
610 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
611
612 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
613 when using the speedbar.
614 (gdb): New command gud-pp.
615 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
616
617 2005-11-09 Juri Linkov <juri@jurta.org>
618
619 * replace.el (occur-excluded-properties): New defcustom.
620 (occur-1, occur-engine, occur-accumulate-lines): Use it.
621
622 2005-11-08 Jay Belanger <belanger@truman.edu>
623
624 * calc/calc-units.el (math-convert-units): Replace any composite
625 unit by its definition.
626
627 2005-11-08 Lars Hansen <larsh@soem.dk>
628
629 * emacs-lisp/autoload.el (update-directory-autoloads):
630 Add obsolete function alias.
631
632 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
635 comment-indent-function.
636 (lisp-comment-indent): Replace by an alias for comment-indent-default.
637
638 * reveal.el (reveal-post-command): Rework the handling of
639 reveal-open-spots, so as to be more reliable. There were several
640 tricky corner cases where an open spot might be lost, or where
641 a closed spot might end up on the list of open spots.
642 Only reveal text that's ellipsised.
643
644 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
645
646 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
647
648 2005-11-07 John Paul Wallington <jpw@gnu.org>
649
650 * ibuffer.el (ibuffer): Search iconified frames too when
651 getting Ibuffer buffer's window.
652
653 2005-11-06 Richard M. Stallman <rms@gnu.org>
654
655 * progmodes/compile.el (compilation-internal-error-properties):
656 save-excursion around the computation of MARKER.
657
658 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
659
660 * textmodes/flyspell.el (flyspell-external-point-words):
661 flyspell-get-word returns a list, not just a string.
662
663 2005-11-06 John Paul Wallington <jpw@pobox.com>
664
665 * ibuffer.el (ibuffer): Search all visible frames when getting
666 Ibuffer buffer's window.
667
668 2005-11-07 Masatake YAMATO <jet@gyve.org>
669
670 * man.el (Man-reference-regexp): Accept spaces between
671 `Man-name-regexp' and `Man-section-regexp'.
672 (Man-apropos-regexp): New variable.
673 (Man-abstract-xref-man-page): Use value for `Man-target-string'
674 if available.
675 (Man-highlight-references, Man-highlight-references0):
676 Handle the case when `Man-arguments' includes "-k".
677 (Man-highlight-references0): Rename the argument `TARGET-POS' to
678 `TARGET'. `TARGET' can be a number, function or nil.
679
680 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
681
682 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
683 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
684 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
685 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
686 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
687 (gdb-send-item): Use buffer-local-value and simplify.
688
689 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
690
691 * startup.el (command-line): Use `custom-reevaluate-setting' for
692 `global-font-lock-mode'.
693
694 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
695 by default, except in batch mode or when the -D option is given.
696
697 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
698 specified keyword args on to `define-minor-mode'. Update docstring.
699
700 2005-11-05 Romain Francoise <romain@orebokech.com>
701
702 * replace.el (occur-engine): Add marker at end of line, too.
703
704 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
705
706 * font-lock.el: Don't deal with font-lock-face-attributes here,
707 move the code ...
708
709 * startup.el (command-line): ... here. Use face-spec-set instead
710 of custom-declare-face.
711
712 * faces.el (face-spec-set): Reset the face if spec is not nil.
713
714 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * newcomment.el (comment-region-internal): Box more tightly in the
717 common case where there's no TAB in the boxed text.
718
719 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
720
721 * info.el (info-tool-bar-map): Use images prev-node, next-node and
722 up-node.
723
724 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
725
726 * newsticker.el: Commentary updated. Code formatting changed.
727 (newsticker-version): Change to "1.9".
728 (newsticker, newsticker-feed): Doc fix.
729 (newsticker-url-list): Doc fix. Add option "Weekly".
730 (newsticker-retrieval-interval): Add option "Weekly".
731 (newsticker-headline-processing): Doc fix.
732 (newsticker-auto-mark-filter): Remove.
733 (newsticker-auto-mark-filter-list): New.
734 (newsticker-layout, newsticker-sort-method): Doc fix.
735 (newsticker-hide-old-items-in-newsticker-buffer)
736 (newsticker-heading-format, newsticker-item-format)
737 (newsticker-desc-format): Doc fix.
738 (newsticker-show-all-rss-elements): Remove.
739 (newsticker-show-all-news-elements): New.
740 (newsticker-faces, newsticker-ticker): Doc fix.
741 (remove-from-invisibility-spec): Code formatting.
742 (newsticker--process-ids): New.
743 (newsticker-mode): Doc fix.
744 (newsticker-mode): Change mode-line-format.
745 (newsticker-start): Remove debug output.
746 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
747 (newsticker-w3m-show-inline-images): Code formatting.
748 (newsticker-next-item): Call `force-mode-line-update'.
749 (newsticker-previous-item): Call `force-mode-line-update'.
750 (newsticker-next-feed): Call `force-mode-line-update'.
751 (newsticker-previous-feed): Call `force-mode-line-update'.
752 (newsticker-mark-all-items-at-point-as-read): Code formatting.
753 (newsticker-show-old-items): Do not show descs.
754 (newsticker-hide-entry): Hide too much.
755 (newsticker-hide-entry, newsticker-show-entry)
756 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
757 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
758 (newsticker-toggle-auto-narrow-to-item): Code formatting.
759 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
760 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
761 (newsticker-get-news): Call `force-mode-line-update'.
762 Collect process ids.
763 (newsticker--sentinel): Change coding system handling.
764 Move image retrieval to new functions newsticker--get-logo-url-*.
765 Move feed parsing to new functions newsticker--parse-*.
766 Update list of process ids.
767 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
768 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
769 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
770 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
771 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
772 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
773 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
774 (newsticker--decode-coding-string): Remove.
775 (newsticker--decode-numeric-entities): Check input. Format code.
776 (newsticker--remove-whitespace): Check input.
777 (newsticker--do-forget-preformatted): Doc fix.
778 (newsticker--decode-rfc822-date): Allow for missing time.
779 (newsticker--update-process-ids): New.
780 (newsticker--image-sentinel): Change comment.
781 (newsticker--image-read): Change error message.
782 (newsticker--imenu-goto): Doc fix. Show headline title.
783 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
784 (newsticker--buffer-do-insert-text): Clean whitespace in
785 html-rendered headline title. Code formatting.
786 Call `newsticker--buffer-print-extra-elements'.
787 (newsticker--buffer-print-extra-element): Remove.
788 (newsticker--buffer-print-extra-elements): New.
789 (newsticker--buffer-do-print-extra-element): New.
790 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
791 large sizes.
792 (newsticker--run-auto-mark-filter)
793 (newsticker--do-run-auto-mark-filter):
794 Use `newsticker-auto-mark-filter-list'.
795
796 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
797
798 * net/rcirc.el: Use split-string OMIT-NULLS argument.
799 (rcirc-print): Force redisplay before running hooks. Do long
800 buffer truncation after making new text read-only. Deal with nil
801 text when decoding strings. If TARGET is nil, use either the
802 currently selected buffer, if it is an rcirc buffer and of the
803 same process or the process buffer.
804 (rcirc-mode): Remove header-line. Recompute short buffer names.
805 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
806 (rcirc-short-buffer-name): Add variable.
807 (rcirc-kill-buffer-hook): Recompute short buffer names.
808 Remove nick from private channel.
809 (rcirc-send-input): Send command text to current-buffer.
810 Don't clear overlay arrow here.
811 (rcirc-short-buffer-name): Return a short buffer name.
812 (rcirc-update-short-buffer-names, rcirc-abbreviate)
813 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
814 buffer-name abbreviations.
815 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
816 Do not touch nick-table when killing a parted channel.
817 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
818 Clear arrow from current buffer if it is now hidden.
819 (rcirc-current-buffer): Add variable.
820 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
821 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
822 Remove -face from names.
823 (rcirc-update-activity-string): Print "DND" when globally ignoring
824 activity.
825 (rcirc-ignore-buffer-activity-flag): Rename from
826 rcirc-ignore-channel-activity.
827 (rcirc-ignore-all-activity-flag): Doc fix.
828 (rcirc-channels): Remove variable.
829 (rcirc-kill-buffer-hook):
830 (rcirc-get-buffer-create): Add nick to private channel.
831 (rcirc-multiline-edit-submit): Remove tabs.
832 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
833 folded.
834 (rcirc-remove-nick-channel): Bug fix.
835 (rcirc-toggle-ignore-buffer-activity): Rename from
836 rcirc-toggle-ignore-channel-activity.
837 (rcirc-record-activity): Add buffers to the front of the list.
838 (rcirc-update-activity): Remove killed buffers from list.
839 (rcirc-process-server-response-1): Remove last argument if it is
840 null before calling handler.
841 (rcirc): Add "rcirc" defcustom prefix.
842 (rcirc-prompt): Simplify default prompt.
843 Use custom-initialize-default.
844 (rcirc-private-chats): Remove variable.
845 (rcirc-prompt): Change initialization.
846 (rcirc-version): Remove function.
847 (rcirc-id-string): Add constant.
848 (rcirc-last-buffer): Remove variable.
849 (rcirc-buffer-alist): Add variable.
850 (rcirc-connect): Update variable setup.
851 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
852 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
853 default.
854 (rcirc-handler-generic): Trigger activity.
855 (rcirc-send-message): Create the buffor of the target.
856 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
857 (rcirc-get-buffer): Just return nil if there is no matching buffer.
858 (rcirc-multiline-edit-cancel): Remove function.
859 (rcirc-set-last-buffer): Remove function.
860 (rcirc-get-any-buffer): Add function.
861 (rcirc-join-channels): Don't print /join text.
862 (rcirc-toggle-ignore-channel-activity): Add and update echo area
863 messages.
864 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
865 (rcirc-handler-NOTICE): Recognize CTCP responses.
866 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
867 constructing TOPIC string for buffers we are not JOINed.
868 (rcirc-handler-CTCP-response): Add handler.
869 (rcirc-multiline-edit-submit): Restore the window-configuration
870 before adjusting point.
871 (rcirc): Add customization group.
872 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
873 (rcirc-user-full-name, rcirc-startup-channels-alist)
874 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
875 (rcirc-ignore-all-activity-flag, rcirc-time-format)
876 (rcirc-input-ring-size, rcirc-read-only-flag)
877 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
878 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
879 Change defvar to defcustom.
880 (rcirc-update-prompt): Add optional ALL arg, which will update
881 prompts in all rcirc buffers. Regexp quote replacement text.
882 (rcirc-fill-column): Accept 'frame-width as a value.
883 (rcirc-set-changed): Add function.
884 (rcirc-next-active-buffer): Write more meaningful messages.
885 (rcirc-faces): Add customization group.
886 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
887 (rcirc-nick-in-message-face, rcirc-prompt-face)
888 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
889 (with-rcirc-process-buffer): Move before first usage.
890 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
891 (rcirc-debug-flag): Rename from `rcirc-log-p'.
892 (rcirc-debug): Rename from `rcirc-log'.
893 (rcirc-format-response-string): Do not print '-' chars for a
894 NOTICE with no sender. Simplify output of server responses.
895
896 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
897
898 (rcirc-browse-url-map, rcirc-browse-url-at-point)
899 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
900 mouse and RET clickable.
901
902 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
903
904 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
905
906 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
907
908 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
909 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
910 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
911 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
912 argument to all these routines, so the passphrase can be managed
913 externally and passed in to the system.
914 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
915 pgg-add-passphrase-to-cache function.
916
917 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
918 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
919 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
920 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
921 argument to all these routines, so the passphrase can be managed
922 externally and passed in to the system.
923 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
924 function.
925
926 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
927
928 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
929 from goto-address-url-regexp.
930
931 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
932
933 * textmodes/org.el (org-read-date, org-goto-calendar)
934 (org-recenter-calendar, org-agenda-goto-calendar):
935 Temporarily clear 'calendar-move-hook'.
936
937 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
938
939 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
940 merging.
941
942 * ediff-util.el (ediff-previous-difference): Don't skip regions that
943 have merge clashes.
944
945 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
946
947 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
948 Undo previous change.
949
950 * startup.el (command-line): Use `custom-reevaluate-setting' for
951 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
952 tty-register-default-colors on Mac.
953
954 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
955
956 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
957 (gdb-buffer-type): Make it automatically buffer local...
958 (gdb-get-create-buffer): ...and set it accordingly.
959 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
960 actually work.
961
962 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
963
964 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
965 not red.
966
967 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
968
969 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
970 case GUD buffer is not visible.
971 (gdb-goto-breakpoint): Try to force display in source buffer.
972 (gdb-frame-gdb-buffer): Copy other similar functions.
973 (gdb-restore-windows): Don't display source if not asked for.
974 (gdb-assembler-buffer-name): Don't capitalise.
975
976 2005-11-03 Richard M. Stallman <rms@gnu.org>
977
978 * wid-edit.el (key-sequence): New widget type.
979
980 * simple.el (set-mark-command-repeat-pop): New variable.
981 (set-mark-command): Only interpret plan C-@ after a pop as a pop
982 if set-mark-command-repeat-pop is true.
983
984 * info.el (Info-fontify-node): Don't display extra "see" if there
985 already is one here.
986
987 * mouse.el: Fix special handling of DEL after dragging a region:
988 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
989 (mouse-region-delete-keys): Add [backspace].
990
991 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
992
993 * textmodes/ispell.el (ispell-command-loop): Change `i' description
994 not to assume it pertains to an affix.
995
996 * textmodes/flyspell.el (flyspell-post-command-hook):
997 Bind deactivate-mark to prevent deactivation.
998
999 2005-11-03 Lars Hansen <larsh@soem.dk>
1000
1001 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1002 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1003 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1004
1005 2005-11-03 Romain Francoise <romain@orebokech.com>
1006
1007 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1008 Update copyright years.
1009
1010 2005-11-03 Sam Steingold <sds@gnu.org>
1011
1012 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1013 Use system-type instead of window-system because window-system is not
1014 correctly defined during loadup.
1015
1016 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1017
1018 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1019 (xml-parse-tag): Join strings separated by a comment properly.
1020
1021 2005-11-02 Andreas Schwab <schwab@suse.de>
1022
1023 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1024
1025 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1028 (byte-optimize-pure-func): Quote the eval'd value.
1029
1030 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1031 Rename from perl-font-lock-syntactic-face-function.
1032 Change the calling convention so it can be used as a font-lock MATCHER.
1033 Do the parse-partial-sexp loop outselves.
1034 (perl-font-lock-syntactic-keywords): Use it.
1035 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1036
1037 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1038
1039 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1040 disassembly buffer too.
1041 (gdb-exited): Remove overlay arrows when execution has finished.
1042 (gdb-info-frames-custom, gdb-info-threads-custom)
1043 (gdb-info-registers-custom): Don't add inappropriate text
1044 properties if inferior is not active.
1045
1046 2005-11-02 Glenn Morris <rgm@gnu.org>
1047
1048 * progmodes/fortran.el (fortran-blink-match):
1049 Use `blink-matching-delay'.
1050
1051 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1052
1053 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1054
1055 2005-11-02 Lars Hansen <larsh@soem.dk>
1056
1057 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1058 "Permission denied".
1059
1060 2005-11-01 Richard M. Stallman <rms@gnu.org>
1061
1062 * textmodes/flyspell.el (flyspell-external-point-words):
1063 Pass nil to flyspell-get-word.
1064
1065 2005-11-02 Kim F. Storm <storm@cua.dk>
1066
1067 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1068 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1069
1070 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1073 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1074 (calendar-mouse-print-dates): Add optional `event' argument.
1075 Update interactive-spec.
1076 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1077 Use `calendar-event-to-date' instead of `event'.
1078
1079 2005-11-02 Masatake YAMATO <jet@gyve.org>
1080
1081 * progmodes/ld-script.el (ld-script-builtins):
1082 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1083 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1084 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1085
1086 2005-11-01 Romain Francoise <romain@orebokech.com>
1087
1088 * vc-sccs.el: Update copyright year.
1089 * ezimage.el: Likewise.
1090
1091 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1092
1093 * info.el (Info-fontify-node): Use `string-width' for fontifying
1094 underlined titles.
1095
1096 2005-11-01 Juri Linkov <juri@jurta.org>
1097
1098 * info.el (Info-fontify-node): Downcase node header keywords Node,
1099 Prev, Next, Up before comparison.
1100 (Info-history): Insert absolute directory name, and put invisible
1101 property on it.
1102
1103 2005-11-01 Juri Linkov <juri@jurta.org>
1104
1105 * info.el (Info-file-supports-index-cookies): New variable.
1106 (Info-find-node-2): Check makeinfo version for index cookie support.
1107 (Info-index-nodes): Search for nodes with index cookies only when
1108 Info-file-supports-index-cookies is t. Otherwise, search nodes
1109 with "Index" in the node name.
1110 (Info-index-node): Search index cookie in the current node only when
1111 Info-file-supports-index-cookies is t. Otherwise, check the word
1112 "Index" in the node name.
1113 (Info-find-emacs-command-nodes): Remove code that searches nodes
1114 with "Index" node name in the top menu.
1115
1116 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * progmodes/scheme.el (scheme-mode-variables): Use the default
1119 comment-indent-function.
1120
1121 * faces.el (face-attribute): Handle the case where a face inherits from
1122 a non-existent face.
1123
1124 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1125 for octal and hexa output, and merge the char into the paren.
1126 (kill-new): Use push.
1127 (copy-to-buffer): Use with-current-buffer.
1128 (completion-setup-function): Move code in loop to remove redundancy.
1129 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1130 those inherited from minibuffer-local-completion-map.
1131
1132 * savehist.el (savehist-mode) <defcustom>:
1133 Use custom-set-minor-mode if available.
1134 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1135 and emit a message if applicable.
1136
1137 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1138
1139 * savehist.el: Sync up to version 19.
1140 (savehist-mode): New minor mode.
1141 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1142 (savehist-length): Remove (use history-length instead).
1143 (savehist-file-modes): Rename from savehist-modes.
1144 (savehist-save-hook, savehist-loaded): New vars.
1145 (savehist-load): Use savehist-mode. Try to smooth up transition from
1146 old format to new format.
1147 (savehist-install): Allow savehist-autosave-interval to be nil.
1148 (savehist-save): Run the new hook. Be more careful to only trim the
1149 history variables.
1150 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1151 (savehist-printable): Print into a buffer rather than char-by-char.
1152
1153 2005-11-01 John Wiegley <johnw@newartisans.com>
1154
1155 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1156 toggle-ignore keybinding (C-a). The author said it had been
1157 disabled much earlier due to a possible incompatibility, but after
1158 many months of usage I have encountered no problems (and it is a
1159 rather useful option, especially for switching to " *temp*").
1160
1161 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1162 support for OS/X's AddressBook, by calling out to the open source
1163 program "contacts" (installable through Fink).
1164
1165 * net/eudc.el (eudc-expand-inline): If the
1166 `eudc-multiple-match-handling-method' is set to `all', delete the
1167 query string before inserting the query result.
1168
1169 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1170 flag, to prevent Eshell from using the system ls when
1171 `eshell-ls-insert-directory' is in used.
1172 (eshell-ls-insert-directory): Disable font-lock in directory
1173 buffer so that Eshell's own fontification is seen. This broke
1174 recently due to changes in font-lock, so this goes back to version
1175 21 behavior.
1176
1177 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1178
1179 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1180 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1181 (gdb-many-windows): Doc fix.
1182
1183 2005-10-31 Romain Francoise <romain@orebokech.com>
1184
1185 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1186
1187 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1188
1189 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1190 that global-font-lock-mode can be enabled by default.
1191
1192 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1193 (font-lock-add-keywords, font-lock-remove-keywords)
1194 (font-lock-fontify-buffer): Remove autoload cookies.
1195
1196 * jit-lock.el (jit-lock-register): Likewise.
1197
1198 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1199
1200 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1201
1202 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1203 intact if there is no gud-comint-buffer.
1204
1205 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1206
1207 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1208 old prompt comint-prompt-read-only is t and GDB commands are
1209 issued from tool bar etc.
1210
1211 2005-10-31 Masatake YAMATO <jet@gyve.org>
1212
1213 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1214
1215 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1216
1217 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1218 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1219
1220 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1221
1222 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1223 starting at beginning of line. Fontification is messed up when
1224 `open-paren-in-column-0-is-defun-start' set to t.
1225 Reported by John Paul Wallington <jpw@pobox.com>.
1226
1227 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1228
1229 * comint.el (comint-send-input): Call `comint-update-fence' when
1230 `comint-process-echoes' and `comint-prompt-read-only' are both
1231 non-nil, to avoid leftover read-only newline.
1232
1233 2005-10-30 Richard M. Stallman <rms@gnu.org>
1234
1235 * textmodes/flyspell.el (flyspell-external-point-words):
1236 Detect when WORD can't be checked properly because
1237 flyspell-get-word finds just part of it, and move on.
1238
1239 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1240 boundarychar for Polish.
1241 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1242 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1243
1244 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1245
1246 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1247 (gdb-registers-font-lock-keywords): Delete.
1248 (gdb-registers-mode): Don't fontify.
1249 (gdb-info-registers-custom): Use text properties instead as, in
1250 future, changed register values will use font-lock-warning-face.
1251 (gdb-local-font-lock-keywords): Rename to...
1252 (gdb-locals-font-lock-keywords): ...for consistency.
1253
1254 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1255
1256 * vc.el (vc-switch-backend): Better error message if the buffer is
1257 not visiting a file under version control.
1258
1259 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1260
1261 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1264 ~/.emacs.d/.emacs.
1265
1266 2005-10-29 Richard M. Stallman <rms@gnu.org>
1267
1268 * replace.el (occur-mode-mouse-goto): Always go to other window.
1269 (occur-mode-goto-occurrence): Always switch in same window.
1270
1271 * simple.el (undo): Display message at end, not at start.
1272
1273 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1274 New arg REUSE-CELL.
1275 (cancel-timer-internal): New function.
1276 (timer-event-handler): Use cancel-timer-internal,
1277 and pass the cell it returns to timer-activate...
1278
1279 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1280 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1281 (jit-lock-after-change): Test memory-full.
1282
1283 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1284
1285 * textmodes/conf-mode.el (conf-assignment-sign)
1286 (conf-assignment-regexp): Fix docstrings.
1287 (conf-mode-initialize): New function.
1288 (conf-mode): Remove optional args. Use delay-mode-hooks to
1289 recognize recursive calls.
1290 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1291 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1292 (conf-xdefaults-mode): Use define-derived-mode and
1293 conf-mode-initialize.
1294
1295 2005-10-29 Romain Francoise <romain@orebokech.com>
1296
1297 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1298
1299 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1300
1301 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1302 part of the decoded armor to find the key-identifier.
1303 (pgg-gpg-lookup-key-owner): New function to return the
1304 human-readable identifier of a key owner.
1305 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1306 key itself.
1307 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1308 the key value) if we have a key and can match it against a secret
1309 key. Also, added a note pointing out fact that the prompt only
1310 indicates the first matching key.
1311
1312 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1313 pgg-decrypt-region.
1314 (pgg-pending-timers): A new hash for tracking the passphrase cache
1315 timers, so that new ones supercede old ones.
1316 (pgg-add-passphrase-to-cache): Rename from
1317 `pgg-add-passphrase-cache' to reduce confusion (all callers
1318 changed). Modified to cancel old timers when new ones are added.
1319 (pgg-remove-passphrase-from-cache): Rename from
1320 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1321 changed). Modified to cancel old timers when their keys are
1322 removed from the cache.
1323 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1324 XEmacs, an indirection to delete-itimer.
1325 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1326 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1327 users can only check cache without risk of prompting. Correct bug in
1328 notruncate behavior.
1329 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1330 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1331 Add informative docstrings.
1332 (pgg-decrypt): Convey provided passphrase in subordinate call to
1333 pgg-decrypt-region.
1334
1335 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1336
1337 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1338 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1339 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1340 'passphrase' argument, so the passphrase can be managed externally
1341 and then passed in to the system.
1342
1343 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1344 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1345 so the passphrase cache can be used reliably with identifiers
1346 besides a pgp packet's key id.
1347
1348 * pgg-gpg.el (pgg-pgp-encrypt-region)
1349 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1350 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1351 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1352 argument to all these routines, so the passphrase can be managed
1353 externally and passed in to the system.
1354
1355 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1356 'notruncate' argument, so the passphrase cache can be used
1357 reliably with identifiers besides a pgp packet's key id.
1358
1359 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1360
1361 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1362 symmetric encryption.
1363 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1364 encrypted session key.
1365 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1366 message ask for the passphrase in a proper way.
1367
1368 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1369 New user commands for symmetric encryption.
1370
1371 2005-10-28 Bill Wohler <wohler@newt.com>
1372
1373 * help-mode.el (help-url): New button type. Calls browse-url.
1374 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1375 Similar to Info nodes: URL `url'.
1376 (help-make-xrefs): Create help-url buttons for
1377 help-xref-url-regexp matches.
1378
1379 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1380
1381 * tool-bar.el (tool-bar-add-item-from-menu)
1382 (tool-bar-local-item-from-menu): Fix doc strings.
1383
1384 2005-10-28 Romain Francoise <romain@orebokech.com>
1385
1386 * ldefs-boot.el: Update.
1387
1388 * subr.el (locate-library): Move from help-fns.el.
1389 * help-fns.el (locate-library): Move to subr.el.
1390
1391 2005-10-28 Richard M. Stallman <rms@gnu.org>
1392
1393 * net/tramp.el (tramp-completion-mode): defvar moved up.
1394
1395 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1396
1397 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1398
1399 * files.el (find-file-noselect): Use %d to format large file size.
1400
1401 * bindings.el (mode-line-format): Add %e.
1402
1403 * loadup.el ("facemenu"): Load unconditionally.
1404 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1405 ("x-dnd"): Load, when appropriate.
1406
1407 * startup.el (command-line): Call before-init-hook earlier.
1408 Warn about some bad characters in -u user name.
1409
1410 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1411 (flyspell-external-point-words): Error if misspelled word is not found.
1412 Set flyspell-large-region-beg at end of word.
1413
1414 2005-10-28 Andreas Schwab <schwab@suse.de>
1415
1416 * view.el (View-revert-buffer-scroll-page-forward):
1417 Use view-page-size-default.
1418
1419 2005-10-28 Juri Linkov <juri@jurta.org>
1420
1421 * international/quail.el (quail-get-current-str): Translate last
1422 raw character for deterministic input methods.
1423
1424 2005-10-27 Jay Belanger <belanger@truman.edu>
1425
1426 * calc/calc-ext.el: Add functions to autoloads.
1427 (math-identity-matrix-p, math-ident-row-p): New functions.
1428
1429 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1430 multiplication by an identity matrix; don't turn multiplication by
1431 an inverse matrix into division.
1432 (math-div-symbol-fancy): Replace division by matrices with
1433 multiplication by inverse.
1434
1435 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1436
1437 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1438 (calc-writeoutpower): New functions.
1439
1440 2005-10-27 Romain Francoise <romain@orebokech.com>
1441
1442 * replace.el (occur-engine): Include colon in mouse-face highlight.
1443
1444 * dired-x.el: Change Maintainer field.
1445
1446 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1447
1448 * longlines.el (longlines-mode): Bind after-change-functions to
1449 nil during initial decoding and final encoding.
1450
1451 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1452
1453 * term.el (term-emulate-terminal, term-handle-colors-array)
1454 (term-handle-ansi-escape): Specify the terminfo capabilities
1455 implemented.
1456
1457 2005-10-26 Richard M. Stallman <rms@gnu.org>
1458
1459 * info.el (Info-fontify-node): Fix detection of sentence-break
1460 before *Note.
1461
1462 2005-10-26 Romain Francoise <romain@orebokech.com>
1463
1464 * smerge-mode.el: Add `tools' to file keywords.
1465
1466 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1467
1468 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1469 when the fringe is not available.
1470
1471 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1472 (def-gdb-auto-update-trigger): Simplify construction.
1473 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1474 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1475 defined explicitly.
1476 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1477 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1478 defined explicitly.
1479 (gdb-info-locals-custom): Remove as it's a no-op.
1480
1481 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * longlines.el (longlines-mode): Remove narrowing before
1484 performing the initial decoding or final encoding.
1485
1486 2005-10-25 Romain Francoise <romain@orebokech.com>
1487
1488 * emacs-lisp/find-func.el (find-library-name): Also strip
1489 extension if library name ends in .el, to take advantage of
1490 `find-library-suffixes'.
1491
1492 2005-10-25 Richard M. Stallman <rms@gnu.org>
1493
1494 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1495
1496 2005-10-25 Juri Linkov <juri@jurta.org>
1497
1498 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1499 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1500
1501 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1504 (blackbox-redefine-key): Add argument `map'.
1505
1506 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1507 regions when moving the jit-lock-context-unfontify-pos boundary.
1508
1509 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1510
1511 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1512
1513 2005-10-25 Masatake YAMATO <jet@gyve.org>
1514
1515 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1516
1517 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1518
1519 * play/blackbox.el (blackbox-redefine-key): New function.
1520 (blackbox-mode-map): Use it to remap existing bindings for cursor
1521 motion instead of binding literal keys.
1522
1523 2005-10-25 Glenn Morris <rgm@gnu.org>
1524
1525 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1526 diary does not end in a newline. Do not assume a blank line at
1527 the start of the diary file.
1528
1529 2005-10-25 Kenichi Handa <handa@m17n.org>
1530
1531 * international/quail.el (quail-translate-key): If the input
1532 method is deterministic and failed to handle the last key, restart
1533 the key handling loop from an appropriate key.
1534
1535 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1536
1537 * vc.el (vc-dired-mode): Extend comment for binding of
1538 `directory-listing-before-filename-regexp'.
1539
1540 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * textmodes/texinfo.el (texinfo-mode):
1543 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1544 not to unnecessarily expose emacs-mule's internal char codes.
1545
1546 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1547
1548 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1549 Display hand pointer and help-echo on disabled icon too.
1550 (gdb-mouse-until): New function.
1551 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1552
1553 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1556 with 2005-10-23 change to doctor.el.
1557
1558 * finder.el (finder-mode-map): Add follow-link binding.
1559
1560 2005-10-25 Kim F. Storm <storm@cua.dk>
1561
1562 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1563 to gdb-mouse-toggle-breakpoint-fringe.
1564 (gdb-mouse-toggle-breakpoint-margin): Rename from
1565 gdb-mouse-toggle-breakpoint. Fix doc.
1566 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1567 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1568 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1569 string properties also for fringe breakpoint bitmaps.
1570
1571 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1572
1573 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1574
1575 2005-10-25 Masatake YAMATO <jet@gyve.org>
1576
1577 * simple.el (completion-common-substring):
1578 Use `completion-common-substring' prior to `completion-base-size'.
1579
1580 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1581
1582 * savehist.el: Require CL while compiling.
1583 (savehist-history-variables): Remove.
1584 (savehist-save-minibuffer-history, savehist-additional-variables)
1585 (savehist-minibuffer-history-variables): New vars.
1586 (savehist-save): Use them.
1587 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1588 (savehist-install): New fun, extracted from savehist-load.
1589 (savehist-load): Use them.
1590
1591 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1594 a dummy doc-string-elt property.
1595 (defalias, defvaralias, define-category): Add a docstring property.
1596
1597 * image.el (defimage):
1598 * widget.el (define-widget):
1599 * custom.el (defface, defcustom): Add `doc-string' declaration.
1600
1601 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1602 (defadvice): Add `doc-string' declaration.
1603
1604 * emacs-lisp/byte-run.el (macro-declaration-function):
1605 Handle `doc-string' declarations.
1606 (define-obsolete-function-alias, define-obsolete-variable-alias):
1607 Add `doc-string' declaration.
1608
1609 2005-10-24 Kenichi Handa <handa@m17n.org>
1610
1611 * international/utf-7.el (utf-7): Add autoload cookie.
1612
1613 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1614
1615 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1616
1617 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1618 list of directories passed to batch-update-autoloads. Add "." to
1619 the list of the echoed directories.
1620
1621 * pgg-def.el:
1622 * pgg-gpg.el:
1623 * pgg-parse.el:
1624 * pgg-pgp.el:
1625 * pgg-pgp5.el:
1626 * pgg.el: Moved here from the gnus subdirectory.
1627
1628 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1629
1630 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1631 in case comint-prompt-read-only is set to t.
1632
1633 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1634 in case comint-prompt-read-only is set to t.
1635
1636 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1637
1638 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1639 Now a string.
1640 (icalendar-import-format): Handle CLASS, STATUS, URL.
1641 Rename `subject' to `summary'.
1642 (icalendar-import-format-summary): Rename from
1643 `icalendar-import-format-subject'.
1644 (icalendar-import-format-url, icalendar-import-format-status)
1645 (icalendar-import-format-class): New variables.
1646 (icalendar--rris): Take variable argument list.
1647 (icalendar--datestring-to-isodate): Remove unnecessary
1648 calendar-style check when converting dates with explicit month names.
1649 (icalendar-export-region): Change return type of conversion
1650 subroutines. Bury current buffer unless error occurred.
1651 (icalendar--convert-to-ical)
1652 (icalendar--parse-summary-and-rest): New functions.
1653 (icalendar--convert-ordinary-to-ical)
1654 (icalendar--convert-weekly-to-ical)
1655 (icalendar--convert-yearly-to-ical)
1656 (icalendar--convert-block-to-ical)
1657 (icalendar--convert-cyclic-to-ical)
1658 (icalendar--convert-anniversary-to-ical): Change return type.
1659 Strip trailing blanks from subject.
1660 (icalendar--convert-sexp-to-ical): Change return type.
1661 Strip trailing blanks from subject. Handle simple sexp
1662 entries as generated by icalendar.el.
1663 (icalendar--convert-float-to-ical)
1664 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1665 (icalendar-import-file): Doc fix.
1666 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1667 Correct call to icalendar--rris.
1668 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
1669 `summary'.
1670 (icalendar--add-diary-entry): Rename `subject' to `summary'.
1671
1672 2005-10-24 Romain Francoise <romain@orebokech.com>
1673
1674 * server.el (server-sentinel): Set query-on-exit flag to nil on
1675 new client processes (it isn't inherited from the server process).
1676
1677 * replace.el (occur-engine): Rearrange text properties.
1678
1679 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1682 case-fold-search is nil.
1683 (debug-help-follow): Use help-xref-interned directly.
1684
1685 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1686
1687 * thumbs.el (thumbs-image-type): Add .pbm.
1688
1689 2005-10-23 Richard M. Stallman <rms@gnu.org>
1690
1691 * faces.el (inhibit-face-set-after-frame-default): New variable.
1692 (set-face-attribute): Bind it.
1693 (face-set-after-frame-default): Test it.
1694
1695 * help-fns.el (describe-simplify-lib-file-name): New function.
1696 (describe-function-1, describe-variable): Use it.
1697
1698 * faces.el (describe-face): Use describe-simplify-lib-file-name.
1699
1700 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1701 Eliminate nil as possible value.
1702 (tooltip-hide-delay): Reduce internal-border-width.
1703
1704 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1705 (menu-bar-file-menu) <new-file>: Likewise.
1706
1707 * simple.el (line-move-finish): Ignore fields computing LINE-END.
1708
1709 * international/mule.el (load-with-code-conversion):
1710 Pass full file name to `eval-buffer' unless preloading.
1711
1712 * textmodes/flyspell.el (flyspell-large-region):
1713 Call ispell-check-version.
1714
1715 * textmodes/ispell.el (ispell-local-dictionary-overridden):
1716 Fix the make-variable-buffer-local call that was supposed
1717 to be for this variable.
1718 (ispell-aspell-supports-utf8): Doc fix.
1719 (ispell-find-aspell-dictionaries): Preserve elements of
1720 ispell-dictionary-alist for dictionaries that aspell doesn't report.
1721 (ispell-aspell-find-dictionary): Return nil on error.
1722
1723 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1724 (doctor-symptoms): Likewise.
1725
1726 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1727
1728 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * cus-edit.el (custom-button, custom-button-pressed): New vars.
1731 (custom-raised-buttons): Add :set spec.
1732 (custom-button-unraised, custom-button-pressed-unraised):
1733 New faces, so that custom-raised-buttons actually does something.
1734 (custom-mode): Use custom-button and custom-button-pressed.
1735
1736 * wid-edit.el (widget-specify-button): Don't ignore
1737 widget-mouse-face on graphic terminals.
1738 (widget-move-and-invoke): Cleanup.
1739
1740 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
1741
1742 * whitespace.el (whitespace-cleanup): Doc fix.
1743
1744 2005-10-23 Romain Francoise <romain@orebokech.com>
1745
1746 * emulation/viper.el (viper-set-hooks): Quote forms passed to
1747 `eval-after-load' to avoid evaluating their result.
1748
1749 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
1750
1751 * files.el (directory-listing-before-filename-regexp):
1752 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
1753
1754 * dired.el (dired-move-to-filename-regexp): Remove.
1755 All occurences replaced by `directory-listing-before-filename-regexp'.
1756
1757 * dired-x.el, locate.el, vc.el:
1758 Replace `dired-move-to-filename-regexp' by
1759 `directory-listing-before-filename-regexp'. In vc.el it is
1760 overwritten locally; maybe this can be handled in files.el too.
1761
1762 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
1763 replaced by `directory-listing-before-filename-regexp'.
1764
1765 2005-10-23 Andreas Schwab <schwab@suse.de>
1766
1767 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1768 and eval-next-after-load.
1769
1770 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1771
1772 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1773 exist, create it.
1774
1775 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
1776
1777 * allout.el: Remove autoloads for mailcrypt and crypt++.
1778 Require pgg, pgg-gpg during compilation.
1779 (allout-version): Increment version number to 2.1, and use a literal
1780 rather than RCS Id.
1781 (allout-default-encryption-scheme): Remove.
1782 (allout-passphrase-verifier-handling)
1783 (allout-passphrase-verifier-string)
1784 (allout-file-passphrase-verifier-string)
1785 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1786 (allout-passphrase-hint-handling): Rename and simplify.
1787 (allout-init): Use `find-file-hook' if available, otherwise
1788 `find-file-hooks'.
1789 (allout-mode): Use `write-file-functions' if available, otherwise
1790 `local-write-file-hooks' and, instead of making auto-save-hook
1791 buffer local, make the write-file-hook activity contingent to
1792 allout-mode.
1793 (allout-mode): Use key-binding substitution in the docstring.
1794 (allout-kill-line): Spell-out kill ring data structure mutation
1795 instead of using byte-compiler-complaint-provoking `pop'.
1796 (allout-insert-listified): Use `insert' rather than `insert-string'
1797 (allout-toggle-current-subtree-encryption): Update docstring, adjust
1798 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1799 (allout-encrypt-string): Totally revamped vis new underlying
1800 encryption facilities.
1801 (allout-mc-activate-passwd): Remove.
1802 (allout-obtain-passphrase): New, more or less replaces
1803 allout-mc-activate-passwd.
1804 (allout-encrypted-key-info): More or less replaces
1805 allout-encrypted-text-type.
1806 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1807 (my-mark-marker): Use `(featurep 'xemacs)'.
1808
1809 2005-10-23 Lars Hansen <larsh@soem.dk>
1810
1811 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1812 (byte-compile-file-form-defmumble, byte-compile-defun)
1813 (byte-compile-defmacro): Use it.
1814 (byte-compile-form): Don't call byte-compile-set-symbol-position
1815 when a byte-compile handler is called.
1816
1817 2005-10-22 Romain Francoise <romain@orebokech.com>
1818
1819 * savehist.el (savehist-history-variables): Add `grep-find-history'.
1820
1821 * subr.el (eval-after-load): Convert library name to an absolute
1822 file name using locate-library, since load-history no longer has
1823 library names in it.
1824
1825 2005-10-22 Richard M. Stallman <rms@gnu.org>
1826
1827 * files.el (make-temp-file): Move from subr.el.
1828 * subr.el (make-temp-file): Move to files.el.
1829
1830 * window.el (get-buffer-window-list): Move from subr.el.
1831 * subr.el (get-buffer-window-list): Move to window.el.
1832
1833 * image.el (image-load-path): Use eval-at-startup to initialize.
1834
1835 * subr.el (eval-at-startup): New macro.
1836
1837 * subr.el: Much rearrangement of functions and division
1838 into pages. No code changes.
1839
1840 2005-10-22 Kenichi Handa <handa@m17n.org>
1841
1842 * tar-mode.el (tar-extract): Be sure to call
1843 find-operation-coding-system if set-auto-coding doesn't find a
1844 coding system.
1845
1846 2005-10-22 Kim F. Storm <storm@cua.dk>
1847
1848 * image.el (image-type-header-regexps): Rename from image-type-regexps.
1849 Change users.
1850 (image-type-file-name-regexps): New defconst.
1851 (image-type-from-data): Simplify loop.
1852 (image-type-from-buffer): New defun.
1853 (image-type-from-file-header): Use it instead of image-type-from-data.
1854 Use image-search-load-path instead of only looking in data-directory.
1855 (image-type-from-file-name): New defun.
1856 (image-search-load-path): Change `pathname' to `filename'.
1857 Make PATH arg optional, default to image-load-path.
1858
1859 2005-10-21 Richard M. Stallman <rms@gnu.org>
1860
1861 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1862
1863 * textmodes/paragraphs.el (sentence-end-base): New variable.
1864 (sentence-end): Use sentence-end-base.
1865
1866 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * font-lock.el (font-lock-default-fontify-region): Check the multiline
1869 property independently from the font-lock-multiline variable.
1870
1871 2005-10-21 Richard M. Stallman <rms@gnu.org>
1872
1873 * emacs-lisp/find-func.el (find-library-name): Doc fix.
1874
1875 * startup.el (command-line): Convert library names
1876 in `load-history' to absolute file names.
1877
1878 * subr.el (symbol-file): Doc fix.
1879
1880 * loadhist.el (file-loadhist-lookup): Call locate-library
1881 instead of find-library-name. Don't try converting
1882 abs file names to library names, since load-history no longer
1883 has library names in it.
1884 (file-dependents, file-provides, file-requires): Doc fixes.
1885
1886 2005-10-21 Juri Linkov <juri@jurta.org>
1887
1888 * progmodes/etags.el (tags-table-mode): New function.
1889 (tags-verify-table): Replace initialize-new-tags-table with
1890 tags-table-mode.
1891
1892 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1893 default value.
1894 (desktop-modes-not-to-save): Add tags-table-mode to the
1895 default value.
1896
1897 * info.el (Info-index-next): Add total number of index
1898 alternatives to the message.
1899
1900 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1901 backward only space (instead of space and period) before looking
1902 at sentence end.
1903
1904 * simple.el (set-variable): Use user-variable-p instead of symbolp.
1905 Add the old variable value as 4th default-value arg of read-string.
1906
1907 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1908
1909 * cus-face.el (custom-declare-face): Make face from X resources
1910 also on Mac.
1911
1912 * disp-table.el (standard-display-g1, standard-display-graphic):
1913 Refuse to use string glyphs also on Mac.
1914 (standard-display-european): Don't set terminal coding system also
1915 on Mac.
1916
1917 * frame.el (display-screens): Use x-display-screens also on Mac.
1918
1919 2005-10-21 Romain Francoise <romain@orebokech.com>
1920
1921 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
1922
1923 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
1926 and $? into sexps.
1927
1928 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
1929 warning face on open-paren-in-column-0.
1930
1931 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
1932 boundary case. Fix typo.
1933 Suggested by Martin Rudalics <rudalics@gmx.at>.
1934
1935 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
1936
1937 * textmodes/org.el: (org-combined-agenda-icalendar-file)
1938 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
1939 (org-export-icalendar-this-file)
1940 (org-export-icalendar-all-agenda-files)
1941 (org-export-icalendar-combine-agenda-files): New commands.
1942 (org-export-icalendar, org-print-icalendar-entries)
1943 (org-start-icalendar-file, org-finish-icalendar-file)
1944 (org-ical-ts-to-string): New functions.
1945 (org-read-date, org-goto-calendar)
1946 (org-agenda-goto-calendar): Inhibit displaying diary entries by
1947 call to `calendar'.
1948 (orgtbl-setup): Remove the :keys arguments from the menu description.
1949 (org-after-save-iCalendar-file-hook): New variable.
1950
1951 2005-10-21 Kenichi Handa <handa@m17n.org>
1952
1953 * language/vietnamese.el (tcvn-5712): Make it an alias of
1954 vietnamese-tcvn coding-system.
1955
1956 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
1957
1958 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
1959 group id is given.
1960
1961 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * progmodes/sh-script.el (sh-escaped-line-re): New var.
1964 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
1965 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
1966 whose line is either continued or ends with a comment.
1967
1968 2005-10-20 Romain Francoise <romain@orebokech.com>
1969
1970 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
1971
1972 * replace.el (occur-engine): Add follow-link property.
1973
1974 * font-core.el (font-lock-mode): Doc fix.
1975
1976 2005-10-20 Richard M. Stallman <rms@gnu.org>
1977
1978 * net/rcirc.el: New file.
1979
1980 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
1981
1982 * term.el (term-term-name): Initialize to "eterm-color".
1983
1984 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
1985
1986 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
1987 for encryption functionality.
1988 Move allout customization subgroup from `editing' to `outlines' group.
1989 Fix commentary 'keywords' to legitimate ones.
1990 Update author info (using my current email address, obscurified).
1991 (allout-encrypt-string, allout-encryption-produce-work-buffer)
1992 (allout-encrypted-topic-p, allout-encrypted-text-type)
1993 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
1994 (allout-situate-encryption-key-verifier)
1995 (allout-get-encryption-key-verifier, allout-verify-key)
1996 (allout-next-topic-pending-encryption)
1997 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
1998 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
1999 (outline-key-verifier-handling, outline-key-hint-handling)
2000 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2001 (allout-file-key-verifier-string, allout-encryption-scheme)
2002 (allout-key-verifier-string, allout-key-hint-string)
2003 (allout-after-save-decrypt): New variables.
2004 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2005 (allout-after-saves-handler): New hook functions.
2006 (allout-post-command-business): Do allout-after-save-decrypt.
2007 (allout-enable-file-variable-adjustment): Custom var to enable
2008 mechanism for adding and adjusting settings of Emacs file variables.
2009 (allout-adjust-file-variable, allout-file-vars-section-data):
2010 New functions, implement the mechanism.
2011 (outlineify-sticky): Use the file vars mechanism.
2012 (allout-inhibit-protection, allout-during-write-cue)
2013 (allout-override-protect, allout-before-change-protect): Remove.
2014 (allout-flag-region, allout-open-topic): Adjust read-only text.
2015 (allout-open-line-not-read-only): Add to facilitate read-only
2016 text based protection.
2017 (allout-kill-line): Revise to adjust read-only text, clue the
2018 user about the inhibition.
2019 (allout-unprotected): Use unwind-protect.
2020 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2021 topic deeper than the offspring depth of the previous topic -
2022 avoiding confusing "containment discontinuities".
2023 (allout-reindent-bodies): Fix retention of body relative hanging
2024 indent during promotion of collapsed bodies.
2025 (allout-open-topic): Make it easy to open new topic with same
2026 bullet as current topic - topic creation functions provided with
2027 any universal argument provokes now prompt for bullet, defaulting
2028 to the bullet of the previous topic.
2029 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2030 Plain bullet alternates '.' period and ',' comma only. All other
2031 bullets are relegated to special status (but customizable).
2032 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2033 since it actually operates w.r.t. most immediately containing
2034 entry, visible or not.
2035 (allout-hide-current-entry, allout-show-current-entry): Use the
2036 revised version.
2037 (allout-old-expose-topic): Solidify deprecation.
2038 (allout-end-of-subtree): Add so we can span concealed as well
2039 as visible topics.
2040 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2041 (allout-end-of-current-heading): Tweak to just respect the first line.
2042 (allout-get-body-text): Add.
2043 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2044 when invoked interactively.
2045 (allout-up-current-level): Use `interactive-p'.
2046 (allout-mode, allout-init): Miscellaneous docstring and
2047 operational refinements, as well as hookups of new encryption stuff.
2048 (allout-beginning-of-current-entry): Now works as advertised.
2049 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2050 (allout-isearch-rectification): Refine condition for isearching.
2051 (allout-isearch-abort, allout-enwrap-isearch)
2052 (allout-flag-region, my-region-active-p): Relocate some macros.
2053 (allout-title): Fallback title is '(buffer-name)', not
2054 non-existing '(current-buffer-name)'.
2055 (subst-char-in-string): Define if absent (for some XEmacs versions).
2056
2057 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2058
2059 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2060 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2061 (mail-citation-prefix-regexp, mail-signature-file)
2062 (mail-default-headers, mail-bury-selects-summary)
2063 (mail-send-nonascii): Add autoload cookies.
2064
2065 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2066
2067 * frame.el (blink-cursor-mode): Add `mac' to the list of
2068 window-system's that support blinking cursor.
2069
2070 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2071
2072 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2073
2074 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2075
2076 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2077 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2078 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2079
2080 2005-10-20 Kim F. Storm <storm@cua.dk>
2081
2082 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2083 (ido-set-current-directory): Don't add / after final @.
2084 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2085 Explicitly handle ange-ftp completion oddities.
2086 (ido-make-file-list): Don't rotate list at tramp root to avoid
2087 triggering tramp file handler for expand-file-name via get-file-buffer.
2088
2089 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * simple.el (eval-expression-print-format): Put the char-string
2092 inside the parenthesis, like the other alternative notations.
2093 (kill-new): Use push.
2094 (copy-to-buffer): Use with-current-buffer.
2095 (completion-setup-function): Simplify.
2096 (minibuffer-local-must-match-map): Don't add redundant bindings which
2097 are already present in its parent (minibuffer-local-completion-map).
2098
2099 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2100
2101 2005-10-19 Jay Belanger <belanger@truman.edu>
2102
2103 * calc/calc-units.el (math-standard-units): Add units, adjust
2104 symbols and update values.
2105 (math-unit-prefixes): Add more prefixes.
2106
2107 2005-10-19 Romain Francoise <romain@orebokech.com>
2108
2109 * bookmark.el (bookmark-menu-heading): New face.
2110 (bookmark-bmenu-list): Use it.
2111 Don't fiddle with `baud-rate' at top-level.
2112
2113 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * image.el (create-image, find-image): Mention max-image-size in
2116 docstring.
2117
2118 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * savehist.el (savehist-load): Revert to checking XEmacs.
2121
2122 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2123 Various docstring and line-width fixups.
2124 (conf-mode): Use cond.
2125 Set font-lock-defaults. Don't set comment-use-syntax.
2126
2127 2005-10-18 David Ponce <david@dponce.com>
2128
2129 * tree-widget.el (tree-widget-button-click): New function.
2130 (tree-widget-button-keymap): Use it.
2131
2132 2005-10-18 Romain Francoise <romain@orebokech.com>
2133
2134 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2135 (bookmark-bmenu-hide-filenames): Add follow-link property.
2136 Improve help-echo text.
2137
2138 * ffap.el (find-file-at-point): Doc fix.
2139
2140 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2141
2142 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2143
2144 2005-10-18 Masatake YAMATO <jet@gyve.org>
2145
2146 Install to the CVS repository what I forgot to install in my
2147 2005-10-16 changes.
2148
2149 * progmodes/python.el (python-complete-symbol): Pass the common
2150 prefix substring of completion to `display-completion-list'.
2151
2152 * textmodes/org.el (org-complete): Ditto.
2153
2154 2005-10-18 Masatake YAMATO <jet@gyve.org>
2155
2156 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2157
2158 * woman.el (WoMan-xref-man-page): New button type derived
2159 from `Man-abstract-xref-man-page'.
2160 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2161
2162 * man.el (Man-abstract-xref-man-page): New button type.
2163 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2164 (Man-highlight-references): Add new optional argument `xref-man-type'.
2165
2166 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2167
2168 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2169
2170 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2171
2172 * cus-edit.el (Custom-move-and-invoke): Delete.
2173 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2174
2175 * wid-edit.el (widget-move-and-invoke): New function, from
2176 Custom-move-and-invoke.
2177
2178 2005-10-17 Bill Wohler <wohler@newt.com>
2179
2180 Move all remaining images from lisp/toolbar to etc/images, move
2181 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2182 the low resolution images in their own directory (low-color).
2183
2184 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2185 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2186 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2187 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2188 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2189 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2190 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2191
2192 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2193 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2194 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2195 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2196 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2197 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2198 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2199 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2200 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2201 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2202 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2203 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2204 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2205 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2206 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2207
2208 To conform with convention, replace the underscore (_) in the
2209 following image names with dash (-) or (/) as appropriate.
2210
2211 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2212 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2213 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2214 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2215 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2216 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2217 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2218 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2219 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2220 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2221 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2222 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2223 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2224 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2225 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2226
2227 * info.el (info-tool-bar-map): Replace underscores in image names
2228 with dashes.
2229
2230 * makefile.w32-in (WINS): Remove toolbar.
2231
2232 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2233
2234 * tool-bar.el: Move to lisp from toolbar. Now that
2235 toolbar is empty, it should be deleted when folks run "cvs up -P".
2236
2237 2005-10-18 Jay Belanger <belanger@truman.edu>
2238
2239 * calc/calc-store.el (calc-store-into): Get the proper variable name
2240 to display in message.
2241
2242 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2243
2244 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2245 expressions display in speedbar for all buffers when debugging.
2246 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2247
2248 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2249 (speedbar-insert-button, speedbar-make-button):
2250 Use add-text-properties.
2251 (speedbar-update-localized-contents)
2252 (speedbar-update-directory-contents)
2253 (speedbar-update-special-contents): Use dolist.
2254 (speedbar-buffer-easymenu-definition): Add a menu separator.
2255
2256 2005-10-17 Jason Rumney <jasonr@gnu.org>
2257
2258 * makefile.w32-in: Use $(lisp) consistently.
2259 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2260 for shell specific generation of mh-autoloads.
2261
2262 2005-10-17 Richard M. Stallman <rms@gnu.org>
2263
2264 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2265
2266 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * jit-lock.el (jit-lock-fontify-now):
2269 Move jit-lock-context-unfontify-pos to avoid wasted work.
2270
2271 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2272
2273 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2274 `tramp-completion-mode' for checking if we are in completion mode.
2275 (tramp-completion-handle-file-name-all-completions): Reorder code
2276 in order to complete for file names only in case there are no
2277 method/user/host completions. This is necessary for cooperation
2278 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2279
2280 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2281
2282 * longlines.el (longlines-search-forward)
2283 (longlines-search-backward): Match any number of spaces.
2284
2285 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2286
2287 * diff-mode.el (diff-mode): Doc fix.
2288
2289 2005-10-16 David Reitter <david.reitter@gmail.com>
2290
2291 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2292 as default on darwin and windows systems.
2293
2294 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2295
2296 * arc-mode.el (archive-zip-extract): Doc fix.
2297
2298 2005-10-16 Romain Francoise <romain@orebokech.com>
2299
2300 * mouse.el (mouse-1-click-follows-link): Doc fix.
2301
2302 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * savehist.el: Don't require CL at runtime.
2305 (savehist-xemacs): Remove.
2306 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2307 (savehist-no-conversion): Use (featurep 'xemacs).
2308 (savehist-load): Check existence of start-itimer rather than XEmacs.
2309 Use an idle timer.
2310 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2311 `delete-if-not'.
2312
2313 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2314
2315 * savehist.el: Newer version.
2316 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2317 (savehist-last-checksum, savehist-no-conversion): New vars.
2318 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2319 New functions.
2320 (savehist-load, savehist-save): Use them.
2321 (savehist-delimit): Remove.
2322
2323 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * progmodes/compile.el (compilation-goto-locus): Display the
2326 compilation buffer first and the source buffer second, in case they're
2327 in overlapping frames. Don't raise the compilation frame if it was the
2328 selected window upon entry. Pass the `other-window' arg to
2329 pop-to-buffer.
2330
2331 * info.el (Info-fontify-node): Use dolist.
2332 Change add-text-properties to put-text-property.
2333
2334 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2335
2336 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2337 bound of search.
2338
2339 2005-10-16 Masatake YAMATO <jet@gyve.org>
2340
2341 * dabbrev.el (dabbrev-completion): Pass the common
2342 prefix substring of completion to `display-completion-list'.
2343
2344 * filecache.el (file-cache-minibuffer-complete)
2345 (file-cache-complete): Ditto.
2346
2347 * tempo.el (tempo-display-completions): Ditto.
2348
2349 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2350
2351 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2352
2353 * eshell/em-hist.el (eshell-list-history): Ditto.
2354
2355 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2356
2357 * mail/mailalias.el (mail-complete): Ditto.
2358
2359 * progmodes/etags.el (complete-tag): Ditto.
2360
2361 * progmodes/make-mode.el (makefile-complete): Ditto.
2362
2363 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2364
2365 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2366
2367 * progmodes/pascal.el (pascal-complete-word)
2368 (pascal-show-completions): Ditto.
2369
2370 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2371
2372 * simple.el (completion-common-substring): New variable.
2373 (completion-setup-function): Use `completion-common-substring'
2374 to put faces.
2375
2376 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2377
2378 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2379 (x-get-selection, mac-select-convert-to-string): Convert from/to
2380 UTF-16 clipboard data as in native byte order, no BOM.
2381
2382 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2383
2384 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2385 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2386 (gud-sentinel): Use speedbar-frame to check for speedbar.
2387
2388 2005-10-15 Richard M. Stallman <rms@gnu.org>
2389
2390 * savehist.el: New file.
2391
2392 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2393
2394 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2395 Fix bug in \bf fontification.
2396
2397 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * pcvs.el (cvs-edit-log-files): New var.
2400 (cvs-mode-edit-log): New arg `file'.
2401 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2402 Instead force the use of the original file and nothing else.
2403 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2404 the cvs-minor-wrap-function is set.
2405 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2406
2407 2005-10-14 Bill Wohler <wohler@newt.com>
2408
2409 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2410 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2411 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2412 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2413 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2414 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2415 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2416 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2417 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2418 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2419 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2420 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2421 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2422 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2423 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2424
2425 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2426 appropriately (for example, gud-break to gud/break).
2427
2428 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * longlines.el (longlinges-search-function)
2431 (longlines-search-forward, longlines-search-backward): New functions.
2432 (longlines-mode): Set isearch-search-fun-function to
2433 longlinges-search-function.
2434
2435 * mouse.el (mouse-drag-region-1): Handle the case where a
2436 double-click event is bound to an arbitrary function.
2437
2438 2005-10-14 David Ponce <david@dponce.com>
2439
2440 * recentf.el (recentf-track-opened-file)
2441 (recentf-track-closed-file, recentf-update-menu)
2442 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2443 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2444 mouse-1-click-follows-link.
2445
2446 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2447
2448 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2449 Gnome file-manager.png. Suggested by
2450 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2451
2452 * toolbar/README: Add diropen.xpm.
2453
2454 2005-10-13 Bill Wohler <wohler@newt.com>
2455
2456 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2457 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2458
2459 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2462 Don't waste the byte-compiler's time on constant data.
2463
2464 2005-10-13 Kenichi Handa <handa@m17n.org>
2465
2466 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2467 byte with `escape-glyph' face.
2468
2469 * international/fontset.el (ccl-encode-unicode-font):
2470 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2471 Handle the case that ucs-mule-to-mule-unicode translates a character to
2472 ASCII (usually for IPA characters).
2473
2474 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2477 Don't hide the underline of titles if font-lock-mode is disabled.
2478
2479 2005-10-12 Bill Wohler <wohler@newt.com>
2480
2481 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2482 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2483 files in MH-E-SRC have been updated.
2484 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2485
2486 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2489 (mixal-mode-syntax-table): Add \n as end-comment.
2490 (mixal-operation-codes-alist): Immediately initialize to full value.
2491 (mixal-add-operation-code): Remove.
2492 (mixal-describe-operation-code): Make the arg non-optional.
2493 Use the interactive spec instead.
2494 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2495 (mixal-font-lock-keywords): Don't highlight comments here any more.
2496 (mixal-font-lock-syntactic-keywords): New var.
2497 (mixal-mode): Use it. Fix comment-start-skip.
2498
2499 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2500
2501 * startup.el (command-line-x-option-alist): -nb => -nbi
2502
2503 2005-10-12 Kim F. Storm <storm@cua.dk>
2504
2505 * startup.el (fancy-splash-default-action): Discard mouse click in
2506 the splash screen window, as it has no sensible meaning in the
2507 next window to be selected. Fixes error reported by Jan D.
2508
2509 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2510
2511 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2512
2513 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2516 Try to fix up minor layout issues like indentation, line break, etc...
2517 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2518 because it doesn't work.
2519 (mixal-operation-codes): Add some more codes.
2520 (mixal-font-lock-keywords): Process comments here.
2521 (mixal-mode): mixasm no longer needs -g option.
2522
2523 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2524
2525 * progmodes/sh-script.el (sh-tmp-file):
2526 Use mktemp -t. Finish support for es and rc shells.
2527
2528 2005-10-11 Jay Belanger <belanger@truman.edu>
2529
2530 * calc/calcalg2.el (calc-integral): With an argument, compute the
2531 definite integral.
2532
2533 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * mouse.el (mouse-drag-region-1): Don't try to catch a
2536 double-click when doing follow-link (it's overridden anyway).
2537
2538 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2541 (autoload-print-form-outbuf): Add docstring.
2542
2543 2005-10-11 Juri Linkov <juri@jurta.org>
2544
2545 * info.el (Info-mode-menu): Delete menu item "Edit".
2546 (Info-mode): Delete description of Info-edit from docstring,
2547 and rearrange descriptions of Info commands in the order
2548 they are documented in the Info manual.
2549
2550 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 * calendar/appt.el (appt-check): Use diary-selective-display var.
2553
2554 2005-10-10 Richard M. Stallman <rms@gnu.org>
2555
2556 * net/newsticker.el (newsticker-start, newsticker-show-news):
2557 Add autoload cookies.
2558
2559 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2560
2561 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2562
2563 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2564
2565 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2566
2567 2005-10-10 Jay Belanger <belanger@truman.edu>
2568
2569 * calc/calc-arith.el (math-check-known-scalarp)
2570 (math-check-known-matrixp): Check the values of arguments that are
2571 variables.
2572 (math-check-known-square-matrixp): New function.
2573 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2574 (math-super-types): Add sqmatrix type.
2575
2576 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2577 mode name `square' to 'sqmatrix'.
2578
2579 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2580 mode name `square' to 'sqmatrix'.
2581
2582 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * progmodes/etags.el (select-tags-table-mode): Don't use
2585 selective-display.
2586 (tags-select-tags-table): Pass `button' to the action function.
2587 (select-tags-table): Place the side-info on button properties rather
2588 than in hidden text. Abbreviate file names.
2589 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2590 (select-tags-table-select): Add `button' argument.
2591 Get side-info from the button property rather than from hidden text.
2592
2593 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2594
2595 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2596 (gud-speedbar-buttons): Preserve point if possible.
2597 (gud-sentinel): Restore previous speedbar display type.
2598
2599 * progmodes/gdb-ui.el (gdba): Improve diagram.
2600 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2601 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2602 Call get-buffer-window once.
2603
2604 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2607 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2608 (pascal-indent-command): Remove unused var `ind'.
2609 (pascal-indent-case): Remove unused var `oldpos'.
2610 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2611 since it's now used as a proper minor mode map.
2612 (pascal-outline): Rename to pascal-outline-mode.
2613 (pascal-outline-mode): Use define-minor-mode.
2614 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2615 selective-display.
2616
2617 2005-10-10 Andreas Schwab <schwab@suse.de>
2618
2619 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2620 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2621
2622 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2623 outside source directory.
2624
2625 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2626
2627 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2628 C-x' as a prefix.
2629 (orgtbl-mode-map): Full keymap instead of sparse, because all
2630 `self-insert-command' keys are redefined in this map.
2631 (org-export-as-html): Specify charset for HTML file, by taking it
2632 from the coding system.
2633
2634 2005-10-10 Kenichi Handa <handa@m17n.org>
2635
2636 * textmodes/flyspell.el (flyspell-check-word-p):
2637 If unread-command-events is non-empty, don't call sit-for.
2638
2639 2005-10-09 Richard M. Stallman <rms@gnu.org>
2640
2641 * font-lock.el (font-lock-syntactic-keywords)
2642 (font-lock-keywords): Doc fixes.
2643
2644 * textmodes/flyspell.el (flyspell-external-point-words):
2645 Simplify logic, and don't try to check for consecutive appearances
2646 of one incorrect word.
2647
2648 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2649
2650 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2651 separator.
2652
2653 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2654 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2655 (gud-expansion-speedbar-buttons): New function.
2656 (gud-speedbar-buttons): Check for gud-comint-buffer.
2657
2658 2005-10-09 Bill Wohler <wohler@newt.com>
2659
2660 * Makefile.in (updates): Add mh-loaddefs dependency.
2661
2662 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2663
2664 * speedbar.el (speedbar-file-key-map): Fix typo.
2665
2666 2005-10-09 Daniel Brockman <daniel@brockman.se>
2667
2668 * cus-start.el (line-spacing): Add custom spec.
2669
2670 2005-10-09 Romain Francoise <romain@orebokech.com>
2671
2672 * textmodes/ispell.el (ispell-check-version): Fix last change.
2673
2674 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2675
2676 * term/x-win.el: Remove -i, --icon-type from comment.
2677
2678 * startup.el (command-line-x-option-alist): Remove options -i,
2679 -itype, --icon-type, added -nb, --no-bitmap-icon
2680
2681 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
2682
2683 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2684 instead of :active.
2685
2686 2005-10-08 Eric Hanchrow <offby1@blarg.net>
2687
2688 * textmodes/ispell.el (ispell-check-version):
2689 Ignore hyphen, and all that follows, in aspell's version text.
2690
2691 2005-10-08 Jay Belanger <belanger@truman.edu>
2692
2693 * calc/calc-arith.el (math-known-square-matrixp): New function.
2694 (math-pow-fancy): Check for matrices before distributing exponent
2695 across products.
2696
2697 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2698 fullscreen keypad. Suggested by Luc Teirlinck.
2699 (calc-keypad-show-input): Add space for formatting.
2700
2701 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2702 Add square matrix option.
2703
2704 * calc/calc-poly.el (math-expand-term): Check for matrices instead
2705 of checking calc-matrix-mode when deciding how to expand.
2706
2707 * calc/calc.el (calc-set-mode-line): Add square matrix option.
2708
2709 2005-10-08 Lars Hansen <larsh@soem.dk>
2710
2711 * net/tramp.el (tramp-perl-directory-files-and-attributes):
2712 Add error handling.
2713 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2714
2715 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
2716
2717 Sync with Tramp 2.0.51.
2718
2719 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2720 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2721 Insert special handling for `last-coding-system-used', again
2722 it still seems to be necessary (unlike stated before).
2723 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2724 (tramp-password-prompt-regexp): There might be other words before
2725 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2726 (tramp-chunksize): Improve docstring.
2727 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2728 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
2729 Christian Joergensen <bugs@razor.dk>.
2730
2731 2005-10-07 Glenn Morris <rgm@gnu.org>
2732
2733 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2734 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2735 precision'.
2736
2737 2005-10-07 Romain Francoise <romain@orebokech.com>
2738
2739 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2740 (ibuffer-do-shell-command-pipe-replace)
2741 (ibuffer-do-shell-command-file, ibuffer-do-eval)
2742 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2743 (ibuffer-do-revert, ibuffer-do-replace-regexp)
2744 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2745 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2746 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2747 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2748 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2749 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2750 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2751 Autoload file sans suffix.
2752
2753 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2754
2755 2005-10-07 David Ponce <david@dponce.com>
2756
2757 * recentf.el (recentf-menu-open-all-flag): New option.
2758 (recentf-digit-shortcut-command-name): New function.
2759 (recentf--shortcuts-keymap): New variable.
2760 (recentf-menu-shortcuts): New variable.
2761 (recentf-make-menu-items): Initialize it. Replace the "More..."
2762 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2763 (recentf-menu-value-shortcut): New function.
2764 (recentf-make-menu-item): Use it. No more in-lined.
2765 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2766 (recentf-open-most-recent-file): Rename from
2767 `recentf-open-file-with-key'. Don't depend on key binding.
2768 (recentf-mode-map): New variable.
2769 (recentf-mode): Use it.
2770
2771 2005-10-06 Bill Wohler <wohler@newt.com>
2772
2773 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
2774
2775 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2776 (MH-E-SRC): New. Used by mh-autoloads.
2777 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2778 files in MH-E-SRC have been updated.
2779 (compile, recompile, bootstrap): Depend on mh-autoloads.
2780
2781 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
2782
2783 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2784 gud-break and gud-remove icons when the fringe is not available.
2785
2786 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2787 Typo.
2788
2789 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2790
2791 * play/zone.el (zone): Wrap body with save-window-excursion.
2792
2793 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2796 Use the new `list-only' arg to diary-list-entries.
2797
2798 * calendar/diary-lib.el: Use overlays rather than selective-display.
2799 (diary-selective-display): New var.
2800 (diary-header-line-format): Use it.
2801 (diary-list-entries): Add argument `list-only'.
2802 Put the buffer in diary-mode. Don't add \^M at beg and end.
2803 Replace \^M by invisible overlays.
2804 (diary-unhide-everything): Replace \^M by invisible overlays.
2805 (print-diary-entries): Look for overlays rather than \^M.
2806 Add a space to the temp buffer name.
2807 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2808 Put the buffer in diary-mode.
2809 (list-sexp-diary-entries): Replace \^M by invisible overlays.
2810 (diary-anniversary): Make the year arg optional.
2811 (diary-time-regexp): New const.
2812 (diary-font-lock-keywords): Use it to accept a few more time formats.
2813
2814 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2815
2816 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
2817
2818 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2819 Fix bug introduced 2005-07-03: Use (car (last ...))
2820 to faithfully reproduce replaced artist-last.
2821 (artist-set-arrow-points-for-poly): Likewise.
2822 Suggested by Johan Bockg\e,Ae\e(Brd.
2823
2824 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
2825
2826 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2827 * wid-edit.el (widget):
2828 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2829 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2830
2831 2005-10-06 Kenichi Handa <handa@m17n.org>
2832
2833 * international/mule-cmds.el (set-language-environment):
2834 Fix setting up of case-table for unibyte mode.
2835
2836 * simple.el (what-cursor-position): If the character is displayed
2837 by some `display' text property, show that. Don't use
2838 single-key-description for eight-bit characters in multibyte mode.
2839
2840 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
2841
2842 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2843 (gdb-ann3): Set it.
2844 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2845 (gdb-info-frames-custom): Use inverse-video for first five
2846 characters of selected frame only.
2847 (gdb-get-frame-number): Select frame even when point is on frame
2848 number.
2849
2850 2005-10-06 Masatake YAMATO <jet@gyve.org>
2851
2852 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2853 Put `font-lock-function-name-face'.
2854 (gdb-info-frames-custom): Put `font-lock-function-name-face'
2855 and `font-lock-variable-name-face'
2856 (gdb-registers-font-lock-keywords): New font lock keywords definition.
2857 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2858 (gdb-memory-font-lock-keywords): New font lock keywords definition.
2859 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2860 (gdb-local-font-lock-keywords): New font lock keywords definition.
2861 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2862 (gdb-threads-font-lock-keywords): New font lock keywords definition.
2863 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2864
2865 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
2866
2867 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2868 (ediff-merge-region-is-non-clash-to-skip): Previously called
2869 ediff-merge-region-is-non-clash.
2870
2871 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2872 Use insert-buffer-substring.
2873
2874 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2875 selecting files to patch. Also bug fixes.
2876
2877 * ediff-util.el (ediff-setup): Bug fix.
2878 (ediff-next-difference): Never skip clashes that differ in white
2879 space only.
2880
2881 * ediff-wind.el (ediff-setup-control-frame)
2882 (ediff-destroy-control-frame): Check the menubar feature.
2883
2884 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2885 (viper-refresh-mode-line): Use make-local-variable to localize
2886 some vars instead of make-variable-buffer-local. Suggested by
2887 Stefan Monnier.
2888
2889 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2890 (viper-restore-cursor-type, viper-set-insert-cursor-type):
2891 Use make-local-variable instead of make-variable-buffer-local.
2892 Suggested by Stefan Monnier.
2893
2894 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2895 (viper-comint-mode-hook): Use make-local-variable on
2896 require-final-newline.
2897 (viper-non-hook-settings): Don't use make-variable-buffer-local.
2898
2899 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2902 also the second char of a comment-start sequence.
2903 (scheme-sexp-comment-syntax-table): New var.
2904 (lambda, define): Set their scheme-doc-string-elt property.
2905 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2906 Use lisp-font-lock-syntactic-face-function now that it properly
2907 handles |...| symbols.
2908 (scheme-mode-variables): Set lisp-doc-string-elt-property,
2909 parse-sexp-lookup-properties and font-lock-extra-managed-props.
2910
2911 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2912 bit from # to |.
2913 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2914
2915 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2916 (lisp-doc-string-elt-property): New var.
2917 (lisp-font-lock-syntactic-face-function): Use it.
2918 Rewrite to recognize docstrings even for forms not at toplevel.
2919
2920 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2921 annotation on the | part of #| rather than on the # part.
2922 (scheme-font-lock-syntactic-face-function): New function, to
2923 distinguish strings from |...| symbols.
2924 (scheme-mode-variables): Use it. Also fix up the font-lock-time
2925 syntax-table so that #|...|# is properly highlighted.
2926
2927 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2928 Don't mark as docstring the 3rd elem of an unknown toplevel form.
2929
2930 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
2933 and C-e.
2934
2935 * emacs-lisp/eldoc.el: Move comments into docstrings.
2936 (eldoc-message-commands): Initialize in its declaration.
2937 Add move-beginning-of-line and move-end-of-line.
2938 (eldoc-add-command, eldoc-add-command-completions)
2939 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
2940
2941 * outline.el (outline-mark-subtree): Activate the mark.
2942
2943 * calendar/appt.el (appt-time-regexp): New var.
2944 (appt-add, appt-make-list): Use it.
2945 (appt-convert-time): Clean up.
2946
2947 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
2948 Don't set any syntax-table property here.
2949 (tex-font-lock-verb): New function. Do it here.
2950 (tex-font-lock-syntactic-keywords): Use it.
2951
2952 2005-10-04 Richard M. Stallman <rms@gnu.org>
2953
2954 * wid-edit.el (widget-file-complete): Get the widget start point
2955 the right way. Default directory to `/' if file has none.
2956
2957 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
2958
2959 * textmodes/flyspell.el (flyspell-mode-on):
2960 Call ispell-maybe-find-aspell-dictionaries.
2961
2962 * textmodes/ispell.el (ispell-word, ispell-region):
2963 Call ispell-maybe-find-aspell-dictionaries.
2964 (ispell-accept-buffer-local-defs):
2965 Don't call ispell-maybe-find-aspell-dictionaries
2966
2967 2005-10-04 Richard M. Stallman <rms@gnu.org>
2968
2969 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
2970
2971 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
2972
2973 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
2974 instead of `fboundp' in order to allow for anonymous functions.
2975
2976 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
2979 case the user clicks on the link while another window is selected.
2980 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
2981
2982 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
2983 functionality.
2984 (dframe-help-echo): Save point in case mouse tracking is off.
2985
2986 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
2987
2988 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
2989
2990 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
2993 not change the global value of those vars.
2994
2995 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
2996 make-local-variable which we do not need any more.
2997
2998 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3001 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3002 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3003 (speedbar-path-line): Define obsolete aliases.
3004 (speedbar-line-directory): Doc fix.
3005
3006 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3007 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3008 instead of speedbar-line-path.
3009
3010 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3011
3012 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3013 to nil if dropping on a window. Handle dropping on a minibuffer window
3014 like dropping on a non-window part of Emacs.
3015
3016 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * net/ange-ftp.el: Use with-current-buffer.
3019 (ange-ftp-insert-directory): Do not follow symlinks any more.
3020
3021 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3022 Remove interactive spec.
3023
3024 2005-10-03 Kim F. Storm <storm@cua.dk>
3025
3026 * ido.el (ido-mode): Use custom-initialize-set.
3027
3028 2005-10-02 Richard M. Stallman <rms@gnu.org>
3029
3030 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3031 Use insert-buffer-substring.
3032
3033 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3034 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3035
3036 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3039 in last change.
3040 (ange-ftp-insert-directory): Fix up the search for the case where
3041 `file' is absolute.
3042
3043 2005-10-02 Romain Francoise <romain@orebokech.com>
3044
3045 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3046
3047 2005-10-02 Andreas Schwab <schwab@suse.de>
3048
3049 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3050 directory component in the session info.
3051
3052 2005-10-01 Richard M. Stallman <rms@gnu.org>
3053
3054 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3055
3056 * simple.el (next-error-internal): New function.
3057
3058 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3059 (compilation-start): Pass new arg to compilation-buffer-name.
3060 (compile-goto-error): Use next-error-internal.
3061
3062 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * speedbar.el: Remove RCS tag.
3065 (speedbar-check-read-only): Handle non-existent files.
3066
3067 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3068
3069 * info.el (Info-speedbar-hierarchy-buttons)
3070 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3071
3072 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3073
3074 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3075 Do not match newline.
3076 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3077 (bibtex-summary): Remove unnecessary save-excursion.
3078 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3079
3080 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3081
3082 * term/mac-win.el: Add charset info for "iso10646-1".
3083 Modify default fontset to use ATSUI-compatible fonts for some charsets
3084 if available.
3085
3086 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * speedbar.el: Re-apply arch tag.
3089 (speedbar-version): Rename to version 1.0. Suggested by Eric
3090 M. Ludlam.
3091 Reapply two changes from Emacs CVS' version of speedbar lost
3092 during the merge:
3093 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3094 (speedbar-frame-parameters): Improve customize type.
3095
3096 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3099 (ange-ftp-file-directory-p): Fix the symlink case.
3100 (ange-ftp-insert-directory): When listing a single file, get a list of
3101 the parent buffer and extract the relevant line. Inspired from a patch
3102 by Katsumi Yamaoka <yamaoka@jpl.org>.
3103 (ange-ftp-file-name-sans-versions): Simplify.
3104
3105 2005-09-30 Bill Wohler <wohler@newt.com>
3106
3107 Move MH-E image files from toolbar and mail directories into
3108 etc/images.
3109
3110 * mail/reply2.*: Move to etc/images/mail/reply*.
3111
3112 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3113 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3114 etc/images.
3115
3116 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3117 * toolbar/reply*: Move to etc/images/mail.
3118
3119 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3120
3121 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3122
3123 * speedbar.el: New version 1.0pre3.
3124
3125 Frame management code (including timer, and mouse click specifics)
3126 moved to dframe.el:
3127 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3128 (speedbar-timer): Removed. Use dframe-timer.
3129 (speedbar-close-frame): Removed. Use dframe-close-frame.
3130 (speedbar-activity-change-focus-flag): Removed. Use
3131 dframe-activity-change-focus-flag.
3132 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3133 dframe-update-speed.
3134
3135 (speedbar-current-frame): New macro. Use this instead of the
3136 variable speedbar-frame.
3137
3138 (speedbar-use-images, speedbar-expand-image-button-alist)
3139 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3140
3141 (speedbar-find-image-on-load-path): Removed. Replaced by
3142 defezimage in ezimage.el.
3143 (speedbar-expand-image-button-alist): Removed. Replaced by
3144 ezimage-expand-image-button-alist in ezimage.el.
3145
3146 (speedbar-ignored-directory-regexp)
3147 (speedbar-add-ignored-directory-regexp)
3148 (speedbar-ignored-directory-expressions)
3149 (speedbar-line-directory, speedbar-buffers-line-directory)
3150 (speedbar-directory-line, speedbar-buffers-line-directory):
3151 Renamed, replacing `path' with `directory'.
3152
3153 (speedbar-create-directory, speedbar-expand-line-descendants)
3154 (speedbar-toggle-line-expansion)
3155 (speedbar-contract-line-descendants): New commands.
3156
3157 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3158 (speedbar-use-tool-tips-flag): New options.
3159
3160 (speedbar-check-read-only, speedbar-require-version)
3161 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3162 (speedbar-handle-delete-frame, speedbar-try-completion)
3163 (speedbar-update-localized-contents): New functions.
3164
3165 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3166 (speedbar-object-read-only-indicator): New variables.
3167
3168 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3169 New hooks.
3170
3171 (speedbar-separator-face): New face.
3172
3173 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3174 (speedbar-ignored-modes): Add fundamental-mode.
3175 (speedbar-directory-unshown-regexp): Add . directories.
3176
3177 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3178 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3179 `]' for full expand/close.
3180 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3181
3182 (speedbar-check-vc): Support hidden files.
3183 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3184 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3185 state is nil, it is not checked out.
3186
3187 (speedbar-line-text, speedbar-line-token): Support expand buttons
3188 with no text.
3189 (speedbar-refresh): Universal argument acts as power-click.
3190 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3191 that buffer to get variable values.
3192
3193 And many other bugfixes.
3194
3195 * dframe.el, ezimage.el, sb-image.el: New files.
3196
3197 * sb-*.xpm: Remove files. New image files installed into
3198 etc/images/ezimage.
3199
3200 2005-09-30 Kenichi Handa <handa@m17n.org>
3201
3202 * ps-mule.el (ps-mule-show-warning): If a character is in
3203 ps-print-translation-table, don't treat it as non-printable.
3204
3205 2005-09-30 David Ponce <david@dponce.com>
3206
3207 * tree-widget.el (tree-widget-themes-load-path): New variable.
3208 (tree-widget-themes-directory): Doc fix.
3209 (tree-widget-image-formats) [Emacs]: Doc fix.
3210 (tree-widget--locate-sub-directory): New function.
3211 (tree-widget-themes-directory): Use it.
3212
3213 * recentf.el (recentf-filename-handlers): Rename from
3214 `recentf-filename-handler'. Allow a list of functions.
3215 (recentf-menu-items-for-commands): Fix :help strings.
3216 (recentf-apply-filename-handlers): New function.
3217 (recentf-expand-file-name): Use it.
3218 (recentf-cleanup): Remove duplicates too.
3219
3220 2005-09-29 Juri Linkov <juri@jurta.org>
3221
3222 * faces.el: Rearrange face definitions to be in the same order as
3223 their face descriptions in "(emacs)Standard Faces".
3224
3225 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3226
3227 * tooltip.el (tooltip): Add group `basic-faces'.
3228
3229 * buff-menu.el (Buffer-menu-buffer): Remove group
3230 `font-lock-highlighting-faces'.
3231
3232 * progmodes/compile.el (compilation-error, compilation-warning)
3233 (compilation-info, compilation-line-number, compilation-column-number):
3234 Change group from `font-lock-highlighting-faces' to `compilation'.
3235
3236 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3237 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3238 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3239 (vhdl-font-lock-reserved-words-face)
3240 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3241 `font-lock-highlighting-faces'.
3242
3243 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3244
3245 2005-09-28 Kim F. Storm <storm@cua.dk>
3246
3247 * emulation/cua-base.el: Set CUA move property on additional commands:
3248 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3249 forward-sexp, backward-sexp, forward-list, backward-list.
3250
3251 2005-09-28 Romain Francoise <romain@orebokech.com>
3252
3253 * comint.el (comint-show-output): Really set point at the
3254 beginning of the output when not using `comint-use-prompt-regexp'.
3255
3256 2005-09-27 Jay Belanger <belanger@truman.edu>
3257
3258 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3259 in TeX mode.
3260
3261 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * textmodes/org.el (org-table-sum): Fix format string.
3264
3265 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3266 Quote face names.
3267
3268 2005-09-26 Romain Francoise <romain@orebokech.com>
3269
3270 * isearch.el (isearch-forward-regexp): Close doc string.
3271
3272 2005-09-25 Richard M. Stallman <rms@gnu.org>
3273
3274 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3275
3276 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3277
3278 * progmodes/compile.el (compilation-error-properties):
3279 When getting the file from the previous error message,
3280 correctly decode the new data format.
3281
3282 * progmodes/cc-cmds.el (c-electric-paren):
3283 Call old-blink-paren only for close-paren.
3284
3285 2005-09-24 Andreas Schwab <schwab@suse.de>
3286
3287 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3288 condition.
3289
3290 2005-09-25 Romain Francoise <romain@orebokech.com>
3291
3292 * dired-aux.el (dired-copy-file-recursive):
3293 * dired.el (dired-delete-file):
3294 * ediff-mult.el (ediff-dir-diff-copy-file):
3295 * ediff-util.el (ediff-test-save-region):
3296 * forms.el (forms-mode):
3297 * ido.el (ido-file-internal, ido-delete-file-at-head):
3298 * log-edit.el (log-edit-done):
3299 * ses.el (ses-yank-resize):
3300 * play/gomoku.el (gomoku-human-plays, gomoku)
3301 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3302 (gomoku-offer-a-draw):
3303 * play/landmark.el (lm-human-resigns, lm):
3304 * net/eudcb-ldap.el (eudc-ldap-check-base):
3305 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3306 * progmodes/ebrowse.el (ebrowse-find-pattern):
3307 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3308 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3309 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3310
3311 * vc.el (vc-delete-file):
3312 * play/gomoku.el (gomoku-terminate-game, gomoku)
3313 (gomoku-prompt-for-move, gomoku-human-takes-back):
3314 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3315 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3316
3317 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3318
3319 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3320 color rxvt terminals by using the code xterm.el used to use before
3321 2005-04-09 in order to match the colors used by rxvt.
3322
3323 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3324
3325 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3326 colors rxvt-unicode terminals by using the same code as xterm.el.
3327
3328 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3329
3330 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3331 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3332 new symbol used for the tex-verbatim face.
3333
3334 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3335
3336 * woman.el (woman-file-name):
3337 * wid-edit.el (widget-file-prompt-value)
3338 (widget-coding-system-prompt-value):
3339 * w32-fns.el (set-w32-system-coding-system):
3340 * vc.el (vc-version-diff, vc-annotate):
3341 * textmodes/reftex-auc.el (reftex-arg-cite)
3342 (reftex-arg-index-tag):
3343 * textmodes/refer.el (refer-get-bib-files):
3344 * textmodes/artist.el (artist-figlet-choose-font):
3345 * terminal.el (terminal-emulator):
3346 * replace.el (occur-read-primary-args):
3347 * rect.el (string-rectangle, string-insert-rectangle):
3348 * ps-print.el (ps-print-preprint):
3349 * progmodes/pascal.el (pascal-goto-defun):
3350 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3351 * progmodes/compile.el (compilation-find-file):
3352 * printing.el (pr-interactive-n-up):
3353 * play/animate.el (animate-birthday-present):
3354 * net/rcompile.el (remote-compile):
3355 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3356 * mail/rmailsum.el (rmail-summary-search-backward)
3357 (rmail-summary-search):
3358 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3359 (rmail-output-read-file-name):
3360 * mail/rmail.el (rmail-search, rmail-search-backwards):
3361 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3362 * locate.el (locate):
3363 * international/quail.el (quail-show-keyboard-layout):
3364 * international/mule.el (set-buffer-file-coding-system)
3365 (revert-buffer-with-coding-system, set-file-name-coding-system)
3366 (set-terminal-coding-system, set-keyboard-coding-system)
3367 (set-next-selection-coding-system):
3368 * international/mule-diag.el (describe-coding-system)
3369 (describe-font, describe-fontset):
3370 * international/mule-cmds.el (universal-coding-system-argument)
3371 (search-unencodable-char, describe-input-method)
3372 (set-language-environment, describe-language-environment):
3373 * international/codepage.el (codepage-setup):
3374 * international/code-pages.el (codepage-setup):
3375 * info.el (Info-search, Info-follow-reference)
3376 (Info-search-backward):
3377 * emacs-lisp/advice.el (ad-read-advised-function)
3378 (ad-read-advice-class, ad-clear-cache, ad-activate)
3379 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3380 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3381 (ad-read-regexp):
3382 * ediff-util.el (ediff-toggle-regexp-match):
3383 * ediff-ptch.el (ediff-prompt-for-patch-file):
3384 * dired-aux.el (dired-diff):
3385 * diff.el (diff):
3386 * cus-edit.el (custom-variable-prompt):
3387 * calendar/timeclock.el (timeclock-ask-for-project):
3388 * calc/calcalg3.el (calc-get-fit-variables):
3389 * calc/calc-store.el (calc-edit-variable)
3390 (calc-permanent-variable):
3391 * vc-mcvs.el (vc-mcvs-register):
3392 * shadowfile.el (shadow-define-literal-group):
3393 * woman.el (woman-file-name):
3394 * vc.el (vc-version-diff, vc-merge):
3395 * textmodes/reftex-index.el (reftex-index-complete-tag):
3396 * format.el (format-decode-buffer, format-decode-region):
3397 * emulation/viper-cmd.el (viper-read-string-with-history):
3398 * emacs-lisp/debug.el (cancel-debug-on-entry):
3399 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3400 * ediff.el (ediff-merge-revisions)
3401 (ediff-merge-revisions-with-ancestor, ediff-revision):
3402 * completion.el (interactive-completion-string-reader):
3403 * calc/calc-prog.el (calc-user-define-formula):
3404 Follow convention for reading with the minibuffer.
3405
3406 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3407
3408 * progmodes/python.el (python-describe-symbol): Add globals() and
3409 locals() to the arguments of emacs.ehelp.
3410
3411 2005-09-24 Magnus Henoch <mange@freemail.hu>
3412
3413 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3414 New function, code extracted from ispell-valid-dictionary-list.
3415 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3416 Call it.
3417
3418 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3419
3420 * subr.el (version-regexp-alist): Extend valid syntax for version
3421 strings: allow any of the characters -,_,+ to separate the
3422 alpha/beta/rc part from the version part. Doc fix.
3423 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3424
3425 2005-09-23 David Reitter <david.reitter@gmail.com>
3426
3427 * mail/mailclient.el: New file.
3428
3429 2005-09-23 Richard M. Stallman <rms@gnu.org>
3430
3431 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3432 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3433 Doc fixes.
3434
3435 * progmodes/cc-mode.el (c-font-lock-init):
3436 Specify font-lock-lines-before.
3437
3438 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3441 whole conflict.
3442
3443 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3444
3445 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3446 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3447 of `remap' feature when available. Additional key bindings for
3448 better tty support.
3449 (org-mode-restart, org-force-self-insert): New commands.
3450 (org-time-stamp-inactive): New command.
3451 (org-remap): New function.
3452 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3453 (org-enable-fixed-width-editor): Move to `org-structure'
3454 customization group.
3455 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3456 blank field after field motion commands.
3457
3458 2005-09-23 Kenichi Handa <handa@m17n.org>
3459
3460 * international/mule-cmds.el (set-language-environment):
3461 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3462 have to call utf-translate-cjk-load-tables.
3463
3464 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * mouse.el (mouse-move-drag-overlay): Fix last change.
3467
3468 2005-09-22 David Ponce <david@dponce.com>
3469
3470 * tree-widget.el (tree-widget-value-create): Fix previous change.
3471
3472 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3473
3474 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3475
3476 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * mouse.el (mouse-move-drag-overlay): New function.
3479 (mouse-drag-region-1): Use it.
3480 Try to simplify a bit the state handling. Handle clicks on links
3481 inside intangible areas.
3482 (mouse-save-then-kill): Minor simplification.
3483 (mouse-secondary-overlay): Make it always non-nil instead of
3484 recreating it each time.
3485 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3486 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3487 Simplify accordingly.
3488
3489 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3490
3491 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3492
3493 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3494
3495 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3496 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3497 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3498 to patch.
3499
3500 * ediff-util.el: Use insert-buffer-substring.
3501
3502 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3503
3504 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3505 field boundaries in the minibuffer.
3506 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3507 (viper-minibuffer-post-command-hook): New hook.
3508 (viper-line): Don't move cursor at bolp.
3509
3510 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3511
3512 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3513 avoid compiler warnings.
3514
3515 * emulation/viper-macs.el (ex-map): Better messages.
3516
3517 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3518
3519 * emulation/viper.el: Replace make-variable-buffer-local with
3520 viper-make-variable-buffer-local everywhere, to avoid warnings.
3521
3522 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3525 Delete unused var `old-selected-window'.
3526 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3527 (mouse-drag-secondary): Delete unused var `start-frame'.
3528
3529 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3530
3531 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3532
3533 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3536 Re-indent within 80 columns. Use inhibit-read-only.
3537
3538 2005-09-19 Romain Francoise <romain@orebokech.com>
3539
3540 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3541
3542 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3545 unconditionally, since the after-change-function already did it.
3546
3547 2005-09-19 Miles Bader <miles@gnu.org>
3548
3549 * net/newsticker.el: Get rid of CVS keyword.
3550
3551 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3552
3553 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3554 The prompt is formatted later.
3555
3556 2005-09-19 David Ponce <david@dponce.com>
3557
3558 * tree-widget.el (tree-widget-value-create): Save the converted
3559 tree :node widget.
3560
3561 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3564 variable `message'.
3565
3566 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3567
3568 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3569 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3570 <slawomir.nowaczyk.847@student.lu.se>.
3571
3572 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3573
3574 * image.el (image-load-path): Use symbol `data-directory' instead
3575 of its value, for backward compatibility with packages that bind
3576 it during `find-image'. Suggested by Katsumi Yamaoka.
3577 (image-search-load-path): Handle symbols whose values are strings.
3578
3579 2005-09-18 Romain Francoise <romain@orebokech.com>
3580
3581 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3582 with-current-buffer form in save-excursion.
3583
3584 2005-09-18 D Goel <deego@gnufans.org>
3585
3586 * apropos.el (apropos-command): Fix `message' call: first arg
3587 should be a format spec. In this and all other cases that appear
3588 below and elsewhere in the source code, I made a change only when
3589 two conditions were satisfied: [1] I can think of a possibility
3590 that the arguments would cause an error, for example, the code in
3591 question relies on external variables such as filenames. [2] I
3592 was sure that the arg to `message' could not have been nil in the code.
3593
3594 * textmodes/tildify.el (tildify-region): Ditto.
3595
3596 * textmodes/reftex-index.el (reftex-index-change-entry)
3597 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3598 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3599 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3600 (org-priority, org-table-sum):
3601 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3602 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3603 (flyspell-word, flyspell-display-next-corrections):
3604 * textmodes/bibtex.el (bibtex-print-help-message):
3605 * textmodes/artist.el (artist-key-set-point-poly):
3606 * term/mac-win.el (mac-services-insert-text):
3607 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3608 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3609 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3610 (vhdl-compose-configuration):
3611 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3612 (sh-set-indent, sh-learn-line-indent):
3613 * progmodes/ps-mode.el (ps-mode-target-column):
3614 * progmodes/idlwave.el (idlwave-make-tags)
3615 (idlwave-scan-library-catalogs):
3616 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3617 * progmodes/gud.el (gud-jdb-analyze-source):
3618 * progmodes/flymake.el (flymake-log):
3619 * progmodes/ebnf2ps.el (ebnf-generate-region):
3620 * progmodes/cmacexp.el (c-macro-expansion):
3621 * progmodes/ada-xref.el (ada-treat-cmd-string):
3622 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3623 (ada-justified-indent-current, ada-batch-reformat):
3624 * play/zone.el (zone):
3625 * play/landmark.el (lm-move):
3626 * play/decipher.el (decipher-show-alphabet):
3627 * net/newsticker.el (newsticker--display-jump)
3628 (newsticker--display-scroll):
3629 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3630 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3631 * mail/feedmail.el (feedmail-dump-message-to-queue):
3632 * eshell/esh-proc.el (eshell-remove-process-entry):
3633 * emulation/ws-mode.el (ws-last-error):
3634 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3635 (viper-record-kbd-macro):
3636 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3637 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3638 * emacs-lisp/find-func.el (find-function-noselect):
3639 * calendar/timeclock.el (timeclock-status-string)
3640 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3641 (timeclock-when-to-leave-string):
3642 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3643 * calc/calc-units.el (calc-enter-units-table):
3644 * calc/calc-mode.el (calc-mode-record-mode):
3645 * woman.el (woman-mini-help):
3646 * wdired.el (wdired-change-to-wdired-mode):
3647 * vc.el (vc-retrieve-snapshot):
3648 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3649 * startup.el (display-startup-echo-area-message):
3650 * simple.el (set-goal-column):
3651 * ses.el (ses-command-hook, ses-recalculate-cell):
3652 * server.el (server-process-filter):
3653 * printing.el (pr-interface-txt-print, pr-interface-printify)
3654 (pr-interface-ps):
3655 * pcvs.el (cvs-help):
3656 * log-edit.el (log-edit, log-edit-mode-help):
3657 * iswitchb.el (iswitchb-possible-new-buffer):
3658 * isearch.el (isearch-edit-string):
3659 * image-mode.el (image-mode, image-minor-mode):
3660 * ibuf-macs.el (define-ibuffer-filter):
3661 * hi-lock.el (hi-lock-find-patterns):
3662 * files.el (toggle-read-only):
3663 * ediff-util.el (ediff-copy-diff)
3664 (ediff-write-merge-buffer-and-maybe-kill):
3665 * echistory.el (Electric-history-undefined):
3666 * dnd.el (dnd-insert-text):
3667 * dired-aux.el (dired-query):
3668 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3669 * bookmark.el (bookmark-bmenu-locate):
3670 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3671 Fix `message' calls to ensure first arg is a format string.
3672 The change was made only when these two conditions were satisfied:
3673 [1] when there is a possibility that the arguments would cause an error
3674 for example, if the code in question relies on external variables
3675 such as filenames, and
3676 [2] if the arg to `message' could not have been nil in the code.
3677
3678 * pcomplete.el (pcomplete--help): Fix `message' format spec.
3679 Not having a %s would be weird, though not technically wrong.
3680
3681 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3682
3683 * term/mac-win.el (mac-add-charset-info): Doc fix.
3684
3685 2005-09-17 Romain Francoise <romain@orebokech.com>
3686
3687 * shell.el (shell-resync-dirs): Handle echoing processes more
3688 reliably. Don't insert resync command if `comint-process-echoes'
3689 is non-nil.
3690
3691 2005-09-17 Magnus Henoch <mange@freemail.hu>
3692
3693 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3694 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3695 aspell versions >= 0.60.
3696 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3697 only if ispell-aspell-supports-utf8 is non-nil.
3698
3699 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3700
3701 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3702 buffer-local value to lisp-indent-function.
3703
3704 2005-09-17 Milan Zamazal <pdm@zamazal.org>
3705
3706 * progmodes/glasses.el (glasses-make-readable): If
3707 glasses-separator differs from underscore, put appropriate
3708 overlays over underscore characters.
3709 (glasses-convert-to-unreadable): If glasses-separator differs from
3710 underscore, try to convert glasses-separator characters to
3711 underscores.
3712
3713 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3716 Use with-syntax-table and dolist.
3717
3718 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
3719
3720 * textmodes/reftex-auc.el:
3721 * textmodes/reftex-cite.el:
3722 * textmodes/reftex-dcr.el:
3723 * textmodes/reftex-global.el:
3724 * textmodes/reftex-parse.el:
3725 * textmodes/reftex-ref.el:
3726 * textmodes/reftex-sel.el:
3727 * textmodes/reftex-toc.el:
3728 * textmodes/reftex-vars.el:
3729 * textmodes/reftex.el: Small changes to remove compiler warnings.
3730
3731 * textmodes/reftex-index.el: Likewise.
3732 (reftex-query-index-phrase): More efficient use of markers.
3733
3734 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * image.el (image-load-path): New variable.
3737 (image-search-load-path): New function.
3738 (find-image): Search for images in `image-load-path'.
3739
3740 2005-09-15 Richard M. Stallman <rms@gnu.org>
3741
3742 * follow.el: Change Maintainer field.
3743
3744 2005-09-15 David Ponce <david@dponce.com>
3745
3746 * recentf.el (recentf-save-file-modes): New option.
3747 (recentf-save-list): Use it.
3748
3749 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
3750
3751 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3752 (mode-line-mule-info, mode-line-modified): Move bindings from
3753 mouse-3 to mouse-1.
3754
3755 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
3756
3757 * simple.el (sendmail-user-agent-compose): Revert last change.
3758
3759 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3762 Use with-current-buffer.
3763 (ange-ftp-gwp-start): Remove unused var `gw-user'.
3764 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3765 (ange-ftp-insert-directory): Remove unused var `short'.
3766 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3767
3768 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3769 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3770
3771 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3772 (check-calendar-holidays, diary-list-entries): Autoload.
3773 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3774 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3775
3776 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3777 which mistakenly removed a call to display-buffer.
3778
3779 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
3780
3781 * obsolete/iso-insert.el: Move to obsolete/ from international/.
3782
3783 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
3784
3785 * progmodes/hideshow.el
3786 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3787 (hs-allow-nesting): New user var.
3788 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3789 (hs-hide-block-at-point): When nesting allowed,
3790 if there is already an overlay in place, delete it.
3791 (hs-safety-is-job-n): Delete func; remove call sites.
3792 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3793 (hs-overlay-at): New func.
3794 (hs-already-hidden-p, hs-show-block): Use it.
3795 (hs-hide-all): Don't pre-clean if nesting allowed.
3796 (hs-show-all): Temporarily disallow
3797 nesting around call to `hs-discard-overlays'.
3798
3799 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
3800
3801 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3802 Delete unused local var.
3803
3804 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
3805
3806 * help-fns.el (describe-categories): "?\ " -> "?\s".
3807 (help-do-arg-highlight): Recognize also ARG-n, as in
3808 `move-to-left-margin' (ARG+n is already recognized). Simplify.
3809
3810 * international/codepage.el (dos-unsupported-char-glyph):
3811 * net/newsticker.el (tool-bar-map, w3-mode-map)
3812 (w3m-minor-mode-map):
3813 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3814 (ent-alist):
3815 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3816
3817 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * custom.el (custom-push-theme): Handle the case where a symbol is
3820 bound but face properties have not yet been assigned.
3821
3822 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3823 Fix behavior if noerase is `t' and there is no mail buffer.
3824
3825 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3826 if `continue' is nil, rather than signal an error.
3827
3828 2005-09-12 Richard M. Stallman <rms@gnu.org>
3829
3830 * font-lock.el (font-lock-keywords): Add autoload.
3831
3832 * help-fns.el (describe-variable): Rearrange to put source link
3833 in a predictable place.
3834
3835 * net/newsticker.el: New file.
3836
3837 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * calendar/calendar.el (calendar-for-loop): Add edebug info.
3840 (calendar-basic-setup): Use the new nil arg.
3841 (number-of-diary-entries): Move to diary-lib.el.
3842
3843 * calendar/diary-lib.el: Use with-current-buffer, match-string.
3844 (diary-list-entries): Use with-syntax-table and dolist.
3845 Rename from list-diary-entries.
3846 Use number-of-diary-entries if `number' is nil.
3847 (diary, diary-view-entries): Use this new name and new nil arg value.
3848 (number-of-diary-entries): Move from calendar.el.
3849 (diary-unhide-everything): New function.
3850 (include-other-diary-files, fancy-diary-display)
3851 (diary-show-all-entries, make-diary-entry): Use it.
3852 (diary-mail-entries): Use buffer-string.
3853 (mark-diary-entries): Fix long standing paren typo.
3854 (diary-sexp-entry): Use count-lines.
3855 (make-diary-entry): Avoid `previous-line'.
3856 (diary-mode-map): New var.
3857 (diary-mode): Redraw cal after saving. Setup header-line.
3858 (fancy-diary-display-mode): Use local-set-key.
3859
3860 * startup.el (command-line): Try calling various terminal-init-foo-bar
3861 functions by stripping hyphenated suffixes from $TERM.
3862
3863 * files.el (normal-mode): Check boundness of font-lock-keywords.
3864
3865 2005-09-12 Richard M. Stallman <rms@gnu.org>
3866
3867 * progmodes/compile.el: Don't decide a file's directory
3868 until the user actually tries to go there.
3869 (compilation-next-error-function):
3870 Pass compilation-find-file the directory from the file-struct.
3871 (compilation-internal-error-properties): Separate local FILE-STRUCT
3872 from FILE. Doc the args better. Rename arg FMT to FMTS.
3873 (compilation-find-file): Arg DIR renamed to DIRECTORY.
3874 Expand it, and if nil, use default-directory.
3875 (compilation-get-file-structure): Don't mix specified directory
3876 with default directory. Put specified directory into
3877 file-struct. Don't make the file name absolute.
3878
3879 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3880 (compile-command): Add autoload.
3881 (compilation-disable-input): Add autoload.
3882
3883 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
3884
3885 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3886 strings of the variables it can override.
3887 (time-stamp): New (as yet undocumented) time-stamp-format escapes
3888 %Q and %q, for fully-qualified domain name and unqualified host name.
3889
3890 2005-09-11 Kim F. Storm <storm@cua.dk>
3891
3892 * emacs-lisp/authors.el (authors-aliases): Update list.
3893 (authors-fixed-entries): Update mldrag.el entry.
3894
3895 2005-09-10 Alan Mackenzie <acm@muc.de>
3896
3897 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3898 from the region narrowed to.
3899
3900 2005-09-10 Magnus Henoch <mange@freemail.hu>
3901
3902 * textmodes/ispell.el (ispell-check-version): Signal an error if
3903 aspell version is less than 0.60.
3904
3905 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
3906
3907 * progmodes/octave-inf.el (inferior-octave-startup):
3908 Resync current dir at the end.
3909
3910 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
3911
3912 * woman.el (woman-topic-at-point-default):
3913 Rename to woman-use-topic-at-point-default.
3914 (woman-topic-at-point): Rename to woman-use-topic-at-point.
3915 (woman-file-name): Reflect renames above. Automatically use the
3916 word at point as topic if woman-use-topic-at-point is non-nil.
3917 Otherwise offer it as default but don't insert it in the
3918 minibuffer. Also use `test-completion' instead of `assoc' as
3919 suggested by Stefan Monnier.
3920
3921 2005-09-10 Andre Spiegel <spiegel@gnu.org>
3922
3923 * vc.el (vc-directory, vc-update-change-log): Throw an error on
3924 the attempt to do it over Tramp. This is not yet supported.
3925
3926 2005-09-10 Eli Zaretskii <eliz@gnu.org>
3927
3928 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3929 (menu-bar-non-minibuffer-window-p): New functions.
3930 ("Split Window", "Save As..."): Use them.
3931 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
3932 ("Print Buffer", "Truncate Long Lines in this Buffer"):
3933 Use menu-bar-menu-frame-live-and-visible-p.
3934 ("Save Buffer", "Insert File", "Open Directory...")
3935 ("Open File...", "Visit New File..."):
3936 Use menu-bar-non-minibuffer-window-p.
3937 (kill-this-buffer-enabled-p, dired <menu-enable>):
3938 Use menu-bar-non-minibuffer-window-p.
3939
3940 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3941
3942 * cus-start.el (all): Don't complain about fringe-related
3943 built-ins if fringes are not supported. Ditto about
3944 selection-related built-ins. Fix the test for GTK-related built-ins.
3945
3946 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
3947 ("Postscript Print Buffer", "Print Region", "Save As...")
3948 ("Save", "Insert File...", "Open Directory...")
3949 ("Open File...", "Visit New File..."")
3950 ("Truncate Long Lines in this Buffer"): Don't look at
3951 menu-updating-frame if this display does not support multiple frames.
3952
3953 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3954
3955 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
3956
3957 2005-09-09 Emilio Lopes <eclig@gmx.net>
3958
3959 * woman.el: Format- and whitespace-related changes.
3960
3961 2005-09-09 Eli Zaretskii <eliz@gnu.org>
3962
3963 * woman.el: Fix my email address.
3964
3965 2005-09-08 Richard M. Stallman <rms@gnu.org>
3966
3967 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
3968 (sh-mode): Locally set skeleton-pair-default-alist.
3969
3970 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
3971
3972 * progmodes/flymake.el: Require `compile' unconditionally.
3973
3974 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
3975
3976 * woman.el (woman-file-name): Provide a default, not initial input.
3977
3978 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
3979
3980 * font-lock.el (font-lock-support-mode): Doc fix.
3981
3982 * descr-text.el (describe-property-list): Handle non-symbol prop names.
3983
3984 2005-09-08 Richard M. Stallman <rms@gnu.org>
3985
3986 * simple.el (blink-matching-open): Get rid of text props from
3987 the string shown in echo area. Don't permanently set point.
3988 Some rearrangements.
3989
3990 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
3991
3992 * recentf.el (recentf-filename-handler): Add custom choice
3993 `abbreviate-file-name'.
3994
3995 * msb.el (msb--very-many-menus): Fix typo.
3996
3997 * disp-table.el (standard-display-european): Don't set
3998 enable-multibyte-characters to nil.
3999
4000 2005-09-08 David Ponce <david@dponce.com>
4001
4002 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4003 (recentf-expand-file-name): Doc fix.
4004 (recentf-dialog-mode-map): Define digit shortcuts.
4005 (recentf--files-with-key): New variable.
4006 (recentf-show-digit-shortcut-filter): New function.
4007 (recentf-open-files-items): New function.
4008 (recentf-open-files): Use it.
4009 (recentf-open-file-with-key): New command.
4010
4011 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4014 Suggested by Kim F. Storm.
4015 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4016 (Buffer-menu-make-sort-button): Use global keymap.
4017
4018 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4019
4020 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4021 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4022 necessary any longer with the remapped command.
4023 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4024 formatting time only.
4025
4026 * net/tramp.el (tramp-action-password)
4027 (tramp-multi-action-password): Compile the password prompt from
4028 `method', `user' and `host'. Sometimes it isn't obvious which
4029 password to enter, for example with remote files offered by
4030 recentf.el, or with multiple steps. Suggested by Robert Marshall
4031 <robert@chezmarshall.freeserve.co.uk>.
4032
4033 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4036 Fix regexp for when "s///" is at the beginning of line.
4037
4038 2005-09-07 Jay Belanger <belanger@truman.edu>
4039
4040 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4041 when in matrix mode.
4042
4043 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4046 non-anonymous functions.
4047
4048 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4051 when using a header line. Otherwise, use mouse-1-click-follows-link.
4052
4053 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4054 can't be moved; don't signal an error.
4055
4056 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * cus-theme.el (custom-theme-write-faces): Save the current face
4059 spec, not the defface spec.
4060
4061 * custom.el (custom-known-themes): Clarify meaning of "standard".
4062 (custom-push-theme): Save old values in the standard theme.
4063 (disable-theme): Correct typo.
4064 (custom-face-theme-value) Deleted unused function.
4065 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4066
4067 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4068
4069 * progmodes/compile.el (compilation-goto-locus): Take into account
4070 iconified frames when determining whether the buffer is
4071 already visible.
4072 Don't reset window height if the window already existed.
4073
4074 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * custom.el (load-theme): Rename from require-theme.
4077 Add interactive spec.
4078 (enable-theme): Rename from custom-enable-theme.
4079 Add interactive spec.
4080 (disable-theme): Rename from custom-disable-theme.
4081 Add interactive spec.
4082 (custom-make-theme-feature): Doc fix.
4083 (custom-theme-directory): Doc fix.
4084 (provide-theme): Call enable-theme.
4085
4086 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * obsolete/lazy-lock.el (lazy-lock-mode):
4089 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4090 font-lock-mode if it's off. Print a warning instead.
4091
4092 * progmodes/compile.el (compilation-start): Ignore errors if the
4093 process died before we get to send-eof.
4094
4095 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4096 Undo last change. Enclosing the result in quotes broke things on Unix
4097 since tex-send-command passes it through shell-quote-argument.
4098 (tex-send-command): Pass `file' through convert-standard-filename
4099 when possible.
4100 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4101 info in a transcript.
4102
4103 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4104
4105 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4106 fix compilation warning. Reorder the key definitions to group
4107 together keys emitted by the current version of xterm.
4108
4109 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4110 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4111 Reorder predicates to correct min-color usage.
4112
4113 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4116 Kill local variables when longlines-mode is turned off.
4117
4118 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4121
4122 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4123
4124 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4125
4126 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4127 (font-lock-lines-before): Change default to being inactive.
4128 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4129 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4130
4131 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4132
4133 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4134 Deactivate temporarily advice if active (not needed for Emacs 22,
4135 but for backwards compatibility).
4136 (tramp-exists-file-name-handler): Rewrite. First implementation
4137 was too simple.
4138 (tramp-advice-make-auto-save-file-name):
4139 Call `tramp-handle-make-auto-save-file-name' (again, just for
4140 backwards compatibility).
4141
4142 2005-08-31 Reto Zimmermann <reto@gnu.org>
4143
4144 * progmodes/vhdl-mode.el
4145 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4146 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4147 (vhdl-set-default-project): New function (easier setting of default).
4148 (vhdl-port-copy): Handle extended identifiers for generics.
4149 (vhdl-compiler-alist): Better description for error message regexp.
4150 (vhdl-make): Query for target, use previous as default.
4151 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4152 (vhdl-font-lock-keywords-2): Fix fontification for record
4153 el. assign.
4154 (vhdl-speedbar-make-subpack-line): Add package body link.
4155 (vhdl-generate-makefile-1): Not include itself as dependency.
4156 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4157 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4158 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4159 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4160 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4161 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4162 (vhdl-import-project): Add string argument for `error'.
4163 (vhdl-compose-configuration)
4164 (vhdl-compose-configuration-architecture): Add configuration
4165 declaration generation.
4166 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4167 (vhdl-trailer-re): Add "record" keyword (better indentation).
4168 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4169 "[^ \t-\"]+".
4170 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4171 (vhdl-testbench-entity-file-name)
4172 (vhdl-testbench-architecture-file-name): Allow separate
4173 customization of testbench file names.
4174 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4175 (vhdl-get-visible-signals): Allow newline within alias declaration.
4176 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4177 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4178 (member-ignore-case): Alias for missing function in XEmacs.
4179 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4180 (vhdl-update-sensitivity-list): Ignore case on read signals.
4181 (vhdl-replace-string): Adjust case only for file names.
4182 (vhdl-update-sensitivity-list): Fix search for read signals.
4183 (vhdl-update-sensitivity-list): Exclude formal parameters.
4184 (vhdl-get-visible-signals): Include aliases of signals.
4185 (vhdl-get-visible-signals): Fix signal name searching.
4186 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4187 (vhdl-fixup-whitespace-region): Fix for character
4188 literals (e.g. ':').
4189
4190 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4191
4192 * ansi-color.el (comint-last-output-start):
4193 * bs.el (font-lock-verbose):
4194 * diff-mode.el (add-log-buffer-file-name-function):
4195 * dired-x.el (vm-folder-directory):
4196 * faces.el (help-xref-stack-item):
4197 * files.el (font-lock-keywords):
4198 * find-lisp.el (dired-buffers, dired-subdir-alist):
4199 * ido.el (cua-inhibit-cua-keys):
4200 * log-view.el (cvs-minor-wrap-function):
4201 * outline.el (font-lock-warning-face):
4202 * simple.el (compilation-current-error):
4203 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4204 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4205 * tooltip.el (comint-prompt-regexp):
4206 * w32-fns.el (explicit-shell-file-name):
4207 * term/mac-win.el (mac-charset-info-alist)
4208 (mac-services-selection, mac-system-script-code):
4209 * term/tty-colors.el (msdos-color-values):
4210 * term/w32-win.el (xlfd-regexp-registry-subnum):
4211 * term/x-win.el (x-keysym-table, x-selection-timeout)
4212 (x-session-id, x-session-previous-id):
4213 * textmodes/ispell.el (mail-yank-prefix):
4214 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4215 * textmodes/org.el (calc-embedded-close-formula)
4216 (calc-embedded-open-formula)
4217 (font-lock-unfontify-region-function):
4218 * textmodes/reftex-global.el (isearch-next-buffer-function)
4219 (TeX-master):
4220 * textmodes/reftex.el (font-lock-keywords):
4221 * textmodes/tex-mode.el (font-lock-comment-face)
4222 (font-lock-doc-face):
4223 * textmodes/texinfo.el (outline-heading-alist):
4224 Add defvars.
4225
4226 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4227 (artist-spray-chars, artist-mode-init, artist-replace-string)
4228 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4229 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4230 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4231
4232 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4233 (conf-align-assignments): "?\ " -> "?\s".
4234
4235 * textmodes/reftex-index.el (TeX-master): Add defvar.
4236 (reftex-index-phrases-marker): Move up defvar.
4237
4238 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4239 (reftex-toc-include-labels-indicator)
4240 (reftex-toc-include-index-indicator)
4241 (reftex-toc-max-level-indicator): Move up declarations.
4242
4243 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4244 of args to `tramp-run-real-handler', even if it's empty in this case.
4245
4246 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4247
4248 * dired.el (dired-move-to-filename-regexp): Add date format for
4249 Mac OS X 10.3 in East Asian locales.
4250
4251 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4252
4253 * files.el (make-auto-save-file-name): Add file name handler call
4254 if applicable.
4255
4256 * net/tramp.el (tramp-file-name-handler-alist)
4257 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4258 (tramp-handle-make-auto-save-file-name): Rename from
4259 `tramp-make-auto-save-file-name'.
4260 (tramp-exists-file-name-handler): New defun.
4261 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4262 `make-auto-save-file-name' is not a magic file name operation.
4263
4264 2005-08-30 Richard M. Stallman <rms@gnu.org>
4265
4266 * files.el (risky-local-variable-p):
4267 Match `-predicates' and `-commands.
4268
4269 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4270 (custom-save-all): Visit the file if necessary;
4271 kill the buffer if we created it.
4272 (custom-save-delete): Don't visit file or kill buffer here.
4273
4274 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4275
4276 * textmodes/org.el (org-special-keyword): New face.
4277 (org-table-copy-down, org-table-eval-formula)
4278 (org-table-recalculate, org-init-section-numbers):
4279 Use `string-to-number' instead of `string-to-int'.
4280 (org-get-location): Use `insert-buffer-substring' instead of
4281 `insert-buffer'.
4282 (org-modify-diary-entry-string): New function.
4283 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4284 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4285 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4286 active region.
4287 (org-export-as-html): Handle QUOTE keyword.
4288 (org-quote-string): New option.
4289 (org-bookmark-jump-unhide): New function, used for
4290 `bookmark-after-jump-hook'.
4291 (org-diary-default-entry): Apply only when not called through
4292 `org-agenda'.
4293
4294 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4295
4296 * net/eudc.el (mode-popup-menu):
4297 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4298 * progmodes/ada-mode.el (compile-auto-highlight)
4299 (skeleton-further-elements):
4300 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4301 * progmodes/cmacexp.el (msdos-shells):
4302 * progmodes/compile.el (font-lock-extra-managed-props)
4303 (font-lock-keywords, font-lock-maximum-size)
4304 (font-lock-support-mode):
4305 * progmodes/grep.el (font-lock-lines-before):
4306 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4307 * progmodes/mixal-mode.el (compile-command):
4308 * progmodes/perl-mode.el (font-lock-comment-face)
4309 (font-lock-doc-face, font-lock-string-face):
4310 * progmodes/prolog.el (comint-prompt-regexp):
4311 * progmodes/sh-script.el (font-lock-comment-face)
4312 (font-lock-set-defaults, font-lock-string-face):
4313 * progmodes/sql.el (font-lock-keyword-face)
4314 (font-lock-set-defaults, font-lock-string-face):
4315 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4316 (itimer-version, lazy-lock-defer-contextually)
4317 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4318 Add defvars.
4319
4320 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4321 (cperl-electric-keyword, cperl-electric-pod)
4322 (cperl-electric-backspace, cperl-forward-re)
4323 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4324 (vc-rcs-header, vc-sccs-header): Add defvars.
4325
4326 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4327 (font-lock-syntactic-keywords, gud-find-expr-function):
4328 Add defvars.
4329
4330 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4331 (gdb-frame-parameters): Declare before use.
4332
4333 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4334 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4335 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4336 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4337
4338 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4339 (idlwave-help-with-source): Use `insert-buffer-substring', not
4340 `insert-buffer'.
4341
4342 2005-08-29 Juri Linkov <juri@jurta.org>
4343
4344 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4345 Put outline-back-to-heading function call inside save-excursion.
4346
4347 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4348
4349 * man.el (Man-init-defvars, Man-translate-references)
4350 (Man-support-local-filenames, Man-highlight-references):
4351 * progmodes/sql.el (sql-interactive-mode):
4352 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4353
4354 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4355 (compilation-mode-font-lock-keywords): Add defvars.
4356 (checkdoc-interactive-loop): "?\ " -> "?\s".
4357
4358 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4359 (font-lock-doc-face, font-lock-string-face)
4360 (font-lock-keywords-case-fold-search): Add defvars.
4361 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4362
4363 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4364 Don't pass X and Y (they are ignored anyway).
4365 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4366 (mouse-delete-window): Make arguments optional.
4367
4368 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4369 (caesar-translate-table, minor-modes, news-buffer-save)
4370 (news-group-name, news-minor-modes): Add defvars.
4371
4372 * emacs-lisp/lselect.el (mouse-highlight-priority)
4373 (x-lost-selection-functions, zmacs-regions):
4374 * emacs-lisp/pp.el (font-lock-verbose):
4375 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4376 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4377 (ses-mode-map):
4378 * emacs-lisp/tcover-unsafep.el (safe-functions):
4379 * international/mule-cmds.el (mac-system-coding-system)
4380 (mac-system-locale):
4381 * language/ethio-util.el (rmail-current-message)
4382 (rmail-message-vector):
4383 * language/thai-util.el (thai-auto-composition-mode):
4384 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4385 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4386 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4387 (vm-primary-inbox, vm-spool-files):
4388 * mail/rmail.el (deleted-head, font-lock-fontified)
4389 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4390 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4391 (total-messages):
4392 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4393 (rmail-summary-mode-map):
4394 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4395 (rmail-last-label, rmail-last-multi-labels)
4396 (rmail-summary-vector, rmail-total-messages):
4397 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4398 * mail/rmailsum.el (msgnum):
4399 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4400 (rmail-current-message):
4401 * obsolete/fast-lock.el (font-lock-face-list):
4402 * obsolete/rnewspost.el (mail-reply-buffer):
4403 * obsolete/scribe.el (compile-command):
4404 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4405
4406 2005-08-28 John Paul Wallington <jpw@gnu.org>
4407
4408 * ibuf-ext.el (ibuffer-auto-update-changed):
4409 Use `frame-or-buffer-changed-p' to check whether we need to update.
4410 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4411 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4412 as a `frame-or-buffer-changed-p' state vector instead.
4413
4414 2005-08-27 Romain Francoise <romain@orebokech.com>
4415
4416 * textmodes/makeinfo.el (makeinfo-compile):
4417 Use `compilation-start'. Set `next-error-function' according to
4418 `disable-errors'.
4419 (makeinfo-next-error): New function.
4420 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4421 (makeinfo-buffer): Likewise.
4422
4423 * progmodes/compile.el (compilation-start): Add autoload cookie.
4424
4425 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4426 * textmodes/sgml-mode.el: Likewise.
4427 * progmodes/python.el: Likewise.
4428
4429 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4430
4431 * simple.el (blink-matching-paren-distance): Document the meaning
4432 of nil value, and allow to customize to nil.
4433
4434 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4435 command.com, not command.exe.
4436
4437 2005-08-26 John Wiegley <johnw@newartisans.com>
4438
4439 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4440 code around a bit so that an extraneous nil argument is not added
4441 to a command when no args are given.
4442
4443 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4444 double-quoted argument resolves to nil, return it as an empty
4445 string rather than as nil. This made it impossible to pass "" to
4446 a shell script as a null string argument.
4447
4448 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * outline.el (outline-invent-heading): New fun.
4451 (outline-promote, outline-demote): Use it.
4452 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4453 (outline-end-of-subtree): Remove unused var `opoint'.
4454
4455 2005-08-26 David Reitter <david.reitter@gmail.com>
4456
4457 * menu-bar.el (truncate-lines, write-file, print-buffer)
4458 (ps-print-buffer-faces, ps-print-buffer, split-window):
4459 Disable menu items when the frame they refer to is invisible, or when
4460 they refer to a buffer and the minibuffer is selected.
4461
4462 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4463
4464 * progmodes/flymake.el (flymake-highlight-err-lines):
4465 Use save-excursion around flymake-highlight-line to preserve point.
4466
4467 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4468
4469 * progmodes/octave-mod.el: Change Author and Maintainer address.
4470 (octave-maintainer-address): Change Kurt's email address.
4471 * progmodes/octave-inf.el: Change Author and Maintainer address.
4472 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4473
4474 2005-08-26 Kim F. Storm <storm@cua.dk>
4475
4476 * subr.el (version-list-<, version-list-<=, version-list-=):
4477 Renamed from integer-list-*.
4478 (version-list-not-zero): Likewise. Fix while loop.
4479 (version=): Use version-list-= instead of string-equal.
4480
4481 2005-08-26 Richard M. Stallman <rms@gnu.org>
4482
4483 * outline.el (outline-promote): Try shortening the heading.
4484 As last resort, read the heading to use.
4485 (outline-demote): As last resort, read the heading to use.
4486
4487 2005-08-26 Romain Francoise <romain@orebokech.com>
4488
4489 * progmodes/compile.el (compilation-start): Doc fix.
4490
4491 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4492 (antlr-font-lock-additional-keywords): Fix reference to
4493 `antlr-font-lock-literal-regexp' erroneously changed during the
4494 mass face rename.
4495 (antlr-run-tool): Use `compilation-start'.
4496
4497 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4498 instead of the obsolete `compile-internal'.
4499
4500 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4501
4502 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4503 (number, original-date):
4504 * calendar/cal-china.el (date):
4505 * calendar/cal-coptic.el (date):
4506 * calendar/cal-french.el (date):
4507 * calendar/cal-hebrew.el (date, entry, number, original-date):
4508 * calendar/cal-islam.el (date, number, original-date):
4509 * calendar/cal-iso.el (date):
4510 * calendar/cal-julian.el (date):
4511 * calendar/cal-mayan.el (date):
4512 * calendar/cal-menu.el (date, event):
4513 * calendar/cal-persia.el (date):
4514 * calendar/lunar.el (date):
4515 * calendar/solar.el (date): Add defvars.
4516
4517 * emerge.el:
4518 * ibuffer.el:
4519 * info-xref.el:
4520 * obsolete/bg-mouse.el:
4521 * obsolete/sun-curs.el:
4522 * obsolete/swedish.el: Move the `defvar's to the top level.
4523
4524 * smerge-mode.el (smerge-refined-change): Add :group.
4525
4526 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4529 (smerge-keep-n): Remove props.
4530 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4531 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4532 now that it's done in smerge-keep-n.
4533 (smerge-refined-change): New face.
4534 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4535 (smerge-refine): New funs.
4536 (smerge-basic-map): Bind smerge-refine.
4537
4538 2005-08-25 Juri Linkov <juri@jurta.org>
4539
4540 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4541 compilation-process-setup-function and compilation-disable-input
4542 in grep-mode instead of let-bindings in grep.
4543
4544 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4545 Delete "Automatic File De/compression" (auto-compression-mode).
4546
4547 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4548
4549 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4550 Silence warning about non-existent variable.
4551
4552 2005-08-25 Richard M. Stallman <rms@gnu.org>
4553
4554 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4555 Rename "Describe Key" to "Describe Key or Mouse Operation".
4556
4557 * mail/mailalias.el (build-mail-aliases): Delete comments
4558 from the contents before processing them.
4559
4560 * isearch.el (isearch-edit-string): Erase the Search prompt
4561 if user enters an empty string and there is no default.
4562
4563 * comint.el (comint-file-name-prefix): Add autoload.
4564
4565 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4566
4567 * subr.el (play-sound): Rearrange to avoid warning.
4568
4569 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4570
4571 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4572 New hook.
4573 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4574
4575 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4578
4579 * custom.el (custom-theme-set-variables): Sort minor modes last.
4580
4581 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4582
4583 * subr.el (version-separator, version-regexp-alist): New vars used by
4584 version comparison funs.
4585 (integer-list-<, integer-list-=, integer-list-<=)
4586 (integer-list-not-zero): New funs for integer list comparison.
4587 (version-to-list, version=, version<, version<=): New funs for version
4588 comparison.
4589
4590 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4591
4592 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4593 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4594 time to silence the byte-compiler.
4595
4596 * ibuffer.el (ibuffer-compile-make-eliding-form)
4597 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4598 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4599 so it's silly to get warnings for it).
4600 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4601 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4602 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4603 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4604 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4605 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4606 Defvar at compile time.
4607 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4608 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4609 Declare them before use.
4610
4611 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4612 (info-xref-good, info-xref-bad): Defvar at compile time.
4613
4614 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4615 Use `let*' instead of `let'.
4616
4617 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4618 (*mouse-y*, menu, char): Defvar at compile time.
4619 (sc::menu): Declare it before use.
4620 (sc::pack-one-line): Use `let', not `let*'.
4621
4622 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4623 (mail-send-hook): Defvar at compile time.
4624
4625 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4626 Defvar at compile time.
4627
4628 * term/sun-mouse.el (current-global-mousemap)
4629 (current-local-mousemap): Declare them before use.
4630
4631 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4632
4633 * bookmark.el (bookmark-after-jump-hook): New hook.
4634 (bookmark-jump): Run `bookmark-after-jump-hook'.
4635
4636 2005-08-23 Juri Linkov <juri@jurta.org>
4637
4638 * faces.el (minibuffer-prompt): Doc fix.
4639
4640 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4641
4642 * progmodes/xscheme.el: Trivial changes to silence warnings.
4643 (xscheme-previous-mode, xscheme-previous-process-state):
4644 Add defvars.
4645 (xscheme-last-input-end, xscheme-process-command-line)
4646 (xscheme-process-name, xscheme-buffer-name)
4647 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4648 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4649 (xscheme-control-g-synchronization-p)
4650 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4651 (default-xscheme-runlight, xscheme-runlight)
4652 (xscheme-runlight-string, xscheme-process-filter-state)
4653 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4654 Move to beginning of file.
4655 (scheme-interaction-mode-commands-alist)
4656 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4657 Declare them before use. Note: the initialization code for the variables
4658 has not been moved because it uses functions that reference the variables.
4659 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4660 (xscheme-prompt-for-expression-map): Declare them before use.
4661 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4662
4663 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4664
4665 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4666
4667 2005-08-22 Juri Linkov <juri@jurta.org>
4668
4669 * faces.el (set-face-underline): Delete this duplicate function
4670 and make an obsolete alias to set-face-underline-p.
4671 (set-face-underline-p): Use docstring of set-face-underline.
4672 (describe-face): Create hyperlink to parent face.
4673
4674 * info.el (Info-insert-dir): Use save-excursion around
4675 insert-buffer-substring.
4676 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4677 (Info-escape-percent): Delete function.
4678 (Info-fontify-node): Replace Info-escape-percent by
4679 replace-regexp-in-string with REP arg set to lambda that
4680 duplicates `%' and preserves text properties.
4681
4682 * progmodes/compile.el (compilation-disable-input): Doc fix.
4683 (define-compilation-mode): Doc fix and refill.
4684 (kill-compilation): Use `mode-name' in the error message.
4685 (compilation-find-file): Use `compilation-error' in the
4686 read-file-name's prompt.
4687
4688 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4691 (smerge-auto-leave): Make undo re-enable the mode.
4692 (debug-ignored-errors): Add the user-error of impossible resolution.
4693 (smerge-resolve): Move things around a bit, in preparation for later.
4694 (smerge-diff): Don't fail if the buffer has no associated file.
4695 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4696 (smerge-conflict-overlay): New function.
4697 (smerge-match-conflict): Don't add text properties here.
4698 (smerge-find-conflict): Instead, add an overlay here.
4699 Also check for the case where we're inside a conflict already, so as to
4700 obviate the need for font-lock-multiline, which is unbearably slow with
4701 large conflicts and ciomplex font-lock patterns.
4702 (smerge-remove-props): Remove overlay rather than text-properties.
4703 (smerge-mode): Don't set font-lock-multiline.
4704 Remove overlays when turned off.
4705
4706 2005-08-21 Kim F. Storm <storm@cua.dk>
4707
4708 * ido.el (ido-ignore-item-p): Use save-match-data.
4709 Bind case-fold-search to ido-case-fold locally.
4710
4711 2005-08-20 Richard M. Stallman <rms@gnu.org>
4712
4713 * files.el (normal-mode): If font lock is on, turn it off and on.
4714
4715 * subr.el (replace-regexp-in-string): Doc fix.
4716
4717 * startup.el (command-line-1): Don't suppress startup screen
4718 due to existing processes.
4719
4720 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4721
4722 * progmodes/compile.el (compilation-disable-input): Default to nil.
4723
4724 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4725
4726 * progmodes/compile.el (compilation-disable-input): New defcustom.
4727 (compilation-start): If compilation-disable-input is non-nil, send
4728 EOF to the compilation process.
4729
4730 2005-08-20 Eli Zaretskii <eliz@gnu.org>
4731
4732 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4733 Run the argument of tex-shell-cd-command through
4734 convert-standard-filename, to get the correct style of slashes on
4735 Windows, and enclose the result in quotes, in case the file name
4736 includes whitespace or other special characters.
4737
4738 2005-08-19 Andreas Schwab <schwab@suse.de>
4739
4740 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4741 process.
4742
4743 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4744
4745 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4746
4747 2005-08-18 Kim F. Storm <storm@cua.dk>
4748
4749 * scroll-lock.el: Fix errors due to incorrect line wrapping.
4750
4751 2005-08-18 Richard M. Stallman <rms@gnu.org>
4752
4753 * scroll-lock.el: New file.
4754
4755 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
4756
4757 * dired.el (dired-move-to-end-of-filename):
4758 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4759
4760 2005-08-18 Kim F. Storm <storm@cua.dk>
4761
4762 * ido.el (ido-everywhere): Fix defcustom :set function to disable
4763 rather than toggle mode when custom value is nil.
4764 (ido-everywhere): Fix defun doc string.
4765
4766 2005-08-17 Richard M. Stallman <rms@gnu.org>
4767
4768 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4769 as tag instead of "Inviolable".
4770
4771 2005-08-17 Kim F. Storm <storm@cua.dk>
4772
4773 * windmove.el (windmove-coordinates-of-position): Remove.
4774 (windmove-coordinates-of-window-position): Remove.
4775 (windmove-reference-loc): Use posn-at-point instead.
4776
4777 * subr.el (insert-for-yank-1): Doc fix.
4778
4779 * ido.el (ido-enter-matching-directory): Rename from
4780 ido-enter-single-matching-directory. Change 'slash choice to
4781 'only. Add 'first choice.
4782 (ido-exhibit): Adapt to above changes.
4783
4784 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
4785
4786 * Makefile.in: Expand comment about building loaddefs.el.
4787
4788 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
4789
4790 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4791 Comment use of defadvice.
4792
4793 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4794
4795 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
4796
4797 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4798 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4799 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4800 * progmodes/idlw-shell.el, progmodes/ld-script.el,
4801 * progmodes/which-func.el, ruler-mode.el, strokes.el,
4802 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4803 for backward compatibility for faces that did not appear in the
4804 previous Emacs release.
4805
4806 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4807
4808 2005-08-15 Kim F. Storm <storm@cua.dk>
4809
4810 * emulation/cua-base.el (cua-delete-region): Return t if
4811 deleted region was non-empty.
4812 (cua-replace-region): Inhibit overwrite-mode for
4813 self-insert-command if replaced region was non-empty.
4814 (cua--explicit-region-start, cua--status-string): Make them
4815 buffer-local at top-level...
4816 (cua-mode): ...rather than when mode is enabled.
4817
4818 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
4819
4820 * progmodes/vhdl-mode.el (vhdl-emacs-21):
4821 Set t for Emacs 21, 22, and so on.
4822
4823 2005-08-15 David Ponce <david@dponce.com>
4824
4825 * tree-widget.el: Update Commentary header.
4826 (tree-widget-theme): Doc fix.
4827 (tree-widget-space-width): New option.
4828 (tree-widget-image-properties): Look up in the default theme too.
4829 (tree-widget--cursors): Only for images with arrow pointer shape.
4830 (tree-widget-lookup-image): Pointer shape is hand by default.
4831 (tree-widget-icon): Rename generic icon widget from
4832 `tree-widget-control'.
4833 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4834 derive from `tree-widget-icon'.
4835 (tree-widget-handle): Improve default look and feel of the text
4836 representation.
4837 (tree-widget): Rename :*-control properties to :*-icon properties.
4838 Add :action and :help-echo properties.
4839 (tree-widget-after-toggle-functions): Move.
4840 (tree-widget-close-node, tree-widget-open-node): Remove.
4841 (tree-widget-before-create-icon-functions): New hook.
4842 (tree-widget-value-create): Update to allow customization of icons
4843 and nodes at run-time via that new hook.
4844 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4845 (tree-widget-icon-action, tree-widget-icon-help-echo)
4846 (tree-widget-action, tree-widget-help-echo): New functions.
4847
4848 2005-08-15 Kim F. Storm <storm@cua.dk>
4849
4850 * ido.el (ido-buffer-internal): Use with-no-warnings.
4851 (ido-make-merged-file-list): Use while-no-input.
4852
4853 2005-08-15 Richard M. Stallman <rms@gnu.org>
4854
4855 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4856 (flyspell-large-region): Fix doc and custom type.
4857
4858 2005-08-14 Richard M. Stallman <rms@gnu.org>
4859
4860 * files.el (interpreter-mode-alist): Doc fix.
4861
4862 * mail/rmail.el (rmail-nonignored-headers): New variable.
4863 (rmail-clear-headers): Use it.
4864 (rmail-reply): Better handling of mail-followup-to header.
4865
4866 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4867 Rename variable from sh-font-lock-keywords. In the `shell' entry,
4868 don't try to refer to executable-font-lock-keywords.
4869 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4870 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4871 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4872 (sh-mode): Set comment-start-skip, local-abbrev-table,
4873 imenu-case-fold-search.
4874 (sh-set-shell): Don't set them here.
4875 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
4876 Don't cache the results in the original alist; don't ever modify
4877 that alist.
4878
4879 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4880
4881 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4882 empty.
4883
4884 2005-08-15 Andreas Schwab <schwab@suse.de>
4885
4886 * desktop.el: Put autoload cookie at risky-local-variable declarations.
4887
4888 * dired.el, info.el, mail/rmail.el: Revert last change.
4889
4890 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
4891
4892 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4893 modification in `eval-after-load' form.
4894 * info.el: Likewise.
4895 * mail/rmail.el: Likewise.
4896
4897 2005-08-14 Juri Linkov <juri@jurta.org>
4898
4899 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4900 Remove highlighting of "Compilation started". Highlight only
4901 the word "finished" in "Compilation finished". Add highlighting
4902 of "interrupt", "killed", "terminated" and the exit code.
4903 (compilation-start): Add newline after header. Use exactly the
4904 same time stamp format as the finishing message.
4905 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4906
4907 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4908 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4909 Add highlighting of "interrupt", "killed", "terminated".
4910
4911 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4912 enabled and the current command is self-insert-command, call it
4913 explicitly with overwrite-mode bound to nil, to not allow it
4914 to delete the character after the selected region.
4915
4916 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
4917
4918 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4919 move-end-of-line, end-of-line, and beginning-of-line to the list
4920 of commands after which the echo area is updated.
4921
4922 2005-08-12 Eli Zaretskii <eliz@gnu.org>
4923
4924 * cus-edit.el (custom-save-all, custom-save-delete):
4925 Bind recentf-exclude to exclude custom-file.
4926
4927 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
4928
4929 * mail/rmailsum.el (rmail-summary-end-of-message): New command
4930 to go to the bottom of the mail message. Added to
4931 `rmail-summary-mode-map' with key "/".
4932 (rmail-summary-show-message): New (internal) function for use by
4933 both `rmail-summary-beginning/end-of-message'.
4934 (rmail-summary-beginning-of-message): Change to use
4935 rmail-summary-show-message.
4936
4937 * mail/rmail.el (rmail-end-of-message): New command to go to the
4938 end of the current message. Added to `rmail-mode-map' with key "/".
4939 (rmail-beginning-of-message): Fix to work as documented.
4940 (rmail-mode): Change documentation.
4941
4942 * progmodes/compile.el (compilation-start): Add the line
4943 "Compilation started" with compilation start time.
4944 (compilation-mode-font-lock-keywords): Add `started' to keywords.
4945
4946 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
4947
4948 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
4949 of menu items.
4950
4951 2005-08-11 Richard M. Stallman <rms@gnu.org>
4952
4953 * simple.el (pop-global-mark): Reverse test of widen-automatically.
4954
4955 * battery.el (battery-status-function): Don't use ignore-errors.
4956
4957 2005-08-11 Lute Kamstra <lute@gnu.org>
4958
4959 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
4960 define-obsolete-variable-alias.
4961
4962 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
4965 (ange-ftp-send-cmd): Revert last change, and expand
4966 the comment explaining the problem.
4967
4968 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
4969
4970 * ldefs-boot.el: Update.
4971
4972 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
4973 item to "Time, Load and Mail". Change help echo text.
4974
4975 * time.el (display-time-use-mail-icon, display-time-format)
4976 (display-time-string-forms): Shorten first line of docstrings.
4977
4978 2005-08-10 Lars Hansen <larsh@soem.dk>
4979
4980 * desktop.el (desktop-buffer-mode-handlers):
4981 Make non-customizable. Add autoload cookie. Change initial value to
4982 nil; add elements in respective modules instead. Fix doc string.
4983 (desktop-load-file): New function.
4984 (desktop-minor-mode-handlers): New autoloaded variable.
4985 (desktop-create-buffer): Call minor mode handlers.
4986 Use desktop-load-file to load major and minor mode modules prior to
4987 checking for a handler.
4988 (desktop-save): Don't add nil to desktop-minor-modes for minor
4989 modes with nil function in desktop-minor-mode-table. Don't delete
4990 desktop file before rewriting it.
4991 (desktop-locals-to-save): Add autoload cookie. Don't make
4992 automatically buffer-local. Add variables column-number-mode,
4993 size-indication-mode, indent-tabs-mode,
4994 indicate-buffer-boundaries, indicate-empty-lines and
4995 show-trailing-whitespace.
4996 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
4997 regexps. Don't use desktop-clear-preserve-buffers-regexp.
4998 (desktop-clear-preserve-buffers-regexp): Delete.
4999 (desktop-clear-preserve-buffers): Update initial value and docstring.
5000 (desktop-save-buffer): Fix doc string.
5001
5002 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5003 (hilit-chg-desktop-restore): New function.
5004 (highlight-changes-mode): Add highlight-changes-mode to
5005 desktop-locals-to-save.
5006
5007 * dired.el: Add handler to desktop-buffer-mode-handlers.
5008 (dired-restore-desktop-buffer): Remove autoload cookie.
5009 (dired-mode): Add autoload cookie.
5010
5011 * info.el: Add handler to desktop-buffer-mode-handlers.
5012 (Info-restore-desktop-buffer): Remove autoload cookie.
5013 (Info-mode): Add autoload cookie.
5014
5015 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5016 (mh-restore-desktop-buffer): Remove autoload cookie.
5017 (mh-folder-mode): Add autoload cookie.
5018
5019 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5020 (rmail-restore-desktop-buffer): Remove autoload cookie.
5021
5022 2005-08-11 Masatake YAMATO <jet@gyve.org>
5023
5024 * hexl.el (hexl-address-region):
5025 (hexl-ascii-region, hexl-font-lock-keywords):
5026 (hexl-highlight-line-range): Use the term "region"
5027 instead of "area" for consistency with the other symbols
5028 defined in hexl.el.
5029
5030 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5031
5032 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5033 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5034 out by Juri Linkov). Add `display-battery-mode'.
5035
5036 2005-08-09 Juri Linkov <juri@jurta.org>
5037
5038 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5039 Remove `-text' from face variable names.
5040 (compilation-error-file-name, compilation-warning-file-name)
5041 (compilation-info-file-name): Delete faces.
5042 (compilation-line-number, compilation-column-number):
5043 Remove face underlining.
5044 (compilation-message-face): Set to `underline' value by default.
5045 (compilation-error-face, compilation-warning-face)
5046 (compilation-info-face): Remove `-file-name' from face names.
5047 (compilation-error-text-face, compilation-warning-text-face)
5048 (compilation-info-text-face): Delete face variables.
5049 (compilation-text-face): Delete function.
5050
5051 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5052 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5053 (grep-error-face): Set to `compilation-error' instead of
5054 `compilation-error-face' (which is redefined to `grep-hit-face' in
5055 grep buffers).
5056 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5057 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5058
5059 * dired-aux.el (dired-do-query-replace-regexp):
5060 Use `query-replace-read-args'.
5061
5062 * replace.el (query-replace-read-from, query-replace-read-to)
5063 (query-replace-read-args): Rename arg `string' to `prompt'.
5064
5065 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5066
5067 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5068
5069 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5070 uploading files.
5071 (ange-ftp-canonize-filename): Handle file names beginning with ~
5072 correctly.
5073
5074 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5075
5076 * textmodes/fill.el (canonically-space-region)
5077 (fill-context-prefix, fill-french-nobreak-p)
5078 (fill-delete-newlines, fill-comment-paragraph)
5079 (justify-current-line): "?\ " -> "?\s".
5080
5081 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5082
5083 * textmodes/fill.el (fill-nonuniform-paragraphs):
5084 Improve argument/docstring consistency.
5085
5086 2005-08-09 Richard M. Stallman <rms@gnu.org>
5087
5088 * textmodes/ispell.el (ispell-word): More fboundp checks.
5089
5090 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5091 (find-file-noselect-1): Call it here, only if RAWFILE.
5092 (normal-mode): Always set some major mode.
5093 (save-some-buffers-action-alist): Change some explanation strings.
5094 (file-name-non-special): In the `quote' method, use unwind-protect.
5095
5096 2005-08-09 Magnus Henoch <mange@freemail.hu>
5097
5098 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5099 (ispell-have-aspell-dictionaries): New variable.
5100 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5101 (ispell-get-aspell-config-value): New function.
5102 (ispell-aspell-find-dictionary): New function.
5103 (ispell-aspell-add-aliases): New function.
5104 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5105 appropriate. Don't look for ispell dictionaries if we use aspell.
5106 (ispell-menu-map): Don't build a submenu of dictionaries.
5107
5108 2005-08-09 Richard M. Stallman <rms@gnu.org>
5109
5110 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5111 (sql-read-passwd): Use read-passwd.
5112
5113 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5114 (idlwave-toolbar-is-possible): Add defvars.
5115
5116 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5117 Avoid warnings.
5118
5119 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5120 (idlwave-system-class-info, idlwave-executive-commands-alist):
5121 Use defvar.
5122
5123 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5124
5125 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5126 Avoid warnings.
5127
5128 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5129 and content-type: headers.
5130
5131 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5132
5133 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5134 and rename some of them to be more self-explanatory.
5135
5136 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5137
5138 * startup.el (command-line-1): Implement -scriptload.
5139
5140 * replace.el (occur-engine): Initial *Occur* output not undoable.
5141
5142 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5143 and improve help strings.
5144
5145 * isearch.el (isearch-repeat): When changing direction,
5146 mark search successful.
5147
5148 * ediff-init.el: Use (featurep 'xemacs).
5149
5150 * comint.el (send-invisible): Identify buffer, if not selected.
5151
5152 * align.el: Delete autoload for c-guess-basic-syntax.
5153
5154 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5155
5156 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5157 Improve argument/docstring consistency. Doc fixes.
5158 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5159 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5160 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5161 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5162 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5163 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5164 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5165 Defvar at compile time.
5166
5167 2005-08-09 Juri Linkov <juri@jurta.org>
5168
5169 * info.el: Replace `info' with upper-case `Info' where appropriate.
5170 (info-title-1, info-title-2, info-title-3, info-title-4)
5171 (info-menu-header): Move up face definitions.
5172 (info-menu-star): Rename from `info-menu-5'.
5173 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5174 (Info-fontify-visited-nodes): Fix docstring.
5175 (Info-hide-note-references): Fix docstring.
5176 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5177 menu items in the same way as on cross-references.
5178 (info-apropos): Fix sorting order and formatting to be like in the
5179 stand-alone Info browser. Display error messages for 1 sec.
5180 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5181 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5182 from the menu bar.
5183 (Info-insert-dir): Restore point after calling
5184 `insert-buffer-substring'.
5185
5186 2005-08-08 Richard M. Stallman <rms@gnu.org>
5187
5188 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5189 (recompute-lucid-menubar): Add defvars.
5190
5191 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5192
5193 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5194
5195 * net/net-utils.el (run-dig): Rename from `dig'.
5196
5197 * play/gametree.el (gametree-mode): Use make-local-variable,
5198 not make-variable-buffer-local.
5199
5200 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5201
5202 * ansi-color.el (ansi-color-make-extent)
5203 (ansi-color-set-extent-face): Use fboundp, not functionp.
5204
5205 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5206 not make-variable-buffer-local.
5207
5208 * bookmark.el (Info-current-file): Add defvar.
5209 (bookmark-jump-noselect): Use with-no-warnings.
5210
5211 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5212
5213 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5214
5215 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5216
5217 * find-file.el (ada-procedure-start-regexp)
5218 (ada-package-start-regexp): Add defvars.
5219
5220 * info.el (Info-insert-dir): Use insert-buffer-substring.
5221
5222 * xml.el (xml-att-def-re): Add defvar.
5223
5224 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5225 calling convention.
5226
5227 * subr.el (while-no-input): Return t if there is input.
5228
5229 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5230
5231 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5232
5233 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5234
5235 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5236 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5237
5238 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5239
5240 * cmuscheme.el (scheme-start-file): Replace reference to
5241 `user-emacs-directory' by "~/.emacs.d/".
5242
5243 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5244
5245 * info.el (Info-dir-remove-duplicates): Avoid case folding
5246 in loop; instead, keep downcased strings for comparison.
5247 Suggested by Helmut Eller.
5248
5249 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5250
5251 Sync with Tramp 2.0.50.
5252
5253 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5254 XEmacs case; not necessary anymore.
5255 (tramp-user-regexp): Allow "@" as part of user name.
5256 (tramp-handle-set-visited-file-modtime)
5257 (tramp-handle-insert-file-contents)
5258 (tramp-handle-write-region): No special handling for
5259 `last-coding-system-used, because this is done in
5260 `tramp-accept-process-output' now.
5261 (tramp-accept-process-output): New defun.
5262 (tramp-process-one-action, tramp-process-one-multi-action)
5263 (tramp-wait-for-regexp, tramp-wait-for-output)
5264 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5265 Howells <dhowells@redhat.com>.
5266 (clear-visited-file-modtime): Defadvice removed. The check for
5267 unset buffer's modtime does not need to be based on
5268 `tramp-buffer-file-attributes'. Suggested by RMS.
5269 (tramp-message): Insert "\n" if not being at beginning of line.
5270 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5271 sequence with same logic.
5272 (tramp-completion-handle-expand-file-name): Discard call of
5273 `tramp-drop-volume-letter'. It is not necessary, and there have
5274 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5275 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5276 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5277 should always be visible.
5278 (tramp-handle-insert-directory, tramp-setup-complete)
5279 (tramp-set-process-query-on-exit-flag)
5280 (tramp-append-tramp-buffers): Pacify byte-compiler.
5281 (tramp-bug): Delete non-existing variables from list.
5282 Apply `tramp-load-report-modules' as pre-hook.
5283 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5284 `shell-prompt-pattern' because of non-7bit characters.
5285 Reported by Sebastian Luque <sluque@mun.ca>.
5286 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5287 (tramp-match-string-list): Remove function.
5288 (tramp-wait-for-regexp): Remove call of that function.
5289 Suggested by Kim F. Storm <storm@cua.dk>.
5290 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5291 instead of octal character code ?\600. The latter resulted in a
5292 syntax error with XEmacs.
5293
5294 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5295 XEmacs case; not necessary anymore.
5296 (tramp-smb-handle-write-region): No special handling for
5297 `last-coding-system-used, because this is done in
5298 `tramp-accept-process-output' now.
5299 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5300
5301 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5302
5303 * wid-edit.el (widget-choice-value-create):
5304 Unconditionally respect user choice. Set :explicit-choice back to nil
5305 when no longer needed.
5306 (widget-choice-action): Unconditionally respect user choice.
5307 Eliminate :explicit-choice-value.
5308
5309 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5310
5311 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5312 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5313 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5314 running new function `toggle-indicate-empty-lines'.
5315 Rename "Customize" item to "Customize fringe".
5316 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5317 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5318 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5319 Delete "Empty lines only" item.
5320 (menu-bar-showhide-fringe-ind-customize): New function.
5321 (menu-bar-showhide-fringe-ind-mixed)
5322 (menu-bar-showhide-fringe-ind-box)
5323 (menu-bar-showhide-fringe-ind-right)
5324 (menu-bar-showhide-fringe-ind-left)
5325 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5326 instead of `fringe-indicators'.
5327
5328 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5329
5330 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5331 Change the date of last update.
5332
5333 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5334
5335 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5336 (viper-exec-yank, viper-put-back): Don't display modification msg
5337 if in the minibuffer.
5338
5339 * viper-init.el (viper-replace-overlay-cursor-color)
5340 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5341 Make variables frame local.
5342
5343 * viper-util.el (viper-append-filter-alist): Use append instead of
5344 nconc.
5345
5346 * viper.el (viper-vi-state-mode-list)
5347 (viper-emacs-state-mode-list): Move help-mode and
5348 completion-list-mode from the first list to the second.
5349 (viper-mode): Docstring.
5350 (viper-go-away, viper-non-hook-settings): Don't localize
5351 minor-mode-alist in newer Emacsen. Add advice to
5352 set-cursor-color. Don't bind "\C-c\\".
5353
5354 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5355
5356 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5357 (scheme-macro-expand-command): New user options.
5358 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5359 (scheme-form-at-point, scheme-start-file)
5360 (scheme-interactively-start-process): New functions.
5361 (scheme-get-process): New function, extracted from `scheme-proc'.
5362 (run-scheme): Call `scheme-start-file' to get start file, and pass
5363 it to `make-comint'.
5364 (switch-to-scheme, scheme-proc):
5365 Call `scheme-interactively-start-process' if no Scheme buffer/process
5366 is available.
5367
5368 2005-08-06 Juri Linkov <juri@jurta.org>
5369
5370 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5371 Use `compilation-text-face', `compilation-info-text-face' and
5372 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5373 (compilation-error): New face.
5374 (compilation-error-file-name): Inherit from
5375 `compilation-error' instead of `font-lock-warning-face'.
5376 (compilation-warning-file-name): Inherit from
5377 `compilation-warning' instead of `font-lock-warning-face'.
5378 (compilation-info, compilation-error-file-name)
5379 (compilation-warning-file-name, compilation-info-file-name)
5380 (compilation-line-number, compilation-column-number): Doc fix.
5381 (compilation-error-text-face, compilation-warning-text-face)
5382 (compilation-info-text-face): New face variables.
5383 (compilation-line-face, compilation-column-face)
5384 (compilation-enter-directory-face)
5385 (compilation-leave-directory-face): Doc fix.
5386 (compilation-text-face): New function.
5387
5388 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5389 instead of 1 to display binary file names as info file links.
5390 (grep-error-face): Use `compilation-error-face' instead of
5391 `font-lock-keyword-face'.
5392 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5393 and `compilation-warning-text-face' instead of
5394 `font-lock-keyword-face'. Use `compilation-error-text-face'
5395 instead of `grep-error-face'.
5396
5397 2005-08-05 Kenichi Handa <handa@m17n.org>
5398
5399 * international/code-pages.el: Add autoload cookies for all coding
5400 systems.
5401
5402 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5403
5404 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5405
5406 2005-08-04 Juri Linkov <juri@jurta.org>
5407
5408 * progmodes/compile.el (compilation-mode-map):
5409 * progmodes/grep.el (grep-mode-map):
5410 Bind TAB to `compilation-next-error' and [backtab] to
5411 `compilation-previous-error'.
5412
5413 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5414 matching line numbers, column numbers and their ranges with regexp
5415 matching only line numbers.
5416 (grep-context-face): New face variable.
5417 (grep-mode-font-lock-keywords): Use it.
5418
5419 * faces.el (read-face-name): Delete duplicate faces.
5420
5421 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5422
5423 * thumbs.el (thumbs-find-image): Don't make variables
5424 automatically buffer local.
5425 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5426 (thumbs-image-num): Make automatically buffer local.
5427 (thumbs-show-thumbs-list): Use `make-local-variable', not
5428 `make-variable-buffer-local'.
5429 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5430
5431 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5432 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5433 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5434 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5435 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5436 (feelings-about, foullst, found, hello, history, howareyoulst)
5437 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5438 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5439 (neglst, obj, object, owner, please, problems, qlist)
5440 (random-adjective, relation, remlst, repetitive-shortness)
5441 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5442 (shortlst, something, sportslst, stallmanlst, states, subj)
5443 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5444 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5445 Defvar at compile time.
5446
5447 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5448 not `make-variable-buffer-local'.
5449
5450 2005-08-02 Kim F. Storm <storm@cua.dk>
5451
5452 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5453 rectangle overlay in selected window.
5454
5455 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5456
5457 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5458 instead of display group. Make `indicate-buffer-boundaries'
5459 customizable through Custom.
5460
5461 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5462
5463 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5464 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5465 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5466 (gdb-put-string): Fix typos in docstrings.
5467
5468 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5469
5470 Update copyright notices of files in progmodes directory for
5471 release of Emacs 22.1.
5472
5473 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5474
5475 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5476 Don't barf if the GUD buffer has been killed.
5477
5478 2005-08-01 Kim F. Storm <storm@cua.dk>
5479
5480 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5481
5482 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * simple.el (next-error-follow-minor-mode):
5485 make-variable-buffer-local -> make-local-variable.
5486
5487 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5488
5489 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5490 (byte-compile-form-make-variable-buffer-local): New functions to warn
5491 about misuses of make-variable-buffer-local where make-local-variable
5492 was meant.
5493
5494 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5495
5496 * bs.el (bs-attributes-list): Doc fix.
5497 (bs): Update url-link.
5498
5499 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5500 (desktop-load-default): Simplify.
5501
5502 * ibuffer.el (ibuffer-columnize-and-insert-list)
5503 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5504 (ibuffer-unmark-all, ibuffer-toggle-marks)
5505 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5506 (ibuffer-compile-make-format-form, ibuffer-format-column)
5507 (ibuffer-current-buffers-with-marks)
5508 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5509 (ibuffer): Doc fix.
5510 (ibuffer-mode): Fix typo in docstring.
5511 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5512 with `define-obsolete-variable-alias'.
5513 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5514
5515 2005-07-29 Kenichi Handa <handa@m17n.org>
5516
5517 * international/mule-cmds.el (select-message-coding-system):
5518 Be sure to use LF for end-of-line. If no coding system is decided,
5519 return iso-8859-1-unix.
5520
5521 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5524 (ange-ftp-pending-error-line): New vars.
5525 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5526 to handle the non-fatal no-route-to-host messages.
5527 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5528
5529 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5532 (isearch-quote-char, isearch-printing-char)
5533 (isearch-text-char-description): "?\ " -> "?\s".
5534 (isearch-lazy-highlight-cleanup)
5535 (isearch-lazy-highlight-initial-delay)
5536 (isearch-lazy-highlight-interval)
5537 (isearch-lazy-highlight-max-at-a-time)
5538 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5539 Declare with define-obsolete-*-alias macros.
5540 (isearch-forward): Fix typo in docstring.
5541 (search-invisible, search-ring-yank-pointer)
5542 (regexp-search-ring-yank-pointer): Doc fixes.
5543
5544 * recentf.el (recentf-menu-append-commands-p): Declare with
5545 `define-obsolete-variable-alias'.
5546 (recentf-max-saved-items, recentf-menu-filter)
5547 (recentf-arrange-by-rule-subfilter): Doc fixes.
5548 (recentf-menu-append-commands-flag)
5549 (recentf-initialize-file-name-history, recentf-expand-file-name)
5550 (recentf-clear-data): Fix typos in docstrings.
5551
5552 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5553
5554 * progmodes/gdb-ui.el: Smarten comments.
5555 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5556
5557 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5558
5559 * term/apollo.el (terminal-init-apollo): New function containing
5560 all former top level forms in the file.
5561 * term/bobcat.el (terminal-init-bobcat):
5562 * term/cygwin.el (terminal-init-cygwin):
5563 * term/iris-ansi.el (terminal-init-iris-ansi):
5564 * term/linux.el (terminal-init-linux):
5565 * term/news.el (terminal-init-news):
5566 * term/rxvt.el (terminal-init-rxvt):
5567 * term/sun.el (terminal-init-sun):
5568 * term/tvi970.el (terminal-init-tvi970):
5569 * term/vt100.el (terminal-init-vt100):
5570 * term/vt102.el (terminal-init-vt102):
5571 * term/vt125.el (terminal-init-vt125):
5572 * term/vt200.el (terminal-init-vt200):
5573 * term/vt201.el (terminal-init-vt201):
5574 * term/vt220.el (terminal-init-vt220):
5575 * term/vt240.el (terminal-init-vt240):
5576 * term/vt300.el (terminal-init-vt300):
5577 * term/vt320.el (terminal-init-vt320):
5578 * term/vt400.el (terminal-init-vt400):
5579 * term/vt420.el (terminal-init-vt420):
5580 * term/wyse50.el (terminal-init-wyse50):
5581 * term/xterm.el (terminal-init-xterm): Likewise.
5582
5583 * term/README: Describe the terminal-init-* functionality.
5584
5585 * startup.el (command-line): After loading the terminal initialization
5586 file call the corresponding terminal initialization function.
5587
5588 2005-07-27 Kenichi Handa <handa@m17n.org>
5589
5590 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5591 negative.
5592
5593 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5594 (ps-mule-composition-prologue): Fix for the case that
5595 RelativeCompose is false.
5596
5597 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5600
5601 * descr-text.el (describe-char): Handle the case where the list of
5602 chars is displayed in a separate frame.
5603 Be a bit more discriminating when looking for the char.
5604
5605 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5606
5607 * bookmark.el (bookmark-automatically-show-annotations)
5608 (bookmark-read-annotation-text-func): Doc fixes.
5609 (bookmark-save): Improve argument/docstring consistency.
5610 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5611 (bookmark-alist-from-buffer)
5612 (bookmark-upgrade-file-format-from-0)
5613 (bookmark-grok-file-format-version)
5614 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5615 (bookmark-read-annotation-mode)
5616 (bookmark-insert-current-bookmark, bookmark-jump)
5617 (bookmark-exit-hook): Fix typos in docstrings.
5618 (bookmark-exit-hooks): Define as obsolete alias.
5619 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5620 not `bookmark-exit-hooks'. Fix docstring.
5621 (bookmark-bmenu-select): "?\ " -> "?\s".
5622
5623 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5624
5625 * startup.el (command-line): Fix typo.
5626
5627 2005-07-24 Richard M. Stallman <rms@gnu.org>
5628
5629 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5630 not emacs-quick-startup.
5631
5632 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5633
5634 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5635 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5636 instead of `reb-with-current-window'.
5637 (reb-prev-match): Likewise. Also, don't move left if the search
5638 was unsuccessful.
5639 (reb-initialize-buffer): New function.
5640 (re-builder, reb-change-syntax): Use it.
5641
5642 * man.el (Man-goto-page): Make second argument NOERROR optional.
5643
5644 2005-07-23 Richard M. Stallman <rms@gnu.org>
5645
5646 * man.el (Man-bgproc-sentinel): Check here for failure to find
5647 any man page in the output, and report the error here.
5648 (Man-arguments): Make it permanent local.
5649 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5650 (Man-mode): Pass t for NOERROR.
5651
5652 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5653 (grep-mode-font-lock-keywords):
5654 Don't use compilation-...-face for messages that are not file names.
5655
5656 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5657 Don't use compilation-...-face for messages that are not file names.
5658
5659 2005-07-22 Juri Linkov <juri@jurta.org>
5660
5661 * startup.el (normal-splash-screen): Update menu name.
5662
5663 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5664
5665 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5666
5667 * term/xterm.el: Load term/rxvt if the terminal is actually an
5668 rxvt terminal.
5669 (xterm-rxvt-set-background-mode): Remove, not used anymore.
5670
5671 * term/rxvt.el (function-key-map): Use substitute-key-definition
5672 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5673
5674 * term/cygwin.el: New file.
5675
5676 2005-07-22 Kim F. Storm <storm@cua.dk>
5677
5678 * image-file.el (insert-image-file, image-file-yank-handler):
5679 Fix last change to maintain a (unique) yank-handler on yanked images.
5680
5681 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5682
5683 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5684 of the file size (as in "177B" for 177 bytes). This happens with
5685 "ls -lh" on FreeBSD.
5686
5687 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
5688
5689 * hilit-chg.el (highlight-changes-global-initial-state)
5690 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5691 (hilit-chg-fixup, highlight-changes-mode):
5692 Fix typos in docstrings.
5693 (highlight-changes-global-modes, highlight-changes-rotate-faces):
5694 Doc fixes.
5695
5696 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
5697
5698 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5699 mode function using `eval-after-load'.
5700
5701 2005-07-21 Kim F. Storm <storm@cua.dk>
5702
5703 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5704 included when reporting an emacs crash, and tell about the DEBUG file.
5705
5706 * image-file.el (insert-image-file): Add yank-handler.
5707 (image-file-yank-handler): Yank handler to make unique copies of
5708 images when they are yanked into a buffer next to each other.
5709
5710 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
5711
5712 * comint.el (comint-use-prompt-regexp, comint-send-input)
5713 (comint-source-default, comint-extract-string)
5714 (comint-get-source, comint-word, comint-completion)
5715 (comint-source, comint-prompt-read-only, comint-update-fence):
5716 Fix typos in docstrings.
5717 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5718 Declare with define-obsolete-*-alias macros.
5719 (comint-previous-matching-input-from-input)
5720 (comint-next-matching-input-from-input)
5721 (comint-previous-matching-input, comint-next-matching-input)
5722 (comint-forward-matching-input):
5723 Improve argument/docstring consistency.
5724
5725 * desktop.el (desktop-clear-preserve-buffers-regexp):
5726 Also preserve the *server* buffer.
5727
5728 * simple.el (clone-indirect-buffer): Doc fix.
5729 (fixup-whitespace, just-one-space)
5730 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5731 (next-error, next-error-highlight)
5732 (next-error-highlight-no-select, next-error-last-buffer)
5733 (next-error-buffer-p, next-error-find-buffer, next-error)
5734 (previous-error, next-error-no-select, previous-error-no-select)
5735 (open-line, split-line, minibuffer-prompt-width, kill-new)
5736 (binary-overwrite-mode): Fix typos in docstrings.
5737 (set-fill-column): Fix typo in message.
5738
5739 * skeleton.el (skeleton-proxy-new): Doc fix.
5740
5741 * strokes.el (strokes-load-hook): Doc fix.
5742 (strokes-grid-resolution, strokes-get-grid-position)
5743 (strokes-renormalize-to-grid, strokes-read-stroke)
5744 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5745 (strokes-global-map): Fix typos in docstrings.
5746 (strokes-help): Doc fix. Fix help message and pass it through
5747 `substitute-command-keys'.
5748
5749 * tempo.el (tempo-insert-prompt, tempo-interactive)
5750 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5751 (tempo-insert-string-functions, tempo-local-tags)
5752 (tempo-define-template, tempo-insert-template)
5753 (tempo-insert-prompt-compat, tempo-is-user-element)
5754 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5755 Fix typos in docstrings.
5756
5757 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5758 (vcursor-key-bindings, vcursor-use-vcursor-map)
5759 (vcursor-find-window, vcursor-scroll-down)
5760 (vcursor-disable, vcursor-beginning-of-buffer)
5761 (vcursor-end-of-buffer): Fix typos in docstrings.
5762 (vcursor-relative-move, vcursor-get-char-count):
5763 Improve argument/docstring consistency.
5764
5765 * version.el: "?\ " -> "?\s".
5766
5767 * wid-edit.el (widget-default-create, widget-after-change)
5768 (widget-default-format-handler, widget-checklist-add-item)
5769 (widget-radio-add-item, widget-choose, widget-specify-secret)
5770 (widget-field-value-create, widget-field-value-get)
5771 (widget-editable-list-format-handler)
5772 (widget-editable-list-entry-create, widget-group-value-create)
5773 (widget-documentation-link-add)
5774 (widget-documentation-string-value-create): "?\ " -> "?\s".
5775 (widget-convert-text): Doc fix.
5776 (widget-narrow-to-field, widget-field-find)
5777 (widget-url-link-action, widget-emacs-library-link-action)
5778 (widget-color-notify): Fix typos in docstrings.
5779
5780 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5781 (x-select-text, set-w32-system-coding-system)
5782 (w32-add-charset-info): Fix typos in docstrings.
5783
5784 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5785 (cua-enable-cua-keys, cua-use-hyper-key)
5786 (cua-virtual-rectangle-edges): Fix typos in docstrings.
5787 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5788
5789 * net/tramp.el (tramp-handle-load): Fix typo in error message.
5790
5791 * emacs-lisp/re-builder.el (regexp-builder): Declare with
5792 `defalias' instead of faking it.
5793
5794 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5795 (eshell-ls-missing, eshell-ls-dired-initial-args)
5796 (eshell-ls-use-in-dired): Fix typos in docstrings.
5797
5798 2005-07-20 Kim F. Storm <storm@cua.dk>
5799
5800 * emulation/cua-base.el (cua-mode): Improve doc string.
5801
5802 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
5803
5804 * abbrev.el (expand-region-abbrevs): Doc fix.
5805 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5806 Improve argument/docstring consistency.
5807
5808 * arc-mode.el (archive-get-descr, archive-alternate-display):
5809 Doc fixes.
5810 (archive-l-e): Improve argument/docstring consistency.
5811 (archive-tmpdir, archive-unixdate, archive-unixtime)
5812 (archive-chmod-entry): Fix typos in docstrings.
5813 (archive-unflag, archive-unflag-backwards)
5814 (archive-unmark-all-files): "?\ " -> "?\s".
5815
5816 * buff-menu.el (Buffer-menu-unmark): Doc fix.
5817 (Buffer-menu-not-modified, Buffer-menu-execute)
5818 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5819 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5820
5821 * composite.el (compose-string, encode-composition-rule)
5822 (compose-last-chars): Fix typos in docstrings.
5823
5824 * desktop.el (desktop-enable, desktop-basefilename):
5825 Declare with `define-obsolete-variable-alias'.
5826 (desktop-internal-v2s): Don't quote keywords.
5827 (desktop-clear): "?\ " -> "?\s".
5828
5829 * dired.el (dired-align-file, dired-flag-backup-files)
5830 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5831 (dired-listing-switches, dired-ls-F-marks-symlinks)
5832 (dired-dwim-target, dired-load-hook, dired-mode-hook)
5833 (dired-directory, dired-faces, dired, dired-revert)
5834 (dired-mode, dired-summary, dired-view-file)
5835 (dired-copy-filename-as-kill, dired-delete-file)
5836 (dired-no-confirm, dired-unmark-all-marks)
5837 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5838 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5839 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5840 Fix typos in message strings.
5841
5842 * dired-x.el (virtual-dired): Declare with `defalias'.
5843 (dired-mark-unmarked-files, dired-local-variables-file)
5844 (dired-omit-here-always): Doc fix.
5845 (dired-omit-mode, dired-find-subdir)
5846 (dired-enable-local-variables, dired-clean-up-buffers-too)
5847 (dired-extra-startup, dired-mark-extension, dired-jump)
5848 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5849 (dired-smart-shell-command, dired-guess-shell-alist-user)
5850 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5851 (dired-x-bind-find-file, dired-x-submit-report):
5852 Fix typos in docstrings.
5853 (dired-mark-unmarked-files): "?\ " -> "?\s".
5854
5855 * dirtrack.el (dirtrack-list): Fix typos in docstring.
5856
5857 * faces.el (describe-face): "?\ " -> "?\s".
5858 (read-all-face-attributes, read-face-font, modify-face)
5859 (face-attr-construct, italic): Fix typos in docstrings.
5860 (frame-update-face-colors): Declare with
5861 `define-obsolete-function-alias'.
5862
5863 * files.el (find-file-noselect, recode-file-name): Doc fixes.
5864 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5865 (magic-mode-alist, buffer-file-numbers-unique)
5866 (write-file-functions, get-free-disk-space):
5867 Fix typos in docstrings.
5868 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5869 (write-contents-hooks, write-file-hooks):
5870 Declare with `define-obsolete-variable-alias'.
5871
5872 * forms-d2.el (arch-rj): Fix typo in docstrings.
5873 (arch-tocol): Likewise. "?\ " -> "?\s".
5874
5875 * frame.el (set-frame-font, cursor-in-non-selected-windows):
5876 Fix typo in docstring.
5877 (set-screen-width, set-screen-height): Delete redundant info in
5878 doctrings.
5879 (new-frame, screen-height, screen-width): Declare with
5880 `define-obsolete-function-alias'.
5881 (delete-frame-hook, blink-cursor): Declare with
5882 `define-obsolete-variable-alias'.
5883
5884 * paths.el (prune-directory-list): Fix typos in docstring.
5885
5886 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5887 (cvs-prefix-get): Fix typos in docstrings.
5888
5889 * ps-print.el (ps-extend-face-list, ps-extend-face)
5890 (ps-print-background-image): Fix typos in docstrings.
5891 (ps-default-fg, ps-default-bg): Doc fixes.
5892
5893 * s-region.el (s-region-bind): Doc fix.
5894 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5895
5896 * textmodes/org.el (org-table-formula-substitute-names)
5897 (org-table-get-vertical-vector): Doc fixes.
5898 (org-table-recalculate): Remove unused argument to `message'.
5899
5900 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
5901
5902 * textmodes/org.el (org-table-column-names)
5903 (org-table-column-name-regexp)
5904 (org-table-named-field-locations): New variables.
5905 (org-archive-subtree): Protect `this-command' when calling
5906 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5907 the kill buffer.
5908 (org-complete): Remove fixed-formula completion.
5909 (org-edit-formulas-map): New variable.
5910 (org-table-edit-formulas): New command.
5911 (org-finish-edit-formulas, org-abort-edit-formulas)
5912 (org-show-variable, org-table-get-vertical-vector): New functions.
5913 (org-table-maybe-eval-formula): Handle `:=' fields.
5914 (org-table-get-stored-formulas, org-table-store-formulas)
5915 (org-table-get-formula, org-table-modify-formulas)
5916 (org-table-replace-in-formulas): Handle named field formulas.
5917 (org-table-get-specials): Store locations of named fields.
5918
5919 2005-07-19 Juri Linkov <juri@jurta.org>
5920
5921 * progmodes/grep.el (grep-regexp-alist)
5922 (grep-mode-font-lock-keywords, grep-process-setup):
5923 Use default GNU grep match color "01;31m" instead of "01;41m".
5924 (grep-regexp-alist, grep-mode-font-lock-keywords):
5925 Use `\\[[0-9]*m' instead of `\\[00m'.
5926 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5927 sgr_start where its handling is more important. Use the real
5928 length of sgr_start instead of constant 8.
5929 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5930 specially. Delete all remaining escape sequences.
5931 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
5932 (grep-regexp-alist): Make hyperlink only for binary file name
5933 instead of the whole line.
5934 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
5935 (grep-mode): Add autoload.
5936
5937 * emacs-lisp/find-func.el (find-function-regexp):
5938 Add `define-compilation-mode'.
5939
5940 2005-07-19 Juri Linkov <juri@jurta.org>
5941
5942 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
5943 (compare-windows-sync-string-size, compare-windows-recenter)
5944 (compare-windows-highlight, compare-windows): Add version 22.1.
5945 (compare-windows) <defface>: Inherit from lazy-highlight instead
5946 of duplicating its default value.
5947
5948 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
5949 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
5950
5951 * descr-text.el (describe-char): Create link buttons for `charset'
5952 and `code point'. Add the current input method name with a link
5953 button to `to input' field. Print face names of display table
5954 characters in `The display table entry is displayed by' section
5955 instead of printing face-id in the `display' field.
5956 Guess hardcoded faces and create a link button for them.
5957 Skip empty fields when calculating max-width.
5958 Treat `widget-create' specially while inserting strings from the
5959 collected field list.
5960 (describe-char-after): Made obsolete in version 22.1, not 21.5.
5961
5962 * diff-mode.el (diff-file-header): Change foreground color from
5963 yellow to green on light backgrounds.
5964 (diff-context): Inherit from `shadow' only for color/grayscale
5965 with more than 88 colors.
5966 (diff-indicator-removed, diff-indicator-added)
5967 (diff-indicator-changed): New faces.
5968 (diff-font-lock-keywords): Use new faces. Regroup rules.
5969 Add "^---$" for `normal' diff format. Fontify `#' lines with
5970 font-lock-comment-delimiter-face and font-lock-comment-face.
5971 Add `#' to ^[^...] in the rule for `diff-context-face'.
5972
5973 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
5974 a button-like box. Inherit from `highlight' on low colors.
5975 (shadow): Use shades of gray only for color/grayscale with
5976 more than 88 colors. Use green for light backgrounds with
5977 8 colors, and yellow for dark backgrounds with 8 colors.
5978
5979 * font-lock.el (font-lock-regexp-grouping-backslash):
5980 Don't inherit from escape-glyph (use bold for all cases).
5981
5982 * info.el (info-xref-visited): Use light foreground color `violet'
5983 for dark backgrounds instead of dark color `magenta3'.
5984 (info-title-1): Use `yellow' color for dark backgrounds.
5985
5986 * isearch.el (isearch): Use not-too-dark magenta3 instead of
5987 too-light magenta2.
5988
5989 * replace.el (match): Use slightly more light RoyalBlue3 instead
5990 of dark RoyalBlue4.
5991
5992 * wid-edit.el (widget-inactive): Inherit from `shadow'.
5993
5994 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
5995
5996 * novice.el (disabled-command-hook): Declare it with
5997 `define-obsolete-variable-alias'.
5998
5999 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6000 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6001 (desktop-load-default): Add release to obsolescence info.
6002 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6003 (desktop-append-buffer-args, desktop-read):
6004 Fix typos in docstrings.
6005 (desktop-kill): Fix typo in message.
6006 (desktop-save): Doc fix.
6007
6008 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6009
6010 * viper-cmd.el (viper-escape-to-state): Bug fix.
6011 (viper-envelop-ESC-key): Change the definition of fast
6012 keysequence so it'll work with keyboard macros.
6013
6014 * ediff.el (ediff-patch-buffer): Change the docstring.
6015
6016 2005-07-19 Kenichi Handa <handa@m17n.org>
6017
6018 * international/mule-cmds.el (select-safe-coding-system): Try to
6019 use an auto-coding (if any) before anything else. If the found
6020 auto-coding is invalid, show a warning message.
6021
6022 * international/mule.el (find-auto-coding): New function created
6023 by modifying the body of set-auto-coding.
6024 (set-auto-coding): Use find-auto-coding to find a coding.
6025
6026 2005-07-18 Richard M. Stallman <rms@gnu.org>
6027
6028 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6029 not isearch-mode-end-hook-error.
6030 (allout-before-change-protect): Fix error message.
6031
6032 2005-07-18 Juri Linkov <juri@jurta.org>
6033
6034 * allout.el (allout-mode):
6035 * calculator.el (calculator-copy):
6036 * custom.el (custom-known-themes):
6037 * dired.el (dired-desktop-buffer-misc-data)
6038 (dired-restore-desktop-buffer):
6039 * dired-x.el (dired-omit-marker-char):
6040 * files.el (basic-save-buffer):
6041 * font-core.el (font-lock-mode):
6042 * calendar/calendar.el (calendar-goto-hebrew-date)
6043 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6044 (calendar-goto-persian-date):
6045 * language/ethio-util.el (ethio-sera-to-fidel-region):
6046 * textmodes/picture.el (picture-mode):
6047 Delete duplicate duplicate words.
6048
6049 2005-07-18 Juri Linkov <juri@jurta.org>
6050
6051 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6052 chars * ? } |.
6053 (isearch-fallback): Don't call `isearch-process-search-char'.
6054 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6055 (isearch-process-search-char): Call `isearch-fallback' for regexp
6056 chars * ? } |.
6057 (isearch-return-char): Make obsolete with `make-obsolete' instead
6058 of simply documenting it as obsolete in the docstring.
6059 (isearch-fallback): Refill docstring.
6060
6061 * international/isearch-x.el
6062 (isearch-process-search-multibyte-characters): Remove unneeded
6063 `concat'. Add intermediate values to `junk-hist' instead of
6064 `minibuffer-history'. Test the length of `str'.
6065
6066 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6067
6068 * allout.el (allout-resolve-xref): Fix typos in error strings.
6069 (allout-before-change-protect): Remove unneeded `concat'.
6070
6071 * array.el (array-mode, array-reconfigure-rows)
6072 (untabify-backward): Fix typos in docstrings.
6073 (array-reconfigure-rows): Use `insert-buffer-substring', not
6074 `insert-buffer'.
6075
6076 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6077 * progmodes/ada-mode.el (ada-make-body):
6078 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6079
6080 * dired.el (dired-log):
6081 * tar-mode.el (tar-subfile-save-buffer):
6082 * play/zone.el (zone-pgm-stress-destress):
6083 Use `insert-buffer-substring', not `insert-buffer'.
6084
6085 2005-07-17 Simon Josefsson <jas@extundo.com>
6086
6087 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6088
6089 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6090
6091 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6092 Add plain auth method.
6093 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6094
6095 2005-07-17 Kim F. Storm <storm@cua.dk>
6096
6097 * ido.el (dired-other-window): Add ido property.
6098
6099 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6100
6101 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6102 Fix typo in docstring.
6103 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6104 `insert-file-literally'.
6105
6106 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6107 info and delete redundant message. Doc fix.
6108 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6109 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6110
6111 2005-07-16 Richard M. Stallman <rms@gnu.org>
6112
6113 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6114 (byte-compile-and): Use byte-compile-and-recursion.
6115 (byte-compile-or-recursion): New function.
6116 (byte-compile-or): Use that.
6117 (byte-compile-if): Guard the else-clause too.
6118 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6119
6120 * isearch.el (isearch-mode-end-hook-quit): New variable.
6121 (isearch-done): Bind it.
6122 (isearch-mode-end-hook): Doc fix.
6123
6124 * allout.el (allout-isearch-did-quit): Variable deleted.
6125 (allout-real-isearch-abort): Function name no longer used.
6126 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6127 (allout-isearch-rectification): isearch-mode always exists.
6128 Don't set allout-isearch-did-quit.
6129 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6130 allout-isearch-did-quit.
6131 (allout-enwrap-isearch): Just add the hook.
6132 (allout-isearch-abort): Function deleted.
6133 (allout-pre-command-business): Avoid warning.
6134
6135 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6136 Correctly avoid warnings.
6137 (pascal-outline): Likewise.
6138
6139 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6140
6141 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6142
6143 * play/tetris.el (tetris-mode): Avoid warning.
6144
6145 * play/snake.el (snake-mode): Avoid warning.
6146
6147 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6148 (gamegrid-set-display-table): Avoid warning.
6149 (gamegrid-set-timer): Likewise.
6150 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6151 (gamegrid-add-score-with-update-game-score-1): Take FILE
6152 as argument.
6153 (gamegrid-add-score-with-update-game-score): Pass that argument.
6154 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6155
6156 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6157
6158 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6159 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6160
6161 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6162 and insert-file.
6163
6164 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6165 (sc-ask): Avoid warnings.
6166
6167 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6168 (eshell-hist-initialize): Use that var the natural way.
6169
6170 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6171
6172 * emacs-lisp/re-builder.el (reb-cook-regexp):
6173 Avoid warning calling lre-compile-string.
6174 (reb-color-display-p): Avoid warning.
6175
6176 * calculator.el (calculator-last-input): Guard uses
6177 of event-key and key-press-event-p.
6178 (event-key, key-press-event-p): Delete definitions.
6179
6180 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6181 (find-gc-source-directory, find-gc-subrs-callers)
6182 (find-gc-noreturn-list, find-gc-source-files)
6183 (find-gc-subrs-called): Vars renamed and defvar'd.
6184
6185 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6186 (checkdoc-overlay-put, checkdoc-delete-overlay)
6187 (checkdoc-overlay-start, checkdoc-overlay-end)
6188 (checkdoc-mode-line-update, checkdoc-char=):
6189 Define such that compiler knows they are defined.
6190 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6191 (checkdoc-read-event): Delete. Use read-event directly.
6192
6193 * whitespace.el (whitespace-make-overlay)
6194 (whitespace-overlay-put, whitespace-delete-overlay)
6195 (whitespace-overlay-start, whitespace-overlay-end):
6196 Define such that compiler knows they are defined.
6197 (whitespace): Move conditional inside.
6198
6199 * tempo.el (tempo-insert-template): Suppress warning.
6200
6201 * ediff-diff.el (longlines-mode): Add defvar.
6202
6203 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6204
6205 * server.el: Bind "C-x #" in a way that works even if C-x is
6206 redefined to a command key, not a prefix key.
6207
6208 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6209
6210 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6211 cl-make-type-test till execution time.
6212
6213 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6214
6215 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6216 arg ARG and use it.
6217
6218 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6219
6220 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6221
6222 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6223
6224 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6225 a defcustom with two :set or :type keywords.
6226
6227 2005-07-15 Richard M. Stallman <rms@gnu.org>
6228
6229 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6230 Don't give ^M comment-end syntax.
6231
6232 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6235 Don't consider gdbmi (gdb-mi.el has its own update functions).
6236 (gdb-var-delete): Make it work for gdbmi as well.
6237 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6238
6239 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6240 (gud-speedbar-menu-items): Correct logic for enabling items.
6241
6242 2005-07-15 Kim F. Storm <storm@cua.dk>
6243
6244 * ido.el: Fix commentary.
6245 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6246 Use with-no-warnings around ffap-guesser.
6247 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6248 Let bind minibuffer-completing-file-name to t.
6249
6250 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6251
6252 * startup.el (site-run-file, keyboard-type): Doc fixes.
6253 (command-line): Check for "--basic-display" argument; also for
6254 "--quick", not "--bare-bones" (which was renamed).
6255 (fancy-splash-text): Add missing item "Getting New Versions".
6256 (normal-splash-screen): Fix typos and improve consistency with
6257 `fancy-splash-text'. Update copyright year.
6258
6259 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6260 valid binding for `help-char'.
6261
6262 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6263
6264 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6265
6266 * term.el (term-mode): Disable cua-mode for term buffers.
6267
6268 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6269
6270 * add-log.el (add-log-mailing-address, change-log-merge):
6271 Doc fixes.
6272 (change-log-get-method-definition): Fix typo in docstring.
6273
6274 2005-07-14 Kim F. Storm <storm@cua.dk>
6275
6276 * emulation/cua-base.el:
6277 (cua--pre-command-handler-1, cua--pre-command-handler)
6278 (cua--post-command-handler-1, cua--post-command-handler):
6279 Split in two. Check (buffer local) value of cua-mode.
6280 (cua-selection-mode): New command.
6281
6282 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6283
6284 * custom.el (custom-initialize-safe-set)
6285 (custom-initialize-safe-default): Doc fixes.
6286
6287 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6288 and simplify :init-value again.
6289
6290 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6291 and simplify :init-value again. Delete autoload.
6292
6293 * startup.el (command-line): Use `custom-reevaluate-setting' again
6294 for tooltip-mode.
6295
6296 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6297 a defcustom with two :initialize keywords.
6298
6299 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6300
6301 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6302 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6303 (allout-post-command-business, allout-flag-region)
6304 (isearch-reenable-font-lock, allout-yank)
6305 (allout-insert-latex-header, allout-insert-latex-trailer)
6306 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6307 (allout-latex-verb-quote): Fix typos in docstrings.
6308 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6309 (allout-unprotected, allout-prefix-data):
6310 Improve argument/docstring consistency.
6311 (allout-chart-subtree): Fix argument spec.
6312 (allout-open-topic): Rename `use_sib_bullet' argument to
6313 `use-sib-bullet'. Doc fix.
6314
6315 * whitespace.el (whitespace-check-buffer-leading)
6316 (whitespace-check-buffer-trailing)
6317 (whitespace-check-buffer-indent)
6318 (whitespace-check-buffer-spacetab)
6319 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6320 (whitespace-check-leading-whitespace)
6321 (whitespace-check-trailing-whitespace)
6322 (whitespace-check-spacetab-whitespace)
6323 (whitespace-check-indent-whitespace)
6324 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6325 (whitespace-modes): Fix typos in docstrings.
6326 (defgroup, defcustom): Doc fixes.
6327
6328 * winner.el (winner-mode, winner-boring-buffers)
6329 (winner-pending-undo-ring): Doc fixes.
6330 (winner-ring): Remove unneeded `progn'.
6331 (winner-equal): `defsubst' it.
6332 (winner-redo): Fix message.
6333
6334 2005-07-13 Kim F. Storm <storm@cua.dk>
6335
6336 * simple.el (line-move-1): Always use vertical-motion to
6337 do the last (or only) line move to ensure some movement.
6338 Undo 2005-06-23 change--don't check for overlays.
6339
6340 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6341
6342 * term/mac-win.el (ccl-encode-mac-roman-font)
6343 (ccl-encode-mac-centraleurroman-font)
6344 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6345 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6346 Change charset-id boundary of dimension to ?\xef.
6347 (mac-char-fontspec-list): New constant.
6348 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6349 argument. Nil uses itself as family in font-spec. Previous
6350 behavior for nil is now provided by non-nil non-string argument.
6351 All callers changed. Add font-specs for Mac fonts to
6352 "fontset-default" unless iso8859-1 fonts are installed.
6353
6354 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6357 a continuation line if the \ is preceded by SPC or TAB.
6358 (sh-get-indent-info): Simplify.
6359 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6360 Use with-current-buffer.
6361
6362 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6363 when the matched text is empty.
6364
6365 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6366
6367 * startup.el (command-line): Revert to previous handling of
6368 tooltip-mode. Explain in comment why the complexity is needed.
6369
6370 * tooltip.el (tooltip-mode): Revert to previous implementation of
6371 its defcustom.
6372
6373 * frame.el (blink-cursor-mode): Revert to previous implementation
6374 of its defcustom. Update comment.
6375
6376 2005-07-12 Lars Hansen <larsh@soem.dk>
6377
6378 * desktop.el: Update e-mail address.
6379
6380 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6381
6382 * term/mac-win.el (mac-services-mail-selection)
6383 (mac-services-mail-to): New functions.
6384 (mac-application-menu-map): Bind them.
6385
6386 2005-07-12 wulei <milton@wulei.net> (tiny change)
6387
6388 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6389
6390 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6391
6392 * custom.el (custom-reevaluate-setting): Doc fix.
6393
6394 2005-07-11 Jay Belanger <belanger@truman.edu>
6395
6396 * calc/calc.el (calc-embedded-announce-formula-alist)
6397 (calc-embedded-open-close-plain-alist)
6398 (calc-embedded-open-close-mode-alist): Add checks for additional
6399 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6400
6401 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * custom.el (custom-enable-theme): Don't add theme to
6404 `custom-enabled-themes' with `push' because there is no
6405 setf-method for `delq'.
6406
6407 2005-07-11 Richard M. Stallman <rms@gnu.org>
6408
6409 * custom.el (custom-declare-variable): Doc fix.
6410
6411 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6412 from the alists.
6413
6414 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6415 Do nothing if edebug-active.
6416
6417 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6418 (edebug-display): Do it here instead.
6419
6420 2005-07-10 Richard M. Stallman <rms@gnu.org>
6421
6422 * cus-face.el (custom-theme-set-faces): Make it work.
6423 (custom-reset-faces): Doc fix.
6424 (custom-theme-reset-internal-face, custom-theme-face-value):
6425 Functions deleted.
6426
6427 * custom.el (custom-push-theme): Maintain list of the settings
6428 of a given theme in its theme-settings property.
6429 Maintain position of old settings in the theme-value
6430 or theme-face property.
6431 (custom-enabled-themes): New variable.
6432 (custom-theme-enabled-p): New function.
6433 (provide-theme): Update custom-enabled-themes.
6434 Disable and reenable the `user' theme.
6435 (require-theme): Doc fix.
6436 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6437 (custom-theme-value, custom-theme-variable-value): Likewise.
6438 (custom-theme-reset-internal): Likewise.
6439 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6440 (custom-enable-theme, custom-disable-theme): New functions.
6441 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6442 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6443 (custom-theme-reset-variables): Simplify.
6444 (deftheme, custom-declare-theme, custom-make-theme-feature):
6445 Definitions moved.
6446
6447 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6448
6449 * longlines.el (longlines-show-region)
6450 (longlines-unshow-hard-newlines): Recognize hard newlines by
6451 non-nil hard property, instead of t.
6452
6453 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6454
6455 * viper-cmd.el (viper--key-maps): New variable.
6456 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6457 emulation-mode-map-alists.
6458 (viper-envelop-ESC-key): Use viper-subseq.
6459 (viper-search-forward/backward/next): Disable debug-on-error.
6460
6461 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6462 (viper-ESC-key): New defcustoms.
6463
6464 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6465
6466 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6467 (viper-subseq): Copy of subseq from cl.el.
6468
6469 * viper.el (viper-go-away, viper-set-hooks): Use
6470 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6471
6472 * viper-mous.el (viper-current-frame-saved): Use defvar.
6473
6474 * viper-init.el: Get rid of -face in face names.
6475
6476 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6477 Make it work with longlines mode
6478
6479 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6480
6481 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6482
6483 * ediff-init.el: Get rid of -face in face names.
6484
6485 2005-07-10 Richard M. Stallman <rms@gnu.org>
6486
6487 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6488 and with-timeout-unsuspend.
6489
6490 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6491 and with-timeout-unsuspend.
6492
6493 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6494 (with-timeout): Bind that variable to record timers.
6495 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6496
6497 * emacs-lisp/debug.el (debug-help-follow): New function.
6498 (debugger-mode-map): Use that instead of help-follow.
6499 (debugger-setup-buffer): Use eval-buffer-list
6500 to handle eval-buffer frames.
6501
6502 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6503
6504 * timezone.el (timezone-parse-date): Change first regexp
6505 so it will not mistakenly match dates with no time zone.
6506
6507 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6508
6509 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6510
6511 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6512
6513 * custom.el (custom-initialize-safe-set)
6514 (custom-initialize-safe-default): New functions.
6515
6516 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6517 and simplify :init-value.
6518
6519 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6520 and simplify :init-value. Delete obsolete comment.
6521
6522 * startup.el (command-line): Use `custom-reevaluate-setting' to
6523 handle `tooltip-mode'. Delete obsolete comment.
6524
6525 * files.el (set-visited-file-name): Avoid calling
6526 `file-name-nondirectory' with a nil argument.
6527
6528 2005-07-09 Richard M. Stallman <rms@gnu.org>
6529
6530 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6531 was called with nil for the buffer, handle the read position right.
6532 Handle read position for eval-region, too.
6533
6534 2005-07-09 Juri Linkov <juri@jurta.org>
6535
6536 * fringe.el (fringe-mode): Add period in docstring.
6537 (fringe-query-style): Build prompt depending on `all-frames' arg.
6538
6539 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6540 to not create links to unrelated functions in the Help buffer.
6541
6542 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6543 Doc fix.
6544
6545 * simple.el (next-error-hook): New variable.
6546 (next-error): Use it. Doc fix.
6547
6548 * textmodes/ispell.el (ispell-command-loop): Add current
6549 dictionary name and program name to mode-line-format.
6550 (ispell-region, ispell-process-line): Add current dictionary name
6551 and program name to messages.
6552
6553 2005-07-08 Jay Belanger <belanger@truman.edu>
6554
6555 * calc/calc.el (calc-embedded-announce-formula-alist)
6556 (calc-embedded-open-close-formula-alist)
6557 (calc-embedded-open-close-word-alist)
6558 (calc-embedded-open-close-plain-alist)
6559 (calc-embedded-open-close-new-formula-alist)
6560 (calc-embedded-open-close-mode-alist)
6561 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6562 (calc-embedded-mode-hook): New variables.
6563
6564 * calc/calc-embed.el (calc-embedded-firsttime)
6565 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6566 New variables.
6567 (calc-do-embedded): Use calc-embedded-firsttime,
6568 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6569 determine whether or not to run hooks.
6570 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6571 calc-embedded-firsttime-formula appropriately.
6572 Set calc-embedded delimiter variables according to mode.
6573
6574 2005-07-08 Richard M. Stallman <rms@gnu.org>
6575
6576 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6577 Check for "emacs", etc., as entire symbol, not just as word.
6578 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6579
6580 * files.el (set-visited-file-name): Report the error
6581 for "empty filename" earlier.
6582 (kill-some-buffers): Ignore buffers already dead.
6583
6584 * fringe.el (fringe-mode): Doc fix.
6585
6586 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6587 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6588 Use unwind-protect to ensure byte-compile-unresolved-functions
6589 is updated.
6590
6591 * whitespace.el (whitespace-buffer-leading-cleanup):
6592 Simplify w/ skip-chars-forward.
6593 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6594
6595 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6596 Unconditionally try to leave point at the same old place.
6597
6598 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6599
6600 * comint.el (comint-postoutput-scroll-to-bottom)
6601 (comint-show-maximum-output): Take scroll-margin into consideration.
6602
6603 2005-07-08 Kim F. Storm <storm@cua.dk>
6604
6605 * ido.el (ido-use-filename-at-point): New choice `guess'.
6606 (ido-file-internal): Try ffap-guesser if selected.
6607
6608 * ido.el (ido-before-fallback-functions): New hook.
6609 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6610 (ido-read-file-name): Run it.
6611
6612 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6615 strings rather than a list of symbols to the completion function.
6616
6617 2005-07-07 Jay Belanger <belanger@truman.edu>
6618
6619 * calc/calc-units.el (math-apply-units): Change the places in
6620 which units are simplified.
6621
6622 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6623
6624 * cus-edit.el (customize-option, customize-option-other-window):
6625 Make them handle aliases.
6626
6627 * custom.el (custom-variable-p): Make it recursively follow
6628 aliases. Mention that in the docstring.
6629
6630 2005-07-07 Richard M. Stallman <rms@gnu.org>
6631
6632 * cus-start.el (exec-path): Use `directory' instead of `file'.
6633 Fix tag for nil.
6634
6635 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6636
6637 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6638 when called non-interactively. Doc fix.
6639
6640 2005-07-07 Lute Kamstra <lute@gnu.org>
6641
6642 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6643 new address as well.
6644
6645 2005-07-07 Kenichi Handa <handa@m17n.org>
6646
6647 * international/mule.el (make-coding-system):
6648 Describe `ascii-incompatible' property in the docstring.
6649 (set-file-name-coding-system): Signal an error if coding-system is
6650 ascii-incompatible.
6651 (set-keyboard-coding-system): Likewise.
6652
6653 * international/mule-cmds.el (set-default-coding-systems):
6654 Don't set default-file-name-coding-system and
6655 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6656
6657 * international/utf-16.el: Declare that all UTF-16-based coding
6658 systems are ASCII-incompatible.
6659
6660 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6661
6662 * progmodes/gud.el: Require font-lock for displaying errors.
6663 Used by gdb-ui.el.
6664
6665 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6666
6667 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6668 values for the pattern lists which are `read'able but not
6669 `append'able (like symbols).
6670
6671 2005-07-06 Richard M. Stallman <rms@gnu.org>
6672
6673 * progmodes/flymake.el (flymake-float-time): Instead of
6674 with-no-warnings, test for xemacs.
6675 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6676 to avoid warning.
6677
6678 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
6679
6680 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6681
6682 2005-07-05 Lute Kamstra <lute@gnu.org>
6683
6684 * battery.el: Add support for Darwin (with much debugging help
6685 from Samuel Lauber <sam124@operamail.com>).
6686 (battery-status-function, battery-echo-area-format)
6687 (battery-mode-line-format): Add support for pmset on Darwin.
6688 (battery-load-low, battery-load-critical): New user options.
6689 (battery-pmset): New function.
6690
6691 2005-07-05 Lute Kamstra <lute@gnu.org>
6692
6693 Update FSF's address in GPL notices.
6694
6695 * textmodes/page-ext.el: Update FSF's address.
6696
6697 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6700 filling from using prefix when filling a single-line docstring.
6701
6702 * progmodes/flymake.el: Remove useless eval-when-compile.
6703
6704 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6705
6706 2005-07-04 Richard M. Stallman <rms@gnu.org>
6707
6708 * textmodes/org.el (org-file-apps-defaults-gnu):
6709 Rename from org-file-apps-defaults-linux.
6710 (org-default-apps): Don't test system-type for `linux'.
6711 (org-file-apps): Doc fix.
6712
6713 2005-07-04 David Ponce <david@dponce.com>
6714
6715 * tree-widget.el: Improve header Commentary section.
6716 (tree-widget) [defgroup]
6717 (tree-widget-image-enable, tree-widget-themes-directory)
6718 (tree-widget-theme, tree-widget-image-properties-emacs)
6719 (tree-widget-image-properties-xemacs, tree-widget-create-image)
6720 (tree-widget-image-formats, tree-widget-control)
6721 (tree-widget-empty-control, tree-widget-leaf-control
6722 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6723 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6724 (tree-widget-keep, tree-widget-after-toggle-functions)
6725 (tree-widget-open-node, tree-widget-close-node): Doc fix.
6726 (tree-widget-open-control, tree-widget-close-control): Fix doc and
6727 :help-echo message.
6728 (tree-widget-set-theme): Doc fix. Use `string-equal'.
6729 (tree-widget-image-properties): Doc fix. Clearer implementation.
6730 (tree-widget--cursors): New constant.
6731 (tree-widget-lookup-image): New function split from
6732 `tree-widget-find-image'. Clearer implementation.
6733 (tree-widget-find-image): Use it.
6734 (tree-widget-button-keymap): Use `set-keymap-parent'.
6735 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6736 Define the sub-widgets here.
6737 (tree-widget-node): Check that :node is not a tree-widget.
6738 (tree-widget-get-super, tree-widget-open-control)
6739 (tree-widget-close-control, tree-widget-empty-control)
6740 (tree-widget-leaf-control, tree-widget-guide)
6741 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6742 (tree-widget-no-handle, tree-widget-value-delete)
6743 (tree-widget-map): Remove.
6744 (tree-widget-children-value-save): Doc fix. Simplified.
6745 (tree-widget-value-create): Update according to previous changes.
6746
6747 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
6748
6749 * textmodes/org.el: Leading space replaced by TABS.
6750 (org-recalc-marks, org-table-rotate-recalc-marks)
6751 (org-table-get-specials): Treat "^" and "_" marks.
6752 (org-table-justify-field-maybe): Optional argument NEW.
6753 (org-table-eval-formula): Parsing of the format simplified.
6754 New modes C,I. Honor the %= parameter in the current table.
6755 Avoid unnecessary re-align by using the NEW argument to
6756 `org-table-justify-field-maybe'.
6757 (org-calc-default-modes): Default for date-format mimicks org-mode.
6758 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6759
6760 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6761
6762 * cus-face.el (custom-theme-set-faces): Make it handle face
6763 aliases whose alias declarations are pre- or autoloaded.
6764
6765 2005-07-04 Juri Linkov <juri@jurta.org>
6766
6767 * faces.el (read-face-name): Put the code for getting a face name
6768 from the buffer before adding the faces from the `face' property.
6769 Use `completing-read-multiple' instead of `completing-read'.
6770 Require `crm'. Add default value and post-process the returned
6771 list of faces.
6772
6773 * emacs-lisp/crm.el (crm-find-current-element)
6774 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6775
6776 * emacs-lisp/lisp-mode.el (eval-defun-1):
6777 * emacs-lisp/edebug.el (edebug-eval-defun):
6778 Remove unnecessary quotes.
6779
6780 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6783 (prolog-indent-level): Fix typo in docstring.
6784
6785 * info.el (Info-history, Info-history-forward)
6786 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6787
6788 * add-log.el (add-change-log-entry):
6789 * comint.el (comint-dynamic-list-input-ring)
6790 (comint-dynamic-list-completions):
6791 * dabbrev.el (dabbrev-expand):
6792 * delim-col.el (delimit-columns-rectangle-line):
6793 * diff-mode.el (diff-context->unified, diff-reverse-direction)
6794 (diff-unified->context):
6795 * ediff-init.el (ediff-abbrev-jobname):
6796 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6797 (ediff-replace-session-activity-marker-in-meta-buffer):
6798 * info.el (Info-summary):
6799 * lpr.el (printify-region):
6800 * printing.el (pr-create-interface):
6801 * ps-print.el (ps-print-quote):
6802 * ses.el (ses-column-widths, ses-print-cell)
6803 (ses-adjust-print-width, ses-center):
6804 * shell.el (shell-file-name-quote-list):
6805 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6806 (strokes-fill-current-buffer-with-whitespace)
6807 (strokes-xpm-for-stroke, strokes-list-strokes)
6808 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6809 * term.el (term-dynamic-list-input-ring)
6810 (term-dynamic-list-completions):
6811 * calc/calc.el (math-format-stack-value):
6812 * emacs-lisp/edebug.el (edebug-display-freq-count):
6813 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6814 (delphi-new-comment-line):
6815 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6816 * progmodes/executable.el (executable-set-magic):
6817 * progmodes/python.el (inferior-python-mode):
6818 * progmodes/scheme.el (scheme-mode-syntax-table):
6819 * progmodes/sh-script.el (sh-maybe-here-document):
6820 * progmodes/sql.el (sql-copy-column):
6821 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6822 * textmodes/bibtex.el (bibtex-mode):
6823 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6824 (sgml-auto-attributes):
6825 * textmodes/table.el (table-insert, table-shorten-cell)
6826 (table--generate-source-scan-lines, table-delete-row)
6827 (*table--cell-delete-char, table--spacify-frame)
6828 (table--horizontally-shift-above-and-below)
6829 (table--cell-insert-char, table--cell-blank-str)
6830 (table--fill-region-strictly):
6831 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6832 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6833
6834 * add-log.el (change-log):
6835 * apropos.el (apropos):
6836 * comint.el (comint-completion, comint-source):
6837 * dabbrev.el (dabbrev):
6838 * delim-col.el (columns):
6839 * diff-mode.el (diff-mode):
6840 * ediff.el (ediff):
6841 * ediff-diff.el (ediff-diff):
6842 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6843 * ediff-mult.el (ediff-mult):
6844 * ediff-ptch.el (ediff-ptch):
6845 * ediff-wind.el (ediff-window):
6846 * facemenu.el (facemenu):
6847 * indent.el (indent):
6848 * info.el (info):
6849 * jka-cmpr-hook.el (compression, jka-compr):
6850 * lpr.el (lpr):
6851 * outline.el (outlines):
6852 * pcmpl-cvs.el (pcmpl-cvs):
6853 * pcmpl-rpm.el (pcmpl-rpm):
6854 * printing.el (printing):
6855 * ps-print.el (postscript, ps-print, ps-print-horizontal)
6856 (ps-print-vertical, ps-print-headers, ps-print-font)
6857 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6858 (ps-print-background, ps-print-printer, ps-print-page)
6859 (ps-print-miscellany):
6860 * ses.el (ses):
6861 * shell.el (shell, shell-directories, shell-faces):
6862 * startup.el (initialization):
6863 * strokes.el (strokes):
6864 * term.el (term):
6865 * uniquify.el (uniquify):
6866 * w32-vars.el (w32):
6867 * calc/calc.el (calc):
6868 * emacs-lisp/bytecomp.el (bytecomp):
6869 * emacs-lisp/cl-indent.el (lisp-indent):
6870 * emacs-lisp/edebug.el (edebug):
6871 * emacs-lisp/elp.el (elp):
6872 * emacs-lisp/testcover.el (testcover):
6873 * emacs-lisp/trace.el (trace):
6874 * emulation/viper-ex.el (viper-ex):
6875 * emulation/viper-mous.el (viper-mouse):
6876 * mail/mailalias.el (mailalias):
6877 * mail/supercite.el (supercite, supercite-frames)
6878 (supercite-attr, supercite-cite, supercite-hooks):
6879 * net/rcompile.el (remote-compile):
6880 * net/rlogin.el (rlogin):
6881 * obsolete/ooutline.el (outlines):
6882 * progmodes/delphi.el (delphi):
6883 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6884 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6885 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6886 (ebnf-optimization):
6887 * progmodes/etags.el (etags):
6888 * progmodes/executable.el (executable):
6889 * progmodes/idlwave.el (idlwave):
6890 * progmodes/pascal.el (pascal):
6891 * progmodes/prolog.el (prolog):
6892 * progmodes/python.el (python):
6893 * progmodes/scheme.el (scheme):
6894 * progmodes/sh-script.el (sh, sh-script):
6895 * progmodes/sql.el (SQL):
6896 * progmodes/tcl.el (tcl):
6897 * textmodes/bibtex.el (bibtex, bibtex-autokey):
6898 * textmodes/enriched.el (enriched):
6899 * textmodes/makeinfo.el (makeinfo):
6900 * textmodes/sgml-mode.el (sgml):
6901 * textmodes/table.el (table-hooks):
6902 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6903 * textmodes/texinfo.el (texinfo):
6904 * textmodes/two-column.el (two-column):
6905 Finish `defgroup' description with period.
6906
6907 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6908 * eshell/esh-var.el (eshell-var):
6909 * progmodes/vhdl-mode.el (vhdl-testbench):
6910 * textmodes/org.el (org): Fix typos in docstrings.
6911
6912 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6913 consistency.
6914
6915 * progmodes/flymake.el (flymake-find-file): Remove.
6916 (flymake-float-time): Use `with-no-warnings'.
6917 (flymake-check-start-time, flymake-check-was-interrupted)
6918 (flymake-err-info, flymake-is-running, flymake-last-change-time)
6919 (flymake-new-err-info): `defvar' at compile time.
6920
6921 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
6922
6923 * replace.el (occur-hook): Doc fix.
6924 (occur-1): Don't call `occur-hook' if there are no matches.
6925
6926 2005-07-03 Richard M. Stallman <rms@gnu.org>
6927
6928 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6929 global-map, save the same map.
6930 (global-map): Don't alter it at top level.
6931 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
6932 Then alter it here instead.
6933 (tpu-edt-off): Set global-map to the saved one.
6934
6935 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
6936 All references simplified.
6937 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
6938 (zmacs-regions): Add defvar.
6939 (repeat-complex-command-map): Everything about that deleted.
6940
6941 * textmodes/artist.el (artist-key-is-drawing)
6942 (artist-key-endpoint1, artist-key-poly-point-list)
6943 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
6944 (artist-key-compl-table, artist-rb-save-data)
6945 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
6946 Don't put them in eval-when-compile.
6947 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
6948
6949 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
6950 Use with-no-warnings.
6951
6952 * net/browse-url.el (dos-windows-version): Add defvar.
6953
6954 * mail/supercite.el (filladapt-prefix-table): Add defvar.
6955
6956 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
6957 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
6958 (rmail-new-summary-line-count): Rename from new-summary-line-count.
6959 Add defvar.
6960 (rmail-summary-beginning-of-message): Use with-no-warnings.
6961 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
6962
6963 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
6964 Use with-no-warnings.
6965
6966 * emulation/vi.el (vi-mark-region): Use c-mark-function.
6967 (c-mark-function): Add point-moving-unit property.
6968 (vi-goto-line): Use with-no-warnings.
6969
6970 * emulation/edt.el (edt-last-copied-word): Add defvar.
6971 (zmacs-region-stays): Likewise.
6972 (edt-mark-section-wisely): Use c-mark-function for C.
6973 Use makr-defun for Fortran.
6974 (time-string): defvar deleted.
6975 (edt-display-the-time): Don't set time-string.
6976
6977 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
6978
6979 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6980 Don't warn when name is not constant
6981 or for defining the group `emacs'.
6982
6983 * tooltip.el (gud-tooltip-mode): Add defvar.
6984
6985 * startup.el (default-frame-background-mode): Add defvar.
6986
6987 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
6988
6989 * info.el (tool-bar-map): Add defvar.
6990
6991 * dired.el (dnd-protocol-alist): Add defvar.
6992
6993 * dired-aux.el (dired-query): Display question with answer, when
6994 the user answers.
6995
6996 * custom.el (custom-add-option): Doc fix.
6997
6998 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
6999
7000 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7001
7002 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7003 bogus name from the last change.
7004
7005 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * custom.el (custom-declare-variable): Fix typos in comment.
7008 (custom-known-themes): Doc fix.
7009 (custom-theme-directory): New defcustom.
7010 (require-theme): Make it check `custom-theme-directory'.
7011
7012 * cus-theme.el (custom-new-theme-mode): New function.
7013 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7014 (custom-theme-description): Add compiler defvars.
7015 (customize-create-theme): Add doc to the "*New Custom Theme*"
7016 buffer. Use `custom-new-theme-mode'.
7017 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7018 and save it to the `custom-theme-directory'. Make this the
7019 default directory of the buffer.
7020
7021 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7022
7023 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7024 Fix unbalanced parentheses.
7025
7026 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7029 into flymake-mode and delegate to flymake-mode.
7030
7031 * find-file.el (ff-which-function-are-we-in): Clean up.
7032
7033 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * replace.el (occur-rename-buffer): Fix docstring.
7036
7037 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7038 (edt-last-copied-word, edt-learn-macro-count)
7039 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7040 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7041 (time-string, zmacs-region-stays):
7042 * emulation/edt-mapper.el (edt-save-function-key-map)
7043 (EDT-key-name): `defvar' to silence the byte-compiler.
7044
7045 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7046
7047 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7048 font-lock-regexp-backslash. Doc fix.
7049 (font-lock-regexp-backslash-grouping-construct): Rename from
7050 font-lock-regexp-backslash-construct. Doc fix.
7051 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7052 grouping constructs.
7053
7054 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7055
7056 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7057 updating all the prerequisites.
7058
7059 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7060
7061 * textmodes/org.el (org-agenda-start-on-weekday)
7062 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7063 (org-agenda-use-time-grid, org-archive-location)
7064 (org-allow-space-in-links, org-usenet-links-prefer-google)
7065 (org-enable-table-editor, org-export-default-language)
7066 (org-export-html-show-new-buffer, org-fill-paragraph)
7067 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7068 (org-goto-quit, org-occur, org-eval-in-calendar)
7069 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7070 (org-agenda-diary-entry, org-remember-help)
7071 (org-table-convert-region, org-at-table-p)
7072 (org-table-move-row-down, org-table-move-row-up)
7073 (org-table-copy-region, org-table-toggle-vline-visibility)
7074 (org-table-get-stored-formulas, org-table-get-specials)
7075 (org-recalc-commands, org-table-eval-formula)
7076 (org-table-formula-substitute-names, orgtbl-make-binding)
7077 (org-format-org-table-html, org-format-table-table-html)
7078 (org-format-table-table-html-using-table-generate-source)
7079 (org-customize): Fix typos in docstrings.
7080 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7081 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7082 (org-back-to-heading): Doc fixes.
7083 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7084 (org-agenda-change-all-lines, org-get-header):
7085 Improve argument/docstring consistency.
7086 (orgtbl-error): Fix error message.
7087
7088 * progmodes/flymake.el (flymake-find-possible-master-files)
7089 (flymake-master-file-compare, flymake-get-line-err-count)
7090 (flymake-highlight-line, flymake-gui-warnings-enabled):
7091 Fix typos in docstrings.
7092 (flymake-parse-line, flymake-get-project-include-dirs-function)
7093 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7094 Doc fixes.
7095 (flymake-get-project-include-dirs-function)
7096 (flymake-make-err-menu-data):
7097 Improve argument/docstring consistency.
7098
7099 2005-07-01 Lute Kamstra <lute@gnu.org>
7100
7101 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7102 Catch errors with ignore-errors. Use temporary buffer.
7103 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7104
7105 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7106 background color faces.
7107 (facemenu-set-foreground, facemenu-set-background):
7108 Use facemenu-set-face-from-menu.
7109 (facemenu-set-face-from-menu): Treat face names that start with
7110 "fg:" or "bg:" as special.
7111 (facemenu-add-new-color): Don't create faces. Simplify.
7112
7113 2005-06-30 Richard M. Stallman <rms@gnu.org>
7114
7115 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7116 (crm-find-current-element): Likewise.
7117
7118 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7119
7120 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7121
7122 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7125 (archive-mouse-extract): Make it an obsolete alias.
7126 (archive-mode-map): Don't use archive-mouse-extract any more.
7127 (archive-mode, archive-extract): write-contents-hooks ->
7128 write-contents-functions.
7129 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7130 first arg.
7131 (archive-rename-entry): Update the call.
7132 (archive-zip-summarize): Remove unused var `method'.
7133 (archive-lzh-summarize): Remove unused var `creator'.
7134
7135 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7136 dedicated frame upon exit.
7137
7138 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7139 (archive-zip-extract, archive-zip-expunge)
7140 (archive-zip-update, archive-zip-update-case): Use executable-find.
7141 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7142 Use restore-buffer-modified-p.
7143 (archive-extract, archive-add-new-member, archive-write-file-member):
7144 Use with-current-buffer.
7145 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7146
7147 2005-06-30 Andreas Schwab <schwab@suse.de>
7148
7149 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7150
7151 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7152
7153 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7154
7155 2005-06-30 Juri Linkov <juri@jurta.org>
7156
7157 * faces.el (vertical-border): Inherit from mode-line-inactive
7158 only on tty.
7159
7160 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7161
7162 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7163 example, -NLINES in the `occur' docstring).
7164
7165 * replace.el (occur-1): When no matches are found, do not set the
7166 `buffer-read-only' and modified flags for the occur buffer,
7167 because it is deleted.
7168
7169 * emulation/cua-base.el (cua-check-pending-input)
7170 (cua-repeat-replace-region, cua-mode, cua-debug)
7171 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7172 Fix typos in docstrings.
7173
7174 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7175 (cua-cut-region-to-global-mark)
7176 (cua--cut-rectangle-to-global-mark):
7177 Remove period from end of messages.
7178
7179 * emulation/cua-rect.el (cua-do-rectangle-padding):
7180 Remove period from end of messages.
7181 (cua--rectangle-seq-format): Fix typo in docstring.
7182 (cua-sequence-rectangle, cua-fill-char-rectangle):
7183 Improve argument/docstring consistency.
7184
7185 2005-06-29 Juri Linkov <juri@jurta.org>
7186
7187 * faces.el (default-frame-background-mode): New internal variable.
7188 (frame-set-background-mode): Use it.
7189
7190 * startup.el (normal-top-level): Set default-frame-background-mode
7191 instead of frame-background-mode. Before setting it, test for its
7192 nil value. Remove tests for frame-background-mode and frame
7193 parameter `reverse'. Add test for "unspecified-fg".
7194
7195 * term/xterm.el (xterm-rxvt-set-background-mode):
7196 * term/rxvt.el (rxvt-set-background-mode):
7197 Set default-frame-background-mode instead of frame-background-mode.
7198
7199 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7200
7201 * simple.el (set-variable): Warn about obsolete user variables.
7202
7203 * imenu.el (imenu--completion-buffer):
7204 * mouse.el (mouse-buffer-menu-alist):
7205 * msb.el (msb-invisible-buffer-p):
7206 * calendar/diary-lib.el (diary-header-line-format):
7207 * emacs-lisp/pp.el (pp-buffer):
7208 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7209 * textmodes/picture.el (picture-replace-match):
7210 Change space constants followed by a sexp to "?\s ".
7211
7212 * play/decipher.el (decipher-loop-with-breaks):
7213 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7214 constants "protected" from end of line by a comment to "?\s".
7215
7216 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * font-lock.el (save-buffer-state): Use `declare'.
7219
7220 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7221 reset the syntax-table to cperl-mode-syntax-table.
7222 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7223 "foo_print_bar" is not matched as a reserved keyword.
7224
7225 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7226
7227 * textmodes/org.el (orgtbl-setup): New function, for delayed
7228 setup for the orgtbl commands.
7229 (org-calc-default-modes): New option.
7230 (orgtbl-make-binding): Use `defun' to get better help display.
7231 (org-diary): Call `org-compile-prefix-format'.
7232 (org-table-formula-substitute-names): New function.
7233 (org-agenda-day-view, org-agenda-week-view): New commands.
7234 (org-agenda-toggle-week-view): Command removed.
7235 (org-tbl-menu): Split off from org-org-menu.
7236 (org-mode): Move removal of outline-mode menus to here.
7237 (org-table-formula-debug): New option.
7238 (org-table-insert-row): Keep first field if just "#" or "*".
7239 (org-mode): Paragraph regexps fixed.
7240 (org-table-recalculate-regexp): New constant.
7241 (org-table-justify-field-maybe): Avoid replace if not necessary.
7242 (org-copy-special, org-cut-special): Use `call-interactively'.
7243 (org-table-copy-region): Take region from `interactive' call.
7244 (org-trim): Return string even if no match.
7245 (org-formula): New face.
7246 (org-set-font-lock-defaults): No longer highlight "FIXME".
7247 But highlight formula-related fields in table.
7248 (org-table-p): Use regexp, not fontification.
7249 (org-table-align): Handle white space at end of line.
7250 (org-table-formula-evaluate-inline): New option.
7251 (org-mode): Auto-wrapping in comment lines turned off.
7252 (org-table-copy-down): Evaluate only in copied field, not in
7253 destination.
7254 (org-table-current-formula): Variable removed.
7255 (org-table-store-formulas, org-table-get-stored-formulas)
7256 (org-table-modify-formulas, org-table-replace-in-formulas)
7257 (org-table-maybe-eval-formula): New functions.
7258 (org-table-get-formula): Modify to use stored formulas.
7259 (org-table-insert-column, org-table-delete-column)
7260 (org-table-move-column): Call `org-table-modify-formulas'.
7261 (org-complete): Add completion for keyword formulas.
7262 (orgtbl-mode): Pull orgtbl-mode-map to start of
7263 minor-mode-map-alist.
7264
7265 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * progmodes/python.el (python-check): Require `compile' before
7268 modifying its variables.
7269
7270 * newcomment.el (comment-indent-default): Don't get fooled by an early
7271 end of buffer.
7272
7273 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7274
7275 * ps-print.el (ps-print-version): Fix version number.
7276
7277 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7278
7279 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7280
7281 2005-06-28 Richard M. Stallman <rms@gnu.org>
7282
7283 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7284 (flyspell-local-mouse-map): Declaration deleted.
7285 (flyspell-mouse-map): Bind only mouse-2.
7286 (flyspell-mode-map): Don't test flyspell-use-local-map.
7287 (flyspell-overlay-keymap-property-name): Var deleted.
7288 (flyspell-mode-on): Don't make local bindings for
7289 flyspell-mouse-map and flyspell-mode-map.
7290 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7291
7292 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7293
7294 * progmodes/compile.el (compilation-next-error-function):
7295 Don't switch buffers; operate on the current buffer.
7296
7297 * progmodes/compile.el (compilation-error-file-name)
7298 (compilation-warning-file-name, compilation-info-file-name)
7299 (compilation-line-number, compilation-column-number): New faces.
7300 (compilation-error-face, compilation-warning-face)
7301 (compilation-info-face, compilation-line-face)
7302 (compilation-column-face): Use them.
7303
7304 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7305
7306 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7307
7308 * bindings.el (global-map): Bind insertchar and its variants.
7309
7310 2005-06-27 Richard M. Stallman <rms@gnu.org>
7311
7312 * textmodes/artist.el (artist-text-overwrite)
7313 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7314
7315 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7316
7317 * ps-print.el: It was not working the page selection for printing.
7318 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7319 (ps-print-version): New version 6.6.7.
7320 (ps-end-sheet): New fun.
7321 (ps-header-sheet, ps-end-job): Call it.
7322
7323 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7324
7325 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7326
7327 2005-06-27 Lute Kamstra <lute@gnu.org>
7328
7329 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7330 background color faces.
7331 (facemenu-get-face): Delete function.
7332 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7333 (facemenu-add-new-color): Make second argument mandatory.
7334 Create the appropriate face and return it. Simplify.
7335 (facemenu-set-foreground, facemenu-set-background): Don't check if
7336 color is defined. Use return value of facemenu-add-new-color.
7337
7338 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7339
7340 * progmodes/gud.el (gud-filter): Add missing argument to
7341 with-selected-window.
7342
7343 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7346 a :require to the defcustom.
7347
7348 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7349 defcustoms corresponding to minor modes.
7350
7351 2005-06-26 David Ponce <david@dponce.com>
7352
7353 * recentf.el: Require tree-widget instead of wid-edit.
7354 (recentf-filename-handler): Fix widget :type.
7355 (recentf-cancel-dialog, recentf-open-more-files)
7356 (recentf-open-files-action): Doc fix.
7357 (recentf-dialog-goto-first): New function.
7358 (recentf-dialog-mode-map): Set parent keymap first.
7359 (recentf-dialog-mode): Define with define-derived-mode.
7360 Don't display continuation lines in dialogs.
7361 (recentf-edit-list): Rename from recentf-edit-selected-items.
7362 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7363 Simplify.
7364 (recentf-edit-list-validate): New function.
7365 (recentf-edit-list): Update accordingly.
7366 (recentf-open-files-item-shift): Remove.
7367 (recentf-open-files-item): Convert menu elements into tree and
7368 link widgets. Don't create the widgets.
7369 (recentf-open-files): Update accordingly.
7370 (recentf-save-list): Untabify.
7371
7372 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7373
7374 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7375 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7376 partially contained in the active region. Do not take active
7377 region into account when called from Lisp, unless INTERACTIVE arg
7378 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7379 avoid trouble with fields. Make marker point nowhere when no
7380 longer used. Always return nil. Doc fix.
7381 (flush-lines): Add INTERACTIVE arg. Do not take active region
7382 into account when called from Lisp, unless INTERACTIVE arg is
7383 non-nil. Use `forward-line' instead of `beginning-of-line' to
7384 avoid trouble with fields. Make marker point nowhere when no
7385 longer used. Always return nil. Doc fix.
7386 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7387 interchangeable. Do not take active region into account when
7388 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7389 message in echo area when called from Lisp, unless INTERACTIVE arg
7390 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7391 Return the number of matches. Doc fix.
7392 (occur): Doc fix.
7393 (perform-replace): Make comment follow double space convention for
7394 the sake of `outline-minor-mode'.
7395
7396 * faces.el (facep): Doc fix.
7397
7398 2005-06-25 Richard M. Stallman <rms@gnu.org>
7399
7400 * facemenu.el (facemenu-enable-faces-p): New function.
7401 (facemenu-background-menu, facemenu-foreground-menu)
7402 (facemenu-face-menu): Add menu-enable property.
7403
7404 * jka-compr.el (jka-compr-insert-file-contents):
7405 Special handling if cannot find the uncompression program.
7406
7407 * cus-face.el (custom-face-attributes): Add autoload.
7408
7409 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7410 Bind comment-indent-function locally.
7411
7412 * window.el (save-selected-window): Use save-current-buffer.
7413
7414 * subr.el (with-selected-window): Use save-current-buffer.
7415
7416 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7417 and with-current-buffer.
7418
7419 2005-06-24 Richard M. Stallman <rms@gnu.org>
7420
7421 * simple.el (line-move-1): Fix previous change.
7422
7423 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7424
7425 * replace.el (occur-1): Set `buffer-read-only' and the
7426 buffer-modified flag before running `occur-hook' to protect
7427 against unintentional buffer switches that can lead to data loss.
7428
7429 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7430
7431 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7432 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7433 initial error.
7434
7435 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7436 after fresh input.
7437 (gdb-var-create-handler): Put name of expression in quotes.
7438
7439 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7440
7441 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7442 elements of RING in order, and without bogus nil elements.
7443
7444 2005-06-23 Richard M. Stallman <rms@gnu.org>
7445
7446 * simple.el (set-variable): Args renamed; doc fix.
7447 (line-move-1): When there are overlays around, use vertical-motion.
7448
7449 * faces.el (escape-glyph): Use brown against light background.
7450 (nobreak-space): Rename from no-break-space.
7451 Fix previous change.
7452
7453 * dired-aux.el (dired-do-copy): Fix arg prompt.
7454
7455 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7456
7457 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7458
7459 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7460 rather than "Distributor".
7461
7462 2005-06-23 Lute Kamstra <lute@gnu.org>
7463
7464 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7465 (debug-on-entry): Use it. New interactive declaration that uses
7466 function-called-at-point.
7467
7468 2005-06-23 Kim F. Storm <storm@cua.dk>
7469
7470 * subr.el (save-match-data): Add comment about using evaporate arg
7471 to set-match-data.
7472
7473 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7474
7475 * cus-edit.el (customize-face)
7476 (customize-face-other-window): Handle face aliases.
7477
7478 * faces.el (face-documentation, set-face-attribute)
7479 (face-spec-set): Handle face aliases.
7480
7481 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7482
7483 * help-mode.el (help-make-xrefs): If a symbol representing a face
7484 name is not followed by the word "face", it could still be a
7485 function or variable name, so don't bypass other checks.
7486
7487 2005-06-22 Juri Linkov <juri@jurta.org>
7488
7489 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7490 Replace aliased functions with calls where second arg `inherit' is t.
7491
7492 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7493
7494 * progmodes/gdb-ui.el (gdb-error): New variable.
7495 (gdb-error): New function.
7496 (gdb-annotation-rules): Act on error-begin and error annotations.
7497 (gdb-concat-output): Use font-lock-warning-face for errors.
7498
7499 2005-06-22 Miles Bader <miles@gnu.org>
7500
7501 * bindings.el (propertized-buffer-identification): Use renamed
7502 `Buffer-menu-buffer' face.
7503
7504 * faces.el (vertical-border): Rename from `vertical-divider'.
7505 (escape-glyph): Change dark-background color back to `cyan'.
7506
7507 2005-06-21 Juri Linkov <juri@jurta.org>
7508
7509 * faces.el (face-user-default-spec): Try getting `customized-face'
7510 prior to `saved-face'.
7511 (frame-background-mode): Refill docstring.
7512
7513 * emacs-lisp/lisp-mode.el (eval-defun-1):
7514 * emacs-lisp/edebug.el (edebug-eval-defun):
7515 Set `saved-face' temporarily to nil before calling form.
7516 Set `customized-face' to the new spec after that.
7517
7518 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7519
7520 * subr.el (1value, lambda, key-substitution-in-progress):
7521 Doc fixes.
7522
7523 * autoinsert.el (auto-insert-alist):
7524 * ses.el (ses-call-printer):
7525 * subr.el (noreturn):
7526 * emacs-lisp/lisp.el (check-parens):
7527 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7528 * net/browse-url.el (browse-url-mosaic):
7529 * progmodes/cc-defs.el (c-safe-scan-lists):
7530 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7531 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7532 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7533 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7534 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7535 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7536
7537 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7538
7539 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7540
7541 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7542
7543 * calendar/appt.el (appt-make-list): Activate the package, if
7544 not already active (for backwards compatibility).
7545
7546 2005-06-20 Kim F. Storm <storm@cua.dk>
7547
7548 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7549
7550 2005-06-20 Miles Bader <miles@gnu.org>
7551
7552 * faces.el (vertical-divider): New face.
7553
7554 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * simple.el (kill-whole-line): Doc fix.
7557 (next-error-buffer-p, next-error-find-buffer)
7558 (clone-indirect-buffer): Fix typos in docstrings.
7559 (comment-line-break-function): Doc fix: don't say variable
7560 is automatically buffer-local (it isn't).
7561
7562 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7563
7564 * net/tramp-ftp.el (top):
7565 * net/tramp-smb.el (top):
7566 * net/tramp-util.el (top):
7567 * net/tramp-uu.el (top):
7568 * net/tramp-vc.el (top):
7569 * net/tramp.el (top): Revert copyright years back to original
7570 ones. Tramp has a life outside GNU Emacs.
7571
7572 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7573
7574 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7575
7576 2005-06-18 Juri Linkov <juri@jurta.org>
7577
7578 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7579 end of first regexp to limit the match to the position between
7580 line number and source line with same separator character as used
7581 between file name and line number. In the second regexp limit
7582 mouse-face area to file name and line number by adding new group
7583 for them and referring it in HYPERLINK arg.
7584 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7585 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7586 previous line where grep markers may be already removed.
7587
7588 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7589
7590 * progmodes/ps-mode.el: Update version and maintainer's email address.
7591
7592 2005-06-18 Steve Youngs <steve@xemacs.org>
7593
7594 * net/browse-url.el (browse-url-browser-function)
7595 (browse-url-default-browser): Add firefox.
7596 (browse-url-firefox-program, browse-url-firefox-arguments)
7597 (browse-url-firefox-startup-arguments)
7598 (browse-url-firefox-new-window-is-tab): New defcustoms.
7599 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7600
7601 2005-06-17 Richard M. Stallman <rms@gnu.org>
7602
7603 * startup.el (command-line): Warn if specified user name has
7604 no home directory.
7605
7606 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7607 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7608
7609 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7610 Doc fixes.
7611
7612 * faces.el (underline): Try bold if terminal doesn't support underline.
7613
7614 * mail/sendmail.el (mail-setup-with-from): New variable.
7615 (mail-insert-from-field): New function.
7616 (sendmail-send-it): Call it.
7617 (mail-setup): Optionally call it here.
7618
7619 * term/linux.el: Call tty-no-underline.
7620
7621 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7624
7625 2005-06-17 Miles Bader <miles@gnu.org>
7626
7627 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7628 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7629 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7630 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7631 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7632 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7633 Remove "-face" suffix from face names.
7634 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7635 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7636 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7637 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7638 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7639 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7640 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7641 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7642 New backward-compatibility aliases for renamed faces.
7643 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7644 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7645 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7646 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7647 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7648 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7649 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7650 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7651 Use renamed ediff faces.
7652
7653 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7654 Remove "-face" suffix from face names.
7655 (eshell-test-ok-face, eshell-test-failed-face):
7656 New backward-compatibility aliases for renamed faces.
7657 (eshell-run-test): Use renamed eshell-test faces.
7658
7659 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7660 face name.
7661 (eshell-prompt-face): New backward-compatibility alias for renamed
7662 face.
7663 (eshell-emit-prompt): Use renamed eshell-prompt face.
7664
7665 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7666 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7667 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7668 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7669 Remove "-face" suffix from face names.
7670 (eshell-ls-directory-face, eshell-ls-symlink-face)
7671 (eshell-ls-executable-face, eshell-ls-readonly-face)
7672 (eshell-ls-unreadable-face, eshell-ls-special-face)
7673 (eshell-ls-missing-face, eshell-ls-archive-face)
7674 (eshell-ls-backup-face, eshell-ls-product-face)
7675 (eshell-ls-clutter-face):
7676 New backward-compatibility aliases for renamed faces.
7677 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7678
7679 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7680 Remove "-face" suffix from face name.
7681 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7682 instead of literal face.
7683
7684 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
7685
7686 * emacs-lisp/warnings.el (display-warning, lwarn)
7687 (warning-minimum-log-level): Doc fixes.
7688 (warning-minimum-level, warning-minimum-log-level):
7689 Add :debug to :type choices.
7690
7691 * progmodes/ada-mode.el (ada-format-paramlist)
7692 (ada-get-indent-case, ada-check-matching-start)
7693 (ada-check-defun-name, ada-goto-matching-decl-start)
7694 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7695 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7696 (ada-make-subprogram-body): Follow error conventions.
7697 (ada-case-exception-file, ada-indent-comment-as-code)
7698 (ada-indent-handle-comment-special, ada-indent-renames)
7699 (ada-indent-return, ada-search-directories-internal)
7700 (ada-tab-policy, ada-case-exception-substring)
7701 (ada-other-file-alist, ada-matching-start-re)
7702 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7703 (ada-imenu-generic-expression, ada-compile-goto-error)
7704 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7705 (ada-popup-menu, ada-add-extensions, ada-mode)
7706 (ada-region-selected, ada-create-case-exception)
7707 (ada-create-case-exception-substring, ada-after-keyword-p)
7708 (ada-activate-keys-for-case, ada-adjust-case-region)
7709 (ada-adjust-case-buffer, ada-format-paramlist)
7710 (ada-scan-paramlist, ada-insert-paramlist)
7711 (ada-indent-newline-indent)
7712 (ada-indent-newline-indent-conditional)
7713 (ada-justified-indent-current, ada-goto-previous-word)
7714 (ada-indent-current, ada-get-indent-open-paren)
7715 (ada-get-indent-paramlist, ada-get-indent-end)
7716 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7717 (ada-get-indent-block-start, ada-get-indent-subprog)
7718 (ada-get-indent-noindent, ada-get-indent-label)
7719 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7720 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7721 (ada-goto-stmt-end, ada-goto-next-word)
7722 (ada-check-matching-start, ada-check-defun-name)
7723 (ada-goto-matching-decl-start, ada-goto-matching-start)
7724 (ada-goto-matching-end, ada-search-ignore-string-comment)
7725 (ada-in-decl-p, ada-looking-at-semi-or)
7726 (ada-looking-at-semi-private, ada-in-paramlist-p)
7727 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7728 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7729 (ada-next-procedure, ada-previous-procedure, ada-next-package)
7730 (ada-previous-package, ada-create-menu)
7731 (ada-fill-comment-paragraph-justify)
7732 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7733 (ada-other-file-name, ada-last-which-function-line)
7734 (ada-last-which-function-subprog, ada-which-function)
7735 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7736 (ada-gen-treat-proc, ada-check-emacs-version)
7737 (ada-continuation-indent, ada-align-region-separate):
7738 Fix typos in docstrings.
7739 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7740
7741 2005-06-16 Lute Kamstra <lute@gnu.org>
7742
7743 * simple.el (fundamental-mode): Run after-change-major-mode-hook
7744 conditionally.
7745
7746 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7747
7748 * comint.el (comint-replace-by-expanded-filename)
7749 (comint-prompt-regexp, comint-delimiter-argument-list)
7750 (comint-preinput-scroll-to-bottom):
7751 * info.el (Info-hide-cookies-node):
7752 * ls-lisp.el (ls-lisp-classify):
7753 * find-file.el (ff-search-directories, ff-special-constructs)
7754 (ff-find-other-file):
7755 * font-lock.el (font-lock-keywords):
7756 * shell.el (shell-prompt-pattern)
7757 (shell-dynamic-complete-functions, shell-mode)
7758 (shell-delimiter-argument-list):
7759 * term.el (term-replace-by-expanded-filename)
7760 (term-prompt-regexp, term-delimiter-argument-list):
7761 * woman.el (woman-ignore, woman0-if):
7762 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7763 * emacs-lisp/elint.el (elint-init-env):
7764 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7765 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7766 * language/ethio-util.el (ethio-tilde-escape)
7767 (ethio-use-three-dot-question):
7768 * net/zone-mode.el (zone-mode-load-time-setup):
7769 * progmodes/cc-align.el (c-lineup-argcont):
7770 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7771 * progmodes/cperl-mode.el (cperl-set-style-back):
7772 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7773 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7774 Fix spellings in docstrings.
7775
7776 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7777 * progmodes/modula2.el (m2-for): Fix spellings.
7778
7779 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7780
7781 * simple.el (undo-more): Don't use `format' on `error' arguments.
7782 Improve argument/docstring consistency.
7783 (pending-undo-list): Doc fix.
7784
7785 * smerge-mode.el (smerge-ensure-match):
7786 * emulation/vip.el (vip-ex):
7787 * net/zone-mode.el (zone-mode-update-serial):
7788 * progmodes/idlwave.el (idlwave-complete):
7789 * progmodes/vhdl-mode.el (vhdl-visit-file)
7790 (vhdl-compose-wire-components):
7791 Don't use `format' on `error' arguments.
7792
7793 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7794 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7795 (tooltip-help-tips): Fix typos in docstrings.
7796
7797 2005-06-16 David Ponce <david@dponce.com>
7798
7799 * tree-widget.el (tree-widget-value-create): Simplify last change.
7800
7801 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
7802
7803 * ido.el (ido-incomplete-regexp): New variable.
7804 (ido-set-matches-1): Handle invalid-regexp error and set
7805 ido-incomplete-regexp.
7806 (ido-incomplete-regexp): New face.
7807 (ido-completions): Use it.
7808 (ido-complete, ido-exit-minibuffer, ido-completions):
7809 Handle incomplete regexps.
7810 (ido-completions): Add check for complete match when entering a regexp.
7811
7812 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7815
7816 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7817
7818 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7819 by field delimiters.
7820
7821 2005-06-15 David Ponce <david@dponce.com>
7822
7823 * tree-widget.el: eval-and-compile inlined functions so they will
7824 be available at run-time too.
7825 (tree-widget-super-format-handler)
7826 (tree-widget-format-handler): Remove.
7827 (tree-widget-value-create): Handle the :indent property.
7828
7829 2005-06-15 Miles Bader <miles@gnu.org>
7830
7831 * progmodes/which-func.el (which-func): Only inherit
7832 `font-lock-function-name-face' when that makes sense against the
7833 default mode-line face, otherwise set the face color explicitly.
7834
7835 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7836 faces instead of (non-existent) variables.
7837
7838 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7839
7840 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7841 (iswitchb-get-matched-buffers): Likewise. Simplify.
7842
7843 2005-06-14 Miles Bader <miles@gnu.org>
7844
7845 * progmodes/ld-script.el (ld-script-location-counter):
7846 Remove "-face" suffix from face name.
7847 (ld-script-location-counter-face):
7848 New backward-compatibility alias for renamed face.
7849 (ld-script-location-counter-face): Use renamed face.
7850
7851 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7852 (cperl-hash): Remove "-face" suffix from face names.
7853 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7854 New backward-compatibility aliases for renamed faces.
7855 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7856 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7857
7858 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7859 name.
7860 (which-func-face): New backward-compatibility alias for renamed face.
7861 (which-func-format): Use renamed which-func face.
7862
7863 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7864 (vhdl-function, vhdl-directive, vhdl-reserved-word)
7865 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7866 names.
7867 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7868 (vhdl-speedbar-configuration, vhdl-speedbar-package)
7869 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7870 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7871 (vhdl-speedbar-architecture-selected)
7872 (vhdl-speedbar-configuration-selected)
7873 (vhdl-speedbar-package-selected)
7874 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7875 names.
7876 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7877 Use renamed faces.
7878 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7879 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7880 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7881 Use renamed faces.
7882 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7883 names.
7884 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7885 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7886 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7887 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7888 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7889 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7890
7891 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7892 face name.
7893 (sh-heredoc-face): New backward-compatibility alias for renamed face.
7894 (sh-heredoc-face): Use renamed sh-heredoc face.
7895
7896 * progmodes/idlw-help.el (idlwave-help-link):
7897 Remove "-face" suffix from face name.
7898 (idlwave-help-link-face):
7899 New backward-compatibility alias for renamed face.
7900 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7901
7902 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7903 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7904 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7905 New backward-compatibility aliases for renamed faces.
7906 (idlwave-shell-disabled-breakpoint-face)
7907 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7908
7909 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7910 Remove "-face" suffix from face names.
7911 (flymake-errline-face, flymake-warnline-face):
7912 New backward-compatibility aliases for renamed faces.
7913 (flymake-highlight-line): Use renamed flymake faces.
7914
7915 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7916 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7917 (ebrowse-member-class, ebrowse-progress):
7918 Remove "-face" suffix from face names.
7919 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7920 (ebrowse-file-name-face, ebrowse-default-face)
7921 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7922 (ebrowse-progress-face):
7923 New backward-compatibility aliases for renamed faces.
7924 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7925 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7926 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7927 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7928
7929 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7930 antlr-syntax)
7931 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
7932 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
7933 names.
7934 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
7935 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
7936 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
7937 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
7938 backward-compatibility aliases for renamed faces.
7939 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
7940 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
7941 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
7942 remove "font-lock-". Use renamed antlr-mode faces.
7943 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
7944 literal face-names with face variable references.
7945
7946 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
7947 face name.
7948 (Buffer-menu-buffer-face): New backward-compatibility alias for
7949 renamed face.
7950 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
7951
7952 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
7953
7954 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
7955 Eliminate "-face" suffix.
7956 (makefile-targets): Inherit from font-lock-function-name-face and
7957 eliminate "-face" suffix.
7958 (makefile-shell): Remove attributes and eliminate "-face" suffix.
7959 (makefile-*-font-lock-keywords): Append makefile-targets in rule
7960 actions, instead of prepending, to make it less visible.
7961 (makefile-previous-dependency, makefile-match-dependency):
7962 Don't match a target on a continuation line.
7963
7964 * files.el (auto-mode-alist): Put Makefile in gmake mode.
7965
7966 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
7967
7968 * progmodes/gdb-ui.el (menu): Re-order menu items.
7969 (gdb-tooltip-print): Respect tooltip-use-echo-area.
7970
7971 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
7972 Define in tooltip.el.
7973 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
7974 (gud-tooltip-tips): Respect tooltip-use-echo-area and
7975 gud-tooltip-echo-area.
7976
7977 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
7978 backward compatibility and make obsolete.
7979 (tooltip-help-tips): Use tooltip-use-echo-area.
7980 (tooltip-show-help-function): Rename to...
7981 (tooltip-show-help): ...this, because it is a function.
7982 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
7983
7984 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7985
7986 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
7987 (edebug-print-length, edebug-print-level, edebug-print-circle)
7988 (edebug-modify-breakpoint, edebug-eval-last-sexp)
7989 (edebug-eval-print-last-sexp): Doc fixes.
7990
7991 2005-06-14 Kim F. Storm <storm@cua.dk>
7992
7993 * ido.el (ido-mode): Make a new keymap every time we enable ido,
7994 as the coverage buffer/file/both may change.
7995
7996 2005-06-14 Lute Kamstra <lute@gnu.org>
7997
7998 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
7999 and run-mode-hooks. Simplify.
8000
8001 * mail/rmailedit.el (rmail-edit-mode):
8002 * progmodes/octave-inf.el (inferior-octave-mode):
8003 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8004
8005 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8006 and run-mode-hooks.
8007 (recentf-edit-list, recentf-open-files): Don't call
8008 kill-all-local-variables directly.
8009
8010 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8011
8012 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8013
8014 * emacs-lisp/byte-run.el (make-obsolete)
8015 (define-obsolete-function-alias): Rename arguments FUNCTION and
8016 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8017 (make-obsolete-variable, define-obsolete-variable-alias):
8018 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8019 respectively.
8020
8021 * isearchb.el (isearchb-activate):
8022 * pcvs.el (cvs-mode):
8023 * ses.el (ses-load):
8024 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8025 * net/tramp.el (tramp-find-file-exists-command)
8026 (tramp-find-shell):
8027 * progmodes/ada-mode.el (ada-create-case-exception)
8028 (ada-create-case-exception-substring, ada-make-subprogram-body):
8029 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8030 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8031 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8032 * textmodes/org.el (org-promote, org-evaluate-time-range)
8033 (org-agenda-next-date-line, org-agenda-previous-date-line)
8034 (org-agenda-error, org-open-at-point, org-table-move-row)
8035 (org-format-table-table-html-using-table-generate-source)
8036 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8037 * textmodes/reftex.el (reftex-access-scan-info):
8038 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8039 (reftex-toc-promote-prepare): Follow error conventions.
8040
8041 * diff-mode.el (diff-mode): Fix typo in docstring.
8042
8043 * forms.el (forms--intuit-from-file): Fix reference to
8044 `forms-number-of-fields' in error message.
8045 (forms-print): Fix quoting in error message.
8046
8047 * forms.el (forms-mode):
8048 * emulation/vi.el (vi-goto-insert-state):
8049 * progmodes/flymake.el (flymake-new-err-info)
8050 (flymake-start-syntax-check-for-current-buffer)
8051 (flymake-simple-cleanup):
8052 * eshell/esh-var.el (eshell/export):
8053 * progmodes/gud.el (xdb):
8054 * textmodes/flyspell.el (flyspell-incorrect-hook)
8055 (flyspell-maybe-correct-transposition)
8056 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8057
8058 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8059
8060 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8061 minibuffer prompt.
8062
8063 2005-06-13 Kim F. Storm <storm@cua.dk>
8064
8065 * subr.el (add-to-ordered-list): New defun.
8066
8067 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8068 add cua--keymap-alist to emulation-mode-map-alists.
8069
8070 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * subr.el (complete-in-turn): New macro.
8073 (dynamic-completion-table, lazy-completion-table): Add debug info.
8074
8075 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8076 in preference to face aliases.
8077
8078 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8079 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8080 Remove unused vars `start' and `firstline'.
8081 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8082 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8083
8084 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8085
8086 * cus-start.el (all): Don't complain about missing GTK-related
8087 variables, unless either `gtk' is boundp or this isn't a
8088 `windows-nt' build.
8089
8090 2005-06-13 Lute Kamstra <lute@gnu.org>
8091
8092 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8093 run-mode-hooks.
8094
8095 * ediff-mult.el (ediff-meta-mode):
8096 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8097
8098 * ledit.el (ledit-mode): Use delay-mode-hooks.
8099
8100 * woman.el (woman-mode-line-format): Delete constant.
8101 (woman-mode-map): Initialize it properly.
8102 (woman-mode): Set mode-class property to special.
8103 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8104 Set major-mode and mode-name. Don't set mode-line-format directly.
8105 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8106
8107 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8108 string argument obsolete.
8109
8110 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8111
8112 * textmodes/org.el (org-CUA-compatible): New option.
8113 (org-disputed-keys): New variable.
8114 (org-key): New function.
8115 (orgtbl-make-binding): Add docstring to the created function.
8116 (org-mode): Set paragraph start/separate regexps.
8117 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8118 (org-archive-location, org-archive-mark-done)
8119 (org-archive-stamp-time): New options.
8120 (org-archive-subtree): New command.
8121 (org-fill-paragraph): New function.
8122 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8123 (org-fake-empty-table-line): Function removed.
8124 (org-format-org-table-html): Do not create empty table lines at
8125 separator lines. Improved table header treatment.
8126 (org-link-format): New option.
8127 (org-make-link): New function.
8128 (org-insert-link, org-store-link): Use org-make-link.
8129 (org-open-file): Quote file name for shell command, to allow
8130 spaces in file names.
8131 (org-link-regexp): Fix bug with mailto link.
8132 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8133 New constants.
8134 (org-export-as-html): Deal with the optional angles around a link.
8135 Better treatment of file: links.
8136 (org-open-at-point): Replace @{ and @} with < and >.
8137 (org-run-mode-hooks): Function removed.
8138 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8139
8140 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8141
8142 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8143 MI command -data-list-register-values.
8144 (gdb-post-prompt): Indent properly.
8145
8146 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8147
8148 * hilit-chg.el (highlight-changes-colors): Rename from
8149 `highlight-changes-colours'.
8150 (highlight-changes-colours): Keep as obsolete alias.
8151 (highlight-changes-face-list): Doc fix.
8152 (hilit-chg-make-list): Use `highlight-changes-colors'.
8153
8154 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8155
8156 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8157 defun-prompt-regexp.
8158
8159 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8160
8161 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8162 and cygwin.
8163
8164 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8165 Don't use an old loaddefs.el, as in Makefile.in.
8166
8167 2005-06-12 Lute Kamstra <lute@gnu.org>
8168
8169 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8170
8171 * man.el (Man-mode-map): Initialize it properly.
8172 (Man-mode): Set mode-class property to special.
8173
8174 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8175
8176 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8177
8178 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8179 A newline is needed in the docstring there.
8180
8181 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8182 Doc fixes.
8183
8184 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8185
8186 * printing.el: Doc fix. The menubar is no more changed when printing
8187 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8188 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8189 (pr-version): New version number (6.8.4).
8190 (pr-menu-bind): New command.
8191 (pr-update-menus): Docstring and code fix.
8192 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8193 Docstring fix.
8194 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8195 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8196
8197 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8198
8199 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8200 "Returns" to "return", document useful return values, etc.
8201
8202 2005-06-11 Alan Mackenzie <acm@muc.de>
8203
8204 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8205 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8206 (adaptive-file-function): Minor amendment to doc-string.
8207
8208 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8209
8210 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8211 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8212 Fix :type--it is `integer', not `string'.
8213
8214 * faces.el (modeline-highlight): Rename from (the erroneous)
8215 `modeline-higilight'.
8216
8217 2005-06-11 Lute Kamstra <lute@gnu.org>
8218
8219 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8220 lisp-interaction-mode-map but make it the parent.
8221 (edebug-eval-mode): Use define-derived-mode.
8222
8223 2005-06-11 Andreas Schwab <schwab@suse.de>
8224
8225 * bindings.el: Add binding of `ESC functionkey' for every
8226 `M-functionkey'.
8227 * hexl.el (hexl-mode-map): Likewise.
8228
8229 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8230
8231 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8232 [msft]: update regexp for newer msft compilers.
8233
8234 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8235
8236 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8237 ATTLIST portions of included DTDs.
8238 (xml-parse-dtd): Eliminate use of inefficient match-data.
8239
8240 2005-06-10 Miles Bader <miles@gnu.org>
8241
8242 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8243 (mpuz-text): Remove "-face" suffix from face names.
8244 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8245 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8246 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8247
8248 * play/gomoku.el (gomoku-O, gomoku-X):
8249 Remove "-face" suffix from face names.
8250 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8251 New backward-compatibility aliases for renamed faces.
8252 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8253
8254 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8255
8256 * thumbs.el: Fixes for changes of 2005-06-09.
8257 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8258 as a directory.
8259 (thumbs-thumbname): Remove directory separator from format string;
8260 `thumbs-thumbsdir' now returns a valid directory name.
8261 (thumbs-temp-dir): New defsubst.
8262 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8263 Use it.
8264
8265 * cus-edit.el (minibuffer):
8266 * files.el (make-backup-file-name-function):
8267 * filesets.el (filesets-external-viewers):
8268 * hilit-chg.el (highlight-changes-colours)
8269 (highlight-changes-face-list, highlight-changes-rotate-faces):
8270 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8271 * kmacro.el (kmacro-call-macro):
8272 * log-edit.el (log-edit-changelog-full-paragraphs):
8273 * mouse.el (mouse-1-click-follows-link):
8274 * skeleton.el (skeleton-autowrap):
8275 * subr.el (insert-for-yank-1):
8276 * tempo.el (tempo-insert-region):
8277 * terminal.el (terminal-emulator):
8278 * time.el (display-time-mail-face):
8279 * vc.el (vc-annotate):
8280 * vcursor.el (vcursor-copy-line):
8281 * woman.el (woman-bold-headings, woman-ignore)
8282 (woman-default-faces, woman-monochrome-faces):
8283 * calendar/todo-mode.el (todo-insert-threshold):
8284 * emulation/pc-select.el (pc-select-selection-keys-only)
8285 (pc-selection-mode):
8286 * emulation/vip.el (vip-find-char-forward):
8287 * emulation/viper-cmd.el (viper-find-char-forward):
8288 * international/mule-cmds.el
8289 (select-safe-coding-system-accept-default-p)
8290 (input-method-exit-on-invalid-key):
8291 * international/mule-diag.el (describe-coding-system):
8292 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8293 * net/browse-url.el (browse-url-xterm-program):
8294 * obsolete/lazy-lock.el (lazy-lock-mode):
8295 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8296 (cperl-mode):
8297 * progmodes/cpp.el (cpp-face-light-name-list)
8298 (cpp-face-dark-name-list):
8299 * progmodes/delphi.el (delphi-newline-always-indents):
8300 Fix spellings in docstrings.
8301
8302 * ido.el (ido-mode, ido-file-extensions-order)
8303 (ido-default-file-method, ido-default-buffer-method)
8304 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8305 (ido-decorations, ido-read-file-name-as-directory-commands)
8306 (ido-read-file-name-non-ido, ido-work-directory-list)
8307 (ido-ignore-item-temp-list, ido-current-directory)
8308 (ido-magic-forward-char, ido-enter-find-file)
8309 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8310 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8311
8312 2005-06-10 Lute Kamstra <lute@gnu.org>
8313
8314 * play/dunnet.el (dun-mode): Use define-derived-mode.
8315 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8316 obsolete alias.
8317
8318 * play/doctor.el (doctor-mode-map): Remove defvar.
8319 (doctor-mode): Use define-derived-mode.
8320
8321 * mail/mspools.el (mspools-mode):
8322 * net/eudc-hotlist.el (eudc-hotlist-mode):
8323 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8324
8325 2005-06-10 Miles Bader <miles@gnu.org>
8326
8327 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8328 Remove "-face" suffix from face names.
8329 (flyspell-incorrect-face, flyspell-duplicate-face):
8330 New backward-compatibility aliases for renamed faces.
8331 (flyspell-mode-on, make-flyspell-overlay)
8332 (flyspell-highlight-incorrect-region)
8333 (flyspell-highlight-duplicate-region)
8334 (flyspell-display-next-corrections)
8335 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8336
8337 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8338 from face name.
8339 (texinfo-heading-face): New backward-compatibility alias for
8340 renamed face.
8341 (texinfo-heading-face): Use renamed texinfo-heading face.
8342
8343 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8344 suffix from face names.
8345 (tex-math-face, tex-verbatim-face):
8346 New backward-compatibility aliases for renamed faces.
8347 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8348 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8349 literal face name.
8350
8351 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8352 name.
8353 (table-cell-face): New backward-compatibility alias for renamed face.
8354 (table--put-cell-face-property, table--update-cell-face):
8355 Use renamed table-cell face.
8356
8357 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8358 from face name.
8359 (sgml-namespace-face): New backward-compatibility alias for
8360 renamed face.
8361 (sgml-namespace-face): Use renamed sgml-namespace face.
8362
8363 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8364 (org-level-4, org-level-5, org-level-6, org-level-7)
8365 (org-level-8, org-warning, org-headline-done)
8366 (org-deadline-announce, org-scheduled-today)
8367 (org-scheduled-previously, org-link, org-done, org-table)
8368 (org-time-grid): Remove "-face" suffix from face names.
8369 (org-level-1-face, org-level-2-face, org-level-3-face)
8370 (org-level-4-face, org-level-5-face, org-level-6-face)
8371 (org-level-7-face, org-level-8-face, org-warning-face)
8372 (org-headline-done-face, org-deadline-announce-face)
8373 (org-scheduled-today-face, org-scheduled-previously-face)
8374 (org-link-face, org-done-face, org-table-face)
8375 (org-time-grid-face):
8376 New backward-compatibility aliases for renamed faces.
8377 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8378 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8379 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8380 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8381
8382 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8383 (viper-minibuffer-emacs, viper-minibuffer-insert)
8384 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8385 (viper-search-face, viper-replace-overlay-face)
8386 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8387 (viper-minibuffer-vi-face):
8388 New backward-compatibility aliases for renamed faces.
8389 (viper-search-face, viper-replace-overlay-face)
8390 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8391 (viper-minibuffer-vi-face): Use renamed viper faces.
8392
8393 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8394 Remove "-face" suffix from face names.
8395 (testcover-nohits-face, testcover-1value-face):
8396 New backward-compatibility aliases for renamed faces.
8397 (testcover-mark): Use renamed testcover faces.
8398
8399 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8400 face name.
8401 (diary-button-face): New backward-compatibility alias for renamed face.
8402 (diary-entry): Use renamed diary-button face.
8403
8404 * calendar/calendar.el (diary, calendar-today, holiday)
8405 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8406 (diary-face, calendar-today-face, holiday-face):
8407 New backward-compatibility aliases for renamed faces.
8408 (eval-after-load "facemenu", diary-entry-marker)
8409 (calendar-today-marker, calendar-holiday-marker, diary-face):
8410 Use renamed calendar faces.
8411
8412 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8413 (compare-windows-face): New backward-compatibility alias for
8414 renamed face.
8415 (compare-windows-highlight): Use renamed compare-windows face.
8416
8417 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8418 (strokes-char-face): New backward-compatibility alias for renamed face.
8419 (strokes-encode-buffer): Use renamed strokes-char face.
8420
8421 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8422 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8423 Remove "-face" suffix from face names.
8424 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8425 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8426 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8427 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8428 Use renamed pcvs faces.
8429 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8430 * pcvs-defs.el (cvs-mode-map): Likewise.
8431 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8432
8433 * info.el (info-title-1, info-title-2, info-title-3)
8434 (info-title-4): Remove "-face" suffix from and downcase face names.
8435 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8436 (Info-title-4-face):
8437 New backward-compatibility aliases for renamed faces.
8438 (Info-fontify-node): Use renamed info faces.
8439
8440 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8441 Remove "-face" suffix from face names.
8442 (highlight-changes-face, highlight-changes-delete-face):
8443 New backward-compatibility aliases for renamed faces.
8444 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8445 (hilit-chg-make-list): Use renamed highlight-changes faces.
8446
8447 * generic-x.el (show-tabs-tab, show-tabs-space):
8448 Remove "-face" suffix from face names.
8449 (show-tabs-tab-face, show-tabs-space-face):
8450 New backward-compatibility aliases for renamed faces.
8451 (show-tabs-generic-mode-font-lock-defaults-1)
8452 (show-tabs-generic-mode-font-lock-defaults-2):
8453 Use renamed show-tabs faces.
8454
8455 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8456 (smerge-markers): Remove "-face" suffix from face names.
8457 (smerge-mine-face, smerge-other-face, smerge-base-face)
8458 (smerge-markers-face):
8459 New backward-compatibility aliases for renamed faces.
8460 (smerge-mine-face, smerge-other-face, smerge-base-face)
8461 (smerge-markers-face): Use renamed smerge faces.
8462
8463 * log-view.el (log-view-file, log-view-message): Remove "-face"
8464 suffix from face names.
8465 (log-view-file-face, log-view-message-face):
8466 New backward-compatibility aliases for renamed faces.
8467 (log-view-file-face, log-view-message-face): Use renamed log-view
8468 faces.
8469
8470 * paren.el (show-paren-match, show-paren-mismatch):
8471 Remove "-face" suffix from face names.
8472 (show-paren-match-face, show-paren-mismatch-face):
8473 New backward-compatibility aliases for renamed faces.
8474 (show-paren-function): Use renamed show-paren faces.
8475
8476 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8477 (ruler-mode-margins, ruler-mode-fringes)
8478 (ruler-mode-column-number, ruler-mode-fill-column)
8479 (ruler-mode-comment-column, ruler-mode-goal-column)
8480 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8481 suffix from face names.
8482 (ruler-mode-default-face, ruler-mode-pad-face)
8483 (ruler-mode-margins-face, ruler-mode-fringes-face)
8484 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8485 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8486 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8487 New backward-compatibility aliases for renamed faces.
8488 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8489 (ruler-mode-column-number, ruler-mode-fill-column)
8490 (ruler-mode-comment-column, ruler-mode-goal-column)
8491 (ruler-mode-tab-stop, ruler-mode-current-column)
8492 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8493 faces.
8494
8495 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8496 face name.
8497 (whitespace-highlight-the-space): Use renamed face.
8498 (whitespace-highlight-face): New backward-compatibility alias for
8499 renamed face.
8500
8501 * woman.el (woman-italic, woman-bold, woman-unknown)
8502 (woman-addition, woman-symbol-face):
8503 Remove "-face" suffix from face names.
8504 (woman-italic-face, woman-bold-face, woman-unknown-face)
8505 (woman-addition-face):
8506 New backward-compatibility aliases for renamed faces.
8507 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8508 (woman-decode-region, woman-replace-match)
8509 (woman-display-extended-fonts, woman-special-characters)
8510 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8511 Use renamed woman faces.
8512
8513 * longlines.el (longlines-visible-face): Face removed.
8514
8515 * diff-mode.el (diff-header, diff-file-header, diff-index)
8516 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8517 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8518 suffix from face names.
8519 (diff-header-face, diff-file-header-face, diff-index-face)
8520 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8521 (diff-changed-face, diff-function-face, diff-context-face)
8522 (diff-nonexistent-face): New backward-compatibility aliases for
8523 renamed faces.
8524 (diff-header-face, diff-file-header-face)
8525 (diff-index, diff-index-face, diff-hunk-header)
8526 (diff-hunk-header-face, diff-removed, diff-removed-face)
8527 (diff-added, diff-added-face, diff-changed-face, diff-function)
8528 (diff-function-face, diff-context-face, diff-nonexistent)
8529 (diff-nonexistent-face): Use renamed diff-mode faces.
8530
8531 * progmodes/compile.el (compilation-warning-face)
8532 (compilation-info-face): Remove "-face" suffix from face names.
8533 (compilation-warning-face, compilation-info-face):
8534 New backward-compatibility aliases for renamed faces.
8535 (compilation-warning-face, compilation-info-face):
8536 Use renamed compilation faces.
8537
8538 * add-log.el (change-log-date, change-log-name)
8539 (change-log-email, change-log-file, change-log-list)
8540 (change-log-conditionals, change-log-function)
8541 (change-log-acknowledgement): Remove "-face" suffix from face names.
8542 (change-log-date-face, change-log-name-face)
8543 (change-log-email-face, change-log-file-face)
8544 (change-log-list-face, change-log-conditionals-face)
8545 (change-log-function-face, change-log-acknowledgement-face):
8546 New backward-compatibility aliases for renamed faces.
8547 (change-log-font-lock-keywords): Use renamed change-log faces.
8548
8549 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8550 (custom-set, custom-changed, custom-saved, custom-button)
8551 (custom-button-pressed, custom-documentation, custom-state)
8552 (custom-comment, custom-comment-tag, custom-variable-tag)
8553 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8554 (custom-group-tag): Remove "-face" suffix from face names.
8555 (custom-magic-alist, custom-magic-value-create)
8556 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8557 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8558 (custom-set-face, custom-changed-face, custom-saved-face)
8559 (custom-button-face, custom-button-pressed-face)
8560 (custom-documentation-face, custom-state-face)
8561 (custom-comment-face, custom-comment-tag-face)
8562 (custom-variable-tag-face, custom-variable-button-face)
8563 (custom-face-tag-face, custom-group-tag-face-1)
8564 (custom-group-tag-face):
8565 New backward-compatibility aliases for renamed faces.
8566
8567 * wid-edit.el (widget-documentation, widget-button)
8568 (widget-field, widget-single-line-field, widget-inactive)
8569 (widget-button-pressed): "-face" suffix removed from face names.
8570 (widget-documentation-face, widget-button-face)
8571 (widget-field-face, widget-single-line-field-face)
8572 (widget-inactive-face, widget-button-pressed-face):
8573 New backward-compatibility aliases for renamed faces.
8574 (widget-documentation-face, widget-button-face)
8575 (widget-button-pressed-face, widget-specify-field)
8576 (widget-specify-inactive): Use renamed widget faces.
8577
8578 2005-06-10 Kenichi Handa <handa@m17n.org>
8579
8580 * term/x-win.el (x-clipboard-yank): Remove condition-case
8581 wrapping.
8582
8583 2005-06-11 Kenichi Handa <handa@m17n.org>
8584
8585 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8586 date lines stricter.
8587
8588 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8589
8590 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8591 of x-get-selection.
8592
8593 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8594
8595 * comint.el (comint-mode, comint-snapshot-last-prompt):
8596 * frame.el (frame-current-scroll-bars):
8597 * term.el (term-mode, term-check-proc, term-input-sender)
8598 (term-simple-send, term-extract-string, term-word)
8599 (term-match-partial-filename):
8600 * window.el (window-current-scroll-bars):
8601 * emulation/cua-base.el (cua-normal-cursor-color)
8602 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8603 (cua-global-mark-cursor-color):
8604 * mail/undigest.el (rmail-forward-separator-regex):
8605 Fix typos in docstrings.
8606
8607 * comint.el (comint-check-proc, make-comint-in-buffer)
8608 (comint-source-default): Doc fixes.
8609
8610 * term.el (term-send-string): Improve argument/docstring consistency.
8611
8612 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8613
8614 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8615 call to `delete-region'.
8616 (comint-mode-hook): Do not enable Font Lock by default.
8617
8618 2005-06-09 Lute Kamstra <lute@gnu.org>
8619
8620 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8621 could be void.
8622
8623 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8626 (debug): Use it.
8627 (debugger-step-through, debugger-continue, debugger-jump)
8628 (debugger-return-value): Set it when needed.
8629 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8630 Use inhibit-read-only.
8631
8632 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8633
8634 * window.el (shrink-window-if-larger-than-buffer)
8635 (window-size-fixed): Fix typo in docstring.
8636
8637 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8638 thumbnails directory on loading.
8639 (thumbs-conversion-program): Use `eq' to check the system type,
8640 not `equal'.
8641 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8642 not "/tmp". Fix docstring.
8643 (thumbs-thumbsdir): New function to return the thumbnails
8644 directory, creating it if needed.
8645 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8646 (thumbs-temp-file): Delete variable and make it into a function.
8647 (thumbs-resize-image, thumbs-modify-image): Use it.
8648 (thumbs-kill-buffer): Simplify.
8649 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8650 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8651 docstrings.
8652
8653 2005-06-09 Kim F. Storm <storm@cua.dk>
8654
8655 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8656 set-match-data to free markers in match-data.
8657
8658 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8659 match-data to unchain markers in match-data.
8660
8661 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8664 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8665 unnecessary now.
8666
8667 2005-06-08 Richard M. Stallman <rms@gnu.org>
8668
8669 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8670 give the variable a doc string that doesn't say don't set it directly.
8671
8672 * textmodes/ispell.el (ispell-check-version):
8673 Use match-string-no-properties.
8674 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8675 (ispell-buffer-local-words): Likewise.
8676
8677 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8678 except on terminals with enough colors to really display it.
8679 (makefile-dependency-regex): Delete spurious `bb'.
8680
8681 * faces.el (escape-glyph): Use blue once again in last case.
8682 (no-break-space): Redefine so that it isn't invisible on a tty.
8683
8684 2005-06-08 Kim F. Storm <storm@cua.dk>
8685
8686 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8687 also when reading directory name.
8688
8689 2005-06-08 Lute Kamstra <lute@gnu.org>
8690
8691 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8692 (flyspell-mode-line-string): Remove autoload cookie.
8693 (flyspell-mode): Remove defvar.
8694
8695 2005-06-07 Lute Kamstra <lute@gnu.org>
8696
8697 * textmodes/org.el (org-run-mode-hooks): New function.
8698 (org-agenda-mode): Use it.
8699
8700 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
8701
8702 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8703
8704 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8707
8708 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
8709
8710 * font-lock.el (font-lock-add-keywords): Doc fix.
8711
8712 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8715 (tex-compile-default): In the absence of any history, use the order in
8716 tex-compile-alist to choose the preferred command.
8717 (tex-compile-commands): Reorder a bit.
8718
8719 * textmodes/flyspell.el (flyspell-auto-correct-binding)
8720 (flyspell-incorrect-face, flyspell-duplicate-face):
8721 Use (X)Emacs-agnostic code.
8722 (flyspell-mode-map): Don't overwrite at each load. Remove code
8723 redundant with the subsequent add-minor-mode. Merge Emacs and
8724 XEmacs code.
8725 (flyspell-word): Minor simplification.
8726 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8727 (flyspell-external-point-words): Remove unused vars `size' and `start'.
8728 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8729 Merge the corresponding Emacs code.
8730 (flyspell-correct-word, flyspell-xemacs-popup):
8731 Use flyspell-do-correct.
8732
8733 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8734 a dedicated window.
8735
8736 * international/latexenc.el (latexenc-find-file-coding-system):
8737 Undo part of last patch, to turn off a compiler warning.
8738
8739 2005-06-06 Juri Linkov <juri@jurta.org>
8740
8741 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8742 Rename `tmm-inactive-face' to `tmm-inactive'.
8743
8744 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
8745
8746 * iswitchb.el: Rename faces.
8747
8748 2005-06-06 Kim F. Storm <storm@cua.dk>
8749
8750 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8751 (cua-global-mark): Remove -face suffix from face names.
8752
8753 * emulation/cua-gmrk.el (cua--init-global-mark):
8754 Remove cua-global-mark face setup.
8755
8756 2005-06-06 Richard M. Stallman <rms@gnu.org>
8757
8758 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8759 just like other allowed characters.
8760 (makefile-match-dependency): Exclude leading and training whitespace
8761 from the range of regexp subexp 1.
8762 (makefile-macroassign-regex): Don't try to match the body,
8763 just the name of the macro being defined.
8764
8765 * info.el (Info-read-node-name-2): New function.
8766 (Info-read-node-name-1): Use that.
8767 Add a completion-base-size-function property.
8768
8769 * simple.el (completion-setup-function): Look for
8770 completion-base-size-function property of minibuffer-completion-table.
8771
8772 * files.el (locate-file-completion): Doc fix.
8773
8774 * printing.el: Don't call pr-update-menus; user must do that.
8775
8776 * emacs-lisp/debug.el (debugger-window): New variable.
8777 (debug): Use debugger-window if it is set and still alive.
8778 Record debugger-window for next entry.
8779
8780 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8781
8782 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
8783
8784 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8785 (hack-one-local-variable, hack-local-variables)
8786 (hack-local-variables-prop-line): Pass that arg.
8787
8788 2005-06-06 Kim F. Storm <storm@cua.dk>
8789
8790 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8791 (ido-indicator): Remove -face suffix from face names.
8792
8793 2005-06-06 Juri Linkov <juri@jurta.org>
8794
8795 * font-lock.el (font-lock-regexp-backslash)
8796 (font-lock-regexp-backslash-construct): New faces.
8797 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
8798 after `('. Add `while-no-input' to control structures.
8799
8800 * faces.el (no-break-space, shadow): New faces.
8801 (escape-glyph): Use less loud colors pink2 and red4.
8802
8803 * diff-mode.el (diff-context-face)
8804 * dired.el (dired-ignored)
8805 * rfn-eshadow.el (file-name-shadow)
8806 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8807
8808 * info.el (Info-title-1-face): Use green instead of yellow because
8809 bold yellow is not readable on light backgrounds.
8810
8811 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8812 before selecting the desired mode to not spend time fontifying
8813 old contents.
8814
8815 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
8816
8817 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8818 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8819
8820 * ps-print.el (ps-default-fg, ps-default-bg):
8821 Fix typos in docstrings.
8822
8823 * isearchb.el (isearchb): Don't pass a spurious second argument to
8824 `iswitchb-completions'.
8825
8826 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
8827
8828 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8829 to preserve point.
8830 (gdb-find-file-hook): Add doc string.
8831
8832 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8833 C dereferenced pointer expression.
8834 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
8835
8836 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8837
8838 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8839 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8840 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8841 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8842 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8843 Make background transparent.
8844
8845 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8846
8847 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
8848 (font-lock-remove-keywords): Doc fix.
8849 (font-lock-mode-major-mode): Compiler defvar.
8850 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8851
8852 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8853 (font-lock-mode): Update `font-lock-mode-major-mode'.
8854 (font-lock-set-defaults): Compiler defvar.
8855 (font-lock-default-function): Take `font-lock-mode-major-mode'
8856 into account.
8857
8858 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8859 keep track of which major mode it enabled the minor mode for.
8860 Use find-file-hook again. Update docstring.
8861
8862 * simple.el (eval-expression-print-level)
8863 (eval-expression-print-length, eval-expression-debug-on-error):
8864 Doc fixes.
8865
8866 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
8867
8868 * iswitchb.el (iswitchb-single-match-face)
8869 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8870 (iswitchb-invalid-regexp-face): New faces.
8871 (iswitchb-completions): Use them.
8872 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8873 now marked as an obsolete alias.
8874 (iswitchb-read-buffer): Remove check for bound font variables.
8875 (iswitchb-invalid-regexp): New free variable.
8876 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8877 set iswitchb-invalid-regexp.
8878 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8879 invalid regexps.
8880 (iswitchb-completions): Add check for complete match when entering
8881 a regexp.
8882 (iswitchb-completions): Remove require-match argument.
8883 (iswitchb-exhibit): Fix caller.
8884 (iswitchb-common-match-inserted): New variable.
8885 (iswitchb-complete, iswitchb-completion-help): Use it.
8886
8887 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
8888
8889 * url-http.el (url-http-chunked-encoding-after-change-function):
8890 Use `url-http-debug' instead of `message'.
8891
8892 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
8893
8894 * url-http.el (url-http-parse-headers): Pass redirected URL as a
8895 callback argument.
8896
8897 2005-06-04 Kim F. Storm <storm@cua.dk>
8898
8899 * simple.el (line-move): Only call sit-for when moving backwards.
8900
8901 * ido.el (ido-make-merged-file-list-1): New defun split from
8902 ido-make-merged-file-list.
8903 (ido-make-merged-file-list): Bind throw-on-input around call to
8904 ido-make-merged-file-list-1. Return input-pending-p if
8905 interrupted by more input available.
8906 (ido-read-internal): Handle input-pending-p return value from
8907 ido-make-merged-file-list.
8908
8909 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8912 compatibility code.
8913
8914 * international/latexenc.el (latexenc-find-file-coding-system):
8915 Don't inherit the EOL part of the coding-system from the
8916 tex-main buffer. Fit within 80 columns.
8917
8918 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
8919
8920 * tmm.el (tmm-inactive-face): New face.
8921 (tmm-remove-inactive-mouse-face): New function.
8922 (tmm-prompt, tmm-add-one-shortcut)
8923 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8924 but not selectable.
8925
8926 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
8927
8928 * faces.el (face-equal): Improve argument/docstring consistency.
8929
8930 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
8931
8932 * progmodes/make-mode.el (makefile-targets-face)
8933 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
8934 (makefile-bsdmake-dependency-regex)
8935 (makefile-makepp-rule-action-regex)
8936 (makefile-bsdmake-rule-action-regex): New constants.
8937 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
8938
8939 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8940 Allow (...) within `...' for makepp messages.
8941
8942 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
8943
8944 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
8945
8946 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
8947 "." files are deleted from all file lists before comparison.
8948
8949 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8950 (viper-ESC-key): Made them customizable.
8951
8952 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
8953
8954 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * autorevert.el (auto-revert-buffers): Use save-match-data.
8957
8958 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
8961 menu items with a nil command binding.
8962
8963 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
8964
8965 * emacs-lisp/cl-macs.el (defsetf):
8966 Improve argument/docstring consistency.
8967
8968 * faces.el (list-faces-display): Improve the formatting by
8969 computing the maximum length required for any face-name (reworked
8970 patch of 1999-01-11, accidentally deleted on 1999-07-21).
8971 (internal-find-face): Remove redundant info in docstring.
8972
8973 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
8974
8975 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
8976 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
8977 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
8978 (gdb-assembler-custom): Improve regexps.
8979 (def-gdb-auto-update-handler): Use window point to preserve point.
8980
8981 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
8984
8985 2005-05-31 Jay Belanger <belanger@truman.edu>
8986
8987 * calc/calc-embed.el (calc-embedded-word): Change argument passed
8988 to calc-embedded.
8989 (calc-embedded-make-info): Have plain prefix argument select
8990 entire line.
8991
8992 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
8993
8994 * faces.el (list-faces-display): Signal error if passed a regexp
8995 that matches no face name.
8996
8997 * simple.el (filter-buffer-substring): Fix typo in docstring.
8998
8999 2005-05-31 Richard M. Stallman <rms@gnu.org>
9000
9001 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9002 (vhdl-emacs-21): Doc fix.
9003 (vhdl-mode): Unconditionally set comment-padding.
9004 (vhdl-fixup-whitespace-region): Insert spaces only where
9005 there are none.
9006 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9007
9008 2005-05-30 John Wiegley <johnw@newartisans.com>
9009
9010 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9011 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9012 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9013 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9014 `string-to-number'.
9015
9016 2005-05-30 Jay Belanger <belanger@truman.edu>
9017
9018 * calc/calc.el (calc-bug-address): Fix docstring.
9019 (calc-window-hook, calc-trail-window-hook): New variables.
9020 (calc-trail-display): Restore use of calc-trail-window-hook.
9021 (calc): Restore use of calc-window-hook.
9022
9023 2005-05-31 Masatake YAMATO <jet@gyve.org>
9024
9025 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9026
9027 * help-fns.el (help-C-file-name): Add autoload mark for
9028 `find-function-noselect'.
9029
9030 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9031
9032 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9033 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9034
9035 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9036
9037 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9038 included diary buffer if it was not already being visited.
9039 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9040
9041 * calendar/icalendar.el (top-level): Do not require 'appt.
9042
9043 * mail/supercite.el (sc-select-attribution): Only use a list
9044 element from sc-attrib-selection-list if it returns a string.
9045 Reported by Davide G. M. Salvetti <salve@debian.org>.
9046
9047 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9048
9049 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9050 includes a hash value to improve its uniqueness, and has a ".jpg"
9051 extension. Also, it is now a valid filename on all systems.
9052 (thumbs-make-thumb): Use `let', not `let*'.
9053 (thumbs-show-thumbs-list): Check for JPEG availability.
9054
9055 2005-05-30 Richard M. Stallman <rms@gnu.org>
9056
9057 * filesets.el (filesets-menu-ensure-use-cached):
9058 Prevent warning when emacs-version>= is undefined.
9059
9060 * printing.el (pr-interactive-n-up): Use string-to-number.
9061
9062 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9063
9064 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9065 Warn only when name to be defined is quoted.
9066
9067 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9068
9069 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9070 Make regexp more robust.
9071 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9072 Force regeneration of disassembly.
9073
9074 2005-05-29 Jay Belanger <belanger@truman.edu>
9075
9076 * calc/calc.el (calc-user-invocation): Check if
9077 calc-invocation-macro is non-nil.
9078
9079 2005-05-29 Juri Linkov <juri@jurta.org>
9080
9081 * add-log.el (change-log-font-lock-keywords):
9082 Add `+' to e-mail regexp to accept mail address with keywords.
9083
9084 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9085
9086 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9087
9088 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9089
9090 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9091
9092 2005-05-29 Richard M. Stallman <rms@gnu.org>
9093
9094 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9095 Undo the change that moves to end of the current word.
9096
9097 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9098
9099 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9100 Throw error when count <= 0 to ensure input is a number.
9101 (gdb-read-memory-custom): Pick up address from buffer.
9102 (gdb-memory-mode): Allow user to increment and decrement
9103 memory address from header line.
9104
9105 2005-05-29 Richard M. Stallman <rms@gnu.org>
9106
9107 * flyspell.el (flyspell-version): Function deleted.
9108 (flyspell-auto-correct-previous-hook): Doc fix.
9109
9110 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9111 Do nothing if memory is full.
9112
9113 * font-lock.el (font-lock-fontify-syntactically-region):
9114 Pass t for GREEDY to looking-back.
9115
9116 * saveplace.el (save-place-alist-to-file): Write the file
9117 using write-region.
9118
9119 * subr.el (looking-back): New argument GREEDY.
9120
9121 * progmodes/compile.el (compilation-start): Set the mode
9122 before inserting the initial text.
9123
9124 * progmodes/which-func.el (which-func-update-1): Turn the mode
9125 off in case of error by setting which-func-mode.
9126
9127 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9128
9129 * flyspell.el (flyspell-auto-correct-previous-word):
9130 Narrow down to what's on the screen, and recenter overlays
9131 at the end of the next word.
9132
9133 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9134
9135 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9136 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9137 (flyspell-abbrev-p): Default to nil.
9138 (flyspell-use-global-abbrev-table-p): Doc fix.
9139 (flyspell-large-region): Allow nil as value.
9140 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9141
9142 (mail-mode-flyspell-verify): More robust handling
9143 of `mail-header-separator'. More efficient signature detection.
9144 Allow for regexp metacharacters in message-header-separator.
9145 Adding `To' not to be checked in mail-mode-flyspell-verify.
9146
9147 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9148 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9149 Bind flyspell-auto-correct-binding.
9150 Bind C-. and C-, .
9151 (flyspell-mode-map): Likewise.
9152 (flyspell-mode): Doc fix.
9153 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9154 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9155 (flyspell-word-cache-result): New var, always local.
9156 (flyspell-check-pre-word-p): Doc fix.
9157 (flyspell-check-changed-word-p): Handle spc like newline.
9158 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9159 (flyspell-word-search-backward, flyspell-word-search-forward):
9160 New functions.
9161 (flyspell-word): Return t if nothing to check.
9162 When parsing TeX code, check for after } or \.
9163 Use flyspell-word-search-backward to find previous word.
9164 Return nil if duplicated word.
9165 For word already checked, return same value as last time.
9166 Set flyspell-word-cache-result after checking.
9167 Don't clobber the return value.
9168 (flyspell-get-word): Major rewrite.
9169 (flyspell-external-point-words): New locals pword, pcount.
9170 Fix size used in progress message.
9171 Find the proper corresponding word in flyspell-large-region-buffer.
9172 (flyspell-region): Check for flyspell-large-region = nil.
9173 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9174 (flyspell-auto-correct-word): Check that WORD is a cons.
9175 (flyspell-correct-word): Likewise.
9176
9177 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9178
9179 * progmodes/make-mode.el (makefile-rule-action-regex)
9180 (makefile-macroassign-regex, makefile-makepp-mode)
9181 (makefile-bsdmake-mode): Continuation lines may be empty.
9182 Reported by Joshua Varner.
9183 (makefile-makepp-font-lock-keywords): Add $(stem).
9184
9185 2005-05-28 Karl Berry <karl@gnu.org>
9186
9187 * textmodes/tex-mode.el: Now that tex-send-command calls
9188 shell-quote-argument (2005-03-31 change), remove all calls to
9189 shell-quote-argument; they all end up invoking tex-send-command.
9190 The double quoting loses on filenames with non-safe characters,
9191 such as "@". Reported by Frederik Fouvry.
9192
9193 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9194
9195 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9196 about preserving point.
9197
9198 2005-05-27 Jay Belanger <belanger@truman.edu>
9199
9200 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9201 Info-goto-node.
9202
9203 * calc/calc-embed.el (calc-embed-arg): New variable.
9204 (calc-do-embedded-activate, calc-embedded-activate-formula)
9205 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9206 variable by new variable.
9207 (calc-embedded-make-info): Replace undeclared variable by new
9208 variable. When selecting region with positive prefix
9209 argument, use end of previous line instead of beginning of line.
9210
9211 * calc/calc-aent.el (calc-arg-values): Declare it.
9212
9213 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9214 Declare them.
9215
9216 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9217
9218 * calc/calc.el (calc-alg-map): Declare it.
9219
9220 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9221
9222 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9223
9224 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9225 (gdb-registers-buffer, toggle-gdb-all-registers):
9226 Toggle display of floating point registers.
9227 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9228
9229 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9230 (toggle-gud-tooltip-dereference):
9231 Rename from gud-toggle-tooltip-dereference.
9232
9233 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9236
9237 2005-05-27 Jay Belanger <belanger@truman.edu>
9238
9239 * calc/calc-prog.el (calc-kbd-report): Remove.
9240 (calc-kbd-query): Rewrite.
9241
9242 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9243
9244 * image.el (image-library-alist): Move to image.c.
9245 (image-type-available-p): Doc fix.
9246
9247 2005-05-27 Lute Kamstra <lute@gnu.org>
9248
9249 * calc/calc.el (calc):
9250 * outline.el (outline-1, outline-2, outline-3, outline-4)
9251 (outline-5, outline-6, outline-7, outline-8):
9252 * textmodes/dns-mode.el (dns-mode):
9253 * textmodes/sgml-mode.el (sgml-namespace-face):
9254 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9255 (tex-verbatim-face, tex-use-reftex):
9256 * textmodes/texinfo.el (texinfo-heading-face):
9257 Specify customization group.
9258
9259 * longlines.el: Don't require easy-mmode.
9260 (longlines-visible-face): Specify customization group.
9261
9262 2005-05-27 Kenichi Handa <handa@m17n.org>
9263
9264 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9265 encoding table of windows-1251.
9266
9267 * international/ucs-tables.el (ucs-set-table-for-input):
9268 If translation-table-for-input of a coding system is a symbol, get
9269 its translation-table property.
9270
9271 * international/code-pages.el: Don't register a coding system into
9272 non-iso-charset-alist more than once.
9273 (cp-make-coding-system): Likewise.
9274
9275 2005-05-26 John Wiegley <johnw@newartisans.com>
9276
9277 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9278 `eshell-resume-eval' is wrapped in a list, it indicates that the
9279 command was run asynchronously. In that case, unwrap the value
9280 before checking the delimiter value.
9281
9282 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9283 character before a space at the end of a line is \, assume the space
9284 is part of the last argument rather than a final argument separator.
9285
9286 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9287 is in use, and the target is `t' or `nil' (which are the most common
9288 values), don't assume that the symbol target is a buffer.
9289
9290 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9291
9292 * calendar/calendar.el (calendar-mode-line-format):
9293 Use mode-line-highlight as mouse-face.
9294
9295 * time.el (display-time-string-forms, display-time-update):
9296 Use mode-line-highlight as mouse-face.
9297
9298 2005-05-26 Jay Belanger <belanger@truman.edu>
9299
9300 * calc/calc.el (calc-language-alist): Remove extra defvar.
9301
9302 2005-05-26 Lute Kamstra <lute@gnu.org>
9303
9304 * arc-mode.el (archive-mode):
9305 * bookmark.el (bookmark-read-annotation-mode)
9306 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9307 * bs.el (bs-mode):
9308 * calc/calc-yank.el (calc-edit-mode):
9309 * calc/calc.el (calc-mode, calc-trail-mode):
9310 * calculator.el (calculator-mode):
9311 * chistory.el (command-history-mode):
9312 * comint.el:
9313 * cus-edit.el (custom-mode):
9314 * descr-text.el (describe-text-mode):
9315 * ebuff-menu.el (Electric-buffer-menu-mode):
9316 * ediff-util.el (ediff-mode):
9317 * emacs-lisp/re-builder.el (reb-mode):
9318 * emulation/vi.el (vi-mode-setup):
9319 * emulation/ws-mode.el (wordstar-mode):
9320 * eshell/esh-mode.el (eshell-mode):
9321 * forms.el (forms-mode):
9322 * help-mode.el (help-mode):
9323 * hexl.el (hexl-mode):
9324 * ibuffer.el (ibuffer-mode):
9325 * ielm.el (inferior-emacs-lisp-mode):
9326 * info.el (Info-mode, Info-edit-mode):
9327 * international/swedish.el:
9328 * ledit.el (ledit-from-lisp-mode):
9329 * locate.el (locate-mode):
9330 * mail/rmail.el (rmail-mode):
9331 * mail/rmailedit.el (rmail-edit-mode):
9332 * mail/rmailsum.el (rmail-summary-mode):
9333 * mail/supercite.el (sc-electric-mode):
9334 * net/eudc.el (eudc-mode):
9335 * net/quickurl.el (quickurl-list-mode):
9336 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9337 * obsolete/ooutline.el (outline-mode):
9338 * obsolete/options.el (Edit-options-mode):
9339 * obsolete/rnews.el (news-mode):
9340 * obsolete/rnewspost.el (news-reply-mode):
9341 * play/5x5.el (5x5-mode):
9342 * play/decipher.el (decipher-mode, decipher-stats-mode):
9343 * play/gomoku.el (gomoku-mode):
9344 * play/snake.el (snake-mode):
9345 * play/solitaire.el (solitaire-mode):
9346 * play/tetris.el (tetris-mode):
9347 * progmodes/ada-mode.el (ada-mode):
9348 * progmodes/antlr-mode.el (antlr-mode):
9349 * progmodes/autoconf.el (autoconf-mode):
9350 * progmodes/dcl-mode.el (dcl-mode):
9351 * progmodes/delphi.el (delphi-mode):
9352 * progmodes/ebrowse.el (ebrowse-tree-mode)
9353 (ebrowse-electric-list-mode, ebrowse-member-mode)
9354 (ebrowse-electric-position-mode):
9355 * progmodes/f90.el (f90-mode):
9356 * progmodes/fortran.el (fortran-mode):
9357 * progmodes/icon.el (icon-mode):
9358 * progmodes/idlw-help.el (idlwave-help-mode):
9359 * progmodes/idlw-shell.el (idlwave-shell-mode):
9360 * progmodes/idlwave.el (idlwave-mode):
9361 * progmodes/inf-lisp.el (inferior-lisp-mode):
9362 * progmodes/m4-mode.el (m4-mode):
9363 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9364 * progmodes/modula2.el (modula-2-mode):
9365 * progmodes/octave-inf.el (inferior-octave-mode):
9366 * progmodes/octave-mod.el (octave-mode):
9367 * progmodes/pascal.el (pascal-mode):
9368 * progmodes/sh-script.el (sh-mode):
9369 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9370 * progmodes/vhdl-mode.el (vhdl-mode):
9371 * progmodes/xscheme.el (scheme-interaction-mode):
9372 * replace.el (occur-mode):
9373 * ses.el (ses-mode):
9374 * simple.el (completion-list-mode):
9375 * skeleton.el:
9376 * speedbar.el (speedbar-mode):
9377 * term.el (term-mode):
9378 * terminal.el (terminal-edit-mode):
9379 * textmodes/reftex-index.el (reftex-index-mode)
9380 (reftex-index-phrases-mode):
9381 * textmodes/reftex-sel.el (reftex-select-label-mode)
9382 (reftex-select-bib-mode):
9383 * textmodes/reftex-toc.el (reftex-toc-mode):
9384 * wdired.el (wdired-change-to-wdired-mode):
9385 * wid-browse.el (widget-browse-mode):
9386 Use run-mode-hooks.
9387
9388 * array.el (array-mode):
9389 * calendar/todo-mode.el (todo-mode):
9390 * man.el (Man-mode):
9391 * play/landmark.el (lm-mode):
9392 * play/mpuz.el (mpuz-mode):
9393 Use kill-all-local-variables and run-mode-hooks.
9394
9395 * subr.el (delay-mode-hooks): Specify indentation.
9396
9397 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9398
9399 * xml.el (xml-substitute-special): Don't die for undefined xml
9400 entities.
9401
9402 2005-05-26 Jay Belanger <belanger@truman.edu>
9403
9404 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9405 of nil.
9406
9407 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9408
9409 * progmodes/gdb-ui.el (gdb-frame-address):
9410 Rename from gdb-current-address.
9411 (gdb-previous-frame-address): Rename from gdb-previous-address.
9412 (gdb-selected-frame): Rename from gdb-current-frame.
9413 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9414 (gdb-frame-number): Rename from gdb-current-stack-level.
9415 (gdb-ann3): Match new mode-name for disassembly buffer.
9416 Extend initialization of variables.
9417 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9418 (gdb-memory-mode): Use mouse-face in header line.
9419 (gdb-assembler-buffer-name): Call it disassembly and give frame
9420 in mode line.
9421 (gdb-source-spec-regexp, gdb-assembler-custom)
9422 (gdb-invalidate-assembler, gdb-frame-handler):
9423 Make robust to leading zeroes in address format.
9424
9425 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9426
9427 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9428 define `org-mode'.
9429 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9430
9431 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * log-edit.el (log-edit-changelog-entries): Distinguish between
9434 filenames like xfns.c and fns.c.
9435
9436 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9437
9438 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9439 point after reverting.
9440 (Buffer-menu-make-sort-button): Handle the case where
9441 `Buffer-menu-use-header-line' is nil.
9442
9443 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9444
9445 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9446 New funcs. In minibuffer-local-completion-map bind `]', `/'
9447 and `:' to them.
9448
9449 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * startup.el (normal-top-level): Allow modification of load-path while
9452 we're iterating over it.
9453
9454 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9455
9456 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9457 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9458 (thumbs-resize-interactive, thumbs-insert-image)
9459 (thumbs-insert-thumb, thumbs-dired-show-marked)
9460 (thumbs-find-image-at-point, thumbs-delete-images)
9461 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9462 (thumbs-increment-image-size, thumbs-decrement-image-size):
9463 Fix typos in docstrings.
9464
9465 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9466
9467 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9468 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9469 (cperl-mode): Use them.
9470
9471 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9472
9473 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9474 Doc fixes.
9475
9476 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9477
9478 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9479 Bind C-d to gdb-inferior-io-eof.
9480
9481 * dired.el (dired-dnd-popup-notice): Use message-box.
9482
9483 2005-05-23 Masatake YAMATO <jet@gyve.org>
9484
9485 * bindings.el (mode-line-major-mode-keymap):
9486 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9487
9488 * faces.el (mode-line-highlight): New face.
9489
9490 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9491 as mouse-face.
9492
9493 * bindings.el (top-level, help-echo, mode-line-modified)
9494 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9495 as mouse-face.
9496
9497 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9498
9499 * progmodes/cc-engine.el (c-guess-basic-syntax):
9500 Remove spurious call to `zerop'.
9501
9502 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9503
9504 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9505
9506 CC Mode update to 5.30.10:
9507
9508 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9509 could go past the limit in decoration level 2, thereby causing
9510 errors during interactive fontification.
9511
9512 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9513 the file is evaluated interactively.
9514
9515 * cc-engine.el (c-guess-basic-syntax): Handle operator
9516 declarations somewhat better in C++.
9517
9518 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9519 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9520 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9521 (awk-mode): Use it.
9522 (make-local-hook): Suppress warning about obsoleteness.
9523
9524 * cc-engine.el, cc-align.el, cc-cmds.el
9525 (c-append-backslashes-forward, c-delete-backslashes-forward)
9526 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9527 Compensate for return value from `forward-line' when it has moved
9528 but not to a different line due to eob.
9529
9530 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9531 `objc-method-intro' and `objc-method-args-cont'.
9532
9533 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9534
9535 CC Mode update to 5.30.10:
9536
9537 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9538 in the copyright statement. Incidentally, change "along with GNU
9539 Emacs" to "along with this program" where it occurs.
9540
9541 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9542 so that it is interactive, hence can be found by M-x awk-mode
9543 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9544 <gmorris+emacs@ast.cam.ac.uk>.
9545
9546 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9547 Mode's regexps.
9548
9549 2005-05-23 Kevin Ryde <user42@zip.com.au>
9550
9551 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9552 c-parse-state, to avoid a lisp error (on bad code).
9553
9554 2005-05-23 Lute Kamstra <lute@gnu.org>
9555
9556 * subr.el (font-lock-defaults): Remove defvar as it's already
9557 defined in font-core.el.
9558
9559 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9560
9561 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9562
9563 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9564 more general and work when GDB variable "print pretty" is on,
9565 as with Emacs, for example.
9566
9567 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9568
9569 * font-core.el: Update comment.
9570
9571 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9572 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9573
9574 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9575
9576 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9577
9578 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9579 and `yank-handler' in the doc strings.
9580
9581 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9582
9583 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9584
9585 2005-05-22 Richard M. Stallman <rms@gnu.org>
9586
9587 * help.el (describe-key): Move print-help-return-message call
9588 out of conditional.
9589
9590 * progmodes/etags.el (list-tags): Use with-no-warnings.
9591
9592 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9593 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9594 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9595
9596 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9597
9598 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9599 Add defvar.
9600
9601 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9602 Use defvar, not defconst.
9603
9604 * hexl.el (hexl-follow-line): Use with-no-warnings.
9605
9606 * emulation/tpu-extras.el: Use write-file-functions instead of
9607 write-file-hooks.
9608
9609 * dired.el (dired-font-lock-keywords): Fontify files with junk
9610 extensions even if marked by -F.
9611
9612 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9613
9614 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9615 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9616 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9617 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9618 (concatenate, list-length, get*, getf, cl-remprop):
9619 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9620 (etypecase, progv, lexical-let, lexical-let*)
9621 (multiple-value-bind, multiple-value-setq, shiftf):
9622 Improve argument/docstring consistency.
9623
9624 * subr.el (focus-frame, unfocus-frame):
9625 Revert deletion on 2005-05-01.
9626
9627 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9628
9629 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9630 doesn't exist.
9631
9632 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9633 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9634
9635 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9636
9637 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9638 already deleted variables: auto-fill-hook, blink-paren-hook,
9639 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9640 suspend-hooks, comment-indent-hook, meta-flag,
9641 before-change-function, after-change-function,
9642 font-lock-doc-string-face.
9643
9644 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9645
9646 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9647
9648 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9649
9650 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9651 rmail-dont-reply-to.
9652
9653 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9654
9655 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9656 literal blank when splitting new-header-values.
9657
9658 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9659
9660 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9661 string so that tmm doesn't create a completion entry for it.
9662
9663 * textmodes/table.el (table-disable-menu): Ditto.
9664
9665 2005-05-21 Richard M. Stallman <rms@gnu.org>
9666
9667 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9668
9669 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9670
9671 * net/rcompile.el (remote-compile): Use compilation-start.
9672
9673 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9674
9675 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
9676
9677 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9678 Default to makefile-bsdmake-mode on BSD systems.
9679
9680 * imenu.el (imenu-generic-expression, imenu--generic-function'):
9681 REGEXP may also be a search function now. The part of doc-string
9682 for describing the structure was 95% identical to that of
9683 `imenu--generic-function'. Unify it there.
9684
9685 * progmodes/make-mode.el (makefile-imenu-generic-expression):
9686 Use function to find dependencies, because regexp alone is so complex,
9687 it easily goes into an endless loop.
9688 (makefile-makepp-mode): Also add submenu for Perl functions
9689 defined in the makefile.
9690 (makefile-bsdmake-mode): Special imenu-generic-expression no
9691 longer needed, due to function call.
9692 (makefile-match-dependency): Take BOUND into account when checking
9693 if we're through.
9694
9695 2005-05-20 Jay Belanger <belanger@truman.edu>
9696
9697 * calc/calc-units.el (calc-invalidate-units-table):
9698 Use inhibit-read-only.
9699 (math-build-units-table-buffer): Use view-mode.
9700
9701 2005-05-20 David Kastrup <dak@gnu.org>
9702
9703 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9704 easy-menu-add is not a nop on Emacs; and clarify when to call it.
9705
9706 2005-05-20 Lute Kamstra <lute@gnu.org>
9707
9708 * diff-mode.el (diff-header-face, diff-file-header-face)
9709 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9710 (diff-added-face, diff-changed-face, diff-function-face)
9711 (diff-context-face, diff-nonexistent-face): Put them in the
9712 diff-mode customization group.
9713
9714 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9717
9718 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9719
9720 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9721 Minor regexp-optimization.
9722
9723 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9724
9725 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9726 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9727 (org-agenda-add-time-grid-maybe): New function.
9728 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9729 (org-table-create): `dotimes' instead of `mapcar'.
9730 (org-xor): Simplify implementation.
9731 (org-agenda): `inhibit-redisplay' turned on.
9732 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9733 a consistent line after a state change.
9734 (org-agenda-remove-times-when-in-prefix): New option.
9735 (org-prefix-has-time): New variable.
9736 (org-parse-time-string): Optional argument NODEFAULT.
9737 (org-format-agenda-item): Parse items for time-of-day
9738 specifications and move these into the prefix if possible.
9739 (org-agenda-priority): Get current heading, not previous heading
9740 during agenda remote editing.
9741
9742 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
9743
9744 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9745 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9746 (remove-duplicates, delete-duplicates, substitute)
9747 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9748 (nsubstitute-if-not, find, find-if, find-if-not, position)
9749 (position-if, position-if-not, count, count-if, count-if-not)
9750 (mismatch, search, sort*, stable-sort, merge, member*)
9751 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9752 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9753 (intersection, nintersection, set-difference, nset-difference)
9754 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9755 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9756 (nsublis, tree-equal): Improve argument/docstring consistency.
9757
9758 * subr.el (send-string, send-region):
9759 Remove obsolescence declaration.
9760 (window-dot, set-window-dot, read-input, show-buffer)
9761 (eval-current-buffer, string-to-int):
9762 Add release number to obsolescence declarations.
9763
9764 2005-05-19 Kim F. Storm <storm@cua.dk>
9765
9766 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9767 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9768
9769 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
9770
9771 * faces.el (list-faces-display): Make back button respect optional
9772 regexp arg.
9773
9774 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
9775
9776 * calculator.el (calculator-radix-grouping-mode)
9777 (calculator-radix-grouping-digits, calculator-displayer)
9778 (calculator-radix-grouping-separator, calculator-copy-displayer):
9779 * dabbrev.el (dabbrev-search-these-buffers-only):
9780 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9781 (diff-advance-after-apply-hunk, diff-mode-hook)
9782 (diff-minor-mode-prefix):
9783 * imenu.el (imenu-use-popup-menu):
9784 * jit-lock.el (jit-lock-context-time):
9785 * newcomment.el (comment-fill-column, comment-column)
9786 (comment-style, comment-padding, comment-multi-line)
9787 (comment-empty-lines, comment-auto-fill-only-comments):
9788 * reveal.el (reveal-around-mark):
9789 * uniquify.el (uniquify-buffer-name-style)
9790 (uniquify-after-kill-buffer-p)
9791 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9792 (uniquify-min-dir-content, uniquify-separator)
9793 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9794 * w32-vars.el (w32-fixed-font-alist):
9795 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9796 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9797 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9798 * progmodes/perl-mode.el (perl-indent-level)
9799 (perl-continued-statement-offset, perl-continued-brace-offset)
9800 (perl-brace-offset, perl-brace-imaginary-offset)
9801 (perl-label-offset, perl-indent-continued-arguments)
9802 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9803 * progmodes/tcl.el (tcl-indent-level)
9804 (tcl-continued-indent-level, tcl-auto-newline)
9805 (tcl-tab-always-indent, tcl-electric-hash-style)
9806 (tcl-help-directory-list, tcl-use-smart-word-finder)
9807 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9808 (inferior-tcl-source-command):
9809 * textmodes/fill.el (enable-kinsoku):
9810 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9811 * textmodes/table.el (table-yank-handler):
9812 Specify missing group (and type, if simple) in defcustom.
9813
9814 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9815
9816 * progmodes/compile.el (compilation-finish-function): Fix defvar.
9817
9818 2005-05-19 Richard M. Stallman <rms@gnu.org>
9819
9820 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9821
9822 * subr.el (event-basic-type): Don't get an error.
9823 (left-fringe-p): Function deleted.
9824
9825 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9826 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9827
9828 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9829 in recursive copy.
9830
9831 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9832
9833 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9834
9835 * emacs-lisp/bytecomp.el
9836 (byte-compile-file-form-custom-declare-variable): Call
9837 byte-compile-nogroup-warn if appropriate.
9838
9839 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9840 (compilation-set-window): Don't call left-fringe-p; do it directly.
9841
9842 2005-05-19 Jay Belanger <belanger@truman.edu>
9843
9844 * calc/calc-graph.el (calc-graph-format-data): Make sure
9845 var-PlotRejects is bound before trying to check its value.
9846
9847 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
9848
9849 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9850 definition of this variable from reftex-global.el to reftex.el,
9851 because it is needed in the menu.
9852
9853 2005-05-19 Lute Kamstra <lute@gnu.org>
9854
9855 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9856 years are fixed. Don't insert a space after a dash.
9857
9858 2005-05-19 Kim F. Storm <storm@cua.dk>
9859
9860 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9861
9862 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
9863
9864 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9865 strings, because (eq ... ?\\) is fairly frequent.
9866
9867 * progmodes/make-mode.el (makefile-add-this-line-targets):
9868 Simplify and integrate into `makefile-pickup-targets'.
9869 (makefile-add-this-line-macro): Simplify and integrate into
9870 `makefile-pickup-macros.
9871 (makefile-pickup-filenames-as-targets): Simplify.
9872 (makefile-previous-dependency, makefile-match-dependency):
9873 Don't stumble over `::'.
9874
9875 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
9876
9877 * subr.el (post-command-idle-hook, post-command-idle-delay):
9878 Remove obsoletion of post-command-idle-hook and
9879 post-command-idle-delay.
9880
9881 * faces.el (list-faces-display): Provide button when describe-face
9882 is called to take user back to the list of faces.
9883
9884 * help-fns.el (describe-variable): Remove hyperlinks in a
9885 variable's value as these are quite frequently inappropriate.
9886
9887 * follow.el (follow-submit-feedback, follow-mode):
9888 Remove references to post-command-idle-hook.
9889
9890 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
9891
9892 * progmodes/make-mode.el (makefile-previous-dependency)
9893 (makefile-match-dependency): Check for := (and in bsd mode also
9894 !=) to give a better result, even when font-lock is not on.
9895
9896 2005-05-18 Jay Belanger <belanger@truman.edu>
9897
9898 * calc/calc-help.el (calc-s-prefix-help):
9899 Add `calc-copy-special-constant' to help string.
9900
9901 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9902
9903 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9904
9905 2005-05-18 Jay Belanger <belanger@truman.edu>
9906
9907 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9908 in linear factors are in proper order.
9909
9910 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9911
9912 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9913 Support for jurabib.
9914
9915 * textmodes/reftex.el (featurep): Define aliases for overlay
9916 commands, for XEmacs compatibility, and use these aliases in
9917 overlay initializations.
9918 (reftex-highlight): Use `reftex-move-overlay'.
9919 (reftex-unhighlight): Use `reftex-delete-overlay'.
9920 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
9921 (reftex-access-search-path): Use `reftex-uniquify' instead of
9922 `reftex-uniq'
9923
9924 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9925 `before-string' property modification enables for Emacs as well.
9926 (reftex-select-item): Use `reftex-delete-overlay'.
9927 (reftex-select-mark): Use `reftex-make-overlay' and
9928 `reftex-overlay-put'.
9929 (reftex-select-unmark): Use `reftex-delete-overlay' and
9930 `reftex-overlay-put'.
9931
9932 2005-05-18 Lute Kamstra <lute@gnu.org>
9933
9934 * emacs-lisp/lisp.el (check-parens): Fix docstring.
9935
9936 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
9937
9938 * add-log.el (add-change-log-entry):
9939 * array.el (array-make-template, array-reconfigure-rows)
9940 (array-init-max-row, array-init-max-column)
9941 (array-init-columns-per-line, array-init-field-width):
9942 * replace.el (replace-match-maybe-edit, perform-replace):
9943 * textmodes/spell.el (spell-region):
9944 Replace `read-input' by `read-string'.
9945
9946 * forms.el (forms-mode):
9947 * finder.el (finder-compile-keywords):
9948 * shadowfile.el (shadow-read-files):
9949 Replace `eval-current-buffer' by `eval-buffer'.
9950
9951 * terminal.el (te-pass-through):
9952 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
9953 (ange-ftp-raw-send-cmd):
9954 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
9955 (send-process-next-char, telnet-initial-filter, telnet):
9956 Replace `send-string' by `process-send-string'.
9957
9958 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
9959 (prolog-consult-region): Replace `send-string' by
9960 `process-send-string'; replace `send-region' by `process-send-region'.
9961
9962 * progmodes/delphi.el (delphi-log-msg):
9963 Replace `set-window-dot' by `set-window-point'.
9964
9965 * subr.el (window-dot, set-window-dot, read-input, send-string)
9966 (send-region, show-buffer, eval-current-buffer):
9967 Make really obsolete, as the comment says.
9968
9969 2005-05-17 Kim F. Storm <storm@cua.dk>
9970
9971 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
9972 (cua--init-keymaps): Bind C-return instead of S-return to set
9973 rectangle mark.
9974
9975 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
9976 instead of S-return to toggle/clear rectangle mark.
9977
9978 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
9979
9980 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
9981 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
9982 Also fontify plain strings assigned to variables, mostly so that a
9983 colon has a face and is thus not taken as a dependency separator.
9984 (makefile-previous-dependency): Inline the new matcher, because it
9985 is too complex to work in both directions.
9986 (makefile-match-dependency): Eliminate `backward' arg (see above).
9987 Completely reimplemented so as to not sometimes go into an endless
9988 loop. It should also be more efficient, because first it only
9989 searches for `:', instead of applying the very complex regexp.
9990 (makefile-mode): Cancel `font-lock-support-mode', because blocks
9991 to be fontified in one piece can be too long for JIT.
9992 Makefiles are never *that* big.
9993
9994 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
9995
9996 * dired.el (dired-mode): Simplify.
9997
9998 2005-05-17 Lute Kamstra <lute@gnu.org>
9999
10000 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10001 defcustom for the mode hook variable.
10002
10003 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10004 Emacs Lisp Reference Manual.
10005
10006 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10007
10008 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10009 (evenp, list*):
10010 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10011 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10012
10013 * net/tramp-smb.el (tramp-smb-open-connection):
10014 Pass `tramp-chunksize' as fifth (required) argument.
10015
10016 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10017
10018 * font-lock.el (lisp-font-lock-keywords-1):
10019 Set `font-lock-negation-char-face' for [^...] char group.
10020 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10021
10022 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10023 a var, and refine it to mask one more level of nested vars.
10024 (makefile-rule-action-regex): Turn it into a var, and refine it so
10025 it recognizes backslashed continuation lines as belonging to the
10026 same command.
10027 (makefile-macroassign-regex): Refine it so it recognizes
10028 backslashed continuation lines as belonging to the same command.
10029 (makefile-var-use-regex): Don't look at the next char, because it
10030 might be the same one to be skipped by the initial [^$], leading
10031 to an overlooked variable use.
10032 (makefile-make-font-lock-keywords): Remove two parameters, which
10033 are now variables that some of the modes set locally.
10034 Handle dependency and rule action matching through functions, because
10035 regexps alone match too often. Dependency matching now comes
10036 last, so it can check, whether a colon already matched something else.
10037 (makefile-mode): Inform that font-lock improves makefile parsing
10038 capabilities.
10039 (makefile-match-dependency, makefile-match-action): New functions.
10040
10041 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10042
10043 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10044
10045 * align.el (align-regexp):
10046 * ansi-color.el (ansi-color-get-face):
10047 * array.el (array-reconfigure-rows, array-init-max-row)
10048 (array-init-max-column, array-init-columns-per-line)
10049 (array-init-field-width):
10050 * dired-aux.el (dired-trample-file-versions):
10051 * dired-x.el (dired-mark-sexp):
10052 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10053 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10054 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10055 * faces.el (face-read-integer):
10056 * files.el (backup-extract-version, insert-directory):
10057 * hexl.el (hexl-insert-decimal-char):
10058 * server.el (server-process-filter):
10059 * shell.el (shell-extract-num):
10060 * startup.el (command-line-1):
10061 * term.el (term-command-hook):
10062 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10063 (time-stamp-do-number):
10064 * time.el (display-time-update):
10065 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10066 (timezone-fix-time):
10067 * vms-patch.el (vms-suspend-resume-hook):
10068 * calendar/appt.el (appt-convert-time):
10069 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10070 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10071 * calendar/cal-islam.el (mark-islamic-diary-entries):
10072 * calendar/calendar.el (calendar-cursor-to-date)
10073 (calendar-star-date):
10074 * calendar/diary-lib.el (diary-attrtype-convert)
10075 (mark-diary-entries, diary-entry-time):
10076 * calendar/solar.el (solar-get-number):
10077 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10078 * emacs-lisp/re-builder.el (reb-display-subexp):
10079 * emulation/edt.el (edt-set-scroll-margins):
10080 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10081 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10082 (vip-get-ex-count):
10083 * emulation/viper-ex.el (viper-get-ex-token)
10084 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10085 * international/fontset.el (fontset-plain-name):
10086 * mail/feedmail.el (feedmail-look-at-queue-directory):
10087 * mail/mailalias.el (mail-get-names):
10088 * mail/rmail.el (rmail-convert-to-babyl-format):
10089 * mail/rmailsum.el (rmail-make-basic-summary-line)
10090 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10091 (rmail-summary-goto-msg):
10092 * mail/smtpmail.el (smtpmail-read-response):
10093 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10094 (ange-ftp-vms-add-file-entry):
10095 * play/gametree.el (gametree-looking-at-ply)
10096 (gametree-current-branch-score):
10097 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10098 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10099 * progmodes/cperl-mode.el (condition-case):
10100 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10101 (ebrowse-set-member-buffer-column-width)
10102 (ebrowse-select-1st-to-9nth):
10103 * progmodes/etags.el (etags-snarf-tag):
10104 * progmodes/flymake.el (flymake-parse-line):
10105 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10106 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10107 (idlwave-shell-menu-def):
10108 * progmodes/ps-mode.el (ps-run-goto-error):
10109 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10110 (vhdl-speedbar-contract-level):
10111 * term/mac-win.el (x-handle-numeric-switch):
10112 * term/sun-mouse.el (sun-get-frame-data):
10113 * term/w32-win.el (x-handle-numeric-switch):
10114 * term/x-win.el (x-handle-numeric-switch):
10115 * textmodes/ispell.el (ispell-parse-output):
10116 * textmodes/nroff-mode.el (nroff-outline-level):
10117 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10118 (reftex-bib-sort-year-reverse, reftex-format-citation):
10119 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10120 (reftex-section-number):
10121 * textmodes/texinfmt.el (texinfo-paragraphindent):
10122 Replace `string-to-int' by `string-to-number'.
10123
10124 * international/latexenc.el: Add page marker to force the "Local
10125 Variables:" string out of the last page.
10126
10127 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10128
10129 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10130 tooltip-change-major-mode.
10131 (gud-tooltip-print-command): Remove case where gud-minor-mode
10132 is gdb ("--fullname").
10133 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10134 explain to user.
10135
10136 2005-05-16 Jay Belanger <belanger@truman.edu>
10137
10138 * calc/calc-store.el (calc-copy-special-constant): New function.
10139
10140 * calc/calc-ext.el (calc-init-extensions): Add binding for
10141 `calc-copy-special-constant'.
10142
10143 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10144 for the `calc-copy-special-constant' command.
10145
10146 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10147
10148 * subr.el (left-fringe-p): New function.
10149
10150 * progmodes/compile.el (compilation-setup): Set local value of
10151 overlay-arrow-string to "" always.
10152 (compilation-set-window): Left fringe then don't scroll.
10153 No left fringe then no arrow and scroll message to top.
10154 (compilation-context-lines): Adjust doc string accordingly.
10155
10156 2005-05-16 Kim F. Storm <storm@cua.dk>
10157
10158 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10159 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10160 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10161 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10162 (ido-read-file-name): Handle commands with ido property value
10163 equal to find-file as reading a file name, to allow C-d to enter dired.
10164 (ibuffer-find-file): Add ido property with value find-file.
10165
10166 2005-05-15 Kim F. Storm <storm@cua.dk>
10167
10168 * subr.el (open-network-stream-nowait): Remove.
10169 (open-network-stream-server): Remove.
10170
10171 2005-05-15 Richard M. Stallman <rms@gnu.org>
10172
10173 * faces.el (describe-face): Output a definition link button.
10174
10175 * help-mode.el (help-face-def): New button type.
10176
10177 * emacs-lisp/copyright.el (copyright-fix-years):
10178 Match properly if the first year is 2-digit.
10179 Don't mess up the whitespace after the years by filling.
10180
10181 * dired-aux.el (dired-mark-confirm):
10182 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10183
10184 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10185 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10186 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10187
10188 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10189 Set font-lock-comment-start-skip.
10190
10191 * font-lock.el (font-lock-comment-start-skip): New variable.
10192 (font-lock-comment-end-skip): New variable.
10193 (font-lock-fontify-syntactically-region): Use them if non-nil.
10194
10195 2005-05-15 Jay Belanger <belanger@truman.edu>
10196
10197 * calc/calc-store.el (calc-store-value): Return a string rather
10198 than display it as a message.
10199 Use calc-var-name for variable name.
10200 (calc-store-into): Add the result of calc-store-value to message.
10201 (calc-copy-variable): Add a message.
10202 (calc-store-exchange): Improve error messages.
10203 (calc-store-binary, calc-store-map): Don't reset the values of
10204 special constants.
10205
10206 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10207
10208 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10209 manual to docstring.
10210
10211 * files.el (hack-local-variables-confirm): Add STRING argument.
10212 Make the function handle non file visiting buffers correctly.
10213 (hack-local-variables-prop-line, hack-local-variables)
10214 (hack-one-local-variable): Use STRING arg of
10215 `hack-local-variables-confirm'.
10216
10217 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10218
10219 Sync with Tramp 2.0.49.
10220
10221 * net/tramp.el (tramp-handle-dired-call-process)
10222 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10223 because the contents of the Tramp buffer is changed before
10224 insertion (`expand-file' and alike).
10225 (tramp-handle-insert-directory): If `localname' has an empty
10226 nondirectory name, it must not be quoted.
10227 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10228 variable `tramp-chunksize'. Change callees.
10229 (tramp-open-connection-setup-interactive-shell): Check remote host
10230 for buggy `send-process-string' implementation.
10231 Set `tramp-chunksize' if found. Reported by Michael Kifer
10232 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10233 (tramp-handle-shell-command): `insert-buffer' cannot be used
10234 because the contents of the Tramp buffer is changed before
10235 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10236 <frederic.bothamy@free.fr>.
10237 (tramp-set-auto-save): Actions should be done for Tramp file name
10238 handler only. Ange-FTP has its own auto-save mechanism.
10239 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10240 (tramp-set-auto-save-file-modes): Set file modes of
10241 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10242 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10243 (tramp-bug): Remove obsolete variable.
10244 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10245 for presence of `mml-mode'. Make it running for older Emacsen as well.
10246
10247 2005-05-14 John Paul Wallington <jpw@pobox.com>
10248
10249 * ibuf-ext.el (define-ibuffer-filter filename):
10250 If `dired-directory' is a list, use its car.
10251
10252 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10253
10254 * ibuffer.el (define-ibuffer-column filename):
10255 If `dired-directory' is a list, use its car.
10256
10257 2005-05-14 Richard M. Stallman <rms@gnu.org>
10258
10259 * subr.el (symbol-file): Doc fix.
10260
10261 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10262 (byte-compile-form): Call byte-compile-nogroup-warn.
10263 (byte-compile-warning-types): Doc fix.
10264
10265 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10266
10267 * progmodes/cc-engine.el (c-literal-faces):
10268 Add font-lock-comment-delimiter-face.
10269
10270 * net/net-utils.el (dig): Use with-no-warnings.
10271
10272 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10273 (sc-recite-frame-alist, sc-default-cite-frame)
10274 (sc-default-uncite-frame, sc-default-recite-frame)
10275 (sc-attrib-selection-list, sc-rewrite-header-list):
10276 Mark as risky-local-variable.
10277
10278 * international/ogonek.el (ogonek-jak, ogonek-how):
10279 Don't use beginning-of-buffer.
10280
10281 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10282
10283 * calendar/solar.el (solar-data-list): Move definition up.
10284
10285 * dnd.el (dnd-protocol-alist): Add autoload.
10286
10287 * progmodes/sh-script.el: Many doc usage fixes.
10288 (sh-indent-after-do): Change default to match common styles.
10289
10290 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10291
10292 * files.el (interpreter-mode-alist)
10293 (auto-mode-interpreter-regexp): Doc fixes.
10294
10295 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10296
10297 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10298
10299 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10300
10301 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10302
10303 * dired.el (dired-mode): make-variable-buffer-local =>
10304 make-local-variable.
10305
10306 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10307
10308 * term/mac-win.el (mac-select-convert-to-string): Try coding
10309 systems in mac-script-code-coding-systems if specified one cannot
10310 encode string for `com.apple.traditional-mac-plain-text'.
10311
10312 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10313
10314 * progmodes/make-mode.el (makefile-targets-face)
10315 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10316 (makefile-dependency-regex): Fix it to not make the colon in
10317 $(var:a=b) special.
10318 (makefile-rule-action-regex): New regexp for highlighting embedded
10319 Shell strings.
10320 (makefile-macroassign-regex): Handle != for highlighting as
10321 embedded Shell strings.
10322 (makefile-var-use-regex): New const.
10323 (makefile-statements, makefile-automake-statements)
10324 (makefile-gmake-statements, makefile-makepp-statements)
10325 (makefile-bsdmake-statements): New consts.
10326 (makefile-make-font-lock-keywords): New function.
10327 (makefile-automake-font-lock-keywords)
10328 (makefile-gmake-font-lock-keywords)
10329 (makefile-makepp-font-lock-keywords)
10330 (makefile-bsdmake-font-lock-keywords): New consts.
10331 (makefile-mode-map): Add switchers between the various submodes.
10332 (makefile-mode): Document the availability of the variants.
10333 (makefile-automake-mode, makefile-gmake-mode)
10334 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10335
10336 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10337 new variants of makefile-mode.
10338
10339 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10342 the inheritance.
10343
10344 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10345
10346 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10347 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10348
10349 * files.el (normal-mode): Extend the scope of the
10350 `enable-local-variables' binding to include the `set-auto-mode' call.
10351 (magic-mode-alist): Doc fix.
10352
10353 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10354
10355 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10356 font-lock-comment-face rather than copying its setting.
10357
10358 2005-05-12 Andreas Schwab <schwab@suse.de>
10359
10360 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10361
10362 2005-05-12 Lute Kamstra <lute@gnu.org>
10363
10364 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10365 defcustom for the mode hook variable. Delete the last argument.
10366 * generic-x.el: Fix callers of define-generic-mode.
10367 (generic-x-modes): Delete group.
10368 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10369 generic-x customization group.
10370
10371 2005-05-12 Kim F. Storm <storm@cua.dk>
10372
10373 * font-lock.el (font-lock-negation-char-face): Default to "off".
10374
10375 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10376 font-lock-negation-char-face to ! in !=.
10377
10378 2005-05-12 Masatake YAMATO <jet@gyve.org>
10379
10380 * add-log.el (find-change-log): Fix typos in the docstring
10381 of function.
10382
10383 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10384
10385 * international/latexenc.el (latexenc-find-file-coding-system):
10386 Avoid `re-search-forward' when looking for input encoding because
10387 of speed and safety. Better regular expressions for recognizing
10388 input encoding. Limit a search for TeX-master/tex-main-file to
10389 the local variable section.
10390
10391 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10392
10393 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10394 syntax of $ to "'" (quote).
10395
10396 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10397
10398 * dnd.el (dnd-protocol-alist): Improve custom type.
10399
10400 * dired.el (dired-dnd-protocol-alist): New variable.
10401 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10402 `dired-mode-hook' to the end.
10403
10404 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10405
10406 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10407 comment-end if comment-start-skip is not set.
10408 Obey the font-lock-comment-delimiter-face variables.
10409
10410 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * files.el (executable-find): Move from executable.el. Use
10413 locate-file.
10414 * progmodes/executable.el (executable-find): Move to files.el.
10415
10416 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10417 when trying to ensure forward progress.
10418
10419 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10420
10421 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10422 (mouse-select, mouse-select-internal, mouse-extend-internal):
10423 Use it to implement mouse-1-click-follows-link functionality.
10424
10425 2005-05-11 Richard M. Stallman <rms@gnu.org>
10426
10427 * font-lock.el (font-lock-fontify-syntactically-region):
10428 Use font-lock-comment-delimiter-face for comment delimiters.
10429
10430 2005-05-10 Jay Belanger <belanger@truman.edu>
10431
10432 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10433 preserving embedded modes.
10434
10435 2005-05-10 Richard M. Stallman <rms@gnu.org>
10436
10437 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10438
10439 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10440 Move from ada-stmt.el.
10441 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10442
10443 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10444 Move to ada-mode.el.
10445 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10446
10447 * cus-edit.el (custom-file): Call file-chase-links.
10448
10449 * files.el (read-directory-name): Fix previous change.
10450 (hack-local-variables-confirm): New function.
10451 (hack-local-variables-prop-line, hack-local-variables)
10452 (hack-one-local-variable): Use it.
10453
10454 2005-05-10 Lute Kamstra <lute@gnu.org>
10455
10456 * font-lock.el (font-lock-keywords-alist)
10457 (font-lock-removed-keywords-alist): Clarify docstrings.
10458
10459 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10460
10461 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10462 (gdb-source-info): Check for preprocessor info.
10463 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10464 a macro for a function.
10465 (gdb-info-breakpoints-custom): Try to find file again if not already
10466 found (user might have used GDB dir command).
10467 (gdb-get-location): Update gdb-location-alist correctly for change
10468 to gdb-info-breakpoints-custom.
10469
10470 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10471 (gud-tooltip-print-command): Add gdbmi case.
10472 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10473 preprocessor info.
10474
10475 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10476
10477 * startup.el (fancy-splash-insert): Fix typo in doc string.
10478
10479 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10480
10481 * obsolete/float.el (string-to-float):
10482 * obsolete/hilit19.el (hilit-add-pattern):
10483 * obsolete/rnews.el (news-parse-range, news-select-message)
10484 (news-get-pruned-list-of-files): Replace `string-to-int' by
10485 `string-to-number'.
10486
10487 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10488 `find-file-not-found-hooks'; use `add-hook'.
10489 (uncompress-while-visiting): Set `write-file-functions', not
10490 `write-file-hooks'; use `add-hook'.
10491
10492 2005-05-09 Kim F. Storm <storm@cua.dk>
10493
10494 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10495 (cua-paste): Handle clipboard action.
10496 (cua--init-keymaps): Remap clipboard-kill-region and
10497 clipboard-kill-ring-save.
10498
10499 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10500
10501 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10502 Improve commentary.
10503
10504 * simple.el (next-error-overlay-arrow-position): Revert the change
10505 made on 2005-04-30.
10506
10507 2005-05-07 Jay Belanger <belanger@truman.edu>
10508
10509 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10510 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10511 `calc-sel-reselect'.
10512
10513 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10514 Calc is in embedded mode.
10515
10516 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10517
10518 * progmodes/compile.el (compilation-setup):
10519 Set overlay-arrow-string to an empty string on text terminals.
10520
10521 * textmodes/ispell.el (ispell-program-name): Try looking for
10522 "aspell" along exec-path, and if found, use it as the default
10523 speller program.
10524
10525 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10526
10527 * international/mule.el (sgml-xml-auto-coding-function):
10528 Recognize encoding='FOO' in single quotes as well as in double quotes.
10529
10530 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10531
10532 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10533 as well as `interactive', so that defmacro* would recognize
10534 `declare' forms.
10535
10536 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10537
10538 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10539 Explain more about the LIGHTER arg's usage in the doc string.
10540 Add commentary to clarify what the code does. Fix the regexp that
10541 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10542 since it could have characters special to regular expressions.
10543
10544 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10545
10546 * replace.el (occur-1): Bind inhibit-read-only so that
10547 erase-buffer doesn't barf on read-only text properties (likewise
10548 for add-text-properties in occur-engine). Mark buffer as unmodified.
10549 (occur-engine): Don't set buffer-read-only here.
10550
10551 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10554 list-buffers-directory. This caused the *cvs-commit* buffer to be
10555 sometimes mistakenly reused as a *cvs* buffer.
10556
10557 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10558
10559 * tooltip.el: Move code for GUD tooltips into gud.el.
10560 (require): CL no longer needed to compile case.
10561 (tooltip-mode): Do not toggle functions for GUD tooltips.
10562 (tooltip-gud-tips-p): Remove. Replace with minor mode
10563 gud-tooltip-mode in gud.el.
10564 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10565 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10566 tooltip-gud prefix with gud-tooltip and obsolete.
10567 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10568 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10569 (tooltip-mouse-motion): Mouse movement functions/variable.
10570 Rename in gud.el by adding gud prefix.
10571 (tooltip-gud-original-filter, tooltip-gud-dereference)
10572 (tooltip-gud-event, tooltip-toggle-gud-tips)
10573 (tooltip-gud-process-output, tooltip-gud-print-command)
10574 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10575 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10576 (gdb-tooltip-print): Move to gdb-ui.el.
10577
10578 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10579 (require): CL needed to compile case.
10580 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10581 tooltip-gud-tips-p. Make it a minor-mode.
10582 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10583 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10584 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10585 (gud-tooltip-change-major-mode)
10586 (gud-tooltip-activate-mouse-motions-if-enabled)
10587 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10588 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10589 (gud-tooltip-original-filter, gud-tooltip-dereference)
10590 (gud-tooltip-event, tooltip-toggle-gud-tips)
10591 (gud-tooltip-process-output, gud-tooltip-print-command)
10592 (gud-tooltip-tips): Move from tooltip.el.
10593
10594 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10595 (gdb-cpp-define-alist-flags): Doc fix.
10596 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10597 gud-tooltip-mode is t.
10598
10599 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10602 evaporate if their text is deleted.
10603 (goto-address-at-point): Make it work as a mouse binding as well.
10604 (goto-address-at-mouse): Obsolete it. Update users.
10605
10606 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10607
10608 * calendar/appt.el (top-level): No longer activate on load.
10609
10610 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10611
10612 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10613 * net/webjump.el (webjump):
10614 * progmodes/idlw-help.el (idlwave-do-context-help1)
10615 (idlwave-highlight-linked-completions):
10616 * textmodes/po.el (po-find-file-coding-system-guts):
10617 Replace `assoc-ignore-case' by `assoc-string'.
10618
10619 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10620
10621 * files.el (locate-file): Doc fix.
10622
10623 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10624 Remove the redundant test for ms-dos.
10625
10626 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10627 look for the preprocessor with exec-suffixes. If not found in
10628 standard places, look in exec-path. Remove most of the tests that
10629 used system-type.
10630
10631 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10632
10633 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10634
10635 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10636 file-name clash with jka-compr.el on 8+3 filesystems.
10637
10638 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10639
10640 * term/mac-win.el: Don't define or bind scroll bar functions if
10641 x-toolkit-scroll-bars is t.
10642 (x-select-text, x-get-selection-value): Clear
10643 x-last-selected-text-clipboard if x-select-enable-clipboard is
10644 nil.
10645 (PRIMARY): Put mac-scrap-name property.
10646 (mac-select-convert-to-file-url): New function.
10647 (public.file-url): New selection target type. Add to
10648 selection-converter-alist.
10649 (x-get-selection, x-selection-value): Handle it.
10650 (x-cut-buffer-or-selection-value): New alias.
10651
10652 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10653
10654 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10655 entry to avoid calling bibtex-find-entry with arg global
10656 being t. Remove arg key.
10657 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10658 (bibtex-copy-summary-as-kill): Change accordingly.
10659
10660 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10663 (org-agenda-date-later): Use with-current-buffer.
10664
10665 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10666
10667 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10668 (define-obsolete-variable-alias): Doc Fixes.
10669
10670 2005-05-06 Kim F. Storm <storm@cua.dk>
10671
10672 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
10673 vertical-motion when selective-display is active.
10674
10675 * ido.el (ido-setup-hook): New hook.
10676 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10677 (ido-input-stack): New var.
10678 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
10679 ido-next-work-file binding to M-O.
10680 Bind M-f to ido-wide-find-file-or-pop-dir.
10681 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10682 (ido-read-internal): Run ido-setup-hook.
10683 Catch quit in read-file-name and read-string to cancel edit.
10684 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10685 Automatically pop-all when completing a directory name (RET).
10686 (ido-file-internal): Add with-no-warnings around ffap and dired code.
10687 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10688 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10689 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10690 New functions for M-b/M-f to move among the directory components.
10691 (ido-make-merged-file-list): Catch quit to cancel merge.
10692 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10693 (ido-completion-help): No warnings for ido-completion-buffer-full.
10694
10695 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10696
10697 * font-lock.el (font-lock-negation-char-face): New face and variable.
10698 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10699 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10700 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10701 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10702
10703 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
10704
10705 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10706 Fix typo in docstring.
10707
10708 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10709 (ebrowse-print-statistics-line)
10710 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10711
10712 * term/w32-win.el (image-library-alist): Add additional name for
10713 Xpm library.
10714
10715 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
10716
10717 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10718 use gcc instead of cpp.
10719
10720 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10721 (gdb-create-define-alist): Use it.
10722 (gdb-cpp-define-alist-program): Update for MS-DOS.
10723
10724 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
10725
10726 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10727
10728 2005-05-04 Richard M. Stallman <rms@gnu.org>
10729
10730 * help.el (describe-key): No error when UNTRANSLATED is nil.
10731
10732 * simple.el (line-move-1): Fix previous change to signal errors
10733 appropriately.
10734
10735 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
10736
10737 * calendar/icalendar.el (icalendar-version): Now at 0.12.
10738 (icalendar-duration-correction): Remove.
10739 (icalendar--get-event-properties): Split result at commas.
10740 (icalendar--decode-isoduration): New optional argument
10741 DURATION-CORRECTION.
10742 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10743 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10744 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10745 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10746 (icalendar--convert-anniversary-to-ical): New functions, extracted
10747 from icalendar-export-region, with bug fixes.
10748 (icalendar-export-region): Use the above functions.
10749 (icalendar-import-buffer): Check before saving diary file.
10750 (icalendar--convert-recurring-to-diary)
10751 (icalendar--convert-non-recurring-all-day-to-diary)
10752 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10753 extracted from icalendar--convert-ical-to-diary, with bug fixes.
10754 (icalendar--convert-ical-to-diary): Use the above functions.
10755
10756 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
10757
10758 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10759 Remove these recent additions.
10760 (c-mode): Restore to before 2005-04-28.
10761
10762 * progmodes/cc-vars.el (cc-define-list-program): Remove this
10763 recent addition.
10764
10765 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10766 (gdb-define-alist): New variables.
10767 (gdb-create-define-alist): New function.
10768 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10769 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10770 with string-to-number.
10771 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
10772
10773 * progmodes/gud.el: Replace string-to-int with string-to-number.
10774 (gud-find-file): Handle gdb-define-alist.
10775
10776 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10777
10778 2005-05-02 Jay Belanger <belanger@truman.edu>
10779
10780 * calc/calc-aent.el (math-read-token):
10781 * calc/calc-bin.el (calc-word-size):
10782 * calc/calc-ext.el (calc-read-number-fancy):
10783 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10784 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10785 * calc/calc-frac.el (calc-over-notation):
10786 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10787 (calc-graph-num-points, calc-graph-init):
10788 * calc/calc-prog.el (calc-read-parse-table-part)
10789 (calc-edit-macro-repeats):
10790 * calc/calc-yank.el (calc-do-grab-rectangle):
10791 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10792 Replace `string-to-int' by `string-to-number'.
10793
10794 2005-05-02 Kim F. Storm <storm@cua.dk>
10795
10796 * kmacro.el: Use executing-kbd-macro-index variable.
10797
10798 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
10799
10800 * net/rlogin.el (rlogin-parse-words): Delete func.
10801 (rlogin): Use split-string, not rlogin-parse-words.
10802 Also, if there are option-like elements in the parsed args,
10803 take the host to be the first arg immediately following them.
10804 Suggested by Michael Mauger.
10805
10806 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10807
10808 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10809
10810 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10811
10812 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10813 (cc-mode-cpp-program): Rename to cc-define-list-program and
10814 move to cc-vars.el.
10815
10816 * progmodes/cc-vars.el (cc-define-list-program):
10817 Change to "gcc -E -dM -". Make customizable.
10818
10819 2005-05-02 Kim F. Storm <storm@cua.dk>
10820
10821 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10822
10823 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10824
10825 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10826
10827 * international/mule-util.el (truncate-string): Remove alias and
10828 obsolete declaration.
10829
10830 * international/mule-cmds.el (update-iso-coding-systems):
10831 Remove alias and obsolete declaration.
10832
10833 * international/mule.el (coding-system-parent): Remove alias and
10834 obsolete declaration.
10835
10836 * subr.el (define-function, sref): Remove aliases and obsolete
10837 declarations.
10838 (chars-in-region): Remove obsolete declaration.
10839
10840 2005-05-01 Richard M. Stallman <rms@gnu.org>
10841
10842 * info.el (Info-mode): Set widen-automatically to nil, locally.
10843
10844 * simple.el (widen-automatically): New variable.
10845 (pop-global-mark): Obey widen-automatically.
10846
10847 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
10848
10849 * term/xterm.el (function-key-map): Call substitute-key-definition
10850 before the keymap size is increased by a lot of define-key calls.
10851
10852 2005-05-01 Richard M. Stallman <rms@gnu.org>
10853
10854 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10855 Rename ARG to ELEMENT. Doc fix.
10856
10857 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10858
10859 * allout.el (allout-exposure): Remove macro and obsolete declaration.
10860 Remove references to allout-exposure/change to allout-new-exposure.
10861
10862 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10863 bytecode symbols.
10864
10865 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10866 (compiled-function-p, focus-frame, unfocus-frame):
10867 Remove aliases and obsolete declarations.
10868 Back out inadvertent changes from previous commit.
10869
10870 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10871
10872 * files.el (require-final-newline): Make Custom tags consistent
10873 with mode-require-final-newline.
10874 (mode-require-final-newline): Doc fix.
10875
10876 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * international/latexenc.el (latexenc-find-file-coding-system):
10879 Fix regular expressions.
10880
10881 2005-05-01 David Kastrup <dak@gnu.org>
10882
10883 * international/latexenc.el (latexenc-find-file-coding-system):
10884 Fix regular expressions.
10885
10886 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
10887
10888 * subr.el (string-to-int): Make obsolete.
10889
10890 2005-04-30 Richard M. Stallman <rms@gnu.org>
10891
10892 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10893
10894 * loadup.el: load jka-comp-hook.
10895
10896 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10897 (jka-compr-handler): Add autoload. `put' calls moved
10898 to jka-comp-hook.el.
10899 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10900 (jka-compr-inhibit): Autoload.
10901
10902 * jka-comp-hook.el: New file.
10903 Enable the mode by default.
10904
10905 * files.el (backup-buffer-copy): Use copy-file instead
10906 of write-region, and put back the 'excl.
10907
10908 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
10909
10910 * progmodes/flymake.el (flymake-split-string)
10911 (flymake-split-string, flymake-log, flymake-pid-to-names)
10912 (flymake-reg-names, flymake-get-source-buffer-name)
10913 (flymake-unreg-names, flymake-add-line-err-info)
10914 (flymake-add-err-info): Clarify docstrings.
10915 (flymake-popup-menu, flymake-make-emacs-menu)
10916 (flymake-make-xemacs-menu): Add docstrings.
10917 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10918 Set variables directly throughout.
10919
10920 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
10921
10922 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10923 exists. Initialize cc-define-alist.
10924 (c-mode): Add cc-create-define-alist locally to after-save-hook.
10925 If there is no file (Macroexpansion) don't create an alist.
10926
10927 2005-04-29 Sam Steingold <sds@gnu.org>
10928
10929 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10930 (cc-create-define-alist): Use it instead of the hard-coded string.
10931
10932 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * international/mule-conf.el (file-coding-system-alist): Fix regexp
10935 for latexenc.
10936
10937 2005-04-29 Lute Kamstra <lute@gnu.org>
10938
10939 * emacs-lisp/generic.el: Improve commentary section.
10940 (define-generic-mode): Improve docstring.
10941
10942 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10943
10944 * textmodes/org.el (many places): Change to quiet the byte compiler.
10945 (org-prefix-format-compiled): New variable.
10946 (org-compile-prefix-format): New function.
10947 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
10948 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
10949 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
10950 (org-get-entries-from-diary): Use `org-get-time-of-day' for
10951 consistency with entries from `org-mode' files.
10952 (org-get-time-of-day): Fix bug with partial matches early in a line.
10953 (org-non-link-chars): New constant.
10954 (org-link-regexp): Respect `org-non-link-chars'.
10955 (org-agenda-day-view): Remove command.
10956 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
10957 (org-follow-bbdb-link, org-store-link): Search also company field.
10958 (org-highlight-overlay): New variable.
10959 (org-highlight, org-unhighlight): New functions.
10960 (org-agenda-mode): Add pre-command-hook to remove highlight.
10961 (org-evaluate-time-range): Behavior depends upon whether time stamp
10962 contains a time or not.
10963 (org-show-subtree, org-show-entry): New functions.
10964 (org-agenda-cleanup-fancy-diary): Remove empty lines.
10965
10966 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
10967
10968 * comint.el (comint-output-filter-functions): Add autoload cookie.
10969
10970 2005-04-28 Kim F. Storm <storm@cua.dk>
10971
10972 * ido.el (ido-everywhere): Fix last change.
10973
10974 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10975
10976 * international/latexenc.el: New file.
10977 * international/mule-conf.el (file-coding-system-alist): For .tex,
10978 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
10979
10980 2005-04-28 Lute Kamstra <lute@gnu.org>
10981
10982 * font-lock.el (font-lock-add-keywords)
10983 (font-lock-remove-keywords): Clarify docstring.
10984 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
10985 Don't start docstrings with a `*'.
10986 (font-lock-update-removed-keyword-alist): Give it a docstring.
10987
10988 * generic-x.el: Update commentary section.
10989 Only require font-lock when compiling.
10990 Define all modes conditionally.
10991 Place all generic modes in the generic-x-modes customization group.
10992 (generic-x-modes): New customization group.
10993 (generic-default-modes, generic-mswindows-modes)
10994 (generic-unix-modes, generic-other-modes): New constants.
10995 (generic-define-mswindows-modes, generic-define-unix-modes):
10996 Update docstrings. Make them obsolete.
10997 (generic-extras-enable-list): New default value. Update docstring.
10998 Improve :type. Change :set function.
10999 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11000 Fix docstring.
11001
11002 * emacs-lisp/generic.el (generic-mode-internal):
11003 Simplify font-lock-defaults.
11004 (define-generic-mode): Fix docstring.
11005
11006 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11009 font-lock-face property to highlight matches.
11010
11011 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11012
11013 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11014 (cc-define-alist): New variable.
11015 (c-mode): Make it local and initialize it.
11016
11017 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11018 (gdb-exited): New function.
11019 (gdb-annotation-rules): Use it.
11020 (gdb-starting): Set gdb-active-process to t.
11021 (gdb-stopping): Amend doc string.
11022 (gdb-reset): Set gdb-active-process to nil.
11023
11024 * tooltip.el (tooltip-gud-tips): Show the associated #define
11025 directives when a C program under GDB is not executing.
11026
11027 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11028
11029 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11030 font-lock-fontify-syntactic-keywords.
11031
11032 * font-lock.el (font-lock-default-fontify-region): Don't force
11033 parse-sexp-lookup-properties to nil.
11034
11035 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11036
11037 * man.el (man-mode-syntax-table): Set up `:' to have
11038 word-constituent syntax.
11039
11040 2005-04-27 Lute Kamstra <lute@gnu.org>
11041
11042 * novice.el (disable-command): Don't add spurious newlines to the
11043 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11044
11045 2005-04-26 Jay Belanger <belanger@truman.edu>
11046
11047 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11048 than one window before deleting window.
11049
11050 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11051
11052 * shell.el (shell-prompt-pattern): Doc fix.
11053 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11054
11055 * comint.el (comint-prompt-regexp, comint-get-old-input)
11056 (comint-use-prompt-regexp)
11057 (comint-use-prompt-regexp-instead-of-fields)
11058 (comint-replace-by-expanded-history, comint-send-input)
11059 (comint-output-filter, comint-get-old-input-default)
11060 (comint-line-beginning-position, comint-bol, comint-show-output)
11061 (comint-backward-matching-input, comint-forward-matching-input)
11062 (comint-next-prompt, comint-previous-prompt):
11063 Rename `comint-use-prompt-regexp-instead-of-fields' to
11064 `comint-use-prompt-regexp'. Keep old name as alias and declare
11065 obsolete.
11066 (comint-use-prompt-regexp): Shorten first line of doc string.
11067
11068 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11069 Set paragraph-separate buffer locally to "\\'".
11070
11071 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11072 Adapt to above name change.
11073
11074 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11075 (smbclient-prompt-regexp): Ditto.
11076
11077 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11078
11079 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11080
11081 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11082 gdb-location-list.
11083 Break lines that are over 80 characters wide.
11084
11085 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11088 New fun and var, to preserve compatibility.
11089
11090 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11091
11092 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11093
11094 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11095 name to file-newer-than-file-p.
11096
11097 2005-04-26 Richard M. Stallman <rms@gnu.org>
11098
11099 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11100
11101 * progmodes/python.el (python-mode):
11102 Use new name eldoc-documentation-function.
11103
11104 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11105
11106 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11107 (eldoc-documentation-function):
11108 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11109
11110 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11111
11112 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11113
11114 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11115
11116 * term/xterm.el (function-key-map): Fix strings for
11117 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11118 {C,S,A,C-S}-{f1-f12}.
11119
11120 2005-04-26 Kenichi Handa <handa@m17n.org>
11121
11122 * international/mule-cmds.el (select-safe-coding-system):
11123 Fix previous change.
11124
11125 2005-04-26 Lute Kamstra <lute@gnu.org>
11126
11127 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11128
11129 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11130 (font-lock-comment-delimiter-face): Ditto.
11131
11132 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11133
11134 2005-04-25 Jay Belanger <belanger@truman.edu>
11135
11136 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11137 to t while inserting information; use help-mode.
11138
11139 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11140
11141 * term.el (ansi-term-color-vector): Use the xterm colors.
11142 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11143
11144 2005-04-25 Lute Kamstra <lute@gnu.org>
11145
11146 * font-core.el (font-lock-defaults): Fix docstring.
11147
11148 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11149
11150 2005-04-25 Kenichi Handa <handa@m17n.org>
11151
11152 * international/mule-cmds.el (select-safe-coding-system):
11153 Don't check consistency with coding: spec, etc if raw-text or
11154 no-conversion was found to be safe.
11155
11156 2005-04-24 Richard M. Stallman <rms@gnu.org>
11157
11158 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11159 citation markers at start of each line.
11160
11161 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11162 citation markers at start of each line.
11163
11164 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11165
11166 * files.el (mode-require-final-newline): Fix previous change.
11167 (require-final-newline): Fix type label.
11168
11169 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11170
11171 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11172 statement in buffer (broken by 2004-11-24 change).
11173
11174 2005-04-24 Kim F. Storm <storm@cua.dk>
11175
11176 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11177 and read-file-name-function values. Don't overwrite existing
11178 non-nil values if ido-mode is enabled without ido-everywhere.
11179
11180 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11181
11182 * files.el (mode-require-final-newline): Minor doc fix.
11183
11184 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11185
11186 * subr.el (syntax-after): Doc fix.
11187 (syntax-class): If argument is nil, return nil. Mask off upper 16
11188 bits, not 8 bits.
11189
11190 * files.el (mode-require-final-newline): Doc fix.
11191 (backup-buffer-copy): Fix last change.
11192
11193 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11194
11195 * term/mac-win.el: Require select. Set selection-coding-system to
11196 mac-system-coding-system. Call menu-bar-enable-clipboard.
11197 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11198 (x-select-enable-clipboard): New variables.
11199 (x-select-text, x-get-selection, x-selection-value)
11200 (x-get-selection-value, mac-select-convert-to-string)
11201 (mac-services-open-file, mac-services-open-selection)
11202 (mac-services-insert-text): New functions.
11203 (CLIPBOARD, FIND): Put mac-scrap-name property.
11204 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11205 (public.tiff): Put mac-ostype property.
11206 (selection-converter-alist): Add entries for them.
11207 (mac-application-menu-map): New keymap.
11208 (interprogram-cut-function, interprogram-paste-function): Set to
11209 x-select-text and x-get-selection-value, respectively.
11210 (split-window-keep-point): Set to t.
11211
11212 2005-04-23 Richard M. Stallman <rms@gnu.org>
11213
11214 * files.el (read-directory-name): Always pass non-nil
11215 DEFAULT-FILENAME arg to read-file-name.
11216 (backup-buffer-copy, basic-save-buffer-2): Take care against
11217 writing thru an unexpected existing symlink.
11218 (revert-buffer): In indirect buffer, revert the base buffer.
11219 (magic-mode-alist): Doc fix.
11220 (buffer-stale-function): Doc fix.
11221 (minibuffer-with-setup-hook): Avoid warning.
11222 (mode-require-final-newline): Doc and custom fix.
11223
11224 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11225
11226 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11227 use the default appearance.
11228 (font-lock-comment-delimiter-face): New face, new variable.
11229
11230 * imenu.el (imenu--generic-function): The official position of a
11231 definition is the start of the line that BEG is in.
11232
11233 * midnight.el (midnight-timer): Move defvar up.
11234
11235 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11236
11237 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11238
11239 * startup.el (command-line): Use with-no-warnings.
11240
11241 * window.el (window-size-fixed): New defvar.
11242
11243 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11244
11245 * mail/rmail.el (rmail-font-lock-keywords):
11246 Use font-lock-comment-delimiter-face.
11247
11248 * mail/sendmail.el (mail-font-lock-keywords):
11249 Use font-lock-comment-delimiter-face.
11250
11251 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11252
11253 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11254
11255 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11256 Specify t for LAXMATCH when matching directories.
11257 Save match data around compilation-compat-error-properties form.
11258
11259 2005-04-23 David Kastrup <dak@gnu.org>
11260
11261 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11262 Mention that the autoloaded aliases should be kept for AUCTeX.
11263
11264 2005-04-23 Andreas Schwab <schwab@suse.de>
11265
11266 * isearch.el (isearch-forward): Doc fix.
11267
11268 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11269
11270 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11271 (jit-lock-stealth-nice): Change default value to 0.5.
11272
11273 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11274
11275 * abbrev.el (write-abbrev-file): Write table entries in
11276 alphabetical order by table name.
11277
11278 2005-04-22 Kim F. Storm <storm@cua.dk>
11279
11280 * ido.el (ido-read-internal): Fix `list' completion.
11281
11282 2005-04-22 Kenichi Handa <handa@m17n.org>
11283
11284 * recentf.el (recentf-save-file-coding-system): New variable.
11285 (recentf-save-list): Encode the file by
11286 recentf-save-file-coding-system and add coding: tag.
11287
11288 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11289
11290 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11291
11292 2005-04-21 Lute Kamstra <lute@gnu.org>
11293
11294 * loadhist.el (unload-feature): Don't remove a function from hooks
11295 if it is about to be restored to an autoload . Remove functions
11296 that will become unbound from auto-mode-alist. Simplify the code.
11297
11298 * subr.el (assq-delete-all): New implementation that is linear,
11299 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11300 (rassq-delete-all): New function.
11301
11302 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11303 Add size-indication-mode.
11304
11305 2005-04-21 Kenichi Handa <handa@m17n.org>
11306
11307 * international/mule-cmds.el: Add autoload for widget-value in
11308 eval-when-compile.
11309
11310 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11311
11312 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11313 Add tooltip-mode.
11314
11315 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11316
11317 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11318
11319 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11320 (inferior-lisp-filter-regexp, inferior-lisp-program)
11321 (inferior-lisp-load-command, inferior-lisp-prompt)
11322 (inferior-lisp-mode-hook, lisp-source-modes)
11323 (inferior-lisp-load-hook): defvar->defcustom.
11324 (inferior-lisp-program, inferior-lisp-prompt)
11325 (inferior-lisp-load-hook): Doc fixes.
11326 (inferior-lisp-install-letter-bindings): Small change in
11327 introductory comment.
11328
11329 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11330
11331 * vc.el (vc-annotate-color-map): Change some colors so that text
11332 using them as foreground is readable on both white and black
11333 backgrounds.
11334
11335 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11336
11337 * international/mule-conf.el (translation-table-for-input):
11338 Remove redundant declaration.
11339
11340 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11341
11342 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11343
11344 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11345 (tooltip-toggle-gud-tips): New function.
11346
11347 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11348
11349 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11350 right angle brackets.
11351
11352 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11353
11354 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11355
11356 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11357
11358 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11359 Remove. Update callers to use expand-file-name instead.
11360
11361 * subr.el (syntax-class): New function.
11362
11363 * simple.el (blink-matching-open): Use it.
11364
11365 * paren.el (show-paren-function): Use it to recognize parens that are
11366 also used in 2-char comment markers.
11367
11368 2005-04-19 Lute Kamstra <lute@gnu.org>
11369
11370 * loadhist.el (unload-feature): Update for new format of
11371 load-history. Simplify the code.
11372
11373 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11374
11375 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11376 (mac-add-charset-info): New function. Initialize variable
11377 mac-charset-info-alist using it.
11378 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11379 for translation.
11380 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11381 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11382 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11383 New CCL programs.
11384
11385 2005-04-19 Kim F. Storm <storm@cua.dk>
11386
11387 * simple.el (next-buffer, prev-buffer, next-error)
11388 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11389 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11390
11391 * bindings.el (next-buffer, prev-buffer, next-error)
11392 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11393 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11394 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11395 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11396
11397 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * isearch.el (isearch-edit-string): Make the search-ring available for
11400 minibuffer history commands.
11401 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11402 the default history commands now work just as well.
11403 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11404
11405 2005-04-18 Kim F. Storm <storm@cua.dk>
11406
11407 * emulation/cua-base.el (cua--pre-command-handler): Add more
11408 elaborate check for shift modifier on non-window systems.
11409
11410 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11411
11412 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11413
11414 2005-04-18 Kim F. Storm <storm@cua.dk>
11415
11416 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11417 and make it optional. Don't test tooltip-gud-echo-area here.
11418 (tooltip-gud-process-output, gdb-tooltip-print):
11419 Pass tooltip-gud-echo-area to tooltip-show.
11420 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11421
11422 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11423
11424 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11425 `display-graphic-p' may not be bound yet.
11426
11427 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11428
11429 * startup.el (command-line): No longer enable Xterm Mouse mode by
11430 default in terminals compatible with xterm.
11431
11432 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11433
11434 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11435
11436 * tooltip.el (tooltip-gud-echo-area): Rename from
11437 tooltip-use-echo-area.
11438 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11439 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11440 area independently of where help tooltips are displayed.
11441
11442 2005-04-17 David Kastrup <dak@gnu.org>
11443
11444 * cus-theme.el (custom-theme-write-variables): Quote variables
11445 where necessary.
11446
11447 2005-04-17 Richard M. Stallman <rms@gnu.org>
11448
11449 * simple.el (yank-excluded-properties): Add follow-link to value.
11450
11451 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11452
11453 * startup.el (fancy-splash-max-time): Just 30 seconds.
11454 (fancy-splash-delay): Just 7.
11455 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11456
11457 * loadhist.el (unload-feature): Update for new format of load-history.
11458 Simplify the code.
11459
11460 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11461 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11462
11463 * mail/sendmail.el (mail-font-lock-keywords):
11464 Don't fontify subject text.
11465 Don't fontify the text of a citation.
11466
11467 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11468
11469 * comint.el (comint-output-filter): Run comint-output-filter-functions
11470 with point where the user had it.
11471
11472 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11473
11474 * international/ucs-tables.el (ucs-set-table-for-input):
11475 Disable when using unify-on-decoding.
11476
11477 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11478
11479 * emulation/cua-base.el (cua-global-mark-face): Add special case
11480 for displays supporting a high number of colors.
11481
11482 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11483
11484 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11485
11486 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11487
11488 * filesets.el (filesets-add-buffer): If user supplies a name of a
11489 non-existing fileset, create a new fileset.
11490
11491 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11492
11493 * textmodes/org.el (org-up-heading-all): Fix bug with
11494 `outline-up-heading-all'.
11495
11496 2005-04-16 Andreas Schwab <schwab@suse.de>
11497
11498 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11499 /etc/permissions.d/* and /etc/aliases.d/*.
11500
11501 2005-04-16 Kenichi Handa <handa@m17n.org>
11502
11503 * international/code-pages.el (cp-make-coding-system):
11504 Set `translation-table-for-input' property value to the symbol
11505 ucs-mule-to-mule-unicode, not to that value.
11506 (pt154): Escape guillemet by `\'.
11507
11508 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11509
11510 * loadup.el: Load tooltip if x-show-tip is fboundp.
11511
11512 * startup.el (command-line): Add comment.
11513
11514 * tooltip.el (tooltip-mode): Specify correct standard value for
11515 Custom in init-value.
11516
11517 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11518
11519 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11520 possible.
11521
11522 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11523
11524 * textmodes/org.el (org-agenda-date-prompt): Rename from
11525 `org-agenda-date-today'.
11526 (org-evaluate-time-range): Insert at point instead of directly
11527 after time range.
11528 (org-first-headline-recenter, org-subtree-end-visible-p)
11529 (org-optimize-window-after-visibility-change): New functions
11530 (org-agenda-post-command-hook): Don't allow point at end of line,
11531 to make sure it always hits the text properties.
11532 (org-agenda-next-date-line, org-agenda-previous-date-line):
11533 New commands.
11534 (org-set-regexps-and-options): Category may contain white space.
11535 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11536 Improve marker positions.
11537 (org-agenda-new-marker): Argument POS made optional.
11538 (org-agenda-get-timestamps): Deadlines which are done are listed
11539 in org-done-face now.
11540 (org-agenda-get-todos, org-agenda-get-timestamps)
11541 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11542 Set `undone-face' and `done-face' properties.
11543 (org-last-todo-state-is-todo): New variable.
11544 (org-todo): Set `org-last-todo-state-is-todo'.
11545 (org-agenda-todo): Change face according to
11546 `org-last-todo-state-is-todo'. And change other lines referring to
11547 the same entry.
11548 (org-calendar-goto-agenda): New command.
11549 (org-calendar-to-agenda-key): New option.
11550 (org-startup-folded): New allowed value `content'.
11551 (org-set-regexps-and-options): Accept new value `content' for
11552 `org-startup-folded'.
11553 (org-get-current-options): Handle new value `content' for
11554 `org-startup-folded'.
11555 (org-insert-todo-heading): New command.
11556 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11557 interactively in empty file and option
11558 `org-insert-mode-line-in-empty-file' has been set.
11559 (org-agenda-todo,org-agenda-priority): Modify to use
11560 `org-agenda-change-all-lines'.
11561 (org-warning-face): Change color on dark background
11562
11563 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11564
11565 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11566 use preferences AppleLocale and AppleLanguages, and variable
11567 mac-system-locale for default locale. On Mac OS Classic, use
11568 mac-system-coding-system for default coding systems.
11569
11570 * term/mac-win.el: Don't set file-name-coding-system.
11571 Decode variables system-name, emacs-build-system, user-login-name, and
11572 user-full-name by mac-system-coding-system on Mac OS Classic.
11573 (mac-system-coding-system): New variable.
11574
11575 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11576
11577 * startup.el (command-line): Handle `xterm-mouse-mode' before
11578 reading init file.
11579
11580 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11581
11582 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11583
11584 * progmodes/sh-script.el (sh-here-document-word): Make it a
11585 defcustom. Doc fix.
11586 (sh-add): Bash uses $(( )) for arithmetic.
11587 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11588 (sh-maybe-here-document): Remove quotes and leading whitespace
11589 from heredoc word when closing. Indent heredoc with tabs if word
11590 starts with "-".
11591
11592 2005-04-13 Richard M. Stallman <rms@gnu.org>
11593
11594 * simple.el (undo): Fix previous change.
11595
11596 * custom.el (defface): Doc fix.
11597
11598 2005-04-13 Lute Kamstra <lute@gnu.org>
11599
11600 * Makefile.in (DONTCOMPILE): Remove list.
11601 (compile, compile-always): Don't use DONTCOMPILE.
11602 (update-authors): Load the library in which batch-update-authors
11603 is defined.
11604 * makefile.w32-in (DONTCOMPILE): Remove list.
11605 (compile, compile-always): Fix comments.
11606 (update-authors): Load the library in which batch-update-authors
11607 is defined.
11608
11609 * generic-x.el (generic-mode-ini-file-find-file-hook):
11610 Rename to ini-generic-mode-find-file-hook.
11611 Keep generic-mode-ini-file-find-file-hook as an alias.
11612 (ini-generic-mode-find-file-hook): Rename from
11613 generic-mode-ini-file-find-file-hook. Fix docstring.
11614 (ini-generic-mode): Docstring change.
11615 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11616
11617 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11618 called from lisp.
11619
11620 * generic.el: Move to the emacs-lisp subdir.
11621
11622 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11623
11624 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11625 and C-S- function and cursor motion keys.
11626
11627 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11628
11629 * startup.el (command-line): Enable Xterm Mouse mode by default.
11630 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11631 for Custom. No longer show "Mouse" in mode line when enabled.
11632 Doc fix.
11633
11634 2005-04-12 Kim F. Storm <storm@cua.dk>
11635
11636 * emulation/cua-base.el (cua-rectangle-face)
11637 (cua-rectangle-noselect-face): Define face attributes here.
11638
11639 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11640
11641 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11642
11643 * startup.el (command-line): Turn off blinking cursor if
11644 cursorBlink in resources is off or false.
11645
11646 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11647
11648 * term/mac-win.el (dnd): Require dnd.
11649 (mac-drag-n-drop): Call dnd-handle-one-url.
11650 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11651 (kTextEncodingISOLatin2): Remove constants.
11652 (mac-script-code-coding-systems): New constant.
11653 (mac-handle-language-change): New function.
11654 (special-event-map): Bind it to `language-change' event.
11655 (mac-centraleurroman, mac-cyrillic): New coding systems.
11656 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11657 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11658 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11659 encode-mac-cyrillic, respectively.
11660
11661 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11662
11663 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11664 Don't set overlay-arrow-string to "=>" as this is done
11665 globally in C now.
11666
11667 2005-04-12 Lute Kamstra <lute@gnu.org>
11668
11669 * generic-x.el (rc-generic-mode, rul-generic-mode):
11670 Fix auto-mode-alist entries.
11671 (etc-fstab-generic-mode): Tweak fontification.
11672
11673 * generic.el (generic-make-keywords-list): Fix docstring.
11674 (generic-mode-internal): Simplify generic-font-lock-keywords.
11675
11676 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11677
11678 * whitespace.el (whitespace-buffer-leading)
11679 (whitespace-buffer-trailing): Revert the incorrect test inversion.
11680 However, fix the highlight area for the leading and
11681 trailing whitespaces to show space.
11682
11683 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
11684
11685 * whitespace.el (whitespace-version): Bump to 3.5
11686
11687 (whitespace-buffer-leading, whitespace-buffer-trailing):
11688 Invert sense of the test to highlight the whitespace.
11689
11690 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11691
11692 * progmodes/gud.el (gud-display-line): GUD uses its own
11693 overlay arrow now so don't set overlay-arrow-string.
11694 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11695
11696 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
11697
11698 * term.el (term-ansi-current-bold, term-ansi-current-underline)
11699 (term-ansi-current-reverse, term-ansi-current-invisible)
11700 (term-ansi-face-already-done): Change to boolean.
11701 (term-reset-terminal, term-handle-colors-array): Handle the above
11702 vars accordingly.
11703 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11704 (term-emulate-terminal): Use the new name.
11705
11706 * faces.el (secondary-selection): Use yellow1, not yellow.
11707 (trailing-whitespace): Use red1, not red.
11708
11709 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11710
11711 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11712 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11713 (dired-dnd-handle-file): Call dnd-get-local-file-uri
11714
11715 * cus-edit.el (dnd): New group.
11716
11717 * term/w32-win.el (dnd): Require dnd
11718 (w32-drag-n-drop): Call dnd-handle-one-url.
11719
11720 * x-dnd.el: Require dnd.
11721 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11722 Call dnd-handle-one-url.
11723 (x-dnd-types-alist, x-dnd-insert-utf8-text)
11724 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11725 to dnd-insert-text.
11726 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11727 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11728 (x-dnd-get-local-file-name, x-dnd-open-local-file)
11729 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11730
11731 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11732
11733 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11734
11735 * wdired.el: Doc fixes.
11736 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11737 (wdired-use-dired-vertical-movement): Rename from
11738 wdired-always-move-to-filename-beginning.
11739 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11740 (wdired-change-to-wdired-mode): Change mode name.
11741 (wdired-newline): Delete.
11742
11743 2005-04-11 Richard M. Stallman <rms@gnu.org>
11744
11745 * whitespace.el (whitespace-highlight-the-space):
11746 Don't call whitespace-unhighlight-the-space here.
11747
11748 * simple.el (undo): Record t in undo-equiv-table
11749 for the redo record made by an undo-in-region.
11750
11751 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11752
11753 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11754 (gdb-frame-inferior-io-buffer): New Functions to control
11755 display of separate IO buffer.
11756 (menu): Add them to menu-bar.
11757 (gdb-display-buffer): Check for buffer another frame.
11758 Protect GUD buffer.
11759 (gdb-setup-windows): Create IO buffer if not already there.
11760 (gdb-memory-mode): Remove purecopy noops.
11761
11762 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11763
11764 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11765 and pass to self-insert-command.
11766
11767 2005-04-11 Lute Kamstra <lute@gnu.org>
11768
11769 * generic.el: Commentary section cleanup.
11770 (generic): Delete.
11771 (generic-use-find-file-hook, generic-lines-to-scan)
11772 (generic-find-file-regexp, generic-ignore-files-regexp)
11773 (default-generic-mode, generic-mode-find-file-hook)
11774 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11775 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
11776 (generic-use-find-file-hook, generic-lines-to-scan)
11777 (generic-find-file-regexp, generic-ignore-files-regexp)
11778 (default-generic-mode, generic-mode-find-file-hook)
11779 (generic-mode-ini-file-find-file-hook): Move from generic.el.
11780
11781 2005-04-10 Karl Fogel <kfogel@red-bean.com>
11782
11783 * bookmark.el (bookmark-write-file): Catch errors writing file.
11784 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11785
11786 2005-04-10 Richard M. Stallman <rms@gnu.org>
11787
11788 * startup.el (fancy-splash-tail): Update copyright year.
11789 (command-line): Split part of -Q into -D.
11790 (emacs-basic-display): New defvar.
11791 (fancy-splash-text): Correct name of menu item.
11792
11793 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11794
11795 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11796 lines in one node.
11797
11798 * comint.el (comint-send-input): New arg ARTIFICIAL.
11799 Callers in this file changed.
11800
11801 * abbrev.el (define-abbrevs): Read system abbrevs properly.
11802
11803 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11804
11805 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
11806
11807 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
11808 `ldap-search-internal'.
11809
11810 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11811
11812 * files.el (set-auto-mode-1): Use line-end-position.
11813
11814 * international/latin-1.el:
11815 * international/latin-2.el:
11816 * international/latin-3.el:
11817 * international/latin-4.el:
11818 * international/latin-5.el:
11819 * international/latin-8.el:
11820 * international/latin-9.el: Give punctuation syntax to NBSP.
11821
11822 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11823 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11824 Use char-classes to accept non-ascii letters, accepted in some recent
11825 bibtex implementations.
11826
11827 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
11828
11829 * custom.el (custom-set-minor-mode): Any non-nil value for the
11830 variable should enable the mode when set through Custom.
11831
11832 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11835 TAB binding so tab-always-indent is obeyed.
11836 (vhdl-minibuffer-local-map): Move initialization into declaration.
11837 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11838 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11839 (vhdl-hooked-abbrev): Avoid test for XEmacs.
11840 (vhdl-current-line): Use line-beginning-position.
11841 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11842 with-output-to-temp-buffer, so the current position can be recorded.
11843
11844 2005-04-10 Masatake YAMATO <jet@gyve.org>
11845
11846 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11847 Add regexp for gcov.
11848
11849 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11850
11851 * calendar/time-date.el (time-to-seconds, seconds-to-time)
11852 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11853 syntax which Emacs 20 doesn't support.
11854
11855 2005-04-09 Richard M. Stallman <rms@gnu.org>
11856
11857 * help.el (describe-key-briefly, describe-key):
11858 Replace strings as event types with "(any string)".
11859
11860 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * arc-mode.el (archive-mode-map): Move initialization into
11863 the declaration. Override *all* bindings of `undo'.
11864 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11865
11866 2005-04-09 Jay Belanger <belanger@truman.edu>
11867
11868 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11869
11870 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11871
11872 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11873 (xterm-register-default-colors): Update color values computation
11874 to match xterm-200.
11875
11876 2005-04-09 Kenichi Handa <handa@m17n.org>
11877
11878 * international/code-pages.el (iso-latin-7): Fix the map.
11879
11880 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
11881
11882 * emacs-lisp/lisp.el (defun-prompt-regexp)
11883 (parens-require-spaces, buffer-end, end-of-defun)
11884 (insert-parentheses): Doc fixes.
11885
11886 2005-04-08 Kim F. Storm <storm@cua.dk>
11887
11888 * comint.el (comint-highlight-prompt): Fix face spec.
11889 * hi-lock.el (hi-green): Likewise.
11890
11891 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11892
11893 * cus-edit.el (custom-modified-face):
11894 * comint.el (comint-highlight-input): Fix previous changes.
11895 * term.el (term-handle-ansi-escape): Add a comment.
11896
11897 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11900 in the buffer and in whitespace-highlighted-space.
11901 (whitespace-unhighlight-the-space): Simplify.
11902 (whitespace-buffer): Simplify.
11903
11904 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11905
11906 * textmodes/table.el (table-cell-face): Add special case for
11907 displays supporting a high number of colors.
11908 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11909 (vhdl-font-lock-reserved-words-face)
11910 (vhdl-speedbar-architecture-face)
11911 (vhdl-speedbar-instantiation-face)
11912 (vhdl-speedbar-architecture-selected-face)
11913 (vhdl-speedbar-instantiation-selected-face): Likewise.
11914 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11915 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11916 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11917 (ebrowse-root-class-face, ebrowse-member-attribute-face)
11918 (ebrowse-progress-face): Likewise.
11919 * progmodes/compile.el (compilation-info-face): Likewise.
11920 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11921 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11922 * calendar/calendar.el (diary-face): Likewise.
11923 * woman.el (woman-italic-face, woman-bold-face)
11924 (woman-unknown-face): Likewise.
11925 * wid-edit.el (widget-button-pressed-face): Likewise.
11926 * whitespace.el (whitespace-highlight-face): Likewise.
11927 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11928 * pcvs-info.el (cvs-marked-face): Likewise.
11929 * info.el (info-xref): Likewise.
11930 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11931 * hilit-chg.el (highlight-changes-face)
11932 (highlight-changes-delete-face): Likewise.
11933 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
11934 (hi-red-b): Likewise.
11935 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
11936 * font-lock.el (font-lock-keyword-face)
11937 (font-lock-function-name-face, font-lock-warning-face): Likewise.
11938 * cus-edit.el (custom-invalid-face, custom-modified-face)
11939 (custom-set-face, custom-changed-face, custom-variable-tag-face)
11940 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
11941 * comint.el (comint-highlight-prompt): Likewise.
11942
11943 2005-04-08 Lute Kamstra <lute@gnu.org>
11944
11945 * font-lock.el (font-lock-keywords): Docstring fixes.
11946
11947 2005-04-08 Kenichi Handa <handa@m17n.org>
11948
11949 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
11950 chars are more than a limit, print " and more..." at the tail.
11951
11952 2005-04-08 Kim F. Storm <storm@cua.dk>
11953
11954 * emacs-lisp/authors.el (authors-aliases): Update list.
11955 (authors-ignored-files): New list.
11956 (authors-fixed-entries): Fix typo.
11957 (authors-renamed-files-alist): Update list.
11958 (authors-add): Check authors-ignored-files.
11959
11960 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
11961
11962 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
11963 optional, to ensure backward compatibility.
11964
11965 2005-04-08 Stephen Eglen <stephen@gnu.org>
11966
11967 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
11968
11969 2005-04-08 Kim F. Storm <storm@cua.dk>
11970
11971 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
11972
11973 * mouse.el (mouse-on-link-p): Doc fix.
11974
11975 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
11976
11977 * ielm.el (ielm-prompt-read-only): Doc fix.
11978
11979 * comint.el (comint-prompt-read-only): Doc fix.
11980
11981 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
11982
11983 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
11984 ensure dired always handles wildcards passed to ffap.
11985 (find-file-at-point): Use it.
11986 (ffap-dired-wildcards): Doc fix.
11987
11988 2005-04-07 Juri Linkov <juri@jurta.org>
11989
11990 * simple.el (next-error-overlay-arrow-position): New defvar.
11991 Put "=>" on its property `overlay-arrow-string'. Add it to
11992 `overlay-arrow-variable-list'.
11993
11994 * progmodes/compile.el (compilation-setup):
11995 Set `next-error-overlay-arrow-position' to nil. Also set it to
11996 nil in the local hook `kill-buffer-hook'. Make local variable
11997 `overlay-arrow-string' and set it to "=>".
11998 (compilation-goto-locus): Set BOL position to
11999 `next-error-overlay-arrow-position' instead of
12000 `overlay-arrow-position'.
12001
12002 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12003 locally instead of adding it to the global hook.
12004 (Info-kill-buffer): Move up.
12005
12006 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12007
12008 * term/xterm.el (xterm-standard-colors): Update color values from
12009 xterm-200.
12010
12011 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12014
12015 * fast-lock.el:
12016 * lazy-lock.el: Move them to the obsolete subdir.
12017
12018 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12019
12020 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12021 (wdired-add-replace-advice): Remove.
12022 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12023
12024 2005-04-06 Kim F. Storm <storm@cua.dk>
12025
12026 * startup.el (command-line): Add --bare-bones alias for -Q.
12027
12028 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12029
12030 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12031 create the startup fontset if a font specification ends with
12032 `mac-roman'.
12033
12034 2005-04-06 Lute Kamstra <lute@gnu.org>
12035
12036 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12037 change.
12038
12039 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12040 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12041
12042 2005-04-05 Lute Kamstra <lute@gnu.org>
12043
12044 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12045 (define-generic-mode): Ditto. Fix debug declaration.
12046
12047 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12048 Put them in the generic-x group.
12049
12050 * calendar/timeclock.el (timeclock): Doc fix.
12051
12052 * generic.el (define-generic-mode): Don't use custom-current-group.
12053 Document default :group value.
12054 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12055 (define-global-minor-mode): Don't use custom-current-group.
12056
12057 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12058
12059 * startup.el (command-line-1): Display startup-echo-area-message
12060 when fancy splash screen is in use.
12061
12062 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12063 (sh-escaped-newline): New face.
12064 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12065 newline, and use sh-escaped-newline face.
12066
12067 * progmodes/tcl.el (tcl-escaped-newline): New face.
12068 (tcl-builtin-list): New variable.
12069 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12070 newlines. Fix keywords subexpression number.
12071
12072 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12073
12074 * textmodes/org.el (org-diary-default-entry): Fix call to
12075 `add-to-diary-entry'.
12076
12077 2005-04-05 Kim F. Storm <storm@cua.dk>
12078
12079 * ediff-init.el: Use (featurep 'xemacs).
12080
12081 2005-04-05 David Ponce <david@dponce.com>
12082
12083 * cus-edit.el (face): Derive from symbol widget. Display sample
12084 of the current face on the fly.
12085 (widget-face-sample-face-get, widget-face-notify): New functions.
12086 (widget-face-value-create): Remove.
12087
12088 * wid-edit.el (widget-field-end): Temporarily remove field
12089 narrowing before to call `get-char-property'.
12090
12091 2005-04-04 Jay Belanger <belanger@truman.edu>
12092
12093 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12094 (math-read-subscripts): New variable.
12095 (math-read-preprocess-string): Process subscripts.
12096
12097 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12098
12099 * comint.el (comint-prompt-read-only): Doc fix.
12100
12101 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12102 `-1'. Doc fix.
12103
12104 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12105
12106 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12107 Change default value to nil.
12108
12109 2005-04-04 Lute Kamstra <lute@gnu.org>
12110
12111 * autorevert.el (auto-revert-mode): Specify :group.
12112 * battery.el (display-battery-mode): Specify :group.
12113 * diff-mode.el (diff-minor-mode): Specify :group.
12114 * font-core.el (font-lock-mode): Specify :group.
12115 * hl-line.el (hl-line-mode): Specify :group.
12116 * iimage.el (iimage): New customization group.
12117 (iimage-mode): Specify :group.
12118 * longlines.el (longlines-mode): Specify :group.
12119 * master.el: Don't require easy-mmode.
12120 (master): New customization group.
12121 (master-mode): Specify :group.
12122 * msb.el (msb-mode): Specify :group.
12123 * reveal.el (reveal-mode): Specify :group.
12124 * simple.el (next-error-follow-minor-mode): Specify :group.
12125 * smerge-mode.el (smerge-mode): Specify :group.
12126 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12127 * emulation/cua-base.el (cua-mode): Specify :group.
12128 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12129 * language/thai-util.el (thai-auto-composition-mode)
12130 (thai-word-mode): Specify :group.
12131 * mail/supercite.el (sc-minor-mode): Specify :group.
12132 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12133 * progmodes/flymake.el (flymake-mode): Specify :group.
12134 * progmodes/glasses.el (glasses-mode): Specify :group.
12135 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12136 * textmodes/enriched.el (enriched-mode): Specify :group.
12137 * textmodes/refill.el (refill-mode): Specify :group.
12138
12139 * add-log.el (change-log-font-lock-keywords): Names in
12140 parenthesized lists can contain spaces.
12141
12142 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12143
12144 * startup.el (fancy-splash-text): Shorten default text of
12145 "Emacs Tutorial" line. Also, if the current language env
12146 indicates an available tutorial file other than TUTORIAL,
12147 extract its title and append it to the line in parentheses.
12148 (fancy-splash-insert): If arg is a thunk, funcall it.
12149
12150 2005-04-04 Jay Belanger <belanger@truman.edu>
12151
12152 * calc.el (calc-language-alist): Add tags to customization type.
12153
12154 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12155
12156 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12157 Doc fix.
12158
12159 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12160
12161 * add-log.el (change-log-font-lock-keywords): The manual
12162 describing a Change Log entry, says: (...) "Aside from these
12163 header lines, every line in the change log starts with a space or
12164 a tab.". The font-lock was not highlighting lines started with
12165 spaces, added support for it.
12166
12167 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12168
12169 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12170 (bibtex-generate-url-list): Update docstring accordingly. Put the
12171 complex example in the docstring.
12172 (bibtex-font-lock-url): Use pop.
12173
12174 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12177
12178 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12179
12180 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12181
12182 * filesets.el (filesets-set-default): Doc fix.
12183
12184 2005-04-03 Lute Kamstra <lute@gnu.org>
12185
12186 * generic.el (define-generic-mode): Add argument to specify
12187 keywords for defcustom.
12188 (default-generic-mode): Specify :group.
12189
12190 * generic-x.el: Specify :group for all generic modes.
12191
12192 * desktop.el (desktop-no-desktop-file-hook)
12193 (desktop-after-read-hook): Doc fix.
12194
12195 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12196
12197 * simple.el (visible-mode): Use explicit :group keyword.
12198 This changes the group of `visible-mode-hook' from paren-blinking
12199 to editing-basics.
12200
12201 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12202
12203 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12204 mailbox specifications as well as URLs.
12205 (rmail-insert-inbox-text): Remove unused conditional branches.
12206
12207 2005-04-01 Jay Belanger <belanger@truman.edu>
12208
12209 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12210 (calc-gnuplot-print-command): Move definitions to calc.el.
12211
12212 * calc/calc-embed.el (calc-embedded-announce-formula)
12213 (calc-embedded-open-formula, calc-embedded-close-formula)
12214 (calc-embedded-open-word, calc-embedded-close-word)
12215 (calc-embedded-open-plain, calc-embedded-close-plain)
12216 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12217 (calc-embedded-open-mode, calc-embedded-close-mode):
12218 Move definitions to calc.el.
12219
12220 * calc/calc.el (calc-settings-file, calc-language-alist):
12221 Make customizable.
12222 (calc-embedded-announce-formula, calc-embedded-open-formula)
12223 (calc-embedded-close-formula, calc-embedded-open-word)
12224 (calc-embedded-close-word, calc-embedded-open-plain)
12225 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12226 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12227 (calc-embedded-close-mode, calc-gnuplot-name)
12228 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12229 from other files and make customizable.
12230
12231 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12234 Use buffer-live-p.
12235 (cvs-mode-run): Don't call cvs-update-header here.
12236 (cvs-run-process): Call cvs-update-header.
12237 Use process properties for cvs-postprocess and cvs-buffer so that
12238 the sentinel can behave better if the temp buffer is killed.
12239 Use a pipe rather than a tty, to better handle unexpected prompts.
12240 (cvs-sentinel): Rewrite. Call cvs-update-header.
12241
12242 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12243
12244 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12245 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12246
12247 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * generic.el (define-generic-mode): Add indentation rule.
12250
12251 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12252
12253 * files.el (mode-require-final-newline): Make Custom correctly
12254 report a nil value and allow to set it to nil via Custom.
12255 Doc fix.
12256
12257 2005-04-01 Kenichi Handa <handa@m17n.org>
12258
12259 * international/characters.el: Enable the correct case setting for
12260 dotless-i and dotted-I.
12261
12262 2005-04-01 Kim F. Storm <storm@cua.dk>
12263
12264 * ido.el (ido-file-internal): Fall back to non-ido command if
12265 initial directory is on slow ftp (or tramp) host.
12266
12267 2005-03-31 Richard M. Stallman <rms@gnu.org>
12268
12269 * emacs-lisp/autoload.el (make-autoload):
12270 Handle define-global-minor-mode.
12271
12272 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12273 Rename from easy-mmode-define-global-mode.
12274 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12275
12276 * progmodes/scheme.el (scheme-mode-syntax-table):
12277 Update syntax of | and # for two-character comment syntax.
12278
12279 2005-03-31 Lute Kamstra <lute@gnu.org>
12280
12281 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12282 (define-minor-mode): Call custom-current-group at load-time.
12283
12284 * generic.el (define-generic-mode): Add debug declaration.
12285 Add defcustom for the mode hook.
12286 (generic-mode-internal): Use run-mode-hooks.
12287
12288 2005-03-31 Kim F. Storm <storm@cua.dk>
12289
12290 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12291 (mouse-fixup-help-message): New defun called by show_help_echo
12292 to fixup mouse-2 prefix in help messages when applicable.
12293
12294 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12295
12296 2005-03-31 Kenichi Handa <handa@m17n.org>
12297
12298 * language/thai-word.el (thai-find-word-ends): Pay attention to
12299 the case that we reach the end of buffer.
12300
12301 * textmodes/fill.el (fill-text-properties-at): New function.
12302 (fill-newline): Use fill-text-properties-at instead of
12303 text-properties-at.
12304
12305 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12306
12307 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12308 not comint-quote-filename.
12309
12310 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12311
12312 * help-fns.el (help-with-tutorial): Revert last change.
12313
12314 2005-03-31 Kim F. Storm <storm@cua.dk>
12315
12316 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12317
12318 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12319
12320 * calendar/cal-china.el: Update reference to "Calendrical
12321 Calculations" book; there's a new edition.
12322 * calendar/cal-coptic.el: Likewise.
12323 * calendar/cal-french.el: Likewise.
12324 * calendar/cal-hebrew.el: Likewise.
12325 * calendar/cal-islam.el: Likewise.
12326 * calendar/cal-iso.el: Likewise.
12327 * calendar/cal-julian.el: Likewise.
12328 * calendar/cal-mayan.el: Likewise.
12329 * calendar/cal-persia.el: Likewise.
12330 * calendar/calendar.el: Likewise.
12331 * calendar/holidays.el: Likewise.
12332 * calendar/lunar.el: Likewise.
12333 * calendar/solar.el: Likewise.
12334
12335 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12336 white space from doc string.
12337
12338 2005-03-30 Jay Belanger <belanger@truman.edu>
12339
12340 * calc/calc-help.el (calc-full-help): Remove email address.
12341
12342 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12343
12344 * help-fns.el (help-with-tutorial): Delete title line.
12345
12346 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12347
12348 * calendar/cal-x.el (calendar-one-frame-setup)
12349 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12350 rather than 'symbol for set-window-dedicated-p.
12351
12352 * calendar/appt.el (appt-buffer-name): Make it a constant.
12353 (appt-add): Doc fix.
12354
12355 * filesets.el (filesets-menu-path, filesets-menu-before)
12356 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12357 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12358 (filesets-add-submenu): Delete and use add-submenu instead.
12359
12360 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12361
12362 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12363 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12364 (org-diary-default-entry): New function.
12365 (org-get-entries-from-diary): Better parsing of diary entries.
12366 (org-agenda-check-no-diary): New function.
12367 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12368 linking to diary entries.
12369 (org-agenda-execute-calendar-command): New function.
12370 (org-agenda): Improve visible section in window.
12371 Use `org-fit-agenda-window'.
12372 (org-fit-agenda-window): New option.
12373 (org-move-subtree-down): Better handling of empty lines
12374 at end of subtree.
12375 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12376 levels up.
12377 (org-fontify-done-headline): New option.
12378 (org-headline-done-face): New face.
12379 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12380 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12381 When current field is non-empty, it is copied to next row.
12382 (org-table-copy-from-above): Fix bug which made it
12383 impossible to copy fields containing only a single non-white character.
12384
12385 2005-03-30 Kim F. Storm <storm@cua.dk>
12386
12387 * kmacro.el (kmacro-end-macro): Isearch may store this command
12388 into the macro -- so ignore it when executing keyboard macro.
12389
12390 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12391
12392 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12393
12394 2005-03-29 Kenichi Handa <handa@m17n.org>
12395
12396 * language/thai.el ("Thai"): Set setup-function and exit-function
12397 for Thai language environment.
12398
12399 * language/thai-util.el: Require thai-word.
12400 (thai-word-mode-map): New variable.
12401 (thai-word-mode): New minor mode.
12402 (setup-thai-language-environment-internal): New function.
12403 (exit-thai-language-environment-internal): New function.
12404
12405 * language/thai-word.el (thai-word-table): Declare it by defvar,
12406 use dolist to initialize it.
12407 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12408 (thai-fill-find-break-point): New functions.
12409
12410 2005-03-29 Richard M. Stallman <rms@gnu.org>
12411
12412 * simple.el (idle-update-delay): Move definition up.
12413 (set-mark): Doc fix.
12414
12415 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12416
12417 * longlines.el: New file.
12418
12419 * simple.el (buffer-substring-filters): New variable.
12420 (filter-buffer-substring): New function.
12421 (kill-region, copy-region-as-kill): Use it.
12422
12423 * register.el (copy-to-register, append-to-register)
12424 (prepend-to-register): Use filter-buffer-substring.
12425
12426 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12427
12428 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12429 (gud-filter-pending-text): Move in front of gdb.
12430 (gud-overlay-arrow-position): New variable.
12431 (gud-sentinel, gud-display-line): Use it in place of
12432 overlay-arrow-position.
12433
12434 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12435
12436 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12437 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12438 (fortran-font-lock-keywords-4): New variable.
12439 (fortran-blocks-re, fortran-end-block-re)
12440 (fortran-start-block-re): New constants, for hideshow.
12441 (hs-special-modes-alist): Add a Fortran entry.
12442 (fortran-mode-map): Bind fortran-end-of-block,
12443 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12444 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12445 (fortran-looking-at-if-then, fortran-end-of-block)
12446 (fortran-beginning-of-block): New functions, for hideshow.
12447
12448 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12449 Doc fix. Tweak regexp.
12450 (f90-beginning-of-block): Push mark first.
12451
12452 2005-03-29 Jay Belanger <belanger@truman.edu>
12453
12454 * calc/calc.el: Update copyright date.
12455 (calc-version): Increase to 2.1.
12456 (calc-version-date): Remove.
12457
12458 * calc/calc-help.el: Update copyright date.
12459 (calc-full-help): Remove reference to calc-version-date.
12460 Update copyright date.
12461
12462 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12463
12464 * vc.el (vc-do-command): Use a pipe for async processes, so password
12465 prompts don't show up at places where the user can't reply.
12466
12467 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12468
12469 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12470 on the file name we pass to the inferior shell.
12471
12472 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12473
12474 * progmodes/which-func.el (which-function): Be robust in the face of an
12475 imenu--make-index-alist failure.
12476
12477 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12480
12481 * progmodes/python.el (python-preoutput-filter): Fix last change.
12482
12483 2005-03-29 Lute Kamstra <lute@gnu.org>
12484
12485 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12486 functions and compiled macros.
12487 (debug-convert-byte-code): Handle macros too.
12488 (debug-on-entry-1): Don't signal an error when trying to clear a
12489 function that is not set to debug on entry.
12490
12491 2005-03-29 Jay Belanger <belanger@truman.edu>
12492
12493 * calc/calc-lang.el: Add functions to math-function-table
12494 properties of tex and math.
12495
12496 2005-03-29 Kenichi Handa <handa@m17n.org>
12497
12498 * ps-mule.el (ps-mule-plot-string): Translate characters by
12499 ps-print-translation-table.
12500 (ps-mule-begin-job): Call find-charset-region/string with
12501 ps-print-translation-table.
12502 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12503
12504 * ps-print.el (ps-print-translation-table): New variable.
12505 (ps-plot-region): Translate characters by ps-print-translation-table.
12506
12507 2005-03-29 Juri Linkov <juri@jurta.org>
12508
12509 * simple.el (next-error-highlight-timer): New variable.
12510
12511 * progmodes/compile.el (compilation-goto-locus):
12512 Use `next-error-highlight-timer' instead of `sit-for'.
12513
12514 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * mail/supercite.el (sc-mail-field): Use assoc-string.
12517 (sc-get-address): Simplify regexps.
12518
12519 * files.el (minibuffer-with-setup-hook): New macro.
12520 (find-file-read-args): Use it to avoid let-binding
12521 minibuffer-with-setup-hook (which breaks turning on/off
12522 file-name-shadow-mode while in the prompt).
12523
12524 * complete.el (PC-read-include-file-name-internal):
12525 Use test-completion.
12526
12527 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12528
12529 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12530
12531 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * window.el (window-buffer-height): Use count-screen-lines.
12534
12535 * progmodes/python.el (python-preoutput-leftover): New var.
12536 (python-preoutput-filter): Use it.
12537 (python-send-receive): Loop until all the result has been received.
12538
12539 2005-03-28 Juri Linkov <juri@jurta.org>
12540
12541 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12542
12543 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12544 "Recover Crashed Session".
12545 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12546 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12547 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12548 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12549 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12550 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12551 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12552 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12553
12554 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12555 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12556 Ediff Sessions", "Toggle use of separate control buffer frame",
12557 "Use separate frame for Ediff control buffer".
12558
12559 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12560 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12561 "Rename Bookmark", "Delete Bookmark".
12562
12563 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12564 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12565 Add `:active Info-index-alternatives' to "Next Matching Item".
12566
12567 * wdired.el (wdired-change-to-wdired-mode):
12568 Mention `wdired-abort-changes' key in the initial message.
12569
12570 * international/mule.el (auto-coding-alist): Associate non-ascii
12571 image filename extensions with `no-conversion'.
12572
12573 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * international/iso-acc.el:
12576 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12577
12578 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12579
12580 * textmodes/sgml-mode.el (html-mode): Doc update.
12581
12582 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12583
12584 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12585
12586 * term.el (term-move-columns): Fix face after extending a line.
12587 (term-insert-spaces): Likewise.
12588 (term-reset-terminal): Fix off by one error.
12589
12590 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12591
12592 * international/mule.el (auto-coding-alist): Add .xpi files.
12593
12594 * files.el (auto-mode-alist): Add .xpi files.
12595
12596 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12597
12598 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12599
12600 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12601
12602 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12603
12604 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12605
12606 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12607 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12608
12609 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12610 cursor to Jan 1 when needed.
12611 (calendar-end-of-year): Fix -/+ typo.
12612 Reported by Chong Yidong <cyd@stupidchicken.com>.
12613
12614 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12617
12618 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12619 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12620
12621 2005-03-25 Richard M. Stallman <rms@gnu.org>
12622
12623 * filesets.el (filesets-init): Add autoload.
12624
12625 * mail/mailalias.el (mail-directory): Doc fix.
12626
12627 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12628
12629 * mail/mailalias.el (mail-directory-process): Do nothing if
12630 mail-directory-process is an atom.
12631 (mail-get-names): Ignore mail-directory-names if it is an atom.
12632 (mail-directory-process defvar): Doc fix.
12633 (mail-names): Doc fix.
12634
12635 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12636
12637 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12638
12639 2005-03-26 Kenichi Handa <handa@m17n.org>
12640
12641 * international/mule-util.el (detect-coding-with-priority):
12642 Call update-coding-systems-internal before detect-coding-region.
12643
12644 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12645
12646 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12647 (gdb-frames-mode-map): Add follow-link property.
12648
12649 2005-03-25 Jay Belanger <belanger@truman.edu>
12650
12651 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12652 for variables.
12653
12654 2005-03-25 Juri Linkov <juri@jurta.org>
12655
12656 * image-mode.el: Optimize image filename extension regexps in
12657 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12658 in `auto-mode-alist'.
12659 (image-mode): Add `image-toggle-display-text' to local hook
12660 `change-major-mode-hook'. Display the image as an image by
12661 default. Set `cursor-type' and `truncate-lines' if the image
12662 is already displayed. Take into account the current mode (image
12663 or text) in message.
12664 (image-minor-mode): New minor mode.
12665 (image-mode-maybe, image-toggle-display-text): New functions.
12666 (image-toggle-display): Use called-interactively-p.
12667 Let-bind `inhibit-read-only' to t.
12668
12669 * image-mode.el (image-minor-mode): Set `cursor-type' and
12670 `truncate-lines' if the image is already displayed. Add turning
12671 image-minor-mode off to `change-major-mode-hook'. Add message.
12672 Call `image-toggle-display-text' after turning image-minor-mode off.
12673
12674 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12675
12676 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12677 Terminal.app, use utf-8.
12678 (set-display-table-and-terminal-coding-system): Add coding-system arg.
12679 (set-locale-environment): Use it.
12680
12681 * term/xterm.el: Undo last change, better done in mule-cmds.el.
12682
12683 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12684
12685 * progmodes/python.el (python-close-block-statement-p)
12686 (python-outdent-p, python-current-defun): Use symbol-end.
12687
12688 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12689
12690 * files.el (save-some-buffers): Doc fix.
12691
12692 2005-03-25 Werner Lemberg <wl@gnu.org>
12693
12694 * complete.el, thumbs.el: Replace `legal' with `valid'.
12695 * calendar/calendar.el: Replace `legal' with `valid'.
12696 * emacs-lisp/advice.el: Replace `legal' with `valid'.
12697 * mail/supercite.el: Replace `legal' with `valid'.
12698 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12699 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12700 Replace `legal' with `valid'.
12701 * textmodes/reftex-vars.el, textmodes/reftex.el:
12702 Replace `legal' with `valid'.
12703
12704 2005-03-25 Werner Lemberg <wl@gnu.org>
12705
12706 * calc/calc-forms.el, calc/calc-sel.el:
12707 * midnight.el, vc-cvs.el:
12708 * emacs-lisp/cl-macs.el:
12709 * emulation/vip.el:
12710 * eshell/esh-io.el, eshell/esh-var.el:
12711 * mail/supercite.el:
12712 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12713 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12714 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12715 * progmodes/sh-script.el, progmodes/xscheme.el:
12716 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12717 * textmodes/reftex-index.el, textmodes/reftex-parse.el
12718 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12719 * textmodes/reftex.el, textmodes/org.el:
12720 Replace `illegal' with `invalid'.
12721
12722 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12725 (flymake-find-buildfile, flymake-find-possible-master-files)
12726 (flymake-check-include, flymake-parse-line): Replace loops over the
12727 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12728
12729 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12730 Substitute file-name-as-directory in the rest of the file.
12731 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12732 (flymake-replace-region): Remove unused arg `buffer'.
12733 (flymake-check-patch-master-file-buffer): Update calls to it.
12734 (flymake-add-err-info): Remove unused var `count'.
12735 (flymake-mode): Use define-minor-mode.
12736
12737 * progmodes/flymake.el: Use with-current-buffer.
12738 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12739 flymake-replace-regexp-in-string, flymake-line-beginning-position)
12740 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12741 Avoid testing for `xemacs'.
12742 (flymake-nop): Move.
12743 (flymake-region-has-flymake-overlays): Return the computed value.
12744 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12745 Remove unused var `endline'.
12746 (flymake-get-line-count): Remove unused function.
12747 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12748
12749 * emulation/vi.el:
12750 * generic.el:
12751 * hilit-chg.el (global-highlight-changes):
12752 * hi-lock.el (hi-lock-mode):
12753 * follow.el: find-file-hooks -> find-file-hook.
12754
12755 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12756
12757 2005-03-24 Juri Linkov <juri@jurta.org>
12758
12759 * dired.el (dired-mode-map): Add menu item "Compare directories"
12760 for dired-compare-directories.
12761
12762 * dired-aux.el (dired-compare-directories): Add autoload cookie.
12763 Doc fix. Replace `read-file-name' with `read-directory-name'.
12764
12765 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12768
12769 2005-03-24 Jay Belanger <belanger@truman.edu>
12770
12771 * calc/calc-embed.el (calc-embedded-mode-change): Save all
12772 relevant mode settings in calc-embedded-original-modes when modes
12773 are permanently changed.
12774
12775 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * autoinsert.el: find-file-hooks -> find-file-hook.
12778
12779 2005-03-24 Lute Kamstra <lute@gnu.org>
12780
12781 * generic.el (generic-font-lock-defaults): Make it obsolete.
12782 (generic-font-lock-keywords): New variable to replace
12783 generic-font-lock-defaults.
12784 (generic-mode-set-font-lock): Delete it.
12785 (generic-mode-internal): Don't call generic-mode-set-font-lock.
12786 (generic-bracket-support): Add docstring.
12787
12788 * generic-x.el: Rename generic-font-lock-defaults to
12789 generic-font-lock-keywords throughout.
12790 (mailagent-rules-setup-function): Delete it.
12791 (mailagent-rules-generic-mode): Use anonymous function instead.
12792 (show-tabs-generic-mode-font-lock-defaults-1)
12793 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12794 Quote faces.
12795 (show-tabs-tab-face, show-tabs-space-face): Specify background,
12796 not foreground.
12797
12798 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12799 Recognize define-generic-mode.
12800
12801 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12804 if there's no completion table.
12805
12806 2005-03-23 Miles Bader <miles@gnu.org>
12807
12808 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12809 Remove tty-specific variants, as they're no longer needed.
12810
12811 2005-03-23 Lute Kamstra <lute@gnu.org>
12812
12813 * generic-x.el: Code cleanup: make args constant whenever possible.
12814 (installshield-statement-keyword-list)
12815 (installshield-system-functions-list)
12816 (installshield-system-variables-list, installshield-types-list)
12817 (installshield-funarg-constants-list): Make them constants.
12818
12819 * generic.el (generic-make-keywords-list): Add autoload cookie.
12820
12821 * calendar/time-date.el: Add comment on time value formats.
12822 Don't require parse-time.
12823 (with-decoded-time-value): New macro.
12824 (encode-time-value): New function.
12825 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12826 (days-to-time): Return a valid time value when arg is huge.
12827 (time-since): Use time-subtract.
12828 (time-to-number-of-days): Use time-to-seconds.
12829
12830 2005-03-23 David Ponce <david@dponce.com>
12831
12832 * recentf.el: (recentf-keep): New option.
12833 (recentf-menu-action): Default to `find-file'.
12834 (recentf-keep-non-readable-files-flag)
12835 (recentf-keep-non-readable-files-p)
12836 (recentf-file-readable-p, recentf-find-file)
12837 (recentf-cleanup-remote): Remove.
12838 (recentf-include-p): More robust.
12839 (recentf-keep-p): New function.
12840 (recentf-remove-if-non-kept): Rename from
12841 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
12842 All callers updated.
12843 (recentf-menu-items-for-commands): Fix help string.
12844 (recentf-track-closed-file): Update. Doc fix.
12845 (recentf-cleanup): Update. Count removed files. Doc fix.
12846
12847 2005-03-23 Kim F. Storm <storm@cua.dk>
12848
12849 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12850 Don't inherit from fringe face (now happens automatically).
12851
12852 2005-03-22 Kim F. Storm <storm@cua.dk>
12853
12854 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12855 position values.
12856
12857 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 * menu-bar.el (showhide-date-time): Remove.
12860 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12861 (menu-bar-make-mm-toggle): Simplify.
12862
12863 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12864
12865 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12866 Accept qualified variable and function names.
12867
12868 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
12869
12870 * bindings.el (completion-ignored-extensions):
12871 Remove ".lis" for `vax-vms'.
12872
12873 2005-03-22 Andreas Schwab <schwab@suse.de>
12874
12875 * generic-x.el: Revert last change.
12876 * ldefs-boot.el: Update.
12877
12878 2005-03-22 Jay Belanger <belanger@truman.edu>
12879
12880 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12881 (calc-embedded-save-original-modes)
12882 (calc-embedded-restore-original-modes): New functions.
12883 (calc-do-embedded): Save original modes when entering embedded mode
12884 and restore when leaving embedded mode.
12885 (calc-embedded-modes-change): Change the value of
12886 calc-embedded-original-modes to reflect permanent changes.
12887
12888 2005-03-22 Lute Kamstra <lute@gnu.org>
12889
12890 * generic-x.el: Require generic again.
12891
12892 2005-03-22 Miles Bader <miles@gnu.org>
12893
12894 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12895 Tweak details to look good on both ttys and bitmap displays, light
12896 or dark background, etc.
12897
12898 2005-03-21 Kim F. Storm <storm@cua.dk>
12899
12900 * tooltip.el (tooltip-show-help-function): Check car and cdr of
12901 mouse position.
12902
12903 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * icomplete.el: Don't forcibly turn on the mode upon load.
12906 (icomplete-mode): Use define-minor-mode.
12907 (icomplete-eoinput): Default to nil.
12908 (icomplete-minibuffer-setup): Remove autoload.
12909 (icomplete-tidy): Simplify.
12910 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12911 in the initial state or if the user has modified the field.
12912 Fix handling of icomplete-max-delay-chars.
12913 Remove code that handles the oddball case where
12914 minibuffer-completion-table is an integer.
12915 Wrap icomplete-completions in while-no-input in case building
12916 completions takes more time than expected.
12917 (icomplete-completions): Simplify.
12918
12919 2005-03-21 Richard M. Stallman <rms@gnu.org>
12920
12921 * jka-compr.el (jka-compr-really-do-compress):
12922 Make variable buffer-local.
12923
12924 * image-mode.el: Handle .xpm files too.
12925 (image-toggle-display): Preserve modification flag.
12926
12927 * help.el (where-is): Don't mention aliases with no key bindings.
12928
12929 2005-03-21 Lute Kamstra <lute@gnu.org>
12930
12931 * generic.el: Fix commentary section. Don't require cl for
12932 compilation.
12933 (generic-mode-list): Add autoload cookie.
12934 (generic-use-find-file-hook, generic-lines-to-scan)
12935 (generic-find-file-regexp, generic-ignore-files-regexp)
12936 (generic-mode, generic-mode-find-file-hook)
12937 (generic-mode-ini-file-find-file-hook): Fix docstrings.
12938 (define-generic-mode): Make it a defmacro. Fix docstring.
12939 (generic-mode-internal): Code cleanup. Add autoload cookie.
12940 (generic-mode-set-comments): Code cleanup.
12941 * generic-x.el: Don't prevent compilation. Don't require generic.
12942 Follow coding conventions. Minor code cleanup.
12943 (etc-fstab-generic-mode): Add some keywords.
12944 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
12945 define-generic-mode like a function declaration.
12946
12947 2005-03-21 Jay Belanger <belanger@truman.edu>
12948
12949 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
12950 changing modes.
12951
12952 2005-03-21 Sam Steingold <sds@gnu.org>
12953
12954 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
12955
12956 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12957
12958 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
12959 Add underscore to "f$ lexicals" regexp.
12960
12961 2005-03-20 Juri Linkov <juri@jurta.org>
12962
12963 * subr.el (progress-reporter-do-update): When `min-value' is equal
12964 to `max-value', set `percentage' to 0 and prevent division by zero.
12965
12966 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
12967
12968 Sync with Tramp 2.0.48.
12969
12970 * net/tramp.el (all): Change all addresses to .gnu.org.
12971 (tramp-append-tramp-buffers): New defun.
12972 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
12973 Catch `dont-send' signal.
12974 (tramp-set-auto-save-file-modes): Set always permissions, because
12975 there might be an old auto-saved file belonging to another
12976 original file. This could be a security threat. Reported by
12977 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
12978 Check for Emacs 21.3.50 removed.
12979
12980 * net/tramp-smb.el (all): Remove debug construct for
12981 `with-parsed-tramp-file-name'.
12982 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
12983 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
12984 No error message if DIRECTORY or FILENAME doesn't exist.
12985 (tramp-smb-open-connection): Check existence of
12986 `tramp-smb-program'.
12987
12988 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12989
12990 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
12991 Properly handle the case where the `m' or `s' command's argument is not
12992 yet terminated.
12993 (perl-indent-new-calculate): New function.
12994 (perl-indent-line): Use it.
12995
12996 2005-03-20 Miles Bader <miles@gnu.org>
12997
12998 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
12999 in text-mode too. Change to new face names.
13000 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13001 Add `:weight bold' attribute.
13002 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13003
13004 2005-03-19 Juri Linkov <juri@jurta.org>
13005
13006 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13007
13008 * international/mule.el (auto-coding-alist): Sync with
13009 `auto-mode-alist' by adding upper case archive file extensions
13010 and adding ear/war to jar extension.
13011
13012 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13013
13014 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13015 running, restart it.
13016
13017 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13018
13019 * finder.el (finder-current-item): Throw an error on an empty line.
13020
13021 * man.el (Man-follow-manual-reference): If current-word returns
13022 nil, use "".
13023
13024 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13025
13026 * simple.el (goto-line): Doc fix.
13027
13028 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13029
13030 * files.el (save-buffer): Doc fix.
13031
13032 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13033
13034 * recentf.el (recentf-cleanup-remote): New variable.
13035 (recentf-cleanup): Use it to conditionally check availability of
13036 remote files.
13037
13038 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13039
13040 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13041 function names.
13042
13043 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13044
13045 * language/thai-word.el: New file.
13046
13047 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13048
13049 * files.el (backup-buffer): If the file's directory is not
13050 writable, use copy instead of move to backup the file.
13051
13052 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13053
13054 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13055
13056 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13057
13058 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13059 Use functionp instead of symbolp and fboundp. Reported by Drkm
13060 <darkman_spam@yahoo.fr>.
13061 (ps-print-version): New version 6.6.6.
13062
13063 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13064
13065 * textmodes/table.el (table--line-column-position): New idiom.
13066 (table--row-column-insertion-point-p): New function to test
13067 validity of row and column insertion operation at a location.
13068 (table-global-menu, table-cell-menu): Use above functions for
13069 deterministic test operation.
13070 (table--editable-cell-p): Behave in deterministic fashion.
13071
13072 2005-03-18 Juri Linkov <juri@jurta.org>
13073
13074 * isearch.el (isearch-lazy-highlight-new-loop):
13075 Make arguments beg and end optional.
13076 (isearch-update): Remove optional arguments nil from
13077 isearch-lazy-highlight-new-loop.
13078 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13079 isearch-lazy-highlight-case-fold-search instead of
13080 isearch-case-fold-search, and let-bind isearch-regexp to
13081 isearch-lazy-highlight-regexp.
13082 Use isearch-lazy-highlight-last-string instead of isearch-string.
13083
13084 * replace.el (perform-replace): Remove bindings of global
13085 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13086 Add three new arguments to `replace-highlight'.
13087 (replace-highlight): Add arguments string, regexp, case-fold.
13088 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13089 to allow isearch-lazy-highlight-new-loop to use these values
13090 to set corresponding isearch-lazy-highlight-* internal
13091 variables whose values lazy highlighting will use regardless of
13092 changes to global variables isearch-string, isearch-regexp,
13093 isearch-case-fold-search during lazy highlighting loop.
13094 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13095 to `lazy-highlight-cleanup'.
13096
13097 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13098 (ispell-highlight-face): Set default face to `isearch' when
13099 lazy highlighting is enabled.
13100 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13101 priority to 1. Add lazy highlighting.
13102 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13103 from `isearch-dehighlight'.
13104
13105 2005-03-18 David Ponce <david@dponce.com>
13106
13107 * files.el (hack-local-variables): Do a case-insensitive search
13108 for End.
13109
13110 2005-03-18 Juri Linkov <juri@jurta.org>
13111
13112 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13113 `isearch-lazy-highlight-cleanup', add alias to old name and
13114 declare obsolete. Add release numbers to other obsolete vars.
13115 (isearch-done, isearch-lazy-highlight-new-loop):
13116 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13117 (lazy-highlight-cleanup) <variable>: Doc fix.
13118 (isearch-lazy-highlight-update): Rename obsolete
13119 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13120
13121 2005-03-18 Kenichi Handa <handa@m17n.org>
13122
13123 * language/thai-util.el: Fix categorization of Thai characters in
13124 thai-category-table.
13125 (thai-composition-pattern): Adjust it for the above change.
13126 (thai-self-insert-command, thai-compose-syllable): New functions.
13127 (thai-compose-region): Use thai-compose-syllable.
13128 (thai-compose-string): Likewise.
13129 (thai-composition-function): Likewise.
13130 (thai-auto-composition): New function.
13131 (thai-auto-composition-mode): New minor mode.
13132
13133 * language/thai.el: Fix patterns to be registered in
13134 composition-function-table.
13135
13136 * international/quail.el (quail-input-method): Locally bind
13137 inhibit-modification-hooks to t.
13138
13139 2005-03-17 Richard M. Stallman <rms@gnu.org>
13140
13141 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13142 (perl-mode): Use run-mode-hooks.
13143
13144 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13145 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13146 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13147
13148 * mail/sendmail.el (sendmail-send-it): Reenable the code
13149 to compute resend-to-address and use it.
13150
13151 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13152
13153 * image-mode.el: New file.
13154
13155 * image.el (insert-sliced-image): Add autoload cookie.
13156
13157 * font-lock.el (font-lock-lines-before): New user option.
13158 (font-lock-after-change-function): Obey it.
13159
13160 * bindings.el (esc-map): Make M-g a prefix.
13161 Bind M-g g and M-g M-g to goto-line.
13162
13163 * faces.el (face-id): Doc fix.
13164
13165 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13166
13167 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13168 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13169 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13170
13171 * mail/sendmail.el (mail-yank-ignored-headers)
13172 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13173 Add Mail-Followup-To and Mail-Reply-To headers.
13174 (mail-citation-hook): Add autoload cookie.
13175 (mail-mode): Doc fix.
13176 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13177 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13178 (mail-mode-fill-paragraph): Handle those headers.
13179 (mail-mailing-lists): New variable.
13180 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13181
13182 2005-03-17 Juri Linkov <juri@jurta.org>
13183
13184 * isearch.el (isearch-fallback): Check for `(car previous)'
13185 before calling `isearch-other-end-state'.
13186
13187 2005-03-17 Kim F. Storm <storm@cua.dk>
13188
13189 * simple.el (move-beginning-of-line): Move to beginning of buffer
13190 line, as well as beginning of screen line.
13191
13192 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13193
13194 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13195 argument REDRAW rather than calendar-redrawing variable.
13196 * calendar/calendar.el (calendar-redrawing): Delete.
13197 (redraw-calendar): Do not bind calendar-redrawing.
13198
13199 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13200
13201 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13202 diary-file buffer.
13203
13204 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13205
13206 * help.el (describe-mode): Allow a :minor-mode-function property to
13207 specify a different minor mode toggle function than the variable.
13208 * simple.el (auto-fill-function):
13209 * subr.el (add-minor-mode): Use it.
13210
13211 2005-03-16 Kenichi Handa <handa@m17n.org>
13212
13213 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13214 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13215 (ethio-fidel-to-sera-buffer): Likewise.
13216
13217 2005-03-16 Juri Linkov <juri@jurta.org>
13218
13219 * emacs-lisp/find-func.el (find-function-regexp):
13220 Add defun-emitting macro `menu-bar-make-toggle'.
13221
13222 * isearch.el: Put `isearch-scroll' property to
13223 `split-window-horizontally'.
13224
13225 * info.el: Update error messages for `debug-ignored-errors'.
13226 (Info-isearch-search): Doc fix.
13227 (Info-find-node): Move up code to go into info buffer before
13228 recording the node to the history.
13229 (Info-fontify-node): Fontify titles only if the next line
13230 has two or more `*', `=', `-', `.'.
13231 Display "go to this node" for empty (match-string 3).
13232
13233 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13234
13235 * term/mac-win.el: Add mouse pointer shape constants.
13236
13237 2005-03-15 Kim F. Storm <storm@cua.dk>
13238
13239 * simple.el (move-beginning-of-line): Use vertical-motion.
13240
13241 2005-03-15 Juri Linkov <juri@jurta.org>
13242
13243 * isearch.el (isearch-error): New variable.
13244 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13245 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13246 (isearch-within-brackets-state): Remove.
13247 (isearch-case-fold-search-state, isearch-pop-fun-state):
13248 Decrease frame index.
13249 (isearch-mode, isearch-top-state, isearch-push-state)
13250 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13251 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13252 (isearch-search, isearch-lazy-highlight-new-loop):
13253 Replace `isearch-invalid-regexp' with `isearch-error'.
13254 Remove `isearch-within-brackets'.
13255 (isearch-search): Add `search-failed' handler to `condition-case'.
13256 (isearch-lazy-highlight-search): Add `condition-case' to catch
13257 errors and allow `isearch-lazy-highlight-update' to try
13258 highlighting from the beginning of the window.
13259 (isearch-repeat): Move up code to set isearch-wrapped to t
13260 before calling isearch-wrap-function.
13261
13262 * info.el (Info-isearch-initial-node): New internal variable.
13263 (Info-search): Signal an error in isearch mode when search leaves
13264 the initial node. Signal an error when `bound' is non-nil and
13265 nothing was found in the current subfile.
13266 (Info-isearch-search): Remove `condition-case'.
13267 (Info-isearch-wrap): Don't wrap when search failed during leaving
13268 the initial node. If `Info-isearch-search' is nil, wrap around
13269 the current node.
13270 (Info-isearch-start): New fun.
13271 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13272 `isearch-mode-hook'.
13273
13274 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13275
13276 * simple.el (normal-erase-is-backspace): Set default to t if
13277 running on Mac.
13278
13279 * term/mac-win.el (function-key-map): Sync with x-win.el.
13280
13281 2005-03-15 Kenichi Handa <handa@m17n.org>
13282
13283 * international/mule-cmds.el (locale-language-names): Modify the
13284 format of elements and add more entries.
13285 (locale-preferred-coding-systems): Add more entries.
13286 (set-locale-environment): Adjust for the change of
13287 locale-language-names.
13288
13289 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13290
13291 * pcvs.el (smerge-ediff): Remove bogus autoload.
13292
13293 2005-03-14 Lute Kamstra <lute@gnu.org>
13294
13295 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13296 Ignore a `*' at the beginning of a line.
13297
13298 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13299 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13300 subr.el.
13301 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13302 to specify indentation.
13303
13304 * generic.el (define-generic-mode): Let generic-mode-list be a
13305 list of strings; test membership with equal.
13306
13307 2005-03-14 Kim F. Storm <storm@cua.dk>
13308
13309 * simple.el (next-line, previous-line): Add optional try-vscroll
13310 arg to recognize interactive use. Pass it on to line-move.
13311 (line-move): Don't perform auto-window-vscroll when defining or
13312 executing keyboard macro to ensure consistent behavior.
13313
13314 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13317
13318 2005-03-13 Lute Kamstra <lute@gnu.org>
13319
13320 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13321 debugger-setup-buffer so that backtrace marks the frames set to
13322 debug-on-exit and we don't have to do it manually. Set an extra
13323 debug-on-exit for macro's.
13324 (debugger-setup-buffer): Don't mark the top frame manually.
13325
13326 2005-03-12 Lute Kamstra <lute@gnu.org>
13327
13328 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13329 lisp-indent-function throughout.
13330 (with-no-warnings): Set lisp-indent-function property.
13331
13332 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13333
13334 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13335 Add entry for backslash.
13336
13337 2005-03-12 Juri Linkov <juri@jurta.org>
13338
13339 * info.el (Info-search): Four fixes for backward search.
13340
13341 2005-03-11 Jay Belanger <belanger@truman.edu>
13342
13343 * calc/calc.el (calc-language-alist): New variable.
13344 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13345 (calc-embedded-find-modes): Use calc-language-alist instead of
13346 calc-embedded-language-alist.
13347
13348 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13349
13350 * calendar/calendar.el (calendar-redrawing): New internal
13351 variable.
13352 (redraw-calendar): Remove bogus save-excursion from previous
13353 change. Bind calendar-redrawing to t for mark-diary-entries.
13354 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13355 calendar if that is why we were called.
13356
13357 2005-03-11 Kenichi Handa <handa@m17n.org>
13358
13359 * international/mule.el (make-coding-system): Set property
13360 coding-system-define-form to nil.
13361 (define-coding-system-alias): Likewise.
13362
13363 2005-03-11 Kenichi Handa <handa@m17n.org>
13364
13365 These changes are suggested by Dave Love <fx@gnu.org>.
13366
13367 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13368 coding: tag.
13369 (adaptive-fill-regexp): Add more bullets.
13370 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13371 regexps.
13372
13373 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * help.el (describe-mode): Properly handle non-trivial lighters.
13376 Don't ignore minor modes that are not listed in minor-mode-list.
13377
13378 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13379 feature ON when the user requests to turn it OFF.
13380
13381 2005-03-10 Lute Kamstra <lute@gnu.org>
13382
13383 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13384 (implement-debug-on-entry): New function to replace debug-entry-code.
13385 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13386 second argument as the 2005-03-07 change makes it obsolete.
13387 (debug-on-entry, cancel-debug-on-entry): Update call to
13388 debug-on-entry-1.
13389 (debug, debugger-setup-buffer): Comment update.
13390 (debugger-frame-number): Update to work with implement-debug-on-entry.
13391
13392 2005-03-10 Jay Belanger <belanger@truman.edu>
13393
13394 * calc/calc-embed.el (math-ms-args): Declare it.
13395 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13396 math-ms-args.
13397 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13398 variables.
13399
13400 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13401
13402 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13403 Use message-box.
13404
13405 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13406 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13407 (tooltip-gud-tips): Simplify.
13408 (tooltip-gud-tips-p): Remove superfluous :set.
13409 (tooltip-gud-modes): Add fortran-mode.
13410 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13411
13412 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13413
13414 2005-03-09 Kim F. Storm <storm@cua.dk>
13415
13416 * play/animate.el (animate-place-char): Use forward-line instead
13417 of next-line to improve performance.
13418
13419 2005-03-09 Simon Josefsson <jas@extundo.com>
13420
13421 * net/browse-url.el (browse-url-default-browser): Doc fix.
13422
13423 2005-03-09 Miles Bader <miles@gnu.org>
13424
13425 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13426 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13427
13428 2005-03-09 Kenichi Handa <handa@m17n.org>
13429
13430 * international/latin-1.el: Set case and syntax for 255 only if
13431 set-case-syntax-set-multibyte is nil.
13432
13433 * textmodes/ispell.el (ispell-insert-word): New function.
13434 (ispell-word): Use ispell-insert-word to insert a new word.
13435 (ispell-process-line): Likewise.
13436 (ispell-complete-word): Likewise.
13437
13438 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13439
13440 * calendar/calendar.el (redraw-calendar): Preserve point.
13441 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13442 (calendar-week-start-day): Move after definition of
13443 redraw-calendar. Delete buffer test, since redraw-calendar has
13444 that now.
13445
13446 * calendar/diary-lib.el (mark-diary-entries): Only call
13447 redraw-calendar in the first of any recursive calls.
13448 Reported by Alan Shutko <ats@acm.org>.
13449
13450 2005-03-08 Juri Linkov <juri@jurta.org>
13451
13452 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13453 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13454 (html-radio-buttons): Add a space before the trailing `/>' where
13455 sgml-xml-mode is non-nil.
13456 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13457 the subsequent tag of the empty XML tag.
13458 (html-href-anchor): Don't set initial input to "http:".
13459 (html-image): Ask for the image URL and set point inside alt="".
13460 (html-name-anchor): Duplicate the name in the `id' attribute when
13461 sgml-xml-mode is non-nil.
13462 (html-paragraph): Remove \n before <p>.
13463 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13464 instead of `checked' when sgml-xml-mode is non-nil.
13465
13466 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13467 Remove 1 space before #RRGGBB to not truncate it on terminal
13468 windows w/o fringes. Remove 1 space between bg and fg examples
13469 to get more space.
13470 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13471 avoid byte-compile warnings.
13472
13473 * image-file.el (image-file-handler): Put `safe-magic' property to
13474 `image-file-handler'.
13475
13476 * info.el (Info-isearch-search): Emulate word search in
13477 isearching through multiple Info nodes with Info-search.
13478 (Info-isearch-wrap): Allow isearch-word.
13479
13480 2005-03-08 Lute Kamstra <lute@gnu.org>
13481
13482 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13483 stepping into the debugger's code is not possible.
13484 (debugger-jumping-flag): Docstring update.
13485
13486 2005-03-08 Jay Belanger <belanger@truman.edu>
13487
13488 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13489 embedded mode begins.
13490 (calc-embedded-language-alist): New variable.
13491 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13492 set default language mode.
13493
13494 2005-03-08 Kenichi Handa <handa@m17n.org>
13495
13496 * international/ccl.el (define-ccl-program): Fix docstring about
13497 extra 256 bytes assured for the output buffer.
13498
13499 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13500 Fix BUFFER_MAGNIFICATION to 2.
13501 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13502
13503 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13504
13505 * align.el (align-rules-list): Added an alignment rule for CSS
13506 declarations (applies to css-mode and html-mode buffers).
13507
13508 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13511
13512 2005-03-07 Kim F. Storm <storm@cua.dk>
13513
13514 * simple.el (move-beginning-of-line): New command.
13515
13516 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13517
13518 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13519
13520 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13521 and move-beginning-of-line.
13522
13523 * apropos.el (apropos-print): Omit command from M-x ... RET.
13524
13525 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13526
13527 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13528 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13529
13530 2005-03-06 Richard M. Stallman <rms@gnu.org>
13531
13532 * bindings.el (esc-map): Bind M-g to goto-line.
13533
13534 * facemenu.el (global-map): Bind M-o, not M-g.
13535
13536 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13537
13538 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13539 "Open Directory" as for "Open File".
13540
13541 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13542
13543 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13544 (push-mark-command): Run activate-mark-hook.
13545
13546 2005-03-06 Richard M. Stallman <rms@gnu.org>
13547
13548 * help-mode.el (help-mode-finish): Don't alter the element
13549 in view-return-to-alist if there already is one.
13550
13551 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13552 make sure the current buffer is the expected one.
13553
13554 * novice.el (disabled-command-function): Output in *Disabled Command*.
13555 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13556
13557 * textmodes/flyspell.el (flyspell-large-region):
13558 Pass args differently for aspell.
13559
13560 * files.el (mode-require-final-newline): Doc fix.
13561
13562 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13563
13564 * progmodes/which-func.el (which-function):
13565 Specify NOERROR when calling imenu--make-index-alist.
13566
13567 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13568
13569 * simple.el (normal-erase-is-backspace): Define default value.
13570
13571 * custom.el (custom-theme-set-variables): Remove unused var
13572 `immediate'.
13573 (custom-reevaluate-setting): Simple function to handle variables
13574 that are defined before their default value can really be
13575 computed.
13576
13577 * startup.el (command-line): Use it for temporary-file-directory,
13578 small-emporary-file-directory, auto-save-file-name-transforms,
13579 blink-cursor-mode, and normal-erase-is-backspace.
13580
13581 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13582 progress, even with buggy anchored keywords.
13583
13584 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13585
13586 * simple.el (goto-line): Remove unbalanced final parenthesis.
13587
13588 2005-03-05 Richard M. Stallman <rms@gnu.org>
13589
13590 * simple.el (goto-line): Use a number at point as the default.
13591 With C-u as arg, switch buffers.
13592
13593 2005-03-05 Juri Linkov <juri@jurta.org>
13594
13595 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13596 with `no-blinking-cursor'.
13597
13598 * startup.el (no-blinking-cursor): New defvar.
13599 (command-line): Add `--no-blinking-cursor' to longopts.
13600 Set `no-blinking-cursor' to t for command line arguments
13601 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13602 with `no-blinking-cursor' in the condition for calling
13603 `blink-cursor-mode'.
13604
13605 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13606
13607 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13608 (menu-bar-options-save): Add blink-cursor-mode.
13609 (menu-bar-options-menu): Add blink-cursor-mode.
13610
13611 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13612
13613 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13614 (icalendar-export-file, icalendar-export-region)
13615 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13616 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13617
13618 2005-03-04 Lute Kamstra <lute@gnu.org>
13619
13620 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13621 (debug-function-list): Ditto.
13622
13623 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13624
13625 * textmodes/texinfmt.el (texinfo-append-refill):
13626 Redefine the types of line to which @refill
13627 is not appended by replacing a search for `@refill\\|@bye' with
13628 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13629 itemize@refill' bug and the unfilled long lines bug.
13630 (texinfmt-version): Update number and date.
13631
13632 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13633
13634 * international/code-pages.el (windows-1250, windows-125[2-8])
13635 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13636
13637 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13638
13639 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13640 bound yet.
13641
13642 2005-03-02 Romain Francoise <romain@orebokech.com>
13643
13644 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13645 buffer after removing limits.
13646 (ibuffer-pop-filter): Ditto.
13647 Update copyright.
13648
13649 2005-03-02 Miles Bader <miles@gnu.org>
13650
13651 * button.el (make-text-button): If the user doesn't specify a
13652 type, use the default. Rewrite to use `add-text-properties' and
13653 plist functions.
13654
13655 2005-03-01 Lute Kamstra <lute@gnu.org>
13656
13657 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13658 (debugger-jumping-flag): New var.
13659 (debug-entry-code): Use it.
13660 (debugger-jump): Use debugger-jumping-flag and add
13661 debugger-reenable to post-command-hook.
13662 (debugger-reenable): Use debugger-jumping-flag and remove itself
13663 from post-command-hook.
13664 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13665 debugger-reenable.
13666
13667 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13668
13669 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13670 inclusion of "itemize\\|", which may be unnecessary, is certainly
13671 inelegant, and stops refilling in itemize lists when formatting
13672 Japanese Texinfo files to Info.
13673 Update copyright to 2005.
13674
13675 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
13676
13677 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13678 of an error if GDB can't find the source file.
13679
13680 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13681
13682 * calendar/calendar.el (redraw-calendar): Work from any buffer,
13683 not just the calendar.
13684
13685 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13686 first.
13687 (diary-redraw-calendar): New function.
13688 (make-diary-entry): Add diary-redraw-calendar to local
13689 write-contents-functions. Turn off selective display before
13690 inserting in diary.
13691
13692 2005-03-01 Kim F. Storm <storm@cua.dk>
13693
13694 * emacs-lisp/copyright.el (copyright-fix-years): New command.
13695
13696 2005-03-01 Lute Kamstra <lute@gnu.org>
13697
13698 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13699 that debug-entry-code can be safely removed from a function while
13700 this code is being evaluated. Revert the 2005-02-27 change as the
13701 new implementation no longer requires it. Make sure that a
13702 function body containing just a string is not mistaken for a docstring.
13703 (debug): Skip one more frame in case of debug on entry.
13704 (debugger-setup-buffer): Delete one more frame line in case of
13705 debug on entry.
13706 (debugger-frame-number): Update to use the new text introduced by
13707 the 1999-11-03 change. Skip one more frame in case of debug on entry.
13708
13709 2005-02-28 Kim F. Storm <storm@cua.dk>
13710
13711 * double.el (double-translate-key): Call force-window-update after
13712 read-event to avoid crash in redisplay.
13713
13714 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13715
13716 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13717 (debug): Use it. Move the inhibit-trace earlier.
13718 (debug-entry-code): New const.
13719 (debug-on-entry-1): Use it.
13720
13721 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
13722
13723 * international/utf-16.el (ccl-encode-mule-utf-16le):
13724 Fix BUFFER_MAGNIFICATION to 2.
13725 (ccl-encode-mule-utf-16be): Likewise.
13726
13727 2005-02-28 Kenichi Handa <handa@m17n.org>
13728
13729 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13730 Fix BUFFER_MAGNIFICATION to 4.
13731 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13732
13733 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
13734
13735 * speedbar.el (speedbar-update-flag): Doc fix.
13736 (speedbar-show-info-under-mouse): Give set-mouse-position the right
13737 argument.
13738
13739 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * reveal.el (reveal-post-command): Don't try to reveal overlays which
13742 have a non-nil `invisible' property but are actually visible.
13743
13744 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13745 for perldoc sections.
13746 (perl-outline-regexp, perl-outline-level): New var and function.
13747 (perl-mode): Use them.
13748
13749 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
13750
13751 * calendar/diary-lib.el (diary-remind): Discard any mark portion
13752 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13753
13754 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
13755
13756 * cus-edit.el: Comment change.
13757 (custom-buffer-create-internal): Slightly reword text at top of
13758 Custom buffers. Mention there that saving an option edits the
13759 init file. Add link to Emacs manual node on `custom-file'.
13760 (custom-magic-alist): Rewrite individual State messages to use
13761 capitalized keywords. Doc fix.
13762
13763 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
13764
13765 * calendar/calendar.el (calendar-buffer): Move above
13766 calendar-week-start-day.
13767 (calendar-week-start-day): Doc fix. Add :set function.
13768 (calendar-minimum-window-height): New variable.
13769 (generate-calendar-window): Only resize window if selected-window
13770 is displaying the calendar buffer. Use new variable
13771 calendar-minimum-window-height.
13772 (generate-calendar): Reword error message.
13773 (calendar-mode-map): Bind DEL to scroll-other-window-down.
13774
13775 2005-02-27 Andreas Schwab <schwab@suse.de>
13776
13777 * vc.el (vc-do-command): Don't run command asynchronously when
13778 operating in a remote directory.
13779
13780 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13781 change from sync with Tramp 2.0.47.
13782
13783 2005-02-27 Richard M. Stallman <rms@gnu.org>
13784
13785 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13786
13787 * textmodes/flyspell.el (flyspell-mode-on):
13788 Call ispell-change-dictionary only if necessary.
13789
13790 * emacs-lisp/re-builder.el (regexp-builder): New function.
13791
13792 * register.el (describe-register-1): Explicitly handle
13793 yank-excluded-properties = t.
13794
13795 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13796 (custom-magic-alist): Change the status descriptions again.
13797 (face widget-type): Total rewrite based on `restricted-sexp'
13798 to eliminate the confusing double hiding levels.
13799
13800 * emacs-lisp/debug.el (debug-on-entry-1):
13801 If function body is empty, add nil as body form.
13802
13803 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13804
13805 * emacs-lisp/trace.el (inhibit-trace): New var.
13806 (trace-make-advice): Use it.
13807
13808 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13809
13810 2005-02-26 Kim F. Storm <storm@cua.dk>
13811
13812 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13813 (mouse-on-link-p, mouse-drag-region-1): Use it.
13814
13815 2005-02-25 Lute Kamstra <lute@gnu.org>
13816
13817 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13818
13819 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
13820
13821 * frame.el (blink-cursor-mode): Add :group keyword.
13822
13823 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
13824
13825 * calendar/icalendar.el (icalendar--decode-isodatetime):
13826 New optional argument DAY-SHIFT.
13827 (icalendar-export-region): Fix coding-system-for-write.
13828 (icalendar--convert-ical-to-diary): Shift end-day of all-day
13829 events by one.
13830
13831 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13834
13835 2005-02-24 Kim F. Storm <storm@cua.dk>
13836
13837 * international/iso-acc.el (iso-accents-compose): Fix crash
13838 during redisplay. Call force-window-update after read-event
13839 and delete-region to signal that window is not accurate.
13840
13841 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13842
13843 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13844 Remove unused and inexistent var `inhibit-trace'.
13845 (debugger-mode): Use run-mode-hooks.
13846 (debugger-list-functions): Add buttons; setup xref stack.
13847
13848 2005-02-23 Richard M. Stallman <rms@gnu.org>
13849
13850 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13851 appointment says it was explicitly made.
13852 (appt-add): Set the 3rd element.
13853 (appt-make-list): Preserve explicit appointments.
13854
13855 * subr.el (find-tag-default): Catch errors in forward-sexp.
13856
13857 2005-02-23 Juri Linkov <juri@jurta.org>
13858
13859 * info.el (Info-isearch-search): New defcustom.
13860 (Info-isearch-search): Call the default isearch function
13861 when Info-isearch-search is nil.
13862 (Info-isearch-wrap): Use variable Info-isearch-search.
13863
13864 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
13865
13866 * cus-edit.el: Comment change.
13867
13868 2005-02-22 Kim F. Storm <storm@cua.dk>
13869
13870 * progmodes/hideif.el (hide-ifdef-use-define-alist):
13871 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
13872
13873 2005-02-22 Simon Josefsson <jas@extundo.com>
13874
13875 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13876 New variable.
13877 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
13878 Oskarsson" <myrkraverk@users.sourceforget.net>.
13879
13880 2005-02-22 Kim F. Storm <storm@cua.dk>
13881
13882 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13883 check that window of that event is the selected window.
13884 (mouse-drag-region-1): Compare mouse event window to selected
13885 window before setting point.
13886
13887 * tooltip.el (tooltip-show-help-function): Pass event to
13888 mouse-on-link-p so it can check selected window.
13889
13890 2005-02-22 Kenichi Handa <handa@m17n.org>
13891
13892 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13893 (ps-mule-show-warning): New function.
13894 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13895 characters are found.
13896
13897 * ps-print.el (ps-header-footer-string): Return a list of header
13898 and footer strings.
13899
13900 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13901
13902 * pcvs.el (cvs-retrieve-revision): Fix thinko.
13903
13904 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13905
13906 * frame.el (blink-cursor-mode): Use define-minor-mode.
13907
13908 * term/mac-win.el (function-key-map): Use char-names more consistently.
13909 (file-name-coding-system): Only set it for MacOS-9. The other case is
13910 already handled in mule-cmds.el (where it also works when mac-win.el
13911 is not used).
13912
13913 2005-02-21 Kenichi Handa <handa@m17n.org>
13914
13915 * international/mule.el (ctext-pre-write-conversion): Always use
13916 " *code-converting-work*" buffer for work.
13917
13918 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13919
13920 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
13921
13922 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13923
13924 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
13925
13926 * ses.el (undo-more): Restore defadvice, but only the part that
13927 allows changes outside the restricted area of the buffer.
13928
13929 2005-02-20 Kim F. Storm <storm@cua.dk>
13930
13931 * simple.el (line-move): Add fourth optional arg try-vscroll which
13932 must be set to perform auto-window-vscroll.
13933 When moving backwards and doing auto-window-vscroll, automatically
13934 vscroll to the last part of lines which are taller than the window.
13935 (next-line, previous-line): Set try-vscroll arg on line-move.
13936
13937 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13938
13939 * replace.el (query-replace, query-replace-regexp)
13940 (replace-string, replace-regexp): When operating on region, make
13941 the minibuffer prompt say so.
13942
13943 * isearch.el (isearch-forward): Document isearch-query-replace and
13944 isearch-query-replace-regexp keybindings.
13945
13946 2005-02-19 Jay Belanger <belanger@truman.edu>
13947
13948 * calc/calc-aent.el (math-read-token): Add local variable.
13949
13950 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
13951 (calc-edit-top): Move declaration to earlier in file.
13952 (calc-edit-macro-repeats): Add local variables.
13953
13954 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
13955 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
13956 calcFunc-tanh.
13957 Adjust integration rule for calcFunc-tan.
13958
13959 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13960
13961 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
13962 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
13963 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
13964 (viper-skip-separators): Bug fix.
13965 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
13966 particular major mode.
13967 (viper-del-backward-char-in-replace): Don't put deleted char on the
13968 kill ring.
13969
13970 * viper-ex.el (viper-color-display-p): New function.
13971 (viper-has-face-support-p): Use viper-color-display-p.
13972
13973 * viper-keym.el (viper-gnus-modifier-map): New keymap.
13974
13975 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
13976
13977 * viper-util.el (viper-glob-unix-files): Fix shell status check.
13978 (viper-file-remote-p): Make equivalent to file-remote-p.
13979
13980 * viper.el (viper-major-mode-modifier-list):
13981 Use viper-gnus-modifier-map.
13982
13983 2005-02-19 David Kastrup <dak@gnu.org>
13984
13985 * subr.el (subregexp-context-p): Fix garbled doc string by adding
13986 quoting.
13987
13988 2005-02-19 Jay Belanger <belanger@truman.edu>
13989
13990 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
13991 Remove extra definitions.
13992 (calc-coth): New function.
13993 (calcFunc-cot): Fix `let'.
13994
13995 2005-02-19 Eli Zaretskii <eliz@gnu.org>
13996
13997 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
13998 the reasons we use "type pc" in these faces.
13999
14000 * button.el (button): Ditto.
14001
14002 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14003
14004 * replace.el (query-replace-read-from): Set the value of
14005 query-replace-from-history-variable to handle the case of an empty
14006 string entered to accept the suggested default.
14007
14008 * net/tramp.el (tramp-file-name-for-operation):
14009 Use dired-call-process instead of dired-call-process-command.
14010
14011 2005-02-19 Jay Belanger <belanger@truman.edu>
14012
14013 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14014 (math-div-non-trig): New variables.
14015 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14016 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14017 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14018 trig expressions.
14019
14020 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14021
14022 * progmodes/gdb-ui.el (gdb-var-update-handler)
14023 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14024 for watch expressions,
14025 (gdb-var-create-handler): Don't set speedbar-update-flag.
14026 (gdb-post-prompt): Simplify test for speedbar.
14027
14028 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14029
14030 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14031 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14032 we use the syntax table of the correct buffer.
14033 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14034 Felix Gatzemeier.
14035
14036 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14037 (ediff-file-remote-p): Make synonymous with file-remote-p.
14038 In all deffaces ediff-*-face-*, use min-colors.
14039
14040 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14041 ediff-recurse-to-subdirectories.
14042 (ediff-mark-if-equal): Check that the arguments are strings, use
14043 ediff-same-contents (after to Felix Gatzemeier).
14044
14045 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14046 nil.
14047
14048 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14051
14052 2005-02-18 David Kastrup <dak@gnu.org>
14053
14054 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14055 use `mark-active' when defined.
14056
14057 2005-02-18 Kenichi Handa <handa@m17n.org>
14058
14059 * ps-print.el (ps-font-info-database): New entry
14060 ZapfChancery-MediumItalic with correct font name. Fix font name
14061 of the entry Zapf-Chancery-MediumItalic.
14062
14063 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14064
14065 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14066
14067 2005-02-16 Kim F. Storm <storm@cua.dk>
14068
14069 * ido.el (ido-fallback-command): Pass user input to fallback command.
14070
14071 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14072
14073 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14074 (gdb-find-file-hook): Add server prefix.
14075
14076 2005-02-16 Richard M. Stallman <rms@gnu.org>
14077
14078 * replace.el (perform-replace): Pass new args to replace-highlight.
14079 (replace-highlight): Take region args,
14080 and pass them to isearch-lazy-highlight-new-loop.
14081
14082 * novice.el (disabled-command-hook): Autoload the defalias
14083 and the make-obsolete-variable call.
14084
14085 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14086
14087 * isearch.el (isearch-lazy-highlight-start-limit)
14088 (isearch-lazy-highlight-end-limit): New variables limit
14089 the region for highlighting.
14090 (isearch-lazy-highlight-new-loop): New args BEG and END.
14091 (isearch-lazy-highlight-search): Use the new vars.
14092 (isearch-lazy-highlight-update): Likewise.
14093
14094 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14095
14096 * cus-start.el (all): Use default-boundp.
14097
14098 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14099
14100 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14101
14102 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14103
14104 * autorevert.el (auto-revert-stop-on-user-input)
14105 (auto-revert-verbose): Doc fixes.
14106
14107 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14108
14109 * international/mule-cmds.el (set-locale-environment): Remove call
14110 to set-selection-coding-system on Windows.
14111
14112 2005-02-15 Jay Belanger <belanger@truman.edu>
14113
14114 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14115 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14116 calcFunc-coth.
14117 (math-simplify-sqrt): Add simplifications.
14118
14119 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14120 to list.
14121
14122 * calc/calc-ext.el: Add functions to autoloads.
14123
14124 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14125 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14126 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14127 (math-csc-raw, math-cot-raw): New functions.
14128
14129 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14130
14131 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14132 the variable name in a message.
14133
14134 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14135 calcFunc-csc, calcFunc-cot.
14136
14137 * calc/calcalg2.el: Add derivative and integration rules for
14138 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14139 calcFunc-csch, calcFunc-coth.
14140 (math-do-integral-methods): Add to checks for when to use
14141 substitutions.
14142
14143 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14144
14145 2005-02-15 Lute Kamstra <lute@gnu.org>
14146
14147 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14148 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14149 <monnier@iro.umontreal.ca>
14150 (lisp-outline-level): Improve efficiency. Suggested by David
14151 Kastrup <dak@gnu.org>.
14152
14153 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14154
14155 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14156 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14157 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14158 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14159 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14160
14161 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14162
14163 * cus-start.el (all): Comment change.
14164
14165 2005-02-14 Lute Kamstra <lute@gnu.org>
14166
14167 * cus-start.el (all): Check if symbol is void.
14168
14169 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14170
14171 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14172 optional argument to \cite.
14173
14174 2005-02-14 Richard M. Stallman <rms@gnu.org>
14175
14176 * cus-edit.el (custom-buffer-create-internal): Update help message.
14177 (custom-magic-alist): Update help messages.
14178
14179 * cus-start.el (all): Allow a var to specify a standard value.
14180
14181 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14182
14183 * custom.el (custom-theme-set-variables): Handle variable aliases.
14184
14185 * frame.el (blink-cursor-timer): Doc fix.
14186 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14187 declare obsolete.
14188 (blink-cursor-mode): Define with defcustom and use correct
14189 standard expression in that defcustom.
14190 * startup.el (command-line): Adapt to above changes in frame.el.
14191
14192 2005-02-11 Lute Kamstra <lute@gnu.org>
14193
14194 * apropos.el (apropos-score-doc): Prevent division by zero.
14195
14196 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14197
14198 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14199 (icalendar--get-event-property-attributes)
14200 (icalendar--get-event-properties)
14201 (icalendar--datetime-to-diary-date): New functions.
14202 (icalendar--split-value): Doc fix.
14203 (icalendar--datetime-to-noneuropean-date)
14204 (icalendar--datetime-to-european-date): New optional argument
14205 SEPARATOR. Return result as a string instead of a list.
14206 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14207 (icalendar--convert-string-for-export): Rename arg S to STRING.
14208 (icalendar-export-region): Doc fix. Change name of error buffer.
14209 Save output buffer.
14210 (icalendar-import-file): Add blank at end of prompt.
14211 (icalendar-import-buffer): Doc fix. Do not switch to error
14212 buffer. Indicate status in return value.
14213 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14214 buffer. Save output buffer. Handle exception from recurrence
14215 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14216 events. Fix problems with weekly all-day events.
14217
14218 2005-02-10 Richard M. Stallman <rms@gnu.org>
14219
14220 * simple.el (eval-expression-print-format):
14221 Avoid warning about edebug-active.
14222
14223 * help.el (help-for-help-internal): Rename from help-for-help.
14224 (help-for-help): Define with defalias.
14225
14226 * font-core.el (font-lock-default-function): Use with-no-warnings.
14227
14228 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14229
14230 * custom.el (defface): Doc fix.
14231
14232 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14233
14234 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14235 width 0" to prevent word wrapping problems.
14236
14237 2005-02-09 Kim F. Storm <storm@cua.dk>
14238
14239 * ido.el (ido-file-extensions-order): New defcustom.
14240 (ido-file-extension-lessp, ido-file-extension-aux)
14241 (ido-file-extension-order): New advanced file ordering.
14242 (ido-file-lessp): New simple file ordering.
14243 (ido-sort-list): Remove.
14244 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14245 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14246
14247 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14248
14249 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14250 that some versions of grep produce.
14251 (grep-mode-font-lock-keywords): Likewise.
14252
14253 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14254
14255 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14256 (gdb-cdir): Delete.
14257 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14258 (gdb-source-info): Treat case when source file is in another
14259 directory properly.
14260 (gdb-get-location): New function.
14261
14262 2005-02-07 Jay Belanger <belanger@truman.edu>
14263
14264 * calc/calc-prog.el (calc-write-parse-table-part)
14265 (calc-fix-token-name): Fix a check for language type.
14266
14267 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14268
14269 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14270
14271 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14272 as directory not writable.
14273
14274 2005-02-07 Kim F. Storm <storm@cua.dk>
14275
14276 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14277 (cua--standard-movement-commands): Remove list.
14278 Instead, set CUA property value to move for movement commands.
14279 (cua-movement-commands): Remove. Users must set CUA prop instead.
14280 (cua--pre-command-handler): Check CUA property.
14281 (cua--init-keymaps): Don't remap undo commands.
14282 (cua-mode): Don't call cua--rectangle-on-off.
14283
14284 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14285 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14286 (cua--rect-undo-set-point): New var.
14287 (cua--rectangle-undo-boundary): Setup undo apply entry.
14288 (cua--rect-undo-handler): New function for rectangle undo.
14289 (cua--rect-start-position, cua--rect-end-position): Add.
14290 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14291 for restored rectangle. Set point if cua--rect-undo-set-point.
14292
14293 2005-02-06 Jay Belanger <belanger@truman.edu>
14294
14295 * calc/calc-lang.el (calc-tex-language): Display more information
14296 in messages.
14297
14298 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14299 in TeX mode.
14300
14301 2005-02-06 Richard M. Stallman <rms@gnu.org>
14302
14303 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14304
14305 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14306
14307 * net/ldap.el (ldap-search-internal): Support attributes with
14308 optional descriptions separated by a semi-colon, as in
14309 "userCertificate;binary".
14310
14311 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14312
14313 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14314 isn't a cons (i.e. the version is 0).
14315
14316 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14317
14318 * help.el (help-for-help): Doc fix.
14319
14320 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14321
14322 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14323 GDB-Windows on the menu-bar as this works better.
14324
14325 2005-02-04 Jay Belanger <belanger@truman.edu>
14326
14327 * calc/calc-embed.el (calc-embedded-update): Don't put in
14328 unnecessary newlines. Adjust the end of formula marker.
14329
14330 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14331 (math-latex-parse-two-args): New function.
14332
14333 2005-02-03 Lute Kamstra <lute@gnu.org>
14334
14335 * help-fns.el (help-with-tutorial): Make sure that users cannot
14336 remove the entire text of the tutorial by means of `undo'.
14337
14338 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14341 in recent changes, where the ispell process was repeatedly
14342 killed & restarted.
14343
14344 * international/mule-cmds.el (set-locale-environment): Set file-name
14345 coding system to utf-8 on Darwin systems.
14346 (set-default-coding-systems): Don't set default-file-name-coding-system
14347 on Darwin systems.
14348
14349 2005-02-03 Richard M. Stallman <rms@gnu.org>
14350
14351 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14352
14353 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14354
14355 * faces.el (list-faces-display): Add optional argument.
14356
14357 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14358
14359 * font-core.el (font-lock-default-function): Handle the rare case where
14360 only font-lock-keywords is set.
14361
14362 2005-02-02 Kenichi Handa <handa@m17n.org>
14363
14364 * international/characters.el: Cancel previous change for
14365 I-WITH-DOT-ABOVE and DOTLESS-i.
14366
14367 * international/latin-5.el: Cancel previous change.
14368
14369 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14370
14371 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14372
14373 2005-02-02 Kenichi Handa <handa@m17n.org>
14374
14375 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14376 DOTLESS-i.
14377
14378 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14379 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14380
14381 * case-table.el (get-upcase-table): New function.
14382 (copy-case-table): Copy upcaes table too if non-nil.
14383 (set-case-syntax-delims): Maintain upcase table too.
14384 (set-case-syntax-pair): Likewise.
14385 (set-upcase-syntax, set-downcase-syntax): New functions.
14386 (set-case-syntax): Maintain upcase table too.
14387
14388 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14389
14390 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14391
14392 * progmodes/gud.el (gud-goto-info): New function.
14393 (gud-tool-bar-map): Use correct icon.
14394
14395 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14396
14397 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14398 When delegating, order args in the funcall correctly.
14399
14400 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14401
14402 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14403
14404 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14405
14406 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14407 buffer not visiting a file.
14408
14409 2005-01-31 Jay Belanger <belanger@truman.edu>
14410
14411 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14412 bound on the line with the formula.
14413
14414 2005-01-31 Kim F. Storm <storm@cua.dk>
14415
14416 * ses.el (ses-create-cell-variable-range)
14417 (ses-destroy-cell-variable-range, ses-reset-header-string)
14418 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14419 (ses-insert-row): Fix format of apply undo entries.
14420
14421 2005-01-31 Jay Belanger <belanger@truman.edu>
14422
14423 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14424 parts.
14425
14426 * calc/calc-embed.el (calc-embedded-open-formula)
14427 (calc-embedded-close-formula): Ignore matrix environments.
14428
14429 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14430 TeX mode.
14431
14432 * calc/calc-lang.el (math-function-table, math-oper-table)
14433 (math-variable-table): Adjust the LaTeX portions.
14434
14435 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14436 (math-latex-ignore-words): New constant.
14437
14438 2005-01-31 Richard M. Stallman <rms@gnu.org>
14439
14440 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14441 (ispell-local-dictionary): Doc fix.
14442 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14443 Don't reinitialize at run time. Don't defcustom.
14444 All uses changed to append ispell-local-dictionary-alist,
14445 or check it first.
14446 (ispell-current-dictionary): New variable for dictionary in use.
14447 (ispell-dictionary): Now used only for global default.
14448 (ispell-start-process): Set ispell-current-dictionary,
14449 not ispell-dictionary.
14450 (ispell-change-dictionary): Use this only for setting
14451 user preferences.
14452 (ispell-internal-change-dictionary): New function
14453 to change the current dictionary in use.
14454 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14455 Use ispell-current-dictionary.
14456 Handle ispell-local-dictionary-overridden.
14457 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14458
14459 2005-01-31 Jay Belanger <belanger@truman.edu>
14460
14461 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14462
14463 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14464 (calc-mode-map): Add calc-latex-language.
14465
14466 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14467 (math-latex-print-frac): New functions.
14468 (math-oper-table, math-function-table, math-variable-table)
14469 (math-complex-format, math-input-filter): Add latex properties.
14470 (calc-set-language): Set math-expr-special-function-mapping.
14471
14472 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14473 (calc-write-parse-table-part): Add LaTeX support.
14474
14475 * calc/calc.el (calc-language): Adjust docstring.
14476 (calc-set-mode-line): Add LaTeX support.
14477 (math-expr-special-function-mapping): New variable.
14478 (math-tex-ignore-words): Add to list.
14479
14480 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14481 Add LaTeX support.
14482 (math-compose-expr): Add support for special functions.
14483
14484 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14485
14486 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14487
14488 * progmodes/gdb-ui.el (gdb-memory-address)
14489 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14490 (gdb-memory-mode-map, gdb-memory-format-keymap)
14491 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14492 (gdb-memory-unit-menu): New variables for a buffer
14493 that lets the user examine program memory.
14494 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14495 (gdb-memory-format-binary, gdb-memory-format-octal)
14496 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14497 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14498 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14499 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14500 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14501 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14502 (gdb-memory-mode, gdb-memory-buffer-name)
14503 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14504 New functions for above buffer.
14505
14506 2005-01-30 Richard M. Stallman <rms@gnu.org>
14507
14508 * cus-edit.el (custom-bury-buffer): Function deleted.
14509 (custom-buffer-done-function): Option deleted.
14510 (custom-buffer-done-kill): New (replacement option.
14511 (Custom-buffer-done): Call quit-window.
14512 (custom-buffer-create-internal): Update for above changes.
14513
14514 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14515
14516 * simple.el (undo-ask-before-discard): New var.
14517 (undo-outer-limit-truncate): Implement it.
14518 (undo-extra-outer-limit): Doc update.
14519
14520 2005-01-29 Richard M. Stallman <rms@gnu.org>
14521
14522 * ses.el (undo-more): Delete defadvice.
14523 (ses-begin-change): Doc fix.
14524
14525 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14526 instead of rebinding C-x u and C-_.
14527
14528 * files.el (normal-backup-enable-predicate): Return nil for files
14529 in /tmp, regardless of temporary-file-directory.
14530
14531 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14532
14533 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14534 (open-rectangle, delete-whitespace-rectangle-line)
14535 (clear-rectangle-line): If FILL, pass t instead of FILL
14536 for move-to-column's 2nd arg.
14537
14538 * simple.el (undo): Fix the test for continuing a series of undos.
14539 (undo-more): Set pending-undo-list to t when we reach end.
14540 (pending-undo-list): Move up defvar.
14541
14542 * wid-edit.el (widget-button-click):
14543 Shorten the range of the track-mouse binding.
14544
14545 * comint.el (comint-insert-input): Undo previous changes;
14546 use last-input-event in interactive spec.
14547
14548 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14549
14550 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14551 to nil before invoking call-process. Reset buffer's modified flag
14552 after fontifying it in the no-async branch.
14553
14554 * wid-edit.el (widget-specify-button): If mouse pointer shape
14555 cannot be changed, use mouse face instead.
14556
14557 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14558
14559 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14560 (gdb-goto-breakpoint): Make breakpoint handling work on template
14561 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14562 (gdb-assembler-custom): Update to recognize breakpoint information
14563 added on 2005-01-19.
14564
14565 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14566
14567 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14568 (dsssl-mode): Use define-derived-mode.
14569 (scheme-mode-initialize): Remove.
14570 (scheme-mode): Use run-mode-hooks.
14571
14572 * cus-edit.el (customize-group-other-window)
14573 (custom-buffer-create-other-window): Don't override special-display-*.
14574 (custom-mode-map): Make it dense.
14575
14576 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14577 sets the default value.
14578
14579 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14580
14581 * descr-text.el: Add more keywords.
14582
14583 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * speedbar.el: Avoid unnecessary use of locate-library.
14586
14587 * international/mule-cmds.el (standard-display-european-internal):
14588 Don't fiddle with latin-1 non-break space any more since it's now
14589 special cased in the C code.
14590 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14591
14592 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14593
14594 * cus-start.el (all): Add `undo-outer-limit'.
14595
14596 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14597
14598 * textmodes/bibtex.el (bibtex-format-entry):
14599 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14600 field lines.
14601 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14602 not on part of a buffer.
14603
14604 2005-01-25 Lute Kamstra <lute@gnu.org>
14605
14606 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14607 nonempty field text strings like "{letters\\macro{}more letters}".
14608 Clarify docstring.
14609 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14610 (bibtex-entry-offset, bibtex-parse-association)
14611 (bibtex-parse-field-name): Fix typos in docstrings.
14612 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14613
14614 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14615
14616 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14617 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14618 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14619 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14620
14621 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14622 isearch minor mode.
14623
14624 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14625
14626 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14627
14628 2005-01-24 Lute Kamstra <lute@gnu.org>
14629
14630 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14631 CASECHARS and NOT-CASECHARS regular expressions of the
14632 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14633 striding over charsets" error.
14634
14635 2005-01-24 Jay Belanger <belanger@truman.edu>
14636
14637 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14638 display variable name.
14639
14640 2005-01-24 Kenichi Handa <handa@m17n.org>
14641
14642 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14643 Fix setting of the element of encoded-kbd-iso2022-invocations.
14644
14645 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14646
14647 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14648 (gdb-threads-select): Change to also accept mouse events.
14649 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14650 (gdb-threads-mouse-select): Delete.
14651
14652 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14653
14654 * files.el (insert-directory): Take care of empty directory,
14655 listed without -a switch.
14656
14657 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14658
14659 * textmodes/refill.el (refill-post-command-function):
14660 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14661 to the list of functions that we should be careful not to undo.
14662 (refill-late-fill-paragraph-function): Remove.
14663 (refill-saved-state): New var.
14664 (refill-mode): Use it to save fill-paragraph-function.
14665 Save also the value of auto-fill-function.
14666
14667 * term/w32-win.el: Simplify code.
14668
14669 2005-01-23 Kim F. Storm <storm@cua.dk>
14670
14671 * simple.el (line-move): Adapt to new return value from
14672 pos-visible-in-window-p.
14673
14674 * simple.el (line-move): Fix last change. Check partial
14675 visibility at point rather than at window-start.
14676
14677 2005-01-22 Jason Rumney <jasonr@gnu.org>
14678
14679 * term/w32-win.el (xw-defined-colors): Remove debug-message.
14680
14681 2005-01-22 David Kastrup <dak@gnu.org>
14682
14683 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14684
14685 2005-01-22 Eli Zaretskii <eliz@gnu.org>
14686
14687 * type-break.el (type-break-mode): Add a test for
14688 type-break-file-name being non-nil.
14689
14690 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
14691
14692 * net/eudc.el (top level): Call (message "") via progn, so that
14693 eudc-options-file is loaded.
14694
14695 2005-01-22 Kim F. Storm <storm@cua.dk>
14696
14697 * simple.el (line-move-1): Rename from line-move.
14698 (line-move): New function that adjusts vscroll for partially
14699 visible rows, and calls line-move-1 otherwise.
14700
14701 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
14702
14703 * pcomplete.el: Define pcomplete-read-event instead of read-event,
14704 since it's not a complete read-event implementation
14705
14706 2005-01-20 Jay Belanger <belanger@truman.edu>
14707
14708 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14709 for called function.
14710
14711 2005-01-20 Steven Tamm <steventamm@mac.com>
14712
14713 * term/mac-win.el (process-connection-type): Remove.
14714 Controlled now by s/darwin.h:PTY_ITERATION.
14715
14716 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * window.el (handle-select-window): Don't switch window when we're
14719 in the minibuffer.
14720
14721 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
14722
14723 * subr.el (dotimes-with-progress-reporter): New macro.
14724
14725 * ses.el (ses-dotimes-msg): Remove macro.
14726 Use `dotimes-with-progress-reporter' instead.
14727
14728 2005-01-19 Steven Tamm <steventamm@mac.com>
14729
14730 * term/mac-win.el (process-connection-type): Use new
14731 operating-system-release variable to use ptys on Darwin 7 (OS X
14732 10.3) when using carbon build.
14733
14734 2005-01-19 Jay Belanger <belanger@truman.edu>
14735
14736 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14737 flags if the last command was a tab or M-tab.
14738
14739 * calc/calc-prog.el (calc-user-define-edit): Put original formula
14740 in formula editing buffer.
14741
14742 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14743
14744 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14745 breakpoint image symbol in margin.
14746
14747 2005-01-19 Jay Belanger <belanger@truman.edu>
14748
14749 * calc/calc-prog.el (calc-execute-kbd-macro):
14750 Ignore calc-keep-arg-flag.
14751
14752 2005-01-19 Kenichi Handa <handa@m17n.org>
14753
14754 * textmodes/ispell.el (ispell-looking-at): New function.
14755 (ispell-process-line): Use ispell-looking-at to compare the ispell
14756 output and the buffer contents.
14757
14758 2005-01-18 Jay Belanger <belanger@truman.edu>
14759
14760 * calc/calc.el (calc-display-raw): Fix docstring.
14761
14762 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * simple.el (blink-matching-open): Strip extra info from syntax.
14765
14766 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14767 funny chars in the end-of-here-doc marker.
14768
14769 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
14770
14771 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14772 that enable/disabled state of breakpoints is shown correctly in
14773 fringe and on ttys.
14774 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14775 Add breakpoint information as text properties.
14776 (gdb-mouse-toggle-breakpoint):
14777 Rename to gdb-mouse-set-clear-breakpoint.
14778 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
14779 breakpoints in the margin.
14780 (gdb-remove-strings): Simplify.
14781
14782 2005-01-17 Jay Belanger <belanger@truman.edu>
14783
14784 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14785 erasing buffer.
14786
14787 2005-01-17 Richard M. Stallman <rms@gnu.org>
14788
14789 * progmodes/grep.el (grep-find): Copy from `grep' the condition
14790 for calling grep-compute-defaults.
14791
14792 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14793 if buffer is empty.
14794
14795 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14796
14797 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
14798
14799 * hilit-chg.el (highlight-changes-mode): Don't autoload.
14800
14801 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14802 non-preloaded variables.
14803
14804 2005-01-17 Steven Tamm <steventamm@mac.com>
14805
14806 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14807 tex-shell cause to force interactivity when using pipes.
14808
14809 2005-01-17 Kim F. Storm <storm@cua.dk>
14810
14811 * simple.el (just-one-space): Make arg optional.
14812
14813 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
14814
14815 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14816 posn-at-x-y to t to access left-margin.
14817
14818 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
14819
14820 Sync with Tramp 2.0.47.
14821
14822 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14823 catching keep-date problems in cp/scp operations.
14824 (tramp-handle-copy-file): Don't call `set-file-modes'
14825 unconditionally. Specialized functions should know better what is
14826 necessary. This improves performance a little bit, and the
14827 functions could catch errors with `cp -p' and `scp -p'.
14828 (tramp-do-copy-or-rename-file-via-buffer)
14829 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14830 when appropriate.
14831 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14832 Call `set-file-modes' when appropriate.
14833 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
14834 Johnsson <isak@hypergene.com>
14835 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14836 of both Tramp buffer and debug buffer. Reported by Joakim Verona
14837 <joakim@verona.se>
14838 (tramp-file-name-for-operation): Mark `shell-command' as magic for
14839 Emacs only.
14840
14841 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
14842 `find-file-hooks' and `dired-mode-hook'.
14843 (tramp-minor-mode-map): Respective map. Add remapping for
14844 `compile' and `recompile'.
14845 (tramp-remap-command, tramp-recompile): New defuns.
14846 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14847 in buffer "*Compilation*". Call the commands asynchronously.
14848
14849 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14850 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14851 `shell-command', because it isn't magic in XEmacs. Reported by
14852 Adrian Aichner <adrian@xemacs.org>.
14853
14854 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14855 `substitute-in-file-name.
14856 (tramp-smb-handle-substitute-in-file-name): New defun.
14857 (tramp-smb-advice-PC-do-completion): Delete advice.
14858
14859 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
14860
14861 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14862 Fix error in deleting region.
14863
14864 2005-01-15 Richard M. Stallman <rms@gnu.org>
14865
14866 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14867 In non-temp buffer, switch syntax table temporarily.
14868
14869 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14870
14871 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14872
14873 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14874
14875 * imenu.el (imenu--split-menu): Copy menulist before sorting.
14876 (imenu--generic-function): Use START, not BEG, as pos of definition.
14877
14878 * simple.el (just-one-space): Argument specifies number of spaces.
14879
14880 * simple.el (eval-expression-print-format): Avoid warning
14881 about edebug-active.
14882
14883 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
14884
14885 * progmodes/sh-script.el: Code copied from make-mode.el
14886 with small changes,
14887 (sh-mode-map): Bind C-c C-\.
14888 (sh-backslash-column, sh-backslash-align): New variables.
14889 (sh-backslash-region, sh-append-backslash): New functions.
14890
14891 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
14892
14893 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14894 (rmail-pop-password, rmail-pop-password-required): Move to
14895 rmail-obsolete group.
14896 (rmail-set-pop-password): Rename to rmail-set-remote-password.
14897 All callers updated.
14898 (rmail-get-pop-password): Rename to rmail-get-remote-password.
14899 Take an argument specifying whether it is POP or IMAP mailbox we
14900 are using. All callers updated.
14901 (rmail-pop-password-error): Rename to
14902 rmail-remote-password-error. Added mailutils-specific error message.
14903 (rmail-movemail-search-path)
14904 (rmail-movemail-variant-in-use): New variables.
14905 (rmail-remote-password, rmail-remote-password-required):
14906 New customization variables.
14907 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14908 (rmail-parse-url): New function.
14909 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14910 with GNU mailutils movemail.
14911
14912 2005-01-15 Kevin Ryde <user42@zip.com.au>
14913
14914 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14915 suffix to space, $ or '$, to correctly position point when going
14916 to @table style constants like DBL_MAX.
14917
14918 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
14919
14920 * type-break.el (type-break-mode, type-break-file-time)
14921 (type-break-file-keystroke-count, type-break-choose-file):
14922 Don't store data in or load data from the file if type-break-file-name
14923 is nil.
14924 (type-break-file-name): Doc update as per the above.
14925
14926 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
14927
14928 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14929 lookup-key might return nil; handle that.
14930
14931 2005-01-15 Alan Mackenzie <acm@muc.de>
14932
14933 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
14934 rather than the element found, thus enabling the tree to be setcar'd.
14935
14936 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14937
14938 * textmodes/org.el (org-show-following-heading): New option.
14939 (org-show-hierarchy-above): Use `org-show-following-heading'.
14940 (org-cycle): Documentation fix.
14941
14942 * textmodes/org.el (orgtbl-optimized): New option
14943 (orgtbl-mode): New command, a minor mode.
14944 (orgtbl-mode-map): New variable.
14945 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
14946 (orgtbl-error, orgtbl-self-insert-command)
14947 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
14948
14949 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
14950 a local variable in each org-mode buffer.
14951
14952 * textmodes/org.el (org-set-regexps-and-options): Rename from
14953 `org-set-regexps'. Added checking for STARTUP keyword.
14954 (org-get-current-options): Add STARTUP options.
14955 (org-table-insert-row): Make mode intelligent about when
14956 realignment is needed.
14957 (org-self-insert-command, org-delete-backward-char, org-delete-char):
14958 New commands.
14959 (org-enable-table-editor): New default value `optimized'.
14960 (org-table-blank-field): Support blanking regions if active.
14961
14962 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
14963
14964 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
14965 if the year is not given.
14966
14967 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
14968 Add new escapes %m and %M, fixed bug with %F by adding
14969 save-match-data.
14970 (reftex-reference): Remove ?. from list of spaces.
14971 (reftex-label-info): Add automatic label prefix recognition.
14972
14973 * textmodes/reftex-index.el (reftex-index-next-phrase):
14974 Add slave parameter to call of `reftex-index-this-phrase'.
14975 (reftex-index-this-phrase): New optional argument.
14976 (reftex-index-region-phrases): Add slave parameter to call of
14977 `reftex-index-this-phrase'.
14978 (reftex-display-index): New argument redo.
14979 (reftex-index-rescan): Add 'redo to arguments of
14980 `reftex-display-index'.
14981 (reftex-index-Rescan, reftex-index-revert)
14982 (reftex-index-switch-index-tag): Add 'redo to arguments of
14983 `reftex-display-index'.
14984 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
14985 indexing. Fix bug with matching is there is a quote before or
14986 after the word.
14987
14988 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
14989 Fix bug when collecting citation keys in lines with comments.
14990 (reftex-citation): Prefix argument no longer rescans the document,
14991 but forces prompting for optional arguments of cite macros.
14992 (reftex-do-citation): Prompting for optional arguments implemented.
14993
14994 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14995 Add optional arguments to most cite commands.
14996 (reftex-cite-cleanup-optional-args): New option
14997 (reftex-cite-prompt-optional-args): New option.
14998 (reftex-trust-label-prefix): New option.
14999
15000 * textmodes/reftex-toc.el (reftex-toc-find-section):
15001 Add push-mark before changing the position in the buffer.
15002
15003 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15004 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15005
15006 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15007
15008 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15009 more carefully.
15010
15011 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15014 (sgml-mode): Use it.
15015 (sgml-get-context): Better keep track of implicitly closed tags.
15016
15017 2005-01-13 Kenichi Handa <handa@m17n.org>
15018
15019 * textmodes/ispell.el: These changes are to fix misalignment error
15020 caused by equivalent characters of different Emacs charsets.
15021 (ispell-unified-chars-table): New variable.
15022 (ispell-get-decoded-string): New function.
15023 (ispell-get-casechars, ispell-get-not-casechars)
15024 (ispell-get-otherchars): Call ispell-get-decoded-string.
15025
15026 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15027
15028 * custom.el (custom-declare-variable): Just put symbol instead
15029 of (defvar . symbol) in `current-load-list'.
15030
15031 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15032
15033 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15034
15035 2005-01-12 Jay Belanger <belanger@truman.edu>
15036
15037 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15038 to create a Calc summary.
15039
15040 2005-01-12 Kim F. Storm <storm@cua.dk>
15041
15042 * mouse.el (mouse-on-link-p): Change functionality and doc
15043 string to comply with latest description in lisp ref.
15044
15045 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15046
15047 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15048 Enable mouse clicks on mode-line, header-line and margin.
15049 (event-type): Give mouse event symbols an 'event-kind property
15050 with value 'mouse-click.
15051
15052 2005-01-12 Juri Linkov <juri@jurta.org>
15053
15054 * facemenu.el (list-colors-display): Add new arg buffer-name.
15055 Use it. Fix docstring. Replace code for identifying duplicate
15056 colors by the name with call to `list-colors-duplicates' which
15057 identifies duplicate colors by the value unless the color
15058 is one of special Windows colors. Set truncate-lines to t.
15059 Print sorted duplicate color names on each line. Indent to 22
15060 \(the longest color name in rgb.txt) instead of 20. Optimize.
15061 (list-colors-duplicates): New function.
15062 (facemenu-color-name-equal): Delete function.
15063
15064 * facemenu.el (list-colors-print): New function created from code
15065 in list-colors-display. Print #RRGGBB at the window right edge.
15066 (list-colors-display): When temp-buffer-show-function is not
15067 defined, call list-colors-print from temp-buffer-show-hook
15068 to get the right value of window-width in list-colors-print
15069 after the buffer is displayed.
15070
15071 * simple.el (pop-mark): Move deactivate-mark out of conditional
15072 part to deactivate the active mark regardless of the state of the
15073 mark ring.
15074
15075 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15076 variables line in desktop files.
15077
15078 2005-01-12 Juri Linkov <juri@jurta.org>
15079
15080 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15081 Bring together isearch highlight related options.
15082 (lazy-highlight): Replace group `replace' by `matching'.
15083 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15084 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15085 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15086 and declare them obsolete.
15087 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15088 (isearch-faces): Remove defgroup.
15089 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15090 Move isearch highlighting code closer to lazy highlighting code.
15091
15092 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15093 (query-replace-highlight, query-replace-lazy-highlight)
15094 (query-replace): Move definitions to the beginning of the file.
15095
15096 2005-01-11 Juri Linkov <juri@jurta.org>
15097
15098 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15099 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15100 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15101
15102 * info.el (Info-history-forward): New variable.
15103 (Info-select-node): Reset Info-history-forward to nil.
15104 (Info-last): Turn into defalias.
15105 (Info-history-back): Rename from Info-last.
15106 Add current node to Info-history-forward.
15107 (Info-history-forward): New fun.
15108 (Info-mode-map): Replace Info-last by Info-history-back.
15109 Bind Info-history-forward to "r".
15110 (Info-mode-menu): Replace Info-last by Info-history-back.
15111 Fix menu item text. Add menu item for Info-history-forward.
15112 (info-tool-bar-map): Replace Info-last by Info-history-back.
15113 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15114 for Info-history-forward.
15115 (Info-mode): Replace Info-last by Info-history-back in docstring.
15116 Add local variable Info-history-forward.
15117 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15118
15119 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15120
15121 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15122 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15123 Ignore select-window events rather than fiddle with
15124 mouse-autoselect-window.
15125
15126 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15127
15128 * type-break.el (type-break-mode): Fix previous change.
15129
15130 2005-01-10 Jay Belanger <belanger@truman.edu>
15131
15132 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15133 calculator; only reset when point is inside a calculator.
15134 Don't adjust the window height if the window takes up the whole height
15135 of the frame.
15136
15137 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15138
15139 * ebuff-menu.el (Electric-buffer-menu-mode):
15140 Preserve value of buffer-local var header-line-format.
15141
15142 2005-01-09 Jay Belanger <belanger@truman.edu>
15143
15144 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15145 Make sure settings file exists before accessing it.
15146
15147 * calc/calc-embed.el (calc-embedded-subst):
15148 Replace math-multi-subst-rec, which is only supposed to be called
15149 by math-multi-subst, by math-multi-subst.
15150
15151 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15152
15153 * vc.el (vc-allow-async-revert): New user option.
15154 (vc-disable-async-diff): New internal variable.
15155 (vc-revert-buffer): Use them to disable asynchronous diff.
15156
15157 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15158 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15159 asynchronously if vc-disable-async-diff is t.
15160
15161 2005-01-09 Jay Belanger <belanger@truman.edu>
15162
15163 * calc/calc.el (defcalcmodevar): New macro.
15164 (calc-mode-var-list-restore-default-values)
15165 (calc-mode-var-list-restore-saved-values): New functions.
15166 (calc-mode-var-list): Use defcalcmodevar to define it.
15167 (calc-always-load-extensions, calc-line-numbering)
15168 (calc-line-breaking, calc-display-just, calc-display-origin)
15169 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15170 (calc-group-char, calc-point-char, calc-frac-format)
15171 (calc-prefer-frac, calc-hms-format, calc-date-format)
15172 (calc-float-format, calc-full-float-format, calc-complex-format)
15173 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15174 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15175 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15176 (calc-matrix-brackets, calc-language, calc-language-option)
15177 (calc-left-label, calc-right-label, calc-word-size)
15178 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15179 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15180 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15181 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15182 (calc-window-height, calc-display-trail, calc-show-selections)
15183 (calc-use-selections, calc-assoc-selections)
15184 (calc-display-working-message, calc-auto-why, calc-timing)
15185 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15186 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15187 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15188 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15189 (calc-gnuplot-geometry, calc-graph-default-resolution)
15190 (calc-graph-default-resolution-3d, calc-invocation-macro)
15191 (calc-show-banner): Use defcalcmodevar to declare them and set
15192 their default values.
15193
15194 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15195 instead of default values (but restore default values if there is
15196 an argument of 0).
15197
15198 2005-01-09 David Kastrup <dak@gnu.org>
15199
15200 * desktop.el (desktop-restore-eager): Fix typo in type.
15201
15202 2005-01-08 Richard M. Stallman <rms@gnu.org>
15203
15204 * cus-edit.el (customize): Delete :link.
15205
15206 2005-01-08 Jay Belanger <belanger@truman.edu>
15207
15208 * calc/calc.el (calc-mode): Remove the extension from the
15209 `calc-settings-file' file name when loading it.
15210
15211 2005-01-08 Kim F. Storm <storm@cua.dk>
15212
15213 * info.el (Info-mode-map, Info-next-link-keymap)
15214 (Info-prev-link-keymap, Info-up-link-keymap):
15215 Map follow-link to mouse-face.
15216 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15217
15218 2005-01-08 Jay Belanger <belanger@truman.edu>
15219
15220 * calc/calc.el (calc-settings-file): Change default value.
15221 Suggested by cgw in a comment in calc-mode.el.
15222
15223 * calc/calc-mode.el (calc-settings-file-name):
15224 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15225 Replace ~/.emacs in a prompt by calc-settings-file.
15226
15227 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15228
15229 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15230 (desktop-lazy-idle-delay): New customizable variables.
15231 (desktop-buffer-args-list): New variable.
15232 (desktop-append-buffer-args): New function.
15233 (desktop-save): Call desktop-append-buffer-args for some buffers.
15234 (desktop-lazy-create-buffer): New function.
15235 (desktop-idle-create-buffers): New function.
15236 (desktop-read): Add message about buffers to restore lazily.
15237 (desktop-lazy-abort): New command.
15238 (desktop-clear): Call desktop-lazy-abort.
15239 (desktop-lazy-complete): New command.
15240
15241 2005-01-06 Richard M. Stallman <rms@gnu.org>
15242
15243 * emacs-lisp/find-func.el (find-face-definition):
15244 Rename from find-face.
15245
15246 2005-01-06 Kim F. Storm <storm@cua.dk>
15247
15248 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15249
15250 * man.el (Man-xref-man-page, Man-xref-header-file)
15251 (Man-xref-normal-file): Add follow-link property.
15252
15253 2005-01-06 Jay Belanger <belanger@truman.edu>
15254
15255 * calc/calc-units.el: Make sure the proper macro definitions are
15256 available when compiling.
15257
15258 2005-01-06 Juri Linkov <juri@jurta.org>
15259
15260 * isearch.el (isearch-lazy-highlight-update):
15261 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15262
15263 2005-01-06 Miles Bader <miles@gnu.org>
15264
15265 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15266 (isearch-lazy-highlight-face): Use new name.
15267
15268 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15269
15270 * uniquify.el (uniquify-rationalize-file-buffer-names):
15271 Re-add an interactive spec.
15272 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15273 to the same name.
15274
15275 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15276 (isearch-update, isearch-done): Adjust calls accordingly.
15277
15278 2005-01-05 Richard M. Stallman <rms@gnu.org>
15279
15280 * custom.el (custom-set-variables, custom-theme-set-variables):
15281 Clarify documentation.
15282
15283 * emacs-lisp/find-func.el (find-variable)
15284 (find-variable-other-window, find-variable-other-frame):
15285 Fix the TYPE args to find-function-read and find-function-do-it.
15286 (find-function): Doc fix.
15287 (find-function-at-point): Replace function-at-point alias.
15288
15289 2005-01-04 Richard M. Stallman <rms@gnu.org>
15290
15291 * cus-face.el (custom-declare-face):
15292 Record defface in current-load-list.
15293
15294 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15295
15296 * emacs-lisp/find-func.el: Doc fixes.
15297 (find-face-regexp): New variable.
15298 (find-function-regexp-alist): New variable.
15299 (find-function-C-source): Third arg is now TYPE.
15300 (find-function-search-for-symbol): Handle general TYPE.
15301 (find-function-read, find-function-do-it): Handle general TYPE.
15302 (find-definition-noselect, find-face): New functions.
15303 (function-at-point): Alias deleted.
15304
15305 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15306
15307 * battery.el (display-battery-mode): Rename from display-battery.
15308 Handle the case where it gets turned off.
15309
15310 2005-01-04 Richard M. Stallman <rms@gnu.org>
15311
15312 * cus-edit.el (customize): Make :link point to user doc.
15313
15314 * man.el (Man-fontify-manpage): Turn off undo generation.
15315
15316 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15317
15318 2005-01-04 Andreas Schwab <schwab@suse.de>
15319
15320 * files.el (insert-directory): Only look for error lines in
15321 inserted text. Don't move too far after processing --dired markers.
15322
15323 2005-01-04 Richard M. Stallman <rms@gnu.org>
15324
15325 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15326 Don't expand if the character is @, period, dash, etc.
15327 (define-mail-abbrev): Quote names that contain problem characters.
15328
15329 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15330
15331 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15332
15333 2005-01-03 Richard M. Stallman <rms@gnu.org>
15334
15335 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15336 (query-replace-highlight, query-replace-lazy-highlight)
15337 (query-replace): Definitions moved up. Doc fix.
15338
15339 2005-01-03 Richard M. Stallman <rms@gnu.org>
15340
15341 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15342 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15343 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15344 (lazy-highlight-face): Rename from isearch-lazy-...
15345 Change all references to them.
15346
15347 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15348
15349 * cus-edit.el (custom-file): Doc fix for defcustom.
15350 (custom-file): The function no longer sets the variable
15351 `custom-file' to its return value.
15352
15353 * startup.el (command-line): No longer load `custom-file'.
15354
15355 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15358
15359 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15360 Don't confuse module-prefixed identifiers for labels.
15361 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15362
15363 2005-01-02 Richard M. Stallman <rms@gnu.org>
15364
15365 * files.el (basic-save-buffer-1): Fix previous change.
15366
15367 * loadhist.el (file-loadhist-lookup): New function.
15368 (file-provides, file-requires): Use it.
15369
15370 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15371 instead of calculating the right size.
15372
15373 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15374
15375 * vc-svn.el (vc-svn-diff): Stay local if possible.
15376
15377 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15378
15379 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15380
15381 * files.el (hack-local-variables): Fix last change.
15382
15383 2005-01-02 Jay Belanger <belanger@truman.edu>
15384
15385 * calc/calc-yank.el (calc-edit-top): New variable.
15386 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15387 object. Change header properties.
15388 (calc-edit-finish, calc-edit-finish-stack-object)
15389 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15390 edited object.
15391 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15392 for the beginning of the edited object.
15393 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15394 for the beginning of the edited object.
15395 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15396 (calc-finish-formula-edit, calc-macro-repeats)
15397 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15398 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15399 beginning of the edited object.
15400 (calc-user-define-edit): Change the header for editing macros.
15401 Remove unnecessary variable.
15402
15403 2005-01-01 Jay Belanger <belanger@truman.edu>
15404
15405 * calc/calc-yank.el (calc-edit-mode): Change default header.
15406 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15407 * calc/calc-store.el (calc-edit-variable): Change title to match new
15408 header.
15409 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15410 mode to match new header.
15411 (calc-user-define-edit): Change titles to include names of commands.
15412 (calc-finish-formula-edit): Adjust to handle new header.
15413 (calc-finish-macro-edit): Remove.
15414 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15415 (calc-edit-macro-command, calc-edit-macro-command-type)
15416 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15417 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15418 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15419 (calc-edit-macro-finish-edit): New functions.
15420 (calc-user-define-edit): Use new functions to edit named calc macros.
15421
15422 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15423
15424 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15425
15426 * ses.el (copy-region-as-kill): Deactivate mark.
15427
15428 2005-01-01 Richard M. Stallman <rms@gnu.org>
15429
15430 * replace.el (occur-1): If the output buffer is also an input,
15431 don't kill it, rename it.
15432
15433 * faces.el (set-face-background, set-face-foreground): Doc fix.
15434
15435 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15436 for :foreground and :background.
15437
15438 * dired.el (dired-view-command-alist): Variable deleted.
15439 (dired-view-file, dired-mouse-find-file-other-window):
15440 Delete the code to use it.
15441
15442 2005-01-01 Kim F. Storm <storm@cua.dk>
15443
15444 * image.el (insert-sliced-image): Use t for line-height property.
15445
15446 See ChangeLog.11 for earlier changes.
15447
15448 ;; Local Variables:
15449 ;; coding: iso-2022-7bit
15450 ;; End:
15451
15452 Copyright (C) 2005 Free Software Foundation, Inc.
15453 Copying and distribution of this file, with or without modification,
15454 are permitted provided the copyright notice and this notice are preserved.
15455
15456 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1